/**
 * WEB端样式
 */

/* 概述篇 */
.index .banner{
    width: 100%;
    height: 600px;
}
.b2c_index .banner{
    background: url(../jwbao_files/b2c_index_banner.jpg) no-repeat center;
}
.b2c_func .banner{
    background: url(../jwbao_files/b2c_func_banner.jpg) no-repeat center;
}
.b2c_index .title span{
    color: #19adff;
}
.b2c_index .section-1{
    height: 722px;
    background: url(../jwbao_files/b2c_index_1_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_index .section-1 .img3{
    position: absolute;;
    left: 50%;
    margin-left: -543px;
    bottom: -151px;
    z-index: 2;
}
.b2c_index .section-1 .title{
    color: #fff;
}
.b2c_index .section-1 .img{
    width: 1110px;
    height: 330px;
    margin: 50px auto 0;
    position: relative;
    background: url(../jwbao_files/b2c_index_1-4.png) no-repeat center;
}
.b2c_index .section-1 .img p{
    font-size: 24px;
    color: #fff;
    position: absolute;
}
.b2c_index .section-1 .img .l{
    left: -50px;
    bottom: 0;
}
.b2c_index .section-1 .img .r{
    right: -40px;
    top: -10px;
}
.b2c_index .section-1 .img img{
    position: absolute;
}
.b2c_index .section-1 .img .img1{
    left: 0;
    bottom: 0;
}
.b2c_index .section-1 .img .img2{
    right: 40px;
    top: 0;
}
.b2c_index .section-2{
    height: 959px;
    background: url(../jwbao_files/b2c_index_2_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_index .section-2 .title{
    padding-top: 190px;
    color: #fff;
}
.b2c_index .section-2 .img{
    width: 1144px;
    height: 565px;
    background: url(../jwbao_files/b2c_index_2-4.png) no-repeat right bottom;
    position: absolute;
    left: 50%;
    margin-left: -572px;
    bottom: 0;
}
.b2c_index .section-2 .img p{
    font-size: 18px;
    color: #fff;
    position: absolute;
    text-align: left;
}
.b2c_index .section-2 .img .p1{
    width: 243px;
    height: 80px;
    background: url(../jwbao_files/b2c_index_2-1.png) no-repeat center;
    left: 295px;
    top: 12px;
    padding-left: 30px;
    padding-top: 13px;
}
.b2c_index .section-2 .img .p2{
    width: 342px;
    height: 87px;
    background: url(../jwbao_files/b2c_index_2-2.png) no-repeat center;
    left: 5px;
    top: 85px;
    padding-left: 20px;
    padding-top: 23px;
}
.b2c_index .section-2 .img .p3{
    width: 272px;
    height: 65px;
    background: url(../jwbao_files/b2c_index_2-3.png) no-repeat center;
    left: 180px;
    top: 254px;
    padding-left: 25px;
    padding-top: 13px;
}
.b2c_index .section-3{
    height: 840px;
    background: url(../jwbao_files/b2c_index_3_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_index .section-3 a.btn{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    background-color: #66ccff;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 230px;
    border-radius: 10px;
    z-index: 2;
}
.b2c_index .section-3 .img{
    width: 1210px;
    height: 628px;
    position: absolute;
    left: 50%;
    margin-left: -605px;
    bottom: 0;
    background: url(../jwbao_files/b2c_index_3.png) no-repeat center;
}
.b2c_index .section-3 .yuan{
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #48a9fa;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.b2c_index .section-3 .yuan-y{
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #fc8080;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation:pulsejg 1s linear infinite;
    -webkit-box-shadow:rgba(72,169,250,1) 0 0 12px 5px inset;
    box-shadow: 0 0 12px 5px rgba(72,169,250,1) inset;
    box-sizing: border-box;
    animation: 2s linear 0s normal none infinite running pulsejg;
}
.b2c_index .section-3 .y-1{
    left: 180px;
    top: 52px;
}
.b2c_index .section-3 .y-2{
    left: 247px;
    top: 140px;
}
.b2c_index .section-3 .y-3{
    right: 337px;
    top: 115px;
}
.b2c_index .section-3 .y-4{
    right: 165px;
    top: 193px;
}
.b2c_index .section-3 .y-5{
    left: 140px;
    top: 380px;
}
.b2c_index .section-3 .y-6{
    left: 215px;
    top: 255px;
}
.b2c_index .section-3 .y-7{
    left: 335px;
    top: 325px;
}
.b2c_index .section-3 .y-8{
    right: 305px;
    top: 363px;
}
.b2c_index .section-3 .y-9{
    right: 150px;
    top: 280px;
}
/* 发光按钮动画 */
@keyframes pulsejg {
    0% {opacity: 0;transform: scale(1.1);}
    40% {opacity: 0.2;transform: scale(1.3);}
    50% {opacity: 0.3;transform: scale(1.5);}
    60% {opacity: 0.5;transform: scale(1.7);}
    80% {opacity: 0.2;transform: scale(1.9);}
    100% {opacity: 0;transform: scale(2.0);}
}
@-webkit-keyframes pulsejg {
    0% {opacity: 0;-webkit-transform: scale(1.1);}
    40% {opacity: 0.2;-webkit-transform: scale(1.3);}
    50% {opacity: 0.3;-webkit-transform: scale(1.5);}
    60% {opacity: 0.5;-webkit-transform: scale(1.7);}
    80% {opacity: 0.2;-webkit-transform: scale(1.9);}
    100% {opacity: 0;-webkit-transform: scale(2.0);}
}
.b2c_index .section-3 .block{
    width: 210px;
    height: 60px;
    padding: 15px 25px;
    background-color: #47a9fa;
    position: absolute;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    display: none;
    z-index: 3;
}
.b2c_index .section-3 .block-r img{
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -12px;
}
.b2c_index .section-3 .block-l img{
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -12px;
}
.b2c_index .section-3 .block-t img{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -15px;
}
.b2c_index .section-3 .block-d img{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: -15px;
}
.b2c_index .section-3 .block-1{
    left: 235px;
    top: 15px;
}
.b2c_index .section-3 .block-2{
    left: -50px;
    top: 103px;
}
.b2c_index .section-3 .block-3{
    width: 130px;
    height: 30px;
    right: 256px;
    top: 30px;
}
.b2c_index .section-3 .block-4{
    right: 210px;
    top: 170px;
    height: 30px;
}
.b2c_index .section-3 .block-5{
    left: 18px;
    top: 425px;
    height: 30px;
}
.b2c_index .section-3 .block-6{
    left: -75px;
    top: 218px;
}
.b2c_index .section-3 .block-7{
    left: 212px;
    top: 365px;
}
.b2c_index .section-3 .block-8{
    right: 178px;
    top: 410px;
    width: 220px;
    height: 30px;
}
.b2c_index .section-3 .block-9{
    right: 28px;
    top: 325px;
}
.b2c_index .section-4{
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
}
.b2c_index .section-4 a.btn{
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    background-color: #66ccff;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    top: 230px;
    border-radius: 10px;
    z-index: 5;
}
.b2c_index .section-4 .img{
    width: 100%;
    height: 516px;
    margin: 110px auto 0;
    position: relative;
}
.b2c_index .section-4 .img img{
    position: absolute;
    top: 0;
}
.b2c_index .section-4 .img .img1,
.b2c_index .section-4 .img .img2,
.b2c_index .section-4 .img .img3{
    left: 330px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.b2c_index .section-4 .img .img4,
.b2c_index .section-4 .img .img5,
.b2c_index .section-4 .img .img6{
    right: 330px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.b2c_index .section-4 .img .img3,
.b2c_index .section-4 .img .img4{
    left: 50%;
    margin-left: -131px;
    z-index: 3;
}
.b2c_index .section-4 .img .img1,
.b2c_index .section-4 .img .img6{
    z-index: 1;
}
.b2c_index .section-4 .img .img2,
.b2c_index .section-4 .img .img5{
    z-index: 2;
}
.b2c_index .section-4 .active .img1{
    left: 0;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -o-transition:1s ease;
    transition:1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_index .section-4 .active .img2{
    left: 140px;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -o-transition:1s ease;
    transition:1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_index .section-4 .active .img3{
    left: 305px;
    margin-left: 0;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -o-transition:1s ease;
    transition:1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_index .section-4 .active .img4{
    right: 305px;
    margin-left: 0;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -o-transition:1s ease;
    transition:1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_index .section-4 .active .img5{
    right: 140px;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -o-transition:1s ease;
    transition:1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_index .section-4 .active .img6{
    right: 0;
    -webkit-transition:1s ease;
    -moz-transition:1s ease;
    -o-transition:1s ease;
    transition:1s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_index .section-5{
    height: 839px;
    background: url(../jwbao_files/b2c_index_5_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_index .section-5 .title{
    color: #fff;
}
.b2c_index .section-5 .img{
    width: 713px;
    height: 539px;
    background: url(../jwbao_files/b2c_index_5.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -356px;
    bottom: 0;
}
.b2c_index .section-5 .img .block{
    width: 220px;
    position: absolute;
    text-align: left;
    padding: 20px 10px 25px 20px;
    border-radius: 5px;
}
.b2c_index .section-5 .img .block p{
    color: #fff;
}
.b2c_index .section-5 .img .block .b{
    font-size: 24px;
    line-height: 35px;
}
.b2c_index .section-5 .img .block .s{
    font-size: 14px;
    line-height: 25px;
}
.b2c_index .section-5 .img .block-1{
    background-color: #53b02a;
    left: -270px;
}
.b2c_index .section-5 .img .block-2{
    background-color: #19b5f0;
    right: -250px;
    top: -50px;
}
.b2c_index .section-5 .img .block-3{
    background-color: #f4a10f;
    left: -270px;
    top: 285px;
}
.b2c_index .section-5 .img .block-4{
    background-color: #b45ea0;
    right: -230px;
    top: 255px;
}
.b2c_index .section-6{
    background-color: #fff;
}
.b2c_index .section-6 .img{
    width: 1100px;
    height: 583px;
    background: url(../jwbao_files/b2c_index_6-1.png) no-repeat center;
    margin: 90px auto 110px;
    position: relative;
}
.b2c_index .section-6 .img .b{
    font-size: 18px;
    position: absolute;
}
.b2c_index .section-6 .img .b1{
    left: 208px;
    top: 110px;
}
.b2c_index .section-6 .img .b2{
    right: 205px;
    top: 110px;
}
.b2c_index .section-6 .img .b3{
    left: 208px;
    top: 345px;
}
.b2c_index .section-6 .img .b4{
    right: 205px;
    top: 345px;
}
.b2c_index .section-6 .img .b5{
    left: 208px;
    top: 595px;
}
.b2c_index .section-6 .img .b6{
    right: 205px;
    top: 595px;
}
.b2c_index .section-6 .block{
    padding: 9px;
    border: 1px solid #fff;
    border-radius: 10px;
    position: absolute;
}
.b2c_index .section-6 .block li{
    width: 136px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 31px;
    margin-bottom: 10px;
    background-color: #fff;
}
.b2c_index .section-6 .block li:last-child{
    margin-bottom: 0;
}
.b2c_index .section-6 .block-1{
    background-color: #fff4e5;
    border-color: #ffb24e;
    left: 5px;
    top: -40px;
}
.b2c_index .section-6 .block-1 li{
    color: #ffb24e;
    border-color: #ffb24e;
}
.b2c_index .section-6 .block-2{
    background-color: #d6f4ff;
    border-color: #61ccf5;
    right: 5px;
    top: -40px;
}
.b2c_index .section-6 .block-2 li{
    color: #333;
    border-color: #61ccf5;
}
.b2c_index .section-6 .block-3{
    background-color: #ffeded;
    border-color: #fc8080;
    left: 4px;
    top: 190px;
}
.b2c_index .section-6 .block-3 li{
    color: #fc8080;
    border-color: #fc8080;
}
.b2c_index .section-6 .block-4{
    background-color: #fdf4ff;
    border-color: #e299f7;
    right: 5px;
    top: 190px;
}
.b2c_index .section-6 .block-4 li{
    color: #e299f7;
    border-color: #e299f7;
}
.b2c_index .section-6 .block-5{
    background-color: #edf4e0;
    border-color: #8ad418;
    left: 4px;
    top: 440px;
}
.b2c_index .section-6 .block-5 li{
    color: #8ad418;
    border-color: #8ad418;
}
.b2c_index .section-6 .block-6{
    background-color: #eff2f7;
    border-color: #c1c9ce;
    right: 5px;
    top: 440px;
}
.b2c_index .section-6 .block-6 li{
    color: #333;
    border-color: #c1c9ce;
}
.b2c_index .section-6 .area{
    padding: 0 20px 40px;
    background-color: #dff6ff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}
.b2c_index .section-6 .area .f_l{
    width: 990px;
}
.b2c_index .section-6 .area .f_l li{
    float: left;
    width: 176px;
    height: 423px;
    border: 1px solid #b0e2f5;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 20px 20px 0;
}
.b2c_index .section-6 .area .b{
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 30px auto 10px;
    background-color: #12beff;
    border-radius: 5px;
}
.b2c_index .section-6 .area .b img{
    margin-top: 10px;
}
.b2c_index .section-6 .area .t{
    font-size: 18px;
    color: #12beff;
    padding-bottom: 5px;
}
.b2c_index .section-6 .area .p{
    font-size: 14px;
    line-height: 30px;
}
.b2c_index .section-6 .area .f_r{
    width: 178px;
    height: 870px;
    border: 1px solid #b0e2f5;
    border-radius: 10px;
    background-color: #fff;
}
.b2c_index .section-6 .area .b-p{
    clear: both;
    font-size: 24px;
    color: #1db4ed;
    line-height: 40px;
    padding-top: 10px;
}
.b2c_index .section-7{
    background-color: #fff;
    padding-bottom: 80px;
}
.b2c_index .section-7 .title{
    padding-bottom: 40px;
}
.b2c_index .section-8{
    height: 800px;
    background: url(../jwbao_files/b2c_index_8_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_index .section-8 .title{
    color: #fff;
}
.b2c_index .section-8 .img{
    width: 1130px;
    height: 450px;
    background: url(../jwbao_files/b2c_index_8.png) no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -565px;
    bottom: 0;
}
.b2c_index .section-9{
    background-color: #fff;
    padding-bottom: 80px;
    position: relative;
}
.b2c_index .section-9 .tab{
    width: 115px;
    overflow: hidden;
    margin: 25px auto 20px;
}
.b2c_index .section-9 .tab li{
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #bbb;
    float: left;
    cursor: pointer;
}
.b2c_index .section-9 .tab li.last{
    margin-right: 0;
}
.b2c_index .section-9 .tab li.active{
    background-color: #12beff;
}
.b2c_index .section-9 .img{
    width: 1211px;
    height: 630px;
    background: url(../jwbao_files/b2c_index_9_bg.png) no-repeat center;
    margin: 0 auto;
    position: relative;
}
.b2c_index .section-9 .block{
    width: 100%;
    height: 460px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -230px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.b2c_index .section-9 .block img{
    max-width: 100%;
}
.b2c_index .section-9 .block .l{
    margin: 30px 0 0 30px;
    text-align: left;
    color: #fff;
    width: 395px;
}
.b2c_index .section-9 .block .l .f_l{
    width: 100px;
}
.b2c_index .section-9 .block .l .f_r{
    width: 270px;
}
.b2c_index .section-9 .block .l .f_r .b{
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 3px;
}
.b2c_index .section-9 .block .l .f_r .s{
    font-size: 14px;
    line-height: 25px;
}
.b2c_index .section-9 .block .l .color{
    font-size: 14px;
    line-height: 30px;
    margin: 15px 0 10px;
}
.b2c_index .section-9 .block .l .color span{
    display: inline-block;
    height: 5px;
    width: 75px;
    margin-left: 10px;
}
.b2c_index .section-9 .block .l .eq{
    font-size: 14px;
    line-height: 30px;
}
.b2c_index .section-9 .block .l .eq img{
    vertical-align: middle;
}
.b2c_index .section-9 .block .l .eq span{
    margin: 0 15px 0 5px;
}
.b2c_index .section-9 .block .l ul{
    width: 360px;
    overflow: hidden;
    margin-top: 20px;
}
.b2c_index .section-9 .block .l ul li{
    float: left;
    width: 170px;
    margin-right: 20px;
    text-align: center;
}
.b2c_index .section-9 .block .l ul li.last{
    margin-right: 0;
}
.b2c_index .section-9 .block .l ul li p{
    font-size: 14px;
    line-height: 30px;
}
.b2c_index .section-9 .block .r{
    width: 739px;
    height: 100%;
    position: relative;
}
.b2c_index .section-9 .block .r img{
    position: absolute;
}
.b2c_index .section-9 .block .r .img1{
    left: 0;
    top: 50%;
    margin-top: -237px;
}
.b2c_index .section-9 .block .r .img2{
    right: 0;
    bottom: 0;
}
.b2c_index .section-9 .block-1 .l .color span{
    background-color: #e56d1d;
}
.b2c_index .section-9 .block-2 .l .color span{
    background-color: #97c618;
}
.b2c_index .section-9 .block-3 .l .color span{
    background-color: #ed505d;
}
.b2c_index .section-9 .block-4 .l .color span{
    background-color: #fb8b8b;
}
.b2c_index .section-9 .block-5 .l .color span{
    background-color: #e82533;
}
.b2c_index .section-9 .block-1{
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_index .section-10{
    background-color: #ebfbfa;
    padding-top: 100px;
}
.b2c_index .section-10 .section-wrapper{
    height: 662px;
    background: url(../jwbao_files/b2c_index_10.jpg) no-repeat right bottom;
}
.b2c_index .section-10 .title{
    text-align: left;
    width: 450px;
    padding-top: 0;
}
.b2c_index .section-10 .title p.up{
    font-size: 36px;
}
.b2c_index .section-10 .title p.down{
    color: #555;
}
.b2c_index .section-11{background-color: #464646;}
.b2c_index .section-11 .title p{color: #fff;}
.b2c_index .section-11 ul{width: 1140px;overflow: hidden;margin: 0 auto;padding: 50px 0;}
.b2c_index .section-11 ul li span{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}
.b2c-pad{height: 105px !important; line-height: 105px !important;}
.b2c_index .section-11 ul li{float: left;width: 100px;height: 100px;margin-right: 30px;}
.b2c_index .section-11 ul li.last{margin-right: 0;}
.b2c_index .android_eleven{background-color: #464646;padding: 40px 0 80px;}
.b2c_index .android_eleven .android11{width:1100px; text-align:center;}
.b2c_index .android_eleven .android12 dl dd{line-height:22px;color:#bababa; line-height:25px;margin-top:20px;}
.b2c_index .android_eleven .android13{width:1098px;  background:url(../jwbao_files/a_bg.png) no-repeat center top;margin-top:70px;}
.b2c_index .android_eleven .android13 .duibi{width:240px;}
.b2c_index .android_eleven .android13 .ysapp{width:429px;}
.b2c_index .android_eleven .android13 .hhapp{width:429px;}
.b2c_index .android_eleven .android13 dl dt{height:104px; line-height:104px;color:white; font-size:30px;}
.b2c_index .android_eleven .duibi dl dt,
.b2c_index .android_eleven .duibi dl dd{text-align:center;}
.b2c_index .android_eleven .duibi dl dd{height:85px; line-height:85px;color:#333; font-size:18px;}
.b2c_index .android_eleven .ysapp dl dd{height:85px; text-align:left;}
.b2c_index .android_eleven .ysapp dl dd p{padding:15px 15px 0 15px; line-height:25px;}
.b2c_index .android_eleven .ysapp dl dd p span{color:#2d9b1e;}
.b2c_index .android_eleven .hhapp{color:#888;}
.b2c_index .android_eleven .hhapp dl dd{height:85px; text-align:left;}
.b2c_index .android_eleven .hhapp dl dd p{padding:15px 15px 0 15px; line-height:25px;}
.b2c_index .android_eleven .hhapp dl dd p span{color:#2d9b1e;}
.b2c_index .section-12{background-color: #fff;padding-bottom: 60px;}
.b2c_index .section-12 .title p.up span{color: #56b100;}
.b2c_index .section-12 table{border:1px solid #ddd;background-color: #fff; border-collapse: collapse; font-size: 18px; margin: 40px 0; text-align: left; width: 100%;}
.b2c_index .section-12 th,
.b2c_index .section-12 td{padding: 20px 30px; text-align: center;border: 1px solid #ddd;font-size:24px;}
.b2c_index .section-12 .table-title{font-size: 24px;}
.b2c_index .section-12 .bgc-blue{background-color: #f1fbff;}
.b2c_index .section-12 .fc-red{color: #fc8080;}
.b2c_index .section-12 .y-support{background: rgba(0, 0, 0, 0) url(../jwbao_files/gou.png) no-repeat scroll 35px center; padding-left: 68px;}
.b2c_index .b2c_index .section-12 .n-support{background: rgba(0, 0, 0, 0) url(../jwbao_files/cha.png) no-repeat scroll 35px center;padding-left: 68px;}
.b2c_index .section-12 .btn-blue{background-color: #42b8f1;border-radius: 5px;color: #fff;display: block;font-size: 16px;height: 40px;line-height: 40px;text-align: center;padding: 0 18px}
.b2c_index .section-12 .bottom-btn{text-align:center; margin: 40px 0;}
.b2c_index .section-12 .btn-green{background-color: #94cb35;border-radius: 5px; color: #fff;display: inline-block;font-size: 24px; height: 70px; line-height: 70px; text-align: center; padding: 0 60px}
.b2c_index .section-12 td p{font-size: 14px;line-height: 25px;}
.b2c_index .section-12 td p.green{color: #56b100;}
.b2c_index .section-12 p.b-b-text{font-size: 48px;}
.b2c_index .section-12 p.b-s-text{font-size: 36px;}
.b2c_index .section-12 p.b-s-text span{font-size: 72px;color: #f95b5c;}

/* 功能特色 */
.nav-wrapper{
    width: 100%;
    height: 80px;
    background-color: #666;
    z-index: 11;
}
.nav-wrapper ul{
    width: 1210px;
    height: 100%;
    margin: 0 auto;
}
.nav-wrapper ul li{
    float: left;
    width: 403px;
    height: 100%;
    position: relative;
    text-align: center;
}
.nav-wrapper ul li:last-child{
    width: 404px;
}
.nav-wrapper ul li img{
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: -15px;
    z-index: 2;
    display: none;
}
.nav-wrapper ul li a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 80px;
}
.nav-wrapper ul li.active{
    background-color: #41a7fd;
}
.nav-wrapper ul li.active img{
    display: block;
}

/* 更新功能 */
.b2c_function .section{
    border-bottom: 1px solid #ccc;
}
.b2c_function .section:last-child{
    border-bottom: none;
}
.b2c_function .section-1{
    padding-bottom: 80px;
    margin-top: 15px;
}
.b2c_function .section-1 .section-wrapper{
    height: 821px;
    background: url(../jwbao_files/b2c_func_1.png) no-repeat left bottom;
}
.b2c_function .section-1 .title{
    width: 545px;
    padding-top: 70px;
    text-align: left;
}
.b2c_function .section-2 .img{
    width: 1059px;
    height: 560px;
    margin: 60px auto 0;
    background: url(../jwbao_files/b2c_func_2.png) no-repeat center;
    position: relative;
}
.b2c_function .section-2 .img p{
    font-size: 18px;
    position: absolute;
}
.b2c_function .section-2 .p1{
    right: 40px;
    top: 320px;
}
.b2c_function .section-2 .p2{
    left: 140px;
    top: 395px;
}
.b2c_function .section-2 .p3{
    right: 65px;
    top: 395px;
}
.b2c_function .section-2 .p4{
    left: 140px;
    top: 458px;
}
.b2c_function .section-2 .p5{
    right: 65px;
    top: 458px;
}
.b2c_function .section-3 .section-wrapper{
    height: 620px;
    background: url(../jwbao_files/b2c_func_3.png) no-repeat 50px bottom;
}
.b2c_function .section-3 .title{
    width: 530px;
    padding-top: 100px;
    text-align: left;
}
.b2c_function .section-4 .section-wrapper{
    height: 610px;
    background: url(../jwbao_files/b2c_func_4.png) no-repeat right bottom;
}
.b2c_function .section-4 .title{
    width: 540px;
    padding-top: 100px;
    text-align: left;
}
.b2c_function .section-5{
    padding-bottom: 30px;
}
.b2c_function .section-5 .section-wrapper{
    height: 610px;
    background: url(../jwbao_files/b2c_func_5.png) no-repeat 50px bottom;
}
.b2c_function .section-5 .title{
    width: 546px;
    padding-top: 100px;
    text-align: left;
}
.b2c_function .section-6 .section-wrapper{
    height: 599px;
    background: url(../jwbao_files/b2c_func_6.png) no-repeat right -1px;
}
.b2c_function .section-6 .title{
    width: 530px;
    padding-top: 100px;
    text-align: left;
}
.b2c_function .section-7 .section-wrapper{
    height: 620px;
    background: url(../jwbao_files/b2c_func_7.png) no-repeat 100px bottom;
}
.b2c_function .section-7 .title{
    width: 530px;
    padding-top: 100px;
    text-align: left;
}
.b2c_function .section-8 .section-wrapper{
    height: 610px;
    background: url(../jwbao_files/b2c_func_8.png) no-repeat right bottom;
}
.b2c_function .section-8 .title{
    width: 530px;
    padding-top: 100px;
    text-align: left;
}
.b2c_function .section-9 .section-wrapper{
    height: 600px;
    background: url(../jwbao_files/b2c_func_9.png) no-repeat 100px bottom;
}
.b2c_function .section-9 .title{
    width: 540px;
    padding-top: 100px;
    text-align: left;
}

/* 收费插件 */
.b2c_plugin .section-1{
    background-color: #ffffe5;
    padding-bottom: 80px;
}
.b2c_plugin .section-1 .img{
    width: 1015px;
    height: 729px;
    margin: 60px auto 0;
    background: url(../jwbao_files/b2c_plugin_1.png) no-repeat center;
    position: relative;
}
.b2c_plugin .section-1 .img p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 80px;
}
.b2c_plugin .section-1 .img a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #66ccff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
}
.b2c_plugin .section-2{
    background-color: #fff;
    padding-bottom: 80px;
}
.b2c_plugin .section-2 ul{
    width: 1070px;
    overflow: hidden;
    margin: 0 auto;
}
.b2c_plugin .section-2 ul li{
    float: left;
    width: 330px;
    margin-right: 40px;
    height: 775px;
}
.b2c_plugin .section-2 ul li.one{
    background: url(../jwbao_files/b2c_plugin_2-1.png) no-repeat center;
}
.b2c_plugin .section-2 ul li.two{
    background: url(../jwbao_files/b2c_plugin_2-2.png) no-repeat center;
}
.b2c_plugin .section-2 ul li.last{
    background: url(../jwbao_files/b2c_plugin_2-3.png) no-repeat center;
    margin-right: 0;
}
.b2c_plugin .section-2 ul li p{
    text-align: right;
    color: #c47463;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 145px;
}
.b2c_plugin .section-2 a.btn-a{
    display: block;
    width: 200px;
    height: 60px;
    margin: 30px auto 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    background-color: #66ccff;
}
.b2c_plugin .section-3{
    background-color: #ecf9ff;
}
.b2c_plugin .section-3 .box{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.b2c_plugin .section-3 .box:last-child{
    border-bottom: none;
}
.b2c_plugin .section-3 .box ul li{
    float: left;
    height: 550px;
    margin-right: 45px;
    position: relative;
}
.b2c_plugin .section-3 .box ul li.last{
    margin-right: 0;
}
.b2c_plugin .section-3 .box ul li p{
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}
.b2c_plugin .section-3 .box ul li .yuan{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #65cbfd;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
}
.b2c_plugin .section-3 .box1 ul{
    width: 1137px;
    overflow: hidden;
    padding-left: 10px;
}
.b2c_plugin .section-3 .box2 ul{
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 60px;
}
.b2c_plugin .section-3 .box2 ul li,
.b2c_plugin .section-3 .box1 ul li.two,
.b2c_plugin .section-3 .box1 ul li.last{
    width: 330px;
}
.b2c_plugin .section-3 .box1 ul li.one .yuan{
    left:70px;
}
.b2c_plugin .section-3 .box1 ul li.one p{
    text-align: left;
    padding-left: 150px;
}
.b2c_plugin .section-3 .box1 ul li.two p{
    text-align: left;
    padding-left: 70px;
}
.b2c_plugin .section-3 .box1 ul li.one{
    background: url(../jwbao_files/b2c_plugin_3-1.png) no-repeat center bottom;
    width: 387px;
}
.b2c_plugin .section-3 .box1 ul li.two{
    background: url(../jwbao_files/b2c_plugin_3-2.png) no-repeat center bottom;
}
.b2c_plugin .section-3 .box1 ul li.last{
    background: url(../jwbao_files/b2c_plugin_3-3.png) no-repeat center bottom;
}
.b2c_plugin .section-3 .box2 ul li.one{
    background: url(../jwbao_files/b2c_plugin_3-4.png) no-repeat center bottom;
}
.b2c_plugin .section-3 .box2 ul li.two{
    background: url(../jwbao_files/b2c_plugin_3-5.png) no-repeat center bottom;
}
.b2c_plugin .section-3 .box2 ul li.last{
    background: url(../jwbao_files/b2c_plugin_3-6.png) no-repeat center bottom;
}
.b2c_plugin .section-4{
    background-color: #fff;
}
.b2c_plugin .section-4 .section-wrapper{
    height: 510px;
    background: url(../jwbao_files/b2c_plugin_4.jpg) no-repeat right bottom;
}
.b2c_plugin .section-4 .title{
    padding-top: 120px;
    text-align: left;
}
.b2c_plugin .section-4 .title a{
    background-color: #63c5f6;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    text-align: center;
    width: 200px;
}

/* 历史更新 */
.b2c_update .title .mid{
    font-size: 36px;
    line-height: 55px;
}
.b2c_update .version{
    width: 1210px;
    height: 100px;
    font-size: 48px;
    line-height: 100px;
    margin: 15px auto 0;
    border-bottom: 1px dashed #15b7ff;
    position: relative;
    padding-top: 50px;
}
.b2c_update .version .r{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #15b7ff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 20px;
}
.b2c_update .version p{
    padding-left: 30px;
}
.b2c_update .version span{
    color: #15b7ff;
}
.b2c_update .section-wrapper{
    border-bottom: 1px solid #ccc;
}
.b2c_update .section-1{
    background-color: #fff;
}
.b2c_update .section-1 .section-wrapper{
    padding-bottom: 80px;
}
.b2c_update .section-1 .title span{
    font-size: 18px;
    color: #15b7ff;
}
.b2c_update .section-1 ul{
    width: 1070px;
    overflow: hidden;
    margin: 0 auto;
}
.b2c_update .section-1 ul li{
    float: left;
    width: 330px;
    margin-right: 40px;
    height: 775px;
}
.b2c_update .section-1 ul li.one{
    background: url(../jwbao_files/b2c_plugin_2-1.png) no-repeat center;
}
.b2c_update .section-1 ul li.two{
    background: url(../jwbao_files/b2c_plugin_2-2.png) no-repeat center;
}
.b2c_update .section-1 ul li.last{
    background: url(../jwbao_files/b2c_plugin_2-3.png) no-repeat center;
    margin-right: 0;
}
.b2c_update .section-1 ul li p{
    text-align: right;
    color: #c47463;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 145px;
}
.b2c_update .section-1 a.btn-a{
    display: block;
    width: 200px;
    height: 60px;
    margin: 30px auto 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    background-color: #66ccff;
}
.b2c_update .section-2{
    background-color: #fff;
}
.b2c_update .section-2 .title span{
    font-size: 18px;
    color: #15b7ff;
}
.b2c_update .section-2 .box{
    width: 100%;
    border-bottom:1px solid #ddd;
}
.b2c_update .section-2 .box:last-child{
    border-bottom: none;
}
.b2c_update .section-2 .box ul li{
    float: left;
    height: 550px;
    margin-right: 45px;
    position: relative;
}
.b2c_update .section-2 .box ul li.last{
    margin-right: 0;
}
.b2c_update .section-2 .box ul li p{
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}
.b2c_update .section-2 .box ul li .yuan{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #65cbfd;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 0;
    left: 0;
}
.b2c_update .section-2 .box1 ul{
    width: 1137px;
    overflow: hidden;
    padding-left: 10px;
}
.b2c_update .section-2 .box2 ul{
    width: 1080px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 60px;
}
.b2c_update .section-2 .box2 ul li,
.b2c_update .section-2 .box1 ul li.two,
.b2c_update .section-2 .box1 ul li.last{
    width: 330px;
}
.b2c_update .section-2 .box1 ul li.one .yuan{
    left:70px;
}
.b2c_update .section-2 .box1 ul li.one p{
    text-align: left;
    padding-left: 150px;
}
.b2c_update .section-2 .box1 ul li.two p{
    text-align: left;
    padding-left: 70px;
}
.b2c_update .section-2 .box1 ul li.one{
    background: url(../jwbao_files/b2c_plugin_3-1.png) no-repeat center bottom;
    width: 387px;
}
.b2c_update .section-2 .box1 ul li.two{
    background: url(../jwbao_files/b2c_plugin_3-2.png) no-repeat center bottom;
}
.b2c_update .section-2 .box1 ul li.last{
    background: url(../jwbao_files/b2c_plugin_3-3.png) no-repeat center bottom;
}
.b2c_update .section-2 .box2 ul li.one{
    background: url(../jwbao_files/b2c_plugin_3-4.png) no-repeat center bottom;
}
.b2c_update .section-2 .box2 ul li.two{
    background: url(../jwbao_files/b2c_plugin_3-5.png) no-repeat center bottom;
}
.b2c_update .section-2 .box2 ul li.last{
    background: url(../jwbao_files/b2c_plugin_3-6.png) no-repeat center bottom;
}
.b2c_update .section-3 .section-wrapper{
    height: 550px;
    background: url(../jwbao_files/b2c_update_3.png) no-repeat 100px bottom;
}
.b2c_update .section-3 .title{
    padding-top: 100px;
    text-align: left;
}
.b2c_update .section-4 .section-wrapper{
    height: 550px;
    background: url(../jwbao_files/b2c_update_4.png) no-repeat right bottom;
}
.b2c_update .section-4 .title{
    padding-top: 100px;
    text-align: left;
}
.b2c_update .section-4{
    background-color: #fff;
}
.b2c_update .section-4 .section-wrapper{
    height: 510px;
    background: url(../jwbao_files/b2c_plugin_4.jpg) no-repeat right bottom;
}
.b2c_update .section-4 .title{
    padding-top: 120px;
    text-align: left;
}
.b2c_update .section-4 .title span{
    font-size: 18px;
    color: #15b7ff;
}
.b2c_update .section-4 .title a{
    background-color: #63c5f6;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    text-align: center;
    width: 200px;
}
.b2c_update .section-5 .f_l{
    width: 430px;
    height: 550px;
    background: url(../jwbao_files/b2c_update_5-1.png) no-repeat left bottom;
}
.b2c_update .section-5 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-5 .title img{
    margin-top: 30px;
}
.b2c_update .section-6 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-6 .f_r{
    width: 629px;
    height: 550px;
    background: url(../jwbao_files/b2c_update_6.jpg) no-repeat right bottom;
}
.b2c_update .section-7 .f_l{
    width: 697px;
    height: 537px;
    background: url(../jwbao_files/b2c_update_7.jpg) no-repeat left bottom;
}
.b2c_update .section-7 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-8 .section-wrapper{
    height: 524px;
    background: url(../jwbao_files/b2c_update_8.png) no-repeat right bottom;
}
.b2c_update .section-8 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-9 .f_l{
    width: 617px;
    height: 550px;
    background: url(../jwbao_files/b2c_update_9.jpg) no-repeat left bottom;
}
.b2c_update .section-9 .title{
    padding-top: 150px;
    text-align: left;
    margin-right: 100px;
}
.b2c_update .section-10 .fa{
    margin-left: 200px;
    margin-top: 100px;
    overflow: hidden;
}
.b2c_update .section-10 .fa .f_l{
    margin-top: 60px;
}
.b2c_update .section-10 .r-img{
    width: 388px;
    height: 550px;
    background: url(../jwbao_files/b2c_update_10-3.png) no-repeat right bottom;
}
.b2c_update .section-10 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-11 .f_l{
    width: 581px;
    height: 450px;
    background: url(../jwbao_files/b2c_update_11.png) no-repeat left bottom;
}
.b2c_update .section-11 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-12 .f_r{
    width: 600px;
    height: 410px;
    background: url(../jwbao_files/b2c_update_12.png) no-repeat right bottom;
}
.b2c_update .section-12 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-13 .f_l{
    width: 690px;
    height: 467px;
    background: url(../jwbao_files/b2c_update_13.png) no-repeat left bottom;
}
.b2c_update .section-13 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-14 .f_r{
    width: 568px;
    height: 450px;
    background: url(../jwbao_files/b2c_update_14.png) no-repeat right bottom;
}
.b2c_update .section-14 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-15 .f_l{
    width: 454px;
    height: 484px;
    background: url(../jwbao_files/b2c_update_15.png) no-repeat 50px center;
}
.b2c_update .section-15 .title{
    padding-top: 100px;
    text-align: left;
}
.b2c_update .section-16 .section-wrapper{
    padding-bottom: 60px;
}
.b2c_update .section-16 .img{
    width: 1015px;
    height: 729px;
    margin: 60px auto 0;
    background: url(../jwbao_files/b2c_plugin_1.png) no-repeat center;
    position: relative;
}
.b2c_update .section-16 .img p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 80px;
}
.b2c_update .section-16 .img a{
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background-color: #66ccff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 0;
}
.b2c_update .section-17 .section-wrapper{
    padding-bottom: 60px;
}
.b2c_update .section-17 ul{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.b2c_update .section-17 ul li{
    float: left;
    text-align:left;
    margin-right:164px;
    width: 294px;
    height: 605px;
}
.b2c_update .section-17 ul li.lb-1{
    background: url(../jwbao_files/b2c_update_17-1.png) no-repeat center;
}
.b2c_update .section-17 ul li.lb-2{
    background: url(../jwbao_files/b2c_update_17-2.png) no-repeat center;
}
.b2c_update .section-17 ul li.lb-3{
    background: url(../jwbao_files/b2c_update_17-3.png) no-repeat center;
}
.b2c_update .section-17 ul li:nth-of-type(3n){
    margin-right:0;
}
.b2c_update .section-17 .text-color-pink{
    color: #ec7c7c;
    font-size: 24px;
}
.b2c_update .section-17 .Span-box-p-16 {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
}
.b2c_update .section-18 .f_l{
    width: 551px;
    height: 420px;
    background: url(../jwbao_files/b2c_update_18.png) no-repeat left bottom;
}
.b2c_update .section-18 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-19 .f_r{
    width: 500px;
    height: 490px;
    background: url(../jwbao_files/b2c_update_19.png) no-repeat right bottom;
}
.b2c_update .section-19 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-20 .f_l{
    width: 582px;
    height: 410px;
    background: url(../jwbao_files/b2c_update_20.png) no-repeat left bottom;
}
.b2c_update .section-20 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-21 .section-wrapper{
    height: 470px;
    background: url(../jwbao_files/b2c_update_21.png) no-repeat right bottom;
}
.b2c_update .section-21 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-22 .f_l{
    width: 514px;
    height: 410px;
    background: url(../jwbao_files/b2c_update_22.png) no-repeat left bottom;
    margin-left: 80px;
}
.b2c_update .section-22 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-23 .img{
    width: 750px;
    height: 602px;
    background: url(../jwbao_files/b2c_update_23.png) no-repeat center;
    margin: 50px auto 0;
}
.b2c_update .section-24 .f_r{
    width: 379px;
    height: 490px;
    background: url(../jwbao_files/b2c_update_24.png) no-repeat right bottom;
    margin-right: 50px;
}
.b2c_update .section-24 .title{
    padding-top: 150px;
    text-align: left;
    margin-left: 50px;
}
.b2c_update .section-25 .f_l{
    width: 608px;
    height: 450px;
    background: url(../jwbao_files/b2c_update_25.png) no-repeat left bottom;
}
.b2c_update .section-25 .title{
    padding-top: 150px;
    text-align: left;
}
.b2c_update .section-26 .f_r{
    width: 390px;
    height: 490px;
    background: url(../jwbao_files/b2c_update_26.png) no-repeat right bottom;
    margin-right: 50px;
}
.b2c_update .section-26 .title{
    padding-top: 120px;
    text-align: left;
    margin-left: 50px;
}
.b2c_update .section-27 .f_r{
    width: 301px;
    height: 490px;
    background: url(../jwbao_files/b2c_update_27-2.png) no-repeat right bottom;
    margin-right: 80px;
}
.b2c_update .section-27 .title{
    padding-top: 120px;
    text-align: left;
    margin-left: 50px;
}
.b2c_update .section-27 .title img{
    margin-top: 40px;
}
.b2c_update .b-p{
    text-align: center;
    font-size: 24px;
    margin: 50px 0 30px;
}
.b2c_update a.b-a{
    display: block;
    text-align: center;
    width: 240px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 60px;
    font-size: 24px;
    color: #fff;
    background-color: #15b7ff;
    border-radius: 5px;
}
.b2c_update .fast-nav{
    width: 180px;
    border: 1px solid #ccc;
    position: absolute;
    right: 20px;
    top: 850px;
    z-index: 11;
}
.b2c_update .nav-header{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #f2f2f2;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #bbb;
}
.b2c_update .nav-header img{
    transform: rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); Safari 和 Chrome
    -o-transform:rotate(180deg);
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    transition:0.5s ease;
}
.b2c_update .nav-header.show img{
    transform: rotate(0deg);
    -ms-transform:rotate(0deg); /* Internet Explorer */
    -moz-transform:rotate(0deg); /* Firefox */
    -webkit-transform:rotate(0deg); Safari 和 Chrome
    -o-transform:rotate(0deg);
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    transition:0.5s ease;
}
.b2c_update .nav-body{
    padding: 15px 0 15px 30px;
    background-color: #fff;
    border-bottom: 1px solid #bbb;
}
.b2c_update .nav-body li{
    line-height: 30px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    border-left: 1px solid #bbb;
    cursor: pointer;
}
.b2c_update .nav-body li .r{
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #bbb;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -5px;
}
.b2c_update .nav-body li .t-l{
    width: 1px;
    height: 8px;
    border: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: 0;
}
.b2c_update .nav-body li .b-l{
    width: 1px;
    height: 8px;
    border: 1px solid #fff;
    position: absolute;
    left: -1px;
    bottom: 0;
    display: block;
}
.b2c_update .nav-body li.active .b-l{
    display: none;
}
.b2c_update .nav-body .fa-li.active{
    color: #15b7ff;
}
.b2c_update .nav-body .fa-li.active .r{
    background-color: #15b7ff;
}
.b2c_update .nav-body .child-ul{
    display: none;
}
.b2c_update .nav-body .child-ul.show{
    display: block;
}
.b2c_update .nav-body .child-li{
    font-size: 12px;
    line-height: 30px;
    background-color: #fff;
}
.b2c_update .nav-body .child-li.curr{
    background-color: #44c5ff;
    color: #fff;
}
.b2c_update .nav-footer{
    padding: 20px 30px;
    text-align: center;
    background-color: #fff;
}
.b2c_update .nav-footer a{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #bbb;
}
.b2c_update .nav-footer a img{
    margin-right: 5px;
}
.b2c_update .nav-footer a.kf{
    color: #84cb1f;
    margin-top: 20px;
}
.b2c_update .nav-footer a.go-to-top{
    color: #999;
    margin-bottom: 5px;
}
.b2c_update .nav-footer a.pre-update{
    color: #44c5ff;
}

/* 精美界面 */
.b2c_view .banner{
    background: url(../jwbao_files/b2c_view_banner.jpg) no-repeat center;
}
.b2c_view .title span{
    color: #35acff;
}
.b2c_view .section-1{
    height: 840px;
    background: url(../jwbao_files/b2c_view_1_bg.jpg) no-repeat center;
}
.b2c_view .section-1 .section-wrapper{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.b2c_view .section-1 .title{
    text-align: left;
}
.b2c_view .section-1 .section-wrapper img{
    position: absolute;
}
.b2c_view .section-1 .img1{
    left: 60px;
    bottom: 100px;
}
.b2c_view .section-1 .img2{
    left: 420px;
    bottom: 0;
}
.b2c_view .section-2{
    height: 764px;
    background: url(../jwbao_files/b2c_view_2_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_view .section-2 .title{
    color: #fff;
}
.b2c_view .section-2 .img{
    width: 1155px;
    height: 515px;
    position: absolute;
    left: 50%;
    margin-left: -577px;
    bottom: 0;
}
.b2c_view .section-2 .img img{
    position: absolute;
    bottom: 0;
}
.b2c_view .section-2 .img .img1{
    left: 850px;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.b2c_view .section-2 .img .img2{
    left: 850px;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.b2c_view .section-2 .img .img3{
    left: 850px;
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
}
.b2c_view .section-2 .img .img4{
    left: 850px;
    z-index: 4;
    opacity: 0;
    filter: alpha(opacity=0);
}
.b2c_view .section-2 .img .img5{
    z-index: 5;
    right: 0;
}
.b2c_view .section-2 .img.active .img1{
    left: 0;
    -webkit-transition:1.5s ease;
    -moz-transition:1.5s ease;
    -o-transition:1.5s ease;
    transition:1.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_view .section-2 .img.active .img2{
    left: 190px;
    -webkit-transition:1.5s ease;
    -moz-transition:1.5s ease;
    -o-transition:1.5s ease;
    transition:1.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_view .section-2 .img.active .img3{
    left: 346px;
    -webkit-transition:1.5s ease;
    -moz-transition:1.5s ease;
    -o-transition:1.5s ease;
    transition:1.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_view .section-2 .img.active .img4{
    left: 515px;
    -webkit-transition:1.5s ease;
    -moz-transition:1.5s ease;
    -o-transition:1.5s ease;
    transition:1.5s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}
.b2c_view .section-3{
    height: 1848px;
    background: url(../jwbao_files/b2c_view_3_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_view .section-3 .title{
    color: #fff;
}
.b2c_view .section-3 .img1{
    width: 1210px;
    height: 715px;
    background: url(../jwbao_files/b2c_view_3-2.png) no-repeat right center;
    position: absolute;
    left: 50%;
    margin-left: -605px;
    top: 250px;
    z-index: 1;
}
.b2c_view .section-3 .img1 img{
    position: absolute;
    left: 200px;
    top: 210px;
}
.b2c_view .section-3 .img2{
    width: 1210px;
    height: 852px;
    background: url(../jwbao_files/b2c_view_3-4.png) no-repeat right center;
    position: absolute;
    left: 50%;
    margin-left: -605px;
    top: 900px;
    z-index: 2;
}
.b2c_view .section-3 .img2 img{
    position: absolute;
    left: 36px;
    top: 235px;
}
.b2c_view .section-3 p.b{
    font-size: 24px;
    color: #66ccff;
    position: absolute;
}
.b2c_view .section-3 p.s{
    font-size: 18px;
    color: #ccc;
    position: absolute;
}
.b2c_view .section-3 .img1 .p1{
    left: 120px;
    top: 170px;
}
.b2c_view .section-3 .img1 .p2{
    left: 120px;
    top: 235px;
}
.b2c_view .section-3 .img1 .p3{
    left: 120px;
    top: 294px;
}
.b2c_view .section-3 .img1 .p4{
    left: 120px;
    top: 360px;
    text-align: left;
}
.b2c_view .section-3 .img2 .p1{
    left: 130px;
    top: 192px;
}
.b2c_view .section-3 .img2 .p2{
    left: 130px;
    top: 250px;
}
.b2c_view .section-3 .img2 .p3{
    left: 90px;
    top: 412px;
}
.b2c_view .section-3 .img2 .p4{
    left:90px;
    top: 468px;
}
.b2c_view .section-3 .img2 .p5{
    left: 130px;
    top:300px;
}
.b2c_view .section-3 .img2 .p6{
    left: 130px;
    top: 355px;
}
.b2c_view .section-3 .img2 .p7{
    left: 60px;
    top: 705px;
}
.b2c_view .section-3 .img2 .p8{
    left: 60px;
    top: 765px;
}
.b2c_view .section-4{
    background-color: #fff;
}
.b2c_view .section-4 .title{
    padding-top: 0;
    float: left;
    text-align: left;
}
.b2c_view .section-4 .img{
    width: 100%;
    height: 722px;
    margin-top: 100px;
    position: relative;
}
.b2c_view .section-4 .img img{
    position: absolute;
}
.b2c_view .section-4 .img .img1{
    left: 24px;
    top: 120px;
    z-index: 2;
}
.b2c_view .section-4 .img .img2{
    right: 0;
    top: 0;
    z-index: 1;
}
.b2c_view .section-4 .t2{
    margin-top: -70px;
}
.b2c_view .section-4 ul{
    width: 100%;
    height: 780px;
    overflow: hidden;
    padding-top: 35px;
}
.b2c_view .section-4 ul li{
    width: 360px;
    height: 100%;
    float: left;
    margin-right: 65px;
}
.b2c_view .section-4 ul li.one{
    background: url(../jwbao_files/b2c_view_4-2.png) no-repeat center;
}
.b2c_view .section-4 ul li.two{
    background: url(../jwbao_files/b2c_view_4-3.png) no-repeat center;
}
.b2c_view .section-4 ul li.last{
    margin-right: 0;
    background: url(../jwbao_files/b2c_view_4-4.png) no-repeat center;
}
.b2c_view .section-4 ul li p{
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 57px 0 0 110px;
}
.b2c_view .section-5{
    background-color: #fff;
    padding-bottom: 180px;
}
.b2c_view .section-5 .img{
    width: 100%;
    height: 794px;
    margin-top: 60px;
    background: url(../jwbao_files/b2c_view_5.jpg) no-repeat  80px center;
    position: relative;
}
.b2c_view .section-5 .img .t{
    font-size: 24px;
    line-height: 180px;
    color: #3dafff;
}
.b2c_view .section-5 .img .d{
    font-size: 18px;
    line-height: 30px;
}
.b2c_view .section-5 .img .b{
    text-align: left;
    position: absolute;
}
.b2c_view .section-5 .img .b1{
    left: 0;
    top: 200px;
}
.b2c_view .section-5 .img .b2{
    right: 90px;
    top: 23px;
}
.b2c_view .section-6{
    height: 532px;
    background: url(../jwbao_files/b2c_view_6_bg.jpg) no-repeat center;
}
.b2c_view .section-6 .section-wrapper{
    position: relative;
    height: 100%;
}
.b2c_view .section-6 .title{
    padding-top: 70px;
    float: left;
    color: #fff;
    text-align: left;
    width: 481px;
}
.b2c_view .section-6 .title img{
    margin-top: 40px;
}
.b2c_view .section-6 .img{
    width: 720px;
    height: 741px;
    background: url(../jwbao_files/b2c_view_6-2.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -370px;
}
.b2c_view .section-7{
    background-color: #fff;
    padding: 80px 0;
}
.b2c_view .section-7 .img{
    width: 1066px;
    height: 402px;
    margin: 60px auto 0;
    background: url(../jwbao_files/b2c_view_7.png) no-repeat center;
}
.b2c_view .section-8{
    height: 1002px;
    background: url(../jwbao_files/b2c_view_8_bg.jpg) no-repeat center;
    position: relative;
}
.b2c_view .section-8 .title{
    color: #fff;
}
.b2c_view .section-8 .desp{width: 420px;overflow: hidden;margin: 40px auto;}
.b2c_view .section-8 .desp dl{display: none;}
.b2c_view .section-8 .desp dl:nth-of-type(3){display: block;}
.b2c_view .section-8 .desp dl dt{font-size: 24px;color: #fff;}
.b2c_view .section-8 .desp dl dd{font-size: 18px;color: #fff;line-height: 30px;}
.b2c_view .section-8 ul{
    width: 1090px;
    height: 601px;
    position: relative;
    margin: 30px auto 0;
}
.b2c_view .section-8 .btns{
    width: 620px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -310px;
    top: 530px;
    z-index: 7;
}
.b2c_view .section-8 .btns .l-btn{
    float: left;
    cursor: pointer;
}
.b2c_view .section-8 .btns .r-btn{
    float: right;
    cursor: pointer;
}
.b2c_view .section-8 ul li{
    position: absolute;
}
.b2c_view .section-8 ul li img{
    width: 100%;
}

.b2c_view .section-9{
    background-color: #fff;
    padding-bottom: 30px;
}
.b2c_view .section-9 ul{
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
}
.b2c_view .section-9 ul li{
    float: left;
    width: 321px;
    margin-right: 123px;
    margin-bottom: 50px;
}
.b2c_view .section-9 ul li:nth-of-type(3n){
    margin-right: 0;
}
.b2c_view .section-9 ul li .t{
    font-size: 24px;
    line-height: 40px;
    color: #34a7ff;
    padding: 10px 0 5px;
}
.b2c_view .section-9 ul li .d{
    font-size: 14px;
    line-height: 25px;
}

/**
 * 手机端样式
 */

.index_mobile .mob-b2c-nav{
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 5em;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    z-index:6;
}
.index_mobile .mob-b2c-nav .l{
    float: left;
    width: 25%;
    height: 1em;
    line-height: 1em;
    font-size: 2em;
    text-align: center;
    margin: 1em 0;
}
.index_mobile .mob-b2c-nav .r{
    float: right;
    width: 65%;
    height: 3em;
    line-height: 3em;
    font-size: 2em;
    overflow: hidden;
}
.index_mobile .mob-b2c-nav ul{
    width: 100%;
    overflow: hidden;
}
.index_mobile .mob-b2c-nav ul a{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color:transparent;
}
.index_mobile .mob-b2c-nav ul.nav li{
    float: left;
    text-align: center;
    width: 33.3%;
}
.index_mobile .mob-b2c-nav ul.nav li.active a{
    color: #3db8f1;
}
.index_mobile .mob-b2c-nav ul.nav li img{vertical-align: middle;width:10%;}
.index_mobile .mob-b2c-nav .have-child img{
    transform: rotate(0deg);
    -ms-transform:rotate(0deg); /* Internet Explorer */
    -moz-transform:rotate(0deg); /* Firefox */
    -webkit-transform:rotate(0deg);/* Safari 和 Chrome */
    -o-transform:rotate(0deg);
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    transition:0.5s ease;
}
.index_mobile .mob-b2c-nav .have-child.curr img{
    transform: rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -o-transition:0.5s ease;
    transition:0.5s ease;
}
.index_mobile .fa-wrap{
    position: fixed;
    width: 100%;
    top:3em;
    z-index:8;
}
.index_mobile ul.nav-child{
    width:100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 8.06em;
    display:none;z-index: 8;overflow: hidden;}
.index_mobile ul.nav-child.show{z-index: 9;}
.index_mobile ul.nav-child li{height: 3em;line-height: 3em; font-size: 1.5em;border-bottom:1px solid #ddd;}
.index_mobile ul.nav-child li a{display: block;height: 100%;width: 90%;padding-left: 10%;text-decoration: none;}

/* 概述篇 */
.mob_b2c_index .i-bt-h2 span{
    color: #19adff;
}
.mob-b2c-index-1{
    background-color: #232761;
    padding-bottom: 100px;
}
.mob-b2c-index-1 .i-bt-h2,
.mob-b2c-index-2 .i-bt-h2{
    color: #fff;
}
.mob-b2c-index-1 .img{
    position: relative;
}
.mob-b2c-index-1 .img p{
    font-size: 36px;
    color: #fff;
    position: absolute;
}
.mob-b2c-index-1 .p-l{
    left: -30px;
    bottom: -50px;
}
.mob-b2c-index-1 .p-r{
    right: -40px;
    top: 15px;
}
.mob-b2c-index-2{
    background-color: #011236;
}
.mob-b2c-index-2 .img{
    margin-top: 60px;
    position: relative;
}
.mob-b2c-index-2 .img p{
    font-size: 32px;
    color: #fff;
    position: absolute;
}
.mob-b2c-index-2 .p1{
    left: 410px;
    top: 13px;
}
.mob-b2c-index-2 .p2{
    left: 50px;
    top: 115px;
}
.mob-b2c-index-2 .p3{
    left: 270px;
    top: 352px;
}
.mob-b2c-index-3{
    background-color: #e1ebff;
}
.mob-b2c-index-4{
    background-color: #fff;
    padding-bottom: 80px;
}
.mob-b2c-index-4 .i-bt-h2 span{
    color: #19adff;
}
.mob-b2c-index-5{
    background-color: #31324d;
    padding-bottom: 100px;
}
.mob-b2c-index-5 .i-bt-h2{
    color: #fff;
}
.mob-b2c-index-5 ul{
    width: 100%;
    margin-top: 60px;
}
.mob-b2c-index-5 ul li{
    padding: 30px 50px;
    text-align: left;
    border-radius: 30px;
    margin-bottom: 50px;
}
.mob-b2c-index-5 ul li p{
    color: #fff;
}
.mob-b2c-index-5 ul li .b{
    font-size: 40px;
    line-height: 70px;
}
.mob-b2c-index-5 ul li .s{
    font-size: 36px;
    line-height: 60px;
}
.mob-b2c-index-5 ul li:nth-of-type(1){
    background-color: #53b02a;
}
.mob-b2c-index-5 ul li:nth-of-type(2){
    background-color: #19b5f0;
}
.mob-b2c-index-5 ul li:nth-of-type(3){
    background-color: #f4a10f;
}
.mob-b2c-index-5 ul li:nth-of-type(4){
    background-color: #b45ea0;
}
.mob-b2c-index-6{
    background-color: #fff;
}
.mob-b2c-index-6 .top{
    width: 100%;
    overflow: hidden;
}
.mob-b2c-index-6 .top li{
    width: 50%;
    float: left;
}
.mob-b2c-index-6 .top li img{
    width: 50%;
}
.mob-b2c-index-6 .top li .b{
    font-size: 40px;
    padding: 20px 0 20px;
}
.mob-b2c-index-6 .top li .block{
    border: 2px solid #ccc;
    padding: 40px;
    border-radius: 30px;
    margin: 0 30px;
}
.mob-b2c-index-6 .top li .block p{
    border: 2px solid #ccc;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    border-radius: 20px;
    margin-bottom: 25px;
    background-color: #fff;
}
.mob-b2c-index-6 .top li .block p:last-child{
    margin-bottom: 0;
}
.mob-b2c-index-6 .top li:nth-of-type(2n+1){
    clear: both;
}
.mob-b2c-index-6 .top li:nth-of-type(1) .block{
    border-color: #ffb24e;
    background-color: #fff4e5;
}
.mob-b2c-index-6 .top li:nth-of-type(1) .block p{
    border-color: #ffb24e;
    color: #ffb24e;
}
.mob-b2c-index-6 .top li:nth-of-type(2) .block{
    border-color: #61ccf5;
    background-color: #d6f4ff;
}
.mob-b2c-index-6 .top li:nth-of-type(2) .block p{
    border-color: #61ccf5;
}
.mob-b2c-index-6 .top li:nth-of-type(3) .block{
    border-color: #fc8080;
    background-color: #ffeded;
}
.mob-b2c-index-6 .top li:nth-of-type(3) .block p{
    border-color: #fc8080;
    color: #fc8080;
}
.mob-b2c-index-6 .top li:nth-of-type(4) .block{
    border-color: #e299f7;
    background-color: #fdf4ff;
}
.mob-b2c-index-6 .top li:nth-of-type(4) .block p{
    border-color: #e299f7;
    color: #e299f7;
}
.mob-b2c-index-6 .top li:nth-of-type(5) .block{
    border-color: #8ad418;
    background-color: #edf4e0;
}
.mob-b2c-index-6 .top li:nth-of-type(5) .block p{
    border-color: #8ad418;
    color: #8ad418;
}
.mob-b2c-index-6 .top li:nth-of-type(6) .block{
    border-color: #c1c9ce;
    background-color: #eff2f7;
}
.mob-b2c-index-6 .top li:nth-of-type(6) .block p{
    border-color: #c1c9ce;
}
.mob-b2c-index-6 .b-p{
    font-size: 42px;
    padding-top: 40px;
    font-weight: bold;
}
.mob-b2c-index-6 .down{
    background-color: #dff6ff;
    border-radius: 50px;
    overflow: hidden;
    margin-top: 80px;
}
.mob-b2c-index-6 .down .b-p{
    padding: 30px 0 40px;
}
.mob-b2c-index-6 .down li{
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
.mob-b2c-index-6 .down li:nth-of-type(2n+1){
    clear: both;
}
.mob-b2c-index-6 .down li .box{
    border: 2px solid #b0e2f5;
    padding: 40px;
    border-radius: 30px;
    margin: 0 30px;
    background-color: #fff;
}
.mob-b2c-index-6 .down li:nth-of-type(2) .box{
    height: 720px;
}
.mob-b2c-index-6 .down li p.t{
    font-size: 40px;
    color: #12beff;
    line-height: 80px;
    padding-bottom: 10px;
}
.mob-b2c-index-6 .down li p.s{
    font-size: 36px;
    line-height: 70px;
}
.mob-b2c-index-6 .down li:nth-of-type(10) .box{
    height: 580px;
}
.mob-b2c-index-6 .down li:last-child{
    width: 100%;
}
.mob-b2c-index-6 .down li:last-child .box{
    overflow: hidden;
}
.mob-b2c-index-6 .down li:last-child .s{
    width: 50%;
    float: left;
}
.mob-b2c-index-7{
    background-color: #fff;
    padding-bottom: 100px;
}
.mob-b2c-index-7 .i-bt-h2 span{
    color: #19adff;
}
.mob-b2c-index-7 img:nth-of-type(1){
    margin-top: 60px;
}
.mob-b2c-index-8{
    background-color: #222;
}
.mob-b2c-index-8 .i-bt-h2{
    color: #fff;
}
.mob-b2c-index-8 img{
    margin-top: 60px;
}
.mob-b2c-index-10{
    background-color: #ebfbfa;
}
.mob-b2c-index-10 .i-bt-h2{
    color: #19adff;
}
.mob-b2c-index-10 img{
    margin-top: 60px;
}
.mob_b2c_index .app{
    width:100%;
    background:#fff;
    padding:80px 0 60px;
}
.mob_b2c_index .app-bt{
    height:35px;
    margin-bottom: 25px;
}
.mob_b2c_index .app-nr{
    width:100%;
    padding-top:110px;
}
.mob_b2c_index .app-k{
    width:33%;
    float:left;
    text-align:center;
    margin-bottom:40px;
}
.mob_b2c_index .app-k1{
    width:100%;
    float:inherit;
}
.mob_b2c_index .app-k2{
    width:100%;
    float:inherit;
    padding-top:20px;
    font-size:30px;
}
.mob_b2c_index .bg{
    width:100%;
    background:#333;
}
.mob_b2c_index .bg-j{
    padding:50px 20px 50px 20px;
}
.mob_b2c_index .bg-bt{
    width:100%; height:38px;
    background:url(../jwbao_files_mobile/ty-2.png) no-repeat center;
}
.mob_b2c_index .bg-nr{
    width:100%;
    float:inherit;
    padding:30px 0 30px 0;
    line-height:36px;
    color:#bbb;
}
.mob_b2c_index .bg-k{
    width:100%;
    height:auto;
    padding-top:22px;
    margin-bottom: 50px;
}
.mob_b2c_index .bg-k img{
    width:100%;
}

/* 功能特色 */
.mob-b2c-func-1{
    background-color: #fff;
    padding-bottom: 100px;
    border-bottom: 1px solid #888;
}
.mob-b2c-func-2,
.mob-b2c-func-3,
.mob-b2c-func-4,
.mob-b2c-func-6,
.mob-b2c-func-7,
.mob-b2c-func-8,
.mob-b2c-func-9{
    background-color: #fff;
    border-bottom: 1px solid #888;
}
.mob-b2c-func-5{
    background-color: #fff;
    padding-bottom: 70px;
    border-bottom: 1px solid #888;
}
.mob-b2c-func-5 img,
.mob-b2c-func-6 img{
    margin-top: 60px;
}

/* 收费插件 */
.mob-b2c-plugin-1{
    background-color: #ffffe5;
    padding-bottom: 100px;
}
.mob-b2c-plugin-2{
    background-color: #fff;
}
.mob-b2c-plugin-2 .i-1j,
.mob-b2c-plugin-3 .i-1j{
    border-bottom: 1px solid #888;
}
.mob-b2c-plugin-2 .i-1j p{
    color: #c47463;
    font-size: 42px;
    line-height: 70px;
    padding-top: 50px;
}
.mob-b2c-plugin-3{
    background-color: #ecf9ff;
}
.mob-b2c-plugin-3 .i-1j p{
    font-size: 42px;
    line-height: 70px;
    padding-top: 50px;
}
.mob-b2c-plugin-4{
    background-color: #fff;
}
.mob-b2c-plugin-4 img{
    margin-top: 60px;
}

/* 迭代更新 */
.mob_b2c_update .i-1j{
    border-bottom: 1px solid #888;
}
.mob-version{
    text-align: center;
    font-size: 60px;
    height: 100px;
    line-height: 120px;
    padding: 20px 0 30px;
    border-bottom: 2px dashed #15b7ff;
    background-color: #fff;
}
.mob-version span{
    color: #15b7ff;
}
.mob-b2c-update-3,
.mob-b2c-update-5,
.mob-b2c-update-6,
.mob-b2c-update-7,
.mob-b2c-update-8,
.mob-b2c-update-9,
.mob-b2c-update-10,
.mob-b2c-update-11,
.mob-b2c-update-12,
.mob-b2c-update-13,
.mob-b2c-update-14,
.mob-b2c-update-15,
.mob-b2c-update-17,
.mob-b2c-update-18,
.mob-b2c-update-19,
.mob-b2c-update-20,
.mob-b2c-update-21,
.mob-b2c-update-22,
.mob-b2c-update-23,
.mob-b2c-update-24,
.mob-b2c-update-25,
.mob-b2c-update-26,
.mob-b2c-update-27{
    background-color: #fff;
}
.mob_b2c_update .mob-b2c-plugin-4,
.mob-b2c-update-8,
.mob-b2c-update-21{
    border-bottom: 1px solid #888;
}
.mob_b2c_update .mob-b2c-plugin-4 .i-1j,
.mob-b2c-update-8 .i-1j,
.mob-b2c-update-21 .i-1j{
    border-bottom: none;
}
.mob-b2c-update-8 img,
.mob-b2c-update-21 img{
    margin-top: 60px;
}
.mob-b2c-update-10 .box{
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
}
.mob-b2c-update-10 .l{
    float: left;
    margin-top: 50px;
}
.mob-b2c-update-10 .r{
    float: right;
}
.mob-b2c-update-15 .i-1j{
    padding-bottom: 60px;
}
.mob_b2c_update .mob-b2c-plugin-1{
    background-color: #fff;
    padding-bottom: 0;
}
.mob_b2c_update .mob-b2c-plugin-1 .i-1j{
    padding-bottom: 100px;
}
.mob-b2c-update-17 .i-1j{
    padding-bottom: 100px;
}

/* 精美界面 */
.mob_b2c_view .i-bt-h2 span{
    color: #35acff;
}
.mob-b2c-view-1{
    background-color: #fff;
}
.mob-b2c-view-2{
    background-color: #10141d;
}
.mob-b2c-view-2 .i-bt-h2,
.mob-b2c-view-3 .i-bt-h2,
.mob-b2c-view-7 .i-bt-h2,
.mob-b2c-view-9 .i-bt-h2{
    color: #fff;
}
.mob-b2c-view-2 img,
.mob-b2c-view-3 img,
.mob-b2c-view-8 img{
    margin-top: 60px;
}
.mob-b2c-view-3{
    background-color: #31324d;
}
.mob-b2c-view-4,
.mob-b2c-view-6,
.mob-b2c-view-8{
    background-color: #fff;
    padding-bottom: 100px;
}
.mob-b2c-view-5{
    background-color: #fff;
    padding-bottom: 10px;
}
.mob-b2c-view-5 ul li{
    position: relative;
}
.mob-b2c-view-5 ul li p{
    position: absolute;
    font-size: 42px;
    color: #fff;
    top: 200px;
    left: 280px;
}
.mob-b2c-view-7{
    background-color: #138fe6;
    padding-bottom: 100px;
}
.mob-b2c-view-9{
    background-color: #31324d;
    padding-bottom: 100px;
}
.mob-b2c-view-10{
    background-color: #fff;
    padding-bottom: 50px;
}
.mob-b2c-view-10 li{
    margin-bottom: 50px;
}
.mob-b2c-view-10 li .t{
    font-size: 42px;
    color: #34a7ff;
    padding: 30px 0 15px;
}
.mob-b2c-view-10 li .d{
    font-size: 36px;
}