html{
    position: relative;
    height: 100%;
    font-size: 16px;
    font-size: 62.5%;
    overflow-x: hidden;
}
body{
    position: relative;
    height: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    color: #343A40;
    overflow-x: hidden;
}
ul,p{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
}

button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: none;
    box-shadow: none;
}

.row{
    margin: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}
#content{
    padding-top: 6.8rem;
}
/* 按钮 */
.btn,.btn:hover,.btn:focus{
    padding: 9px 35px;
    line-height: 2rem;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;    
    box-shadow:none;
    background: none;
}
.btn-default{
    background-color: transparent;
    border-color: #3B7CFF;
    color: #3B7CFF;
}
.btn-default:hover,.btn-default:focus,.btn-default:active:focus,.btn-default.active:focus,.btn-default.focus,.btn-default:active.focus,.btn-default.active.focus{
    background-color: #3B7CFF;
    border-color: #3B7CFF;
    color: #ffffff;
}
.btn-primary{
    background-color: #3B7CFF;
    border-color: #3B7CFF;
}
.btn-primary:hover, .btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.btn-primary.focus,.btn-primary:active.focus,.btn-primary.active.focus{
    background-color: #1551C8;
    border-color: #1551C8;
}
.btn-orange{
     background: linear-gradient(299deg, #FFBE5A 0%, #FF8A2D 100%);
    border-radius: 6px;
    border: 0;
    color: #FFFFFF;
}
.btn-orange:hover, .btn-orange:focus,.btn-orange:active:focus,.btn-orange.active:focus,.btn-orange.focus,.btn-orange:active.focus,.btn-orange.active.focus{
    background: #FF8A2D;
    border: 0;
    color: #FFFFFF;
}
.btn-white{
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    background: transparent;
    color: #FFFFFF;
}
.btn-white:hover, .btn-white:focus,.btn-white:active:focus,.btn-white.active:focus,.btn-white.focus,.btn-white:active.focus,.btn-white.active.focus{
    background: #FFFFFF;
    color: #3B7CFF;
}
.btn-white-bg{
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    color: #3B7CFF;
}
.btn-white-bg:hover, .btn-white-bg:focus,.btn-white-bg:active:focus,.btn-white-bg.active:focus,.btn-white-bg.focus,.btn-white-bg:active.focus,.btn-white-bg.active.focus{
    background: #FFFFFF;
    color: #3B7CFF;
}
a.link{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #3B7CFF;
}
a.link:hover{
    color: #1551C8;
}
a:hover, a:active, a:focus, a.active{
    text-decoration: none;
    outline: none;
    background: transparent;
    border: none;
}


/* 标题 */
h1{
    margin: 0;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1px;
}
h2{
    margin: 0;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 4.8rem;
    letter-spacing: 1px;
}

h3{
    margin: 0;
    font-size: 3rem;
    font-weight: 500;
    line-height: 4.2rem;
    letter-spacing: 1px;
}

h4{
    margin: 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3rem;
}

h5{
    margin: 0;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.5rem;
}

p{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
}

.divider{
    display: block;
    width: 2px;
    height: 17px;
    background: #fff;
    margin: 2px 10px;
}
.divider-gray{
    width: 0;
    height: 14px;
    border-right: 1px solid #70757D;
    margin: 4px 6px;
}



/* flex布局 */
.flex{
    display: flex;
    flex-flow: row wrap;
    min-height: fit-content;
}

.flex.y-axis-center {
    align-items: center;
}

.flex.x-axis-center {
    justify-content: center;
}

.flex.x-space-between {
    justify-content: space-between;
}
.flex.xy-axis-center {
    align-content: center;
    align-items: center;
    justify-content: center;
  }

.flex1{
    flex: 1;
}

/* 字体颜色 */
.text-white{
    color: #fff;
}
.text-orange{
    color: #FF8A2D;
}
.text-blue{
    color: #3B7CFF;
}
.detail-color{
    color: #70757D;
}

/* 背景颜色 */
.bg-blue-light{
    background: #F4F8FE;
}
.bg-white-light{
    background: #FFFFFF;
}
.bg-orange-gradient {
    background: linear-gradient(178deg, #FEE9D9 0%, #FFFFFF 100%);
}
.bg-blue-gradient {
    background: linear-gradient(178deg, #E9F2FF 0%, #FFFFFF 100%);
}
.icon-bg-blue-gradient {
    background: linear-gradient(161deg, #BCD3FD 0%, #FCFDFF 100%);
    box-shadow: 1px 1px 0px 0px #EEF4FF, 0px 4px 4px 1px rgba(122,166,255,0.2);
    border-radius: 8px;
    border: 1px solid #FFFFFF;
}
.bg-white{
    background: #fff;
}

/* banner -- 浅色背景 */
.banner-box{
    width: 100%;
    height: 45rem;
    background: url(../img/banner_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.banner-wrap{
    height: 100%;
}
.banner-box .banner-datail{
    margin: 2.4rem 0 3.9rem;
    max-width: 55rem;
    font-size: 1.6rem;
    font-weight: 400;
    color: #70757D;
    line-height: 2.4rem;
}
.banner-box .banner-img{
    margin: 10.5rem 15rem 10.5rem 0;
    height:24rem;
    width: auto;
}
.banner-box .check-doc{
    padding-left: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #3B7CFF;
    line-height: 2rem;
}
.banner-box .check-doc:hover{
    color: #1551C8;
}

/* banner -- 深色背景 */
.banner-box1{
    width: 100%;
    height: 45rem;
}
.banner-box1 h1{
    color: #FFFFFF;
}
.banner-box1 .banner-datail{
    margin: 1.9rem 0 7.4rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.2rem;
}
.banner-box1 .check-doc{
    padding-left: 2rem;
    height: 2rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2rem;
}
.banner-box1 .check-doc:hover{
    color: #1551C8;
}
.banner-btn-wrap{
    padding: 13px 0;
}

/* 卡片 */
.card{
    flex: 1;
    padding: 3rem 4rem 4.8rem; 
    box-shadow: 0 0.4rem 1rem 0.2rem rgba(224,232,244,0.4);
    border-radius: 0.8rem;
    border: 0.2rem solid #FFFFFF;
    overflow: hidden;
}
.card+.card{
    margin-left: 2rem;
}
.card-no-border{
    background: #FFFFFF;
    box-shadow: 0px 0.4rem 1rem 0.2rem rgba(224,232,244,0.4);
    border-radius: 1.2rem;
    overflow: hidden;
}
.round-card{
    background: linear-gradient(178deg, #E9F2FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0.4rem 1rem 0.5rem rgba(224,232,244,0.4);
    border: 0.2rem solid #FFFFFF;
    border-radius: 50%;
}

/* 列表 */
.list-item + .list-item{
    margin-top: 2.5rem;
}
.list-item .icon-wrap{
    width: 6.4rem;
    height: 6.4rem;
}
.list-item .icon{
    width: 6.4rem;
    height: 6.4rem;
}
.list-item .description{
    padding-left: 2.1rem;
}
.list-item .title{
    padding: 0.4rem 0 0.6rem;
}

/* 块 */
.block{
    padding: 6rem 0;
}
.block-content{
    width: 1180px;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}
.block>h2{
    padding-bottom: 6rem;
}
.block-content .title-icon{
    width: 6.4rem;
    height: 6.4rem;
}

/* 间距 */
.margin-r-20{
    margin-right: 2rem;
}
.margin-t-20{
    margin-top: 2rem;
}
.margin-l-20{
    margin-left: 2rem;
}

/* 无序列表样式 */
.intro {
    padding: 2.5rem 0 0 2.5rem;
}
.intro li {
    position: relative;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    list-style: none;
}
.intro li + li {
    margin-top: 2rem;   
}
.intro.blue-icon li::before{
    position: absolute;
    left: -2.5rem;
    top: 0.4rem;
    display: block;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/listBlue.png) 100%/100% no-repeat;
}
.intro.orange-icon li::before{
    position: absolute;
    left: -2.5rem;
    top: 0.4rem;
    display: block;
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/listOrange.png) 100%/100% no-repeat;
}

/* 步骤列表 */
.step-content .step-wrap{
    box-shadow: 0px 2px 8px 2px rgba(224,232,244,0.4);
}
.step-content .step-wrap + .step-wrap{
    margin-top: 2rem;
}
.step-content .sort-wrap{
    position: relative;
    padding: 0.5rem 0 1.2rem;
    width: 10rem;
    background: #3B7CFF;
}
.step-content .sort-wrap::after{
    position: absolute;
    right: -0.9rem;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-left: 0.9rem solid #3B7CFF;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
}
.step-content .sort-wrap>.sort{
    font-size: 4.2rem;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 5.9rem;
    letter-spacing: 1px;
}
.step-content .sort-wrap>.step{
    font-size: 2.4rem;
    font-weight: 400;
    color: rgba(255,255,255,0.58);
    line-height: 2.4rem;
}
.step-content .step-detail{
    padding: 0 3rem 0 3.9rem;
    background: #FFFFFF;
}
.step-content .step-detail h5{
    padding-bottom: 1rem;
}


/* 开发文档 */
.develop-doc{
    height: 33rem;
    padding: 6rem 0 5.2rem;
    background: url(../img/product_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.develop-doc>h2{
    padding-bottom: 4rem;
}
.develop-doc-detail{
    padding: 0 2.1rem;
    background: #FFFFFF;
    border-radius: 8px;
}
.develop-doc-detail>img{
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    margin: 4.1rem 2.4rem 4.1rem 0;
}
.develop-doc-detail a{
    display: block;
    margin-bottom: 1rem;
}

.mobile-wrap{
    padding-left: 2rem;
    padding-right: 2rem;
}


/* -------------------导航------------------- */
.navbar{
    height: 6.8rem;
    width: 100%;
    background: #fff;
    border: 0;
    box-shadow: 0px 4px 8px 3px rgba(224,232,244,0.4);
}
.navbar .container-fluid{
    height: 6.8rem;
    max-width: 1180px;
    margin: 0 auto;
}
.navbar .navbar-header{
    height: 6.8rem;
}
.nav-logo{
    
    width: 12.5rem;
    height: auto;
}
.navbar-brand{
    padding: 1.1rem 0;
    margin-left: 0;
}
.navbar-nav{
    padding-left: 5%;
}
.navbar-default .navbar-nav>li>a{
    font-size: 1.4rem;
    font-weight: 500;
    color: #343A40;
    line-height: 20px;
    text-align: center;
}

.dropdown-menu{
    padding: 2rem;
    background: #FFFFFF;
    box-shadow: none;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
    border: 0;
    min-width: 60px;
}
.dropdown-menu>li>a{
    padding: 0;
    line-height: 2.8rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #343A40;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover, 
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:active, 
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .dropdown-toggle.active,
.navbar-default .dropdown-toggle:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .dropdown-menu>li.active,
.navbar-default .dropdown-menu>.active>a, 
.navbar-default .dropdown-menu>.active>a:focus, 
.navbar-default .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover
{
    color: #3B7CFF;
    background: none;
}
.dropdown-menu::after{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 9px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 48%;
    top: -8px;
    
}

.caret{
    display: none;
}
.nav-register a, .nav-register a:hover, .nav-register a:focus{
    color: #fff !important;
    background: #3B7CFF !important;
}
.nav-register a:hover, .nav-register a:focus{
    background: #1551C8 !important;
}
/* ------------/导航-------------- */

/* ------------底部导航------------- */
footer{
    width: 100%;
    background: #242933;
}
footer .menu-list, .copyright-wrap{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
footer .copyright-box{
    border: 1px solid #343A40;
}
footer .menu-list{
    padding: 5rem 0 3.2rem;
}
footer .menu-list .item .title{
    padding-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    line-height: 20px;
}
footer .menu-list .item li, footer .menu-list .item li>a{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    line-height: 18px;
}
footer .menu-list .item li+li{
    margin-top: 1.5rem;
}
footer .menu-list .qrcode{
    width: 11rem;
    height: 11rem;
    margin-bottom: 2rem;
}
footer .copyright-wrap{
    padding: 3rem 0 3.2rem;
}
footer .copyright-wrap,.copyright-wrap .legal{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 17px;
}
footer .copyright-wrap .divider{
    width: 1px;
    height: 1.8rem;
    background: #343A40;
}
footer .copyright-wrap p,footer .copyright-wrap .AQ{
    color: rgba(255,255,255,0.8);
}
footer .menu-list .qrcode-text{
    padding-left: 2rem;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.8);
    line-height: 17px;
}
footer #accordion{
    padding: 2rem 0;
}
footer #accordion .recruit-title-box{
    padding: 0 4rem;
    height: 3.4rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2rem;
}
footer #accordion .recruit-title{
    flex: 1;
}
footer #accordion .card-body{
    padding: 1rem;
}
footer #accordion .card-body li{
    padding: 0.6rem 1rem 0.6rem 6rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
}
footer #accordion .card-body li a{
    color: #fff;
}

footer #accordion .dropdown-toggle{
    position: relative;
}
footer #accordion .dropdown-toggle::after {
    transition: 0.3s ease-in all !important;
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/jiantou.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0.1rem;
}
/* footer #accordion .dropdown:hover .dropdown-toggle::after, footer .dropdown:focus .dropdown-toggle::after{
    transform: scaleY(-1);
} */
footer #accordion .accordion-item {
    display: none !important;
}
footer .qrcode-wrap{
    padding: 2rem;
}
footer .qrcode-wrap .qrcode{
    width: 14rem;
    height: 14rem;
}
footer .qrcode-wrap  .qrcode-text{
    padding-top: 1rem;
    color: #fff;
    text-align: center;
}
footer .menu-list .item li>a:hover{
    color: #3B7CFF;
}
.footer-link:hover{
    color: #3B7CFF;
}

