* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
    font-family: 微软雅黑;
}

ol,
p,
ul,
li {
    margin-bottom: 0;
    list-style: none;
}

p,
span {
    margin-bottom: 0;
    margin: 0;
    font-family: 微软雅黑;
}

/*共同代码 begin*/
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-left {
    display: flex;
    justify-content: left;
    align-items: center;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track-piece {
    background-color: #f2f2f2;
    -webkit-border-radius: 6px;
}

.chatList::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.oldChatList::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.oTab::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.selectList::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.bottomDiv::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.ofDiv::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.switchSetting .dialogDiv::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.accountDiv .dialogDiv::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.note textarea::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.transferGroupUser::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.transferMultiple .dialogDiv::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.textCont::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.douyinContent::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.selectDiv::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.proSelect::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

.selectFansDiv::-webkit-scrollbar-track-piece {
    background-color: #fff;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #ccc;
    -webkit-border-radius: 6px;
}

/*滚动条样式end*/

/*背景颜色*/
.common-color {
    background-color: #30343d;
}

.common-banner {
    position: relative;
    min-height: 380px;
}

.common-tit {
}

.common-tit h1 {
    font-size: 40px;
    font-weight: 400;
    color: #1E2330;
}

.common-tit > p {
    font-size: 18px;
    font-weight: 400;
    color: #1E2330;
    margin-top: 40px;
}

.common-content {
    margin-top: 96px;
}

.Introduction-content-xs-img {
    display: none;
}

@media screen and (max-width: 1200px) {
    .img-fluid {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {

    .Introduction-content-img {
        display: none;
    }

    .Introduction-content-xs-img {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .common-content {
        margin-top: 30px;
    }

    .common-tit > p > br {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .common-tit h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .common-tit > p {
        font-size: 14px;
        margin-top: 20px;
    }
}

/*共同代码 End*/

/*导航条开始*/
.probootstrap-navbar .navbar-brand,
.probootstrap-navbar .navbar-nav > li > a,
.probootstrap-navbar .parent-nav-link-padding {
    padding: 20px 0;
}

.reset-free-trial {
}

.reset-free-trial a span {
    padding: 8px 13px;
    background-color: #0067ED;
    border-radius: 2px;
    color: #ffffff;
    transition: all 0.5s;
}

.reset-free-trial a span:hover {
    background-color: #2885ff;
}

.navbar-hotline {
    padding-top: 0 !important;
    cursor: default !important;
}

.nav-hotline {
    position: relative;
    padding-left: 20px;
}

.nav-hotline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #FFFFFF;
    opacity: 0.5;
    margin-top: -4px;
}

.nav-hotline h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

.nav-hotline p {
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #F98900;
    line-height: 20px;
}

.navPhone {
    display: none;
}

@media screen and (max-width: 768px) {
    .navPhone {
        display: inline-block;
        padding-top: 8px;
        margin-left: 10px;
    }

    .navPhone-hotline h3 {
        font-size: 14px;
        font-weight: 400;
        color: #181920;
        line-height: 20px;

    }

    .navPhone-hotline p {
        font-size: 18px;
        font-family: Arial;
        font-weight: bold;
        color: #F98900;
        line-height: 20px;
    }
}


.font-colr {
    color: #0067ED !important;
}

.probootstrap-navbar.scrolled .navbar-brand {
    background: url(../image/logo-blue.png) left 100% no-repeat !important;
}

@media screen and (min-width: 769px) {
    .probootstrap-navbar .navbar-brand {
        background: url(../image/logo-white.png) left 100% no-repeat !important;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        top: 10px;
    }

    .probootstrap-navbar .navbar-return {
        background: url(../image/icon-return-white.png) right no-repeat !important;
        background-position: center center;
        background-size: cover;
        width: 80px;
    }
}

/*@media screen and (min-width: 768px) and (max-width: 1023px){
    .probootstrap-navbar .navbar-return{
        display: none;
    }
}*/
@media screen and (min-width: 768px) and (max-width: 990px) {
    .probootstrap-navbar .navbar-brand {
        width: 50px;
    }
}

@media screen and (max-width: 476px) {
    .probootstrap-navbar.scrolled .navbar-brand {
        background: url(../image/logo-blue.png) left 100% no-repeat !important;
        background-size: contain !important;
    }

}

.probootstrap-navbar.scrolled .navbar-return {
    background: url(../image/icon-return-blue.png) right no-repeat !important;
}

/*.probootstrap-navbar.scrolled .navbar-nav > li > a:last-child{
    color: #0163E3;
}*/
.nav-right {
    position: absolute !important;
    top: 0;
    right: 0;
    margin-right: 20px;
}

.nav-right a:before {
    content: '';
    background-image: url(../image/icon-return-white.png);
    background-position: center;
    background-size: auto;
    padding: 10px 11px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.dropdown-canver {
    width: 671px;
    overflow: hidden;
    padding: 30px 60px 35px 30px;
}

.dropdown-canver h4 {
    font-size: 14px;
    font-weight: bold;
    color: #25365C;
    position: relative;
}

.dropdown-canver h4:after {
    content: '';
    border-bottom: 1px solid #E4E8F2;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.dropdown-canver ul {
    list-style-type: none;
    margin-top: 20px;
}

.dropdown-canver ul li {
    padding: 14px 0;
    transition: all 0.5s;
    line-height: 1;
}

.dropdown-canver a {
    color: #374569;
}

.dropdown-canver ul li:hover a {
    color: #0067ED;
    background-color: #e5f0fd;
    padding: 10px 45px 10px 9px;
}

.navbtn {
    color: #000000 !important;
}

.navbtn-bg {
    color: #0067ED !important;
    background-color: #e5f0fd;
    padding: 10px 45px 10px 9px;
}

.dropdown-svg {
    padding: 20px 10px;
}

.dropdown-svg ul {
    list-style-type: none;
}

.dropdown-svg ul li {
    text-align: center;
    margin-bottom: 15px;
}

.dropdown-svg a {
    color: #374569;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 48px;
    line-height: 1;
}

.dropdown-svg ul li:hover a {
    color: #0067ED;
    background-color: #e5f0fd;
}

.probootstrap-navbar .dropArrow > a:before {
    color: #0067ED !important;
}

@media screen and (min-width: 1050px) and (max-width: 1440px) {
    .navbar-right {
        margin-right: 70px;
    }

    .probootstrap-navbar .navbar-nav > li > a {
        font-size: 13px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .navbar .container {
        width: 100%;
        min-width: 940px;
    }

    .navbar-right {
        float: left !important;
    }

    .probootstrap-navbar .navbar-return {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 768px) {

    .probootstrap-navbar .navbar-brand {
        background: url(../image/logo-blue.png) left 100% no-repeat !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

    .probootstrap-navbar .dropdown > a:before {
        color: rgba(0, 0, 0, .4) !important;
    }

    .probootstrap-navbar .navbar-nav > li > a:active,
    .probootstrap-navbar .navbar-nav > li > a:focus,
    .probootstrap-navbar .navbar-nav > li > a:hover {
        color: #777;
    }

    .probootstrap-navbar .navbar-return {
        background: url(../image/icon-return-blue.png) right no-repeat !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .probootstrap-navbar .navbar-brand,
    .probootstrap-navbar .navbar-nav > li > a,
    .probootstrap-navbar .parent-nav-link-padding {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .dropdown-canver {
        width: auto;
        overflow: hidden;
        padding: 0 30px 0 30px;
    }

    .dropdown-canver > div {
        margin-bottom: 30px;
    }

    .probootstrap-navbar .dropdown-menu a {
        color: #374569;
    }

    .dropdown-svg ul li {
        text-align: left;
    }

    .nav-right {
        position: inherit !important;
        margin-left: 15px;
    }

    .probootstrap-navbar .navbar-return {
        background: url(../image/icon-return-blue.png) left center no-repeat;
    }

    .probootstrap-navbar.scrolled .navbar-return {
        background: url(../image/icon-return-blue.png) left center no-repeat !important;
    }

    .navbar-hotline {
        display: none;
    }
}

@media (max-width: 500px) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 470px;
    }

    .flex-control-nav {
        display: none;
    }
}

/*导航条结束*/

/*轮播 begin*/

.price-content-banner {
    position: relative;
    height: 100%;
}

.slides_overlay {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.slides_left {
}

.slides_left button {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 20px;
    border: 0;
    padding: 1px 13px;
    cursor: inherit;
    background: linear-gradient(90deg, #6EB3F8, #0067ED);
}

.slides_left h1 {
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 18px;
    margin-top: 29px;
}

.slides_left h2 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    line-height: 1;
}

.slides_left p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 45px;
}

.slides_left .slides-download {
    display: block;
    margin-top: 45px;
}

.slides_left .slides-download a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.slides_left .slides-download input {
    border: 0;
    border-radius: 2px;
    background-color: #0067ED;
    padding: 15px 94px;
    transition: all 0.5s;
}

.slides_left .slides-download input:hover {
    background-color: #2885ff;
}

.slides_right {
    min-height: 100%;
    height: 496px;
    width: 874px;
}

.slides_right > img {
    width: 100%;
    height: 100%;
}

.slides_right img {
}

.slides-there {
    float: right;
}

.slides-img-left {
    position: absolute;
    left: -150px;
    bottom: -35px;
    z-index: -1;
}

.slides-img-child {
    position: absolute;
    right: -200px;
    bottom: 0;
}

@media screen and (min-width: 1440px) {
    .slides_left {
        margin-top: 80px;
    }

    .slides-two {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        height: 100%;
    }

    .slides_parent {
        position: relative;
        top: 67px;
        left: 50px;
    }

    .backgroundLeftText{
        margin-top: 230px;margin-left: 200px;
    }
    /* 产品中心的Banner */
    .cpzxBanner{
        background-image: url(../产品介绍/banner.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        position: relative;
        opacity: 1;
        display: flex;
        z-index: 2;
        height:800px;
    }

    /* 合作共赢的Banner */
    .hzgyBanner{
        background-image: url(../加盟合作/banner.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height:800px;
        position: relative;
        opacity: 1;
        display: flex;
        z-index: 2;
    }

    /* 关于我们的Banner */
    .gywm_bg {
        background-image: url(../关于我们/banner.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height:800px;
        position: relative;
        opacity: 1;
        display: flex;
        z-index: 2;
    }
}






/*轮播End*/
.spacing {
    padding: 100px 0;
}

@media screen and (max-width: 1440px) {
    .slides_right {
        width: 100%;
        min-height: 100%;
        height: 496px;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .spacing {
        padding: 50px 0;
    }

    .carousel-inner {
        min-height: 375px;
    }

    .slides_overlay > div {
        display: block;
        width: 100%;
    }

    .slides-top {
        position: absolute;
        top: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
    }

    .slides-top .slides_left {
        position: relative;
        padding-top: 70px;
        height: 100%;
    }

    .slides_left h1 {
        font-size: 36px;
    }

    .slides_left h2 {
        font-size: 30px;
    }

    .slides_left p {
        width: 100%;
        margin-top: 25px;
    }

    .slides_left .slides-download input {
        display: block;
        margin: 0 auto;
    }

    .slides_left .slides-download {
        position: absolute;
        bottom: 30px;
        width: 100%;
    }

    .slides-bt {
        position: absolute;
        top: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
    }

    .slides_right {
        min-height: 100%;
        height: auto;
        width: 100%;
    }

    .flexslider,
    .flexslider .slides > li,
    .slider-height {
        height: 900px;
        background-position: -400px 0;
    }

    .slides_left button {
        display: none;
    }

    .slides_right img {
        position: relative;
        top: 110px;
    }

    .backgroundLeftText{
        margin-top: 230px;
    }

    /* 产品展示的Banner */
    .cpzxBanner{
        background-image: url(../产品介绍/banner_phone.jpg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height:636px;
        position: relative;
        opacity: 1;
        display: flex;
        z-index: 2;
    }
    /* 合作共赢的Banner */
    .hzgyBanner{
        background-image: url(../加盟合作/bannr_phone.jpg);
        background-color: #F4F6F8;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height:413px;
        position: relative;
        opacity: 1;
        display: flex;
        z-index: 2;
    }

    /* 关于我们的Banner */
    .gywm_bg {
        background-image: url(../关于我们/banner_phone.jpg);
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height:634px;
        position: relative;
        opacity: 1;
        display: flex;
        z-index: 2;
    }

}

@media screen and (max-width: 476px) {

    .flexslider,
    .flexslider .slides > li,
    .slider-height {
        height: 680px;
        background-position: -500px 135px;
    }

    .slides_right img {
        position: relative;
        top: 120px;
    }

    .spacing-removetop {
        padding-top: 0;
    }
}

/*footer begin*/
.copyright {
    height: 52px;
    background: #202940
}

.copyright-content {
    line-height: 52px;
    font-size: 12px;
    color: #999999;
}

.copyright-content span {
    display: inline-block;
    margin-left: 10px;
    line-height: 1.5;
}

.copyright-content span a {
    color: #999999;
}

.copyright-content .copyright-icon_record {
    display: inline-block;
    color: #999999;

}

.copyright-content .copyright-icon_record a {
    position: relative;
    padding-left: 34px;
}

.copyright-content .copyright-icon_record a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: -4px;
    z-index: 9;
    padding-top: 15px;
    background: url(../image/icon_record.png) no-repeat center;
}

.copyright-content .copyright-icon_record a {
    color: #999999;
}

.copyright-content .copyright-icon_record a span {
    margin-left: 0;
    margin-right: 6px;
}

@media screen and (max-width: 768px) {
    .copyright-content {
        line-height: 5px;
        margin-top: 8px;
    }

    .copyright-content .copyright-icon_record a:before {
        margin-top: 0;
    }
}

/*10年＋米多客，不忘初心，始终前行 样式 begin*/
.geometry-main {
    padding: 46px 0 30px 0;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 4px 4px;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-top: 80px;
}

.geometry-main:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 2;
}

@media screen and (min-width: 990px) {
    .geometry-cord {
        width: 138px;
        margin: 0 auto;
    }
}

.geometry-cord {
    position: relative;
}

.geometry-cord > p {
    margin-top: 18px;
    font-size: 16px;
    color: #26272C;
    line-height: 24px;
}

.geometry-left {
    margin: 0;
    text-align: left;
    margin-left: -50px;
}

.geometry-left span {
    position: relative;
    right: 20px;
}

.geometry-title {
}

.geometry-title h1 {
    font-size: 40px;
    font-weight: 400;
    color: #1E2330;
}

.geometry-main-num {
    font-size: 48px;
    font-weight: bold;
    color: #0067ED;
    text-align: center;
}

.geometry-main-num > p {
    position: relative;
    color: #0067ED;
    font-size: 48px;
    font-weight: bold;
    right: 20px;
}

.geometry-icon1 > p:after {
    content: '';
    background: url("../index/2icon-top.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 28px;
    height: 49px;
    margin-left: 25px;
    margin-top: -25px;
}

.geometry-icon2 > p:after {
    content: '';
    background: url("../index/2icon-geometry2.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    width: 34px;
    height: 32px;
    margin-left: 25px;
    margin-top: -25px;
}

.geometry-main-num > p:before {
    content: '%';
    color: #0067ED;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 20px;
    margin-bottom: -11px;
}

.geometry-main-num > span:after {
    content: '';
    background: url("../index/2icon-bottom.png") no-repeat;
    background-size: 100%;
    padding: 25px 14px;
    position: absolute;
    top: 0;
    right: -90px;
}

.geometry-main-num > span:before {
    content: '元/人/天';
    color: #0067ED;
    font-size: 16px;
    position: absolute;
    right: -66px;
    bottom: 10px;
}

@media screen and (min-width: 474px) and (max-width: 767px) {
    .geometry-title h1 {
        font-size: 26px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 500px) {
    .geometry {
        background-attachment: fixed !important;
        background-size: cover !important;
        overflow: hidden;
    }

    .geometry-title h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .geometry-main {
        margin-top: 40px;
        padding: 60px 0 30px 0;
    }
}

/*营销推广和服务运营全流程解决方案*/
.market-title {

}

.market-title image {
    font-size: 40px;
    font-weight: 400;
}
.market-title h1 {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
}

.market-title p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    margin-top: 45px;
    margin-bottom: 50px;
}

.market-content {
    height: 560px;
    background-size: 100%;
    background-position: center bottom;
}



.market-content-pd {
    padding: 10px 20px 0 20px;
}

.market-content-pd h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1E2330;
    line-height: 40px;
}

.market-content-pd p {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    line-height: 30px;
    margin-top: 20px;
    height: 120px;
}

.market-content-pd .market-content-model {
    margin-top: 30px;
}

.market-content-pd .market-content-model > span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #0067ED;
    border-radius: 2px;
    padding: 2px 5px;
    margin-right: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .market-title h1 {
        font-size: 26px;
    }

    .market-title p {
        font-size: 16px;
        margin-top: 26px;
    }

    .market-content-pd h3 {
        font-size: 24px;
    }

    .market-content-pd p {
        margin-top: 10px;
    }

    .market-content-pd .market-content-model {
        margin-top: 30px;
    }

    .market-content-pd .market-content-model br {
        display: none;
    }

    .market-content {
        height: auto;
        margin-bottom: 15px;
    }

    .market-content-pd {
        padding: 35px 43px 35px 30px;
        height: 465px;
    }
}

@media screen and (max-width: 500px) {
    .market-title h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .market-content-pd h3 {
        font-size: 26px;
    }

    .market-content-pd p {
        height: auto;
        font-size: 14px;
    }

    .market-content-pd {
        padding: 35px 15px 35px 15px;
    }

    .market {
        background-attachment: fixed !important;
        background-size: cover !important;
        overflow: hidden;
    }
}

/*三大客户场景*/
.scene-title {
}

.scene-title h1 {
    font-size: 40px;
    font-weight: 400;
    color: #1E2330;
}

.scene-content {
    margin-top: 45px;
}

.scene-content > div > span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    position: relative;
    cursor: pointer;
    margin: 0 30px;
}

.scene-active {
    color: #1E2330 !important;
}

.scene-icon-service {
    position: relative;
}

.scene-icon-service:before {
    content: '';
    background: url("../image/icon-scene-icon-service-gray.png") no-repeat;
    padding: 0px 13px;
    margin-right: 5px;
}

.scene-icon-services:before {
    background: url("../index/4icon-scene-icon-service-blue.png") no-repeat;
}

.scene-icon-service:after {
    content: '|';
    position: absolute;
    right: -30px;
    color: #E5E5E5;
}

.scene-icon-market:before {
    content: '';
    background: url("../index/4icon-scene-icon-market-gray.png") no-repeat;
    padding: 0px 13px;
    margin-right: 5px
}

.scene-icon-markets:before {
    background: url("../image/icon-scene-icon-market-blue.png") no-repeat;
}

.scene-icon-market:after {
    content: '|';
    position: absolute;
    right: -30px;
    color: #E5E5E5;
}

.scene-icon-customer:before {
    content: '';
    background: url("../image/icon-scene-icon-customer-gray.png") no-repeat;
    padding: 0px 13px;
    margin-right: 5px
}

.scene-icon-customers:before {
    background: url("../image/icon-scene-icon-customer-blue.png") no-repeat;
}

.scene-content-main {
    margin-top: 70px;
}

.scene-content-main .row {
    display: none;
}

.scene-content-main_describe {
}

.scene-content-main_describe .scene-content-main_describe-tit h4,
.scene-content-main_describe .scene-content-main_market-tit h4,
.scene-content-main_service-tit h4 {
    font-size: 24px;
    font-weight: bold;
    color: #1E2330;
    position: relative;
    text-align: left;
    text-indent: 3em;
}

.scene-content-main_describe .scene-content-main_describe-tit:before {
    content: '';
    background: url("../image/icon-scene-icon-service-big.png") no-repeat;
    width: 48px;
    height: 51px;
    position: absolute;
    left: 20px;
    top: -10px;
}

.scene-content-main_describe .scene-content-main_market-tit:before {
    content: '';
    background: url("../image/icon-scene-icon-market-big.png") no-repeat;
    width: 48px;
    height: 51px;
    position: absolute;
    left: 20px;
    top: -10px;
}

.scene-content-main_describe .scene-content-main_service-tit:before {
    content: '';
    background: url("../image/icon-scene-icon-customer-big.png") no-repeat;
    width: 48px;
    height: 51px;
    position: absolute;
    left: 20px;
    top: -10px;
}

.scene-content-main_describe h3 {
    font-size: 32px;
    font-weight: bold;
    color: #1E2330;
    text-align: left;
    margin-top: 41px;
    line-height: 1.5;
}

.scene-content-main_describe > p {
    font-size: 16px;
    font-weight: 400;
    color: #26272C;
    line-height: 30px;
    margin-top: 30px;
    text-align: left;
}

.scene-content-main_describe-list {
    text-align: left;
    margin-top: 70px;
}

.scene-content-main_describe-list span {
    float: left;
    font-size: 18px;
    margin-right: 25px;
    color: #999999;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

.scene-content-main_describe-list span:hover {
    color: #0067ED;
}

.scene-content-main_describe-list .scene-list-active {
    color: #0067ED;
}

.scene-content-main_describe-list > div {
    display: inline-block;
}

.scene-content-main_describe-list .sceneTab .sceneTab-list {
    display: none;
}

.scene-content-main_describe-list .sceneTab .sceneTab-list p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-top: 20px;
}

.scene-content-main_describe-btn {
    text-align: left;
    margin-top: 30px;
}

.scene-content-main_describe-btn a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 11px 38px;
    display: inline-block;
    background-color: #0067ED;
    transition: all 0.5s;
}

.scene-content-main_describe-btn a:hover {

    background-color: #2885ff;
}

.scene-img {
    display: block;
}

.scene-img img {
}

@media screen and (max-width: 1440px) {
    .scene-img img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .scene-title h1 {
        font-size: 26px;
    }

    .scene-content > div > span {
        margin: 0 10px 0 0;
    }

    .scene-icon-service:after {
        content: '';
    }
}

@media screen and (max-width: 500px) {
    .scene-title h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .scene-content > div > span {
        display: block;
        margin-bottom: 15px;
    }

    .scene-content-main {
        margin-top: 50px;
    }

    .scene-content-main_describe h3 {
        font-size: 24px;
    }

    .scene-content-main_describe-list {
        display: none;
    }

    .scene-content #tabTit {
        display: none;
    }

    .scene-content #tablea > div {
        display: block;
        padding-bottom: 40px;
    }

    .scene-content-main_describe .scene-content-main_describe-tit h4,
    .scene-content-main_describe .scene-content-main_market-tit h4,
    .scene-content-main_service-tit h4 {
        font-size: 18px;
        padding-left: 13px;
    }

    .scene-content-main_describe > p {
        font-size: 14px;
        margin-top: 14px;
    }

    .scene-content-main_describe-btn {
        text-align: center;
    }

    .scene-img {
        margin-top: 25px;
    }

    .scene-img img {
        position: relative;
        left: -25px;
    }
}

/*提供卓越、成熟、稳定的客服产品*/
.product-title {
}

.product-title h1 {
    font-size: 40px;
    font-weight: 400;
    color: #1E2330;
}

.product-content {
    margin-top: 80px;
}

.product-content .product-content-box {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.product-content .product-content-box:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 2;
}

.product-content .product-content-box .product-content-pd {
    padding: 35px 28px 51px 28px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-content .product-content-box .product-content-pd h5 {
    font-size: 28px;
    font-weight: 400;
    color: #1E2330;
    display: inline;
    vertical-align: middle;
}

.product-content .product-content-box .product-content-pd p {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    height: 90px;
    line-height: 30px;
}

/*.product-content-icon:hover{
    background-position: 40px 5px
}*/
.product-content .product-content-box .product-content-pd:hover {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}

.product-content .product-content-box .product-content-pd:hover i.product-content-icon {
    color: #025fd1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-content .product-content-box .product-content-pd:hover .product-content-icon {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    background-position: 15px 1px;
}

.product-content .product-content-box .product-content-pd .product-content-icon {
    font-size: 18px;
    color: #1072EE;
    background: url("../image/icon-product-left.png") no-repeat;
    padding-left: 50px;
    vertical-align: sub;
    margin-left: 15px;
    background-position: 0 1px;
    transition: all .3s;
}

.product-content-list {
    margin-top: 60px;
    text-align: center;
}

.product-content-list a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 103, 237, 1);
    line-height: 36px;
}

@media screen and (max-width: 768px) {
    .product-title h1 {
        font-size: 26px;
    }

    .product-content .product-content-box .product-content-pd {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 500px) {
    .product-content {
        margin-top: 50px;
    }

    .product-title h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .product-content-list {
        margin-top: 30px;
    }
}

/*全球部署，沟通一触即达*/
.linkup {
    height: 600px;
    width: 100%;
    background: url(../image/icon-linkup.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-color: #FFFFFF;
    position: relative;
}

.linkup-title {
}

.linkup-title h1 {
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
}

.linkup-title p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 37px;
}

.linkup-content {
    position: absolute;
    bottom: -98px;
    z-index: 1;
}

.linkup-content-box {
    width: 370px;
    height: 202px;
    background-color: #171D31;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.linkup-content-box:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 2;
}

.linkup-content-box .linkup-content-pd {
    padding: 35px 20px;
}

.linkup-content-box .linkup-content-pd h5 {
    font-size: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.linkup-content-box .linkup-content-pd p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

/*夹*/
.clip {
    height: 100px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {
    .linkup {
        height: auto;
        background-position: center bottom;
        background-size: auto;
        background-color: #07091C;
    }

    .linkup-title h1 {
        font-size: 26px;
    }

    .linkup-title p {
        font-size: 18px;
    }

    .linkup-content {
        position: inherit;
        margin-top: 37px;
    }

    .linkup-content-box {
        width: 100%;
        margin-bottom: 30px;
    }

    .clip {
        display: none;
    }
}

@media screen and (max-width: 500px) {

    .linkup-title h1 {
        font-size: 24px;

    }

    .linkup {
        background-attachment: fixed !important;
        background-size: cover !important;
        overflow: hidden;
    }
}

/*成功的企业都在用*/
.success-title h1 {
    font-size: 40px;
    font-weight: 400;
    color: #1E2330;
}

.success-content {
    margin-top: 100px;
}

.success-content .col-md-2 {
    padding-right: 0;
    padding-left: 0;
}

.success-content-box {
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-left: 5px;
    margin-right: 5px;
}

.success-content-box:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 2;
}

.success-content-box img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 474px) and (max-width: 767px) {
    .success-title h1 {
        font-size: 26px;
    }

    .success-content {
        margin-top: 60px;
    }

    .clip {
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .success-title h1 {
        font-size: 24px;
    }

    .success-content {
        margin-top: 40px;
    }
}

/*全程服务一助力企业提升效率*/

.services-content {
    margin-top: 75px;
}

.services-content-box {
}

.services-content-box h4 {
    font-size: 40px;
    font-weight: 400;
    color: rgba(30, 35, 48, 1);
}

.services-content-box > div {
    margin-top: 59px;
}

.services-content-box > div > span {
    font-size: 18px;
    font-weight: bold;
    color: rgba(30, 35, 48, 1);
    position: relative;
    padding-left: 30px;
}

.services-content-box > div > span:before {
    content: '';
    position: absolute;
    left: 0;
    background-position: center center;
    background-size: auto;
    padding: 12px;
    margin-right: 10px;
}

.services-icon1 {
    background: url("../index/5icon-services1.png") no-repeat;
}

.services-icon2 {
    background: url("../index/5icon-services2.png") no-repeat;
}

.services-icon3 {
    background: url("../index/5icon-services3.png") no-repeat;
}

.services-icon4 {
    background: url("../index/5icon-services4.png") no-repeat;
}

.services-content-box > div > p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 18px;
}

.services-content-img {
}

.services-content-img img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 474px) and (max-width: 767px) {
    .services-content-box h4 {
        font-size: 26px;
    }
}

@media screen and (max-width: 500px) {
    .services-content-box h4 {
        font-size: 24px;
        line-height: 1.5;
    }

    .services-content-box > div > p {
        font-size: 16px;
    }

}

/*免费试用，0成本体验新客服带来的改变*/
.services-title {
}

.services-title h1 {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 40px;
    margin: 0;
    line-height: 1;
}

.reset-photo {
    width: 512px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin-top: 60px;
}

.layui-form-item {
    clear: both;
    *zoom: 1;
}

.layui-form-label {
    float: right;
    display: block;
    padding: 10px 25px;
    font-weight: 400;
    text-align: right;
    margin: 0;
}

.layui-form-label a {
    color: #ffffff;
}

.layui-input-block {
    margin-right: 113px;
    min-height: 36px;
}

.layui-input {
    display: block;
    width: 100%;
    padding-left: 10px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 10px 0px 0px 10px;
    outline: none;
}

@media screen and (max-width: 768px) {
    .reset-photo {
        width: auto;
        margin-top: 20px;
    }

    .layui-input {
        height: 38px;
        line-height: 38px;
    }

    .layui-form-label {
        padding: 5px 25px;
    }
}

@media screen and (max-width: 500px) {
    .services-title h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .layui-form-label {
        padding: 5px 15px;
    }

    .layui-input {
        height: 36px;
        line-height: 36px;
    }

    .layui-input-block {
        margin-right: 93px;
    }
}

/*底部信息*/
.footerInfor {
    background-color: #202940;
    padding-top: 79px;
}

.footerInfor-line {
    border-bottom: 1px solid #313A4F;
}

.footer-right {
    overflow: hidden;
}

.footer-tit h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
}

.footer-list {
}

.footer-list > ul {
    padding-left: 0px;
    list-style-type: none;
}

.footer-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}

.footer-list li a:hover {
    color: #0067ED;
    transition: linear 0.2s;
}

.footer-list img {
    display: block;
    margin: 0 auto;
}

.footer-list-p {
    padding-top: 15px;
    text-align: center;
}

.footer-list-p > p {
    font-size: 12px;
    font-weight: 300;
    color: #999999;
}

.footer-fl {
    float: left;
}

@media screen and (max-width: 768px) {
    .services-title h1 {
        font-size: 26px;
    }

    .footerInfor {
        padding-top: 15px;
    }

    .footer-tit {
        text-align: left;
        margin-bottom: 30px;
    }

    .footer-tit h4 {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    .footer-left {
        margin-bottom: 20px;
    }

    .footer-fl {
        float: none;
    }

    .footerBorder {
        border-right: 1px solid #313A4F;
    }

    .reset-photo {
        width: auto;
    }

    .phoneSlide {
        position: relative;
        text-align: left;
    }

    .phoneSlide .soft-icon {
        background: url(../image/footerArrow.png) no-repeat;
        background-size: auto;
        background-position: center;
        width: 12px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 7px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: 0.5s;
    }

    .soft-icon_up {
        -webkit-transform: translateY(-50%) rotateZ(-180deg) !important;
        transform: translateY(-50%) rotateZ(-180deg) !important;
    }

    .phoneSlide_info {
        display: none;
    }

    .footerPhone-inline {
        display: inline-block;
    }

    .footer-list-p {
        padding-bottom: 15px;
    }

    .footer-list-p > p {
        line-height: 1.5;
    }

    .copyright-content {
        line-height: 1.5;
        padding-bottom: 20px;
        padding-top: 16px;
        color: #999999;
        background-color: #202940;
    }

}

/*悬浮菜单*/
.fixed-menu {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -90px;
    width: 70px;
    z-index: 999;
}

ul.fx-ul {
    margin-bottom: 0;
    background-color: #0067ED;
}

.fx-ul li {
    position: relative;
    border-bottom: 1px solid #fff;
    list-style-type: none;
    margin: 0 5px;
    margin-bottom: 5px;
}

.fx-ul li:last-child {
    border-bottom: 0;
}

.fx-line {
    border-bottom: 0 !important;
}

.fx-ul li > p {
    text-align: center;
    padding-bottom: 15px;
    line-height: 1;
}

.fx-ul li a p {
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    padding-bottom: 15px;
}

.title {
    position: absolute;
    left: 150px;
    bottom: 1px;
    color: #fff;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    z-index: -99;
    opacity: 0;
}

.title:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    bottom: 14px;
    background-color: #fff;
    transform: rotate(45deg);
}

.title .tit-img {
    width: 165px;
}

.title img {
    padding: 18px 18px 18px 18px;
}

.title > p {
    font-size: 14px;
    font-weight: 300;
    color: #0067ED;
    width: 200px;
    padding: 25px 0;
}


/*首页背景图片开始*/
.geometry {
    width: 100%;
    background-image: url(../index/2icon-geometry.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    /*background-attachment: fixed;*/
    overflow: hidden;
    position: relative;
    z-index: 6;
}

.qiqiubg{
    height: 500px;
    width: 100%;
    background-image: url(../index/气球.jpg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    /*background-attachment: fixed;*/
    overflow: hidden;
    position: relative;
    z-index: 6;
}

.market {
    background: #ffffff;
    height: 100%;
}

.scene {
    background-color: #FFFFFF;
}

.product {
    background: url(../image/icon-product.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.product-bg {
}

.success {
    background-color: #FFFFFF;
}

.services {
    background-color: #E1F0FF;
}

.free {
    width: 100%;
    background: url(../image/icon-free.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .geometry {
        background-position: center bottom;
        background-size: contain !important;
        background-color: white;
    }
}

@media screen and (max-width: 476px) {
    .geometry {
        background-attachment: initial !important;
        overflow: hidden
    }

    .free {
        background: url(../image/icon-free-phone.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
    }
}

/*首页背景图片结束*/
/*功能亮点 begin*/
.function {
    min-height: 450px;
}

.function-white {
    background-color: #ffffff;
}

.function-lightGrey {
    background-color: #F7F7F8;
}

.function-gray {
    background-color: #F7F7F8;
}

.function_link {
    text-align: left;
    margin-top: 45px;
}

.function-tit {
    text-align: left;
    color: #ffffff;
    margin-top: 60px;
}

.function-tit h3 {
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.function-tit p {
    font-size: 16px;
    font-weight: 400;
    padding-top: 30px;
}

.function-tit .function-tit_btn {
    display: inline-flex;
    margin-top: 30px;
}

.function-tit .function-tit_btn a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    padding: 20px 94px;
    line-height: 1;
    background-color: #0067ED;
}

.function-tit .function-tit_btn a:hover {
    background-color: #2885ff;
}

.function-pt {
    padding-top: 50px;
}

.function_pl-110 {
    padding-left: 110px;
}

.function_pr-70 {
    padding-right: 70px;
}

.function_pr-70 {
    padding-right: 70px;
}

/*模板一*/

/*模板二*/

/*模板三*/
.function-content {
    text-align: center;
}

.function-content a {
    font-size: 14px;
    font-weight: 400;
    color: #0163E3;
}

.function-content .function-content_img {
    margin-top: 50px;
}

.function-content .function-content_img img {
    display: block;
    margin: 0 auto;
}

.function-content_mt {
    margin-top: 80px;
}

.function-content_left {
    text-align: left;
}

.main-50 {
    margin-top: 50px;
}

.function-content h3 {
    font-size: 32px;
    font-weight: bold;
    color: rgba(30, 35, 48, 1);
    margin-bottom: 30px;
}

.function-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(30, 35, 48, 1);
    margin-top: 28px;
}

.function-content > div a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 103, 237, 1);
}

.function-content_txt {
    margin-top: 0;
}

.function-content_mb {
    margin-bottom: 100px;
}

.function-content_txt-mt {
    margin-bottom: 0;
}

.function-content_txt-dots {
    position: relative;
}

.function-content_txt-dots:before {
    content: '';
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: rgba(0, 103, 237, 1);
    border-radius: 50%;
    position: absolute;
    left: -26px;
    top: 10px;
    z-index: 1;
}

@media screen and (max-width: 768px) {

    .function-tit {
        text-align: center;
    }

    .function-tit .function-tit_btn a {
        padding: 15px 64px;
    }

    .function-pt {
        padding-top: 50px;
    }

    .function-list {
        display: none;
    }

    .function_pl-110 {
        padding-left: 15px !important;
    }

    .function_pr-70 {
        padding-right: 0;
    }

    .function_link {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .function-content_mt {
        margin-top: 30px;
    }

    .function-content h3 {
        font-size: 22px !important;
    }

    h3.function-content_txt-dots {
        margin-left: 27px;
    }

    .function-content_txt-dots:before {
        top: 3px;
    }

    .function-content a {
        margin-bottom: 15px;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .function-tit {
        text-align: left;
    }

    .function-tit h3 {
        font-size: 28px;
    }

    .function-tit h3 span {
        font-size: 28px !important;
        line-height: 1.5;
        display: block;
    }

    .function-tit h3 br,
    .function-tit p br {
        display: none;
    }

    .function-tit p {
        font-size: 14px;
    }

    .function-tit .function-tit_btn {
        width: 100%;
        position: relative;
        /*top: 42px;*/
    }

    .function-tit .function-tit_btn a {
        margin: 0 auto;
    }

    .function_link {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 18px;
    }

    .function-content .function-content_img {
        margin-top: 10px;
    }

    .function-content p {
        font-size: 14px !important;
        margin-top: 14px !important;
    }

    .function-content_mb {
        margin-bottom: 40px;
    }
}




.deploy-slides {
}

.deploy-slides .carousel-inner {
    overflow: initial;
}

.deploy-slides .carousel-inner ol {
    bottom: -30px;
}

.deploy-slides .carousel-indicators li {
    background: rgba(0, 103, 237, .3);
}

.deploy-slides .carousel-indicators .active {
    background-color: #0067ED;
}

.deploy-info_right {
    padding-left: 90px;
}

.deploy-service {
    background-color: #ffffff;
}


.deploy-mobile_mt {
    margin-top: 30px;
}

.deploy-pl-70 {
    padding-left: 70px;
}

.deploy-mobile h1,
.deploy-mobile .function-content h3,
.deploy-mobile .function-content p {
    color: #ffffff;
}

.deploy-list_main {
}

.deploy-list_main ul {
    list-style-type: none;
}

.deploy-list_main ul li {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 50px;
}

.deploy-list_main ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    background: #D8DDE5;
    border-radius: 2px;
    padding: 8px 10px;
}

.deploy-list_main ul .deploy-list_active {
    color: #ffffff;
    border-radius: 1px;
    background-color: #0067ED;

}

@media screen and (min-width: 980px) {
    .deploy-list_main ul li:nth-child(10), .deploy-list_main ul li:nth-child(11), .deploy-list_main ul li:nth-child(12), .deploy-list_main ul li:nth-child(13) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .deploy-info_right {
        padding-left: 15px;
    }
}

@media screen and (max-width: 476px) {
    .ai-phone-pd {
        padding-left: 45px;
        padding-right: 30px;
    }

    .main-50 {
        margin-top: 0;
    }

    .deploy-pl-70 {
        padding-left: 15px;
    }

    .function-content_txt-dots:before {
        top: 3px;
    }
}


@media screen and (min-width: 990px) and (max-width: 1200px) {
    .ai-scene_main img {
        padding: 40px 0;
    }
}

@media screen and (max-width: 990px) {
    .ai-scene_bt {
        margin-bottom: 30px;
    }
}


/*功能亮点-智能对话分配 begin*/
.dialogue_bg {
    background-image: url(../image/dialogue_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.dialogue-phone-pb {
    margin-bottom: 70px;
}

.dialogue-content_mt-90 {
    margin-top: 100px;
}

.dialogue_txt-ml {
    padding-left: 70px;
}

.dialogue_txt-pr {
    padding-right: 70px;
}

.dialogue_Intelligence {
    background: url(../image/dialogue_bg2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

.dialogue_Intelligence h1 {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .dialogue_bg {
        background-position: 72% center !important;
    }

    .dialogue_txt-ml {
        padding-left: 15px;
    }

    .dialogue-phone-pb {
        margin-bottom: 50px;
    }

    .dialogue_txt-pr {
        padding-right: 0;
    }

    .dialogue-content_mt-90 {
        margin-top: 30px;
    }
}

.track-robot_main {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 49px 39px;
    width: 386px;
    height: 311px;
}

.track_card {
}

.track_card-txt {
    margin-top: 28px;
}

.track_card-txt h4 {
    font-size: 24px;
    font-weight: bold;
    color: #1D222E;
}

.track_card-txt p {
    margin-top: 20px;
}

.track_card-txt ul {
    margin-top: 22px;
    list-style-type: none;
}

.track_card-txt ul li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #1D222E;
}

.track_card-txt ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0067ED;
}

/*功能亮点-智能对话分配 end*/

/*功能亮点-客源追踪 begin*/
.track_bg {
    background-image: url(../image/track_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.track-content_mb {
    margin-bottom: 90px;
}

.track-Insight {
    background: url(../image/track_bg2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

.track-Insight_tit {
}

.track-Insight_tit > div {
    display: inline-block;
    vertical-align: middle;
}

.track-Insight_tit-h {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}




.fans_poster {
    background: url(../image/fans_bg2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

.fans-phone-pb {
    margin-bottom: 85px;
}

.fans_mt-85 {
    margin-top: 85px;
}

@media screen and (max-width: 1024px) {


    .fans-phone-pb {
        margin-bottom: 0;
    }

    .fans_mt-85 {
        margin-top: 40px;
    }
}

/*功能亮点-粉丝海报吸粉 End*/

/*功能亮点-统计分析 begin*/
.analysis_bg {
    background-image: url(../image/analysis_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

/*功能亮点-统计分析 End*/

/*功能亮点-公众号客服 begin*/
.public_bg {
    background-image: url(../image/public_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.public {
    background: url(../image/public_bg2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

.public_content {
}

.public_content h3 {
    font-size: 40px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
}

.public_content p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 42px;
}

.public-scene_main {
    height: auto !important;
}

.public-scene_main > .ai-scene_main-txt > h4 {
    font-size: 26px;
}

.public-scene_main > .ai-scene_main-txt p {
    padding-top: 30px;
    font-size: 18px;
}

.public-scene_main > img {
    padding: 0;
    padding-bottom: 40px;
}

/*更多功能列表 begin*/
.ai-parent {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 206px;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: 1s all;
}

.global-padding {
    padding: 40px 30px;
}

.ai-mt-38 {
    margin-top: 38px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.ai-box-tile {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -800px;
    text-align: center;
    color: #000;
    background: #FFFFFF;
    border-radius: 4px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.ai-box-tile > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}

@media screen and (min-width: 1200px) {
    .ai-parent {
        width: 280px;
        height: 206px;
    }
}

@media screen and (max-width: 1200px) {
    .ai-parent {
        margin-bottom: 30px;
    }
}

/*功能亮点-公众号客服 End*/

/*功能亮点-小程序客服 begin*/
.appclub_bg {
    background-image: url(../image/appclub_bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.appclub {
    background: url(../image/appclub_bg2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

.appclub-phone-pb {
    margin-bottom: 50px;
}

.applets {
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
}

.applets_card {
    padding: 36px 0;
}

.applets_card-code {
    width: 165px;
    height: 166px;
    margin: 0 auto;
}

.applets_card-code img {
    width: 100%;
}

.applets_card-smallCode {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 30px;
}

.applets_card-smallCode img {
    width: 100%;
}

.applets_card-text {
    margin-top: 10px;
}

.applets_card-text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #1E2330;
    line-height: 30px;
    margin-bottom: 10px;
}

.applets_card-text p {
    font-size: 14px;
    font-weight: 400;
    color: #778497;
    line-height: 1.5;
    margin-top: 0;
}

@media screen and (min-width: 1220px) {
    .applets-wrap {
        display: flex;
        justify-content: center;
    }

    .applets-wrap > div {
        max-width: 310px;
    }
}

@media screen and (max-width: 768px) {
    .analysis_bg {
        background-position: 70% bottom;
    }

    .public_bg {
        background-position: 70% bottom;
    }

    .appclub_bg {
        background-position: 62% bottom;
    }

    .applets-wrap > div {
        margin-top: 15px;
    }

    .applets-wrap > div:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 476px) {
    .appclub-phone-pb {
        margin-bottom: 0;
    }
}

/*功能亮点-小程序客服 End*/

/*功能亮点-微信客服 begin*/
.microBlog_bg {
    background-image: url(../image/microBlog_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.microBlog {
    background: url(../image/microBlog_bg2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

.microBlog {
    background: url(../image/microBlog_bg2.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

.mdk_tremolo {
    background: url(../image/tremolo4.png) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {

    .microBlog_bg,
    .mdk_tremolo {
        background-position: 56% bottom;
    }

    .delPhone-mt-0 {
        margin-top: 0;
    }

    .public_content p br {
        display: none;
    }
}

/*功能亮点-微信客服 End*/

/* 抖音号服务 Begin*/
.tremolo_bg {
    background-image: url(../image/tremolo_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.mdk_tremolo-mt {
    margin-top: 100px;
}

.mdk_tremolo-img {
    width: 100%;
}

.tremolo_data {
}

.tremolo_data .tremolo_data-tit {
    color: #1E2330;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

.tremolo_data p {
    font-size: 16px;
    color: #1E2330;
    margin-top: 45px;
}

@media screen and (max-width: 768px) {
    .tremolo_bg {
        background-position: 72% center !important;
    }

    .tremolo_data-tit br {
        display: none;
    }

    .tremolo_phone-mt {
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .tremolo_data .tremolo_data-tit {
        font-size: 22px;
    }

    .tremolo_data p {
        font-size: 14px;
        margin-top: 22px;
    }
}

/* 抖音号服务 End*/

/* 功能亮点-网站客服 begin */
.website_bg {
    background-image: url(../image/website-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.website-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.website-platform {
    display: inline-block;
    vertical-align: middle;
    margin-right: 100px;
    text-align: left;
}

.website-platform:last-child {
    margin-right: 0;
}

.website-platform p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #1E2330;
    line-height: 30px;
    margin-top: 10px;
}

.website-photo-row {
    border: 1px solid #337EFF;
    border-radius: 4px;
    margin-top: 77px;
}

.website-photo-label {
    background-color: #337EFF;
}

.website-photo-label a {
    line-height: 1.5;
    color: #FFFFFF !important;
}

.website-item {
    margin-bottom: 15px;
}

.website-item-list {
    width: 20%;
    max-height: 100%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}

.website-col-20 {
    height: 260px !important;
    padding: 15px;
    margin: 0 10px;
    text-align: center;
    background-color: #FFFFFF;

}

.website-col-20 img {
    padding-bottom: 0;
}

.website-col-20 h4 {
    font-size: 18px !important;
    font-weight: bold;
    color: #1E2330;
    line-height: 30px;
    padding-top: 15px !important;
}

.website-col-20 p {
    font-size: 14px !important;
    font-weight: 400;
    text-align: center;
    color: #26272C;
    line-height: 20px;
    padding-top: 10px !important;
}

.website-btn {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.website-btn span {
    height: 60px;
    line-height: 60px;
    background: #0067ED;
    border-radius: 2px;
    display: inline-block;
    padding: 0 15px;
}

.website-btn span a {
    color: #FFFFFF;
}

.website-edition-item {
    background: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.website-edition-item-list {
    position: relative;
    width: 100%;
    height: 318px;
    background: #FFFFFF;
    display: inline-block;
    transition: all 0.6s;
}

.website-edition-item-list:hover {
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
    transform: translateY(-20px);
    border: 1px solid #D8DDE5;
}

.website-edition-item-list:hover:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
    background: #0067ED;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: 0.5s all;
}

/*.website-edition-item-list:hover:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 10px;
    width: 44px;
    height: 58px;
    background: url("../images/website/Pictorial-corner-mark.png") no-repeat;
    background-size: auto;
    transition: 0.5s all;
}*/

.website-edition-item-list h3 {
    height: 110px;
    line-height: 110px;
    font-size: 22px;
    font-weight: bold;
    color: #1E2330;
    margin-bottom: 0;
}

.website-edition-item-list p {
    height: 72px;
    font-size: 16px;
    font-weight: 400;
    color: #778497;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 20px;
}

.website-edition-item-list span {
    width: 130px;
    height: 36px;
    line-height: 36px;
    margin-top: 50px;
    border-radius: 2px;
    display: inline-block;
    background-color: #0067ED;
}

.website-edition-item-list span a {
    color: #FFFFFF;
}

.website-enterprise {
    margin-top: 19px;
    background: url("../image/map-bg.png") no-repeat;
    background-size: auto;
    padding-top: 40px;
}

.website-enterprise-link {
    text-align: center;
}

.website-enterprise-link a {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #0067ED;
}

.website-enterprise-box {
    margin-top: 50px;
}

.website-enterprise-box ul li {
    width: 14.4444447%;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.website-enterprise-box ul li img {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .website-enterprise-box ul li:nth-child(13) {
        margin-bottom: 0;
    }

    .website-enterprise-box ul li:nth-child(14) {
        margin-bottom: 0;
    }

    .website-enterprise-box ul li:nth-child(15) {
        margin-bottom: 0;
    }

    .website-enterprise-box ul li:nth-child(16) {
        margin-bottom: 0;
    }

    .website-enterprise-box ul li:nth-child(17) {
        margin-bottom: 0;
    }

    .website-enterprise-box ul li:nth-child(18) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
    .website-container {
        width: 100%;
        display: block;
    }

    .website-platform {
        margin-bottom: 40px;
    }

    .website-enterprise-box ul li {
        width: 30%;
        text-align: center;
        margin-bottom: 20px;
    }

    .website-enterprise-box ul li img {
        width: auto;
    }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .website-container {
        width: 100%;
        display: block;
    }

    .website-platform {
        width: 20%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .website-item-list {
        width: 33.333333%;
    }

    .website-edition-item-list {
        height: auto;
        padding-bottom: 20px;
    }

    .website-edition-item-list:hover {
        transform: translateY(0px);
    }

    .website-edition-item {
        box-shadow: none;
    }

    .website-enterprise-box ul {
        text-align: center;
    }

    .website-enterprise-box ul li {
        width: 30%;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;
    }

    .website-enterprise-box ul li img {
        width: auto;
    }
}

@media screen and (max-width: 768px) and (min-width: 375px) {
    .website-container {
        width: 100%;
        display: block;
    }

    .website-platform {
        width: 20%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .website-item-list {
        width: 50%;
    }

    .website-edition-item-list {
        height: auto;
        padding-bottom: 20px;
    }

    .website-edition-item-list:hover {
        transform: translateY(0px);
    }

    .website-edition-item {
        box-shadow: none;
    }

    .website-enterprise-box ul {
        text-align: center;
    }

    .website-enterprise-box ul li {
        width: 35%;
        text-align: center;
        margin: 0;
        margin-bottom: 20px;

    }

    .website-enterprise-box ul li img {
        width: auto;
    }

    .website-photo-label a {
        line-height: 28px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 582px) {

    .website-container {
        width: 100%;
        display: block;
    }

    .website-platform {
        width: 30%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 40px;
    }


    .website-item-list {
        width: 100%;
    }

    .website-edition-item-list {
        height: auto;
        padding-bottom: 20px;
    }

    .website-edition-item-list:hover {
        transform: translateY(0px);
    }

    .website-edition-item {
        box-shadow: none;
    }

    .website-enterprise-box ul {
        text-align: center;
    }

    .website-enterprise-box ul li {
        width: 25%;
        text-align: center;
        margin-bottom: 20px;
    }

    .website-enterprise-box ul li img {
        width: 100%;
    }

    .website-photo-label a {
        line-height: 27px;
        margin-bottom: 0;
    }
}

/* 网站客服 End */

/*功能亮点 End*/


/*价格页面 begin*/

.price_bg {
    background-image: url(../index/气球.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}



.icon_helpcore-banner {
    height: 100%;
}

.box-center {
    margin: 0 auto;
}

.price-banner-tit {
    text-align: left;
    margin-top: 80px;
}



.price-banner-tit h3 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.price-banner-tit p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 812px) {
    .icon_helpcore-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100% - 40px);
    }
}

@media screen and (max-width: 768px) {
    .price_bg {
        background-position: 70% center;
    }

    .helpCore-banner {
        margin-top: 51px;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .icon_helpcore-banner {
        width: 100%;
    }

    .helpCore-banner {
        height: 100px;
    }

    .price-banner-tit h3 {
        font-size: 28px;
        line-height: 1.5;
    }

    .price-banner-tit p {
        font-size: 14px;
        margin-top: 30px;
    }
}

/*为您提供多个版本的服务营销一体化解决方案 begin*/
.price-color_beige {
    background-color: #F7F7F8;
    background-image: url("../image/price-ad2.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.price-programme {
    transition: 1s all;
}

.price-programme > div {
    border: 1px solid #D8DDE5;
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
}

.price-box1 {
    height: 161px;
    line-height: 161px;
    text-align: center;
    border-bottom: 1px solid #D8DDE5;
}

.price-box2 {
    height: 225px;
}

.float {
    border: 1px solid #D8DDE5;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.float:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 2;
}

.price-programme > div:last-child {
    border-right: 1px solid #D8DDE5;
}

.price-programme .price-programme-tit {
    height: 89px;
    background-color: #EEF2F8;
}

.price-programme .price-programme-tit h3 {
    line-height: 89px;
    padding-left: 18px;
    font-size: 24px;
    font-weight: 400;
    color: #1E2330;
}

.price-programme-tit-blue {
    background: url("../image/price-standard.png") no-repeat;
    background-position: center;
    background-size: cover;
}

.price-programme-tit-yello {
    background: url("../image/price-enterprise.png") no-repeat;
    background-position: center;
    background-size: cover;
}

.price-programme-tit-gray {
    background: url("../image/price-group.png") no-repeat;
    background-position: center;
    background-size: cover;
}

.price-programme .price-programme-tit-blue > h3,
.price-programme .price-programme-tit-yello > h3,
.price-programme .price-programme-tit-gray > h3 {
    font-weight: 400;
    color: #ffffff;
}

.price-programme .price-box {
    height: 161px;
}

.price-standard-box {
}

.price-standard {
    padding-top: 45px;
    padding-left: 18px;
    padding-right: 18px;
    height: 161px;
    border-bottom: 1px solid #D8DDE5;
}

.price-standard span {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    display: inline-block;
}

.price-standard .price-standarnum {
    font-size: 42px;
    font-weight: 400;
    color: #1E2330;
    text-align: right;
    float: right;
    position: relative;
}

.price-standard .price-standarnum:before {
    content: '￥';
    font-size: 16px;
}

.price-standard .price-standarnum:after {
    content: '/坐席/年';
    font-size: 16px;
    color: #778497;
    display: block;
}

.price-standard .price-customized {
    font-size: 42px;
    font-weight: normal;
    color: #1E2330;
}

.price-describe {
    padding: 36px 18px;
    position: relative;
}

.price-describe > p {
    height: 115px;
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    text-align: left;
}

.price-describe .price-describe_btn {
    text-align: center;
}

.price-describe .price-describe_btn a {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 5px 0;
    border-radius: 2px;
}

/*蓝色按钮*/
.price-describe .price-describe_btn-blue {
    background-color: #0067ED;
}

.price-describe .price-describe_btn-blue a:hover {
    background-color: #2885ff;
}

/*黄色按钮*/
.price-describe .price-describe_btn-yello {
    background-color: #FFA302;
}

.price-describe .price-describe_btn-yello a:hover {
    background-color: #ffb739;
}

/*灰色按钮*/
.price-describe .price-describe_btn-gray {
    background-color: #8D9AB8;
}

.price-describe .price-describe_btn-gray a:hover {
    background-color: #a7b2cb;
}

.price-bottom {
    margin-top: 56px;
}

.price-bottom ul li {
    font-size: 16px;
    font-weight: 400;
    color: #778497;
    position: relative;
    text-align: center;
    list-style-type: none;
}

.price-bottom ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    line-height: 8px;
    position: absolute;
    background: rgba(119, 132, 151, 1);
    border-radius: 50%;
    margin-left: -13px;
    margin-top: 9px;
}

.price-bottom .price-bottom_btn {
    margin-top: 40px;
    text-align: center;
}

.price-bottom .price-bottom_btn a {
    padding: 14px 48px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 2px;
    background-color: #0067ED;
}

@media screen and (max-width: 768px) {
    .price-color_beige {
        background-attachment: fixed !important;
        background-size: cover !important;
        overflow: hidden;
        padding: 0 15px;
    }

    .price-programme .col-md-3:first-child {
        display: none;
    }

    .price-programme-blue {
        background: url(../image/price-standard.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .price-programme-yello {
        background: url(../image/price-enterprise.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .price-programme-gray {
        background: url(../image/price-group.png) no-repeat;
        background-position: center;
        background-size: cover;
    }

    .price-programme .price-programme-tit h3 {
        color: #ffffff;
    }

    .price-bottom ul li {
        text-align: left;
        padding: 0 30px;
    }
}

@media screen and (max-width: 476px) {
}

/*常见问题 begin*/
.problem {
    background-color: #ffffff;
}

.problem-box {
}

.problem-box .problem-item {
    padding: 22px 0;
    border-bottom: 1px solid #EFEFF4;
}

.problem-bg {
    background-color: #5A6C93;
}

.problem-bg .problem-item {
    border-bottom: 0;
}

.problem-bg .problem-item a {
    color: #ffffff !important;
}

.problem-box .problem-item a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(30, 35, 48, 1);
    display: block;
    position: relative;
}

.problem-box .problem-item a:after {
    content: '';
    background: url(../image/price-add.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-top: 5px;
}

.problem-item-link:after {
    content: '';
    background: url(../image/price-cut.png) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.problem-box .problem-content {
    margin-top: 30px;
    display: none;
}

.problem-box .problem-content .problem-content_list {
    padding-left: 28px;
}

.problem-box .problem-content .problem-content_list ul {
    list-style-type: none;
}

.problem-box .problem-content .problem-content_list ul li {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding-right: 30px;
}

.problem-consultation {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.problem-consultation > span {
    display: inline-flex;
    font-size: 40px;
    font-weight: 400;
    color: #1E2330;
    vertical-align: middle;
}

.problem-consultation > span a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 45px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #0067ED;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .problem-consultation > span {
        font-size: 28px;
        line-height: 1.5;
        display: inline-block;
    }

    .problem-consultation > span a {
        float: right;
    }
}

@media screen and (max-width: 476px) {
    .problem-box .problem-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .problem-consultation {
        margin-top: 50px;
        display: block;
    }

    .problem-consultation > span {
        font-size: 24px;
        width: 100%;
        display: block;
    }

    .problem-consultation > span a {
        margin: 25px auto;
        margin-left: 0;
        float: none;
    }
}

/*价格页面 End*/

/*米多客应用下载页面 begin*/
.download_bg {
    background-image: url(../image/download-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

/*安装说明*/
.download-install {
    background-color: #ffffff;
    background-image: url("../image/download-top.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 120px;
}

.download-install_main {
    transition: 1s all;
}

.download-install_main > .col-md-3 {
    background-color: #ffffff;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
}

.download-install_main .download-install_main-tit {
    padding: 110px 70px;
    height: 358px;
    text-align: center;
}

.QRCode {
    width: 160px;
    height: 160px;
    line-height: 160px;
}

.download-install_main .download-install_main-text {
    text-align: center;
}

.download-install_main .download-install_main-text h3 {
    font-size: 30px;
    font-weight: 400;
    color: #1E2330;
}

.download-install_main .download-install_main-text .edition {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 56px;
}

.download-install_main .download-install_main-text .edition p {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
}

.download-install_main .download-install_main-text .edition-gray p {
    color: #A9A9A9;
    line-height: 56px;
}

.download-install_main .download-install_main-text .download-btn {
    border-radius: 2px 2px 2px 2px;
    background-color: #0067ED;
    padding: 6px 0;
    margin-bottom: 21px;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
}

.download-install_main .download-install_main-text .download-btn a {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.download-install_main .download-install_main-text .download-btn-gray {
    background-color: #D8DDE5;
}

.download-install_main .download-install_main-text .download-btn-gray a {
    color: #1E2330;
}

.download-install_main .download-install_main-text > p {
    font-size: 14px;
    font-weight: 400;
    color: #A9A9A9;
    padding-bottom: 48px;
    position: relative;
}

.download-install_main .download-install_main-text > p:before {
    content: '';
    background: url(../image/download-icon.png) no-repeat;
    width: 15px;
    height: 15px;
    margin-left: -20px;
    position: absolute;
    margin-top: 6px;
}

.download-install_main .download-install_main-text .download-time {
    width: 100%;
    height: 75px;
}

.download-install_main .download-install_main-text .download-time:before {
    content: '';
    background: initial;
}

.download-float {
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.download-float:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
    z-index: 2;
}

.download-text {
    text-align: center;
    margin-top: 160px;
}

.download-text > h4 {
    font-size: 24px;
    font-weight: 400;
    color: #1E2330;
    margin-bottom: 30px;
}

.download-text > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #1E2330;
}

.download-text > p > a {
    color: #0067ED;
}

@media screen and (max-width: 768px) {
    .download-install_main > .col-md-3 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .download-text {
        margin-top: 100px;
    }

    .download-install_main .download-install_main-text .download-btn {
        padding: 12px 0;
    }

    .download-install_main .download-install_main-text .download-btn a {
        font-size: 18px;
    }

    .download-install_main .download-install_main-text > p {
        font-size: 18px;
    }

    .download-text > p {
        text-align: left;
        text-indent: 2em;
        padding-bottom: 30px;
    }

    .download-text > p > br {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .download-install_main .download-install_main-tit {
        padding: 70px;
        height: auto;
    }

    .download-text {
        margin-top: 50px;
    }

    .download-text > h4 {
        font-size: 30px;
    }

    .download-text > p {
        text-align: left;
        text-indent: 2em;
    }

    .download-text > p > br {
        display: none;
    }
}

/*我们的优势*/
.download-advantage {
    background-color: #ffffff;
    background-image: url("../image/download-advantage.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

.download-advantage h1 {
    color: #ffffff;
}

.download-advantage_main {
    overflow: hidden;
    padding-bottom: 100px;
}

.download-advantage_main .download-advantage_box {
    padding: 50px 20px 50px 40px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.download-advantage_main .download-advantage_box .download-advantage_box-img {
    margin-bottom: 34px;
}

.download-advantage_main .download-advantage_box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1D222E;
}

.download-advantage_main .download-advantage_box p {
    font-size: 14px;
    font-weight: 400;
    color: #1D222E;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .download-advantage_main {
        padding-bottom: 50px;
    }

    .download-advantage_main .download-advantage_box {
        margin-bottom: 30px;
    }

    .problem-consultation {
        display: block;
        margin-top: 0;
    }

}

@media screen and (max-width: 476px) {
    .download-advantage {
        background-attachment: fixed !important;
        background-size: cover !important;
        overflow: hidden;
    }

    .download-advantage_main .download-advantage_box {
        margin-bottom: 30px;
    }

    .download-phoneSize {
        color: #ffffff !important;
    }
}

/*米多客应用下载页面 End*/

/*行业资讯 bgin*/
.consultation_bg {
    background-image: url(../image/consultation-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

/*全方位了解米多客*/

.consultation-understand {
    background-color: #ffffff;
}

.consultation-understand_main:first-child {
    padding-top: 0;
}

.consultation-understand_main {
    border-bottom: 1px solid #D8DDE5;
    overflow: hidden;
    padding: 40px 0;
}

.consultation-understand_main .consultation-understand_main-time {
    width: 60px;
    height: 72px;
    background: url("../image/consultation-calendar.png") no-repeat;
    background-position: center center;
    background-size: auto;
    margin: 0 auto;
}

.consultation-understand_main .consultation-understand_main-time > p:first-child {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding-top: 9px;
}

.consultation-understand_main .consultation-understand_main-time .txt-small {
    font-size: 24px;
    font-weight: bold;
    color: #0067ED;
    text-align: center;
}

.consultation-understand_main .consultation-understand_main-txt {
}

.consultation-understand_main .consultation-understand_main-txt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1E2330;
}

.consultation-understand_main .consultation-understand_main-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
}

.consultation-understand_main .consultation-understand_main-txt div {
    margin-top: 12px;
}

.consultation-understand_main .consultation-understand_main-txt div a {
    font-size: 14px;
    font-weight: 400;
    color: #0067ED;
}

.page {
    display: flex;
    justify-content: center;
    list-style: none;
    margin-top: 50px;
}

.page > li {
    float: left;
    padding: 2px 12px;
    background-color: #F7F7F7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
    margin-right: 10px;
}

.page > .thisclass {
    background-color: #0067ED;
}

.page > .thisclass a {
    color: #FFFFFF;
}

.page > li a,
.page > li span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.page .pageItem {
    font-size: 16px;
}

.page .pageItemActive {
    background-color: #0067ED;
    color: white;
}

.page .pageItem:hover {
    background-color: #0067ED;
    color: white;
}

.page .pageItemDisable {
    background-color: #F7F7F7;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;

}

@media screen and (max-width: 768px) {
    .consultation-understand_main .consultation-understand_main-time {
        width: 100px;
        height: 112px;
        background-size: cover;
        margin: 0;
    }

    .consultation-understand_main .consultation-understand_main-txt {
        margin-top: 12px;
    }

    .consultation-understand_main .consultation-understand_main-txt h4 {
        font-size: 24px;
    }

    .consultation-understand_main .consultation-understand_main-txt p {
        font-size: 16px;
    }

    .consultation-understand_main .consultation-understand_main-txt div a {
        font-size: 16px;
    }

    .consultation-understand_main .consultation-understand_main-time > p:first-child {
        font-size: 16px;
        padding-top: 22px;
    }

    .consultation-understand_main .consultation-understand_main-time .txt-small {
        font-size: 36px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 476px) {
    .consultation-understand_main .consultation-understand_main-time {
        width: 72px;
        height: 82px;
    }

    .consultation-understand_main .consultation-understand_main-time > p:first-child {
        font-size: 14px;
        padding-top: 12px;
    }

    .consultation-understand_main .consultation-understand_main-time .txt-small {
        font-size: 30px;
        margin-top: 3px;
    }

    .consultation-understand_main .consultation-understand_main-txt {
        margin-top: 5px;
    }

    .consultation-understand_main .consultation-understand_main-txt h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    .page > li {
        padding: 0px 10px;
    }

    .page li:first-child,
    .page li:last-child {
        display: none;
    }

    .page .pageItemDisable {
        font-size: 14px;
    }
}

/*行业资讯 End*/

/*行业资讯详情 begin*/
.detail-box {
    padding: 110px 0 100px 0;
    position: relative;
}

.detail-info {
    background-color: #ffffff;
}

.detail-info h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1E2330;
}

.detail-info ul {
    list-style-type: none;
    margin-top: 30px;
}

.detail-info li {
    border-bottom: 1px solid #D8DDE5;
    padding: 18px 0;
    line-height: 1;
}

.detail-info li a {
    font-size: 14px;
    font-weight: 400;
    color: #1E2330;
    line-height: 1;
}

.detail-info li:first-child {
    border-top: 1px solid #D8DDE5;
}

.detail-content {
    overflow: hidden;
    margin-left: 50px;
    border-bottom: 1px solid #D8DDE5;
}

.detail-content .detail-content-tit {
}

.detail-content .detail-content-tit .detail-content-tit_time {
    width: 60px;
    height: 68px;
    background: url("../image/consultation-calendar.png") no-repeat;
    background-position: center center;
    background-size: auto;
}

.detail-content .detail-content-tit .detail-content-tit_time p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    padding-top: 6px;
}

.detail-content .detail-content-tit .detail-content-tit_time .time-small {
    font-size: 24px;
    font-weight: bold;
    color: #0067ED;
    padding-top: 0;
}

.detail-content .detail-content-tit .detail-content-tit_txt {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-left: 15px;
}

.detail-content .detail-content-tit .detail-content-tit_txt h4 {
    font-size: 36px;
    font-weight: bold;
    color: #1E2330;
}

.detail-content .detail-content-tit .detail-content-tit_txt > p {
    margin-top: 6px;
}

.detail-content .detail-content-box {
    margin-top: 60px;
}

.detail-content .detail-content-box > div {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #1E2330;
    line-height: 30px;
}

.detail-content .detail-content-box > div img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.detail-content .detail-content-box .detail-content-box_tit {
}

.detail-content .detail-content-box .detail-content-box_tit h4 {
    font-size: 20px;
    color: #0067ED;
    line-height: 30px;
}

.detail-content .detail-content-box .detail-content-box_tit p {
    ont-size: 14px;
    color: #1E2330;
    line-height: 30px;
}

.detail-page {
    margin-top: 38px;
    margin-left: 50px;
}

.detail-page .detail-page-content {
    display: inline-block;
}

.detail-page .detail-page-content a {
    font-size: 14px;
    color: #1E2330;
}

.detail-page .detail-page-content a span {
    font-size: 14px;
    color: #999999;
}

.detail-page .detail-page-content > a > p {
    font-size: 14px;
    color: #1E2330;
}

.detail-page .detail-page-left {
    display: inline-block;
}

.detail-page .detail-page-right {
    display: inline-block;
    float: right;
}

@media screen and (max-width: 768px) {

    .detail-content,
    .detail-page {
        margin-left: 0;
        margin-top: 50px;
    }

    .detail-content .detail-content-tit .detail-content-tit_txt {
        margin-left: 20px;
        padding-top: 5px;
    }

    .detail-content .detail-content-box > div {
        font-size: 16px;
        text-indent: 2em;
    }

    .detail-content .detail-content-box .detail-content-box_tit h4 {
        margin-bottom: 10px;
    }

    .detail-info {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .detail-box {
        padding: 0 0 50px 0;
    }

    .detail-content .detail-content-box {
        margin-top: 40px;
    }

    .detail-content .detail-content-tit .detail-content-tit_txt h4 {
        font-size: 26px;
        line-height: 30px;
    }
}

/*行业资讯详情 End*/

/*渠道合作 begin*/
.channel-bg {
    background-image: url(../image/channel-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.channel {
    background-color: #ffffff;
}

.channel-content {
    display: flex;
    justify-content: center;
}

.channel-box {
    background-color: #F9FAFF;
    border: 1px solid #D8DDE5;
    background-image: url("../image/channel-line.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 16px;
}

.channel-box:last-child {
    margin-right: 0;
}

.channel-box .channel-box-card {
    padding: 58px 30px 127px 30px;
}

.channel-box .channel-box-card > h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1E2330;
    position: relative;
    padding-left: 36px;
}

.channel-box .channel-box-card > h4:before {
    content: '';
    position: absolute;
    top: -2px;
    margin-left: -37px;
    width: 26px;
    height: 26px;
    background-position: center center;
    background-size: auto;
}

.channel-box .channel-box-card > h4.icon1:before {
    background: url("../image/icon-channel1.png") no-repeat;
}

.channel-box .channel-box-card > h4.icon2:before {
    background: url("../image/icon-channel2.png") no-repeat;
}

.channel-box .channel-box-card > h4.icon3:before {
    background: url("../image/icon-channel3.png") no-repeat;
}

.channel-box .channel-box-card > h4.icon4:before {
    background: url("../image/icon-channel4.png") no-repeat;
}

.channel-box .channel-box-card > h4.icon5:before {
    background: url("../image/icon-channel5.png") no-repeat;
}

.channel-box .channel-box-card > p {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    margin-top: 35px;
}

.channel-box .channel-box-card .channel-box-card_txt {
    margin-top: 30px;
}

.channel-box .channel-box-card .channel-box-card_txt p {
    font-size: 14px;
    font-weight: 400;
    color: #778497;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
    padding-left: 12px;
}

.channel-box .channel-box-card .channel-box-card_txt p:before {
    content: '';
    background-color: #0067ED;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    margin-left: -12px;
    margin-top: 13px;
}

/*成为代理商的条件*/
.channel-agent {
    background-color: #F7F7F8;
}

.channel-agent_box {
    /*border: 1px solid red;*/
}

.channel-agent_box .channel-agent_box-nav {
}

.channel-agent_box .channel-agent_box-nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.channel-agent_box .channel-agent_box-nav ul li {
    padding-right: 102px;
}

.channel-agent_box .channel-agent_box-nav ul li span {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    line-height: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.channel-agent_box .channel-agent_box-nav ul li span:before {
    content: '';
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    margin-left: -40px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.channel-agent_box .channel-agent_box-nav ul li span.card-active {
    color: #0067ED;
}

.channel-agent_box .channel-agent_box-nav ul li span.card-active:after {
    content: '';
    position: absolute;
    left: -40px;
    top: 64px;
    width: 137px;
    height: 3px;
    border-bottom: 3px solid #0067ED;
}

.channel-agent_box .channel-agent_box-nav ul li .icon-channel6:before {
    background-image: url("../image/icon-channel6.png");
}

.channel-agent_box .channel-agent_box-nav ul li .icon-channel7:before {
    background-image: url("../image/icon-channel7.png");
}

.channel-agent_box .channel-agent_box-nav ul li .icon-channel8:before {
    background-image: url("../image/icon-channel8.png");
}

.channel-agent_box .channel-agent_box-nav ul li .icon-channel9:before {
    background-image: url("../image/icon-channel9.png");
}

.channel-agent_box .channel-agent_box-nav ul li .icon-channel10:before {
    background-image: url("../image/icon-channel10.png");
}

.channel-agent_box .channel-agent_box-content {
    margin-top: 36px;
    background-color: #ffffff;
}

.channel-agent_box .channel-agent_box-content .channel-agent_box-content_card {
    padding: 46px;
    overflow: hidden;
    display: none;
}

.channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list {
    float: left;
}

.channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list img {
}

.channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list h4 {
    font-size: 24px;
    font-weight: bold;
    color: #1E2330;
    line-height: 30px;
}

.channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list p {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    line-height: 30px;
    padding-top: 20px;
}

/*合作流程*/
.channel-cooperation {
    background-color: #ffffff;
}

.channel-cooperation_box {
    background-image: url(../image/channel-agent6.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
    overflow: hidden;
    margin: 0 40px;
    -webkit-box-reflect: below 19px -webkit-linear-gradient(transparent 60%, rgba(0, 0, 0, 0.2));
    box-reflect: below 19px linear-gradient(transparent 60%, rgba(0, 0, 0, .2));
    margin-bottom: 50px;
}


.channel-cooperation_box .channel-cooperation_box-card {
    text-align: center;
    margin-top: 55px;
    background-color: #464B69;
    border-radius: 4px;
    padding: 36px 0;
}

.channel-cooperation_box .card-bg {
    background: linear-gradient(270deg, rgba(249, 215, 107, 1), rgba(246, 139, 69, 1));
    border-radius: 4px;
}

.channel-cooperation_box .card-left {
    margin-left: 73px;
}

.channel-cooperation_box .card-cartoon {
    position: relative;
}

.channel-cooperation_box .card-cartoon:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 85px;
    height: 134px;
    margin-right: 22px;
    background: url("../image/channel-agent7.png") no-repeat;
    background-position: center center;
}

.channel-cooperation_box .channel-cooperation_box-card i {
    font-size: 48px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 30px;
}

.channel-cooperation_box .channel-cooperation_box-card p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 5px;
}

/*在线咨询 begin*/
.online-consultation {
    background-color: #ffffff;
}


@media screen and (min-width: 1337px) {
    .channel-box {
        width: 224px;
        padding-right: 0;
        padding-left: 0;
    }

    .channel-cooperation_box .channel-cooperation_box-main {
        width: 314px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1336px) {
    .channel-box {
        width: auto;
        margin-right: 10px;
        padding-right: 0;
        padding-left: 0;
    }

    .channel-cooperation_box .channel-cooperation_box-main {
        width: 290px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    .channel-cooperation_box .card-left {
        margin-left: 0;
    }

}

@media screen and (max-width: 1024px) {
    .channel-box {
        margin-right: 0px;
        background-color: initial;
        border: 0;
        background-image: url(" ");
    }

    .channel-box-card {
        background-color: #F9FAFF;
        border: 1px solid #D8DDE5;
        background-image: url("../image/channel-line.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .channel-cooperation_box .card-left {
        margin-left: 0;
    }

    .problem-consultation > span a {
        padding: 10px 15px;
    }

    .channel-cooperation_box {
        -box-reflect: initial;
        -webkit-box-reflect: initial;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .channel-box {
        margin-top: 15px;
    }

    .channel-box-card {
        text-align: center;
    }

    .channel-agent_box .channel-agent_box-nav ul li {
        display: none;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card {
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card {
        display: block;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card:last-child {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list img {
        width: 100%;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list {
        margin-top: 30px;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list h4 {
        font-size: 36px;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list p {
        font-size: 28px;
    }

    .channel-cooperation_box {
        -box-reflect: initial;
        -webkit-box-reflect: initial;
        margin: 0;
    }

    .channel-cooperation_box .card-left {
        margin-left: 0;
    }

    .channel-cooperation_box .channel-cooperation_box-card {
        margin-top: 30px;
    }
}

@media screen and (max-width: 476px) {
    .channel-bg {
        background-position: 70% 100%;
    }

    .channel-agent_box .channel-agent_box-content {
        background-color: initial;
        margin-top: 0;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list :last-child {
        margin-bottom: 0;
        margin-top: 0;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list h4 {
        font-size: 22px;
    }

    .channel-agent_box .channel-agent_box-content .channel-agent_box-content_card .channel-agent_box-content_card-list p {
        font-size: 14px;
        padding-top: 10px;
    }

    .online-consultation .problem-consultation span {
        color: rgb(30, 35, 48);
    }
}

/*渠道合作 End*/

/*帮助中心 begin*/
.help_bg {
    background-image: url(../image/help-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}

.help {
    position: relative;
}

.help .help-tab {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid #D8DDE5;
}

.help .help-tab ul {
    list-style-type: none;
}

.help .help-tab ul li {
    display: inline-block;
    font-size: 16px;
    padding: 21px 161px;
    cursor: pointer;
    color: #1E2330;
    transition: all .5s;
}

.help .help-tab ul li.help-active {
    background-color: #ffffff;
    color: #0067ED;
}

.htlpNavbar-toggle {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    vertical-align: unset;
    display: none;
}

.htlpNavbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #1E2330;
    transition: all .15s;
}

.htlpNavbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.help-tab_content {
}

.help-tab_content > div {
    display: none;
}

.help-content {
    margin: 40px 0;
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 60px;
    position: relative;
}

.help-content .help-content_left {
    text-align: left;
}

.help-line {
    border-right: 1px solid #D8DDE5;
}

.help-content .help-content_left h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1E2330;
    padding: 22px 0;
    border-bottom: 1px solid #D8DDE5;
}

.help-content_left-nav {
    padding-top: 30px;
}

.help-nav-list li a {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.help-nav-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: none;
}

.help-nav-list {
}

.help-nav-list h4 {
    position: relative;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #1E2330;
    cursor: pointer;
}

.help-nav-list .helpNav-avtice {
    background-color: #E6ECF1;
}

.help-nav-list h4 span:hover {
    background-color: #222;
}

.help-nav-list h4 span {
    position: absolute;
    left: 4px;
    top: 18px;
    width: 12px;
    height: 12px;
    background: url("../image/help-left.png") no-repeat;
    /* 默认时图片推荐12*12px*/
}

.help-nav-list h4.open span {
    background: url("../image/help-bottom.png") no-repeat;
    /* 展开时图片推荐12*12px*/
}

.help-nav-list li a {
    display: block;
    padding: 13px 0 13px 39px;
    font-size: 14px;
    color: #333;
}

/* 鼠标划过颜色 */
.help-nav-list li a:hover {
    color: #0067ED;
}

.help-content .help-content_right {
    text-align: left;
    position: relative;
}

.help-content .help-content_right .help-content_right-main {
    padding: 40px 65px 0 65px;
}

.help-content .help-content_right .help-content_list {
    display: none;
}

.help-content .help-content_right .help-content_list .helpContent {
    display: none;
}

.help-content .help-content_right .help-content_right-main h2 {
    font-size: 30px;
    font-weight: 400;
    color: #1E2330;
    padding-bottom: 28px;
    border-bottom: 1px solid #D8DDE5;
    line-height: 1.5;
}

.help-content_right-main-txt {
    margin-top: 38px;
    color: #1E2330;
}

.help-content_right-main-txt .help-text-main {
    margin-top: 20px;
}

.help-content_right-main-txt .help-text-main h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1E2330;
    line-height: 30px;
    padding-bottom: 10px;
}

.help-content_right-main-txt .help-text-main p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
}

.help-content_right-main-txt .help-text-main p a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    color: #0067ED;
    line-height: 30px;
}

.help-text-main > .help-text-gray {
}

.help-text-main > .help-text-gray p {
    color: #778497;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    padding-left: 10px;
}

.help-text-main > .help-text-gray p b {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #778497;
}

.help-content_right-main-txt > p {
    font-size: 16px;
    font-weight: 400;
    color: #1E2330;
    line-height: 30px;
    margin-bottom: 20px;
}

.help-content_right-main-txt p img {
    width: 100%;
}

.help-content_right-main-txt div {
}

.help-content_right-main-txt div ul {
    list-style-type: none;
    margin-top: 40px;
}

.help-content_right-main-txt div ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.help-time {
    padding-top: 40px;
}

.help-time ul {
    list-style-type: none;
}

.help-time ul li {
    position: relative;
    text-align: center;
    padding-bottom: 160px;
}

.help-time ul li:before {
    content: '';
    width: 1px;
    height: 265px;
    background-color: #D8DDE5;
    position: absolute;
    left: 43px;
    z-index: 1;
    top: 0;
}

.help-time ul li div {
    width: 140px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 18px;
    background-color: #0067ED;
    position: relative;
    z-index: 2;
}

.help-time ul li p {
    padding: 38px 0 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #0067ED;
    line-height: 30px;
}

.help-content_right-main .help-content_right-main-txt .help-content_right-main-list {
    min-height: 263px;
    _height: 263px
}

.helpPhone-time {
    display: none;
}

.help-content_right-main .help-content_right-main-txt .help-content_right-main-list h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1E2330;
}

.help-content_right-main .help-content_right-main-txt .help-content_right-main-list > ul {
    list-style-type: none;
    margin-top: 20px;
}

.help-content_right-main .help-content_right-main-txt .help-content_right-main-list ul li {
    font-size: 14px;
    font-weight: 400;
    color: #778497;
}

.help-content_right-main .help-content_right-main-txt .help-content_right-main-list ul li:before {
    content: '●';
    font-size: 14px;
    padding-right: 10px;
}

/*开发文档*/
#development_box {
    padding: 40px 20px 0 44px;
}

.allHeight .col-md-3 {
    height: 732px;
    background: #fff;
}

.development {
    list-style: none;
}

.development > h3 {
    border-bottom: 0 !important;
}

.development .development_list li {
    list-style: none;
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    transition: 0.3s;
}

.development .development_list li:hover {
    background: #f5f5f5;
}

.development .development_list li .toplink {
    color: #8b8e94;
}

.development .development_list li .toplink_click {
    color: #0067ED;
}

.development_prolist {
    min-height: 0px !important;
    margin-bottom: 10px;
}

.development_prolist h4 {
    margin-bottom: 20px;
}

.development_prolist p {
    font-size: 14px;
    color: #38332f;
    margin-bottom: 14px;
}

.development_prolist pre {
    border: none;
    background: #fff;
}

.development_prolist pre code {
    position: relative;
    display: block;
    overflow-x: auto;
    padding: 1em;
    color: #abb2bf;
    background: #282c34;
    border-radius: 3px;
    margin-left: -8px;
    margin-top: -25px;
}

.codeButton {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: #4d4d4d;
    background-color: white;
    padding: 2px 8px;
    margin: 8px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05);
}

.development_prolist pre code span {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.development_prolist pre code .indent_1 {
    margin-left: 14px;
}

.development_prolist pre code .indent_2 {
    margin-left: 28px;
}

.development_prolist pre code .red_span {
    display: inline;
    color: #ba5f68;
}

.development_prolist pre code .green_span {
    display: inline;
    color: #87ac6e;
}

.development_prolist pre code .yellow_span {
    display: inline;
    color: #c19062;
}

.development_nav_fixed {
    position: fixed;
    z-index: 50;
    top: 92px;
    width: 261px;
}

.development_nav_no_fixed {
    position: absolute;
    top: inherit !important;
    bottom: 0;
    z-index: 50;
    width: 261px;
}

.liAvtive {
    color: #0067ED !important;
}

.development_box_fixed {
    margin-left: 292px;
    width: 100%;
}

.BG_red {
    background: #f5f5f5;
    color: #ff3860;
}


@media screen and (max-height: 800px) {
    .development {
        padding-left: 15px;
    }

    .development h3 {
        position: relative;
        cursor: pointer;
    }

    .development h3 span {
        position: absolute;
        left: -18px;
        top: 24px;
        width: 12px;
        height: 12px;
        background: url(../image/help-left.png) no-repeat;
    }

    .development h3.open span {
        background: url(../image/help-bottom.png) no-repeat;
        left: -18px;
        top: 27px
    }
}

@media screen and (max-width: 476px) {
    .development_prolist {
        margin-bottom: -58px;
    }

    #development_box {
        padding: 2px 0px 0 44px;
        margin-left: -38px;
    }

    .development_prolist pre {
        margin: 0;
        color: #fff;
        background: #282c34;
        padding: 0;
        padding-left: 14px;
        min-width: 293px;
        font-size: 12px;
    }

    .development_nav_fixed {
        display: none;
    }

    .development_box_fixed {
        margin-left: 292px;
        width: 383px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
    .help .help-tab ul li {
        padding: 21px 93px;
        float: left;
    }
}

@media screen and (max-width: 990px) and (min-width: 768px) {
    .help .help-tab ul li {
        padding: 21px 93px;
        float: left;
    }
}

@media screen and (max-width: 990px) {
    .HelpJournal-main {
        display: none;
    }

    .allHeight .col-md-3 {
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .help_bg {
        display: none;
    }

    .help-content {
        margin: 0;
    }

    .help .help-tab {
        border-bottom: none;
        margin-top: 50px;
    }

    .help-content_right-main-txt p img {
        width: 100%;
    }

    .help .help-tab ul li {
        width: 100%;
        text-align: left;
        padding: 21px 0;
        display: none;
        font-size: 24px;
        padding-left: 19px;
    }

    .help .help-tab ul li.help-active {
        color: #1E2330;
        background-color: #F7F7F8;
    }

    .htlpNavbar-toggle {
        display: inline-block;
    }

    .help-content_left-main {
        position: absolute;
        top: 0;
        left: -768px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9;
    }

    .help-content .help-content_left .col-md-3 {
        background: #fff;
    }

    .btnHide {
        position: relative;
    }

    .btnHide:after {
        content: '';
        position: absolute;
        right: 0;
        top: 15px;
        background: url("../image/help-icon-leftArrow.png") no-repeat center;
        width: 36px;
        height: 28px;
    }

    .help-content .help-content_right .help-content_right-main h2 {
        padding-top: 30px;
        padding-bottom: 39px;
    }

    .help-content_right-main .help-content_right-main-txt .help-content_right-main-list {
        padding-bottom: 100px;
        height: auto;
    }

    .help-content .help-content_right .help-content_right-main h2 {
        border-bottom: none;
    }

    .help-content_right-main .help-content_right-main-txt .help-content_right-main-list h4 {
        font-size: 22px;
        font-weight: bold;
    }

    .help-content_right-main-txt {
        margin-top: 0;
    }

    .HelpJournal-content {
        background-color: #F7F7F8;
    }

    .helpPhone-time {
        display: block;
        margin-bottom: 28px;
        line-height: 1.5;
    }

    .helpPhone-time p {
        color: #0067ED;
        font-size: 27px;
        font-weight: 400;
    }
}

@media screen and (max-width: 476px) {
    .help-content .help-content_right .help-content_right-main {
        padding: 0 15px;
    }
}

/*帮助中心 End*/
.qywh{
    height: 494px;
    background-image: url(../关于我们/企业文化背景.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}
/*关于我们 begin*/
.topbg {
    min-height: 100px;
    background-image: url(../images/topbg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}


.Introduction-bg-white {
    background-color: #ffffff;
}

.Introduction-bg-gray {
    background-color: #F7F7F8;
}

.Introduction-spacing {
    padding: 80px 0;
}

.Introduction-content {
    margin-top: 46px;
}

.Introduction-tit h1 {
    font-size: 32px;
}

.Introduction .Introduction-tab {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.02);
}

.Introduction .Introduction-tab ul {
    text-align: center;
    list-style-type: none;
}

.Introduction .Introduction-tab ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 45px;
    margin: 17px 0;
    cursor: pointer;
    color: #1E2330;
}

.Introduction-flex {
    position: fixed !important;
    top: 70px;
    width: 100%;
    z-index: 99;
}

.Introduction-active {
    position: relative;
    color: #0067ED !important;
}

/*.Introduction-active:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 100px;
    height: 2px;
    background: #0067ED;
    margin-left: -50px;
}*/

.Introduction-content {
}

.Introduction-content p {
    text-align: left;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
}

.Introduction-content p b {
    color: #1E2330;
}

.Introduction-map img {
    width: 100%;
}

.Introduction-info {
    margin-top: 80px;
    overflow: hidden;
}

.Introduction-info > div {
    padding-left: 40px;
}

.Introduction-wrap {
    position: relative;
    margin-top: 40px;
}

.Introduction-wrap h1 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(30, 35, 48, 0.9);
    line-height: 24px;
}

.Introduction-div {
    margin-top: 20px;
}

.Introduction-info h3 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(30, 35, 48, 0.8);
    line-height: 24px;
}

.Introduction-info_txt {
    margin-top: 10px;
}

.Introduction-info .Introduction-info_txt p {
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 24px;
}

.Introduction-info > div > .col-md-6.col-xs-12:last-child {
    border-right: 1px solid #E5E5E5;
}

.Introduction-code {
}

.Introduction-code p {
    font-size: 14px;
    font-weight: 400;
    color: #1E2330;
    text-align: center;
}

.Introduction-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px #E5E5E5;
    border-radius: 4px;
}

.Introduction-card-text {
    position: relative;
    height: 120px;
    line-height: 120px;
    font-size: 18px;
    font-weight: 400;
    color: #1E2330;
    text-align: center;
}

.Introduction-card-text:before {
    content: '';
    position: absolute;
    right: 50px;
    top: 50%;
    width: 40px;
    height: 36px;
    margin-top: -18px;
    background: url("../image/symbolLeft.png") center no-repeat;
    background-size: cover;
}

.Introduction-card-text:after {
    content: '';
    position: absolute;
    left: 50px;
    top: 50%;
    width: 40px;
    height: 36px;
    margin-top: -18px;
    background: url("../image/symbolRight.png") center no-repeat;
    background-size: cover;
}

.culture-card {
    position: relative;
}

.mb-80 {
    margin-bottom: 80px;
}

.culture-card-left {
    width: 56px;
    height: 46px;
}

.culture-card-left {

}

.culture-box {
    margin-left: 10px;
}

.culture-box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1E2330;
    line-height: 24px;
}

.culture-box p {
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 26px;
}

.culture-card-left img {
    width: 100%;
}

.culture-card-right {
    padding-left: 5px;
}

.culture-card-left, .culture-card-right {
    display: inline-block;
    vertical-align: top;
}

.honor {
    text-align: center;
    margin-top: 45px;
}

.honor-list {
    width: 366px;
    max-width: 380px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
}

.honor-padding {
    padding: 20px;
    text-align: center;
}

.honor-padding img {
    max-width: 100%;
}

.honor-padding p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1E2330;
    line-height: 24px;
    padding-top: 10px;
}

.honor-p-top {
    padding-top: 70px;
}

.honor-p-text {
    padding-top: 66px !important;
}

@media screen and (max-width: 1200px) {
    .Introduction-card-text {
        height: auto;
        line-height: 1.5;
        text-align: left;
        text-indent: 2em;
        padding: 15px;
    }

    .Introduction-card-text:before {
        background: url("");
    }

    .Introduction-card-text:after {
        background: url("");
    }
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 6.33333333%;
    }
}

@media screen and (max-width: 768px) {
    .Introduction-code {
        margin-top: 50px;
    }

    .Introduction .Introduction-tab ul li {
        padding: 0 37px;
    }
}


@media screen and (max-width: 680px) {
    .culture-card-left, .culture-card-right {
        margin: 10px auto 0 auto;
        display: block;
    }

    .culture-card-left {
        margin-top: 10px;
    }

    .culture-box {
        text-align: center;
        margin-left: 0;
    }

    .culture-card {
        height: 150px;
        margin-bottom: 0;
    }

    .culture-card-right {
        padding-left: 0;
    }

    .culture-box p {
        text-align: center;
    }

    .Introduction-wrap {
        margin-top: 0;
    }
}

@media screen and (max-width: 500px) {

    .Introduction-info {
        margin-top: 40px;
    }

    .Introduction-info > div > div {
        margin-bottom: 40px;
    }

    .Introduction-info .Introduction-info_txt {
        margin-top: 20px;
    }

    .Introduction-code {
        margin-top: 0;
        margin-left: 15px;
        float: left;
    }

    .Introduction .Introduction-tab {
        display: none;
    }
}

/*关于我们 End*/

/*注册 begin*/
.register-bg {
    position: relative;
    background-image: url("../image/register.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.register {
    width: 100%;
    height: 100%;
}

.register-form {
    width: 600px;
    margin: 120px auto 60px auto;
    background-color: #FFFFFF;
}

.form-body {
    border-radius: 4px;
}

.user_log {
    padding: 40px 110px 31px 110px;
}

.user_log .user_login {
    margin-bottom: 24px;
}

.user_login .user14 {
    font-size: 30px;
    font-weight: bold;
    color: #3C4352;
    margin-bottom: 22px;
    text-align: center;
}

.custom-control {
    position: relative;
    display: block;
    clear: both;
}

.custom-control-input {
    display: inline-block;
}

.custom-control-label {
    color: #9A9999;
    font-size: 14px;
    font-weight: 400;
}

.custom-control input {
    top: 4px;
}

.radio-right {
    padding-left: 40px;
}

.user_log .user_sjh {
    font-size: 14px;
    font-weight: 400;
    color: #3C4352;
}

.user_log .Cell-phone {
    height: 44px;
    line-height: 44px;
    border: 1px solid #CCCCCC;
    padding-left: 10px;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
}

.user_log .Cell-phone::placeholder {
    color: #999999;
}

.user_log .Cell-phone::-webkit-input-placeholder {
    color: #999999;
}

.user_log-control-label {
    margin-bottom: 0;
    margin-bottom: 0;
}

.user-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: red;
    outline: none;
}

.user-Success:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #2E9F99;
    outline: none;
    transition: all 1s;
}

.register-input-Code {
    float: right;
}

#checkCode {
    border: 1px solid #CCCCCC;
    width: 100px;
    height: 43px;
    display: inline-block;
    border-radius: 4px;
}

.register-input {
    margin-right: 115px;
}

.user_log .user_login .yzm {
    background: #0067ED;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
    padding: 8px 10px;
    transition: all 0.5s;
}

.user_log .user_login .yzm:hover {
    background: #2885ff;
}

.form-body .Success {
    height: 400px;
    margin: auto;
    text-align: center;
    display: none;
}

.form-body .Success .fanhui {
    width: 320px;
    height: 40px;
    line-height: 40px;
    background: #e4393c;
    color: #ffffff;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.form-body .Success .wans {
    width: 320px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    background: #11c64d;
    color: #ffffff;
}

.user-check-inline {
    display: inline-block;
}

.user-check-input:checked {
    background: #0067ED
}

.form-check-label {
    padding-right: 5px;
}

.user-check-inline label {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.user-check-input {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    position: relative;
    display: inline-block;
    vertical-align: sub;
    top: -1px;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
    margin: 0 6px 0 0 !important;
}

.user-check-input:checked::after {
    content: '';
    top: 4px;
    left: 3px;
    position: absolute;
    background: transparent;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.user-check-submit {
    width: 100%;
    margin: 0 auto;
}

.user-check-read {
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    text-align: center;
    padding-top: 19px;
}

.user-check-read a {
    color: #0067ED;
}

.user-check-btn {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background-color: #0067ED;
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.5s;
}

.user-check-btn:hover {
    background-color: #2885ff;
}

.user_login-bot {
    margin-bottom: 5px !important;
}

.register-footer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.register-footer p {
    text-align: center;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin-top: 14px;
}

.user_log-top {
    margin: 46px 0 31px 0;
}

.alert {
    width: 423px;
    height: 141px;
    position: absolute;
    top: -40%;
    left: 50%;
    margin: -101px 0 0 -217px;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(46, 159, 153, 0.3);
    border-radius: 4px;
    padding: 16px;
}

@media screen and (max-width: 768px) {
    .alert {
        width: 200px;
        margin-left: -100px;
    }
}

.alert h2 {
    font-size: 16px;
    font-weight: bold;
    color: #303133;
    position: relative;
}

.alert .alert-close {
    cursor: pointer;
}

.alert .alert-close:after {
    content: '\d7';
    position: absolute;
    right: 0;
    top: 0;
    color: #0067ED;
    margin: 16px 16px 0 0;
}

.alert .alert_con {
}

.alert .alert_con p {
    color: #000;
}

.alert .alert_con p:nth-child(2) {
    text-align: right;
}

#ts {
    padding-top: 26px;
    text-align: left;
}

.alert .alert_con .btn {
    padding: 5px 15px;
    color: #fff;
    cursor: pointer;
    background: #0067ED;
    border: 1px solid #0067ED;
    border-radius: 4px;
    margin-top: 16px;
    text-align: right;
}

.alert .alert_con .btn:hover {
    background: #2885ff;
}

.register-red {
    color: red;
    font-size: 12px;
}

.register-border {
    border: 1px solid red !important;
    transition: all 1s;
}

@media screen and (min-width: 990px) {
    .user_log .user_login {
        margin-bottom: 12px;
    }

    .user_log {
        padding: 40px 80px 25px 80px;
    }
}

@media screen and (min-width: 768px) {
    .registerbg {
        height: calc(100% - 140px);
        display: flex;
    }
}

@media screen and (max-width: 990px) {
    .register-form {
        width: 460px;
    }

    .form-body {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .user_log {
        padding: 40px 40px 31px 40px;;
    }

    .user_log,
    .Success {
        margin: 0 auto;
    }

    .register-footer {
        padding-bottom: 40px;
        margin-top: 0;
    }
}

@media screen and (max-width: 768px) {
    .user-check-btn {
        width: calc(100% - 40px);
        padding: 6px 0;
        margin: 0 auto;
        display: block;
    }

    .user_log {
        padding: 40px;
    }
}

@media screen and (max-width: 479px) {
    .register-bg {
        background: white;
    }

    .form-body {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    }

    .user_log,
    .Success {
        width: auto;
        padding: 20px;
    }

    .register-form {
        width: 100%;
        margin: 80px auto 60px auto;
    }

    .user_login .user14 {
        font-size: 2.4rem;
    }

    .user-check-btn {
        width: calc(100% - 40px);
    }

    .user_log .Cell-phone {
        padding-left: 5px;
    }

    .user_log .Cell-phone::placeholder {
        font-size: 1.2rem;
    }

    .register-footer {
        margin-top: 0;
    }
}

/*注册 End*/
/*服务条款 begin*/
.agret-content-bt {
    padding-top: 140px;
    padding-bottom: 60px;
    background-color: #ffffff;
}

.agret-content {
    width: 825px;
    margin: 0 auto;
    border: 1px solid #d8d8d9;;
    padding: 40px 45px 60px;
    word-break: break-word;
    box-sizing: border-box;
    color: #333333;
}

.agret-content > h3 {
    margin-top: 20px;
    margin-bottom: 60px;
    font-size: 32px;
}

.agret-content p {
    text-indent: 2em;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}

.agret-content-main {
}

.agret-content-main .agret-content-list {
    margin-top: 20px;
}

.agret-content-main .agret-content-list h3 {
    font-size: 16px;
    font-weight: bold;
}

.agret-content-main .agret-content-list ul {
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.agret-content-main .agret-content-list ul li {
    line-height: 30px;
    margin: 10px 0;
}

.global-clr-3 {
    color: #333333;
}

/*手机端*/
@media screen and (max-width: 768px) {
    .commonPhone-mb-15 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .commonPhone-mb-15 {
        margin-bottom: 15px;
    }
}