html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
}

/*body {
    line-height:1;
}*/
@charset "utf-8"

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    font-family: Microsoft YaHei ! important;
    font-size: 14px;
    color: #000000;
}
a, span, b, p,h1,h2,h3,h4,h5{
    font-family: Microsoft YaHei ! important;
    color: #363635;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    outline: medium none;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input{
    padding: 0;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}

.width1100{
    width: 1100px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    overflow: hidden;
    clear: both;
}
.clearfix{
    zoom: 1;
    overflow: hidden;
}
body{
    width: 100%;
    height: 100%;
    background: url(../../img/skin_/loginbg.png) no-repeat center top; 
    background-size: cover;
}

.logo{
    display: block;
    position: absolute;
    left: 50%;
    top:30px;
    margin-left: -318px;
}
.footer{
    position: fixed;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.footer a{
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.center {
    width: 730px;
    margin: 0 auto;
    /*background: url(../images/cente1r.png) no-repeat center;*/
}
.center h5{
    font-size: 44px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 6px;
    margin-top:170px;

}
.wjma{
    width: 85px;
    text-align: center;
    display: block;
    float: left;
}
.yzm{
    display: block;
    float: left;
    margin-left: 10px;
}
.yzm img{
    width: 79px;
    height: 33px;
}
.login{
    margin-top:125px;
}
.login form{
    float: right;
    margin-top:150px;
}
.login form div {
    margin-bottom: 20px;
    width: 300px;
    height: 42px;
    border-radius: 5px;
    background-color: #ffffff;
}
.login form div span{
    font-size: 22px;
    color: #ffffff;
    display: block;
    width: 100px;
    float: left;
}
.login form div input{
    /*background: url(../images/login-name.png) no-repeat center;*/
    height: 42px;
    border: none;
    width: 298px;
    line-height: 42px;
    /*color: #ffffff;*/
    text-indent: 20px;
    background: none;
    border: 1px solid #e1e6f0;
    height: 40px;
    /*margin-left: 1px;*/
    border-radius: 3px;
}
.login form div a{
    line-height: 42px;
}
.dl{
    margin-top:30px;
}
.dl .cancel{
    width: 300px;
    height: 42px;
    background: url(../images/name1.png) no-repeat center;
    float: left;
    cursor: pointer;
    background-color: none;
    border: 1px solid #FFFFFF;
    border-radius: 7px;
}
.dl .enroll{
    width: 141px;
    height: 61px;
    background: url(../images/name2.png) no-repeat center;
    float: right;
    cursor: pointer;
}