@charset "utf-8";
/* CSS Document */

.logo {
    width: 80px;
    height: 100px;
    float: left;
}

.logo img {
    margin-top: 34px;
}

.headtit {
    color: #128BF1;
    float: left;
    font-size: 25px;
    font-weight: 600;
    font-family: "微软雅黑"
}

.main_cont {
    position: fixed;
    right: 40%;
    top: 20%;
    z-index: 100001;
    background: #fff;
    border-radius: 4px;
    height: 395px;
    margin: 10px;
    width: 400px;
}

.main_cont .wrapper {
    /*margin: 50px 0px!important;*/
}

.main_cont .bg {
    width: 400px;
    height: 400px;
    background: #CCC;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    top: -178px;
    left: 75px;
}

.login_title {
    font-size: 25px;
    color: #5098ff;
    text-align: center;
    line-height: 35px;
    /* margin-bottom: 5px; */
    font-weight: 600;
}

.loginM {
    width: 350px;
    margin: 10px 25px;
    height: 195px;
    /*float: left;*/
}

.admin {
    border-bottom: 1px solid #DCE4EE;
    width: 350px;
    height: 55px;
    /* background: #fff; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
}

.admin .admin_input {
    padding: 2px 0 0 0;
}

.userName {
    border: 0;
    outline: none;
    font-size: 15px;
    width: 285px;
    /*line-height: 50px;*/
    margin-top: 18px;
    margin-left: -7px;
}

.pwd {
    border-bottom: 1px solid #DCE4EE;
    width: 350px;
    height: 55px;
    /* background: #fff; */
}

.pwd .admin_pwd {
    font-size: 16px;
    width: 40px;
    padding: 10px 0 0 2px;
    float: left;
}

.userPassword {
    /* padding: 0 0 0 15px; */
    border: 0;
    outline: none;
    font-size: 15px;
    width: 250px;
    margin-top: 20px;
    float: left;
    margin-left: 10px;
}

.verification {
    border-bottom: 1px solid #DCE4EE;
    width: 350px;
    height: 55px;
    /* background: #fff; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
}

.verification .admin_verifi {
    font-size: 16px;
    width: 40px;
    padding: 10px 0 0 2px;
    float: left;
}

.verifi {
    border: 0;
    outline: none;
    font-size: 15px;
    width: 140px;
    /* border: 1px solid #eee; */
    margin-top: 20px;
    margin-left: 10px;
}

.reg_span2, .reg_span_code {
    margin-top: -49px;
    margin-right: 0px;
    width: 100px;
    height: 40px;
    float: right;
    cursor: pointer;
    text-align: center;
}

.wrong_box_qg {
    /*width: 110px;*/
    /*height: 100px;*/
    overflow: hidden;
    /*background: url(../../images/wrong_bg.png) no-repeat;*/
    position: absolute;
    font-size: 14px;
    color: #e60012;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-left: 215px;
    display: none;
}

.btn_login {
    outline: none;
    border: 0;
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
    width: 345px;
    background: #5098ff;
    color: #fff;
    margin: 10px 25px;
    font-size: 15px;
    float: left;
}

.btn_login:hover {
    opacity: 0.8;
}

.admin_user {
    border: 0;
    vertical-align: middle;
    margin-top: 5px;
    /* margin-left: 10px; */
    margin-right: 10px;
    float: left;
}

.admin_pwd {
    color: #000;
    margin-top: -5px;
    float: left;
}

.admin_verifi {
    color: #000;
    margin-top: -5px;
}

.admin_user img, .admin_pwd img, .admin_verifi img {
    height: 20px;
    padding: 15px;
    float: left;
}

.remcon {
    width: 100%;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    height: 30px;
    line-height: 27px;
}

.checkdiv {
    height: 15px;
    width: 15px;
    margin-top: 10px;
    margin-right: 6px;
    float: left;
}

.remtxt {
    cursor: pointer;
    margin-top: 5px;
    font-size: 15px;
    float: left;
    color: #a6abaf;
    font-family: "微软雅黑"
}

.forgetcon {
    font-size: 14px;
    width: 340px;
    margin: 0px auto;
    margin-top: 10px;
}

.forpassword {
    cursor: pointer;
    float: right;
    font-size: 15px;
    margin-top: 5px;
    font-family: "微软雅黑"
}

.register {
    cursor: pointer;
    text-align: center;
    color: #5098ff;
    font-family: "微软雅黑";
    line-height: 40px;
    font-size: 13px;
}

.forpassword a {
    color: #a6abaf;
}

.register a {
    color: #518bec;
    text-decoration: underline;
}

.register a:hover {
    opacity: 0.8 !important;
}

.forpassword a:hover {
    color: #C0C8CD
}

/* 按钮 */
.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 16px/100% 'Microsoft yahei', Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
    text-decoration: none;
}

.button:active {
    position: relative;
    top: 1px;
}

#dlchange {
    width: 50px;
    height: 50px;
    background: url("../../../main/images/pl/plnew/scanlogin.png") no-repeat center;
    position: absolute;
    top: 4px;
    left: 4px;
    /*-webkit-transform: rotate(270deg);*/
    /*-moz-transform: rotate(270deg);*/
    /*-o-transform: rotate(270deg);*/
}

#dlchange:hover {
    opacity: 0.8;
filter(alpha = 50);
    cursor: pointer;
}

#dlchange.pc {
    background: url("../../../main/images/pl/plnew/weblogin.png") no-repeat center;
    /*background-position: 0px -60px;*/
    /*-webkit-transform: rotateX(180deg);*/
    /*-moz-transform: rotateX(180deg);*/
    /*-o-transform: rotateX(180deg);*/
    /*-webkit-transform: rotateY(180deg);*/
    /*-moz-transform: rotateY(180deg);*/
    /*-o-transform: rotateY(180deg);*/
}

#dlchange.pc:hover, .btn_close:hover {
    opacity: 0.8;
filter(alpha = 50);
    cursor: pointer;
}

.btn_close {
    border-radius: 4px;
    width: 143px;
    height: 38px;
    float: left;
    border: #909399 1px solid;
    text-align: center;
    font-size: 15px;
    line-height: 38px;
    margin: 0 25px;
}

.dlclose {
    float: right;
    width: 30px;
    height: 30px;
    /*border: 1px solid #999;*/
    /*color: #999;*/
    /*line-height: 30px;*/
    /*border-radius: 30px;*/
    /*text-align: center;*/
    /*font-size: 14px;*/
    cursor: pointer;
    margin: 3px;
    background: url("../../images/pl/plnew/close.png") no-repeat center;
}