.value-props{
    background: #fafbfe;
}

p .countup-int {
    font-size: 40px;
    color: #0081ee;
    line-height: 30px;
    position: relative;
    font-weight: bold;
}
.data_item {
    text-align: center;
    padding: 45px 0;
}
.data_item p{
    font-size: 16px;
}
.data_item p span {
    display: inline-block;
    margin-right: 3px;
    line-height: 50px;
}
.data_item p .count-suffix {
    font-size: 30px;
    color: #0081ee;
    position: absolute;
    right: -23px;
    top: -8px;
}

.plan{
    padding: 3% 0 3% 0 ;
    background: #F4F5F9;
}
.plan .plan_box{
    margin-bottom: 74px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.plan .nav_img{
    width: 120px;
    height: 120px;
    padding: 25px;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 50%;
    margin: auto;
    background-color: #1686EF;
}
.plan .nav_img>img{
    display: none;
    width: 70px;
    height: 70px;
}
.plan .nav_img>img:first-child{
    display: inline-block;
}
.plan .nav_txt{
    font-size: 22px;
    font-weight: 550;
    color: #666;
    line-height: 1;
    margin-top: 18px;
    text-transform: uppercase;
}
.plan .nav_div{
    margin-top: 10px;
    font-size: 14px;
}
.plan .item{
    cursor: pointer;
    text-align: center;
    width: 30%;
    padding: 3% 1%;
}

.cmtv{
    padding: 3% 0 3% 0 ;
    background: #F4F5F9;
}

.channel{
    padding: 3% 0 3% 0 ;
}
.channel p{
    font-size: 16px;
}
.business_card{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 95%;
    background: url('/assets/index/image/sec1_bg.png') no-repeat center/cover;
    margin-top: 60px;
    position: relative;
    border-radius: 20px;
    padding: 2%;
}

.business_card .qrcode{
    float: left;
    margin-left: 60px;
}

.business_card .text{
    width: 380px;
    margin-left: 40px;
    color: #fff;
}

.business_card .text .p1{
    color: #fff;
    font-size: 34px;
}

.business_card .text .p2{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-top: 20px;
}

.business_card .text .p2::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('/assets/index/image/sec1_10.png') no-repeat center/cover;
    margin-right: 20px;
}

.business_card .text .p3{
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
}

.business_card .portrait{
    position: absolute;
    right: 85px;
    bottom: 0;
}
.agent{
    padding: 3% 0 3% 0;
}
.ul_box{
    display: flex;
    width: 100%;
}

.agent .ul_box .box_left{
    width: 20%;
    margin-right: 20px;
}

.agent .ul_box .box_left li{
    height: 80px;
    margin-bottom: 20px;
    border: solid 1px #e5e5e5;
    border-radius: 6px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.agent .ul_box .box_left li.active{
    background: url(/Public/Home/images/partner/mode3_left.png);
    border-color: #3185ff;
}

.agent .ul_box .box_left li.active .num_box{
    color: #3185ff;
}

.agent .ul_box .box_left li .num_box{
    font-size: 40px;
    color: #cccccc;
    font-style: italic;
    margin-right: 12px;
    margin-left: 15px;
    padding-top:0;
}

.agent .ul_box .box_left li .text_box>.p1{
    font-size: 20px;
    color: #333;
}

.agent .ul_box .box_left li .text_box>.p2{
    font-size: 12px;
    color: #999999;
}

.box_right{
    /*width: 78%;*/
    width: 1100px;
}

.box_right .content{
    display: flex;
}

.box_right .content .div_img{
    margin-bottom: 5%;
}

.box_right .content .text{
    width: 600px;
    padding-left: 5%;
}

.box_right .content .title{
    margin-bottom: 3%;
    font-size: 20px;
}

.box_right .content .desc{
    font-size: 16px;
}

.box_right .content .text_script{
    height: 300px;
}

.box_right .agency_btn{
    background: #0e87f0;
    width: 100px;
    padding: 6px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
}

.agent .ul_box .box_right>li{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #f6fcff, #fafdff);
    padding: 0 65px;
    box-sizing: border-box;
    display: none;
}

.agent .ul_box .box_right>li.active{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.agent .ul_box .box_right .img_box{
    margin-right: 30px;
}

.agent .ul_box .box_right .text_box .title{
    font-size: 22px;
    color: #333333;
}

.agent .ul_box .box_right .text_box .descr>p{
    font-size: 16px;
    color: #666666;
    margin-top: 45px;
}

.agent .ul_box .box_right .text_box .descr .list_02{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.agent .ul_box .box_right .text_box .descr .list_02 .text{
    margin-left: 20px;
}

.agent .ul_box .box_right .text_box .descr .list_02 .text .p1{
    font-size: 16px;
    color: #333;
}

.agent .ul_box .box_right .text_box .descr .list_02 .text .p2{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.agent .ul_box .box_right .text_box .descr .list_03{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #ccc;
    padding: 10px 0;
}

.agent .ul_box .box_right .text_box .descr .list_03:first-of-type{
    margin-top: 45px;
    border-top: none;
}

.agent .ul_box .box_right .text_box .descr .list_03>span{
    font-size: 16px;
    color: #333;
}

.agent .ul_box .box_right .text_box .descr .list_03 .item_box > div{
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 30px;
}

.agent .ul_box .box_right .item_04 .text_box{
    width: 100%;
    text-align: center;
}

.agent .ul_box .box_right .item_04 .text_box>ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
}

.agent .ul_box .box_right .item_04 .text_box>ul>li .p1{
    font-size: 16px;
    color: #333;
    margin:10px 0 5px;
}

.agent .ul_box .box_right .item_04 .text_box>ul>li .p2{
    font-size: 14px;
    color: #666;
}

@media (max-width: 767px) {
    .value-props .container .row{
        display: flex!important;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .value-props .container .row .col-sm-3{
        padding-right: 5px!important;
        padding-left: 5px!important;
    }

    .data_item {
        padding: 10px 0!important;
    }

    .data_item img{
        width: 35px;
        height: 35px;
    }
    .data_item p{
        font-size: 12px;
    }
    .data_item p span{
        line-height: 20px!important;
    }
    p .countup-int{
        font-size: 20px!important;
    }
    .data_item p .count-suffix{
        font-size: 19px!important;
        right: -14px!important;
        top: -4px!important;
    }

    .business_card{
        height: 100% !important;
    }

    .business_card .qrcode{
        margin-left: 10px!important;
    }

    .business_card .qrcode img {
        width: 100px!important;
        height: 65px!important;
    }

    .business_card .text .p1,
    .business_card .text .p3,
    .business_card .text .p2
    {
        font-size: 20px!important;
    }
    .plan .item{
        width: 48%!important;
    }
    .channel p {
        font-size: 14px!important;
    }
    .plan .nav_img {
        width: 70px!important;
        height: 70px!important;
        padding: 16px!important;
    }
    .plan .nav_img>img {
        width: 35px!important;
        height: 35px!important;
    }
    .plan .nav_txt {
        font-size: 18px!important;
    }
}