.main-login {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,.6);
    background-image: url(../image/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.login-header {
    padding: 22px 0 13px;
    height: 70px;
    overflow: hidden;
}
.main-login .logo {
    width: 147px;
}
.login-search {
    font-size: 14px;
}
.login-search > span > input {
    width: 200px;
    height: 30px;
    padding-right: 30px;
    border-radius: 4px;
    text-indent: 5px;
    background-color: rgba(255,255,255,.4);
    border: 0 none;
}
.login-search > span > i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: #fff;
}
.login-search a {
    margin-left: 10px;
    color: #fff;
    text-decoration: none;
}
.login-footer {
    padding: 30px 0;
    /*position: absolute;*/
    width: 100%;
    height: 100px;
    /*bottom: 0;*/
    /*left: 0;*/
    font-size: 14px;
    color: #fff;
    margin: auto;
    overflow: hidden;
}
.register-box {
    margin-top: 80px;
    color: #fff;
}
.register-box-content {
    padding: 10px 60px 20px 60px;
}
.register-box-left {
    border-right: 1px solid #8f9292;
}
.register-box-content h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.register-box-content h3 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.reg_list {
    margin-top: 30px;
    padding: 5px 0;
}
.reg_item {
    margin: 10px 0;
    padding-right: 35%;
    position: relative;
    font-size: 16px;
}
.member-type {
    margin: 20px 0;
}
.reg_item>input, .dropdown-list > input, .reg_item > select {
    width: 100%;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    text-indent: 10px;
    border: 1px solid transparent;
    outline: none;
    color: #222;
}
#register-btn {
    width: 115px;
    background-color: #e73c31;
    color: #fff;
    text-align: center;
    text-indent: 0;
    margin: 0 0 20px;
    border: 0 none;
    outline: none;
    box-shadow: none;
}
.reg_item>input::placeholder, .dropdown-list > input::placeholder {
    color: #999;
    font-size: 14px;
}
.reg_item .vali_code, .reg_item .streng {
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 65%;
    margin: auto;
}
.reg_item .vali_code {
    height: 35px;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    background-color: #e73c31;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    font-family: SimSun, Arial, -apple-system, "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", sans-serif;
}
.reg_item .streng>em {
    display: inline-block;
    width: 33%;
    height: 70%;
    background-color: #cdcdcd;
}
.reg_item .streng>em:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.reg_item .streng>em:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.reg_item .streng>i {
    font-style: normal;
    border-right: 1px solid transparent;
}
.error-msg {
    display: none;
    color: #BE121E;
    font-size: 12px;
    margin-bottom: 0;
}
input.error-input {
    border-color: #BE121E;
}
.register-right-item {
    margin-bottom: 50px;
}
.register-right-item > p {
    margin-bottom: 0;
    font-size: 18px;
}
.register-color {
    color: #e73c31;
}
.inline-radio {
    position: relative;
    margin: 0 15px 0 5px;
    font-weight: normal;
}
.inline-radio input {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
}
.inline-radio-fake {
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}
.data-item .inline-radio-fake {
    color: #333;
}
.inline-radio input:checked~.inline-radio-fake i:before {
    color: #fff;
    content: '\e735';
}
.data-item .inline-radio input:checked~.inline-radio-fake i:before {
    color: #333;
}
.inline-checkbox {
    position: relative;
    font-weight: normal;
}
.inline-checkbox input {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
}
.inline-checkbox-fake {
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}
.inline-checkbox input:checked~.inline-checkbox-fake i:before {
    color: #fff;
    content: '\e7fa';
}
.agreement {
    font-size: 14px;
}
.reg_item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.agreement a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.reg_tip {
    font-size: 18px;
}
.member-type-div, .none {
    display: none;
}
.dropdown-icon {
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    background-color: #dbdbdb;
    color: #fff;
    border-radius: 4px;
}
.reg_item .interest-industry {
    display: none;
    width: 100%;
    margin-top: 0;
}
.reg_item .open .interest-industry {
    display: block;
}
.dropdown-list-content {
    display: none;
    top: 100%;
    left: 0;
    margin-top: 2px;
    width: 120%;
    height: auto;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 9;
    box-shadow: 4px 4px 8px #000;
}
.data-item .dropdown-list-content {
    width: 100%;
}
.dropdown-list-content.active {
    display: block;
}
.dropdown-list-content .nav-tabs > li {
    margin-bottom: 0;
}
.dropdown-list-content .nav-tabs > li a {
    border-radius: 0;
    color: #222;
    font-size: 14px;
}
.dropdown-list-content .nav-tabs > li.active > a, .dropdown-list-content .nav-tabs > li.active > a:hover, .dropdown-list-content .nav-tabs > li.active > a:focus {
    border: 0 none;
    border-radius: 0;
    color: #222;
}
.dropdown-list-content .tab-content {
    padding: 10px 15px;
    color: #666;
}
.nav > li.industry-sm, .industry-category {
    display: none;
}
.dropdown-list-content .tab-content span {
    cursor: pointer;
    margin: 2px 5px;
    font-size: 14px;
}
.dropdown-list-content .tab-content span.on {
    color: #e73c31;
}
.dropdown-close {
    right: -5px;
    top: -5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #666;
    background-color: #fff;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}
.login_min {
    width: 355px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}
.login_min h2 {
    margin-bottom: 40px;
}
.logo_large {
    margin: 0 auto;
    width: 251px;
    height: 62px;
    padding-bottom: 90px;
}
.login_min_item {
    margin: 20px 0;
}
.login_cho {
    font-size: 16px;
    color: #fff;
}
.login_cho>em, .login_cho a {
    width: 35px;
    height: 35px;
    margin-left: 15px;
    border-radius: 50%;
    background-color: transparent;
    color: #fff;
}
.login_cho>a:nth-of-type(1) {
    background-color: #BE121E;
}
.login_cho>a:nth-of-type(2) {
    background-color: #10aeff;
}
.login_cho>a:nth-of-type(3) {
    background-color: #0ac118;
}
.login_cho>a>i {
    font-size: 24px;
}
.login_min_item>input {
    width: 100%;
    height: 35px;
    padding-left: 35px;
    text-indent: 5px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
}
.login_min_item>input::placeholder {
    color: #999;
}
.login_min_item>i {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    color: #a0a0a0;
}
.login_min_item .login_tab {
    color: #fff;
    font-size: 16px;
}
.login_min_item .login_tab>em {
    font-weight: 500;
    margin: 0 10px;
}
.login_min_item .login_tab a {
    color: #fff;
}
.login_min_item #register-btn {
    width: 100%;
}
.register-success {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 50px 30px 35px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
    overflow: hidden;
}
.register-success .register-success-close {
    right: 10px;
    top: 0;
    font-weight: bold;
    color: #dddddd;
    font-size: 30px;
    cursor: pointer;
}
.register-success > h3 {
    color: #666;
}
.register-success .register-success-tips {
    color: #666;
    line-height: 28px;
    padding: 10px 40px;
}
.register-success .data-box {
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
}
.register-success .data-box > div[class*='col-'] {
    padding: 0;
}
.data-box .area-select {
    padding-right: 10px;
    padding-bottom: 10px;
    height: 134px;
    background-color: #fff;
}
.data-box .area-select .area-select-content {
    margin: 0;
    padding: 20px;
    height: 100%;
    background-color: #dddddd;
    border-radius: 5px;
}
.area-select-content.reg_item .dropdown-icon {
   background-color: #b9b9b9;
}
.data-box .area-select .area-select-content > p {
    color: #555;
}
.data-box .user-type {
    padding: 20px;
    height: 366px;
    background-color: #f0f0f0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.data-box .user-type > p {
    margin: 14px 25px;
}
.data-box .user-type .btn-user-type {
    padding: 10px 0;
    border: 2px solid #b41019;
    background-color: #fff;
    color: #b41019;
    font-size: 16px;
}
.data-box .user-type .btn-user-type.active {
    background-color: #b41019;
    color: #fff;
}
.data-box .user-info {
    padding: 10px;
    background-color: #f0f0f0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.data-box .user-info .step1, .data-box .user-info .step2 {
    line-height: 30px;
    padding: 20px;
    height: 480px;
    background-color: #fff;
}
.data-box .user-info .step2 {
    overflow-y: scroll;
}
.data-box .user-info .step1 .step1-title {
    color: #555;
}
.data-box .user-info .step1 .user-type-list {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #333;
}
.data-box .user-info .step1 .user-type-read {
    color: #333;
}
.data-box .user-info .step1 .user-type-read kbd {
    margin: 0 5px;
}
.data-box .user-info .step-next {
    margin-top: 20px;
    padding: 10px 50px;
    color: #fff;
    background-color: #b41019;
    font-size: 16px;
}
.data-box .user-info .step2 .data-item {
    margin-top: 20px;
}
.data-box .user-info .step2 .data-item .data-item-label {
    padding-right: 20px;
    padding-bottom: 12px;
    width: 130px;
    color: #555555;
    text-align: right;
    flex: 0 0 130px;
}
.data-box .user-info .step2 .data-item .data-item-input {
    width: 96%;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}
