@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

//禁止文本缩放 字体设置  取消touch高亮效果
html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: transparent;
}

body {
	width: 100%;
	height: 100%;
	font-family: MicrosoftYaHei;
	-webkit-overflow-scrolling: touch;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
sumary {
	margin: 0;
	padding: 0;
}

//清除输入框内阴影
input,
select,
textarea {
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

ol,
ul {
	list-style: none;
}

//禁止选中文本内容
*:not(input, select, textArea) {
	-webkit-user-select: none;
}

//禁用长按页面时的弹出菜单(iOS下有效) ,img和a标签都要加
img,
a {
	-webkit-touch-callout: none;
}

a,
a:active,
a:hover {
	text-decoration: none;
}

//去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android)
a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*字体大小 rem*/
@media (min-width:240px) and (max-width:320px) {
	html {
		font-size: 14px !important
	}
}
@media (min-width:320px) and (max-width:360px) {
	html {
		font-size: 16px !important
	}
}
@media (min-width:360px) and (max-width:375px) {
	html {
		font-size: 20px !important
	}
}
@media (min-width:375px) and (max-width:385px) {
	html {
		font-size: 22px !important
	}
}
@media (min-width:385px) and (max-width:415px) {
	html {
		font-size: 23px !important
	}
}
@media (min-width:415px) and (max-width:450px) {
	html {
		font-size: 24px !important
	}
}
@media (min-width:450px) and (max-width:500px) {
	html {
		font-size: 25px !important
	}
}
@media (min-width:500px) and (max-width:550px) {
	html {
		font-size: 26px !important
	}
}
@media (min-width:550px) and (max-width:570px) {
	html {
		font-size: 27px !important
	}
}
@media (min-width:570px) and (max-width:640px) {
	html {
		font-size: 28px !important
	}
}
@media (min-width:640px) and (max-width:667px) {
	html {
		font-size: 29px !important
	}
}
@media (min-width:667px) and (max-width:736px) {
	html {
		font-size: 30px !important
	}
}
@media (min-width:736px) {
	html {
		font-size: 32px !important
	}
}


/*页面样式*/
.wrap {
	background: #40ACE4;
	margin-top:2.51rem;
	padding-bottom: 1.45rem;
}
.top{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	background: #fff;
	font-size: 0;
	z-index: 999;
	box-shadow: 0px -1px 3px #ccc;
}
.top>span{
	display: inline-block;
	width: 25%;
	height: 0.75rem;
	font-size: 0.75rem;
	color: #32384d;
	text-align: center;
	margin: 0.88rem 0;
	border-right: solid 1px #eee;
}
.box1 {
	background: url(./images/banner_bj.png) left top no-repeat;
	background-size: 100% auto; 
	padding: 1.73rem 0 0.75rem;
	text-align: center;
	color: #fff;
	position: relative;
}
.tit3{
	font-size: 1.3rem;
}
.titP{
	font-size: 0.75rem;
	margin: 0.6rem 0 1.3rem;
}
.menuBox{
	margin-bottom: 1rem;
}
.menuBox>a{
	margin: 0 0.3rem;
	display: inline-block;
	background: #fff3f1;
	color:#f76f5a;
	font-size: 0.6rem;
	padding: 0.35rem 0.68rem;
	border-radius: 0.75rem;
}
.btn{
	display: inline-block;
	font-size: 0.8rem;
	background: #f76f5a;
	color: #fff;
	padding: 0.6rem 1.5rem;
	border-radius: 1rem;
}
.seachInfo{
	width: 92%;
	margin: 2rem auto 0;
	background: #fff;
	position: relative;
	box-shadow: 0rem 0.13rem 0.5rem 0rem 
		rgba(112, 49, 40, 0.1);
	border-radius: 0.4rem;
	padding:2.5rem 0 1.3rem ;
}
.tit6{
	position: absolute;
	padding: 0.6rem 0;
	width: 50%;
	left: 25%;
	top: -1rem;
}
.seachInfo>ul{
	font-size: 0;
}
.seachInfo>ul>li{
	display: inline-block;
	width: 33%;
	margin-top: 1.5rem;
	
}
.seachInfo>ul>li>dd{
	font-size: 0.65rem;
	color: #32384d;
	padding-top: 0.6rem;
}
.tip1{
	font-size: 1rem;
	color: #32384d;
}
.btn2{
	width: 88% ;
	background:#f76f5a;
	font-size: 0.8rem;
	color: #fff;
	font-weight: bold;
}
.box{
	width: 92%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0rem 0.13rem 0.5rem 0rem 
		rgba(112, 49, 40, 0.1);
	border-radius: 0.4rem;
	padding:1.7rem 2%      1.3rem ;
	text-align: center;  
	 margin-bottom: 0.75rem;
}
.tit4{
	font-size: 1rem;
	color: #32384d;
	padding-bottom: 0.25rem;
}
.borderBot_2{
	border-bottom: 2px solid #40ACE4;
}
.tip2{
	font-size: 0.7rem;
	color: #32384d;
	padding-top: 0.38rem;
	border-top: solid 1px #40ACE4;
	margin-top: 5px;
}
.tip3{
	color: #f76f5a;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 1.5rem;
}
.tip4{
	color: #6f7485;
	font-size: 0.6rem;
	margin: 0.45rem 0 1rem;
}
.area>div{
	font-size: 0;
	margin-bottom: 1.2rem;
}
.area>div>a{
	position: relative;
	font-size: 0.7rem;
	color: #32384d;
	padding:0.35rem 0;
	display: inline-block;
	width: 22%;
	margin: 0 1.5%;
	background-color: #ffffff;
	box-shadow: 0rem 0.08rem 0.25rem 0rem 
		rgba(112, 49, 40, 0.1);
	border-radius: 0.7rem;
}
.area>div>a>img{
	position: absolute;
	right: 0;
	top: -0.8rem;
	width: 1.5rem;
}
.otherCity{
	font-size: 0.8rem;
	font-weight: bold;
	color: #f76f5a;
}
.noBorder{
	border: none;
	margin-top: 0;
}
.dateBox{
	margin: 1.33rem auto 1.73rem;
	width: 86% ;
	box-shadow: 0rem 0.13rem 0.5rem 0rem 
		rgba(112, 49, 40, 0.1);
	border-radius: 0.25rem;
	padding: 0.9rem 0;
}
.date{
	font-size: 1.75rem;
	color: #f76f5a;
	font-weight: bold;
}
.welfare{
	display: flex;
	line-height: 1;
	border-bottom: solid 1px #eeeeee;
	padding: 0.5rem;
}
.welfare:last-child{
	border: none;
}
.welfare>dt,.welfare>dd{
	flex: 1; 
	vertical-align: middle;
}
.welfare>dt>img{
	width: 100%;
}
.welfare>dd{
	vertical-align: ;
}
.welfare>dd>p{
	padding: 0.9rem 0.4rem 0.5rem;
	font-size: 0.75rem;
	color: #32384d;
	line-height: 0.9rem;
}
.welfare>dd>a{
	font-size: 0.7rem;
	color: #f76f5a;
	padding:0 0.4rem;
}
.alignR{
	text-align: right;
}
.alignL{
	text-align: left;
}
.readList{
	width: 96%;
	margin:1rem auto 0;
}
.readList>li{
	box-shadow: 0px 5px 20px 0px 
		rgba(112, 49, 40, 0.1);
	border-radius: 0.25rem;
	font-size: 0.65rem;
	color: #32384d;
	padding: 0.9rem 0.5rem;
	margin-bottom: 0.7rem;
}
.readList>li>a{
	color: #f76f5a;
	float: right;
}
.guarantee{
	width: 96%;
	margin:1rem auto 0;
	font-size: 0;
}
.guarantee>li{
	display: inline-block;
	width: 46%;
	margin:0 2% 1rem;
	text-align: center;
	padding: 1rem 0;
	box-shadow: 0px 5px 20px 0px 
		rgba(112, 49, 40, 0.1);
	border-radius: 10px;
}
.guarantee>li>img{
	width: 50%;
}
.guarantee>li>a{
	display: block;
	font-size: 0.7rem;
	color: #32384d;
	margin-top: 0.9rem;
}
.box6{
	padding-left: 0;
	padding-right: 0;
}
.box6 .tit4{
	font-size: 0.95rem;
}

/* 20190809 增加弹框 */
.fixBox{
	display: none;
	position: fixed;
	width: 80%;
	top: 23%;
	left: 50%;
	margin-left: -40%;
	z-index: 9999;
}
.fixwrap{
	width: 100%;
	position: relative;
}
.fixwrap>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.fixInner{
	z-index: 999;
}
.fixInner{
	text-align: center;
	padding: 25% 5% 0;
}
.closeBtn{
	float: right;
	width: 20px;
	margin-top: -30px;
	margin-right: 5px;
	cursor: pointer;
}
.fixInner>h6{
	margin:0px;
	color: #df3d3e;
	font-size:16px;
	font-weight: normal;
}
.tan_p1{
	color: #898D89;
	font-size: 11px;
}
.tan_date{
	color: #323C32;
	font-size: 25px;
	padding-top: 13px;
	font-weight: bold;
}
.tan_date>span{
	color: #df3d3e;
}
.tan_last{

}
.fixwrap .btn{
	display: inline-block;
	background:#df3d3e;
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	border-radius: 20px;
	margin: 10px 5px 0;
	padding: 10px 15px;
}

/*20190720*/
.sort-nav2 h1{
	padding: 0.2rem 0 0.3rem;
	font-size: 1rem;
}
.table01{
	text-align: center;
	border-collapse: collapse;
	width: 92%;
	margin: 0 4% 0.2rem;
	color: #32384D;
	background:rgba(255,245,244,1);
	border:1px solid rgba(255,150,140,1);
	border-radius:6px;
}
.table01 tr>td{
	border-right:1px solid rgba(242,222,220,1);
	border-bottom: 1px solid rgba(242,222,220,1);
	height: 2rem;
	font-size: 0.6rem;
}
.table01 tr:last-child>td{
	
	border-bottom: none;
}
.table01 tr .firstTd{
	font-size: 0.7rem;
	color: #32384D;
	font-weight: bold;
	border-bottom: none;
}
.table01 tr td:last-child{
	border-right: none;
	color: #F6503E;
}