/**页面样式*/
/*layer弹窗修改*/
.layui-layer-btn a {
	font-size: 12px;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #953269 !important;
	background-color: #953269 !important;
	color: #fff;
}
.indexing-fiverbba-zomg h4{
	display: none;
}
.gallery-topp img {
	vertical-align: bottom;
}

/* 首页关于我们 */
.index-about {
	padding: 75px 0;
	background: #fff url(/static/index/images/xsa.png) no-repeat left top;
}

.indexing-fiverbb {
	display: flex;
	justify-content: space-between;
}

.indexing-fiverbba {
	width: 39%;
	padding-top: 7%;
	padding-right: 1%;
}

.indexing-fiverbbb {
	width: 83%;
}

.indexing-fiverbba-zomg h3 em {
	display: inline-block;
	margin-right: 18px;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #953269;
}

.indexing-fiverbba-zomg h3 {
	font-size: 52px;
	color: rgb(26, 24, 25);
	font-weight: bold;
	line-height: 0.577;
}

.indexing-fiverbba-zomg h4 {
	padding-left: 40px;
	margin-top: 35px;
}

.indexing-fiverbba-h {
	padding-left: 40px;
	padding-top: 12%;
}

.indexing-fiverbba h1 {
	font-size: 18px;
	text-align: left;
	color: #1a1819;
	font-weight: 400;
	line-height: 30px;
	max-width: 80%;
}

.indexing-fiverbba h2 {
	text-align: left;
	margin-top: 23px;
	font-weight: 400;
}

.indexing-fiverbba h2 img {
	margin-right: 9px;
	vertical-align: middle;
}

.indexing-fiverbba h2 a {
	font-size: 18px;
	color: #953269;
}

.indexing-fiverbba h2 a:hover {
	color: #953269;
}

.indexing-fiverbbb ul {
	display: flex;
	justify-content: space-between;
}

.indexing-fiverbbb ul li {
	width: 47.5%;
	overflow: hidden;
	border-radius: 100px;
}

.indexing-fiverbbb ul li a {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.indexing-fiverbbb-img {
	width: 100%;
	overflow: hidden;
}

.indexing-fiverbbb-img img {
	width: 100%;
	vertical-align: bottom;
	transition: all 1s;
}

.indexing-fiverbbb ul li:hover .indexing-fiverbbb-img img {
	transform: scale(1.1);
}

.indexing-fiverbbb-pp {
    padding: 84px 73px 75px 73px;
    text-align: left;
}

.indexing-fiverbbb ul li {
	background: #1a1819;
}

.indexing-fiverbbb ul li:hover {
	background: #626262;
}

.indexing-fiverbbb ul li:last-child {
	background: #953269;
}

.indexing-fiverbbb ul li:last-child:hover {
	background: #626262;
}

.indexing-fiverbbb-pp h1 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}

.indexing-fiverbbb-pp p {
	font-size: 16px;
	color: #fff;
	line-height: 1.875;
}

.indexing-fiverbbb-pp {
	position: relative;
}

.indexing-fiverbbb-pp img {
	position: absolute;
	left: 50px;
	top: -36px;
}

.indexing-fiverbbb ul li:nth-child(2n) a {
	flex-direction: column-reverse;
}

.indexing-fiverbbb ul li:nth-child(2n) .indexing-fiverbbb-pp img {
	position: absolute;
	top: initial;
	bottom: -36px;
}

.indexing-fivera .w {
	position: relative;
}

.indexing-fiveraa {
	width: 39%;
	left: 0px;
	padding-top: 4%;
	top: 3%;
	position: absolute;
}

.indexing-fiveraa ul {
	display: flex;
}

.indexing-fiveraa ul li {
	width: 33.3%;
	position: relative;
	cursor: pointer;
}

.indexing-fiveraa ul li:last-child::after {
	display: none;
}

.indexing-fiveraa ul li::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	right: 40px;
	width: 2px;
	height: 51px;
	transform: rotate(45deg);
	opacity: 0.5;
	background: url(/static/index/images/u39.svg) no-repeat;
}

.indexing-fiveraa ul li.on h1 img {
	display: inline-block;
}

.indexing-fiverbb-xia-a {
	display: none;
}

.indexing-fiverbb-xia-a:first-child {
	display: block;
}

.indexing-fiveraa ul li.on h1 {
	color: #BE9B5E;
}

.indexing-fiveraa ul li h1 img {
	vertical-align: middle;
	margin-right: 10px;
	display: none;
}

.indexing-fiveraa ul li h1 {
	font-weight: 400;
	font-size: 30px;
	color: rgba(232, 224, 208, 0.498039215686275);
}

.indexing-fiveraa ul li h2 {
	font-weight: 700;
	text-align: left;
	font-size: 20px;
	padding-left: 0px;
	transition: all 0.5s;
	text-decoration: none;
	color: rgba(232, 224, 208, 0.298039215686275);
}

.indexing-fiveraa ul li.on h2 {
	padding-left: 16px;
}

@media only screen and (max-width: 1680px) {
	.indexing-fiverbba {
		padding-right: 4%;
	}

	.indexing-fiverbba h1 {
		font-size: 17px;
		max-width: 100%;
	}
	
	.o-container.-sm {
	    max-width: 120rem;
	    padding-right: 7rem;
	    padding-left: 7rem;
	}
	.indexing-fiverbba-zomg h3 {
	    font-size: 1.5rem !important;
	}
	.indexing-fiverbba-zomg h4{
		display: none;
		
	}
	.indexing-fiverbba-h {
	  
	    padding-top: 20%;
	}
	.indexing-fiverbbb-pp {
	    padding: 65px 40px 65px 40px;
	   
	}
}

@media only screen and (max-width: 1500px) {
	.indexing-fiverbbb-pp {
	    padding: 57px 36px 34px 31px;
	}
	.indexing-fiverbbb-pp h1 {
	    font-size: 25px;
	 
	}
	.indexing-fiverbba h2 a {
	    font-size: 16px;
	  
	    text-transform: capitalize;
	}
}

@media only screen and (max-width: 1200px) {
	.indexing-fiverbb {
		flex-wrap: wrap;
	}

	.indexing-fiverbbb {
		width: 100%;
	}

	.indexing-fiverbba-h {
		padding-top: 6%;
	}

	.indexing-fiverbba {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 7%;
		padding-right: 0%;
	}
}

@media only screen and (max-width: 1024px) {
	.index-about {
		padding: 30px 0;
	}

	.indexing-fiverbb {
		flex-wrap: wrap;
	}

	.indexing-fiverbba {
		width: 100%;
	}

	.indexing-fiverbbb {
		width: 100%;
	}

	.indexing-fiverbbb ul {
		flex-wrap: wrap;
	}

	.indexing-fiverbbb ul li {
		border-radius: 30px;
	}

	.indexing-fiverbbb-pp img {
		position: absolute;
		left: 14px;
		top: -15px;
		width: 38px;
	}

	.indexing-fiverbbb-pp h1 {
		font-size: 19px;
		margin-bottom: 5px;
	}

	.indexing-fiverbbb-pp p {
		font-size: 12px;
	}

	.indexing-fiverbbb-pp {
		padding: 22px 7px 20px;
	}

	.indexing-fiverbba-zomg h3 em {
		width: 8px;
		height: 8px;
	}

	.indexing-fiverbba-zomg h3 {
		font-size: 28px;
	}

	.indexing-fiverbba-zomg h4 {
		padding-left: 28px;
		margin-top: 16px;
		width: 60%;
	}

	.indexing-fiverbba h2 {
		margin-top: 13px;
	}

	.indexing-fiverbba h2 img {
		width: 20px;
	}

	.indexing-fiverbba h1 {
		font-size: 15px;
		max-width: 100%;
	}

	.indexing-fiverbba-h {
		padding-left: 25px;
		padding-top: 20px;
		margin-bottom: 30px;
	}
}

/* 首页关于我们结束 */
/* 留言表单 */
.DialogInsightFormDiv {
	line-height: normal;
	word-wrap: normal;
	white-space: normal;
	position: relative;
	font-size: 13px;
}

.DialogInsightFormDiv label {
	vertical-align: middle;
	margin: 2px 8px 0px 2px;
	display: inline-block;
	position: relative;
	top: 3px;
}

.DialogInsightFormDiv.DialogInsightLoading>* {
	visibility: hidden;
}

.DialogInsightFormDiv.DialogInsightLoading {
	background-repeat: no-repeat;
	background-position: center center;
}

/* 留言表单-end */
/* 产品列表的样式 */
.cpcp-one {
	padding: 200px 0 35px 0;
}

.cpcp-oneb {
	display: flex;
	justify-content: right;
}

.cpcp-oneb select {
	/* float: left; */
	width: 270px;
	margin-right: 1.866%;
	/* display: block; */
	height: 51px;
	line-height: 51px;
	border: 2px solid #953269;
	font-size: 18px;
	color: #953269;
	border-radius: 24px;
	background: #fff;
	text-align-last: center;
	padding: 0 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 46px;
	background: url(/static/index/images/downv.png) no-repeat 90% center;
}

.cpcp-one-one {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.cpcp-one-one-a {
	width: 21%;
}

.cpcp-one-one-b {
	width: 75%;
}

.cpcp-one-one-ah {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cpcp-one-one-ah h1 {
	font-size: 26px;
	color: rgb(26, 24, 25);
	font-weight: bold;
	line-height: 0.962;
}

.cpcp-one-one-ah {
	margin-bottom: 15px;
}

.cpcp-one-one-a-aa a {
	font-size: 16px;
	color: rgb(26, 24, 25);
	display: inline-block;
	margin-right: 12px;
	text-align: center;
	width: 30%;
	padding: 0 10px;
	height: 41px;
	line-height: 41px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 20.5px;
	margin-bottom: 10px;
}

.cpcp-one-one-a-aa a:nth-child(3n) {
	margin-right: 0px;
}

.cpcp-one-one-a-aa a:hover {
	background: #953269;
	color: #fff;
}

.cpcp-one-one-a-a {
	margin-bottom: 20px;
}

.cpcp-one-one-ah h2 {
	font-size: 18px;
	color: rgb(26, 24, 25);
	font-weight: bold;
}

.cpcp-one-one-a-b-xia {
	margin-top: 60px;
}

.cpcp-one-one {
	margin-bottom: 120px;
}

.cpcp-one-one-a-b {
	margin-bottom: 80px;
}

.cpcp-one-one-a-c {
	margin-bottom: 50px;
}

.cpcp-one-one-a-c-xia ul li {
	margin-bottom: 15px;
}

.cpcp-one-one-a-c-xia ul li input {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #b6a697;
	background: #fff;
	margin-right: 15px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: default;
	aret-color: transparent;
}

.cpcp-one-one-a-c-xia ul li input:focus {
	background: #b6a697;
	border: transparent;
	caret-color: transparent;
}

.cpcp-one-one-a-c-xia ul li span {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	color: rgb(26, 24, 25);
	text-transform: uppercase;
	line-height: 1.786;
}

.cpcp-one-one-a-c-xia ul li:last-child span {
	margin-left: 0px;
}

.cpcp-one-one-a-d {
	margin-bottom: 20px;
}

.cpcp-one-one-a-d-input {
	margin-bottom: 30px;
	position: relative;
}

.cpcp-one-one-a-d-input input {
	width: 100%;
	color: #1a1819;
	font-size: 16px;
	padding-bottom: 15px;
	border: transparent;
	background: transparent;
	border-bottom: 1px solid #b6a697;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cpcp-one-one-a-d-input button {
	position: absolute;
	right: 0;
	bottom: 11px;
	background: transparent;
	border: transparent;
}

.cpcp-one-one-a-d-xia a {
	display: inline-block;
	color: #1a1819;
	font-size: 16px;
	background: #fff;
	padding: 7px 15px;
	border: 1px solid #e5e5e5;
	border-radius: 20.5px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.cpcp-one-one-a-d-xia a:hover {
	color: #fff;
	background: #953269;
}

.cpcp-one-one-b-xia .c-event {
	opacity: 1 !important;
	transform: translate(0%, 0%) !important;
}

.cpcp-one-one-b-xia {
	display: flex;
	flex-wrap: wrap;
}

.cpcp-one-one-b-xia .o-carousel_cell.u-1\/3 {
	margin-right: 2%;
	margin-bottom: 2%;
	width: 32% !important;
}

.cpcp-one-one-b-xia .o-carousel_cell:nth-child(3n) {
	margin-right: 0px;
}

.pages {
	text-align: center;
	margin-top: 70px;
	display: flex;
	width: 100%;
	justify-content: center;
}

.pages .el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
	background-color: #953269 !important;
	border: 1px solid #953269 !important;
}

.pages .el-pagination.is-background .btn-next.is-active:hover,
.el-pagination.is-background .btn-prev.is-active:hover,
.el-pagination.is-background .el-pager li.is-active:hover {
	color: #ffffff !important;
}

.pages .el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
	border: 1px solid #000;
	border-radius: 10px;
	font-size: 16px;
	background: none !important;
	height: 40px;
	min-width: 40px;
}

.pages .el-pager li:hover {
	color: #953269 !important;
}

.pages li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}

.pages li:hover a,
.pages li.active a {
	background: #953269;
	color: #fff;
	border: 1px solid #953269;
}

.pages li a {
	display: block;
	background: transparent;
	width: 40px;
	height: 40px;
	padding: 7px 12px;
	font-size: 16px;
	color: #000;
	border-radius: 10px;
	border: 1px solid #000;
}

.pages li span {
	display: block;
	background: transparent;
	width: 40px;
	height: 40px;
	padding: 7px 12px;
	font-size: 16px;
	color: #000;
	border-radius: 10px;
	border: 1px solid #000;
}

.pages li.active span {
	background: #953269;
	color: #fff;
	border: 1px solid #953269;
}

.theme-green {
	width: 100% !important;
}

@media only screen and (max-width: 1680px) {
	.cpcp-one-one-a-aa a {
		font-size: 15px;
		margin-right: 7px;
		width: 41%;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		border-radius: 20.5px;
		margin-bottom: 10px;
	}

	.cpcp-one-one-a-c-xia ul li img {
		width: 30%;
	}
}

