body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ol,
li,
ul {
    margin: 0;
    padding: 0;
}
em,
i {
    font-style: normal;
}
li {
    list-style: none;
}
img {
    border: 0;
    outline: none;
    vertical-align: middle;
}
button {
    cursor: pointer;
}
/*input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none;
  }*/

html {
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei',
        'WenQuanYi Micro Hei';
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
}
body {
    background-image: url('../images/bgimg.png');
    /*background-size: 100% 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #3f72cb;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #93d4fd;
}
input[type='text']:not(.error):hover,
input[type='password']:not(.error):hover {
    border-color: #1d96ff;
}
input[type='text']:not(.error):focus,
input[type='password']:not(.error):focus {
    border-color: #1d96ff;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(29, 150, 255, 0.2);
}
input[type='text'],
input[type='password'],
textarea {
    -webkit-appearance: none;
}
input[type='text']::placeholder,
input[type='password']::placeholder {
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei',
        'WenQuanYi Micro Hei';
    color: #b8b8b8;
}
input[type='text'],
input[type='password'] {
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    height: 46px;
    line-height: 48px;
    padding: 0 16px;
    color: #333333;
    border-radius: 4px;
}
input.error {
    border-color: red;
    color: red;
}
.icon1,
.icon2 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
.icon1 {
    background-color: #1d96ff;
    color: #fff;
}
.icon2 {
    background-color: #e9e9e9;
    color: #999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12) inset;
}
.btn {
    width: 100%;
    line-height: 46px;
    height: 46px;
    /*background: rgba(233, 233, 233, 1);
  color: #999;*/
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.btn.hover {
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    color: #fff;
}
.m0a {
    margin: 0 auto;
}
.w100 {
    width: 100%;
}
.ls10 {
    letter-spacing: 10px;
}
.fs9 {
    font-size: 9px;
}
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs32 {
    font-size: 32px;
}
.fs36 {
    font-size: 36px;
}
.fw100 {
    font-weight: 100;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.ml10 {
    margin-left: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.fl {
    float: left;
}
.tac {
    text-align: center;
}
.tdu {
    text-decoration: underline;
}
.tdn {
    text-decoration: none;
}
.cw {
    color: #fff;
}
.cb8 {
    color: #b8b8b8;
}
.c1d {
    color: #1d96ff;
}
.c9 {
    color: #999;
}
.c93 {
    color: #93d4fd;
}
.z10 {
    z-index: 10;
}
.z100 {
    z-index: 100;
}
.z1000 {
    z-index: 1000;
}
.z10000 {
    z-index: 10000;
}
.fix {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
.dib {
    display: inline-block;
}
.bottomline {
    border-bottom: 1px solid #6f9fe3;
}
.topline {
    border-top: 1px solid #6f9fe3;
}
.bsbb {
    box-sizing: border-box;
}
.dn {
    display: none;
}
.top {
    height: 68px;
}
.top .logo {
    left: 50px;
    top: 15px;
}
.top .logo::after {
    content: '';
    width: 1px;
    height: 21px;
    background-color: #fff;
    position: absolute;
    right: -24px;
    top: 12px;
}
.top .title {
    left: 208px;
    top: 20px;
}
.top .contactus {
    right: 50px;
    top: 20px;
}
.container {
    width: 1086px;
    margin: 0 auto;
    /*height: 770px;*/
}
.wraper {
    height: 620px;
    margin: 164px auto;
}
.wraper .loginleftimg {
    top: 28px;
    left: 0px;
}
.wraper .formdiv {
    width: 440px;
    height: 530px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    right: 0px;
    top: 0;
    padding: 30px 46px 0 46px;
}
.formdiv .noaccount {
    width: 100%;
    left: 0px;
    bottom: -33px;
}
.wraper .logindataimg {
    top: 366px;
    left: 444px;
}
.loginTab {
    width: 134px;
    height: 40px;
    margin: 0 -3px;
    color: #999;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    line-height: 36px;
    cursor: pointer;
}
.formdiv .loginTab:first-child {
    border-right: 0px;
    border-radius: 4px 0 0 4px;
    position: relative;
}
.formdiv .loginTab:last-child {
    border-left: 0px;
    border-radius: 0px 4px 4px 0px;
}
.loginButton,
.nextButton {
    bottom: 0px;
    width: 346px;
}
.selectLogin {
    margin-bottom: 30px;
}
.selectLogin > .loginTab:first-child.select,
.selectLogin > .loginTab:last-child.select {
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    border: 1px solid transparent;
    border-right: 0px;
    color: #fff;
}
.selectLogin > .loginTab:first-child.select {
    border-radius: 4px 0 0 4px;
}
.selectLogin > .loginTab:last-child.select {
    border-radius: 0px 4px 4px 0px;
}
input[type='password'].pwdinput {
    padding-right: 86px;
}
.showmessage,
.showmessage2,
.showtipmessage {
    color: red;
    bottom: 70px;
    height: 30px;
    text-indent: 20px;
    background: url('../images/error_icon.svg') no-repeat 0 4px;
}
.forgotpwdlink {
    top: 15px;
    right: 10px;
}
.inputverifycode {
    width: 235px;
}
.verifycode {
    right: 0px;
    top: -1px;
    cursor: pointer;
}
.footer {
    height: 62px;
    margin-top: 16px;
}
.footerContent {
    width: 1086px;
}
.footerContent .erweima {
    left: 354px;
    top: 10px;
}
.footerContent .erweima .scaleimg {
    top: -170px;
    left: -46px;
}
.footerContent .footerInfo {
    line-height: 22px;
    text-align: left;
    top: 6px;
    left: 410px;
}

.btns {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

/*æ³¨å†Œé¡µé¢*/

.registerStep ul li {
    display: inline-block;
    width: 113px;
    line-height: 32px;
}
.registerStep .bar {
    background-color: #e9e9e9;
    height: 4px;
    line-height: 0px;
    font-size: 0;
    width: 66%;
    top: 23%;
    left: 16%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12) inset;
}
.registerStep .bar .step {
    height: 4px;
    background-color: #1d96ff;
    border-radius: 2px;
}
.findpwd .bar {
    width: 26%;
    left: 37%;
}
.yzMobile {
    width: 235px;
}
.sendSMSCode,
.sendSMSCode1 {
    width: 91px;
    background: rgba(233, 233, 233, 1);
    border-radius: 4px;
    right: 0;
    top: 0;
}
/*æ³¨å†Œé¡µé¢ç¬¬äºŒéƒ¨*/

.selectindustry > select {
    color: #b8b8b8;
    /*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ ·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
    border: solid 1px #d4d4d4;
    /*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ ·å¼æ¸…é™¤*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
    background: url('../images/iconarrow.png') no-repeat scroll right center transparent;
    /*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
    padding: 0 16px;
    height: 36px;
    border-radius: 4px;
}
.selectindustry > select:first-child,
.selectindustry > select:last-child {
    width: 166px;
}
.regsuccess {
    margin: 70px 0 50px 0;
}

/*è”ç³»æˆ‘ä»¬*/
.divcontactus {
    width: 1166px;
    margin: 120px auto;
    /*border: 1px solid grey;*/
    height: 390px;
}

.contactdetailinfo {
    left: 206px;
    top: 86px;
}
.contactdetailinfo h3 {
    font-weight: 400;
    margin-bottom: 58px;
}
.contactdetailinfo h3::after {
    content: '';
    width: 23px;
    height: 5px;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    left: 0px;
    top: 66px;
}
.contactdetailinfo table {
    font-weight: 200;
    width: 366px;
}
.contactdetailinfo table td {
    padding-bottom: 10px;
}
.mapcontainer {
    width: 540px;
    height: 390px;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-radius: 8px;
    padding: 8px;
    background-color: transparent;
    right: 0px;
}
/*é«˜å¾·åœ°å›¾*/
.mapinfo {
    border: solid 1px silver;
}
div.mapinfo-top {
    position: relative;
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}
div.mapinfo-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}
div.mapinfo-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}
div.mapinfo-top img:hover {
    box-shadow: 0px 0px 5px #000;
}
div.mapinfo-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}
div.mapinfo-bottom img {
    position: relative;
    z-index: 104;
}
.mapinfo-middle img {
    float: left;
    margin-right: 6px;
}
/*æœåŠ¡æ¡æ¬¾*/
.tiaokuan {
    background-color: #fff;
    margin: 20px auto;
    border-radius: 6px;
    padding: 50px 60px;
    color: #333;
}
.tiaokuan pre {
    white-space: pre-wrap;
    font-size: 14px;
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei',
        'WenQuanYi Micro Hei';
    font-weight: 100;
    line-height: 2;
}
.tiaokuan h3 {
    font-weight: 300;
    font-size: 16px;
}
/*ä½Žåˆ†å±*/
@media screen and (max-width: 1366px) {
    .wraper .formdiv {
        width: 380px;
        height: 508px;
    }
    /* input[type="text"], input[type="password"] {
        height: 36px;
        line-height: 38px;
    }
    .btn {
        height: 40px;
        line-height: 38px;
    } */
    .fs20 {
        font-size: 14px;
    }
    .fs36 {
        font-size: 30px;
    }
    .pb20 {
        padding-bottom: 14px;
    }
    .pb30 {
        padding-bottom: 24px;
    }
    .pb40 {
        padding-bottom: 34px;
    }
    .pb50 {
        padding-bottom: 44px;
    }
    .mb20 {
        margin-bottom: 14px;
    }
    .mb30 {
        margin-bottom: 24px;
    }
    .top {
        height: 50px;
    }
    .top .logo {
        left: 16px;
        top: 6px;
        transform: scale(0.8);
    }
    .top .title {
        left: 156px;
        top: 14px;
    }
    .top .title.fs20 {
        font-size: 18px;
    }
    .top .contactus {
        right: 20px;
        top: 16px;
    }
    .wraper {
        height: 550px;
        margin: 46px auto;
    }
    .wraper > .loginleftimg {
        transform: scale(0.8);
    }
    .wraper .logindataimg {
    }
    .wraper .loginleftimg {
        top: 0px;
    }
    .wraper .logindataimg {
        top: 304px;
        left: 504px;
    }
    .loginTab {
        width: 116px;
        font-size: 16px;
        height: 36px;
        line-height: 32px;
    }
    /* .forgotpwdlink {
        top: 12px;
    } */
    .inputverifycode {
        width: 190px;
    }
    .verifycode img {
        height: 28px;
    }
    .verifycode {
        top: -7px;
    }
    .selectLogin {
        margin-bottom: 28px;
    }

    .loginButton,
    .nextButton {
        width: 288px;
    }
    /*æ³¨å†Œé¡µé¢*/
    .registerStep ul li {
        width: 88px;
    }
    .yzMobile {
        width: 184px;
    }
    /*æ³¨å†Œé¡µé¢ç¬¬äºŒå±*/
    .selectindustry > select:first-child,
    .selectindustry > select:last-child {
        width: 138px;
    }

    /*è”ç³»æˆ‘ä»¬*/
    .divcontactus {
        margin: 86px auto;
    }
}
/* éªŒè¯ç ç™»å½• */
.vercode {
    display: none;
}
 .code-btn {
    width: 91px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    /* background-color: #E9E9E9; */
    margin-left: 16px;
    cursor: pointer;
    border-radius: 4px;
    /* color: #666666; */
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    color: #fff;
}
.code-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.code-btn.hover {
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    color: #fff;
}

.get-code-btn {
    width: 91px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    /* background-color: #E9E9E9; */
    margin-left: 16px;
    cursor: pointer;
    border-radius: 4px;
    /* color: #666666; */
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    color: #fff;
}
.get-code-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.get-code-btn:hover {
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    /* background: red; */
    color: #fff;
}

.saoma {
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.saoma .img1 {
    width: 78px;
    height: 24px;
    margin-top: 8px;
    vertical-align: top;
}
.saoma .img2 {
    width: 72px;
    height: 72px;
}
.userlogin {
    display: none;
}
body.oem .userlogin {
    display: block;
}
body.oem .wxDiv {
    display: none;
}
.wximg {
    width: 160px;
    height: 160px;
}

.loadingDiv {
    display: flex;
    margin: 66px auto 0;
    width: 160px;
    height: 160px;
}

.loading {
    position: relative;
    margin: auto;
    width: 52px;
    height: 52px;
}
.loading:before,
.loading:after {
    content: '';
    width: inherit;
    height: inherit;
    border-radius: 50%;
    background-color: #2496ff;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loading 2s infinite ease-in-out;
    animation: loading 2s infinite ease-in-out;
}
.loading:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes loading {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes loading {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.wximgDiv {
    display: none;
    width: 160px;
    height: 160px;
    text-align: center;
    margin: 0 auto;
    margin-top: 66px;
}
.wxDiv .tip {
    width: 306px;
    font-size: 18px;
    text-align: center;
    color: #7f8fa4;
    margin: auto;
    margin-top: 32px;
}
/* ç”¨æˆ·ç»‘å®š */
.wxbindp .p1 {
    font-size: 21px;
    text-align: center;
    color: #333333;
}

.wxbindp {
    display: none;
}
.wxbindp .p2 {
    font-size: 14px;
    text-align: center;
    color: #333333;
    margin-top: 8px;
}
.bindselectLogin {
    margin-bottom: 28px;
}
.noaccount {
    width: auto;
    position: absolute;
    right: 145px;
    margin-top: 10px;
    color: white;
}
.oem .saoma,
.oem .dxyz,
.oem .leftimg1 {
    display: none;
}
.oem .leftimg2 {
    display: inline;
}

.modal-btn {
    width: 165px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    /* background-color: #E9E9E9; */
    /* margin-left: 16px; */
    cursor: pointer;
    border-radius: 4px;
    /* color: #666666; */
    background: linear-gradient(to left, rgba(62, 199, 255, 1), rgba(29, 150, 255, 1));
    color: #fff;
}
.modal-btn.normal {
    background: #fff;
    color: #666666;
    border: 1px solid #E9E9E9;
}
