@charset "utf-8";

.product-title {
	width: 100%;
	margin: 20px 0 14px 0;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
}

.product-title span {
	margin: 0 10px 10px 0;
}

.fifteenLimit {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	line-height: 34px;

	font-size: 20px;
	color: #333;
}

.product-title .tag {
	height: 26px;
	line-height: 26px;
	border: 1px solid rgba(53, 156, 255, 1);
	border-radius: 13px;
	padding: 0 12px;
	font-size: 14px;
	color: #359CFF;
	margin-top: 4px;
}

.prize-wraper {
	width: 100%;
	height: 60px;
	font-size: 0;
	text-align: left;
	background: #F0F2F6;
	margin: 20px 0 10px 0;
}

.prize-wraper span {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
}

.prize-wraper .jiage {
	width: 80px;
	text-align: right;
	color: #3E444F;
	font-size: 16px;
}

.prize-wraper .prize-type {
	text-align: left;
	padding: 0 10px 0 10px;
	font-size: 22px;
	color: #FD4956;
	font-weight: 700;
}

.prize-wraper .prize-type::before {
	content: "¥";
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 4px;
	color: #FD4956;
}

.prize-wraper .rengong {
	font-size: 14px;
	color: #898F9A;
	text-align: left;
}



.select-wraper {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	margin-top: 26px;
}

.con_a {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	flex-wrap: wrap;
	width: calc(100% - 68px);
	padding-left: 20px;
}

.select-wraper .text,
.select-wraper .select-item {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
}

.select-wraper .text {
	width: 68px;
	text-align: left;
	color: #3E444F;
	display: inline-block;
}

.select-wraper .select-item {
	padding: 0 10px;
	color: #3E444F;
	background: #F0F2F6;
	margin-right: 15px;
	margin-bottom: 10px;
}

.select-wraper .select-item.clicked {
	background: #2FAAFF;
	color: #fff;
}

.product_account_right .content.content_new {
	height: unset;
}

.safe_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
}

.safe_box .safe {
	width: 340px;
}

.buy-wraper {
	width: calc(100% - 340px);
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.buy-wraper div {
	display: inline-block;

	width: 48.5%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #FD4956;
	color: #fff;
	font-size: 16px;

	border-radius: 6px;
	cursor: pointer;
}

.buy-wraper div:hover {
	opacity: .9;
}

.buy-wraper div.ask-btn {
	background: #ECC99F;
	color: #7A490E;
}

.product_account_right .safe_box .safe li {
	height: 18px;
	line-height: 18px;
	display: inline-block;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #8c8c8c;
	padding: 0 15px;
	margin: 0 !important;
	border-left: 1px solid #EFEFEF;
}

.product_account_right .safe_box .safe li:nth-child(1) {
	padding-left: 0px;
	border-left: 0;
}

.product_account_right .safe_box .safe li i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: red;
	vertical-align: middle;
	margin-right: 6px;
	padding-bottom: 2px;
}

.product_account_right .safe_box .safe li:first-child i {
	background: url(../images/product/icon_xfaq.png) no-repeat;
}

.product_account_right .safe_box .safe li:nth-child(2) i {
	background: url(../images/product/icon_gsbp.png) no-repeat;
}

.product_account_right .safe_box .safe li:last-child i {
	background: url(../images/product/icon_xfaq.png) no-repeat;
}

.product_account_wrap_new {
	height: unset;
	min-height: 340px;
}

.product_account_new {
	padding-bottom: 40px;
	height: unset;
	display: flex;
	justify-content: space-between;
	min-height: 340px;
}

.product_account_new .product_account_left {
	float: unset;

}

.product_account_new .product_account_right {
	float: right;
	height: unset;

}


