﻿/*头部*/
.detailhead {
	width: 100%;
	position: relative; margin-top: 0.7rem;
}
.detailhead-swip {
	width: 100%;
	height: 3.8rem;
}
.detailhead-swip .swiper-slide {
	height: 3.8rem;
}
.detailswi-a {
	display: block;
}
.detailswi-a img {
	height: 3.8rem;
}
.detailhead-swip .swiper-pagination {
    --swiper-pagination-color: #ffffff;
  }
  /* 信息 */
  .detailcont {
  	background: #ffffff;
  	padding: 0.1rem 0.2rem;
  	margin-bottom: 0.1rem;
  	position: relative;
  }
  .detailcont h1 {
  	font-size: 0.28rem;
  	font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.01rem;
    overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float:left; width:calc(100% - 40px);
  }
  .fxtb{ float:left; width:40px; cursor:pointer;}
  .fxtb img{ width:25px; height:25px;}
  .fxtb_bj{ position:fixed; left:0; width:100%; height:120px; background:#fff; z-index:99999; padding:20px 5%; box-sizing:border-box; border-top:solid 1px #ddd; border-top-left-radius:10px; border-top-right-radius:10px; transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s}
  .fxtb_bj_li{ float:left; width:32%; margin-right:2%;}
  .fxtb_bj_li:nth-child(3){ margin-right:0;}
  .fxtb_bj_li a{ display:block;}
  .fxtb_bj_li img{ width:60px; margin:0 auto; display: inherit;}
  .fxtb_bj_li span{ display:block; text-align:center; margin:0 auto; font-size:13px; margin-top:5px;}
  .fxtb_bj_gb{ position: absolute; bottom:105px; right:5%; cursor:pointer;}
  .fxtb_bj_gb span{ width:30px; height:30px; background:#f8f8f8; border-radius:50%; border:solid 1px #ddd; display:block; text-align:center; line-height:30px;}
  
  .detailcont-price {
  	margin: 0.1rem 0;display: inline-block;
  }
  .detailcont-price span {
  	font-size: 0.24rem;
  	color: #999999;
  }
  .detailcont-price span i {
  	color: #ff8800;
  }
  .detailcont-price span em {
	font-size: 0.38rem;
    color: #ff8800;
    font-weight: 700;
    margin: 0 0.06rem;
  }
  /*.detailcont-price span:last-child {
  	margin-left: 0.2rem;
  }*/
  .detailcon-place {
    line-height: 0.45rem;
    font-size: 0.24rem;
    color: #666666;
    border-top: 0.02rem solid #f3f3f3;
  }
  .detailcon-place::after {
  	content: '';
  	display: block;
  	height: 0;
  	clear: both;
  }
    .detailcon-place span{ width:50%; float:left;}
  .detailcon-place span i {
  	margin-right: 0.1rem;
  }

  .decon-dl {
  	font-size: 0;
  	margin: 0.2rem 0;
  }
  .decon-dl dt {
  	display: inline-block;
  	vertical-align: top;
  	font-size: 0.24rem;
  	color: #999999;
  }
  .decon-dl dd {
  	display: inline-block;
  	vertical-align: top;
  	font-size: 0.24rem;
  }
  .decon-dl dd span {
  	padding: 0 0.08rem;
  	margin-left: 0.1rem;
  }
  .decon-dl:first-child dd span {
  	color: #ff8800;
  	border: 0.02rem solid #ff8800; border-radius: 10px;
  }
  .decon-dl:last-child dd span {
  	color: #ff6600;
  }
  .decon-dl:last-child dd  span i {
  	display: inline-block;
  	vertical-align: middle;
  	color: #ff8800; 
  	margin-right: 0.06rem;
  }
  /* 选中日期套餐 */
  .detailcon-ttl::after {
  	content: '';
  	display: block;
  	height: 0;
  	clear: both;
  }
  .detailcon-ttl h2 {
  	font-size: 0.32rem;
  	font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.01rem;
    display: inline-block;
    vertical-align: middle;
  }
  .detailcon-ttl span {
  	display: inline-block;
    vertical-align: middle;
    font-size: 0.24rem;
    border-radius: 0.1rem;
    color: #ffffff;
    background: #ff6666;
    padding: 0 0.08rem;
    margin-top: 0.08rem;
    float: right;
  }
   .detailcon-ttl span a{ color:#fff;}
  .detailcon-swi {
	margin-top: 0.4rem;
	padding-bottom: 0.1rem;
	position: relative;
  }
  .timeswi {
  	width: 100%;
  	position: relative;
  }
  .timeswi .swiper-slide {
  	width: auto;
  	height: 1.4rem;
  	position: relative;
  }
  .swimuk {
  	background: #fafafa;
  	padding: 0 0.2rem;
  	height: 1.4rem;
  	border: 0.02rem solid #e4e1e1;
  	border-radius: 0.1rem;
  	overflow: hidden;
  	transition: 0.3s;
  }
  .swimuk.onswi {
  	border-color: #51b53b;
  	background: rgba(172, 221, 161, 0.15);
  }
  .swimuk span {
  	display: block;
  	text-align: center;
    font-size: 0.24rem;
  }
  .swimuk span:first-child {
    margin-top: 0.3rem;
    color: #666666;
  }
  .swimuk span:last-child {
	color: #ff6600;
	font-weight: 700;
    margin-top: 0.1rem;
  }
  .onflow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-image: linear-gradient(to left,rgba(255, 255, 255, 1),rgba(255, 255, 255,0.5));
    z-index: 99;
    width: 0.6rem;
    font-size: 0.24rem;
    color: #ff6600;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
  }
  /* 条例 */
  .footlist {
  	background: #ffffff;
  }
  .footlist ul {
    line-height: 0.6rem;
    border-bottom: 0.02rem solid #f3f3f3;
    background: #ffffff;
    height: 0.7rem; width:100%;
  }
  .footlist ul.flist-ul.onfixd {
    position: fixed;
    top: 0.9rem;
    left: 0;
    z-index: 9999; width:100%;
  }
  .footlist ul::after {
  	content: '';
  	display: block;
  	height: 0;
  	clear: both;
  }
  .footlist ul li {
  	float: left;
    position: relative;
  	width:25%; text-align: center;
  }
  .footlist ul li span {
  	color: #333333;
  	font-size: 0.26rem;
  	display: block;
    border-top: 0.04rem solid transparent;
  	border-bottom: 0.04rem solid transparent;
  	transition: 0.3s;
  }
  .footlist ul li.onporint span {
  	color: #51b53b;
  	border-bottom: 0.04rem solid #51b53b;
  }
  /* 分类内容 */
  .footlist-con {
  	position: relative;
  	background: #ffffff;
  	padding: 0.2rem;
  }
  .flist-hdxq {
  	display: none;
  }
  .flist-hdxq p {
  	line-height: 0.42rem;
  	
  }
  .flist-hdxq p{
  	margin: 0.1rem;
  }
  /* 行程与准备 */
  .xczb-xc {
    width: 100%;
  }
  .xczb-titl {
    font-size: 0.24rem;
    color: #51b53b;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
    border-left: 0.1rem solid #51b53b; text-align:left;    font-weight: bold;
  }
  .xczb-cont {
    text-align:left;
  }
  .xczbc-nm {
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .xczbc-nm::before {
    content: '';
    position: relative;
    width: 0.1rem;
    height: 0.1rem;
    border: 0.04rem solid #51b53b;
    border-radius: 50%;
    display: inline-block;
    left: -0.08rem;
  }
  .xczbc-detail {
    padding: 0.15rem;
    border-left: 0.02rem solid #51b53b;
  }
  /*.xczb-cont:last-child .xczbc-detail {
    border-left-color: transparent;
  }*/
  .xczbc-detail dl {
    margin-bottom: 0.1rem;
    font-size: 0;
  }
  .xczbc-detail dl dt {
    display: inline-block;
    vertical-align: top;
    font-size: 0.28rem;
    color: #333333;
    width: 0.6rem;
    text-align: center;
  }
  .xczbc-detail dl dd {
    display: inline-block;
    vertical-align: top;
  
    font-size: 0.24rem;
    color: #999999;
    line-height:30px;
  }
  .xczbc-detail dl.lastdl dt {
    width: 1.2rem;
    text-align: left;
  }
  .xczbc-detail dl.lastdl dt i {
    font-size: 0.36rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.06rem;
  }
  .xczbc-detail dl.lastdl dd {
    width: calc(100% - 1.35rem);
    line-height: 1.6;
  }
  .xczb-zb {

  }
  .xczb-zb-c {
   
  }
  .xczb-c-t {
   
    padding: 0 0.1rem;
   font-size: 0.28rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.2rem; text-align:left; font-weight:bold;
  }
  .xczb-zb-c p {
    text-align: left;
    color: #999999;
    font-size: 0.28rem;
    margin: 0;
    line-height: 1.4;
  }
  .xczb-zb-c em {
    color: #51b53b;
  }
  .xczbc-detail dl.lastdl dt.lastdl-color01 {
      color: #ff8800;
  }
  .xczbc-detail dl.lastdl dt.lastdl-color02 {
      color: #75dc83;
  }
  .xczbc-detail dl.lastdl dt.lastdl-color03 {
      color: #ff6666;
  }
  .xczbc-detail .content{ width:100%; }
  .xczbc-detail .content img{ width:49%; margin-right:1%;}
  /* 评价 */
  .pluntop::after {
  	content: '';
  	display: block;
  	height: 0;
  	clear: both;
  }
  .pluntop-left {
  	width: 2rem;
  	float: left;
  	border-radius: 0.1rem;
  	border: 0.02rem solid #ccc;
  }
  .pluntop .pluntop-left p:nth-child(1) {
  	font-size: 0.24rem;
    color: #333333;
    margin: 0;
    border-bottom: 0.02rem solid #ccc;
  }
  .pluntop .pluntop-left p:nth-child(2) {
    font-size: 0.4rem;
    color: #666666;
    line-height: 0.8rem;
    margin: 0;
  }
  .pluntop .pluntop-left p:nth-child(3) {
  	line-height: normal;
    margin: 0;
  }
  .pluntop .pluntop-left p:nth-child(3) i {
  	font-size: 0.24rem;
  	color: #ff8800;
  }
  .pluntop .pluntop-left p:nth-child(4) {
	color: #999999;
    font-size: 0.24rem;
    line-height: normal;
    margin: 0;
  }
  .pluntop-right {
  	width: calc(100% - 2.1rem);
  	float: right;
  }
  .pluntop-right ul {
  	border: 0;
    height: auto;
  }
  .pluntop-right ul li {
  	width: 100%;
  	line-height: 1.6;
    padding: 0;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
    -webkit-align-items: center;
  	align-items: center;
  }
  .pluntop-right ul li span {
  	font-size: 0.24rem;
  	color: #999999;
  	position: relative;
    border: 0;
    line-height: 1.7;
  }
  .pluntop-right ul li span:nth-child(1) {
    width: 20%;
    text-align: center;
  }
  .pluntop-right ul li span:nth-child(2) {
    width: 50%;
	  background: #e9e9e9;
	  height: 0.06rem;
	  border-radius: 0.03rem;
  }
  .pluntop-right ul li span:nth-child(2) i {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0.06rem;
    border-radius: 0.03rem;
    background: #ff8800;
    -webkit-transition: 0.8s width ease-in;
    -ms-transition: 0.8s width ease-in;
    -moz-transition: 0.8s width ease-in;
    transition: 0.8s width ease-in;
    z-index: 99;
  }
  .pluntop-right ul li span:nth-child(3) {
    width: 20%;
    text-align: center;
  }
  /* 最新评价 */
  .pluncont {
    padding-top: 0.2rem;
  }
  .pluncon-ttle {
    font-size: 0.24rem;
    color: #51b53b;
    line-height: 0.8rem;
  }
  .plunmuk {
    padding-top: 0.25rem;
    padding-bottom: 0.15rem;
    border-top: 0.02rem solid #cccccc;
  }
  .plunmuk dl {
    width: 100%;
  }
  .plunmuk dl::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .plunmuk dl dt {
    float: left;
    width: 1.5rem;
    text-align: center;
    padding-left: 0.1rem;
    padding-right: 0.2rem;
  }
  .plunmuk dl dt img {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
  }
  .plunmuk dl dt span {
    display: block;
    font-size: 0.24rem;
    color: #333333;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .plunmuk dl dd {
    float: right;
    width: calc(100% - 1.5rem);
  }
  .plunmuk dl dd p {
    font-size: 0.24rem;
    text-align: left;
    color: #333333;
    line-height: 1.4;
    margin: 0.01rem 0;
  }
  .plunmuk dl dd p.pstart {
    color: #999999;
    margin: 0.1rem 0;
    font-size: 0;
  }
  .plunmuk dl dd p.pstart .mpcolor {
    color: #ff8800;
  }
  .plunmuk dl dd p.pstart i {
    font-size: 0.24rem;
  }
  .plunmuk dl dd p.ptime {
    color: #999999;
  }
  .plunmuk dl dd p.ptime span {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    display: inline-block;
    margin-left: -0.1rem;
  }
  .pluncon-more {
    width: 100%;
    line-height: 0.8rem;
    border-top: 0.02rem solid #e8e8e8;
    text-align: center;
    display: none;
  }
  .pluncon-more span {
    font-size: 0.26rem;
    color: #999999;
  }
  .pluncon-more span i {
    color: #51b53b;
    font-size: 0.4rem;
    margin-right: 0.08rem;
  }
  .pluncon-more.morepl span i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.08rem;
  }
  /* 当季热卖 */
	.moreat-cont {
		position: relative;
		padding: 0.2rem;
		margin-top: 0.2rem;
		background: #ffffff;
	}
	.moreat-cont .h2 {
	    font-size: 0.32rem;
	    font-style: normal;
	    line-height: 1.5;
	    letter-spacing: 0.01rem;
	
	}
	.mareac-list  {
		display: none;
	}
	.morshow {
		display: block!important;
	}
	.mareac-list ul {
		font-size: 0;
	}
	.mareac-list ul li {
		display: inline-block;
		vertical-align: top;
		margin-right: 4%;
		width: 48%;
		padding-bottom: 0.2rem;
	}
	.mareac-list ul li:nth-child(2n) {
		margin-right: 0;
	}
	.marelist-a {
		display: block;
	}
	.marelist-a img {
		border-radius: 0.1rem;
		height: 2rem;
	}
	.marelist-tex {
		font-size: 0.28rem;
	    line-height: 1.4;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    height: 0.8rem;
	    margin-top: 0.1rem;
	}
	.marelist-price {
		position: relative;
	}
	.marelist-price::after {
		content: '';
		display: block;
		height: 0;
		clear: both;
	}
	.marelist-price span{
		float: right;
		color: #ff8800;
		font-size: 0.32rem;
	}
	.marelist-price span i {
		font-size: 0.24rem;
	    margin-right: 0.02rem;
	}
 /*footer*/
  /*footer*/
 .footer-detail {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 9999; border-top:solid 1px #ddd;
}
.footer-detail ul {
  display: -webkit-flex;
  display: flex; width:100%;
}
.footer-detail ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.footer-detail ul li a {
  display: block;
}
.footerli {
  width: 25%;  padding-top:12px;
}
.footerli a span {
  display: block;
  text-align: center;
  font-size: 0.20rem;
    color: #000;
}
.footerli a span i {
  font-size: 0.3rem;
}
.footerli-tw.footerli 
{
   
  
}
.footerli-tw.footerli a span {
  color: #000;
}
.footerli-th {
  width: 50%;
}
.footerli-th a {
  text-align: center;
  line-height: 0.5rem;
  background: linear-gradient(to left, #ff5746,#fd7a56);
  width:80%; margin:0.22rem  10%; border-radius:20px;
}
.footerli-th a span {
  letter-spacing: 0.04rem;
  color: #ffffff;
  font-size: 0.24rem;
}
/* 声明 */
.statecont {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 0.4rem;
  background: rgba(0, 0, 0, 0.6);
  z-index: 19999;
  display: none;
}
.statc-c {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: auto;
}
.statc-c h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.statc-c-con {
  padding: 0.2rem;
}
.statc-c-con p {
  font-size: 0.24rem;
  margin: 0.1rem 0;
  text-indent: 1em;
  color: #666;
}
.onyes {
  width: 100%;
  margin-bottom: 0.3rem;
  text-align: center;
}
.onyes span {
  font-size: 0.28rem;
  color: #ffffff;
  background-color: rgba(81, 181, 59, 0.8);
  padding: 0 0.2rem;
  line-height: 0.7rem;
  display: inline-block;
  border-radius: 0.1rem;
  letter-spacing: 0.02rem;
}
.onyes span:hover {
  background: #51b53b;
}
.onbody {
  overflow: hidden;
}
/* 私人定制 */
.person-dz {
  position: fixed;
  background: rgba(0, 0, 0, 0.35);
  z-index: 19999;
  width: 100%;
  height: 100%;
  padding: 0 0.4rem;
  top: 0;
  left: 0;
  display: none;
}
.pdz-con {
  position: relative;
  background: #ffffff;
  border-radius: 0.1rem;
  width: 100%;
  top: 10%;
  left: 0;
  padding: 0.4rem 0.2rem;
  text-align: center;
}
.pdz-con h2 {
  font-size: 0.32rem;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  letter-spacing: 0.02rem;
}
.pdz-title {
  font-size: 0.24rem;
  color: #666;
  margin-top: 0.2rem;
}
.pdz-con img {
  width: 3rem;
  height: 3rem;
  margin-top: 0.2rem;
}
.pdz-con input {
  width: 100%;
  border: 0;
  line-height: 0.6rem;
  text-align: center;
  outline: none;
  background: #f2f2f2;
  height: 0.6rem;
  border-radius: 0.3rem;
  box-shadow: 0 0.02rem 0.1rem #cccccc;
  margin-top: 0.2rem;
}
.pdz-con input.miinput {
  width: 40%;
  display: inline-block;
  margin-left: 0.1rem;
}
.pzd-butt {
  line-height: 0.8rem;
  background: #51b53b;
  width: 80%;
  border-radius: 0.4rem;
  margin: 0 auto;
  margin-top: 0.3rem;
  color: #ffffff;
  letter-spacing: 0.02rem;
}