@media only screen and (max-width: 1500px) {
	.theme-green {
		width: 100% !important;
	}

	.cpcp-one-one-a {
		width: 22%;
	}

	.cpcp-one-one-a-c-xia ul li input {
		margin-right: 6px;
	}

	.cpcp-one-one-a-c-xia ul li span {
		margin-left: 4px;
	}

	.cpcp-one-one-a-d-xia a {
		padding: 6px 11px;
		margin-right: 8px;
		margin-bottom: 8px;
	}

	.cpcp-one-one-a-c-xia ul li img {
		width: 30%;
	}

	.cpcp-one-one-a-aa a {
		font-size: 15px;
		margin-right: 7px;
		width: 41%;
		padding: 0 10px;
		height: 40px;
		line-height: 40px;
		border-radius: 20.5px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1100px) {
	.cpcp-one {
		padding: 70px 0 0px 0;
	}

	.cpcp-one-one-a {
		display: none;
	}

	.cpcp-one-one-b {
		width: 100%;
	}

	.cpcp-oneb select {
		width: 36%;
		height: 36px;
		line-height: 34px;
		font-size: 15px;
		padding: 0 17px;
		padding-right: 28px;
	}

	.cpcp-one-one-b-xia .o-carousel_cell.u-1\/3 {
		margin-right: 0;
		margin-bottom: 4%;
		width: 100% !important;
	}

	.pages {
		margin-top: 30px;
	}

	.pages li a {
		width: 30px;
		height: 30px;
		padding: 4px 8px;
		font-size: 14px;
	}

	.cpcp-one-one {
		margin-bottom: 30px;
	}
}

/* 产品详情样式 */
.cp1-one-zong {
	padding: 200px 0 35px 0;
}

.cp1-one-zong-a {
	display: flex;
	justify-content: space-between;
	padding: 50px 7%;
	border-radius: 10px;
	background: #fff;
}

.cp1-one-zong-b {
	width: 38%;
}

.zoomDiv img {
	max-width: none;
}

.cp1-one-zong-c {
	width: 55%;
}

.cp1-one-zong-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column-reverse;
}

