html{font-family:"Microsoft Yahei",Arial,sans-serif;font-size: 12px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,figure,input,button,p,th,td{padding:0;margin:0;font-family:"微软雅黑",sans-serif,Arial;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
a{text-decoration:none;color:#000;outline:none}
li{list-style:none;}
p,span,li{cursor: default;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:normal;cursor: default;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:medium;}
input,button,textarea,select{*font-size:100%}
/*a{-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear}*/
.fl{float:left;}
.fr{float:right;}
.clear:after{
  display:block; 
  content:"clear"; 
  height:0; 
  clear:both; 
  overflow:hidden; 
  visibility:hidden;
}
.clear{zoom:1;}
/*提示*/
#d-body .hint{color: red;line-height: 30px;padding: 0 5px;position: absolute;bottom:-26px;left:20px;}
#d-body .hints{color: #20B900;}
/*导航栏*/
html,body{
	width: 100%;
	height: 100%;
	#background-color: #FFFFFF;
}
#d-body{
	width: 100%;
	height: 100%;
}
body{
	min-width: 1200px;
}
#header{
	width: 100%;
	height: 94px;
	padding: 0 20px;
	box-sizing: border-box;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #333333;
}

#nav_wrap{
	width: 100%;
	height:94px;
	margin: 0 auto;
	overflow: hidden;
}



.logo_fig{
	height: 68px;
	padding: 30px;
	float: left;
}
.logo_text{
	float: left;line-height: 94px;font-size: 24px;color:#FFFFFF;
}
.logo_img{
	width: 161px;
	height: 35px;
}

.show_nav_btn{
	height: 68px;
	float: left;
	display: none;
	cursor: pointer;
}
.show_nav_img{
	width: 80px;
	height: 68px;
}

#nav_box{
	display: inline-block;
	float: left;
	overflow: hidden;
}
#nav_box li{
	padding: 0 20px;
	line-height: 94px;
	text-align: center;
	float: left;
	position: relative;
}
.login_tip{
	width: 80px;
	display: none;
	position: absolute;
	bottom: -2px;
	left: 0;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
}
#nav_box .check_login:hover .login_tip{
	display: block;
}
#nav_box a{
	font-size: 16px;
	padding: 6px 10px;
	color: #FFFFFF;
	font-weight: 600;
}

#nav_box .check_nav a:hover{
	border-bottom:2px solid #FF3D6F;
}

#nav_box .check_true a{
	color:#FF3D6F;
	border-bottom:2px solid #FF3D6F;
}

#nav_box .check_login a:hover{
	color:#FF3D6F;
}
/*底部信息栏*/
#footer{
	background-color: #373A39;
	overflow: hidden;
}
#footer>p{
	width: 100%;
	color: #F99C3D;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.footer_one{
	padding: 100px 0;
	width: 50%;
	float: left;
	margin: 0 auto;
	overflow: hidden;
}
.footer_one figure{
	width: 49%;
	display: inline-block;
}
.footer_one img{
	width: 150px;
	height: 150px;
	display: block;
	border-radius:10px;
	margin:0 auto;
}

/*.footer_one p:nth-child(3){*/
	/*width: 70%;*/
	/*letter-spacing: 5px;*/
	/*text-align: center;*/
	/*font-size: 16px;*/
	/*color: #FFFFFF;*/
	/*line-height: 60px;*/
	/*margin:0 auto;	*/
/*}*/


.footer_one{
	width: 50%;
	padding: 110px 0;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height:40px;
}

.footer_one p{
	width: 70%;
	margin:0 auto;
}

.footer_two{
	width: 50%;
	padding: 110px 0;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height:40px;
}

.footer_two p{
	width: 70%;
	margin:0 auto;
	color: #F99C3D;
}

.footer_three{
	width: 840px;
	height: 120px;
	overflow: hidden;
	display: block;
	margin:0 auto;
}

.footer_three li{
	float: left;
	margin:10px;
}

.footer_three li img{
	width: 100px;
	height: 50px;
	float: left;
}

/*内容*/
.container{
	padding-top: 95px;
	margin:0 auto;
}