/*服务搭配*/
.fw_dp {
	width: 100%;
	max-width: 1280px;
	margin: 20px auto 20px auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.collocation-title {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #E8E9EC;
	padding-left: 25px;
	margin-bottom: 35px;
	box-sizing: border-box;
}

.collocation-title .title {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	border-bottom: 2px solid #6B6F79;
}


.collocation-wraper {
	font-size: 0;
	white-space: nowrap;
	text-align: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}




.collocation-left,
.collocation-add,
.collocation-swiper,
.collocation-right-selects {
	display: inline-block;
	vertical-align: top;
}

.collocation-left {
	width: 180px;
	height: 194px;
}

.collocation-left .left-img {
	width: 180px;
	height: 136px;
	background: #333;
}

.collocation-left .left-img img {
	width: 100%;
	height: 100%;
}

.collocation-left .collocation-text {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	margin-top: 12px;
	color: #333333;
	text-align: center;
	padding: 0 13px;
	white-space: normal;
}

.collocation-add {
	width: 36px;
	height: 36px;
	background: url(../images/product/icon_tianjia.png) no-repeat;
	background-size: 36px 36px;
	background-position: center center;
	margin: 46px 14px 0;
}

.collocation-swiper .swiper-container {
	display: inline-block;
	width: calc(100% - 56px);
	vertical-align: top;
	padding: 0 12px;
}

.collocation-swiper .swiper-button-prev,
.collocation-swiper .swiper-button-next {
	width: 28px;
	height: 134px;
	line-height: 134px;
	border: 1px solid #E8E9EC;
	text-align: center;
	color: #CFD1D5;
	font-size: 26px;
	margin: 0;
	background-image: none !important;
	outline: 0 none !important;
}

.collocation-swiper .swiper-button-prev {
	position: static;
	display: inline-block;

}

.collocation-swiper .swiper-button-next {
	position: static;
	display: inline-block;

}

.collocation-swiper {
	width: calc(100% - 478px);
	height: 194px;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.collocation-swiper .swiper-wrapper {
	height: 194px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: -15px;
	transition: 0.3s all;
}

.collocation-swiper .swiper-wrapper .swiper-slide {
	height: 194px;
	width: 180px;
	margin-right: 14px;
	display: inline-block;
	vertical-align: top;
}

.collocation-swiper .swiper-wrapper .swiper-slide:last-child {
	margin-right: 0;
}

.swiper-selected {
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/product/im_dui.png) no-repeat center center;
	background-size: 100% 100%;
	opacity: 0.5;
}

.abs {
	position: absolute;
}

.rel {
	position: relative;
}

.swiper-slide .swiper-img {
	width: 180px;
	height: 136px;
}

.swiper-slide .swiper-img img {
	width: 100%;
	height: 100%;
}

.swiper-slide .swiper--text {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	margin-top: 12px;
	color: #333333;
	text-align: center;
	padding: 0 13px;
	white-space: normal;
}

.collocation-right-selects {
	width: 260px;
	height: 194px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.collocation-right-selects .yixuan {
	left: 0;
	top: 0;
	text-align: right;
	color: #3E444F;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	width: 55px;
}

.collocation-right-selects .selects {
	width: calc(100% - 55px);
	text-align: left;
	font-size: 0;
	overflow: auto;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: transparent;
	height: 114px;
	white-space: normal;
}

.selects span {
	display: inline-block;
	margin-right: 5px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
	color: #898f9a;
	background: #f0f2f6;
	font-size: 12px;
	margin-bottom: 10px;
}

.booking {
	width: 188px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 2px solid rgba(253, 73, 86, 1);
	border-radius: 6px;
	color: #FD4956;
	font-size: 16px;
	margin-left: 55px;
	font-weight: 700;
}

.product_main_2 {
	width: calc(100% - 240px);
}

.product_sidebar_2 {
	width: 200px;
	border: 1px solid #E8E9EC;
	background: #fff;
	margin-top: 20px;
}

.tuijian-wraper {
	width: 100%;
	height: 50px;
	background: #F0F2F6;
	font-size: 0;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}

.tuijian-title {

	float: left;
	color: #3E444F;
	font-size: 16px;

}

.ref-touch {
	display: flex;
	justify-content: right;
	align-items: center;
	cursor: pointer;
}

.ref-touch img {
	display: inline-block;
	width: 18px;
	height: auto;
	margin-right: 6px;
}

.refresh-text {
	color: #359CFF;
	font-size: 14px;
}

.tuijian-list {
	width: 100%;

}

.tuijian-list .tuijian-item {
	width: 100%;
	display: inline-block;

	border-bottom: 1px solid #E8E9EC;
	box-sizing: border-box;
	padding: 20px 10px;
	margin-bottom: 15px;

}

.tuijian-list .tuijian-item:last-child {
	border-bottom: 0;
}

.tuijian-item .tuijian-img {
	width: 100%;
	height: 134px;
	margin-bottom: 12px;
}

.tuijian-item .tuijian-img img {
	width: 100%;
	height: 100%;
}

.tuijian-item .tuijian-text {
	line-height: 22px;

	color: #333333;
	font-size: 14px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}



@media screen and (max-width: 768px) {
	.product_account_new .product_account_right {
		padding-left: 0;
		padding-right: 0;
	}

	.product_account_new {
		flex-direction: column;
	}

	.product-title {
		margin: 0;
		padding: 0 0.6rem;
	}

	.product-title span.fifteenLimit {
		font-size: 0.8rem;
		font-weight: normal;
		line-height: 1.1rem;
		color: #222;
		width: 100%;
		margin: 0;
	}

	.product_account_right .content.content_new {
		padding: 0 0.6rem;
	}

	.product-title .tag {
		margin: 0 0.3rem 0.3rem 0;

		height: 1rem;
		line-height: 1rem;
		padding: 0 0.4rem;
		color: #F9A042;
		font-size: 0.55rem;
		background: #FFF2E5;
		display: inline-block;
		border-radius: 0.5rem;
		border: none;
	}

	.prize-wraper {
		display: none;
	}

	.select-wraper {
		width: 100%;
		border-top: 0.025rem solid #ddd;
		flex-direction: column;
		padding: 0.6rem 0.6rem 0 0.6rem;
	}

	.select-wraper .text {
		width: 100%;
		font-size: 0.6rem;
		line-height: 1rem;
	}

	.con_a {
		width: 100%;
		padding: 0;
	}

	.select-wraper .select-item {
		background: #fff;
		font-size: 0.55rem;
		border: 0.025rem solid #EAEAEA;
		color: #666;
		margin: 0 0.3rem 0.3rem 0;
	}

	.safe_box {
		width: 100%;
	}

	.buy-wraper {
		display: none;
	}

	.product_account_right .safe_box .safe {
		width: 100%;
		border-top: 0.025rem solid #ececec;
		padding-top: 0.8rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.product_account_right .safe_box .safe li {
		display: inline-block;
		width: 33.33%;
		height: 0.8rem;
		text-align: center;
		line-height: 0.8rem;
		font-size: 0.55rem;
		color: #333;
		margin: 0 !important;
		position: relative;
	}

	.product_account_right .safe_box .safe li i {
		width: 0.7rem;
		height: 0.7rem;
		background: unset;
		margin-right: 0.2rem;
		padding-bottom: 0;
	}

	.product_account_right .safe_box .safe li:nth-child(1) i {
		background: url(../images/demo/icon_zfaq.png) no-repeat center center;
		background-size: 0.7rem auto;
	}

	.product_account_right .safe_box .safe li:nth-child(2) i {
		background: url(../images/demo/icon_gsbp.png) no-repeat center center;
		background-size: 0.7rem auto;
	}

	.product_account_right .safe_box .safe li:nth-child(3) i {
		background: url(../images/demo/icon_shbz.png) no-repeat center center;
		background-size: 0.7rem auto;
	}

	.product_account_right .safe_box .safe li::after {
		content: "";
		position: absolute;
		width: 0.025rem;
		height: 0.6rem;
		right: 0px;
		top: 0.1rem;
		background: #EFEFEF;
	}

	.product_account_right .safe_box .safe li:last-child::after {
		content: unset;
	}

	.product_account_new {
		padding-bottom: 0;
	}

	.fw_dp {
		width: 100%;
		max-width: unset;
		padding: 0.6rem;
		margin: 0;
		border-top: 0.4rem solid #f5f5f5;
	}

	.collocation-right-selects {
		display: none;
	}

	.collocation-title {
		border: none;
		padding: 0;
		height: unset;
		margin: 0;
	}

	.collocation-title .title {
		font-size: 0.7rem;
		line-height: 1rem;
		font-weight: bold;
		border: none;
	}

	.collocation-left {
		width: 4rem;
		height: 3rem;
	}

	.collocation-left .left-img {
		width: 4rem;
		height: 3rem;
	}

	.collocation-left .collocation-text {
		height: unset;
		font-size: 0.5rem;
		line-height: 0.8rem;
		margin-top: 0.3rem;
	}

	.collocation-add {
		width: 0.8rem;
		height: 0.8rem;
		background-size: 100% auto;
		margin: 1.1rem 0.3rem;
	}

	.collocation-swiper {
		width: calc(100% - 3.8rem);
		padding: 0;
		height: unset;
	}

	.collocation-swiper .swiper-wrapper .swiper-slide {
		width: 4rem;
		height: auto;
		margin-right: 0.3rem;
	}

	.swiper-slide .swiper-img {
		width: 4rem;
		height: 3rem;
	}

	.swiper-slide .swiper--text {
		height: unset;
		font-size: 0.5rem;
		line-height: 0.8rem;
		margin-top: 0.3rem;
	}

	.collocation-swiper .swiper-wrapper {
		overflow-x: scroll;
		height: unset;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.collocation-swiper .swiper-button-prev,
	.collocation-swiper .swiper-button-next {
		display: none !important;
	}

	.collocation-swiper .swiper-container {
		width: 100%;
		padding: 0;
	}

	.swiper-selected {
		width: 0.8rem;
		height: 0.8rem;
	}

	.product_main_2{ width: 100%;}
}