body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-wrap:break-word;box-sizing: border-box;}
body,html,input{font:12px/1.5;font-family:SourceHanSansCN-Medium,SourceHanSansCN;}
table{border-collapse:collapse;border-spacing:0;}img{border:none}
pre {white-space: pre-wrap; /* css-3 */white-space: -moz-pre-wrap; /* Mozilla, since 1999 */white-space: -pre-wrap; /* Opera 4-6 */white-space: -o-pre-wrap; /* Opera 7 */	word-wrap: break-word; /* Internet Explorer 5.5+ */}
h1,h2,h3,h4,h5,h6{font-size:100%;}input.dialog{height:0; height:0; font-size:0; line-height:0; border:none}
h1{font-size:34px;}h2{font-size:26px;}h3{font-size:18px; }h4{font-size:16px;}h5{font-size:14px;}h6{font-size:12px;}
input,label,img,th{vertical-align:middle;}.font-fixh{font-family: Georgia,Arial; color: #f00; font-size: 16px; font-weight: 700;}address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
input.button ,input.btn{padding:0.25em;width: auto;_width:0;overflow:visible !ie;}
ul,ol,li{list-style:none;}
a:link{text-decoration:none;}
a:visited{color:inherit;}
.white,.white a{color:#fff}.blue,.blue a{color:#004499}.gray4,a.gray4{color:#999}
.red, .red a, a.red{color:red;}.green{color:#0E774A}
select optgroup{color:#CAC8BB;}
header{ display:block}
/*通用样式*/
.hidden{display:none;}.invisible{visibility:hidden;}
.ib,.ib-a a{display:inline-block;zoom:1;*display:inline;}
.clear:after,.main:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.clear,.main{display:inline-block;}/* Hides from IE-mac \*/* html .clear,* html .main{height:1%;}.clear,.main{display:block;}

.f12{font-size: 12px}.f14{font-size: 14px}.f16{font-size: 16px}.f18{font-size:18px}.f20{font-size:20px}
.lh20{line-height: 20px}.lh22{line-height: 22px}.lh24{line-height: 24px}.lh26{line-height: 26px}.lh28{line-height: 28px}
.fb{ font-weight:bold}.fn{ font-weight:normal}
.bk,.bk3,.bk6,.bk8,.bk10,.bk15,.bk20,.bk30{clear: both;font-size: 1px;height: 0;line-height: 1px}
.bk3{height: 3px;}.bk6{height: 6px}.bk8{height: 8px}.bk10{height: 10px}.bk15{height: 15px}.bk20{height: 20px}.bk30{height: 30px}
.row-2 li{ float:left; width:50%}.row-3 li{ float:left; width:33%}.row-4 li{ float:left; width:25%}.row-5 li{ float:left; width:20%}
.cu,.cu-li li,.cu-span span {cursor: hand;!important;cursor: pointer}
.text-c{text-align: center}.text-l{text-align: left}.text-r{text-align: right}
.lf{float: left}.rt{float: right}.pr{ position:relative}.pa{ position:absolute}
.img-wrap{border:1px solid #eee;text-align:center;overflow:hidden}
.img-wrap a{display:table-cell;vertical-align:middle;*display:block; overflow:hidden; background-color:#fff}
.img-wrap a:hover{ background-color:#e8eff6}
.col-left{float:left}
.col-auto{overflow:hidden;_zoom:1;_float:left;}
.col-right{float:right}
a{text-decoration:none;direction: none;}
.section_title{text-align: center;}
.section_title .top_tip>span{
	display: inline-block;
	width:72px;
	height:6px;
	background:rgba(253,187,12,1);
}
.section_title .title{margin: 20px 0;}
.section_title .title>span{
	display: inline-block;
	height:36px;
	font-size:36px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:36px;
}
.section_title .info>span{
	display: inline-block;
	height:18px;
	font-size:18px;
	color:rgba(88,89,90,1);
	line-height:24px;
}
.page .prev{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 14px;
	text-align: center;
}
.page .next{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-size: 14px;
	text-align: center;
}
.page .pages{display: inline-block;vertical-align: top;}
.page .page_item{
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	border:1px solid #dbdbdb;
}
.page .page_item:not(:first-child){
	margin-left: 10px;
}
.page .none{
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	border: none;
	font-size: 14px;
	text-align: center;
}
video{
	object-fit: fill;
	object-position: 100% 100%;
}
ul::after{
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}
/*公共弹窗样式*/
.dialog_cover{
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	overflow: auto;
}
.dialog_main{
	width:520px;
	height:604px;
	margin:80px auto 0;
	background:rgba(255,255,255,1);
	border-radius:16px;
	padding: 40px 30px;
	box-sizing: border-box;
}
.dialog_main .dialog_head{overflow: hidden;position: relative;}
.dialog_main .dialog_title{
	text-align: center;
	font-size:20px;
	font-weight:bold;
	color:rgba(35,36,39,1);
	line-height:30px;
	max-width: 500;
}
.dialog_main .close_btn{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.dialog_main .dialog_box {font-size: 0;padding:0;}
.dialog_main .dialog_box .form_item{
	margin:20px 0;
}
.dialog_main .dialog_box .form_item input{
	width:360px;
	height:48px;
	box-sizing: border-box;
	vertical-align: top;
	border:1px solid rgba(219,219,219,1);
}
.dialog_main .dialog_box .form_item select{
	width:360px;
	height:48px;
	border:1px solid rgba(219,219,219,1);
}
.dialog_main .dialog_box .form_item .option{
	width:360px;
	height:48px;
	border:1px solid rgba(219,219,219,1);
}
.dialog_main .dialog_box .form_item .label{
	height:48px;
	width: 80px;
	font-size:16px;
	display: inline-block;
	vertical-align: top;
	color:rgba(88,89,90,1);
	line-height:48px;
	margin-right: 10px;
}
.dialog_main .dialog_box .form_item .require{
	font-size:16px;
	color:rgba(239,135,13,1);
	line-height:48px;
	margin-right:3px ;
}
.dialog_main  .dialog_footer{
	height: 56px;
	line-height: 56px;
	text-align: center;
	margin-top: 40px;
}
.dialog_main  .dialog_footer .btn{
	width:168px;
	height:56px;
	display: inline-block;
	vertical-align: top;
	background:rgba(253,187,12,1);
	border-radius:28px;
	font-size:18px;
	color:rgba(255,255,255,1);
	line-height:56px;
}
