﻿/*通用类*/
*{
	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.24rem;
}

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;	
}


/*fenxiao*/

.fxbg{
	background:#f5e7da; /* 一些不支持背景渐变的浏览器 */  
	background:linear-gradient(to bottom, #f5e7da, #fafafa);
	background:-moz-linear-gradient(to bottom, #f5e7da, #fafafa);
	background:-webkit-gradient(to bottom, #f5e7da, #fafafa);
	background:-o-linear-gradient(to bottom, #f5e7da, #fafafa);
}

.fx_area1{
	height: 2rem;
	position: relative;
}
.fx_area1 .face{
	position: absolute;
	left: 0.3rem;
	top: 0.55rem;
	width: 1rem;
	height: 1rem;
	border:1px solid #fff;
	border-radius:100%;
}
.fx_area1 .face img{
	display: block;
	width: 1rem;
	height: 1rem;
	border-radius:100%;
}
.fx_area1 .v{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background:url("/addons/yy_shequn2/template/mobile/images/v.png") no-repeat center center;
	background-size:100% 100%;
}
.fx_area1 dl{
	padding:0.42rem 0 0 1.6rem;
}
.fx_area1 dt{
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.28rem;
}
.fx_area1 dd{
	color:#6d6862;
}
.fx_area1 .txa{
	display: block;
	width: 1.8rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	border-radius:0.35rem;
	background:#e7ac74;
	color:#fff;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top:-0.35rem;
}
.fx_area2{
	width: 6.9rem;
	height: 2rem;
	margin:0 auto;
	background:#fff;
	position: relative;
	border-radius:0.2rem;
	display: flex;
    justify-content:space-around;
}
.fx_area2 a{
	float: left;
	display: block;
	text-align: center;
	width: 50%;
	height: 2rem;
	box-sizing:border-box;
	padding-top:0.5rem;
	line-height: 0.7rem;
	font-size:0.24rem;
	color:#666;
}
.fx_area2 img{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	margin:0 auto;
}
.fx_area2 .fg{
	height: 1rem;
	border-left:1px solid #f1f1f1;
	left: 32%;
	top: 0.5rem;
	position: absolute;
}

.fx_area2 .fg2{
	height: 1rem;
	border-left:1px solid #f1f1f1;
	left: 67%;
	top: 0.5rem;
	position: absolute;
}

.fx_area3{
	display: block;
	line-height: 1.1rem;
	height: 1.1rem;
	width: 6.9rem;
	margin:0.24rem auto 0 auto;
	background:#fff url("/addons/yy_shequn2/template/mobile/images/fx3.png") no-repeat right center;
	background-size:auto 0.2rem;
	border-radius:0.2rem;
	font-size:0.28rem;
	text-indent:0.3rem;
	color:#000;
}
.fx_handle{
	height: 1rem;
	line-height: 1rem;
	clear: both;
	text-align: center;
	margin-top:0.24rem;
	border-bottom:1px solid #eaeaea;
	font-size:0.28rem;
}
.fx_handle .btn{
	float: left;
	display: block;
	width: 50%;
	text-align: center;
	position: relative;
	color:#101010;
}
.fx_handle .hover{
	color:#dea56c;
}
.fx_handle .hover i{
	display: block;
	width: 0.6rem;
	height: 0.04rem;
	border-radius:0.02rem;
	background:#dea56c;
	position: absolute;
	left: 50%;
	bottom: 0.18rem;
	margin-left:-0.3rem;
}

.fx_base{
	display: none;
}
.show{
	display: block;
}
.fx_base .btns{
	height: 0.86rem;
	line-height: 0.86rem;
	clear: both;
}
.fx_base .btn{
	width: 16.6%;
	text-align: center;
	float: left;
	display: block;
	font-size:0.28rem;
}
.fx_base .hover{
	color:#e6a469;
}
.fx_con{
	display: none;
}
.show{
	display: block;
}
.fx_con .tip{
	height: 0.8rem;
	line-height: 0.8rem;
	background:#fff1e4 url("/addons/yy_shequn2/template/mobile/images/fx_tip.png") no-repeat 0.3rem center;
	background-size:auto 0.3rem;
	padding-left:0.76rem;
	position: relative;
}
.fx_con .close{
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 0;
	top: 0;
	background:url("/addons/yy_shequn2/template/mobile/images/fx_close.png") no-repeat center center;
	background-size:0.18rem 0.18rem;
}
.empty{
	text-align: center;
	padding-top:0.36rem;
}
.empty img{
	display: block;
	height: 1.72rem;
	margin:0 auto;
}
.empty .ti{
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	color:#b4b4b4;
	font-size:0.28rem;
}
.fx_list{
	width: 6.9rem;
	margin:0 auto 0.3rem auto;
	background:#fff;
	border-radius:0.2rem;
	box-sizing:border-box;
	padding:0 0.3rem;
}
.fx_item{
	height: 1.4rem;
    border-bottom: 1px solid #ededed;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.fx_item:last-child{
	border:0;
}
.fx_item .face{
	float: left;
	width: 0.8rem;
	height: 0.8rem;
	border-radius:100%;
	overflow: hidden;
	margin:0.3rem 0 0 0;
}
.fx_item .face img{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
}
.fx_item .name{
	float: left;
	line-height: 1.4rem;
	padding-left:0.3rem;
	font-size:0.3rem;
}
.fx_item dl{
	float: right;
    text-align: right;
    padding-top: 0.3rem;
    justify-content: flex-end;
    margin-left: auto;
}
.fx_item dt{
	font-size:0.28rem;
	line-height: 1.8;
	color:#f1b5b5;	
}
.fx_item dd{
	color:#7d7b7b;
}

/*fenxiao*/

/*haibao*/

.hb_title{
	text-align: center;
	padding:0.6rem 0 0.5rem 0;
}
.hb_title dt{
	height: 0.7rem;
	line-height: 0.7rem;
	font-size:0.36rem;
	color:#000;
}
.hb_title dd{
	height: 0.6rem;
	line-height: 0.6rem;
	color:#999;
	font-size:0.3rem;
}
.poster{
	display: block;
	width: 6rem;
	height:9rem;
	margin:0 auto;
}
.hb_tip{
	text-align: center;
	font-size:0.32rem;
	padding:0.4rem 0;
	letter-spacing:0.05rem;
}

/*haibao*/

.yq_title{
	padding:0.3rem 0.3rem 0 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.26rem;
	color:#6c6c6c;
}
.yq_title span{
	color:#e6a76b;
}
.fx_list2{
	margin-bottom:0;
}
.yd_tip{
	width: 6.9rem;
	margin:0 auto 0.24rem auto;
	color:#999;
	height: 0.3rem;
	line-height: 0.3rem;
	text-indent:0.4rem;
	background:url("/addons/yy_shequn2/template/mobile/images/yd_tip.png") no-repeat left center;
	background-size:auto 100%;
}

.get_face{
	display: block;
	margin:0.5rem auto 0.2rem auto;
	width: 1rem;
	height: 1rem;
	border-radius:100%;
	position: relative;
	overflow: hidden;
}
.get_face img{
	display: block;
	width: 1rem;
	height: 1rem;
}
.get_title{
	width: 6.3rem;
	height: 0.74rem;
	line-height: 0.74rem;
	font-size:0.28rem;
	padding-left:0.5rem;
	margin:0 auto;
	background:url("/addons/yy_shequn2/template/mobile/images/get_title.png") no-repeat 0.1rem center;
	background-size:auto 0.35rem;
	color:#202020;
}
.get_a1{
	width: 6.8rem;
	height: 1.3rem;
	margin:0 auto 0.15rem auto;
	border-radius:0.1rem;
	background:#6934ff;
	position: relative;
}
.get_a1 dl{
	position: absolute;
	left: 0.3rem;
	top: 0.24rem;
	line-height: 0.4rem;
}
.get_a1 dt{
	height: 0.4rem;
	line-height: 0.4rem;
	color:#fff;
	opacity: 0.5;
}
.get_a1 dd{
	font-size:0.26rem;
	font-weight: bold;
	color:#fff;
}
.get_a1 .geta{
	display: block;
	width: 1.2rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius:0.3rem;
	background:rgba(255,255,255,0.3);
	text-align: center;
	color:#fff;
	right: 0.3rem;
	top: 50%;
	margin-top:-0.35rem;
	position: absolute;
}

.get_a2{
	width: 6.8rem;
	height: 1.3rem;
	margin:0 auto 0.15rem auto;
	border-radius:0.1rem;
	background:#fe4392;
	position: relative;
}
.get_a2 dl{
	position: absolute;
	left: 0.3rem;
	top: 0.24rem;
	line-height: 0.4rem;
}
.get_a2 dt{
	height: 0.4rem;
	line-height: 0.4rem;
	color:#fff;
	opacity: 0.5;
}
.get_a2 dd{
	font-size:0.26rem;
	font-weight: bold;
	color:#fff;
}
.get_title2{
	width: 6.3rem;
	height: 0.74rem;
	line-height: 0.74rem;
	font-size:0.28rem;
	padding-left:0.5rem;
	margin:0 auto;
	background:url("/addons/yy_shequn2/template/mobile/images/get_title2.png") no-repeat 0.1rem center;
	background-size:auto 0.35rem;
	color:#202020;
}
.get_list{
	width: 6.8rem;
	margin:0 auto;
}
.get_list li{
	height: 0.7rem;
	line-height: 0.7rem;
	border-top:1px solid #f1f1f1;
	font-size:0.22rem;
	color:#999;
}
.get_empty{
	text-align: center;
	color:#b4b4b4;
	margin:0.4rem 0;
	line-height: 1rem;
	font-size:0.28rem;
	padding-top:1.3rem;
	background:url("/addons/yy_shequn2/template/mobile/images/emp.png") no-repeat top center;
	background-size:auto 1.3rem;
	height: 1rem;
	line-height: 1rem;
}
.noorder{
	text-align: center;
    color: #b4b4b4;
    margin: 0 auto;
    margin-top: 20%;
    line-height: 1rem;
    font-size: 0.28rem;
    padding-top: 1.3rem;
    background: url("/addons/yy_shequn2/template/mobile/images/emp.png") no-repeat top center;
    background-size: auto 1.3rem;
}
.get_tip{
	width: 6.8rem;
	margin:0.2rem auto;
	border-top:1px solid #f1f1f1;
	padding:0.22rem 0;
	line-height: 0.4rem;
	color:#999;
}
.get_tip .t1{
	color:#fc4b94;
}

.header{
	height: 1rem;
	line-height: 1rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	border-bottom:1px solid #e4e4e4;
	background:#fff;
	font-size:0.38rem;
	font-weight: bold;
	text-align: center;
}
.header .backa{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	background:url("/addons/yy_shequn2/template/mobile/images/backa.png") no-repeat center center;
	background-size:0.37rem 0.37rem;
}
.header_zw{
	height: 1rem;
	clear: both;
	padding-bottom:1px;
}
.wa_header{
	height: 0.8rem;
	width: 90%;
	margin:1rem auto 0.5rem auto;
	position: relative;
}
.wa_header .line{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	border-top:1px solid #97c7f3;
}
.wa_header .face{
	width: 0.8rem;
	height: 0.8rem;
	border-radius:100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-0.4rem;
	z-index: 10;
}
.wa_header .face img{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
}
.wa_wait{
	text-align: center;
	color:#85c3fa;
	font-size:0.32rem;
}
.wa_wait img{
	display: block;
	width: 2rem;
	height: 2rem;
	margin:0.3rem auto;
}

.g2_title{
	height: 0.8rem;
	line-height: 0.8rem;
	background:#acbac7;
	font-size:0.32rem;
	color:#fff;
	padding:0 0.3rem;
}
.g2_fm{
	padding:0 0.3rem 0.3rem 0.3rem;
}
.g2_in{
	height: 1.2rem;
	position: relative;
	border-bottom:1px solid #e1e1e1;
}
.g2_in .tit{
	line-height: 1.2rem;
	font-size:0.35rem;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.g2_in .tit em{
	color:#ff031a;
	padding-left:0.1rem;
}
.g2_in .text{
	position: absolute;
	right: 0;
	top: 0;
	height: 1.2rem;
	width: 100%;
	text-align:right;
	border:0;
	background:none;
	font-size:0.3rem;
}
.g2_title2{
	height: 1rem;
	line-height: 1rem;
	font-size:0.3rem;
}
.g2_title2 em{
	color:#ff031a;
	padding-left:0.1rem;
}
.g2_up{
	width: 6.9rem;
	margin:0 auto;
	border:1px dashed #e3e1e1;
	box-sizing:border-box;
	padding:0.3rem;
}
.g2_up .up{
	width: 3rem;
	height: 3rem;
	border:1px dashed #e3e1e1;
	background:url("/addons/yy_shequn2/template/mobile/images/g2_up.jpg") no-repeat center center;
	background-size:100% 100%;
	float: left;
}
.g2_up .re{
	display: inline-block;
	float: left;
	border:1px solid #e3e1e1;
	height: 0.5rem;
	line-height: 0.5rem;
	padding:0 0.2rem;
	border-radius:0.1rem;
	margin-left:0.4rem;
	display: none;
}
.g2_up .thumb{
	float: left;
	width: 4.2rem;
	display: none;
}
.g2_up .thumb img{
	display: block;
	width: 100%;
	height:auto;
}

.g2_ok{
	display: block;
	width: 4.9rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius:0.1rem;
	background:#22ab38;
	margin:0.8rem auto 0.5rem auto;
	text-align: center;
	font-size:0.3rem;
	color:#fff;
}
.footer{
	position:fixed;
	bottom:0;
	display:flex;
	align-items:center;
	height:1.14rem;
	width:100%;
	z-index:100;
	border-top:1px solid #efefef;
	background-color:#fff;
}
.footer2 .foot{
	width:25%;
}

.footer2 .menus{
	width:100%;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;	
}
.footer2 .foot{
	width:25%;	
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:space-between;	
}

.footer2 .foot p{
	font-size:0.28rem;
	text-align:center;
	margin-top:0.06rem;
	
}
.footer2 .foot a{
	margin:0 auto;
	text-decoration:none;
	color:#999;
}
.footer2 .foot .hover p{
	color:#33b9c4;	
}

.footer2 .foot .ico{
	display:block;
	height:0.5rem;
	width:100%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto 200%;	
}
.footer2 .foot .hover .ico{
	background-position:bottom center;	
}
.footer2 .foot .ico1{
	background-image:url("/addons/yy_shequn2/template/mobile/images/homet.png");	
}
.footer2 .foot .ico2{
	background-image:url("/addons/yy_shequn2/template/mobile/images/client.png");	
}
.footer2 .foot .ico3{
	background-image:url("/addons/yy_shequn2/template/mobile/images/agency.png");	
}
.footer2 .foot .ico4{
	background-image:url("/addons/yy_shequn2/template/mobile/images/my.png");	
}

.pay_ok{
	width: 4.4rem;
	height: 4.4rem;
	position: fixed;
	left: 50%;
	top: 1rem;
	z-index: 200;
	margin-left:-2.2rem;
}
.pay_ok .tip{
	text-align: center;
	margin-top:0.9rem;
	padding-top:0.7rem;
	line-height: 1rem;
	font-size:0.28rem;
	background:url("/addons/yy_shequn2/template/mobile/images/pay_ok.png") no-repeat top center;
	background-size:auto 0.7rem;
}
.pay_ok .ok{
	display: block;
	width: 3.14rem;
	height: 0.74rem;
	line-height: 0.74rem;
	margin:0.3rem auto;
	background:#52c41a;
	border-radius:0.1rem;
	font-size:0.32rem;
	color:#fff;
	text-align: center;
}