html{-overflow-y:scroll}
body{color:#000;background:#fff;font-size:24px;line-height:1.666;-webkit-text-size-adjust:none}
body,textarea{font-family: 'Microsoft Yahei',verdana,sans-serif;}
body,h1,h2,h3,h4,h5,h6,ul,ol,li,form,p,dl,dt,dd,blockquote,legend,table,th,td,fieldset,menu,pre{margin:0;padding:0}
table,th,td,img,fieldset{border:0}
address,cite,em,code,var,dfn,ins,i,th,caption{font-style:normal;text-decoration:none}
h1,h2,h3,h4,h5,h6,th{font-size:100%;font-weight:normal}
input,select,label,button,textarea,table{margin:0;font-family:inherit;font-size:100%;-webkit-tap-highlight-color: transparent;}
abbr,acronym{border:0;font-variant:normal}
q:before,q:after{content:""}
ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
th,caption{text-align:left}
a{text-decoration: none;outline: none;color: #0154a0;}
/* CSS Reset end*/
html,body{
    position: relative;
    width: 100%;
    height: 100%;
}
body{
    max-width: 750px;
    margin:0 auto;
}
.text-hide{
    overflow: hidden;
    text-indent: -999px;
}
.clearfix:after ,.fn-clear:after{
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
.clearfix ,.fn-clear{
    *zoom: 1;
}
.btn{
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.text-center{
    text-align: center;
}
.mid-spilt{
    position: relative;
    line-height: 32px;
    height: 35px;
    font-size: 32px;
    color: #666;
    text-align: center;
    overflow: hidden;
}
.mid-spilt .mid-txt{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    z-index: 1;
    color: #666;
}
.mid-spilt .mid-line{
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    overflow: hidden;
    z-index: 0;
}

.g-wrap{
    width: 614px;
    margin: 0 auto;
}


.header-logo{
    padding-left: 40px;
    padding-top: 24px;
}


.g-section{
    padding-bottom: 50px;
}
.g-banner{
    position: relative;
    width: 750px;
    height: 400px;
    padding-bottom: 0;
    background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/03/05/d334cedae1984fadbabb8cec8b829ba6.png") center center;
    background-size: cover;
}
.g-banner-m2{
    background: url("../img/m-banner-2.png");
}
.g-banner .logo-link{
    display: inline-block;
    width: 120px;
    height: 26px;
    background: url("../img/logo_white.png") center no-repeat;
    background-size: cover;
    text-indent: -999px;
    margin: 16px 24px;
}
.g-banner .m-slogan{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 28px;
    background: #d65609;
    text-align: center;
}
.g-banner .m-slogan li{
    display: inline-block;
    width: 156px;
    color: #fff;
}
.g-section .header{
    padding-top: 60px;
    padding-bottom: 40px;
}
.content .reg-form{
    color: #666;
}
.form-group{
    margin-bottom: 28px;
}
.form-group .input-label{
    display: inline-block;
    font-size: 24px;
    width:  100px;
    padding-right: 18px;
    text-align: right;
}
.input-box{
    display: inline-block;
    width: 496px;
}
.input-box input{
    width: 474px;
    padding: 21px 10px;
    font-size: 24px;
    border: 1px solid #ccc;
}
.input-box select{
    width: 243px;
    padding: 21px 30px 21px 10px;
    font-size: 24px;
    border: 1px solid #ccc;
    background: url(../img/arrow.png) no-repeat 210px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.input-box .txt-province{
    margin-right: 10px;
}
.btn-wrap{
    margin-top: 12px;
    text-align: center;
}
.btn-submit{
    display: inline-block;
    width: 612px;
    height: 98px;
    line-height: 98px;
    margin-top: 12px;
    font-size: 46px;
    color: #fff;
    border-radius: 49px;
    background: #c8991b;
}
.btn-submit:active{
    background: #c8aa27;
}
.content .text-yellow{
    margin-top: 20px;
    color:#aaa;
    font-size: 21px;
}
.content .text-yellow a{
    color: #aaa;
}
.register-item-ct a{
    color: #fe5259 !important;
}

.content .form-item{
    margin-bottom: 44px;
}
.content .form-item-label {
    display: none;
    float: left;
    width: 104px;
    font-size: 24px;
    line-height: 75px;
}
.content .form-item-input {
    font-size: 24px;
}

.form-item-input :focus{
    border:1px solid #fe5259!important;
    outline: none!important;
}
.content .register-item-ct .form-item-input{
    font-size: 21px;
    font-weight: normal;
}
.content .form-item-box {
    margin-left: 0;
    /* width: 500px;
    float: right; */
}
.content .register-item-ct .form-item-box{
    width: 515px;
}
.content .form-item-non-label .form-item-box{
    width: 100%;
}
.content .form-item-non-label .form-item-box {
    margin-left: 0px;
}
.content .form-item-input .input{
    height: 75px;
    padding: 21px 20px;
    font-size: 24px;
}
.content .form-code-item .form-item-input {
    width: 320px;
}
.content .form-item-err{
    font-size: 20px;
}
.content .form-code-item .form-item-code {
    width: 265px;
}
.content .form-code-item .form-item-code button{
    height: 75px;
    font-size: 32px;
    color: #fff;
    border-color: #f9889f;
    background-color: #f9889f;
    padding: 0;
}
.content .form-code-item .form-item-code button:focus {
    border-color: #f9889f;
    background-color: #f9889f;
}
.content .form-item-non-label {
    margin-bottom: 0;
}
.content .form-submit-btn{
    font-size: 46px;
    height: 98px;
    line-height: 98px;
    background: #fe5259;
    border-color: #fe5259;
    border-radius: 49px;
}

.content .form-submit-btn:focus, .content .form-submit-btn:hover {
    background: #fe5259;
    border-color: #fe5259;
}
.content .form-submit-btn:active {
    background: #fe5259;
    border-color: #fe5259;
    outline: none;
}
.content .rf--radioInput {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 100%;
    display: inline-block;
    height: 22px;
    margin-right: 0px;
    margin-top: -2px;
    vertical-align: middle;
    width: 22px;
    line-height: 1;
}
.content .rf--radio:checked + .rf--radioInput:after {
    background-color: #fe5259 ;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 3px;
    width: 16px;
}
.modal-content{
    width: 80% !important;
}


.section-customer{
    background-color: #fff;
    padding-bottom: 0;
}
.usage-scenarios{
    background-color: #f6f5ff;
}
.section-customer .mid-spilt .mid-txt{
    background-color: #fff;
}
.usage-scenarios .mid-spilt .mid-txt{
    background-color: #f5f5f5;
}
.section-customer .content{
    padding-top: 10px;
    padding-bottom: 60px;
    text-align: center;
}
.section-customer .content img{
    width: 614px;
    height: 669px;
}
.usage-scenarios .content img{
    width: 612px;
    height: 1066px;
}
.section-customer {
    text-align: center;
    font-size: 21px;
    color: #aaa;
}
.section-customer a {
    margin: 30px 0;
    color: #3785f9;
    text-decoration: underline;
}
.section-customer .content div {
    margin: 30px 0;
}
.product-section{
    background-color: #fffbf2 ;
}
.product-section ul li{
    height: 240px;
    float: left;
    text-align: center;
}
.product-section ul li.img-1{
    width: 140px;
    margin-right: 60px;
    background: url('../img/icon11.png') no-repeat center 70px;
}
.product-section ul li.img-2{
    width: 180px;
    margin-right: 54px;
    background: url('../img/icon22.png') no-repeat center 70px;
}
.product-section ul li.img-3{
    width: 180px;
    background: url('../img/icon33.png') no-repeat center 70px;
}
.product-section ul li.img-3 p{
    margin-top: 140px;
}
.product-section ul li h3{
    font-weight: bold;
    font-size: 24px;
}
.product-section ul li p{
    font-size: 16px;
    line-height: 28px;
    color: #444;
    margin-top: 125px;
}
.bg-light{
    background: #e4e2ff;
}
.des-wrap{
    margin-top: 24px;
    font-size: 30px;
    text-align: center;
    color: #666;
}
.des-wrap .input-w{
    font-size: 24px;
    margin: 15px 0;
    text-align: left;
}
.des-wrap input{
    width: 455px;
    height: 30px;
    font-size: 30px;
    padding: 20px 30px;
    margin-right: 13px;
    border: 1px solid #e8e9e9;
}
.des-wrap input::-moz-placeholder{
    color: #d3d3d3;
}
.des-wrap input::-webkit-input-placeholder{
    color: #d3d3d3;
}
.reference-pri,.err-inquiry-msg{
    font-size: 24px;
}
.reference-pri .price-split,.des-wrap #min-price,.des-wrap #max-price{
    color:#fe5259;
}
.des-wrap .min-price{
    font-size: 60px;
    font-weight: bold;
    color: #fe5259;
}
.msg-layer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.msg-layer .msg-mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.msg-layer .msg-box{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}
.msg-layer .msg-box .msg-content{
    width: 540px;
    height: 538px;
    background: url("../img/m-layer-bg.57e7fc4d.png") no-repeat left top;
    position: relative;
}
.msg-layer .msg-box .msg-content a{
    display: block;
    width: 451px;
    height: 73px;
    /* line-height: 65px; */
    position: absolute;
    top: 403px;
    left: 46px;
    border-radius: 30px;
}
.msg-layer .msg-box .msg-content span{
    display: inline-block;
    color: #fe5259;
    width: 300px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    background: #fff;
    position: absolute;
    top: 318px;
    left: 198px;
}
.price-section{
    padding-top: 10px;
}
.g-section-bg{
    background: #fffbf2;
}
.hd-rule .content p{
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
.hd-rule .content p span{
    position: absolute;
    width: 24px;
    height: 24px;
    background: #F8B88C;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    top: 5px;
    left: 0;
}

.content-ul{
    font-size: 22px;
    list-style-type:disc;
    margin-left: 50px;
}
.welfare-content{
    /* background-color: red; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
}
.welfare-content li{
    /* background-color: blue; */
    /* border: 1px solid black; */
    width: 300px!important;
}
.m-form-submit {
    background: url("https://cowork-storage-public-cdn.lx.netease.com/common/2024/03/05/5c847b68a72e4eed925bcf22f30cb3d5.png") no-repeat !important;
    background-size: cover !important;
    height: 110px !important;
    border: none !important;
    outline: none !important;
    
}
.m-form-submit:focus {
    border: none !important;
}
.msg-content-title-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 110px;
}
.inquiry-price-input {
    outline: none;
}