﻿/*通用类*/
*{
	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;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#333;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#333;
	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;	
}

.header{
	height: 1.2rem;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background:#fff;
	box-shadow:0 0 0.1rem rgba(0,0,0,0.2);
}
.header .menu_btn{
	float: left;
	width: 1.2rem;
	height: 1.2rem;
	background:url("../images/menu.png") no-repeat center center;
	background-size:auto 0.4rem;
}
.header .logo{
	display: block;
	height: 1.2rem;
	float: left;
}
.header .logo img{
	display: block;
	height: 1.2rem;
}
.header .crts{
	float: right;
	padding-right:0.2rem;
}
.header .crts a{
	display: block;
	width: 0.9rem;
	height: 1.2rem;
	float: left;
	position: relative;
}
.header .crts em{
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	line-height: 0.34rem;
	text-align: center;
	background:#ffe7e7;
	border-radius:100%;
	position: absolute;
	right: 0;
	top: 0.15rem;
	font-size:0.16rem;
	color:#eb3e3e;
}
.header .crts .a1{
	background:url("../images/hc1.png") no-repeat center center;
	background-size:auto 0.44rem;
}
.header .crts .a2{
	background:url("../images/hc2.png") no-repeat center center;
	background-size:auto 0.44rem;
}
.header .crts .a3{
	background:url("../images/hc3.png") no-repeat center center;
	background-size:auto 0.44rem;
}
.header_zw{
	height: 1.2rem;
	clear: both;
}
.header2{
	box-shadow:0 0.05rem 0.05rem rgba(0,0,0,0.2);
	height: 0.9rem;
	position: fixed;
	left: 0;
	top: 1.2rem;
	border-top:1px solid #ccc;
	z-index: 110;
	width: 100%;
	background:#fff;
}
.header2_zw{
	height: 0.9rem;
	clear: both;
}
.header2 .backa{
	position: absolute;
	left: 0.2rem;
	top: 0;	
	line-height: 0.9rem;
	font-size:0.32rem;
	/*padding-left:0.55rem;
	background:url("../images/backa.png") no-repeat left center;*/
	background-size:auto 0.3rem;
        width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header3{	
	height: 0.9rem;
	position: fixed;
	left: 0;
	top: 1.2rem;
	border-top:1px solid #eee;
	border-bottom:1px solid #ccc;
	z-index: 110;
	width: 100%;
	background:#fff;
}
.header3_zw{
	height: 0.9rem;
	clear: both;
	padding-top:2px;
}
.header3 .backa{
	position: absolute;
	left: 0.2rem;
	top: 0;	
	line-height: 0.9rem;
	font-size:0.32rem;
	padding-left:0.55rem;
	background:url("../images/backa.png") no-repeat left center;
	background-size:auto 0.3rem;
}
.po_sort{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 110;
}
.po_sort .handle{
	height: 0.9rem;
	line-height: 0.9rem;
	text-align:right;
	font-size:0.32rem;	
	color:#666;
	padding-right:0.56rem;
	background:url("../images/sortby.png") no-repeat right center;
	background-size:auto 0.56rem;
}
.po_sort ul{
	width: 3.1rem;
	padding-right:0.2rem;
	position: absolute;
	right: 0;
	top: 0.9rem;
	z-index: 110;
	background:#fff;
	box-shadow:-0.05rem 0.05rem 0.05rem rgba(0,0,0,0.2);
	display: none;
}
.po_sortdown ul{
	display: block;
}
.po_sort li{
	height: 0.64rem;
	line-height: 0.64rem;
	border-bottom:1px solid #ccc;
}
.po_sort li a{
	display: block;
	padding-left:0.35rem;
	height: 0.64rem;
	color:#999;
}
.po_sort li:last-child{
	border:0;
}

.banner{
	width:100%;
}
.banner .swiper-slide{
	width:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:auto;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#f5f5f5;
	border:1px solid #d89f77;
}
.banner .swiper-pagination-bullet-active{
	background:#d89f77;
}

.menu_flog{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 110;
	background:rgba(0,0,0,0.5);
	display: none;
}
.menu_win{
	width: 5.7rem;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 130;
	background:#f8f8f8;
	display: none;
	overflow-x:hidden;
	overflow-y:auto;
}
.menu_win .tps{
	height: 1.3rem;
	line-height: 1.3rem;
	background:#fff;
	margin-bottom:0.16rem;
}
.menu_win .face{
	width: 1.2rem;
	height: 1.3rem;
	float: left;
	background:url("../images/hc3.png") no-repeat center center;
	background-size:auto 0.45rem;
}
.menu_win .tps a{
	font-size:0.32rem;
	text-decoration: underline;
	margin-right:0.65rem;
}
.menu_win .cts{
	padding:0 0.4rem 0 0.3rem;
	background:#fff;
	margin-bottom:0.16rem;
}
.menu_win .fls{
	padding-bottom:0.2rem;
	border-bottom:1px solid #ddd;
}
.menu_win .fls:last-child{
	border:0;
}
.menu_win .title{
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.32rem;
}
.menu_win .links{
	display:flex;
	justify-content: space-between;
	height: 0.54rem;
}
.menu_win .links .a1{
	width: 1.5rem;
	height: 0.54rem;
	line-height: 0.54rem;
	border-radius:0.05rem;
	background:#f0f0f0;
	text-align: center;
	font-size:0.26rem;
	color:#999;
}
.menu_win .links .a2{
	width: 1.2rem;
	height: 0.54rem;
	line-height: 0.54rem;
	border-radius:0.05rem;
	background:#f0f0f0;
	text-align: center;
	font-size:0.26rem;
	color:#999;
}
.menu_win .links .hover{
	color:#fff;
	background:#d89e76;
}
.menu_win .fz{
	border-bottom:1px solid #ddd;
}
.menu_win .fz:last-child{
	border:0;
}
.menu_win .btn{
	display: block;
	height: 0.88rem;
	line-height: 0.88rem;
	font-size:0.32rem;
	background:url("../images/sj.png") no-repeat right center;
	background-size:auto 0.25rem;
}
.menu_win .lks{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding-bottom:0.2rem;
}
.menu_win .bn{
	display: block;
	width: 1.5rem;
	height: 1.3rem;
	background:#f0f0f0;
	margin-bottom:0.2rem;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.2rem;
	color:#666;
	font-size:0.24rem;
	white-space:nowrap;
	line-height: 1.4;
	position: relative;
}
.menu_win .bn img{
	display: block;
	height: 0.44rem;
	margin:0 auto;
}
.menu_win .zw{
	width: 1.5rem;
	height: 0;
}
.menu_win .bn em{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius:100%;
	background:#ffe7e7;
	z-index: 10;
	right: 0.15rem;
	top: 0.15rem;
	font-size:0.2rem;
	font-family:arial;
	color:#eb3e3e;
	position: absolute;
}
.menu_win .outa{
	display: block;
	width: 3.2rem;
	height: 0.7rem;
	line-height: 0.7rem;
	margin:0.4rem auto;
	background:#fff;
	font-size:0.32rem;
	text-align: center;
}

.footer{
	height: 1.2rem;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background:#fff;
	box-shadow:0 0 0.15rem rgba(0,0,0,0.15);
}
.footer a{
	display: block;
	width: 20%;
	height: 1.2rem;
	float: left;
	text-align: center;
	box-sizing:border-box;
	padding-top:0.15rem;
	line-height: 2;
}
.footer .ico{
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:auto 200%;
}
.footer .ico1{
	background-image:url("../images/ft_ico1.png");
}
.footer .ico2{
	background-image:url("../images/ft_ico2.png");
}
.footer .ico3{
	background-image:url("../images/ft_ico3.png");
}
.footer .ico4{
	background-image:url("../images/ft_ico4.png");
}
.footer .hover .ico{
	background-position:bottom center;
}
.footer .hover{
	color:#d89e76;
}
.ft_logo{
	background:url("../images/ft_logo.png") no-repeat center center;
	background-size:auto 100%;
}
.footer_zw{
	height: 1.2rem;
	clear: both;
}

.hpro{
	padding:0 0.25rem 0.4rem 0.25rem;	
}
.hpro .title{
	text-align: center;
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size:0.32rem;
	font-weight: bold;
}
.hpro .wps{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.hpro .zw{
	height: 0;
	width: 3.4rem;
}
.hp_item{
	display: block;
	width: 3.4rem;
	height: 5.5rem;	
	text-align: center;
}
.hp_item .photo{
	display: block;
	padding:0.1rem;
	box-shadow:0 0 0.1rem rgba(0,0,0,0.15);
	background:#fff;
	margin-bottom:0.2rem;
}
.hp_item .photo img{
	display: block;
	width: 3.2rem;
	height: 3.2rem;
}
.hp_item .name{
	height: 0.4rem;
	line-height: 0.4rem;
    display: inline-block;
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hp_item .price{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.28rem;
	color:#d89f77;
	font-family:arial;
}
.hp_item .carta{
	display: block;
	width: 2.7rem;
	height: 0.6rem;
	line-height: 0.6rem;
	margin:0 auto;
	background:#fff;
}
.see_more{
	display: block;
	width: 3.2rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border:1px solid #333;
	margin:0 auto;
	font-size:0.28rem;
	text-align: center;
}
.hsub{
	background:#f4efe9;
	padding:0 0.3rem 0.4rem 0.3rem;
}
.hsub .title{
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	font-size:0.32rem;
}
.hsub .ctrls{
	padding-top:0.45rem;
	text-align: center;
}
.hsub .ctrls a{
	display: inline-block;
	width: 0.44rem;
	height: 0.44rem;
}
.hsub .ctrls img{
	display: block;
	width: 0.44rem;
	height: 0.44rem;
}
.hsub .ss{
	height: 0.8rem;
	background:#fff;
	position: relative;
}
.hsub .text{
	padding-left:0.28rem;
	height: 0.8rem;
	border:0;
	width: 4.4rem;
}
.hsub .sub{
	width: 1.9rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background:#eed3be;
	font-size:0.3rem;
	font-weight: bold;
	color:#fff;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	z-index: 10;
}
.hcnt{
	background:#fff;
	padding:0 0.3rem 0.4rem 0.3rem;
}
.hcnt .title{
	height: 1.32rem;
	line-height: 1.32rem;
	font-size:0.34rem;
	font-weight: bold;
	color:#000;
	position: relative;
}
.hcnt .title i{
	width: 1.7rem;
	height: 0.05rem;
	background:#eed3be;
	position: absolute;
	left: 0;
	bottom: 0.3rem;
}
.hcnt li{
	font-size:0.28rem;
	line-height: 0.4rem;
	color:#666;
	position: relative;
	padding-left:0.6rem;
	margin-bottom:0.25rem;
}
.hcnt li img{
	display: block;
	height: 0.4rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-0.2rem;
}
.ca_wp{
	padding:0.2rem 0.3rem;
}
.ca_search{
	height: 0.7rem;
	background:#fff;
	border-radius:0.1rem;
	position: relative;
	overflow: hidden;
}
.ca_search .text{
	height: 0.7rem;
	padding-left:0.3rem;
	width: 5rem;
	line-height: 0.7rem;
	border:0;
	background:none;
	font-size:0.28rem;
}
.ca_search .text2{
	background:#eee;
	width: 5.65rem;
	border-radius:0.1rem;
}
.ca_search .sub{
	width: 1.14rem;
	height: 0.7rem;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background:#333 url("../images/ca_sub.png") no-repeat center center;
	background-size:0.42rem 0.42rem;	
	border-radius:0.1rem 0 0 0.1rem;
}
.ca_fls{
	margin-top:0.2rem;
}
.ca_fls .handle{
	/*height: 0.95rem;*/
	line-height: 0.5rem;
	border-radius:0.1rem;
	background:#fff url("../images/ca_jt.png") no-repeat right top;
	background-size:auto 200%;
	font-size:0.28rem;
	padding-left:0.25rem;
}
.ca_flsdown .handle{
	color:#d89f77;
	background-position:right bottom;
}
.ca_fls .down{
	display: none;
	flex-wrap:wrap;
	justify-content: space-between;
}
.ca_flsdown .down{
	display:flex;
}
.ca_fls .btn{
	display: block;
	width: 3.35rem;
	height: 0.7rem;
	margin-top:0.2rem;
	background:#fff;
	font-size:0.24rem;
	line-height: 0.28rem;
	color:#666;
	position: relative;
}
.ca_fls .btn span{
	position: absolute;
	display: block;
	padding:0 0.25rem;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ca_fls .zw{
	width: 3.35rem;
	height: 0;
}
.ca_wp .bn{
	display: block;
	height: 0.95rem;
	line-height: 0.95rem;
	border-radius:0.1rem;
	margin-top:0.2rem;
	background:#fff;	
	font-size:0.28rem;
	padding-left:0.25rem;
}
.pro_cla{
	padding:0.3rem 0;
	overflow-x:auto;
	height: 0.6rem;
	overflow-y:hidden;
}
.pro_cla .s_list{
	padding-right:0.2rem;
}
.pro_cla a{
	display: inline-block;
	box-sizing:border-box;
	height: 0.6rem;
	line-height: 0.55rem;
	border:1px solid #ddd;
	border-radius:0.1rem;
	background:#fff;
	padding:0 0.2rem;
	white-space:nowrap;
	float: left;
	margin-left:0.2rem;
}
.pro_cla .hover{
	color:#ce5d0e;
	background:#fbf3ee;
	border:1px solid #ce5d0e;
}

.cn_fls{
	background:#fff;
	margin-bottom:0.15rem;
	position: relative;
}
.cn_fls .tit{
	font-size:0.32rem;
	
	height: 1rem;
	line-height: 1rem;
	padding-left:1rem;
	float: left;
}
.cn_fls .tip{	
	padding:0 0 0.3rem 1rem;
	font-size:0.28rem;
	line-height: 0.36rem;
	color:#999;
}
.cn_fls img{
	display: block;
	width: 1rem;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0;
}
.cn_fls .tel{
	font-size:0.28rem;
	line-height: 1.05rem;
	color:#999;
	padding-left:0.2rem;
	float: left;
}
.cn_fls .tip2{
	text-decoration: underline;
}
.cn_map{
	width: 6.9rem;
	margin:0 auto 0.3rem auto;
}
.cn_map img{
	display: block;
	width: 100%;
	height:auto;
}
.hot_pro{
	padding-bottom:0.4rem;
}
.hot_pro .title{
	text-align: center;
	height: 0.88rem;
	line-height: 0.88rem;
	border-top:1px solid #e3bb9f;
	border-bottom:1px solid #e3bb9f;
	background:#fff;
	font-size:0.3rem;
	margin-bottom:0.2rem;
}
.hot_pro .wps{
	padding:0 0.25rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.hot_pro .zw{
	width: 2.2rem;
	height: 0;
}
.ht_item{
	display: block;
	width: 2.2rem;
	height: 3.6rem;
	text-align: center;
}
.ht_item .photo{
	display: block;
	box-shadow:0 0 0.15rem rgba(0,0,0,0.15);
	padding:0.1rem;
	height: 2rem;
	background:#fff;
	margin-bottom:0.14rem;
}
.ht_item .photo img{
	display: block;
	width: 2rem;
	height: 2rem;
}
.ht_item .price{
	color:#d89f77;
	line-height: 1.8;
}
.wb{
	background:#fff;
}
.now_pos{
	height: 0.8rem;
	line-height: 0.8rem;
	padding:0 0.3rem;	
}
.po_out{
	height: 5.5rem;
	position: relative;
	overflow: hidden;
}
.po_slider{
	height: 5.5rem;
	width: 11.2rem;
	position: relative;
	overflow: hidden;
}
.po_slider .swiper-slide video{
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	float: left;
	outline:none;
}
.po_slider .swiper-slide a{
	display: block;
	width: 5.5rem;
	height: 5.5rem;
	float: left;
}
.po_slider .swiper-slide img{
	display: block;
	width: 5.5rem;
	height: 5.5rem;
}
.po_slider .swiper-pagination{
	right:auto;
	left:0.2rem;
	background:#878787;
	display: inline-block;
	width: 1rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius:0.2rem;
	color:#fff;
}
.pv_top{
	margin-bottom:0.16rem;
}
.pv_top .title{
	padding:0 0.3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.3rem;
}
.pv_top .head{
	height: 0.8rem;
	line-height: 0.8rem;
	font-size:0.32rem;
	
	color:#333;
	position: relative;
	background:#fbf3ee;
	padding-left:0.9rem;
}
.pv_top .head img{
	display: block;
	position: absolute;
	left: 0.3rem;
	top: 0;
	height: 0.8rem;
}
.pv_top ul{
	padding:0.1rem 0.3rem;
}
.pv_top li{
	height: 0.65rem;
	line-height: 0.65rem;
	font-size:0.28rem;
}
.pv_top li .tit{
	width: 2.2rem;
	float: left;
}
.pv_top li strong{
	color:#d89f77;
}
.pv_top .items{
	padding:0.05rem 0.3rem 0.3rem 0.3rem;
}
.pv_top .item{
	height: 0.6rem;
	line-height: 0.6rem;
	margin-top:0.2rem;
}
.pv_top .item .tit{
	float: left;	
	font-size:0.28rem;
}
.pv_top .num_ctrl{
	float: right;
}
.pv_top .cbtn{
	float: left;
	height: 0.6rem;
	width: 0.6rem;
	text-align: center;
	background:#f0f1f3;
}
.pv_top .num{
	width: 0.9rem;
	height: 0.6rem;
	float: left;
	background:#f0f1f3;
	text-align: center;
	border:0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.pv_des{
	padding:0 0.3rem 0.3rem 0.3rem;
	background:#fff;
	margin-bottom:0.16rem;
}
.pv_des .title{
	height: 0.74rem;
	line-height: 0.74rem;
	border:1px solid #e3bb9f;
	text-align: center;
	font-size:0.32rem;
	text-align: center;
	color:#e3bb9f;
}
.pv_des ul{
	border-bottom:1px solid #e3bb9f;
	padding-bottom:0.17rem;
}
.pv_des li{
	padding-top:0.17rem;
	clear: both;
}
.pv_des .tit{
	color:#999;
	float: left;
}
.pv_des .intro{
	width: 5rem;
	float: left;
	padding-left:0.2rem;
}
.pv_des .cnt{
	padding-top:0.3rem;
}
.pv_des .cnt img{
	display: block;
	width: 100%;
	height:auto;
}
.pv_re{
	padding:0 0.3rem 0.3rem 0.3rem;
}
.pv_re .title{
	height: 0.9rem;
	line-height: 0.9rem;
	font-size:0.32rem;
	
}
.pv_re textarea{
	border:1px solid #eed3be;
	width: 100%;
	resize:none;
	height: 1.4rem;
	box-sizing:border-box;
	resize:none;
	padding:0.2rem;
}
.pv_cnts{
	padding:0.5rem 0.3rem;
	position: relative;
}
.pv_cnts li{
	line-height: 0.5rem;
	font-size:0.3rem;
	color:#666;
}
.pv_cnts .tit{
	width: 1.7rem;
	display: block;
	float: left;
}
.pv_cnts .price{
	color:#d89f77;
}
.pv_cnts .adda{
	display: block;
	width: 2.3rem;
	height: 0.64rem;
	line-height: 0.64rem;
	border-radius:0.32rem;
	background:#d89e76;
	text-align: center;
	font-weight: bold;
	color:#fff;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	margin-top:-0.32rem;
}
.vi_cnt{
	padding:0.3rem 0.3rem 0 0.3rem;
	line-height: 1.6;
}
.vi_cnt img{
	display: block;
	width: 100%;
	height:auto;
	margin-bottom:0.3rem;
}
.vi_cnt p{
	font-size:0.3rem;
	padding-bottom:0.3rem;
}
.vi_cnt ul{
	font-size:0.28rem;
	padding-bottom:0.3rem;
	color:#666;
}

.rl_close{
	width: 1.3rem;
	height: 1.3rem;
	float: right;
	background:url("../images/rl_close.png") no-repeat center center;
	background-size:0.35rem 0.35rem;
}
.rl_handle{
	height: 0.9rem;
	text-align: center;
	line-height: 0.6rem;
}
.rl_handle .btn{
	display: inline-block;
	width: 40%;
	position: relative;
	font-size:0.32rem;
	color:#999;
}
.rl_handle .hover{
	color:#d89f77;
}
.rl_handle .hover i{
	display: block;
	width: 1.1rem;
	height: 0.04rem;
	background:#d89f77;
	position: absolute;
	top: 0.6rem;
	left: 50%;
	margin-left:-0.55rem;
}
.rl_con{
	display: none;
	padding:0 0.5rem 0.5rem 0.5rem;
}
.show{
	display: block;
}
.rl_con .tip{
	font-size:0.26rem;
	line-height: 0.34rem;
	padding-bottom:0.2rem;
}
.rl_con .head{
	height: 0.65rem;
	line-height: 0.65rem;
	background:#f4efe9;
	color:#d89f77;
	padding:0 0.2rem;
	font-size:0.28rem;
}
.rl_in{
	border-bottom:1px solid #ddd;
}
.rl_in .tit{
	float: left;
	font-size:0.3rem;
	line-height: 1rem;
	color:#999;
}
.rl_in .tit em{
	color:#db4817;
	padding-left:0.1rem;
}
.rl_in .text{
	float: left;
	width: 3rem;
	height: 1rem;
	border:0;
	padding-left:0.2rem;
	font-size:0.3rem;
}
.rl_in .full{
	width: 100%;
	padding-left:0;
	margin-top:-0.3rem;
}
.rl_in .ras{
	float: left;
	padding-left:0.2rem;
}
.rl_in .ra{
	float: left;
	margin-right:0.3rem;
	font-size:0.3rem;
	line-height: 1rem;
	padding-left:0.3rem;
	background:url("../images/ra.png") no-repeat left center;
	background-size:auto 0.22rem;
}
.rl_in .ras .hover{
	background-image:url("../images/rah.png");
}
.rl_in textarea{
	width: 100%;
	height: 1.2rem;
	border:0;
	font-size:0.3rem;
	line-height: 0.36rem;
	resize:none;
	margin-top:-0.1rem;
}
.rl_code{
	float: right;
	display: block;
	width: 1.6rem;
	height: 0.7rem;
	margin-top:0.15rem;
}
.rl_code img{
	display: block;
	width: 1.6rem;
	height: 0.7rem;
}
.rl_senda{
	display: block;
	width: 100%;
	height:0.9rem;
	line-height: 0.9rem;
	border-radius:0.1rem;
	background:#d89e76;
	font-size:0.32rem;
	text-align: center;
	color:#fff;
	font-weight: bold;
	margin-top:0.4rem;
}
.rl_rem{
	margin-top:0.4rem;
	height: 0.36rem;
	line-height: 0.36rem;
	padding-left:0.6rem;
	font-size:0.28rem;
	color:#999;
	background:url("../images/rem.png") no-repeat left center;
	background-size:auto 100%;
}
.rl_remhover{
	background-image:url("../images/remh.png");
}

.us_fls{
	margin-bottom:0.16rem;
	background:#fff;
	position: relative;
}
.us_fls:last-child{
	margin-bottom:0;
}
.us_fls .head{
	height: 0.88rem;
	line-height: 0.88rem;
	border-bottom:1px solid #ccc;
	font-size:0.28rem;
	margin:0 0.3rem;
	position: relative;
}
.us_fls .del{
	display: block;
	width: 0.88rem;
	height: 0.88rem;
	position: absolute;
	right: -0.3rem;
	top: 0;
	background:url("../images/us_del.png") no-repeat center center;
	background-size:100% 100%;
}
.m_scr{
	margin:0.3rem 0 0 0.3rem;
	width: 7.2rem;
	height: 1.5rem;
	overflow-y:hidden;
	overflow-x:auto;
}
.m_scr .item{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	float: left;
	margin-right:0.12rem;
}
.m_scr .item img{
	display: block;
	width: 1.5rem;
	height: 1.5rem;
}
.us_fls ul{
	float: left;
	padding:0.18rem 0.3rem;
	font-size:0.28rem;
	color:#999;
	line-height: 0.4rem;
}
.us_fls ul .price{
	color:#dcaa85;
}
.us_fls .cna{
	display: block;
	width: 2.2rem;
	height: 0.64rem;
	line-height: 0.64rem;
	border-radius:0.1rem;
	text-align: center;
	background:#d89e76;
	font-size:0.3rem;
	color:#fff;
	position: absolute;
	right: 0.3rem;
	bottom: 0.25rem;
}
.loadmore{
	line-height: 3;
	text-align: center;
	color:#999;
	font-size:0.3rem;
}
.now_pos{
	font-size:0.28rem;
}
.ca_floor{
	border-top:0.16rem solid #f8f8f8;
	padding:0.25rem 0.3rem 0.4rem 0.3rem;
    border-bottom:1px solid #ddd;
}
.ca_floor2{
	border-top:0;
}
.ca_floor .photo{
	display: block;
	width: 2rem;
	height: 2rem;
	float: left;
	margin-bottom:0.3rem;
}
.ca_floor .photo img{
	display: block;
	width: 2rem;
	height: 2rem;
}
.ca_floor .intro{
	float: right;
	width: 4.6rem;
	font-size:0.26rem;
	line-height: 0.4rem;
	margin-bottom:0.3rem;
}
.ca_floor .sels{
	position: relative;
	padding-bottom:0.2rem;
}
.ca_floor .sel{
	height: 0.6rem;
	line-height: 0.6rem;
	margin-top:0.2rem;
	clear: both;
}
.ca_floor .tit{
	float: left;
	width: 60%;
	font-size:0.28rem;
    overflow:hidden;
}
.ca_floor .sl{
	width: 40%;
	text-align:right;
	float:right;
}
.ca_floor .num_ctrl{
	float:right;
}
.ca_floor .cbtn{
	float: left;
	height: 0.6rem;
	width: 0.6rem;
	text-align: center;
	background:#f0f1f3;
}
.ca_floor .num{
	width: 1.1rem;
	height: 0.6rem;
	float: left;
	background:#f0f1f3;
	text-align: center;
	border:0;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}
.ca_floor .mofs{
	width: 2.5rem;
	position: absolute;
	right: 0;
	top: 50%;
	height: 0.6rem;
	line-height: 0.6rem;
	margin-top:-0.3rem;
	font-size:0.28rem;
}
.ca_floor .mofs .lt{
	color:#999;
}
.ca_floor .mofs .rt{
	color:#d89f77;
}
.re_t{
	font-size:0.3rem;	
	line-height: 2.4;
}
.re_inf{
	font-size:0.26rem;
	line-height: 1.6;
}

.re_inf textarea{
	border:1px solid #eed3be;
	width: 100%;
	resize:none;
	height: 1.4rem;
	box-sizing:border-box;
	resize:none;
	padding:0.2rem;
}

.cart_inf textarea{
	border:1px solid #ddd;
	width: 100%;
	resize:none;
	height: 1.4rem;
	box-sizing:border-box;
	resize:none;
	padding:0.2rem;
}

.ca_tags{
	background:#f8f8f8;
	line-height: 0.6rem;
	padding:0.24rem 0.3rem;
	text-align:right;
	color:#999;
	font-size:0.24rem;
	white-space:nowrap;
}
.ca_bts{
	padding:0 0.3rem 0.45rem 0.3rem;
}
.ca_bts .tps{
	height: 1.3rem;
	line-height: 1.3rem;
	text-align:right;
	font-size:0.3rem;	
}
.ca_bts .tps .price{
	color:#d89f77;
}
.ca_bts .bts{
	text-align:right;
	height: 0.88rem;
	font-size:0.3rem;	
	color:#d89f77;
	line-height: 0.88rem;
}
.ca_bts .csa{
	display: inline-block;
	padding:0 0.25rem;
	border-radius:0.1rem;	
	border:1px solid #d89f77;
	color:#d89f77;
	height: 0.88rem;
	float: left;
}
.ca_bts .cna{
	display: inline-block;
	padding:0 0.25rem;
	border-radius:0.1rem;
	border:1px solid #d89f77;
	background:#d89f77;
	color:#fff;
	height: 0.88rem;
	float: right;
}
.ca_bts .bn{
	display: block;
	width: 3.3rem;
	height: 0.84rem;
	line-height: 0.84rem;
	border:1px solid #d89f77;
	border-radius:0.1rem;
	text-align: center;
	color:#d89f77;
	background:#f4efe9;
	font-size:0.32rem;
}
.ca_bts .bn1{
	float: left;
}
.ca_bts .bn2{
	float: right;
	background:#d89f77;
	color:#fff;
}
.or_head{
	height: 0.7rem;
	line-height: 0.7rem;
	padding:0 0.3rem;
	background:#f4efe9;
	font-size:0.3rem;
	color:#d89f77;
}
.rl_con2{
	padding:0 0.3rem;
	border-top:0.16rem solid #f8f8f8;
}
.rl_con2 .rl_in:last-child{
	border:0;
}
.or_info{
	padding:0 0.3rem;
}
.or_info .in{
	height: 0.76rem;
	line-height: 0.76rem;
	position: relative;
	font-size:0.28rem;
	border-bottom:1px solid #ddd;
	padding-left:2.4rem;
}
.or_info .in:last-child{
	border:0;
}
.or_info .tit{
	position: absolute;
	left: 0;
	top: 0;
	color:#999;
}
.dj
{
    color:#999;
}
.zje
{
    color:#d89f77;
}

.page{
	text-align: center;
	height: 25px;
	line-height: 23px;
}
.page a{
	height: 33px;
	line-height: 33px;
	border:1px solid #cecece;
	border-radius:3px;
	background:#fff;
	display: inline-block;
	padding:0 8px;
}
.page a:hover,.page a.hover{
	color:#fff;
	background:#333;
}


.cartdelete{
    margin-top:5px;
    margin-bottom:5px;
	display: inline-block;
	padding:0.1rem 0.1rem;
	border-radius:0.1rem;	
	border:1px solid #999;
	color:#999;
	/*height: 0.88rem;*/
	float: right;
}