body{
	background: #f5f4f1;
}
.full_boy{
	width: 100vw;
	height: 100vh;
	
}
#main{
	 width: 100%;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 overflow-y: scroll;
	 overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.i-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #dadada;
	height: 0.98rem;
	background: #fff;
	padding: 0 0.3rem;
	z-index: 1;
}
.i-footer ul{
	float: left;
	width: 100%;
}
.i-footer li{
	float: left;
	width: 25%;
}
.i-footer li a{
	display: block;
	font-size: 0.2rem;
	color: #9a9a9a;
	line-height: 0.4rem;
	text-align: center;
	padding-top: 0.18rem;
	height: 0.8rem;
}
.i-footer li .icon{
	width: 0.4rem;
	height: 0.4rem;
	display: block;
	margin: 0 auto 0;
	position: relative;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.i-footer li .icon i{
	position: absolute;
	right: -0.16rem;
	top: -0.13rem;
	width: 0.34rem;
	height: 0.34rem;
	overflow: hidden;
	line-height: 0.34rem;
	background: #f43530;
	border-radius: 50%;
	font-size: 0.22rem;
	color: #fff;
	font-style: normal;
}
.i-footer li.cur a{
	color: #d8a468;
}
.i-footer li:nth-child(1) .icon{
	background-image: url(../../img/f_ico1.png);
}
.i-footer li:nth-child(1).cur .icon{
	background-image: url(../../img/f_ico1_1.png);
}
.i-footer li:nth-child(2) .icon{
	background-image: url(../../img/f_ico2.png);
}
.i-footer li:nth-child(2).cur .icon{
	background-image: url(../../img/f_ico2_1.png);
}
.i-footer li:nth-child(3) .icon{
	background-image: url(../../img/f_ico3.png);
}
.i-footer li:nth-child(3).cur .icon{
	background-image: url(../../img/f_ico3_1.png);
}
.i-footer li:nth-child(4) .icon{
	background-image: url(../../img/f_ico4.png);
}
.i-footer li:nth-child(4).cur .icon{
	background-image: url(../../img/f_ico4_1.png);
}
.submit-btn {
    display: block;
    margin: 0.6rem 0.3rem 0;
    padding: 0.2rem 0;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    background-image: url(../../img/x_btn2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.34rem;
    color: #fff;
}
.code-btn{
	width: 2.56rem;
	height: 0.9rem;
	box-sizing: border-box;
	padding: 0.3rem;
	line-height: 0.3rem;
	background:#d8a468 ;
	border: none;
	color: #FFFFFF;
}
.color_hong{
	color: #FF3B30!important;
}
.color_orange{
	color:#d1a162 ;
}
.hidden{
	display: none;
}
.active{
	display: block;
}
.line{
	height: 0.2rem;
	width: 100%;
	background: #F5F4F1;
}
.submit-btn1{
	 display: block;
    margin: 0.3rem 0.3rem 0;
    padding: 0.2rem 0;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    background-image: url(../../img/x_btn2s.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.34rem;
    color: #bebebe;
}
.price_p{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.black_box{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    /*display: none;*/
    z-index: 999;
}
.kefu_tel {
    width: 5.4rem;
    height: 2.5rem;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}
.tel_box {
    padding-top: 0.4rem;
    height: 1.7rem;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E8E8;
    line-height: 1.6;
}
.tel_box h3 {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1.6;
}
.tel_box .tel1 {
    font-size: 0.24rem;
    font-weight: normal;
}
.tel_controll a:first-child {
    border-right: 1px solid #E8E8E8;
    box-sizing: border-box;
}
.tel_controll a {
    font-size: 0.28rem;
    display: inline-block;
    width: 50%;
    height:0.8rem;
    line-height: 0.8rem;
    color: #1E82D2;
    box-sizing: border-box;
}
.loading{
	height: 0.72rem;
	text-align: center;
	font-size: 0.24rem;
	color: #999999;
	display: none;
}
.loading-box{
	height: 0.32rem;
	padding: 0.2rem 0;
	display: inline-block;
	line-height: 0.32rem;
}
.loading-box img{
	width: 0.32rem;
	height: 0.32rem;
}

[v-cloak] {
  display: none;
}
li.nullBox{
	height: 2.4rem!important;
	background: none!important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;	
}
.nullBg{
	width:1.5rem;
	height: 1.5rem;
	margin: auto;
	background: url(../../img/img61.png) no-repeat center;
	background-size:1.5rem 1.5rem ;
	
}
li.nullBox p{
	text-align: center;
	line-height: 0.48rem;
	font-size: 0.32rem;
	margin-top: 0.4rem;
}
.nullBox {
    height: 2.4rem!important;
    background: none!important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.nullBox p {
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.32rem;
    margin-top: 0.4rem;
}
.GoodsCharacter {
    font-size: 0.24rem;
    display: inline-block;
    background: #1c9a00;
    color: #FFFFFF;
    padding: 0 0.2rem;
    border-radius: 2px;
}
.GoodsCharacter.cur{
	background: #e31f2c;
}

































