@charset "utf-8";
/* CSS Document */
.info-tit{
	font-size: 16px;
	font-weight: 600;
}
.cost-list{
	padding: 15px 0;
}
.expense,
.cost{
	margin: 25px auto;
	width: 1000px;  
}
.expense table,
.cost table{
	border: 2px solid #f2f1f2;
	border-collapse: collapse;
}
.expense td,
.expense th,
.cost td,
.cost th{
	border: 2px solid #f2f1f2;
}
.cost th{
	background: #f2f1f2;
	font-size: 16px;
	color: #191919;
	line-height: 54px;
	padding-left: 30px;
	text-align: left;
	font-weight: 600;
}
.expense th{
    padding: 10px 15px;
	font-size: 14px;
	color: #191919; 
	background: #f2f1f2;
}
.expense td, 
.cost td{
	padding: 10px 15px;
	font-size: 14px;
	color: #191919; 
	text-align: justify;
	width: 840px;
}
.expense td:first-child,
.cost td:first-child{
	width: 60px;
	font-weight: 600; 
	line-height: 24px;
}
 
.cost td p{ 
	color: #666;  
}  
/*行程*/
.aug-detail-travel{
	width: 990px;
	margin: 0 auto 90px;
}
.aug-detail{
	margin-top: 34px;
}
.aug-detail-title{
	margin-bottom: 25px;
}
.aug-detail-title span{
	display: block; 
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #f60;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 0 99px 99px 0;
	-moz-border-radius: 0 99px 99px 0;
	-ms-border-radius: 0 99px 99px 0;
	-o-border-radius: 0 99px 99px 0;
	border-radius: 0 99px 99px 0;
	padding: 0 10px 0 8px;
	margin-top: 2px;
}
.aug-detail-title h2{
	color: #ff6700;
	font-size: 25px;
	line-height: 36px;
	width: 820px;
	font-weight: 600;
	margin: 0 0 0 14px;
}
.aug-unfurl{
	background: #ff6700;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: 7px;
}
.aug-plate{
	border-left: 2px solid #e8e8e8;
	padding-left: 28px;
	margin-left: 20px;
	padding-bottom: 10px; 
}
.aug-plate-tit{
	position: relative;
	color: #333;
	font-size: 20px;
	font-weight: 600; 
	margin-bottom: 10px;
}
.aug-plate-tit span{
	color: #666;
	font-weight: 400;
	font-size: 16px;
}
.aug-plate-tit:before{
	display: block;
	content: '';
	position: absolute;
	left: -45px;
	top: -15px;
	z-index: 500;
	width: 30px;
	height: 60px;
	background: url(../images/21detail/icon01.png) center no-repeat #fff; 
}
.plate2:before{
	background-image: url(../images/21detail/icon02.png)
}
.plate3:before{
	background-image: url(../images/21detail/icon05.png)
}
.plate4:before{
	background-image: url(../images/21detail/icon03.png)
}
.plate5:before{
	background-image: url(../images/21detail/icon04.png)
} 
.plate6:before{ 
	background-image: url(../images/21detail/icon06.png)
} 
.aug-plate-txt{
	font-size: 14px;
	color: #666;
	text-align: justify;
	line-height: 24px; 
	padding-top: 5px;
}
.aug-plate-img{ 
	height: 190px;
	overflow: hidden;
	margin-top: 20px;
	margin-right: -15px;
}
.aug-plate-img li{
	float: left;
	width: 300px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.aug-plate-img img{
	display: block;
	width: 100%;
	height: 182px;
	object-fit: cover; 
}
.aug-plate-eat{ 
	margin-top: 20px;
}

.aug-plate-eat>div{
	margin-bottom: 15px; 
	margin-right: 130px;
}
.aug-plate-eat>div:last-child{
	margin-right: 0;
}
.aug-plate-eat span{
	background: #f4f3f3;
	width: 52px;
	height: 26px;
	display: block;
	margin-right: 12px;
	line-height: 26px;
	text-align: center;
	font-size: 15px;
	color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
.aug-plate-eat p{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 26px; 
	max-width: 600px;
	margin-right: 10px;
}
.aug-plate-hotel p{
	color: #333;
	font-size: 14px;
	margin: 5px 20px 10px 0;
	line-height: 15px;
}
.aug-star{
	margin-left: 10px;
	vertical-align: top;
	display: inline-block; 
	height: 15px;
	background: url(../images/21detail/star.png) repeat-x;
}
.aug-star1{
	width: 20px;
}
.aug-star2{
	width: 40px;
}
.aug-star3{
	width: 60px;
}
.aug-star4{
	width: 80px;
}
.aug-star5{
	width: 100px;
}

/*代金券*/
.dec-coupon-detail{
	margin-top: 14px;
}
.dec-coupon-yen li{
	cursor: pointer;
	color: #fff;
	line-height: 24px;
	font-size: 13px;
	padding: 0 12px;
	margin: 2px 8px 0 0;
	overflow: hidden;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	background-image: -webkit-linear-gradient(to right,#ff7647, #ff5847);
	background-image: -moz-linear-gradient(to right,#ff7647, #ff5847);
	background-image: -o-linear-gradient(to right,#ff7647, #ff5847);
	background-image: -ms-linear-gradient(to right,#ff7647, #ff5847);
	background-image: linear-gradient(to right,#ff7647, #ff5847);
} 
.dec-coupon-yen li:before,
.dec-coupon-yen li:after{
	display: block;
	content: ''; 
	position: absolute;
	top: 6px; 
	background: #fff;
	z-index: 50;
	width: 8px;
	height: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}
.dec-coupon-yen li:before{
	left: -4px;
}
.dec-coupon-yen li:after{
	right: -4px;
}
.dec-coupon{
	position: fixed;
	width: 754px; 
	left: 50%;
	top: 50%;
	background: #fff; 
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 4200;
	padding: 0 13px; 
	display: none;
}
.dec-coupon-tit{
	border-bottom: 2px solid #e9e9e9; 
	padding: 0 15px 0 20px;
}
.dec-coupon-tit h3{
	line-height: 60px;
	font-size: 20px;
	color: #333;
}
.dec-coupon-x{
	cursor: pointer;
}
.dec-coupon-x img{
	display: block;
	height: 30px;
	margin: 15px 0;
}
.dec-coupon-wrap{
	padding: 25px 15px;
	height: 460px;
	overflow: hidden;
}
.dec-coupon-hint{
	color: #333;
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	border-left: 4px solid #ff6700;
	padding-left: 9px;
}
.dec-coupon-list{
	overflow: auto; 
	height: 95%;
}
.dec-coupon-list li{
	width: 320px;
	float: left;
	margin: 15px 25px 15px 0; 
	position: relative; 
	overflow: hidden;
}
.dec-coupon-mess{ 
	border: 2px solid #eaeaea;
	-webkit-box-shadow: 0 2px 4px #eaeaea;
	-moz-box-shadow: 0 2px 4px #eaeaea;
	-o-box-shadow: 0 2px 4px #eaeaea;
	-ms-box-shadow: 0 2px 4px #eaeaea;
	box-shadow: 0 2px 4px #eaeaea;  
}
.dec-coupon-list li:before,
.dec-coupon-list li:after{
	display: block;
	content: ''; 
	position: absolute;
	right: 65px;
	border: 2px solid #eaeaea;
	background: #fff;
	z-index: 50;
	width: 18px;
	height: 22px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	border-radius: 12px;
}
.dec-coupon-list li:before{
	top: -15px;
}
.dec-coupon-list li:after{
	bottom: -15px;
}
.dec-coupon-info{
	width: 205px;
	padding: 0 15px 0 20px;
	border-right: 4px dotted #dddbdb;
}
.dec-coupon-price{
	color: red;
	font-size: 18px;
}
.dec-coupon-price b{
	font-size: 40px; 
	line-height: 50px;
}
.dec-coupon-way{
	background: #ffcdab;
	font-size: 12px;
	color: red;
	line-height: 18px;
	padding: 0 8px;
	margin-top: 16px;
}
.dec-coupon-date{
	color: #999;
	font-size: 10px;
	line-height: 20px;
}
.dec-coupon-item{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin: 10px 0 0 0;
}
.dec-coupon-put,
.dec-coupon-get{
	display: block;
	background: #ff6700;
	width: 50px;
	height: 88px; 
	color: #fff;
	border: 1px solid #eaeaea;
	margin: 8px;  
	text-align: center;
	padding-top: 8px;
	cursor: pointer;
}
.dec-coupon-get{
	background: #efefef;
	color: #333;
}
.dec-coupon-put span,
.dec-coupon-get span{
	display: inline-block;
	width: 18px;
	font-size: 18px;
	line-height: 20px;
} 
.dec-coupon-get span{
	line-height: 26px;
}
/*出游人数*/
.n-timer,
.room,
.n-number{
	margin-bottom: 12px;
}
.count span{
	line-height: 26px; 
	margin: 0 30px 0 10px;
	float: left;
}
.count input{
	height: 26px;
	border: 1px solid #ebebeb;
	line-height: 26px;
	width: 40px;
	text-align: center;
	float: left;
}
.order-room label,
.icon{
	background: url(../images/order.png) center no-repeat;
}
.icon{
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	
}
.minus{
	background-position: -246px -290px; 
}
.plus{
	background-position: -274px -290px; 
}  

/******单 房 差*******/
.room{
	color: #f00;
	line-height: 28px;
}
.txt{
	width: 300px;
	background: #fffee2;
	border: 1px solid #ffcc7f;
	color: #f60;
	font-size: 12px;
	line-height: 18px;
	padding: 6px;
	position: absolute;
	text-align: justify;
	z-index: 100;
	left: 62px;
	top: 25px;
	display: none;
} 
.txt:before{
	display: block;
	content: '';
	position: absolute;
	left: 20px;
	top: -7px;
	display: block;  
	border-style: solid; 
	border-width: 0 5px 7px 5px; 
    margin-top: 0;
	border-color:  transparent  transparent #ff6700 transparent ; 
}
.order-room .txt{
	left: 20px;
}  
.order-room label:hover .txt{
	display: block;
} 
.order-room label{
	position: relative;
	padding-left: 10px;
	margin: 0 20px;
}
.house,
.order-room input[type='radio']{
	width: 96px;
	text-align: left;
	line-height: 28px;
	height: 28px;
	padding-left: 10px;
}
.order-room input[type='radio']{
	line-height: 24px;
	height: 24px;
	margin-top: 2px;
}
.order-room input[type='radio']{
	position: absolute;
	background: #000;
	left: 0;
	z-index: 100;
	opacity: 0;
	filter:alpha(opacity=0);
} 
.order-room label{
	background-position: -81px -20px; 
}
.order-room label.cur{
	background-position: -81px 2px; 
} 
.order-room label.cur .house{
	color: #ff6700;
}
/*价格*/
.n-price{
	position: relative; 
	cursor: pointer;
}
.showTotal{
	position: absolute;
	left: 0;
	background: #fff;
	top: 35px;
	z-index: 500;
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	-o-box-shadow: 0 0 10px #ddd;
	-ms-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	width: 200px;
	padding: 15px;
	display: none;
}
.n-price:hover .showTotal{ 
	display: block;
}
.showTotal dt{
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	color: #333;
}
.showTotal dd{
	font-size: 14px;
	line-height: 34px;
	color: #666; 
}
.showTotal:before{
	display: block;
	content: '';
	position: absolute;
	left: 115px;
	top: -12px;
	width: 0px;
    height: 0px;
    vertical-align: middle;
    border-style: solid;
    border-width: 0 8px 12px 8px; 
    border-color: transparent transparent #fff transparent;
}
.n-price:before{
	display: inline-block;
	content: '';
	width: 16px;
	height: 16px; 
	/*background: url(../images/21detail/hint.png) no-repeat;*/
	margin-top: 8px;
	vertical-align: top;
	margin-left: -10px;
}
.n-link input.iDisabled{
	background: #bababa;
}