.header .header-top {
	background-color: #4f4945;
}

.header .header-top .right .show_xcx .bd {
	background-color: #e6e6e6;
	width: 130px;
}

.header .header-top .right .show_xcx .bd img {
	vertical-align: middle;
	width: 110px;
	height: 110px;
}

.header .header-body .header-cart {
	background-color: transparent;
	border: 1px solid #b9a781;
}

.header .header-body .header-cart .car {
	width: 127px;
	background-color: transparent;
	border-radius: unset;
}

.header .header-body .header-cart .car .icon {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	transform: unset;
	background: url(../images/header-cart.png) no-repeat;
	margin-right: 8px;
}

.header .header-body .header-cart .car .words {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #b9a781;
}

.header .header-body .header-cart .txt {
	display: inline-block;
	float: unset;
}

.header .header-body .header-cart .car .car-num {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #d4282d;
	padding: 0;
	line-height: 25px;
	color: #fff;
	margin-left: 8px;
}

nav {
	background-color: #fff;

}

nav .nav-list {
	float: left;
	margin-left: 35px;
}

nav .nav-list li a {
	color: #333;
	padding: 0 2px;
	margin: 0 20px;
}

nav .nav-list li .under-line {
	width: 30px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 0 auto;
}

nav .nav-list li.active a,
nav .nav-list li:hover a {
	color: #b4a078;
	font-weight: normal;
	border-bottom: 2px solid #b4a078;
}

.header .header-body .header-input .hot-words {
	font-size: 14px;
	line-height: 14px;
	height: 20px;
	vertical-align: top;
	padding-top: 6px;
	float: unset;
}