#login_html{
	position: fixed;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto auto;
	background-image: url(../img/default.htm);
	background-color: rgba(0,0,0,0.8);
}

#login_html h1{
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#login_html p{
	width: 100%;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 24px;
	position: relative;
}
#login_html h2{
	width: 100%;
	line-height: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 24px;
}

.login_close_btn{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
#login_box,#register_box,#forget_box{
	width: 500px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	background-color: #f9f9f9;
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#login_box .l_b_inner,#forget_box .l_b_inner{
	width: 500px;
	padding-bottom: 30px;
	background-color:#f9f9f9;
}
#register_box .l_b_inner{
	width: 500px;
	height: 360px;
	padding-bottom: 30px;
	overflow-y: auto;
	background-color:#f9f9f9;
}
#login_box p:nth-child(4){
	overflow: hidden;
}

#login_box p:nth-child(4) span{
	line-height: 30px;
	font-size: 18px;
	cursor: pointer;
}

#login_box p:nth-child(4) span:hover{
	font-weight: 600;
}

.go_register{
	float: left;
	color: #FF3D6F;
}

.go_forget{
	float: right;
	color: #888888;
}

#login_box input[type=text],#register_box input[type=text]{
	width: 100%;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 4px;
	outline: 0;
	border:1px solid #CCCCCC;
	font-size: 18px;
}
#login_box input[type=password],#register_box input[type=password]{
	width: 100%;
	line-height: 50px;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 4px;
	outline: 0;
	border:1px solid #CCCCCC;
	font-size: 18px;
}
#register_box input[type=checkbox]{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
}
#register_box p:nth-child(2) input,#register_box p:nth-child(3) input{
	width: 60%;
	border-radius:4px 0px 0px 4px/4px 0px 0px 4px;
}

#register_box p:nth-child(3) button{
	width: 40%;
	border-radius:0px  4px 4px 0px/0px 4px 4px 0px;
	line-height: 52px;
}

#register_box p:nth-child(2) button{
	width: 40%;
	border-radius:0px  4px 4px 0px/0px 4px 4px 0px;
	line-height: 52px;
	background-image: url(../img/img-code.png);
	background-size: 100% 100%;
}

#register_box p:nth-child(9) span{
	font-size: 14px;
}
#register_box p:nth-child(9) span:nth-child(3) a{
	color: #FF3D6F;
}
#register_box p:nth-child(11) span{
	line-height: 30px;
	font-size: 18px;
	cursor: pointer;
	color:#888888;
}

#register_box p:nth-child(11) span:hover{
	font-weight: 600;
}

#login_box button,#register_box button{
	width: 100%;
	line-height: 50px;
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	outline: 0;
	border: 0;
	cursor: pointer;

	background: -webkit-linear-gradient(left top,#FF487C, #F75860); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left top,#FF487C, #F75860); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left top,#FF487C, #F75860); /* Firefox 3.6 - 15 */
	background: linear-gradient(left top,#FF487C, #F75860); /* 标准的语法 */
}

#login_box button:hover,#register_box button:hover{
	background: -webkit-linear-gradient(left top,#F75860, #FF487C); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left top,#F75860, #FF487C); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left top,#F75860, #FF487C); /* Firefox 3.6 - 15 */
	background: linear-gradient(left top,#F75860, #FF487C); /* 标准的语法 */
	font-weight: 600;
}

#register_box p:nth-child(5){
	overflow: hidden;
}

#register_box p:nth-child(5) span{
	line-height: 30px;
	font-size: 14px;
}

#forget_box p{
	text-align:center;
	font-size: 16px;
}

#forget_box .l_b_inner{
	background-color: #f3f3f3;
}
#forget_box .l_b_inner img{
	width: 300px;
	height: 300px;
	display: block;
	margin: 0 auto;
}

#d-body .go_back{
	width: 60px;
	height: 60px;
	line-height: 60px;
	border:0;
	color: #FFFFFF;
	font-size: 16px;
	position: fixed;
	top: 100px;
	left: 10px;
	background-image:url(../img/back.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 100% 100%;
	cursor: pointer;
}