@charset "UTF-8";
@CHARSET "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, html {
  width: 100%;
  height: 100%;
  font-family: 'Microsoft YaHei','微软雅黑';
  font-size: 13.33333333vw!important;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.content-wrap {
  width: 100%;
}
.content-wrap .content {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background: #f5f5f5;
}
.content-wrap .content .banner {
  width: 100%;
  height: 2.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#ed8559), to(#ea5b4a));
  background: linear-gradient(90deg, #ed8559 0%, #ea5b4a 100%);
}
.content-wrap .content .banner .title {
  height: .48rem;
  line-height: .48rem;
  color: #fff;
  font-size: .36rem;
  text-align: left;
  padding-top: .46rem;
  padding-left: .3rem;
}
.content-wrap .content .product-wraper {
  width: 6.9rem;
  margin: -1.15rem auto 0;
  padding-bottom: .3rem;
}
.content-wrap .content .product-wraper .product-item {
  width: 6.9rem;
  height: 2.15rem;
  margin-bottom: .3rem;
  background: #fff;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  overflow: hidden;
}
.content-wrap .content .product-wraper .product-item:last-child {
  margin-bottom: 0;
}
.content-wrap .content .product-wraper .product-item .item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: .34rem .2rem;
  font-size: 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.content-wrap .content .product-wraper .product-item .item .input-wraper {
  display: inline-block;
  vertical-align: top;
  width: .37rem;
  height: .37rem;
  margin-top: .57rem;
}
.content-wrap .content .product-wraper .product-item .item .input-wraper input[type="checkbox"] {
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: #fff;
}
.content-wrap .content .product-wraper .product-item .item .input-wraper input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/m_new_fuwu_imgs/im_qq.png) no-repeat center;
  background-color: #fff;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.content-wrap .content .product-wraper .product-item .item .input-wraper input[type="checkbox"]:checked::before {
  content: "";
  background: url(../images/m_new_fuwu_imgs/icon_duia.png) no-repeat center;
  background-color: #fff;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.content-wrap .content .product-wraper .product-item .item .img-wraper {
  display: inline-block;
  vertical-align: top;
  width: 2rem;
  height: 1.5rem;
  margin-left: .15rem;
  margin-right: .25rem;
}
.content-wrap .content .product-wraper .product-item .item .img-wraper img {
  width: 100%;
  height: 100%;
}
.content-wrap .content .product-wraper .product-item .item .item-right {
  position: absolute;
  top: 0.34rem;
  left: 2.96rem;
  bottom: .33rem;
  right: .28rem;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-title {
  height: .42rem;
  line-height: .42rem;
  color: #333333;
  font-size: .32rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-des {
  height: .35rem;
  line-height: .35rem;
  color: #666666;
  font-size: .26rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: .1rem;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-price {
  height: .5rem;
  font-size: 0;
  margin-top: .16rem;
  position: relative;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-price .price-content {
  height: .35rem;
  line-height: .35rem;
  color: #EC6B50;
  font-size: .26rem;
  text-align: left;
  padding-top: .15rem;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-price .pro-num {
  position: absolute;
  right: 0;
  top: 0.1rem;
  width: 1.82rem;
  height: .45rem;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-price .pro-num .reduce, .content-wrap .content .product-wraper .product-item .item .item-right .item-price .pro-num .add {
  width: .45rem;
  height: .45rem;
  text-align: center;
  line-height: .40rem;
  color: #6B6D6D;
  font-size: .3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  border: 1px solid #e6e6e6;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-price .pro-num .num-input {
  width: .9rem;
  height: .45rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  float: left;
  position: relative;
}
.content-wrap .content .product-wraper .product-item .item .item-right .item-price .pro-num .num-input input {
  display: inline-block;
  width: 90%;
  height: 90%;
  border: none;
  outline: none;
  position: absolute;
  left: 5%;
  top: 5%;
  text-align: center;
  color: #333;
  font-size: .2rem;
}
.content-wrap .content .message-wraper {
  padding: .34rem .3rem .4rem;
  background: #fff;
  margin-bottom: .3rem;
}
.content-wrap .content .message-wraper .title {
  height: .44rem;
  line-height: .44rem;
  color: #333333;
  font-size: .32rem;
  text-align: left;
}
.content-wrap .content .message-wraper .content-wraper {
  width: 6.9rem;
  padding: .2rem 0 .4rem;
}
.content-wrap .content .message-wraper .name-input, .content-wrap .content .message-wraper .tel-input {
  width: 100%;
  height: .88rem;
  background: #F5F5F5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: .28rem;
  color: #999999;
  font-size: .28rem;
  line-height: .88rem;
  text-align: left;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  margin-bottom: .24rem;
}
.content-wrap .content .message-wraper .name-input input, .content-wrap .content .message-wraper .tel-input input {
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: .28rem;
}
.content-wrap .content .message-wraper .tel-input {
  margin-bottom: 0;
}
.content-wrap .content .message-wraper .city-select-wraper {
  width: 100%;
  height: .88rem;
  margin-bottom: .24rem;
}
.content-wrap .content .message-wraper .city-select-wraper .province, .content-wrap .content .message-wraper .city-select-wraper .city {
  width: 48%;
  height: 100%;
  background: #F5F5F5;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #999;
  font-size: .28rem;
}
.content-wrap .content .message-wraper .city-select-wraper .province select, .content-wrap .content .message-wraper .city-select-wraper .city select {
  display: inline-block;
  color: #999;
  font-size: .28rem;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: #F5F5F5;
  -webkit-appearance:none;
  appearance:none;
  padding-left: .3rem;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  overflow: hidden;    
}
.downsign{
	width: .15rem;
    height: .15rem;
    position: absolute;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: .3rem;
    right: .3rem;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.content-wrap .content .message-wraper .city-select-wraper .province {
  float: left;
  position: relative;
}
.content-wrap .content .message-wraper .city-select-wraper .city {
  float: right;
  position: relative;
}
.content-wrap .content .message-wraper .submit-btn {
  width: 6.9rem;
  margin: 0 auto;
  height: 1rem;
  line-height: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#dd402e), to(#ea614a));
  background: linear-gradient(90deg, #dd402e 0%, #ea614a 100%);
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
  text-align: center;
  font-size: .3rem;
  color: #fff;
  border-radius: .1rem;
  -webkit-border-radius: .1rem;
}
.content-wrap .content .promise-wraper {
  padding: .43rem .3rem;
  border-bottom: 1px solid #EAEAEA;
  background: #fff;
}
.content-wrap .content .promise-wraper .title {
  height: .4rem;
  line-height: .4rem;
  color: #333;
  font-size: .32rem;
  margin-bottom: .17rem;
  text-align: left;
}
.content-wrap .content .promise-wraper .des {
  line-height: .44rem;
  color: #999;
  font-size: .26rem;
}
.content-wrap .content .ident-wraper {
  height: .35rem;
  font-size: 0;
  text-align: left;
  position: relative;
  padding: .36rem 0 .36rem .67rem;
  background: #fff;
  margin-bottom: 1.3rem;
}
.content-wrap .content .ident-wraper .ident-item {
  display: inline-block;
  margin-right: .4rem;
  padding-right: .46rem;
  vertical-align: top;
  font-size: 0;
}
.content-wrap .content .ident-wraper .ident-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  right: 0px;
  top: 4px;
  background: #EFEFEF;
}
.content-wrap .content .ident-wraper .ident-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.content-wrap .content .ident-wraper .ident-item .safe-icon {
  width: .34rem;
  height: .34rem;
  background: url(../images/m_new_fuwu_imgs/icon_zfaq.png) no-repeat center;
  display: inline-block;
  vertical-align: top;
  margin-right: .1rem;
  background-size: .28rem .32rem;
}
.content-wrap .content .ident-wraper .ident-item .pei-icon {
  width: .34rem;
  height: .34rem;
  background: url(../images/m_new_fuwu_imgs/icon_gsbp.png) no-repeat center;
  display: inline-block;
  vertical-align: top;
  margin-right: .1rem;
  background-size: .32rem .32rem;
}
.content-wrap .content .ident-wraper .ident-item .fater-sale-icon {
  width: .34rem;
  height: .34rem;
  background: url(../images/m_new_fuwu_imgs/icon_shbz.png) no-repeat center;
  display: inline-block;
  vertical-align: top;
  margin-right: .1rem;
  background-size: .32rem .32rem;
}
.content-wrap .content .ident-wraper .ident-item .ident-text {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: .26rem;
  height: .35rem;
  line-height: .35rem;
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #F5F5F5;
	display: none;
}
.mask .mask-content{
	padding-top: 1.1rem;
}
.mask .mask-content .booking-succ-img{
	width: 1.61rem;
	height: 1.45rem;
	background: url(../images/m_new_fuwu_imgs/im_tupian.png) no-repeat center;
	background-size: 100%;
	margin: 0 auto .3rem;
}
.mask .mask-content .text1{
	height: .5rem;
	line-height: .5rem;
	color: #58A7DD;
	font-size: .32rem;
	text-align: center;
}
.mask .mask-content .text2{
	height: .4rem;
	line-height: .4rem;
	color: #999999;
	font-size: .26rem;
	text-align: center;
}
.mask .mask-content .btn-wraper{
	height: .88rem;
	font-size: 0;
	margin-top: .44rem;
	text-align: center;
}
.mask-content .btn-wraper .return-index{
	display: inline-block;
	vertical-align: top;
	width: 3.1rem;
	height: .88rem;
	line-height: .88rem;
	text-align: center;
	background: #55A5DB;
	color: #fff;
	font-size: .3rem; 
	margin-right: .32rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
}
.mask-content .btn-wraper .continu-buy{
	display: inline-block;
	vertical-align: top;
	width: 3.1rem;
	height: .88rem;
	line-height: .88rem;
	text-align: center;
	color: #666666;
	font-size: .3rem; 
	border: 1px solid rgba(213,213,213,1);
	background: transparent;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
}
.spnbtn.spnDel {
  position: absolute;
  background: #D65041!important;
  width: 1.3rem!important;
  height: 100%;
  right: -80px;
  z-index: 99999;
  color: #fff;
  font-size: .24rem;
  top: 0;
  line-height: 2.15rem;
  text-align: center;

}