.data-box .user-info .step2 .data-item .data-item-input > input {
    width: 96%;
    text-indent: 10px;
}
.data-box .user-info .step2 .data-item .data-item-input .company_type {
    width: 96%;
    background-color: transparent;
}
.data-box .user-info .step2 .data-item .data-item-input .data-item-area {
    width: 50%;
}
.data-box .user-info .step2 .data-item .data-item-input .data-item-area select {
    width: 80%;
    background-color: transparent;
}
.data-box .user-info .step2 .data-item input::placeholder,
.data-box .user-info .step2 .data-item .data-item-input .company_type option:disabled {
    color: #cccccc;
    font-weight: normal;
}
.data-box .user-info .step2 .data-item input::-webkit-input-placeholder {
    color: #cccccc;
    font-weight: normal;
}
.data-item-photo {
    margin: 0 15px;
    width: 130px;
    height: 160px;
    overflow: hidden;
}
.data-item-photo-img {
    width: 130px;
    height: 113px;
    border: 1px solid #dedede;
    overflow: hidden;
}
.data-item-photo-img > p {
    width: 100%;
    color: #cccccc;
    text-align: center;
}
.data-item-photo-img > .img {
    width: 100%;
    overflow: hidden;
}
.btn-item-photo {
    margin-top: 10px;
    border-color: #dedede;
    border-radius: 0;
    color: #555555;
    font-size: 14px;
}

