* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

ul {
	list-style: none
}

a {
	text-decoration: none;
	font-size: .59rem;
	color: #222;
	display: block;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
}

textarea,
input {
	border: none;
	outline: none
}

em,
i {
	font-style: normal
}

img {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	user-select: none;
}

select {
	/*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
	border: solid 1px #ddd;
	/*将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;
	/*如果要加入自定义图片， 就增加这个属性 background: url或者在html中直接加入图标也行*/
}

/*清除iIE的默认选择框样式*/
select::-ms-expand {
	display: none;
}


.color1 {
	color: var(--pink)
}

.color2 {
	color: #fff
}

.bg_color1 {
	background-color: #0bbbb9
}

.bg_color2 {
	background-color: #fff
}

.ft1 {
	font-size: 1rem;
	line-height: 1rem;
}

.ft109 {
	font-size: 1.089rem;
	line-height: .89rem;
}

.ft09 {
	font-size: .89rem;
	line-height: .89rem;
}

.ft56 {
	font-size: .56rem;
	line-height: .89rem;
}

.ft52 {
	font-size: .52rem;
	line-height: .89rem;
}

.ft48 {
	font-size: .48rem;
	line-height: .89rem;
}

.ft06 {
	font-size: .59rem;
	line-height: .89rem;
}

.ftweight {
	font-weight: bold;
}

.text_align_r {
	text-align: right;
}

.w95 {
	width: 95%;
	margin: 0 auto;
}

.br335 {
	border-radius: .335rem;
}

.j_c_end {
	justify-content: flex-end;
}

.m_t_02 {
	margin-top: .02rem !important;
}

.m_t_05 {
	margin-top: .05rem !important;
}

.m_t_25 {
	margin-top: .25rem !important;
}

.m_t_335 {
	margin-top: .335rem !important;
}

.m_t_50 {
	margin-top: .5rem !important;
}

html {
	scroll-behavior: smooth
}

.fl {
	float: left
}

.fr {
	float: right
}

.ma-to-10 {
	margin-top: .21333rem
}

.ma-to-20 {
	margin-top: .42667rem
}

.ds-in-bl {
	display: inline-block;
	vertical-align: middle;
	vertical-align: auto;
	zoom: 1;
	display: inline
}

