* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
}

.wrapper {
    /*background: url(../img/login/bg2.png) no-repeat;*/
    /* filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  */
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    opacity: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wrapper.form-success .container h1 {
    -webkit-transform: translateY(85px);
    -ms-transform: translateY(85px);
    transform: translateY(85px);
}

.wrapper_jc {
    background: url(../img/login/bg_jc.png) no-repeat;
    /* filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";  */
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    opacity: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wrapper_jc.form-success .container h1 {
    -webkit-transform: translateY(85px);
    -ms-transform: translateY(85px);
    transform: translateY(85px);
}

.container {
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 100%;
}

/* max-width: 400px; */
.containerlogo .logo {
    overflow: hidden;
    padding-left: 60px;
    padding-top: 68px;
}

.container .leftPane {
    float: left;
    width: 30%;
    padding-left: 6%;
     /*margin-top: 50px;*/
}

.container .rightPane {
    width: 70%;
    height: 100%;
    float: right;
    /*padding-right: 20%;*/
    background: url(../img/login/l_r_bg.png) no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.containerlogo .logo i {
    font-size: 35px;
    color: #fff;
    float: left;
    text-shadow: 4px 3px 0 #1d9d74, 80px 80px 0 rgba(0, 0, 0, 0.15);
}

.containerlogo .logo h1 {
    padding-top: 2px;
    padding-left: 15px;
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 3px 0 #3c8dbc, 90px 80px 0 rgba(0, 0, 0, 0.15);
}

.containerlogo .logo span {
    font-size: 30px;
    font-weight: bold;
}

form {
    position: relative;
    z-index: 2;
    text-align: left;
    background-color: #FFFFFF;
    padding: 25px 20px 60px 20px;
    border-radius: 5px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .1);*/
}

form input {
    font-size: 16px;
    outline: 0;
    background-color: #fff;
    width: 340px;
    margin-bottom: 20px;
    display: block;
    text-align: left;
    color: #929191;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    font-weight: 300;
    /*border: none;*/
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    padding: 12px 90px 12px 40px;
}

form .row {
    position: relative;
    /*overflow: hidden;*/
}

form .topTitle {
    /*border-bottom: 1px solid #E7E7E7;*/
    /*color: #378AE3;*/
    margin-bottom: 30px;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 0px;
    height: 70px;
    text-align: left;
    padding-left: 40px;
    /*background-color: #5188d9;*/

}
.title{
    /*color: #fff;*/
    line-height: 70px;
    /*text-shadow: 1px 1px 1px #7b7b7b;*/
    /*border-bottom:1px solid #378AE3;*/
}
.titleRight{
    float: right;
    margin-right: 40px;
}
form .topTitle h1 span {
    font-weight: 400;
    font-size: 21px;
}

form .btn{
    margin-top: 40px;
    /*margin-bottom: 20px;*/
}

form .jzmm {
    padding-bottom: 25px;
    padding-top: 5px;
}

form i {
    color: #cbcbcb;
    top: 12px;
    left: 8px;
    z-index: 99;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px !important;
}

form .row .authcode {
    position: absolute;
    left: 105px;
    top: 10px;
}

form .row .rowImg {
    width: 300px;
    margin-bottom: 30px;
}

form .row .checklogin .loginCheck {
    padding: 0px;
    margin: 0px;
    width: 16px;
    height: 16px;
    border: 0;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 2px;
    display: inline;
}

form .row .checklogin .auto_login {
    margin-right: 45px;
    font-size: 14px;
    margin-left: 6px;
}

form .row .checklogin {
    width: 70%;
    float: left;
}

form .row .forgetlogin {
    width: 30%;
    float: left;
    font-size: 14px;
    text-align: right;
}

form .row .register {
    float: right;
    font-size: 14px;
    padding-top: 20px;
}

form .row .register .register_login label {
    font-weight: 600;
    color: #999999;
}

form .row .register .register_login2 label {
    color: #FF8D09;
    font-weight: 600;
}

form button {
    outline: 0;
    /*background-color: #007ADF;*/
    background: url("../img/login/dl_b_d.png") no-repeat;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    border: 0;
    padding: 10px 15px 36px 15px;
    margin-left: -10px;
    color: #fff;
    border-radius: 30px;
    width: 180px;
    cursor: pointer;
    font: 16px/1.5 Lucida Grande, Lucida Sans Unicode, Helvetica Neue, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

form button:hover {
    opacity: 0.8;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-700px) rotate(600deg);
        transform: translateY(-700px) rotate(600deg);
    }
}

button[disabled], button[disabled] button {
    color: #fff;
    opacity: 1;
    cursor: default;
}

.copyright {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 100%;
    margin-top: -60px;
    width: 97%;
    font-family: Microsoft Yahei;
    line-height: 25px;
    font-size: 14px;
}

.login_tips {
    width: 100%;
    /* padding-top: 10px; */
}

.tips_msg {
    height: 30px;
    line-height: 30px;
    color: red;
    margin: 0 auto;
    border-radius: 5px;
    width: 300px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.tips_msg i {
    position: relative;
    top: 0.5px;
    font-size: 15px;
    padding-right: 5px;
    color: red;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(196, 225, 241) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.scan{
    text-align: center;
    font-size: 13px;
    margin-bottom:20px;
    margin-top:5px;
}
.scan img{
    height: 12px;
    margin-right: 15px;
}
.code{
    text-align: center;
    margin:0 auto;
    width:300px;
}
.code img{
    height: 146px;
}

.rightValidate {overflow: inherit !important; width: 340px; position: relative; line-height: 30px; height: 30px; text-align: center; z-index: 99;}
.v_rightBtn { position: absolute; left: 0; top: 0; height: 44px; line-height: 44px; width: 40px; background: #ddd; cursor: pointer; border-radius: 20px; }
.imgBtn{ width:44px; height: 171px; position: absolute; left: 0;  }
.imgBtn img{ z-index:99; align:center;}
.imgBg{ position:absolute;bottom:35px;width: 280px; height: 171px;  display:none;z-index:9;}
.imgBg_2{ position:absolute; bottom: -80px;  bottom:35px; width: 150px; height: 60px;   display:block;z-index:9;}
.imgBg_3{ position:absolute;  bottom: -80px; bottom:35px; width: 170px; height: 60px;   display:block;z-index:9;}
.hkinnerWrap{ border: 1px solid #d7d7d7; z-index:9999}
.green{ border-color:#34C6C2 !important; }
.green .v_rightBtn{ background: #34C6C2; color: #fff; }
.red{ border-color:red !important; }
.red .v_rightBtn{ background: red; color: #fff; }
.refresh{ position: absolute; width: 30px; height: 30px; right: 4px; top: 4px; font-size: 12px; color: #fff; text-shadow: 0px 0px 9px #333; cursor: pointer; display: none; }
.notSel{ user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-touch-callout: none; }

.row_status{
    margin-top: 10px;margin-left: 10px;vertical-align:middle;
}

.auto_status input{
    display: inline; width: 14px;
}
.auto_status span{
    font-size: 12px;display: inline-block;vertical-align:top;padding-top: 2px;padding-left: 5px;
}

/*right-fixed*/
.right-fixed{position:fixed;right:5px;bottom: 70px;z-index: 9999;}
.right-fixed li{width:50px;height:50px;background-color:#cacaca;margin-bottom:1px;cursor:pointer;position:relative;}
.right-fixed .weixin, .weixin-logo{background-image:url(../img/login/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .weixin:hover{background-image:url(../img/login/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .weixin{background-position:-10px -170px;}
.right-fixed .weixin:hover{background-position:-10px -114px;}
.weixin-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;}
.weixin-logo{height: 162px;background-position:-10px -229px;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
li.buttonS {
    display: none;
}
ul, ol, li {
    list-style: none;
}