﻿/* login page */

body {
    min-width:1020px;
    min-height:512px;
    height:100vh;
    width:100%;
    padding:0;
    margin:0;
    overflow:auto;
    background-image:url(/Images/background_login_zh.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

#hd-logo {
    height: 86px;
}

    #hd-logo ul {
        float: left;
        list-style: none;
        vertical-align: middle;
    }

    #hd-logo li {
        position: relative;
        display: block;
        float: left;
    }

.hd-logo-text {
    margin-left: 10px;
    margin-top: 22px;
    color: white;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
}

.hd-logo-img {
    width: 80px;
    height: 40px;
    margin-top: 20px;
}

.hd-illustration {
    text-align: center;
}

.form-control {
    border-radius: 0;
}

.input-lg {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background: rgba(245,245,245,0.3);
    border-color: #ddd;
}

.panel-default {
    background: rgba(255,255,255,0.95);
}

.hd-login-form {
    /*border: 1px solid #c8c8c8;*/
    width: 100%;
    padding: 10px 20px 40px 20px;
    border-radius: 2px;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

    .hd-login-form .item3 {
        margin: 20px 0 10px 0;
        background: url("../Images/login-all-bg.png") no-repeat scroll 0 0;
        width: 211px;
        height: 24px;
    }

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .validation-summary-errors li {
        text-align: center;
    }

.validation-summary-valid {
    display: none;
}

.new_head{
    width:100%;
    height:70px;
    background-color:rgba(0,0,0,0.3);
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.head_item{
    height:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.general_content{
    width:100%;
    height:100%;
}
.site_name{
    color:#fff;
    font-size:20px;
    word-break:keep-all;
    white-space:nowrap;
}
.language{
    color:#fff;
    font-size:15px;
    word-break:keep-all;
    white-space:nowrap;
}
.general_form{
    width:100%;
    height:calc(100% - 70px);
    display:flex;
    justify-content:center;
    align-items:center;
}
.general_panel{
    border-width:1px;
    border-style:solid;
    border-color:rgba(121,121,121,0.2);
    background-color:rgba(255,255,255,0.9);
    margin-top:-70px;
}
.login_panel{
    width:420px;
    min-height:352px;
}
.regist_panel{
    width:720px;
    min-height:630px;
}
.general_head{
    width:100%;
    height:60px;
    border-bottom:1px solid rgba(121,121,121,0.2);
    font-size:16px;
    font-weight:bold;
    color:#333;
}
.general_head ul{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:0px;
    margin:0px;
    list-style:none;
}
.general_head li{
    -moz-user-select: none;  
    -khtml-user-select: none;  
    user-select: none; 
    flex:1;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    color:rgba(51,51,51,0.4);
}
.general_head li.selected{
    color:#333;
}

.general_head li.selected:after{
    content:"";
    position:absolute;
    width:100%;
    height:2px;
    bottom:-1px;
    left:0px;
    background-color:#3399ff;
}

.login_panel .text_box{
    width:330px;
    height:45px;
    border-radius:5px;
    border:1px solid #ccc;
    outline:none;
    padding:0 15px;
    shape-outside:none;
    background-color:#ffffff !important;
    font-size:15px;
}

.regist_panel .text_box{
    width:330px;
    height:34px;
    border-radius:5px;
    border:1px solid #ccc;
    outline:none;
    padding:0 15px;
    shape-outside:none;
    background-color:#ffffff !important;
    font-size:15px;
}

.general_info{
    width:auto;
    height:auto;
    padding:30px;
}
.general_info ul{
    list-style:none;
    margin:0;
    padding:0;
}
.login_panel .general_info li{
    margin-bottom:20px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.btn_sign_in{
    width:360px;
    height:45px;
    border-radius:5px;
    border:none;
    outline:none;
    shape-outside:none;
    background-color:#3399ff !important;
    font-size:15px;
    color:#fff;
    font-weight:bold;
    margin-top:10px;
    cursor:pointer;
}

.send_code{
    width:156px;
    height:41px;
    border-radius:5px;
    border:none;
    outline:none;
    shape-outside:none;
    background-color:#3399ff !important;
    font-size:15px;
    color:#fff;
    cursor:pointer;
    line-height:1em;
}

.send_code:disabled{
    color:rgba(255,255,255,0.6);
}

.general_info li a{
    font-size:14px;
    color:#333;
    text-decoration:none;
}

.general_info li a:hover{
    font-size:14px;
    color:#3399ff;
    text-decoration:underline;
}

.login_panel .hint_msg{
    font-size:12px;
    color:#ff0000;
    margin:5px 10px 0 10px;
}

.regist_panel .error{
    color:#ff0000 !important;
}

.custom_pop{
    width:185px;
    height:auto;
    min-height:140px;
    position:absolute;
    top:53px;
    right:0;
    background-color:rgba(0,0,0,0.6);
}
.custom_pop ul{
    list-style:none;
    margin:0;
    padding:10px 0;
}
.custom_pop li{
    height:40px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding-left:25px;
    cursor:pointer;
}
.custom_pop li .item_tag{
    width:12px;
    height:12px;
    border:none;
    border-radius:6px;
    background-color:rgba(255,255,255,0.2);
}

.custom_pop li .item_span{
    margin-left:10px;
    color:rgba(255,255,255,0.6);
}

.custom_pop li:hover .item_tag{
    background-color:rgba(51,153,255,0.8);
}

.custom_pop li:hover .item_span{
    color:rgba(255,255,255,0.8);
}

.custom_pop li.selected .item_tag{
    background-color:rgba(51,153,255,1);
}

.custom_pop li.selected .item_span{
    color:rgba(255,255,255,1);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#bbb;
}

.welcome_dialog {
    width: 720px;
    height: auto;
    min-height: 312px;
    background-color: #eeeffb;
    border: 0px;
    position: relative;
}

.welcome_dialog_title {
    width: 100%;
    height: 60px;
    color: #333333;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid #d8d8e1;
}

.welcome_hint {
    min-height:144px;
    width: 100%;
    height: auto;
    max-height: 100px;
    color: #333333;
    font-size: 13px;
    display:flex;
}

.welcome_sure {
    width: 100%;
    display: flex;
}

    .welcome_sure > button {
        width: 360px;
        height: 45px;
        border: 0px;
        border-radius: 5px;
        background-color: #3399ff;
        color: #ffffff;
        font-size: 15px;
        cursor: pointer;
    }

.full_size {
    width: 100%;
    height: 100%
}

.hidden_element {
    display: none;
}

.vetically {
    align-items: center;
    display: inline-flex;
}

.horizontal_center {
    margin: 0 auto;
}
.info_item{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    height:36px;
}
.info_title{
    width:145px;
    height:36px;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    font-size:14px;
    font-weight:bold;
    color:#333;
    padding-right:15px;
    text-align:right;
}
.info_value{
    flex:1;
    height:36px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.required:after{
    content:"*";
    color:#ff0000;
    font-size:16px;
    padding-top:5px;
    padding-left:10px;
}

.regist_panel .hint_msg{
    font-size:12px;
    color:#868686;
    margin:5px 10px 10px 0px;
    padding-left:170px;
}

.regist_panel .error_msg{
    color:#ff0000;
}
.agreement{
    font-size:14px;
    color:#868686;
    margin-left:5px;
}
.agreement_link{
    color:#3399ff;
    cursor:pointer;
}
.ckb_agree{
    width:16px;
    height:16px;
    font-size:16px;
}

.btn_regist{
    width:360px;
    height:41px;
    border-radius:5px;
    border:none;
    outline:none;
    shape-outside:none;
    background-color:#3399ff;
    font-size:15px;
    color:#fff;
    cursor:pointer;
}

.btn_regist:disabled{
    color:#666;
    background-color:#ccc;
}