.container {
    padding: 20px 0 40px 0;
}

.main {
    background: #fff;
    padding-bottom: 50px;
}

.banner {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    margin-bottom: 50px;
}

.file_button {
    position: relative;
    width: 130px;
    height: 130px;
    cursor: pointer;
    background-image: url(/resources/images/upload.png);
    background-size: 100% 100%;
}

.desc_info {
    color: #999;
    font-size: 12px;
    margin: 5px 0 0 125px;
}

.form_border {
    width: 730px;
    margin: 0 auto;
}

.tit {
    width: 126px;
    text-align: right;
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.tit i {
    color: #d00000;
    margin-right: 3px;
    vertical-align: middle;
}

.form_border>div {
    margin-bottom: 30px;
}

label {
    display: inline-block;
}

label input[type="text"], label select {
    width: 320px;
    padding-left: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    border: 1px solid #e4e4e4;
}

label textarea {
    vertical-align: top;
    width: 420px;
    height: 80px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
}

label input[type="checkbox"] {
    margin-left: 120px;
    vertical-align: middle;
    margin-right: 5px;
}

label input[type="checkbox"]+a {
    color: #225599;
}


.upload_box {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}
.upload_box  #file_upload2{
    height: 100%;
}
.upload_img .desc_info {
    margin-left: 20px;
    display: inline-block;
    width: 34%;
    vertical-align: top;
    line-height: 25px;
}

.uploadifive-button input {
    cursor: pointer;
}

.upload_img a {
    color: #225599
}

.apply_btn {
    margin-left: 120px;
    width: 140px;
    height: 40px;
    padding: 0;
    font-size: 16px;
}



/* 审核中 */
.reviewing,
.error {
    text-align: center;
    line-height: 30px;
    color: #333;
    padding-bottom: 50px;
}
.reviewing img,
.error img {
    margin-bottom: 20px;
    position: relative;
    left: -10px;
}
.error img {
    vertical-align: top;
    left: 0px;
}
.register_login {
    margin-top: 30px;
    line-height: 30px;
    white-space: normal;
}

.reviewing h6,
.error h6 {
    font-size: 18px;
}

.reviewing span {
    display: block;
    color: #999;
}

/* 验证手机 */
.verification {
    width: 730px;
    margin: 0 auto;
    text-align: center;
}

.verification h5 {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.verifi_input {
    width: 340px;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    border: 1px solid #e4e4e4;
    margin: 20px auto;
}

.verifi_input input {
    height: 38px;
    border: none;
    width: 67%;
}

.verifi_input select {
    height: 100%;
    border: none;
}

.getCode {
    height: 100%;
    vertical-align: top;
    background: #fff !important;
    color: #d55555 !important;
    font-size: 15px;
    padding: 0;
}

.getCode:hover {
    color: #d00000 !important;
}

.verifi_btn {
    width: 340px;
    font-size: 14px;
    margin-bottom: 30px;
}



/* 行业应用和技术领域弹出框 */
.trade-btn {
    margin: 20px 0;
    text-align: center;
}

.mg-auto {
    padding: 10px 30px;
    box-sizing: border-box;
}

.trade-box label {
    margin: 0 20px 10px 0;
    cursor: pointer;
}

.trade-box label input[type="checkbox"] {
    margin-left: 0;
    margin-right: 5px;
}

.mg-auto p {
    font-size: 16px;
    margin-bottom: 10px;
}

.tradeClick {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #d00000;
    padding: 0;
}

.tradeClose {
    width: 90px;
    height: 30px;
    line-height: 30px;
    background-color: #e4e4e4;
    padding: 0;
    color: #333333;
    border: 1px solid #D7D7D7;
    font-size: 14px;
    margin-left: 12px;
}

.tradeClose:hover {
    background: #e4e4e4;
    color: #333333;
}

#areaNum {
    height: 38px;
    line-height: 38px;
    border: none
}

.nav-tabs_step {
    padding-bottom: 30px;
    color: #999;
    font-size: 16px;
}

.nav-tabs_step ul {
    display: flex;
    justify-content: center;
}

.nav-tabs_step ul li {
    margin: 0 40px;
}

.login_box {
    width: 320px;
    margin: 0 auto;
}
.step1 iframe {
    width: 100%;
}
.step1 .navtab {
    width: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #999;
    padding-bottom: 41px;
}
.step1 .navtab .n {
    cursor: pointer;
}
.step1 .navtab .select {
    color: #d00000;
    font-weight: bold;
}
.nav-tabs_step {
    position: relative;
}
.nav-tabs_step::after {
    content: '';
    width: 40px;
    height: 1px;
    background:#ccc;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -28px;
}

.nav-tabs_step li span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
    background: #CCCCCC;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin-right: 10px;
    vertical-align: 2px;
}
.nav-tabs_step .select {
    color: #d00000;
}
.nav-tabs_step .select span {
    background: #D00000;
}
.loginHeader{
    padding: 19px 0 19px 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.loginHeader img{
    vertical-align: middle;
}
.loginHeader .verLine{
    width: 1px;
    height: 33px;
    margin: 0 15px;
    padding: 0px;
}
.loginHeader2:before,.loginHeader2:after{
    display: none;
}
