@charset "UTF-8";

body {
    background-color: #f9f9f9;
}

.b-footer .footer {
    position: static;
}

.vv-img-bg {
    background-image: url(../../images/guide/top-banner.png);
    width: 100%;
    height: 150px;
    line-height: 150px;
    position: relative;
    padding-top: 100px;
}

.vv-img-bg .tabs-main {
    text-align: center;
}

.tabs-item {
    display: inline-block;
}

.tabs-item label {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    padding-bottom: 8px;
}

.tabs-item label.left-line {
    margin-left: 50px;
}

.tabs-item label.left-line:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    /*height: 100%;*/
    width: 1px;
    top: 0;
    bottom: 8px;
    left: -25px;
}

.tabs-input, .tabs-content {
    display: none;
}

.tabs-content.show {
    display: block;
}

.tabs-input:checked + label, .tabs-item label:hover {
    font-weight: 600;
    color: #FCAD22;
    box-shadow: 0 3px #FABB4B;
}

.tabs-content {
    margin: 30px auto;
}

#tabsContent1 .nr {
    margin-bottom: 20px;
}

#tabsContent1 .flow-left {
    width: 256px;
    float: left;
}

#tabsContent1 .flow-left img {
    display: block;
    margin: 0 auto;
}

#tabsContent1 .flow-left img.line {
    margin-top: 20px;
}

#tabsContent1 .flow-content {
    margin-left: 320px;
}

#tabsContent1 .flow-content .text-bg {
    border-radius:40px;
    height: 170px;
    padding: 20px 0px 0 36px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

#tabsContent1 .content1 .flow-content .text-bg.bg1 {
    background:linear-gradient(90deg, #D7E5FD 0%,#FBFDFF 100%);
}

#tabsContent1 .content1 .flow-content .text-bg.bg2 {
    background:linear-gradient(-90deg, #D7E5FD 0%,#FBFDFF 100%);
}

#tabsContent1 .content2 .flow-content .text-bg.bg1 {
    background:linear-gradient(90deg, #D8FBF1 0%,#FBFDFF 100%);
}

#tabsContent1 .content2 .flow-content .text-bg.bg2 {
    background:linear-gradient(-90deg, #D8FBF1 0%,#FBFDFF 100%);
}

#tabsContent1 .content3 .flow-content .text-bg.bg1 {
    background:linear-gradient(90deg, #FFF4E8 0%,#FBFDFF 100%);
}

#tabsContent1 .content3 .flow-content .text-bg.bg2 {
    background:linear-gradient(-90deg, #FFF4E8 0%,#FBFDFF 100%);
}

#tabsContent1 .flow-content .text-bg .title {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

#tabsContent1 .content1 .title {
    color: #195ECC;
}

#tabsContent1 .content2 .title {
    color: #3DC1A4;
}

#tabsContent1 .content3 .title {
    color: #E79C4C;
}

#tabsContent1 .flow-content .text-bg .title:before {
    content: "";
    width: 33px;
    height: 35px;
    background: url(../../images/guide/title-icon.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

#tabsContent1 .flow-content .text-bg .text {
    margin-left: 39px;
    font-size: 17px;
    color: #333333;
    line-height: 30px;
}

#tabsContent1 .flow-content .text-bg .qr-img {
    width: 125px;
    position: absolute;
    top: 50%;
    right: 35px;
    margin-top: -62px;
}

#tabsContent2 .nr {
    margin-bottom: 56px;
}

#tabsContent2 .type-title {
    text-align: center;
    border-bottom: solid #ccc 1px;
}

#tabsContent2 .type-title .title {
    display: block;
    color: #195ECC;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 40px 0;
}

#tabsContent2 .text-bg {
    margin-top: 30px;
}

#tabsContent2 .text-bg .title {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 6px 0;
    color: #444444;
}

#tabsContent2 .text-bg .title:before {
    content: "";
    width: 33px;
    height: 35px;
    background: url(../../images/guide/title-icon.png) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

#tabsContent2 .text-bg .text {
    margin-left: 45px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

#tabsContent2 .text-bg .text b {
    font-weight: bold;
    float: left;
    width: 64px;
}

#tabsContent2 .text-bg .text s {
    margin-left: 64px;
    display: block;
}
