
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output,
section, summary, time, mark, audio, video, input, select {
    margin: 0;
    padding: 0;
}

body {
    background: #fff url(../image/regbg.jpg) no-repeat center top;
    color: #333;
    font: 12px/1.5 "Microsoft Yahei", "Hiragino Sans GB", arial, sans-serif;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var, i {
    font-style: normal
}

ol, ul {
    list-style: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input::-ms-clear, ::-ms-reveal {
    display: none;
}

input:focus, textarea:focus {
    outline: none;
}

.mask {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    zoom: 1;
}

:root .mask {
    filter: none \9;
}

/*for IE9*/
.outHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    max-height: 99999px;
}

.header {
    min-width: 1200px;
    height: 105px;
    line-height: 105px;
}

.logo {
    vertical-align: middle;
}

.header_tit {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #ddd;
    font-size: 24px;
    color: #717171;
    position: relative;
    vertical-align: middle;
}

.header_r {
    float: right;
    font-size: 14px;
    color: #717171;
    *margin-top: -105px;
}

.header_r a {
    color: #239df3;
    text-decoration: underline;
    padding: 0 2px;
}

.header_r a:hover {
    color: #fe3303;
}

.fs16 {
    font-size: 16px;
}

/*  */
.container {
    clear: both;
    width: 840px;
    margin: 46px auto 0 auto;
    max-height: 9999px;
    position: relative;
    box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.1);
}

.regtabs {
    box-sizing: border-box;
    padding-left: 340px;
    min-height: 460px;
    position: relative;
    background: #fff;
}

.regtabs ul {
    display: block;
    height: 72px;
    box-sizing: border-box;
    width: 440px;
    padding-top: 24px;
    margin: 0 auto 39px auto;
}

.regtabs ul::after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
}

.regtabs li {
    float: left;
    height: 47px;
    box-sizing: border-box;
    border-bottom: solid 3px transparent;
    line-height: 46px;
    width: 88px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    color: #999;
    margin-left: 44px;
    z-index: 1;
    user-select: none;
}

.regtabs li.on {
    border-color: #fe3303;
    color: #333;
}

.regtabs > div {
    display: none;
    box-sizing: border-box;
    padding: 0 30px;
}

.regtabs > div.show {
    display: block;
}

.sideimg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 340px;
    height: 100%;
}

.sideimg a {
    display: block;
    height: 100%;
}

.supplierbg {
    background: url("../image/supplierbg.jpg") no-repeat center top;
}

.buyerbg {
    background: url("../image/buyerbg.jpg") no-repeat center top;
}

.foreignTradebg {
    background: url("../image/foreigntradebg.jpg") no-repeat center top;
}

.form-item {
    clear: both;
    box-sizing: border-box;
    padding: 0 44px;
    position: relative;
}

.reg_input {
    box-sizing: border-box;
    padding: 2px 10px;
    height: 42px;
    line-height: 40px;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    width: 100%;
}

.reg_input:focus {
    border-color: #b2b2b2;
}

.reg_input::placeholder {
    color: #aaa;
}

.form-tips {
    position: absolute;
    z-index: 1;
    left: 140px;
    top: 50%;
    padding-left: 12px;
    transform: translate(100%, -50%);
    max-width: 280px;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
    color: #333;
    text-align: left;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    display: none;
    font-size: 12px;
}

.form-tips::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #e6e6e6;
    background: #fff;
    position: absolute;
    top: 45%;
    left: -5px;
    transform: rotate(45deg);
    border-top: 0;
    border-right: 0;
}

.errorMsg {
    height: 22px;
    line-height: 22px;
    padding: 0 56px;
    color: #fe3303;
}

#txtSMSCode {
    padding-right: 115px;
}

a.hqyzmR {
    position: absolute;
    z-index: 1;
    left: 288px;
    top: 1px;
    background: #fff;
    text-align: center;
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
    border-radius: 0 3px 3px 0;
    text-align: right;
}

a.hqyzmR:hover {
    color: #0f69dc;
}

a.hqyzmR.unclick, a.hqyzmR.unclick:hover {
    color: #999;
    cursor: no-drop;
}

.rembtn_box {
    padding: 0 44px;
}