div.zoomDiv {
	z-index: 998;
	position: absolute;
	/* top: 0px; */
	/* left: 56%!important; */
	width: 600px !important;
	height: 600px !important;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url(/static/index/images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.cp1-one-zong-b-a {
	width: 100%;
}

.cp1-one-zong-b-b {
	width: 100%;
}

.gallery-thumbss .swiper-slide {
	opacity: 0.5;
}

.gallery-thumbss .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.gallery-thumbss .swiper-slide span {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.gallery-thumbss {
	height: auto;
}

.gallery-thumbss img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.gallery-topp span {
	display: inline-block;
	vertical-align: bottom;
}

.gallery-topp .swiper-slide {
	height: 100%;
}

.cp1-one-zong-b-b {
	text-align: center;
}

.gallery-topp .swiper-slide {
	box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

.gallery-topp span {
	height: auto;
	width: 100%;
}

.cp1-one-zong-b-b img {
	/* 	height: 100%;object-fit: cover;	   width: 100%; */
}

#video-home {
	object-fit: cover;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.cp-onea a img {
	vertical-align: middle;
	margin-right: 10px;
}

.cp-onea a {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: rgb(85, 85, 85);
	line-height: 1.786;
}

.cp-onea a:hover {
	color: #953269;
}

.cp-onea {
	font-size: 14px;
	color: rgb(85, 85, 85);
}

.cp1-one-zong .cp-onea {
	margin-bottom: 20px;
}

.cp1-one-zong-b-a {
	position: relative;
}

.gallery-thumbss {
	/* padding: 64px 0 !important; */
}

.cp1-one-zong-b-a .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 26px;
	left: -36px;
	transform: rotate(-90deg);
	background: url(/static/index/images/tip.png) no-repeat !important;
	background-size: 100%;
	opacity: 0.8;
}

.cp1-one-zong-b-a .swiper-button-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 26px;
	opacity: 0.8;
	right: -36px;
	transform: rotate(-90deg);
	background: url(/static/index/images/top2.png) no-repeat !important;
	background-size: 100%;
}

.gallery-topp .swiper-pagination {
	display: none;
}

.cp1-one-zong-c {
	padding-top: 20px;
}

.cp1-one-zong-c h1 {
	font-size: 30px;
	color: rgb(26, 24, 25);
	font-weight: bold;
	line-height: 1.167;
}

.cp1-one-zong-c h2 {
	margin: 15px 0;
	width: 100%;
	height: 1px;
	background: #1a1819;
	position: relative;
}

.cp1-one-zong-c h2::after {
	position: absolute;
	background: #953269;
	height: 2px;
	width: 100px;
	left: 0;
	top: 0;
	content: "";
	display: block;
}

.cp1-one-zong-c h3 span {
	display: inline-block;
	margin-right: 50px;
	color: #555555;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

.cp1-one-zong-c h3 span em {
	font-style: normal;
	font-size: 22px;
	display: inline-block;
	margin-right: 4px;
	color: #953269;
	font-weight: bold;
	line-height: 1.389;
}

.cp1-one-zong-c h4 {
	margin: 25px 0;
	font-size: 16px;
	color: #555555;
	font-weight: 400;
	line-height: 1.8;
}

.cp1-one-zong-c h5 {
	font-size: 30px;
	color: #953269;
	font-weight: bold;
	margin-bottom: 25px;
}

.cp1-one-zong-c h5 span {
	color: #b4b4b4;
	font-weight: 400;
	text-decoration: line-through;
}

.cp1-one-zong-c h6 {
	display: inline-block !important;
	border-radius: 20px;
	border: 1px solid #c8c8c6;
	padding: 7px 10px;
	width: 19%;
}

.cp1-one-zong-c h6 div {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.cp1-one-zong-c h6 em {
	font-style: normal;
	cursor: pointer;
}

.cp1-one-zong-c h6 span {
	font-size: 20px;
	color: rgb(0, 0, 0);
}

.cp1-one-zong-c h6 span input {
	width: 80px;
	height: 50px;
	line-height: 50px;
	border: none;
	text-align: center;
	font-size: 18px;
}

.cp1-one-zong-c-a {
	margin-top: 30px;
}

.cp1-one-zong-c-a .btn {
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 1.389;
	border-radius: 20px;
	background: #953269;
	padding: 17px 25px;
	cursor: pointer;
}

.cp1-one-zong-c-a .btn:hover {
	background: #897a7a !important;
}

.cp1-one-zong-c-a .btn:nth-child(2) {
	background: #1a1819;
}

.cp1-one-zong-c-a .btn img {
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
}

.cp1-one-zong-c-a {
	position: relative;
}

.cp1-one-zong-c-a span {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	border: 1px solid #b6a697;
	cursor: pointer;
}

.cp1-one-zong-c-a span:hover {
	background: #953269;
}

.cp1-one-zong-c-a span:hover img {
	filter: brightness(0)invert(1);
}

@media only screen and (max-width: 1500px) {
	.cp1-one-zong-c h1 {
		font-size: 27px;
	}

	.gallery-topp span {
		height: auto;
	}

	.cp1-one-zong-c h6 {
		width: 22%;
	}

	.cp1-one-zong-c h3 span {
		margin-right: 19px;
		font-size: 20px;
	}

	.cp1-one-zong-c h3 span em {
		font-size: 20px;
	}

	.cp1-one-zong-c h4 {
		margin: 23px 0;
		font-size: 15px;
	}

	.cp1-one-zong-c-a a {
		font-size: 16px;
		padding: 12px 15px;
	}

	.cp1-one-zong-a {
		padding: 48px 30px;
	}

	.cp1-one-zong-b-a .swiper-button-prev {
		opacity: 0.8;
		transform: rotate(-90deg)scale(0.8);
	}

	.cp1-one-zong-b-a .swiper-button-next {
		transform: rotate(-90deg)scale(0.8);
		opacity: 0.8;
	}

	.cp1-twob-b-b {
		width: 50%;
		padding-left: 3%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 1200px) {
	.cp1-one-zong-c h1 {
		font-size: 23px;
	}

	.cp1-one-zong-c h3 span {
		margin-right: 12px;
		font-size: 17px;
	}

	.cp1-one-zong-c h3 span em {
		font-size: 17px;
	}

	.cp1-one-zong-c h5 {
		font-size: 27px;
		margin-bottom: 16px;
	}

	.cp1-two .cp1-twoa ul li p {
		font-size: 22px;
	}

	.cp1-one-zong-c h6 {
		width: 28%;
	}

	.cp1-one-zong-c-a a {
		font-size: 14px;
		padding: 10px 11px;
	}

	.cp1-one-zong-c h4 {
		margin: 18px 0;
		font-size: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.cp1-one-zong {
		padding: 70px 0 0px 0;
	}

	.cp-onea a {
		padding: 0 1px;
		font-size: 11px;
	}

	.cp1-one-zong-a {
		padding: 24px 20px;
		flex-wrap: wrap;
	}

	.cp1-one-zong-b {
		width: 100%;
	}

	.cp1-one-zong-b-a {
		display: none;
	}

	.cp1-one-zong-b-b {
		width: 100%;
	}

	.cp1-one-zong-b-b img {
		width: 50%;
	}

	.gallery-topp .swiper-pagination {
		display: block;
	}

	.gallery-topp .swiper-pagination .swiper-pagination-bullet-active {
		background: #953269;
	}

	.cp1-one-zong-c {
		width: 100%;
	}

	.cp1-one-zong-c h1 {
		font-size: 18px;
	}

	.cp1-one-zong-c h3 span {
		font-size: 16px;
	}

	.cp1-one-zong-c h3 span em {
		font-size: 17px;
	}

	.cp1-one-zong-c h4 {
		margin: 15px 0;
		font-size: 15px;
	}

	.cp1-one-zong-c h5 {
		font-size: 25px;
	}

	.cp1-one-zong-c h6 {
		padding: 7px 10px;
		width: 41%;
	}

	.cp1-one-zong-c-a a {
		margin-right: 6px;
		font-size: 15px;
		border-radius: 10px;
		padding: 10px 13px;
		margin-bottom: 10px;
	}

	.cp1-one-zong-c-a a img {
		width: 16px;
	}

	.cp1-twoa ul {
		justify-content: left !important;
		overflow-x: scroll;
		display: flex;
		white-space: nowrap;
		overflow-y: hidden;
	}

	.cp1-twoa ul li {
		margin: 16px 9px !important;
	}

	.cp1-two .cp1-twoa ul li img {
		margin-bottom: 15px;
		height: 34px;
	}

	.cp1-two .cp1-twoa ul li p {
		font-size: 17px;
	}

	.cp1-two .cp1-twob {
		padding: 30px 15px;
	}

	.cp1-two .cp1-twob-b-a {
		display: flex;
		flex-wrap: wrap;
	}

	.cp1-two .cp1-twob-b-b {
		width: 100%;
		padding-left: 0;
	}

	.cp1-two .cp1-twob-b-c {
		width: 100%;
	}

	.cp1-two .cp1-twob-b-b p {
		font-size: 14px;
		margin-bottom: 13px;
	}

	.cp1-two .cp1-twob-b-b h1 {
		font-size: 19px;
		margin-bottom: 11px;
	}
}

.cp1-two {
	margin-top: 35px;
}

.cp1-twoa {
	border-bottom: 1px solid #000000;
}

.cp1-twoa ul {
	display: flex;
	justify-content: center;
}

.cp1-twoa ul li {
	cursor: pointer;
	position: relative;
	text-align: center;
	margin: 36px 25px;
}

.cp1-twoa ul li.on p {
	color: #953269;
}

.cp1-twoa ul li.on::after {
	display: block;
}

.cp1-twoa ul li::after {
	position: absolute;
	background: #953269;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -37px;
	content: "";
	display: none;
}

.cp1-twoa ul li img {
	margin-bottom: 15px;
}

.cp1-twoa ul li p {
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	line-height: 1.4;
}

.cp1-twob-b-a {
	display: flex;
	justify-content: space-between;
}

.cp1-twob-b-a img {
	width: 100%;
	height: auto;
}

.cp1-twob-b-b {
	width: 50%;
	padding-left: 6%;
}

.cp1-twob-b-c {
	width: 50%;
	text-align: right;
}

.cp1-twob-b-b h1 {
	font-size: 22px;
	color: rgb(182, 166, 151);
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 1.364;
}

.cp1-twoa {
	background: #fff;
}

.cp1-twob {
	padding: 50px 40px;
	background: #fff;
}

.cp1-twob-b-b p {
	color: #555555;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.364;
}

.cp1-twob-b {
	display: none;
}

.cp1-twob-b:first-child {
	display: block;
}

/*------------------------------会员中心-订单管理------------------------------------*/
/* 样式 */
.hiuyuan-oneingb-a-b {
	right: 30px;
	width: 60%;
	text-align: right;
}

.hiuyuan-oneinga {
	width: 22%;
}

.hiuyuan-oneingb-a-a {
	display: flex;
	justify-content: space-between;
}

.hiuyuan-oneingb-a-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-b-a a span {
	font-size: 12px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	color: rgb(255, 255, 255);
	background: #df3028;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.hiuyuan-oneingb-a {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.hiuyuan-oneingb-b-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-a-a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: rgb(21, 23, 31);
	padding: 20px 0;
	padding-left: 30px;
}

.hiuyuan-oneingb-b-a a.on,
.hiuyuan-oneingb-b-a a:hover {
	background: #fbedff;
	color: #953269;
}

.hiuyuan-oneingb-b-a a {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
}

.hiuyuan-oneingb-a-a {
	position: relative;
}

.hiuyuan-oneingb-a-b form {
	position: relative;
}

.hiuyuan-oneingb-a-b input {
	border: 1px solid #e5e5e5;
	height: 26px;
	width: 100%;
	padding-left: 10px;
	outline: none;
}

.hiuyuan-oneingb-a-b button {
	font-size: 12px;
	color: rgb(21, 23, 31);
	width: 80px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 24px;
	border: inherit;
	background: #e5e5e5;
}

.hiuyuan-oneingb-a-b form {
	display: inline-block;
	width: 49%;
}

.shanchu img {
	vertical-align: middle;
	margin-left: 5px;
}

.shanchu {
	margin-left: 40px;
	display: inline-block;
	font-size: 13px;
	color: rgb(153, 153, 153);
}

.hiuyuan1-zong-a {
	margin: 10px 0;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	height: 40px;
	padding: 10px 30px;
	line-height: 19px;
}

.hiuyuan1-zong-a ul {
	display: flex;
}

.hiuyuan1-zong-a ul li {
	text-align: center;
}

.hiuyuan1-zong-a ul li:first-child {
	text-align: left;
	width: 40%;
}

.hiuyuan1-zong-b-b-xia:first-child {
	text-align: left;
	width: 40%;
}

.hiuyuan1-zong-b-b-xia:nth-child(2) {
	width: 10%;
}

.hiuyuan1-zong-b-b-xia:nth-child(3) {
	width: 12%;
}

.hiuyuan1-zong-b-b-xia:nth-child(4) {
	width: 14%;
}

.hiuyuan1-zong-b-b-xia:nth-child(5) {
	width: 14%;
}

.hiuyuan1-zong-b-b-xia:nth-child(6) {
	width: 14%;
}

.hiuyuan1-zong-b-b-xia {
	text-align: center;
}

.hiuyuan1-zong-a ul li:nth-child(2) {
	width: 10%;
}

.hiuyuan1-zong-a ul li:nth-child(3) {
	width: 12%;
}

.hiuyuan1-zong-a ul li:nth-child(4) {
	width: 14%;
}

.hiuyuan1-zong-a ul li:nth-child(5) {
	width: 14%;
}

.hiuyuan1-zong-a ul li:nth-child(6) {
	width: 14%;
}

.hiuyuan1-zong-b ul li {
	margin-bottom: 10px;
	border: 1px solid #953269;
}

.hiuyuan1-zong-b-a {
	padding: 10px 30px;
	background: #fbedff;
	display: flex;
	justify-content: space-between;
}

.hiuyuan1-zong-b-a h1 {
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.hiuyuan1-zong-b-a h1 input {
	vertical-align: middle;
	margin-right: 10px;
}

.hiuyuan1-zong-b-a h1 span {
	font-weight: normal;
	color: #333333;
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
}

.hiuyuan1-zong-b-a h2 {
	cursor: pointer;
	font-size: 12px;
}

.hiuyuan1-zong-b-b {
	padding: 0px 30px;
}

.hiuyuan1-zong-b-b-xia {
	align-items: center;
}

.hiuyuan1-zong-b-b-xia-a h1 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(21, 23, 31);
	margin-bottom: 10px;
}

.hiuyuan1-zong-b-b-xiaing {
	display: flex;
}

.hiuyuan1-zong-b-b-xiaing img {
	margin-right: 20px;
}

.hiuyuan1-zong-b-b {
	background: #fff;
}

.hiuyuan1-zong-b-b-xia {
	padding: 20px 0;
	border-right: 1px solid #fbedff;
}

.hiuyuan1-zong-b-b {
	display: flex;
}

.hiuyuan1-zong-b-b-xia h2 {
	font-size: 12px;
	color: #999999;
}

.hiuyuan1-zong-b-b-xia h3 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(21, 23, 31);
}

.hiuyuan1-zong-b-b-xia h4 {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
	text-decoration: line-through;
}

.hiuyuan1-zong-b-b-xia h5 {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
	text-decoration: line-through;
}

.hiuyuan1-zong-b-b-xia a {
	font-size: 13px;
	display: block;
	color: rgb(102, 102, 102);
	line-height: 1.538;
}

.hiuyuan1-zong-b-b-xia:last-child {
	border: none;
}

.hiuyuan1-zong-b-b-xia a:hover {
	color: #953269 !important;
}

.shouhuo {
	background: #953269;
	border-radius: 12.5px;
	padding: 2px 5px;
	display: inline-block !important;
	font-size: 12px;
	color: rgb(255, 255, 255) !important;
}

.hiuyuan1-zong-b-b-xia .shouhuo:hover {
	color: rgb(255, 255, 255) !important;
	opacity: 0.8;
}

.hiuyuan1-zong-b-b-xia a img {
	vertical-align: middle;
	margin-right: 5px;
}

.pinglun {
	font-size: 13px;
	background: #fff;
	border: 1px solid #953269;
	border-radius: 12.5px;
	padding: 2px 15px;
	display: inline-block !important;
	color: #953269 !important;
}

.hiuyuan1-zong-c {
	display: flex;
	justify-content: space-between;
}

.hiuyuan1-zong-c-a {
	font-size: 12px;
	color: rgb(51, 51, 51);
	vertical-align: middle;
}

.hiuyuan1-zong-c-a input {
	display: inline-block;
}

.hiuyuan1-zong-c-a span {
	font-size: 12px;
	margin: 0 5px;
	border-radius: 2px;
	color: rgb(102, 102, 102);
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 5px 5px;
}

.hiuyuan1-zong-c .pages {
	text-align: center;
	margin-top: 0;
}

.hiuyuan1-zong-c {
	margin-top: 20px;
}

.shanchu {
	margin-right: 10px;
}

.hiuyuan1-zong-c .pages li a {
	display: block;
	background: transparent;
	width: 30px;
	height: 30px;
	padding: 1px 9px;
	font-size: 16px;
	color: #999;
	border-radius: 5px;
	border: 1px solid #999;
}

.hiuyuan1-zong-c .pages li:hover a,
.hiuyuan1-zong-c .pages li.active a {
	background: #953269;
	color: #fff;
	border: 1px solid #953269;
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 35px 0;
	}

	.hiuyuan-oneinga {
		display: none;
	}

	.hiuyuan-oneingc {
		display: none;
	}

	.hiuyuan-oneingb {
		width: 100%;
		margin-right: 0;
	}

	.hiuyuan-oneingb-a-a {
		font-size: 16px;
		padding: 10px 0;
		padding-left: 20px;
	}

	.hiuyuan-oneingb-a-a {
		flex-wrap: wrap;
	}

	.hiuyuan-oneingb-a-b {
		right: 28px;
		width: 100%;
		position: relative;
		text-align: right;
	}

	.hiuyuan-oneingb-a-b button {
		font-size: 12px;
		width: 63px;
		height: 24px;
		position: absolute;
		right: -38px;
		top: 2px;
		line-height: 24px;
	}

	.shanchu {
		margin-right: -10px;
	}

	.hiuyuan-oneingb-a-b input {
		height: 26px;
		font-size: 12px;
		width: 133%;
		margin-left: -11px;
		padding-left: 8px;
	}

	.hiuyuan-oneingb-b-a {
		padding: 15px 15px;
	}

	.hiuyuan-oneingb-b-a a {
		margin-right: 6px;
		font-size: 13px;
		border-radius: 13px;
		margin-bottom: 10px;
		padding: 2px 14px;
	}

	.hiuyuan1-zong-b-b-xia:nth-child(3) {
		display: none;
	}

	.hiuyuan1-zong-a ul li:nth-child(3) {
		display: none;
	}

	.hiuyuan1-zong-a ul li:nth-child(2) {
		width: 16%;
	}

	.hiuyuan1-zong-b-b {
		padding: 0px 8px;
	}

	.hiuyuan1-zong-b-a {
		padding: 10px 8px;
	}

	.hiuyuan1-zong-a {
		margin: 10px 0;
		padding: 10px 8px;
	}

	.hiuyuan1-zong-b-b-xia:first-child {
		width: 58%;
	}
}

/*------------------------------会员中心-评价晒单------------------------------------*/
/*------------------------------会员中心-我的钱包------------------------------------*/
/* 样式 */
.hiuyuan-oneingb-a-b {
	right: 30px;
	width: 60%;
	text-align: right;
}

.shanchu {
	margin-right: 10px;
}

.hiuyuan-oneinga {
	width: 22%;
}

.hiuyuan-oneingb-a-a {
	display: flex;
	justify-content: space-between;
}

.hiuyuan-oneingb-a-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-b-a a span {
	font-size: 12px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	color: rgb(255, 255, 255);
	background: #df3028;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.hiuyuan-oneingb-a {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.hiuyuan-oneingb-b-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-a-a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: rgb(21, 23, 31);
	padding: 20px 0;
	padding-left: 30px;
}

.hiuyuan-oneingb-b-a a.on,
.hiuyuan-oneingb-b-a a:hover {
	background: #fbedff;
	color: #953269;
}

.hiuyuan-oneingb-b-a a {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
}

.hiuyuan-oneingb-a-a {
	position: relative;
}

.hiuyuan-oneingb-a-b form {
	position: relative;
}

.hiuyuan-oneingb-a-b input {
	border: 1px solid #e5e5e5;
	height: 26px;
	width: 100%;
	padding-left: 10px;
	outline: none;
}

.hiuyuan-oneingb-a-b button {
	font-size: 12px;
	color: rgb(21, 23, 31);
	width: 80px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 24px;
	border: inherit;
	background: #e5e5e5;
}

.hiuyuan-oneingb-a-b form {
	display: inline-block;
	width: 49%;
}

.shanchu img {
	vertical-align: middle;
	margin-left: 5px;
}

.shanchu {
	margin-left: 40px;
	display: inline-block;
	font-size: 13px;
	color: rgb(153, 153, 153);
}

.hiuyuan3-one h1 {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	color: rgb(102, 102, 102);
}

.hiuyuan3-one h1 img {
	/* vertical-align: middle; */
	margin-right: 5px;
}

.hiuyuan3-one h1 strong {
	color: #333333;
	font-size: 24px;
}

.hiuyuan3-one a {
	margin-right: 20px;
	display: inline-block;
	border-radius: 13px;
	background: #953269;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}

.hiuyuan3-one a:hover {
	background: #000;
}

.hiuyuan3-two ul {
	display: flex;
	flex-wrap: wrap;
}

.hiuyuan3-two ul li {
	width: 24%;
	margin-left: 20px;
	margin-bottom: 50px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg, rgb(255, 209, 157) 0%, rgb(255, 236, 223) 100%);
}

.hiuyuan3-two-img {
	padding: 25px 0 18px 0;
	text-align: center;
	border-radius: 10px;
	margin: 0 15px;
	background: url(/static/index/images/sq.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -20px;
}

.hiuyuan3-two-img h1 {
	font-size: 22px;
	color: rgb(253, 248, 231);
	line-height: 1.818;
	font-weight: normal;
}

.hiuyuan3-two {
	margin-top: 60px;
}

.hiuyuan3-two-img h2 {
	font-size: 30px;
	color: rgb(253, 248, 231);
	font-weight: bold;
	font-family: Arial;
}

.hiuyuan3-two-img h2 span {
	font-size: 70px;
}

.hiuyuan3-two-img h3 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: rgb(247, 228, 189);
	border-radius: 4px;
	padding: 4px 12px;
	border: 1px solid #ffd4a3;
}

.hiuyuan3-two-p {
	margin: 15px 0px 0px 0px;
	padding: 0 15px;
	padding-bottom: 20px;
	border-bottom: 0.5px dotted #1a1819;
}

.hiuyuan3-two-p h1 {
	font-size: 13px;
	color: rgb(102, 102, 102);
	line-height: 1.923;
	font-weight: normal;
}

.hiuyuan3-two-p-a {
	font-size: 20px;
	color: rgb(26, 24, 25);
	margin: 15px 0;
	text-align: center;
	cursor: pointer;
}

.hiuyuan3-two-p-a:hover {
	color: #953269;
}

@media only screen and (max-width: 1500px) {
	.hiuyuan3-two ul li {
		width: 27%;
	}

	.hiuyuan3-two-img h2 span {
		font-size: 58px;
	}

	.hiuyuan3-two-img h1 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 35px 0;
	}

	.hiuyuan-oneinga {
		display: none;
	}

	.hiuyuan-oneingc {
		display: none;
	}

	.hiuyuan-oneingb {
		width: 100%;
		margin-right: 0;
	}

	.hiuyuan-oneingb-a-a {
		font-size: 16px;
		padding: 10px 0;
		padding-left: 20px;
	}

	.hiuyuan-oneingb-a-a {
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-a {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
	}

	.hiuyuan3-one h1 strong {
		font-size: 17px;
	}

	.hiuyuan3-one {
		padding-right: 20px;
	}

	.hiuyuan-oneingb-b-a {
		padding: 16px 15px;
	}

	.hiuyuan3-two ul li {
		width: 100%;
	}
}

/*------------------------------会员中心-关注商品------------------------------------*/
/*------------------------------会员中心-个人信息------------------------------------*/
/* 样式 */
.hiuyuan-oneingb-a-b {
	right: 30px;
	width: 60%;
	text-align: right;
}

.shanchu {
	margin-right: 10px;
}

.hiuyuan-oneinga {
	width: 22%;
}

.hiuyuan-oneingb-a-a {
	display: flex;
	justify-content: space-between;
}

.hiuyuan-oneingb-a-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-b-a a span {
	font-size: 12px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	color: rgb(255, 255, 255);
	background: #df3028;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.hiuyuan-oneingb-a {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.hiuyuan-oneingb-b-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-a-a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: rgb(21, 23, 31);
	padding: 20px 0;
	padding-left: 30px;
}

.hiuyuan-oneingb-b-a a.on,
.hiuyuan-oneingb-b-a a:hover {
	background: #fbedff;
	color: #953269;
}

.hiuyuan-oneingb-b-a a {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
}

.hiuyuan-oneingb-a-a {
	position: relative;
}

.hiuyuan-oneingb-a-b form {
	position: relative;
}

.hiuyuan-oneingb-a-b input {
	border: 1px solid #e5e5e5;
	height: 26px;
	width: 100%;
	padding-left: 10px;
	outline: none;
}

.hiuyuan-oneingb-a-b button {
	font-size: 12px;
	color: rgb(21, 23, 31);
	width: 80px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 24px;
	border: inherit;
	background: #e5e5e5;
}

.hiuyuan-oneingb-a-b form {
	display: inline-block;
	width: 49%;
}

.shanchu img {
	vertical-align: middle;
	margin-left: 5px;
}

.shanchu {
	margin-left: 40px;
	display: inline-block;
	font-size: 13px;
	color: rgb(153, 153, 153);
}

.hiuyuan4-one {
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-bottom: 20px;
	padding: 25px 0;
}

.hiuyuan4-onea {
	padding: 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.hiuyuan4-oneb {
	padding: 25px 25px;
}

.hiuyuan4-onea p {
	font-size: 18px;
	color: rgb(21, 23, 31);
}

.hiuyuan4-onea p span {
	color: #953269;
}

.hiuyuan4-oneb-a ul {
	display: flex;
}

.hiuyuan4-oneb-a ul li {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
	cursor: pointer;
}

.hiuyuan4-oneb-a ul li.on {
	background: #fbedff;
	color: #953269;
}

.hiuyuan4-onec {
	padding: 25px;
}

.hiuyuan4-onec-xia ul li {
	display: flex;
	margin-bottom: 20px;
}

.hiuyuan4-onec-xia-a {
	width: 9%;
}

.hiuyuan4-onec-xia-b {
	width: 91%;
}

.hiuyuan4-onec-xia-b #date {
	display: flex;
}

.hiuyuan4-onec-xia-b #date select {
	border: 1px solid #b9b9b9;
	width: 110px;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 10px;
	text-align: center;
}

.hiuyuan4-onec-xia-b #date span {
	margin-right: 15px;
	font-size: 15px;
	line-height: 30px;
}

.touxiang-box {
	display: flex;
	flex-direction: column;
}

.touxiang-box label {
	display: inline-block;
	border-radius: 4px;
	background: #953269;
	width: 80px;
	height: 23px;
	line-height: 23px;
	border: none;
	font-size: 14px;
	text-align: center;
	color: rgb(255, 255, 255);
	margin-top: 6px;
	cursor: pointer;
}

.hiuyuan4-onec-xia-a {
	font-size: 16px;
	color: #666666;
}

.hiuyuan4-onec-xia-a span {
	color: #e4393c;
}

.hiuyuan4-onec-xia-b input {
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	padding-left: 20px;
	height: 40px;
	width: 50%;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}

.hiuyuan4-onec-xia-img {
	width: 80px;
	object-fit: cover;
	height: 80px;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	/*margin-right: 10px;*/
	position: relative;
}

.hiuyuan4-onec-xia-img p {
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 4px 0;
	background-color: rgb(0, 0, 0, 0.2);
}

.xingbie {
	display: inline-block;
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin-right: 5px;
}

.xingbie input {
	vertical-align: sub;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.xingbie label {
	cursor: pointer;
}

.shengri {
	display: inline-block;
	font-size: 12px;
	color: rgb(153, 153, 153);
}

.shengri select {
	width: 90px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #333333;
	border-radius: 5px;
	text-align-last: center;
	padding: 0 10px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 22px;
	background: url(/static/index/images/downn.png) no-repeat 91% center;
	background-size: 16%;
}

.hiuyuan4-onec-xia-b button {
	display: inline-block;
	border-radius: 15px;
	background: #953269;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.hiuyuan4-onec-xia-b button:hover {
	background: #1a1819;
}

.hiuyuan4-onec-tu h1 {
	font-size: 14px;
	font-weight: normal;
	color: rgb(102, 102, 102);
	line-height: 1.429;
}

.hiuyuan4-onec-tu button {
	cursor: pointer;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #953269;
	font-size: 16px;
	color: rgb(195, 124, 94);
	border-radius: 20px;
	margin-top: 20px;
}

.hiuyuan4-onec-geshi h2 {
	margin-top: 20px;
	border-radius: 5px;
	background: #fafaf7;
	padding: 60px 0;
	text-align: center;
}

.hiuyuan4-onec-geshi h2 img {
	border-radius: 5px;
}

.hiuyuan4-onec-geshi {
	width: 70%;
	text-align: center;
}

.hiuyuan4-onec-geshi button {
	display: inline-block;
	border-radius: 15px;
	background: #953269;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	margin-top: 20px;
	color: rgb(255, 255, 255);
}

.hiuyuan4-onec-geshi button:hover {
	background: #1a1819;
}

.hiuyuan4-onec-xia {
	display: none;
}

.hiuyuan4-onec-xia:first-child {
	display: block;
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 35px 0;
	}

	.hiuyuan-oneinga {
		display: none;
	}

	.hiuyuan-oneingc {
		display: none;
	}

	.hiuyuan-oneingb {
		width: 100%;
		margin-right: 0;
	}

	.hiuyuan-oneingb-a-a {
		font-size: 16px;
		padding: 10px 0;
		padding-left: 20px;
	}

	.hiuyuan-oneingb-a-a {
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-a {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
	}

	.hiuyuan4-oneb {
		padding: 19px 13px;
	}

	.hiuyuan4-onec {
		padding: 15px;
	}

	.hiuyuan4-onec-xia-a {
		font-size: 14px;
	}

	.hiuyuan4-onec-xia-b input {
		width: 74%;
	}

	.hiuyuan4-onec-xia-a {
		width: 22%;
	}

	.shengri {
		margin-bottom: 10px;
	}

	.hiuyuan4-onec-geshi {
		width: 100%;
	}
}

/*------------------------------会员中心-订单评价------------------------------------*/
.hiuyuan2-one {
	padding: 200px 0 35px 0;
}

.hiuyuan2-onea {
	text-align: center;
}

.hiuyuan2-onea h1 {
	font-size: 30px;
	color: rgb(26, 24, 25);
	font-weight: bold;
	line-height: 1.5;
}

.hiuyuan2-onea h2 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}

.hiuyuan2-oneb {
	display: flex;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.hiuyuan2-oneb {
	display: flex;
	align-items: center;
}

.hiuyuan2-oneb-a {
	width: 62%;
	display: flex;
	padding: 20px;
	align-items: center;
	border-right: 1px solid #e5e5e5;
}

.hiuyuan2-oneb-b {
	width: 38%;
}

.hiuyuan2-oneb-p {
	padding-left: 50px;
}

.hiuyuan2-oneb-p h1 {
	font-size: 30px;
	font-weight: normal;
	color: rgb(26, 24, 25);
	line-height: 1.667;
}

.hiuyuan2-oneb {
	margin-top: 30px;
}

.hiuyuan2-oneb-p h2 img {
	vertical-align: middle;
	margin-right: 5px;
}

.hiuyuan2-oneb-p h2 {
	font-size: 22px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 1.667;
}

.hiuyuan2-oneb-p p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
}

.hiuyuan2-oneb-p p span {
	color: #1a1819;
	margin-left: 15px;
}

.hiuyuan2-oneb-b {
	text-align: center;
}

.hiuyuan2-oneb-b h1 {
	font-size: 22px;
	font-weight: normal;
	color: rgb(26, 24, 25);
	line-height: 2.045;
}

.hiuyuan2-oneb-b h2 {
	font-size: 50px;
	color: #953269;
	font-weight: bold;
}

.hiuyuan2-oneb-b p {
	font-size: 14px;
	margin-top: 5px;
	color: rgb(153, 153, 153);
	text-align: left;
	margin-bottom: 10px;
}

.hiuyuan2-onec {
	display: flex;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.hiuyuan2-onec-a {
	width: 100%;
	text-align: center;
	padding-top: 60px;
}

.hiuyuan2-onec-b {
	width: 100%;
}

.hiuyuan2-onec-a h1 {
	font-size: 22px;
	font-weight: normal;
	color: #953269;
	line-height: 1.364;
}

.hiuyuan2-onec-b {
	padding: 50px;
}

.hiuyuan2-onec-b h1 {
	font-size: 22px;
	font-weight: normal;
	color: rgb(51, 51, 51);
	line-height: 1.591;
	text-align: left;
}

.hiuyuan2-onec-b h1 span {
	color: #666666;
	font-size: 16px;
}

.hiuyuan2-onec-b textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	height: 100px;
	font-size: 15px;
	color: rgb(153, 153, 153);
	line-height: 2.692;
	padding: 5px 15px;
	margin: 20px 0;
}

.hiuyuan2-onec-b-xia {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hiuyuan2-onec-b-a-input {
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	/*padding: 15px;*/
	margin-right: 6px;
	margin-top: 8px;
	float: left;
	position: relative;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.hiuyuan2-onec-b-a-input:last-child {
	margin-right: 0;
}

.hiuyuan2-onec-b-a-input img {
	width: 100%;
	height: 100%;
	/*background: url("/static/index/images/swe.png") no-repeat center center;*/
	/*background-size: cover;*/
}

/*.hiuyuan2-onec-b-a-input .imgShow {*/
/*    position: absolute;*/
/*    z-index: 50;*/
/*}*/
/*.hiuyuan2-onec-b-a-input .imgGg {*/
/*    position: absolute;*/
/*    z-index: 20;*/
/*}*/
.hiuyuan2-onec-b-a-input input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}

.hiuyuan2-onec-b-c input {
	vertical-align: middle;
}

.hiuyuan2-onec-b-c span {
	vertical-align: middle;
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	margin-left: 5px;
}

.hiuyuan2-onec-b-c button {
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.944;
	border-radius: 25px;
	background: #953269;
	width: 136px;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	margin-left: 20px;
}

.hiuyuan2-onec-b-c button:hover {
	opacity: 0.8;
}

.o-carousel_cell {
	background: #fff;
}

@media only screen and (max-width: 1600px) {
	.cp1-one-zong-c h6 {
		width: 22%;
	}

	.gallery-thumbss {
		height: auto !important;
	}

	.gallery-thumbss {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 1500px) {
	.hiuyuan2-oneb-p h1 {
		font-size: 26px;
	}

	.hiuyuan2-oneb-p h2 {
		font-size: 19px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 700px) {
	.hiuyuan2-one {
		padding: 70px 0 30px 0;
	}

	.hiuyuan2-onea h1 {
		font-size: 25px;
	}

	.hiuyuan2-oneb {
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-a {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-p h1 {
		font-size: 20px;
	}

	.hiuyuan2-oneb-p {
		padding: 10px 0;
		padding-left: 12px;
	}

	.hiuyuan2-oneb-p h2 {
		font-size: 15px;
		margin-bottom: 30px;
	}

	.hiuyuan2-oneb-p p {
		font-size: 13px;
	}

	.hiuyuan2-oneb-b {
		width: 100%;
		padding-bottom: 20px;
	}

	.hiuyuan2-onec {
		flex-wrap: wrap;
	}

	.hiuyuan2-onec-a {
		width: 100%;
		padding-top: 30px;
	}

	.hiuyuan2-onec-b {
		padding: 15px;
	}

	.hiuyuan2-onec-b {
		width: 100%;
	}

	.hiuyuan2-onec-b-c button {
		font-size: 14px;
		border-radius: 25px;
		width: 80px;
		height: 35px;
		line-height: 35px;
		margin-left: 10px;
	}

	.hiuyuan2-onec-b h1 {
		font-size: 18px;
	}
}

/*------------------------------商城-购物车----------------------------------------*/
/* <!-- 购物车样式 --> */
.cp-one {
	padding: 200px 0 35px 0;
}

.cp-onea a img {
	vertical-align: middle;
	margin-right: 10px;
}

.cp-onea a {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: rgb(85, 85, 85);
	line-height: 1.786;
}

.cp-onea a:hover {
	color: #953269;
}

.cp-onea {
	font-size: 14px;
	color: rgb(85, 85, 85);
}

.cp-oneb {
	margin: 20px 0;
	padding: 0 25px;
	height: 61px;
	line-height: 61px;
	background: #953269;
	border-radius: 20px;
}

.cp-oneb ul {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}

.cp-oneb ul li p {
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.cp-oneb ul li {
	text-align: center;
}

.cp-oneb ul li:nth-child(1) {
	text-align: left;
	width: 55%;
}

.cp-oneb ul li:nth-child(2) {
	width: 9%;
}

.cp-oneb ul li:nth-child(3) {
	width: 11%;
}

.cp-oneb ul li:nth-child(4) {
	width: 11%;
}

.cp-oneb ul li:nth-child(5) {
	width: 4%;
}

.cp-onebc ul li {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 25px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 1px solid #e1e1de;
}

.cp-onebc ul li .goodsCar-img {
	width: auto;
	height: 120px;
}

.cp-onebc-a {
	text-align: left;
	width: 55%;
}

.cp-onebc-b {
	width: 9%;
}

.cp-onebc-c {
	width: 11%;
}

.cp-onebc-c input {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border: none;
	text-align: center;
	font-size: 18px;
}

.cp-onebc-d {
	width: 11%;
}

.cp-onebc-a {
	display: flex;
	align-items: center;
}

.cp-onebc-e {
	width: 4%;
}

.cp-onebc-a-a {
	position: relative;
	padding: 0 50px;
}

.cp-onebc-a-a input {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	width: 20px;
	height: 20px;
	border: 1px solid #b6a697;
}

.cp-onebc-a-a input:focus {
	filter: hue-rotate(186deg);
}

.cp-onebc-a-b h1 {
	font-size: 22px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.364;
}

.cp-onebc-a-b h2 span {
	display: inline-block;
	margin-right: 30px;
	color: #555555;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

.cp-onebc-a-b h2 span em {
	font-style: normal;
	font-size: 18px;
	display: inline-block;
	margin-right: 4px;
	color: #953269;
	font-weight: bold;
	line-height: 1.389;
}

.cp-onebc-b p {
	font-size: 30px;
	color: #953269;
	text-transform: uppercase;
	line-height: 0.833;
}

.cp-onebc-c p {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #c8c8c6;
	padding: 18px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cp-onebc-c p em {
	font-style: normal;
	cursor: pointer;
}

.cp-onebc-c p span {
	font-size: 20px;
	color: rgb(0, 0, 0);
}

.cp-onebc-d p {
	font-size: 30px;
	color: #953269;
	font-weight: bold;
}

.cp-onebc-e {
	cursor: pointer;
}

.cp-onebee {
	display: flex;
	justify-content: space-between;
	padding: 35px 75px;
	border-radius: 10px;
	background: #fff;
	align-items: center;
	box-shadow: 0 0px 6px rgba(0, 0, 0, .16);
}

.cp-onebee-a {
	display: flex;
	align-items: center;
}

.cp-onebee-a p {
	display: inline-block;
	margin-right: 35px;
	font-size: 18px;
	color: #953269;
	font-weight: bold;
}

.cp-onebee-a p input {
	border-radius: 4px;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	vertical-align: middle;
	border: 1px solid #b6a697;
}

.cp-onebee-a p input:focus {
	filter: hue-rotate(186deg);
}

.cp-onebee-a button {
	border-radius: 10px;
	border: 1px solid #ccc7c7;
	width: 125px;
	height: 45px;
	margin-right: 15px;
	text-align: center;
	line-height: 45px;
	background: #fff;
	font-size: 18px;
	color: rgb(102, 102, 102);
}

.cp-onebee-a button:hover {
	background: #953269;
	color: #fff;
}

.cp-onebee-b {
	display: flex;
	align-items: center;
}

.cp-onebee-b h1 {
	font-size: 16px;
	color: #953269;
	font-weight: 400;
	margin-right: 25px;
}

.cp-onebee-b h1 strong {
	font-size: 20px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.cp-onebee-b h2 {
	font-size: 16px;
	color: #953269;
	font-weight: 400;
}

.cp-onebee-b h2 strong {
	font-size: 30px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

.cp-onebee-b h3 {
	margin-left: 10px;
}

.cp-onebee-b h3 button {
	border-radius: 20px;
	font-size: 18px;
	padding: 22px 29px;
	background: #1a1819;
	color: rgb(255, 255, 255);
	font-weight: bold;
}

.cp-onebee-b h3 button img {
	vertical-align: middle;
	margin-right: 10px;
}

.cp-onebee-b h3 button:last-child {
	background: #953269;
}

.cp-onebee-b h3 button:hover {
	background: #897a7a;
}

@media only screen and (max-width: 1680px) {
	.cp-onebc-a-b h2 {
		line-height: 0.8;
	}

	.cp-onebc-d p {
		font-size: 27px;
	}
.cp-onebc-a-b h2 span {
    display: inline-block;
    margin-right: 12px;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
	.cp-onebc-a {
		width: 52%;
	}
	.cp-onebc-a-a {
	    position: relative;
	    padding: 0px 12px;
	}
}

@media only screen and (max-width: 1300px) {
	.cp-onebee {
		padding: 35px 30px;
	}
}

@media only screen and (max-width: 1200px) {
.cp-onebc-a-a {
    position: relative;
    padding: 0px 8px;
}
	.cp-onebee-a p {
		margin-right: 7px;
	}
	.cp-onebc ul li .goodsCar-img {
	    width: auto;
	    height: 95px;
	}
	.cp-onebc-a-b h2 span em {
	   
	    font-size: 16px;
	  
	}

	.cp-onebee-b h3 button {
		font-size: 16px;
		padding: 14px 16px;
	}

	.cp-onebee-b h2 strong {
		font-size: 25px;
	}

	.cp-onebee-a button {
		width: 100px;
		font-size: 16px;
	}

	.cp-onebc-a-b h2 span {
		margin-right: 12px;
	}

	.cp-onebc-b p {
		font-size: 24px;
	}

	.cp-onebc-a-b h1 {
		font-size: 20px;
	}

	.cp-onebc-c p {
	    padding: 6px 6px;
	}

	.cp-onebee {
		padding: 35px 30px;
	}

	.cp-onebc-d p {
		font-size: 23px;
	}

	.cp-onebc-a {
		width: 49%;
	}

	.cp-oneb ul li:nth-child(1) {
		text-align: left;
		width: 49%;
	}
}

@media only screen and (max-width: 1024px) {
	.cp-one {
		padding: 70px 0 0px 0;
	}

	.cp-onea a {
		padding: 0 2px;
		font-size: 11px;
	}

	.cp-oneb {
		display: none;
	}

	.cp-onebc ul li {
		padding: 20px 20px;
		flex-wrap: wrap;
	}

	.cp-onebc-d {
		width: 100%;
	}

	.cp-onebc-a {
		width: 100%;
		flex-wrap: wrap;
	}

	.cp-onebc-a-a {
		width: 100%;
		text-align: center;
	}

	.cp-onebee {
		padding: 20px 20px;
		flex-wrap: wrap;
	}

	.cp-onebee-a p {
		margin-right: 10px;
		font-size: 17px;
	}

	.cp-onebee-a button {
		width: 100px;
		height: 37px;
		margin-right: 4px;
		line-height: 37px;
		font-size: 13px;
	}

	.cp-onebee-b h3 button {
		font-size: 18px;
		padding: 13px 25px;
	}

	.cp-onebee-b h2 strong {
		font-size: 26px;
	}

	.cp-onebee-b h2 {
		margin-bottom: 10px;
	}

	.cp-onebee-b h1 {
		font-size: 16px;
		margin: 10px 0;
	}

	.cp-onebee-b {
		flex-wrap: wrap;
	}

	.cp-onebc-a-b h1 {
		font-size: 18px;
	}

	.cp-onebc-a-b h2 span em {
		font-size: 17px;
	}

	.cp-onebc-b {
		width: 100%;
		margin: 15px 0;
	}

	.cp-onebc-b p {
		font-size: 28px;
	}

	.cp-onebc-a-b h2 span {
		font-size: 16px;
	}

	.cp-onebc-c {
		width: 78%;
		margin: 0 auto;
	}

	.cp-onebc-c p {
		padding: 9px 25px;
	}

	.cp-onebc-e {
		width: 7%;
	}

	.cp-onebc {
		margin-top: 20px;
	}
}

/* <!-- 购物车样式结束--> */
/*------------------------------会员中心-账户安全------------------------------------*/
/*------------------------------会员中心-收货地址------------------------------------*/
/*------------------------------会员中心-浏览记录------------------------------------*/
/* 样式 */
.cpcp-one-one-b-xia {
	display: flex;
	flex-wrap: wrap;
}

.cpcp-one-one-b-xia {
	padding: 20px;
}

.cpcp-one-one-b-xia .c-event {
	opacity: 1 !important;
	transform: translate(0%, 0%) !important;
}

.cpcp-one-one-b-xia .o-carousel_cell.u-1\/3 {
	margin-right: 2%;
	margin-bottom: 2%;
	width: 32% !important;
}

.cpcp-one-one-b-xia .o-carousel_cell:nth-child(3n) {
	margin-right: 0px;
}

.hiuyuan-oneingb-a-b {
	right: 30px;
	width: 60%;
	text-align: right;
}

.shanchu {
	margin-right: 10px;
}

.hiuyuan-oneinga {
	width: 22%;
}

.hiuyuan-oneingb-a-a {
	display: flex;
	justify-content: space-between;
}

.hiuyuan-oneingb-a-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-b-a a span {
	font-size: 12px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	color: rgb(255, 255, 255);
	background: #df3028;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.hiuyuan-oneingb-a {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.hiuyuan-oneingb-b-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-a-a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: rgb(21, 23, 31);
	padding: 20px 0;
	padding-left: 30px;
}

.hiuyuan-oneingb-b-a a.on,
.hiuyuan-oneingb-b-a a:hover {
	background: #fbedff;
	color: #953269;
}

.hiuyuan-oneingb-b-a a {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
}

.hiuyuan-oneingb-a-a {
	position: relative;
}

.hiuyuan-oneingb-a-b form {
	position: relative;
}

.hiuyuan-oneingb-a-b input {
	border: 1px solid #e5e5e5;
	height: 26px;
	width: 100%;
	padding-left: 10px;
	outline: none;
}

.hiuyuan-oneingb-a-b button {
	font-size: 12px;
	color: rgb(21, 23, 31);
	width: 80px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 24px;
	border: inherit;
	background: #e5e5e5;
}

.hiuyuan-oneingb-a-b form {
	display: inline-block;
	width: 49%;
}

.shanchu img {
	vertical-align: middle;
	margin-left: 5px;
}

.shanchu {
	margin-left: 40px;
	display: inline-block;
	font-size: 13px;
	color: rgb(153, 153, 153);
}

@media only screen and (max-width: 1500px) {
	.hiuyuan3-two ul li {
		width: 27%;
	}

	.hiuyuan3-two-img h2 span {
		font-size: 58px;
	}

	.hiuyuan3-two-img h1 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 35px 0;
	}

	.hiuyuan-oneinga {
		display: none;
	}

	.hiuyuan-oneingc {
		display: none;
	}

	.hiuyuan-oneingb {
		width: 100%;
		margin-right: 0;
	}

	.hiuyuan-oneingb-a-a {
		font-size: 16px;
		padding: 10px 0;
		padding-left: 20px;
	}

	.hiuyuan-oneingb-a-a {
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-a {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
	}

	.hiuyuan3-one h1 strong {
		font-size: 17px;
	}

	.hiuyuan3-one {
		padding-right: 20px;
	}

	.hiuyuan-oneingb-b-a {
		padding: 16px 15px;
	}

	.hiuyuan3-two ul li {
		width: 100%;
	}
}

/*------------------------------会员中心-我的发票------------------------------------*/
/* 样式 */
.hiuyuan-oneingb-a-b {
	right: 30px;
	width: 60%;
	text-align: right;
}

.shanchu {
	margin-right: 10px;
}

.hiuyuan-oneinga {
	width: 22%;
}

.hiuyuan-oneingb-a-a {
	display: flex;
	justify-content: space-between;
}

.hiuyuan-oneingb-a-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-b-a a span {
	font-size: 12px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	color: rgb(255, 255, 255);
	background: #df3028;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.hiuyuan-oneingb-a {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.hiuyuan-oneingb-b-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-a-a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: rgb(21, 23, 31);
	padding: 20px 0;
	padding-left: 30px;
}

.hiuyuan-oneingb-b-a a.on,
.hiuyuan-oneingb-b-a a:hover {
	background: #fbedff;
	color: #953269;
}

.hiuyuan-oneingb-b-a a {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
}

.hiuyuan-oneingb-a-a {
	position: relative;
}

.hiuyuan-oneingb-a-b form {
	position: relative;
}

.hiuyuan-oneingb-a-b input {
	border: 1px solid #e5e5e5;
	height: 26px;
	width: 100%;
	padding-left: 10px;
	outline: none;
}

.hiuyuan-oneingb-a-b button {
	font-size: 12px;
	color: rgb(21, 23, 31);
	width: 80px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 24px;
	border: inherit;
	background: #e5e5e5;
}

.hiuyuan-oneingb-a-b form {
	display: inline-block;
	width: 49%;
}

.shanchu img {
	vertical-align: middle;
	margin-left: 5px;
}

.shanchu {
	margin-left: 40px;
	display: inline-block;
	font-size: 13px;
	color: rgb(153, 153, 153);
}

.fapiao {
	padding: 20px;
}

.warning-text {
	color: #717585;
	background-color: #fff7eb;
	border: 1px solid #ffebcf;
	border-radius: 5px;
	padding: 8px 12px;
	line-height: 20px;
	font-size: 14px;
}

.fapiao-a-name-a span {
	color: #ff4500;
	font-size: 14px;
	margin-left: -12px;
	line-height: 30px;
	width: 10px;
	height: 30px;
}

.fapiao-a {
	padding: 20px;
}

.fapiao-radio {
	display: flex;
	margin-left: 8px;
	font-size: 15px;
	color: #444752;
	margin-right: 24px;
	cursor: pointer;
}

.fapiao-radio label {
	margin-left: 5px;
	cursor: pointer;
}

.fapiao-a-name-a {
	width: 188px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	left: 0;
	color: #666;
	font-size: 15px;
	word-break: break-all
}

.fapiao-a-name {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}

.next-radio-label {
	margin-left: 8px;
	font-size: 15px;
	color: #444752;
	margin-right: 24px;
}

.next-input {
	width: 240%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dbe0f2;
	background: #fff;
	outline: none;
}

.bitian {
	padding-left: 120px;
	color: #c97;
	font-size: 14px;
}

.fapiao-a-xia-a {
	/*display: none;*/
}

.fapiao-a-xia-a:first-child {
	/*display: block;*/
}

.baocun button {
	display: inline-block;
	border-radius: 15px;
	background: #953269;
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 14px;
	color: rgb(255, 255, 255);
}

.baocun {
	padding-left: 120px;
}

.baocun button:hover {
	background: #1a1819;
	color: #fff;
}

@media only screen and (max-width: 1500px) {
	.hiuyuan3-two ul li {
		width: 27%;
	}

	.hiuyuan3-two-img h2 span {
		font-size: 58px;
	}

	.hiuyuan3-two-img h1 {
		font-size: 19px;
	}
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 35px 0;
	}

	.hiuyuan-oneinga {
		display: none;
	}

	.hiuyuan-oneingc {
		display: none;
	}

	.hiuyuan-oneingb {
		width: 100%;
		margin-right: 0;
	}

	.hiuyuan-oneingb-a-a {
		font-size: 16px;
		padding: 10px 0;
		padding-left: 20px;
	}

	.hiuyuan-oneingb-a-a {
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-a {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
	}

	.hiuyuan3-one h1 strong {
		font-size: 17px;
	}

	.hiuyuan3-one {
		padding-right: 20px;
	}

	.hiuyuan-oneingb-b-a {
		padding: 16px 15px;
	}

	.hiuyuan3-two ul li {
		width: 100%;
	}
}

/*------------------------------关于我们-------------------------------------------*/
/* 关于我们 */
.about-one {
	padding: 30px;
	margin-top: 30px;
	background: #fff;
}

.about-one a {
	color: #000;
	font-size: 16px;
	display: inline-block;
	padding: 0 30px;
	border-right: 1px solid #e0e0e0;
}

.about-one a:last-child {
	border-right: 1px solid transparent;
}

.about-one a.on {
	color: #953269;
}

.about-one-a {
	background: #fff;
	padding: 30px;
	/*text-align: center;*/
}

/* 产品详情样式 */
.cp1-one-zong {
	padding: 200px 0 35px 0;
}

.cp-onea a img {
	vertical-align: middle;
	margin-right: 10px;
}

.cp-onea a {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: rgb(85, 85, 85);
	line-height: 1.786;
}

.cp-onea a:hover {
	color: #953269;
}

.cp-onea {
	font-size: 14px;
	color: rgb(85, 85, 85);
}

@media only screen and (max-width: 700px) {
	.cp1-one-zong {
		padding: 70px 0 0 0;
	}

	.cp-onea a {
		font-size: 12px;
	}

	.about-one {
		padding: 14px;
		margin-top: 4px;
	}

	.about-one a {
		font-size: 14px;
		padding: 0 12px;
	}

	.about-one-a {
		padding: 15px;
	}
}

/*------------------------------新闻详情-------------------------------------------*/
.newsxq-one {
	margin-top: 30px;
	padding: 50px 60px 60px 60px;
	background: #fff;
	border-radius: 0 0 20px 20px;
	border-bottom: 6px solid #dbdbdb;
}

.newsxq-onea {
	justify-content: space-between;
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.newsxq-onea h1 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 1.333;
	padding-left: 25px;
	border-left: 4px solid #953269;
}

.newsxq-onea p {
	padding-left: 30px;
	margin-top: 20px;
}

.newsxq-onea p span {
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	font-weight: 100;
}

.newsxq-onea p span img {
	vertical-align: middle;
	margin-right: 5px;
}

.newsxq-onec .index-threec span {
	font-size: 14px;
}

.newsxq-onec .index-threec a:hover {
	opacity: 0.8;
}

.newsxq-oned {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 1.875;
	padding: 35px 0 50px 0;
	border-bottom: 1px solid #953269;
}

.newsxq-onef {
	padding: 35px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.newsxq-onef-a a {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 2.143;
	display: block;
}

.newsxq-onef-a span {
	display: flex;
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 2.143;
}

.newsxq-onef-a a:hover {
	color: #953269;
}

.newsxq-oneb h2 {
	font-size: 18px;
	padding-left: 10px;
	border-left: 2px solid #953269;
	color: rgb(51, 51, 51);
	font-weight: bold;
	/* line-height: 1.944; */
}

.newsxq-oneb h3 {
	padding-left: 10px;
	margin-top: 5px;
}

.newsxq-oneb h3 a {
	font-size: 12px;
	color: rgb(102, 102, 102);
	border: 1px solid #d6d6d6;
	border-radius: 12px;
	text-align: center;
	display: inline-block;
	padding: 3px 11px;
}

.newsxq-oneb h3 a:hover {
	border: 1px solid #953269;
	color: #953269;
}

.newsxq-two {
	background: url(/static/index/images/casbj.png) no-repeat bottom;
	background-size: 100%;
	padding: 70px 0;
}

.newsxq-two .cp-senev-titi {
	text-align: left;
}

.newsxq-two .cp-senev-titi p {
	margin: 0;
}

.newsxq-two .cp-tecwaa ul li {
	width: 25%;
}

.index-threec img {
	vertical-align: middle;
	margin-left: 10px;
	filter: hue-rotate(57deg);
}

/* 产品详情样式 */
.cp1-one-zong {
	padding: 200px 0 35px 0;
}

.cp-onea a img {
	vertical-align: middle;
	margin-right: 10px;
}

.cp-onea a {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: rgb(85, 85, 85);
	line-height: 1.786;
}

.cp-onea a:hover {
	color: #953269;
}

.cp-onea {
	font-size: 14px;
	color: rgb(85, 85, 85);
}

@media only screen and (max-width: 700px) {
	.cp1-one-zong {
		padding: 70px 0 0px 0;
	}

	.newsxq-one {
		margin-top: 30px;
		padding: 10px;
	}

	.newsxq-onea p {
		padding-left: 0;
		margin-top: 12px;
	}

	.newsxq-onea p span {
		font-size: 14px;
	}

	.index-threec {
		margin-top: 10px;
	}

	.newsxq-onec .index-threec img {
		margin-left: 8px;
		width: 16%;
	}

	.index-threec span {
		font-size: 12px;
	}

	.newsxq-oned {
		padding: 35px 0 26px 0;
		font-size: 14px;
	}

	.newsxq-onef {
		flex-wrap: wrap;
	}

	.newsxq-onef-a {
		width: 100%;
	}

	.newsxq-oneb h2 {
		font-size: 14px;
	}

	.newsxq-onea {
		flex-wrap: wrap;
		padding-bottom: 11px;
	}

	.newsxq-onea h1 {
		font-size: 22px;
		line-height: 1.333;
		padding-left: 11px;
		border-left: 2px solid #953269;
	}
}

/*-------------------------------前端-创建订单---------------------------------*/
.dingdana {
	display: flex;
	justify-content: space-between;
}

.dingdana-a em {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #953269;
	vertical-align: middle;
	margin-right: 25px;
	display: inline-block;
}

.dingdana-a {
	font-size: 50px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.2;
}

.dingdana-b ul {
	display: flex;
	position: relative;
	z-index: 1;
}

.dingdana-b ul::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 9px;
	width: 100%;
	height: 6px;
	background: #cccccc;
	border-radius: 3px;
	z-index: -1;
}

.dingdana-b {
	width: 40%;
}

.dingdana-b ul li {
	width: 33.3%;
	position: relative;
	z-index: 1;
}

.dingdana-b ul li.onn::after {
	background: #e1bdae;
}

.dingdana-b ul li.onn h1 {
	background: #e1bdae;
}

.dingdana-b ul li.onn h2 {
	color: #e1bdae;
}

.dingdana-b ul li.on::after {
	background: #953269;
}

.dingdana-b ul li.on h1 {
	background: #953269;
}

.dingdana-b ul li.on h2 {
	color: #953269;
}

.dingdana-b ul a {
	display: block;
}

.dingdana-b ul li h2 {
	font-size: 18px;
	color: rgb(204, 204, 204);
	font-weight: bold;
	line-height: 3.333;
	text-align: center;
}

.dingdana-b ul li::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 9px;
	width: 100%;
	height: 6px;
	background: #cccccc;
	border-radius: 3px;
	z-index: -1;
}

.dingdana-b ul li h1 {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	border-radius: 50%;
	background: #cccccc;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.dingdanb-zong {
	padding: 40px;
	font-size: 22px;
	color: rgb(102, 102, 102);
	font-weight: bold;
}

.dingdanb-one-zong {
	border-radius: 5px;
	background: #fff;
	padding: 30px;
	border: 1px solid #e1e1de;
}

.dingdanb-one-one {
	padding: 20px 0;
	border-bottom: 1px solid #e1e1de;
}

.dingdanb-one-xia {
	display: flex;
	justify-content: space-between;
}

.dingdanb-one-xia h1 {
	vertical-align: middle;
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	text-transform: uppercase;
}

.dingdanb-one-xia h1 em {
	margin-right: 10px;
	font-weight: bold;
	display: inline-block;
	color: #953269;
}

.dingdanb-one-xia a {
	font-size: 14px;
	color: rgb(57, 90, 255);
	text-transform: uppercase;
}

.dingdanb-one-xia a:hover {
	color: #953269;
}

.dingdanb-one-one-a {
	padding-top: 20px;
}

.dingdanb-one-one-a ul li {
	padding: 2px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
	border: 1px solid #ffffff00;
	cursor: pointer;
}

.dingdanb-one-one-a ul li.on,
.dingdanb-one-one-a ul li:hover {
	border-radius: 5px;
	border: 1px solid #953269;
	background: #fcf2ee;
}

.dingdanb-one-one-a ul li h1 {
	opacity: 0;
}

.dingdanb-one-one-a ul li.on h1 {
	opacity: 1;
}

.dingdanb-one-one-a ul li h1 img {
	vertical-align: middle;
	margin-right: 10px;
}

.dingdanb-one-one-a ul li.on h2 em {
	border: 5px solid #395aff;
}

.dingdanb-one-one-a ul li.on h2 strong {
	font-weight: bold;
}

.dingdanb-one-one-a ul li h1 {
	font-size: 18px;
	color: #953269;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 15px;
}

.dingdanb-one-one-a ul li h2 em {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	border: 5px solid #e1e1de;
	margin-right: 10px;
}

.dingdanb-one-one-a ul li h2 strong {
	font-size: 16px;
	color: rgb(102, 102, 102);
	font-weight: 400;
	line-height: 2.5;
}

.dingdanb-one-one-a ul li h2 span {
	display: inline-block;
	font-size: 14px;
	color: rgb(255, 255, 255);
	opacity: 0;
	border-radius: 5px;
	background: #953269;
	padding: 3px 5px;
}

.dingdanb-one-one-a ul li.on h2 span {
	opacity: 1;
}

.dingdanb-one-one-a ul li h2 {
	font-size: 21px;
	font-weight: 100;
	width: 67%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.dingdanb-one-one-a ul li h3 a {
	font-size: 14px;
	color: #953269;
	text-transform: uppercase;
}

.dingdanb-one-one-a ul li h3 a:hover {
	opacity: 0.8;
}

.dingdanb-one-one-a ul li h3 {
	opacity: 0;
	width: 10%;
	line-height: 0;
}

.dingdanb-one-one-a ul li.on h3 {
	opacity: 1;
}

.dingdanb-one-one-a ul li:hover h3 {
	opacity: 1;
}

.dingdanb-one-one-b a {
	font-size: 14px;
	color: #395aff;
}

.dingdanb-one-one-b {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}

.dingdanb-one-one-b a:hover {
	color: #953269;
}

.dingdanb-one-two {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e1e1de;
}

.dingdanb-one-two-a ul {
	display: flex;
	margin-top: 15px;
	align-items: center;
}

.dingdanb-one-two-a ul li {
	margin-right: 12px;
	cursor: pointer;
}

.dingdanb-one-two-a ul li a {
	display: inline-block;
	font-size: 16px;
	border-radius: 5px;
	color: rgb(153, 153, 153);
	border: 1px solid #e1e1de;
	background: #f3f3f3;
	padding: 3px 20px;
	border: 2px solid #ffffff00;
}

.dingdanb-one-two-a ul li.on a,
.dingdanb-one-two-a ul li:hover a {
	border: 2px solid #953269;
	color: #953269;
	background: url(/static/index/images/duipng.png) no-repeat bottom right;
}

.dingdanb-one-two-a a {
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.dingdanb-one-three {
	padding-top: 30px;
}

.hiuyuan1-zong-a {
	margin: 20px 0;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	height: 40px;
	padding: 10px 30px;
	line-height: 19px;
}

.hiuyuan1-zong-a ul {
	display: flex;
}

.hiuyuan1-zong-a ul li {
	text-align: center;
}

.hiuyuan1-zong-a ul li:first-child {
	text-align: left;
	width: 40%;
}

.goodsCreate-zong-b-b-xia:first-child {
	text-align: left;
	width: 40%;
}

.goodsCreate-zong-b-b-xia:nth-child(2) {
	width: 10%;
}

.goodsCreate-zong-b-b-xia:nth-child(3) {
	width: 19%;
}

.goodsCreate-zong-b-b-xia:nth-child(4) {
	width: 17%;
}

.goodsCreate-zong-b-b-xia:nth-child(5) {
	width: 14%;
}

.goodsCreate-zong-b-b-xia:nth-child(6) {
	width: 14%;
}

.goodsCreate-zong-b-b-xia {
	text-align: center;
}

.hiuyuan1-zong-a ul li:nth-child(2) {
	width: 10%;
}

.hiuyuan1-zong-a ul li:nth-child(3) {
	width: 19%;
}

.hiuyuan1-zong-a ul li:nth-child(4) {
	width: 17%;
}

.hiuyuan1-zong-a ul li:nth-child(5) {
	width: 14%;
}

.hiuyuan1-zong-a ul li:nth-child(6) {
	width: 14%;
}

.goodsCreate-zong-b ul li {
	margin-bottom: 10px;
	border-bottom: 1px dashed rgba(195, 123, 93, 0.4);
}

.goodsCreate-zong-b-a {
	padding: 10px 30px;
	background: #fbedff;
	display: flex;
	justify-content: space-between;
}

.goodsCreate-zong-b-a h1 {
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.goodsCreate-zong-b-a h1 input {
	vertical-align: middle;
	margin-right: 10px;
}

.goodsCreate-zong-b-a h1 span {
	font-weight: normal;
	color: #333333;
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
}

.goodsCreate-zong-b-a h2 {
	cursor: pointer;
	font-size: 12px;
}

.goodsCreate-zong-b-b {
	padding: 0px 30px;
}

.goodsCreate-zong-b-b-xia {
	align-items: center;
}

.goodsCreate-zong-b-b-xia-a h1 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(21, 23, 31);
	margin-bottom: 10px;
}

.goodsCreate-zong-b-b-xiaing {
	display: flex;
}

.goodsCreate-zong-b-b-xiaing img {
	margin-right: 20px;
}

.goodsCreate-zong-b-b {
	background: #fff;
}

.goodsCreate-zong-b-b-xia {
	padding: 6px 0;
}

.goodsCreate-zong-b-b {
	display: flex;
}

.goodsCreate-zong-b-b-xia h2 {
	font-size: 12px;
	color: #999999;
}

.goodsCreate-zong-b-b-xia h3 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(21, 23, 31);
}

.goodsCreate-zong-b-b-xia h4 {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
	text-decoration: line-through;
}

.goodsCreate-zong-b-b-xia h5 {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}

.goodsCreate-zong-b-b-xia a {
	font-size: 13px;
	display: block;
	color: rgb(102, 102, 102);
	line-height: 1.538;
}

.goodsCreate-zong-b-b-xia:last-child {
	border: none;
}

.goodsCreate-zong-b-b-xia a:hover {
	color: #953269 !important;
}

.shouhuo {
	background: #953269;
	border-radius: 12.5px;
	padding: 2px 5px;
	display: inline-block !important;
	font-size: 12px;
	color: rgb(255, 255, 255) !important;
}

.goodsCreate-zong-b-b-xia .shouhuo:hover {
	color: rgb(255, 255, 255) !important;
	opacity: 0.8;
}

.goodsCreate-zong-b-b-xia a img {
	vertical-align: middle;
	margin-right: 5px;
}

.goodsCreate-zong-b-b-xia h5 select {
	display: inline-block;
	appearance: auto;
	border-radius: 5px;
	width: 64%;
	text-align: center;
	border: 1px solid #e1e1de;
	height: 30px;
}

.goodsCreate-zong-b-b {
	align-items: center;
}

.goodsCreate-zong-b-b-xia h6 {
	font-size: 16px;
	color: rgb(223, 48, 40);
	font-weight: bold;
}

.dingdanb-one-three-a {
	padding: 20px;
	margin-top: -10px;
	background: #fcf2ee;
	display: flex;
	justify-content: space-between;
}

.dingdanb-one-three-a .create-order-m1-left {
	width: 49%;
}

.dingdanb-one-three-a .create-order-m1-right {
	width: 49%;
}

.dingdanb-one-three-a .create-order-m1-right .el-select {
	display: block;
	appearance: auto;
	/*border-radius: 5px;*/
	width: 64%;
	text-align: center;
	/*border: 1px solid #e1e1de;*/
	height: 30px;
	background: #ffffff;
	margin-top: 2px;
	font-size: 14px;
}

.dingdanb-one-three-a .title {
	font-size: 14px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	vertical-align: top;
	width: 80px;
}

.dingdanb-one-three-a textarea {
	border-radius: 5px;
	border: 1px solid #e1e1de;
	background: #fff;
	height: 110px;
	padding: 15px;
	font-size: 14px;
	color: rgb(153, 153, 153);
	display: inline-block;
	width: calc(100% - 80px);
}

.dingdanb-one-three-b {
	margin-top: 20px;
	border-top: 1px solid #e1e1de;
	background: #f9f9f8;
	padding: 20px;
	text-align: right;
}

.dingdanb-one-three-b ul li {
	display: flex;
	justify-content: right;
}

.dingdanb-one-three-b ul li h1 {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: rgb(102, 102, 102);
	line-height: 2.143;
}

.dingdanb-one-three-b ul li h2 {
	font-weight: 400;
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 2.143;
	width: 10%;
}

.dingdanb-one-three-b ul li h3 {
	font-weight: bold;
	color: #df3028;
	font-size: 22px;
	width: 10%;
}

.dingdanb-one-three-b ul li h4 {
	font-size: 12px;
	font-weight: 400;
	color: rgb(102, 102, 102);
	margin-top: 10px;
}

.dingdanb-one-three-c {
	display: flex;
	margin: 15px 0;
	justify-content: right;
}

.dingdanb-one-three-c button {
	background: #953269;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
}

.dingdanb-one-three-c button:hover {
	background: #000;
}

@media only screen and (max-width: 1500px) {
	.dingdana-b {
		width: 45%;
	}
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 30px 0;
	}

	.dingdana {
		flex-wrap: wrap;
	}

	.dingdana-a {
		font-size: 24px;
	}

	.dingdana-a em {
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}

	.dingdana-b {
		width: 100%;
	}

	.dingdana-b ul li h2 {
		font-size: 13px;
	}

	.dingdanb-zong {
		padding: 15px;
		font-size: 16px;
	}

	.dingdanb-one-zong {
		padding: 7px;
	}

	.dingdanb-one-one-a ul li h1 img {
		width: 12px;
	}

	.dingdanb-one-one-a ul li h1 {
		font-size: 14px;
		margin-right: 7px;
	}

	.dingdanb-one-one-a ul li h2 strong {
		font-size: 12px;
	}

	.dingdanb-one-one-a ul li h2 em {
		width: 11px;
		height: 11px;
		border: 3px solid #e1e1de;
		margin-right: 2px;
	}

	.dingdanb-one-one-a ul li h3 a {
		font-size: 11px;
	}

	.goodsCreate-zong-b-b-xia:first-child {
		width: 143%;
	}

	.dingdanb-one-three-c button {
		font-size: 16px;
		width: 110px;
		height: 38px;
		line-height: 38px;
	}

	.dingdanb-one-three-b ul li h3 {
		width: 28%;
	}

	.dingdanb-one-three-b ul li h2 {
		width: 28%;
	}

	.hiuyuan1-zong-a ul li:nth-child(2) {
		width: 13%;
	}

	.dingdanb-one-one-a ul li h3 {
		width: 21%;
	}

	.dingdanb-one-xia h1 {
		font-size: 15px;
	}

	.dingdanb-one-two-a ul li a {
		font-size: 13px;
		padding: 2px 14px;
	}
}

/*-----------------------------------会员中心-收件地址-----------------------------------------*/
/* 样式 */
.dizhi-zong {
	border: 1px solid #e5e5e5;
	font-size: 18px;
	padding: 20px;
	background: #fff;
}

.dizhi-one h1 {
	font-size: 16px;
	margin-right: 10px;
}

.dizhi-one {
	display: flex;
	justify-content: left;
	align-items: center;
}

.dizhi-one h1 a {
	display: inline-block;
	background: #953269;
	color: rgb(255, 255, 255);
	font-weight: bold;
	width: 135px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	text-align: center;
}

.dizhi-one h1 a:hover {
	background: #000;
}

.dizhi-one h2 {
	font-size: 16px;
	color: #999;
	font-weight: 400;
}

.dizhi-one h2 span {
	color: #953269;
}

.dizhi-two {
	margin-top: 10px;
}

.dizhi-two ul li {
	border: 1px solid #e6e6e6;
	margin: 0 0 10px;
	padding: 20px;
	position: relative;
}

.smt {
	padding-left: 10px;
	position: relative;
	display: block;
	overflow: hidden;
}

.smt h3 {
	float: left;
	color: #666;
	font-size: 17px;
}

.smt h3 span {
	margin: 0 0 0 10px;
	font-size: 12px;
	background: #953269;
	padding: 2px;
	color: #fff;
	font-weight: 400;
}

.smt .extra {
	cursor: pointer;
	float: right;
}

.smc {
	padding: 10px 6px;
	line-height: 25px;
}

.item-lcol {
	display: flex;
}

.itemm {
	width: 14%;
	text-align: right;
	color: #999;
	font-size: 14px;
}

.label {
	color: #666;
	font-size: 14px;
}

.extrar {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #005ea7;
	font-size: 14px;
}

.extrar a:hover {
	color: #953269;
}

.thickdiv {
	position: fixed;
	top: 0;
	display: none;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 15%);
	border: 0;
	filter: alpha(opacity=15);
}

.thickbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 760px;
	height: auto;
	overflow: hidden;
	padding: 0;
	background: #fff;
	border: 4px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.thicktitle {
	height: 36px;
	padding: 0 20px;
	border: solid #C4C4C4;
	border-width: 1px 1px 0;
	background: #F3F3F3;
	line-height: 38px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.thickclose {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 11px;
	right: 12px;
	overflow: hidden;
	width: 18px;
	height: 19px;
	background: url(/static/index/images/bg_thickbox.gif) no-repeat 0 -18px;
	font-size: 0;
	line-height: 100px;
}

.thickcon {
	overflow: auto;
	background: #fff;
	border: solid #C4C4C4;
	border-width: 1px;
	padding: 30px 30px 100px 30px;
}

.thickcon-itme {
	margin: 0 0 5px;
	line-height: 22px;
}

.thickcon-itme .label {
	display: block;
	vertical-align: middle;
	color: #999;
}

.thickcon-itme .label em {
	color: #e4393c;
}

.thickcon-itme .label {
	color: #999;
}

.thickcon-input input {
	height: 32px;
	line-height: 32px;
	margin: 5px 0;
	padding: 6px;
	width: 220px;
	margin-right: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
	outline: none;
}

.thickcon-input .text {
	width: 220px;
}

.thickcon-input .text1 {
	width: 484px;
}

.thickcon-input span {
	color: #999;
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
}

.addr-alias {
	display: inline-block;
	height: 25px;
	margin-left: 10px;
	vertical-align: middle;
}

.addr-alias a {
	display: inline-block;
	height: 23px;
	padding: 0 15px;
	border: 1px solid #ddd;
	margin-right: 5px;
	font: 12px/23px SimSun;
	color: #333;
	border-radius: 3px;
}

.addr-alias a:hover {
	border-color: #953269;
	color: #953269;
}

.thickcon button {
	padding: 5px 14px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #953269;
	margin-top: 20px;
}

.thickcon button:hover {
	background: #000;
}

.thickcon-input {
	position: relative;
}

#PoPy {
	z-index: 9999999 !important;
	background: #fff !important;
	left: 32% !important;
	position: fixed !important;
	top: 35% !important;
	width: auto !important;
}

._citys {
	width: 450px;
	display: inline-block;
	border: 2px solid #eee;
	padding: 5px;
	position: relative;
	z-index: 9999999;
}

._citys span {
	color: #953269;
	height: 15px;
	width: 15px;
	line-height: 12px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #953269;
	cursor: pointer;
}

._citys0 {
	width: 100%;
	height: 34px;
	display: inline-block;
	border-bottom: 2px solid #953269;
	padding: 0;
	margin: 0;
}

._citys0 li {
	display: inline-block;
	line-height: 34px;
	font-size: 15px;
	color: #888;
	width: 80px;
	text-align: center;
	cursor: pointer;
}

.citySel {
	background-color: #953269;
	color: #fff !important;
}

._citys1 {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}

._citys1 a {
	width: 83px;
	height: 35px;
	display: inline-block;
	background-color: #f5f5f5;
	color: #666;
	margin-left: 6px;
	margin-top: 3px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	overflow: hidden;
}

._citys1 a:hover {
	color: #fff;
	background-color: #953269;
}

.AreaS {
	background-color: #953269 !important;
	color: #fff !important;
}

.hiuyuan-oneingb-a-b {
	right: 30px;
	width: 60%;
	text-align: right;
}

.shanchu {
	margin-right: 10px;
}

.hiuyuan-oneinga {
	width: 22%;
}

.hiuyuan-oneingb-a-a {
	display: flex;
	justify-content: space-between;
}

.hiuyuan-oneingb-a-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-b-a a span {
	font-size: 12px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	color: rgb(255, 255, 255);
	background: #df3028;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.hiuyuan-oneingb-a {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.hiuyuan-oneingb-b-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-a-a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: rgb(21, 23, 31);
	padding: 20px 0;
	padding-left: 30px;
}

.hiuyuan-oneingb-b-a a.on,
.hiuyuan-oneingb-b-a a:hover {
	background: #fbedff;
	color: #953269;
}

.hiuyuan-oneingb-b-a a {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
}

.hiuyuan-oneingb-a-a {
	position: relative;
}

.hiuyuan-oneingb-a-b form {
	position: relative;
}

.hiuyuan-oneingb-a-b input {
	border: 1px solid #e5e5e5;
	height: 26px;
	width: 100%;
	padding-left: 10px;
	outline: none;
}

.hiuyuan-oneingb-a-b button {
	font-size: 12px;
	color: rgb(21, 23, 31);
	width: 80px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 24px;
	border: inherit;
	background: #e5e5e5;
}

.hiuyuan-oneingb-a-b form {
	display: inline-block;
	width: 49%;
}

.shanchu img {
	vertical-align: middle;
	margin-left: 5px;
}

.shanchu {
	margin-left: 40px;
	display: inline-block;
	font-size: 13px;
	color: rgb(153, 153, 153);
}
.chongzhi-four button {
  
    font-size: 16px;
   
}
.goodsListType {
  
    margin-bottom: 10px;
}

@media only screen and (max-width: 1500px) {
	.hiuyuan3-two ul li {
		width: 27%;
	}
.hiuyuan4-onec-xia-a {
    width: 23% !important;
}
	.hiuyuan3-two-img h2 span {
		font-size: 58px;
	}

	.hiuyuan3-two-img h1 {
		font-size: 19px;
	}

	.itemm {
	    width: 18%;
	}
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 35px 0;
	}

	.itemm {
		width: 23%;
		font-size: 12px;
	}

	.dizhi-one h1 {
		font-size: 13px;
	}

	.dizhi-one h2 {
		font-size: 12px;
	}

	.thickcon {
		padding: 15px;
	}

	.thickbox {
		width: 92%;
	}

	.label {
		font-size: 12px;
	}

	.dizhi-one h1 a {
		width: 122px;
		height: 30px;
		line-height: 30px;
	}

	.dizhi-two ul li {
		margin: 0 0 10px;
		padding: 7px;
	}

	.hiuyuan-oneinga {
		display: none;
	}

	.hiuyuan-oneingc {
		display: none;
	}

	.hiuyuan-oneingb {
		width: 100%;
		margin-right: 0;
	}

	.hiuyuan-oneingb-a-a {
		font-size: 16px;
		padding: 10px 0;
		padding-left: 20px;
	}

	.hiuyuan-oneingb-a-a {
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-a {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
	}

	.hiuyuan3-one h1 strong {
		font-size: 17px;
	}

	.hiuyuan3-one {
		padding-right: 20px;
	}

	.hiuyuan-oneingb-b-a {
		padding: 16px 15px;
	}

	.hiuyuan3-two ul li {
		width: 100%;
	}
}

/*----------------------------------------优惠充值-------------------------------------*/
/* 样式 */
.hiuyuan-oneingb-a-b {
	right: 30px;
	width: 60%;
	text-align: right;
}

.shanchu {
	margin-right: 10px;
}

.hiuyuan-oneinga {
	width: 22%;
}

.hiuyuan-oneingb-a-a {
	display: flex;
	justify-content: space-between;
}

.hiuyuan-oneingb-a-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-b-a a span {
	font-size: 12px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -8px;
	right: -5px;
	color: rgb(255, 255, 255);
	background: #df3028;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
}

.hiuyuan-oneingb-a {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
}

.hiuyuan-oneingb-b-a {
	padding: 20px 30px;
}

.hiuyuan-oneingb-a-a {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: rgb(21, 23, 31);
	padding: 20px 0;
	padding-left: 30px;
}

.hiuyuan-oneingb-b-a a.on,
.hiuyuan-oneingb-b-a a:hover {
	background: #fbedff;
	color: #953269;
}

.hiuyuan-oneingb-b-a a {
	display: inline-block;
	margin-right: 6px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	background: #f2f2f2;
	border-radius: 13px;
	padding: 2px 19px;
	position: relative;
}

.hiuyuan-oneingb-a-a {
	position: relative;
}

.hiuyuan-oneingb-a-b form {
	position: relative;
}

.hiuyuan-oneingb-a-b input {
	border: 1px solid #e5e5e5;
	height: 26px;
	width: 100%;
	padding-left: 10px;
	outline: none;
}

.hiuyuan-oneingb-a-b button {
	font-size: 12px;
	color: rgb(21, 23, 31);
	width: 80px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 4px;
	line-height: 24px;
	border: inherit;
	background: #e5e5e5;
}

.hiuyuan-oneingb-a-b form {
	display: inline-block;
	width: 49%;
}

.shanchu img {
	vertical-align: middle;
	margin-left: 5px;
}

.shanchu {
	margin-left: 40px;
	display: inline-block;
	font-size: 13px;
	color: rgb(153, 153, 153);
}

.hiuyuan3-one h1 {
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	color: rgb(102, 102, 102);
}

.hiuyuan3-one h1 img {
	/* vertical-align: middle; */
	margin-right: 5px;
}

.hiuyuan3-one h1 strong {
	color: #333333;
	font-size: 24px;
}

.hiuyuan3-one a {
	margin-right: 20px;
	display: inline-block;
	border-radius: 13px;
	background: #953269;
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}

.hiuyuan3-one a:hover {
	background: #000;
}

.hiuyuan3-two ul {
	display: flex;
	flex-wrap: wrap;
}

.hiuyuan3-two ul li {
	width: 24%;
	margin-left: 20px;
	margin-bottom: 50px;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg, rgb(255, 209, 157) 0%, rgb(255, 236, 223) 100%);
}

.hiuyuan3-two-img {
	padding: 25px 0 18px 0;
	text-align: center;
	border-radius: 10px;
	margin: 0 15px;
	background: url(/static/index/images/sq.png) no-repeat;
	background-size: 100% 100%;
	margin-top: -20px;
}

.hiuyuan3-two-img h1 {
	font-size: 22px;
	color: rgb(253, 248, 231);
	line-height: 1.818;
	font-weight: normal;
}

.hiuyuan3-two {
	margin-top: 60px;
}

.hiuyuan3-two-img h2 {
	font-size: 30px;
	color: rgb(253, 248, 231);
	font-weight: bold;
	font-family: Arial;
}

.hiuyuan3-two-img h2 span {
	font-size: 70px;
}

.hiuyuan3-two-img h3 {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: rgb(247, 228, 189);
	border-radius: 4px;
	padding: 4px 12px;
	border: 1px solid #ffd4a3;
}

.hiuyuan3-two-p {
	margin: 15px 0px 0px 0px;
	padding: 0 15px;
	padding-bottom: 20px;
	border-bottom: 0.5px dotted #1a1819;
}

.hiuyuan3-two-p h1 {
	font-size: 13px;
	color: rgb(102, 102, 102);
	line-height: 1.923;
	font-weight: normal;
}

.hiuyuan3-two-p-a {
	font-size: 20px;
	color: rgb(26, 24, 25);
	margin: 15px 0;
	text-align: center;
}

.hiuyuan3-two-p-a:hover {
	color: #953269;
}

@media only screen and (max-width: 1500px) {
	.hiuyuan3-two ul li {
		width: 27%;
	}

	.hiuyuan3-two-img h2 span {
		font-size: 58px;
	}

	.hiuyuan3-two-img h1 {
		font-size: 19px;
	}
	.hiuyuan-oneinga {
	    width: 30%;
	}
}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 35px 0;
	}

	.hiuyuan-oneinga {
		display: none;
	}

	.hiuyuan-oneingc {
		display: none;
	}

	.hiuyuan-oneingb {
		width: 100%;
		margin-right: 0;
	}

	.hiuyuan-oneingb-a-a {
		font-size: 16px;
		padding: 10px 0;
		padding-left: 20px;
	}

	.hiuyuan-oneingb-a-a {
		flex-wrap: wrap;
	}

	.hiuyuan2-oneb-a {
		width: 100%;
		padding: 15px;
		flex-wrap: wrap;
	}

	.hiuyuan3-one h1 strong {
		font-size: 17px;
	}

	.hiuyuan3-one {
		padding-right: 20px;
	}

	.hiuyuan-oneingb-b-a {
		padding: 16px 15px;
	}

	.hiuyuan3-two ul li {
		width: 100%;
	}
}

/*----------------------------------支付弹窗--------------------------------------*/
/*支付相关-二维码*/
#wxPayQrCode {
	width: 100%;
}

#aliPayQrCode {
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#aliPayQrCode img {
	width: 100%
}

/*积分充值-弹出页面*/
.pop_bd .diamond_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pop_bd .item {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 120px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin-bottom: 12px;
}

.pop_bd .item .top {
	height: 78px;
	line-height: 65px
}

.pop_bd .name.padding_top {
	padding-top: 9px
}

.pop_bd .name {
	font-weight: 700;
	color: #9d68fe
}

.pop_bd .price {
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #111;
	font-size: 14px
}

.pop_bd .price:before {
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	content: "";
	height: 1px;
	background-color: #e5e5e5
}

.pop_bd .item {
	cursor: pointer;
}

.pop_bd .item.active {
	border: 2px solid #8e65ec;
	background-color: rgba(142, 101, 236, .1)
}

.pop_bd .label {
	position: absolute;
	right: -1px;
	top: -11px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	padding: 0 8px;
	color: #fff;
	border-radius: 0 6px 0 6px;
	background-color: #f4453c
}

.pop_bd .input-wrapper {
	height: 78px;
	line-height: 78px;
	text-align: center
}

.pop_bd .ipx {
	padding: 30px 0;
	text-align: center;
	color: #9d68fe;
	font-weight: 700;
	background: 0 0;
	border: none;
	display: inline-block;
	width: auto;
	outline: none
}

.input-item.active .price {
	color: #ff5c38 !important;
}

/*.pop_bd .item:last-of-type .price{color:#999}*/
.pop_bd .item.red .price {
	color: #ff5c38
}

.payment-box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(49, 49, 49, .5) none repeat scroll 0 0 !important;
	background: #333;
	z-index: 9999
}

.payment-box {
	width: 800px;
	min-height: 620px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	padding: 0 20px 30px;
	text-align: center;
	background-color: #fff !important;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 0 8px 0 hsl(0deg 0% 55% / 30%);
	box-shadow: 0 0 8px 0 hsl(0deg 0% 55% / 30%);
}

.payment-box .title {
	height: 61px;
	line-height: 61px;
	font-size: 18px;
	color: #222;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	text-align: left
}

.payment-box .title p {
	display: inline-block;
	height: 61px;
	line-height: 61px;
	font-size: 18px;
	color: #222;
}

.payment-box .title images {
	width: 16px;
	height: 16px;
	top: 22px;
	right: 22px;
	position: absolute;
	cursor: pointer
}

.payment-box .payment-content {
	width: 300px;
	margin-left: 200px;
	margin-top: 40px;
}

.payment-box .payment-content .use-tip {
	font-size: 14px;
	color: #616161;
	margin: 0px -50px 20px;
	display: block;
}

.payment-box .payment-content .use-tip p {
	display: inline-block;
	font-size: 18px;
	color: #f03a58;
}

.payment-box .payment-content .qr-box {
	padding: 20px;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 24px
}

.payment-box .payment-content .qr-box .qr-code {
	width: 260px;
	height: 260px;
	background: url("/static/common/images/login.gif") no-repeat center center;
	background-size: 400px;
}

.payment-box .payment-content .qr-box .qr-code images {
	display: block;
	height: 100%;
	width: 100%
}

.payment-box .payment-content .qr-box p {
	margin-top: 10px;
	font-size: 14px;
	color: #222
}

.payment-box .payment-content .qr-box p span {
	color: #f03a58
}

.payment-box .payment-content .qr-box .images-tip {
	width: 170px;
	height: 152px;
	position: absolute;
	top: 0;
	right: -180px
}

.payment-box .payment-content .btns a {
	width: 140px;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	float: right;
	line-height: 50px;
	cursor: pointer
}

.payment-box .payment-content .btns a.success {
	float: left;
	background-color: #f03a58;
	color: #fff;
	border-color: #f03a58
}

.weixin-saoma images {
	width: 258px;
	height: 258px;
	float: left;
	margin-top: 73px;
	margin-left: 1px
}

.weixin-saoma a {
	float: left;
	width: 120px;
	line-height: 35px;
	margin-top: 60px;
	text-align: center;
	font-size: 14px
}

.weixin-saoma a:hover {
	text-decoration: none
}

.weixin-saoma a.a {
	background-color: #5da42a;
	color: #fff
}

.weixin-saoma a.b {
	background-color: #f7f7f7;
	color: #666;
	margin-left: 10px
}

.payment-box .title img {
	width: 16px;
	height: 16px;
	top: 22px;
	right: 22px;
	position: absolute;
	cursor: pointer;
}

.payment-box .payment-content .qr-box .img-tip {
	width: 170px;
	height: 152px;
	position: absolute;
	top: 60px;
	right: -180px;
}

/*-----------------------------------订单详情-------------------------------------*/
.dingdana {
	display: flex;
	justify-content: space-between;
}

.dingdana-a em {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #953269;
	vertical-align: middle;
	margin-right: 25px;
	display: inline-block;
}

.dingdana-a {
	font-size: 50px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	line-height: 1.2;
}

.dingdana-b ul {
	display: flex;
	position: relative;
	z-index: 1;
}

.dingdana-b ul::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 9px;
	width: 100%;
	height: 6px;
	background: #cccccc;
	border-radius: 3px;
	z-index: -1;
}

.dingdana-b {
	width: 40%;
}

.dingdana-b ul li {
	width: 33.3%;
	position: relative;
	z-index: 1;
}

.dingdana-b ul li.onn::after {
	background: #e1bdae;
}

.dingdana-b ul li.onn h1 {
	background: #e1bdae;
}

.dingdana-b ul li.onn h2 {
	color: #e1bdae;
}

.dingdana-b ul li.on::after {
	background: #953269;
}

.dingdana-b ul li.on h1 {
	background: #953269;
}

.dingdana-b ul li.on h2 {
	color: #953269;
}

.dingdana-b ul a {
	display: block;
}

.dingdana-b ul li h2 {
	font-size: 18px;
	color: rgb(204, 204, 204);
	font-weight: bold;
	    line-height: 1.1;
	text-align: center;
}

.dingdana-b ul li::after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 9px;
	width: 100%;
	height: 6px;
	background: #cccccc;
	border-radius: 3px;
	z-index: -1;
}

.dingdana-b ul li h1 {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	border-radius: 50%;
	background: #cccccc;
	font-size: 16px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 24px;
	text-align: center;
}

.dingdanb-zong {
	padding: 40px;
	font-size: 22px;
	color: rgb(102, 102, 102);
	font-weight: bold;
}

.dingdanb-one-zong {
	border-radius: 5px;
	background: #fff;
	padding: 30px;
	border: 1px solid #e1e1de;
}

.dingdanb-one-xia {
	display: flex;
	justify-content: space-between;
}

.dingdanb-one-xia h1 {
	vertical-align: middle;
	font-size: 18px;
	color: #555555;
	font-weight: 400;
	text-transform: uppercase;
}

.dingdanb-one-xia h1 em {
	margin-right: 10px;
	font-weight: bold;
	display: inline-block;
	color: #953269;
}

.dingdanb-one-xia a {
	font-size: 14px;
	color: rgb(57, 90, 255);
	text-transform: uppercase;
}

.dingdanb-one-xia a:hover {
	color: #953269;
}

.dingdanb-one-three {
	padding-top: 30px;
}

.hiuyuan1-zong-a {
	margin: 20px 0;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	height: 40px;
	padding: 10px 30px;
	line-height: 19px;
}

.hiuyuan1-zong-a ul {
	display: flex;
}

.hiuyuan1-zong-a ul li {
	text-align: center;
}

.hiuyuan1-zong-a ul li:first-child {
	text-align: left;
	width: 40%;
}

.hiuyuan1-zong-b-b-xia:first-child {
	text-align: left;
	width: 40%;
}

.hiuyuan1-zong-b-b-xia:nth-child(2) {
	width: 10%;
}

.hiuyuan1-zong-b-b-xia:nth-child(3) {
	width: 19%;
}

.hiuyuan1-zong-b-b-xia:nth-child(4) {
	width: 17%;
}

.hiuyuan1-zong-b-b-xia:nth-child(5) {
	width: 14%;
}

.hiuyuan1-zong-b-b-xia:nth-child(6) {
	width: 14%;
}

.hiuyuan1-zong-b-b-xia {
	text-align: center;
}

.hiuyuan1-zong-a ul li:nth-child(2) {
	width: 10%;
}

.hiuyuan1-zong-a ul li:nth-child(3) {
	width: 19%;
}

.hiuyuan1-zong-a ul li:nth-child(4) {
	width: 17%;
}

.hiuyuan1-zong-a ul li:nth-child(5) {
	width: 14%;
}

.hiuyuan1-zong-a ul li:nth-child(6) {
	width: 14%;
}

.hiuyuan1-zong-b ul li {
	margin-bottom: 10px;
	border-bottom: 1px dashed rgba(195, 123, 93, 0.4);
}

.hiuyuan1-zong-b-a {
	padding: 10px 30px;
	background: #fbedff;
	display: flex;
	justify-content: space-between;
}

.hiuyuan1-zong-b-a h1 {
	font-size: 12px;
	color: rgb(51, 51, 51);
	font-weight: bold;
}

.hiuyuan1-zong-b-a h1 input {
	vertical-align: middle;
	margin-right: 10px;
}

.hiuyuan1-zong-b-a h1 span {
	font-weight: normal;
	color: #333333;
	display: inline-block;
	margin-left: 20px;
	font-size: 12px;
}

.hiuyuan1-zong-b-a h2 {
	cursor: pointer;
	font-size: 12px;
}

.hiuyuan1-zong-b-b {
	padding: 0px 30px;
}

.hiuyuan1-zong-b-b-xia {
	align-items: center;
}

.hiuyuan1-zong-b-b-xia-a h1 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(21, 23, 31);
	margin-bottom: 10px;
}

.hiuyuan1-zong-b-b-xiaing {
	display: flex;
}

.hiuyuan1-zong-b-b-xiaing img {
	margin-right: 20px;
}

.hiuyuan1-zong-b-b {
	background: #fff;
}

.hiuyuan1-zong-b-b-xia {
	padding: 6px 0;
}

.hiuyuan1-zong-b-b {
	display: flex;
}

.hiuyuan1-zong-b-b-xia h2 {
	font-size: 12px;
	color: #999999;
}

.hiuyuan1-zong-b-b-xia h3 {
	font-size: 12px;
	font-weight: normal;
	color: rgb(21, 23, 31);
}

.hiuyuan1-zong-b-b-xia h4 {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
	text-decoration: line-through;
}

.hiuyuan1-zong-b-b-xia h5 {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}

.hiuyuan1-zong-b-b-xia a {
	font-size: 13px;
	display: block;
	color: rgb(102, 102, 102);
	line-height: 1.538;
}

.hiuyuan1-zong-b-b-xia:last-child {
	border: none;
}

.hiuyuan1-zong-b-b-xia a:hover {
	color: #953269 !important;
}

.shouhuo {
	background: #953269;
	border-radius: 12.5px;
	padding: 2px 5px;
	display: inline-block !important;
	font-size: 12px;
	color: rgb(255, 255, 255) !important;
}

.hiuyuan1-zong-b-b-xia .shouhuo:hover {
	color: rgb(255, 255, 255) !important;
	opacity: 0.8;
}

.hiuyuan1-zong-b-b-xia a img {
	vertical-align: middle;
	margin-right: 5px;
}

.hiuyuan1-zong-b-b-xia h5 select {
	display: inline-block;
	appearance: auto;
	border-radius: 5px;
	width: 64%;
	text-align: center;
	border: 1px solid #e1e1de;
	height: 30px;
}

.hiuyuan1-zong-b-b {
	align-items: center;
}

.hiuyuan1-zong-b-b-xia h6 {
	font-size: 16px;
	color: rgb(223, 48, 40);
	font-weight: bold;
}

.dingdanb-one-three-a {
	padding: 20px;
	margin-top: -10px;
	background: #fcf2ee;
}

.dingdanb-one-three-a span {
	font-size: 14px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	vertical-align: top;
}

.dingdanb-one-three-a textarea {
	border-radius: 5px;
	border: 1px solid #e1e1de;
	background: #fff;
	height: 110px;
	padding: 15px;
	font-size: 14px;
	color: rgb(153, 153, 153);
	display: inline-block;
	width: 47%;
}

.dingdanb-one-three-b {
	margin-top: 20px;
	border-top: 1px solid #e1e1de;
	background: #f9f9f8;
	padding: 20px;
	text-align: right;
}

.dingdanb-one-three-b ul li {
	display: flex;
	justify-content: right;
}

.dingdanb-one-three-b ul li h1 {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: rgb(102, 102, 102);
	line-height: 2.143;
}

.dingdanb-one-three-b ul li h2 {
	font-weight: 400;
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 2.143;
	width: 10%;
}

.dingdanb-one-three-b ul li h3 {
	font-weight: bold;
	color: #df3028;
	font-size: 22px;
	width: 10%;
}

.dingdanb-one-three-b ul li h4 {
	font-size: 12px;
	font-weight: 400;
	color: rgb(102, 102, 102);
	margin-top: 10px;
}

.dingdanb-one-three-c {
	display: flex;
	margin: 15px 0;
	justify-content: right;
}

.dingdanb-one-three-c button {
	background: #953269;
	font-size: 18px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	text-align: center;
}

.dingdanb-one-three-c button:hover {
	background: #000;
}

.dingdanxq-one {
	display: flex;
	border: 1px solid #e1e1de;
}

.dingdanxq-one-a {
	width: 40%;
	padding: 20px;
	background: #fbfbfb;
}

.dingdanxq-one-a p {
	color: #666;
	font-size: 13px;
	line-height: 24px;
}

.dingdanxq-one-b {
	width: 60%;
	padding: 20px;
}

.dingdanxq-one-b p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
}

.dingdanxq-one-b p img {
	margin-right: 10px;
	vertical-align: middle;
}

.dingdanxq-one-b h1 {
	color: #666;
	font-size: 13px;
	line-height: 28px;
	font-weight: normal;
	padding-left: 40px;
}

.dingdanxq-one-b h1 button {
	background: #f2f2f2;
	padding: 3px;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 1500px) {
	.dingdana-b {
		width: 45%;
	}
}

@media (max-width:1265px) {
	.indexing-fiverbba-zomg h3 {
		font-size: 1.4rem !important;
	}

	.indexing-fiverbba-zomg h3 em {

		width: 15px;
		height: 15px;

	}

	.indexing-fiverbba-h {

		padding-top: 22%;
	}

	.indexing-fiverbba h2 a {
		font-size: 15px;

	}

	.indexing-fiverbbb-pp {
		padding: 54px 35px 48px 35px;
	}

	.indexing-fiverbbb-pp h1 {
		font-size: 22px;

	}

	.c-btn_last-word strong {
		font-size: 0.8rem !important;
	}

}

@media only screen and (max-width: 700px) {
	.hiuyuan-one {
		padding: 70px 0 30px 0;
	}

	.dingdana {
		flex-wrap: wrap;
	}

	.dingdana-a {
		font-size: 24px;
	}

	.dingdana-a em {
		width: 10px;
		height: 10px;
		margin-right: 10px;
	}

	.dingdana-b {
		width: 100%;
	}

	.dingdana-b ul li h2 {
		font-size: 13px;
	}

	.dingdanb-zong {
		padding: 15px;
		font-size: 16px;
	}

	.dingdanb-one-zong {
		padding: 7px;
	}

	.dingdanb-one-one-a ul li h1 img {
		width: 12px;
	}

	.dingdanb-one-one-a ul li h1 {
		font-size: 14px;
		margin-right: 7px;
	}

	.dingdanb-one-one-a ul li h2 strong {
		font-size: 12px;
	}

	.dingdanb-one-one-a ul li h2 em {
		width: 11px;
		height: 11px;
		border: 3px solid #e1e1de;
		margin-right: 2px;
	}

	.dingdanb-one-one-a ul li h3 a {
		font-size: 11px;
	}

	.hiuyuan1-zong-b-b-xia:first-child {
		width: 143%;
	}

	.dingdanb-one-three-c button {
		font-size: 16px;
		width: 110px;
		height: 38px;
		line-height: 38px;
	}

	.dingdanb-one-three-b ul li h3 {
		width: 28%;
	}

	.dingdanb-one-three-b ul li h2 {
		width: 28%;
	}

	.hiuyuan1-zong-a ul li:nth-child(2) {
		width: 13%;
	}

	.dingdanb-one-one-a ul li h3 {
		width: 21%;
	}

	.dingdanb-one-xia h1 {
		font-size: 15px;
	}

	.dingdanb-one-two-a ul li a {
		font-size: 13px;
		padding: 2px 14px;
	}
}

/*-------------------------客服弹窗----------------------------*/
.zixun-one {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	z-index: 99;
	display: none;
}

.zixun-one-a {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	padding: 30px 80px;
	transform: translate(-50%, -50%);
	border-radius: 30px;
	background: #fff;
	width: 26%;
}
.title-box .collection-true{
	    background: #953269 !important;
}
.guanbi {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.zixun-one-a h1 {
	font-size: 22px;
	color: #953269;
	font-weight: bold;
	line-height: 1.364;
	margin: 5px 0;
}

.zixun-one-b {
	display: inline-block;
	box-shadow: 0px 2px 9px rgb(0 0 0 / 6%);
	padding: 15px;
	border-radius: 20px;
	margin: 20px 0;
}
