﻿/*--------------------- popup -------------------*/
.popup-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.popup-box {
    background: #fff;
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    border-radius: 2px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
}

.popup-wrap > div.active {
    display: block;
}

.login-popup-box {
    width: 460px;
    height: 350px;
    margin-left: -230px;
    margin-top: -175px;
}

.popup-box > a.close-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../image/common/close_icon.png) no-repeat 50% 50%;
}

.popup-box input,
.popup-box > .auth-code-box > a {
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666;
    height: 40px;
}

.popup-box input:-moz-placeholder {
    color: #8a8a8a;
}

.popup-box input::-moz-placeholder {
    color: #8a8a8a;
}

.popup-box input::-webkit-input-placeholder {
    color: #8a8a8a;
}

.popup-box input:-ms-input-placeholder {
    color: #8a8a8a;
}

.popup-box > input.tel {
    width: 330px;
    margin: 60px auto 25px;
}

.popup-box > .auth-code-box {
    width: 330px;
    height: 40px;
    margin: 0 auto 60px;
}

.popup-box > .auth-code-box > input.auth-code {
    width: 180px;
    float: left;
}

.popup-box > .auth-code-box > a {
    float: right;
    width: 140px;
    line-height: 38px;
    text-align: center;
    padding-left: 0;
    color: #297aff;
}

.popup-box > a.login-btn {
    display: block;
    width: 334px;
    height: 60px;
    background: url(../image/common/login_btn_bg.png) no-repeat 50% 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
}

.industry-popup-box {
    width: 580px;
    height: 420px;
    margin-left: -290px;
    margin-top: -210px;
    text-align: center;
    z-index:999;
}
.industry-popup-box .block {
    width: 290px;
    margin-bottom:40px;
}
.industry-popup-box .block:hover{
    cursor:pointer;
    color:#009FE8
}
.industry-popup-box .block img{
    margin-bottom:10px;
    width:80px;
}
.industry-popup-box .block p{
    font-size:13px;
}
.industry-popup-box > p.h2 {
    font-size: 20px;
    line-height: 1;
    padding-top: 25px;
    color: #1890ff;
}

.industry-nav-ul {
    position: relative;
    overflow: hidden;
    width: 420px;
    height: 40px;
    margin: 30px auto 20px;
}

.industry-nav-ul li {
    box-sizing: border-box;
    width: 210px;
    height: 40px;
    font-size: 14px;
    color: #505050;
    line-height: 38px;
    display: block;
    margin: auto;
}
.black_change {
    position: absolute;
    left: 22px;
    top: 22px;
    padding: 3px 10px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    font-size: 14px;
    color: #505050;
    display: block;
    margin: auto;
}
.black_change:hover {
    border: 1px solid #1890ff;
    color: #1890ff;
}

.industry-nav-ul li:first-child.active {
    border-right: 1px solid #1890ff;
}

.industry-nav-ul li:first-child + li {
    border-left: 0;
    border-radius: 0 2px 2px 0;
}

.industry-nav-ul li:first-child + li.active {
    border-left: 1px solid #1890ff;
}

.industry-nav-ul li.active {
    border: 1px solid #1890ff;
    color: #1890ff;
}

.industry-list-ul {
    position: relative;
    overflow: initial;
    width: 100%;
    text-align: center;
}

.industry-list-ul li {
    box-sizing: border-box;
    display: inline-block;
    width: 120px;
    height: 120px;
    padding: 20px 0;
    cursor: pointer;
}

.industry-list-ul li:hover {
    box-shadow: 0 0px 10px rgba(54, 108, 225, 0.1);
    -webkit-box-shadow: 0 0px 10px rgba(54, 108, 225, 0.1);
    -moz-box-shadow: 0 0px 10px rgba(54, 108, 225, 0.1);
    -o-box-shadow: 0 0px 10px rgba(54, 108, 225, 0.1);
}

.industry-list-ul li:hover p {
    color: #1890ff;
}

.industry-list-ul li i {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
}

.industry-list-ul li i.list-1 {
    background: url(../image/common/industry_1.png) no-repeat 50% 50%;
}

.industry-list-ul li i.list-2 {
    background: url(../image/common/industry_2.png) no-repeat 50% 50%;
}

.industry-list-ul li i.list-3 {
    background: url(../image/common/industry_3.png) no-repeat 50% 50%;
}

.industry-list-ul li i.list-4 {
    background: url(../image/common/industry_4.png) no-repeat 50% 50%;
}

.industry-list-ul li i.list-5 {
    background: url(../image/common/industry_5.png) no-repeat 50% 50%;
}

.industry-list-ul li i.list-6 {
    background: url(../image/common/industry_6.png) no-repeat 50% 50%;
}

.industry-list-ul li i.list-7 {
    background: url(../image/common/industry_7.png) no-repeat 50% 50%;
}

.industry-list-ul li i.list-8 {
    background: url(../image/common/industry_8.png) no-repeat 50% 50%;
}

.industry-list-ul li p {
    font-size: 14px;
    color: #121212;
}


.auth-popup-box {
    width: 470px;
    height: 360px;
    margin-left: -235px;
    margin-top: -180px;
}

.auth-popup-box > p.h2 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #3c3c3c;
    padding: 40px 0 30px;
}

.auth-popup-box > i.qr-code {
    display: block;
    width: 172px;
    height: 172px;
    /*background: url(../img/qr_code.png) no-repeat 50% 50%;*/
    margin: 0 auto;
}

.auth-popup-box > p.wechat {
    text-align: center;
    font-size: 14px;
    color: #3c3c3c;
    margin-top: 12px;
}

.auth-popup-box > p.wechat > i.wechat-icon {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(../img/wechat_icon.png) no-repeat 0% 50%;
    vertical-align: middle;
    margin-right: 3px;
}

.code-popup-box > p.h3 {
    font-size: 14px;
    color: #6a6a6a;
    text-align: center;
    line-height: 1;
    padding: 60px 0 40px;
}

.code-popup-box > input.code {
    width: 315px;
    margin: 0 auto 24px;
    box-sizing: border-box;
    display: block;
    padding-left: 10px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
    color: #666;
    height: 42px;
}

.popup-box input:-moz-placeholder {
    color: #d7d7d8;
}

.popup-box input::-moz-placeholder {
    color: #d7d7d8;
}

.popup-box input::-webkit-input-placeholder {
    color: #d7d7d8;
}

.popup-box input:-ms-input-placeholder {
    color: #d7d7d8;
}

.code-popup-box > span.code-btn {
    display: block;
    width: 315px;
    height: 45px;
    border-radius: 5px;
    background: #f1f1f1;
    text-align: center;
    line-height: 45px;
    color: #c3c4c3;
    font-size: 14px;
    margin: 0 auto;
    cursor: pointer;
}

.code-popup-box > span.code-btn.active {
    color: #fff;
    background: url(../img/code_btn_bg.png) no-repeat 50% 50%;
    box-shadow: 0 5px 8px rgba(37, 124, 253, 0.4);
    -webkit-box-shadow: 0 5px 8px rgba(37, 124, 253, 0.4);
    -moz-box-shadow: 0 5px 8px rgba(37, 124, 253, 0.4);
    -o-box-shadow: 0 5px 8px rgba(37, 124, 253, 0.4);
}
