@charset "utf-8";
html,body{
    scroll-behavior: smooth;
}
.text-center{
    text-align: center;
}
.link-style{
    color: #fff;
}
.link-style:hover{
    text-decoration:underline;
    color: #fff;
}
.index-link{
    color: #709dca;
}
.index-link:hover{
    color: #709dca;
    text-decoration: underline;
}
/* 导航 */
.navbar{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    background-color: #fff!important;
}
.navbar .navbar-logo{
    position: absolute;
    /* width: 240px; */
    height: 60px;
    line-height: 60px;
}
.navbar-pcac{
    /* position: fixed;
    left: 0;
    top: 0px;
    z-index: 9999; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 16px;
    background-image: linear-gradient(135deg, #E64242 0%, #CC1C1C 100%);
    color: #fff;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
    height: 29px;
    margin-top: 12px;
    position: relative;
}
.pcac-main{
	display: none;
	position: absolute;
	top: 62px;
	left: 0;
	width: 560px;
	background-color: #fff;
	border-radius: 4px;
	padding: 5px;
}
.pcac-main img{
    width: 100%;
}
.navbar .layui-nav .layui-nav-item a{
    color: #777;
}
.navbar .layui-bg-gray{
    background-color: #fff!important;
}
.navbar .navbar-menu{
    position: absolute;
    left: 240px;
    top: 0;
}
.navbar .navbar-right{
    position: absolute;
    right: 16px;
    top: 0;
}
.navbar .navbar-right a.reg-btn{
    color: #ffbb42;
}

/* 登录 */
.wrapper{
    margin-top: 80px;
    padding-top: 30px;
}
.login-form{
    padding-top: 30px;
}
.login-img{
    padding-top: 60px;
}
.login-container{
    width: 320px; 
    margin: 21px auto 0;
}
.btn-deaful{
    background-color: #16b777;
}
.login-label{
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}
.login-title{
    font-size: 26px;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.login-form .layui-tab-title{
    display: flex;
    align-items: center;
}
.login-form .layui-tab-title li{
    flex:1;
}
.login-form .login-qrcode{
    display: flex;
    justify-content: center;
    position: relative;
}
.login-form .login-qrcode .qrcode-img{
    width: 226px;
    height: 226px;
}
.login-form .login-qrcode .qrcode-img img{
    width: 100%;
    box-shadow: 0 5px 12px 0 #c7c9dd;
}
.login-form .layui-tab-brief>.layui-tab-title .layui-this{
    color: #709dca;
}
.login-form .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #709dca;
}
.login-form .qrcode-content{
    z-index: 1;
    position: absolute;
    width: 226px;
    height: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.login-form .qrcode-content span{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.login-form .qrcode-content button:hover{
    opacity: 1;
}
.lg-wx {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
}
.lg-wx img {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}
/* 首页 */
.index-container{
    padding-top: 60px;
    min-height: calc(100vh - 210px);
}
.index-container .index-main{
    position: relative;
    text-align: center;
    background-color: #709dca;
    padding: 2% 0 16% 0;
}
.index-container .index-main h1 {
    padding-top: 58px;
    font-weight: 500;
    font-size: 68px;
    color: #fff;
}
.index-container .index-main h2 {
    padding: 16px 0;
    line-height: 52px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.index-container .index-main .index-start{
    padding: 16px 0;
}
.index-btn{
    background-color: #ffbb42;
}
.index-border-btn{
    border-color: #fff;
    color: #fff;
}
.index-border-btn:hover{
    border-color: #fff;
    color: #fff;
    opacity: .8;
}

.info-wrapper{
    padding-top: 60px;
}

.pro-hd{
    text-align: center;
    color: #515c7a;
}
.pro-hd h2{
    font-size: 30px;
    padding: 15px 0;
    color: #394b50;
    font-weight: 600;
    letter-spacing: 5px;
}
.pro-hd p{
    letter-spacing: 5px;
    color: #394b50;
}
.pro-bd{
    padding-top: 60px;
}
.pro-bd .pro-bd-item{
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .5s ease;
}
.pro-bd .pro-bd-item:hover{
    transform: translateY(-30px);
}
.pro-bd .pro-bd-item .pro-img{
    padding-top: 45px;
}
.pro-bd .pro-bd-item h2{
    padding: 30px 0 30px 0;
    font-size: 22px;
    color: #394b50;
}
.pro-bd .pro-bd-item p{
    font-size: 14px;
    color: #a59f9f;
    padding: 3px 0;
    line-height: 1.5;
    text-align: center;
}
.pro-bd-main{
    padding: 24px;
    border: 1px solid #eee;
    min-height: 300px;
}
.pro-bd .iconfont{
    font-size: 76px;
    color: #709dca;
}
/*底部*/

.about-us{
    background-color: #709dca;
    color: #fff;
    padding-top: 60px;
}
.about-us h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-us p{
    margin: 20px 0;
}
.about-us .weixin{
    display: flex;
}
.about-us .weixin a{
    display: block;
    width: 1.8rem;
}
.about-us .weixin a img{
    width: 100%;
}
.about-us .weixin .we-customer{
    margin-right: 5.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-us .weixin .we-public{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.we-customer-qr{
    display: block;
    left: -2.1875rem;
    top: 0;
    width: 7.375rem;
    height: 9.875rem;
    background-color: white;
    box-shadow: 0px 1px 3px 0px rgb(194 203 212 / 50%);
    border-radius: 4px 4px 4px 0px;
    color: #202020;
}

.we-customer-qr .we-customer-qr-div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.we-customer-qr .we-customer-qr-div .we-customer-qr-span1{
    font-size: 0.75rem;
    font-weight: 500;
    color: #202020;
    margin-top: 0.3125rem;
}
.we-customer-qr .we-customer-qr-div .we-customer-qr-span2{
    font-size: 0.75rem;
    color: #9b9b9b;
}
.we-customer-qr .we-customer-qr-div img{
    width: 7rem;
    height: 7rem;
}
.index-footer {
    padding: 30px 0px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    background-color: #709dca;
    font-size: 13px;
}
.our-services img {
    width: 56px;
    height: 43px;
}
.our-services-b2b img{
    width: 380px;
}
.our-services .title{
    margin: 35px 0;
}
.our-services .pain-box{
    color: #3a3a3a;
}
.our-services .pain-box h4{
    margin: 10px 0 15px 0;
}
.cost-box{
    background-color: #e7edf3;
}
.cost-card{
    background-color: #709dca;
    padding: 26px;
    padding-top: 80px;
    color: #fff;
    text-align: center;
    min-height: 356px;
}
.cost-card h3{
    font-size: 36px;
    margin-bottom: 30px;
}
.cost-bd{
    padding-top: 60px;
}
.cost-list li{
    margin-top: 10px;
    color: #c2e1ff;
}
.cost-card .index-btn{
    margin-top: 30px;
}
.default-card{
    background-color: #fff;
}
.default-card h3{
    color: #ffbb42;
    text-decoration: line-through;
}
.default-card .cost-list li{
    color:#b5bbc1;
}
.default-card .default-card-btn{
    margin-top: 30px;
    display: inline-block;
    color: #6e6e6e;
    background-color: #f2f3f9;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 20px;
    letter-spacing: .2em;
}
.step-bd{
    padding-top: 60px;
}
.step-box{
    text-align: center;
    padding-bottom: 60px;
}
.step-box img{
    margin-bottom: 50px;
}
.step-box h3{
    color: #394b50;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.partners-box{
    background-color: #ffbb42;
}
.partners-bd ul li{
    text-align: center;
}
.partners-bd ul li a{
    display: inline-block;
    padding: 35px 15px;
    background: #fff;
    width: 90%;
}
.partners-bd ul li a p{
    margin: 10px 0;
}
.partners-bd{
    padding: 60px 0;
}
.partners-bd-item{
    display: flex;
    align-items: center;
    padding: 26px;
}
.partners-bd-item img{
    margin-right: 20px;
}
.partners-bd-item .pro-introduce h3{
    padding: 30px 0 15px 0;
    font-size: 22px;
    color: #394b50;
}
.partners-bd-item .pro-introduce p{
    color:#a59f9f;
    padding-bottom: 5px;
}
.banner-img{
    margin-top: -10%;
    z-index: 999;
    position: relative;
}
.banner-img img{
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: calc(50vw - 326px);
}
.solution-box{
    background-color: #f6f9fe;
}
.solution-bd{
    padding: 60px 0;
}
.solution-bd img{
    width: 100%;
}
.solution-bd h2{
    padding: 10px 0 50px 0;
    font-size: 22px;
    color: #394b50;
}
.solution-bd li{
    margin-bottom: 26px;
}
.solution-bd li span{
    font-size: 14px;
    color: #a59f9f;
    padding: 3px 0;
    line-height: 1.5;
    text-align: center;
}
.solution-bd li i{
    color: #709dca;
}
.solution-bd li .index-btn2{
    background-color: #709dca;
}
.partners-box .pro-hd h2,.partners-box .pro-hd p{
    color: #fff;
}
.layui-nav .layui-this:after, .layui-nav-bar{
    background-color: #ffbb42;
}
.pro-box{
    padding-top: 360px;
    padding-bottom: 60px;
}
.shrink-right{
    display: none;
    position: absolute;
    right: 20px;
    height: 60px;
    line-height: 60px;
}
.navbar-collapse{
    height: 0;
    margin-top: 60px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
    overflow: hidden;
    transition: all 0.6s ease;
}
.open-this.navbar-collapse{
    height: 273px;
    transition: all 0.6s ease;
}
.navbar-collapse li a{
    display: block;
    padding: 10px 15px;
}
@media screen and (max-width: 767px){
    .banner-img{
        display: none;
    }
    .navbar-pcac{
        display: none;
    }
    .pro-box{
        padding-top: 60px;
    }
    .navbar-menu{
        display: none;
    }
    .navbar-right{
        display: none;
    }
    .shrink-right{
        display: block;
    }
    .login-img{
        display: none;
    }
    .login-form{
        padding-top: 0;
    }
}
.btn-deaful{
    background-color: #709dca;
}
.layui-input-wrap{
    position: relative;
    line-height: 38px;
}
.layui-input-prefix{
    position: absolute;
    top: 0;
    padding: 0 10px;
    width: 35px;
    height: 100%;
    text-align: center;
    transition: all .3s;
    box-sizing: border-box;
    left: 0;
    border-radius: 2px 0 0 2px;
}
.layui-input-prefix .layui-icon{
    font-family: layui-icon!important;
    font-size: 16px;
    font-style: normal;
}
.layui-input-wrap .layui-input {
    padding-right: 35px;
    padding-left: 35px;
}
.layui-input:focus, .layui-textarea:focus{
    border-color: #709dca!important;
}
.layui-form-checked[lay-skin=primary] i{
    border-color: #709dca!important;
    background-color: #709dca;
    color: #fff;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #709dca;
    color: #fff;
}
.reg-form .layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top: -1px;
}
.accept-item{
    color: #a6aeb3;
    font-size: 13px;
}
