
@charset "UTF-8";
html{font-family:"Microsoft YaHei UI","Microsoft YaHei",sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html,body,.wrap{width: 100%;height:100%;}
li{list-style:none}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{color: #666666;}
a{background-color:transparent;text-decoration:none;cursor: pointer;}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:bold}
img{border:0}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;outline:none;line-height:normal}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:bold}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
.clearfix:after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.fl{float: left !important;}
.fr{float: right !important;}
.w1{width:100% !important;}
.w2{width:20% !important;}
.w3{width:30% !important;}
.w5{width:50% !important;}
.w7{width:70% !important;}
.w33{width:33.333333% !important;}
.h1{height:100% !important;}
.wh1{width:100%;height:100% !important;}
.tex{text-align: center;}
.texl{text-align: left;}
.texr{text-align: right;}
.ab{display: block;}

/*登录*/
.contentL{
	height: 600px;
	min-height:600px;
}
.contentC{
	width: 1200px;
	min-width: 1200px;
	margin:0 auto;
	position: relative;
}
.user{
	width: 344px;
	height: 351px;
	background:url(//cdn.jiyun.info/ddunwl/images/bgl.png);
	background-size: 100% 100%;
	border-radius: 14px;
	position: absolute;
	top:70px;
	right:81px;
}
.userC{	
	
}
.userh{
	width: 226px;
	margin:32px auto 0;
	color: #bdb8b8;line-height: 42px;
	border-bottom: 1px solid #e3e3e3;
}
.userh>div{
	width: 112.5px;
	font-size: 16px;
	cursor: pointer;
}
.cor{
	width: 226px;
	color: #277DC2;
}
.userh .line{
	width: 1px;
	height: 16px;
	background: #e3e3e3;
	margin-top: 13px;
}
.code{
	display: none;
	color: #999999;
	font-size: 14px;
}
.code #ewm_dl>img{
	width: 150px;
	height: 150px;
	margin:10px auto 10px;
	display: block;
}
.form{
	width: 226px;
	margin:38px auto 0;
}
.form>input{
	width: 216px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border:1px solid #bdb8b8;
	padding-left:8px; 
}
.form .ac{
	margin-bottom:22px;
}
.form .pas{
	margin-bottom: 33px;
}
.form .btn{
	height: 38px;
	border:0;
	color: #ffffff;
	line-height: 38px;
	font-size: 14px;
	background: #277DC2;
	margin-bottom: 21px;
}
.enroll{
	width: 226px;
	margin:0 auto;
	font-size: 12px;
}
.enroll>a:hover{
	color: #0079d7;
}
body{
    background-color: #f8f8f8;
}
.index{
	width: 100%;
	height: 100%;
	background: #ffffff;
	overflow-y: auto;
}
.midcontent{background: url(//cdn.jiyun.info/ddunwl/images/loginbg.jpg) no-repeat center center #1A75D1;
	height: 600px;
	min-height: 600px;
}