@font-face {
	font-family: "Microsoft JhengHei";
	src: url("../font/Microsoft JhengHei.eot");
	/* IE9 */
	src: url("../font/Microsoft JhengHei.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */

		url("../font/Microsoft JhengHei.woff") format("woff"),
		/* chrome、firefox */
		url("../font/Microsoft JhengHei.ttf") format("truetype"),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

		url("../font/Microsoft JhengHei.svg#Microsoft JhengHei") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "PingFang Regular";
	src: url("../font/PingFang Regular.eot");
	/* IE9 */
	src: url("../font/PingFang Regular.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */

		url("../font/PingFang Regular.woff") format("woff"),
		/* chrome、firefox */
		url("../font/PingFang Regular.ttf") format("truetype"),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

		url("../font/Microsoft JhengHei.svg#Microsoft JhengHei") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "DIN";
	src: url('../font/DIN.eot');
	/* IE9+ */
	src: url('../font/DIN.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/DIN.woff') format('woff'),
		/* chrome、firefox */
		url('../font/DIN.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('../font/DIN.svg#fontname') format('svg');
	/* iOS 4.1- */
}

@font-face {
	font-family: "futura-lt-light";
	/* IE9+ */
	src: url('../font/futura-lt-light.woff2') format('woff2'),
}

body {
	width: 100%;
	max-width: 16rem;
	font-family: Helvetica, 'PingFang Regular', 'Microsoft JhengHei', "Droid Sans", Arial, sans-serif;
	font-size: .59rem;
	line-height: 1.5;
	color: #222;
	background-color: #f7f8fc;
	margin: 0 auto;
	overflow-x: auto;
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	/* --pink: #ff1785; */
	--pink: #CFBBA2;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #0daa65;
	--teal: #10c195;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #f65656;
	--secondary: #1ed8bb;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--color3: #333;
	--color6: #666;
	--color9: #999;
	/* --jb-pink1: linear-gradient( to right,#ff1886 ,#ff59bb);
	--jb-pink2: linear-gradient( to bottom,#ff1886 ,#ff59bb); */
	--jb-pink1: linear-gradient(to right, #ff5a5e, #f86e53);
	--jb-pink2: linear-gradient(to right, #ed1056, #f45064);
	--jb-yellow1: linear-gradient(to right, #ffbb34, #fc903a);
	--jb-red1: linear-gradient(to right, #f52932, #fd683e);
	--jb-white1: linear-gradient(to right, #ffffff10, #ffffff30);
	--pd335: .335rem;
	--mtb335: .335rem;
	--mt335: .335rem;
	--mtb335: .335rem;
	--w95: 95%;
	--mtauto: 0 auto;
	--font-DIN: DIN;
	--font-pfr: PingFang Regular;
	--font-pfb: PingFang Bold;
	--shadowred: 0 0.235rem 0.235rem #ff59bb30;
	--shadowpink: 0 0.235rem 0.235rem #bb574330;
}

.br {
	display: block;
	width: .45rem;
	height: .45rem;
	border-top: 0.05rem solid #999;
	border-right: 0.05rem solid #999;
	transform: rotate(45deg)
}

.lr {
	display: block;
	width: .5rem;
	height: .5rem;
	border-top: 0.05rem solid #999;
	border-left: 0.05rem solid #999;
	transform: rotate(-45deg)
}

.bt {
	width: 95%;
	font-size: .69rem;
	color: #fff;
	line-height: 2rem;
	margin: 1rem auto;
	background-image: var(--jb-pink1);
	box-shadow: var(--shadowpink);
	border-radius: 2rem;
	text-align: center;
	display: block
}

.bt3 {
	width: 95%;
	font-size: .69rem;
	color: #fff;
	line-height: 2rem;
	margin: 1rem auto;
	background-image: var(--jb-red1);
	box-shadow: var(--shadowred);
	border-radius: 2rem;
	text-align: center;
	display: block
}

.bt2 {
	width: 95%;
	font-size: .69rem;
	color: var(--primary);
	line-height: 2rem;
	margin: 1rem auto;
	background: #fff;
	box-shadow: var(--shadowpink);
	border: 0.05rem solid var(--primary);
	border-radius: 2rem;
	text-align: center;
	display: block
}

.nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer_bt {
	height: 2.5rem
}

.footer_bt a {
	width: 90%;
	position: fixed;
	bottom: 0;
	left: 5%;
	background-color: #0bbbb9;
	font-size: .59rem;
	color: #fff;
	border-radius: 1rem;
	line-height: 2rem;
	margin: .5rem 0
}

/* 弹窗 */
.popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup .popup_text {
	background-color: #fff;
	border-radius: .35rem;
	font-size: .69rem;
	line-height: 1.5;
	color: #666;
	padding: 0.5rem 0.8rem
}

.popup h4 {
	text-align: center;
	line-height: 1.5rem;
	font-size: .59rem;
}

.popup .popup_a {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
}

.popup_a a {
	padding: 0.35rem 1.5rem;
	color: #666;
	font-size: .59rem;
}

.confirm_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99
}

.confirm_popup>div {
	background-color: #fff;
	width: 80%;
	height: auto;
	border-radius: .25rem;
	text-align: center;
	line-height: 2rem;
}

.confirm_popup>div>p {
	display: flex;
	border-top: 1px solid #aaa
}

.confirm_popup>div>p a {
	width: 50%
}

.confirm_popup>div>p a:first-child {
	border-right: 1px solid #aaa
}

.wszl {
	background-color: #ff950f;
	padding: .335rem .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wszl .wszl_icon {
	width: 10%;
}

.wszl .wszl_left {
	display: flex;
	flex-direction: column;
	width: 70%;
	color: #ffffff96;
	font-size: .52rem;
}

.wszl .wszl_left p:first-child {
	font-weight: 700;
	font-size: .62rem;
	color: #fff;
}

.wszl .wszl_left p:first-child i {
	font-size: 1rem;
	color: #fff;
}

.wszl .wszl_right {
	font-size: .54rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: .135rem .635rem;
}

/* picker */
.picker {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.picker>ul {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	overflow: auto;
	font-size: .59rem;
	line-height: 2rem;
	text-align: center;
	background-color: #fff;
	padding: .5rem;
}

.picker>ul::-webkit-scrollbar {
	display: none;
}

/* 单选多选按钮 */
.radio {
	width: .79rem !important;
	height: .79rem !important;
	border-radius: 50%;
	border: 1px solid var(--primary);
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.radio_pick {
	background-color: var(--primary);
	border: none
}

.radio_pick::after {
	content: '';
	display: block;
	width: .25rem;
	height: .18rem;
	border-left: .1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
	transform: rotate(-45deg);
	margin-top: -.125rem;
}

.radio i {
	width: .81867rem;
	height: 0.81867rem;
	display: block;
	margin-top: 0.07rem;
	float: left;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 1.838rem;
	background-position: 0;
}

.radioixy i {
	width: .81867rem;
	height: 0.81867rem;
	display: block;
	margin-top: 0.07rem;
	float: left;
	background-image: url(../images/checknew.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 1.838rem;
	background-position: 0;
}

.radio .check_t i {
	background-position: -.9468rem .09rem;
	background-size: 1.638rem;
}


.checkbox {
	width: 1.85rem !important;
	height: .985rem !important;
	display: flex;
	align-items: center;
	border-radius: 1rem;
	border: .03rem solid #99999980;
	padding: 0 .115rem;
}

.checkbox::after {
	content: '';
	display: block;
	width: .8rem;
	height: .8rem;
	box-sizing: border-box;
	border-radius: 50%;
	background: #99999980;
	border: .05rem solid #fff;
}

.checked {
	justify-content: flex-end;
	background: var(--primary);
	border-color: var(--primary);
}

.checked::after {
	border-color: var(--primary);
	background: #fff;
}


/* 返回顶部 */
.dingbu {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	position: fixed;
	z-index: 50;
	bottom: 3rem;
	right: .5rem;
	background-color: rgba(0, 0, 0, .3);
	justify-content: center;
	align-items: center;
	display: none
}

.dingbu::after {
	content: '';
	display: block;
	width: .45rem;
	height: .45rem;
	border-top: .1rem solid #fff;
	border-left: .1rem solid #fff;
	transform: rotate(45deg);
	margin-top: .3rem
}

/* 协议 */
.agree {
	display: flex;
	align-items: center;
	justify-content: center;
}

.agree .agree_cen {
	font-size: .59rem;
	line-height: 2rem;
	color: var(--color3);
	display: flex;
	align-items: center;
	margin-left: .5rem;
}

.agree .agree_cen .agree_a {
	font-size: .59rem;
	line-height: 2rem;
	color: var(--primary);
}

.agree_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .3);
}

.agree_bg>div {
	width: 80%;
	height: 80%;
	overflow: auto;
	padding: 0.5rem;
	border-radius: .335rem;
	background: #fff;
	font-size: .59rem !important;
	line-height: 1.5 !important;
}

.agree_bg>div p,
.agree_bg>div span {
	font-size: .59rem !important;
	line-height: 1.5 !important;
}

/* 生日选择器 */
.birthdaypicker {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.birthdaypicker>div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12rem;
	background: #fff;
}

.birthdaypicker .birthdaypicker_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.birthdaypicker .birthdaypicker_title a {
	font-size: .59rem;
	line-height: 2rem;
	width: 3rem;
	text-align: center;
	display: block;
}

.birthdaypicker_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 10rem;
	padding: 0 .5rem;
}

.birthdaypicker_list ul {
	width: 31%;
	height: 100%;
	text-align: center;
	overflow: auto;
}

.birthdaypicker_list ul li {
	line-height: 2rem;
}

.birthdaypicker_list ul .select {
	background-color: var(--blue);
	color: #fff;
	border-radius: .35rem;
}

/* 搜索框 */
.search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff95;
	margin: .5rem auto;
	padding: 0 .5rem;
	width: 95%;
	border-radius: 1rem;
	overflow: hidden;
}

.search input {
	width: 70%;
	font-size: .59rem;
	line-height: 1.585rem;
	background: none;
}

.search .search_bt {
	width: 2.5rem;
	line-height: 1rem;
	text-align: center;
	border-radius: 1rem;
	background-color: var(--primary);
	color: #fff;
}


/* header_nav */
.header_nav_top {
	height: 1.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.5rem;
	font-size: .59rem;
	line-height: 1.9rem;
	/* border-bottom: 1px solid #ebeef2; */
}

.header_nav_top .header_nav_back {
	width: 10%;
	font-size: .68rem;
}

/* .header_nav_top .header_nav_back::after {
	content: '';
	display: block;
	width: .4rem;
	height: .4rem;
	border-top: .1rem solid #666;
	border-left: .1rem solid #666;
	transform: rotate(-45deg)
} */

.header_nav_meun {
	width: 10%;
	height: 1.9rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border: none;
	background-color: transparent;
	outline: none;
}

.header_nav_meun img {
	width: 1rem;
	height: 1rem;
	display: block
}

.header_nav_list {
	position: absolute;
	top: 2.15rem;
	right: 0;
	background-color: #dedede;
	width: 30%;
	display: none;
	z-index: 55
}

.header_nav_list::after {
	content: '';
	display: block;
	width: 0rem;
	height: 0.35rem;
	border-bottom: 0.35rem solid #dedede;
	border-right: 0.35rem solid transparent;
	border-top: 0.35rem solid transparent;
	border-left: 0.35rem solid transparent;
	position: absolute;
	top: -1rem;
	right: 0.5rem
}

.header_nav_list li+li {
	border-top: 1px solid #fff
}

.header_nav_list a {
	display: flex;
	align-items: center;
	padding: 0.35rem 0.5rem
}

.header_nav_list a img {
	width: 1rem;
	height: 1rem;
	display: block;
	margin-right: .35rem
}

.header_nav_list a i {
	font-size: .75rem;
	margin-right: .335rem;
}

.header_nav_input {
	width: 10rem;
	font-size: .59rem;
	line-height: 1.8rem;
}

head {
	background-color: var(--primary);
}

.head_box {
	position: relative;
	width: 100%;
	/* height: 3.5rem; */
	border-radius: 0 0 1.58rem 1.58rem;
	z-index: 99;
}

.head_main {
	width: 100%;
	overflow: hidden;
	/* background-image: url(../img/head_box.png); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -1rem;
	position: relative;
	background-size: 16rem;
}

header {
	width: 100%;
	padding: .35rem 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
}

.headerbg {
	background: #00000090;
	opacity: .9;
	-webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
}

.header_address {
	color: #fff;
	padding: 0 .5rem;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: .35rem;
}

.header_address i {
	margin-right: .5rem;
}

header>div {
	-webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
	background: #fff;
	border-radius: 1rem;
	border: .02rem solid #949494;
}

header .logo {
	margin-right: .5rem;
	color: #999;
}

header .logo img {
	width: 1rem;
	height: 1rem;
	display: block
}

header .header_a {
	width: 80%
}

header .header_a input {
	width: 100%;
	font-size: .59rem;
	line-height: 1.5rem;
	background: transparent;
	color: #222;
}

header .header_a input::-webkit-input-placeholder {
	color: #222;
}



/* 表单列表 */
/*医院完善资料*/
.line1 {
	height: 1px;
	width: 100%;
	background-color: #dedede80;
}

.border_b {
	border-bottom: 1px solid #dedede80;
}

.form_sctp {
	display: flex;
	align-content: center;
	background-color: #fff;
	flex-direction: column;
	font-size: .59rem;
	line-height: 2rem;
	color: #222;
	padding: 0 2.5%;
}

.form_sctp_l {
	width: 100%;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form_sctp_l a {
	font-weight: normal;
	color: var(--teal);
}

.form_sctp_bq {
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding-bottom: 0.335rem;
	flex-direction: column;
}

.form_sctp_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 0.02rem solid #e4e7ef;
	background-color: #f3f6fb;
	padding: .15rem .5rem;
}


.form_sctp_bq input {
	font-size: .59rem;
	line-height: 1.5rem;
	border: none;
	outline: none;
	width: 80%;
	border-radius: .15rem;
	padding: 0 .5rem;
}

.form_sctp_bq p span {
	color: #fff;
	width: 2rem;
	text-align: center;
	line-height: .985rem;
	font-size: .52rem;
	padding: 0.15rem .35rem;
	border-radius: 1rem;
	margin-right: .335rem;
	background-color: var(--red);

}


/* .form_sctp_list:nth-child(1n) {
	background-color: #bbdcff;
} */

/* .form_sctp_list:nth-child(2n) {
	background-color: #ffbdbb;
}

.form_sctp_list:nth-child(3n) {
	background-color: #bbffcf;
}

.form_sctp_list:nth-child(4n) {
	background-color: #fffebb;
}

.form_sctp_list:nth-child(5n) {
	background-color: #d5bbff;
} */

.form_sctp_r {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.form_sctp_r input,
.form_sctp_r select {
	width: calc(100% - 1.25rem);
	height: 2rem;
	font-size: .59rem;
	line-height: 2rem;
	color: #222;
}

.form_sctp_r textarea {
	width: 100%;
	height: 4rem;
	outline: none;
	font-size: .59rem;
	line-height: 1.25;
	border-radius: 0rem;
	border: 0.02rem solid #e4e7ef;
	margin: 0 0rem .35rem 0;
	padding: .35rem .5rem;
	background: #f3f6fb;
}

/*医院完善资料*/

.form_list {
	display: flex;
	align-content: center;
	justify-content: space-between;
	background-color: #fff;
	font-size: .59rem;
	line-height: 2rem;
	color: #222;
	padding: 0 .5rem;
}

.form_list+.form_list {
	border-top: 0.05rem solid #f5f5f5;
}

.form_list_l {
	width: 24%;
	text-align: center;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.form_list_l i {
	font-size: .66rem;
	color: var(--red);
	padding: .335rem 0 0;
	line-height: 1rem;
}

.form_list_r {
	width: 74%;
	display: flex;
	align-items: center;
}

.form_list_r input,
.form_list_r select {
	width: calc(100% - 1rem);
	height: 2rem;
	font-size: .59rem;
	line-height: 2rem;
	color: #222;
	outline: none;
	border: none;
}

.form_list_r i {
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
}

.form_list_r span {
	float: right;
	color: var(--red);
}

.form_list .form_list_i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_list .form_list_i::after {
	content: '';
	display: block;
	width: 0.35rem;
	height: .35rem;
	border-top: 0.07rem solid #999;
	border-right: 0.07rem solid #999;
	transform: rotate(45deg);
}

.form_list_radio>div {
	display: flex;
	align-items: center;
	margin-right: .75rem;
}

.form_list_radio>div .radio {
	margin-right: .35rem;
}

.form_list_r textarea {
	width: 95%;
	height: 4rem;
	outline: none;
	font-size: .59rem;
	line-height: 1.25;
	border-radius: 0rem;
	border: 0.05rem solid #e4e7ef;
	margin: .35rem 0rem .35rem 0;
	padding: .35rem .5rem;
}

/* 表单上传图片 */
.form_upload {
	background-color: #fff;
	padding: .5rem;
}

.form_upload_title {
	color: var(--color3);
	font-size: .59rem;
	line-height: 1.25rem;
	font-weight: bold;
}

.form_upload_subtitle {
	font-size: .59rem;
	color: var(--color6);
	margin-bottom: .335rem;
}

.form_upload_cen {
	display: flex;
	align-items: center;
	padding: .35rem 0 0;
}

.form_upload_list {
	width: 50%;
	position: relative;
}

.form_upload_img {
	width: 6.5rem;
	height: 4.5rem;
	background: #f7f8fc;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid #e4e7ef;
}

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

.form_upload_list input {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
}

.form_upload_list i {
	text-align: center;
	color: var(--color6);
	font-size: .55rem;
	display: block;
}

/* 多图上传 */
.form_uploads {
	background: #fff;
	padding: .5rem;
}

.form_uploads_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form_uploads_img {
	width: 4rem;
	height: 4rem;
	overflow: hidden;
	margin-right: .5rem;
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.form_uploads_bt {
	width: 4rem;
	height: 4rem;
	position: relative;
	margin: .5rem 0;
	background: #f3f6fb;
	border: 1px solid #ebecee;
}

.form_uploads_bt img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.form_uploads_bt input {
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



.goodsInfo_banner {
	width: 100%
}

.goodsInfo_banner2 {
	height: 15rem;
	width: 100%;
}

.goodsInfo_banner2>div {
	width: 100%;
	background-color: rgba(207, 24, 42, .3);
	font-size: .69rem;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1.8rem;
	text-align: center;
	z-index: 99;
}

.goodsInfo_banner2 .dian {
	display: none;
}

/* 首页 */
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	/* border-radius: .335rem; */
	z-index: 1;
}

/* .banner_div:after {
	content: '';
	display: block;
	width: 100%;
	height: 7.45rem
} */
.banner_index:after {
	content: '';
	display: block;
	width: 100%;
	height: 10.3rem
}

.goodsInfo_banner::after {
	content: '';
	display: block;
	width: 100%;
	height: 16rem
}

.banner_div ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.banner_div li {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner_div li:first-child {
	z-index: 1
}

.banner_div li a {
	display: block;
}

.banner_div li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100%;
}

.banner_div .dian {
	position: absolute;
	right: .21333rem;
	bottom: .21333rem;
	z-index: 5;
	font-size: 0
}

.banner_div .dian span {
	display: inline-block;
	width: .3rem;
	height: .3rem;
	margin-left: .3rem;
	border-radius: 50%;
	background: #ffffff99;
	opacity: .25
}

.banner_div .dian .cur {
	background-color: #fff;
	opacity: 1
}

.top_tz {
	width: 95%;
	background-color: #355cf360;
	color: #fff;
	border-radius: 1rem;
	padding: .125rem .335rem;
	font-size: .59rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	z-index: 2;
	left: 2.5%;
	top: .435rem;
}

.top_tz img {
	width: .85rem;
	height: .85rem;
	border-radius: 50%;
	display: block;
	margin-right: .225rem;
}

.top_tz p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	width: calc(100% - 1.225rem);
}

.top_tz p span {
	color: #8ee9ef;
}

.menu {
	width: 95%;
	margin: 0 auto 0;
	border-radius: .335rem;
	position: relative;
	padding: .25rem 0;
	z-index: 1;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.meun3 a {
	width: 33%
}

.meun4 a {
	width: 20%
}

.meun2 a {
	width: 50%
}

.meun5 a {
	width: 20%
}

.menu a {
	display: block;
	font-size: .58rem;
	line-height: 1.5;
	text-align: center;
	padding: 0rem 0 .135rem;
}

.menu img {
	width: 2.3rem;
	height: 2.3rem;
	display: block;
	margin: 0.25rem auto ;
}

.menu_sub img {
	width: 1.75rem;
	height: 1.75rem;
	display: block;
	margin: 0 auto .125rem;
}

.menu p {
	color: #666;
	font-size: .45rem;
}

.menu .ftweight {
	font-size: .65rem;
}

/* .notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .25rem;
	margin: .335rem auto 0;
	height: 2rem;
	border-radius: .335rem .335rem;
	background: #fff;
	
}

.notice img {
	width: 10%;
	display: block;
} */

.demopage {
	margin: 0;
	width: calc(100% - 1.68rem);
}

/* scrollDiv */
.scrollDiv {
	height: 1.475rem;
	/* 必要元素 */
	line-height: 1.475rem;
	;
	overflow: hidden;
	/* 必要元素 */
	text-align: center;
}

.scrollDiv li {
	height: 1.475rem;

}

.scrollDiv li a {
	display: flex;
	align-items: center;
	color: #333;
	font-size: .58rem;
	justify-content: space-between;
}

.scrollDiv li a p {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	font-size: .62rem;
	line-height: .875rem;
	text-align: left;
}

.scrollDiv li a i {
	margin-left: .235rem;
	color: #999;
}

.scrollDiv li:nth-child(1n) a {
	color: #333;
}

#s2,
#s3 {
	height: 5rem;
}

.index_notice {
	display: flex;
	padding: 0.335rem 0.335rem;
	/* background: #fff; */
	background: linear-gradient(to top, #FAF7F0, #F4EEE2);
	width: 95%;
	margin: .335rem auto .35rem;
	border-radius: .335rem .335rem;
	align-items: center;
	/* border-top: 1px solid #dedede70; */
	justify-content: space-between;
}

.index_notice img {
	width: 3.08rem;
	padding-top: .125rem;
}

.index_notice>div {
	width: calc(100% - 3.5rem);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



/* .index_notice {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0rem 0rem;
}

.index_notice>a,
.index_notice form {
	width: 48.5%;
	border-radius: .335rem;
	display: flex;
	background-color: #c9efe4;
	padding: .575rem .535rem;
	position: relative;
	height: 6rem;
}

.index_notice>div {
	width: 48.5%;
	display: flex;
	flex-direction: column;
}

.index_notice>div a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: .575rem .535rem;
	border-radius: .335rem;
	position: relative;
}

.index_notice form a img {
	display: block;
	position: absolute;
	right: .25rem;
	bottom: 0;
	height: 52%;
	z-index: 1;
}

.index_notice>a img {
	display: block;
	position: absolute;
	right: .25rem;
	bottom: 0;
	height: 52%;
	z-index: 1;
}

.index_notice>div {
	z-index: 2;
	position: relative;
}

.index_notice>div a:first-child {
	background-color: #ffe6e5;
	margin-bottom: .435rem;
}

.index_notice>div a:last-child {
	background-color: #d2eafa;
}

.index_notice>div a img {
	display: block;
	position: absolute;
	right: 0rem;
	bottom: 0;
	height: 85%;
	z-index: 1;
}

.index_notice a div h4,
.index_notice div a h4 {
	font-size: .62rem;
}

.index_notice a div span {
	border-radius: .655rem;
	background-color: #50ccb4;
	color: #fff;
	font-size: .42rem;
	padding: .125rem .325rem;
	margin: .235rem 0 0 0;
}

.index_notice a div p,
.index_notice div a p {
	color: #999;
	font-size: .52rem;
} */


/*解决方案*/
.solution {
	width: 95%;
	margin: 0 2.5% .335rem;
	display: block;
	float: left;
}

.solution .solution_box {
	/* background: #e5f6fa; */
	border-radius: .335rem;
	position: relative;
	float: left;
}

.solution .solution_box:first-child {
	width: 48.5%;
	height: 6.5rem;
	margin-right: 3%;
	padding: .835rem 0 0 .335rem;
	background-color: #e1efff;
}

.solution .solution_box:nth-child(2) {
	background-color: #fff4e7;
}

.solution .solution_box:last-child {
	background-color: #e3fcfd;
}

.solution .solution_box:nth-child(2),
.solution .solution_box:last-child {
	width: 48.5%;
	height: 3.0rem;
	display: flex;
	align-items: center;
}

.solution .solution_box:nth-child(2) {
	margin-bottom: .45rem;
}

.solution .solution_box:nth-child(2),
.solution .solution_box:last-child {
	padding: 0 0 0 .335rem;
}

.solution .solution_box:nth-child(2) h1,
.solution .solution_box:last-child h1 {
	margin: 0 0 .235rem;
}

.solution .solution_box .solution_title {
	padding: 0 0 0 .035rem;
	display: flex;
	flex-direction: column;
	font-size: .48rem;
	color: #666;
	position: relative;
	z-index: 2;
}

.solution .solution_box .solution_title h1 {
	font-size: .62rem;
	color: #333;
	margin: 0 0 0rem;
}

.solution .solution_box .solution_title span {
	border-radius: 1rem;
	background-image: var(--jb-pink1);
	display: flex;
	margin-right: auto;
	padding: .025rem .325rem;
	color: #fff;
	font-size: .42rem;
	margin-top: .235rem;
}

.solution .solution_box .solution_img {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 1;
}

.solution .solution_box .solution_img img {
	width: 100%;
}

.solution .solution_box:first-child .solution_img {
	width: 64%;

}

.solution .solution_box:nth-child(2) .solution_img,
.solution .solution_box:last-child .solution_img {
	width: 35%;
	right: 3%;
	bottom: 10%;
}

.xt_banner {
	margin: 0 auto;
	border-radius: .335rem;
	overflow: hidden;
}

.xt_banner img {
	border-radius: .335rem;
	overflow: hidden;
	width: 100%;
}

/*纵向居中标题*/

.title1 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .729rem;
	flex-wrap: wrap;
	padding: .735rem 0;
}

.title1 h3 {
	font-size: .79rem;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.title1 p {
	text-transform: uppercase;
	color: #666;
	font-size: .63rem;
	width: 100%;
	text-align: center;
	font-family: unset;
	letter-spacing: .01rem;
}



/*横向标题*/

.title {
	display: flex;
	justify-content: space-between;
	padding: 0 2.5%;
	align-items: center;
	font-size: .729rem;
	height: 1.92rem;
	line-height: 1.92rem;
	position: relative;

}

.title:before {
	content: "";
	width: .82rem;
	height: .82rem;
	background-image: linear-gradient(to right, #f8bf36, #f6ecd7);
	position: absolute;
	left: 3%;
	top: 27%;
	border-radius: 50%;
	z-index: -1;
}

.title h3 {
	font-size: .69rem;
	width: 45%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-left: .435rem;

}

.title h3 img {
	margin-right: .235rem;
}

.title a {
	display: block;
	width: auto;
	text-align: right;
	font-size: .59rem;
	/* color: #333; */
	line-height: .82rem;

}

.title a .cont_fr {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title a .cont_fr span {
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.55rem;
	float: left;
	color: #666;
}

.title a .cont_fr i {
	margin-left: 0;
	font-size: .545rem;
	color: #999;
}



.jrfz {
	display: block;
	width: auto;
	text-align: right;
	font-size: .52rem;
	color: #fc4243;
	line-height: .82rem;
	background: #fde6e0;
	border-radius: .185rem;
	padding: 0 .235rem;
}

.shop_list_ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 .5rem;
	margin: 0 auto;
	/* min-height: 10rem; */
}

.shop_list_ul li {
	overflow: hidden;
	background: #fff;
	border-radius: .335rem;
	margin: 0 2.5% .335rem;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop_list_ul li:last-child {
	border-bottom: none;
}

.shop_list_ul li>a {
	display: flex;
	align-items: center;
	padding: .5rem;
	justify-content: space-between;
	width: 100%;
}


.shop_list_cen {
	width: 68%;
}

.shop_list_cen h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	margin: 0.2rem 0 0;
	font-size: .58rem;
	line-height: .775rem;
	font-weight: normal;
	height: 1.55rem;
	white-space: normal;
}

.shop_list_ul .shop_list_img {
	position: relative;
	display: block;
	/* padding-top: 100%;*/
	width: 4rem;
	height: 4rem;
	border-radius: .25rem;
	overflow: hidden
}

.shop_list_ul .shop_list_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shop_list_img div {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 4%;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .52rem;
	color: #fff;
	line-height: .941rem;
}

.shop_list_img div span:first-child {
	margin: 0 0 0 3%;
	font-size: .52rem;
}

.shop_list_img div span:last-child {
	margin: 0 3% 0 0;
}

.shop_list_ul p {
	width: 94%;
	margin: 0 3%;
	font-size: .52rem;
	color: #fff;
	line-height: 1.141rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sptitle {
	width: 94%;
	margin: .335rem 3% 0;
	font-size: .62rem;
	color: #333;
	line-height: .875rem;
	height: 1.75rem;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.shop_list_ul .shop_list_ft {
	display: flex;
	justify-content: flex-start;
	/* align-items: center; */
	font-size: .519rem;
	flex-direction: column;
}

.shop_list_ul .shop_list_ft>div:first-child {
	color: #999;
}

.shop_list_ul .shop_list_ft>div:first-child i {
	font-size: .555rem;
	font-weight: normal;
}

.shop_list_ul .shop_list_ft>div:nth-child(2) {
	font-size: .49rem;
	line-height: .9rem;
	color: var(--primary);
	display: flex;
}

.shop_list_ul2 {
	display: flex;
	justify-content: flex-start;
	/* flex-wrap: nowrap; */
	margin: 0 auto;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
}

.shop_list_ul2 li {
	display: block;
	width: 44.5%;
	margin: 0 2.5% 0rem 0;
	padding-bottom: .335rem;
}

.shop_list_ul2 li>a,
.shop_list_ul2 li>div {
	flex-direction: column;
	padding: 0;
}

.shop_list_ul2 .shop_list_img {
	width: 100%;
	height: 4.65rem;
	border-radius: .335rem .335rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;

}

.shop_list_ul2 .shop_list_img img {
	width: 100%;
	display: block;
	height: 100%;
}

.shop_list_ul2 p {
	width: 94%;
	margin: .335rem 3% 0;
	font-size: .62rem;
	color: #333;
	line-height: .875rem;
	height: 1.75rem;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.shop_list_ul2 .shop_list_ft {
	width: 100%;
	margin: 0 auto;
}

.shop_list_ul2 .shop_list_ft>div:first-child {
	color: #999;
	font-size: .485rem;
}

.shop_list_ul2 .shop_list_ft>div:first-child span:first-child i {
	font-size: .625rem;
	color: #ff1825;
	font-weight: bold;
}

.shop_list_ul2 .shop_list_ft>div:first-child span:last-child i {
	font-size: .625rem;
	color: #0bbbb9;
	font-weight: bold;
}

.shop_list_ul .shop_list_ft .bt_box {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.shop_list_ul .shop_list_ft .bt_box>a,
.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia,
.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia11 {
	font-size: .54rem;
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 1.098rem;
	width: 50%;
	text-align: center;
	justify-content: center;
	margin: .125rem 0 0;
}

.shop_list_ul .shop_list_ft .bt_box>a {
	border-radius: 1rem 0 0 1rem;
	/* padding: 0 .124rem 0 .224rem; */
	border-right: 1px solid #ffffff90;
	background-image: linear-gradient(to bottom, #fb046c, #f5063d);
}

.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia {
	border-radius: 0 1rem 1rem 0;
	background-image: linear-gradient(to bottom, #fac705, #ff9500);
	/* padding: 0 .224rem 0 .124rem; */
}

.shop_list_ul .shop_list_ft .bt_box>.bt_xiajia11 {
	border-radius: 0 1rem 1rem 0;
	background-image: linear-gradient(to bottom, #cecece, #afa59d);
}

.shop_list_ul3 {
	padding: 0 0 .5rem;
	flex-wrap: wrap;
	height: 7.25rem;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}

.shop_list_ul3 li {
	width: 31.333%;
	margin-bottom: .35rem;
	margin-right: 3%;
}

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

.shop_list_ul3 a {
	position: relative;
	display: block;
	background: #fff;
	border-radius: .335rem;
	padding: 0 0 .35rem;
}

.shop_list_ul3 li p {
	white-space: nowrap;
	height: .85rem;
	font-size: .548rem;
	padding: 0 .25rem;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	margin: .25rem 0;
}

.shop_list_ul3 .shop_list_img {
	width: 100%;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.shop_list_ul3 .shop_list_img img {
	width: 100%;
	height: auto;
	display: block;
}

.shop_list_ul3 .shop_list_ft {
	justify-content: space-between;
	display: flex;
	align-items: center;
	padding: 0 .25rem;
	color: #fa3232;
	font-size: .59rem;
}

.shop_list_ul3 .shop_list_ft img {
	width: .768rem;
	height: .768rem;
}

/*拼团*/
.group {
	background-image: url('../img/group.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 95%;
	margin: .35rem auto 0;
	border-radius: .335rem;
	padding-bottom: .35rem;
}

.group>.title {
	padding-left: 3.8rem;
	color: #fff;
	background: linear-gradient(to bottom, #ffeac1, #ffd88c);
	-webkit-background-clip: text;
	color: transparent;
}

.group>.title p {
	font-size: .49rem;
}

.group>.title p span {
	padding: 0 .2rem;
	line-height: .7rem;
	color: #ffedc9;
	margin: 0 .2rem;
	background: #2ec179;
	border-radius: .15rem;
	border: 0.05rem solid #1dd573;
	display: inline-block;
}

.group>.title a {
	color: #fff;
}

.group_cen {
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: .335rem;
	padding: .5rem;
}

.group_cen .group_cen_img {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: .335rem;
}

.group_cen .group_cen_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.group_cen_text {
	width: 7.55rem;
}

.group_cen_text h3 {
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .64rem;
	font-weight: 700;
	line-height: .785rem;
	margin-bottom: .225rem;
}

.group_cen_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: .15rem 0;
}

.group_cen_bar>p {
	background: #f5e3bf;
	border-radius: 1rem;
	width: 5rem;
	margin: 0;
	line-height: 1.5;
	font-size: .48rem;
}

.group_cen_bar>p i {
	background: #ffbb34;
	color: #fff;
	border-radius: 1rem;
	text-align: center;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: .48rem;
}

.group_cen_bar>div {
	color: #ffbb34;
	font-size: .48rem;
}

.group_cen_bt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: .785rem;
	margin: .235rem 0 0;
}

.group_cen_bt .group_cen_bt_l p {
	font-size: .49rem;
	text-decoration: line-through;
	color: #999;
	white-space: nowrap;
	line-height: .785rem;
	margin: 0;
	width: auto;
}

.group_cen_bt .group_cen_bt_l div {
	color: #222;
	white-space: nowrap;
	font-size: .49rem;
}

.group_cen_bt .group_cen_bt_l div span {
	color: #ed1057;
	font-size: .69rem;
	font-weight: 500;
	/*font-family: DIN;*/
}

.group_cen_bt .group_cen_bt_l div span i {
	font-size: .52rem;
}

.group_cen_bt .group_cen_bt_r {
	background: var(--jb-pink2);
	color: #fff;
	border-radius: 1rem;
	line-height: 1.25rem;
	font-size: .58rem;
	padding: 0 .435rem;
	box-shadow: var(--shadowred);
}


/*拼团*/

.goods_list {
	padding: 0.5rem 0;
}

.index_article {
	background: #fff;
	border-radius: .35rem;
	clear: both;
	width: 95%;
	margin: .335rem auto;
}

.index_article_title {
	overflow: auto;
	padding: 0.35rem .5rem;
}

.index_article_title>div {
	display: flex;
	align-items: center;
	width: max-content;
}

.index_article_title a {
	width: max-content;
	padding: 0 .5rem;
	line-height: 1.25rem;
	font-size: .64rem;
}

.index_article_cen div a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.35rem .5rem;
}

.index_article_cen div .index_article_text {
	width: 9.55rem;
}

.index_article_cen div .index_article_text div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index_article_cen div .index_article_text p {
	font-size: .49rem;
	color: #666;
}

.index_article_cen div .index_article_text>p {
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_article_cen div .index_article_img {
	width: 4rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.index_article_cen div .index_article_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}





/*店铺*/
.xqshop_body {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.xqshop_body::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to bottom, #00000090 95%, #f7f8fc);
	top: 0;
	left: 0;
	bottom: -.1rem;
	right: 0;
}

.xqshop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	background-color: #fff;
	padding: .435rem 2.5%;
	/* border-top: 0.335rem solid #f0f4f5;
	border-bottom: 0.335rem solid #f0f4f5; */
}

.xqshop .xqshop_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
}

.xqshop .xqshop_top img {
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 50%;
	margin-right: .335rem;
	/* object-fit: contain; */
}

.xqshop .xqshop_top .xqtitle {
	display: flex;
	flex-direction: column;
}

.xqshop .xqshop_top .xqtitle h1 {
	font-size: .64rem;
	color: #333;
	font-weight: 600;
}

.xqshop .xqshop_top .xqtitle p {
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	margin: 0.2rem 0 0;
	font-size: .58rem;
	line-height: .775rem;
	font-weight: normal;
	height: .775rem;
}

.xqshop .xqtitle_top_bt {
	width: max-content;
	background: var(--jb-red1);
	color: #fff;
	border-radius: 1rem;
	line-height: 1.13rem;
	padding: 0 .35rem;
	font-size: .52rem;
}

.xqshop .xqtitle_top_bt i {
	margin-right: .125rem;
	font-size: .62rem;
}

/*拼团订单*/
.mytit_flash {
	background-color: white;
	/*position: fixed;*/
	width: 100%;
	z-index: 9;
}

.mytit_flash ul li {
	color: #222222;
	width: 25%
}

.mytit_flash ul .red {
	color: #f23030
}

.mytit_flash .addset li {
	width: 20%
}

.mytit_flash .addset-h li {
	width: 2.944rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.mytit_flash .addset-h li:first-child {}

.mytit_flash .addset-wrap-h {
	width: 14.72rem;
	margin: 0 auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mytit_flash .addset-h {
	width: 100%;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tit-flash-sale {
	overflow: hidden
}

.tit-flash-sale ul li {
	float: left;
	width: 20%;
	text-align: center;
	color: white;
	height: 1.70667rem;
	line-height: 1.70667rem;
	cursor: pointer;
	font-size: .59733rem
}

.tit-flash-sale ul .red {
	/*border-bottom:2px solid #ed5657*/
}

.ajax_return {
	margin-top: .4rem;
}

.mypackeg {
	overflow: hidden;
	background-color: white;
	padding: .335rem;
}

.mypackeg .packeg .fl h1 {
	width: 10.66667rem
}

.mypackeg .packeg .fl h1 span.bg {
	background-image: url(../images/ty.png)
}

.mypackeg .packeg .fl h1 span.zy {
	background-image: url(../images/zy.png);
	background-size: .81067rem
}

.mypackeg .packeg .fl p {
	width: 10.66667rem
}

.ma-to-10 {
	margin-top: .21333rem
}

.ma-to-20 {
	margin-top: .42667rem
}

.packeg {
	background-color: white;
	height: 2.13333rem;
	position: relative
}

.packeg .fl {
	line-height: 2.13333rem
}

.packeg .fl h1 {
	font-size: .64rem;
	margin: 0;
	font-weight: normal;
	width: 12.37333rem;
	line-height: 2.13333rem
}

.packeg .fl h1 span.bg {
	background-image: url("../images/packeg.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: .81067rem;
	height: .72533rem;
	display: inline-block;
	margin-right: .128rem
}

.packeg .fl p {
	font-size: .592rem;
	color: #666666;
	width: 11.47733rem
}

.packeg .fl h1,
.packeg .fl p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.packeg .fr span {
	color: #f23030;
	font-size: .59733rem;
	line-height: 2.13333rem
}

.shop-mfive ul li {
	float: left;
	width: 25%;
	text-align: center;
	margin: 0 auto
}

.shop-mfive ul li a {
	display: block;
	border: 1px solid #f8f8f8;
	width: 2.60267rem;
	height: 2.60267rem;
	margin: 0 auto;
	text-align: center
}

.shop-mfive ul li a img {
	width: 2.56rem;
	height: 2.56rem
}

.sc_list {
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.maleri30 {
	padding: 0 .335rem;
}

.addimgchan .maleri30 .sc_list {
	margin-left: 0.213rem;
	border: 1px solid #e0e0e0 !important;
	padding-top: 0;
	width: 7.68rem;
	background: #fff;
}

.orderlistshpop:last-child .sc_list {
	border-bottom: none;
}

.sc_list .radio {
	width: inherit;
	padding-top: 1.49333rem;
	margin-right: .42667rem
}

.sc_list .shopimg img {
	width: 5.33rem;
	height: 5.33rem
}

.sc_list .deleshow {
	width: 9.17333rem
}

.sc_list .deleshow .deletes {
	clear: both
}

.sc_list .deleshow .deletes .similar-product-text {
	width: 7.89333rem;
	padding: 0
}

.sc_list .deleshow .deletes a.delescj {
	float: right
}

.sc_list .deleshow .deletes a.delescj img {
	margin-top: .256rem;
	width: .72533rem;
	height: .72533rem
}

.sc_list .deleshow .weight {
	height: 1.0667rem;
	line-height: 1.0667rem;
	font-size: .59rem;
	color: #999;
	overflow: hidden;
	text-align: right;
	padding-right: .314rem;
}

.sc_list .deleshow .weight span {
	display: inline-block;
}

.addimgchan .sc_list .deleshow .weight span {
	margin-top: 0;
}

.sc_list .deleshow .weight .proli-eva {
	margin-left: 0.512rem;
}

.sc_list .deleshow .weight .add_cart {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	border: 1px solid #f23030;
	color: white;
	text-align: center;
	border-radius: 50%;
	float: right;
	/*margin-top:0;*/
}

.sc_list .deleshow .weight .add_cart img {
	width: 0.5rem;
	height: 0.5rem;
}

.sc_list .deleshow .prices {
	overflow: hidden;
	margin-top: .2133rem;
	width: 8.66rem;
}

.sc_list .deleshow .prices .sc_pri {
	color: #f23030;
	font-size: .57rem;
	padding-left: .2rem;
	font-weight: 600;
	height: 1.0667rem;
	line-height: 1.0667rem;
}

.sc_list .deleshow .prices .sc_pri b {
	font-size: 0.64rem;
}

.shop-rebuy-price {
	margin: .36667rem 0;
	overflow: hidden
}

.price-alln {
	font-size: .55467rem;
	margin: 0.384rem 0;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.qxatten-ions {
	right: 0px;
	top: auto;
	bottom: 0;
}

.price-alln .red {
	color: #f23030
}

.price-alln .threel {
	margin-left: .21333rem;
	margin-right: .21333rem;
	font-size: .55467rem
}

.shop-rebuy {
	float: right;
	padding: .36267rem .53333rem;
	margin-right: .33333rem;
	border: 1px solid #e2e2e2;
	font-size: .55467rem;
	border-radius: .21333rem
}

.paysoon {
	color: white;
	background-color: #f23030;
	border: 0
}

.qqz {
	height: 2.13333rem;
	background-color: white;
	text-align: right;
	border-top: 1px solid #dedede
}

.qqz a {
	display: inline-block;
	border: 1px solid #dedede;
	border-radius: 0.21333rem;
	padding: 0.22667rem 0.333rem;
	margin: 0.36267rem 0.335rem 0 0.42667rem;
	font-size: .55467rem;
}

.information_dr {
	background-color: white;
	padding: 0 2.5%;
}

.tit {
	border-bottom: 1px solid #f8f8f8;
	padding: .42667rem 0;
	position: relative;
}

.tit h2 {
	font-weight: normal;
	font-size: .64rem
}

.tits-ions {
	display: block;
	position: absolute;
	right: 0;
	top: .4rem;
	min-width: 2.8173rem;
	height: 0.868rem;
	line-height: 0.868rem;
	text-align: center;
	font-size: .39rem;
	font-weight: 500;
	color: #fff;
	padding-left: .6rem;
	background: #ff4f4f url(../images/cash-delivery.png)no-repeat .13rem .18rem;
	background-size: 0.6rem;
	border-radius: .08rem;
}

.xx-list {
	padding-bottom: .21333rem
}

.xx-list p {
	margin-top: .21333rem;
	color: #666666;
	font-size: .55467rem;
	padding: .21333rem 0
}

.xx-list p .fr span {
	margin-left: .21333rem
}

.xx-list p .red {
	color: #f23030
}

.shopprice {
	clear: both;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0.335rem;
	background: #fff;
}


.payit {
	height: 2.13333rem;
	background-color: white;
	overflow: hidden;
	padding-left: .64rem
}

.payit .fl {
	line-height: 1.06667rem
}

.payit .fl p {
	font-size: .55467rem;
	color: #f23030
}

.payit .fl p .pmo {
	color: #222222
}

.payit .fl .lastime {
	color: #666666
}

.payit .fr {
	width: 4.18133rem
}

.payit .fr a {
	color: white;
	font-size: .59733rem;
	text-align: center;
	height: 2.13333rem;
	line-height: 2.13333rem;
	background-color: #f23030;
	display: block
}

.payit .fr a.disable {
	background-color: #e5e8eb;
}

/*健康资讯*/
.news_gd {
	display: flex;
	width: 30%;
	align-items: center;
	position: relative;
	background: url(../img/fl_left.png) no-repeat;
	background-size: 30%;
	background-position: -22% center;
	padding-left: .35rem;
}

.news_gd a span {
	font-size: .93rem;
}

.news_box {
	background-color: #fff;
	border-radius: .335rem;
	margin: .335rem auto;
	padding: .435rem 0 .235rem;
}

.news_main {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding: 0rem 0;
}

.news_main dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: .435rem;
	margin-bottom: .435rem;
	width: 100%;
}

.news_main dl dt {
	display: flex;
	justify-content: flex-start;
	width: 65%;
	flex-direction: column;
	height: 3.15rem;
}

.news_main dl dt h4 {
	color: #333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .62rem;
	font-weight: normal;
	text-align: left;
	line-height: .875rem;
	height: 1.75rem;
	margin-bottom: .5rem;
	width: 100%;
}

.news_main dl dt p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	font-size: .49rem;
	width: 100%;
	padding-top: .235rem;
	height: .65rem;
	line-height: .65rem;
}

.news_main dl dd {
	width: 32%;
	height: 3.15rem;
	overflow: hidden;
}

.news_main dl dd img {
	border-radius: .335rem;
	width: 100%;
	height: 100%;
}

.footer_bt {
	text-align: center;
	font-size: .548rem;
	line-height: 2.5rem;
	color: #999;
}

.footer_nav {
	height: 2.5rem
}

.footer_nav2 li {
	width: 50%
}

.footer_nav3 li {
	width: 33%
}

.footer_nav4 li {
	width: 25%
}

.footer_nav5 li {
	width: 20%;
	line-height: .75rem;
}

.footer_nav6 li {
	width: 16.5%
}

.footer_nav>ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #666;
	z-index: 111;
	background-color: #fff;
	box-shadow: 0.235rem 0rem 0.305rem rgba(198, 230, 229, .2);
	/* border-top: 1px solid #efefef; */
	padding: .225rem 0;
}

.footer_nav>ul a {
	display: block;
	text-align: center;
	font-size: .58rem;
	padding-top: .235rem;
	color: rgb(121, 121, 121);

}

.footer_nav>ul .pick33 {
	color: var(--pink);
}

.footer_nav>ul a img {
	width: 1.191rem;
	height: 1.191rem;
}

.footer_nav>ul a div {
	padding-bottom: .105rem;
}

.foot_img2 {
	display: none
}

.pick {
	color: var(--pink);
	position: relative;
}

.pick:before {
	position: absolute;
	width: 40%;
	left: 30%;
	height: .125rem;
	bottom: 0;
	background-color: var(--pink);
	content: "";
}

.pick33 {
	color: var(--pink);
}

.pick33 .foot_img {
	display: none
}

.pick33 .foot_img2 {
	display: inline-block;
	margin: 0 auto
}





/* 订单列表 */
.orderList {
	margin: .335rem 0;
}

.order_list_top {
	display: flex;
	justify-content: space-around;
	background-color: #fff;
	line-height: 1.8rem;
}

.order_list_top li {
	width: 25%;
	position: relative;
}

.order_list_top li i {
	position: absolute;
	right: 0.035rem;
	top: .335rem;
	background-color: #f55;
	color: #fff;
	border-radius: 50%;
	width: 0.64rem;
	height: 0.64rem;
	font-size: .42rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.order_list_top a {
	width: 100%;
	font-size: .59rem;
	line-height: 2rem;
	text-align: center
}

.order_list_top1 {
	display: flex;
	justify-content: space-around;
	background-image: var(--jb-pink1);
	line-height: 1.8rem;
}

.pick_11 {
	color: yellow;
	position: relative;
	/* border-bottom: .1rem solid var(--primary); */
}

.pick_11::before {
	position: absolute;
	width: 40%;
	left: 30%;
	height: .125rem;
	bottom: 0;
	background-color: yellow;
	content: "";
}


.order_list_top1 li {
	width: 25%
}

.order_list_top1 a {
	width: 100%;
	font-size: .62rem;
	line-height: 2rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.order_list_empty {
	text-align: center;
	font-size: .69rem;
	line-height: 2rem;
	width: 95%;
	margin: 0 auto;
}

.order_list_empty div {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.order_list_empty div img {
	width: 60%;
	height: auto;
	display: flex;
}

.order_list_empty div p {
	font-size: .58rem;
	color: #666;
	margin-top: .355rem;
	line-height: 1rem;
}

.order_list_empty a span {
	border-radius: .655rem;
	/* background-image: linear-gradient(to right, #ff6e4f, var(--primary)); */
	font-size: .52rem;
	padding: .325rem .735rem;
	color: #fff;
	background-image: var(--jb-pink1);
	box-shadow: var(--shadowpink);
}

.order_list {
	background-color: #fff;
	margin: 0.25rem 0;
	padding: 0 .5rem
}

.order_list_title {
	display: flex;
	justify-content: space-between;
	line-height: 1.8rem;
	padding: 0 0.5rem;
	background-color: #fff;
	border-bottom: 1px solid #dedede;
}

.order_list_title .bgnum {
	color: #666;
}

.order_list_title>div {
	color: var(--primary);
	font-size: .58rem;
}

.order_list_title>div .zt_1 {
	color: var(--primary);
}

.order_list_title>div .zt_2 {
	color: var(--green);
}

.order_list_title>div .zt_3 {
	color: var(--color9);
}

.order_list_title>div .zt_4 {
	color: var(--orange);
}

.order_list_c {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	background-color: #fff;
}

.order_list_c a {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	background-color: #fff;
}

.order_list_img {
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.order_list_img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .235rem;
	overflow: hidden;
}

.order_list_text {
	width: 69%;
	/* height: 4rem; */
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.order_list_text h3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .58rem;
	line-height: .785rem;
}

.order_list_text>div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.order_list_text>div .jians {
	color: var(--green);
	background: #d9f8e8;
	border-radius: 1rem;
	padding: 0 .335rem;
	border: 1px solid var(--green);
	font-size: .52rem;
}

.order_list_text_num {
	display: flex;
	justify-content: space-between;
	/*font-family: DIN;*/
}

.order_list_text_price {
	color: var(--primary);
	font-size: .52rem;
	/*font-family: DIN;*/
}

.order_list_text_price span {
	font-size: .62rem;
}

.order_list_text_bt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.5rem 0.5rem;
	background-color: #fff;
	border-top: 1px solid #dedede;
	width: 100%;
}

.order_list_text_bt .di_bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.order_list_text_bt .di_button {
	display: flex;
	align-items: center;
}

.order_list_text_bt>div>div {
	margin-right: .35rem;
	color: #666;
}

.order_list_text_bt>div>div i {
	color: var(--primary);
	padding: 0 .125rem;
	/*font-family: DIN;*/
}

.order_list_text_bt .di_bar span {
	color: var(--primary);
	font-size: .69rem;
	/*font-family: DIN;*/
}

.order_list_text_bt .di_bar span i {
	font-size: .52rem;
}

.order_list_text_bt a {
	border: 2px solid var(--primary);
	font-size: .52rem;
	padding: 0 0.35rem;
	border-radius: .625rem;
	line-height: .90rem;
	margin-left: .4rem;
	color: var(--primary);
}

.order_list_text_bt a:first-child {
	background-color: var(--primary);
	border: 2px solid var(--primary);
	color: #fff;
}

.order_list_text_bt a:last-child {
	border: 0.02rem solid var(--primary);
	/* color: var(--primary); */
}

.order_list_bt {
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	padding: 0 0.5rem .5rem;
}

.order_list_bt a {
	width: max-content;
	padding: .25rem .5rem;
	margin-left: .25rem;
	border-radius: .25rem;
	background-color: var(--primary);
	color: #fff;
}

.order_list2_bt {
	padding: 0.5rem;
	margin: .35rem auto;
	background-color: #fff;
}

.order_list2_bt>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.8rem;
}

.order_list2_bt div span {
	color: var(--primary);
}

.order_list2_bt a {
	line-height: 2rem;
	background: linear-gradient(to right, #42ada7, #2da49e);
	color: #fff;
	border-radius: 1rem;
	text-align: center;
}

.apply_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 55;
}

.apply_popup>div {
	width: 10rem;
	height: 10rem;
	border-radius: .35rem;
	background-color: #fff0d9;
	padding: 0.5rem;
}

.apply_popup h1 {
	color: #753b23;
	text-align: center;
	line-height: 2rem;
}

.apply_popup p {
	line-height: 1.5;
	height: 3rem;
}

.apply_popup p span {
	color: var(--primary);
}

/* 订单详情 */

.order_detail_top {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	background-color: #fff;
}

.order_detail_top .order_detail_top_img {
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .5rem;
}

.order_detail_top_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.order_detail_top .order_detail_top_cen {
	/* width: 9rem; */
	height: 3rem;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}

.order_detail_top_cen h4 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.order_detail_top_cen p {
	color: var(--primary);
	/*font-family: DIN;*/
	font-size: .68rem;
}

.order_detail_top_cen p i {
	font-size: .52rem;
}

.order_detail_top_a {
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	padding: 0.25rem 0.5rem;
	margin: 0.15rem 0;
}

.order_detail_top_a a {
	width: max-content;
	padding: 0 0.75rem;
	margin-left: .5rem;
	line-height: 1.8rem;
	background-color: #aaa;
	color: #fff;
	border-radius: .25rem;
}

.order_detail_list {
	background-color: #fff;
	padding: 0.5rem;
	margin-bottom: .335rem;
	margin-top: .335rem;
}

.order_detail_list h3 {
	margin-bottom: .5rem;
}

.order_detail_list>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.975rem;
	border-bottom: 1px solid #ededed98;
}

.order_detail_list>div p {
	width: 3rem;
	color: #666;
}

.order_detail_list>div div {
	width: 10rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
 
}

.order_detail_list>div div span {
	color: var(--primary);

	font-size: .68rem;
}

.order_detail_list>div div span i {
	font-size: .52rem;
}

.order_detail_bt {
	padding: 0.5rem;
	display: flex;
	justify-content: flex-end;
}

.order_detail_bt a {
	background-color: #0bbbb9;
	color: #fff;
	line-height: 1.8rem;
	padding: 0 0.75rem;
	border-radius: .25rem;
	margin-left: .5rem;
}

/* 评价 */

.evaluate_top {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	background-color: #fff;
}

.evaluate_top .evaluate_top_img {
	width: 3rem;
	height: 3rem;
	overflow: hidden;
	border-radius: 50%;
}

.evaluate_top .evaluate_top_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.evaluate_top .evaluate_top_cen {
	width: 11rem;
}

.evaluate_top .evaluate_top_cen h3 {
	line-height: 1.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.evaluate_top .evaluate_top_cen p {
	color: #0bbbb9;
	font-size: .9rem;
	line-height: 1.5;
}

.evaluate_text {
	width: 100%;
	height: 5rem;
	padding: 0.5rem;
	background-color: #fff;
	margin: 0.35rem 0;
	border: none;
	font-size: .69rem;
	line-height: 1.5;
	outline: none;
}

.evaluate_upload {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 0.5rem;
}

.evaluate_upload label {
	width: 25%;
}

.evaluate_upload label div {
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.evaluate_upload label img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.evaluate_upload label input {
	display: none;
}

.evaluate_anonymous {
	display: flex;
	align-items: center;
	line-height: 2rem;
	background-color: #fff;
	padding: 0 0.5rem;
}

.evaluate_anonymous input {
	opacity: 0;
	margin-right: .5rem;
}

.evaluate_star {
	background-color: #fff;
	margin: 0.35rem 0
}

.evaluate_star .star_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
}

.star_a {
	display: flex;
	justify-content: flex-end;
}

.star_a a {
	width: 1rem;
	height: 1rem;
	background-image: url(../img/star.png);
	background-size: 1rem;
}

.star_a .star_pick {
	background-image: url('../img/star2.png');
	background-size: 1rem;
}

.star_l {
	width: 5rem;
	height: 1rem;
	;
	background-image: url('../img/star.png');
	background-size: 1rem;
}

/* 填写订单 */

.cart_write_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem;
	background: #fff url(../img/line.png) 0 100% repeat-x;
	background-size: 2.5rem auto;
	padding-bottom: .6rem;
}


.cart_write_top .cart_top_address {
	width: 90%;
	line-height: 1.2rem
}

.cart_write_top .cart_top_address p {
	display: flex;
	font-size: .62rem;
	color: #333;
}

.cart_write_top .cart_top_address p span:first-child {
	width: 30%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart_write_top .cart_top_address p span:last-child {
	width: 67%;
	margin-left: 3%;
}

.cart_write_top .cart_top_address div {
	font-size: .52rem;
	color: #999;
	margin-top: .235rem;
}

.cart_write_goods {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5rem;
	margin: 0.25rem 0;
	background-color: #fff
}

.cart_write_goods .cart_write_goods_img {
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .335rem;
}

.cart_write_goods .cart_write_goods_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.cart_write_goods h3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .62rem;
	font-weight: normal;
	width: 7.7rem;
}

.cart_write_goods .cart_write_goods_price {
	width: 3rem;
	text-align: center
}

.cart_write_goods .cart_write_goods_price p {
	color: var(--primary);
	font-size: .75rem;
	font-weight: bold;
}

.cart_write_goods .cart_write_goods_price p i {
	font-size: .52rem;
}

.cart_write_goods .cart_write_goods_price em {
	font-size: .58rem;
	color: #666;
}

.cart_write_goods .cart_write_goods_price em i {
	font-size: .52rem;
}

.cart_write_express>p {
	font-size: .59rem;
	line-height: 1.8rem;
	background-color: #f5f5f5;
	padding: 0 0.5rem
}

.cart_write_express>ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.5rem;
	font-size: .59rem;
	line-height: 1.5rem;
	background-color: #fff
}

.cart_write_remarks {
	padding: 0.5rem;
	background-color: #fff;
	margin: .35rem 0;
	position: relative
}

.cart_write_remarks p {
	margin-bottom: .5rem
}

.cart_write_remarks textarea {
	width: 100%;
	padding: 0.5rem;
	line-height: 1.5;
	font-size: .59rem;
	border: 1px solid #aaa;
	outline: none
}

.cart_write_remarks em {
	position: absolute;
	bottom: 0.8rem;
	right: 0.8rem
}

.cart_write_bt {
	height: 2rem
}

.cart_write_bt>div {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #fff
}

.cart_write_bt>div>div {
	padding-right: .5rem
}

.cart_write_bt>div>div span {
	color: var(--primary);
	font-size: .58rem;
	font-weight: bold;
}

.cart_write_bt>div>div span span {
	font-size: .75rem;
}

.cart_write_bt>div a {
	width: 30%;
	text-align: center;
	font-size: .69rem;
	line-height: 2rem;
	background: var(--jb-pink1);
	color: #fff
}

.cart_write_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.5rem;
	line-height: 1.8rem;
	background-color: #fff;
}

.cart_write_list span {
	color: var(--primary);

}

/* 支付订单 */

.cart_pay_div {
	display: flex;
	justify-content: space-between;
	font-size: .59rem;
	line-height: 2rem;
	padding: 0 0.5rem;
	background-color: #fff
}

.cart_pay_div p {
	color: var(--primary);
	font-weight: bold;
	font-size: .58rem;
}

.cart_pay_div p i {
	font-size: .75rem;
}

.cart_pay_ul li {
	display: flex;
	align-items: center;
	font-size: .59rem;
	line-height: 2.5rem;
	padding: 0 0.5rem;
	background-color: #fff;
	border-top: 1px solid #dedede80;
	width: 100%;
}

.cart_pay_ul li>div:first-child {
	width: 100%;
}

.cart_pay_ul li i+i {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.5rem;
	background-image: url('../img/pay_bg.png');
	background-size: 6rem;
	background-repeat: no-repeat
}

.cart_pay_ul li .weixin {
	background-position: -0.35rem -1.4rem
}

.cart_pay_ul li .zhifubao {
	background-position: -0.35rem -3rem
}

.cart_pay_ul li .jifen {
	background-position: -2.25rem 0.1rem
}

.cart_pay_ul li .yuer {
	background-position: -4rem 0.1rem
}

.cart_pay_ul li .yinhang {
	background-position: 0 0.25rem;
	width: 1.85rem !important;
	background-size: 5rem !important
}

.order_top {
	padding: 0.5rem;
	line-height: 1.5;
	background-color: #ffeded;
}

.order_top_title {
	line-height: 2rem;
	background-color: #fff;
	margin-top: .35rem;
	padding: 0 0.5rem;
}

.order_pay_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem;
	background-color: #fff;
}

.order_pay_list p {
	max-width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.order_pay_list a {
	width: 48%;
	height: 7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.order_pay_list>div {
	width: 48%;
}

.order_pay_list>div>a {
	width: 100%;
}

.order_pay_list div div {
	line-height: 1rem;
	margin-bottom: .5rem;
	font-size: .59rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.order_pay_list a img {
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.order_voucher {
	margin-top: .35rem;
	background-color: #fff;
	padding: 0.5rem;
	position: relative;
}

.order_voucher div {
	color: #666;
}

.order_voucher .shcph {
	width: 5rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.order_voucher .shcph img {
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.order_voucher input {
	width: 10rem;
	height: 5rem;
	position: absolute;
	top: 2.5rem;
	opacity: 0;
	z-index: 5;
}

/* 购物车 */

.cart_top img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.cart_top p {
	display: flex;
	justify-content: center
}

.cart_top p a {
	font-size: .59rem;
	line-height: .9rem;
	padding: 0 0.35rem;
	background-color: #0bbbb9;
	color: #fff;
	border-radius: .25rem
}

.cart_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 0.5rem;
	border-bottom: 0.25rem solid #f7f8fc
}

.cart_list .cart_list_check input {
	width: 0.65rem;
	height: 0.65rem
}

.cart_list_cen {
	display: flex;
	align-items: center
}

.cart_list_top .goods_num input {
	margin: 0
}

.cart_list_top .goods_n {
	padding: 0.25rem
}

.goods_n .pro-num {
	margin-right: auto;
}

.cart_list_top_img {
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.cart_list_top_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block
}

.cart_list_top_name {
	width: 8.5rem;
	font-size: .59rem;
	line-height: .9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.cart_list_top_delete {
	width: 1rem;
	height: 1rem
}

.cart_list_top_delete img {
	width: 100%;
	height: 100%
}

.cart_foot {
	height: 2.5rem
}

.cart_foot>div {
	display: flex;
	justify-content: space-between;
	font-size: .59rem;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	background-color: #fff
}

.cart_foot .cart_foot_pick {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center
}

.cart_foot .cart_foot_pick input {
	width: .65rem;
	height: .65rem;
	margin-right: .5rem
}

.cart_foot .cart_foot_price {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center
}

.cart_foot .cart_foot_price span {
	color: var(--pink)
}

.cart_foot>div a {
	font-size: .69rem;
	line-height: 2.3rem;
	background-color: var(--pink);
	width: 30%;
	text-align: center;
	color: #fff
}

/* 时间选择 */
.date_btn_box {
	background: #f5f5f5 !important
}

.date_ctrl {
	background: #fff !important
}

.date_roll {
	font-weight: unset !important
}

.date_btn {
	color: #0bbbb9 !important
}

/* 地址 */

.pickerView-wrap {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box
}

.pickerView-wrap {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3)
}

.pickerView-mask {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4)
}

.pickerView-box {
	height: 40%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	animation: slideUp 0.3s
}

.pickerView-box-header {
	text-align: center;
	height: 2rem;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 0 0.5rem;
	display: flex;
	justify-content: space-between;
	font-size: .69rem;
	line-height: 2rem
}

.pickerView-box-header-btn {
	height: 100%;
	width: 20%;
	color: #108ee9
}

.pickerView-box-header-title {
	text-align: center;
	height: 100%;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.pickerView-box-content-wrap {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 2rem;
}

.pickerView-box-content {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative
}

.pickerView-box-content-mask {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	margin: 0 auto;
	width: 100%;
	z-index: 3;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0.6)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
	background-position: top, bottom;
	background-size: 100% 102px;
	background-repeat: no-repeat;
	background-image: linear-gradient(176deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6))
}

.pickerView-box-content-indicator {
	-webkit-box-sizing: border-box;
	width: 100%;
	height: 2rem;
	position: absolute;
	left: 0;
	top: 102px;
	z-index: 3;
	border-top: 1PX solid #ddd;
	border-bottom: 1PX solid #ddd
}

.pickerView-items {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	padding: 102px 0;
	padding: 102px 0px
}

.pickerView-item {
	touch-action: manipulation;
	text-align: center;
	font-size: .69rem;
	height: 2rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

/* 时间选择 */

.time_pick {
	width: max-content;
	font-size: .59rem;
	line-height: 2;
	background: #fff;
	padding: 0 .8rem;
	border-radius: 1rem;
}

.time_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.time_cen {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14rem;
	padding: 0 0.5rem .5rem;
	background: #fff;
}

.time_bg_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2rem;
}

.time_bg_cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	position: relative;
}

.time_bg_cen>div {
	height: 11rem;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.time_year,
.time_month,
.time_day {
	transition: -webkit-transform 500ms ease-out 0s;
	padding: 4.5rem 0;
}

.time_year_list {
	line-height: 1.5rem;
	height: 1.5rem;
}

.time_month_list {
	line-height: 1.5rem;
	height: 1.5rem;
}

.time_bg_cen_pick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(176deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
	background-position: top, bottom;
	background-size: 100% 5rem;
	background-repeat: no-repeat;
	z-index: 22;
}

.time_bg_pick {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1rem;
	width: 100%;
	height: 1.5rem
}

.time_bg_pick::before {
	content: '';
	display: block;
	border-top: 1px solid #999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 55;
}

.time_bg_pick::after {
	content: '';
	display: block;
	border-bottom: 1px solid #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 55;
}

.seckill_bg {
	background-image: url('../img/seckill_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: .335rem;
	padding-bottom: .35rem;
}

.seckill_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .5rem;
}

.seckill_title div {
	font-size: .69rem;
	line-height: 1.5rem;
	color: #ffefd2;
}

.seckill_title .seckill_title_time {
	color: #ffefd2;
	display: flex;
	align-items: center;
}

.seckill_title_time span {
	width: 1rem;
	height: .875rem;
	line-height: .875rem;
	text-align: center;
	display: inline-block;
	border: 0.05rem solid #ffd3be;
	border-radius: .15rem;
	margin: 0 .25rem;
	background: #ff9782;
	font-size: .57rem;
}

.seckill_title a {
	color: #fff;
}

.todays_special {
	background: linear-gradient(to bottom, #d7fcfc 0%, #fff 20%, #fff 100%);
}

.seckill_title>div {
	font-weight: bold;
	color: #feeacf;
}

.todays_special .seckill_title_time {
	background: var(--secondary);
	color: #fff;
	border-radius: 1rem;
	padding: 0 0 0 .35rem;
	margin-right: 1rem;
	font-size: .52rem;
	border: .04rem solid var(--secondary);
	line-height: .72rem;
}

.todays_special .seckill_title_time i {
	background: #fff;
	color: var(--secondary);
	border-radius: 1rem;
	padding: 0 .35rem;
	margin-left: .35rem;
}

.todays_special a {
	color: var(--color6);
	font-size: .55rem;
}

/* 横向滚动 */
.swiper {
	width: 95%;
	margin: 0 auto;
	border-radius: .35rem;
	overflow: hidden;
	background: #fff;
}

.swiper_title {
	width: max-content;
	display: flex;
	padding: .35rem;
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1.2) 0s;
	transform: translate(0px, 0px);
}

.swiper_title a {
	width: max-content;
	padding: 0 .5rem;
	font-size: .59rem;
	line-height: 1.5rem;
}

.swiper_title .swiper_title_pick {
	border-bottom: .25rem solid #f55;
	border-radius: .25rem;
}

.swiper_cen {
	width: max-content;
	display: flex;
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1.2) 0s;
	transform: translate(0px, 0px);
}

.swiper_cen .swiper_list {
	padding: .35rem;
	background: linear-gradient(to right, #f66d1e, #fac555);
	border-radius: .35rem;
}

.swiper_list_cen {
	width: 95%;
	overflow: auto;
	margin: 0 auto;
	padding: 1rem .35rem .35rem;
	background: #fff;
	border-radius: .335rem;
	min-height: 6rem;
}

.swiper_list_cen .gd_content {
	display: flex;
	align-items: center;
	width: max-content;
}

.swiper_list_title {
	color: #fff;
	font-size: .69rem;
	line-height: 1.5rem;
}

.swiper_list_cen a {
	width: 4.5rem;
	position: relative;
	margin: 0 .175rem;
	border-radius: .45rem;
	overflow: hidden;
	background-color: #fff;
}

.swiper_list_cen a .pic_gd {
	width: 4rem;
	height: 4rem;
	margin: .25rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: .35rem;
}

.swiper_list_cen a .pic_gd img {
	width: 100%;
	display: block;
}

.swiper_list_cen a .swiper_list_p {
	width: 100%;
	font-size: .59rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	text-align: center;
	margin: .135rem 0 0;
}

.swiper_list_cen a .quote {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: .59rem;
	background: linear-gradient(to right, #588e04, #557f13);
	width: 90%;
	margin: .35rem auto .5rem;
	border-radius: 1rem;
}

.swiper_list_cen a .quote em {
	font-size: .48rem;
}

.swiper_list_cen a .quote p {
	color: var(--primary);
	/*font-family: DIN;*/
	margin-right: .235rem;
}

.swiper_list_cen a .quote p em {
	font-size: .52rem;
}

.swiper_list_cen a .quote span {
	text-align: center;
	text-decoration: line-through;
	display: block;
	color: #999;
	font-size: .46rem;
	/*font-family: DIN;*/
}

.index_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 .5rem;
}

.index_list a {
	width: 48.5%;
	border-radius: .35rem;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: .35rem;
}

.index_list a .index_list_img {
	width: 7.08rem;
	height: 7.08rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0 auto;
	border-radius: .335rem .335rem 0 0;
}

.index_list a .index_list_img img {
	width: 100%;
	display: block;
}

.index_list a .index_list_cen {
	padding: 0 .35rem .35rem;
}

.index_list a .index_list_cen .index_list_title {
	display: flex;
	/* align-items: center; */
	/* justify-content: space-between; */
}

.index_list a .index_list_title h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	margin: 0.332rem 0 .235rem;
	font-size: .62rem;
	line-height: .875rem;
	font-weight: 500;
	height: 1.65rem;
	width: 100%;
}

.index_list a .tedian {
	color: #999;
	font-size: .59rem;
	line-height: .875rem;
}

.index_list a .index_list_cen>p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: .55rem;
	line-height: 1.5;
	color: #666;
}

.index_list a .index_list_title p {
	background: linear-gradient(to bottom, #ff8865, #fe431e);
	-webkit-background-clip: text;
	color: transparent;
}

.index_list a .index_list_cen .index_list_bt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: .335rem 0 0;
}

.index_list a .index_list_cen .index_list_bt span:first-child {
	font-size: .69rem;
	color: #fd392b;
	/* font-weight: 700; */
	/* padding: .08rem 0; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: .35rem;
	/*font-family: DIN;*/
	/* letter-spacing: -.05rem; */
}

.index_list a .index_list_cen .index_list_bt span:first-child em {
	font-size: .52rem;
}

.index_list a .index_list_cen .index_list_bt span:first-child p {
	font-style: normal;
	color: #20c320;
	/* font-size: .58rem; */
}

.index_list a .index_list_cen .index_list_bt span:first-child i {
	font-size: .52rem;
	/*font-family: DIN;*/
	text-decoration: line-through;
	color: #999;
	margin-left: .335rem;
}

.index_list a .index_list_cen .index_list_bt span:last-child {
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_list a .index_list_cen .index_list_bt span:last-child i {
	border-radius: 1rem;
	background: #fff;
	color: var(--green);
	display: inline-block;
	text-align: center;
	/* height: .68rem; */
	line-height: .68rem;
	padding: 0 .235rem;
}

.index_list a .index_list_cen .index_list_bt span:last-child em:first-child {
	/*font-family: DIN;*/
	display: flex;
	align-items: baseline;
	font-size: .72rem;
	/* background: linear-gradient(to bottom, #ff4a96, #f5063d); */
	/* width: 60%; */
	border-radius: 1rem 0 0 1rem;
	/* padding-left: .235rem; */
	/* height: 1.1rem; */
	align-items: center;
	color: #fff;
}

.index_list a .index_list_cen .index_list_bt span:last-child em:last-child {
	background: var(--jb-pink1);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .52rem;
	width: .895rem;
	height: .895rem;
}

.index_list a .index_list_cen .index_list_bt span:last-child em p {
	font-size: .52rem;
}


/*轮胎分类*/
.lun_box {
	margin: .335rem auto;
	display: flex;
	flex-wrap: wrap;
}

.lun_box ul {}

.lun_box ul li {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.lun_box ul li a {
	padding: .485rem .435rem;
	display: flex;
	flex-direction: column;
	background: linear-gradient(to right, #01cea3, #00bcc9);
	border-radius: .35rem;
}

.lun_box ul li a h1 {
	font-size: .628rem;
	color: #fff;
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 1.175rem;
	width: 100%;
	text-align: left;
}

.lun_box ul li a .jifen {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #666;
	font-size: .628rem;
	line-height: 1.235rem;
}

.lun_box ul li a .jifen span i {
	font-weight: bold;
	font-size: .628rem;
}

.lun_box ul li a .jifen span:last-child {
	margin-left: .435rem;
}

.lun_box ul li a .jifen span:first-child i {
	/* color: #01cda4; */
	color: #fff;
}

.lun_box ul li a .xuan {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.lun_box ul li a .btn {
	line-height: .658rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4rem;
}

.lun_box ul li a .btn .min,
.lun_box ul li a .btn .add {
	background: #f1f5f6;
	border: 1px solid #e1e5e6;
	font-size: .628rem;
	color: #666;
	padding: 0;
	border-radius: 50%;
	width: .865rem;
	height: .865rem;
	display: block;
	text-align: center;
}

.lun_box ul li a .btn .text_box {
	font-size: .628rem;
	color: #fff;
	margin: 0 .345rem;
	width: 12%;
	text-align: center;
}

.lun_box ul li a .gou {
	background: #fff;
	border-radius: 1.235rem;
	padding: .135rem .335rem;
	line-height: .658rem;
	color: #01cda4;
	width: 3rem;
	font-size: .458rem;
	text-align: center;
	display: block;
}

/*新会员注册*/
.help_zc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin: 0 0 .335rem;
}

.help_zc .jfbox {
	padding: 1.25rem .335rem;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: .688rem;
	width: 100%;
	background: var(--jb-pink1);
	/* background-image: url(../img/user_bg.png); */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: 0rem;
}

.help_zc .jfbox h1:first-child {
	font-weight: normal;
	font-size: .628rem;
}

.help_zc .jfbox h1:last-child {
	font-family: 'DIN';
	color: yellow;
}

.help_zc .hp_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333;
	font-size: .628rem;
	width: 95%;
	margin: 0 auto;
	border-bottom: 1px solid #e9e9e9;
	position: relative;
	height: 2.145rem;
}

.help_zc .hp_box .hpname {
	position: relative;
	width: 21%;
	margin-right: 4%;
	display: flex;
}

.help_zc .hp_box .hpname span {
	color: #333;
	width: 80%;
	text-align: justify;
	text-justify: inter-ideograph;
	display: inline-block;
	text-align-last: justify;
	overflow: hidden;
	word-break: break-all;

}


.help_zc .hp_box .hpname span:before,
.help_zc .hp_box .hpname span:after {
	display: inline-block;
	/*行内元素*/
	content: '';
	width: 100%;
	/*可以挤掉文字，保证不跟文字在同一行*/
	height: 0;
	visibility: hidden;
}

.help_zc .hp_box .hpname:after {
	content: "*";
	position: absolute;
	right: 0;
	top: 40%;
	color: red;
	font-size: .628rem;

}

.help_zc .hp_box .hpnr {
	width: 72%;
	font-size: .628rem;
	display: flex;

}

.help_zc .hp_box .hpnr span {
	width: 50%;
	display: inline-block;
}

.help_zc .hp_box .hpname p {
	line-height: .775rem;
	padding: .335rem 0;
	width: 78%;
	text-align: justify;
	display: inline-block;
	vertical-align: top;
	text-align-last: justify;
}

.help_zc .hp_box .hpname p:before,
.help_zc .hp_box .hpname p:after {
	display: inline-block;
	/*行内元素*/
	content: '';
	width: 100%;
	/*可以挤掉文字，保证不跟文字在同一行*/
	height: 0;
	visibility: hidden;
}


.help_zc .hp_box .select {
	width: 47%;
	color: #333;
	font-size: .548rem;
	display: flex;
}

.help_zc .hp_box .select1 {
	width: 68%;
	color: #333;
	font-size: .548rem;
	display: flex;

}

.help_zc .hp_box select {
	list-style: none;
	border: none;
	outline: none;
}

.help_zc .hp_box .fzcx {
	background-image: var(--jb-pink1);
	border-radius: 1.35rem;
	color: #fff;
	padding: 0 .345rem;
	border: none;
	outline: none;
	font-size: .468rem;
	line-height: 1.068rem;
	flex: 1;
	margin-left: 4%;
}


.tj_button {
	width: 95%;
	background-image: var(--jb-pink1);
	border-radius: 1.35rem;
	line-height: 2rem;
	color: #fff;
	font-size: .678rem;
	text-align: center;
	margin: .535rem auto;
	box-shadow: var(--shadowpink);

}

/*商品列表*/
.category_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2.5%;
	flex-wrap: wrap;
	margin-bottom: .335rem;
}

.category_list li {
	width: 48.5%;
	background: #fff;
	overflow: hidden;
	margin-top: .35rem;
	border-radius: .25rem;
}

.category_list a {
	width: 100%;
	display: block;
}

.category_list li a .category_list_img {
	width: 7.31rem;
	height: 7.31rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
}

.category_list li a .category_list_img img {
	width: 100%;
	display: block;
}

.category_list li a .goods-info {
	padding: .28rem;
	background-color: #fff;
}

.category_list li a .goods-title {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: .59rem;
	height: 1.6rem;
	line-height: .80rem;
}

.category_list li a .goods-market {
	color: #999;
	font-size: .58rem;
	text-decoration: line-through;
}

.category_list li a .promotion-tag-list {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: .225rem 0;
}

.category_list li a .promotion-tag-list .promotion-tag-item {
	padding: 0rem .215rem;
	line-height: .678rem;
	border-radius: .612rem;
	font-size: .42rem;
	color: #e90104;
	border: 2px solid #e90104;
	margin-right: .235rem;
}

.category_list li a .promotion-tag-list .promotion-tag-dikou {
	padding: 0rem .215rem;
	line-height: .678rem;
	border-radius: .612rem;
	font-size: .42rem;
	color: #ff8d00;
	border: 2px solid #ff8d00;
	margin-right: .235rem;
}

.category_list li a .sale-wrapper {
	white-space: nowrap;
	line-height: 1;
	display: flex;
	align-items: center;
}

.category_list li a .goods-info .goods-price-wrapper {
	white-space: nowrap;
	line-height: .975rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.category_list li a .goods-info .current-price {
	font-size: .72rem;
	/* font-weight: bold; */
	color: var(--pink);
	display: flex;
	/*font-family: DIN;*/
}

.category_list li a .goods-info .current-price i {
	font-size: .52rem;
}

.category_list li a .goods-info .rmb-icon {
	margin-right: .04rem;
	font-size: .52rem;
}

.category_list li a .goods-info .price-fen {
	font-size: .24rem;
}

.category_list li a .goods-info .goods-price-wrapper .sale {
	background: var(--jb-red1);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .52rem;
	width: .95rem;
	height: .95rem;
	color: #fff;
}

.qc_main {
	margin: .335rem auto 0;
}

.qc_main ul {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.qc_main ul li {
	margin-right: 3%;
	margin-bottom: .335rem;
	width: 48.5%;
	display: flex;
	border-radius: .335rem;
	overflow: hidden;
	height: 4rem;
	position: relative;
}

.ys_bg1 {
	background-image: linear-gradient(to right, #57b8ff, #479eff);
	box-shadow: 0 0.155rem 0.355rem 0 rgba(71, 158, 255, 0.45);
}

.ys_bg2 {
	background-image: linear-gradient(to right, #b191fe, #7a85fb);
	box-shadow: 0 0.155rem 0.355rem 0 rgba(122, 133, 251, 0.45);
}

.ys_bg3 {
	background-image: linear-gradient(to right, #ff6e4f, var(--primary));
	box-shadow: 0 0.155rem 0.355rem 0 rgba(253, 60, 43, 0.45);
}

.qc_main ul li:nth-child(2n) {
	margin-right: 0;
}

.qc_main ul li a {
	display: flex;
	flex-direction: column;
	padding: .335rem .335rem;
	width: 100%;
	height: 100%;
}

.qc_main ul li a span:first-child {
	display: flex;
	justify-self: start;
	align-self: flex-start;
	color: #fff;
	font-size: .65rem;
	font-weight: 400;
	width: 100%;
	line-height: .855rem;
	position: relative;
	z-index: 10;
	margin: 0 .225rem 0 .125rem;
	padding: .235rem 0 0;
}

.qc_main ul li a span:nth-child(2) {
	font-size: .58rem;
	color: #ffffff69;
	padding: .235rem 0 0;
}

.qc_main ul li a span:nth-child(2) i {
	font-size: 1.4rem;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	margin-right: .235rem;
	color: #fff;
}

.qc_main ul li a span:last-child {
	position: absolute;
	z-index: 1;
	width: 2rem;
	right: 0;
	height: 3rem;
	bottom: 0;
}

.qc_main ul li a span:last-child::before {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.15));
	transform: rotate(50deg);
	width: 2rem;
	height: 3.5rem;
	position: absolute;
	right: -33%;
	bottom: -20%;
	content: "";
	z-index: 4;
	display: block;
	border-radius: 1.955rem;
}

.qc_main ul li a span:last-child i {
	font-size: .985rem;
	color: rgba(255, 255, 255, 0.55);
	position: absolute;
	bottom: 8%;
	right: 18%;
}

/*店铺列表*/

.shopvip {
	margin: .335rem auto 0;
	background-color: #fff;
	width: 95%;
	border-radius: .335rem;

}

.vipstore {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .335rem 2.5%;
}

.vipstore .vip_main {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 85%;
}

.vipstore .vip_main .uni-image {
	width: 2.568rem;
	height: 2.568rem;
	border-radius: 50%;
	overflow: hidden;
}

.vipstore .vip_main .uni-image img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	object-fit: contain;
}

.vipstore .vip_main .text {
	margin: 0 0 0 .335rem;
	color: #999;
	width: calc(100% - 2.568rem);
}

.vipstore .vip_main .text h1 {
	font-size: .68rem;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vipstore .vip_main .text p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #666;
	font-size: .59rem;
}

.vipstore .vip_main .text p span {
	margin-right: .335rem;
	color: #999;
}

.vipstore .vip_main .text p span i {
	color: #666;
}

.vipstore .vip_main .text span i {
	color: var(--teal);
}

.vipstore .into {
	height: 1.05rem;
	border-radius: .655rem;
	font-size: .54rem;
	padding: 0 .355rem;
	background-image: var(--jb-pink1);
	color: #fff;
	display: flex;
	align-items: center;
}

.sp_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 95%;
	margin: 0 auto;
	padding-bottom: .335rem;
	overflow-x: scroll;
	border-radius: .335rem;
}

.sp_box::-webkit-scrollbar {
	display: none
}

.sp_box .sp_list {
	width: 28%;
	display: flex;
	flex-direction: column;
	margin-right: 2%;
}

/* .sp_box .sp_list:nth-child(3) {
	margin-right: 0;
} */

.sp_box .sp_list .sp_img {
	width: 3.785rem;
	height: 3.785rem;
	display: block;
	border-radius: .335rem;
	overflow: hidden;
}

.sp_box .sp_list .sp_img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: .335rem;
}

.sp_box .sp_list .sp_name {
	font-size: .58rem;
	display: flex;
	flex-direction: column;
}

.sp_box .sp_list .sp_name h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	margin: 0.2rem 0 0;
	font-size: .58rem;
	line-height: .875rem;
	font-weight: normal;
	height: .875rem;
}

.sp_box .sp_list .sp_name span {
	color: var(--pink);
	font-size: .62rem;
	font-weight: 700;
}

.sp_box .sp_list .sp_name span i {
	font-size: .52rem;
}

/*总仓新闻列表tab*/

.article_top {

	line-height: 1.8rem;
}

.article_top>div {
	display: flex;
	justify-content: space-around;
	background-color: #fff;
}

.article_top>div a {
	width: 50%;
	font-size: .59rem;
	line-height: 2rem;
	text-align: center;
}

.article_top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
}

.article_top ul li {
	width: 32%;
	margin-right: 2%;
	background: #fff;
	border: 1px solid #9999992e;
	color: #333;
	margin-top: .335rem;

}

.article_top ul li:nth-child(3n) {
	margin-right: 0;
}

.article_top ul li .lanmu {
	text-align: center;
	font-size: .52rem;
	display: block;
	line-height: 1.45rem;

}

.active {

	border: 1px solid var(--primary);
	background: #eef4fe;
	color: var(--primary);
}


/*申请售后*/

.service_top {
	display: flex;
	justify-content: space-between;
	padding: 0.5rem;
	background-color: #fff;
}

.service_top_img {
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.service_top img {
	width: 100%;
	height: 100%;
	display: block;
}

.service_top_cen {
	width: 70%;
	height: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.service_top_cen h2 {
	white-space: nowrap;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: .58rem;
}

.service_top_cen>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .59rem;
	line-height: 1.5;
	color: #666;
}

.service_top_cen>div p:last-child {
	/*font-family: DIN;*/
	font-size: .68rem;
	color: #333;
}

.service_top_cen>div p:last-child em {
	font-size: .52rem;
}

.service_type {
	padding: .5rem;
	background-color: #fff;
	margin: .35rem 0;
}

.service_type h3 {
	font-size: .59rem;
}

.service_type .fuwxbo {
	display: flex;
	align-items: center;
	margin-top: .5rem;
}

.service_type .fuwxbo a {
	padding: 0 .5rem;
	border-radius: .15rem;
	line-height: 2;
}

.service_type .fuwxbo .red {
	background: linear-gradient(to right, #23c66d, #27c6c2);
	color: #fff;
}

.service_reason {
	display: flex;
	align-items: center;
	font-size: .59rem;
	line-height: 1.8rem;
	background: #fff;
	padding: 0 .5rem;
	border-bottom: 1px solid #ededed;
}

.service_reason p {
	margin-right: .5rem;
	color: #999;
}

.service_reason span {
	width: 12rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.service_reason_cen>div {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
}

.service_reason_cen h3 {
	text-align: center;
	line-height: 2rem;
	font-size: .69rem;
}

.service_reason_cen>div>i {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
	transform: rotate(45deg);
}

.service_reason_cen>div>i::after {
	content: '';
	border-top: .05rem solid #666;
	width: .7rem;
	position: absolute;
	top: 0.475rem;
	left: 0.15rem;
}

.service_reason_cen>div>i::before {
	content: '';
	border-right: .05rem solid #666;
	height: .7rem;
	position: absolute;
	top: 0.15rem;
	left: .475rem;
}

.service_reason_ul li {
	display: flex;
	align-items: center;
	padding: 0 .5rem;
	font-size: .69rem;
	line-height: 1.8rem;
}

.service_reason_ul li p {
	margin-left: .5rem;
}

.service_describe {
	background: #fff;
	padding: 0.5rem;
	position: relative;
}

.service_describe h3 {
	font-size: .59rem;
}

.service_describe textarea {
	width: 100%;
	height: 5rem;
	padding: .5rem 0;
	border: none;
	outline: none;
	font-size: .58rem;
	font-family: Helvetica, PingFangSC-Regular, "Droid Sans", Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: .5rem;
	resize: none
}

.service_describe .xianzd {
	font-size: .49rem;
	line-height: 1rem;
	position: absolute;
	bottom: .25rem;
	right: .5rem;
	color: #666;
}

.service_upload {
	background: #fff;
	padding: .5rem;
	margin: .35rem 0;
}

.service_upload h3 {
	font-size: .59rem;
}

.service_upload_ul {
	display: flex;
	align-items: center;
	margin: .5rem 0;
}

.service_upload_ul label {
	width: 25%;
}

.service_upload_ul label div {
	width: 2.8rem;
	height: 2.8rem;
}

.service_upload_ul label img {
	width: 100%;
	height: 100%;
	display: block;
}

.service_upload .ifhaeu {
	color: #999;
	font-size: .58rem;
}

.service_address {
	padding: 0 .5rem;
	background: #fff;
}

.service_address>div {
	display: flex;
	align-items: center;
	font-size: .59rem;
	line-height: 1.8rem;
	border-bottom: 1px solid #ededed;
}

.service_address>div:last-child {
	border-bottom: none;
}

.service_address p {
	margin-right: .5rem;
	width: 3rem;
	color: #999;
}

/*商品列表头部*/

.top_main {
	background: url(../img/body_bg2.jpg) no-repeat;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 6.91rem;
	background-position-y: 0rem;
	width: 100%;
	position: relative;

}

.top_main ul {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	height: 2.5rem;
	padding-top: 1rem;
}

.top_main ul li {
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .58rem;
	color: #fff;
}

.top_main ul li i {
	font-size: .62rem;
	margin-right: .135rem;
}

.top_main .top_bar11 {
	width: 95%;
	margin: 0 auto;
	color: #5a2a00;
	letter-spacing: .035rem;
	border-radius: .335rem .335rem 0 0;
	font-size: .68rem;
	font-weight: bold;
	line-height: 2.2rem;
	text-align: center;
	position: absolute;
	bottom: 0.68rem;
	left: 2.5%;
	background: linear-gradient(to bottom, #ffffff, #ffeccf);
	box-shadow: 0 -0.125rem 0.325rem rgba(0, 0, 0, .07);
}

.pickAddress {
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 1111;
	background: rgba(0, 0, 0, .3);
}

.pickAddress .pickAddress_title {
	height: 2rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	bottom: 14rem;
	left: 0;
	background-color: #fff;
}

.pickAddress_title a {
	width: 4rem;
	height: 2rem;
	line-height: 2rem;
	color: #108ee9;
	text-align: center;
	text-align: center;
	display: block;
}

.pickAddress .pickAddress_cen {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 14rem;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.pickAddress_cen>div {
	position: relative;
	width: 33.3%;
	height: 100%;
	overflow: hidden;
}

.Mask_pick {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	position: absolute;
	top: 6rem;
	left: 0;
	width: 100%;
	height: 2rem;
}

.Mask_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-image: linear-gradient(176deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6)), linear-gradient(0deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .6));
	background-repeat: no-repeat;
	background-position: top, bottom;
	background-size: 100% 6rem
}

.addressList {
	padding: 6rem 0;
	line-height: 2rem;
	text-align: center;
	transform: translate(0px, 0px);
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1.2) 0s;
	box-sizing: border-box;
}

.addressList div {
	height: 2rem;
	line-height: 2rem;
}

.recharge_box {
	width: 95%;
	margin: .335rem auto 0;
	background: var(--jb-pink1);
	padding: 1rem;
	display: flex;
	flex-direction: column;
	border-radius: .335rem;
	min-height: 5rem;
	justify-content: center;
	align-items: flex-start;
}

.recharge_box p {
	font-size: .59rem;
	color: #fff;
	line-height: 1.2rem;
}

.recharge_box h2 {
	font-size: 1rem;
	color: #fff;
	font-weight: 500;
	/*font-family: DIN;*/
	line-height: 1.4rem;
}

.recharge_box h2 i {
	font-size: .58rem;
}

/*首页兑换专区*/

.duihuan_body {
	width: 100%;
	margin: 0 auto;
}

.duihuan_box {
	width: 95%;
	margin: 0 auto;
	background: #fff;
	border-radius: .335rem;
	padding: .435rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.duihuan_list {
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-right: 2%;
}

.duihuan_list:nth-child(3) {
	margin-right: 0;
}

.duihuan_pic {
	width: 4.475rem;
	height: 4.475rem;
	border-radius: .335rem;
	overflow: hidden;
}

.duihuan_pic img {
	width: 100%;
	height: 100%;
}

.duihuan_name {}

.duihuan_name>div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	margin: 0.332rem 0 0;
	font-size: .62rem;
	line-height: .875rem;
	font-weight: 500;
	height: .875rem;
	width: 100%;
}

.duihuan_name p {
	color: var(--pink);
	font-size: .52rem;
	display: flex;
	align-items: center;
}

.duihuan_name p i {
	/*font-family: DIN;*/
	font-size: .62rem;
}

/*首页报单专区*/

.baodan_body {
	width: 100%;
	margin: 0 auto
}

.baodan_box {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.baodan_list {
	background: #fff;
	/* padding: .5rem; */
	border-radius: .335rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.baodan_pic {
	width: 100%;
	height: max-content;
	/* height: 13rem; */
}

.baodan_pic img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: .335rem .335rem 0 0;
}

.baodan_title {
	padding: .335rem;
	display: flex;
	flex-direction: column;
}

.baodan_title>div:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	margin: 0.332rem 0 0;
	font-size: .62rem;
	line-height: .875rem;
	font-weight: 500;
	height: 1.55rem;
	width: 100%;
}

.baodan_title>div:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.baodan_title>div:last-child span:first-child {
	font-size: .69rem;
	/*font-family: DIN;*/
	color: var(--pink);
}

.baodan_title>div:last-child span:first-child i {
	font-size: .52rem;
}

.baodan_title>div:last-child span:last-child {
	font-size: .52rem;
	color: #999;
	/*font-family: DIN;*/
	text-decoration: line-through;
}

.baodan_title>div:last-child p {
	background: var(--jb-yellow1);
	border-radius: 1rem;
	color: #fff;
	padding: .125rem .335rem;
	display: flex;
	margin-left: auto;
}

/*视频列表页*/

.video_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 0;
	background-color: #fff;
	margin: 0.335rem auto;
	width: 95%;
	border-radius: .335rem;
	position: relative;
	box-shadow: 0 0.235rem 0.435rem rgba(0, 0, 0, .1);
}

.video_list_img {
	width: 100%;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: .335rem .335rem 0 0;
	overflow: hidden;
	position: relative;
}

.video_list_img img {
	width: 100%;
	display: block;
	object-fit: contain;
}

.video_list_img i {
	position: absolute;
	color: #ffffff;
	left: 46%;
	top: 40%;
	font-size: 1.3rem;
	text-shadow: 0 0.335rem 0.335rem rgb(39 140 206 / 90%);
}

.video_list_cen {
	width: 100%;
	position: relative;
	background: linear-gradient(45deg, #1e985f 60%, #1e985f90);
	border-radius: 0 0 .335rem .335rem;
	padding: .435rem;
	margin: -.335rem auto 0;
}

.video_list_cen h3 {
	height: 1.2rem;
	width: 100%;
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #fff;
}

.video_list_cen div {
	color: #fff;
	position: absolute;
	background: var(--yellow);
	padding: 0 .335rem;
	border-radius: .85rem 1rem 1rem 0;
	left: .435rem;
	top: -.585rem;
	font-size: .56rem;
}

.video_list_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .3);
}

.video_list_bg>div {
	width: 100%;
	height: max-content;
	position: relative;
}

.video_list_bg div video {
	object-fit: contain;
	width: 100%;
}

.video_list_i {
	width: max-content;
	display: block;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: .5rem;
	right: 1rem;
	text-align: center;
	color: #fff;
	border: 0.06rem solid #fff;
	line-height: .8rem;
	border-radius: 1rem;
	padding: 0 .5rem;
}

/*文章列表*/

.article_list {
	width: 95%;
	margin: 0 auto;
}

.article_list li a {
	padding: .5rem .5rem;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: space-between;
	margin: .335rem 0 0;
	border-radius: .335rem;
}

.article_list_img {
	width: 40%;
	height: 4.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .5rem;
	border-radius: .335rem;
	overflow: hidden;
}

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

.article_list_cen {
	width: 58%;
	display: flex;
	flex-direction: column;
}

.article_list_cen div {
	font-size: .62rem;
	line-height: .875rem;
	font-weight: 600;
	margin: 0rem 0 .125rem;
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.article_list_cen .article_list_cont {
	line-height: .785rem;
	margin: .105rem 0;
	color: #222;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article_list_cen .article_list_date {
	color: #666;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.article_list_cen .article_list_date i {
	background: var(--pink);
	color: #fff;
	display: inline-block;
	line-height: 1.05;
	padding: .12rem .25rem;
	border-radius: 1.15rem;
	font-size: .48rem;
}

.article_top {
	width: 100%;
	overflow: auto;
}

.article_top>div {
	width: max-content;
	display: flex;
	align-items: center;
}

.article_top a {
	width: max-content;
	display: block;
	padding: .1rem 0.35rem;
	font-size: .55rem;
	line-height: 1.5;
	margin: .35rem .35rem;
}

.article_top .article_top_pick {
	border-radius: 1rem;
	border: 1px solid var(--pink);
	color: var(--pink);
	white-space: nowrap;
}


/*资金转让*/
.list_top {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	z-index: 2;
	height: 2rem;
	background: #ffffff;
	border-top: .02rem solid #dedede80;
}

.list_top a {
	border-radius: .725rem;
	line-height: 2rem;
	display: block;
	padding: 0 .75rem;
	color: #333;
	font-size: .58rem;
	width: 33.33%;
	text-align: center;
}

.list_top .pick {
	color: var(--pink);
	/* background: #e0b07d; */
	/* background-image: linear-gradient(to right, #e9b98a, #d19662); */
}

.list_main_box {
	background: linear-gradient(to bottom, #f64c41, #f5554c, transparent);
	width: 100%;
	padding: .5rem 0;
	min-height: 15rem;
}

.list_body {
	/* height: 9rem; */
	overflow: hidden;
	width: 100%;
	position: relative;
	display: flex;
}

.list_body::before {
	/* content: ""; */
	position: absolute;
	left: -10%;
	width: 120%;
	top: 0;
	height: 7.5rem;
	background-image: linear-gradient(to bottom, #19191d, #272628);
	border-radius: 0 0 50% 50%;
	border-bottom: .435rem solid #e5bf94;
}

.list_cen a {
	width: 95%;
	margin: .25rem auto .535rem;
	display: block;
	/* background-color: #f0eae5; */
	border-radius: .45rem;
	background-image: linear-gradient(to right bottom, #fffbf8, #ffecda);
	padding: .335rem .5rem .5rem;
	/* border: 1px solid #ffaac1; */
	/* box-shadow: 0 0.135rem 0.45rem #432a1420;*/
}

.list_cen a .list_cen_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.75rem 0 .885rem;
	z-index: 2;
	height: 1.5rem;
	width: 100%;
	/* border-bottom: 1px solid #f1e2d5; */
}

.list_cen a .list_cen_top div {
	width: 10rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: .62rem;
	font-weight: bold;
	color: #27282e;
}

.list_cen a .list_cen_top p {
	color: #666;
}

.list_cen a i {
	color: #fff;
	border-radius: .925rem;
	padding: 0.2rem 0.35rem;
	font-size: .58rem;
	width: max-content;
	text-align: center;
}

.list_cen a i:first-child {
	background-image: linear-gradient(to right, #e9b98a, #d19662);
	box-shadow: 0 0.225rem 0.25rem #915b2b20;
}

.list_cen a i:last-child {
	background-image: linear-gradient(to right, #f15851, #ef3c34);
	box-shadow: 0 0.225rem 0.25rem #90110b20;
}

.list_cen_p {
	color: #27282e;
	font-size: .58rem;
	line-height: 1.05rem;
	padding: .335rem;
	background: #fff;
	border-radius: .45rem;
	border: 1px solid #f1e2d590;
	display: flex;
	flex-direction: column;
}

.list_cen_p p {
	display: flex;
	align-items: center;
}

.list_cen_p p:first-child {
	font-size: .64rem;
	color: #ef3830;
	font-family: "DIN";
}

.list_cen_p p span {
	color: #7d5039;
	font-size: .58rem;
}

.list_cen_an {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .635rem 0 0;
}

.list_main {
	position: relative;
	width: 100%;
	margin: 0rem auto 0;
}

.shangjia_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 55;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	display: none;
	justify-content: center;
	align-items: center;
}

.shangjia_bg>div {
	width: 80%;
	background: #fff;
	border-radius: .35rem;
}

.shangjia_bg h3 {
	text-align: center;
	line-height: 2rem;
}

.shangjia_bg .shangjia_bg_cen {
	padding: 0 .5rem .5rem;
	font-size: .59rem;
}

.shangjia_bg_cen span {
	color: #b82727;
}

.shangjia_bg_bt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #dedede;
}

.shangjia_bg_bt a {
	line-height: 2rem;
	display: block;
	width: 50%;
	text-align: center;
}

.shangjia_bg_bt a+a {
	border-left: 1px solid #dedede;
	color: #b82727;
}

/*拍卖专场*/

.activity_goods {
	width: 95%;
	margin: 0 auto;
}

.activity_goods li {
	position: relative;
	padding: 2.05rem .45rem .645rem;
	margin: .5rem auto;
	border-radius: .35rem;
	background: linear-gradient(145deg, #fde5e9, #fcf6f6 20%, #ffd2d2 40%, #fce7ed 70%, #fcf6f6);
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0 0.235rem 0.235rem #96969630;
}

.activity_goods li>i {
	position: absolute;
	top: 0;
	left: 0;
	/* background: linear-gradient(to top, #fffcf5, #fede57); */
	color: #333;
	border-radius: .335rem .335rem 0 0;
	font-size: .66rem;
	line-height: 1.9rem;
	padding: 0 .5rem;
	font-weight: bold;
	width: 100%;
}

/* .activity_goods li:first-of-type>i {
    background: linear-gradient(to left, #fffefc, #fede57);
  } */
/* .activity_goods li:nth-of-type(2)>i {
    background: linear-gradient(to left, #fffefc, #ffc3c3);
  }
  .activity_goods li:last-of-type>i {
    background: linear-gradient(to left, #fffefc, #9db2ec);
  } */
.activity_goods .activity_goods_img {
	width: 6.65rem;
	height: 6.65rem;
	margin-right: .535rem;
	border-radius: .335rem;
	overflow: hidden;
}

.activity_goods .activity_goods_img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: .335rem;
}

.activity_goods_cen {
	/* width: 9rem; */
	position: relative;
}

.activity_goods_cen h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	font-size: .62rem;
	font-weight: 600;
}

.activity_goods_cen div {
	display: flex;
	align-items: center;
}

.activity_goods_cen div span {
	font-size: .79rem;
	/*font-family: DIN;*/
	color: #f34c3c;
}

.activity_goods_cen div span i {
	font-size: .52rem;
}

.activity_goods_cen p {
	font-size: .55rem;
	color: #666;
}

.activity_goods a {
	/* color: #ffecb1; */
	/* background: linear-gradient(to top, #312f3c, #43424d); */
	background: linear-gradient(to top, #fff, #fff);
	border-radius: 1rem;
	line-height: 2.532;
	padding: 0 .135rem;
	text-align: center;
	margin-top: .25rem;
	width: 60%
}

.activity_goods li>a {
	position: absolute;
	top: 0;
	right: .5rem;
	width: max-content;
	padding: 0 1rem;
}

.activity_goods_cen>.end {
	/* background: #757575; */
}

.activity_goods_cen a {
	display: none;
}

.activity_goods_cen>.make_blue {
	/* background: linear-gradient(to right,#0063cc,#0063cc); */
}

/*抢购商品*/

.activity_maintop {
	display: flex;
	align-content: center;
	justify-content: space-between;
	width: 95%;
	margin: 0.35rem auto;
	border-radius: .335rem;
	padding: 0 .5rem;
	background: linear-gradient(to bottom, #ffffff, #ffedcc, #ffd98f);
	line-height: 2rem;
}

.activity_goods1 {
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.activity_goods1 li {
	position: relative;
	border-radius: .35rem;
	background-color: #fff;
	width: 48.5%;
	margin: .355rem 3% 0 0;
}

.activity_goods1 li:nth-child(2n) {
	margin-right: 0;
}

.activity_goods1 li>i {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #fffcf5, #fede57);
	color: #333;
	border-radius: .335rem .335rem 0 0;
	font-size: .62rem;
	line-height: 1.9rem;
	padding: 0 1rem;
	font-weight: bold;
	width: 100%;
}

/* .activity_goods li:first-of-type>i {
    background: linear-gradient(to left, #fffefc, #fede57);
  } */
/* .activity_goods li:nth-of-type(2)>i {
    background: linear-gradient(to left, #fffefc, #ffc3c3);
  }
  .activity_goods li:last-of-type>i {
    background: linear-gradient(to left, #fffefc, #9db2ec);
  } */
.activity_goods1 .activity_goods1_img {
	width: 7.39rem;
	height: 7.39rem;
	border-radius: .335rem .335rem 0 0;
	overflow: hidden;
}

.activity_goods1 .activity_goods1_img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: .335rem .335rem 0 0;
}

.activity_goods1_cen {
	/* width: 9rem; */
	position: relative;
	padding: .25rem .25rem .35rem;
}

.activity_goods1_cen h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1rem;
	font-size: .62rem;
	font-weight: 500;
	height: 1rem;
}

.activity_goods1_cen div {
	display: flex;
	align-items: center;
}

.activity_goods1_cen div span {
	font-size: .79rem;
	/*font-family: DIN;*/
	color: #f34c3c;
}

.activity_goods1_cen div span i {
	font-size: .52rem;
}

.activity_goods1_cen p {
	font-size: .55rem;
	color: #666;
}

.activity_goods1 a {
	color: #fff;
	background: var(--jb-pink1);
	border-radius: 1rem;
	line-height: 2.12;
	padding: 0 .35rem;
	text-align: center;
	margin: .25rem auto 0;
	width: 70%;
}

.activity_goods1 li>a {
	position: absolute;
	top: 0;
	right: .5rem;
	width: max-content;
	padding: 0 1rem;
}

.activity_goods1_cen>.end {
	background: #757575;
}

/* .activity_goods_cen a{display: none;} */
.activity_goods1_cen>.make_blue {
	background: linear-gradient(to right, #0063cc, #0063cc);
}

.djfz {
	line-height: .345rem;
	border-radius: 1.235rem;
	font-size: .445rem;
	border: none;
	background: var(--jb-pink1);
	color: #fff;
	padding: .31rem .435rem;
}

.dizhi_box:last-child {
	border-bottom: none;
}




.chooseebitcard {
	display: none;
	position: fixed;
	z-index: 999;
	bottom: 0;
	background-color: white;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-width: 16rem
}

.choose-titr {
	text-align: center;
	position: relative;
	padding: .42667rem
}

.choose-titr span {
	font-size: .68267rem
}


.cuptyp {
	height: 3.94667rem;
	margin: .64rem 0
}

.cuptyp:first-child {
	margin-top: 0
}

.cuptyp .le_pri {
	width: 36%;
	height: 3.94667rem;
	float: left;
	background: #51c9df;
	position: relative;
	border-top-left-radius: .128rem;
	border-bottom-left-radius: .128rem;
	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#63EAE8), to(#51CADF));
	background-image: -moz-linear-gradient(0% 100% 180deg, #63EAE8, #51CADF)
}

.cuptyp .le_pri:before {
	content: '';
	background: url(../images/cp.png) no-repeat;
	width: .21333rem;
	height: 3.92533rem;
	background-size: cover;
	position: absolute;
	left: -.128rem;
	top: 0
}

.cuptyp .le_pri h1 {
	font-size: 1.70667rem;
	color: white;
	text-align: center;
	margin: 0;
}

.cuptyp .le_pri h1 em {
	font-size: .85333rem;
}

.cuptyp .le_pri p {
	margin-top: .21333rem;
	color: white;
	font-size: .55467rem;
	text-align: center
}

.cuptyp .ri_int {
	width: 64%;
	height: 3.94667rem;
	float: left;
	background: white;
	padding: .42667rem 0 .42667rem .42667rem;
	position: relative;
	border-top-right-radius: .128rem;
	border-bottom-right-radius: .128rem;
	border: 1px solid #e3e5e9;
	border-left: 0
}

.cuptyp .ri_int .ba {
	background: #56d4e2;
	color: white;
	padding: .21333rem;
	border-radius: .128rem;
	line-height: 1.00267rem;
	margin-right: .42667rem
}

.cuptyp .ri_int .foi {
	display: inline-block;
	width: 5.632rem;
	font-size: .512rem;
	line-height: 1.024rem
}

.cuptyp .ri_int span {
	color: #666666;
	font-size: .512rem
}

.cuptyp .ri_int .cp9 {
	color: #999999
}

.cuptyp .ri_int .bo_two {
	font-size: .512rem;
	color: #999999;
	position: absolute;
	bottom: .42667rem
}

.cuptyp .ri_int .bo_two a {
	padding: .14933rem .34133rem;
	border: 1px solid #54cfe1;
	color: #54cfe1;
	font-size: .512rem;
	border-radius: .53333rem;
	margin-left: .42667rem
}

.closer {
	padding: 0.5rem 1rem;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1rem;
	line-height: 1rem;
}


.detailban {
	min-height: 11.09333rem;
	width: 100%;
	overflow: hidden;
}

.detailban .mslide {
	min-height: 16rem;
	width: 100%
}

.detailban .mslide ul li a img {
	height: auto;
	width: 100%
}

.de_font {
	background-color: #fff
}

.thirty {
	margin: 0 .47rem;
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: .42667rem
}

.de_font .fl {
	width: 12.288rem
}

.de_font .fl .similar-product-text {
	line-height: .78933rem;
	padding-left: 0.14rem;
}

.de_font .fr {
	width: 2.432rem;
	text-align: center;
	margin-top: .192rem;
	overflow: hidden;
	border-left: 1px solid #f8f8f8;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

.de_font .fr i {
	background-image: url("../img/hear1.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 0.810667rem;
	height: .74rem;
	display: block;
	margin: 0 auto;
	background-position-x: -0.01rem;
}

.de_font .fr .red {
	background-image: url("../img/hear2.png");
}

.de_font .fr .ico-heart-h {
	background-image: url("../img/hear2.png");
}

.de_font .fr span {
	display: block;
	margin-top: .21333rem;
	font-size: .42667rem
}

.de_font .scunde span {
	color: #999;
	font-size: .59rem;
}

.de_font .scunde p {
	font-size: .59rem;
	margin-top: .512rem
}

.de_font .scunde p.inlist {
	text-align: center;
}

.de_font .scunde p.inlist span {
	display: inline-block;
}

.de_font .scunde .linethr {
	text-decoration: line-through
}

.de_font .scunde p .kc {
	position: relative;
	left: 6.4rem
}

.de_font .scunde .red {
	color: #ec5151;
	font-size: .64rem;
	margin-right: 0.512rem;
}

.p:before,
.p:after {
	content: "";
	clear: both;
	display: block;
	font-size: 0;
	height: 0
}

/*拼团列表*/

.yixgp {
	line-height: 2rem;
	color: #999;
}

.lesgcan {
	background: white;
	padding: 0.42667rem 0;
	margin: 0 auto 0.335rem;
}

.box-lesc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--pink);
	border-radius: 1rem;
	width: 100%;
	height: 2rem;
	margin: 0 0 0.335rem;
}

.diff_img {
	display: flex;
	align-items: center;
	padding-left: 0.335rem;
}

.diff_img img {
	object-fit: cover;
	width: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
	border-radius: 50%;
}

.diff_lrzy {
	display: flex;
	/* flex-direction: column; */
	width: 70%;
	padding: 0 0.335rem;
	justify-content: space-between;
	align-items: center;
}

.f_name_add {
	/* width: 100%; */
	display: flex;
}

.nameli {
	font-weight: 600;
}

.f_crou_tim {
	display: flex;
	font-size: .58rem;
	flex-direction: column;
	text-align: right;
}

.f_crou_tim li span em {
	color: var(--pink);
}

.koes {
	font-size: .52rem;
	color: #999;
}

.box-lesc .diff_ct {
	cursor: pointer;
	text-align: center;
	float: left;
	height: 2rem;
	line-height: 2rem;
	width: 2.98667rem;
	background: var(--jb-pink1);
	border-top-right-radius: 1.06667rem;
	border-bottom-right-radius: 1.06667rem;
}

.box-lesc .diff_ct a {
	color: #fff;
}

.shartogete {
	background: white;
	overflow: hidden;
	padding: .42667rem 0
}

.shartogete h2 {
	font-size: .68267rem
}

.shartogete .forneu {
	overflow: hidden;
	margin-top: .85333rem
}

.shartogete .forneu li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: .59733rem;
	color: #3b3b3b
}

.shartogete .forneu li .aroundu {
	width: 1.06667rem;
	height: 1.06667rem;
	border: 1px dashed #d4d4d4;
	border-radius: 50%;
	display: block;
	line-height: 1.06667rem;
	text-align: center;
	margin: 0 auto;
	margin-bottom: .42667rem
}

.shartogete .fohe {
	text-align: center;
	padding-top: .85333rem
}

.shartogete .fohe i {
	display: inline-block;
	cursor: pointer
}

.hs_acion {
	display: none;
	height: auto !important;
	background: #faf9f0;
	padding: .335rem .335rem
}

.hs_acion p {
	font-size: .55467rem;
	color: #666666;
	line-height: 1.06667rem
}

.action-sprite,
.action-aa,
.action-ab,
.action-ac,
.action-ad,
.action-ae,
.action-af,
.action-ag,
.action-ah,
.action-ai,
.action-aj,
.action-ak,
.action-al,
.action-am,
.action-an {
	background-image: url("../img/action-s6077e892fb.png");
	background-repeat: no-repeat
}

.action-aa {
	background-position: 0 0;
	height: 1.024rem;
	width: 1.024rem;
	background-size: 13.20533rem
}

.action-ab {
	background-position: -1.23733rem 0;
	height: .896rem;
	width: .93867rem;
	background-size: 13.20533rem
}

.action-ac {
	background-position: -2.38933rem 0;
	height: .85333rem;
	width: .72533rem;
	background-size: 13.20533rem
}

.action-ad {
	background-position: -3.328rem 0;
	height: .832rem;
	width: .91733rem;
	background-size: 13.20533rem
}

.action-ae {
	background-position: -4.45867rem 0;
	height: .704rem;
	width: 1.00267rem;
	background-size: 13.20533rem
}

.action-af {
	background-position: -5.67467rem 0;
	height: .512rem;
	width: .704rem;
	background-size: 13.20533rem
}

.action-ag {
	background-position: -6.592rem 0;
	height: .59733rem;
	width: .55467rem;
	background-size: 13.20533rem
}

.action-ah {
	background-position: -7.36rem 0;
	height: .53333rem;
	width: .68267rem;
	background-size: 13.20533rem
}

.action-ai {
	background-position: -8.256rem 0;
	height: .55467rem;
	width: .59733rem;
	background-size: 13.20533rem
}

.action-aj {
	background-position: -9.06667rem 0;
	height: .42667rem;
	width: .21333rem;
	background-size: 13.20533rem
}

.action-ak {
	background-position: -9.49333rem 0;
	height: .68267rem;
	width: .768rem;
	background-size: 13.20533rem
}

.action-al {
	background-position: -10.47467rem 0;
	height: .34133rem;
	width: .59733rem;
	background-size: 13.20533rem
}

.action-am {
	background-position: -11.28533rem 0;
	height: .34133rem;
	width: .59733rem;
	background-size: 13.20533rem
}

.action-an {
	background-position: -12.096rem 0;
	height: .85333rem;
	width: .896rem;
	background-size: 13.20533rem
}

.spxq-ggcs {
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	margin-bottom: .21333rem
}

.spxq-ggcs ul li {
	float: left;
	width: 50%;
	text-align: center;
	height: 1.87733rem;
	line-height: 1.87733rem;
	font-size: .59733rem;
	cursor: pointer
}

.spxq-ggcs ul .red {
	color: #ec5151
}

.po-fi {
	position: fixed;
	width: 100%;
	top: 1.87733rem;
	z-index: 9999
}

.gizle {
	top: -3.968rem
}

.sabit {
	top: 1.87733rem;
	z-index: 9999
}

.toper {
	height: 1.87733rem;
	width: 100%;
	background-color: #D0EAF1
}

.spxq {
	text-align: center;
	/*margin:0 .64rem;*/
	background-color: white
}

.spxq img {
	max-width: 16rem;
	width: 100% !important;
	height: auto !important;
}

.de_table {
	width: 100%
}

.de_table tr th {
	padding: .42667rem;
	background-color: #f5fafe;
	font-size: .59733rem
}

.de_table tr td {
	padding: .42667rem;
	font-size: .59733rem
}

.de_table tr td:nth-child(1) {
	background-color: #f5fafe
}


.podee {
	height: 2.34667rem;
}

@media screen and (min-width: 1300px) {
	.podee {
		height: 1.28rem
	}
}

.podee .cart-concert-btm {
	background-color: white;
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.2rem;
	overflow: hidden;
	line-height: 1.49333rem;
	border-top: 1px solid #dadada;
}

@media screen and (min-width: 1300px) {
	.podee .cart-concert-btm {
		height: 1.06667rem;
		line-height: 40px
	}
}

.podee .cart-concert-btm .fl {
	width: 7.04rem;
	display: block;
	overflow: hidden;
}

.podee .cart-concert-btm .fl ul li {
	float: left;
	width: 50%;
	position: relative;
	text-align: center
}

.podee .cart-concert-btm .fl ul li a i {
	width: .832rem;
	height: .874rem;
	background-image: url("../img/kf.png");
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position-x:-.17067rem;*/
	display: block;
	margin: 0 auto;
	position: relative;
	top: .3rem;
	/*left:.08533rem*/
}

@media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fl ul li a i {
		top: .21333rem;
		left: .04267rem;
		width: .53333rem;
		height: .42667rem;
		background-position-x: 0rem
	}
}

.podee .cart-concert-btm .fl ul li a .gwc {
	/*background-position-x:-1.23733rem;*/
	width: .9386rem;
	left: 0;
	background-image: url("../img/cart1.png");
}

@media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fl ul li a .gwc {
		background-position-x: -.55467rem;
		left: -.04267rem
	}
}

.podee .cart-concert-btm .fl ul li a p {
	font-size: .47rem
}

@media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fl ul li a p {
		font-size: .256rem
	}
}

.podee .cart-concert-btm .fl ul li a span {
	font-size: 0.384rem;
	height: .512rem;
	display: block;
	line-height: .512rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	left: 38.5%;
	top: .192rem;
	color: #f73535;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: .256rem;
	border: solid 1px #ff3636;
	font-weight: 600;
	width: .7rem;
}

@media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fl ul li a span {
		width: .42667rem;
		height: .42667rem;
		line-height: .42667rem;
		font-size: .256rem
	}
}

.podee .cart-concert-btm .fr {
	width: 8.96rem
}

.podee .cart-concert-btm .fr ul li {
	float: left;
	width: 50%;
	text-align: center
}

.podee .cart-concert-btm .fr ul li a {
	display: block;
	height: 2.09rem;
	line-height: 2.09rem;
	color: white;
	font-size: .62rem;
	padding: 0;
}

@media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fr ul li a {
		font-size: .29867rem;
		height: 1.06667rem;
		line-height: 1.06667rem
	}
}

.podee .cart-concert-btm .fr ul .o {
	background: var(--jb-yellow1);
	height: 2.2rem;
}

.podee .cart-concert-btm .fr ul .r {
	background: var(--jb-pink1);
	height: 2.2rem;
}


.choose_shop_aready,
.salpro_aready,
.recive_aready {
	display: none;
	overflow-x: hidden;
	background-color: white;
	position: fixed;
	width: 100%;
	min-height: 0;
	bottom: 0;
	z-index: 9999;
}

@media screen and (min-width: 1300px) {
	.choose_shop_aready {
		height: 12rem;
	}
}

.choose_shop_aready .shop-top-under {
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding-bottom: 0.335rem;
	width: 100%;
}

.choose_shop_aready .shopprice {
	height: inherit;
	overflow: hidden;
	padding: .42667rem 0
}
.shulges {
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.shulges p {
	display: flex;
    justify-content: flex-start;
    margin-right: auto;
}
.shulges div {
	display: flex;
    justify-content: flex-end;
}
.choose_shop_aready .shopprice .img_or {
	margin-top: 0
}

.choose_shop_aready .shopprice .img_or img {
	width: 3.11467rem;
	height: 3.11467rem
}

.choose_shop_aready .shopprice .fon_or {
	margin-top: 0
}

.choose_shop_aready .shopprice .fon_or .similar-product-text {
	margin-top: 0.10667rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    font-size: .62rem;
    line-height: .875rem;
	width: 12rem;
}

.choose_shop_aready .shopprice .fon_or .price_or {
	color: #ec5151;
	padding: 0 .21333rem;
	font-size: .68267rem;
	font-weight: 600;
}

.choose_shop_aready .shopprice .dqkc_or {
	padding: 0 .21333rem
}

.choose_shop_aready .shopprice .dqkc_or span {
	font-size: .55467rem;
	color: #999999
}

.choose_shop_aready .shopprice .price_or {
	position: relative;
	margin-top: .21333rem
}

.plusshopcar-buy {
	background-color: #fff;
	padding: .42667rem .335rem;
	overflow: hidden
}

.plusshopcar-buy a {
	display: block;
	width: 6.99733rem;
	height: 1.70667rem;
	text-align: center;
	line-height: 1.70667rem;
	cursor: pointer;
	color: white;
	font-size: .64rem
}

.plusshopcar-buy .pb_plusshopcar {
	background-color: #ffb03f;
	float: left
}

.plusshopcar-buy .pb_buy {
	background-color: #f23030;
	float: right
}

.shopprice .img_or {
	/* margin-top: .704rem;
	height: 2.3rem; */
}

.shopprice .img_or img {
	width: 2.13333rem;
	height: 2.13333rem;
	border: 1px solid #c2c2c2
}

.shopprice .fon_or {
	width: 8.53333rem;
	margin-left: 0.335rem;
}

.shopprice .fon_or h2 {
	color: #666666;
	font-size: .55467rem;
	font-weight: normal;
}

.shopprice .fon_or div {
	color: #333333;
	font-size: .512rem;
	margin-top: .21333rem;
}

.shopprice .fon_or div span.icon {
	background-image: url("../img/7.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: .68267rem;
	height: .68267rem;
	position: absolute;
	top: -.04267rem;
	margin-left: .29867rem
}

.shopprice .fon_or div span.bac {
	padding: 0 .21333rem
}

.shopprice .price_or {
	margin-left: auto;
}

.shopprice .price_or p {
	font-size: .58rem;
	text-align: right;
}

.xxgro {
	background-image: url("../img/xxgro.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: .85333rem;
	height: .85333rem;
	position: absolute;
	right: 0;
	cursor: pointer
}

.edit_gtfix {
	background-color: white;
	position: relative;
	min-height: 3.49867rem
}

.edit_gtfix .namephone {
	margin-left: .64rem;
	width: 12.8rem
}

.edit_gtfix .namephone .top {
	font-size: .68267rem;
    overflow: hidden;
    padding: 0.12rem 0;
}

.edit_gtfix .namephone .top .le {
	    /* width: 3.41333rem; */
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-left: 0.85333rem;
		/* padding: 0.08533rem 0;*/
}

.edit_gtfix .namephone .top .lr {
	padding: .08533rem 0;
}

.edit_gtfix .namephone .bot {
	font-size: .64rem;
	clear: both;
	overflow: hidden;
	position: relative
}

.edit_gtfix .namephone .bot .dwgp {
	background-image: url("../images/dw.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: .49067rem;
	height: .61867rem
}

.edit_gtfix .namephone .bot span {
	margin-left: .91733rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	height: .8rem;
	line-height: .75rem;
}

.edit_gtfix .youjter {
	margin-right: .64rem
}

.edit_gtfix .youjter .Mright {
	margin-top: 1.23733rem
}

.edit_gtfix .ttrebu {
	position: absolute;
	bottom: 0
}

.edit_gtfix .ttrebu img {
	width: 100%
}

.orders-list {
	font-size: .59733rem;
	color: #343434;
	background: #f7f7f7;
	padding-bottom: .42667rem;
}

.orders-item {
	background: #fff;
	margin-bottom: .42667rem;
}

.shop-mes {
	height: 2.38933rem;
	padding-top: 0.8rem
}

.shop-logo {
	float: left;
	width: 0.725333rem;
	height: 0.725333rem;
	margin: 0 .42667rem;
	overflow: hidden;
	background: #ddd;
}

.shop-logo>img {
	width: 100%;
}

.shop-name {
	height: .725333rem;
	line-height: .725333rem;
	font-size: .64rem;
}

.goods-item {
	background-color: #fff;
	padding: .42667rem;
	/* margin-bottom: .21333rem; */
}

.goods-pic {
	float: left;
	width: 3.92533rem;
	height: 3.92533rem;
	margin-right: .85333rem;
	overflow: hidden;
}

.goods-pic>img {
	width: 100%;
}

.goods-cont {
	float: left;
}

.goods-title {
	height: 1.536rem;
    width: 10.24rem;
    line-height: 0.768rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .62rem;
    margin-bottom: 0.335rem;
}

.goods-des {
	height: 2.13333rem;
	line-height: 2.13333rem;
	color: #f4b800
}

.goods-price {
	float: left;
	color: #f33300;
}

.customer-messa {
	background-color: white
}

.customer-messa .maleri30 {
	position: relative;
	overflow: hidden
}

.customer-messa p {
	font-size: .64rem;
	color: #232326;
	padding-top: .42667rem
}

.customer-messa textarea {
	width: 100%;
	height: 2.56rem;
	border: 1px solid #ebebeb;
	padding: .21333rem;
	font-size: .55467rem;
	color: #232326;
	margin: .42667rem 0;
	resize: none
}

.customer-messa .xianzd {
	position: absolute;
	color: #999;
	bottom: .64rem;
	right: .21333rem;
	font-size: .55467rem
}

.ddmoney {
	height: 2.048rem;
	overflow: hidden;
	border-bottom: 1px solid #f8f8f8
}

.ddmoney span {
	font-size: .68267rem;
	line-height: 2.048rem
}

.ddmoney .fr {
	color: #f23030
}

.otherpay {
	height: 1.49333rem
}

.otherpay .order {
	margin-top: 0
}

.otherpay .order .fl span {
	margin: 0
}

.otherpay .order .fr i {
	margin-top: .49067rem
}

.paylist {
	border-top: .42667rem solid #f8f8f8
}

.pay-list-4 {
	overflow: hidden;
	border-top: 1px solid #f8f8f8;
	padding: .64rem 0
}

.pay-list-4 ul li {
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
	padding: .5rem 0;
	border-bottom: 1px solid #e7e7e7
}

.pay-list-4 ul li .radio {
	width: 1.11867rem;
	padding-top: .59733rem
}

.pay-list-4 ul li .pay-list-img img {
	width: 1.0667rem;
	height: 1.00667rem;
}

.pay-list-4 ul li .pay-list-font {
	margin-left: .42667rem;
	font-size: .59733rem
}

.paiton {
	border-top: 1px solid #f8f8f8;
	padding-top: 1.28rem;
	overflow: hidden
}

.paiton .soon {
	height: 1.87733rem;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.87733rem;
	background-color: #f23030;
	font-size: .68267rem;
	color: white;
	border-radius: .21333rem
}

.paiton p {
	font-size: .512rem;
	margin-top: .42667rem;
	padding-bottom: 1.28rem
}

.he_sustain {
	height: 1.87733rem;
	position: relative;
	z-index: 2;
}

.detail {
	position: fixed;
	top: 0;
	z-index: 9999
}

.detail .content .search span {
	padding: 0 1.06667rem;
	cursor: pointer
}

.detail .content .search .sxp {
	font-weight: 600;
	border-bottom: 2px solid #ff3d3d;
	padding-bottom: .533333rem
}

.classreturn .content .suce_ok a {
	display: block
}

.classreturn {
	width: 100%;
	height: 1.87733rem;
	background-color: #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	text-align: center;
	line-height: 1.87733rem;
	/*position: fixed;*/
	z-index: 999;
	top: 0;
}

.classreturn .content .return {
	position: absolute;
	left: .42667rem;
}

.classreturn .content .return a {
	overflow: hidden;
	display: block;
}

.classreturn .content .return a img {
	width: .7rem;
}

.classreturn .content .search {
	font-size: .67733rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 50%;
}

.classreturn .content .search .sear-input {
	width: 12.544rem;
	height: 1.23733rem
}

.classreturn .content .search .sear-input a {
	display: block
}

.classreturn .content .search .sear-input input {
	width: 11.95rem;
	height: 1.28rem;
	background-color: #f2f3f4 !important;
	border-radius: 0.62rem;
	border: none;
	padding-left: 1.9rem;
	font-size: 0.47rem;
	background: url(/template/mobile/rainbow/static/images/search.png) no-repeat;
	background-size: 0.77rem 0.77rem;
	background-position: 0.62rem 0.26rem;
	float: left;
	color: #666666;
	outline: none;
	line-height: 1.47733rem;
}

.bornone {
	border-bottom: none;
}

.classreturn .content .menu {
	position: absolute;
	right: .42667rem;
}

.classreturn .content .menu a {
	display: block
}

.classreturn .content .menu img {
	width: .938rem
}

.loginsignup .content .newsset img {
	width: .85333rem;
	height: .85333rem
}

.page-title1 {
	display: inline-block;
	font-size: 0.682667rem;
	color: #333;
}

.goods-info-p {
	padding: .4rem .5rem;
	background-color: #fff;
}

.goods-pic-p {
	float: left;
	width: 5.5rem;
	height: 5.5rem;
	margin-right: .8rem;
	overflow: hidden;
}

.goods-pic-p>img {
	width: 100%;
}

.goods-name-p {
	line-height: .8rem;
	font-size: .7rem;
	/* height: 3.2rem; */
	color: #333;
	overflow: hidden;
}

.use-num-p {
	font-size: .6rem;
	color: #999;
	height: 1.2rem;
	line-height: 1.2rem;
	margin-top: .2rem;
}

.goods-price-p {
	font-size: .6rem;
	color: #999;
	height: .9rem;
	overflow: hidden;
	line-height: .9rem;
}

.goods-price-p>span {
	font-size: .9rem;
	color: #df241a;
	vertical-align: text-bottom;
	margin-right: .3rem;
	overflow: hidden;
}

.service-list-q {
	box-sizing: content-box;
    padding: 0.5rem 0;
    background-color: #ffffff;
    text-align: center;
    border-bottom: 0.02rem dashed #dedede90;
    border-top: 0.02rem dashed #dedede90;
}

.service-list-q>li {
	display: inline-block;
}

.service-list-q>li i {
	 color: var(--pink);
}

.service-list-q>li+li {
	padding-left: .8rem;
}

.service-list-q>li>img {
	width: .6rem;
	height: .6rem;
	margin-right: .1rem;
}

.service-list-q>li>span {
	line-height: .6rem;
	font-size: .5rem;
	color: #666;
}

.groups-users-q {
	padding-top: .5rem;
	text-align: center;
	background: #fff;
    padding-bottom: 0.5rem;
}

.users-list-p {
	min-height: 2.25rem;
	padding-top: .15rem;
}

.users-list-p>li {
	display: inline-block;
	border-radius: 50%;
	width: 2.1rem;
	height: 2.1rem;
}

.users-list-p>li+li {
	margin-left: .5rem;
	overflow: hidden;
}

.users-list-p .master-p {
	position: relative;
}

.users-list-p .master-p .pic-wrap {
	box-sizing: content-box;
	width: 2rem;
	height: 2rem;
	border: 2px solid #ffab33;
	overflow: hidden;
	border-radius: 50%;
}

.users-list-p>li img {
	width: 100%;
}

.users-list-p .tips-p {
	position: absolute;
	left: -1px;
	top: -.2rem;
	width: 1.4rem;
	height: .7rem;
	line-height: .7rem;
	font-size: .5rem;
	color: #aa7806;
	border: 1px solid #fff;
	background-color: #ffab33;
	border-radius: .35rem;
}

.groupsing {
	height: 2rem;
	font-size: .7rem;
	line-height: 2rem;
	color: #333;
}

.groupsing>span {
	color: #e02e24;
}

.groupsing>i {
	font-weight: bold;
	color: #000;
}

.groupsed {
	box-sizing: content-box;
	padding: .55rem 0;
	height: .9rem;
	line-height: .9rem;
	font-size: .7rem;
	color: #333;
}

.groupsed>img {
	width: .9rem;
	height: .9rem;
	margin-right: .5rem;
	vertical-align: top;
}

.join-groups-p {
	display: inline-block;
	width: 95%;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: .75rem;
	color: #fff;
	background-color: var(--pink);
	border-radius: .3rem;
	margin: .5rem auto;
}

.lottery-button {
	margin-top: 10px;
	color: #333;
	background-color: #fff;
	border: 1px solid black;
}

.buy-notes-p {
	border-top: 1px solid #dedede90;
}

.buy-notes-p .notes-wrap {
	height: 1.8rem;
	background-color: #fff;
	line-height: 1.8rem;
	padding: 0 .5rem;
	font-size: .6rem;
}

.buy-notes-p .notes-title {
	float: left;
	color: #333;
}

.buy-notes-p .notes-cont {
	float: right;
	color: #999;
}

.nav-list-p {
	height: 3.57rem;
	padding-top: .2rem;
	background: #fff;
}

.nav-list-p>a {
	float: left;
	width: 25%;
	text-align: center;
	padding: .35rem 0;
}

.nav-list-p>a img {
	width: 1.25rem;
	height: 1.25rem;
}

.nav-list-p>a span {
	height: 1.1rem;
	font-size: .59rem;
	line-height: 1rem;
	color: #666;
}

.goods-list-p {
	background-color: #f2f2f2;
	padding: .5rem;
}

.goods-item-p {
	width: 7.36rem;
	margin-top: .064rem;
	background-color: #fff;
}

.goods-item-p:nth-child(odd) {
	float: left;
}

.goods-item-p:nth-child(even) {
	float: right;
}

.goods-item-p .item-pic-p {
	width: 7.3rem;
	height: 7.3rem;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods-item-p .item-pic-p>img {
	width: 100%;
}

.goods-item-p .item-name {
	font-size: .7rem;
	line-height: 1rem;
	height: 2rem;
	margin: .25rem 0;
	padding: 0 .4rem;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.goods-item-p .item-cont-p {
	height: 1rem;
	line-height: 1rem;
	padding: 0 .4rem;
	margin-bottom: .4rem;
	overflow: hidden;
}

.goods-item-p .items-price {
	float: left;
	font-size: .75rem;
	font-weight: bold;
	color: #e02e24;
}

.goods-item-p .items-num {
	float: right;
	font-size: .6rem;
	color: #999;
}

.btn-share-ico {
	float: right;
	margin-top: 0.512rem;
	margin-right: 0.426667rem;
	width: 0.682667rem;
	height: 0.853333rem;
	background: url(../images/ico-share1.png) no-repeat 0 0;
	background-size: cover;
}

.plus span {
	width: 1.06667rem;
	height: 1.06667rem;
	line-height: 1.06667rem;
	font-size: .59733rem;
	display: block;
	float: left;
	border: 1px solid #dcdcdc;
	margin-left: -1px;
	text-align: center;
	color: #686868;
	cursor: pointer
}

span.mp_mp {
	width: 1.92rem;
}

.plus span input {
	font-size: .59733rem;
	outline: none;
	border: 0;
	padding: 0 .08533rem;
	color: #686868;
	width: 100%;
	text-align: center
}


.clearboth {
	clear: both;
}

.bargain-bd {
	overflow: hidden;
	background: linear-gradient(to bottom, #FF6A52, #FE4747);
	padding-bottom: .8rem;
}

.active-rule {
	height: 0.896rem;
	width: 2.6453rem;
	background-color: #FFE1DC;
	border-radius: 0.448rem;
	float: right;
	margin: 0.6187rem 0.64rem 0 0;
	font-size: 0.4694rem;
	text-align: center;
}

.active-rule span {
	line-height: 0.896rem;
	color: #FE594C;
}

.bargain-user {
	width: 14.7627rem;
	background-color: #FFFFFF;
	margin: .624rem auto;
	margin-bottom: 0;
	border-radius: .2rem;
	position: relative;
}

.bargain-user .head-img {
	position: absolute;
	height: 2.2187rem;
	width: 2.2187rem;
	margin-left: -1.1093rem;
	left: 50%;
	border: 0.0753rem solid #ffffff;
	border-radius: 50%;
	top: -1.288rem;
	overflow: hidden;
}

.bargain-user img {
	height: 100%;
	width: 100%;
}

.bargain-user p {
	text-align: center;
}

.bargain-user .uname {
	font-size: 0.4693rem;
	padding-top: 1.3653rem;
	color: #666666;
}

.bargain-user .it-bargain {
	font-size: 0.512rem;
	color: #FE594C;
	margin-top: 1.1307rem;
	font-weight: bold;
}

.bargain-user .c-details {
	height: auto;
	width: 13.4613rem;
	background-color: #F3F3F3;
	border-radius: .1rem;
	margin: 0 auto;
	margin-top: 1.28rem;
	overflow: hidden;
}

.bargain-user .c-details img {
	width: 100%;
	height: auto;
	display: block;
}

.bargain-user .c-details .c-details-right {
	float: left;
	width: 100%;
	padding: 0.4053rem 0.2133rem;
	background-color: #fff;
}

.bargain-user .c-details .c-details-right p {
	font-size: 0.69rem;
	line-height: .8rem;
	color: #333333;
	text-align: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1.6654rem;
}

.bargain-user .c-details .c-details-right .no-price {
	margin-top: .402rem;
}

.bargain-user .c-details .c-details-right span {
	font-size: .59rem;
	color: #ff3a3a;
	width: 38%;
	display: inline-block;
	float: left;
}

.bargain-user .c-details .c-details-right span:last-child {
	color: #999999;
	width: 24%;
}

.bargain-bd .c-down {
	width: 14.7627rem;
    min-height: 8.3813rem;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 0.335rem;
    margin-top: 0.64rem;
    overflow: hidden;
}

.bargain-bd .c-down p {
	font-size: 0.512rem;
	text-align: center;
	margin-top: 0.8533rem;
	line-height: 0.64rem;
}

.bargain-bd .c-down span {
	min-width: 0.64rem;
    background-color: #333333;
    display: inline-block;
    color: #ffffff;
    border-radius: 0.1rem;
    font-size: .59rem;
    padding: 0.02rem 0.125rem;
}

.bargain-bd .c-down i {
	height: 0.64rem;
	display: inline-block;
}

.bargain-bd .c-down .bargain-price {
	color: #FE5C50;
	font-weight: bold;
}

.bargain-bd .c-down .rail {
	width: 90%;
    height: 0.435rem;
    border: 0.02rem solid #FFC019;
    border-radius: 1rem;
    margin: 0 auto;
    margin-top: 1rem;
    position: relative;
}

.bargain-bd .c-down .rail .bg-scale {
	width: 1.792rem;
	background-color: #FFC019;
	height: 100%;
}

.bargain-bd .c-down .rail .roundel {
	position: absolute;
	height: 0.768rem;
	width: 0.768rem;
	top: -0.24466666666666666rem;
	left: 1.3866666666666667rem;
	background: var(--yellow);
	border-radius: 50%;
}


.bargain-bd .c-down .rail .bargain-select {
	margin-top: 1.1946666666666668rem;
	text-align: center;
}

.bargain-bd .c-down .rail .bargain-select .bs-self span {
	width: 5.333333333333333rem;
    height: 1.68rem;
	background: var(--jb-yellow1);
    border-radius: 1.64rem;
    font-size: 0.512rem;
    line-height: 1.68rem;
    text-align: center;
    box-shadow: 0 0.235rem 0.235rem #c7b62f30;
}

.bargain-bd .c-down .rail .bargain-select .bs-self span:last-child {
	background: var(--jb-pink1);
    margin-left: 0.384rem;
    box-shadow: 0 0.235rem 0.235rem #bb574330;
}

.bargain-bd .c-down .rail .bargain-select .bs-gf span {
	width: 4.267rem;
	height: 1.28rem;
	background-color: #FFC019;
	border-radius: 0.64rem;
	font-size: 0.512rem;
	line-height: 1.28rem;
	text-align: center;
	box-shadow: 0 0.064rem 0.32rem 0 #FFC019;
}

.bargain-bd .c-down .rail .bargain-select .bs-gf span:last-child {
	background-color: var(--pink);
	margin-left: 0.384rem;
	box-shadow: 0 0.064rem 0.32rem 0 var(--pink);
	width: 7.5093rem;
}

.bargain-bd .bargain-list {
	width: 14.7627rem;
	min-height: 9.173333333333334rem;
	background-color: #fff;
	margin: 0 auto;
	border-radius: .2rem;
	margin-top: 0.64rem;
	background-color: var(--pink);
	overflow: hidden;
	padding-top: 0.9813333333333333rem;
}

.bargain-bd .bargain-list {
	text-align: center;
	font-size: 0.64rem;
	color: #ffffff;
}

.bargain-bd .bargain-list ul {
	/*margin: 0 auto;*/
	margin: 0.81rem auto;
	width: 13.46rem;
	height: 6.664rem;
	/*display: -webkit-box;*/
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.bargain-bd .bargain-list ul li {
	width: 100%;
	overflow: hidden;
	margin-top: 0.6rem;
}

.bargain-bd .bargain-list ul li:first-child {
	margin-top: 0;
}

.bargain-bd .bargain-list ul li div {
	font-size: 0.512rem;
	text-align: left;
	line-height: 1.1rem;
}

.bargain-bd .bargain-list ul li .bg-left {
	width: 50%;
	float: left;
	display: flex;
    align-items: center;
}

.bargain-bd .bargain-list ul li .bg-left img {
	height: 1.1rem;
	width: 1.109rem;
	margin-right: 0.59rem;
	border-radius: 50%;
}

.bargain-bd .bargain-list ul li .bg-right {
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bargain-bd .bargain-list ul li .bg-right img {
	width: 0.75rem;
	height: 0.75rem;
	margin-right: 0.17rem;
}

.bargain-bd .bargain-list ul li .bg-right i {
	color: #FFE719;
}

.bargain-wd {
	position: fixed;
	width: 100%;height: 100%;
	z-index: 1000;
	text-align: center;
	top: 0;left: 0;
	align-items: center;justify-content: center;
	flex-direction: column;
}

.bargain-wd .bargain-wdkj {
	width:80%;
	height: max-content;
	overflow: hidden;
	text-align: center;
	border-radius: .35rem;
}

.bargain-wd .bargain-wdkj p {
	text-align: center;
}

.bargain-wd .bargain-wdkj p:first-child {
	margin-top: 1.69rem;
	font-size: 0.68rem;
	color: #333333;
}

.bargain-wd .bargain-wdkj p.bw-price {
	color: #FF3131;
	font-size: 1.92rem;
	margin-top: .5rem;
}

.bargain-wd .bargain-wdkj p.get-chance {
	color: #FFC019;
	font-size: 0.6rem;
	margin-top: 1.28rem;
}

.bargain-wd .bargain-wdkj span {
	width: 7.85rem;
	height: 1.877rem;
	line-height: 1.877rem;
	font-size: 0.64rem;
	color: #333333;
	margin: 0 auto;
	margin-top: .89rem;
	display: block;
	border-radius: 0.933rem;
}

.bargain-wd .bg-close {
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
	color: #fff;
	display: inline-block;
	margin-top: .5rem;
}

.bargain-rule {
	position: fixed;
	width: 100%;
	z-index: 1000;
	text-align: center;
	top: 0;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}

.bargain-ed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	top: 0;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}

.bargain-rule .br-window {
	background-color: #fff;
	width: 13.46rem;
	height: 19.43rem;
	margin: 0 auto;
	margin-top: 3.328rem;
	margin-bottom: 1.1733rem;
}

.bargain-rule .br-window .rule-top {
	width: 100%;
	height: 8.384rem;
}

.bargain-rule .br-window .rule-top img {
	width: 100%;
	height: 100%;
}

.bargain-rule .br-window .rule-bottom {
	width: 12.37rem;
	height: 9.6rem;
	margin: 0 auto;
	margin-top: 0.64rem;
	background-color: red;
	overflow: hidden;
}

.bargain-rule .br-window .rule-bottom p {
	font-size: 0.46rem;
	color: #ffffff;
	text-align: left;
	margin: 0 0.59rem;
	line-height: 0.738rem;
}

.bargain-rule .br-window .rule-bottom .rb-title {
	color: var(--pink);
	text-align: center;
	margin: 0.85rem 0;
	font-weight: 600;
	font-size: 0.512rem;
}

.bargain-ed .ed-box {
	height: 9.08rem;
	width: 11.60rem;
	margin: 0 auto;
	margin-top: 6.166rem;
	background: #fff;
	padding-top: 1rem;
	border-radius: .35rem;
}

.bargain-ed .ed-box p {
	font-size: 0.768rem;
	color: #333333;
}

.bargain-ed .ed-box p:first-child i {
	color: var(--pink);
}

.bargain-ed .ed-box .ed-share {
	font-size: 0.55rem;
	color: #333333;
	width: 7.76rem;
	margin: 0.85rem auto;
	line-height: 0.98rem;
}

.bargain-ed .ed-box span {
	height: 1.706rem;
	width: 9.6rem;
	border-radius: 0.853rem;
	background: var(--jb-pink1);
	color: #ffffff;
	display: block;
	font-size: 0.68rem;
	margin: 0 auto;
	line-height: 1.70rem;
}

/*bargain_list.html*/
.bargain-banner {
	height: 6.82rem;
	width: 100%;
}

.bargain-banner img {
	width: 100%;
	height: 100%;
}

.bargain-tab {
	width: 100%;
	height: 1.7rem;
	overflow: hidden;
	position: relative;
}

.bargain-tab li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 0.64rem;
	line-height: 1.578rem;
	height: 1.578rem;
	color: #666666;
}

.bargain-tab li:first-child {
	color: red;
}

.bargain-tab .bt-tool {
	width: 1.10rem;
	margin: 0 .85rem;
	height: 0.128rem;
	background-color: red;
	top: 1.57rem;
	display: block;
	position: absolute;
}

.pro-list {
	height: 16.429333rem;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.jirhy {
    background-color: #8A0A0E;
    border-radius: .353rem;
    padding: .353rem;
    width: 95%;
    margin: 0 auto;
}
.jirhy01 {
    position: relative;
}
.jirhy02 {
    width: 100%;
    margin: 0 auto;
}
.jirhy02 img{
    width: 100%;
}
.jirhy03 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: .5rem;
    left: 5%;
    width: 87%;
}
.jirhy04 h3{
	color: #C74334;
    font-size: .92rem;
}
.jirhy05 h3{
	font-size: .68rem;
}
.jirhy05 span{
	color: #767676;
    font-size: .55rem;
}
.jirhy06 span{
	background-color: #000;
    color: #fff;
    border-radius: 2rem;
    padding: .1rem .4rem;
    font-size: .55rem;
}
.jirhy07 {
    position: absolute;
    top: 4.2rem;
    left: 12%;
    color: #fff;
    font-size: .72rem;
}
.jirhy08 {
    background: linear-gradient(to right, #F6E6CA, #F4E3C6, #F4E3C6, #F6E6CA);
    text-align: center;
	padding: .353rem;
	margin: .253rem;
	border-radius: .353rem;
}
.pintu {
    background-color: #D3EEFF;
    border-radius: 1.353rem;
    padding: .1rem 0rem .1rem .4rem;
    width: 82%;
}
.pintu span {
    background-color: #45AEEF;
    color: #fff;
    border-radius: 1.353rem;
    padding: .2rem .4rem;
    margin-left: .353rem;
}
.jirhy09 {
    color: #232423;
    font-size: .88rem;
}
.pintu {
	background: linear-gradient(to right, #FFE6AA, #FFCF71);
    border-radius: 1.353rem;
    padding: .1rem 0rem .1rem .4rem;
    width: 57%;
    margin: .3rem auto;
    font-size: .5rem;
}
.pintu span {
    background-color: #fff;
    color: #000;
    border-radius: 1.353rem;
    padding: 0.2rem 0.4rem;
    margin-left: .353rem;
}
.qb01 {
    display: flex;
    margin: .353rem auto;
    justify-content: space-between;
    width: 95%;
}
.qb02 {
    position: relative;
}
.qb03 img{
		width: 100%;
	}
	.qb03 {
		width: 4.3rem;
	}
.qb02 span{
	background-color: #232423;
    color: #fff;
    border-radius: 2rem;
    padding: 0rem .4rem;
    font-size: .55rem;
    position: absolute;
    top: 72%;
    left: 16%;
}
.bigtext {
    position: relative;
    text-align: center;
    padding: .5rem 0;
    color: black;
    margin: .5rem 0;
    display: block;
}
.bigtext>div {
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
.bigtext>div p {
    /* -webkit-text-stroke: 0.02rem black;
    -webkit-text-fill-color: transparent; */
    font-size: .59rem;
    /* color: #fff;
    font-weight: 700;
    text-transform: uppercase; */
    color: #666;
}
.bigtext div h1{
    background: linear-gradient(to right, #5B462F, #AB916F, #5B462F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.spbei {
    margin-bottom: .353rem;
}
.beijs01 {
    background-image: url('../img/bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 95%;
    margin: 0 auto;
    padding-bottom: .6rem;
}
.spol01 img {
    border-radius: .35rem;
    display: block;
    width: 95%;
    margin: .5rem auto;
    padding-top: .5rem;
}
.spol010 {
    background-image: linear-gradient(to top, #F4E3C6, #FEF0DA);
    width: 95%;
    margin: 0 auto;
    border-radius: .353rem;
    padding: .653rem .353rem;
    display: flex;
    justify-content: space-between;
    /* background: #F9EFDE; */
    -webkit-mask: radial-gradient(circle at .4rem .4rem, #0000 .4rem, red 0);
    -webkit-mask-position: -.4rem -.4rem;
    margin-top: -.9rem;
}
.spol03 {
    width: 50%;
}
.spol03 h3 {
    font-family: none;
    font-weight: 400;
    font-size: .82rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #3E2008;
}
.spol03 span {
    color: #543820;
    font-size: .6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.spol05 {
    display: flex;
    color: #AE1D2C;
    justify-content: space-around;
}
.spol07 {
    font-family: none;
    font-weight: 400;
    font-size: .92rem;
}
.spol08 {
    background-image: linear-gradient(to right, #86090C, #B0141B);
    color: #fff;
    font-size: .5rem;
    border-radius: 1rem;
    padding: .1rem .4rem;
    border: .05rem solid #B22E30;
    text-align: center;
}