*{
    padding:0;
    margin:0;
}
input,button{
    outline:none;
}
a{
    /* 	消除蓝色边框 */
    outline-style:none;
    text-decoration: none;
}
.pull-left{
    float:left;
}
.pull-right{
    float:right;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
ul,ol,li{
    list-style: none;
}
.font_red{
    color:#ff0000;
}
label.error{
    color:#f00;
}
.center{
    text-align: center;
}
.header_wrap{
    background: #fff;
}
html{
    background: #f4f4f4;
}
.content{
    width:1288px;
    margin:0 auto;
}
.header{
    margin:0 auto;
    height:90px;
    background:#fff;
}
.index_list{
    font-size:16px;
}
.head_portrait img{
    width:42px;
    height:42px;
    border-radius: 50%;
    position: relative;
    bottom: 6px;
}
.down{
    background: url(../images/down.png) no-repeat right center;
    padding: 0 20px 0 0;
}
.options{
    margin-top:40px;
    background:#fff;
}
.index_list a{
    color:#192346;
}
.head_portrait{
    padding: 30px 0 0 28px;
    position: relative;
}
.options{
    display: none;
    width:100%;
    border-radius: 3px;
    position: absolute;
}
.options a{
    color:#192346;
}
.options li{
    width:100%;
    text-align: center;
    padding: 13px 0;
}
.head_portrait:hover .options{
    display: block;
}
.article{
    padding: 62px 0 0 0;
}
.head_portrait_left{
    padding: 39px 82px 52px 74px;
    background:#fff;
    border-radius: 4px;
}
.head_portrait2{
    width:80px;
    height:80px;
    border-radius: 50%;
}
.operations{
    margin-top:17px;
}
.operations a{
    color:#888888;
}
.operations .active{
    background: url(../images/selected_operation.png) no-repeat 64px #fff;
}
.operations li{
    padding: 34px 0;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
}
.login_div{
    border-right:1px solid #fff;
}
.register_div{
    padding-left: 14px;
}
.tips{
    text-align: center;
}
.immediately_login{
    color:#ff0012;
    text-decoration: underline;
}
.register{
    padding-top: 10px;
}
.pass_login{
    font-size:18px;
    padding: 28px 0 32px 112px;
}
.pass_login div{
    padding: 0 25px 0 27px;
    margin-right: 8px;
}
.pass_login .active{
    color:#ff0000;
    border-bottom: 1px solid #f00;
    background: transparent;
}
.login_popup{
    border-radius: 4px;
    padding-bottom: 20px;
}
.user_bg{
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(/Public/Industry/images/mobile.png) no-repeat center;
}
.phone_number{
    width:261px;
    height:44px;
    border:1px solid #aaaaaa;
    border-left:none;
    padding-left: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.password{
    width:261px;
    height:44px;
    border:1px solid #aaaaaa;
    border-left:none;
    padding-left: 13px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.user_bg{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pass{
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url(/Public/Industry/images/pass.png) no-repeat center;
}
.login_account{
    padding: 0 0 12px 122px;
}
.forget_pass{
    color:#333333;
    text-decoration: underline;
    padding-right: 124px;
}
.login_btn{
    width:320px;
    height:46px;
    border-radius: 4px;
    color:#ffffff;
    border:none;
    background: #ff0000;
}
.login_btn_wrap{
    text-align: center;
}
.no_account{
    text-align: center;
    padding: 18px 0 0 0;
}
.no_account a{
    color:#808080;
}
.QR_code_content{
    display: none;
}
.close{
    width:20px;
    height:20px;
    background-image: url(/Public/static/images/close.png);
    background-repeat: no-repeat;
    margin-right:10px;
    margin-top:10px;
    float:right;
}
.common_problem h2{
    font-size:28px;
    text-align: center;
    padding: 20px 0;
}
.common_problem h3{
    font-size:24px;
    padding: 10px 0;
}
.video{
    color:#ef5a48;
}