*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 14px;
}
html,body{
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}
body{
	line-height: 1.5rem;
	color: #333;
	font-size: 14px;
	font-family: "SF Pro SC","HanHei SC","SF Pro Text","Myriad Set Pro","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif,"黑体-简","微软雅黑","黑体";
	background: #fff !important;
	position: relative;
}
#wbox{
	min-height: 100%;
}
.positionbox{
	/*padding-bottom: 80px;*/
}
/*div,ul,li{overflow: hidden;}*/
/*div.swiper-wrapper{overflow:visible !important;}*/
img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a{text-decoration:none;color: #333;}
a:hover,a:focus{color: #ff7900 !important;}
ul,li{list-style-type: none;}
li{float:left;width: 100%;}
li,p,span,i,b,input,select,textarea,{font-size: 14px;line-height: 1.5rem;}
input{
/*	box-shadow: none !important;
	border: none !important;
	background: none;
	outline: none !important;*/
}
input[type=button]{
	-webkit-appearance:none;
	outline:none;
}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	border: none;
	background: none;
	padding: 0;
	outline: none;
}
select:focus{
	outline: none;
	border: none;
}
.sel{
	border: 1px solid #ddd;
	border-radius: 5px;
	position:relative;
	width: auto;
	display: inline-block;
}
.sel select{
	padding-right: 25px !important;
	padding: 10px;
	width: 100%;
	position: relative;
	z-index: 999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sel i{
	position: absolute;
	right: 8px;
	top: calc( 50% - 7px);
	font-size: 1rem;
	z-index: 9;
	color: #333 !important;
	margin-right: 0 !important;
}
textarea{
	/*resize: none;
	min-height: 50px;
	display: block;
	width: 100%;
	border: none !important;*/
}
.f-l{float: left;}
.f-r{float: right;}
.button,.white_button{
	background: #f68535 !important;
	color: #fff;
	padding: 10px;
	margin: 20px auto;
	width: 100%;
	display: block;
	border: none;
	text-align: center;
}
.white_button{
	color: #fff;
	border: 1px solid #fff;
	background: none !important;
}
.white_button:hover{
	color: #fff !important;
}
.gray_button{
	background: #e2e2e2 !important;
	color: #898989;
	cursor: default !important;
}
.white_bg{
	background: #fff !important;
}
.signbody{background: #f8f8f8 !important;}
.gray_bg{background: #f5f5f5 !important;}
.orange{color: #ff7900 !important;}
.gray{color: #999 !important;}


/**/
.index_box{
	margin: 0px auto 25px;
	overflow: hidden;
	background: #fff;
}
.index_tit{
	display:block;
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
}
.dinfo_nav{
	background: #333;
	padding: 15px;
	color: #fff;
}
.dinfo_nav span i{
	font-size:1.1rem;
	display: inline-block;
	margin-left: 7px;
}
.dinfo_navbox{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #000;
	z-index: 9999999;
}
.dinfo_navbox h2{
	color: #fff;
	padding: 25px 18px 30px;
	font-size: 18px;
}
.dinfo_navbox ul{
	border-top: 1px solid #2d2d2d;
}
.dinfo_navbox li{
	width: 100%;
}
.dinfo_navbox li a{
	padding: 0 5%;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #9eaab0;
	border-bottom: 1px solid #2d2d2d;
}
.dinfo_navbox li a:hover{
	color: #f00 !important;
}
.dinfo_items{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	background: #fff;
}
.dinfo_items .tit{
	text-align: center;
	font-size: 18px;
	padding: 30px 15px 15px;
	position: relative;
}
.dinfo_items .tit:before{
	top: 15px;
	content: "";
	display: inline-block;
	position: absolute;
	left: calc( 50% - 5px );
	width: 10px;
	height: 2px;
	background: #f00;
}
.dinfo_items .tit span{
	display: block;
	font-size: 12px;
	color: #666;
	margin-top: 6px;
	font-weight: normal;
}
.dinfo_items .txt{
	padding: 15px 10px;
}
.dinfo_items .txt h3{
	font-size: 15px;
	text-align: center;
	margin: 0px auto 10px;
}
.dinfo_items .txt p{
	font-size: 13px;
}
.dinfo_items .swiper-button-next,.dinfo_items .swiper-button-prev{
	top: 31% !important;
}
.dinfo_items .swiper-pagination{
	top: 53%;
	bottom: auto;
}
.dinfo{
	position: relative;
	padding-bottom: 50px;
}
.dfix{
	/*position: fixed;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bottom: 0px;*/
	padding: 0 8%;
	background: #fff;
	/*z-index: 9999;*/
	box-shadow: 0 -1px 3px #ddd;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.dfix a{
	display: inline-block;
	float: left;
	border-radius: 5px;
	width: 36%;
	margin: 12px 7% 10px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	background: #c51e18;
	background: url(/themes/browser/public/images/redbtn.jpg) no-repeat;
	background-position: center center !important;
	background-size: cover !important;
}
.dfix a:nth-child(1){
	background: url(/themes/browser/public/images/blubtn.jpg) no-repeat;
}
.dfix a:hover{
	color: #fff !important;
	background: rgba(255,0,0,0.6);
}
.gotop{
	display: block;
	position: fixed;
	right: 15px;
	bottom: 15%;
	border-radius: 100%;
	z-index: 9999;
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size:2rem;
	text-align: center; 
	color: #fff;
	background: #fd0900;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}
.gotop i{
	color: #fff;
}
.layui-layer-page{
	max-width: 1100px !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	height: auto !important;
}
/**/
.layui-layer-content{
	height: auto !important;
}
.layui-layer-page .layui-layer-content{
	padding-top: 8px !important;
}
.layui-layer-content img{
	display: inline-block !important;
	margin: 5px 3px !important;
}
#wen img:last-child{
	margin: 0px 0 10px 7px !important;
}
/**/
#box-wrapper{
	max-width: 1100px !important;
	width: 100% !important;
	background: #fff !important;
	margin: 0 auto !important;
	height: 290px !important;
}
#mask,#box{
	width: 100% !important;
	height: 290px !important;
}
#box{
	left: 0 !important;
	right: 0 !important;
	margin: 0 !important;
	top: calc( 50% - 100px ) !important;
}
#mask em.loading{
	margin: 0 auto !important;
	text-align: center !important;
}
.box-control{
	top: 120px !important;
}
/*向上滑动提示箭头*/
.icon-bottom{
	display: block;
	position: fixed;
	bottom: 1%;
	left: 46.94%;
	width: 6.12%;
	z-index: 50000;
	-webkit-animation: webSwipeTipAfter 1.5s infinite ease-in-out;
	animation: webSwipeTipAfter 1.5s infinite ease-in-out;
}
@-webkit-keyframes webSwipeTipAfter{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}
@keyframes webSwipeTipAfter{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);opacity:0}}