.regBtn {
    width: 100%;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    background-image: linear-gradient(45deg, #fe3303, #d40100);
    box-shadow: 0 20px 16px 0 rgba(231, 1, 1, 0.06);
    border: none;
    cursor: pointer;
}

.regBtn:hover {
    background-image: linear-gradient(45deg, #f64f1b, #e60000);
    box-shadow: 0 20px 16px 0 rgba(231, 1, 1, 0.08);
}

.forbidden, .forbidden:hover {
    background: #ccc;
    cursor: no-drop;
}

.terms-wrap {
    box-sizing: border-box;
    padding: 28px 44px 16px 44px;
    color: #999;
    font-size: 14px;
}

.terms {
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.check-box .layui-unselect {
    display: none;
}

.layui-form .check-box input[type=checkbox] {
    display: inline-block;
}

.check-box, .check-box > div {
    display: inline-block;
}

.terms-wrap a {
    color: #0059d6;
}

.terms-wrap a:hover {
    text-decoration: underline;
}

.regtips {
    height: 98px;
    border-top: 1px solid #e4e4e5;
    background-color: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    color: #999;
    box-sizing: border-box;
    padding: 24px;
    line-height: 26px;
}

.regtips span {
    float: left;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    width: 100px;
    font-weight: bold;

}

.regtips div {
    float: left;
}

#buyerName, #companyInfoUserName {
    width: 200px;
}

.gender {
    position: absolute;
    z-index: 1;
    left: 268px;
    top: 2px;
}

.gender .layui-input-block {
    margin-left: 0;
}

.adress, .companyInfoAdress {
    padding: 0 44px;
}

.layui-form-item.adress, .layui-form-item.companyInfoAdress {
    margin-bottom: 0;
}

.layui-form-item.adress .layui-input-inline {
    width: 110px;
}

.layui-form-item.companyInfoAdress .layui-input-inline {
    width: 171px;
}

.layui-form-item.adress .layui-input-inline:last-child, .layui-form-item.companyInfoAdress .layui-input-inline:last-child {
    margin-right: 0;
}

.layui-form-select dl dd.layui-this {
    background: #0189ff;
}

.addProduct {
    position: absolute;
    z-index: 1;
    left: 350px;
    top: 1px;
    display: block;
    width: 42px;
    background: #fff;
    color: #0189ff;
    height: 39px;
    line-height: 39px;
    text-align: center;
}

.productBox {
    display: none;
    width: 484px;
    box-sizing: border-box;
    padding: 10px 44px 0 44px;
    margin-bottom: 0;
}

#purchaseProduct {
    padding-right: 62px;
}

.productBox span {
    display: inline-block;
    margin-right: 5px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    position: relative;
    padding: 0 8px;
    height: 24px;
    line-height: 23px;
    font-size: 12px;
    border-radius: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #b2b2b2;
    cursor: default;
    max-width: 355px;
}

.productBox i {
    position: absolute;
    z-index: 1;
    width: 12px;
    height: 12px;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .1) url(../image/closeP.png) no-repeat right top;
    border-radius: 0 0 0 12px;
    cursor: pointer;
    display: none;
}

.productBox span:hover i {
    display: block;
}

.companyinfo {
    box-sizing: border-box;
    width: 500px;
    padding: 60px 30px 0 30px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    background: #fff;
    display: none;
}

.consult {
    position: fixed;
    right: 0;
    top: 50%;
    width: 200px;
    height: 220px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 9;
}

.enterpriseWeChat {
    width: 175px;
    height: 206px;
    box-sizing: border-box;
    background: rgb(255, 255, 255) url(../image/codebg.png) no-repeat;
    padding: 15px 15px 0 15px;
    border: solid 1px #f8f8f8;
}

.enterpriseWeChat span {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #355782;
    margin-top: 15px;
}

.enterpriseWeChat a:hover span {
    color: #fe3303;
}

/* footer */
.footer {
    min-width: 1200px;
    padding: 30px 0;
}

.footer_info {
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #aeacac;
}

.footer_info a {
    color: #aeacac;
    padding-right: 10px;
    margin-right: 10px;
}

.footer_info a:last-of-type {
    border-right: 0;
}

.footer_info a:hover {
    color: #f60;
}

@media screen and (max-width: 1239px) {
    .header, .footer {
        min-width: 100%;
    }

    .box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .form-tips {
        display: none !important;
    }

    .consult {
        display: none;
    }
}

@media screen and (max-width: 899px) {
    .sideimg {
        display: none;
    }

    .container {
        width: 500px;
    }

    .regtabs {
        padding: 0;
    }

    .regtips span {
        float: none;
        height: 24px;
        line-height: 24px;
        text-align: left;
    }

    .regtips {
        padding: 10px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    html {
        height: 100%;
    }

    body {
        height: 100%;
        background-size: auto 1100px;
    }

    .logo {
        width: 160px;
        height: auto;
    }

    .header_tit {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 18px;
    }

    .header_r {
        font-size: 0px;
    }

    .header_r a {
        font-size: 16px;
    }

    .container {
        width: 90%;
        margin: 20px auto;
    }

    .header {
        height: 72px;
        line-height: 72px;
    }

    .regtabs ul {
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
    }

    .regtabs li {
        width: 33.33%;
        margin-left: 0;
    }

    .regtabs > div {
        padding: 0 15px;
    }

    .form-item {
        padding: 0 16px;
    }

    a.hqyzmR {
        left: auto;
        right: 23px;
    }

    .errorMsg, .rembtn_box {
        padding: 0 16px;
    }

    .terms-wrap {
        padding: 24px 16px;
        font-size: 12px;
    }

    .regtabs {
        min-height: 420px;
    }

    .companyinfo {
        padding: 30px 16px;
        width: 100%;
    }

    #buyerName, #companyInfoUserName {
        width: 160px;
    }

    .gender, .addProduct {
        left: auto;
        right: 23px;
    }

    .adress, .companyInfoAdress {
        padding: 0 16px;
    }

    .layui-form-item .layui-input-inline {
        margin: 0px;
    }

    .adress, .companyInfoAdress {
        display: flex;
        gap: 8px;
    }

    .adress::after, .companyInfoAdress::after {
        display: none;
    }

    .productBox {
        width: 100%;
        padding: 16px 16px 0 16px;
    }

    .productBox span {
        max-width: 100%;
    }

    .productBox i {
        display: block;
    }
}

@media screen and (max-width: 413px) {
    .regtabs > div {
        padding: 0;
    }

    .companyinfo {
        padding: 30px 0;
    }
}

@media screen and (max-width: 374px) {
    .header_tit {
        font-size: 14px;
    }

    .logo {
        width: 128px;
    }

    .regtabs li {
        font-size: 14px;
    }

    .container {
        width: 96%;
    }

    .form-item, .adress, .companyInfoAdress {
        padding: 0 8px;
    }

    .terms-wrap {
        padding: 24px 8px;
    }

    .gender .layui-form-radio {
        padding-right: 0;
    }
}