body {
    color: #000;
    background-image: url(xm_index/mainBg.jpg);
    font-size: 12px;
    line-height: 166.6%
}

body, input, select, button, textarea {
    font-family: helvetica, arial, sans-serif
}

h1, h2, h3, h4, h5, h6, select, input, textarea, button, table {
    font-size: 100%
}

body, h1, h2, h3, h4, h5, h6, ul, ol, li, form, p, dl, dt, dd, table, th, td, img, blockquote, legend, fieldset, div, input {
    margin: 0;
    padding: 0;
    border: 0
}

input, button, textarea, select, img {
    margin: 0;
    line-height: normal
}
::-webkit-input-placeholder { color:rgba(255, 255, 255, 0.5); }
::-moz-placeholder { color:rgba(255, 255, 255, 0.5); } /* firefox 19+ */
:-ms-input-placeholder { color:rgba(255, 255, 255, 0.5); } /* ie */
input:-moz-placeholder { color:rgba(255, 255, 255, 0.5); }

abbr, acronym, address, cite, q, em, code, var, dfn, ins {
    font-style: normal;
    text-decoration: none
}

q:before, q:after {
    content: ""
}

ul, ol {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select, input, button, button img {
    vertical-align: middle
}

.ipt, button {
    -webkit-appearance: none
}

a {
    color: #005590;
    text-decoration: underline
}

input, button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input:focus {

}

/*.login label.i input,*/
footer {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.mainBg {
    /*width:1000px;*/
    margin:0 auto;
}
header p,
.content dl dd {
    background-repeat: no-repeat;
    background-image: url(xm_index/login_icon.gif);
    height:26px;
}

body {
    text-align: center
}

header {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0 auto;

}

header h1 {
    /*padding-left: 90px;*/
    margin-top: 150px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 100px*/
}

header p {
    display: block;
    width: 130px;
    height: 16px;
    text-indent: 300px;
    white-space: nowrap;
    overflow: hidden;
    background-position: 0 0;
    position: absolute;
    left: 0;
    bottom: 5px
}

.content {
    width: 500px;
    margin: 66px auto 0;
    text-align: left;
    position: relative;
    /*position: absolute;*/
    font-weight: bold;
    color: #777;
}

.login {
    /*width: 536px;*/
    /*height: 366px;*/
    /*position: absolute;*/
    /*font-weight: bold;*/
    /*color: #777;*/
    /*margin-left: 320px;*/
    /*border: #B5B5B5 1px solid;*/

    /*right: 0;*/
    /*top: 0;*/
    /*-moz-border-radius: 7px;*/
    /*-khtml-border-radius: 7px;*/
    /*-webkit-border-radius: 7px;*/
    /*border-radius: 7px;*/
    /*-moz-box-shadow: 0px 2px 4px #ccc;*/
    /*-webkit-box-shadow: 0px 2px 4px #ccc;*/
    /*box-shadow: 0px 2px 4px #ccc;*/
    /*background-color: #FFF*/
}

.login .main {
    width:390px;
    display: block;
}

.login .main .mainTitle {
    color: #3B3B3B;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0 110px;
}

.login label.i {
    display: block;
    /*padding: 8px 0;*/
    color: #444
}

.login label.i, .v {
    float:left;
}

.login label.l {
    margin-left: 46px;
}

.login label.l a {
    color:#444444;
}


.login .main .mainTop {
    width: 320px;
    height: 154px;
}

.mainTop button{
    border: 0;
    background-color: transparent;
    text-align: center;
    margin-top: 49px;
    display: none;

    width: 32px;
    height: 32px;
    background: url(xm_index/close.png) no-repeat;

}

.mainTop label.i {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width:500px;
}


.login .main .mainMid {
    width: 433px;
    text-align:right;

}
.login .main .mainEnd {
    width: 320px;
    height:42px;
    /*background: url(xm_index/mainBg_3.png) no-repeat;*/
}

/*.login label.i input {*/
/*height: 36px;*/
/*width: 310px;*/
/*font-weight: bold;*/
/*border: #B5B5B5 1px solid;*/
/*font-size: 16px;*/
/*background: -moz-linear-gradient(top, #F3F3F3, #FFF);*/
/*background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F3F3F3), to(#FFF));*/
/*margin: 0 3px;*/
/*padding: 0 3px*/
/*}*/

.login .inClose {
    width:32px;
    height:32px;
    background: url(xm_index/loginBg.png) -284px -175px no-repeat;
    border:none;
    float:right;
    cursor: pointer;
}
/*解决ipad safari上的圆角问题*/
input.input{
    -webkit-appearance : none;
    border-radius: 0;
}

.login .input {
    width:467px;
    height:106px;
    font-size: 30px;

    color: rgba(255, 255, 255, 1);
    padding-left: 55px;
    padding-top: 16px;
    float:left;
}

.login .name {
    background: url(xm_index/icon_user.png) 0 0 no-repeat;
    background-position-y: 70%;
}

.login .password {
    background: url(xm_index/icon_password.png) 0 0 no-repeat;
    background-position-y: 70%;
}

.login .dynamicPwd {
    background: url(xm_index/loginBg.png) 0 -275px no-repeat;

}

.login .authkey {
    background: url(xm_index/loginBg.png) 0 -114px no-repeat;
}

.login .verifyCode {
    width:280px;
    height:90px;
    background: url(xm_index/icon_password.png) 0 0 no-repeat;
    background-position-y: 70%;
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 55px;
    padding-top: 16px;
}

.login .code {
    float: right;
    margin: 16px 5px 0 0;
}

.login .button {
    /*background: url(xm_index/loginBg.png) 0 -228px no-repeat;*/
    width:500px;
    height:82px;
    font-size:36px;
    font-weight: bold;
    color:#FFF;
    cursor: pointer;
    margin: 60px 0 50px;

    background-color:rgba(255, 255, 255, 0.15);

    border: 1px solid rgba(255, 255, 255, 0.3);
    -moz-border-radius: 40px;      /* Gecko browsers */
    -webkit-border-radius: 40px;   /* Webkit browsers */
    border-radius:40px;            /* W3C syntax */
}

.login label.i em {
    font-size: 16px;
    color: #333
}

.login label.c {
    display: block;
    padding: 8px 0 8px 43px;
    color: #444
}
.open_icon {
    background-image: url("xm_index/icon_arrow.png");
    width: 17px;
    height: 16px;
    float: right;
    margin-top: 1px;

}

.login label.open {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;


}



.login fieldset p {
    font-size: 14px;
    padding: 12px 0 0 43px
}

.login fieldset p button {
    width: 80px;
    height: 40px;
    border: #598cb6 1px solid;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    background: -moz-linear-gradient(top, #8fc3ea, #34689e);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#8fc3ea), to(#34689e));
    margin-right: 5px;
    color:#FFF;
}

.login .info {
    width: 337px;
    border-top: #DCDCDC 1px solid;
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 15px;
    clear: both;
}

/*.pic-show {*/
/*width: 594px;*/
/*height: 413px;*/
/*position: absolute;*/
/*left: 0;*/
/*background: url(xm_index/pic_show.jpg)*/
/*}*/

.content dl {
    position: absolute;
    left: 4px;
    top: 290px;
    font-weight: bold;
    line-height: 30px
}

.content dl dt {
    font-size: 14px;
    color: #333
}

.content dl dd {
    color: #666;
    line-height: 24px;
    padding-left: 13px;
    background-position: 0 -55px;
}

footer {
    clear: both;
    color: rgba(255, 255, 255, 0.3);
    font-size: 22px;
    /*padding: 8px;*/
    text-align: center;
    width: 100%;
    margin:0 auto 20px;
}

footer a, footer .info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    text-decoration: none;
    margin: 0 3px;
    margin-bottom: 32px;
}
footer .download{
    width: 600px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    margin-bottom: 66px;
}

footer .download img {
    margin-bottom: 10px;
}
footer .download a {
    font-size: 18px;
}
#vcHint img{
    height: 33px;
}

