@charset "utf-8";
/* CSS Document */
html{background:#FFF;font-size:62.5%; /* 10÷16=62.5% */}
body{font-size:14px;font-size:1.4rem ; /* 14÷10=1.4 */color: #1e1e1e;font-family:'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: subpixel-antialiased;}
table{border-collapse:collapse;border-spacing:0;width:100%;}
fieldset,img{border:0;}
img,object{max-width:100%;/*height:auto;*/width:auto\9;/* for ie8 */-ms-interpolation-mode: bicubic;}
a{outline:none;blr:expression(this.onFocus=this.blur());text-decoration:none;color: #1e1e1e;transition:all 0.3s ease-in-out;}
a:hover{color: #004ea2;text-decoration: none;}
input[type='button']{outline:none;border:0 none;background-color:transparent;cursor:pointer;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400;}
ul,ol,li{list-style:none outside none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';content:none;}
input,textarea,select{font-weight:inherit;}
input,select,textarea,button {vertical-align:middle}
.clearFix{*zoom:1;clear:both;}
.clearFix:after{content: '';display: block;clear:both;}
.clear{width: 100%;overflow:hidden;}

.wrapHeader{height: 120px;border-top: 5px solid #036eb8;background: #fff;box-shadow: 0 5px 38px rgba(0,0,0,0.2);top: 0;width: 100%;z-index: 999;}
.header{width: 95%;margin: 0 auto;max-width: 1200px;}
.logo{overflow: hidden;display: flex;align-items: center;}
.logo img{display: block;}
.logo1{background: #036EB8;float: left;padding: 0 46px;margin-right: 36px;}
.logo2{
    display: block;
}
.footer{background: #036EB8;text-align: center;font-size: 14px;line-height: 30px;padding: 45px 0;bottom: 0;width: 100%;z-index: 999;}
.footer span,.footer a{display: inline-block;*display: inline;*zoom: 1;margin: 0 10px;color: #fff;}


.content{padding: 200px 0 0;background: url(../img/login/bg.png) no-repeat;background-size: cover;}
.login1{width: 470px;max-width: 90%;background: #fff;padding: 36px ;border-radius: 4px;margin: -190px auto 0;}
.register{width: 470px;max-width: 90%;background: #fff;padding: 36px ;border-radius: 4px;margin: -190px auto 0}
.register h2{font-size: 24px;margin-bottom: 35px;}
.login1 h2{font-size: 24px;margin-bottom: 35px;}
.register input{background: #eee;color: #999;line-height: 50px;padding: 0 6%;border: 0;border-radius: 4px;margin-bottom: 18px;display: block;width: 100%;font-size: 16px;}
.login1 input{background: #eee;color: #999;line-height: 50px;padding: 0 6%;border: 0;border-radius: 4px;margin-bottom: 18px;display: block;width: 100%;font-size: 16px;}
.input{position: relative;}
#btnSendCode2{position: absolute;right: 0;width: 150px;background: #036EB8;color: #fff;}
#submit2{width: 100%;background: #036EB8;color: #fff;}
#submit{width: 100%;background: #036EB8;color: #fff;}

.login{font-size: 14px;text-decoration: underline;text-align: center;color: #999;display: block;}