@media (max-width: 767px) {
    .main-login {
        height: auto;
    }
    .main-login .logo {
        margin: 0 auto;
    }
    .login-search > span {
        display: none;
    }
    .register-box {
        margin-top: 20px;
    }
    .register-box > .row {
        flex-wrap: wrap;
    }
    .register-box-content {
        padding: 10px 15px;
        width: 100%;
    }
    .register-box-left {
        border-right: 0 none;
    }
    .reg_list{
        margin-top: 10px;
    }
    .member-type {
        width: 100%;
        padding-right: 0;
    }
    .login-footer {
        position: inherit;
        text-align: center;
        line-height: 30px;
    }
    .reg_item, .agreement, .reg_item a, .agreement a, .register-right-item > p {
        font-size: 14px;
        padding-right: 0;
    }
    .dropdown-list-content {
        width: 100%;
    }
    #register-btn {
        width: 100%;
        padding: 10px;
    }
    .register-box-content h2, .login_min h2 {
        font-size: 20px;
        text-align: center;
    }
    .register-right-item {
        margin-bottom: 20px;
    }
    .register-box-content h3 {
        font-size: 16px;
    }
    .login_min_item .login_tab, .login_cho {
        font-size: 14px;
    }
    .layui-layer-iframe {
        max-width: 100%!important;
    }
}