@charset "utf-8";
body {
	background: #f4f4f4;
}

.icon {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	background: url(../img/icon.png) 0 0 no-repeat;
}

.header {
	position: absolute;
}

.banner {
	width: 100%;
	height: 495px;
	border-bottom: 5px solid #da6035;
}

.main {
	margin: 0 auto;
	width: 1000px;
}

.location {
	padding: 20px 0;
	color: #666;
	font-size: 14px;
}

.location i {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 5px;
	width: 15px;
	height: 13px;
	background: url(../img/icon.png) -140px 0 no-repeat;
}

.location a {
	color: #666;
}

.location span {
	padding: 0 8px;
}

.title {
	margin-bottom: 30px;
	background: url(../img/line2.png) 0 center repeat-x;
}

.title span {
	padding-right: 25px;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	background: #f4f4f4;
	line-height: 1;
}

.story_top {
	text-align: center;
}

.story_top .li1 {
	font-size: 30px;
	color: #da6035;
}

.story_top .li2 {
	margin: 0 auto;
	margin-top: 12px;
	width: 30px;
	height: 1px;
	background: #da6035;
}

.story_top .li3 {
	padding: 18px 128px 0;
	line-height: 24px;
}

.story_list {
	padding-top: 42px;
}

.story_list li {
	position: relative;
	width: 100%;
	margin-top: 30px;
	background: #fff;
	overflow: hidden;
}

.story_list li:first-child {
	margin-top: 0;
}

.story_list li .callbacks_nav {
	line-height: 1;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	padding: 0 7px;
	bottom: 3px;
	z-index: 2;
}

.story_list li .callbacks_nav:hover {
	background: #ccc;
}

.story_list li .prev {
	left: 3px;
}

.story_list li .next {
	left: 33px;
}

.story_list li.double .prev {
	left: initial;
	right: 33px;
}

.story_list li.double .next {
	left: initial;
	right: 3px;
}

.story_list .list {
	width: 100%;
}

.story_left {
	float: left;
}

.story_right {
	position: absolute;
	box-sizing: border-box;
	padding: 0 35px 0 60px;
	right: 0;
	width: 486px;
	height: 360px;
	background: url(../img/story_right.png) 0 0 no-repeat;
}

.story_right .li1 {
	padding-top: 30px;
}

.story_right .li2 {
	padding-top: 15px;
	font-size: 28px;
	color: #333;
}

.story_right .li2 a {
	font-size: 28px;
	color: #333;
}

.story_right .li3 {
	padding-top: 10px;
	line-height: 24px;
	font-size: 13px;
}

.story_right .li4 {
	padding-top: 29px;
}

.story_list li.double .story_left {
	float: right;
}

.story_list li.double .story_right {
	right: auto;
	left: 0;
	padding: 0 60px 0 35px;
	background: url(../img/story_left.png) 0 0 no-repeat;
}

.ubb {
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 2;
}

.ubb * {
	max-width: 100%!important;
}

.holiday_top {
	padding-bottom: 50px;
}

.holiday_top_right {
	width: 500px;
}

.holiday_top_right .li1 {
	padding-top: 10px;
	text-align: center;
	font-size: 28px;
	color: #333333;
}

.holiday_top_right .li2 {
	width: 22px;
	height: 2px;
	background: #404040;
	margin: 16px auto 0;
}