/* 动画 */
.hover-shadow:hover{
    box-shadow: 0px 4px 10px 2px rgba(191,216,250,0.8);
}


/* 滚动条样式 */
::-webkit-scrollbar{
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb{
    border-radius: 1em;
    background-color: rgba(50,50,50,.3);
}
::-webkit-scrollbar-track{
    border-radius: 1em;
    background-color: rgba(50,50,50,.1);
}
::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 100px 20px #3075FF;
}

/* 大于等于992px */
@media (min-width: 992px) { 
    /* ------------导航----------------- */
    .dropdown-menu{
        top: 80%;
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-nav>li>a{
        padding: 24px 15px;
    }
    .navbar-nav .dropdown:hover .dropdown-menu{
        display: none;
    }
    .navbar-nav .dropdown:hover .dropdown-menu{
        display: block;
    }
    /* ------------/导航----------------- */
}

/* 中等屏幕（桌面显示器，小于等于 1200px） */
@media (max-width: 1200px) { 
    .navbar-nav{
        padding-left: 1%;
    }
    footer .menu-list{
        padding: 5rem 2rem 3.2rem;
    }
    footer .copyright-wrap{
        padding: 2rem;
    }
    .banner-box  .banner-img{
        display: block;
        margin: 2rem auto 0;
        height: 24rem;
        width: auto;
    }
 }



 /* 小屏幕（平板，小于 991px） */
@media (max-width: 991px) {
   /* ------------导航----------------- */
    .nav-logo{
        margin-left: 2rem;
    }
    .navbar-brand{
        padding: 1.3rem 0;
    }
    .navbar-collapse{
        background: #fff;
    }
    .navbar-toggle{
        border: 0;
    }
    .menu-icon{
        display: block;
        width: 3rem;
        height: 3rem;
    }
    .menu-icon:hover{
        box-shadow: none ;
    }
    .navbar-nav{
        padding: 0;
    }
    .nav-register a, .nav-register a:hover, .nav-register a:focus{
        background: transparent !important;
        color: #343A40!important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{
        padding: 8px 15px 8px 25px;
    }
    #header .dropdown-toggle, #header .nav>li>a{
        padding:1rem 4rem;
    }
    #header .navbar-default .navbar-nav>li>a{
        text-align: left;
    }
    #header .dropdown-menu{
        padding: 1rem 4rem;
    }
    footer .copyright-wrap{
        padding: 1rem 2rem;
    }
    /* ------------/导航----------------- */
    .xs-margin-top-30{
        margin-top: 3rem;
    }
    h1{
        font-size: 3.2rem;
    }
    h2{
        padding: 0 2rem;
        font-size: 2.4rem;
    }
    
    h3{
        font-size: 2.2rem;
    }
    
    h4{
        font-size: 1.8rem;
    }
    
    h5{
        font-size: 1.6rem;
    }
    p{
        font-size: 1.2rem;
    }
    .card+.card{
        margin: 2rem 0 0 0;
    }
    .block{
        padding: 4rem 0;
    }
    .block>h2{
        padding-bottom: 4rem;
    }
    
    /* banner -- 浅色背景 */
    .banner-box{
        background: url(../img/mobile_banner_bg_light.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .banner-box .banner-wrap {
        display: block;
    }
    
    .banner-box .banner-text h1{
        padding-top: 5rem;
        font-size: 2.4rem;
        font-weight: 600;
        color: #343A40;
        line-height: 3.3rem;
    }
    .banner-box .banner-datail{
        margin: 1rem 0 2rem;
        max-width: 100%;
        font-size: 1.4rem;
        font-weight: 400;
        color: #70757D;
        line-height: 2.2rem;
    }

    .banner-box  .banner-img{
        display: block;
        margin: 2rem auto 0;
        height:20rem;
        width: auto;
    }

    /* banner -- 深色背景 */
    .banner-box1{
        display: block;
        padding-top: 5rem;
    }
    .banner-box1 h1{
        font-size: 2.4rem;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 3.3rem;
    }
    .banner-box1 .banner-datail{
        margin: 1.5rem 0 2rem;
        font-size: 1.4rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.2rem;
    }
    
}


