/*
login.css
update:2017-04-14;
*/
*{
    margin:0;
    padding: 0;
    text-decoration: none;
    color: #666;
    font-family:arial, 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: 470px;
    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:36px 0;
    height:58px;
    background: url(../tmp/login/logo.png) no-repeat center;
}
.logindiv{
    margin-bottom: 14px;
    position: relative;
    left: 5px;
    text-align: center;
}
.pwddiv{
    margin-bottom: 12px;
    position: relative;
    left: 106px;
}
.nameinput,.pwdinput{
    height: 24px;
    width: 262px;
    border: 1px solid grey;
    border-radius: 4px;
    padding-left: 4px;
    font-size: 15px;
}
.pwdinput{
    margin-right: 9px;
}
.remember,.rememberme{
    height: 26px;
    line-height: 26px;
    color: white;
    position: absolute;
}
.login{
    height: 28px;
    width: 150px;
    background-color: #1f74d2;
    border-radius: 5px;
    border: 1px solid #1f8dd2;
    margin: 40px 20px;
    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;
    left: -20px;
    cursor: pointer;
}

/*oem*/
.oemmid{
    width: 470px;
    margin:0 auto;
    position: relative;
    top:30%;
    text-align: center;
    background: url(../image/oembg.png) no-repeat center;
    left: 0px;
}
.oemmid .contentlogo{
     background: url(../tmp/login/logo.png) no-repeat center 50px;
}
.oemmid .login{margin-top: 20px;margin-bottom: 60px;}
.oemmid .rememberme{color:#666;}

.selectDiv{display: inline-block;position: relative;z-index: 9999;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%;
}