@charset "UTF-8";

.ninechances{
	font-weight: 600;
}
.sjg_select.test{
	color: #000 !important;
	text-decoration: none !important;
}
#HCloseBtn{
	background-color:#FFF !important;
	background: url(../../img/home/down.png) no-repeat center bottom/100% auto;
	width: 40px !important;
	height: 40px !important;
}
#HCloseBtn span{
	display: none !important;
}
.zhong{
	border: 1px solid transparent;
}
.zhong:hover{
	border: 1px solid #666;
}

/* .imgpart-ov{
	overflow : hidden;
}
.imgpart-gd{
	border: none;
	transition: all 0.3s;
}
.imgpart-gd:hover{
	transform: scale(1.06);
} */


.sjg_process li .btn

#icon_module {
	top: 500px !important;
}

.i-one {
	float       : right;
	margin-right: 0px;
}

.i-two {
	float       : right;
	margin-right: 5px;
}

.i-one img {
	width: 20px;
}

.i-two img {
	width: 20px;
}

.a-tit {
	width        : 180px;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
	display      : block;
	float        : left;
}

input:-webkit-autofill {
	box-shadow      : 0 0 0px 1000px #f6f7fa inset;
	/* border-radius: 99px; */
}

/* .zc_container .zc_form .row input {
	box-shadow   : 0 0 0px 1000px #fff inset;
	border-radius: 0;
} */


.main {
	width    : 1300px;
	margin   : 0 auto;
	max-width: 100%;
	position : relative;
}

.main::after {
	content: "";
	display: block;
	clear  : both;
}

/* @media (min-width: 1681px){
	.main {
		width: 1500px;
	}
} */

.nav_btn {
	display: none;
}

body {
	padding-top: 80px;
}

.header_out {
	background: #fff;
	position: fixed;
	/* position  : relative; */
	width     : 100%;
	top       : 0;
	left      : 0;
	z-index   : 999;
	/* box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); */
	box-shadow: 0px 4px 30px 0px rgb(184 189 202 / 30%);
}

.ts {
	/* transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); */
}

.head {
	height       : 80px;
	/* transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); */
}

.head .logo {
	display      : block;
	float        : left;
	margin-top   : 22px;
	width        : 180px;
	height       : 30px;
	/* transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); */
}

.head .logo img {
	/* display   : block; */
	/* transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); */
	/* float     : left;  */
	/* width: 180px;
	height: 30px; */
}

.head .logo .logo_b {
	margin-left: 14px;
	margin-top : 10px;
}

.head .nav {
	float      : right;
	margin-left: 30px;
	display: flex;
    align-items: center;
}

.head .nav li {
	float       : left;
	position    : relative;
	margin-right: 20px;
}

.head .nav li.act-show-message::after {
	content         : '';
	display         : block;
	width           : 8px;
	height          : 8px;
	border-radius   : 50%;
	background-color: red;
	opacity         : 0.7;
	position        : absolute;
	top             : 50%;
	transform       : translateY(-50%);
	margin-top      : -7px;
	right           : 3px;
}
.head .nav .header-per_menu.act-show-message::after {
	content         : '';
	display         : block;
	width           : 8px;
	height          : 8px;
	border-radius   : 50%;
	background-color: red;
	opacity         : 0.7;
	position        : absolute;
	top             : 50%;
	transform       : translateY(-50%);
	margin-top      : -20px;
	right           : 25px;
}

.head .nav li>a {
	/* line-height: 80px; */
	font-size     : 14px;
	color         : #101010;
	display       : block;
	font-family   : PingFangSC-Light, PingFang SC;
	margin: 0 5px;
	/* transition : all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1); */
}

/* .head .nav li>a.under {
	text-decoration: underline;
} */

.head .nav li .sub {
	position   : absolute;
	min-width  : 100%;
	left       : 50%;
	transform  : translateX(-50%);
	visibility : hidden;
	opacity    : 0;
	top        : 110%;
	text-align : center;
	background : #fff;
	box-shadow : 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
	transition : all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	white-space: nowrap;
	text-align : center;
	padding    : 0 30px;
}

