/*
login.css
update:2017-04-14;
*/
*{
    margin:0;
    padding: 0;
    text-decoration: none;
    color: #666;
    font-family: Microsoft Yahei,Arial, Helvetica, sans-serif;
}
html,body,.contentbg{
    height: 100%;
    width: 100%;
}
body{background: #e6e6e6;}
.contentbg{
    min-width: 1050px;
    min-height: 540px;
    background-size: contain;
    position: relative;
}
.map{
    position: absolute;
    width: 82%;
    top:60px;
    left: 8%;
    min-width: 960px;
}
.langdiv{
    margin:30px 60px;
    float: right;
}
.language{
    width: 150px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #999;
}
.contentmid{   
    height: 312px;
    position: relative;
    top:300px;
    background:url(../image/mid.png) center no-repeat;
}
.contentmidbg{
    width: 272px;
    margin:0 auto;
    position: relative;
    left: 180px;
}
.midL{
    height: 312px;
    position: absolute;
    background: url(../image/midL.png) center;
}
.midR{
    height: 312px;
    position: absolute;
    background: url(../image/midR.png) center;
    right: 0;
    top: 0;
}
.contentlogo{
    padding:30px 0;
    height:58px;
    background: url(../tmp/login/logo.png) no-repeat center;
}
.logindiv{
    margin-bottom: 14px;
    position: relative;
    left: 5px;
    text-align: center;
}
.nameinput,.pwdinput{
    height: 24px;
    width: 262px;
    border: 1px solid grey;
    border-radius: 4px;
    padding-left: 4px;
    font-size: 15px;
}
.remember,.rememberme{
    height: 26px;
    line-height: 26px;
    color: white;
    cursor: pointer;
    font-size: 0.8em;
}
.rememberme, .forget {
    position: absolute;
}
.forget{right: 0px;}
.login{
    height: 28px;
    width: 150px;
    background-color: #1f74d2;
    border-radius: 5px;
    border: 1px solid #1f8dd2;
    color: white;
    cursor: pointer;
}
.login:hover{background: #0c8cf1;}
.downactive,.foottitle{
    position: absolute;
    bottom: 70px;
    text-align: center;
    width: 100%;
}
.downactive span{font-size: 14px;color: #3e9eff;}

.foottitle{
bottom: 50px;
}
.anonyBtn{
    display: none;
    width: 35px;
    height:32px;
    background: url(../image/anony.png) center no-repeat;
    border: none;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

/*oem*/
.oemmid{
    width: 270px;
    margin:0 auto;
    position: relative;
    top:30%;
    text-align: center;
    background: url(../image/oembg.png) no-repeat center;
    left: 0px;
    padding: 0 100px;
}
.oemmid .contentlogo{
     background: url(../tmp/login/logo.png) no-repeat center 50px;
}
.oemmid .login{margin-bottom: 60px;}
.oemmid .rememberme{color:#666;}
.oemmid .forget{color: #00a0e8;}

.selectDiv{display: inline-block;position: relative;z-index: 999;font-size: 0.8em;}
.selectDiv .selectShow{padding: 4px 0px 2px 4px;width: 100%;}
.selectDiv .select_list{
    position:absolute; 
    border: 1px solid #079adc;
    list-style-type: none;
    width: 100%;
    display: none;
}
.selectDiv .select_list li{padding: 1px 0px 1px 4px;}
.selectDiv .select_list li:first-child{border:none;}
.selectDiv .select_list .out{background: #fff;color: #666;}
.selectDiv .select_list .over{background: #00a0e8;color: #fff;}
.arrow_drop {
    display: inline-block;
    border-top: 8px solid #999;
    border-left: 4px dashed transparent;
    border-right: 4px dashed transparent;
    position: absolute;
    right: 10px;
    height: 25%;
    top: 25%;
}
.oemMask .activeDiv,.oemMask .SQDiv{top: 30%;}
.activeMask{display: none;background: rgba(0,0,0,0.5);position: fixed;width: 100%;height: 100%;top: 0;z-index: 1000;}
.activeDiv,.SQDiv{
    display: none;
    background: white;
    position: absolute;
    width: 470px;
    top: calc(50% - 180px);
    left: calc(50% - 60px);
    border-radius: 4px;
    overflow: hidden;
}
.title{
    background: #5ebdea;
    color: white;
    height: 64px;
    text-align: center;
    line-height: 64px;
    font-size: 1.2rem;
}
.msg-content{padding:50px 35px 30px;}
.line-pwd {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}
.pwd-left {
    padding-right: 5px;
    width: 80px;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}
.line-but {
    text-align: center;
}
.pwd-but{
    /*padding: 5px 10px;*/
    background: #fff;
    border: 1px solid #000;
    margin-left: 15px;
    color: white;
    height: 28px;
    line-height:28px;
    min-width: 105px;
    cursor: pointer;
    border: 1px solid #a09e9e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #00a0e8;
    outline:none;
    -moz-appearance:none;
}
.errorTips{
    text-align: left;
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    height: 30px;
    background: #ffe6e5 url(/image/error.png) left center no-repeat;
    border: solid 1px #ff0000;
    display: block;
    visibility: hidden; 
    line-height: 30px;
    padding-left: 20px;
}
.SQDiv{
    top: calc(50% - 280px);
}
.SQDiv select {
    width: 312px;
    height: 22px;
}
.SQDiv input {
    width: 310px;
    margin-top: 10px;
    height: 20px;
    border: 1px solid #999;
}
.activeDiv .line-pwd input {
    height: 28px;
    width: 398px;
    border: 1px solid #999;
}
.SQDiv .cq{display: none;position: absolute;left: 88px;top: 2px;margin: 0;width: 290px;border: none;height: 19px;}
.CancelBtn{display: none;}
.SQDiv .cq:focus{outline:none;border:none}
.alertMask
{
    display:none;
    background:rgba(0,0,0,0.5);
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    z-index:1000;

}
.alertMaskPage
{
    width:300px;
    height:150px;
    margin:auto 0;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    border:1px solid gray;
    background:white;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.alertLabel
{
    width: 200px;
    max-width: 200px;
    height: 115px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    vertical-align: middle;
    display: table-cell;
    padding-left: 25px;
}
.alertLabel_ex
{
    width: 280px;
    max-width: 280px;
    height: 115px;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    vertical-align: middle;
    display: table-cell;
    padding-left: 10px;
    color:gray;
    font-size: 15px;
}
.alertOK
{
    cursor: pointer;
    text-align: center;
    height: 35px;
    line-height: 35px;
    white-space: normal;
    word-wrap: break-word;
    border-top: 1px solid #dcdcdc;
    color:#51bdea;
}
.confirmNo {
    display: inline-block;
    width: 49%;
    border-right: 1px solid #ddd;
    height: 34px;
}
.confirmOk{display: inline-block;width: 50%;height: 34px;}
input{text-indent: 4px;}
select[disabled], input[disabled] { color: #999;opacity: 1;background: #ebebe4;}
input::-webkit-input-placeholder { color:#999;}
input:-moz-placeholder { color:#999;}
input::-moz-placeholder{ color:#999;}
input:-ms-input-placeholder{ color:#999;}