.holiday_top_right .li3 {
	padding-top: 18px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.holiday_tag {
	margin-top: 26px;
	padding: 18px 30px 12px;
	color: #666;
	border: 1px solid #ddd;
	line-height: 2;
}

.holiday_tag li {
	padding-left: 13px;
	padding-bottom: 6px;
	background: url(../img/star.png) 0 8px no-repeat;
}

.holiday_tab a {
	width: 94px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	background: #fff;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ddd;
	margin: 0 10px 20px 0;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.holiday_tab .active {
	background: #da6035;
	border-color: #da6035;
	color: #fff;
}

.holiday_list {
	margin: 0 -10px;
}

.holiday_list li {
	float: left;
	padding-bottom: 20px;
	width: 320px;
	margin: 0 10px;
}

.holiday_img {
	position: relative;
}

.holiday_img .tit {
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../img/bg_35_35_35_85.png);
	position: absolute;
	bottom: 0;
	left: 0;
}

.holiday_con {
	padding: 0 20px;
	background: #FFF;
	height: 160px;
}

.holiday_con .li1 {
	padding-top: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333;
}

.holiday_con .li2 {
	height: 40px;
	line-height: 20px;
	padding-top: 10px;
	color: #666;
	overflow: hidden;
}

.holiday_con .li3 {
	padding-top: 10px;
}

.holiday_con .li3 .price {
	font-size: 18px;
	color: #da6035;
}

.holiday_con .li3 .price span {
	font-size: 12px;
	padding-left: 5px;
	color: #999;
}

.holiday_con .li3 .s1 {
	color: #da6035;
	padding-top: 6px;
}

.holiday_con .li4 {
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.holiday_con .li4 span {
	color: #999;
}

.ubb_title {
	padding-bottom: 20px;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.1;
}

.meeting_nav li {
	float: left;
	padding: 0 25px;
	background: url(../img/line3.gif) 0 5px no-repeat;
}

.meeting_nav li:first-child {
	padding-left: 0;
	background: none;
}

.meeting_nav li a {
	font-size: 14px;
	color: #666;
}

.meeting_nav .current a {
	display: inline-block;
	color: #da6035;
	padding-bottom: 2px;
	border-bottom: 1px solid #da6035;
}

.meeting_show {
	margin-top: 30px;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.meeting_show .swiper-slide {
	float: left;
	width: 100%;
	height: 400px;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.pagination {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.pagination span {
	display: inline-block;
	background: url(../img/bg_255_255_255_80.png);
	height: 10px;
	width: 10px;
	border-radius: 5px;
	margin: 0 3px;
}

.pagination .swiper-active-switch {
	background: #da6035;
}

.meetingBox-1 {
	width: 430px;
	height: 245px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -122px;
	background: url(../img/bg_35_35_35_85.png);
	z-index: 2;
}

.meetingBox-1 .tabBox {
	padding: 20px 0 0 30px;
	overflow: hidden;
	position: relative;
}

.meetingBox-1 .tabBox a {
	height: 52px;
	width: 130px;
	padding-left: 60px;
	float: left;
	margin: 11px 10px 11px 0;
	position: relative;
}

.meetingBox-1 .tabBox a:before {
	content: '';
	width: 52px;
	height: 52px;
	background: url(../img/meeting.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.meetingBox-1 .tabBox .a1:before {
	background-position: 0 0;
}

.meetingBox-1 .tabBox .a2:before {
	background-position: 0 -52px;
}

.meetingBox-1 .tabBox .a3:before {
	background-position: 0 -104px;
}

.meetingBox-1 .tabBox .a4:before {
	background-position: 0 -156px;
}

.meetingBox-1 .tabBox a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.meetingBox-1 .tabBox a .p1 {
	padding-top: 3px;
	font-size: 18px;
	color: #fff;
}

.meetingBox-1 .tabBox a .p2 {
	font-size: 13px;
	color: #fff;
}

.meetingBox-1 .btn {
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 10px 0 0 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #da6035;
	cursor: pointer;
}

.map_side {
	position: absolute;
	left: 100px;
	top: 148px;
}

.map_search {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 400px;
	height: 38px;
	border-radius: 3px;
	box-shadow: 0 2px 2px #999;
}

.map_side_con {
	padding: 20px 20px 0;
	width: 340px;
	overflow-y: auto;
	background: #fff;
	box-sizing: border-box;
}

.map_side_con .search_list:last-child {
	border-bottom: none
}

.map_unfold {
	display: none;
	position: absolute;
	left: 340px;
	top: 50%;
	margin-top: -44px;
	width: 20px;
	height: 88px;
	background: url(../img/map_unfold.jpg) 0 0 no-repeat;
}

.map_shrink {
	background-position: -20px 0;
}

.map_unfold:focus {
	-moz-outline-style: none;
	outline: none;
}

.search_top {
	font-size: 18px;
	color: #333333;
}

.search_top b {
	color: #da6035;
}

.search_list {
	padding: 17px 0 10px 0;
	border-bottom: 1px solid #ddd;
}

.search_list_title {
	font-size: 14px;
	color: #333;
	cursor: pointer;
	font-weight: 700;
}

.search_list_title i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	width: 18px;
	height: 18px;
	background: url(../img/icon.png) -60px -20px no-repeat;
}

.search_list_title_stop i {
	background-position: -80px -20px;
}

.no_ul i {
	background: none;
}

.search_list ul {
	padding-top: 8px;
}

.search_list li {
	cursor: pointer;
	padding: 0 34px;
	min-height: 30px;
	line-height: 30px;
}

.search_list li i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 3px;
	height: 5px;
	background: url(../img/icon.png) -160px 0 no-repeat;
}

.search_list .current {
	background: #f6f6f6;
	color: #da6035;
	font-weight: 700;
}

.map_win {
	padding: 0 20px;
	position: absolute;
	width: 340px;
	height: 197px;
	background: url(../img/map_bg.png) 0 0 no-repeat;
	box-sizing: border-box;
}

.map_win_close {
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 15px;
	height: 15px;
	background: url(../img/x2.jpg) 0 0 no-repeat;
}

.map_win_close:hover {
	opacity: 0.9;
}

.map_win_left {
	float: left;
	width: 190px;
}

.map_win_left .li1 {
	padding-top: 16px;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.map_win_left .li2 {
	padding-top: 7px;
	font-size: 12px;
}

.map_win_left .li3 {
	padding-top: 5px;
}

.map_win_left .li4 {
	padding-top: 10px;
	line-height: 22px;
}

.map_win_left .li4 b {
	color: #da6035;
	font-size: 14px;
	font-weight: 700;
}

.map_win_left .li4 a {
	margin-left: 9px;
	padding: 0 14px;
	display: inline-block;
	color: #fff;
	height: 22px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 2px;
	background: #da6035;
}

.map_win_right {
	float: right;
	padding: 21px 0 0 21px;
}

.meeting_booking {
	padding-top: 20px;
}

.meeting_booing_title {
	font-size: 24px;
	color: #da6035;
	padding-bottom: 5px;
}

.meeting_booing_left {
	padding-right: 75px;
	padding-bottom: 30px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.meeting_booking_right {
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #da6035;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.meeting_list {
	padding-top: 5px;
}

.meeting_list li {
	background: #fff;
	margin-bottom: 30px
}

.meeting_list_right {
	padding: 0 30px;
	box-sizing: border-box;
	width: 680px;
}

.meeting_list_right .li1 {
	padding-top: 20px;
}

.meeting_list_right .li1 a {
	color: #333;
	font-size: 24px;
}

.meeting_list_right .li2 {
	padding-top: 6px;
	line-height: 2;
	height: 70px;
}

.meeting_list_right .li3 {
	color: #999;
}

.meeting_list_right .li4 {
	padding-top: 24px;
}

.meeting_list_right .li4 a {
	color: #da6035;
}

.service_list {
	margin-top: 30px;
	background: #fff;
}

.service_list li {
	float: left;
	padding: 40px 20px;
	width: 25%;
	height: 130px;
	box-sizing: border-box;
	border-left: 1px solid #f4f4f4;
	justify-content: center;
	text-align: center;
	align-items: center;
	display: flex;
}

.service_list li:first-child {
	border: none;
}

.service_list li h3 {
	font-size: 20px;
	color: #333;
}

.service_list li p {
	padding-top: 4px;
	color: #999;
}

.discount_top {
	position: relative;
	width: 100%;
	height: 400px;
}

.discount_top .con {
	padding: 0 30px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: 60px;
	width: 380px;
	height: 280px;
	background: url(../img/bg_255_255_255_95.png);
	color: #333;
}

.discount_top .con .li1 {
	padding-top: 58px;
	font-size: 20px;
}

.discount_top .con .li2 {
	padding-top: 3px;
	font-size: 24px;
}

.discount_top .con .li3 {
	padding-top: 8px;
	color: #666666;
}

.discount_top .con .li4 {
	padding-top: 40px;
}

.discount_list {
	padding-top: 40px;
}

.discount_list li {
	float: left;
	width: 480px;
	padding: 0 0 40px 38px;
}

.discount_list2 li:nth-child(2n-1) {
	padding-left: 0;
}

.discount_list .con {
	display: block;
	padding: 0 23px;
	width: 100%;
	height: 175px;
	box-sizing: border-box;
	background: #fff;
	color: #333;
}

.discount_list .con * {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.discount_list .con .li1 {
	padding-top: 14px;
	font-size: 20px;
}

.discount_list .con .li2 {
	padding-top: 2px;
	font-size: 24px;
}

.discount_list .con .li3 {
	padding-top: 8px;
	color: #666666;
}

.discount_list .con .li4 {
	padding-top: 8px;
}

.news_hot a {
	display: block;
	color: #666;
}

.news_hot_right {
	position: relative;
	width: 580px;
}

.news_hot_right .hot {
	position: absolute;
	left: -68px;
	top: 0;
}

.news_hot_right .li1 {
	font-size: 24px;
	color: #333;
}

.news_hot_right .li2 {
	padding-top: 10px;
}

.news_hot_right .li3 {
	padding-top: 20px;
}

.news_hot_right .li4 {
	max-height: 72px;
	overflow: hidden;
	padding-top: 10px;
	line-height: 2;
}

.news_hot_right .li5 {
	padding-top: 20px;
}

.more {
	color: #da6035;
}

.news_search {
	margin-top: 40px;
	padding: 19px 0 0;
	height: 51px;
	background: #da6035;
	text-align: center;
	line-height: 32px;
}

.news_search .li1 {
	display: inline-block;
	color: #faece9;
	padding-right: 5px;
}

.news_search .li1 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 15px;
	height: 16px;
	background: url(../img/icon.png) -100px -20px no-repeat;
}

.news_search .li1, .news_search .li2, .news_search .li3, .news_search .li4 {
	display: inline-block;
	height: 32px;
	overflow: hidden;
}

.news_search .li3 {
	padding-left: 4px;
}

.news_search .li4 {
	padding-left: 10px;
}

.news_list {
	padding-top: 12px;
}

.news_list li {
	float: left;
	box-sizing: border-box;
	;
	padding: 0 20px;
	width: 100%;
	height: 58px;
	line-height: 58px;
	background: #fff;
	border-bottom: 1px dashed #ddd;
	font-size: 14px;
}

.news_list li:last-child {
	border: none;
}

.news_list a {
	color: #666;
}

.news_list a:hover {
	color: #333;
}

.news_list .news_date {
	color: #999;
}

.page {
	font-size: 16px;
}

.page a {
	margin-left: 5px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	color: #919191;
	text-align: center;
	line-height: 34px;
	background: #FFF;
	border: 1px solid #ddd;
}

.page_left a {
	float: left;
}

.page_left span {
	float: left;
	position: relative;
	top: 3px;
	padding: 0 8px 0 13px;
}

.page_left .current {
	color: #FFF;
	background: #da6035;
	border-color: #da6035;
}

.page_left .prev, .page_left .next {
	text-indent: -999px;
	background: url(../img/icon.png) -120px -20px no-repeat;
}

.page_left .next {
	background-position: -160px -20px;
}

.page_right {
	line-height: 32px;
	color: #999;
	font-size: 14px;
}

.page_right a {
	float: right;
}

.page_right input {
	float: right;
	margin-left: 10px;
	height: 32px;
	width: 32px;
	text-align: center;
	color: #999;
	line-height: 32px;
	background: #FFF;
	border: 1px solid #ddd;
	font-size: 16px;
}

.page_right span {
	float: right;
	line-height: 36px;
}

.news_info {
	margin-bottom: 33px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.news_info span {
	margin-left: 15px;
}

.page2 {
	line-height: 30px;
}

.page2 a {
	color: #666;
}

.discount_booking {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.discount_booking a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #da6035;
	font-size: 14px;
	color: #fff;
}

.discount_booking div {
	font-size: 24px;
	color: #333;
}

.discount_list3 li {
	width: 320px;
	padding: 0 0 30px 20px;
}

.discount_list3 .con {
	height: 170px;
}

.discount_list3 .con .li4 {
	padding-top: 10px;
}

.discount_list3 li:nth-child(3n+1) {
	padding-left: 0;
}

.food_list li {
	width: 320px;
	padding: 0 0 30px 20px;
}

.food_list .con {
	height: 232px;
}

.food_list .con .li3 {
	height: 97px;
	white-space: inherit;
}

.food_list .con .li4 {
	padding-top: 0;
}

.food_list li:nth-child(3n+1) {
	padding-left: 0;
}

.honor_list {
	padding: 55px 0 0 28px;
	width: 934px;
}

.honor_list li {
	position: relative;
}

.honor_list i {
	position: absolute;
	top: 0;
	left: -20px;
	width: 41px;
	height: 43px;
	background: url(../img/icon.png) 0 -60px no-repeat;
}

.honor_list dl {
	padding: 0 0 0 36px;
	border-left: 2px solid #ddd;
}

.honor_list dt {
	position: relative;
	top: -6px;
	font-size: 50px;
	color: #ccc;
	font-weight: 700;
	font-style: oblique;
	line-height: 1;
	padding-bottom: 18px;
}

.honor_list dd {
	padding-top: 7px;
	padding-bottom: 24px;
	background: url(../img/line4.gif) 0 0 no-repeat;
	font-size: 14px;
	line-height: 24px;
}

.honor_list dd a {
	color: #666;
}

.recruit_list {
	font-size: 14px;
	padding-top: 10px;
}

.recruit_list li {
	padding: 25px;
	margin-top: 10px;
	background: #fff;
}

.position {
	font-size: 18px;
	color: #333;
}

.position span {
	margin-left: 4px;
	color: #da6035;
	font-weight: 700;
}

.department {
	padding-top: 10px;
}

.recruit_con {
	line-height: 2;
	margin-top: 6px;
	height: 90px;
	overflow: hidden;
}

.recruit_tag {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
	color: #999;
}

.recruit_but {
	margin-top: 18px;
	display: inline-block;
	font-size: 12px;
}

.sitemap_list {
	padding-top: 50px;
}

.sitemap_list li {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 16px;
	padding-bottom: 16px;
}

.sitemap_list li:nth-child(2n) {
	background: #f8f8f8;
}

.sitemap_list .li1 {
	padding: 16px 20px 0;
	font-weight: 700;
	;
}

.sitemap_list .li1 a {
	color: #282828;
}

.sitemap_list i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
	width: 5px;
	height: 4px;
	background: url(../img/icon.png) -60px -40px no-repeat;
}

.sitemap_list .li2 {
	padding: 6px 0 0 36px;
}

.sitemap_list .li2 a {
	float: left;
	display: inline-block;
	;
	margin-right: 25px;
	color: #666;
}

.contact {
	padding-top: 20px;
	line-height: 34px;
	font-size: 16px;
}

.contact a {
	color: #666;
}

.helpList li {
	border-bottom: 1px dashed #9f9f9f;
	list-style: inside none disc;
	padding: 20px 0;
}

.helpList li a {
	color: #333;
	font-size: 14px;
}

.helpBox .titie {
	font-size: 24px;
	color: #333;
	padding-bottom: 20px;
}

.helpBox .page2 {
	font-size: 14px;
}

.opBox .p-1 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-bottom: 12px;
}

.opBox .p-2 {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}

.opBox .p-2 a {
	color: #666;
}

.opBox .row {
	padding-top: 20px;
}

.opBox .row .cols {
	width: 320px;
	padding-right: 60px;
}

.opBox .row .p1 {
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
}

.opBox .row .p1 span {
	padding-left: 5px;
	color: #da6035;
}

.opBox .row .inp {
	width: 100%;
}

.opBox .row .inpt01 {
	height: 38px;
	line-height: 38px;
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 2px 10px;
	border: 1px solid #e8e8e8;
}

.opBox .row .area {
	width: 700px;
	height: 120px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e8e8e8;
}

.opBox .row .yan {
	border: 1px solid #e8e8e8;
	display: inline-block;
	cursor: pointer;
}

.opBox .row .submit1 {
	width: 160px;
	height: 38px;
	background: #da6035;
	margin-top: 10px;
}

.banner .titBox {
	padding-top: 180px;
}

.banner .banner_content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 74px;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
}

.banner .banner_content_title {
	font-size: 40px;
	color: #fff;
}

.banner .register_btn {
	width: 122px;
	line-height: 36px;
	margin-top: 25px;
	display: block;
	text-align: center;
	background: #da6035;
	font-size: 14px;
}

.banner .quick_link_btn {
	height: 88px;
	margin-top: 34px;
	display: block;
}

.banner .quick_link_btn li {
	float: left;
}

.banner .quick_link_btn li a {
	text-align: center;
	display: block;
	font-size: 12px;
}

.banner .quick_link_btn li a:hover span {
	background-color: rgba(0, 0, 0, .15);
}

.banner .quick_link_btn li a span {
	height: 52px;
	width: 52px;
	margin-bottom: 20px;
	display: block;
	border-radius: 50%;
}

.banner .quick_link_btn .li1 a {
	margin-right: 20px;
}

.banner .quick_link_btn .li2 a, .banner .quick_link_btn .li3 a {
	margin-right: 30px;
}

.banner .quick_link_btn .li1 a span {
	margin-left: 10px;
	margin-right: 10px;
	background: url(../img/btn_icon.png) no-repeat;
	background-position: -10px 0;
}

.banner .quick_link_btn .li2 a span {
	background: url(../img/btn_icon.png) no-repeat;
	background-position: -72px 0;
}

.banner .quick_link_btn .li3 a span {
	background: url(../img/btn_icon.png) no-repeat;
	background-position: -124px 0;
}

.banner .quick_link_btn .li4 a span {
	background: url(../img/btn_icon.png) no-repeat;
	background-position: -176px 0;
}

.member_navigate {
	margin: 50px 0 20px 0;
}

.member_nav {
	width: 1000px;
	height: 450px;
	border-bottom: 4px solid #da6035;
}

.member_nav a {
	text-decoration: none;
}

.member_nav .nav_img {
	width: 670px;
	height: 450px;
}

.member_nav .nav_img .gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.dn {
	display: none;
}

.member_nav .nav_img .svg_gray {
	position: absolute;
}

.member_nav .nav_odd .nav_content {
	float: left;
}

.member_nav .nav_even .nav_content {
	float: right;
}

.banner .banner_content .booking_right {
	margin-top: 40px;
	padding-left: 33px;
	width: 551px;
	height: 160px;
	background: url(../img/bg_224_99_52_85.png);
}

.banner .banner_content .booking_title {
	padding: 29px 0 8px 0;
	font-size: 14px;
	color: #fff;
}

.banner .banner_content .booking_bottom {
	padding-top: 27px;
}

.banner .banner_content .booking_bottom a {
	color: #FFF;
	margin-right: 30px;
}

.banner .banner_content .booking_bottom i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 2px;
	height: 3px;
	background: url(../img/icon.png) -80px 0 no-repeat;
}

.swiper4 {
	height: 500px;
}

.swiper4 .swiper-wrapper, .swiper4 .swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper4 .swiper-slide span {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.swiper4 .swiper-slide span img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.swiper4 .swiper-page {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	text-align: center;
}

.swiper4 .swiper-pagination-switch {
	width: 25px;
	height: 5px;
	display: inline-block;
	margin: 0 5px;
	background: #FFFFFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}

.swiper4 .swiper-active-switch {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.meetCon {
	display: none;
	width: 720px;
	background: #fff;
	font-size: 14px;
	color: #333;
	padding: 15px 20px 20px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -270px 0 0 -380px;
	z-index: 999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.meetCon .colse {
	width: 21px;
	height: 21px;
	background: url(../img/close1.png) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.meetCon .colse:hover {
	background-position: 0 -21px;
}

.meetCon .d-1 {
	font-size: 24px;
	line-height: 1;
}

.meetCon .d-2 {
	padding-top: 13px;
	line-height: 24px;
}

.meetCon .d-3 {
	width: 750px;
	padding-top: 20px;
}

.meetCon .d-3 .list {
	width: 220px;
	float: left;
	padding: 0 30px 10px 0;
}

.meetCon .d-3 h4 {
	color: #999;
}

.meetCon .d-3 h4 span {
	color: #da6035;
	padding-left: 5px;
}

.meetCon .select-area .center {
	height: 25px;
	line-height: 25px;
}

.meetCon .select-jcfselect5 .select-opener {
	top: 14px;
}

.meetCon .d-3 .inpBox {
	display: inline-block;
	position: relative;
}

.meetCon .d-3 .inpBox:before {
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-bottom: none;
	border-top-color: #929293;
	position: absolute;
	top: 15px;
	right: 10px;
}

.meetCon .d-3 .inp {
	width: 198px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #e8e8e8;
	padding: 2px 10px;
	position: relative;
	background: transparent;
}

.meetCon .d-3 textarea {
	width: 698px;
	height: 50px;
	border: 1px solid #e8e8e8;
	padding: 10px;
	display: block;
}

.meetCon .d-3 .btn {
	width: 140px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	background: #da6035;
	margin: 20px 0 20px 290px;
}

.logoBox {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 180px;
	width: 260px;
	padding: 12px 30px 20px;
	background: url(../img/bg_73_73_73_80.png);
}

.logoBox1 {
	margin-top: -44px;
}

.logoBox #verify {
	display: none;
}

.logoBox1 #verify {
	display: block;
}

.logoBox h3 {
	padding-bottom: 20px;
}

.logoBox h3 a {
	float: left;
	font-size: 16px;
	color: #fff;
	width: 50%;
	text-align: center;
	line-height: 40px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.logoBox h3 .current {
	color: #da6035;
	border-bottom: 2px solid #da6035
}

.logoBox .row {
	padding-bottom: 10px;
	overflow: hidden;
}

.logoBox .inp {
	box-sizing: border-box;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 4px 12px 4px 48px;
	font-size: 14px;
	color: #666;
	display: block;
	background: url(../img/inp01.png) no-repeat 0 0 #fff;
}

.logoBox .inp02 {
	background-position: 0 -38px;
}

.logoBox .inp03 {
	width: 165px;
	float: left;
	margin-right: 10px;
	background-position: 0 -76px;
}

.logoBox .inpW {
	width: 145px;
}

.logoBox .code {
	float: right;
}

.logoBox .pass {
	font-size: 14px;
	padding-bottom: 10px;
	color: #fff;
}

.logoBox .pass a {
	color: #fff;
}

.logoBox .pass label {
	cursor: pointer;
}

.logoBox .pass input {
	position: relative;
	top: 2px;
	margin-right: 8px;
}

.logoBox .btn {
	width: 100%;
	height: 38px;
	display: block;
	line-height: 38px;
	background: #da6035;
	font-size: 16px;
	color: #fff;
}

.logoBox .nomember {
	padding-top: 14px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.logoBox .nomember a {
	color: #da6035;
}

.prefBox {
	width: 1048px;
	padding: 80px 0 0;
	text-align: center;
	margin-left: -24px;
}

.prefBox .dd {
	padding-left: 20px;
	width: 184px;
	float: left;
}

.prefBox .dd:first-child {
	padding-left: 0
}

.prefBox .dd div {
	display: inline-block;
	vertical-align: top;
}

.prefBox .d1 {
	width: 140px;
	height: 140px;
	background: url(../img/preference.png) no-repeat 0 0;
}

.prefBox .m1 {
	background-position: 0 0;
}

.prefBox .m2 {
	background-position: 0 -140px;
}

.prefBox .m3 {
	background-position: 0 -280px;
}

.prefBox .m4 {
	background-position: 0 -420px;
}

.prefBox .m5 {
	background-position: 0 -560px;
}

.prefBox .d2 {
	font-size: 20px;
	color: #da6035;
	padding-top: 15px;
}

.prefBox .d3 {
	padding-top: 3px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	margin: 0 20px;
}

.prefBox .dd a:hover .d1 {
	background-position-x: -160px;
}

.prefBox .dd a:hover .d2 {
	font-weight: bold;
}

/*会员尊享忘记密码弹层*/

.prefa.alert_bg, .prefa.alert_bg2 {
	z-index: 105;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.prefa.alert_box {
	z-index: 110;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	padding: 40px;
	box-sizing: border-box;
	max-height: 100%;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin: -170px 0 0 -300px;
}

.prefa.alert_box form {
	padding-top: 35px;
}

.prefa.alert_title {
	line-height: 1;
	font-size: 24px;
	color: #333
}

.prefa.alert_ubb {
	padding-top: 20px;
	font-size: 14px;
	color: #333
}

.prefa.alert_bottom {
	padding-top: 50px;
	text-align: center;
}

.prefa .input_group {
	padding-bottom: 12px;
}

.prefa .input_hd {
	float: left;
	width: 63px;
	text-align: right!important;
	font-size: 14px;
	padding-top: 12px;
	padding-right: 12px;
}

.prefa .input_bd {
	float: left;
}

.prefa .input_bottom {
	padding: 0 0 0 75px;
	color: #333
}

.prefa .input_bottom .li2 {
	padding-top: 16px;
}

.prefa .input1 {
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 0 10px;
	width: 300px;
	height: 42px;
	line-height: 42px;
	color: #666;
	font-size: 14px;
	background-image: none;
}

.prefa .but {
	display: inline-block;
	color: #da6035;
	border: 1px solid #da6035;
	width: 105px;
	height: 42px;
	box-sizing: border-box;
	line-height: 42px;
	text-align: center;
}

.prefa .submit2 {
	width: 160px;
	height: 42px;
	overflow: hidden;
	background: #da6035;
	color: #FFF;
	font-size: 14px;
}

.searchBox-1 {
	padding-top: 20px;
}

.searchBox-1 input {
	width: 260px;
	height: 38px;
	line-height: 16px;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	background: url(../img/search.png) no-repeat 9px center #fff;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	float: left;
}

.searchBox-1 button {
	width: 80px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #da6035;
	font-size: 14px;
	float: left;
}

.recSearch .tit {
	font-size: 16px;
	color: #333;
	margin-top: 22px;
}

.recSearch .form_hd {
	height: 18px;
}

.recSearch .selectBox .selectTxt {
	height: 32px;
	width: 105px;
	line-height: 32px;
	border: 1px solid #e5e5e5;
}

.recSearch .selectBox .selectTxt:after {
	top: 15px;
}

.recSearch .selectBox .selectModel {
	bottom: inherit !important;
	top: 33px;
}

.recSearch .input01 {
	width: 225px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	padding: 9px;
	border: 1px solid #e5e5e5;
}

.recSearch .submit1 {
	width: 80px;
	height: 34px;
	line-height: 34px;
	border: none;
	background: #da6035;
}

/***map**/

.amap-toolbar {
	left: auto !important;
	right: 36px !important;
}

.searchMap {
	display: none
}

.customizedMap {
	position: relative;
	width: 1000px;
	height: 500px;
}

.amap-icon img {
	width: 100%;
	height: 100%;
}

.amap-info-sharp {
	margin-left: 55px;
}

.amap-icon-click {
	left: -10px;
	top: -24px;
	width: 55px!important;
	height: 72px!important;
}

.amap-info-close {
	right: 1px!important;
	top: 1px!important;
	width: 15px!important;
	height: 15px!important;
	background: url(../img/icon.png) -180px 0 no-repeat!important;
	font-size: 0!important;
}

.cooperation_list {
	padding-top: 35px;
}

.cooperation_list li {
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	width: 251px;
	height: 120px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.cooperation_list li img {
	height: 100%;
}

.logoBox2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -257px 0 0 -252px;
	box-sizing: border-box;
	width: 504px;
	height: 514px;
	padding: 45px 72px;
}

.logoBox2 .logoBox2_logo {
	display: block;
	text-align: center;
	margin-bottom: 35px;
}

.logoBox2 .code {
	float: left;
}

.logoBox2 .inp {
	width: 300px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 60px;
	background-image: url(../img/inp02.png);
}

.logoBox2 .inp02 {
	background-position: 0 -50px;
}

.logoBox2 .inp03 {
	width: 158px;
	background-position: 0 -100px;
}

.logoBox2 .btn {
	height: 56px;
	line-height: 56px;
	font-size: 22px;
}

.logoBox2 .row {
	padding-bottom: 20px;
}

.logoBox2 .nomember {
	color: #ccc;
	padding-top: 30px;
}

/*商城*/

.product_type {
	padding: 0 20px;
	font-size: 16px;
	line-height: 70px;
	background-color: #fff;
}

.product_type .li1 {
	color: #333;
	padding-right: 20px;
}

.product_type a {
	float: left;
	color: #999;
	margin-right: 50px;
}

.product_type a span {
	color: #333;
}

.product_type .current span {
	color: #da6035
}

.product_sort {
	position: relative;
	z-index: 5;
	margin-top: 10px;
	font-size: 14px;
	background-color: #fff;
}

.product_sort .left {
	float: left;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}

.product_sort .left .tit {
	color: #da6035;
	float: left;
}

.product_sort .left .a {
	float: left;
	color: #666;
	margin-left: 30px;
	position: relative;
}

.product_sort .left .a i {
	display: inline-block;
	margin-left: 5px;
	width: 7px;
	height: 12px;
	background: url(../booking/img/booking.png) 0 -38px no-repeat;
}
.product_sort .left .ascen, .product_sort .left .descen {
    color: #da6035;
}
.product_sort .left .ascen i{
	background-position: -20px -38px;
}
.product_sort .left .descen i{
	background-position: -40px -38px;
}
.product_sort .left .screen {
	float: left;
	position: relative;
	margin-left: 10px;
	z-index: 6;
}

.product_sort .left .screen>a {
	color: #666;
	margin-left: 0;
	padding: 0 20px;
}

.product_sort .left .screen i {
	position: relative;
	top: -1px;
	display: inline-block;
	margin-left: 5px;
	width: 7px;
	height: 4px;
	background: url(../img/icon.png) -80px -40px no-repeat;
}

.product_sort .left .screen.open>a {
	position: relative;
	z-index: 1;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-bottom: none;
	height: 50px;
}

.screen_box {
	position: absolute;
	top: 50px;
	left: 0;
	width: 448px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	display: none;
}

.product_sort .left .open .screen_box {
	display: flex;
}

.screen_box_left {
	padding: 10px 0;
	width: 160px;
	background-color: #f8f8f8;
}

.screen_box_left li {
	padding: 0 20px;
}

.screen_box_left .current {
	background-color: #fff;
}

.screen_box_left a {
	line-height: 31px;
	color: #333;
	font-size: 12px;
}

.screen_box_right {
	flex: 1;
	position: relative;
}

.screen_box_right .close {
	width: 14px;
	height: 14px;
	background: url(../img/close.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
}

.screen_box_right ul {
	padding: 20px 20px 0;
	display: none;
}

.screen_box_right ul li {
	font-size: 12px;
	margin-bottom: 18px;
	line-height: 1;
}

.screen_box_right label {
	font-size: 12px;
	padding-left: 18px;
	cursor: pointer;
	position: relative;
}

.screen_box_right label:before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/checkbox.png) no-repeat right 0;
	position: absolute;
	left: 0;
	top: 0;
}

.screen_box_right label.check {
	color: #da6035;
}

.screen_box_right label.check:before {
	background-position: left 0;
}

.screen_box_right label input {
	width: 0;
	position: absolute;
	right: 1000px;
}

.product_list ul {
	margin: 0 -10px;
}

.product_list li {
	float: left;
	padding: 30px 10px 0;
	width: 320px;
}

.product_list .img {
	display: block;
	position: relative;
	height: 240px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.product_list .img .hotel {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 32px;
	background-color: rgba(73, 73, 73, 0.8);
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
}

.product_list .img .countdown {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	width: 100%;
	box-sizing: border-box;
	background-color: #da6035;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.product_list .img .countdown .d2 {
	padding-top: 8px;
}

.product_list .img .countdown .d2 b {
	margin-left: 10px;
}

.product_list .img .countdown .d2 span {
	margin-left: 10px;
}

.product_list .txt {
	background-color: #fff;
	height: 212px;
	padding: 0 20px;
}

.product_list .txt .d1 {
	padding-top: 25px;
	line-height: 1;
}

.product_list .txt .d1 a {
	font-size: 20px;
	color: #333;
}

.product_list .txt .d2 {
	padding-top: 10px;
	line-height: 1;
	font-size: 14px;
	color: #808080;
}

.product_list .txt .d3 {
	padding-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.product_list .txt .d4{
	padding-top: 12px;
}

.product_list .txt .price {
	color: #da6035;
	font-size: 14px;
	position: relative;
	float: left;
	width: 150px;
}

.product_list .txt .price .s1 {
	font-size: 22px;
}

.product_list .txt .price .s {
	text-decoration: line-through;
	margin-left: 5px;
	color: #999;
}

.product_list .txt .priceInte .in {
	float: right;
	padding: 0 5px;
	border: 1px solid #da6035;
	line-height: 19px;
	border-radius: 3px;
	color: #da6035;
	margin-top: 7px;
}
.product_list .txt .integral .in {
	float: right;
	padding: 0 5px;
	background-color: #da6035;
	line-height: 19px;
	border-radius: 3px;
	color: #fff;
	margin-top: 7px;
}
.product_list .txt .integral .price {
	color: #0084bb;
}

.product_list .txt .but {
	float: right;
	width: 60px;
	height: 35px;
	line-height: 35px;
	background-color: #da6035;
	text-align: center;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
}

.product_list .txt .integral .but {
	background-color: #0084bb;
}

.product_list .txt .priceInte .but {
	background-color: #fff;
	border: 1px solid #da6035;
	color: #da6035;
}

.product_info {
	background-color: #fff;
}

.product_info .title span {
	background-color: #fff;
}

.product_detail {
	padding: 20px 0 50px;
	min-height: 522px;
}

.product_left {
	float: left;
	width: 470px;
	position: relative;
}

.product_left .swiper-slide {
	width: 100%;
	height: 470px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.product_left .swiper-page {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
	top: 500px;
}

.product_left .swiper-pagination-switch {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	width: 30px;
	height: 2px;
	cursor: pointer;
	background: #ccc;
}

.product_left .swiper-pagination-switch.swiper-active-switch {
	background-color: #da6035;
}

.product_rihgt {
	float: right;
	width: 500px;
	color: #3f3b38;
}

.product_rihgt .tit {
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
	margin-top: -5px;
}

.product_rihgt .price {
	font-size: 16px;
	color: #da6035;
	background-color: #f4f4f4;
	padding: 4px 20px 14px;
}
.product_rihgt .price .price_item{
	display: flex;
	padding-top: 10px;
}

.product_rihgt .price_left {
	width: 90px;
	padding-top: 12px;
	line-height: 1;
	color: #666;
}

.product_rihgt .price_right {
	line-height: 1;
	flex: 1;
}

.product_rihgt .price_right .prin {
	display: inline-block;
	border: 1px solid #da6035;
	border-radius: 2px;
	padding: 0 6px;
	margin-top: 6px;
}

.product_rihgt .price_right .prin span {
	margin-left: 3px;
	font-size: 12px;
	line-height: 24px;
}

.product_rihgt .price .s1 {
	font-size: 18px;
}

.product_rihgt .price .s2 {
	font-size: 30px;
}

.product_rihgt .price s {
	margin-left: 10px;
	font-size: 14px;
	color: #999;
}

.product_rihgt .integral {
	font-size: 16px;
	color: #666;
}

.product_rihgt .integral .s2 {
	color: #0084bb;
}

.product_rihgt .integral .s3 {
	color: #0084bb;
	font-size: 18px;
}

.product_rihgt .countdown {
	padding: 8px 10px;
	line-height: 24px;
	color: #fff;
	background-color: #da6035;
	font-size: 18px;
}

.product_rihgt .countdown i {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 10px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../img/icon.png) -200px 0 no-repeat;
}

.product_rihgt .countdown .time {
	font-size: 14px;
}

.product_rihgt .countdown .time span {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #333;
	border-radius: 3px;
	margin: 0 4px;
}

.product_rihgt .countdown .time span:last-child {
	margin-right: 0;
}

.product_rihgt .countdown .time b {
	margin-left: 10px;
}

.product_rihgt .product_info .d1 {
	padding-top: 20px;
	line-height: 1;
	font-size: 14px;
	color: #808080;
}

.product_rihgt .product_info .d1 a {
	float: right;
	color: #da6035;
}

.product_rihgt .product_info .d2 {
	padding-top: 6px;
	line-height: 24px;
	font-size: 14px;
	color: #808080;
}

.product_rihgt .product_info .d3 {
	padding-top: 8px;
	color: #0084bb;
	font-size: 14px;
	line-height: 24px;
}

.product_rihgt .product_info .d3 i {
	display: inline-block;
	top: -1px;
	position: relative;
	vertical-align: middle;
	width: 20px;
	height: 14px;
	background: url(../img/icon.png) -220px 0 no-repeat;
}

.product_rihgt .product_info .d3 .i2 {
	background-position: -240px 0;
}

.product_rihgt .product_info .d3 .i3 {
	background-position: -260px 0;
}

.product_label {
	padding-top: 8px;
	padding-bottom: 10px;
}

.product_label span {
	display: inline-block;
	background-color: #f9e7e1;
	line-height: 26px;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	color: #da6035;
	font-size: 14px;
}

.payment_choice {
	float: left;
	margin: 0 10px 10px 0;
}

.checkbox {
	display: block;
	position: relative;
}

.checkbox .weui_check {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.checkbox .weui_check:disabled {
	cursor: default;
}

.checkbox .checkbox_icon {
	border: 1px solid #bcbcbc;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.checkbox .con {
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #3f3b38;
	padding: 0 20px;
}

.checkbox span {
	float: right;
	color: #da6035;
}

.checkbox span b {
	font-size: 24px;
	margin-left: 7px;
}

.checkbox .weui_check:disabled+.con, .checkbox .weui_check:disabled+.con span {
	color: #ccc;
}

.checkbox .weui_check:checked+.con .checkbox_icon {
	background: url(../img/checkbox_icon.png) right bottom no-repeat;
	border: 2px solid #da6035;
}

.spec {
	margin-top: 14px;
	padding-top: 20px;
	border-top: 1px solid #ececec;
}

.spec_left {
	width: 76px;
	font-size: 14px;
	color: #666;
	line-height: 42px;
}

.spec_right {
	width: 424px;
}

.spec_right input {
	float: left;
	border: 1px solid #e5e5e5;
	width: 68px;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	padding-left: 20px;
}

.spec_but {
	padding-top: 20px;
}

.spec_but .but {
	display: inline-block;
	width: 240px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background-color: #da6035;
	color: #fff;
	font-size: 18px;
}

.spec_but .but2 {
	display: inline-block;
	width: 240px;
	height: 54px;
	line-height: 52px;
	text-align: center;
	background-color: #fff;
	color: #da6035;
	font-size: 18px;
	border: 1px solid #da6035;
	box-sizing: border-box;
}

.spec_but .but2 i {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	margin-right: 5px;
	width: 24px;
	height: 22px;
	background: url(../img/icon.png) -80px -120px no-repeat;
}

.num_spec {
	padding-top: 10px;
}

.num {
	position: relative;
	margin-left: 2px;
	width: 30px;
	height: 42px;
}

.num a {
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 20px;
	background: url(../img/icon.png) 0 -120px no-repeat;
}

.num .red {
	top: 22px;
	background-position: 0 -140px;
}

.num .add.default {
	cursor: default;
	background-position: -40px -120px;
}

.num .red.default {
	cursor: default;
	background-position: -40px -140px;
}

.product_detail_nav {
	margin-top: 50px;
	height: 46px;
	position: relative;
}

.product_detail_nav .con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	border-bottom-color: #da6035;
	background-color: #fafafa;
	height: 46px;
}

.product_detail_nav.fixed .con {
	position: fixed;
	left: 50%;
	top: 0;
	z-index: 10;
	margin-left: -500px;
	width: 1000px;
}

.product_detail_nav a {
	float: left;
	width: 160px;
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 46px;
	margin-top: -1px;
	margin-left: -1px;
}

.product_detail_nav .current {
	background-color: #da6035;
	color: #fff;
}

.product_ubb {
	padding-top: 22px;
}

.ubb2 {
	font-size: 16px;
	line-height: 1.875;
	color: #333;
}

.ubb_box {
	padding-top: 43px;
}

.ubb_box .tit {
	border-top: 1px solid #e5e5e5;
	padding-bottom: 22px;
	padding-top: 50px;
	font-size: 24px;
	line-height: 1;
	color: #333;
}

.commercial_evaluate {
	padding: 30px 20px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.commercial_evaluate .d1 {
	font-size: 14px;
	color: #333;
	line-height: 1;
}

.commercial_evaluate .d2 {
	padding-top: 17px;
}

.commercial_evaluate .d2 .star {
	width: 138px;
	height: 22px;
	background: url(../img/star_bg.png) 0 0 repeat-x;
}

.commercial_evaluate .d2 .star span {
	display: block;
	height: 22px;
	background: url(../img/product_star.png) 0 0 repeat-x;
}

.commercial_evaluate .d2 .s1 {
	margin-left: 20px;
	font-size: 28px;
	color: #da6035;
	font-weight: 700;
	line-height: 1;
}

.commercial_evaluate .d2 .s2 {
	margin-top: 7px;
	font-size: 14px;
	color: #666;
}

.comment_list li {
	padding: 30px 0;
	float: left;
	width: 100%;
	border-top: 1px solid #e9e9e9;
}

.comment_list li:first-child {
	border: none;
}

.comment_left {
	float: left;
	width: 170px;
}

.comment_left .img {
	width: 26px;
	height: 26px;
	float: left;
	border-radius: 50%;
}

.comment_left .txt {
	float: left;
	padding-left: 8px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}

.comment_right {
	float: right;
	width: 830px;
}

.comment_right .d1 .star {
	margin-top: -1px;
	width: 96px;
	height: 15px;
	background: url(../img/starX_bg.png) 0 0 repeat-x;
}

.comment_right .d1 .star span {
	display: block;
	height: 15px;
	background: url(../img/starX.png) 0 0 repeat-x;
}

.comment_right .d1 .s1 {
	margin: 1px 0 0 10px;
	font-size: 14px;
	color: #da6035;
	font-weight: 700;
	line-height: 1;
}

.comment_right .d2 {
	padding-top: 5px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

.comment_right .d3 {
	margin: 4px -5px 0;
}

.comment_right .d3 dd {
	float: left;
	width: 120px;
	padding: 10px 5px 0;
}

.comment_right .d3 dd .img {
	width: 120px;
	height: 120px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.comment_right .d4 {
	padding-top: 20px;
	font-size: 16px;
	color: #999;
	line-height: 1;
}

.comment_right .d5 {
	margin-top: 20px;
	padding: 20px 20px 0;
	background-color: #e8ebf0;
	color: #666;
}

.comment_right .d5 .s1 {
	line-height: 1;
	font-weight: 700;
	font-size: 14px;
}

.comment_right .d5 .s2 {
	padding: 8px 0 13px;
	font-size: 14px;
	line-height: 26px;
}

.product_recommend {
	margin-top: 100px;
	padding-top: 50px;
	border-top: 1px solid #e5e5e5;
}

.product_recommend_txt {
	line-height: 1;
	font-size: 24px;
	color: #333;
}

.product_recommend_txt a {
	float: right;
	font-size: 16px;
	color: #da6035;
	margin-top: 4px;
}

.product_recommend_txt a i {
	display: inline-block;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 6px;
	height: 11px;
	margin-left: 8px;
	background: url(../img/icon.png) -280px 0 no-repeat;
}

.cart_success_box {
	padding: 30px 20px;
	background-color: #fff;
}

.cart_success_box .top {
	line-height: 52px;
	font-size: 24px;
	color: #333;
}

.cart_success_box .top i {
	margin-right: 15px;
	width: 52px;
	height: 52px;
	background-position: -180px -60px;
}
.cart_success_box .top span{
	color: #da6035;
	margin-left: 5px;
}

.cart_success_box .con {
	margin-top: 30px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.cart_success_box .con .left {
	float: left;
	width: 160px;
	height: 120px;
}

.cart_success_box .con .right {
	float: right;
	width: 780px;
}

.cart_success_box .con .right .d1 {
	padding-top: 10px;
	line-height: 1.1;
}

.cart_success_box .con .right .d1 .tit {
	float: left;
	width: 535px;
	font-size: 20px;
	color: #333;
}

.cart_success_box .con .right .d1 .price {
	float: right;
	font-size: 14px;
	color: #da6035;
}

.cart_success_box .con .right .d1 .price span {
	font-size: 20px;
}

.cart_success_box .con .right .d2 {
	padding-top: 8px;
	font-size: 14px;
	color: #808080;
	line-height: 1;
}

.cart_success_box .con .right .d3 {
	padding-top: 10px;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.cart_success_box .bottom {
	text-align: right;
	padding-top: 30px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
}

.cart_success_box .bottom a {
	display: inline-block;
	box-sizing: border-box;
	width: 200px;
	height: 50px;
	font-size: 16px;
	color: #333;
	margin-left: 10px;
	text-align: center;
}

.cart_success_box .bottom .a1 {
	border: 1px solid #ccc;
	line-height: 48px;
}

.cart_success_box .bottom .a2 {
	background-color: #da6035;
	color: #fff;
}

.cart_success_box .bottom span {
	color: #da6035;
}

.cart_top {
	background-color: #fff;
}

.cart_top .hd {
	padding: 10px 20px;
	line-height: 35px;
}

.cart_top .hd .d1 {
	float: left;
	font-size: 18px;
	color: #da6035;
}

.cart_top .hd .d2 {
	float: right;
	font-size: 14px;
	color: #333;
}

.cart_top .hd .d2 span {
	color: #da6035;
	padding: 0 20px 0 10px;
}

.cart_top .hd .d2 a {
	display: inline-block;
	padding: 0 17px;
	color: #fff;
	height: 35px;
	background-color: #da6035;
}

.cart_top .bd {
	padding: 20px;
	border-top: 2px solid #ddd;
	font-size: 14px;
	color: #333;
	line-height: 1;
}

.cart_top .bd .d1 {
	float: left;
	width: 126px;
}

.cart_top .bd .d2 {
	float: left;
	width: 304px;
}

.cart_top .bd .d3 {
	float: left;
	width: 180px;
}

.cart_top .bd .d4 {
	float: left;
	width: 134px;
}

.cart_top .bd .d5 {
	float: left;
	width: 160px;
}

.cart_top .bd .d6 {
	float: left;
}

.checkbox_label {
	position: relative;
	cursor: pointer;
	line-height: 16px;
	display: inline-block;
}

.checkbox_label input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.checkbox_label i {
	top: 0;
	height: 16px;
	width: 16px;
	background-position: -220px -20px;
}

.checkbox_label input:checked+i {
	background-position: -200px -20px;
}

.checkbox_label span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 14px;
	color: #333;
}

.cart_list {
	position: relative;
	z-index: 1;
}

.cart_list li {
	margin-top: 20px;
	background-color: #fff;
}

.cart_list .top {
	padding: 15px 20px 0;
	height: 40px;
}

.cart_list .top .checkbox_label {
	margin-top: 3px;
}

.cart_list .top .checkbox_label span {
	font-weight: 700;
}

.cart_discount {
	float: left;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	padding-bottom: 15px;
}

.cart_discount .but {
	padding: 0 6px;
	display: inline-block;
	line-height: 22px;
	border: 1px solid #ecaf9a;
	color: #da6035;
	border-radius: 2px;
}

.cart_discount .but .i1 {
	width: 20px;
	height: 12px;
	background-position: -240px -20px;
	margin-right: 4px;
}

.cart_discount .but .i2 {
	margin-left: 8px;
	width: 7px;
	height: 4px;
	background-position: -93px -40px;
}

.cart_discount .con {
	display: none;
	position: absolute;
	left: 0;
	top: 39px;
	border: 1px solid #da6035;
	width: 408px;
	padding: 0 20px;
	background-color: #fff;
	z-index: 2;
}

.cart_discount:hover .con {
	display: block;
}

.cart_discount .con i {
	position: absolute;
	left: 39px;
	top: -9px;
	width: 15px;
	height: 9px;
	background-position: -260px -20px;
}

.cart_discount .con .tit {
	padding-top: 20px;
	line-height: 1;
	font-size: 14px;
	color: #333;
}

.cart_discount .discount_list {
	padding-top: 15px;
}

.cart_discount .discount_list dd {
	padding-bottom: 20px;
}

.cart_discount .discount_list dd .left {
	float: left;
	width: 72px;
	line-height: 30px;
	border: 1px solid #da6035;
	color: #da6035;
	text-align: center;
	font-weight: 700;
}

.cart_discount .discount_list dd .cent {
	float: left;
	width: 200px;
	padding-left: 12px;
}

.cart_discount .discount_list dd .cent .d1 {
	line-height: 1.1;
	color: #333;
}

.cart_discount .discount_list dd .cent .d2 {
	line-height: 1;
	color: #999;
	font-size: 12px;
	padding-top: 5px;
}

.cart_discount .discount_list dd .right {
	float: right;
	width: 74px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background-color: #da6035;
}

.cart_discount .discount_list .receive .right {
	cursor: default;
	color: #999;
	background-color: transparent;
}

.cart_discount .discount_list .receive .left {
	border-color: #999;
	color: #999;
}

.cart_discount .link_but {
	display: block;
	color: #333;
	font-size: 12px;
	border-top: 1px solid #e5e5e5;
	line-height: 47px;
	text-align: center;
}

.cart_product {
	border-top: 1px solid #e5e5e5;
}

.cart_product dd {
	padding: 20px;
	border-top: 1px solid #e5e5e5;
}

.cart_product dd:first-child {
	border-top: none
}

.cart_product .checkbox_label {
	margin-top: 32px;
}

.cart_product .img {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 10px;
}

.cart_product .info {
	float: left;
	width: 240px;
}

.cart_product .info .d1 {
	font-size: 16px;
	color: #333;
	line-height: 22px;
	margin-top: -4px;
}

.cart_product .info .d2 {
	line-height: 1;
	padding-top: 10px;
}

.cart_product .uPrice {
	float: left;
	padding-left: 70px;
	width: 133px;
	line-height: 1;
	color: #333;
	font-size: 16px;
}

.cart_product .uPrice s {
	display: block;
	padding-bottom: 8px;
	color: #999;
	font-size: 14px;
}

.cart_product .cart_num {
	float: left;
	width: 120px;
	border: 1px solid #e5e5e5;
}

.cart_product .cart_num .red {
	float: left;
	width: 34px;
	height: 34px;
	background: url(../img/icon.png) 0 -160px no-repeat;
}
.cart_product .cart_num .red.default{
	background-position: -40px -160px;
}

.cart_product .cart_num input {
	float: left;
	width: 48px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.cart_product .cart_num .add {
	float: left;
	width: 34px;
	height: 34px;
	background: url(../img/icon.png) -80px -160px no-repeat;
}
.cart_product .cart_num .add.default{
	background-position: -120px -160px;
}

.cart_product .price {
	float: left;
	padding-left: 60px;
	color: #da6035;
	font-size: 16px;
}

.cart_product .operation {
	margin-right: 30px;
	float: right;
	width: 26px;
	height: 26px;
	background: url(../img/icon.png) -120px -120px no-repeat;
}

.cart_product .operation:hover {
	background-position: -160px -120px;
}

.cart_bottom {
	margin-top: 20px;
	background-color: #fff;
	font-size: 14px;
}

.cart_bottom .d1 {
	float: left;
	padding-top: 22px;
	padding-left: 20px;
}

.cart_bottom .checkbox_label {
	margin-top: -1px;
}

.cart_bottom .d1 a {
	float: left;
	color: #666;
	line-height: 16px;
	margin-left: 15px;
}

.cart_bottom .d2 {
	float: right;
	line-height: 60px;
	color: #333;
}

.cart_bottom .d2 .s1 {
	color: #da6035;
	padding: 0 4px;
}

.cart_bottom .d2 .s2 {
	margin-left: 20px;
}

.cart_bottom .d2 .s3 {
	color: #da6035;
	margin-left: 5px;
	font-size: 20px;
	vertical-align: top;
}

.cart_bottom .d2 a {
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	background-color: #da6035;
	width: 120px;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.alert_shadow {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.cart_alert {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 350px;
	margin-left: -175px;
	margin-top: -120px;
	display: none;
	height: 200px;
	padding: 0 30px;
	color: #333;
}

.cart_alert .tit {
	font-size: 20px;
	line-height: 1;
	padding: 50px 0 20px;
	text-align: center;
}

.cart_alert .btnBox {
	padding-top: 30px;
	;
	text-align: center;
}

.cart_alert .btnBox a {
	display: inline-block;
	width: 158px;
	height: 40px;
	line-height: 40px;
	background-color: #da6035;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 1px solid #da6035;
}

.cart_alert .btnBox .daiding {
	background: #fff;
	color: #da6035;
	margin-left: 10px;
}

.hotel_show_close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 21px;
	height: 21px;
	background: url(../img/close1.png) 0 0 no-repeat;
}

.xgzkxx {
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	color: #da6035;
	border: 1px solid #da6035;
}
.cartBox{
	padding: 0 20px;
	background-color: #fff;
}
.cartBox_top{
	padding: 30px 0 20px;
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
}
.cartBox_top .tit{
	float: left;
	font-size: 20px;
	color: #333;
}
.cartBox_top .tit span{
	margin-left: 12px;
	font-size: 14px;
}
.cartBox_top .tit a{
	color: #da6035;
	font-size: 14px;
	margin-left: 4px;
}
.cartItem{
	display: flex;
}
.cart_hd{
	width: 126px;
	line-height: 42px;
	font-size: 14px;
	color: #333;
}
.cart_bd{
	flex: 1;
}
.cart_order_top{
	line-height: 53px;
	font-size: 14px;
	color: #333;
}
.cart_order_top .d1{
	float: left;
	width: 430px;
}
.cart_order_top .d2{
	float: left;
	width: 110px;
}
.cart_order_top .d3{
	float: left;
	width: 270px;
	text-align: center;
}

.cart_order_top .d4{
	float: left;
	padding-left: 15px;
}

.cart_order_list{

}
.cart_order_list li{
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}
.cart_order_list .img{
	float: left;
	width: 80px;
	height: 80px;
}
.cart_order_list .info{
	float: left;
	padding-left: 10px;
	padding-right: 100px;
	width: 240px;
}
.cart_order_list .info .d1{
	margin-top: -3px;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}
.cart_order_list .info .d2{
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
.cart_order_list .uPrice{
	float: left;
	width: 110px;
	font-size: 16px;
	line-height: 1;
	color: #333;
}
.cart_order_list .uPrice s{
	display: block;
	font-size: 14px;
	color: #999;
	padding-bottom: 8px;
}
.cart_order_list .cart_num{
	text-align: center;
	width: 270px;
	float: left;
	font-size: 16px;
	line-height: 1;
	color: #333;
}
.cart_order_list .price{
	float: left;
	font-size: 16px;
	line-height: 24px;
	color: #da6035;
	padding-left: 15px;
	margin-top: -4px;
}
.cart_order_bottom{
	text-align: right;
	line-height: 55px;
	border-top: 1px solid #e5e5e5;
	font-size: 16px;
	color: #333;
}
.cart_order_bottom .s1{
	margin-left: 10px;
}
.cart_order_bottom .s2{
	color: #da6035;
}
.cartPayment{
	padding: 30px 0;
}
.cartPayment .checkbox .checkbox_icon{
	border-color: #ddd;
}
.cartPayment .payment_choice{
	margin: 0 20px 0 0;
}
.cartPayment .payment_choice .img1{
	display: block;
}
.cartPayment .payment_choice .img2{
	display: none;
}
.cartPayment .checkbox .con{
	height: 60px;
	width: 192px;
	padding: 0;
}
.cartPayment .checkbox .weui_check:checked+.con .checkbox_icon{
	border-width: 1px;
}
.cartPayment .checkbox .weui_check:disabled+.con .img1{
	display: none;
}
.cartPayment .checkbox .weui_check:disabled+.con .img2{
	display: block;
}
.cartPayment .checkbox .weui_check:disabled+.con .checkbox_icon{
	border-color: #f3f3f3;
}
.payment_integral{
	display: flex;
	padding: 15px 30px;
}
.payment_integral .left{
	width: 30px;
	height: 30px;
	top: 0;
	background-position: -160px -160px;
	background-color: #352d4b;
	border-radius: 50%;
}
.payment_integral.price_inte .left{
	background-position: -200px -160px;
}
.payment_integral .right{
	padding-left: 10px;
	flex: 1;
	line-height: 1;
	font-size: 16px;
	color: #333;
}
.payment_integral .right .d1{
	margin-top: -1px;
}
.payment_integral .right .d2{
	font-size: 12px;
	color: #999;
	padding-top: 2px;
}
.payment_integral.price_inte .right .d1{
	padding-top: 7px;
}
.cartPayment .checkbox .weui_check:disabled+.con .right{
	color: #dedede;
}
.cartPayment .checkbox .weui_check:disabled+.con .left{
	background-color: #dbdbdb;
}
.cartBox_tickets{
	position: relative;
}
.cartBox_tickets .txt{
	line-height: 20px;
	font-size: 16px;
	color: #da6035;
	cursor: pointer;
}
.cartBox_tickets .txt .icon{
	margin-left: 20px;
	width: 9px;
	height: 6px;
	background-position: -280px -20px;
}
.cartBox_tickets .tickets{
    display: none;
    position: absolute;
    right: 0px;
	top: 20px;
	z-index: 10;
	padding-top: 15px;
}
.cartBox_tickets .tickets ul{
    width: 480px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    padding: 15px 0;
    line-height: 36px;
}

.cartBox_tickets .tickets a {
    color: #333;
    display: block;
    padding-left: 45px;
}

.tickets a:hover, .tickets .current a {
    background-color: #f6f6f6;
}

.cartBox_tickets .tickets li {
	position: relative;
	cursor: pointer;
}

.cartBox_tickets .tickets .icon {
    position: absolute;
    left: 18px;
    top: 12px;
    display: none;
    width: 17px;
    height: 12px;
    background-position: -220px -40px;
}

.cartBox_tickets .tickets .current .icon {
    display: block;
}
.cartBox_info{
	padding: 10px 0;
	margin-bottom: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.cartBox_info .dd{
	font-size: 16px;
	line-height: 2;
}
.cartBox_info .d1{
	float: left;
	width: 100px;
	font-size: #666;
}
.cartBox_info .d2{
	float: right;
	width: 860px;
	color: #333;
}
.cartBox_info .yf{
	padding-bottom: 15px;
	padding-top: 20px;
	line-height: 24px;
}
.cartBox_info .yf .d1{
	color: #333;
}
.cartBox_info .yf .d2{
	font-size: 24px;
	font-weight: 700;
	color: #da6035;
}
.weixin_alert{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -260px 0 0 -300px;
	width: 600px;
	height: 520px;
	background-color: #fff;
	text-align: center;
	color: #333;
}
.weixin_alert .d1{
	line-height: 1;
	padding-top: 77px;
	font-size: 24px;
	color: #333;
}
.weixin_alert .d1 span{
	color: #da6035;
	margin-left: 10px;
}
.weixin_alert .d2{
	margin-top: 30px;
	display: inline-block;
	padding: 7px;
	border: 1px solid #e5e5e5;
}
.weixin_alert .d3{
	padding-top: 30px;
	line-height: 1;
	font-size: 16px;
}
.weixin_alert .d4{
	display: inline-block;
	margin-top: 20px;
}
.product_order_info{
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 68px;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.product_order_info .d1{
	float: left;
	width: 95px;
}
.product_order_info .d2{
	float: right;
	width: 95px;
	width: 729px;
}

.coupon_list {
	margin: 0 -11px;
}

.coupon_list li {
	float: left;
	padding: 0 11px 30px;
	width: 232px;
}

.coupon_list .top {
	position: relative;
	height: 120px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.coupon_list .expired {
	position: absolute;
	left: 0;
	top: 0;
}

.coupon_list .dot_top {
	position: absolute;
	left: 50%;
	top: -15px;
	margin-left: -14px;
	width: 28px;
	height: 28px;
	background-color: #fff;
	border-radius: 50%;
}

.coupon_list .top .d1 {
	padding-top: 26px;
	font-size: 40px;
	font-weight: 700;
}

.coupon_list .top .d1 span {
	font-size: 26px;
	font-weight: 400;
	margin: 0 5px;
}

.coupon_list .top .d2 {
	padding-top: 10px;
	font-size: 14px;
}

.coupon_list .dot_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: url(../img/dot.png) 0 0 no-repeat;
}

.coupon_list .top .ewm {
	padding-top: 30px;
}
.coupon_list .top .lkh {
	padding-top: 35px;
}

.coupon_list .con {
	position: relative;
	padding: 0 20px;
	height: 190px;
	background-color: #fff;
}

.coupon_list .con .d1 {
	line-height: 1;
	font-size: 14px;
	color: #333;
	padding-top: 20px;
}

.coupon_list .con .d2 {
	line-height: 2;
	font-size: 12px;
	color: #666;
	padding-top: 5px;
}

.coupon_list .con .d3 {
	margin-top: 20px;
	display: inline-block;
	width: 84px;
	height: 30px;
	color: #da6035;
	border: 1px solid #da6035;
	line-height: 30px;
	text-align: center;
}
.coupon_list .give_conduct .con .d3 {
	background-color: #da6035;
	color: #fff;
}
.coupon_list .con .state {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.cart_default{
	padding: 80px 0;
	text-align: center;
}
.cart_default .d1{
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url(../img/cart_default.png) 0 0 no-repeat;
}
.cart_default .d2{
	font-size: 24px;
	line-height: 1;
	color: #333;
	padding-top: 30px;
}
.cart_default .d3{
	margin-top: 50px;
	display: inline-block;
	width: 248px;
	line-height: 48px;
	border: 1px solid #da6035;
	color: #da6035;
	font-size: 16px;
}

/*餐饮美食*/

.p-title-h1a {
	margin-top: 55px;
	margin-bottom: 30px;
	position: relative;
	font-size: 30px;
	line-height: 1;
	color: #333;
}

.p-title-h1a b {
	position: relative;
	z-index: 1;
	padding-right: 20px;
	background-color: #f4f4f4;
}

.p-title-h1a .s-bar {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -3px;
	height: 4px;
	border: 1px solid #ddd;
	border-width: 1px 0;
}

.food_intr {
	padding-top: 10px;
}

.food_intr .d1 {
	line-height: 1;
	font-size: 30px;
	color: #da6035;
}

.food_intr .d2 {
	padding-top: 10px;
	line-height: 2;
	font-size: 14px;
	color: #333;
}

.studio_show {
	height: 500px;
	background-color: #fff;
}

.studio_left {
	float: left;
	width: 50%;
	height: 500px;
}

.studio_right {
	position: relative;
	float: left;
	width: 50%;
	height: 500px;
	box-sizing: border-box;
	padding: 0 70px;
}

.studio_right .d1 {
	padding-top: 70px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #333;
}

.studio_show .scrollbar1 {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.857;
	color: #333;
}

.studio_show .scrollbar1 .viewport {
	max-height: 300px;
}

.studio_show .scrollbar1 .scrollbar {
	right: 23px;
}

.studio_show .pagination {
	left: auto;
	right: 27px;
	bottom: 30px;
	width: auto;
}

.studio_show .pagination span {
	float: left;
	background-image: none;
	background-color: #ccc;
}

.studio_show .pagination .swiper-active-switch {
	background-color: #da6035;
}

.food_box {
	padding: 40px;
	background-color: #fff;
	color: #333;
}

.food_box_title {
	line-height: 1;
	font-size: 24px;
}

.food_box_title .swiper_num {
	float: right;
}

.food_meeting_show {
	margin-top: 30px;
}

.food_meeting_show .img {
	height: 450px;
	width: 920px;
}

.food_meeting_show .tit {
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	padding-top: 30px;
}

.food_meeting_show .info {
	padding-top: 17px;
	line-height: 1.857;
	font-size: 14px;
}

.food_meeting_show .arrow-left, .food_meeting_show .arrow-right {
	position: absolute;
	left: 0;
	top: 200px;
	width: 56px;
	height: 56px;
	background: url(../img/icon.png) -60px -60px no-repeat;
}

.food_meeting_show .arrow-right {
	left: auto;
	right: 0;
	background-position: -120px -60px;
}

.food_meeting_show .arrow-left:hover, .food_meeting_show .arrow-right:hover {
	opacity: 0.8;
}

.food_lists .food_box {
	margin-top: 20px;
}

.food_lists .food_box:first-child {
	margin-top: 0;
}

.food_box_info {
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.857;
}

.restaurant_list {
	margin-top: -8px;
}

.restaurant_list li {
	padding-top: 40px;
	float: left;
	width: 50%;
}

.restaurant_left {
	float: left;
	width: 120px;
	height: 100px;
}

.restaurant_right {
	float: right;
	box-sizing: border-box;
	padding-right: 30px;
	width: 320px;
	line-height: 26px;
	font-size: 14px;
}

.restaurant_right .d1 {
	font-size: 18px;
	line-height: 1;
}

.restaurant_right .d2 {
	padding-top: 4px;
}

.restaurant_list li::nth-child(2n) .restaurant_right {
	padding-right: 0;
}

.food_logo {
	padding-top: 80px;
}

/*end*/