.head .nav li .sub a {
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
	display      : inline-block;
	padding      : 20px 8px;
	font-size    : 14px;
	color        : #949494;
	transition   : all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.head .nav li .sub a:hover {
	background: #ededed;
}

.nav_rt {
	float: right;
}

.nav_rt .nav_search {
	display   : block;
	margin-top: 18px;
	float     : left;
}

.nav_rt .nav_search input[type="text"] {
	width        : 220px;
	height       : 44px;
	border-radius: 22px;
	background   : #f6f7fa url(../../img/home/search.png) no-repeat 20px center;
	display      : block;
	border       : none;
	padding-left : 50px;
	font-size    : 14px;
	padding-right: 15px;
	font-family  : 'Gelion Medium';
}

.nav_rt .nav_btn_n {
	display         : block;
	float           : left;
	line-height     : 40px;
	padding         : 0 16px;
	font-size       : 14px;
	color           : #FFFFFF;
	background      : #79D5C4;
	margin-left     : 20px;
	margin-top      : 20px;
	transition      : all 0.3s;
	/* box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3); */
	/* font-family     : PingFangSC-Medium, PingFang SC; */
	font-family: 'Gelion Medium';
	box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
border-radius: 20px;
}

.nav_rt .nav_btn_n.how{
	background: #FE973D;
box-shadow: 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
color: #FFF;
}

.nav_rt .nav_btn_n.sign {
	/* background: #F2F2F2; */
	/* box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
}

.nav_rt .nav_btn_n.out {
	background: #9e95e5;
	box-shadow: 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
}

.nav_rt .nav_btn_n:hover {
	background: #fff;
	color     : #79D5C4;
	/* opacity: 0.8; */
}
.nav_rt .nav_btn_n.how:hover {
	background: #fff;
	color     : #FE973D;
	/* opacity: 0.8; */
}

.slide_nav_b {
	position      : fixed;
	top           : 80px;
	width         : 100%;
	left          : 0;
	background    : #fff;
	z-index       : 999;
	text-align    : center;
	font-size     : 0;
	padding-top   : 25px;
	padding-bottom: 60px;
	display       : none;
}

.slide_nav_b .kbox {
	display        : flex;
	justify-content: space-evenly;
}

.slide_nav_b .kbox .not {
	display   : inline-block;
	flex-grow : 0;
	max-width : 80px;
	min-height: 270px;
}

.slide_nav_b .kbox .item {
	display   : inline-block;
	flex-grow : 1;
	max-width : 235px;
	min-height: 270px;
}

.slide_nav_b .pic {
	overflow: hidden;
}

.slide_nav_b .pic img {
	display   : block;
	width     : 100%;
	height: 144px;
	object-fit: contain;
	transition: all 0.3s;
	border:none;
}

.slide_nav_b h3 {
	margin-top   : 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #101010;
	transition   : all 0.3s;
}

.slide_nav_b p {
	font-size  : 13px;
	color      : #101010;
	line-height: 20px;
}

.slide_nav_b a:hover .pic img {
	transform: scale(1.06);
}

.slide_nav_b a:hover h3 {
	color: #fe973d;
}

.banner_text .banner_t1 {
	font-size  : 50px;
	font-family: 'Gelion Medium';
}

.banner_text .banner_t2 {
	font-size : 18px;
	margin-top: 30px;
}

.banner_text .banner_t2 dd {
	line-height: 30px;
}

.banner_text .banner_t2 dd a {
	color: #666;
}

.banner_text .banner_more {
	display      : block;
	line-height  : 50px;
	border-radius: 50px;
	text-align   : center;
	width        : 150px;
	font-size    : 14px;
	color        : #fff;
	background   : #9e95e5;
	margin-top   : 35px;
	box-shadow   : 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
	font-family  : 'Gelion Medium';
}

.banner_text .banner_more:hover {
	background: #b8b1f0;
}

.home_container {
	background : #f6f7fa;
	padding-top: 100px;
}

.product_tag {
	font-size : 0;
	text-align: center;
}

.product_tag a {
	display      : inline-block;
	line-height  : 45px;
	padding      : 0 13px;
	border-radius: 5px;
	margin       : 0 8px;
	font-size    : 16px;
	color        : #6e6d7a;
	transition   : all 0.3s;
	font-family  : 'Gelion Medium';
}

.product_tag a:hover {
	color: #fe973d;
}

.product_tag a.on {
	color     : #fff;
	background: #fe973d;
	box-shadow: 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.product_select {
	/* overflow: hidden; */
	margin-top: -45px;
	position  : relative;
	float     : right;
}

.product_select .select{
	display      : block;
	float        : right;
	height       : 40px;
	line-height  : 38px;
	border-radius: 5px;
	border       : 1px solid #e5e5e5;
	background   : none;
	padding-left : 15px;
	padding-right: 45px;
	font-size    : 16px;
	color        : #6e6d7a;
	background   : url(../../img/home/down.svg) no-repeat right 6px center;
	cursor       : pointer;
}
.product_select .select_h5{
	display      : block;
	float        : right;
	height       : 40px;
	line-height  : 38px;
	border-radius: 5px;
	border       : 1px solid #e5e5e5;
	background   : none;
	padding-left : 15px;
	padding-right: 25px;
	font-size    : 16px;
	color        : #6e6d7a;
	background   : url(../../img/home/down.svg) no-repeat right 6px center;
	cursor       : pointer;
}


#index_product_select .select {
	min-width  : 200px;
	font-family: 'Gelion Medium';
}

.product_select .select_list,.select_list_h5 {
	position        : absolute;
	top             : 40px;
	right           : 0;
	left            : 0;
	border          : 1px solid #e5e5e5;
	border-top      : 0;
	padding         : 10px 0;
	font-size       : 16px;
	line-height     : 35px;
	z-index         : 2;
	color           : #6e6d7a;
	max-height      : 230px;
	background-color: #fff;
}

.product_select .select_list li {
	padding: 0 10px;
	cursor : pointer;
}

.product_select .select_list li:hover {
	background-color: #79D5C4;
	color           : #fff;
}

/* .product_select select {
	display: block;
	float: right;
	height: 45px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	background: none;
	padding-left: 15px;
	padding-right: 45px;
	font-size: 16px;
	color: #6e6d7a;
	background: url(../../img/home/down.svg) no-repeat right 6px center;
} */
.product_list {
	margin: 50px -10px 0;
}

.product_list li {
	width        : 25%;
	float        : left;
	padding      : 0 10px;
	margin-bottom: 20px;
}

.product_list .inner {
	background   : #fff;
	overflow     : hidden;
	position: relative;
}
.product_list .inner .Earn{
    position: absolute;
    width: 75px;
    height: 26px;
	line-height:26px;
	text-align: center;
    background: rgba(254, 151, 61, 0.76);
    border-radius: 0px 6px 0px 0px;
    right: 0;
	font-size: 10px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
z-index: 55;
	opacity:0
}
.product_list .inner .Earn.fenxiao1{
	opacity:1
}


.product_list .pic {
	/* display        : flex; */
	/* height         : 220px; */
	display        : -webkit-flex;
	align-items    : center;
	justify-content: center;
	overflow       : hidden;
}

.product_list .pic img {
	display   : block;
	/* max-width : 100%; */
	/* height: 100%; */
	transition: all 0.3s;
	object-fit: cover;
}

.product_list .pic img:hover {
	transform: scale(1.06);
}

.product_list .bottom {
	position  : relative;
	z-index   : 5;
	box-shadow: 0px 4px 30px 0px rgba(184, 189, 202, 0.2);
	padding   : 20px;
}

.product_list .bottom h3 {
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
	line-height  : 20px;
}

.product_list .bottom h3 a {
	color    : #6e6d7a;
	font-size: 14px;
}

/* .product_list .bottom h3 a:hover {
	color: #fe973d;
} */

.product_list .bottom .op {
	margin-top   : -75px;
	overflow     : hidden;
	margin-bottom: 65px;
}

.product_list .bottom .op span {
	display    : none;
	float      : left;
	line-height: 18px;
	font-size  : 12px;
	color      : #6e6d7a;
}

.product_list .bottom .op em {
	display     : block;
	float       : right;
	font-size   : 12px;
	color       : #6e6d7a;
	padding-left: 18px;
	cursor      : pointer;
}

.product_list .bottom .op .zan {
	background : url(../../img/home/zan_a.png) no-repeat left center/15px auto;
	margin-left: 15px;
	cursor     : pointer;
	display    : none;
}

.product_list .bottom .op .zan.on {
	background-image: url(../../img/home/zan_b.png);
	cursor          : pointer;
	display         : none;
}

.product_list .bottom .op .heart {
	background : url(../../img/lswui/收藏.png) no-repeat left center/15px auto;
	margin-left: 15px;
	cursor     : pointer;
	font-size  : 0;
	width      : 18px;
	height     : 18px;
}

.product_list .bottom .op .heart.on {
	background-image: url(../../img/lswui/收藏off.png);
	cursor          : pointer;
}

.product_list .bottom .bib {
	overflow: hidden;
}

.product_list .bottom .bib a {
	display: flex;
}

.product_list .bottom .bib.nh {
	margin-top: 10px;
}

.product_list .bottom .bib .b_price {
	float      : left;
	font-weight: 500;
	color      : #5ec0bd;
	line-height: 22px;
	font-size  : 16px;
}

.product_list .bottom .bib span {
	display      : block;
	float        : left;
	width        : 25px;
	height       : 25px;
	border-radius: 50%;
}

.product_list .bottom .bib span img {
	display      : block;
	width        : 100%;
	height       : 100%;
	border       : none;
	border-radius: 50%;
}

.product_list .bottom .bib em {
	display    : block;
	float      : left;
	line-height: 25px;
	font-size  : 12px;
	color      : #6e6d7a;
	margin-left: 10px;
}

.product_list .bottom .bib.bib_b {
	/* padding-top: 10px; */
	border-top : 1px solid #f4f3f3;
}

.product_list .bottom .bib.bib_b em {}

.product_list .bottom .bib i {
	display    : block;
	float      : left;
	line-height: 25px;
	padding-top: 5.5px;
	margin-left: 5px;
}

.product_list .bottom .bib i img {
	display: block;
	height : 14px;
	border : none;
}

.product_list .more {
	text-align   : center;
	padding-top  : 40px;
	margin-bottom: 60px;
	font-size    : 0;
	clear        : left;
	display      : none;
}

.product_list .more img {
	display: inline-block;
	height : 80px;
	width  : auto;
}

.product_list .more.on {
	font-size: 16px;
}

.product_list .more span {
	width            : 16px;
	height           : 16px;
	background       : #68b2ce;
	display          : inline-block;
	animation        : demo1 linear 1s infinite;
	-webkit-animation: demo1 linear 1s infinite;
	border-radius    : 50%;
	font-size        : 0;
}

.product_list .more span:nth-child(1) {
	animation-delay: 0s;
	background     : #fe973d;
	box-shadow     : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.product_list .more span:nth-child(2) {
	animation-delay: 0.2s;
	background     : #f9d55d;
	box-shadow     : 0px 2px 20px 0px rgba(249, 213, 93, 0.3);
	position       : relative;
	z-index        : 2;
}

.product_list .more span:nth-child(3) {
	animation-delay: 0.4s;
	background     : #9e95e5;
	box-shadow     : 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
	position       : relative;
	z-index        : 3;
}

.product_list .more span:nth-child(4) {
	animation-delay: 0.6s;
	background     : #79d5c4;
	box-shadow     : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	position       : relative;
	z-index        : 4;
}

@keyframes demo1 {

	0%,
	60%,
	100% {
		transform: scale(1);
	}

	30% {
		transform: scale(2.5);
	}
}

@-webkit-keyframes demo1 {

	0%,
	60%,
	100% {
		transform: scale(1);
	}

	30% {
		transform: scale(2.5);
	}
}

footer {
	background    : #FFF !important;
	padding-top   : 65px;
	padding-bottom: 70px;
	margin-top    : 0px;
}

footer .bottom {
	text-align: center;
	font-size : 14px;
	margin-top: 30px;
	color     : #6e6d7a;
}

footer .bottom a {
	text-decoration: underline;
	color          : #6e6d7a;
}

footer .top {
	display: table;
	width  : 100%;
}

footer .top .item {
	display       : table-cell;
	vertical-align: top;
	width         : 21.6%;
}

footer .top .item img {
	border: none;
}

footer .top .item h3 a {
	color: #6e6d7a !important;
}

footer .top .f_logo {
	display      : block;
	width        : 158px;
	margin-bottom: 20px;
}

footer .top span {
	display  : block;
	font-size: 14px;
	color    : #6e6d7a;
}

footer .top h3 {
	font-size    : 14px;
	color        : #6e6d7a;
	margin-bottom: 20px;
}

footer .top p {
	margin-bottom: 10px;
}

footer .top p a {
	font-size: 14px;
	color    : #6e6d7a;
}

footer .top p a:hover {
	color: #fe973d;
}

.main_w {
	width: 1300px;
}

.ms_banner {
	background : #f7a655;
	box-shadow : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
	text-align : center;
	color      : #fff;
	font-size  : 40px;
	line-height: 70px;
	padding    : 105px 15px;
	font-family: 'Gelion Medium';
}

.ms_banner_b {
	background: #94d3c8;
}

.ms_container .box {
	background   : #fff;
	border-top   : 0;
	margin-bottom: 0;
}

.ms_container .box .main {
	padding-top   : 100px;
	padding-bottom: 100px;
}

.ms_container .box img {
	display  : block;
	float    : right;
	max-width: 50%;
}

.ms_container .box .txt {
	float: left;
	width: 50%;
}

.ms_container .box .txt h3 {
	font-size    : 36px;
	color        : #101010;
	line-height  : 50px;
	margin-bottom: 18px;
}

.ms_container .box .txt p {
	font-size  : 18px;
	line-height: 25px;
	color      : #898989;
}

.ms_container .box .txt .btn {
	margin-top: 55px;
}

.ms_container .box .txt .btn::after {
	content: "";
	display: block;
}

.ms_container .box .txt .btn a {
	display      : block;
	float        : left;
	line-height  : 44px;
	border-radius: 22px;
	background   : #000;
	background   : #fe973d;
	color        : #fff;
	font-size    : 16px;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
	padding      : 0 18px;
	transition   : all 0.4s;
	font-family  : 'Gelion Medium';
}

.ms_container .box .txt .btn a.on {
	background  : #79d5c4;
	box-shadow  : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	margin-right: 45px;
}

.ms_container .box .txt .btn a:hover {
	transform: rotateY(-20deg);
}

.ms_container .box:nth-child(2n) {
	background: #f6f7fa;
}

.ms_container .box:nth-child(2n) .txt {
	float: right;
}

.ms_container .box:nth-child(2n) .txt h3,
.ms_container .box:nth-child(2n) .txt p {
	text-align: right;
}

.ms_container .box:nth-child(2n) .txt .btn a {
	float: right;
}

.ms_container .box:nth-child(2n) img {
	float: left;
}

.zc_container {
	padding   : 130px 0 150px;
	background: url(../../img/home/zc_a.png) no-repeat center bottom/cover;
}

.zc_container .zc_form {
	padding      : 0px 80px 50px;
	/* width     : 64%; */
	float        : right;
	background: #FFFFFF;
box-shadow: 0px 4px 30px 0px rgba(184, 189, 202, 0.3);
border-radius: 10px;
}

.zc_container .zc_form .titxin {
	font-size  : 20px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bold;
	color      : #686868;
	line-height: 24px
}

.zc_container .zc_form .tt {
	margin  : 50px 0 30px;
	display        : flex;
	justify-content: space-around;
}

.zc_container .zc_form .tt p {
	font-size  : 22px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color      : #979797;
	line-height: 30px;
	display    : inline-block;
}

.zc_container .zc_form .tt p a {
	color: #979797;
}


.zc_container .zc_form .tt span {
	display    : block;
	font-size  : 14px;
	line-height: 1.4;
	color      : #afb4bd;
	margin-top : 15px;
}

.zc_container .zc_form .row {
	margin-bottom: 30px;
}

.zc_container .zc_form .row:last-child {
	margin-bottom: 50px;
}

.zc_container .zc_form .row .t {
	font-size    : 16px;
	line-height  : 22px;
	color        : #101010;
	margin-bottom: 7px;
}

.zc_container .zc_form .row input {
	padding    : 0 15px;
	font-size  : 14px;
	height     : 40px;
	border     : 1px solid #F6F7FA;
	display    : block;
	width      : 350px;
	background : #F6F7FA;
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #B9B9B9;
	border-radius: 3px;
}

.zc_container .zc_form .row label.error {
	display   : block !important;
	color     : red;
	font-size : 12px;
	/* margin-top: 10px; */
}

.zc_container .zc_form .row .note {
	display    : block;
	line-height: 20px;
	font-size  : 8px;
	color      : #000;
	margin-top : 15px;
}

.zc_container .zc_form .et {
	font-size  : 16px;
	line-height: 22px;
	color      : #101010;
}

.zc_container .zc_form .or {
	position     : relative;
	font-size    : 0;
	text-align   : center;
	margin-top   : 40px;
	margin-bottom: 40px;
}

.zc_container .zc_form .or span {
	display   : inline-block;
	font-size : 16px;
	color     : #bbbbbb;
	padding   : 0 18px;
	position  : relative;
	z-index   : 5;
	background: #fff;
}

.zc_container .zc_form .or::after {
	content   : "";
	display   : block;
	width     : 100%;
	height    : 1px;
	background: #e5e5e5;
	top       : 50%;
	left      : 0;
	position  : absolute;
}

.zc_container .zc_form .btn {
	width           : 300px;
	height          : 40px;
	line-height     : 40px;
	text-align      : center;
	border          : none;
	max-width       : 100%;
	display         : block;
	cursor          : pointer;
	background      : #79D5C4;
	box-shadow      : 0px 2px 10px 0px rgba(94, 192, 189, 0.33);
	font-size       : 16px;
	font-family     : PingFangSC-Regular, PingFang SC;
	font-weight     : 400;
	color           : #FFFFFF;
	margin:40px auto 10px;
	border-radius: 23px;
}

.zc_container .zc_form .btn.on {
	background: #fff;
	color     : #101010;
	box-shadow: 0px 4px 30px 0px rgba(184, 189, 202, 0.3);
}

.zc_container .zc_form  p.signxieyi{
	text-align: center;
	font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #6E6D7A;
line-height: 17px;
}
.zc_container .zc_form  p.signxieyi a{
	color: #FD973E ;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 17px;
	border-bottom: 1px solid #FD973E;
}

.zc_container .zc_form .btn_box .btn {
	margin-top: 20px;
}

.zc_container .zc_form .btn_box .facebook {
	background         : #79d5c4 url(../../img/home/facebook.png) no-repeat center;
	background-size    : auto 20px;
	background-position: 10%;
}

.zc_container .zc_form .btn_box .google {
	background         : #fff url(../../img/home/google.png) no-repeat center;
	background-size    : auto 20px;
	background-position: 10%;
}

.zc_container .zc_form .add {
	font-size  : 12px;
	line-height: 17px;
	padding-top: 10px;
	border-top : 1px solid #E5E5E5;;
	font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #6E6D7A;
text-align: center;
}

.zc_container .zc_form .add p {
	margin-top: 30px;
}

.zc_container .zc_form .add a {
	color: #fd973e;
}

.sjs_container {
	background: #f6f7fa;
}

.sjs_container .sjs_toper {
	background: #fff;
	overflow  : hidden;
	padding   : 18px 0;
}

.sjs_container .sjs_toper .rank_tag {
	float      : left;
	line-height: 45px;
}

.sjs_container .sjs_toper .rank_tag a {
	display     : block;
	float       : left;
	font-size   : 16px;
	color       : #6e6d7a;
	margin-right: 30px;
}

.sjs_container .sjs_toper .rank_tag a:hover {
	color: #fe973d;
}

.sjs_container .sjs_toper select {
	display      : block;
	float        : right;
	height       : 45px;
	border-radius: 5px;
	border       : 1px solid #e5e5e5;
	background   : none;
	padding-left : 15px;
	padding-right: 45px;
	font-size    : 16px;
	color        : #6e6d7a;
	background   : url(../../img/home/down.svg) no-repeat right 6px center;
}

.sjs_list {
	padding-top   : 30px;
	padding-bottom: 50px;
}

.sjs_list li {
	background   : #fff;
	overflow     : hidden;
	/* border-radius: 10px; */
	padding      : 50px 20px 30px 30px;
	margin-bottom: 30px;
}

.sjs_list li:last-child {
	margin-bottom: 0;
}

.sjs_list .left {
	/* float       : left;
	width       : 28%; */
	padding-left: 120px;
	position    : relative;
	height      : 150px;
}

.sjs_list .left .pic {
	display      : block;
	position     : absolute;
	left         : 25px;
	top          : 0;
	width        : 90px;
	height       : 90px;
	overflow     : hidden
}

.sjs_list .left .pic img {
	display: block;
	width  : 100%;
	height : 100%;
	border-radius: 50%;
	border : none;
}

.sjs_list .left .txt {
	width      : 100%;
	margin-left: 25px;
}

.sjs_list .left .name {
	font-size    : 22px;
	color        : #101010;
	line-height  : 30px;
	margin-bottom: 5px;
	position: relative;
}

.sjs_list .left .name span {
	margin-right: 10px;
	font-size   : 28px;
	font-size   : 22px;
	font-family : PingFangSC-Semibold, PingFang SC;
	/* font-weight : 600; */
	color       : #101010;
	white-space:nowrap;		
	overflow:hidden;				
	text-overflow:ellipsis;		
	display:inline-block;
	vertical-align: bottom;
}

.sjs_list .left .name img {
	display       : inline-block;
	vertical-align: sub;
	width         : 25px;
	margin-right  : 10px;
	border        : none;
}

.sjs_list .left .name .flag {
	width         : 20px;
	vertical-align: middle;
}

.sjs_list .left .tag {
	font-size    : 0;
	margin-bottom: 10px;
	overflow     : hidden;
	height       : 75px;
}

.sjs_list .left .tag span {
	display     : inline-block;
	font-size   : 14px;
	color       : #6e6d7a;
	margin-right: 65px;
	width: 40%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sjs_list .left .count {
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #6D6C7A;
	margin     : 15px 0 20px;
}

.sjs_list .left .count span {
	color: #fe973d;
}

.sjs_list .left .btn {
	position : absolute;
	display    : inline-block;
	width      : 105px;
	height     : 35px;
	line-height: 34px;
	color      : #79D5C4;
	text-align : center;
	background : #FFF;
	border: 1px solid #79D5C4;
	/* box-shadow : 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	font-size  : 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	margin-left: 10px;
	border-radius: 28px;
}

.sjs_list .left .btn.guanzhuoff {
	background: #D3EAE7;
	box-shadow: 0px 4px 20px 0px rgba(211, 234, 231, 0.3);
	color: #FFF;
	border: 1px solid #D3EAE7;
}

.sjs_list .right {
	/* width   : 72%;
	float   : right; */
	padding : 20px 50px;
	position: relative;
	/* margin:  0 45px; */
}

.sjs_list .right img {
	display: block;
	width  : 100%;
	object-fit: cover;
}

.sjs_list .swiper-button-next,
.sjs_list .swiper-button-prev {
	width          : 30px;
	height         : 30px;
	border-radius  : 50%;
	border         : 1px solid #e5e5e5;
	background-size: 25% auto;
}

.sjs_list .swiper-button-prev,
.sjs_list .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23101010'%2F%3E%3C%2Fsvg%3E");
}

.sjs_list .swiper-button-next,
.sjs_list .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23101010'%2F%3E%3C%2Fsvg%3E");
}


.plat_container {
	background    : #f7f8fa;
	padding-top   : 30px;
	padding-bottom: 60px;
}

.plat_container .plat_left {
	width: 24%;
	float: left;
	height: 851px;
}

.plat_container .plat_left .toper {
	background   : #fff;
	border-radius: 6px;
	margin-bottom: 20px;
	padding-top  : 60px;
	box-shadow: 0px 4px 20px 0px rgba(184, 189, 202, 0.1);
}

.plat_container .plat_left .toper .p_pic {
	width        : 120px;
	height       : 120px;
	margin       : 0 auto;
	border-radius: 50%;
	overflow     : hidden;
	margin-bottom: 20px;
}

.plat_container .plat_left .toper .p_pic img {
	display: block;
	width  : 100%;
	height : 100%;
	border : none;
	object-fit:cover;
}

.plat_container .plat_left .toper .p_name {
	font-size : 22px;
	color     : #101010;
	text-align: center;
}

.plat_container .plat_left .toper .p_name img {
	display       : inline-block;
	vertical-align: middle;
	margin-left   : 10px;
	width         : 22px;
	border        : none;
}

.plat_container .plat_left .toper .p_tag {
	text-align   : center;
	font-size    : 0;
	margin-top   : 10px;
	margin-bottom: 10px;
}

.plat_container .plat_left .toper .p_tag span {
	display  : inline-block;
	font-size: 14px;
	color    : #6e6d7a;
	margin   : 5px 20px;
}

.plat_container .plat_left .toper .p_count {
	font-size : 14px;
	color     : #6d6c7a;
	text-align: center;
}

.plat_container .plat_left .toper .p_count span {
	color: #fe973d;
}

.plat_container .plat_left .toper .p_pen {
	font-size : 0;
	text-align: center;
	margin-top: 20px;
	display: none;
}

.plat_container .plat_left .toper .p_pen .box {
	display: inline-block;
	margin : 0 9px;
}

.plat_container .plat_left .toper .p_pen .box .jqm-round-wrap {
	margin: 0 auto;
}

.plat_container .plat_left .toper .p_pen .box .it {
	margin-top : 5px;
	font-size  : 12px;
	color      : #898989;
	line-height: 17px;
}

.plat_container .plat_left .toper .p_btn {
	margin-top    : 30px;
	padding-bottom: 25px;
}

.plat_container .plat_left .toper .p_btn a {
	display    : block;
	width      : 180px;
	line-height: 40px;
	text-align : center;
	background : #FFF;
	/* box-shadow : 0px 2px 15px 0px rgba(94, 192, 189, 0.19); */
	border     : 1px solid #79D5C4;
	color      : #79D5C4;
	margin     : 0 auto 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	border-radius:20px;
}

/* .plat_container .plat_left .toper .p_btn a :hover{
	background : #79D5C4;
	color      : #fff;
} */

.plat_container .plat_left .toper .p_btn a.HomePage {
	background: #F7A655;
	box-shadow: 0px 2px 15px 0px rgba(247, 166, 85, 0.11);
	color     : #fff;
	border    : 1px solid #F7A655;
	border-radius: 20px;
}

/* .plat_container .plat_left .toper .p_btn a.HomePage :hover{
	opacity: 0.8;
	background: #F7A655;
	box-shadow: 0px 2px 15px 0px rgba(247, 166, 85, 0.11);
	color     : #fff;
	border     : 1px solid #F7A655;
} */

.plat_container .plat_left .middle {
	background   : #fff;
	border-radius: 6px;
	padding      : 0 25px;
	box-shadow: 0px 4px 20px 0px rgba(184, 189, 202, 0.1);
}

.plat_container .plat_left .middle a {
	display      : block;
	text-align   : center;
	line-height  : 62px;
	font-size    : 16px;
	color        : #6e6d7a;
	border-bottom: 1px solid #f4f3f3;
}

.plat_container .plat_left .middle a span {
	position: relative;
}

.plat_container .plat_left .middle a.dot span::after {
	content         : '';
	display         : block;
	width           : 8px;
	height          : 8px;
	border-radius   : 50%;
	background-color: red;
	position        : absolute;
	top             : 50%;
	transform       : translateY(-50%);
	margin-top      : -4px;
	right           : -8px;
}

.plat_container .plat_left .middle a:last-child {
	border-bottom: none;
}

.plat_container .plat_left .middle a:hover {
	color: #79D5C4;
}

.plat_container .plat_left .bottom {
	background   : #fff;
	overflow     : hidden;
	margin-top   : 20px;
}

.plat_container .plat_left .bottom img {
	display: block;
	width  : 100%;
	object-fit: contain;
	box-shadow: 0px 4px 20px 0px rgba(184, 189, 202, 0.1);
border-radius: 6px;
}

.plat_container .plat_right {
	width        : 74%;
	float        : right;
	min-height: 855px;
	/* border-radius: 10px; */
	padding-top  : 17px;
}

.plat_container .plat_right .p_item {
	overflow: hidden;
	padding : 0 30px;
}

.plat_container .plat_right .p_item a {
	display                : block;
	float                  : left;
	line-height            : 55px;
	text-align             : center;
	/* border-top-left-radius : 10px;
	border-top-right-radius: 10px; */
	padding                : 0 30px;
	font-size              : 16px;
	color                  : #6e6d7a;
	border-radius: 6px 6px 0px 0px;
}

.plat_container .plat_right .p_item a span {
	font-size  : 14px;
	margin-left: 5px;
	color      : #ccc !important;
}

.plat_container .plat_right .p_item a.on {
	background: #fff;
	color     : #fe973d;
	/* padding   : 0 50px; */
}

.plat_container .plat_right .p_rcontainer {
	background   : #fff;
	padding      : 0 30px 74px;
	min-height   : 830px;
	box-shadow: 0px 4px 20px 0px rgba(184, 189, 202, 0.1);
border-radius: 6px;
}

.plat_container .plat_right .p_rcontainer .p_blank {
	height       : 10px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 30px;
}

.plat_container .plat_right .p_rcontainer .p_benefit {
	width     : 100%;
	overflow  : hidden;
	padding   : 22px 26px 0;
	background: #f6f7fa;
}

.plat_container .plat_right .p_rcontainer .p_benefit li {
	width         : 21.25%;
	float         : left;
	margin-right  : 5%;
	padding-bottom: 22px;
}

.plat_container .plat_right .p_rcontainer .p_benefit li:last-child {
	margin-right: 0;
}

.plat_container .plat_right .p_rcontainer .p_benefit li p {
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #101010;
	line-height: 20px;
}

.plat_container .plat_right .p_rcontainer .p_benefit li span {
	display    : inline-block;
	font-size  : 26px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color      : #F7A655;
	line-height: 56px;
	margin-top : 10px;
}

.plat_container .plat_right .p_rcontainer .p_benefit li em {
	color      : #666;
	font-size  : 14px;
	margin-left: 10px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box {
	overflow : hidden;
	margin   : 35px -10px;
	display  : flex;
	flex-wrap: wrap;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .box {
	width  : 100%;
	padding: 10px 10px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .inner {
	height       : 100%;
	background   : #f6f7fa;
	overflow     : hidden;
	padding      : 30px 20px 30px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .tit {
	font-size          : 18px;
	font-family        : PingFangSC-Medium, PingFang SC;
	font-weight        : 500;
	color              : #101010;
	line-height        : 22px;
	background-position: right center;
	background-size    : auto 100%;
	background-repeat  : no-repeat;
	margin-bottom      : 20px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .a_btn {
	margin     : 60px auto;
	line-height: 40px;
	width      : 180px;
	text-align : center;
	background : transparent;
	/* box-shadow : 0px 2px 15px 0px rgba(94, 192, 189, 0.19); */
	font-size  : 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #79D5C4;
	display    : block;
	border: 1px solid #79D5C4;
	border-radius: 20px;
}
.plat_container .plat_right .p_rcontainer .withdraw_box .a_btn:hover{
	color      : #FFF;
	background : #79D5C4;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .a_h6 {
	height       : 19px;
	font-size    : 18px;
	font-family  : PingFangSC-Medium, PingFang SC;
	font-weight  : 500;
	color        : #101010;
	margin-bottom: 5px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .a_pp {
	height     : 16px;
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #6E6D7A;
	line-height: 27px;
	margin     : 10px 0;
}


.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li {
	background             : #79D5C4;
	box-shadow             : 0px 2px 20px 0px rgb(158 149 229 / 30%);
	border-top-right-radius: 6px;
	border-top-left-radius : 6px;
	padding                : 15px 20px 21px;
	line-height            : 20px;
	position               : relative;
	margin-top             : -6px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li:last-child {
	padding-bottom: 35px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li p {
	color        : #fff;
	font-size    : 14px;
	margin-bottom: 10px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li span {
	display  : block;
	font-size: 14px;
	color    : #fff;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li a {
	display    : block;
	position   : absolute;
	right      : 20px;
	top        : 30px;
	padding    : 0 15px;
	font-size  : 12px;
	line-height: 30px;
	background : #fff;
	color      : #79D5C4;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li.l2 {
	background: #f9d55d;
	box-shadow: 0px 2px 20px 0px rgba(249, 213, 93, 0.3);
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li.l2 a {
	color: #f9d55d;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li.l3 {
	background: #9e95e5;
	box-shadow: 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li.l3 a {
	color: #9d94e5;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li.l4 {
	background: #fe973d;
	box-shadow: 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li.l4 a {
	color: #9d94e5;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .a_list li {
	border-radius: 6px;
	background   : #fff;
	margin-bottom: 10px;
	padding      : 15px;
	position     : relative;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .a_list li p {
	display      : block;
	font-size    : 14px;
	font-weight  : 500;
	color        : #101010;
	line-height  : 20px;
	margin-bottom: 2px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .a_list li span {
	display    : block;
	font-size  : 12px;
	font-weight: 400;
	color      : #898989;
	line-height: 17px;
}

.plat_container .plat_right .p_rcontainer .withdraw_box .a_list li em {
	display  : block;
	position : absolute;
	right    : 15px;
	top      : 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color    : #fe973d;
}

.user_container {
	background    : #f7f8fa;
	padding-top   : 90px;
	padding-bottom: 65px;
}

.user_container.no_head {
	padding-top: 30px;
}

.user_container.null_head {
	padding-top: 0;
}

.user_container.wh_head {
	background: #fff;
}

.user_container .user_con {
	background   : #fff;
	padding      : 1px 98px 50px;
	box-shadow: 0px 4px 20px 0px rgba(184, 189, 202, 0.1);
border-radius: 6px;
}

.user_container .user_pic {
	width        : 120px;
	height       : 120px;
	border-radius: 50%;
	overflow     : hidden;
	margin       : -59px auto 20px;
	position     : relative;
}

.user_container .user_pic img {
	display: block;
	width  : 100%;
	height : 100%;
	object-fit: cover;
}

.user_container .user_pic .smask {
	position  : absolute;
	z-index   : 5;
	right     : 0;
	top       : 0;
	width     : 100%;
	height    : 100%;
	background: rgba(194, 194, 194, 0.85);
	cursor    : pointer;
	display   : none;
}

.user_container .user_pic:hover .smask {
	display: block;
}

.user_container .user_pic .smask span {
	display   : block;
	width     : 100%;
	text-align: center;
	position  : absolute;
	z-index   : 6;
	top       : 50%;
	transform : translateY(-50%);
	text-align: center;
	color     : #fff;
}

.user_container .user_name {
	text-align: center;
	font-size: 22px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #101010;
}

.user_container .user_name img {
	display       : inline-block;
	width         : 19px;
	height: 15px;
	margin-left   : 5px;
	vertical-align: middle;
	object-fit: cover;
}

.user_container .user_nav {
	font-size    : 0;
	text-align   : center;
	margin-top   : 40px;
	border-bottom: 1px solid #f6f7fa;
	position     : relative;
	z-index      : 30;
	white-space  : nowrap;
	margin-bottom: 40px;
}

.user_container .user_nav .n_in {
	position: relative;
}

.user_container .user_nav .n_in::after {
	content: "";
	display: block;
	clear  : both;
}

.user_container .user_nav .li {
	display : inline-block;
	position: relative;
	padding : 0 30px;
	margin  : 0 20px;
	border  : 1px solid transparent;
}

.user_container .user_nav .li>a {
	/* line-height   : 42px; */
	padding-bottom: 15px;
	font-size     : 16px;
	color         : #6e6d7a;
	display       : block;
	position      : relative;
}

.user_container .user_nav .li>a.dot::after {
	content         : '';
	display         : block;
	width           : 8px;
	height          : 8px;
	border-radius   : 50%;
	background-color: red;
	position        : absolute;
	top             : 50%;
	transform       : translateY(-50%);
	margin-top      : -16px;
	right           : -8px;
}

.user_container .user_nav .li .sub {
	position      : absolute;
	width         : calc(100% + 2px);
	top           : 100%;
	left          : -1px;
	text-align    : center;
	/* padding-bottom: 8px; */
	padding-top: 12px;
	background    : #fff;
	display       : none;
	border        : 1px solid transparent;
	border-top    : none;
	box-shadow: 0px 4px 30px 0px rgba(184, 189, 202, 0.2);
	border-radius: 0px 0px 5px 5px;
}

.user_container .user_nav .li .sub a {
	display      : block;
	font-size    : 14px;
	font-weight  : 500;
	color        : #6e6d7a;
	line-height  : 20px;
	margin-bottom: 12px;
}

.user_container .user_nav .li .sub a:hover {
	color: #fe973d;
}

.user_container .user_nav .li.on {
	border-color: #f4f3f3;
}

.user_container .user_nav .li.on .sub {
	border-color: #f4f3f3;
}

.user_container .user_list {
	/* padding-left: 110px; */
	bottom      : 85px;
}

.user_container .user_select {
	font-size: 0;
}

.user_container .user_select select {
	border       : 1px solid #e5e5e5;
	border-radius: 5px;
	min-width    : 150px;
	height       : 40px;
	padding-left : 11px;
	padding-right: 40px;
	font-size    : 16px;
	color        : #6e6d7a;
	background   : #fff url(../../img/home/down.svg) no-repeat right 16px center;
	margin-right : 40px;
}

.user_container .user_select select:last-child {
	margin-right: 0;
}

.user_container .user_table {
	width          : 100%;
	margin-top     : 30px;
	border-collapse: collapse;
}

.user_container .user_table tr {
	margin-bottom: 15px;
	/* border-top   : 15px solid #fff;
	border-bottom: 15px solid #fff; */
}



.user_container .user_table tr.blank td {
	padding   : 0;
	background: #fff;
	height    : 15px;
}

.user_container .user_table th {
	text-align : center;
	background : #f6f7fa;
	font-size  : 14px;
	font-weight: normal;
	color      : #aaaaaa;
}

.user_container .user_table th:nth-child(1) {
	text-align               : left;
	padding-left             : 74px;
	line-height              : 40px;
	/* border-top-left-radius   : 20px;
	border-bottom-left-radius: 20px;
	width                    : 60%; */
}

/* .user_container .user_table th:last-child {
	border-top-right-radius   : 20px;
	border-bottom-right-radius: 20px;
} */

.user_container .user_table td {
	text-align               : center;
	padding                  : 20px 0px;
	background               : #f6f7fa;
	overflow                 : hidden;
	/* border-top-left-radius   : 10px;
	border-bottom-left-radius: 10px; */
}

.user_container .user_table td:nth-child(1) {
	text-align: left;
}

.user_container .user_table td:last-child {
	/* border-top-right-radius   : 10px;
	border-bottom-right-radius: 10px; */
}

.user_container .user_table td .icon {
	background : url(../../img/home/ear_icon1.png) no-repeat right 2px center;
	display    : block;
	height     : 20px;
	width      : 10%;
	margin-left: auto;
	position   : relative;
}

.user_container .user_table td .icon.dot::after {
	content         : '';
	display         : block;
	width           : 6px;
	height          : 6px;
	border-radius   : 50%;
	background-color: red;
	position        : absolute;
	right           : 0;
	top             : 0;
}

.user_container .user_table .pic {
	float        : left;
	width        : 100px;
	height: 100px;
	overflow     : hidden;
	margin-right : 20px;
}

.user_container .user_table .pic img {
	display: block;
	height: 100%;
	width  : 100%;
}

.user_container .user_table .txt {
	float: left;
}

.user_container .user_table .txt h3 {
	font-size    : 14px;
	font-weight  : 500;
	color        : #6e6d7a;
	line-height  : 20px;
	margin-bottom: 10px;
}

.user_container .user_table .txt .no {
	font-size  : 14px;
	font-weight: 400;
	color      : #6e6d7a;
	line-height: 20px;
	display    : block;
}

.user_container .user_table .txt .name {
	overflow     : hidden;
	margin-top   : 10px;
	margin-bottom: 20px;
}

.user_container .user_table .txt .name .img {
	display      : block;
	width        : 20px;
	height       : 20px;
	float        : left;
	overflow     : hidden;
	border-radius: 50%;
}

.user_container .user_table .txt .name .img img {
	display: block;
	width  : 100%;
	height : 100%;
}

.user_container .user_table .txt .name em {
	display    : block;
	float      : left;
	line-height: 20px;
	margin-left: 5px;
	font-size  : 12px;
	color      : #6e6d7a;
}

.user_container .user_table .txt p {
	font-size  : 14px;
	font-weight: 500;
	color      : #6e6d7a;
	line-height: 20px;
}

.user_container .user_table .num {
	font-size  : 16px;
	font-weight: 500;
	color      : #6e6d7a;
	line-height: 22px;
}

.user_container .user_table .btn {
	font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
	color        : #FFF;
	display      : block;
	width        :95px;
	line-height  : 35px;
	text-align   : center;
	background: #79D5C4;
box-shadow: 0px 2px 10px 0px rgba(94, 192, 189, 0.3);
border-radius: 6px;
	margin       : 0 auto;
}
.user_container .user_table .btn img{
	vertical-align: sub;
    margin-right: 5px;
    margin-bottom: 1px;
}

/* .user_container .user_table .btn:hover {
	color        : #FFF;
	background   : #79d5c4;
} */

.page {
	text-align: center;
	font-size : 0;
}

.page a,
.page span {
	width        : 40px;
	display      : inline-block;
	line-height  : 40px;
	background   : #fff;
	text-align   : center;
	border-radius: 4px;
	font-size    : 16px;
	color        : #898989;
	margin       : 0 5px;
	transition   : all 0.3s;
}

.page a:hover,
.page a.on,
.page span:hover,
.page span.on {
	color     : #fff;
	background: #79d5c4;
	box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
}

.table_out {
	overflow: auto;
}

.user_form {
	padding: 0 75px 100px;
}

.user_form.user_form_sjg {
	padding-right: 0;
	padding-left : 0;
	background   : #fff;
}

.user_form .user_replace {
	margin       : 0 auto 32px;
	width        : 150px;
	height       : 150px;
	/* border-radius: 50%; */
	position     : relative;
	overflow     : hidden;
	border-radius : 50%;
}

.user_form .user_replace img {
	display: block;
	width  : 100%;
	height : 100%;
}
/* .user_form .user_replace img:hover .user_form .user_replace .smask{
	display: block;
} */
.user_form .user_replace .smask {
	position  : absolute;
	z-index   : 5;
	right     : 0;
	top       : 0;
	width     : 100%;
	height    : 100%;
	background: rgba(0, 0, 0, 0.6);
	cursor    : pointer;
	border-radius: 50%;
	display:none;
}
.user_form .user_replace .smask.hover{
	display: block;
}

.user_form .user_replace .smask span {
	display   : block;
	width     : 100%;
	text-align: center;
	position  : absolute;
	z-index   : 6;
	top       : 50%;
	transform : translateY(-50%);
	text-align: center;
	color     : #fff;
}

.user_form .uf_tit_a {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #101010;
	line-height  : 28px;
	margin-bottom: 10px;
}

.user_form .uf_tit_b {
	font-size: 14px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #AFB4BD;
	line-height  : 20px;
	margin-bottom: 20px;
}

.user_form .blank_20 {
	height: 20px;
}

.user_form .i_row_a {
	width        : 100%;
	height       : 50px;
	background   : #f6f7fa;
	position     : relative;
	margin-bottom: 20px;
	border-radius: 6px;
}

.user_form .order_box .in {
	/* width     : 30%; */
	float     : left;
	margin    : 5px 0;
	box-sizing: border-box;
}

.user_form .order_box .in span {
	display     : block;
	float       : left;
	margin-right: 10px;
	font-size   : 14px;
	color       : #6e6d7a;
}

.user_form .order_box .in p {
	float    : left;
	/* width    : 60%; */
	font-size: 14px;
	color    : #000;
}

.user_form .i_row_a::after {
	content: "";
	display: block;
	clear  : both;
}

.user_form .i_row_a span {
	display    : inline-block;
	padding    : 0 20px;
	line-height: 50px;
	width      : 300px;
	font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #6E6D7A;
}

.user_form .i_row_a em {
	line-height: 50px;
	font-size  : 16px;
	color      : #333;
	float      : left;
}

.user_form .i_row_a span .requried {
	color: #E83232;
	margin-right: 5px;
}

.user_form .i_row_a .input {
	height       : 100%;
	border       : none;
	background   : none;
	box-sizing   : border-box;
	/* padding-right: 30px; */
}

.user_form .i_row_a .input.pr {
	padding-right: 90px;
}

.user_form .i_row_a .input.tr {
	text-align: right;
}

.user_form .i_row_a .input_sel {
	padding-right: 44px;
	padding-left : 10px;
	font-size    : 14px;
	background   : url(../../img/home/pull_down.png) no-repeat right 20px center;
}

.user_form #edit-info {
	margin       : 100px auto 0;
	width        : 180px;
	height       : 40px;
	border-radius: 20px;
	background   : #79d5c4;
	box-shadow   : 0px 4px 20px 0px rgb(94 192 189 / 30%);
	border       : none;
	color        : #fff;
	cursor       : pointer;
	text-align   : center;
	line-height  : 40px;
	display      : block;
}

.user_form #edit-info.on {
	background: #5ec0bd;
	box-shadow: 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
}

.user_form .i_row_b {
	border-radius: 13px;
	margin-bottom: 20px;
	background   : #f6f7fa;
	padding      : 20px;
}

.user_form .i_row_b .tt {
	font-size: 16px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #6E6D7A;
	line-height  : 20px;
	margin-bottom: 13px;
}

.user_form .i_row_b textarea {
	resize     : none;
	width      : 100%;
	height     : 92px;
	border     : none;
	background : none;
	font-weight: 500;
	color      : #101010;
	line-height: 22px;
}

.user_form #save-info {
	display: none;
}

.user_form .submit_a {
	font-size: 16px;
	display      : flex;
	justify-content:center;
	align-items    : center;
	margin       : 30px auto 20px;
	width        : 180px;
	height       : 40px;
	border-radius: 20px;
	background   : transparent;
	border       : none;
	color        : #79d5c4;
	cursor       : pointer;
	border: 1px solid #79d5c4;
	text-align: center;
    line-height: 40px;
	
}
.user_form .submit_a img{
	margin-right: 4px;
}
.user_form .submit_a:hover{
	background : #79d5c4;
	color:#FFF ;
	box-shadow: 0px 2px 10px 0px rgba(94, 192, 189, 0.3);
}

.user_form .blank_80 {
	height: 80px;
}

.user_form .uf_tit_c {
	font-size: 30px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #101010;
	margin-bottom: 20px;
}

.user_form .uf_tit_d {
	font-size: 14px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #AFB4BD;
	margin-bottom: 30px;
}

.user_form .i_row_c {
	overflow: hidden;
}


.user_form .i_row_c label {
	display    : block;
	float      : left;
	line-height: 20px;
	font-size  : 16px;
	color      : #101010;
	margin-left: 15px;
}


.user_form .address_box {
	padding      : 20px 30px;
	border-radius: 8px;
	background   : #f6f7fa;
	margin-bottom: 30px;
}

.user_form .address_box .i_row_a {
	height       : auto;
	margin-bottom: 0;
	margin-bottom: 5px;
	border-radius: 0;
}

.user_form .address_box .i_row_a.no_radio {
	border-radius: 0;
}

.user_form .address_box .i_row_a span {
	line-height  : 32px;
	font-size    : 16px;
	color        : #898989;
	padding-left : 0;
	padding-right: 15px;
}

.user_form .address_box .i_row_a em {
	display    : block;
	float      : left;
	line-height: 32px;
	font-size  : 16px;
	color      : #101010;
}

.user_form .address_box .row_box_a {
	overflow: hidden;
}

.user_form .address_box .row_box_a .i_row_a {
	/* float: left;
	width: 46%; */
}

.user_form .address_box .row_box_a .i_row_a:nth-child(2n) {
	/* float: right; */
}

.user_form .address_box .check_a {
	overflow   : hidden;
	padding-top: 6px;
}

.user_form .address_box .check_a .check_place {
	overflow   : hidden;
	cursor     : pointer;
	display    : block;
	user-select: none;
}

.user_form .address_box .check_a .check_place span {
	float        : left;
	padding      : 0;
	width        : 20px;
	height       : 20px;
	background   : transparent;
	border-radius: 2px;
	border:1px solid #737880
}

.user_form .address_box .check_a .check_place p {
	float      : left;
	margin-left: 15px;
}

.user_form .address_box .check_a .check_place.on span {
	background: url(../../img/home/select.png) no-repeat center/cover;
	border: none;
}

.user_form .address_box .btn {
	text-align: center;
	margin-top: 20px;
}
.user_form .address_box .btn  .address-btns{
	display:flex;
}
.user_form .address_box .btn  .address-btns img{
	margin-right: 4px;
}
.user_form .address_box .btn a.address_btn {
	display       :flex;
	vertical-align: middle;
	line-height   : 40px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	padding       : 11px;
	width         : 95px;
	height: 40px;
	background: #FE973D;
	box-shadow: 0px 2px 5px 0px rgba(254, 151, 61, 0.3);
	border-radius: 6px;
	align-items: center;
}
/* .user_form .address_box .btn a.address_btn:hover{
	background    : #fe973d;
	color         : #FFF;
} */

.user_form .address_box .btn a.on.address_btn {
	background : #79d5c4;
	margin-left: 20px;
	box-shadow: 0px 2px 10px 0px rgba(94, 192, 189, 0.3);
}
/* .user_form .address_box .btn a.on:hover{
	background : #79d5c4;
	color: #FFF;
} */

.user_form .order_box {
	margin       : 0;
	background   : #F6F7FA;
	padding      : 25px 40px 0;
	margin-bottom: 20px;
}

.user_form .in {
	margin    : 0;
	/* background: #F6F7FA; */
	padding   : 25px 0px;
}

.user_form .order_box::after {
	content: "";
	display: block;
	clear  : both;
}

.user_form .order_box .ott {
	font-size    : 25px;
	font-weight  : 400;
	color        : #101010;
	line-height  : 42px;
	margin-bottom: 20px;
}

.user_form .order_box .i_row_a {
	float: left;
	width: 48%;
	display: flex;
}

.user_form .order_box .i_row_a:nth-child(2n) {
	float: right;
}

.user_form .order_box .i_row_a.order_set {
	border-radius: 0;
	background   : none;
}

.user_form .order_box .i_row_a.order_set .check_a {
	overflow   : hidden;
	padding-top: 15px;
}

.user_form .order_box .i_row_a.order_set .check_a.on span::after {
	opacity: 1;
}

.user_form .order_box .i_row_a.order_set span {
	width        : 20px;
	height       : 20px;
	background   : #eaf0ee;
	float        : left;
	position     : relative;
	border-radius: 50%;
	padding      : 0;
}

.user_form .order_box .i_row_a.order_set span::after {
	content      : "";
	display      : block;
	width        : 100%;
	height       : 100%;
	background   : url(../../img/home/select.png) no-repeat center/cover;
	border-radius: 50%;
	position     : absolute;
	top          : 0;
	overflow     : 0;
	opacity      : 0;
}

.user_form .order_box .i_row_a.order_set p {
	float      : left;
	margin-left: 15px;
}

.user_container .order_box .user_table {
	margin-top: 0;
}

.user_container .order_box .user_table td {
	background: #fff;
}

.user_container .order_box .user_table tr {
	border-bottom: 1px solid #f6f7fa;
}

.pat_fun_box {
	overflow     : hidden;
}

.pat_fun_box .in {
	display     : block;
	float       : left;
	width       : 23.5%;
	float       : left;
	margin-right: 2%;
}

.pat_fun_box .in:last-child {
	margin-right: 0;
}

.pat_fun_box input {
	display: none;
}

.pat_fun_box label {
	display        : flex;
	flex-direction : row;
	align-items    : center;
	justify-content: center;
	width          : 100%;
	height         : 120px;
	border         : 1px solid #f6f7fa;
}

.pat_fun_box label span {
	display      : inline-block;
	width        : 18px;
	height       : 18px;
	border-radius: 50%;
	background   : #eaf0ee;
}

.pat_fun_box label img {
	margin-left : 20px;
	margin-right: 15px;
}

.pat_fun_box label em {
	color: #101010;
}

.pat_fun_box label.on {
	background  : rgba(121, 213, 196, 0.05);
	border-color: #54d8c4;
}

.pat_fun_box label.on span {
	background: url(../../img/home/select_pay.svg) no-repeat center/cover;
	border-radius: 0;
}

.couppinput {
	display      : block;
	width        : 500px;
	max-width    : 100%;
	height       : 50px;
	border-radius: 25px;
	background   : #f6f7fa;
	padding      : 0 28px;
	border       : none;
}

.price_row {
	overflow  : hidden;
	background: #fff;
	padding   : 24px;
}

.price_row .l {
	float: left;
}

.price_row .r {
	float: right;
}

.price_row span {
	width       : 100px;
	font-size   : 16px;
	color       : #898989;
	display     : inline-block;
	margin-right: 12px;
}

.price_row em {
	font-size: 32px;
	color    : #101010;
	display  : inline-block;
}

.price_row em small {
	font-size: 20px;
}

.price_row em.on {
	color: #fe973d;
}

.price_row input {
	display      : inline-block;
	border-radius: 23px;
	height       : 44px;
	border       : none;
	width        : 155px;
	margin-left  : 30px;
	font-size    : 14px;
	color        : #fff;
	background   : #fe973d;
	cursor       : pointer;
	box-shadow   : 0px 1px 10px 0px rgba(254, 151, 61, 0.3);
}

.price_row .a-btn {
	display      : inline-block;
	/* border-radius: 22px; */
	height       : 44px;
	border       : none;
	width        : 155px;
	margin-left  : 30px;
	padding-top  : 12px;
	text-align   : center;
	font-size    : 14px;
	color        : #fff;
	background   : #fe973d;
	cursor       : pointer;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.sjg_banner {
	text-align    : center;
	color         : #fff;
	font-size     : 0px;
	font-weight   : 500;
	line-height   : 30px;
	background    : #87c3b7;
	height: 280px;
}

.sjg_banner_1 {
	text-align    : center;
	color         : #fff;
	font-size     : 0px;
	font-weight   : 500;
	line-height   : 30px;
	background    : #f6a74a;
	padding-top   : 40px;
	padding-bottom: 170px;
	font-family   : 'Gelion Medium';
}

.order_con_mt {
	margin-top: -130px;
}

.sjg_process {
	overflow: hidden;
	padding : 90px 20px 0;
}

.sjg_process li {
	width     : 25%;
	float     : left;
	font-size : 0;
	text-align: center;
}

.sjg_process li img {
	display  : block;
	margin   : 0 auto 0px;
	max-width: 60%;
	width:180px;
	height: 130px;
}

.sjg_process li .line {
	width   : 100%;
	/* height  : 35px; */
	position: relative;
}

.sjg_process li .line::after {
	content   : "";
	display   : block;
	width     : 50%;
	height    : 3px;
	background: #b8bdca;
	position  : absolute;
	right     : 0;
	top       : 50%;
	margin-top: -1.5px;
	z-index   : 2;
}

.sjg_process li .line::before {
	content   : "";
	display   : block;
	width     : 50%;
	height    : 3px;
	background: #b8bdca;
	position  : absolute;
	left      : 0;
	top       : 50%;
	margin-top: -1.5px;
	z-index   : 2;
}

.sjg_process li .line .in {
	width     : 75px;
	margin    : 0 auto;
	background: #fff;
	z-index   : 3;
	position  : relative;
}

.sjg_process li .line span {
	display      : block;
	width        : 34px;
	height       : 34px;
	border-radius: 50%;
	margin       : 0 auto;
	border       : 1.5px solid transparent;
	position     : relative;
}

.sjg_process li .line span::after {
	content      : "";
	display      : block;
	width        : 17px;
	height       : 17px;
	border-radius: 50%;
	background   : #b8bdca;
	/* box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	position     : absolute;
	top          : 50%;
	left         : 50%;
	transform    : translate(-50%, -50%);
}

.sjg_process li .btn {
	display      : inline-block;
	line-height  : 34px;
	padding      : 0 15px;
	font-size    : 16px;
	font-weight  : lighter;
	color        : #fff;
	min-width    : 90px;	
	margin-top   : 15px;
	background: #B8B8B8;
	/* box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	border-radius: 19px;
}

.sjg_process li.on .btn {
	background: #79D5C4;
	box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
}

.sjg_process li .btn.btn_b {
	background: #f9d55d;
	box-shadow: 0px 2px 20px 0px rgba(249, 213, 93, 0.3);
}

.sjg_process li .btn.btn_c {
	background: #fe973d;
	box-shadow: 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.sjg_process li .btn.btn_d {
	background: #9e95e5;
	box-shadow: 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
}

.sjg_process li:first-child .line::before {
	display: none;
}

.sjg_process li:last-child .line::after {
	display: none;
}

.sjg_process li.mark .line span::after {
	background: #79d5c4;
}

.sjg_process li.mark .line::after,
.sjg_process li.mark .line::before {
	background: #79d5c4;
}

.sjg_process li.on .line span {
	border-color: #79d5c4;
}

.sjg_process li.on .line span::after {
	background: #79d5c4;
}

.sjg_process li.on .line::before {
	background: #79d5c4;
}

.sjg_title {
	text-align: center;
	margin-top: 100px;
}

.sjg_title h3 {
	font-size  : 22px;
	font-weight: 600;
	color      : #101010;
	line-height: 30px;
}

.sjg_title p {
	font-size  : 14px;
	font-weight: 500;
	color      : #afb4bd;
	line-height: 20px;
	margin-top : 5px;
}

.sjg_form {
	padding-right: 90px;
	padding-left : 90px;
}

.sjg_up_img .tt {
	font-size: 0;
	color    : #101010;
}

.sjg_up_img .tt span,
.sjg_up_img .tt a {
	font-size: 14px;
	display  : inline-block;
}

.sjg_up_img .tt a {
	margin-left    : 20px;
	padding-left   : 19px;
	background     : url(../../img/home/ex.svg) no-repeat left center;
	color          : #fe973d;
	text-decoration: underline;
}

.file-title a {
	margin-left    : 20px;
	padding-left   : 19px;
	background     : url(../../img/home/ex.svg) no-repeat left center;
	color          : #fe973d;
	text-decoration: underline;
}

.sjg_up_img .img_box ul {
	overflow   : hidden;
	padding-top: 24px;
}

.sjg_up_img .img_box ul li {
	width        : 150px;
	height       : 150px;
	float        : left;
	margin-right : 10px;
	position     : relative;
	cursor       : pointer;
	background   : #79d5c4;
}

.sjg_up_img .img_box ul li>img {
	display      : block;
	width        : 100%;
	height       : 100%;
	object-fit   : cover;
}

.sjg_up_img .img_box ul li .del {
	display    : block;
	position   : absolute;
	width      : 20px;
	height     : 20px;
	top        : -10px;
	right      : -10px;
	background : url(../../img/home/sjg_close.png) no-repeat center/cover;
	text-indent: -9999px;
}

.sjg_up_img .img_box ul .add_btn {
	position: relative;
	cursor  : pointer;
}

.sjg_up_img .img_box ul .add_btn .inner {
	position  : absolute;
	width     : 100%;
	top       : 50%;
	transform : translateY(-50%);
	text-align: center;
}

.sjg_up_img .img_box ul .add_btn .inner img {
	display: block;
	margin : 0 auto;
	border: none;
}

.sjg_up_img .img_box ul .add_btn .inner p {
	font-size  : 14px;
	font-weight: 400;
	color      : #b8bdca;
	line-height: 20px;
	margin-top : 20px;
}

.sjg_notice {
	font-size   : 12px;
	font-weight : 400;
	color       : #898989;
	line-height : 17px;
	padding-left: 19px;
	background  : url(../../img/home/notice.svg) no-repeat left 1px;
	margin-top  : 10px;
}

.sjb_sample {
	height       : 50px;
	background   : #f6f7fa;
	overflow     : hidden;
	position     : relative;
	margin-top   : 30px;
}

.sjb_sample .tt {
	padding-top : 16px;
	padding-left: 20px;
}

.sjb_sample label {
	float        : right;
	line-height  : 34px;
	border-radius: 17px;
	position     : absolute;
	top          : 50%;
	margin-top   : -17px;
	right        : 15px;
	text-align   : center;
	width: 120px;
	background: #F7A655;
	box-shadow: 0px 1px 8px 0px rgba(247, 166, 85, 0.11);
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 0;
}

.sjb_sample input {
	display: none;
}

.user_form_sjg .wh_c {
	margin-top: 30px;
}

.user_form .order_box .wh_c .i_row_a {
	width: 100%;
	float: left;
}

.user_form .order_box .sjg_row_box {
	float           : left;
	width           : 100%;
	/* margin-bottom: 30px; */
}

.user_form .order_box .sjg_row_box::after {
	content: "";
	display: block;
	clear  : both;
}

.user_form .order_box .sjg_row_box .i_row_a {
	margin-bottom   : 0;
	background-color: #FFF;
	display         : flex;
}

.user_form .order_box .sjg_row_box .sjg_notice {
	width: 100%;
	float: left;
}

.user_form .order_box .kll_box {
	width: 48%;
	float: left;
}

.user_form .order_box .kll_box:nth-child(2n) {
	float: right;
}

.sjg_select {
	display      : block;
	float        : right;
	height       : 100%;
	border       : none;
	background   : none;
	padding-right: 44px;
	padding-left : 10px;
	font-size    : 14px;
	color        : #101010;
	background   : url(../../img/home/pull_down.png) no-repeat right 20px center;
}

.user_form .i_row_a .tt1 {
	display      : block;
	float        : right;
	height       : 100%;
	border       : none;
	background   : none;
	font-size    : 16px;
	color        : #101010;
	box-sizing   : border-box;
	padding-right: 30px;
}

.sjg_submit {
	margin       : 0 auto;
	display      : block;
	width        : 240px;
	height       : 50px;
	border       : none;
	background   : #fe973d;
	color        : #fff;
	font-size    : 14px;
	cursor       : pointer;
	border-radius: 26px;
}

.sjg_submit2 {
	margin       : 0 auto;
	display      : inline-block;
	/* width        : 240px; */
	height       : 50px;
	line-height  : 50px;
	text-align   : center;
	border       : none;
	background   : #fff;
	color        : #79D5C4;
	font-size    : 14px;
	cursor       : pointer;
	border:1px solid #79D5C4;
	border-radius: 26px;
	/* box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3); */
	/* font-family  : 'Gelion Medium'; */
}
.sjg_submit2:hover{
	background   : #79D5C4;
	color        : #FFF;
}

.sjg_submit_l {

}

.uplo_aad {
	/* width: 240px; */
	margin: 0 auto;
}
.uplo_aad  a{
	width: 200px;
}
.uplo_aad span {
	line-height : 50px;
	color       : #FE973D;
	display     : inline-block;
	margin-right: 20px;
}

.u_p_banner {
	text-align: center;
	/* background: #9c98ca;
	box-shadow: 0px 2px 20px 0px rgba(158, 149, 229, 0.3); */
	color     : #fff;
	/* padding   : 120px 15px; */
}
.u_p_banner img{
	border:none;
	width: 100%;
}

.u_p_banner h3 {
	font-size    : 34px;
	font-weight  : 500;
	color        : #ffffff;
	line-height  : 48px;
	margin-bottom: 30px;
}

.u_p_banner p {
	font-size  : 22px;
	font-weight: 400;
	color      : #ffffff;
	line-height: 22px;
}

.u_p_toper {
	background : #fff;
}

.u_p_toper .tit {
	text-align: center;
}

.u_p_toper .tit h3 {
	font-size  : 30px;
	font-weight: 500;
	color      : #101010;
	line-height: 42px;
}

.u_p_toper .tit p {
	font-size  : 16px;
	font-weight: 400;
	color      : #afb4bd;
	line-height: 22px;
	margin-top : 13px;
}

.bg_w {
	background: #fff;
}

.bg_g {
	background: #f6f7fa;
}

.percent_li {
	padding : 60px 0;
	overflow: hidden;
}

/* .percent_li.line::after {
	content   : "";
	display   : block;
	position  : absolute;
	height    : 200%;
	width     : 1px;
	background: #e5e5e5;
	right     : 42px;
	top       : -50%;
	transform : skewX(-7deg);
} */

.percent_li.pr0::after {
	right : 67px;
	top   : 50%;
	height: 100%;
}

.percent_li.pr40 {
	padding-right: 40px;
}

.percent_li.pr40::after {
	right: 97px;
}

.percent_li.pr90 {
	padding-right: 90px;
}

.percent_li.pr90::after {
	right: 147px;
}

.percent_li.pr130 {
	padding-right: 140px;
}

.percent_li.pr130::after {
	right: 196px;
}

.percent_li .inner {
	width   : 100%;
	display: flex;
	justify-content: space-between;
}

.percent_li .bo {
	margin-top: 50px;
}

.percent_li .txt {
	width    : 620px;
	max-width: 100%;
	position : relative;
	z-index  : 30;
}
.percent_li .txt h1.t{
	font-size: 30px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #101010;
margin-bottom: 13px;
}
.percent_li .txt .t {
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #101010;
	margin-bottom: 13px;
}
.percent_li .txt .des.qian {
	font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #AFB4BD;
margin-bottom: 40px;
}
.percent_li .txt .des {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #898989;
	line-height: 22px;
	margin-bottom: 10px;
}

.percent_li .txt .des:last-of-type {
	margin-bottom: 0;
}

.percent_li .txt .btn {
	font-size : 0;
	margin-top: 50px;
}

.percent_li .txt .btn a {
	display      : inline-block;
	min-width    : 280px;
	background   : transparent;
	/* box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	padding      : 0 34px;
	line-height  : 44px;
	font-size    : 16px;
	color        : #79d5c4;
	border:1px solid #79d5c4;
	border-radius: 23px;
}
.percent_li .txt .btn a:hover {
	color        : #FFF;
	background   : #79d5c4;
}

.percent_li .txt .btn .pp {
	background: #9e95e5;
	box-shadow: 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
}

.percent_li .txt .btn .or {
	background: #f9d55d;
	box-shadow: 0px 2px 20px 0px rgba(249, 213, 93, 0.3);
}

.percent_li .txt .btn .oor {
	background: #fe973d;
	box-shadow: 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.percent_li .r_p_img {
	z-index        : 5;
	display        : flex;
	justify-content: space-between;
	align-items    : center;
	width: 500px;
}

.percent_li .r_p_img img {
	display     : block;
}

.percent_li .r_p_img .cir_txt {
	width        : 120px;
	height       : 120px;
	border-width : 1px;
	border-style : solid;
	border-radius: 50%;
	text-align   : center;
	padding-top  : 25px;
}

.percent_li .r_p_img .cir_txt.g {
	background: #f6f7fa;
}

.percent_li .r_p_img .cir_txt.w {
	background: #fff;
}

.percent_li .r_p_img .cir_txt span {
	display    : block;
	font-weight: 400;
	line-height: 48px;
	font-size  : 34px;
}

.percent_li .r_p_img .cir_txt em {
	display    : block;
	font-size  : 16px;
	font-weight: 400;
	line-height: 22px;
}

.u_p_form {
	padding-right : 0;
	padding-left  : 0;
	padding-bottom: 0;
}

.u_p_form .sjb_sample {
	background: #fff;
}

.u_p_form .sjg_up_img {
	margin-bottom: 30px;
}

.u_p_form .order_box {
	padding   : 0;
	background: none;
}

.u_p_form .i_row_a {
	background: #fff;
}

.user_form2 .i_row_a p {
	float      : right;
	line-height: 50px;
	font-size  : 14px;
	padding    : 0 20px
}

.user_form2 .i_row_a .huod {
	display      : block;
	width        : 100px;
	float        : right;
	margin       : 8px 18px;
	font-size    : 14px;
	height       : 35px;
	line-height  : 35px;
	text-align   : center;
	background   : #FE973D;
	color        : #fff;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
	border-radius: 35px;
}

.up_btn_box {
	font-size: 0;
}

.up_btn_box .sjg_submit {
	display     : inline-block;
	margin-right: 40px;
}

.up_btn_box .sjg_submit:last-child {
	margin-right: 0;
}

.up_btn_box .sjg_submit.blur {
	background: #b8bdca;
	box-shadow: 0px 4px 20px 0px rgba(184, 189, 202, 0.3);
}

.up_btn_box .sjg_submit.qt {
	background: #79d5c4;
	box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	border-radius: 23px;
}

.sjs_e {
	background: #fff;
}

.sjs_e .user_form {
	padding: 0;
}

.sjs_e .user_form .order_box {
	padding: 0;
}

.sjs_e .user_form .i_row_a .input {
	text-align: right;
}

.sjs_e .pick-show span {
	display: none !important;
}

.sjs_e .pick-area {
	position  : absolute;
	display   : block;
	top       : 0;
	left      : 0;
	width     : 100% !important;
	background: none;
	height    : 100% !important;
}

.sjs_e .pick-show {
	height : 100%;
	opacity: 0;
}

.sjs_e .pick-list {
	right : 0;
	border: 1px solid #79d5c4 !important;
}

.g_body {
	background: #f6f7fa;
}

.designer_toper {
	background    : #fff;
	padding-top   : 48px;
	padding-bottom: 38px;
}

.designer_toper .container-top,
.designer_toper .container-bottom {
	width      : 100%;
	display    : flex;
	align-items: center;
}

.designer_toper .container-bottom .label {
	margin-bottom: 15px;
}

.designer_toper .container-bottom .label span {
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #6D6C7A;
	line-height: 25px;
}

.designer_toper .pic {
	display      : block;
	overflow     : hidden;
	border-radius: 50%;
	width        : 170px;
	height       : 170px;
	margin-left  : 56px;
}


.designer_toper .pic img {
	display      : block;
	width        : 170px;
	height       : 170px;
	border-radius: 50%;
	/* width     : 100%;
	height       : 100%; */
}

.designer_toper .btn_box {
	margin-left: 45px;
	padding-top: 28px;
}

.designer_toper .btn_box a {
	display      : block;
	margin-bottom: 20px;
	width        : 120px;
	height       : 40px;
	line-height  : 40px;
	background   : #FFF;
	/* box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	text-align   : center;
	font-size    : 16px;
	font-family  : PingFangSC-Medium, PingFang SC;
	font-weight  : 500;
	color        : #79D5C4;
	border       : 1px solid #79D5C4;
}

.designer_toper .btn_box a:hover{
	color: #FFF;
	background-color: #79D5C4;
}
/* .designer_toper .btn_box a.share {
	color     : #79D5C4;
	background: #FFF;
} */

/* .designer_toper .btn_box a.on {
	background: #79D5C4;
	box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	color     : #FFF;
	border    : 1px solid #79D5C4;
} */

.designer_toper .btn_box a.guanzhuoff {
	background: #D3EAE7;
	box-shadow: 0px 4px 20px 0px rgba(211, 234, 231, 0.3);
	color     : #FFF;
	border    : 1px solid #D3EAE7;
}

.designer_toper .cm_box {
	margin-left   : 22px;
	padding-top   : 30px;
	/* text-align : center; */
}

.designer_toper .cm_box .score {
	float: left;
}

.designer_toper .cm_box .score .k {
	display      : block;
	text-align   : center;
	font-size    : 55px;
	font-weight  : lighter;
	line-height  : 1;
	color        : #6e6d7a;
	margin-bottom: 10px;
}

.designer_toper .cm_box .score .star {
	font-size    : 0;
	margin-bottom: 9px;
	text-align   : center;
}

.designer_toper .cm_box .score .star img {
	display: inline-block;
	margin : 0 2px;
	border : none;
}

.designer_toper .cm_box .score .person {
	font-size: 0;
}

.designer_toper .cm_box .score .person span {
	font-size   : 12px;
	color       : #9e9e9e;
	padding-left: 12px;
	background  : url(../../img/home/username.png) no-repeat left center;
}

.designer_toper .cm_box .detail {
	float      : left;
	margin-left: 30px;
}

.designer_toper .cm_box .detail .name {
	font-size : 0;
	margin-top: -15px;
}

.designer_toper .cm_box .detail .name span {
	font-size  : 30px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color      : #101010;
	line-height: 49px;
}

.designer_toper .cm_box .detail .name .area {
	width: 23px;
    margin-right: 7px;
    margin-left: 10px;
    border: none;
    vertical-align: baseline;
    height: 18px;
}

.designer_toper .cm_box .detail .name .tag {
	width      : 18px;
	margin-left: 6px;
}

.designer_toper .cm_box .detail .label {
	width        : 400px;
	font-size    : 0;
	text-align   : left;
	margin-top   : 24px;
	margin-bottom: 12px;
}

.designer_toper .cm_box .detail .label span {
	font-size   : 16px;
	font-weight : 400;
	color       : #101010;
	line-height : 22px;
	margin-right: 10px;
}

.designer_toper .cm_box .detail .count {
	text-align : left;
	font-size  : 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color      : #6D6C7A;
	line-height: 50px;
}

.designer_toper .cm_box .detail .count span {
	color: #fe973d;
}

.designer_toper .cm_box .row_b {
	font-size : 0;
	text-align: left;
	margin-top: 36px;
}

.designer_toper .cm_box .box {
	position    : relative;
	display     : inline-block;
	font-size   : 20px;
	margin-right: 28px;
}

.designer_toper .cm_box .box .it {
	margin-top : 10px;
	font-weight: 400;
	color      : #898989;
	line-height: 28px;
	font-weight: lighter;
}

.designer_toper .cm_box .jqm-round-circle p {
	display    : block;
	line-height: 41px;
	font-size  : 16px;
	font-weight: normal;
	color      : #79d5c4;
	top        : 0;
}

.designer_toper .cm_box .jqm-round-wrap {
	width : 50px;
	height: 50px;
	margin: 0 auto;
}

.designer_bottom {
	padding-top   : 30px;
	padding-bottom: 40px;
}

.designer_bottom .product_list .bottom {
	padding-bottom: 15px;
}

.designer_bottom .product_list li {
	margin-bottom: 30px;
	padding      : 0 15px;
	/* width        : 25%; */
}

.designer_bottom .product_list {
	margin-right: -15px;
	margin-left : -15px;
	margin-top  : 40px;
}

.designer_sel {
	overflow       : hidden;
	width          : 350px;
	display        : flex;
	justify-content: space-evenly;
	margin         : 0 auto;
}

.designer_sel a {
	margin-right: 30px;
	font-size   : 16px;
	/* font-family : PingFangSC-Medium, PingFang SC; */
	font-weight : 500;
	color       : #6E6D7A;
	display     : block;
	line-height : 22px;
	padding     : 5px 0px;
}

.designer_sel a.on {
	/* color   : #79D5C4; */
	/* border-bottom: 1px solid #79D5C4; */
}

.designer_sel a.on span {
	color: #79D5C4;
}

.designer_sel span {
	display  : block;
	float    : left;
	font-size: 16px;
	color    : #6E6D7A;
}

.designer_sel em {
	display    : block;
	float      : left;
	font-size  : 14px;
	color      : #b8bdca;
	margin-left: 10px;
}

.model_mask {
	position  : fixed;
	z-index   : 99998;
	width     : 100%;
	height    : 100%;
	top       : 0;
	left      : 0;
	background: #000;
	opacity   : 0.5;
	display   : none;
}
.model_mask_xilie {
	position  : fixed;
	z-index   : 99998;
	width     : 100%;
	height    : 100%;
	top       : 0;
	left      : 0;
	background: #000;
	opacity   : 0.5;
	display   : none;
}

.class_model {
	position     : fixed;
	z-index      : 99999;
	width        : 1010px;
	top          : 50%;
	max-width    : 96%;
	border-radius: 6px;
	left         : 50%;
	display      : none;
	transform    : translate(-50%, -50%);
	background   : #fff;
	padding      : 70px 100px;
}

.class_model img {
	border: none;
}

.class_model .tt {
	text-align   : center;
	font-weight  : 500;
	color        : #101010;
	line-height  : 42px;
	font-size    : 30px;
	margin-bottom: 86px;
}

.class_model .input_bar {
	overflow: hidden;
}

.class_model .input_bar span {
	display    : block;
	float      : left;
	line-height: 55px;
	width      : 15%;
	font-size  : 22px;
	color      : #6e6d7a;
}

.class_model .input_bar input {
	display      : block;
	float        : left;
	width        : 83%;
	/* border-radius: 25px; */
	height       : 55px;
	background   : #f6f7fa;
	border       : none;
	padding      : 0 20px;
}

.class_model .submit {
	display      : block;
	margin       : 0 auto;
	width        : 230px;
	height       : 55px;
	background   : #fe973d;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
	/* border-radius: 30px; */
	color        : #fff;
	border       : none;
	margin-top   : 90px;
	cursor       : pointer;
}


.class_model .close {
	display   : block;
	position  : absolute;
	top: 0;
    right: 5%;
	height    : 15%;
	background: #fff;
	width     : 50px;
	background: url(../../img/home/down.png) no-repeat center bottom/100% auto;
	cursor    : pointer;
}
@media (max-width: 800px) {
	.class_model .close{
		right: 0;
		top: -15px;
		background: url(../../img/home/down.png) no-repeat center bottom/80% auto;
	}
}

/* .class_model .close::after {
	content   : "";
	display   : block;
	width     : 1px;
	top       : 0;
	bottom    : 40px;
	background: #fff;
	position  : absolute;
	left      : 50%;
} */

.designer_model {
	position      : fixed;
	z-index       : 99999;
	width         : 1120px;
	display       : none;
	height        : 80%;
	top           : 50%;
	max-width     : 96%;
	left          : 50%;
	transform     : translate(-50%, -50%);
	background    : #fff;
	padding-bottom: 55px;
	padding-top   : 145px;
	padding-right : 50px;
	padding-left  : 50px;
	border-radius: 6px;
}

.designer_model .product_list {
	margin-right: 0;
	margin-left : 0;
	height      : 100%;
	margin-top  : 0;
	overflow    : auto;
}

.designer_model .product_list .inner {
	box-shadow: 0px 4px 30px 0px rgba(184, 189, 202, 0.2);
}

.designer_model .close {
	display      : block;
	position     : absolute;
	width        : 40px;
	height       : 40px;
	border-radius: 50%;
	right: 10px;
    top: 10px;
	background   : url(../../img/home/down.png) no-repeat center/100% auto;
	cursor       : pointer;
	z-index      : 5;
}

.designer_model .toper {
	position: absolute;
	width   : 100%;
	top     : 0;
	left    : 0;
	padding : 0 65px;
}

.designer_model .toper .in {
	overflow      : hidden;
	line-height   : 34px;
	padding-top   : 47px;
	padding-bottom: 27px;
	border-bottom : 1px solid #f4f3f3;
}

.designer_model .toper .in h3 {
	float    : left;
	font-size: 22px;
	color    : #101010;
}

.designer_model .toper .in p {
	float        : right;
	padding      : 0 27px;
	font-size    : 14px;
	color        : #898989;
	background   : #f6f7fa;
}

.zw_cart {
	margin-top   : 30px;
	margin-bottom: 40px;
	/*商品列表*/
	/*底部总计算价*/
}

.zw_cart .toper {
	background: #fff;
	padding   : 35px;
}

.zw_cart input[type="checkbox"] {
	display: none;
}

.zw_cart label {
	position        : relative;
	display         : block;
	z-index         : 1;
	width           : 20px;
	height          : 20px;
	border-radius   : 50%;
	/* background   : #eaf0ee; */
	background-color: #fff;
	border          : 1px solid #F2F2F2;
	cursor          : pointer;
}

.zw_cart input:disabled+label {
	background-color: #eaf0ee;
	border-color    : #fff;
}

.zw_cart label.mark {
	background: url("../../img/home/select_cart.png") no-repeat center/cover;
	border    : 1px solid #F2F2F2;
}


.zw_cart .cartMain {
	position: relative;
	width   : 100%;
	margin  : 0 auto;
}

.zw_cart .cartMain_hd {
	width      : 100%;
	height     : 50px;
	line-height: 50px;
	color      : #101010;
	background : #f6f7fa;
}

.zw_cart .cartMain_hd .cartTop .list_con {
	width: 46%;
}

.zw_cart .cartBox .order_content {
	border: 1px solid #f6f7fa;
}

.zw_cart .cartBox .order_content a {
	display: block;
}

.zw_cart .order_lists {
	width        : 100%;
	overflow     : hidden;
	border-bottom: 1px solid #f6f7fa;
}

.zw_cart .order_content .order_lists {
	padding  : 28px 0;
	display  : flex;
	flex-wrap: nowrap;
}

.zw_cart .order_lists:last-child {
	border-bottom: none;
}

.zw_cart .order_lists li {
	float     : left;
	text-align: center;
}

.zw_cart .order_lists .list_chk {
	position       : relative;
	width          : 8.5%;
	display        : flex;
	align-items    : center;
	justify-content: center;
}

.zw_cart .order_lists .list_con {
	width: 39%;
}

.zw_cart .order_lists .list_con .list_img {
	width: 35%;
	float: left;
}

.zw_cart .order_lists .list_con .list_img a {
	display      : block;
	overflow     : hidden;
}

.zw_cart .order_lists .list_con .list_img img {
	width  : 100%;
	display: block;
	object-fit: cover;
	height: 125px;
}

.zw_cart .order_lists .list_con .list_text {
	width       : 65%;
	float       : left;
	text-align  : left;
	padding-left: 20px;
}

.zw_cart .order_lists .list_con .list_text h3 {
	font-size    : 14px;
	font-weight  : 500;
	color        : #6e6d7a;
	line-height  : 20px;
	margin-bottom: 10px;
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
}

.zw_cart .order_lists .list_con .list_text .no {
	font-size    : 14px;
	font-weight  : 400;
	color        : #6e6d7a;
	line-height  : 20px;
	display      : block;
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
}

.zw_cart .order_lists .list_con .list_text .name {
	overflow     : hidden;
	margin-top   : 10px;
	margin-bottom: 20px;
}

.zw_cart .order_lists .list_con .list_text .name .img {
	display      : block;
	width        : 20px;
	height       : 20px;
	float        : left;
	overflow     : hidden;
	border-radius: 50%;
}

.zw_cart .order_lists .list_con .list_text .name .img img {
	display: block;
	width  : 100%;
	height : 100%;
}

.zw_cart .order_lists .list_con .list_text .name em {
	display    : block;
	float      : left;
	line-height: 20px;
	margin-left: 5px;
	font-size  : 12px;
	color      : #6e6d7a;
}

.zw_cart .order_lists .list_con .list_text p {
	font-size  : 14px;
	font-weight: 500;
	color      : #6e6d7a;
	line-height: 20px;
}

.zw_cart .order_lists .list_price {
	width: 10%;
}

.zw_cart .order_lists .list_price .price {
	color: #6e6d7a;
}

.zw_cart .order_lists .list_amount {
	width: 17%;
}

.zw_cart .order_lists .operating {
	width: 17%;
}

.zw_cart .order_lists .list_amount .amount_box {
	width   : 115px;
	height  : 35px;
	position: relative;
	/* border  : 1px solid #f6f7fa; */
}

.zw_cart .order_lists .list_amount .amount_box input {
	width     : 41px;
	height    : 100%;
	color     : #343434;
	text-align: center;
	padding   : 4px 0;
	z-index   : 2;
	float     : left;
	border    : none;
}

.zw_cart .order_lists .list_amount .amount_box a {
	background         : #e5e5e5;
	text-align         : center;
	line-height        : 23px;
	color              : #444;
	top                : 0;
	width              : 35px;
	height             : 35px;
	display            : block;
	float              : left;
	background-repeat  : no-repeat;
	background-position: center;
}

.zw_cart .order_lists .list_amount .amount_box .reduce {
	left            : 0;
	background-image: url(../../img/home/cart_re.png);
}

.zw_cart .order_lists .list_amount .amount_box .reSty {
	color: #cbcbcb;
}

.zw_cart .order_lists .list_amount .amount_box .reSty:hover {
	border-right   : none;
	border-color   : #e5e5e5;
	text-decoration: none;
	color          : #cbcbcb;
}

.zw_cart .order_lists .list_amount .amount_box .plus {
	right           : 0;
	background-image: url(../../img/home/cart_pl.png);
}

.zw_cart .order_lists .list_sum {
	/*display: none !important;*/
	width          : 140px;
	display        : flex;
	justify-content: center;
	align-items    : center;
}

.zw_cart .order_lists .list_op {
	width          : 17%;
	display        : flex;
	justify-content: center;
	align-items    : center;
}

.zw_cart .order_lists .list_op .del a {
	font-size       : 16px;
	color           : #79D5C4;
	display         : block;
	width           : 110px;
	line-height     : 40px;
	background-color: #FFF;
	/* box-shadow      : 0px 2px 20px 0px rgba(254, 151, 61, 0.3); */
	border: 1px solid #79D5C4;
	border-radius: 3px;
}
.zw_cart .order_lists .list_op .del a:hover{
	background-color: #79D5C4;
	color           : #FFF;
}
.zw_cart .bar-wrapper {
	height      : 80px;
	background  : #fff;
	margin-top  : 30px;
	line-height : 80px;
	padding-left: 75px;
	font-size   : 16px;
	color       : #101010;
}

.zw_cart .bar-wrapper label {
	display       : inline-block;
	vertical-align: middle;
	margin-right  : 10px;
}

.zw_cart .bar-wrapper .bar-right {
	float: right;
	color: #3c3c3c;
}

.zw_cart .bar-wrapper .bar-right .piece {
	float       : left;
	min-width   : 110px;
	margin-right: 20px;
	height      : 50px;
	line-height : 50px;
}

.zw_cart .bar-wrapper .bar-right .piece .piece_num {
	display    : inline-block;
	padding    : 0 10px;
	font-weight: 700;
	font-size  : 18px;
	font-family: tohoma, arial;
}

.zw_cart .bar-wrapper .bar-right .totalMoney {
	float       : left;
	min-width   : 100px;
	height      : 100%;
	line-height : 80px;
	font-size   : 16px;
	color       : #898989;
	margin-right: 60px;
}

.zw_cart .bar-wrapper .bar-right .totalMoney em {
	font-size     : 20px;
	color         : #fe973d;
	vertical-align: bottom;
}

.zw_cart .bar-wrapper .bar-right .totalMoney .total_text {
	vertical-align: middle;
	font-size     : 32px;
	color         : #fe973d;
	font-weight   : normal;
}

.zw_cart .bar-wrapper .bar-right .calBtn {
	float       : left;
	margin-right: 95px;
}

.zw_cart .bar-wrapper .bar-right .calBtn a {
	display      : block;
	width        : 120px;
	height       : 45px;
	margin-top   : 18px;
	/* border-radius: 30px; */
	color        : #fff;
	background   : #b0b0b0;
	cursor       : not-allowed;
	line-height  : 45px;
	text-align   : center;
	font-size    : 16px;
	color        : #fff;
}

.zw_cart .bar-wrapper .bar-right .calBtn a {
	cursor    : pointer;
	background: #79D5C4;
	border-radius: 23px;
	/* box-shadow: 0px 2px 20px 0px rgba(254, 151, 61, 0.3); */
}

.zw_cart .model_bg {
	position  : fixed;
	top       : 0;
	left      : 0;
	bottom    : 0;
	right     : 0;
	background: rgba(0, 0, 0, 0.6);
	z-index   : 999;
	display   : none;
}

.zw_cart .my_model {
	position     : fixed;
	display      : none;
	top          : 50%;
	left         : 50%;
	transform    : translateY(-60%);
	margin-left  : -200px;
	z-index      : 9999;
	width        : 360px;
	border       : 1px solid #aeaeae;
	border-radius: 3px;
	padding      : 20px;
	background   : #fff;
}

.zw_cart .my_model .title {
	font-size    : 14px;
	color        : #3c3c3c;
	font-weight  : 700;
	margin-bottom: 20px;
}

.zw_cart .my_model .title .closeModel {
	float : right;
	cursor: pointer;
}

.zw_cart .my_model p {
	line-height: 16px;
}

.zw_cart .my_model .opBtn {
	margin-top: 20px;
}

.zw_cart .my_model .opBtn a {
	height               : 30px;
	line-height          : 28px;
	text-align           : center;
	-webkit-border-radius: 1px;
	-moz-border-radius   : 1px;
	-ms-border-radius    : 1px;
	border-radius        : 1px;
	display              : inline-block;
	margin-right         : 10px;
	padding              : 0 15px;
}

.zw_cart .my_model .dialog-sure {
	background: #fe973d;
	color     : #fff;
	border    : 1px solid #fe973d;
}

.zw_cart .my_model .dialog-close {
	background: #fff;
	border    : 1px solid #d9d9d9;
	color     : #3c3c3c;
}

.zw_cart .order_content .order_lists .list_price {
	display        : flex;
	justify-content: center;
	align-items    : center;
}

.zw_cart .order_content .order_lists .list_amount {
	display        : flex;
	justify-content: center;
	align-items    : center;
}

.cart_p_list {
	margin-bottom: 30px;
}

.cart_p_list .product_list {
	margin-top: 30px;
}

.cart_p_list .tit_cart {
	overflow      : hidden;
	padding-bottom: 29px;
	border-bottom : 1px solid #e5e5e5;
}

.cart_p_list .tit_cart h3 {
	float      : left;
	font-weight: 500;
	color      : #101010;
	line-height: 30px;
}

.cart_p_list .tit_cart a {
	display    : block;
	float      : right;
	line-height: 30px;
	font-weight: 400;
	color      : #fe973d;
}

.product_details {
	padding-top   : 30px;
	padding-bottom: 50px;
}

.product_details .goods_position {
	font-size    : 14px;
	font-weight  : 400;
	color        : #898989;
	line-height  : 20px;
	margin-bottom: 30px;
}

.product_details .goods_position a {
	color: inherit;
	margin: 0 5px;
}

.product_details .goods_position a:hover {
	color: #fe973d;
}

.product_details .details {
	overflow: hidden;

}

.product_details .details.detailsmb {
	margin-bottom: -450px;
}

.product_details .details .l_nav {
	float: left;
	width: 6.15% ;

}

.product_details .details .l_nav li {
	height       : 80px;
	width        : 100%;
	margin-bottom: 20px;
	border       : 1px solid #E5E5E5;
	cursor       : pointer;
	border-radius: 2px;
}

.product_details .details .l_nav li.on {
	border-color: #79D5C4;
}

.product_details .details .l_nav li:last-child {
	margin-bottom: 0;
}

.product_details .details .l_nav li img {
	display   : block;
	width     : 100%;
	height    : 100%;
	object-fit: cover;
}

.product_details .details .swiper-container {
	float      : left;
	width      : 46.3%;
	margin-left: 2%;
}

.product_details .details .swiper-container .swiper-slide {
	height  : 550px;
	/* width: 550px  !important; */
}

.product_details .details .swiper-container img {
	display   : block;
	width     : 100%;
	/* height    : 100%;
	object-fit: cover; */
}

.product_details .details .r_de {
	float: right;
	width: 45%;
}

.product_details .detailsmb .r_de {
	top  : -680px;
	width: 50%;
}

.product_details .details .r_de .name {
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
	font-size    : 22px;
	font-family  : PingFangSC-Medium, PingFang SC;
	font-weight  : 500;
	color        : #101010;
	line-height  : 30px;
}

.product_details .details .r_de .person {
	overflow   : hidden;
	line-height: 35px;
	display    : block;
	font-size  : 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #666666;
	line-height: 22px;
	margin     : 20px 0 25px;
}

.product_details .details .r_de .person .pic {
	float        : left;
	width        : 35px;
	height       : 35px;
	border-radius: 50%;
	overflow     : hidden;
	display      : block;
}

.product_details .details .r_de .person .pic img {
	display: block;
	width  : 100%;
	height : 100%;
	border : none;
	object-fit: cover;
}

.product_details .details .r_de .person .u_name {
	display     : block;
	float       : left;
	font-size   : 16px;
	font-family : PingFangSC-Regular, PingFang SC;
	font-weight : 400;
	color       : #666666;
	line-height : 35px;
	margin-left : 10px;
	margin-right: 5px;
}

.product_details .details .r_de .person .u_tag {
	display    : block;
	float      : left;
	width      : 19px;
	margin-top : 11px;
	height: 14px;
	margin-left: 5px;
}

.product_details .details .r_de .person .u_date {
	float    : right;
	display  : block;
	font-size: 12px;
	color    : #cccccc;
}

.product_details .details .r_de .price_box {
	overflow     : hidden;
	margin-bottom: 30px;
}

.product_details .details .r_de .price_box .price {
	display    : block;
	float      : left;
	font-size  : 40px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bold;
	color      : #F7A655;
}

.product_details .details .r_de .price_box .size {
	float      : right;
	font-size  : 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #6E6D7A;
	margin-top : 35px;
}

.product_details .details .r_de .price_box .op {
	float      : right;
	font-size  : 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #6E6D7A;
	margin-left: 15px;
	margin-top : 35px;
	display: flex;
}

.product_details .details .r_de .price_box .op span {
	display     : inline-block;
	width: 15px;
	height: 15px;
	line-height: 14px;
    text-align: center;
    margin-right: 5px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #6E6D7A;
	

}

.product_details .details .r_de .price_box .op .heart {
	background: url(../../img/home/heart_a.png) no-repeat left center/15px;
	cursor    : pointer;

}

.product_details .details .r_de .price_box .op .zan {
	background : url(../../img/home/zan_a.png) no-repeat left center/14px;
	margin-left: 15px;
	cursor     : pointer;
}

.product_details .details .r_de .price_box .op .heart.on {
	background: url(../../img/home/heart_b.png) no-repeat left center/15px;
	cursor    : pointer;
}

.product_details .details .r_de .price_box .op .zan.on {
	background : url(../../img/home/zan_b.png) no-repeat left center/14px;
	margin-left: 15px;
	cursor     : pointer;
}

.product_details .details .r_de .sel_box .tt {
	/* font-size    : 18px; */
	/* color        : #101010; */
	line-height  : 25px;
	margin-bottom: 15px;
	float        : left;
}

.product_details .details .r_de .sel_box {
	/* padding-top: 15px; */
}

.product_details .details .r_de .sel_box .bb {
	overflow: hidden;
}

.product_details .details .r_de .sel_box .bb .a_box {
	float         : left;
	padding-bottom: 15px;
	display       : flex;
	flex-flow     : wrap;
}

.product_details .details .r_de .sel_box .bb .a_box a {
	display      : block;
	float        : left;
	line-height  : 30px;
	text-align   : center;
	border       : 1px solid #E5E5E5;
	font-size    : 14px;
	color        : #101010;
	min-width    : 100px;
	padding      : 0 15px;
	margin-top   : 15px;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
	margin-right: 12px;

}

.product_details .details .r_de .sel_box .bb .a_box a.on {
	border: 1px solid #79D5C4;
	color : #79D5C4;
}

.product_details .details .r_de .sel_box .bb .num {
	width        : 111px;
	height       : 35px;
	border-radius: 2px;
	overflow     : hidden;
	border       : 1px solid #e5e5e5;
	float        : right;
	background   : #eeeeee;
}

.product_details .details .r_de .sel_box .bb .num span {
	display            : block;
	height             : 100%;
	width              : 33.333333333333%;
	float              : left;
	background-color   : #eeeeee;
	background-repeat  : no-repeat;
	background-position: center;
	cursor             : pointer;
}

.product_details .details .r_de .sel_box .bb .num .reduce {
	background-image: url(../../img/home/cart_re.png);
}

.product_details .details .r_de .sel_box .bb .num .plus {
	background-image: url(../../img/home/cart_pl.png);
}

.product_details .details .r_de .sel_box .bb .num input {
	display   : block;
	float     : left;
	border    : none;
	background: #fff;
	width     : 33.333333333%;
	height    : 100%;
	text-align: center;
	cursor    : pointer;
}

.product_details .details .r_de .btn_box {
	overflow       : hidden;
	margin-top     : 30px;
	padding-bottom : 29px;
	border-bottom  : 1px solid #e5e5e5;
	margin-bottom  : 19px;
	display        : flex;
	justify-content: space-between;
}

.product_details .details .r_de .btn_box .btn {
	display     : block;
	float       : left;
	margin-right: 20px;
	max-width       : 170px;
	min-width: 150px;
	line-height : 45px;
	border      : 1px solid #79D5C4;
	padding     : 0;
	font-size   : 18px;
	font-family : PingFangSC-Regular, PingFang SC;
	font-weight : 400;
	color       : #79D5C4;
	text-align  : center;
	cursor: pointer;
}
/* .product_details .details .r_de .btn_box .btn#buy_now{
	background: #79D5C4;
	box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	color     : #FFFFFF;
} */

.product_details .details .r_de .btn_box .btn:hover {
	background: #79D5C4;
	/* box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	color     : #FFFFFF;
}

.product_details .details .r_de .btn_box .btn.on {}

.product_details .details .r_de .btn_box .cirbox {
	float: left;
}

.product_details .details .r_de .btn_box .cir {
	display      : block;
	float        : left;
	width        : 45px;
	height       : 45px;
	margin-top   : 5px;
	border-radius: 50%;
	margin-right : 0px;
}

.product_details .details .r_de .btn_box .cir:last-child {
	margin-right: 0;
}

.product_details .details .r_de .btn_box .cir.a {
	background: url(../../img/home/icon_a.png) no-repeat center;
}

.product_details .details .r_de .btn_box .cir.b {
	background: url(../../img/home/heart_a.png) no-repeat center/19px auto;
}

.product_details .details .r_de .btn_box .cir.c {
	background: url(../../img/home/icon_b.png) no-repeat center;
}
.product_details .details .r_de .btn_box .cir.d {
	background: url(../../img/Recommend/my.png) no-repeat center;
}
.h5-bagSign .cir.c {
	background: url(../../img/h5/gai2.png) no-repeat center;
	width: 40px;
    height: 40px;
}

.product_details .details .r_de .des_box {
	font-size  : 14px;
	font-weight: 400;
	color      : #101010;
	line-height: 22px;
}

.product_details .good_swiper {
	padding   : 0 43px;
	position  : relative;
	margin-top: 10px;
}

.product_details .good_swiper .swiper-button-next,
.product_details .good_swiper .swiper-button-prev {
	width           : 30px;
	height          : 30px;
	border-radius   : 50%;
	border          : 1px solid #e5e5e5;
	background-size : 30% auto;
	background-color: #fff;
}

.product_details .good_swiper .swiper-button-prev,
.product_details .good_swiper .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	left            : 0;
}

.product_details .good_swiper .swiper-button-next,
.product_details .good_swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	right           : 0;
}

.product_details .good_swiper .swiper-container {
	padding: 30px 10px;
}

.product_details .good_swiper .swiper-container a {
	display      : block;
	background   : #fff;
	overflow     : hidden;
}

.product_details .good_swiper .swiper-container a .pic {
	width        : 100%;
}

.product_details .good_swiper .swiper-container a .pic img {
	display: block;
	width  : 100%;
	border : none;
}

.product_details .good_swiper .swiper-container a .bottom {
	padding: 14px;
}

.product_details .good_swiper .swiper-container a .bottom h3 {
	font-size    : 14px;
	font-weight  : 500;
	color        : #6e6d7a;
	line-height  : 20px;
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
	margin-bottom: 8px;
}

.product_details .good_swiper .swiper-container a .bottom p {
	font-size  : 16px;
	font-weight: 500;
	color      : #101010;
	line-height: 22px;
}

.product_details .swiper_more {
	text-align   : right;
	padding-right: 53px;
}

.product_details .swiper_more a {
	font-weight: 400;
	color      : #101010;
	line-height: 22px;
}

.product_details .swiper_more a:hover {
	color: #fe973d;
}

.comments_box {
	margin-top: 85px;
}

.comments_box .nav_t {
	overflow      : hidden;
	padding-bottom: 15px;
	border-bottom : 1px solid #f4f3f3;
}

.comments_box .nav_t a {
	display     : block;
	float       : left;
	font-weight : 500;
	color       : #898989;
	line-height : 22px;
	margin-right: 41px;
	position    : relative;
}

.comments_box .nav_t a.hover {
	color: #101010;
}

.comments_box .nav_t a::after {
	content   : "";
	display   : block;
	height    : 12px;
	width     : 1px;
	background: #979797;
	position  : absolute;
	right     : -20px;
	top       : 50%;
	margin-top: -6px;
}

.comments_box .nav_t a:last-child {
	margin-right: 0;
}

.comments_box .nav_t a:last-child::after {
	display: none;
}

.comments_box .reviews {
	padding      : 0 10px;
	margin-bottom: 50px;
}

.comments_box .reviews li {
	padding      : 30px 0;
	border-bottom: 1px solid #f4f3f3;
	overflow     : hidden;
}

.comments_box .reviews li .l_star {
	float        : left;
	min-width    : 220px;
	padding-right: 10px;
}

.comments_box .reviews li .l_star p {
	font-size    : 0;
	overflow     : hidden;
	margin-bottom: 12px;
}

.comments_box .reviews li .l_star p img {
	display     : block;
	float       : left;
	width       : 20px;
	margin-right: 5px;
}

.comments_box .reviews li .l_star span {
	display    : block;
	font-size  : 12px;
	font-weight: 400;
	color      : #898989;
	line-height: 17px;
}

.comments_box .reviews li .asd {
	float: left;
}

.comments_box .reviews li .asd .name {
	font-size    : 14px;
	font-weight  : 500;
	color        : #101010;
	margin-bottom: 10px;
	line-height  : 20px;
}

.comments_box .reviews li .asd .name img {
	display       : inline-block;
	vertical-align: middle;
	width         : 18.5px;
}

.comments_box .reviews li .asd .name span {
	line-height: 20px;
	display    : inline-block;
}

.comments_box .reviews li .asd .rev {
	font-size  : 14px;
	font-weight: 500;
	color      : #6e6d7a;
	line-height: 20px;
}

.comments_box .rev_more {
	display      : block;
	margin       : 0 auto;
	width        : 200px;
	line-height  : 50px;
	background   :transparent;
	text-align   : center;
	transition   : all 0.3s;
	border: 1px solid #79d5c4;
	color: #79d5c4;
	border-radius:32px;
}

.comments_box .rev_more:hover {
	background: #79d5c4;
	color     : #fff;
}

.rev_list {
	background    : #f6f7fa;
	padding-top   : 50px;
	padding-bottom: 10px;
}



.styles_container .style_slide {
	overflow     : hidden;
	line-height  : 22px;
	padding      : 30px 0;
	border-bottom: 1px solid #f6f7fa;
}

.styles_container .style_slide span {
	display     : block;
	float       : left;
	font-size   : 16px;
	color       : #6e6d7a;
	margin-right: 30px;
}

.styles_container .style_slide .abox {
	float      : left;
	font-size  : 0;
	line-height: 0;
}

.styles_container .style_slide .abox a {
	font-size    : 16px;
	font-weight  : 500;
	color        : #6e6d7a;
	line-height  : 22px;
	display      : inline-block;
	margin-right : 30px;
	padding-right: 17px; 
 background   : url(../../img/usercentent/xl01.png) no-repeat right center;
}


.styles_container .style_slide .abox a.on.color {
	color:#FE973D;
	background   : url(../../img/usercentent/上2.png) no-repeat right center;
}
.styles_container .style_slide .abox a.color{
	color:#FE973D;
	background   : url(../../img/usercentent/下1.png) no-repeat right center;
	
}

.styles_container .style_boxes {
	padding-top   : 24px;
	padding-bottom: 30px;
	display       : none;
	position      : relative;
}

.styles_container .style_boxes .close {
	width        : 30px;
	height       : 30px;
	position     : absolute;
	background   : url(../../img/home/close.svg) no-repeat center/cover;
	border-radius: 50%;
	position     : absolute;
	z-index      : 50;
	top          : 17px;
	right        : 0;
	cursor       : pointer;
}

.styles_container .style_boxes .box {
	display: none;
}

.styles_container .style_boxes .row {
	display      : flex;
	display      : -webkit-flex;
	overflow     : hidden;
	margin-bottom: 20px;
}

.styles_container .style_boxes .row span {
	display      : block;
	float        : left;
	line-height  : 35px;
	color        : #6e6d7a;
	margin-right : 20px;
	margin-bottom: 10px;
}

.styles_container .style_boxes .row .ss_box {
	float: left;
	flex : 1;
}

.styles_container .style_boxes .row a {
	display      : block;
	float        : left;
	line-height  : 33px;
	margin-right : 10px;
	padding      : 0 17px;
	border-radius: 18px;
	border       : 1px solid #e5e5e5;
	font-size    : 14px;
	color        : #101010;
	margin-bottom: 10px;
}

.styles_container .style_boxes .row a em {
	font-size: 12px;
	color    : #6e6d7a;
}

.style_g_list {
	padding-bottom: 130px;
}

.p_rcontainer .user_form {
	padding: 0;
}

.p_rcontainer .sjg_form {
	padding: 0;
}

.p_rcontainer .user_form .order_box {
	/* padding: 0; */
}

.p_rcontainer .sjg_select {
	padding: 0px;
	text-align: left;
	text-align-last: auto;
	display: inline-block;
	float: none;
	background: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F7A655;
	width: 265px;
	text-decoration: underline;
}

.p_rcontainer .user_form .order_box .sjg_row_box {
	/* margin-bottom: 20px; */
}

.p_rcontainer .user_form .i_row_a span {
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #333333;
}

.p_rcontainer .user_form .i_row_a .input {
	text-align  : left;
	font-size   : 14px;
	font-family : PingFangSC-Regular, PingFang SC;
	font-weight : 400;
	padding-left: 5px;
}

.p_rcontainer .user_form .i_row_f {
	padding-right: 120px;
	position     : relative;
}

.p_rcontainer .user_form .i_row_f .input_b {
	padding-right: 0;
	text-align   : left;
}

.p_rcontainer .user_form .i_row_f .ad_tag {
	position   : absolute;
	right      : 20px;
	top        : 10px;
	line-height: 30px;
	min-width  : 60px;
	padding    : 0 10px;
	text-align : center;
	cursor     : pointer;
	background : #F7A655 !important;
	box-shadow : 0px 1px 8px 0px rgba(247, 166, 85, 0.11);
	box-shadow : 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
	display    : block !important;
	color      : #fff !important;
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #FFFFFF;
}

.user_form .order_box .wh_c .i_row_d {
	height       : auto;
	border-radius: 10px;
}

.user_form .order_box .wh_c .i_row_d .input {
	font-size : 0;
	text-align: left;
}

.user_form .order_box .wh_c .i_row_d .c_lab_box {
	padding-top: 17px;
}

.user_form .order_box .wh_c .i_row_d .c_lab_box input {
	display: none;
}

.user_form .order_box .wh_c .i_row_d .c_lab {
	font-size    : 14px;
	color        : #101010;
	line-height  : 16px;
	display      : inline-block;
	margin-bottom: 18px;
	position     : relative;
	padding-left : 26px;
	user-select  : none;
	margin-right : 30px;
}

.user_form .order_box .wh_c .i_row_d .c_lab em {
	display      : block;
	width        : 16px;
	height       : 16px;
	display      : block;
	position     : absolute;
	left         : 0;
	top          : 0;
	border       : 1px solid #cccccc;
	border-radius: 50%;
	background   : #fff;
}

.user_form .order_box .wh_c .i_row_d .c_lab.on em {
	background  : url(../../img/home/or_c.svg) no-repeat center/cover;
	border-color: #fe973d;
}

.user_form .order_box .wh_c .i_row_e {
	height       : 50px;
	border-radius: 25px;
}

.user_form .order_box .wh_c .i_row_e .input {
	padding-right: 0;
}

.user_form .order_box .wh_c .i_row_e .c_lab_box {
	text-align: right;
}

/*6.设计师工作台*/
.audit_list {
	margin: -15px -15px 0;
}

.audit_list li {
	float     : left;
	padding   : 15px;
	box-sizing: border-box;
	width     : 33.333%;
}

.audit_list li .box {
	display      : block;
	width        : 100%;
	background   : #fff;
	overflow     : hidden;
	box-shadow: 0px 4px 20px 0px rgba(184, 189, 202, 0.1);
	border-radius: 6px;
}

.audit_list li .pic {
	width   : 100%;
	height  : 210px;
	overflow: hidden;
	position: relative;
}

.audit_list li .pic img {
	width             : 100%;
	object-fit        : cover;
	height            : 100%;
	-webkit-transition: all 0.3s;
	-moz-transition   : all 0.3s;
	-o-transition     : all 0.3s;
	transition        : all 0.3s;
}

.audit_list li .pic img:hover {
	transform        : scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform   : scale(1.1);
}

.audit_list li .pic .case_a {
	min-width    : 50px;
	height       : 25px;
	padding      : 0 10px;
	line-height  : 25px;
	font-size    : 12px;
	border-radius: 3px;
	background   : rgba(0, 0, 0, .6);
	text-align   : center;
	color        : #fff;
	display      : block;
	position     : absolute;
	left         : 20px;
	top          : 20px;
	z-index      : 9;
}

.audit_list li .pic .case_a.ca {
	background: #FE973D;
}

.audit_list li .pic .case_a.refuse {
	background: red;
}

.audit_list li .pic .case_a.pending {
	background: #9e95e5;
}

.audit_list li .text {
	padding: 15px;
	height : 120px;
}

.audit_list li .text h3 {
	font-size    : 14px;
	color        : #6E6D7A;
	font-weight  : bold;
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
}

.audit_list li .text .ca_st {
	margin-top: 5px;
}

.audit_list li .text .ca_st a {
	color       : #6E6D7A;
	margin-right: 5px;
}

.audit_list li .text .the {
	margin-top : 15px;
	border-top : 1px solid #eee;
	padding-top: 10px;
	color      : #ccc;
	font-size  : 14px;
}

.audit_list li .text .int {
	margin-top: 20px;
	font-size : 12px;
	color     : #6E6D7A;
}

.audit_list li .text .int span {
	float       : left;
	margin-right: 15px;
}

.audit_list li .text .int .time {
	float : right;
	margin: 0;
}

.audit_list li .text .int span {
	display     : block;
	font-size   : 12px;
	color       : #6e6d7a;
	cursor      : pointer;
	padding-left: 17px;
}

.audit_list li .text .int span.give {
	background: url(../../img/home/zan_a.png) no-repeat left center/15px auto;
}

.audit_list li .text .int span.give.on {
	background-image: url(../../img/home/zan_b.png);
}

.audit_list li .text .int span.like {
	background: url(../../img/home/heart_a.png) no-repeat left center/15px auto;
}

.audit_list li .text .int span.like.on {
	background-image: url(../../img/home/heart_b.png);
}

.audit_list li .text .int span.comments {
	background: url(../../img/home/comments.png) no-repeat left center/15px auto;
}

.audit_list li .zuop {
	width          : 100%;
	height         : 330px;
	display        : flex;
	display        : -webkit-flex;
	align-items    : center;
	justify-content: center;
}

.audit_list li .zuop .works {
	text-align: center;
}

.audit_list li .zuop p {
	margin-top: 5px;
	color     : #6E6D7A;
}

.audit_list li .text .the .icon {
	background   : url(../../img/home/ear_icon.png) no-repeat center;
	float          : right;
	width          : 10%;
	height         : 20px;
	position       : relative;
	background-size: auto 20px;
}

.audit_list li .text .the .icon i {
	position     : absolute;
	width        : 6px;
	height       : 6px;
	border-radius: 6px;
	right        : 2px;
}

/* .audit_list li .text .the .icon.linx {
	background   : url(../../img/home/ear_icon.png) no-repeat center;
	float          : right;
	width          : 10%;
	height         : 20px;
	position       : relative;
	background-size: auto 20px;
} */

.audit_list li .text .the .icon.linx i {
	position     : absolute;
	border-radius: 6px;
	right        : 0px;
}

.audit_list li .text .the .icon.linx i.linxi {
    position: absolute;
    right: 0px;
    height: 12px;
    background: #EA1717;
    border-radius: 50%;
    min-width: 12px;
    top: -2px;
    left: 20px;
    line-height: 12px;
    /* font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif; */
    color: #FFFFFF;
    display: inline-block;
    font-size: smaller;
}

/*订单留言*/
.order_box .icon {
	background: url(../../img/home/ear_icon1.png) no-repeat center;
	float     : right;
	width     : 10%;
	height    : 20px;
	position  : relative;
}

/*订单售后*/
.order_box .icon_service {
	background: url(../../img/home/service.png) no-repeat center;
	float     : right;
	width     : 10%;
	height    : 20px;
	position  : relative;
}

/*全局留言*/
.global_model_mask_msg {
	position  : fixed;
	z-index   : 99998;
	width     : 100%;
	height    : 100%;
	top       : 0;
	left      : 0;
	background: #000;
	opacity   : 0.5;
	display   : none;
}

.global_stay_Popup {
	position     : fixed;
	width        : 800px;
	height       : 620px;
	left         : 50%;
	top          : 50%;
	margin-left  : -400px;
	z-index      : 9999999999;
	margin-top   : -300px;
	background   : #FFFFFF;
	padding      : 0 25px;
	display      : none;
}

.global_stay_Popup .tit {
	line-height  : 20px;
	font-size    : 20px;
	padding      : 30px 0;
	border-bottom: 1px solid #EEEEEE;
	text-align   : center;
}

.global_stay_Popup ul {
	height  : 360px;
	overflow: auto;
}

.global_stay_Popup .down {
	position: absolute;
	left    : 95%;
	top  : 0;
}

.global_stay_Popup .down .iocn {
	width          : 40px;
	height         : 40px;
	display        : block;
	background     : url(../../img/home/down.png) no-repeat center;
	background-size: cover;
	position       : absolute;
	top            : 10px;
	left           : 50%;
	margin-left    : -20px;
	cursor         : pointer;
}

/* .global_stay_Popup .down .iocn::after {
	content   : "";
	display   : block;
	width     : 1px;
	height    : 10px;
	background: #fff;
	position  : absolute;
	left      : 50%;
	top       : -10px;
} */

.global_stay_Popup li {
	margin      : 30px 25px;
	padding-left: 60px;
	position    : relative;
}

.global_stay_Popup li .tx {
	width        : 47px;
	height       : 47px;
	border-radius: 47px;
	overflow     : hidden;
	position     : absolute;
	left         : 0;
	top          : 0;
}

.global_stay_Popup li .tx img {
	width     : 100%;
	height    : 100%;
	object-fit: cover;
	display   : block;
}

.global_stay_Popup li .name {
	font-size  : 16px;
	line-height: 22px;
	height     : 22px;
	overflow   : hidden;
}

.global_stay_Popup li .text {
	font-size  : 14px;
	margin-top : 5px;
	line-height: 20px;
	object-fit: cover;
}

.global_stay_Popup li .time {
	color     : #AFB4BD;
	font-size : 12px;
	margin-top: 10px;
	display   : block;
}

.global_stay_Popup li.rtt {
	padding-left : 0;
	padding-right: 60px;
}

.global_stay_Popup li.rtt .tx {
	width        : 47px;
	height       : 47px;
	border-radius: 47px;
	overflow     : hidden;
	position     : absolute;
	right        : 0;
	left         : auto;
	top          : 0;
}

.global_stay_Popup li.rtt .word {
	text-align: right;
}

.global_stay_Popup .Input_box {
	padding   : 30px 25px;
	border-top: 1px solid #EEEEEE;
}

.global_stay_Popup .Input_box .inpu {
	width        : 88%;
	line-height  : 50px;
	float        : left;
	height       : 50px;
	background   : #F6F7FA;
}

.global_stay_Popup .Input_box .inpu input {
	width     : 90%;
	border    : none;
	height    : 100%;
	background: none;
	float     : left;
	padding   : 0 10px;
}

.global_stay_Popup .Input_box .inpu .icon {
	float     : right;
	width     : 10%;
	height    : 50px;
	background: url(../../img/home/pic_icon1.png) no-repeat center;
}

.global_stay_Popup .Input_box .btn {
	line-height  : 50px;
	float        : right;
	border       : none;
	color        : #fff;
	width        : 70px;
	height       : 50px;
	background   : #79D5C4;
	box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
}

/*留言*/
.model_mask_msg {
	position  : fixed;
	z-index   : 99998;
	width     : 100%;
	height    : 100%;
	top       : 0;
	left      : 0;
	background: #000;
	opacity   : 0.5;
	display   : none;
}

.stay_Popup {
	position     : fixed;
	width        : 800px;
	height       : 550px;
	left         : 50%;
	top          : 50%;
	margin-left  : -400px;
	z-index      : 99999;
	margin-top   : -300px;
	background   : #FFFFFF;
	border-radius: 6px;
	padding      : 0 25px;
	display      : none;

}

.stay_Popup .tit {
	line-height  : 20px;
	font-size    : 20px;
	padding      : 30px 0;
	border-bottom: 1px solid #EEEEEE;
	text-align   : center;
}

.valueInfoBra{
	margin: 20px;
    font-size: 15px;
}
.stay_Popup ul {
	height  : 360px;
	overflow: auto;
}

.stay_Popup .down {
	position: absolute;
	left    : 95%;
	top  : -13%;
}

.stay_Popup .down .iocn {
	width          : 40px;
	height         : 40px;
	display        : block;
	background     : url(../../img/home/down.png) no-repeat center;
	background-size: cover;
	position       : absolute;
	top            : 10px;
	left           : 50%;
	margin-left    : -20px;
	cursor         : pointer;
}

/* .stay_Popup .down .iocn::after {
	content   : "";
	display   : block;
	width     : 1px;
	height    : 10px;
	background: #fff;
	position  : absolute;
	left      : 50%;
	top       : -10px;
} */

.stay_Popup li {
	margin      : 30px 25px;
	padding-left: 60px;
	position    : relative;
}

.stay_Popup li .tx {
	width        : 47px;
	height       : 47px;
	border-radius: 47px;
	overflow     : hidden;
	position     : absolute;
	left         : 0;
	top          : 0;
	box-shadow: 0px 0px 14px 0px rgba(184, 189, 202, 0.3);
	border-radius: 50%;
}

.stay_Popup li .tx img {
	width     : 100%;
	height    : 100%;
	object-fit: cover;
	display   : block;
	box-shadow: 0px 0px 14px 0px rgba(184, 189, 202, 0.3);
	border-radius: 50%;
}

.stay_Popup li .name {
	font-size  : 16px;
	line-height: 22px;
	height     : 22px;
	overflow   : hidden;
}

.stay_Popup li .text {
	font-size  : 14px;
	margin-top : 5px;
	line-height: 20px;
	object-fit: cover;
}

.stay_Popup li .time {
	color     : #AFB4BD;
	font-size : 12px;
	margin-top: 10px;
	display   : block;
}

.stay_Popup li.rtt {
	padding-left : 0;
	padding-right: 60px;
}

.stay_Popup li.rtt .tx {
	width        : 47px;
	height       : 47px;
	border-radius: 47px;
	overflow     : hidden;
	position     : absolute;
	right        : 0;
	left         : auto;
	top          : 0;
}

.stay_Popup li.rtt .word {
	text-align: right;
}

.stay_Popup .Input_box {
	padding   : 30px 25px;
	border-top: 1px solid #EEEEEE;
}

.stay_Popup .Input_box .inpu {
	width        : 88%;
	line-height  : 50px;
	float        : left;
	height       : 50px;
	background   : #F6F7FA;

}

.stay_Popup .Input_box .inpu input {
	width     : 90%;
	border    : none;
	height    : 100%;
	background: none;
	float     : left;
	padding   : 0 10px;
}

.stay_Popup .Input_box .inpu .icon {
	float     : right;
	width     : 10%;
	height    : 50px;
	background: url(../../img/home/pic_icon1.png) no-repeat center;
}

.stay_Popup .Input_box .btn {
	line-height  : 50px;
	float        : right;
	border       : none;
	color        : #fff;
	width        : 70px;
	height       : 50px;
	background   : #79D5C4;
	box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	border-radius: 6px;
}

/*6.4设计师工作台*/

.dianpu_text {}

.dianpu_text .title_d {
	line-height: 35px;
}

.dianpu_text .title_d h2 {
	float    : left;
	font-size: 20px;
	color    : #333;
}

.dianpu_text .title_d .confirm {
	float        : right;
	line-height  : 35px;
	border-radius: 20px;
	padding      : 0 16px;
	font-size    : 14px;
	color        : #fff;
	background   : #fe973d;
	transition   : all 0.3s;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.dianpu_text .in {}

.dianpu_text .in p {
	font-size: 14px;
	color    : #B8BDCA;
}

.dianpu_text .in .text {
	color        : #333;
	line-height  : 40px;
	margin       : 10px 0;
	font-size    : 16px;
	border-radius: 42px;

}

.dianpu_text .in .China {
	width      : 22px;
	height     : 18px;
	display    : inline-block;
	position   : relative;
	margin-left: 5px;
	top        : 4px;
}

.dianpu_text .title_d .but {
	float: right;
}

.dianpu_text .title_d .moz {
	display      : inline-block;
	line-height  : 35px;
	border-radius: 20px;
	padding      : 0 16px;
	font-size    : 14px;
	color        : #fff;
	background   : #fe973d;
	transition   : all 0.3s;
	margin-right : 15px;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
}

.dianpu_text .title_d .xiugai {
	display      : inline-block;
	line-height  : 35px;
	border-radius: 20px;
	padding      : 0 16px;
	font-size    : 14px;
	color        : #fff;
	transition   : all 0.3s;
	background   : #79d5c4;
	box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
}

.dianpu_text .text_box {
	margin       : 20px 0;
	padding      : 20px;
	border-radius: 15px;
	background   : #F6F7FA;
	color        : #666;
	font-size    : 14px;
	line-height  : 26px;
}



.personal_store .in .text {}

.column-second .in {}

.column-third .in {
	width: 28.3%;
}

.column-one .in {
	width: 95%;
}

.column-forth .in {
	width: 20%;
}

.personal_store .text_box {
	color: #333;
}

.personal_store .user_info {
	width: 100%;
}

.personal_store #area_region .user_info {
	/* width    : 28.3%;
	min-width: 250px; */
}

.personal_store .user_info_box {
	width: 100%;
}

/*6.1设计师工作台*/
.data_center {}

.data_center .user_select {
	font-size: 0;
}

.data_center .user_select select {
	border       : 1px solid #e5e5e5;
	border-radius: 5px;
	min-width    : 150px;
	height       : 40px;
	padding-left : 11px;
	padding-right: 40px;
	font-size    : 16px;
	color        : #6e6d7a;
	background   : #fff url(../../img/home/down.svg) no-repeat right 16px center;
	margin-right : 40px;
}

.data_center .user_select select:last-child {
	margin-right: 0;
}

.data_center .p_benefit {
	margin-top: 30px;
}

.data_box {
	padding      : 20px;
	background   : #F6F7FA;
	border-radius: 10px;
}

.data_box .tab {
	text-align   : center;
	margin-bottom: 50px;
}

.data_box .tab .oh {
	width        : 150px;
	height       : 45px;
	line-height  : 45px;
	display      : inline-block;
	margin       : 0 10px;
	border-radius: 5px;
	color        : #6E6D7A;
	border       : 1px solid #E5E5E5;
	text-align   : center;
}

.data_box .tab .hover {
	color : #FE973D;
	border: 1px solid #FE973D;
}

.data_box .da_con {
	height  : 0 !important;
	overflow: hidden;
}

.data_box .show {
	height: 600px !important;
}

.show {
	display: block !important;
}

.order_box {}

.order_box .user_table {
	margin-top     : 15px;
	width          : 100%;
	border-collapse: collapse;
}

.order_box .user_table tr {
	margin-bottom: 15px;
	border-top   : 15px solid #fff;
	border-bottom: 15px solid #fff;
}

.order_box .user_table tr:nth-child(1) {
	border-radius: 50%;
}

.order_box .user_table tr.blank td {
	padding   : 0;
	background: #fff;
	height    : 15px;
}

.order_box .user_table th {
	text-align : center;
	background : #f6f7fa;
	font-size  : 14px;
	font-weight: normal;
	color      : #aaaaaa;
}

.order_box .user_table th:nth-child(1) {
	text-align               : left;
	padding-left             : 74px;
	line-height              : 40px;
	width                    : 60%;
}

.order_box .user_table th:last-child {

}

.order_box .user_table td {
	text-align               : center;
	padding                  : 20px 10px;
	background               : #f6f7fa;
	overflow                 : hidden;

}

.order_box .user_table td:nth-child(1) {
	text-align: left;
}

.order_box .user_table td:last-child {
	display: flex;
	justify-content: space-around;
	margin: 44px 0;
}

.order_box .user_table .pic {
	float        : left;
	width        : 200px;
	overflow     : hidden;
	border-radius: 10px;
	margin-right : 20px;
}

.order_box .user_table .pic img {
	display: block;
	width  : 100%;
}

.order_box .user_table .txt {
	float: left;
}

.order_box .user_table .txt h3 {
	font-size    : 14px;
	font-weight  : 500;
	color        : #6e6d7a;
	line-height  : 20px;
	margin-bottom: 10px;
}

.order_box .user_table .txt .no {
	font-size  : 14px;
	font-weight: 400;
	color      : #6e6d7a;
	line-height: 20px;
	display    : block;
}

.order_box .user_table .txt .name {
	overflow     : hidden;
	margin-top   : 10px;
	margin-bottom: 20px;
}

.order_box .user_table .txt .name .img {
	display      : block;
	width        : 20px;
	height       : 20px;
	float        : left;
	overflow     : hidden;
	border-radius: 50%;
}

.order_box .user_table .txt .name .img img {
	display: block;
	width  : 100%;
	height : 100%;
}

.order_box .user_table .txt .name em {
	display    : block;
	float      : left;
	line-height: 20px;
	margin-left: 5px;
	font-size  : 12px;
	color      : #6e6d7a;
}

.order_box .user_table .txt p {
	font-size  : 14px;
	font-weight: 500;
	color      : #6e6d7a;
	line-height: 20px;
}

.order_box .user_table .num {
	font-size  : 16px;
	font-weight: 500;
	color      : #6e6d7a;
	line-height: 22px;
}

.page_box {
	margin: 50px 0;
	width : 74%;
	float : right;
}

.orange {
	color: #FE973D !important;
}

.earnings_box li {
	width             : 100%;
	padding           : 0 20px;
	box-sizing        : border-box;
	height            : 50px;
	/* line-height    : 80px; */
	background        : #fff;
	display           : flex;
	justify-content   : space-between;
	align-items       : center;
	margin            : 15px 0;
	font-size         : 14px;
}

.earnings_box li p {
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #333333;
}

.earnings_box li span {
	color: #333;
	width: 80%;
}

.upload_box .img_box ul {
	overflow   : hidden;
	padding-top: 24px;
}

.upload_box .img_box ul li {
	width        : 200px;
	height       : 200px;
	float        : left;
	margin-right : 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	position     : relative;
	cursor       : pointer;
	background   : rgba(0, 0, 0, .6);
}

.upload_box .img_box ul li>img {
	display      : block;
	width        : 100%;
	height       : 100%;
	object-fit   : cover;
}

.upload_box .img_box ul li .del {
	display    : block;
	position   : absolute;
	width      : 20px;
	height     : 20px;
	top        : -10px;
	right      : -10px;
	background : url(../../img/home/sjg_close.png) no-repeat center/cover;
	text-indent: -9999px;
}

.upload_box .img_box ul .add_btn {
	position: relative;
	cursor  : pointer;
}

.upload_box .img_box ul .add_btn .inner {
	position  : absolute;
	width     : 100%;
	top       : 50%;
	transform : translateY(-50%);
	text-align: center;
}

.upload_box .img_box ul .add_btn .inner img {
	display: block;
	margin : 0 auto;
}

.upload_box .img_box ul .add_btn .inner p {
	font-size  : 14px;
	font-weight: 400;
	color      : #b8bdca;
	line-height: 20px;
	margin-top : 20px;
}

.upload_box .text {
	padding    : 10px 10px 0;
	line-height: 26px;
	font-size  : 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color      : #6E6D7A;
}

.upload_box .next_box {
	width        : 230px;
	height       : 46px;
	line-height  : 46px;
	text-align   : center;
	color        : #fff;
	display      : block;
	margin       : 150px auto 0;
	background   : #FE973D;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
	border-radius: 30px;
}

.form_describe {}

.form_describe .in {
	margin-bottom: 30px;
}

.form_describe .in p {
	font-size     : 14px;
	color         : #101010;
	width         : 80px;
	font-weight   : bold;
	display       : inline-block;
	vertical-align: top;
}

.form_describe .in .text_ta {
	display       : inline-block;
	vertical-align: central;
	width         : calc(100% - 86px);
	height        : 150px;
	padding       : 15px;
	box-sizing    : border-box;
	background    : #FFF;
	border        : 1px solid #C9D8DB;
	resize        : none;
	color         : #333;
	font-size     : 14px;
}

.form_describe .in .text_ta.oh {
	height: 260px;
}

.form_describe .but {
	width        : 230px;
	height       : 46px;
	line-height  : 46px;
	text-align   : center;
	color        : #79d5c4;
	display      : block;
	margin       : 100px auto 0;
	background   : #FFF;
	/* box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3); */
	border       : 1px solid #79d5c4;
}
.form_describe .but :hover{
	background   : #79d5c4;
	color        : #FFF;
}
.form_describe .but-check {
	width        : 230px;
	height       : 46px;
	line-height  : 46px;
	text-align   : center;
	color        : #79d5c4;
	display      : block;
	margin       : 100px auto 0;
	background   : #FFF;
	/* box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3); */
	border       : 1px solid #79d5c4;
}
.form_describe .but-check :hover{
	background   : #79d5c4;
	color        : #FFF;
}
.details_yn {
	display: none;
}

.details_yn .tet {
	margin: 20px 0;
}

.details_yn .tet li {
	margin     : 5px 0;
	line-height: 30px;
}

.details_yn .tet li h4 {
	font-weight: 100;
	display    : inline-block;
	width      : 140px;
}

.details_yn .tet li p {
	display  : inline-block;
	color    : #898989;
	font-size: 14px;
}

.details_yn .con_pic {
	text-align: center;
	margin    : 40px 0;
}

.details_yn .con_pic h3 {
	font-size: 22px;
	margin   : 20px 0;
}

.details_yn .con_pic img {
	display: block;
	margin : 0 auto;
}

.sign-bottom {
	position: relative;
	top     : -10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ladel_bo input {
	border-radius : 2px;
	border        : 0px;
	vertical-align: middle;
}

.ladel_bo span {
	vertical-align: middle;
	font-size     : 12px;
	font-family   : PingFangSC-Regular, PingFang SC;
	font-weight   : 400;
	color         : #333333;
}


.remind_nn {
	text-align   : center;
	/* margin-top   : 10px; */
	display      : block;
	/* color     : #fd973e; */
	font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FE973D;
border-bottom: 1px solid #FE973D;
}

.pic_sj {
	width        : 150px;
	height       : 150px;
	overflow     : hidden;
	margin       : 20px 0;
}

.pic_sj img {
	width     : 100%;
	height    : 100%;
	object-fit: cover;
}

.back_bg {
	position  : fixed;
	left      : 0;
	top       : 0;
	width     : 100%;
	height    : 100%;
	background: rgba(0, 0, 0, .6);
	z-index   : 999;
	display   : none;
}

.popup_shanc {
	position   : absolute;
	width      : 800px;
	height     : 900px;
	top        : 50%;
	left       : 50%;
	margin-top : -450px;
	margin-left: -400px;
	background : #fff;
	z-index    : 9999;
	padding    : 50px;
	box-sizing : border-box;
	display    : none;
}

.popup_shanc .pic {
	text-align: center;
}

.popup_shanc .text {
	text-align : center;
	line-height: 30px;
}

.popup_shanc .text a {
	color          : #FE973D;
	text-decoration: underline;
}

.popup_shanc .next_step {
	width        : 200px;
	text-align   : center;
	margin       : 150px auto 0;
	height       : 50px;
	line-height  : 50px;
	background   : #79D5C4;
	box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	border-radius: 50px;
	display      : block;
	color        : #fff;
}

.popup_shanc .down {
	position: absolute;
	left    : 50%;
	bottom  : 0;
}

.popup_shanc .down .iocn {
	width          : 40px;
	height         : 40px;
	display        : block;
	background     : url(../../img/home/down.png) no-repeat center;
	background-size: cover;
	position       : absolute;
	top            : 100px;
	left           : 50%;
	margin-left    : -20px;
	cursor         : pointer;
}

.popup_shanc .down .iocn::after {
	content   : "";
	display   : block;
	width     : 1px;
	height    : 100px;
	background: #fff;
	position  : absolute;
	left      : 50%;
	top       : -100px;
}

.sjg_textc {
	text-align: center;
	margin    : 30px 0;
}

.sjg_textc p {
	margin: 10px 0;
}

.sjg_textc {
	padding: 0 30px;
}

.order_yn {}

.order_yn li {
	line-height    : 46px;
	display        : flex;
	justify-content: space-between;
	align-items    : center;
}

.Payable_a {
	float : right;
	margin: 50px 0;
}

.order_yn li span {
	color: #333;
}

.order_yn li span i {
	width          : 18px;
	height         : 18px;
	display        : inline-block;
	background     : url(../../img/home/wx.png) no-repeat center;
	background-size: auto 16px;
	position       : relative;
	top            : 3px;
}

.order_yn li .money {
	font-size: 18px;
	color    : #333;
}

.order_yn li span em {
	font-size: 14px;
}

.Payable_a p {
	color     : #999;
	font-size : 14px;
	text-align: right;
}

.Payable_a span {
	font-size: 18px;
	color    : #FE973D;
}

.Payable_a span em {
	font-size: 14px;
}

.Payable_a .confirm {
	width        : 155px;
	height       : 45px;
	line-height  : 45px;
	border       : none;
	margin       : 40px 0 0;
	background   : #FE973D;
	box-shadow   : 0px 2px 20px 0px rgba(254, 151, 61, 0.3);
	border-radius: 25px;
	text-align   : center;
	color        : #fff;
}

.Privacy_app {
	box-shadow   : 0px 4px 20px 0px rgba(184, 189, 202, 0.3);
	border-radius: 10px;
	background   : #fff;
	padding      : 50px 25px;
	box-sizing   : border-box;
}

.Privacy_app h2 {
	font-size: 22px;
}

.Privacy_app ul {
	margin: 10px 0;
}

.Privacy_app ul li {
	line-height: 40px;
	font-size  : 16px;
}

.Privacy_app ul li .icon {
	width        : 10px;
	height       : 10px;
	border-radius: 10px;
	background   : #ccc;
	margin-right : 5px;
	display      : inline-block;
}

.Privacy_app ul li a {
	color: #999;
}

.privacy_text {
	background: #fff;
	padding   : 50px 65px;
}

.privacy_text h2 {
	font-size  : 34px;
	font-weight: bold;
}

.privacy_text h3 {
	font-size: 20px;
	margin   : 20px 0;
}

.privacy_text .title span {
	width        : 33px;
	height       : 33px;
	border-radius: 33px;
	line-height  : 33px;
	text-align   : center;
	display      : inline-block;
	background   : #F7F8FA;
}

.privacy_text .title h3 {
	display     : inline-block;
	line-height : 33px;
	padding-left: 5px;
	font-size   : 20px;
}

.privacy_text .text p {
	line-height : 28px;
	font-size   : 14px;
	color       : #666;
	padding-left: 42px;
}

.information_yn {
	margin        : 0 0px;
	/* padding-bottom: 150px; */
}


.information_yn li .tx {
	display      : block;
	position     : absolute;
	margin       : 20px;
	left         : 0;
	top          : 0;
	width        : 60px;
	height       : 60px;
}

.information_yn li .tx img {
	width     : 100%;
	height    : 100%;
	object-fit: cover;
	border-radius: 50%;
}

.information_yn li .text {
	margin-left : 80px;
	margin-right: 80px;
	font-size   : 16px;
	line-height : 24px;
	color       : #898989;
	text-align  : justify;
	text-justify: inter-ideograph;
}

.information_yn li dl {
	margin  : 20px;
	position: absolute;
	right   : 0;
	top     : 0;
}

.information_yn li dl dt {
	text-align: right;
}

.information_yn li dl dd {
	position: relative;
	height  : 30px;
}

.information_yn li dl .popu_a {
	width          : 30px;
	height         : 30px;
	background     : url(../../img/home/dg.png) no-repeat center;
	background-size: auto 4px;
	display        : block;
	text-align     : right;
	position       : absolute;
	right          : 0;
}

.information_yn li dl dd:hover .popu_a {
	background     : url(../../img/home/dg2.png) no-repeat center;
	background-size: cover;
}

.information_yn li dl dd:hover .tncu1 {
	display: block;
}

.information_yn li dl .tncu1 {
	padding      : 15px;
	width        : 130px;
	background   : #fff;
	border-radius: 5px;
	position     : absolute;
	top          : 30px;
	right        : 0;
	z-index      : 99;
	display      : none;
}

.information_yn li dl .tncu1 p {
	padding-left: 15px;
	font-size   : 14px;
	line-height : 20px;
}

.information_yn li dl .tncu1 span {
	font-size   : 10px;
	color       : #ccc;
	line-height : 18px;
	position    : relative;
	top         : -10px;
	padding-left: 15px;
}

.information_yn li dl .tncu1 .sc {
	background     : url(../../img/home/sc.png) no-repeat left;
	background-size: auto 14px;
}

.information_yn li dl .tncu1 .qx {
	background     : url(../../img/home/bj.png) no-repeat left;
	background-size: auto 14px;
}

.information_yn li dl .tncu1 .gb {
	background     : url(../../img/home/gb.png) no-repeat left;
	background-size: auto 13px;
}



.youhuij {
	margin: 0 -15px;
}

.youhuij li {
	float     : left;
	width     : 50%;
	box-sizing: border-box;
	padding   : 15px;
}

.youhuij li .box {
	display        : block;
	width          : 100%;
	height         : 160px;
	background     : url(../../img/home/yhqbguse1130.png) no-repeat center;
	background-size: auto 160px;
	display        : flex;
	justify-content: space-between;
	align-items    : center;
	padding        : 20px;
	box-sizing     : border-box;
}

.youhuij li .box dt {
	font-size: 80px;
	color:#FFF;
}

.youhuij li .box dt span {
	font-size: 14px;
	color:#FFF;
}

.youhuij li .box dd {
	font-size: 14px;
	color:#FFF;
}

.youhuij li .box span {
	color:#FFF;
}

.youhuij li .box p {
	width                          : 40px;
	font-size                      : 14px;
	writing-mode                   : vertical-lr;
	/*从左向右 从右向左是 writing-mode      : vertical-rl;*/
	writing-mode                   : tb-lr;
	/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
.youhuij li .box.huiGQ{
	background     : url(../../img/home/yhqbgover1130.png) no-repeat center;
	/* opacity:0.4; */
	
}
.youhuij li .box.huiGQ dt{
	color: #B8B8B8;
}

.youhuij li .box.huiGQ dd {
	color: #B8B8B8;
}

.youhuij li .box.huiGQ span {
	color: #B8B8B8;
}
.youhuij li .box.huiGQ dt span{
	color: #B8B8B8;
}
.youhuij li .box.huiSY{
	background     : url(../../img/home/yhqbgused1130.png) no-repeat center;
	/* opacity:0.4; */
}
.youhuij li .box.huiSY dt{
	color: #FFF;
}

.youhuij li .box.huiSY dd {
	color: #FFF;
}

.youhuij li .box.huiSY span {
	color: #FFF;
}
.youhuij li .box.huiSY dt span{
	color: #FFF;
}


/* 2021/1/12 */
.form_describe .in .text_ta.editor {
	height: auto;
}

.form_describe .in .text_ta.editor p {
	width: auto;
}

.goods_spec_table {
	width          : 100%;
	border-collapse: collapse;
	border-radius  : 10px;
	overflow       : hidden;
}

.goods_spec_table td {
	border          : 1px solid #fff;
	padding         : 10px 20px 2px;
	font-size       : 14px;
	color           : #101010;
	background-color: #f6f7fa;
	vertical-align  : middle;
}

.goods_spec_table tr td:first-child {
	padding: 10px 20px;
}

.goods_spec_table .name {
	width: 170px;
}

.goods_spec_table button {
	padding         : 0 6px;
	line-height     : 24px;
	background-color: #fff;
	border          : 1px solid #f6f7fa;
	margin-right    : 8px;
	font-size       : 14px;
	color           : #101010;
	cursor          : pointer;
	margin-bottom   : 8px;
}

.goods_spec_table button:focus {
	outline: 0;
}

.goods_spec_table button.active {
	background-color: #79d5c4;
	color           : #fff;
	border-color    : #79d5c4;
}

.goods_spec_table .ad_spec {
	line-height     : 24px;
	border-radius   : 5px;
	background-color: #9e95e5;
	box-shadow      : 0px 2px 20px 0px rgba(158, 149, 229, 0.3);
	color           : #fff;
	font-size       : 14px;
	display         : inline-block;
	padding         : 0 6px;
	cursor          : pointer;
}

.goods_spec_box {
	width          : 100%;
	border-collapse: collapse;
}

.goods_spec_box td {
	padding         : 10px 15px;
	font-size       : 14px;
	color           : #101010;
	background-color: #f6f7fa;
	border          : 1px solid #f4f4f4;
}

.goods_spec_box th {
	text-align : center;
	line-height: 36px;
	border     : 1px solid #f4f4f4;
	font-size  : 14px;
}

.btn-sure {
	display         : block;
	background-color: transparent;
	border: 1px solid #79d5c4;
	/* box-shadow      : 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	font-size       : 14px;
	color           : #fff;
	text-align      : center;
	width           : 200px;
	line-height     : 40px;
	margin          : 0 auto;
	color:#79d5c4;
}
.btn-sure:hover{
	color           : #FFF;
	background-color: #79d5c4;
}

.goods_spec_table .btn-sure {
	margin-bottom: 8px;
}

.form-spec-control {
	height          : 31px;
	font-size       : 12px;
	color           : #333;
	background-color: #fff;
	padding         : 6px 2px;
	border-radius   : 3px;
	border          : 1px solid rgb(204, 204, 204);
	width           : 100%;
}

.goods_spec_del {
	background-color: #e74c3c;
	color           : #fff;
	border-radius   : 3px;
	line-height     : 31px;
	border          : 0;
	width           : 65px;
	cursor          : pointer;
	text-align      : center;
}

.kll_box_area {
	text-align : right;
	white-space: nowrap;
}

.kll_box_area .sjg_select {
	display: unset;
	float  : unset;
}

.kll_box_area select {
	background-color: transparent;
	border          : 0;
	height          : 50px;
	font-size       : 14px;
	color           : #101010;
}

.kll_box_area .i_row_a {
	padding-right: 30px;
}

.bg_w .sjs_e {
	padding-top: 60px;
}

.percent_li.pr130::after {
	height: 100%;
	right : 173px;
}

.input-row {
	position: relative;
}

.input-row img {
	display : block;
	width   : 26px;
	height  : 18px;
	position: absolute;
	right   : 12px;
	top     : 10px;
	z-index : 5;
	cursor  : pointer;
	border  : none;
}

/*没有数据*/
.no_data_list .noData {
	display: block;
	margin : 50px auto;
	height : 295px;
	width  : auto;
}
@media (max-width: 800px) {
	.no_data_list .noData{
		margin: 0;
        height: auto;
        width: 100%;
	}
}


/* 分页样式 */
.page_list {
	text-align: center;
}

.page_list .layui-laypage .layui-laypage-skip {
	display: none;
}

.layui-laypage>a:first-child, .layui-laypage>a:first-child em{
	border-radius: 50% !important;
}

.page_list .layui-laypage a,
.page_list .layui-laypage span {
	min-width    : 40px;
	line-height  : 40px;
	/* border-radius: 4px; */
	font-size    : 18px;
	color        : #898989;
	border       : 0;
	box-sizing   : border-box;
	height       : auto;
	margin       : 0 5px;
	padding      : 0;
	box-shadow: 0px 4px 20px 0px rgb(184 189 202 / 10%);
	border-radius: 50%;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}

.page_list .layui-laypage .layui-laypage-curr .layui-laypage-em {
	box-shadow: 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	border-radius: 50%;
}

.page_list .layui-laypage a:hover {
	color: #79d5c4;
}

.page_list .layui-laypage-skip {
	background-color: transparent;
}

.page_list .layui-laypage-skip input,
.page_list .layui-laypage-skip button {
	margin-top: 5px;
}

.btn-login {
	background         : #FFF;
	margin             : 5px;
	vertical-align     : bottom;
	display            : inline-block;
	width              : 25px;
	height             : 25px;
	background-repeat  : no-repeat;
	background-size    : 100% 100%;
	background-position: 0 0;
	overflow           : hidden;
	display: inline-block;
	border-radius: 50%;
}

.btn-login.on {
	box-shadow: 0 4px 30px rgba(94, 192, 189, 0.2);
}

.btn-login+.btn-login {
	margin-left: 40px;
}

/* .btn_login_box {
	text-align: center;
	margin-top: 30px;
} */

.bra {
	display: flex;
	width  : 800px;
	height : 100%;
	/* margin: 50px 0; */
}

.left-bra {
	padding: 80px 0;
}

.right-bra {
	padding: 210px 0;
	text-align: center;
}

.oorr {

	background: #eee;
	width     : 1px;
	font-size : 0px
}

.abra {
	position     : relative;
	margin-bottom: 15px;
	background: #F6F7FA;
	height       : 45px;
	padding      : 5px 5px 5px 10px;
	display: flex;
	border-radius: 40px;
	width: 300px;
    justify-content: center;
}
.abra:hover{
	background: #79D5C4;

}
.abra:hover .aspan{
	color:#FFF;
}

/* .btn-login::after {
	content   : "";
	display   : inline-block;
	width     : 1px;
	height    : 25px;
	background: #FFF;
	left      : 50px;
	z-index   : 99999;
	position  : absolute;
} */

.aspan {
	font-size     : 22px;
	display       : inline-block;
	width         : 150px;
	line-height: 25px;
	height        : 40px;
	vertical-align: bottom;
	color         : red;
	margin        : 5px;
	cursor        : pointer;
	font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #606060;
text-align: left;
}

.btn-login1 {
	background-image: url('../../img/home/icon_login1.png');
}
.btn-login1_h5 {
	background-image: url('../../img/home/face.png');
}

.btn-login1.on {
	background-image: url('../../img/home/icon_login1-on.png');
}

.btn-login2 {
	background-image: url('../../img/home/icon_login2.png');
}
.btn-login2_h5 {
	background-image: url('../../img/home/goole.png');
}


.btn-login2.on {
	background-image: url('../../img/home/icon_login2-on.png');
}

.btn-login3 {
	background-image: url('../../img/home/icon_login3.png');
}
.btn-login3_h5 {
	background-image: url('../../img/home/in.png');
}

.btn-login3.on {
	background-image: url('../../img/home/icon_login3-on.png');
}

.header-per_info {
	float   : left;
	position: relative;
	height  : 80px;
}

.header-per_info .head-img {
	display            : block;
	width              : 50px;
	height             : 50px;
	border-radius      : 50%;
	overflow           : hidden;
	background-repeat  : no-repeat;
	background-size    : cover;
	background-position: center center;
	margin-top         : 15px;
	margin-right       : 25px;
}

.header-per_info .menu-list {
	position        : absolute;
	background-color: #fff;
	top             : 75px;
	right           : 0;
	font-size       : 14px;
	width           : 150px;
	padding         : 15px 0;
	display         : none;
}

.header-per_info .menu-list a {
	display    : block;
	padding    : 0 15px;
	line-height: 35px;
	position   : relative;
}

.header-per_info .menu-list a:hover {
	background-color: #79D5C4;
	color           : #fff;
}

.header-per_info .menu-list a.dot::after {
	content         : '';
	display         : block;
	width           : 8px;
	height          : 8px;
	border-radius   : 50%;
	background-color: red;
	position        : absolute;
	top             : 50%;
	transform       : translateY(-50%);
	margin-top      : -4px;
	right           : 25px;
}

.header-per_menu {
	background-image   : url('../../img/home/down.svg');
	background-repeat  : no-repeat;
	background-position: center right;
	cursor             : pointer;
	margin-left        : 30px;
}

.head .nav  li.bag-nav{
	position: relative;
    height: 80px;
	margin-right: 0;
    margin-left: 20px;
}
.nav li:hover>a.bag-menu{
	border-bottom: none;
}
.head .nav li>a.bag-menu{
	padding-top: 27px;
	font-size: 0;
}
.menu-baglist{
	position: absolute;
    background-color: #fff;
       /* top: 75px; */
	right: -25px;
	font-size: 14px;
	width: 80px;
	padding: 15px 0;
    padding: 15px 0;
    display: none;
}
.menu-baglist a{
	display:block;
	padding: 0 10px;
    line-height: 35px;
	font-size: 12px;
}
.menu-baglist a:hover{
	background-color: #79D5C4;
    color: #fff;
}

.zw_cart .order_disabled .list_con .list_img {
	opacity: 0.5;
}

.zw_cart .order_disabled .list_con .list_text h3 {
	color: #ccc;
}

.zw_cart .order_disabled .list_con .list_text .no {
	color: #ccc;
}

.zw_cart .order_disabled .list_con .list_text .name em {
	color: #ccc;
}

.zw_cart .order_disabled .list_con .list_text p {
	color: #ccc;
}

.zw_cart .order_disabled .list_price .price {
	color: #ccc;
}

.zw_cart .order_disabled .list_amount .amount_box input {
	color: #ccc;
}

.product_list .pic-group {
	background-color: #F6F7FA;
	border-radius   : 10px 10px 0 0;
	width           : calc(100% - 40px);
	height          : 200px;
	align-self      : flex-end;
}

.product_list .pic-group .img {
	float          : left;
	width          : 33.333333333333%;
	height         : 33.333333333333%;
	padding        : 5px 10px;
	display        : flex;
	display        : -webkit-flex;
	align-items    : center;
	justify-content: center;
	overflow       : hidden;
}

.product_list .pic-group .img img {
	width     : 100%;
	height    : 100%;
	object-fit: cover;
}

.audit_list li .pic-group {
	background-color: #F6F7FA;
	border-radius   : 10px 10px 0 0;
	width           : 100%;
	height          : 200px;
	align-self      : flex-end;
}

.audit_list li .pic-group .img {
	float          : left;
	width          : 33.333333333333%;
	height         : 33.333333333333%;
	padding        : 5px;
	display        : flex;
	display        : -webkit-flex;
	align-items    : center;
	justify-content: center;
	overflow       : hidden;
}

.sjg_up_title .btn {
	float        : right;
	display      : block;
	line-height  : 34px;
	padding      : 0 15px;
	font-size    : 16px;
	font-weight  : lighter;
	color        : #79d5c4;
	background   : transparent;
	min-width    : 90px;
	border: 1px solid #79d5c4;
	/* box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3); */
	text-align   : center;
	/* font-family  : 'Gelion Medium'; */
}
.sjg_up_title .btn:hover{
	color: #FFF;
    background: #79d5c4;
}
.sjg_up_title .title {
	font-size  : 22px;
	color      : #101010;
	line-height: 30px;
	word-break : break-all;
	max-width  : 70%;
	float      : left;
}

.sjg_up_title {
	margin-bottom: 10px;
}

.style_boxes .product_select {
	position     : absolute;
	z-index      : 50;
	top          : 14px;
	right        : 50px;
	margin-top   : 0;
	margin-bottom: 0;
	min-width    : 180px;
	font-size    : 14px;
}

/* .styles_container .style_boxes{padding-right: 240px;} */
.audit_list li .text .the .btn-message {
	float        : right;
	line-height  : 25px;
	border-radius: 20px;
	text-align   : center;
	background   : #f9d55d;
	box-shadow   : 0px 2px 20px 0px rgba(249, 213, 93, 0.3);
	color        : #fff;
	font-size    : 12px;
	padding      : 0 10px;
}

.style_boxes .product_select .select,.product_select .select_h5 {
	min-width: 180px;
}

.style_boxes .product_select .select_list,.select_list_h5 {
	white-space: nowrap;
	font-size  : 14px;
}

.about_me_modify {
	display      : block;
	line-height  : 50px;
	border-radius: 99px;
	padding      : 0 16px;
	font-size    : 14px;
	color        : #fff;
	background   : #79d5c4;
	box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
	text-align   : center;
	margin       : 0 auto;
	width        : 250px;
	font-size    : 16px;
}

.m-ellipsis-multi--l3 {
	display           : -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow     : clip;
	overflow          : hidden;
	height: 45px;
	width: 85%;
}



.information_yn li.notice .text {
	margin-left : 0;
	margin-right: 0px;
}

.information_yn li .text img {
	max-width: 45%;
	display  : block;
}

.discount-text {
	font-size  : 12px;
	color      : #6e6d7a;
	float      : left;
	line-height: 1.4;
	margin-top : 25px;
	margin-left: 5px;
}

.cartBox .discount-text {
	margin-top: 0;
}

.designer_toper .pic {
	position: relative;
}

.designer_toper .smask {
	position  : absolute;
	z-index   : 5;
	right     : 0;
	top       : 0;
	width     : 100%;
	height    : 100%;
	background: rgba(0, 0, 0, 0.6);
	cursor    : pointer;
}

.designer_toper .smask span {
	display   : block;
	width     : 100%;
	text-align: center;
	position  : absolute;
	z-index   : 6;
	top       : 50%;
	transform : translateY(-50%);
	text-align: center;
	color     : #fff;
}

.designer_toper .pic input[type="file"] {
	display : block;
	width   : 100%;
	height  : 100%;
	position: absolute;
	top     : 0;
	left    : 0;
	z-index : 10;
	opacity : 0;
}

/*评价页面*/
.comments_box .tit {
	font-size     : 16px;
	color         : #101010;
	padding-bottom: 15px;
	border-bottom : 1px solid #F4F3F3;
}

.evaluate {
	background: #fff;
	padding   : 30px 35px;
	margin    : 30px auto;
	min-height: 992px;
}

.evaluate .tit {
	color    : #101010;
	font-size: 30px;
}

.evaluate .list_con {
	padding: 35px 15px;
}

.evaluate .list_img {
	width: 200px;
	float: left;
}

.evaluate .list_img a {
	display      : block;
	overflow     : hidden;
}

.evaluate .list_img img {
	width  : 100%;
	display: block;
	height: 200px;
	object-fit: cover;
}

.evaluate .list_con .list_text {
	width       : 83%;
	float       : left;
	position    : relative;
	text-align  : left;
	padding-left: 20px;
}

.evaluate .list_con .list_text h3 {
	font-size    : 14px;
	font-weight  : 500;
	color        : #6e6d7a;
	line-height  : 20px;
	margin-bottom: 10px;
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
}

.evaluate .list_con .list_text .no {
	font-size    : 14px;
	font-weight  : 400;
	color        : #6e6d7a;
	line-height  : 20px;
	display      : block;
	overflow     : hidden;
	text-overflow: ellipsis;
	white-space  : nowrap;
}

.evaluate .list_con .list_text .name {
	overflow     : hidden;
	margin-top   : 10px;
	margin-bottom: 20px;
}

.evaluate .list_con .list_text .name .img {
	display      : block;
	width        : 20px;
	height       : 20px;
	float        : left;
	overflow     : hidden;
	border-radius: 50%;
}

.evaluate .list_con .list_text .name .img {
	display      : block;
	width        : 20px;
	height       : 20px;
	float        : left;
	overflow     : hidden;
	border-radius: 50%;
}

.evaluate .list_con .list_text .name .img img {
	display: block;
	width  : 100%;
	height : 100%;
}

.evaluate .list_con .list_text .name em {
	display    : block;
	float      : left;
	line-height: 20px;
	margin-left: 5px;
	font-size  : 12px;
	color      : #6e6d7a;
}

.evaluate .list_con .list_text p {
	font-size  : 14px;
	font-weight: 500;
	color      : #6e6d7a;
	line-height: 20px;
}

.evalu_textarea {
	margin: 0 15px;
}

.evalu_textarea textarea {
	height       : 200px;
	padding      : 20px;
	border       : none;
	width        : 100%;
	resize       : none;
	background   : #F6F7FA;
}

.evaluate .img_box {
	margin: 0 15px;
}

.evaluate .img_box ul {
	overflow   : hidden;
	padding-top: 24px;
}

.evaluate .img_box ul li {
	width        : 100px;
	height       : 100px;
	float        : left;
	margin-right : 10px;
	position     : relative;
	cursor       : pointer;
	background   : #f6f7fa;
}

.evaluate .img_box ul li>img {
	display      : block;
	width        : 100%;
	height       : 100%;
	border: none;
	object-fit   : cover;
}

.evaluate .img_box ul li .del {
	display    : block;
	position   : absolute;
	width      : 15px;
	height     : 15px;
	top        : -8px;
	right      : -8px;
	background : url(../../img/home/sjg_close.png) no-repeat center/cover;
	text-indent: -9999px;
}

.evaluate .img_box ul .add_btn {
	position: relative;
	cursor  : pointer;
}

.evaluate .img_box ul .add_btn .inner {
	position  : absolute;
	width     : 100%;
	top       : 50%;
	transform : translateY(-50%);
	text-align: center;
}

.evaluate .img_box ul .add_btn .inner img {
	display: block;
	margin : 0 auto;
	width  : 23px;
	border: none;
}

.evaluate .img_box ul .add_btn .inner p {
	font-size  : 12px;
	font-weight: 400;
	color      : #b8bdca;
	line-height: 20px;
	margin-top : 5px;
}

.sjg_submit3 {
	border       : none;
	margin       : 160px auto 100px;
	display      : block;
	width        : 180px;
	height       : 40px;
	background   : #FFF;
	line-height  : 40px;
	text-align   : center;
	font-size    : 16px;
	color        : #79D5C4;
	border: 1px solid #79D5C4;
	border-radius: 26px;
}
.sjg_submit3:hover{
	color        : #FFF;
	background   : #79D5C4;
}

.logistics_con {
	margin       : 22px 15px;
	padding      : 20px;
	background   : #F6F7FA;
	border-radius: 10px;
}

.logistics_con h4 {
	font-size     : 16px;
	font-weight   : normal;
	padding-bottom: 20px;
}

.logistics_con li {
	position    : relative;
	padding-left: 186px;
	color       : #101010;
	font-size   : 14px;
	border-left : 1px solid #D8D8D8;
}

.logistics_con li:before {
	content      : "";
	width        : 7px;
	height       : 7px;
	background   : #D8D8D8;
	position     : absolute;
	border-radius: 7px;
	top          : 6px;
	left         : -4px;
}

.logistics_con li.on:before {
	content   : "";
	width     : 11px;
	height    : 11px;
	top       : 5px;
	left      : -6px;
	background: #FE963B;
}

.logistics_con li .time {
	position: absolute;
	left    : 22px;
	top     : 0;
}

.logistics_con li .time .n1 {
	margin-left: 30px;
}

.logistics_con li .text {
	position      : relative;
	padding-bottom: 15px;
}

.logistics_con li .text .tt {
	position: absolute;
	top     : 0;
	left    : 0;
}

.logistics_con li .text p {
	padding-left: 66px;
}

/*评分 评论*/
#starRating {
	position  : absolute;
	right     : 0;
	top       : 50%;
	margin-top: -30px;
}

#starRating .photo span {
	position    : relative;
	display     : inline-block;
	width       : 44px;
	height      : 42px;
	overflow    : hidden;
	margin-right: 23px;
	cursor      : pointer;
}

#starRating .photo span:last-child {
	margin-right: 0px;
}

#starRating .photo span .nohigh {
	position  : absolute;
	width     : 44px;
	height    : 42px;
	top       : 0;
	left      : 0;
	background: url("../../img/home/star.png");
}

#starRating .photo span .high {
	position  : absolute;
	width     : 44px;
	height    : 42px;
	top       : 0;
	left      : 0;
	background: url("../../img/home/star1.png");
}

#starRating .starNum {
	font-size    : 26px;
	color        : #de4414;
	margin-top   : 4px;
	margin-bottom: 10px;
}

#starRating .bottoms {
	height    : 54px;
	border-top: 1px solid #d8d8d8;
}

#starRating .photo {
	margin-top: 30px;
}

#starRating .bottoms a {
	margin-bottom: 0;
}

#starRating .bottoms .garyBtn {
	margin-right: 57px !important;
}

#starRating .bottoms a {
	width        : 130px;
	height       : 35px;
	line-height  : 35px;
	border-radius: 3px;
	display      : inline-block;
	font-size    : 16px;
	transition   : all 0.2s linear;
	margin       : 16px 0 22px;
	text-align   : center;
	cursor       : pointer;
}

.garyBtn {
	margin-right    : 60px !important;
	background-color: #e1e1e1;
	color           : #999999;
}

.blueBtn {
	background-color: #1968b1;
	color           : #fff;
}

.blueBtn:hover {
	background: #0e73d0;
}

.stay_Popup {
	position     : fixed;
	width        : 800px;
	height       : 660px;
	left         : 50%;
	top          : 50%;
	margin-left  : -400px;
	z-index      : 99999;
	margin-top   : -300px;
	background   : #FFFFFF;
	padding      : 0 25px;
}

.stay_Popup .tit {
	line-height  : 20px;
	font-size    : 20px;
	padding      : 30px 0;
	border-bottom: 1px solid #EEEEEE;
	text-align   : center;
}

.stay_Popup ul {
	height  : 410px;
	overflow: auto;
}

.stay_Popup .down {
	position: absolute;
	left    : 95%;
	top  : -13%;
}

.stay_Popup .down .iocn {
	width          : 40px;
	height         : 40px;
	display        : block;
	background     : url(../../img/home/down.png) no-repeat center;
	background-size: cover;
	position       : absolute;
	top            : 100px;
	left           : 50%;
	margin-left    : -20px;
	cursor         : pointer;
}

/* .stay_Popup .down .iocn::after {
	content   : "";
	display   : block;
	width     : 1px;
	height    : 100px;
	background: #fff;
	position  : absolute;
	left      : 50%;
	top       : -100px;
} */

@media (max-width: 1441px) {

	.evaluate .list_con .list_text {
		width: 82%;
	}
	.product_details .detailsmb .r_de {
		width: 47%;
		top  : -680px;
	}
	.zc_container .zc_form{
		zoom: 0.9;
	}
}

@media (max-width: 1231px) {
	.evaluate .list_con .list_text {
		width: 75%;
	}

	.product_details .detailsmb .r_de {
		width: 34%;
		top  : -680px;
	}
	.zc_container .zc_form{
		zoom: 0.8;
	}

}

@media (max-width: 1030px) {
	.evaluate .list_img {
		float: none;
	}

	.evaluate .list_con .list_text {
		float     : none;
		width     : 100%;
		margin-top: 10px;
		padding   : 0;
	}

	#starRating {
		position  : relative;
		right     : 0;
		top       : 0;
		margin-top: 0px;
	}

}

@media (max-width: 800px) {

	.designer_toper .pic img {
		width: 120px;
	}

	.designer_toper .cm_box .detail .label {
		width: auto;
	}

	.user_form .reason {
		padding  : 15px 20px;
		color    : #FE973D;
		font-size: 14px;
		margin   : 30px 15px 0;
	}

	.user_form .order_box {
		margin-bottom: 0;
	}

	.evaluate {
		background: #fff;
		padding   : 20px 15px;
		margin    : 20px auto;
	}

	.evaluate .tit {
		font-size: 20px;
	}

	.evaluate .list_con {
		padding: 20px 0px;
	}

	.evaluate .list_img {
		width: 100%;
	}

	#starRating .photo {
		margin-top: 10px;
	}

	#starRating .photo span .nohigh,
	#starRating .photo span .high,
	#starRating .photo span {
		width          : 25px;
		height         : 25px;
		background-size: 80% !important;
	}

	#starRating .photo span {
		margin-right: 10px;
	}

	.evalu_textarea,
	.evaluate .img_box {
		margin: 0;
	}

	.sjg_submit3 {
		margin-top   : 40px;
		margin-bottom: 30px;
	}

	.logistics_con li {
		position    : relative;
		padding-left: 0;
	}

	.logistics_con li .time .n1 {
		margin-left: 20px;
	}

	.logistics_con li .time {
		position      : relative;
		font-size     : 16px;
		font-weight   : bold;
		padding-bottom: 10px;
	}

	.logistics_con li .text p {
		padding-left: 40px;
	}

	.logistics_con li .text {
		position      : relative;
		padding-bottom: 10px;
		margin-left   : 22px;
	}

	.information_yn li.notice .text {
		margin-right: 0;
	}

	.information_yn li {
		padding-bottom: 20px;
	}
}
@media (max-width: 601px) {
	.zc_container .zc_form{
		zoom: 0.7;
	}
}
@media (max-width: 501px) {
	.zc_container .zc_form{
		zoom: 0.65;
	}
}
@media (max-width: 450px) {
	.bra{
		width: 725px;
	}
}

/* --------------------------------响应式开始------------------------- */

@media (min-width: 1031px) {

	.nav li:hover>a {
		border-bottom: 2px solid #94D3C8;
	}

	.nav li.hover>a {
		/* background: #94D3C8;
		color     : #fff; */
		border-bottom: 2px solid #94D3C8;
		/* font-weight  : bold; */
	}

	.nav li:hover .sub {
		top       : 100%;
		opacity   : 1;
		visibility: visible;
	}

	.header_out.on {
		box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1);
		
	}

	.header_out.on .head {
		height: 66px;
	}

	.header_out.on .head .nav li>a {
		line-height: 66px;
	}

	.header_out.on .head .logo {
		margin-top: 9px;
	}

	.m_nav {
		display: none !important;
	}
}

@media (max-width: 1400px) {
	.main {
		width: 1220px;
	}

	.head .logo img {
		width: 170px;
	}

	.head .nav li {
		margin-right: 10px;
	}

	.head .nav .nav_search input[type="text"] {
		width   : 200px;
		/* width: 220px; */
	}

	.head .nav {
		margin-left: 25px;
	}

	.nav_rt .nav_btn {
		margin-left: 15px;
	}

	.banner_text .banner_t1 {
		font-size: 40px;
	}

	.banner_text .banner_t2 {
		font-size : 16px;
		margin-top: 20px;
	}

	.banner_text .banner_t2 dd {
		line-height: 30px;
	}

	.banner_text .banner_t2 dd a {
		color: #666;
	}

	.banner_text .banner_more {
		line-height  : 40px;
		border-radius: 40px;
		width        : 120px;
		margin-top   : 30px;
		font-size    : 12px;
	}

	footer .top .item {
		width: 21.5%;
	}

	.plat_container .plat_right .p_rcontainer .p_benefit li span {
		font-size: 36px;
	}

	.user_container .user_nav .li {
		padding: 0 10px;
		margin : 0 10px;

	}

	.user_container .user_table .pic {
		width: 200px;
	}

	.user_container .user_table .txt h3 {
		margin-bottom: 6px;
	}

	.user_container .user_table .txt .no {
		font-size: 12px;
	}

	.user_container .user_table .txt .name {
		margin-bottom: 13px;
	}

	.user_container .user_select select {
		height   : 34px;
		font-size: 12px;
	}

	.user_container .user_table {
		margin-top: 20px;
		min-width : 784px;
	}

	.user_form .address_box .i_row_a em {
		font-size: 14px;
	}

	.designer_toper .cm_box {
		/* padding-top: 10px; */
	}

	.product_details .details .r_de .btn_box .cirbox {
		/* margin-top: 20px; */
	}

	.product_details .details .r_de .price_box {
		margin-bottom: 20px;
	}

	.class_model {
		padding: 50px 30px;
	}

	.class_model .tt {
		font-size    : 24px;
		margin-bottom: 38px;
	}

	.class_model .input_bar span {
		font-size  : 16px;
		line-height: 40px;
	}

	.class_model .input_bar input {
		font-size: 14px;
		height   : 40px;
	}

	.class_model .submit {
		width     : 200px;
		height    : 40px;
		margin-top: 40px;
	}

	.audit_list {
		margin: -10px -10px 0;
	}

	.audit_list li {
		padding: 10px;
	}

	.order_box .user_table {
		width: 850px;
	}

	.user_form .in p {
		float: left;
		width: 56%;
	}

	.youhuij li .box {
		/* height         : 140px; */
		background     : url(../../img/home/yhqbguse1130.png) no-repeat center;
		/* background-size: auto 140px; */
	}

	.youhuij li .box dt {
		font-size: 60px;
	}

	.youhuij li .box p {
		width: 30px;
	}

	.form_describe .in p {
		float: none;
		width: 80px;
	}
}

@media (max-width: 1230px) {
	/* .main {
		width: 992px;
	} */

	/* .head .nav li>a {
		padding: 0 5px;
	} */

	.head .logo {
		margin-top: 28px;
	}

	.head .logo .logo_b {
		display: none;
	}

	.head .nav li>a {
		font-size: 12px;
	}

	.nav_rt .nav_btn_n {
		font-size  : 12px;
		margin-left: 10px;
	}

	.head .logo img {
		width: 150px;
	}

	.nav_rt .nav_search input[type="text"] {
		width: 150px;
	}

	.banner_text .banner_t1 {
		font-size: 30px;
	}

	.banner_text .banner_t2 {
		font-size : 14px;
		margin-top: 20px;
	}

	.banner_text .banner_t2 dd {
		line-height: 28px;
	}

	.banner_text .banner_more {
		margin-top: 20px;
	}

	.product_list li {
		width: 33.333333333333333%;
	}

	.ms_banner {
		padding    : 80px 15px;
		font-size  : 34px;
		line-height: 1.8;
	}

	.ms_container .box .txt h3 {
		font-size  : 30px;
		line-height: 1.6;
	}

	.ms_container .box .txt p {
		font-size  : 16px;
		line-height: 24px;
	}

	.ms_container .box .txt .btn a {
		font-size: 14px;
	}

	.ms_container .box .txt .btn {
		margin-top: 40px;
	}

	.sjs_list .left {
		padding-left: 80px;
	}

	.sjs_list .left .pic {
		width : 66px;
		height: 66px;
	}

	.sjs_list .left .name {
		font-size: 20px;
	}

	.sjs_list .left .count {
		margin-bottom: 24px;
	}

	.plat_container .plat_left {
		width: 30%;
	}

	.plat_container .plat_right {
		width: 67%;
	}

	.plat_container .plat_right .p_item a {
		line-height: 40px;
		font-size  : 14px;
		/* padding    : 0 20px; */
		width: 150px;
		border-radius: 6px 6px 0px 0px;
	}

	.plat_container .plat_right .p_item a.on {
		/* padding: 0 30px; */
	}

	.plat_container .plat_right .p_rcontainer .p_benefit li span {
		font-size : 28px;
		margin-top: 0;
	}

	.plat_container .plat_right .p_rcontainer .p_benefit li {
		padding-bottom: 15px;
	}

	.plat_container .plat_right .p_rcontainer .withdraw_box .box {
		width        : 100%;
		margin-bottom: 24px;
	}

	.user_container .user_nav .li>a {
		font-size: 14px;
	}

	.user_container .user_nav .li .sub a {
		font-size: 12px;
	}

	.user_form {
		padding-right: 50px;
		padding-left : 50px;
	}

	.pat_fun_box label em {
		font-size: 14px;
	}

	.pat_fun_box label img {
		margin: 0 10px;
	}

	.sjg_form {
		padding-right: 35px;
		padding-left : 35px;
	}

	/* .percent_li .r_p_img {
		display: none;
	} */

	.percent_li {
		padding-right: 15px !important;
	}

	.percent_li .txt {
		width: 100%;
	}

	.u_p_form {
		padding-right: 0;
		padding-left : 0;
	}

	.percent_li.line::after {
		display: none;
	}

	.designer_toper .btn_box {
		margin-left: 25px;
	}

	.styles_container .style_slide span {
		font-size: 14px;
	}

	.styles_container .style_slide .abox a {
		font-size: 14px;
	}

	.audit_list li {
		width: 50%;
	}

	.data_center .user_select select {
		height   : 34px;
		font-size: 12px;
	}

	.page_box {
		margin: 30px 0;
		width : 67%;
	}

	.about_me {
		margin : 30px 0;
		padding: 30px;
	}

	.about_me .title_m {
		font-size: 24px;
	}

	.youhuij li .box {
		height         : 100px;
		background     : url(../../img/home/yhqbguse1130.png) no-repeat center;
		background-size: auto 100px;
	}

	.youhuij li .box dt {
		font-size: 40px;
	}

	.youhuij li .box span {
		font-size: 12px;
	}

	.youhuij li .box dd {
		font-size: 12px;
	}

	.youhuij li .box p {
		font-size: 12px;
		width    : 20px;
	}

	.p_rcontainer .user_form .order_box .kll_box {
		width        : 100%;
		margin-bottom: 30px;
	}

	.p_rcontainer .user_form .order_box .kll_box:last-child {
		margin-bottom: 0;
	}

	.goods_spec_box td {
		padding: 10px;
	}

	.column-forth .in {
		width: 45%;
	}

}

@media (max-width: 1030px) {
	.head .nav {
		display: none;
	}

	.main {
		width: 768px;
	}

	.header_out {
		/* box-shadow: 0.174px 0.985px 13.58px 0.42px rgba(0, 0, 0, 0.1); */
		box-shadow: 0px 4px 30px 0px rgb(184 189 202 / 30%);
	}

	.header_out .head {
		height: 70px;
	}

	body {
		padding-top   : 70px;
		/* margin-left: -250px; */
	}

	.header_out .head .nav li>a {
		line-height: 1.6;
	}

	.header_out .head .logo {
		margin-top: 13px;
		position  : absolute;
		margin-top: 0;
		left      : 50%;
		top       : 50%;
		transform : translate(-50%, -50%);
	}

	html {
		position  : relative;
		transition: all 0.3s;
		left      : 0;
	}

	html.slide_nav {
		left: 100px;
	}

	.header_out {
		transition: all 0.3s;
		left      : 0;
	}

	.header_out.slide_nav {
		left: 0px;
	}

	.head .navULdown {
		/* box-shadow   : 0 0 10px rgba(0, 0, 0, 0.3); */
		display      : none;
		width        : 250px;
		position     : fixed;
		z-index      : 99999999999999999999999;
		top          : 0 !important;
		overflow     : hidden;
		z-index      : 50;
		background   : #fe973d;
		margin-left  : 0;
		height       : 100%;
		padding-top  : 60px;
		padding-right: 25px;
		padding-left : 25px;
		left         : 0px !important;
		transition   : all 0.3s;
	}

	.head .navULdown.on {
		/* box-shadow   : 0 0 10px rgba(0, 0, 0, 0.3); */
		display      : block;
		width        : 250px;
		position     : fixed;
		z-index      : 99999999999999999999999 !important;
		top          : 70px !important;
		overflow     : hidden;
		background   : #FFF;
		margin-left  : 0;
		height       : 100%;
		padding-top  : 60px;
		padding-right: 25px;
		padding-left : 25px;
		left         : 0px !important;
		transition   : all 0.3s;
	}

	.head .nav li {
		display      : block;
		float        : none;
		border-bottom: 0.6px solid rgba(255, 255, 255, 0.6);
		padding-right: 55px;
	}

	.head .nav li>a {
		line-height: 1;
		padding    : 14px 0;
		/* font-size  : 13px; */
	}

	.head .nav li.has_sub::after {
		content    : "";
		display    : block;
		position   : absolute;
		font-family: Arial;
		width      : 40px;
		height     : 100%;
		font-weight: lighter;
		font-size  : 18px;
		color      : #fff;
		text-align : center;
		line-height: 32px;
		right      : 0;
		top        : 0;
		background : url(../../img/home/more.png) no-repeat center/20px 20px;
	}

	.header_out .head .nav li>a {
		line-height: 2;
		color: #333333;
	}

	.nav_btn {
		display   : block;
		width     : 26px;
		height    : 18px;
		position  : absolute;
		left      : 15px;
		top       : 50%;
		margin-top: -9px;
		z-index   : 999;
	}

	.nav_btn span {
		display   : block;
		transition: all 0.3s;
		height    : 1px;
		width     : 100%;
		position  : absolute;
		left      : 0;
		background: #6F6D79;
		transition: all 0.3s;
	}

	.nav_btn span:nth-of-type(1) {
		top: 0;
	}

	.nav_btn span:nth-of-type(2) {
		top       : 50%;
		margin-top: -0.5px;
	}

	.nav_btn span:nth-of-type(3) {
		bottom: 0;
	}

	.nav_btn.active span {
		background: #333;
	}

	.nav_btn.active span:nth-of-type(1) {
		top      : 50%;
		transform: rotate(45deg);
	}

	.nav_btn.active span:nth-of-type(2) {
		opacity: 0;
	}

	.nav_btn.active span:nth-of-type(3) {
		top      : 50%;
		transform: rotate(-45deg);
	}

	.m_nav {
		display   : block;
		position  : absolute;
		width     : 100%;
		height    : 100%;
		z-index   : 50;
		top       : 0;
		left      : 100%;
		background: #fe973d;
		transition: all 0.3s;
		padding   : 150px 40px 0;
	}

	.m_nav .close {
		display    : block;
		width      : 30px;
		height     : 30px;
		top        : 80px;
		left       : 50%;
		margin-left: -15px;
		position   : absolute;
		background : url(../../img/home/close.png) no-repeat center/cover;
	}

	.m_nav .con>a {
		display      : block;
		text-align   : center;
		color        : #fff;
		font-size    : 18px;
		margin-bottom: 25px;
	}

	.m_nav .sub a {
		display      : block;
		text-align   : center;
		margin-bottom: 15px;
		color        : #fff;
		font-size    : 14px;
	}

	.m_nav.on {
		left: 0;
	}

	.nav_rt .nav_search {
		width: 100%;
	}

	.nav_rt .nav_search input[type="text"] {
		width: 100%;
	}

	.nav_rt .nav_btn_n {
		width       : 45%;
		margin-left : 0;
		margin-right: 5%;
		text-align  : center;
		background  : #79d5c4;
	}

	.banner_in img {
		height       : 200px;
		/* object-fit: cover; */
	}

	.banner_text .banner_t1 {
		font-size: 18px;
	}

	.banner_text .banner_t2 {
		font-size : 12px;
		margin-top: 10px;
	}

	.banner_text .banner_t2 dd {
		line-height: 20px;
	}

	.banner_text .banner_more {
		margin-top   : 10px;
		width        : 100px;
		height       : 36px;
		line-height  : 36px;
		border-radius: 36px;
		font-size    : 10px;
	}

	.slide_nav_b {
		width : 100%;
		top   : 0;
		left  : 0;
		bottom: 0;
		height: 100%;
	}

	.slide_nav_b .kbox {
		display        : flex;
		justify-content: space-around;
		position       : absolute;
		width          : 100%;
		top            : 50%;
		left           : 0;
		transform      : translateY(-50%);
	}

	.slide_nav_b a {
		width: 200px;
	}

	.slide_nav_b a:last-child {
		margin-bottom: 0;
	}

	.product_select {
		margin-top   : 20px;
		margin-bottom: 24px;
	}

	.product_list li {
		width: 50%;
	}

	footer .top {
		display: block;
	}

	/* footer .top .item {
		display: none;
	} */

	/* 移动端响应足部 */
	footer .item-row .item {
		display: inline-block !important;
	}

	footer .item-row {
		font-size: 5px !important;
	}


	footer {
		padding-top   : 20px;
		padding-bottom: 20px;
	}

	footer .bottom {
		margin-top: 0;
	}

	/* .nav_close {
		display      : block;
		position     : absolute;
		width        : 30px;
		height       : 30px;
		background   : #fe973d url(../../img/home/close.png) no-repeat center/50% auto;
		right        : 15px;
		top          : 15px;
		z-index      : 50;
		border-radius: 50%;
	} */

	.ms_container .box .main {
		padding-top   : 60px;
		padding-bottom: 60px;
	}

	.zc_container .zc_form {
		padding-right: 40px;
		padding-left : 40px;
		float        : none;
		margin       : 0 auto;
	}

	.sjs_list .left {
		width: 45%;
	}

	.sjs_list .right {
		width: 55%;
	}

	.plat_container .plat_left {
		width: 100%;
	}

	.plat_container .plat_left .bottom {
		display: none;
	}

	.plat_container .plat_right {
		width     : 100%;
		margin-top: 24px;
	}

	.plat_container .plat_right .p_rcontainer {
		padding-bottom: 36px;
	}

	.user_container .user_con {
		padding-right: 20px;
		padding-left : 20px;
	}

	.user_container .user_list {
		padding: 0px 0px 30px;
	}

	.user_form {
		padding-right: 0;
		padding-left : 0;
	}

	.pat_fun_box .in {
		width        : 48%;
		float        : left;
		margin-right : 0;
		margin-bottom: 20px;
	}

	.pat_fun_box .in:nth-child(2n) {
		float: right;
	}

	.user_form .order_box .kll_box {
		width        : 100%;
		margin-bottom: 30px;
	}

	.user_form .order_box .kll_box:last-child {
		margin-bottom: 0;
	}

	.u_p_banner h3 {
		font-size  : 20px;
		line-height: 1.6;
	}

	.u_p_banner p {
		font-size  : 14px;
		line-height: 1.6;
	}

	.u_p_banner {
		padding: 85px 15px;
	}

	.designer_toper .pic {
		float : none;
		margin: 0 auto 24px;
	}

	.designer_toper .btn_box {
		margin-left: 0;
		float      : none;
		text-align : center;
		font-size  : 0;
		padding-top: 0;
	}

	.designer_toper .btn_box a {
		display   : inline-block;
		font-size : 15px;
		text-align: center;
		margin    : 0 10px;
	}
	.designer_toper .btn_box a:hover{
		color: #FFF;
		background-color: #79D5C4;
	}

	.designer_toper .cm_box .detail .name {
		margin-top: 0;
	}

	.designer_toper .cm_box {
		padding-top: 0;
		margin-top : 20px;
		text-align : center;
		font-size  : 0;
		float      : none;
		margin-left: 0;
	}

	.designer_toper .cm_box .score {
		float: none;
	}

	.designer_toper .cm_box .detail {
		float     : none;
		text-align: center;
	}

	.designer_toper .cm_box .detail .count {
		text-align: center;
	}

	.designer_toper .cm_box .detail .label {
		text-align: center;
	}

	.designer_toper .cm_box .row_b {
		text-align: center;
	}

	.designer_bottom .product_list li {
		width: 50%;
	}

	.zw_cart .toper {
		padding: 10px;
	}

	.zw_cart .bar-wrapper {
		padding-left: 15px;
	}

	.zw_cart .bar-wrapper .bar-right .totalMoney .total_text {
		font-size: 18px;
	}

	.zw_cart .order_lists .list_con .list_text {
		padding-left: 10px;
	}

	.zw_cart .cartMain_hd {
		display: none;
	}

	.zw_cart .order_lists .list_con {
		width: 70%;
	}

	.zw_cart .order_lists .list_con .list_text h3 {
		font-size    : 12px;
		margin-bottom: 5px;
	}

	.zw_cart .order_lists .list_con .list_text .no {
		font-size: 12px;
	}

	.zw_cart .order_lists .list_con .list_text .name {
		margin-top   : 5px;
		margin-bottom: 10px;
	}

	.zw_cart .order_lists .list_con .list_text p {
		font-size: 12px;
	}

	.zw_cart .order_lists .list_amount .amount_box {
		width: 90px;
	}

	.zw_cart .order_lists .list_amount .amount_box a {
		width: 33.33333333%;
	}

	.zw_cart .order_lists .list_amount .amount_box input {
		width: 33.333333333333%;
	}

	.product_details .details .l_nav {
		width: 100% ;
	}

	.product_details .details .l_nav li {
		width       : 80px;
		float       : left;
		margin-right: 15px;
	}

	.product_details .details .swiper-container {
		width      : 100%;
		margin-left: 0;
	}

	.product_details .details .r_de {
		width     : 100%;
		margin-top: 35px;
		top       : 0;
	}

	.product_details .details.detailsmb {
		margin-bottom: 0;
	}

	.product_details .details .r_de .btn_box .cirbox {
		margin-top: 0;
	}

	.page_box {
		width: 100%;
	}

	.about_me {
		padding: 15px;
	}

	.about_me .title_m {
		margin   : 20px 0;
		font-size: 22px;
	}

	.popup_shanc {
		width      : 600px;
		margin-left: -300px;
	}

	.popup_shanc .text {
		font-size: 14px;
	}

	.information_yn {
		margin        : 0;
		padding-bottom: 150px;
	}

	.youhuij {
		margin: 0;
	}

	.youhuij li {
		width  : 50%;
		padding: 10px;
	}

	.youhuij li .box {
		width: 290px;
	}



}

@media (max-width: 800px) {
	.header_out.slide_nav {
		left: 0px;
	}

	html.slide_nav {
		left: 0px !important;
	}

	.head .nav {
		width: 300px;
	}

	.header_out .head .nav li>a {
		line-height: 1.6;
	}

	.head .nav {
		padding-right: 0;
		padding-left : 0;
	}

	.head .nav li {
		padding-left: 26px;
	}
	.head .navULdown.on{
		top: 65px !important;
	}
	.header_out .head {
		height: 65px;
	}

	body {
		padding-top: 50px;
	}

	.head .nav .nav_search input[type="text"] {
		width : 80%;
		margin: 0 auto;
	}

	.head .nav .nav_btn_n {
		width      : 80%;
		margin-left: 10%;
	}

	.slide_nav_b p {
		font-size  : 12px;
		line-height: 1.6;
	}

	.slide_nav_b .pic img {
		max-width: 80%;
		margin   : 0 auto;
	}

	.slide_nav_b h3 {
		font-size: 14px;
	}

	.product_tag a {
		font-size: 13px;
		padding  : 0 10px;
		margin   : 0;
	}

	.main {
		padding-right: 15px;
		padding-left : 15px;
	}

	.product_list li {
		width: 100%;
	}

	.product_select .select,.product_select .select_h5 {
		border: none;
		min-width: auto !important;
		height     : 30px;
		font-size  : 12px;
		line-height: 28px;
		background: url(../../img/usercentent/xl01.png) no-repeat right center;
	}
	

	.product_select .select_list,.select_list_h5 {
		top        : 30px;
		font-size  : 12px;
		line-height: 30px;
		padding    : 5px 0;
	}

	.product_list {
		margin-top: 24px;
	}

	footer .bottom {
		font-size: 12px;
	}

	footer .bottom span {
		display: block;
	}

	.ms_banner {
		font-size: 20px;
	}

	.ms_container .box .txt {
		width: 100%;
	}

	.ms_container .box .txt h3 {
		font-size: 24px;
	}

	.ms_container .box img {
		width     : 100%;
		margin-top: 34px;
		max-width : 100%;
	}

	.ms_container .box:nth-child(2n) .txt h3,
	.ms_container .box:nth-child(2n) .txt p {
		text-align: left;
	}

	.ms_container .box:nth-child(2n) .txt .btn a {
		float: left;
	}

	.ms_container .box .txt .btn {
		margin-top: 34px;
	}

	.ms_container .box .txt .btn a {
		font-size  : 12px;
		line-height: 36px;
		padding    : 0 15px;
	}

	.ms_container .box .txt .btn a.on {
		margin-right: 0;
		margin-left : 20px;
	}

	.zc_container .zc_form {
		width: 100%;
	}

	.zc_container .zc_form .tt p {
		font-size: 18px;
	}

	.zc_container .zc_form .tt span {
		font-size : 12px;
		margin-top: 10px;
	}

	.zc_container .zc_form .tt {
		margin-bottom: 20px;
	}

	.zc_container .zc_form .row .t {
		font-size    : 14px;
		line-height  : 18px;
		margin-bottom: 5px;
	}

	.zc_container .zc_form .row {
		margin-bottom: 25px;
	}

	.zc_container .zc_form .row .note {
		font-size: 12px;
	}

	.zc_container .zc_form .btn {
		font-size  : 12px;
		height     : 34px;
		line-height: 34px;
	}

	.zc_container .zc_form .or {
		margin-top   : 20px;
		margin-bottom: 20px;
	}

	.zc_container .zc_form .et {
		font-size: 13px;
	}

	.sjs_list .left {
		width: 100%;
	}

	.sjs_list .right {
		width     : 100%;
		margin-top: 50px;
		padding   : 0 26px;
	}

	.sjs_list .swiper-button-next,
	.sjs_list .swiper-container-rtl .swiper-button-prev {
		right: -10px;
	}

	.sjs_list .swiper-button-prev,
	.sjs_list .swiper-container-rtl .swiper-button-next {
		left: -10px;
	}

	.plat_container .plat_left .toper {
		padding-top: 40px;
	}

	.plat_container .plat_right .p_rcontainer .p_benefit li {
		width       : 100%;
		margin-right: 0;
	}

	.plat_container .plat_right .p_rcontainer {
		padding-right: 10px;
		padding-left : 10px;
	}

	.plat_container .plat_right .p_rcontainer .withdraw_box .inner {
		padding: 15px;
	}

	.plat_container .plat_right .p_rcontainer .withdraw_box .card_list li a {
		position  : static;
		margin-top: 12px;
		display   : inline-block;
	}

	.plat_container .plat_right .p_rcontainer .withdraw_box .a_btn {
		margin-top: 38px;
		font-size : 14px;
	}

	.plat_container .plat_right .p_rcontainer .withdraw_box .a_list li em {
		position  : static;
		transform : translateY(0);
		margin-top: 12px;
	}

	.user_container .user_select select {
		width        : 100%;
		margin-bottom: 12px;
		margin-right : 0;
	}

	.user_container .user_nav .li {
		display: block;
		width  : 100%;
		border : 1px solid #ddd;
		margin : 0 0 2px 0;
	}

	.user_container .user_nav .li .sub {
		position: static;
		border  : none;
	}

	.page a,
	.page span {
		display: none;
	}

	.page a.pn_btn,
	.page span.pn_btn {
		display: inline-block;
	}

	.user_form .uf_tit_a {
		font-size    : 18px;
		margin-bottom: 10px;
	}

	.user_form .uf_tit_b {
		margin-bottom: 20px;
	}

	.user_form .i_row_a span {
		font-size: 12px;
		padding  : 0 10px;
	}

	.user_form .i_row_a em {
		font-size: 14px;
	}

	.user_form .i_row_a .input {
		font-size: 14px;
		height   : 50px;
	}

	.user_form .i_row_a .c_btn {
		font-size: 12px;
		width    : 70px;
	}

	.user_form .submit_a {
		margin-top: 44px;
	}

	.user_form {
		padding-bottom: 40px;
	}

	.user_form .address_box .i_row_a em {
		width: 100% !important;
	}

	.user_form .address_box .row_box_a .i_row_a {
		width: 100%;
	}

	.user_form .address_box {
		padding: 20px 15px;
	}

	.user_form .i_row_c input {
		width : 14px;
		height: 14px;
	}

	.user_form .i_row_c label {
		font-size  : 12px;
		line-height: 14px;
	}

	.user_form .order_box .i_row_a {
		width: 100%;
	}

	.pat_fun_box .in {
		width: 100%;
	}

	.price_row .l {
		width        : 100%;
		margin-bottom: 20px;
	}

	.price_row .r {
		width: 100%;
	}

	.price_row .a-btn {
		width      : 135px;
		margin-left: 0;
	}

	.price_row input {
		width      : 135px;
		margin-top : 20px;
		margin-left: 15px;
	}

	.sjg_form {
		padding-right: 0;
		padding-left : 0;
	}

	.sjg_up_img .img_box ul li {
		width : 100px;
		height: 100px;
	}

	.sjg_up_img .img_box ul .add_btn .inner img {
		width: 30px;
		border: none;
	}

	.sjg_up_img .img_box ul .add_btn .inner p {
		font-size : 12px;
		margin-top: 5px;
	}

	.user_form .order_box {
		padding-right: 15px;
		padding-left : 15px;
	}

	.sjb_sample {
		height : auto;
		padding: 15px 15px;
	}

	.sjb_sample .tt span,
	.sjb_sample .tt a {
		display      : block;
		margin-left  : 0;
		margin-bottom: 15px;
	}

	.sjb_sample label {
		position : static;
		transform: translate(0);
		float    : none;
		display  : block;
		margin   : 0 auto;
	}

	.user_form .order_box .kll_box {
		margin-bottom: 20px;
	}

	.user_form .order_box .sjg_row_box {
		/* margin-bottom: 20px; */
	}

	.sjg_process li {
		display: none;
	}

	.sjg_process li.on {
		display: block;
		width  : 100%;
	}

	.sjg_title {
		padding   : 0 15px;
		margin-top: 60px;
	}

	.sjg_process {
		padding-top: 34px;
	}

	.sjg_title {
		margin-top: 24px;
	}

	.u_p_form .order_box {
		padding-right: 0;
		padding-left : 0;
	}

	.up_btn_box .sjg_submit {
		margin-right : 0;
		margin-bottom: 24px;
	}

	.designer_toper {
		padding-top   : 34px;
		padding-bottom: 40px;
	}

	.designer_toper .pic {
		width : 120px;
		height: 120px;
	}

	.designer_toper .cm_box .detail .name span {
		font-size: 16px;
	}

	.designer_toper .cm_box .detail {
		margin-left: 0;
	}

	.designer_toper .cm_box .jqm-round-wrap {
		width : 30px;
		height: 30px;
	}

	.designer_toper .cm_box .box .it {
		font-size : 14px;
		margin-top: 0px;
	}

	.designer_toper .cm_box .box {
		margin: 0 5px;
	}

	.designer_toper .cm_box .jqm-round-circle p {
		font-size  : 12px;
		line-height: 26px;
	}

	.designer_sel a {
		margin-right: 10px;
	}

	.designer_sel a em {
		font-size  : 12px;
		margin-left: 5px;
	}

	.designer_sel span {
		font-size: 14px;
	}

	.designer_bottom .product_list li {
		width: 100%;
	}

	.designer_model .toper {
		padding: 0 30px;
	}

	.designer_model .toper .in h3 {
		font-size: 18px;
	}

	.designer_model .toper .in {
		padding-top   : 30px;
		padding-bottom: 25px;
	}

	.designer_model {
		padding-top   : 100px;
		padding-right : 15px;
		padding-left  : 15px;
		padding-bottom: 20px;
	}

	.designer_model .close {
		width : 24px;
		height: 24px;
		right : -4px;
		top   : -10px;
	}

	.designer_model {
		border-radius: 5px;
	}

	.zw_cart .bar-wrapper {
		height  : auto;
		overflow: hidden;
	}

	.zw_cart .bar-wrapper .bar-right .calBtn {
		margin-right: 15px;
	}

	.cart_p_list .tit_cart h3 {
		font-size: 14px;
	}

	.cart_p_list .tit_cart a {
		font-size: 12px;
	}

	.cart_p_list .tit_cart {
		padding-bottom: 10px;
	}

	.zw_cart .order_content .order_lists {
		display: block;
	}

	.zw_cart label {
		width     : 16px;
		height    : 16px;
		margin-top: 20px;
	}

	.zw_cart .order_lists .list_chk {
		width: 15%;
	}

	.zw_cart .order_lists .list_con {
		width        : 85%;
		padding-right: 10px;
		margin-bottom: 25px;
	}

	.zw_cart .order_content .order_lists .list_price {
		width          : 140px;
		line-height    : 35px;
		justify-content: flex-start;
		align-items    : center;
		margin-left    : 50px;
	}

	.zw_cart .order_lists .list_sum {
		width          : 140px;
		line-height    : 35px;
		justify-content: flex-start;
		align-items    : center;
		margin-left    : 50px;
	}

	.zw_cart .order_lists .list_op .del a {
		margin-top      : 5px;
		font-size       : 16px;
		/* color           : #fe973d; */
		display         : block;
		width           : 100px;
		line-height     : 25px;
		border-radius   : 30px;
		background-color: #fff;
		/* box-shadow   : 0px 2px 20px 0px rgb(254 151 61 / 30%); */
		height          : 25px;
		/* border:1px solid #fe973d; */
	}
	/* .zw_cart .order_lists .list_op .del a:hover{
		background-color: #fe973d;
		color           : #FFF;
	} */

	.zw_cart .bar-wrapper .bar-right {
		float: none;
	}

	.zw_cart .bar-wrapper .bar-right .totalMoney {
		line-height: 20px;
	}

	.zw_cart .bar-wrapper .bar-right .calBtn a {
		height     : 25px;
		margin-top : 0px;
		line-height: 25px;
	}

	.zw_cart .bar-wrapper .bar-right {
		margin-left: 25px;
	}

	.zw_cart .order_content .order_lists .list_amount {
		width: 33.33333333333333%;
	}

	.zw_cart .order_lists .list_op {
		width      : 33.33333333333333%;
		line-height: 35px;
	}

	.zw_cart .order_lists .list_con .list_img {
		width: 40%;
	}

	.zw_cart .order_lists .list_con .list_text {
		width: 60%;
	}

	.zw_cart .bar-wrapper label {
		margin-top: 0;
	}

	.product_details .details .l_nav li {
		width : 40px;
		height: 40px;
	}

	.product_details .details .swiper-container .swiper-slide {
		height: auto;
	}

	.product_details .details .r_de .name {
		font-size    : 18px;
		margin-bottom: 10px;
	}

	.product_details .details .r_de .price_box .price {
		font-size: 32px;
	}

	.product_details .details .r_de .price_box {
		line-height: 40px;
	}

	.product_details .details .r_de .btn_box .btn {
		width      : 150px;
		font-size  : 14px;
		line-height: 40px;
	}

	.product_details .details .r_de .btn_box .cirbox {
		margin-top: 30px;
	}

	.comments_box .reviews li .l_star {
		width        : 100%;
		margin-bottom: 20px;
	}

	.styles_container .style_slide {
		padding: 25px 15px 10px;
	}
	.styles_container .style_slide{
		border: none;
	}

	.styles_container .style_slide span {
		width        : 15%;
		margin-right : 0;
		margin-bottom: 15px;
	}

	.styles_container .style_slide .abox a {
		margin-bottom: 15px;
	}

	.styles_container .style_boxes .row {
		display      : block;
		overflow     : hidden;
		margin-bottom: 20px;
	}

	.styles_container .style_boxes .row span {
		width        : 100%;
		margin-bottom: 10px;
	}

	.styles_container .style_boxes .row a {
		font-size  : 12px;
		line-height: 30px;
		padding    : 0 12px;
	}

	.styles_container .style_boxes .close {
		width : 24px;
		height: 24px;
		right : 10px;
		top   : 10px;
		display:none;
	}

	.plat_container .plat_right .p_item a {
		display: inline-block;
		float  : none;
	}

	.plat_container .plat_right .p_item {
		font-size      : 0;
		white-space    : nowrap;
		overflow       : auto;
		display        : flex;
		justify-content: center;
	}

	.class_model {
		padding: 25px 10px;
	}

	.class_model .input_bar span {
		font-size: 12px;
		width    : 30%;
	}

	.class_model .input_bar input {
		width: 70%;
	}

	.audit_list li {
		width: 100%;
	}

	.audit_list li .pic {
		height: 230px;
	}

	.dianpu_text .title_d h2 {
		font-size  : 20px;
		line-height: 26px;
		width      : 100%;
		margin-top : 10px;
	}

	.dianpu_text .title_d .confirm {
		margin-top : 15px;
		line-height: 30px;
		font-size  : 14px;
	}

	.dianpu_text .in {
		margin-right: 0;
		width       : 100%;
	}

	.dianpu_text .in .text {
		height     : 32px;
		line-height: 32px;
		font-size  : 14px;
	}

	.dianpu_text .title_d .moz {
		line-height: 30px;
		font-size  : 14px;

	}

	.dianpu_text .title_d .xiugai {
		line-height: 30px;
		font-size  : 14px;
	}

	.personal_store .in .text {
		min-height: 32px;
		height    : auto;
	}

	.personal_store .text_box {
		padding: 10px 20px;
	}

	.data_center .user_select select {
		width        : 100%;
		margin-bottom: 12px;
		margin-right : 0;
	}

	.details_yn .tet li h4 {
		font-size: 14px;
		width    : 110px;
	}

	.details_yn .tet li p {
		font-size: 12px;
	}

	.details_yn .con_pic h3 {
		font-size: 18px;
	}

	.details_yn .con_pic img {
		width: 100%;
	}

	.ladel_bo {
		position : relative;
		top      : -20px;
		font-size: 13px;
	}

	.popup_shanc {
		width      : 80%;
		height     : 580px;
		margin-top : -290px;
		margin-left: -40%;
		padding    : 15px;
	}

	.popup_shanc .pic img {
		width: 100%;
	}

	.popup_shanc .text {
		line-height: 24px;
		font-size  : 14px;
	}

	.popup_shanc .next_step {
		width        : 200px;
		text-align   : center;
		margin       : 50px auto 0;
		height       : 40px;
		line-height  : 40px;
		background   : #79D5C4;
		box-shadow   : 0px 4px 20px 0px rgba(94, 192, 189, 0.3);
		border-radius: 30px;
		display      : block;
		color        : #fff;
	}

	.sjg_textc {
		font-size: 14px;
		padding  : 0 50px;
	}

	.sjg_textc img {
		width: 100%;
	}

	.user_form .order_box .in {
		width: 100%;
	}

	.user_form .order_box .in span {
		/* width: 100%; */
	}

	.user_form .order_box .in p {
		margin-top: 10px;
		width     : 100%;
	}

	.user_form .order_box .ott {
		font-size: 20px;
	}

	.order_yn li {
		font-size: 14px;
	}

	.Privacy_app {
		padding   : 30px 15px;
		box-sizing: border-box;
	}

	.privacy_text {
		padding       : 15px;
		padding-bottom: 60px;
	}

	.privacy_text h2 {
		font-size  : 22px;
		margin     : 20px 0;
		font-weight: bold;
	}

	.privacy_text h3 {
		font-size: 18px;
	}

	.privacy_text .text p {
		padding-left: 0;
		text-align  : justify;
		text-justify: inter-ideograph;
	}

	.user_form2 .i_row_a p {
		font-size: 12px;
	}

	.user_form2 .i_row_a .huod {
		font-size: 12px;
	}

	.information_yn li .text {
		margin    : 0;
		font-size : 14px;
		margin-top: 80px;
	}

	.youhuij {
		margin : 0 auto;
		display: block;
	}

	.youhuij li {
		width  : 100%;
		float  : none;
		padding: 10px;
	}

	.youhuij li .box {
		width          : 100%;
		height         : 120px;
		background     : url(../../img/home/yhqbguse1130.png) no-repeat center;
		background-size: auto 110px;
	}

	.goods_spec_table td {
		padding  : 10px;
		font-size: 12px;
	}

	.goods_spec_table .name {
		width: 80px;
	}

	.goods_spec_table button {
		font-size: 12px;
	}

	.goods_spec_table .ad_spec {
		font-size: 12px;
	}

	.goods_spec_box th {
		font-size: 12px;
	}

	.goods_spec_box td {
		padding  : 10px;
		font-size: 12px;
	}

	.goods_spec_del {
		width: 35px;
	}

	.kll_box_area {
		white-space: nowrap;
	}

	.kll_box_area select {
		font-size: 14px;
		width    : 100px;
	}

	.header-per_info .menu-list a {
		padding-left: 26px;
	}

	.sjg_up_title .title {
		max-width: calc(100%);
	}

	.style_boxes .product_select {
		top          : 10px;
		margin-top   : 0;
		margin-bottom: 0;
	}

	.styles_container .style_boxes {
		padding-right: 15px;
	}

}


/* 优惠券 */
.coupon_container {
	padding-top     : 30px;
	padding-bottom  : 50px;
	background-color: #f7f8fa;
}

.coupon_container .coupon_position {
	font-size    : 14px;
	font-weight  : 400;
	color        : #898989;
	line-height  : 20px;
	margin-bottom: 30px;
}

.coupon_container .coupon_position a {
	color: inherit;
}

.coupon_container .youhuij {
	padding: 0 110px 85px;
}

.coupon_container .coupon_main {
	background-color: #fff;
	border-radius   : 10px;
	padding         : 30px 98px 0;
}

.youhuij li .tt,
.youhuij li .tb {
	display        : flex;
	display        : -webkit-flex;
	justify-content: space-between;
	align-items    : center;
}

.youhuij li .tb dt {
	font-size: 14px;
	color    : #101010;
}

.youhuij li .con {
	font-size    : 10px;
	color        : #898989;
	margin-top   : -10px;
	white-space  : nowrap;
	overflow     : hidden;
	text-overflow: ellipsis;
	margin-bottom: 2px;
}

/* .youhuij li .left {
	width: 88%;
} */

/* 订单提交优惠券 */
.pat_coupon_box .on {
	width       : 100%;
	display     : block;
	padding-left: 40px;
}
/* #use_coupon_show.pat_coupon_box  .in{
	width: 45%;
} */

.pat_coupon_box .youhuij {
	margin : 0;
	padding: 0;
}

.pat_coupon_box .youhuij li {
	width: 100%;
}

.pat_coupon_box .youhuij li .box {
	width: 430px;
}

.pat_coupon_box li .box em {
	font-size: 14px;
	color    : #FFF;
}

.pat_coupon_box .youhuij .imme {
	width       : 40px;
	font-size   : 14px;
	writing-mode: vertical-lr;
	writing-mode: tb-lr;
}

.pat_coupon_box input {
	display: none;
}

.pat_coupon_box label {
	position: relative;
}

.pat_coupon_box label::after {
	content         : '';
	display         : block;
	width           : 20px;
	height          : 20px;
	border-radius   : 50%;
	background-color: #fff;
	border          : 1px solid #999;
	position        : absolute;
	top             : 50%;
	transform       : translateY(-50%);
	left            : 0;
}

.pat_coupon_box input:checked+label::after {
	border    : 1px solid #fff;
	background: url(../../img/home/select_cart.png) no-repeat center/cover;
}

@media (max-width: 1400px) {
	.pat_coupon_box .youhuij li .box {
		width: 390px;
	}
}

@media (max-width: 1230px) {
	.youhuij li .tb dt {
		font-size: 12px;
	}

	.youhuij li .con {
		margin-top: -5px;
	}

	.pat_coupon_box .youhuij li .box {
		width : 290px;
		margin: 0 auto;
	}
}

@media (max-width: 1030px) {
	.coupon_container .youhuij li {
		width: 100%;
	}

	.coupon_container .youhuij {
		padding: 0 0 30px;
	}

	.pat_coupon_box .youhuij li .box {
		width: 290px;
	}

	.coupon_container .youhuij li .box {
		margin: 0 auto;
	}
}

@media (max-width: 800px) {
	.header_out{
		box-shadow: none;
	}
	.coupon_container .coupon_main {
		padding: 30px 0 0;
	}

	.youhuij li .box {
		width : 290px;
		margin: 0 auto;
	}

	.pat_coupon_box .youhuij li .box {
		margin-left : 0;
		margin-right: auto;
		width       : 290px;
	}

	.pat_coupon_box .on {
		padding-left: 20px;
	}

	.pat_fun_box .in label.on span {
		width: 18px;
	}

	.pat_coupon_box .youhuij .imme {
		width: 20px;
	}

	.sjg_select {
		margin-right : 0px;
		height       : 50px;
		padding-left : 0;
		padding-right: 0 !important;
	}

	.user_form .i_row_a {
		height: 100%
	}

	.stay_Popup {
		width : 400px;
		left  : 92%;

		height: 600px;
	}
	.stay_Popup li{
		margin: 0;
	}
	.stay_Popup .Input_box {
		padding: 0;
		border: none;
		border-radius: 6px;
	}
	.stay_Popup .tit{
		border: none;
	}
	.valueInfoBra{
		margin:0;
	}
	.stay_Popup .Input_box textarea {
		width: 190px;
	}

	.stay_Popup .Input_box .inpu {
	    width: 80%;
		border-radius: 6px;
	}

	.stay_Popup .Input_box .btn {
		width                     : 60px;
		height                    : none;
		box-shadow: none;
	}

	.stay_Popup .Input_box .inpu .icon{
		margin-right:10px;
	}
	.stay_Popup .Input_box .inpu input{
		width: 80%;
	}
}
/* 
@media(min-width: 0px) and (max-width: 376px) {
	.banner {
		width         : 700px;
		display       : flex;
		flex-direction: column;
		flex-wrap     : nowrap;
		margin-top    : 35px;
	}

	.banner img {
		width: 50%;
	}

	.product_select {
		position    : fixed !important;
		right       : 0 !important;
		top         : 50px !important;
		margin-right: 15px;
	}

	#index_product_select .select {
		min-width: 100px !important;
	}

	footer .item-row .item-first {
		display: none;
	}

	footer .top .f_logo {
		display: inline-block !important;
		width  : none !important;
	}

	footer .top .item {
		display    : block !important;
		width      : 100% !important;
		text-align : center !important;
		font-weight: normal !important;
	}

	.notice {
		margin-left: 20px !important;
	}

	.notice-tt {
		margin-left: -37px !important;
	}

	.order_box .user_table {
		width: 0 !important;
	}

}

@media(min-width: 377px) and (max-width: 675px) {
	.banner {
		width         : 700px;
		display       : flex;
		flex-direction: column;
		flex-wrap     : nowrap;
		margin-top    : 35px;
	}

	.banner img {
		width: 60%;
	}

	.product_select {
		position    : fixed !important;
		right       : 0 !important;
		top         : 50px !important;
		margin-right: 15px;
	}

	#index_product_select .select {
		min-width: 100px !important;
	}

	footer .item-row .item-first {
		display: none;
	}

	footer .top .f_logo {
		display: inline-block !important;
		width  : none !important;
	}

	footer .top .item {
		display    : block !important;
		width      : 100% !important;
		text-align : center !important;
		font-weight: normal !important;
	}

	.order_box .user_table {
		width: 0 !important;
	}
}

@media(min-width: 676px) and (max-width: 1099px) {
	.banner {
		position: relative;
	}

	.banner img {
		display    : block;
		width      : 50%;
		margin-left: 345px;
	}

	.banner_text {
		position   : absolute;
		left       : 0;
		top        : 9%;
		width      : 100%;
		margin-left: 50px;
	}
}

@media(min-width: 1100px) and (max-width: 1499px) {
	.banner {
		position        : relative;
		background-color: #F6F7FA;
	}

	.banner img {
		display    : block;
		width      : 50%;
		margin-left: 500px;
	}

	.banner_text {
		position   : absolute;
		left       : 0;
		top        : 9%;
		width      : 100%;
		margin-left: 35px;
	}
}

@media (min-width: 1500px) {
	.banner {
		position        : relative;
		background-color: #F6F7FA;
	}

	.banner img {
		display    : block;
		width      : 40%;
		margin-left: 800px;
		padding-top: 50px;
	}

	.banner_text {
		position: absolute;
		left    : 0;
		top     : 9%;
		width   : 100%;
	}
} */