/*登录页面样式*/
/*登录页面*/
html,body,.row{
    margin:0;
    padding:0;
}
.logina{
    margin-bottom: 100px;
}
.w1224 {
    width: 1224px;
    margin: 0 auto;
}
/*.text_uspa{*/
    /*position: relative;*/
/*}*/
/*.text_uspa>span>#bieye{*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*font-size: 20px;*/
    /*height: 37px;*/
    /*line-height: 37px;*/
    /*display: none;*/
/*}*/
.p:before, .p:after {
    content: "";
    clear: both;
    display: block;
}
/*欢迎登录样式*/
.login-come span {
    font-size: 28px;
    color: #666666;
    font-family: "微软雅黑";
}
.login-come {
    float: left;
    margin-left: 30px
}
/*背景颜色*/
.login_bgc {
    width: 100%;
    font-family: "微软雅黑";
    position: relative;
    min-height: 486px;
    max-height: 486px;
    background: url(/pc/img/login_bg.jpg) no-repeat;
}
.login_sumcm {
    height: 120px;
    line-height: 120px
}
.login_bgc .log_form {
    float: right;
    margin-right: 28px;
}
.login_bgc .log_form .lo_intext {
    width: 346px;
    height: 414px;
    background: white;
    margin-top: -4px;
}
.login_bgc .log_form .lo_intext .layel1 {
    color: #e23435;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-align: center
}
.login_bgc .log_form .lo_intext .layel2 {
    padding: 30px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden
}
.login_bgc .log_form .lo_intext .layel2 .text_uspa {
    width: 304px;
    height: 37px;
    border: 1px solid #bbbbbb;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.login_bgc .log_form .lo_intext .layel2 .text_uspa label {
    width: 37px;
    height: 37px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #bbbbbb
}
/*用户名前面图标*/
.login_bgc .log_form .lo_intext .layel2 .text_uspa .uspa_user {
    background-position: 6px 6px
}
/*密码前面图标*/
.login_bgc .log_form .lo_intext .layel2 .text_uspa .uspa_pwd {
    background-position: 10px -26px
}
.login_bgc .log_form .lo_intext .layel2 .text_uspa .text_cmu {
    float: left;
    width: 265px;
    height: 37px;
    border: 0;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.login_bgc .log_form .lo_intext .layel2 .check_cum {
    width: 152px;
    float: left;
    margin-left: 21px
}
.login_bgc .log_form .lo_intext .layel2 .check_cum_img {
    float: left;
    width: 152px
}
.login_bgc .log_form .lo_intext .layel2 .login_bnt {
    margin-top: 20px
}
.login_bgc .log_form .lo_intext .layel2 .login_bnt a {
    color: white;
    font-size: 20px;
    font-weight: 600;
    display: block;
    width: 304px;
    height: 37px;
    line-height: 37px;
    background: #e23435;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
}
.login_bgc .log_form .lo_intext .layel2 .login_bnt a:hover {
    background: rgba(226,52,53,0.92)
}
.judgp {
    background: url(../img/loginchat.png) no-repeat;
    display: inline-block;
}
.sum_reme_for {
    color: #666666;
    padding: 0 21px;
}
.sum_reme_for .foget_pwt {
    float: right;
}
.sum_reme_for .foget_pwt a {
    cursor: pointer;
    text-decoration: none;
}
/*立即注册  按钮*/
.contactsty {
    padding: 14px 0;
    overflow: hidden
}
.contactsty .register_c {
    float: right;
    margin-right: 21px;
    margin-top: 10px
}
.contactsty .register_c .justclix .co_register {
    width: 27px;
    height: 27px;
    background-position: -30px -60px;
    vertical-align: middle
}
.contactsty .register_c .justclix span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #bf1919;
}
/*尾部*/
.footers{
    margin-left: 300px;
    margin-top: 50px;
}
/*错误提示框*/
.log_error{
    display: none;
}
.log_tishi{
    display: inline-block;
    margin-left: 5px;
    width: 222px;
    padding: 10px 20px;
    text-align: center;
    background-color: bisque;
    border: 1px solid #E0E0E0;
    color: red;
    font-size: 15px;
    transition: 0.25s;
    z-index: 99999;
    position: relative;
    left: 54px;
    top: -270px;
}

/*拖动验证码*/
.drag{
    width: 301px;
    height: 40px;
    line-height: 40px;
    background-color: #e8e8e8;
    position: relative;
    margin:0 auto;
}
.bg{
    width:40px;
    height: 100%;
    position: absolute;
    background-color: lightgreen;
}
.text{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    user-select: none;
}
.dragbtn{
    width:40px;
    height: 40px;
    position: absolute;
    border:1px solid #ccc;
    cursor: move;
    font-family: "宋体";
    text-align: center;
    background-color: #fff;
    user-select: none;
    color:#666;
}