﻿*{
	padding: 0;
	margin: 0;
}
html{
  background-image:url(../images/bg-yellow.png);
  background-size:100%;
}
body{background:transparent;}
html,body{
    font-family: "微软雅黑";
    margin: 0 auto;    
    /*max-width: 640px;
    隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style:none;
    /*火狐下隐藏滚动条*/
    overflow:-moz-scrollbars-none;
}
::-webkit-scrollbar{
  display:none;
}
/*
input[type="button"], input[type="submit"], input[type="reset"] {
　　-webkit-appearance: none;
}
textarea {
　　-webkit-appearance: none;
}   
.button{ border-radius: 0; }

a{
	text-decoration: none;
}
ul,li{
	list-style: none;
} 
input{
	border: none;
}
input,textarea:focus{
	outline: none;
}
textarea{
	resize: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}   
input{ border-radius: 0; } 
input {-webkit-appearance:none;}
.clear:after{
	display: block;
  overflow: hidden;
	clear: both;
	content: '';
	height: 0;
	font-size: 0;
	line-height: 0;
} 
*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.tc{
	text-align: center;
}
.flex{
  display: flex;
  align-items: center;
}
.flex2{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.db{
  display: block;
}


.common_img{
  width: 100%;
  height: 100%;
}
.commom_bg{
  background: #ee8086;
}
.common_type{
  position: relative;
  border-radius: 6px;
}
.common_div{
  padding-top: .3rem;
}
.common_mt{
  margin-top: .533rem;
}
.common_block{
  margin: 0 auto;   
  width: 70%;
  font-size: .374rem;
  font-family: 苹方;
  font-weight: 600;
  color: #fff;
  line-height: .8rem;
  background: #d10034;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.white{
  background: #fff;
}
.postion_img{
  position: absolute;
  left: 10%;
  top: 0;
  margin: 0 auto;
  width: 80%;
}
.tousu{
  position: fixed;
  right: 0;
  top: 73%;
  padding: .267rem .13rem;
  width: 6%;
  font-size: .373rem;
  color: #fff;
  background: url('../images/bg2.png') repeat;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tousu img{
  width: 64%;
}

.tanchu{
  display: none;
}
.same_feku{
  position: fixed;
  right: 0;
  top: 13%;
  padding: .267rem .13rem;
  width: 6%;
  font-size: .373rem;
  color: #fff;
  background: url('../images/bg2.png') repeat;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.same_bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  z-index: 6;
}
.same_con{
  position: fixed;
  left: 4%;
  top: 10%;
  width: 92%;
  background: #fff;
  z-index: 7;
}
.same_header{
  padding: .35rem 0;
  background: #F1F1F1;
}
.same_title{
  margin-bottom: .25rem;
  font-size: .6rem;
}
.same_tips{
  font-size: .45rem;
  color: #ee8086;
}
.same_close{
  position: absolute;
  top: .3rem;
  right: 4%;
  width: 8%;
}
.same_main{
  padding: .7rem 0;
}
.same_name{
  margin-left: 10%;
  font-size: .5rem;
}
.same_wx{
  display: block;
  margin: .5rem auto .4rem;
  width: 50%;
}
.same_p{
  font-size: .5rem;
}



.recommand{
  padding: 1rem 1.5% 0;
}
.recommand>img{
  width: 100%;
}
.rdicons{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rdicons li{
  width: 23%;
  margin-bottom: 1rem;
}
.rdicons li a{
  text-decoration: none;
}
.rdicons li img{
  width: 100%;
}
.rdicons li p{
  margin-top: .3rem;
  text-align: center;
  color: #fff;
  font-size: 0.3rem;
}
.lnys{
  margin-bottom: 1rem;
}
.index_txt2{
  margin-bottom: 1rem;
}


.current a div{color:#b4181f;}
.footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 75;
  box-shadow: 0px 2px 16px 0px rgba(80, 76, 76, 0.35);

}
.footer_li{
  padding: 6px 0;
  width: 25%;
  text-align: center;
  font-size: 13px;
}
.footer>li>a{
  font-size: 13px;
  color: #999;
}
.footer_li .clicked{
  color: #ac834d;
}
.footer_li a img{
  width:24px;
}
.footer>li>a>img{
  margin: 0 auto;
  width: 30%;
}
.footer_li_diff .img{
  display: none;
}
.footer_li_diff .img_h{
  display: block;
}
.footer_li_diff{
  background: #fff;
}
.footer_li_diff .footer_s{
  display: none;
}
.footer_li_diff .footer_c{
  display: block;
}
.footer_c{
  display: none;
}

.l_tips{font-size:12px;color:#685554;}