@charset "utf-8";

/******基础样式开始******/
body {
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    background: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
}

table, td {
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #2e2e2e;
}
html, body, div, span, p, h1, h2, h3, h4, h5, h6, em, img, strong, blockquote, sub, sup, tt, i, b, dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td, ul, li, p, a, ol {
    margin: 0;
    padding: 0;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}
ul, ol, li {
    list-style-type: none;
    list-style: none;
}
button, input, select, textarea {
    vertical-align: middle;
    font-family: Microsoft Yahei;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
address, cite, dfn, em, var {
    font-style: normal;
}
code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}
fieldset, img {
    border: 0;
}
button, input, select, textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #3393ff;
    text-decoration: none;
}
.mainbg{
    position: fixed;
    z-index: 0;
    top:0;
    left: 0;
}
.mainbg img{
    width: 100%;
    height: 100%;
}
header{
     position: relative;
     float: left;
     width: 100%;
     text-align: center;
 }
header img{
    width: 20%;
    height: auto;
}
header .imglogin{
    width: 30%;
    height: auto;
}
section{
    position: relative;
    float: left;
    width: 80%;
    margin: 0 10%;
    text-align: center;
}
section .title{
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 40px;
}
section .loginlist,section .loginlist li{
    position: relative;
    float: left;
    width: 100%;
}
section .loginlist li .titlebar{
    position: relative;
    float: left;
    text-align: left;
    width: 5%;
    padding: 8px 20px 8px 0;
}
section .loginlist li .citybar{
    position: relative;
    float: right;
    width: calc(95% - 20px);
}
section .loginlist li .city{
     position: relative;
    cursor: pointer;
     float: left;
     margin: 0 10px 0 0;
    background: rgba(255,255,255,.7);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 8px 20px;
 }
section .loginlist li .city:hover,section .loginlist li .city.active{
    position: relative;
    float: left;
    margin: 0 10px 0 0;
    background: rgba(0,156,255,.8);
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: white;
    padding: 8px 20px;
}
section.loginBox{
    position: relative;
    float: left;
    width: calc(80% - 50px);
    padding: 25px ;
    background: rgba(255,255,255,.5);
    margin: 10px 10%;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px #dddddd;
}
.leftBar{
    position: relative;
    float: left;
    width: 70%;
    text-align: left;
}
.rightBar{
    position: relative;
    float: right;
    width: 30%;
    text-align: left;
}
.barTitle{
     position: relative;
     float: left;
     width: 100%;
     text-align: left;
    cursor: pointer;
}
.barTitle img{
    position: relative;
    /*float: left;*/
    width: 25px;
    top:5px;
    height: auto;
}
.noticelist{
    position: relative;
    float: left;
    width: 100%;
}
.noticelist li{
    position: relative;
    float: left;
    width: 100%;
    /*margin-top: 10px;*/
    line-height: 30px;
}
.noticelist li .time{
    position: relative;
    float: left;
    width: 100px;
    color: #999999;
}
.noticelist li .memo{
    position: relative;
    float: left;
    width: calc(100% - 100px);
    color: #999999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.rightBar .input-user{
    border: none;
    position: relative;
    float: right;
    width: calc(100% - 65px);
    text-align: left;
    background:url("../images/icon-user.png") left 15px center #f2f2f2 no-repeat;
    background-size: 20px;
    border-radius: 5px;
    padding: 10px 15px 10px 50px;
    line-height: 25px;
 }
.rightBar .input-pwd{
    border: none;
    position: relative;
    float: right;
    width: calc(100% - 65px);
    text-align: left;
    background:url("../images/icon-pwd.png") left 15px center #f2f2f2 no-repeat;
    background-size: 20px;
    border-radius: 5px;
    padding: 10px 15px 10px 50px;
    line-height: 25px;
}
.rightBar .btn{
    border: none;
    position: relative;
    float: right;
    width: 100%;
    text-align: center;
    background:  #3393ff;
    color: white;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 25px;
}
.rightBar .yzmBox{
    position: relative;
    float: right;
    width: 100%;
}
.rightBar .input-yzm{
    border: none;
    position: relative;
    float: left;
    width: calc(50% - 30px);
    text-align: left;
    background: #f2f2f2 ;
    text-align: center;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 25px;
}
.rightBar .yzm-text{
     border: none;
     position: relative;
     float: left;
     width: calc(50% - 30px);
     text-align: left;
     text-align: center;
     border-radius: 5px;
     padding: 10px 15px;
     line-height: 25px;
    cursor: pointer;
 }
footer{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}