﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.28rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#6b6b6b;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}


.h_toper{
	padding:0.3rem;
}
.h_toper .t1{
	line-height: 0.78rem;
	font-size:0.4rem;
}
.h_toper .t2{
	line-height: 0.7rem;	
	padding-left:0.65rem;
	font-size:0.28rem;
	color:#505f88;
	background:url(../images/h_logo.png) no-repeat left center;
	background-size:auto 0.42rem;
}
.banner{
	height: 5.15rem;
	width: 13.8rem;
	position: relative;
	left: 0.3rem;
}
.banner .link{
	display: block;
	width: 6.8rem;
	height: 5.15rem;
	background:#f7f7f7;
	margin:0 auto;
	border-radius:0.05rem 0.05rem 0 0;
	overflow: hidden;
}
.banner .swiper-slide{
	width:100%;
}
.banner .link img{
	display: block;
	width:100%;
	height:4.25rem;
}
.banner .name{
	height: 0.9rem;
	line-height: 0.9rem;
	padding:0 0.2rem;
	font-size:0.28rem;
	color:#000;
}
.banner .nm{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.banner .swiper-pagination-bullet-active{
	background:#d43e35;
}
.ba_out{
	height: 5.15rem;
	overflow: hidden;
}
.h_handle{
	height: 0.9rem;
	line-height: 0.9rem;
	margin-top:0.2rem;
	border-bottom:1px solid #ececec;
	padding:0 0.3rem;
	display:flex;
	justify-content: space-between;
}
.h_handle .hover{
	position: relative;
	color:#09bb07;
}
.h_handle .hover i{
	display: block;
	width: 0.4rem;
	height: 0.05rem;
	background:#09bb07;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-0.2rem;
}
.h_con{
	display: none;
}
.show{
	display: block;
}
.h_item{
	padding:0.2rem 0.3rem;
	display: block;
	border-bottom:1px solid #f0f0f0;
	height: 1.35rem;
	position: relative;
}
.h_item .photo{
	display: block;
	width: 1.8rem;
	height: 1.35rem;
	position: absolute;
	right: 0.3rem;
	top: 0.2rem;
}
.h_item .photo img{
	display: block;
	width: 1.8rem;
	height: 1.35rem;
}
.h_item .name{
	color:#000;
	font-size:0.31rem;
	font-weight:400;
	/*width: 4.8rem;*/
	position: absolute;
	left: 0.3rem;
	top: 50%;
	line-height: 0.4rem;
	max-height:0.8rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
}

.h_item .pic{
	width: 4.8rem;
}
.h_item .right{
	right: 0.2rem;
}

.pd30{
	padding:0.3rem;
}
.vi_title{
	font-size:0.4rem;
	line-height: 0.56rem;
}
.vi_tag{
	height: 1.2rem;
	line-height: 0.8rem;
	color:#999;
}
.vi_tag span{
	color:#576b95;
}
.vi_tea{
	height: 1rem;
	line-height: 1rem;
	border:1px solid #808080;
	padding:0 0.35rem;
	color:rgb(115, 88, 66);
	position: relative;
	margin-bottom:1.2rem;
}
.vi_tea .tea{
	display: block;
	width: 1.5rem;
	position: absolute;
	right: 0.35rem;
	top: 0.2rem;
}
.vi_cnt{
	font-size:0.3rem;
	line-height: 1.8;
	letter-spacing:0.01rem;
	text-align:justify;
	text-justify:inter-ideograph;
}
.vi_cnt p{
	padding:0.06rem 0;
}
.vi_cnt img{
	display: block;
	width: 100%;
	height:auto;
}
.vi_cnt p span .button {
    width: 30%;
    height: 100px;
    z-index: 1;
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    font-size: 40px;
    color: white;
    padding: 0.5em 1em;
    outline: none;
    border: none;
    background-color: rgb(4, 133, 138);
}


.loadmore{
	display: block;
	height: 0.7rem;
	width: 100%;
	clear: both;
	background:url("../images/loadmore.png") no-repeat center center;
	background-size:auto 0.7rem;
}

.load_more{
	display: block;
	width: 100%;
	height:auto;
	clear: both;
}
.load_more img{
	display: block;
	width: 100%;
	height:auto;
}


/*抽奖按钮*/
.chouj {
    display: inline-block;
    width: 2.46rem;
    height: .66rem;
    line-height: .66rem;
    background: url(/images/pic2-bg1-hlg.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    font-size: .32rem;
    color: #fff;
    box-shadow: 0 3px 5px rgba(255,200,211,1);
    border-radius: .4rem;
}