.header .header-body .header-input .hot-words .hot-text {
	color: #666;
	margin-right: 5px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.header .header-body .header-input .hot-words .hot-line {
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.home-process {
	background: #fff;
}

.home-process .container {
	padding: 0;
}

.home-process .container .process-img {
	margin-top: 75px;
	width: 1200px;
	height: 250px;
	background: url(../images/liucheng.jpg) no-repeat;
}

.hot_p_list {
	width: 1200px;
	margin: 56px auto 0;
}

.hot_p_content {
	position: relative;
}

.index_p_title {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 26px;
	padding-bottom: 30px;
}

.hot_p_content .lc-prev {
	position: absolute;
	left: -57px;
	top: calc(50% - 27.5px);
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #b4a078;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-left: 5px;
}

.hot_p_content .lc-prev::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 20px;
	height: 20px;
    vertical-align: middle;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.hot_p_content .lc-next {
	position: absolute;
	right: -57px;
	top: calc(50% - 15px);
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #b4a078;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-right: 3px;
}


.hot_p_content .lc-next::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 20px;
	height: 20px;
    vertical-align: middle;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.hot_p_content .lc-img-box {
	width: 100%;
	min-height: 285px;
	overflow: hidden;
}

.hot_p_content .lc-img {
	width: 100%;
	height: 285px;
	min-height: 285px;
	transform: scale(1);
	transition: all 0.4s;
}

.hot_p_content .lc-img:hover {
	transform: scale(1.2);
}

.hot_p_content .lc-price {
	padding: 10px 0;
	color: #d50e0e;
	font-size: 18px;
}

.hot_p_content .num_tag {
	position: absolute;
	left: 35px;
	top: 0;
	background: url(../images/top_bg.png) no-repeat;
	width: 51px;
	height: 56px;
	color: #fff;
	padding-right: 6px;
	background-size: 100% 100%;
	z-index: 1;
}

.hot_p_content .num_tag .word {
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
}

.hot_p_content .num_tag .word.top {
	font-size: 18px;
	line-height: 18px;
	padding-top: 8px;
}

.hot_p_content .swiper-slide {
	padding-top: 5px;
}

.hot_p_content .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.hot_p_content .lc-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 16px;
	padding-top: 35px;
	display: inline-block;
}

.hot_p_content .contentPart {
	padding: 0 20px 20px;
}

.hot_p_content .lc-price {
	font-size: 18px;
	line-height: 18px;
}

.hot_p_content .lc-price .lc-price-o {
	font-size: 16px;
	color: #acacac;
	text-decoration: line-through;
	padding-left: 20px;
}

.hot_p_content .swiper-slide:hover .contentPart {
	background-color: #f4f0ea;
}

.sort-content.row .up,
.sort-content.row .down {
	color: #b4a078;
	display: none;
}

.sort-content.row .up.active,
.sort-content.row .down.active {
	display: inline-block;
}

.pro-list li {
	border: none;
}

.pro-list li .box .middle {
	background-color: #fff;
}

.pro-list li .box .middle:hover {
	background-color: #f4f0ea;
}

.pro-list li .box .middle .title:hover {
	color: #333;
}

.page {
	text-align: center;
}

.pro-show .detail-content .detail-l .detail-txt .info-list {
	margin-bottom: 20px;
	background: #f4f0ea;
	padding: 0 10px;
	padding-bottom: 20px;
	width: 480px;
	box-sizing: border-box;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_text {
	width: 380px;
	display: inline-flex;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_text span {
	width: 100%;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .normal_p {
	display: block !important;
	line-height: 36px;
	font-size: 12px;
	color: #8e8e8e;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part {
	width: 33%;
	padding: 0px 10px;

}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part:hover {
	background-color: #ff8c7f;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part:hover span {
	color: #fff;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .add_padding {
	padding-left: 10px;
}

.pro-show .detail-content .detail-l .detail-txt .choose .bui-radios-label {
	position: relative;
}

/* .pro-show .detail-content .detail-l .detail-txt .choose .bui-radios-label input[type='radio']{
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    outline: none;
}
.pro-show .detail-content .detail-l .detail-txt .choose .bui-radios-label i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 20px;
    height: 20px;
    border: 1px solid #3582E9;
    border-radius: 100%;
}

.pro-show .detail-content .detail-l .detail-txt .choose .bui-radios-label input:checked {
    background: #3582E9;
}

.pro-show .detail-content .detail-l .detail-txt .choose .bui-radios-label input:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
} */
.pro-show .detail-sub .left-recommend {
	float: right;
	width: 370px;
}

.pro-show .detail-sub .right-details {
	float: left;
	width: 750px;
}

.pro-show .detail-content .detail-l .detail-txt .choose .count {
	width: 134px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
}

.pro-show .detail-content .detail-l .detail-txt .choose .count .arrow-btn {
	position: relative;
	right: unset;
	top: unset;
	width: 100%;
	font-size: 0;
}

.pro-show .detail-content .detail-l .detail-txt .choose .count .arrow-btn>a {
	display: inline-block;
	width: 35px;
	text-align: center;
	line-height: 30px;
	vertical-align: top;
	font-size: 12px;
}

.pro-show .detail-content .detail-l .detail-txt .choose .count .buy {
	margin-top: 0;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
	float: unset;
	font-size: 12px;
}

.pro-show .detail-content .detail-l .detail-txt .detail-button a {
	background-color: #f5f3ef;
	color: #b4a078;
	border-color: #b4a078;
	border-radius: 2px;
}

.pro-show .detail-content .detail-l .detail-txt .detail-button .cart {
	background-color: #f5f3ef;
	color: #b4a078;
	border-color: #b4a078;
}

.pro-show .detail-content .detail-l .detail-txt .detail-button .sample {
	background-color: #b4a078;
	color: #fff;
}

.pro-show .detail-content .detail-r .hot-recommend li .pic .price {
	background-color: rgba(0, 0, 0, .3);
}

.pro-show .detail-sub .left-recommend .title {
	font-size: 17px;
	background-color: #f5f5f5;
	font-weight: normal;
	padding-left: 33px;
}

.pro-show .detail-sub .right-details .pro-tab {
	border-bottom: none;
	border: 1px solid #e8e8e8;

}

.pro-show .detail-sub .right-details .pro-tab li {
	line-height: 48px;
	font-size: 14px;
	overflow: unset;
}

.pro-show .detail-sub .right-details .pro-tab li.active,
.pro-show .detail-sub .right-details .pro-tab li:hover {
	color: #b4a078;
	border-top: 3px solid #b4a078;
	box-sizing: border-box;
	background-color: #fff;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	position: relative;
}

.pro-show .detail-sub .right-details .pro-tab li.active::after,
.pro-show .detail-sub .right-details .pro-tab li:hover::after {
	content: '';
	width: 100%;
	display: block;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;

}

.pro-show .detail-content .detail-l .detail-txt .detail_price {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 480px;
	position: relative;
}

.pro-show .detail-content .detail-l .detail-txt .detail_price .share span {
	font-size: 14px;
	color: #4b3b1b;
	line-height: 28px;
	cursor: pointer;
	padding: 0;
}

.pro-show .detail-content .detail-l .detail-txt .detail_price .share {
	position: absolute;
	right: 0;
	top: 25px;
}

.pro-show .detail-content .detail-r {
	border: none;
}

.pro-show .detail-content .detail-r .title {
	font-weight: normal;
}

.pro-show .detail-sub .left-recommend ul li .name {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 16px;
	padding: 34px 20px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.pro-show .detail-sub .left-recommend ul li .price {
	padding: 0 20px;
	color: #ce192a;
	text-align: left;

}

.pro-show .detail-sub .left-recommend ul li .base_price {
	color: #adadad;
	padding-left: 18px;
	text-decoration: line-through;
}

.pro-show .detail-sub .left-recommend ul li .project_name {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	text-align: center;
	line-height: 30px;
	font-size: 17px;
}

.pro-show .detail-sub .left-recommend .project_part {
	margin-top: 40px;
}

.gift_card {
	width: 1200px;
	margin: 60px auto;
}

.gift_card .showMore {
	font-size: 14px;
	color: #595959;
	float: right;
	font-weight: normal;
}

.gift_card .contentPart {
	padding: 0 20px 20px;
}

.gift_card .jcp_p_name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 16px;
	padding-top: 35px;
	display: inline-block;
}

.gift_card .jcp_p_price {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 0;
	color: #d50e0e;
}

.gift_card .jcp_p_price .jcp_p_price_o {
	font-size: 16px;
	color: #acacac;
	text-decoration: line-through;
	padding-left: 20px;
}

.gift_card .gc_img {
	width: 100%;
	height: 285px;
	transform: scale(1);
	transition: all 0.4s;
}

.gift_card .gc_img:hover {
	transform: scale(1.2);
}

.gift_card .gc_detail {
	width: 288px;
}

.gift_card ul {
	font-size: 0;
}

.gift_card li {
	display: inline-block;
	margin-right: 16px;
}

.gift_card li:last-child {
	margin-right: 0;
}

.gift_card .gc_detail:hover .contentPart {
	background-color: #f4f0ea;
}

.festival_line {
	background-color: #f5f0ea;
	padding: 58px 0;
}

.festival_gift {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}

.festival_gift .showMore {
	font-size: 14px;
	color: #595959;
	float: right;
	font-weight: normal;
}

.festival_gift .loop_content {
	display: inline-block;
	width: 275px;
	height: 503px;
	vertical-align: top;
	background-color: #eee;
}

.festival_gift .loop_content .swiper-container {
	height: 503px;
}

.festival_gift .loop_content .swiper-slide a,
.festival_gift .loop_content .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.festival_gift .fg_p_content {
	display: inline-block;
	vertical-align: top;
	padding: 30px;
	background-color: #fff;
	height: 503px;
	width: 922px;
	box-sizing: border-box;
}

.festival_gift .fg_p_content .tab_line {
	padding: 10px 0 30px;
}

.festival_gift .fg_p_content .tab_line .tab_one {
	font-size: 14px;
	color: #595959;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	padding-left: 6px;
	cursor: pointer;
}

.festival_gift .fg_p_content .tab_line .tab_one.active {
	font-size: 20px;
	color: #b99d78;
	line-height: 20px;
}

.festival_gift .fg_p_content .tab_line .between {
	font-size: 14px;
	color: #595959;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	padding-left: 9px;
}

.festival_gift .fg_p_content .fg_p_list {
	font-size: 0;
	display: none;
}

.festival_gift .fg_p_content .fg_p_list.active {
	display: block;
}

.festival_gift .fg_p_content .fg_p_one {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 25px;
}

.festival_gift .fg_p_content .fg_p_one .left {
	margin-right: 20px;
	vertical-align: top;
	overflow: hidden;
}

.festival_gift .fg_p_content .fg_p_one .left,
.festival_gift .fg_p_content .fg_p_one .left img {
	display: inline-block;
	width: 180px;
	height: 180px;
	object-fit: contain;
}

.festival_gift .fg_p_content .fg_p_one .left img {
	transform: scale(1);
	transition: all 0.4s;
}

.festival_gift .fg_p_content .fg_p_one .left img:hover {
	transform: scale(1.2);
}

.festival_gift .fg_p_content .fg_p_one .right {
	display: inline-block;
	vertical-align: top;
	width: 200px;
}

.festival_gift .fg_p_content .fg_p_one .right .tag {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	display: inline-block;
	padding: 0 12px;
	background-color: #cfbd99;
	margin-bottom: 15px;
}

.festival_gift .fg_p_content .fg_p_one .right .fg_p_name {
	font-size: 18px;
	color: #595959;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 18px;
	margin-bottom: 45px;
}

.festival_gift .fg_p_content .fg_p_one .right .fg_p_price {
	font-size: 20px;
	line-height: 20px;
	padding-right: 10px;
	color: #d50e0e;
	margin-bottom: 25px;
}

.festival_gift .fg_p_content .fg_p_one .right .fg_p_price_o {
	font-size: 14px;
	color: #adadad;
	text-decoration: line-through;
	line-height: 20px;
	padding-left: 13px;
}

.festival_gift .fg_p_content .fg_p_one .right .s_tag {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	background-color: #be413f;
	padding: 0 8px;
	border-radius: 4px;
	display: inline-block;
	float: right;
}

.company_purchase_line {
	margin: 0 auto;
	background-color: #f5f0ea;
}

.company_purchase {
	width: 1200px;
	margin: 0 auto;
	padding: 58px 0;
}

.company_purchase .showMore {
	font-size: 14px;
	color: #595959;
	float: right;
	font-weight: normal;
}

.company_purchase .index_p_title .summary {
	font-size: 14px;
	color: #73736e;
	padding-left: 22px;
}

.company_purchase .cp_contentPart {
	font-size: 0;
}

.company_purchase .cp_contentPart .left {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.company_purchase .cp_contentPart .left .cp_detail_img {
	width: 480px;
	height: 480px;
	position: relative;
	margin-bottom: 6px;
	background-color: #fff;
	overflow: hidden;
}

.company_purchase .cp_contentPart .left .cp_detail_img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.4s;
}

.company_purchase .cp_contentPart .left .cp_detail_img img:hover {
	transform: scale(1.2);
}

.company_purchase .cp_contentPart .left .cp_detail_img .tag {
	font-size: 12px;
	color: #a7936e;
	border: 1px solid #a7936e;
	background-color: #f4f0ea;
	border-radius: 5px;
	line-height: 17px;
	padding: 0 4px;
	position: absolute;
	left: 44px;
	top: 38px;
}

.company_purchase .cp_contentPart .left .cp_detail_words {
	padding: 43px 30px 0;
	height: 150px;
	background-color: #fff;
}

.company_purchase .cp_contentPart .left .cp_detail_words .cp_detail_name {
	font-size: 22px;
	color: #595959;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 18px;
}

.company_purchase .cp_contentPart .left .cp_detail_words .cp_detail_price {
	font-size: 21px;
	line-height: 21px;
	padding-right: 10px;
	color: #d50e0e;
	margin-bottom: 25px;
}

.company_purchase .cp_contentPart .left .cp_detail_words .cp_detail_price_o {
	font-size: 16px;
	color: #adadad;
	text-decoration: line-through;
	line-height: 21px;
	padding-left: 13px;
}

.company_purchase .cp_contentPart .right {
	display: inline-block;
	vertical-align: top;
	width: 705px;
	box-sizing: border-box;
}

.company_purchase .cp_contentPart .right .cp_detail_one {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 20px;
	vertical-align: top;
	width: 225px;
}

.company_purchase .cp_contentPart .right .cp_detail_one:nth-child(3n+3) {
	margin-right: 0;
}

.company_purchase .cp_contentPart .right .cp_detail_img {
	height: 225px;
	width: 225px;
	margin-bottom: 3px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
}

.company_purchase .cp_contentPart .right .cp_detail_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.4s;
}

.company_purchase .cp_contentPart .right .cp_detail_img img:hover {
	transform: scale(1.2);
}

.company_purchase .cp_contentPart .right .cp_detail_img .tag {
	font-size: 12px;
	color: #a7936e;
	border: 1px solid #a7936e;
	background-color: #f4f0ea;
	border-radius: 5px;
	line-height: 17px;
	padding: 0 4px;
	position: absolute;
	left: 13px;
	top: 20px;
}

.company_purchase .cp_contentPart .right .cp_detail_words {
	height: 80px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 0 10px;
}

.company_purchase .cp_contentPart .right .cp_detail_words .cp_detail_name {
	font-size: 14px;
	color: #595959;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 14px;
	padding-top: 18px;
	margin-bottom: 18px;
}

.company_purchase .cp_contentPart .right .cp_detail_words .cp_detail_name .sp_tag {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 0 7px;
	background-color: #cfbd99;
	margin-right: 5px;
}

.company_purchase .cp_contentPart .right .cp_detail_words .cp_detail_price {
	font-size: 16px;
	line-height: 16px;
	padding-right: 10px;
	color: #d50e0e;
	margin-bottom: 25px;
}

.company_purchase .cp_contentPart .right .cp_detail_words .cp_detail_price_o {
	font-size: 12px;
	color: #adadad;
	text-decoration: line-through;
	line-height: 16px;
	padding-left: 20px;
}

.integral_mall_line {
	background-color: #f4f4f4;
}

.integral_mall {
	margin: 0 auto;
	padding: 60px 0;
	width: 1200px;
}

.integral_mall .showMore {
	font-size: 14px;
	color: #595959;
	float: right;
	font-weight: normal;
}

.integral_mall .index_p_title .summary {
	font-size: 14px;
	color: #73736e;
	padding-left: 22px;
}

.integral_mall .im_content {
	width: 100%;
	font-size: 0;
}

.integral_mall .im_detail_one {
	display: inline-block;
	vertical-align: top;
	width: 292px;
	height: 184px;
	margin-bottom: 10px;
	background-color: #fff;
}

.integral_mall .im_detail_one.big_one,
.integral_mall .im_detail_one.big_detail_one {
	width: 292px;
	height: 378px;
}

.integral_mall .im_detail_one.big_one img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.integral_mall .im_detail_one.big_detail_one a {
	display: block;
	width: 292px;
	height: 292px;
	overflow: hidden;
}

.integral_mall .im_detail_one.big_detail_one img {
	width: 292px;
	height: 292px;
	object-fit: contain;
	margin-top: -1px;
	transform: scale(1);
	transition: all 0.4s;
}

.integral_mall .im_detail_one.big_detail_one img:hover {
	transform: scale(1.2);
}

.integral_mall .im_detail_one.big_detail_one .detail_words {
	height: 85px;
	padding: 0 20px;
	color: #fff;
}

.integral_mall .im_detail_one.big_detail_one .detail_words .im_p_name {
	font-size: 16px;
	color: #30312c;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	padding-top: 18px;
	margin-bottom: 18px;
	display: inline-block;
	vertical-align: top;
}

.integral_mall .im_detail_one.big_detail_one .detail_words .im_p_name .sp_tag {
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	padding: 0 4px;
	height: 20px;
	background-color: #cfbd99;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
}

.integral_mall .im_detail_one.big_detail_one .detail_words .im_p_integral {
	color: #cfbd98;
	font-size: 14px;
}

.integral_mall .im_detail_one .img_content {
	display: inline-block;
	vertical-align: top;
	padding: 18px 15px;
	box-sizing: border-box;
	width: 180px;
	height: 186px;
	overflow: hidden;
}

.integral_mall .im_detail_one .img_content img {
	transform: scale(1);
	transition: all 0.4s;
}

.integral_mall .im_detail_one .img_content img:hover {
	transform: scale(1.2);
}

.integral_mall .im_detail_one .im_detail_content {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 186px;
	padding: 18px 0;
	position: relative;
}

.integral_mall .im_detail_one .im_detail_content .im_p_name {
	font-size: 14px;
	color: #595959;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 14px;
	margin-top: 33px;
	margin-bottom: 30px;
}

.integral_mall .im_detail_one .im_detail_content .im_p_integral {
	color: #cfbd98;
	font-size: 14px;
	line-height: 14px;
}

.integral_mall .im_detail_one .im_detail_content .change {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding: 0 8px;
	display: inline-block;
	background-color: #be413f;
	position: absolute;
	right: 0;
	bottom: 30px;
}

.integral_mall .im_content .part_1,
.integral_mall .im_content .part_2 {
	width: 292px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}

.integral_mall .im_content .part_3 {
	width: 599px;
	display: inline-block;
	vertical-align: top;
}

.integral_mall .im_content .part_3 .im_detail_one {
	margin-right: 8px;

}

.integral_mall .im_content .part_3 .im_detail_one:nth-child(2n+2) {
	margin-right: 0;
}

.success_case {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.success_case .sc_content {
	position: relative;
}

.success_case .sc-prev {
	position: absolute;
	left: -57px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #b4a078;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-left: 5px;
}

.success_case .sc-prev::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.success_case .sc-next {
	position: absolute;
	right: -57px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #b4a078;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-right: 3px;
}


.success_case .sc-next::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.success_case .swiper-slide {
	cursor: pointer;
}

.success_case .swiper-slide .img_part {
	height: 291px;
	position: relative;
}

.success_case .swiper-slide .img_part .img_part_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.success_case .swiper-slide .img_part img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.4s;
}

.success_case .swiper-slide .img_part img:hover {
	transform: scale(1.2);
}

.success_case .swiper-slide .img_part .sc_p_name {
	width: 284px;
	height: 40px;
	background-color: #fff;
	font-size: 16px;
	color: #1b1b1b;
	text-align: center;
	position: absolute;
	left: 4px;
	bottom: 0;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.success_case .swiper-slide .detail_part {
	padding: 20px;
	text-align: center;
}

.success_case .swiper-slide .detail_part .summary {
	font-size: 12px;
	color: #8d8d8d;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fixed-nav ul {
	width: 71px;
	background-color: #d14a4a;
}

.fixed-nav ul li {
	height: 69px;
	padding: 10px 7px;
	font-size: 14px;
}

.fixed-nav ul li:last-child {
	border-bottom: none;
}

.fixed-nav .back-top {
	width: 71px;
	height: 83px;
	background-color: #494949;
}

.fixed-right .elevator {
	background-color: #fff;
	width: 80px;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	border: 1px solid #bfbfbf;
}

.fixed-right .elevator li {
	color: #666;
	height: 97px;
	padding: 29px 0;
	margin: 0 11px;
	border-bottom: 1px solid #bfbfbf;
}

.fixed-right .elevator li:hover {
	background-color: #fff;
}

.fixed-right .elevator li a {
	color: #666;
}

.fixed-right .elevator li:first-child {
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	overflow: hidden;
}

.fixed-right .fixed-close i {
	display: none;
}

.sc_pop_content {
	/* display: none; */
}

.success_case .mask {
	display: none;
	background-color: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.sc_pop_content .sc_pop_one {
	display: none;
	height: 503px;
	width: 904px;
	background-color: #fff;
	padding: 50px 40px;
	box-sizing: border-box;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
	font-size: 0;
}

.sc_pop_content .sc_pop_one.active {
	display: block;
}

.sc_pop_content .sc_pop_one .img_part {
	width: 401px;
	height: 403px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.sc_pop_content .sc_pop_one .img_part img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.4s;
}

.sc_pop_content .sc_pop_one .img_part img:hover {
	transform: scale(1.2);
}

.success_case .sc_pop_prev {
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #b19e7a;
	color: white;
	text-align: center;
	padding-left: 5px;
	font-size: 15px;
	cursor: pointer;
}

.success_case .sc_pop_prev::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.success_case .sc_pop_next {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #b19e7a;
	color: white;
	text-align: center;
	padding-right: 3px;
	font-size: 15px;
	cursor: pointer;
}


.success_case .sc_pop_next::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.sc_pop_content .sc_pop_one .summary_part {
	display: inline-block;
	vertical-align: top;
	width: 390px;
	margin-left: 30px;
}

.sc_pop_content .sc_pop_one .close_icon {
	position: absolute;
	top: 23px;
	right: 26px;
	font-size: 22px;
	color: #666;
	cursor: pointer;
}

.sc_pop_content .sc_pop_one .summary_part .words_base {
	color: #4c4c4c;
	font-size: 14px;
	padding-bottom: 30px;
}

.sc_pop_content .sc_pop_one .summary_part .title {
	color: #4c4c4c;
	font-size: 16px;
	padding-bottom: 30px;
}

.sc_pop_content .sc_pop_one .summary_part .words_base span {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

.sc_pop_content .sc_pop_one .summary_part .show_detail {
	position: absolute;
	right: 179px;
	bottom: 53px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	padding: 0 21px;
	border-radius: 2px;
	background-color: #22a4ff;
	cursor: pointer;
}

.sc_pop_content .sc_pop_one .summary_part .make_one {
	position: absolute;
	right: 40px;
	bottom: 53px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	padding: 0 21px;
	border-radius: 2px;
	background-color: #b3a280;
	cursor: pointer;
}

.list-head .filter-select .row .third_line {
	padding-left: 230px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}

.gift_ticket .mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}

.gift_ticket .gift_ticket_content {
	width: 683px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
}

.gift_ticket .gift_ticket_content .gt_detail {
	background: url(../images/ticket_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 138px 110px 135px 90px;
	box-sizing: border-box;
	width: 683px;
	height: 523px;
	font-size: 0;
}

.gift_ticket .gift_ticket_content .gt_detail .left {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	text-align: center;
}

.gift_ticket .gift_ticket_content .gt_detail .left .number {
	font-size: 42px;
	color: #dcb17e;
	font-weight: bold;
	font-family: 'DINEngschrift';
	padding-bottom: 10px;
	padding-top: 80px;
	line-height: 60px;
}

.gift_ticket .gift_ticket_content .gt_detail .left .number span {
	font-size: 60px;
	color: #dcb17e;
	font-weight: bold;
	padding: 0px 0px;
	line-height: 80px;
	display: inline-block;
}

.gift_ticket .gift_ticket_content .gt_detail .left .useInfo {
	font-size: 30px;
	color: #7d582c;
	line-height: 30px;
}

.gift_ticket .gift_ticket_content .gt_detail .right {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	padding: 0 22px;
}

.gift_ticket .gift_ticket_content .gt_detail .right .words {
	font-size: 36px;
	color: #7d582c;
	line-height: 36px;
	padding-bottom: 30px;
	padding-top: 114px;
}

.gift_ticket .gift_ticket_content .gt_detail .right .time {
	font-size: 24px;
	color: #c09e77;
	line-height: 24px;
}

.gift_ticket .gift_ticket_content .check_btn {
	width: 410px;
	height: 90px;
	border-radius: 90px;
	background-color: #d4aa7a;
	text-align: center;
	box-sizing: border-box;
	margin: -25px auto;
}

.gift_ticket .gift_ticket_content .word {
	font-size: 36px;
	line-height: 70px;
	color: #fff;
	border: 1px solid #af8250;
	width: 385px;
	height: 70px;
	box-sizing: border-box;
	border-radius: 70px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	cursor: pointer;
	display: block;
}

nav .slide-nav .menu li .sencond {
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 210px;
	display: none;
	min-height: 180px;
	background-color: rgba(0, 0, 0, 0.4);
	max-height: 400px;
	overflow-x: hidden;
}

nav .slide-nav .menu li .sencond .left-list {
	color: #fff;
	padding: 10px 20px;
	width: 590px;
	float: left;
	background: transparent;
	min-height: 58px;
}

nav .slide-nav .menu li .sencond .left-list .third-menu a {
	color: #fff;
	padding: 0 6px;
	float: left;
	line-height: 14px;
	margin: 7px 0;
	font-size: 14px;
	cursor: pointer;
}

nav .slide-nav .menu li .sencond .left-list .second-menu a {
	cursor: pointer;
}

.lrInput {
	position: relative;
}

.lrInput .placeholder_cover {
	position: absolute;
	left: 40px;
	top: 0;
	height: 37px;
	line-height: 37px;
	display: block;
	font-size: 14px;
	z-index: 1;
	pointer-events: none;
	color: #999;
}

.lgVer .log0 {
	position: relative;
}

.lgVer .placeholder_cover {
	position: absolute;
	left: 93px;
	top: 0;
	height: 26px;
	line-height: 26px;
	display: block;
	font-size: 14px;
	z-index: 1;
	pointer-events: none;
	color: #999;
}

.daojishi {
	line-height: 37px;
	height: 37px;
	font-size: 14px;
	color: #333;
}

.list-head .product-nav a:last-child .fa {
	display: none;
}

.pro-show .detail-content .detail-l .detail-txt .choose .select {
	height: auto;
}

.gift_card .gc_detail a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.company_purchase .cp_contentPart .right .cp_detail_one a {
	display: block;
	width: 100%;
	height: 100%;
}

.region select {
	color: #999999;
	border: 1px solid #dddddd;
	height: 32px;
	width: 165px;
}

.member_confirm,
.pub_confirm {
	background: none repeat scroll 0 0 #fff;
	/* box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25); */
	padding: 3px;
	position: absolute;
	left: 50px;
	width: 140px;
	/* z-index: 10; */
	z-index: 9999999;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .3);
	border-radius: 3px;
	text-align: center;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_price .span_bold {
	background: transparent;
	color: #fd1531;
	padding: 0;
	line-height: unset;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_price .span_bold.spec_num1 {
	color: #8e8e8e;
	font-size: 12px;
	line-height: 36px;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part:hover .span_bold {
	color: #fff;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part:hover .span_bold.spec_num1 {
	color: #fff;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part.span_bold {
	background-color: #ff8c7f;
	padding: 0 10px;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part.span_bold .span_bold {
	color: #fff;
}

.pro-show .detail-content .detail-l .detail-txt .info-list li .part.span_bold .span_bold.spec_num1 {
	color: #fff;
}

.unfinished-order-cl .uoc-box .uoc-btn {
	position: relative;
}

.unfinished-order-cl .uoc-box .pub_confirm a {
	display: inline-block;
}

.dakuai .uoc-no {
	height: 320px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 34px;
}

.dakuai .uoc-no .tips {
	font-size: 13px;
	color: #999;
	margin: 10px 0 20px;
}

.dakuai .uoc-no .g-btn {
	display: inline-block;
	line-height: 26px;
	border: 1px solid #b4a078;
	color: #b4a078;
	width: 95px;
	border-radius: 3px;
	background: #f5f3ef;
	box-sizing: border-box;
}

.list-head .filter-select .row .select-content .select-list li span {
	cursor: pointer;
}

.list-head .filter-select .row .select-content .select-list li .active {
	color: #b4a078;
}

.list-head .filter-select .row .select-title {
	float: left;
	width: 100px;
	height: 100%;
	line-height: 46px;
	padding: 0 20px;
}

.unfinished-order-cl .uoc-box .uoc-name {
	float: left;
	line-height: 108px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	width: 220px;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.unfinished-order-cl .uoc-box .uoc-status {
	float: left;
	line-height: 108px;
	width: 150px;
	margin-right: 10px;
	font-weight: bold;
	color: #ff4941;
}

.process table tr td .jj {
	color: #333;
	width: 23px;
	line-height: 22px;
	text-align: center;
	border: none;
	background-color: #fff;
	display: inline-block;
}

.process table tr td .srk {
	height: 23px;
	margin: 0;
	border: 1px solid #CCCCCC;
	text-indent: 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
	float: unset;
	font-size: 12px;
}

.process table tr td .c_num_ctrl {
	height: 24px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
}

.heji {
	position: relative;
}

.heji::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #cecece;
	position: absolute;
	right: -34px;
	top: -8px;
}

nav .slide-nav .menu li .third .left-list {
	padding: 10px 0;
}

nav .slide-nav .menu li .sencond .left-list .third-menu {
	width: 500px;
}

.insidebuy-cl .ibc-coupon .ibcc-card.thirdNumber .ibcc-money {
	font-size: 45px;
}

.insidebuy-cl .ibc-coupon {
	height: auto;
	width: 1200px;
	margin: 0 auto;
}

.insidebuy-cl .ibc-coupon .ibcc-card:not(:last-child) {
	margin-right: 22px;
	margin-bottom: 22px;
}

.insidebuy-cl .ibc-coupon .ibcc-card:nth-child(4n+4) {
	margin-right: 0;
}

.insidebuy-cl .ibc-coupon .ibcc-box {
	display: inline-block;
	width: 1006px;
}

/* 整个滚动条 */
nav .slide-nav .menu li .sencond::-webkit-scrollbar {
	width: 5px;
	height: 3px;
}

/* 滚动条有滑块的轨道部分 */
nav .slide-nav .menu li .sencond::-webkit-scrollbar-track-piece {
	background-color: transparent;
	border-radius: 5px;
}

/* 滚动条滑块(竖向:vertical 横向:horizontal) */
nav .slide-nav .menu li .sencond::-webkit-scrollbar-thumb {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .3);
	border-radius: 5px;
}

/* 滚动条滑块hover */
nav .slide-nav .menu li .sencond::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, .3);
}

/* 同时有垂直和水平滚动条时交汇的部分 */
nav .slide-nav .menu li .sencond::-webkit-scrollbar-corner {
	display: block;
	/* 修复交汇时出现的白块 */
}

.member table tr td .cl_6,
.tab_content_box table tr td .cl_6 {
	display: inline-block;
	width: 96px;
	text-align: center;
	line-height: 26px;
	border: 1px solid #b4a078;
	color: #b4a078;
	border-radius: 3px;
	background: #f5f3ef;
}

.acForm {
	display: none;
}

.detail table tr td .pro i {
	margin-left: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	width: calc(100% - 65px);
}

.detail table tr td .pro {
	display: block;
	width: 100%;
}

.detail table tr td {
	max-width: 500px;
}

.shop_info_table .prodInfo p:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 200px;
}

.process table tr td .pro i {
	margin-left: 20px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	width: calc(100% - 135px);
	text-align: left;
}

.process table tr td .pro {
	display: block;
	width: 100%;
}

.process table tr td {
	max-width: 500px;
}

.process table tr td .pro img {
	width: 100px;
	height: 100px;
	border: none;
}

.process table tr td .pro i i {
	width: 100%;
	margin-left: 0;
}

.fixed-right .elevator .return-top:before {
	content: "";
	background: url(../images/fixed_right001.png) no-repeat center;
	width: 27px;
	height: 27px;
	display: block;
	margin: 0 auto 5px;
}

.fixed-right .elevator .right-img02 i {
	background: url(../images/fixed_right002.png) no-repeat center;
	width: 39px;
	height: 39px;
	display: block;
	margin: 0 auto;
}

.fixed-right .elevator .right-img03 i {
	background: url(../images/fixed_right003.png) no-repeat center;
	width: 38px;
	height: 37px;
	display: block;
	margin: 0 auto;
}

.fixed-right .elevator .right-img05 i {
	background: url(../images/fixed_right004.png) no-repeat center;
	width: 44px;
	height: 36px;
	display: block;
	margin: 0 auto;
}

.fixed-right .elevator::after {
	content: "";
	background: url(../images/fixed_right005.png) no-repeat center;
	width: 114px;
	height: 96px;
	display: block;
	margin: 0 auto 5px;
	position: absolute;
	left: -20px;
}

.list-head .filter-select .row .third_line {
	padding: 0;
	padding-left: 230px;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	height: auto;
}

.list-head .filter-select .row .select-content.third_line .select-list {
	height: auto;
	width: 100%;
}

.list-head .filter-select .row .select-content.third_line .select-list li {
	line-height: 46px;
}

nav .slide-nav .menu li .sencond .left-list .second-menu a {
	color: #fff;
	padding: 0 6px;
	float: left;
	line-height: 14px;
	margin: 0;
	font-size: 14px;
	line-height: 28px;
}

nav .slide-nav .menu li .sencond .left-list .second-menu>a {
	background-color: #b4a078;
}

.pro-list li .box .middle .title {
	margin-top: 32px;
	text-align: left;
	color: #333;
	cursor: pointer;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	height: auto;
}

.pro-list li .box .middle .price {
	padding: 10px 0;
	color: #d50e0e;
	font-size: 20px;
	line-height: 20px;
}

.pro-list li .box .middle {
	height: 108px;
	padding: 0 15px;
	background: #fff;
}

.home-pro .block-banner .swiper-container {
	width: 100%;
	height: 400px;
}

.home-pro .block-banner .swiper-container .swiper-slide {}

.home-pro .block-banner .swiper-container .swiper-pagination-pl {
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 1;
}

.home-pro .block-banner .swiper-container .swiper-pagination-pl .swiper-pagination-bullet {
	border: 4px solid;
	box-sizing: content-box;
}

.home-pro .block-banner .swiper-container .swiper-pagination-pl .swiper-pagination-bullet-active {
	background-color: #a7936e;
	border: 4px solid #dfcead;
	box-sizing: content-box;
}

.block-banner .hp-prev {
	position: absolute;
	left: 22px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #b4a078;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-left: 5px;
	z-index: 2;
}

.block-banner .hp-prev::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 10px;
	height: 10px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.block-banner .hp-next {
	position: absolute;
	right: 22px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #b4a078;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-right: 3px;
	z-index: 2;
}


.block-banner .hp-next::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.coupon_content {
	min-height: 522px;
	padding: 0 10px;
	box-sizing: border-box;
}

.member .zuo1,
.member .zuo2 {
	display: inline-block;
	width: 15%;
	padding: 5px 0;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	height: 589px;
	float: left;
}

.member .zuo1 span a,
.member .zuo2 span a {
	display: block;
	width: 100%;
	padding-left: 0;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	color: #333;
	border-left: 1px solid #fff;
	margin: 18px 0;
}

.member .zuo1 span strong,
.member .zuo2 span strong {
	display: inline-block;
	width: 100%;
	padding-left: 0%;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.member .zuo1 span a:hover,
.member .zuo1 span a.active,
.member .zuo2 span a:hover,
.member .zuo2 span a.active {
	background-color: #fff;
	border-left: 1px solid #ae9c75;
	color: #ae9c75;
	box-sizing: border-box;
}

.member .zuo1 span strong.active,
.member .zuo2 span strong.active {
	color: #ae9c75;
}

.home-pro .to-page-list {
	float: right;
	padding-right: 30px;
}

.home-pro .to-page-list a i {
	padding: 0 15px;
}

.home-pro .to-page-list a:last-child i {
	display: none;
}

.muList li a {
	display: inline-block;
	max-width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	vertical-align: middle;
}
.layui-layer-rim{
	border: none !important;
}
.p_main .placeholder_cover {
	position: absolute;
	left: 10px;
	top: 0;
	height: 26px;
	line-height: 26px;
	display: block;
	font-size: 14px;
	z-index: 1;
	pointer-events: none;
	color: #999;
}
.reg_frm .row .controls{
	position: relative;
}
.like-cl {
    border: 1px solid #eaeaea;
    margin-bottom: 42px;
}
nav .slide-nav .menu{
	top: 43px;
}
nav .slide-nav .slide-btn{
	height: 43px;
}
.pro-show .detail-content .detail-l .detail-txt .info-list{
	padding-right: 0;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .spec_text {
    width: 390px;
    display: inline-flex;
}
.pro-show .detail-content .detail-l .detail-txt .info-list li .part {
    width: 33.33333%;
    padding: 0px 10px;
}
.home-pro .block-banner .swiper-container .swiper-pagination-pl .swiper-pagination-bullet {
    border: 1px solid #eee;
    box-sizing: content-box;
    background: #fff;
    vertical-align: middle;
}
.hot_p_content .lc-prev,.success_case .sc-prev {
	position: absolute;
	left: -80px;
	top: calc(50% - 27.5px);
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #d0c4af;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-left: 10px;
}

.hot_p_content .lc-prev::after,.success_case .sc-prev::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 20px;
	height: 20px;
    vertical-align: middle;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.hot_p_content .lc-prev:hover,.success_case .sc-prev:hover {
	background: #b19e7a;
}
.hot_p_content .lc-next,.success_case .sc-next {
	position: absolute;
	right: -80px;
	top: calc(50% - 15px);
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #d0c4af;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-right: 10px;
}


.hot_p_content .lc-next::after ,.success_case .sc-next::after{
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 20px;
	height: 20px;
    vertical-align: middle;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.hot_p_content .lc-next:hover,.success_case .sc-next:hover {
	background: #b19e7a;
}
.block-banner .hp-prev {
	position: absolute;
	left: 22px;
	top: calc(50% - 15px);
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #d0c4af;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-left: 10px;
	z-index: 2;
}

.block-banner .hp-prev::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 20px;
	height: 20px;
    vertical-align: middle;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}
.block-banner .hp-next {
	position: absolute;
	right: 22px;
	top: calc(50% - 15px);
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #d0c4af;
	color: white;
	border-radius: 50%;
	text-align: center;
	padding-right: 10px;
	z-index: 2;
}


.block-banner .hp-next::after {
	content: '';
	display: inline-block;
	border-top: 2px solid white;
	border-right: 2px solid white;
	width: 20px;
	height: 20px;
    vertical-align: middle;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.block-banner .hp-prev:hover, .block-banner .hp-next:hover{
	background: #b19e7a;
}
.like-cl .lc-main .lc-prev,.like-cl .lc-main .lc-next{
	background-color: #d0c4af;
}
.like-cl .lc-main .lc-prev:hover,.like-cl .lc-main .lc-next:hover{
	background-color: #b19e7a;
}
.hot_p_content .lc-img {
    width: 100%;
    height: 285px;
    min-height: 285px;
    transform: scale(1);
    transition: all 0.4s;
    position: relative;
}
.company_purchase {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 58px 0;
}
.home-pro .home-block {
    margin-top: 60px;
}
.home-pro .home-block:last-child{
	margin-bottom: 60px;
}
.success_case{
	padding: 0;
}
.home-pro .home-block .block-pro li .box .top .pic:hover img{
	transform: scale(1);
}

.hot_p_content .lc-img:hover {
	transform: scale(1);
}
.gift_card .gc_img:hover{
	transform: scale(1);
}

.hot_p_content .swiper-slide:hover {
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.hot_p_content .swiper-container{
	padding-bottom: 10px;
}

.gift_card .gc_detail:hover {
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.home-pro .home-block .block-pro li{
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	border: none;
}
.home-pro .home-block .block-pro li .box .middle{
	background-color: #fff;
}
.home-pro .home-block .block-pro li:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.home-pro .home-block .block-pro li:hover .box .middle{
	background-color: #f4f0ea;
}
.home-pro .home-block .block-pro li .box .top{
	padding: 0;
}
.home-process .container .process-img{
	margin-top: 0px;
}
.gift_card .gc_detail a {
    display: block;
    width: 100%;
    height: 100%;
    height: 285px;
    overflow: hidden;
    position: relative;
}
.gift_card .contentPart a{
	height: 100%;
}
.home-pro .block-banner .swiper-container{
	height: 370px;
}
.home-pro .home-block .block-banner img {
    width: 1200px;
	height: 370px;
	object-fit: fill;
}
.home-pro .block-banner .swiper-container .swiper-pagination-pl .swiper-pagination-bullet-active {
    background-color: #a7936e;
    border: 4px solid #dfcead;
    box-sizing: content-box;
}
.hot_p_content .lc-name:hover{
	color: #b4a078;
}
.gift_card .jcp_p_name:hover{
	color: #b4a078;
}
.detail-txt.jifen .jifenPart{
	background-color: #f5f3ef;
	padding:0 0 30px 27px;
}
.pro-show .detail-content .detail-l .detail-txt.jifen .jifenPart .detail_price{
	width: 513px;
}
.detail-txt.jifen .jifenPart .info{
	height: 43px;
	line-height: 43px;
	margin-bottom: 5px;
}
.detail-txt.jifen .jifenPart .send{
	height: 43px;
	line-height: 43px;
	margin-bottom: 5px;
}
.pro-show .detail-content .detail-l .detail-txt.jifen .jifenPart .choose .count .buy{
	background-color: transparent;
}

.detail-txt.neigou .neigouPart{
	background-color: #f5f3ef;
	padding:0 0 30px 27px;
}
.pro-show .detail-content .detail-l .detail-txt.neigou .neigouPart .detail_price{
	width: 513px;
}
.detail-txt.neigou .neigouPart .info{
	height: 43px;
	line-height: 43px;
	margin-bottom: 5px;
}
.detail-txt.neigou .neigouPart .send{
	height: 43px;
	line-height: 43px;
	margin-bottom: 5px;
}
.pro-show .detail-content .detail-l .detail-txt.neigou .neigouPart .choose .count .buy{
	background-color: transparent;
}
.integral_mall .im_detail_one.big_detail_one a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.integral_mall .im_detail_one.big_detail_one .imgBox{
	width: 292px;
	height: 292px;
	overflow: hidden;
}
.success_case .swiper-slide .img_part .sc_p_name {
    width: 284px;
    height: 40px;
    background-color: #fff;
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    position: absolute;
    left: 4px;
    bottom: 0;
    padding-top: 24px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro-list li .box .top .pic img:hover{
	transform: scale(1);
}
.pro-list li:hover{
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.pro-list li:hover .box .middle{
	background-color: #f4f0ea;
}
.pro-list li{
	width: 285px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	border: none;
}
.gfCZBom{
	height: 108px;
    padding: 0 15px;
    background: #fff;
}
.gfCZBom p{
	text-align: left;
	color: #333;
	cursor: pointer;
	display: block;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	height: auto;
}
.gfCZBom p.red{
	padding: 10px 0;
	    color: #d50e0e;
	    font-size: 20px;
	    line-height: 20px;
}
.gfCZPro.pro-list li:hover .gfCZBom{
	background-color: #f4f0ea;
}
.pro-list li .box .top{
	padding: 0;
}
.gfCZPro .top{
	background-color: #fff;
}
.newSteps{
	width: 750px;
	font-size: 0;
	margin: 30px auto;
}
.newSteps .step_base{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right: 275px;
	position: relative;
}
.newSteps .step_2::before,.newSteps .step_3::after{
	content: '';
	width: 268px;
	height: 3px;
	display: block;
	background-color: #cccccc;
	position: absolute;
	top: 14px;
}
.newSteps .step_2::before{
	left: -288px;
}
.newSteps .step_3::after{
	left: -255px;
}
.newSteps .step_base:last-child{
	margin-right: 0;
}
.newSteps .step_base.active .num_step{
	background-color: #b4a078;
}
.newSteps .step_base.active .word_step{
	color: #b4a078;
}
.newSteps .step_2.active::before{
	background-color: #b4a078;
}
.newSteps .step_3.active::after{
	background-color: #b4a078;
}
.newSteps .step_base .num_step{
	width: 30px;
	height: 30px;
	background-color: #cccccc;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto 8px;
}
.newSteps .step_base .word_step{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #ccc;
}
.backpswd_new_part .page_0{
	width: 750px;
	height: 227px;
	padding-top: 58px;
	padding-left: 235px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 auto;
}
.backpswd_new_part .page_0 .row{
	margin: 0 0 15px 0;
}
.backpswd_new_part .page_0 .row .control-label{
	float: left;
	text-align: right;
	display: inline-block;
	width: 50px;
	line-height: 32px;
	margin-right: 25px;
	color: #808080;
}
.backpswd_new_part .page_0 .row .control-label s {
    color: red;
    padding-right: 5px;
    text-decoration: none;
}
.backpswd_new_part .page_0 .row input[type=text] {
    width: 192px;
    height: 30px;
    margin-left: 5px;
    line-height: 28px;
    padding-left: 5px;
    font-size: 14px;
	border: 1px solid #999;
}
.backpswd_new_part .page_0 .row #BtnSendMessage{
	height: 30px;
	line-height: 30px;
}

.login_frm.hasborder{
	width: 750px; 
	height: 280px;
	padding-top: 58px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 auto;
}
.login_frm .row{
	width: 450px;
	margin: 0 auto;
}
.login_frm .page_2 .row .control-label{
	width: 115px;
}
.login_frm .page_1 .row .controls{
	position: relative;
}
.login_frm .page_1 .row .controls .checkWords{
	position: absolute;
	right: -88px;
	line-height: 30px;
	color: #999;
	text-decoration: underline;
}
.login_frm .page_1 .row .controls .mobile{
	line-height: 30px;
	font-size: 26px;
	color: #4c4c4c;
	height: 30px;
}
.login_frm .page_2 .row {
	margin-bottom: 15px;
}
.login_frm .page_2 .row:nth-last-child(2) {
	margin-top: 40px;
}
.login_frm .page_2 .row .controls{
	height: 30px;
}
.login_frm .page_2 .row .controls .user_name{
	line-height: 30px;
	font-size: 26px;
	color: #4c4c4c;
	height: 30px;
}

.login_frm .page_2 .row .controls .checkWords{
	line-height: 12px;
	font-size: 12px;
	color: #999;
	padding: 11px 0 0 13px;
}
.login_frm .page_1 .row input[type=text] {
	width: 135px;
}

.login_frm .page_2 .row input[type=text] {
	width: 175px;
}

.login_frm .page_3 .row .success_words{
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #666;
	padding-bottom: 32px;
	position: relative;
}
.login_frm .page_3 .row .success_words::before{
	content: '';
	display: block;
	width: 43px;
	height: 33px;
	background: url(../images/forget_pwd.png) no-repeat;
	position: absolute;
	left: -53px;
	top: -6px;
}
.login_frm .page_3 .row .tip_line{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #999;
}
.login_frm .page_3 .row .tip_line .time_count{
	color: #ff0000;
}

.login_frm .page_1,
.login_frm .page_2,
.login_frm .page_3{
	display: none;
}
.login_frm .row{
	position: relative;
}
.login_frm .page_1 .row .btn_to_next,
.login_frm .page_2 .row .btn_to_next,
.login_frm .page_3 .row .btn_to_next{
	width: 90px;
	height: 30px;
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	background-color: #bfae8e;
	text-align: center;
}
.login_frm .page_1 .row .btn_to_next{
	position: absolute;
	left: 125px;
	top: 15px;
}
.login_frm .page_2 .row .btn_to_next{
	position: absolute;
	left: 130px;
	top: 15px;
}
.login_frm .page_1{
	padding-top: 30px;
}
.login_frm .page_1{
	display: block;
}



