* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  @font-face {
	font-family: "DIN";
	src: url(../font/DIN.ttf) format("truetype");
	src: url(../font/DIN.eot);
	src: url(../font/DIN.woff) format("woff");
	src: url(../font/DIN.svg) format("svg");
  }
  
  ul {
	list-style: none;
  }
  
  a {
	text-decoration: none;
	font-size: 0.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: #0bbbb9;
  }
  
  .color2 {
	color: #fff;
  }
  
  .bg_color1 {
	background-color: #0bbbb9;
  }
  
  .bg_color2 {
	/* background-color: var(--pink); */
  }
  
  .ft1 {
	font-size: 1rem;
	line-height: 1rem;
  }
  
  .ft109 {
	font-size: 1.089rem;
	line-height: 0.89rem;
  }
  
  .ft09 {
	font-size: 0.89rem;
	line-height: 0.89rem;
  }
  
  .ft56 {
	font-size: 0.56rem;
	line-height: 0.89rem;
  }
  
  .ft52 {
	font-size: 0.52rem;
	line-height: 0.89rem;
  }
  
  .ft48 {
	font-size: 0.48rem;
	line-height: 0.89rem;
  }
  
  .ft06 {
	font-size: 0.59rem;
	line-height: 0.89rem;
  }
  
  .ftweight {
	font-weight: bold;
  }
  
  .text_align_r {
	text-align: right;
  }
  
  .w95 {
	width: 95%;
	/* width: 75%; */
	/* margin: 0 auto; */
  }
  
  .br335 {
	border-radius: 0.335rem;
  }
  
  .j_c_end {
	justify-content: flex-end;
  }
  
  .m_t_02 {
	margin-top: 0.02rem !important;
  }
  
  .m_t_05 {
	margin-top: 0.05rem !important;
  }
  
  .m_t_25 {
	margin-top: 0.25rem !important;
  }
  
  .m_t_335 {
	margin-top: 0.335rem !important;
  }
  
  .m_t_50 {
	margin-top: 0.5rem !important;
  }
  
  html {
	scroll-behavior: smooth;
  }
  
  @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- */
  }
  
  body {
	width: 100%;
	max-width: 16rem;
	font-family: Helvetica, "PingFang Regular", "Microsoft JhengHei", "Droid Sans",
	  Arial, sans-serif;
	font-size: 0.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: #A2764F;
	--red: #FB2A44;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #0ea784;
	--teal: #00b59c;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #218dff;
	--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 left, #A2764F, #A2764F);
	  /*--jb-pink2: linear-gradient( to bottom,#ff1886 ,#ff59bb); */
	/* --jb-pink1: linear-gradient(to right, #e9c5af, #c48c68); */
	/* --jb-pink1: #ffd102; */
	--jb-pink2: linear-gradient(to bottom, #22c2e1, #217bf9);
	--jb-pink3: linear-gradient(to right, #eddfcb, #e7ceaa);
	--jb-yellow1: linear-gradient(to right, #ff8c21, #ffbe3c);
	--jb-yellow2: linear-gradient(to right, #ffeecb, #fcdeaa);
	--jb-red1: linear-gradient(to right, #A2764F, #A2764F);
	--jb-red3: linear-gradient(to right, #A2764F, #A2764F);
	--jb-red2: linear-gradient(to right, #A2764F, #A2764F);
  
	--jb-white1: linear-gradient(to right, #ffffff10, #ffffff30);
	--pd335: 0.335rem;
	--mtb335: 0.335rem;
	--mt335: 0.335rem;
	--mtb335: 0.335rem;
	--w95: 95%;
	--mtauto: 0 auto;
	--font-DIN: DIN;
	--shadowred: 0 0.235rem 0.235rem #eedd5230;
	--shadowpink: 0 0.235rem 0.235rem #fe973830;
  }
  
  .br {
	display: block;
	width: 0.45rem;
	height: 0.45rem;
	border-top: 0.05rem solid #999;
	border-right: 0.05rem solid #999;
	transform: rotate(45deg);
  }
  
  .lr {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-top: 0.05rem solid #999;
	border-left: 0.05rem solid #999;
	transform: rotate(-45deg);
  }
  
  .bt {
	width: 95%;
	font-size: 0.69rem;
	color: #fff;
	line-height: 2rem;
	margin: 1rem auto;
	background: var(--jb-pink1);
	box-shadow: var(--shadowred);
	border-radius: 2rem;
	text-align: center;
	display: block;
  
  }
  
  .bt3 {
	width: 95%;
	font-size: 0.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: 0.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: 0.59rem;
	color: #fff;
	border-radius: 1rem;
	line-height: 2rem;
	margin: 0.5rem 0;
  }
  
  /* 弹窗 */
  .popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .popup .popup_text {
	background-color: #fff;
	border-radius: 0.35rem;
	font-size: 0.69rem;
	line-height: 1.5;
	color: #666;
	padding: 0.5rem 0.8rem;
  }
  
  .popup h4 {
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.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: 0.59rem;
  }
  
  .confirm_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 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: 0.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: 0.335rem 0.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: 0.52rem;
  }
  
  .wszl .wszl_left p:first-child {
	font-weight: 700;
	font-size: 0.62rem;
	color: #fff;
  }
  
  .wszl .wszl_left p:first-child i {
	font-size: 1rem;
	color: #fff;
  }
  
  .wszl .wszl_right {
	font-size: 0.54rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: 0.135rem 0.635rem;
  }
  
  /* picker */
  .picker {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
  }
  
  .picker>ul {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	overflow: auto;
	font-size: 0.59rem;
	line-height: 2rem;
	text-align: center;
	background-color: #fff;
	padding: 0.5rem;
  }
  
  .picker>ul::-webkit-scrollbar {
	display: none;
  }
  
  /* 单选多选按钮 */
  .radio {
	width: 0.79rem !important;
	height: 0.79rem !important;
	border-radius: 50%;
	border: 1px solid var(--pink);
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .radio_pick {
	background-color: var(--pink);
	border: none;
  }
  
  .radio_pick::after {
	content: "";
	display: block;
	width: 0.3rem;
	height: 0.15rem;
	border-left: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
	transform: rotate(-45deg);
	margin-top: -0.15rem;
  }
  
  .checkbox {
	width: 1.85rem !important;
	height: 0.985rem !important;
	display: flex;
	align-items: center;
	border-radius: 1rem;
	border: 0.03rem solid #99999980;
	padding: 0 0.115rem;
  }
  
  .checkbox::after {
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	box-sizing: border-box;
	border-radius: 50%;
	background: #99999980;
	border: 0.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: 0.5rem;
	background-color: rgba(0, 0, 0, 0.3);
	justify-content: center;
	align-items: center;
	display: none;
  }
  
  .dingbu::after {
	content: "";
	display: block;
	width: 0.45rem;
	height: 0.45rem;
	border-top: 0.1rem solid #fff;
	border-left: 0.1rem solid #fff;
	transform: rotate(45deg);
	margin-top: 0.3rem;
  }
  
  /* 协议 */
  .agree {
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .agree .agree_cen {
	font-size: 0.59rem;
	line-height: 2rem;
	color: var(--color3);
	display: flex;
	align-items: center;
	margin-left: 0.5rem;
  }
  
  .agree .agree_cen .agree_a {
	font-size: 0.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, 0.3);
  }
  
  .agree_bg>div {
	width: 80%;
	height: 80%;
	overflow: auto;
	padding: 0.5rem;
	border-radius: 0.335rem;
	background: #fff;
	font-size: 0.59rem !important;
	line-height: 1.5 !important;
  }
  
  .agree_bg>div p,
  .agree_bg>div span {
	font-size: 0.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, 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: 0.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 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: 0.35rem;
  }
  
  /* 搜索框 */
  .search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff95;
	margin: 0.5rem auto;
	padding: 0 0.5rem;
	width: 95%;
	border-radius: 1rem;
	overflow: hidden;
  }
  
  .search input {
	width: 70%;
	font-size: 0.59rem;
	line-height: 1.585rem;
	background: none;
  }
  
  .search .search_bt {
	width: 2.5rem;
	line-height: 1rem;
	text-align: center;
	border-radius: 1rem;
	background: var(--jb-pink1);
	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: 0.59rem;
	line-height: 1.9rem;
	border-bottom: 1px solid #ebeef2;
  }
  
  .header_nav_top .header_nav_back {
	width: 10%;
  }
  
  /* .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: 0.35rem;
  }
  
  #go_index {
	display: none !important;
  }
  
  .header_nav_list a i {
	font-size: 0.75rem;
	margin-right: 0.335rem;
  }
  
  .header_nav_input {
	width: 10rem;
	font-size: 0.59rem;
	line-height: 1.8rem;
  }
  
  head {
	background-color: var(--primary);
  }
  
  .t_news {
	height: 1rem;
	color: #333;
	overflow: hidden;
	position: relative;
	width: 90%;
  }
  
  .t_news b {
	line-height: 1rem;
	font-weight: bold;
	display: inline-block;
  }
  
  .head_box {
	position: relative;
	width: 100%;
	/* height: 3.5rem; */
	/* border-radius: 0 0 1.58rem 1.58rem; */
	z-index: 1;
  }
  
  .head_main {
	width: 100%;
	height: auto;
	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;
  }
  
  /* .head_main::before {
	  width: 140%;
	  background: var(--jb-pink1);
	  border-radius: 0 0 50% 50%;
	  position: absolute;
	  left: -20%;
	  top: 0;
	  height: 80%;
	  content: "";
  } */
  
  header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0.35rem 2.5% .35rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: -webkit-transform 3s, opacity 2s, background 3s;
  }
  
  .headerbg {
	background: var(--pink);
	opacity: 0.9;
	-webkit-transition: -webkit-transform 3s, opacity 2s, background 3s;
  }
  
  .header_address {
	color: #fff;
	padding: 0 0.5rem;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	margin-bottom: 0.35rem;
  }
  
  .header_address i {
	margin-right: 0.5rem;
  }
  
  header>div:nth-child(2) {
	-webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
	background: #fff;
	border-radius: 1rem;
	/* border: 0.02rem solid #333; */
  }
  
  .headerbg>div {
	border: 0.02rem solid #fff;
  }
  
  header .logo {
	padding: 0.02rem 0.335rem;
	color: #683910;
	background: var(--jb-pink1);
	white-space: nowrap;
	font-size: 0.52rem;
	border-radius: 1rem;
  }
  
  header .logo img {
	width: 1rem;
	height: 1rem;
	display: block;
  }
  
  header .header_a {
	width: 80%;
  }
  
  header .header_a input {
	width: 100%;
	font-size: 0.59rem;
	line-height: 1.5rem;
	background: transparent;
	color: #666;
	margin-left: 0.235rem;
  }
  
  header .header_a input::-webkit-input-placeholder {
	color: #666;
  }
  
  /* 表单列表 */
  /*医院完善资料*/
  .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: 0.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: 0.15rem 0.5rem;
  }
  
  .form_sctp_bq input {
	font-size: 0.59rem;
	line-height: 1.5rem;
	border: none;
	outline: none;
	width: 80%;
	border-radius: 0.15rem;
	padding: 0 0.5rem;
  }
  
  .form_sctp_bq p span {
	color: #fff;
	width: 2rem;
	text-align: center;
	line-height: 0.985rem;
	font-size: 0.52rem;
	padding: 0.15rem 0.35rem;
	border-radius: 1rem;
	margin-right: 0.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: 0.59rem;
	line-height: 2rem;
	color: #222;
  }
  
  .form_sctp_r textarea {
	width: 100%;
	height: 4rem;
	outline: none;
	font-size: 0.59rem;
	line-height: 1.25;
	border-radius: 0rem;
	border: 0.02rem solid #e4e7ef;
	margin: 0 0rem 0.35rem 0;
	padding: 0.35rem 0.5rem;
	background: #f3f6fb;
  }
  
  /*医院完善资料*/
  
  .form_list {
	display: flex;
	align-content: center;
	justify-content: space-between;
	background-color: #fff;
	font-size: 0.59rem;
	line-height: 2rem;
	color: #222;
	padding: 0 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: 0.66rem;
	color: var(--red);
	padding: 0.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: 0.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: 0.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: 0.75rem;
  }
  
  .form_list_radio>div .radio {
	margin-right: 0.35rem;
  }
  
  .form_list_r textarea {
	width: 95%;
	height: 4rem;
	outline: none;
	font-size: 0.59rem;
	line-height: 1.25;
	border-radius: 0rem;
	border: 0.05rem solid #e4e7ef;
	margin: 0.35rem 0rem 0.35rem 0;
	padding: 0.35rem 0.5rem;
  }
  
  /* 表单上传图片 */
  .form_upload {
	background-color: #fff;
	padding: 0.5rem;
  }
  
  .form_upload_title {
	color: var(--color3);
	font-size: 0.59rem;
	line-height: 1.25rem;
	font-weight: bold;
  }
  
  .form_upload_subtitle {
	font-size: 0.59rem;
	color: var(--color6);
	margin-bottom: 0.335rem;
  }
  
  .form_upload_cen {
	display: flex;
	align-items: center;
	padding: 0.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: 0.55rem;
	display: block;
  }
  
  /* 多图上传 */
  .form_uploads {
	background: #fff;
	padding: 0.5rem;
  }
  
  .form_uploads_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
  }
  
  .form_uploads_img {
	width: 4rem;
	height: 4rem;
	overflow: hidden;
	margin-right: 0.5rem;
	margin-bottom: 0.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: 0.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, 0.3);
	font-size: 0.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%;
	/* width: 77%; */
	/* width: 12rem; */
	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: 0.21333rem;
	bottom: 0.21333rem;
	z-index: 5;
	font-size: 0;
  }
  
  .banner_div .dian span {
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	margin-left: 0.3rem;
	border-radius: 50%;
	background: #ffffff99;
	opacity: 0.25;
  }
  
  .banner_div .dian .cur {
	background-color: #fff;
	opacity: 1;
  }
  
  .top_tz {
	width: 95%;
	background-color: #355cf360;
	color: #fff;
	border-radius: 1rem;
	padding: 0.125rem 0.335rem;
	font-size: 0.59rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	z-index: 2;
	left: 2.5%;
	top: 0.435rem;
  }
  
  .top_tz img {
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 50%;
	display: block;
	margin-right: 0.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: 0.335rem 0.335rem;
	position: relative;
	padding: 0.35rem 0.25rem 0;
	z-index: 1;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .meun3 a {
	width: 33%;
  }
  
  .meun4 a {
	width: 25%;
  }
  
  .meun5 a {
	width: 20%;
  }
  
  .menu a {
	width: 30%;
	display: block;
	font-size: 0.58rem;
	line-height: 1.5;
	text-align: center;
	padding: 0rem 0 0.5rem;
  }
  
  .menu img {
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	margin: 0rem auto 0.135rem;
  }
  
  .menu_sub img {
	width: 1.75rem;
	height: 1.75rem;
	display: block;
	margin: 0 auto 0.125rem;
  }
  
  .menu p {
	color: #666;
	font-size: 0.45rem;
  }
  
  .menu .ftweight {
	font-size: 0.65rem;
  }
  
  /* .notice {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 0 .25rem;
	  margin: 0 auto;
	  height: 2rem;
	  border-radius: 0 0 .335rem .335rem;
	  background: #fff;
	  border-top: 1px solid #dedede80;
  }
  
  .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: 0.58rem;
	justify-content: space-between;
  }
  
  .scrollDiv li a i {
	margin-left: 0.235rem;
	color: #999;
  }
  
  .scrollDiv li:nth-child(1n) a {
	color: #50220c;
  }
  
  #s2,
  #s3 {
	height: 5rem;
  }
  
  .index_notice {
	display: flex;
	padding: 0.035rem 0.335rem;
	background-color: rgba(255, 255, 255, 0.5);
	width: 95%;
	margin: 0.335rem auto 0;
	border-radius: 1rem;
	align-items: center;
	justify-content: space-between;
  }
  
  .index_notice img {
	width: 1.08rem;
  }
  
  .index_notice>div {
	width: calc(100% - .8rem);
	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;
  } */
  
  .yft_pic {
	width: 100%;
	margin: 0.335rem auto 0;
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 0.335rem;
  }
  
  /* .yft_pic::after {
	  position: absolute;
	  left: 0;
	  top: 30%;
	  width: 100%;
	  height: 40%;
	  background-color: #dfc485;
	  content: "";
  } */
  
  .yft_pic img {
	width: 95%;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	border-radius: 0.335rem;
  }
  
  /*瓷片区*/
  .cipianqu {
	width: 95%;
	margin: 0.335rem auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .cipian_body {
	width: 49%;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 0 0.15rem 0.35rem;
	border-radius: 0.335rem;
	overflow: hidden;
	margin-bottom: 0.335rem;
  }
  
  .cipian_bg1 {
	background: linear-gradient(to bottom, #ffd1db, #fff 30%);
  }
  
  .cipian_bg2 {
	background: linear-gradient(to bottom, #d4eaff, #fff 30%);
  }
  
  .cipian_title {
	display: flex;
	justify-content: flex-start;
	padding: 0 2.5%;
	align-items: center;
	font-size: 0.69rem;
	height: 1.492rem;
	line-height: 1.492rem;
	position: relative;
  }
  
  .cipian_title h3 {
	font-size: 0.65rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	align-items: center;
  }
  
  .cipian_title p {
	font-size: 0.4rem;
  
	border-radius: 1rem 0 0.85rem 1rem;
	color: #fff;
	display: flex;
	line-height: 0.625rem;
	padding: 0 0.205rem;
	margin-left: 0.235rem;
  }
  
  .cipian_title .bgys1 {
	background: linear-gradient(to right, #fa3d75, #ff7b87);
  }
  
  .cipian_title .bgys2 {
	background: linear-gradient(to right, #1ecbc1, #98f2ce);
  }
  
  .cipian_title p i {
	font-size: 0.5rem;
	margin-right: 0.034rem;
  }
  
  .cipian_xt {
	line-height: 0.655rem;
	position: relative;
	height: 0.55rem;
	font-size: 0.52rem;
  }
  
  .cipian_xt span {
	position: absolute;
	margin: -0.335rem 0 0;
	left: 2.5%;
  }
  
  .cipian_xt .yanse1 {
	color: #ec660d;
  }
  
  .cipian_xt .yanse2 {
	color: #4bc3bc;
  }
  
  .cipian_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
  }
  
  .cipian_box .cipian_list {
	width: 48%;
	display: flex;
	flex-direction: column;
	margin: 0 2%;
  }
  
  .cipian_box .cipian_list img {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .cipian_box .cipian_list p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	margin: 0.232rem 0 0;
	font-size: 0.52rem;
	line-height: 0.75rem;
	width: 100%;
	text-align: center;
  
	border-radius: 1rem;
  }
  
  .cipian_box .cipian_list .zi1 {
	background: #f8e2e2;
	color: #f63434;
  }
  
  .cipian_box .cipian_list .zi2 {
	background: #e2f2f8;
	color: #1f9eec;
  }
  
  /**/
  .tj_box {
	width: 100%;
	margin: 0 auto;
	background: #f3f3f3;
	padding: 0.435rem 0 0.735rem;
  }
  
  .tj_main {
	width: 95%;
	margin: 0 auto;
	overflow-x: scroll;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0.335rem;
  }
  
  .tj_main::-webkit-scrollbar {
	display: none;
  }
  
  .tj_main a {
	width: 31.33%;
	margin-right: 3%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 0.335rem;
  }
  
  .tj_main a .tj_pic {
	width: 4.65rem;
	height: 4.65rem;
	display: block;
	border-radius: 0.335rem 0.335rem 0 0;
	overflow: hidden;
  }
  
  .tj_main a .tj_pic img {
	width: 100%;
	height: 100%;
	display: block;
  }
  
  .tj_main a .tj_name {
	display: flex;
	flex-direction: column;
	padding: 0.335rem 0.335rem 0.125rem;
  }
  
  .tj_main a .tj_name h1 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 0.59rem;
	/* height: 1.6rem; */
	line-height: 0.8rem;
	font-weight: 500;
  }
  
  .tj_main a .tj_name p {
	font-size: 0.72rem;
	font-weight: 400;
	color: var(--pink);
	display: flex;
	font-family: DIN;
	align-items: center;
  }
  
  .tj_main a .tj_name p i {
	font-size: 0.52rem;
	margin-right: 0.125rem;
  }
  
  /*解决方案*/
  .solution {
	width: 95%;
	margin: 0 2.5% 0.335rem;
	display: block;
	float: left;
  }
  
  .solution .solution_box {
	/* background: #e5f6fa; */
	border-radius: 0.335rem;
	position: relative;
	float: left;
  }
  
  .solution .solution_box:first-child {
	width: 48.5%;
	height: 6.5rem;
	margin-right: 3%;
	padding: 0.835rem 0 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: 3rem;
	display: flex;
	align-items: center;
  }
  
  .solution .solution_box:nth-child(2) {
	margin-bottom: 0.45rem;
  }
  
  .solution .solution_box:nth-child(2),
  .solution .solution_box:last-child {
	padding: 0 0 0 0.335rem;
  }
  
  .solution .solution_box:nth-child(2) h1,
  .solution .solution_box:last-child h1 {
	margin: 0 0 0.235rem;
  }
  
  .solution .solution_box .solution_title {
	padding: 0 0 0 0.035rem;
	display: flex;
	flex-direction: column;
	font-size: 0.48rem;
	color: #666;
	position: relative;
	z-index: 2;
  }
  
  .solution .solution_box .solution_title h1 {
	font-size: 0.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: 0.025rem 0.325rem;
	color: #fff;
	font-size: 0.42rem;
	margin-top: 0.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: 0.335rem;
	overflow: hidden;
  }
  
  .xt_banner img {
	border-radius: 0.335rem;
	overflow: hidden;
	width: 100%;
  }
  
  /*标题*/
  .title_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 95%;
	line-height: 1.435rem;
	padding: 1rem 0;
  }
  
  .title_box span {
	font-size: 0.66rem;
	color: #262626;
	/* font-weight: 700; */
	text-transform: uppercase;
  }
  
  .title_box h2 {
	font-size: 1.189rem;
	color: #262626;
	font-weight: 700;
  }
  
  .title_box i {
	width: 5%;
	height: 0.15rem;
	background-color: var(--pink);
	margin: 0.435rem auto 0;
  }
  
  /*标题*/
  
  .title {
	display: flex;
	justify-content: space-between;
	padding: 0 2.5%;
	align-items: center;
	font-size: 0.729rem;
	height: 1.92rem;
	line-height: 1.92rem;
	position: relative;
  }
  
  .title .dzzs {
	width: 18%;
	height: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .title .dzzs em {
	background: var(--jb-pink1);
	width: 0.26rem;
	height: 0.26rem;
	display: block;
	border-radius: 50%;
	margin: 0 0.125rem;
	position: relative;
  }
  
  .title .dzzs:first-child em:before {
	position: absolute;
	left: -0.415rem;
	top: 0.04rem;
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	background: var(--jb-pink1);
	border-radius: 50%;
  }
  
  .title .dzzs:first-child em::after {
	position: absolute;
	left: 0.45rem;
	top: -0.02rem;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background: var(--jb-pink1);
	border-radius: 50%;
  }
  
  .title .dzzs:last-child em:before {
	position: absolute;
	left: -0.5rem;
	top: -0.02rem;
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background: var(--jb-pink1);
	border-radius: 50%;
  }
  
  .title .dzzs:last-child em::after {
	position: absolute;
	left: 0.45rem;
	top: 0.04rem;
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	background: var(--jb-pink1);
	border-radius: 50%;
  }
  
  /* .title:before {
	  content: "";
	  width: .235rem;
	  height: .72rem;
	  background-image: linear-gradient(to bottom, #01cf9f, #02bbd0);
	  position: absolute;
	  left: 3%;
	  top: .590rem;
	  border-radius: .335rem;
  } */
  
  .title h3 {
	font-size: 0.69rem;
	/* width: 45%; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: flex;
	align-items: center;
  }
  
  .title h3 .title_xbt {
	font-size: 0.58rem;
	font-weight: normal;
	margin-left: 0.235rem;
	color: #666;
  }
  
  .title h3 .title_td {
	background: var(--jb-pink1);
	color: #fff;
	border-radius: 0.235rem;
	display: flex;
	line-height: 0.9rem;
	padding: 0 0.235rem;
	font-weight: normal;
	margin-right: 0.135rem;
	font-size: 0.59rem;
  }
  
  .title h3 img {
	margin-right: 0.235rem;
  }
  
  .title a {
	display: block;
	width: auto;
	text-align: right;
	font-size: 0.59rem;
	/* color: #333; */
	line-height: 0.82rem;
  }
  
  .title a .cont_fr {
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999;
  }
  
  .title a .cont_fr span {
	vertical-align: middle;
	font-weight: normal;
	font-size: 0.59rem;
	float: left;
  }
  
  .title a .cont_fr i {
	margin-left: 0;
	font-size: 0.545rem;
  }
  
  .jrfz {
	display: block;
	width: auto;
	text-align: right;
	font-size: 0.52rem;
	color: #fc4243;
	line-height: 0.82rem;
	background: #fde6e0;
	border-radius: 0.185rem;
	padding: 0 0.235rem;
  }
  
  .shop_list_ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0.5rem;
	margin: 0 auto;
  }
  
  .shop_list_ul li {
	overflow: hidden;
	background: #fff;
	border-radius: 0.335rem;
	margin: 0 2.5% 0.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: 0.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: 0.58rem;
	line-height: 0.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: 0.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, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.52rem;
	color: #fff;
	line-height: 0.941rem;
  }
  
  .shop_list_img div span:first-child {
	margin: 0 0 0 3%;
	font-size: 0.52rem;
  }
  
  .shop_list_img div span:last-child {
	margin: 0 3% 0 0;
  }
  
  .shop_list_ul p {
	width: 94%;
	margin: 0 3%;
	font-size: 0.52rem;
	color: #fff;
	line-height: 1.141rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .sptitle {
	width: 94%;
	margin: 0.335rem 3% 0;
	font-size: 0.62rem;
	color: #333;
	line-height: 0.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: 0.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: 0.555rem;
	font-weight: normal;
  }
  
  .shop_list_ul .shop_list_ft>div:nth-child(2) {
	font-size: 0.49rem;
	line-height: 0.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: 0.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: 0.335rem 0.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: 0.335rem 3% 0;
	font-size: 0.62rem;
	color: #333;
	line-height: 0.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: 0.485rem;
  }
  
  .shop_list_ul2 .shop_list_ft>div:first-child span:first-child i {
	font-size: 0.625rem;
	color: #ff1825;
	font-weight: bold;
  }
  
  .shop_list_ul2 .shop_list_ft>div:first-child span:last-child i {
	font-size: 0.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: 0.54rem;
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 1.098rem;
	width: 50%;
	text-align: center;
	justify-content: center;
	margin: 0.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 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: 0.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: 0.335rem;
	padding: 0 0 0.35rem;
  }
  
  .shop_list_ul3 li p {
	white-space: nowrap;
	height: 0.85rem;
	font-size: 0.548rem;
	padding: 0 0.25rem;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5;
	margin: 0.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 0.25rem;
	color: #fa3232;
	font-size: 0.59rem;
  }
  
  .shop_list_ul3 .shop_list_ft img {
	width: 0.768rem;
	height: 0.768rem;
  }
  
  .goods_list {
	padding: 0rem 0 0.05rem;
  }
  
  .index_article {
	background: #fff;
	border-radius: 0.35rem;
	clear: both;
	width: 95%;
	margin: 0.335rem auto;
  }
  
  .index_article_title {
	overflow: auto;
	padding: 0.35rem 0.5rem;
  }
  
  .index_article_title>div {
	display: flex;
	align-items: center;
	width: max-content;
  }
  
  .index_article_title a {
	width: max-content;
	padding: 0 0.5rem;
	line-height: 1.25rem;
	font-size: 0.64rem;
  }
  
  .index_article_cen div a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.35rem 0.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: 0.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: -0.1rem;
	right: 0;
  }
  
  .xqshop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	background-color: #fff;
	padding: 0.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: 0.335rem;
	/* object-fit: contain; */
  }
  
  .xqshop .xqshop_top .xqtitle {
	display: flex;
	flex-direction: column;
  }
  
  .xqshop .xqshop_top .xqtitle h1 {
	font-size: 0.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: 0.58rem;
	line-height: 0.775rem;
	font-weight: normal;
	height: 0.775rem;
  }
  
  .xqshop .xqtitle_top_bt {
	width: max-content;
	background: var(--jb-red1);
	color: #fff;
	border-radius: 1rem;
	line-height: 1.13rem;
	padding: 0 0.35rem;
	font-size: 0.52rem;
  }
  
  .xqshop .xqtitle_top_bt i {
	margin-right: 0.125rem;
	font-size: 0.62rem;
  }
  
  /*健康资讯*/
  .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: 0.35rem;
  }
  
  .news_gd a span {
	font-size: 0.93rem;
  }
  
  .news_box {
	background-color: #fff;
	border-radius: 0.335rem;
	margin: 0.335rem auto;
	padding: 0.435rem 0 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: 0.435rem;
	margin-bottom: 0.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: 0.62rem;
	font-weight: normal;
	text-align: left;
	line-height: 0.875rem;
	height: 1.75rem;
	margin-bottom: 0.5rem;
	width: 100%;
  }
  
  .news_main dl dt p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	font-size: 0.49rem;
	width: 100%;
	padding-top: 0.235rem;
	height: 0.65rem;
	line-height: 0.65rem;
  }
  
  .news_main dl dd {
	width: 32%;
	height: 3.15rem;
	overflow: hidden;
  }
  
  .news_main dl dd img {
	border-radius: 0.335rem;
	width: 100%;
	height: 100%;
  }
  
  .footer_bt {
	text-align: center;
	font-size: 0.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: 0.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: #333;
	z-index: 111;
	background-color: #fff;
	box-shadow: 0.235rem 0rem 0.305rem rgba(198, 230, 229, 0.2);
	border-top: 1px solid #efefef;
	padding: 0.125rem 0;
  }
  
  .footer_nav>ul a {
	display: block;
	text-align: center;
	font-size: 0.58rem;
	padding-top: 0.235rem;
	color: #888;
  }
  
  .footer_nav>ul a img {
	width: 1.191rem;
	height: 1.191rem;
  }
  
  .footer_nav>ul a div {
	padding-bottom: 0.105rem;
  }
  
  .foot_img2 {
	display: none;
  }
  
  .pick {
	color: var(--pink);
	position: relative;
  }
  
  .footer_nav>ul li .pick33 {
	color: #A2764F;
	position: relative;
  }
  .footer_nav>ul li .pick33::before {
	position: absolute;
	right: 0.785rem;
	top: 0.15rem;
	content: "";
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background-image: linear-gradient(to bottom, #F8ECAF, #fff);
	z-index: -1;
  }
  .pick:before {
	position: absolute;
	width: 40%;
	left: 30%;
	height: 0.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: 0.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: 0.335rem;
	background-color: #f55;
	color: #fff;
	border-radius: 50%;
	width: 0.64rem;
	height: 0.64rem;
	font-size: 0.42rem;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .order_list_top a {
	width: 100%;
	font-size: 0.59rem;
	line-height: 2rem;
	text-align: center;
  }
  
  .order_list_top1 {
	display: flex;
	justify-content: space-around;
	background: var(--jb-pink1);
	/* 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: 0.125rem;
	bottom: 0;
	background-color: yellow;
	content: "";
  }
  
  .order_list_top1 li {
	width: 25%;
  }
  
  .order_list_top1 a {
	width: 100%;
	font-size: 0.62rem;
	line-height: 2rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
  }
  
  .order_list_empty {
	text-align: center;
	font-size: 0.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: 0.58rem;
	color: #666;
	margin-top: 0.355rem;
	line-height: 1rem;
  }
  
  .order_list_empty a span {
	border-radius: 0.655rem;
	/* background-image: linear-gradient(to right, #ff6e4f, var(--primary)); */
	font-size: 0.52rem;
	padding: 0.325rem 0.735rem;
	color: #fff;
	background: var(--jb-pink1);
	box-shadow: var(--shadowred);
  }
  
  .order_list {
	background-color: #fff;
	margin: 0.25rem 0;
	padding: 0 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(--red);
	font-size: 0.58rem;
  }
  
  .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: auto;
	  height: auto; */
	width: 100%;
	height: 100%;
	display: block;
  }
  
  .order_list_text {
	width: 70%;
	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: 1;
	-webkit-box-orient: vertical;
	font-size: 0.58rem;
  }
  
  .order_list_text>div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .order_list_text>div .jians {
	color: #999;
  }
  
  .order_list_text_num {
	display: flex;
	justify-content: space-between;
	font-family: DIN;
  }
  
  .order_list_text_price {
	color: #333;
	font-size: 0.52rem;
	font-family: DIN;
  }
  
  .order_list_text_price span {
	font-size: 0.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;
  }
  
  .order_list_text_bt .di_button {
	display: flex;
	align-items: center;
  }
  
  .order_list_text_bt>div>div {
	margin-right: 0.35rem;
  }
  
  .order_list_text_bt>div>div i {
	color: var(--red);
	padding: 0 0.125rem;
	font-weight: 700;
	/* font-family: DIN; */
  }
  
  .order_list_text_bt .di_bar span {
	color: var(--red);
	font-size: 0.69rem;
	font-weight: 700;
	/* font-family: DIN; */
  }
  
  .order_list_text_bt .di_bar span i {
	font-size: 0.52rem;
  }
  
  .order_list_text_bt a {
	border: 2px solid var(--pink);
	font-size: 0.52rem;
	padding: 0 0.35rem;
	border-radius: 0.625rem;
	line-height: 0.9rem;
	margin-left: 0.4rem;
	color: var(--pink);
  }
  
  .order_list_text_bt a:first-child {
	/* background-color: var(--jb-pink1); */
	border: 2px solid var(--jb-pink1);
	color: #000;
	/* color: #fff; */
  }
  
  .order_list_text_bt a:last-child {
	border: 2px solid var(--red);
	color: var(--red);
  }
  
  .order_list_bt {
	display: flex;
	justify-content: flex-end;
	background-color: #fff;
	padding: 0 0.5rem 0.5rem;
  }
  
  .order_list_bt a {
	width: max-content;
	padding: 0.25rem 0.5rem;
	margin-left: 0.25rem;
	border-radius: 0.25rem;
	background-color: var(--primary);
	color: #fff;
  }
  
  .order_list2_bt {
	padding: 0.5rem;
	margin: 0.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, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 55;
  }
  
  .apply_popup>div {
	width: 10rem;
	height: 10rem;
	border-radius: 0.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: 0.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(--pink);
	font-family: DIN;
	font-size: 0.68rem;
  }
  
  .order_detail_top_cen p i {
	font-size: 0.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: 0.5rem;
	line-height: 1.8rem;
	background-color: #aaa;
	color: #fff;
	border-radius: 0.25rem;
  }
  
  .order_detail_list {
	background-color: #fff;
	padding: 0.5rem;
	margin-bottom: 0.335rem;
	margin-top: 0.335rem;
  }
  
  .order_detail_list h3 {
	margin-bottom: 0.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;
	font-family: DIN;
  }
  
  .order_detail_list>div div span {
	color: var(--pink);
	font-family: DIN;
	font-size: 0.68rem;
  }
  
  .order_detail_list>div div span i {
	font-size: 0.52rem;
  }
  
  .order_detail_bt {
	padding: 0.5rem;
	display: flex;
	justify-content: flex-end;
  }
  
  .order_detail_bt a {
	background: var(--jb-pink1);
	color: #fff;
	line-height: 1.8rem;
	padding: 0 0.75rem;
	border-radius: 0.25rem;
	margin-left: 0.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: 0.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: 0.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: 0.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: 0.6rem;
  }
  
  .cart_write_top .cart_top_address {
	width: 90%;
	line-height: 1.2rem;
  }
  
  .cart_write_top .cart_top_address p {
	display: flex;
	font-size: 0.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: 0.52rem;
	color: #999;
	margin-top: 0.235rem;
  }
  
  .cart_write_goods {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.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: 0.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: 0.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(--red);
	font-size: 0.75rem;
	font-weight: bold;
  }
  
  .cart_write_goods .cart_write_goods_price p i {
	font-size: 0.52rem;
  }
  
  .cart_write_goods .cart_write_goods_price em {
	font-size: 0.58rem;
	color: #666;
  }
  
  .cart_write_goods .cart_write_goods_price em i {
	font-size: 0.52rem;
  }
  
  .cart_write_express>p {
	font-size: 0.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: 0.59rem;
	line-height: 1.5rem;
	background-color: #fff;
  }
  
  .cart_write_remarks {
	padding: 0.5rem;
	background-color: #fff;
	margin: 0.35rem 0;
	position: relative;
  }
  
  .cart_write_remarks p {
	margin-bottom: 0.5rem;
  }
  
  .cart_write_remarks textarea {
	width: 100%;
	padding: 0.5rem;
	line-height: 1.5;
	font-size: 0.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;
	line-height: 2.5rem;
  }
  
  .cart_write_bt>div>div {
	padding-right: 0.5rem;
  }
  
  .cart_write_bt>div>div span {
	color: var(--red);
	font-size: 0.58rem;
	font-weight: bold;
  }
  
  .cart_write_bt>div>div span span {
	font-size: 0.75rem;
  }
  
  .cart_write_bt>div a {
	width: 30%;
	text-align: center;
	font-size: 0.69rem;
	line-height: 2.5rem;
	background: var(--jb-pink1);
	color: #000;
  
  }
  
  .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>div {
	display: flex;
  }
  
  .cart_write_list span {
	color: var(--pink);
  }
  
  /* 支付订单 */
  
  .cart_pay_div {
	display: flex;
	justify-content: space-between;
	font-size: 0.59rem;
	line-height: 2rem;
	padding: 0 0.5rem;
	background-color: #fff;
  }
  
  .cart_pay_div p {
	color: var(--red);
	font-weight: bold;
	font-size: 0.58rem;
  }
  
  .cart_pay_div p i {
	font-size: 0.75rem;
  }
  
  .cart_pay_ul li {
	display: flex;
	align-items: center;
	font-size: 0.59rem;
	line-height: 2.5rem;
	padding: 0 0.5rem;
	background-color: #fff;
	border-top: 1px solid #dedede;
  }
  
  .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: 0.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: 0.5rem;
	font-size: 0.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: 0.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: 0.59rem;
	line-height: 0.9rem;
	padding: 0 0.35rem;
	background-color: #0bbbb9;
	color: #fff;
	border-radius: 0.25rem;
  }
  
  .cart_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	padding: 0.5rem;
	border-bottom: 0.25rem solid #f5f5f5;
  }
  
  .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;
  }
  
  .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: 0.59rem;
	line-height: 0.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: 0.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: 0.65rem;
	height: 0.65rem;
	margin-right: 0.5rem;
  }
  
  .cart_foot .cart_foot_price {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .cart_foot .cart_foot_price span {
	color: #0bbbb9;
  }
  
  .cart_foot>div a {
	font-size: 0.69rem;
	line-height: 2.3rem;
	background-color: #0bbbb9;
	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, 0.3);
  }
  
  .pickerView-mask {
	height: 100%;
	width: 100%;
	background: rgba(0, 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: 0.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%, 0.95),
		hsla(0, 0%, 100%, 0.6)),
	  linear-gradient(0deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.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: 0.69rem;
	height: 2rem;
	line-height: 2rem;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
  }
  
  /* 时间选择 */
  
  .time_pick {
	width: max-content;
	font-size: 0.59rem;
	line-height: 2;
	background: #fff;
	padding: 0 0.8rem;
	border-radius: 1rem;
  }
  
  .time_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 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 0.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%, 0.95),
		hsla(0, 0%, 100%, 0.6)),
	  linear-gradient(0deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.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: 0.335rem;
	padding-bottom: 0.35rem;
  }
  
  .seckill_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.5rem;
  }
  
  .seckill_title div {
	font-size: 0.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: 0.875rem;
	line-height: 0.875rem;
	text-align: center;
	display: inline-block;
	border: 0.05rem solid #ffd3be;
	border-radius: 0.15rem;
	margin: 0 0.25rem;
	background: #ff9782;
	font-size: 0.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 0.35rem;
	margin-right: 1rem;
	font-size: 0.52rem;
	border: 0.04rem solid var(--secondary);
	line-height: 0.72rem;
  }
  
  .todays_special .seckill_title_time i {
	background: #fff;
	color: var(--secondary);
	border-radius: 1rem;
	padding: 0 0.35rem;
	margin-left: 0.35rem;
  }
  
  .todays_special a {
	color: var(--color6);
	font-size: 0.55rem;
  }
  
  /* 横向滚动 */
  .swiper {
	width: 95%;
	margin: 0 auto;
	border-radius: 0.35rem;
	overflow: hidden;
	background: #fff;
  }
  
  .swiper_title {
	width: max-content;
	display: flex;
	padding: 0.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 0.5rem;
	font-size: 0.59rem;
	line-height: 1.5rem;
  }
  
  .swiper_title .swiper_title_pick {
	border-bottom: 0.25rem solid #f55;
	border-radius: 0.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: 0.35rem;
	background: linear-gradient(to right, #f66d1e, #fac555);
	border-radius: 0.35rem;
  }
  
  .swiper_list_cen {
	width: 95%;
	overflow: auto;
	margin: 0 auto;
	padding: 1rem 0.35rem 0.35rem;
	background: #fff;
	border-radius: 0.335rem;
	min-height: 6rem;
  }
  
  .swiper_list_cen .gd_content {
	display: flex;
	align-items: center;
	width: max-content;
  }
  
  .swiper_list_title {
	color: #fff;
	font-size: 0.69rem;
	line-height: 1.5rem;
  }
  
  .swiper_list_cen a {
	width: 4.5rem;
	position: relative;
	margin: 0 0.175rem;
	border-radius: 0.45rem;
	overflow: hidden;
	background-color: #fff;
  }
  
  .swiper_list_cen a .pic_gd {
	width: 4rem;
	height: 4rem;
	margin: 0.25rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 0.35rem;
  }
  
  .swiper_list_cen a .pic_gd img {
	width: 100%;
	display: block;
  }
  
  .swiper_list_cen a .swiper_list_p {
	width: 100%;
	font-size: 0.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: 0.135rem 0 0;
  }
  
  .swiper_list_cen a .quote {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 0.59rem;
	background: linear-gradient(to right, #588e04, #557f13);
	width: 90%;
	margin: 0.35rem auto 0.5rem;
	border-radius: 1rem;
  }
  
  .swiper_list_cen a .quote em {
	font-size: 0.48rem;
  }
  
  .swiper_list_cen a .quote p {
	color: var(--primary);
	font-family: DIN;
	margin-right: 0.235rem;
  }
  
  .swiper_list_cen a .quote p em {
	font-size: 0.52rem;
  }
  
  .swiper_list_cen a .quote span {
	text-align: center;
	text-decoration: line-through;
	display: block;
	color: #999;
	font-size: 0.46rem;
	font-family: DIN;
  }
  
  .index_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0.5rem;
  }
  
  .index_list a {
	width: 48.5%;
	border-radius: 0.35rem;
	overflow: hidden;
	/* background-color: #fff; */
	margin-bottom: 0.35rem;
  }
  
  .index_list a .index_list_img {
	width: 7.5rem;
	height: 7.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  
  .index_list a .index_list_img img {
	width: 100%;
	display: block;
  }
  
  .index_list a .index_list_cen {
	padding: 0 0.35rem 0.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 0;
	font-size: 0.68rem;
	line-height: 0.875rem;
	font-weight: 700;
	/* height: 1.55rem; */
	width: 100%;
  }
  
  .index_list a .tedian {
	color: #999;
	font-size: 0.59rem;
	line-height: 0.875rem;
  }
  
  .index_list a .index_list_cen>p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: 0.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;
  }
  
  .index_list a .index_list_cen .index_list_bt span:first-child {
	font-size: 0.69rem;
	color: #fd392b;
	font-weight: 700;
	/* padding: .08rem 0; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 0.35rem;
	/* letter-spacing: -.05rem; */
  }
  
  .index_list a .index_list_cen .index_list_bt span:first-child em {
	font-size: 0.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: 0.52rem;
	font-family: DIN;
	text-decoration: line-through;
	color: #999;
	margin-left: 0.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: 0.68rem;
	padding: 0 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: 0.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: var(--pink);
  }
  
  .index_list a .index_list_cen .index_list_bt span:last-child em:last-child {
	background: var(--jb-red1);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.52rem;
	width: 0.95rem;
	height: 0.95rem;
  }
  
  .index_list a .index_list_cen .index_list_bt span:last-child em p {
	font-size: 0.52rem;
  }
  
  /*轮胎分类*/
  .lun_box {
	margin: 0.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: 0.485rem 0.435rem;
	display: flex;
	flex-direction: column;
	background: linear-gradient(to right, #01cea3, #00bcc9);
	border-radius: 0.35rem;
  }
  
  .lun_box ul li a h1 {
	font-size: 0.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: 0.628rem;
	line-height: 1.235rem;
  }
  
  .lun_box ul li a .jifen span i {
	font-weight: bold;
	font-size: 0.628rem;
  }
  
  .lun_box ul li a .jifen span:last-child {
	margin-left: 0.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: 0.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: 0.628rem;
	color: #666;
	padding: 0;
	border-radius: 50%;
	width: 0.865rem;
	height: 0.865rem;
	display: block;
	text-align: center;
  }
  
  .lun_box ul li a .btn .text_box {
	font-size: 0.628rem;
	color: #fff;
	margin: 0 0.345rem;
	width: 12%;
	text-align: center;
  }
  
  .lun_box ul li a .gou {
	background: #fff;
	border-radius: 1.235rem;
	padding: 0.135rem 0.335rem;
	line-height: 0.658rem;
	color: #01cda4;
	width: 3rem;
	font-size: 0.458rem;
	text-align: center;
	display: block;
  }
  
  /*新会员注册*/
  .help_zc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	margin: 0 0 0.335rem;
  }
  
  .help_zc .jfbox {
	padding: 1.25rem 0.335rem;
	color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 0.688rem;
	width: 100%;
	background-image: 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: 0.628rem;
  }
  
  .help_zc .jfbox h1:last-child {
	color: yellow;
  }
  
  .help_zc .hp_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333;
	font-size: 0.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: 0.628rem;
  }
  
  .help_zc .hp_box .hpnr {
	width: 72%;
	font-size: 0.628rem;
	display: flex;
  }
  
  .help_zc .hp_box .hpnr span {
	width: 50%;
	display: inline-block;
  }
  
  .help_zc .hp_box .hpname p {
	line-height: 0.775rem;
	padding: 0.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: 0.548rem;
	display: flex;
  }
  
  .help_zc .hp_box .select1 {
	width: 68%;
	color: #333;
	font-size: 0.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 0.345rem;
	border: none;
	outline: none;
	font-size: 0.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: 0.678rem;
	text-align: center;
	margin: 0.535rem auto;
	box-shadow: var(--shadowpink);
  }
  
  /*首页商品行显*/
  .homecp_list {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 2.5%;
	flex-wrap: wrap;
	margin-bottom: 0.335rem;
  }
  
  .homecp_list li {
	width: 100%;
	background: #fff;
	overflow: hidden;
	margin-bottom: 0.535rem;
	border-radius: 0.335rem;
  }
  
  .homecp_list li a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.45rem;
  }
  
  .homecp_list li a .homecp_list_img {
	width: 5.81rem;
	height: 5.81rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 0.335rem;
  }
  
  .homecp_list li a .homecp_list_img img {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 0.335rem;
  }
  
  .homecp_list li a .homecp_list_info {
	display: flex;
	width: calc(100% - 6.35rem);
	flex-direction: column;
  }
  
  .homecp_list li a .homecp_list_info .homecp-title {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 0.64rem;
	font-weight: 600;
	line-height: 1.28rem;
	height: 1.28rem;
	background: #deba64;
	padding: 0 0.335rem;
	color: #fff;
  }
  
  .homecp_list li a .homecp_list_info .homecp-tedian {
	font-size: 0.59rem;
	color: #666;
	line-height: 1.185rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 0.225rem 0 0;
  }
  
  .homecp_list li a .homecp_list_info .homecp-price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.125rem 0 0;
	/* padding-right: .335rem; */
  }
  
  .homecp_list li a .homecp-price_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .homecp_list li a .homecp-price_left .wzi1 {
	display: flex;
	flex-direction: column;
	text-align: right;
	line-height: 0.625rem;
	font-size: 0.4rem;
	color: var(--pink);
  }
  
  .homecp_list li a .homecp-price_left .wzi2 {
	font-size: 1.198rem;
	font-weight: 400;
	color: var(--pink);
	font-family: DIN;
	margin-left: 0.225rem;
	letter-spacing: -0.05rem;
  }
  
  .homecp_list li a .homecp-price_right {
	background: var(--jb-red1);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.52rem;
	width: 0.95rem;
	height: 0.95rem;
	color: #fff;
  }
  
  /*商品列表*/
  .category_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2.5%;
	flex-wrap: wrap;
	margin-bottom: 0.335rem;
  }
  
  .category_list li {
	width: 48.5%;
	background: #fff;
	overflow: hidden;
	margin-top: 0.35rem;
	border-radius: 0.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: 0.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: 0.59rem;
	height: 1.6rem;
	line-height: 0.8rem;
	margin: 0.235rem 0 0;
  }
  
  .category_list li a .goods-market {
	color: #999;
	font-size: 0.58rem;
	text-decoration: line-through;
  }
  
  .category_list li a .promotion-tag-list {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin: 0.225rem 0;
  }
  
  .category_list li a .promotion-tag-list .promotion-tag-item {
	padding: 0rem 0.215rem;
	line-height: 0.678rem;
	border-radius: 0.612rem;
	font-size: 0.42rem;
	color: #e90104;
	border: 2px solid #e90104;
	margin-right: 0.235rem;
  }
  
  .category_list li a .promotion-tag-list .promotion-tag-dikou {
	padding: 0rem 0.215rem;
	line-height: 0.678rem;
	border-radius: 0.612rem;
	font-size: 0.42rem;
	color: #ff8d00;
	border: 2px solid #ff8d00;
	margin-right: 0.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: 0.975rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .category_list li a .goods-info .current-price {
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--red);
	display: flex;
	/* font-family: DIN; */
  }
  
  .category_list li a .goods-info .current-price span:nth-child(3) {
	font-size: 0.59rem;
	color: #999;
	/* font-family: DIN; */
	text-decoration: line-through;
	margin-left: 0.335rem;
  }
  
  .category_list li a .goods-info .current-price i {
	font-size: 0.52rem;
  }
  
  .category_list li a .goods-info .rmb-icon {
	margin-right: 0.04rem;
	font-size: 0.52rem;
  }
  
  .category_list li a .goods-info .price-fen {
	font-size: 0.24rem;
  }
  
  .category_list li a .goods-info .goods-price-wrapper .sale {
	background: var(--jb-pink1);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.52rem;
	width: 0.95rem;
	height: 0.95rem;
	color: #fff;
  }
  
  .qc_main {
	margin: 0.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: 0.335rem;
	width: 48.5%;
	display: flex;
	border-radius: 0.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: 0.335rem 0.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: 0.65rem;
	font-weight: 400;
	width: 100%;
	line-height: 0.855rem;
	position: relative;
	z-index: 10;
	margin: 0 0.225rem 0 0.125rem;
	padding: 0.235rem 0 0;
  }
  
  .qc_main ul li a span:nth-child(2) {
	font-size: 0.58rem;
	color: #ffffff69;
	padding: 0.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: 0.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: 0.985rem;
	color: rgba(255, 255, 255, 0.55);
	position: absolute;
	bottom: 8%;
	right: 18%;
  }
  
  /*店铺列表*/
  
  .shopvip {
	margin: 0.335rem auto 0;
	background-color: #fff;
	width: 95%;
	border-radius: 0.335rem;
  }
  
  .vipstore {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.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 0.335rem;
	color: #999;
	width: calc(100% - 2.568rem);
  }
  
  .vipstore .vip_main .text h1 {
	font-size: 0.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: 0.59rem;
  }
  
  .vipstore .vip_main .text p span {
	margin-right: 0.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: 0.655rem;
	font-size: 0.54rem;
	padding: 0 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: 0.335rem;
	overflow-x: scroll;
	border-radius: 0.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: 0.335rem;
	overflow: hidden;
  }
  
  .sp_box .sp_list .sp_img img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0.335rem;
  }
  
  .sp_box .sp_list .sp_name {
	font-size: 0.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: 0.58rem;
	line-height: 0.875rem;
	font-weight: normal;
	height: 0.875rem;
  }
  
  .sp_box .sp_list .sp_name span {
	color: var(--pink);
	font-size: 0.62rem;
	font-weight: 700;
  }
  
  .sp_box .sp_list .sp_name span i {
	font-size: 0.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: 0.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: 0.335rem;
  }
  
  .article_top ul li:nth-child(3n) {
	margin-right: 0;
  }
  
  .article_top ul li .lanmu {
	text-align: center;
	font-size: 0.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: 0.58rem;
  }
  
  .service_top_cen>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.59rem;
	line-height: 1.5;
	color: #666;
  }
  
  .service_top_cen>div p:last-child {
	font-family: DIN;
	font-size: 0.68rem;
	color: #333;
  }
  
  .service_top_cen>div p:last-child em {
	font-size: 0.52rem;
  }
  
  .service_type {
	padding: 0.5rem;
	background-color: #fff;
	margin: 0.35rem 0;
  }
  
  .service_type h3 {
	font-size: 0.59rem;
  }
  
  .service_type .fuwxbo {
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
  }
  
  .service_type .fuwxbo a {
	padding: 0 0.5rem;
	border-radius: 0.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: 0.59rem;
	line-height: 1.8rem;
	background: #fff;
	padding: 0 0.5rem;
	border-bottom: 1px solid #ededed;
  }
  
  .service_reason p {
	margin-right: 0.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, 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: 0.69rem;
  }
  
  .service_reason_cen>div>i {
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	transform: rotate(45deg);
  }
  
  .service_reason_cen>div>i::after {
	content: "";
	border-top: 0.05rem solid #666;
	width: 0.7rem;
	position: absolute;
	top: 0.475rem;
	left: 0.15rem;
  }
  
  .service_reason_cen>div>i::before {
	content: "";
	border-right: 0.05rem solid #666;
	height: 0.7rem;
	position: absolute;
	top: 0.15rem;
	left: 0.475rem;
  }
  
  .service_reason_ul li {
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
	font-size: 0.69rem;
	line-height: 1.8rem;
  }
  
  .service_reason_ul li p {
	margin-left: 0.5rem;
  }
  
  .service_describe {
	background: #fff;
	padding: 0.5rem;
	position: relative;
  }
  
  .service_describe h3 {
	font-size: 0.59rem;
  }
  
  .service_describe textarea {
	width: 100%;
	height: 5rem;
	padding: 0.5rem 0;
	border: none;
	outline: none;
	font-size: 0.58rem;
	font-family: Helvetica, PingFangSC-Regular, "Droid Sans", Arial, sans-serif;
	line-height: 1.5;
	margin-bottom: 0.5rem;
	resize: none;
  }
  
  .service_describe .xianzd {
	font-size: 0.49rem;
	line-height: 1rem;
	position: absolute;
	bottom: 0.25rem;
	right: 0.5rem;
	color: #666;
  }
  
  .service_upload {
	background: #fff;
	padding: 0.5rem;
	margin: 0.35rem 0;
  }
  
  .service_upload h3 {
	font-size: 0.59rem;
  }
  
  .service_upload_ul {
	display: flex;
	align-items: center;
	margin: 0.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: 0.58rem;
  }
  
  .service_address {
	padding: 0 0.5rem;
	background: #fff;
  }
  
  .service_address>div {
	display: flex;
	align-items: center;
	font-size: 0.59rem;
	line-height: 1.8rem;
	border-bottom: 1px solid #ededed;
  }
  
  .service_address>div:last-child {
	border-bottom: none;
  }
  
  .service_address p {
	margin-right: 0.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: 0.58rem;
	color: #fff;
  }
  
  .top_main ul li i {
	font-size: 0.62rem;
	margin-right: 0.135rem;
  }
  
  .top_main .top_bar11 {
	width: 95%;
	margin: 0 auto;
	color: #5a2a00;
	letter-spacing: 0.035rem;
	border-radius: 0.335rem 0.335rem 0 0;
	font-size: 0.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, 0.07);
  }
  
  .pickAddress {
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 1111;
	background: rgba(0, 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%, 0.95),
		hsla(0, 0%, 100%, 0.6)),
	  linear-gradient(0deg, hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.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;
  }
  
  /*视频新闻列表*/
  
  .video_box {
	width: 95%;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
  }
  
  .video_box .video_list {
	background: #fff;
	border-radius: 0.335rem;
	margin: 0.335rem auto 0;
	overflow: hidden;
	width: 100%;
	display: flex;
  }
  
  .video_main {
	width: 95%;
	padding: 0.5rem 0;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	overflow: hidden;
  }
  
  .video_main h2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 0.62rem;
	/* height: 1.6rem; */
	line-height: 0.86rem;
	font-weight: 700;
	width: 100%;
  }
  
  .video_main p {
	color: #999;
  }
  
  .video_main video {
	width: 100%;
	height: 100%;
	border-radius: 0.335rem;
	background-color: #000;
	overflow: hidden;
  }
  
  .video_main .video_pic {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.335rem 0 0;
	border-radius: 0.335rem;
	overflow: hidden;
	height: 9rem;
  }
  
  .video_main .video_pic img {
	width: 100%;
  }
  
  /*视频详情页*/
  
  .video_about {
	width: 95%;
	background: #fff9f9;
	border: 1px solid #e2abb1;
	margin: 0.5rem auto;
	padding: 0.5rem;
	color: #e2abb1;
  }
  
  /*首页兑换专区*/
  
  .duihuan_body {
	width: 96%;
	margin: 0.335rem auto 0;
	background: url(../img/daili_box.png) no-repeat;
	background-size: 100% 100%;
	padding-bottom: 0.335rem;
	height: 8.6rem;
  }
  
  .duihuan_body1 {
	width: 96%;
	margin: 0 auto 0;
	padding-bottom: 0.335rem;
	background: #fff;
	border-radius: 0.335rem;
	padding: 0;
  }
  
  .duihuan_box1 {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 7.66rem;
  }
  
  .duihuan_box {
	width: 95%;
	margin: 0 auto;
	background: #fff;
	border-radius: 0.335rem;
	padding: 0.435rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 5.66rem;
  }
  
  .duihuan_list {
	width: 24%;
	display: flex;
	flex-direction: column;
	margin-right: 2%;
  }
  
  .duihuan_list1 {
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-right: 2%;
  }
  
  .duihuan_pic1 {
	width: 4.68rem;
	height: 4.68rem;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .duihuan_pic {
	width: 3.268rem;
	height: 3.268rem;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .duihuan_pic img,
  .duihuan_pic1 img {
	width: 100%;
	height: 100%;
  }
  
  .duihuan_name {}
  
  .duihuan_name .duiname {
	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: 0.62rem;
	line-height: 0.875rem;
	font-weight: 500;
	height: 0.875rem;
	width: 100%;
  }
  
  .duihuan_name p {
	color: var(--pink);
	font-size: 0.52rem;
	display: flex;
	align-items: center;
	font-family: "DIN";
  }
  
  .duihuan_name p span:first-child {
	font-size: 0.62rem;
  }
  
  .duihuan_name p i {
	font-family: DIN;
	font-size: 0.52rem;
  }
  
  .duihuan_name p span:last-child {
	font-size: 0.58rem;
	color: #999;
	text-decoration: line-through;
	margin-left: 0.235rem;
  }
  
  .duihuan_name .ygjl {
	background: var(--pink);
	border: 0.02rem solid var(--pink);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 1rem;
	overflow: hidden;
	height: 0.85rem;
	margin-bottom: 0.335rem;
  }
  
  .duihuan_name .ygjl span:first-child {
	display: flex;
	color: var(--pink);
	background-color: #fff;
	padding: 0 0.225rem;
	font-size: 0.5rem;
	height: 100%;
  }
  
  .duihuan_name .ygjl span:last-child {
	color: #fff;
	height: 100%;
	display: flex;
	padding: 0 0.225rem;
	font-family: DIN;
	font-size: 0.59rem;
	align-items: center;
  }
  
  .duihuan_name .ygjl span:last-child i {
	font-size: 0.5rem;
  }
  
  /*首页报单专区*/
  
  .baodan_body {
	margin: 0.52rem auto 0;
	width: 100%;
  }
  
  .baodan_box {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
	justify-content: space-between;
	/* align-items: center; */
  }
  
  .baodan_list:first-child {
	width: 48%;
	/* width: 100%; */
	margin-right: 0;
  }
  
  .baodan_list {
	background: #fff;
	/* padding: .5rem; */
	border-radius: 0.335rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 0.335rem;
	width: 48.5%;
	margin-right: 3%;
  }
  
  .baodan_list:nth-child(2n) {
	margin-right: 0;
  }
  
  .baodan_list:last-child {
	margin-bottom: 0;
  }
  
  .baodan_pic {
	width: 100%;
	height: max-content;
	/* height: 13rem; */
  }
  
  .baodan_pic img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 0.335rem 0.335rem 0 0;
  }
  
  .baodan_title {
	padding: 0.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: 0.62rem;
	line-height: 0.875rem;
	font-weight: 500;
	height: 1.55rem;
	width: 100%;
	color: #000;
	font-weight: bold;
  }
  
  .baodan_title>div:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 1.4rem;
  }
  
  .baodan_title>div:last-child span:first-child {
	font-size: 0.79rem;
	/* font-family: DIN; */
	color: var(--red);
	font-weight: bold;
  }
  
  .baodan_title>div:last-child span:first-child i {
	font-size: 0.52rem;
  }
  
  .baodan_title>div:last-child span:nth-child(2) {
	font-size: 0.59rem;
	color: #999;
	/* font-family: DIN; */
	text-decoration: line-through;
	margin-left: 0.335rem;
  }
  
  .baodan_title>div:last-child p {
	background: var(--jb-pink1);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.52rem;
	width: 0.95rem;
	height: 0.95rem;
	color: #fff;
	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: 0.335rem;
	position: relative;
	box-shadow: 0 0.235rem 0.435rem rgba(0, 0, 0, 0.1);
  }
  
  .video_list_img {
	width: 100%;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0.335rem 0.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 0.335rem 0.335rem;
	padding: 0.435rem;
	margin: -0.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 0.335rem;
	border-radius: 0.85rem 1rem 1rem 0;
	left: 0.435rem;
	top: -0.585rem;
	font-size: 0.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, 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, 0.3);
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	text-align: center;
	color: #fff;
	border: 0.06rem solid #fff;
	line-height: 0.8rem;
	border-radius: 1rem;
	padding: 0 0.5rem;
  }
  
  /*文章列表*/
  
  .article_list {
	width: 95%;
	margin: 0 auto;
  }
  
  .article_list li a {
	padding: 0.5rem 0.5rem;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: space-between;
	margin: 0.335rem 0 0;
	border-radius: 0.335rem;
  }
  
  .article_list_img {
	width: 40%;
	height: 4.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
	border-radius: 0.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: 0.62rem;
	line-height: 0.875rem;
	font-weight: 600;
	margin: 0rem 0 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: 0.785rem;
	margin: 0.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: 0.12rem 0.25rem;
	border-radius: 1.15rem;
	font-size: 0.48rem;
  }
  
  .article_top {
	width: 100%;
	overflow: auto;
  }
  
  .article_top>div {
	width: auto;
	display: flex;
	align-items: center;
  }
  
  .article_top a {
	width: max-content;
	display: block;
	padding: 0.1rem 0.35rem;
	font-size: 0.55rem;
	line-height: 1.5;
	margin: 0rem 0.35rem;
  }
  
  .article_top .article_top_pick {
	/* border-radius: 1rem; */
	/* border: 1px solid var(--pink); */
	color: var(--pink);
	position: relative;
  }
  
  .article_top .article_top_pick::before {
	position: absolute;
	left: 25%;
	bottom: 0;
	width: 50%;
	height: 0.12rem;
	background: var(--pink);
	content: "";
  }
  
  /*首页商学院*/
  
  .school_body {
	width: 95%;
	margin: 0 auto;
	background: #fff;
	padding: 0.5rem;
	border-radius: 0.335rem;
	display: flex;
	flex-wrap: wrap;
  }
  
  .school_body .school_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0.335rem 0;
	border-bottom: 0.02rem solid #dedede80;
	padding-bottom: 0.335rem;
  }
  
  .school_body .school_box:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
  }
  
  .school_box .school_left {
	width: 60%;
  }
  
  .school_box .school_left h1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	font-size: 0.62rem;
	line-height: 0.875rem;
	height: 1.75rem;
	width: 100%;
	margin: 0 0 0.235rem 0;
  }
  
  .school_box .school_left p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	margin: 0.225rem 0;
  }
  
  .school_box .school_right {
	width: 37%;
	height: 4rem;
	display: block;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .school_box .school_right img {
	width: 100%;
	height: 100%;
	border-radius: 0.335rem;
	overflow: hidden;
	object-fit: cover;
  }
  
  /*素材中心*/
  
  .share_box {
	width: 95%;
	margin: 0 auto 0.435rem;
	display: flex;
	flex-wrap: wrap;
  }
  
  .share_list {
	width: 100%;
	background: #fff;
	padding: 0.5rem 0.5rem 0;
	border-radius: 0.335rem;
	display: flex;
	flex-direction: column;
	margin: 0.335rem auto 0;
  }
  
  .share_top {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0.535rem;
  }
  
  .share_top .share_pic {
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.235rem;
  }
  
  .share_top .share_pic img {
	width: 100%;
	height: 100%;
	display: block;
  }
  
  .share_cont {
	display: flex;
	flex-direction: column;
	width: calc(100% - 2rem);
  }
  
  .share_cont h1 {
	font-size: 0.62rem;
	color: #333;
  }
  
  .share_cont span {
	color: #999;
  }
  
  .share_body {
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
  }
  
  .share_body_content {
	color: #333;
	margin: 0 auto 0.455rem;
  }
  
  .share_body_img {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
  }
  
  .share_body_img li {
	width: 32%;
	height: 4.54rem;
	margin-top: 0.335rem;
	list-style: none;
  }
  
  .share_body_img li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .share_body_img li:not(:nth-child(3n)) {
	margin-right: 2%;
  }
  
  /*一张图*/
  .share_body_img li:nth-last-child(1):first-child {
	width: 6rem;
	height: 6rem;
	margin-top: 0;
  }
  
  .share_body_img li:nth-last-child(4):first-child~li:nth-child(2n) {
	margin-right: 32%;
  }
  
  .share_body_img li:nth-last-child(4):first-child,
  .share_body_img li:nth-last-child(4):first-child~li {
	width: 32%;
	margin-right: 2%;
  }
  
  .share_bar {
	display: flex;
	justify-content: space-around;
	align-items: center;
	line-height: 2rem;
	border-top: 0.02rem solid #dedede80;
	margin-top: 0.455rem;
  }
  
  .share_bar>div {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
  }
  
  .share_bar>div i {
	font-size: 0.66rem;
	margin-right: 0.325rem;
  }
  
  /*首页列表循环*/
  .activity_main {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
  }
  
  .activity_main::-webkit-scrollbar {
	display: none;
  }
  
  .activity_main_box {
	overflow: hidden;
	display: inline;
	white-space: nowrap;
	overflow-x: scroll;
	float: left;
	width: 100%;
  }
  
  .activity_body {
	display: inline-block;
	margin: 0;
	width: 100%;
  }
  
  .activity_box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .activity_list {
	background: #fff;
	border-radius: 0.335rem;
	padding: 0.335rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 48.5%;
  }
  
  .activity_name {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	width: 63%;
  }
  
  .activity_name h2 {
	font-size: 0.62rem;
	line-height: 0.758rem;
	height: 1.516rem;
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 0.235rem 0.335rem 0;
	white-space: normal;
  }
  
  .activity_name span {
	border-radius: 1rem;
	font-size: 0.42rem;
	background: linear-gradient(45deg, #f3d4c1, #c8926f);
	margin-right: auto;
	padding: 0 0.125rem;
	color: #fff;
  }
  
  .activity_pic {
	width: 2.85rem;
	height: 2.85rem;
	position: relative;
	z-index: 1;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .activity_pic img {
	width: 100%;
	height: 100%;
	display: block;
  }
  
  .hd_title {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.835rem 0 0.235rem;
  }
  
  .hdzt_box a {
	width: 100%;
	margin: 0.35rem 0;
  }
  
  .hdzt_box a img {
	border-radius: 0.335rem 0.335rem 0 0;
	display: block;
	width: 100%;
  }
  
  .hdzt_box .hdzt_cen {
	width: 100%;
	position: relative;
	margin: 0 auto 0;
	z-index: 10;
	background: #fff;
	border-radius: 0 0 0.335rem 0.35rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0;
  }
  
  .hdzt_box .hdzt_cen>div {
	display: flex;
	padding: 0.1rem 0.35rem 0.135rem;
	flex-direction: column;
	align-items: center;
  }
  
  .hdzt_box .hdzt_cen>div>h3 {
	font-size: 0.69rem;
	line-height: 0.8rem;
	height: 0.8rem;
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
  }
  
  .hd_more {
	width: 95%;
	margin: 0.535rem auto 0.335rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
  }
  
  .hd_more span {
	padding: 0 0.335rem;
  }
  
  /*首页案例列表*/
  .case_box {
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
  }
  
  .case_list {
	width: 31.333%;
	background: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 0.335rem;
  }
  
  .case_pic {
	width: 100%;
	height: 5rem;
  }
  
  .case_pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
  }
  
  .case_name {
	padding: 0.435rem 0.235rem;
	font-size: 0.56rem;
	line-height: 0.785rem;
	text-align: center;
  }
  
  .headlineT {
	margin: 0.5rem auto 0.2rem;
	padding: 0.2rem 0.3rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 94%;
	border-radius: 0.3rem;
	background-color: #f6f1e6;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
  }
  
  .headlineT>span {
	font-weight: 550;
  }
  
  .headlineT>span>i>img {
	width: 0.5rem;
  }
  
  .index_notice .index_noticeA {
	width: .7rem;
	/* display: flex; */
	margin-right: 0.235rem;
	/* font-weight: bold; */
  }
  .index_notice .index_noticeA i {
	font-size: .72rem;
	  color: #50220c;
  }
  
  .index_notice .index_noticeA>span:nth-child(1) {
	color: #000;
	font-weight: 550;
  }
  
  .index_notice .index_noticeA>span:nth-child(2) {
	color: red;
	font-weight: 550;
  }
  
  .turn_into {
	margin: 0.5rem auto 0;
	display: flex;
	justify-content: space-around;
	width: 94%;
	/* background: linear-gradient(to right, #faf6f2cb, #e7ceaa); */
	background: url(../img/shoyebj_13.png);
	background-repeat: no-repeat;
	background-size: 100%;
  }
  
  .turn_into1 {
	padding: 1rem 0.6rem;
	display: flex;
	flex-direction: column;
	width: 50%;
  }
  
  .turn_into1 img {
	width: 5.5rem;
  }
  
  .turn_into2 {
	width: 40%;
  }
  
  .liL {
	width: 55%;
	color: #fff;
	text-align: center;
	background-color: #000;
  }
  
  .share_the_bill {
	display: flex;
	justify-content: space-between;
	padding: 0.35rem 0.45rem .125rem;
	margin: 0.5rem auto 0;
	width: 95%;
	background: linear-gradient(180deg, #fff6b6, #fff 30%);
	border-radius: 0.335rem;
  }
  .share_main {
	width: 48.5%;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
  }
  .share_title {
	width: 100%;
	display: flex;
	flex-direction: column;
  }
  .share_title_d {
	width: 100%;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  height: 0.93rem;
  }
  .share_title_d img {
	width: auto;
	  height: 0.7rem;
	  display: block;
  }
  .share_title_d>p {
	width: 60%;
	  display: flex;
	  white-space: nowrap;
	  align-items: center;
  }
  .share_title_d>p span:first-child {
	background: #f7511c;
	color: #fff;
	font-size: .40rem;
	border-radius: 0.135rem;
	height: 0.62rem;
	padding: 0 0.125rem;
	margin: 0 0.125rem;
  }
  .share_title_d>p .djsdate {
	color: var(--red);
	letter-spacing: -.02rem;
  }
  .share_the_billN {
	display: flex;
	flex-direction: column;
	width: 45%;
	align-items: center;
	overflow: hidden;
  }
  .share_the_billN img {
	width: 3rem;
	  height: 3rem;
	  display: block;
	  object-fit: contain;
  }
  .share_the_billN .share_jg {
	font-size: 0.69rem;
	color: var(--red);
	font-weight: bold;
  }
  .share_the_billN .share_jg i {
	font-size: .52rem;
  }
  .centered-line {
	color: #999;
	text-align: center;
	font-size: 0.5rem;
	text-decoration: line-through;
  }
  .share_title p {
	color: var(--red);
	font-size: .52rem;
  }
  .centered-line {
	text-align: center;
	position: relative;
	font-size: 0.5rem;
	transform: translateY(-25%);
  }
  
  .centered-line::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 32%;
	width: 40%;
	content: "";
	transform: translateY(-50%);
	border-top: 1px solid black;
  }
  
  .goodsname {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
  }
  
  .goodsname img {
	width: 60%;
  }
  
  .baodan_bodyN {
	margin: 0.5rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
  }
  
  .baodan_bodyN img {
	width: 55%;
  }
  
  .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 0.47rem;
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 0.42667rem;
  }
  
  .de_font .fl {
	width: 12.288rem;
  }
  
  .de_font .fl .similar-product-text {
	width: 100%;
	font-size: 0.64rem;
	color: #222;
	font-weight: 700;
	line-height: 0.98rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0.335rem 0;
  }
  
  .de_font .fr {
	width: 2.432rem;
	text-align: center;
	margin-top: 0.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: 0.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: 0.21333rem;
	font-size: 0.42667rem;
  }
  
  .de_font .scunde span {
	color: #999;
	font-size: 0.59733rem;
  }
  
  .de_font .scunde p {
	font-size: 0.59733rem;
	margin-top: 0.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: var(--red);
	font-size: 0.78rem;
	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;
  }
  
  .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;
  }
  
  .f_name_add {
	width: 100%;
	display: flex;
  }
  
  .nameli {
	font-weight: 600;
  }
  
  .f_crou_tim {
	display: flex;
	width: 100%;
	justify-content: space-between;
	font-size: 0.58rem;
  }
  
  .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: 0.42667rem 0;
  }
  
  .shartogete h2 {
	padding-left: 0.5rem;
	font-size: 0.68267rem;
  }
  
  .shartogete .forneu {
	overflow: hidden;
	margin-top: 0.85333rem;
  }
  
  .shartogete .forneu li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 0.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: 0.42667rem;
  }
  
  .shartogete .fohe {
	text-align: center;
	padding-top: 0.85333rem;
  }
  
  .shartogete .fohe i {
	display: inline-block;
	cursor: pointer;
  }
  
  .hs_acion {
	display: none;
	height: 0;
	background: #faf9f0;
	padding: 0.21333rem 0;
  }
  
  .hs_acion p {
	font-size: 0.55467rem;
	color: #666666;
	line-height: 1.06667rem;
  }
  
  .red {
	color: #e23435;
  }
  
  .actionfooer .cart-concert-btm .fl ul li {
	width: 2.133333rem;
	height: 2.133333rem;
	border-right: 1px solid #ccc;
  }
  
  .cart-concert-btm .ico {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
  }
  
  .cart-concert-btm .ico-index6 {
	width: 1.045333rem;
	height: 0.981333rem;
	margin: 0 auto;
	background-image: url(../img/index-6.png);
  }
  
  .cart-concert-btm .ico-heart {
	width: 1.152rem;
	height: 0.938667rem;
	margin: 0.021333rem auto;
	background-image: url(../img/heart.png);
  }
  
  .cart-concert-btm .ico-heart-h {
	background-position-x: -1.152rem;
  }
  
  .cart-concert-btm .ico-kf6 {
	width: 0.96rem;
	height: 0.853333rem;
	margin: 0.042667rem auto;
	background-image: url(../img/kf-6.png);
  }
  
  .actionfooer .cart-concert-btm .fl {
	width: 6.4rem;
  }
  
  .actionfooer .cart-concert-btm .fr {
	width: 9.6rem;
  }
  
  .actionfooer .cart-concert-btm .fr ul .o {
	background: #fe9c9c;
	width: 3.84rem;
  }
  
  .actionfooer .cart-concert-btm .fr ul .r {
	width: 5.76rem;
  }
  
  .actionfooer .cart-concert-btm .fr ul li a {
	line-height: 0.768rem;
	padding-top: 0.34133rem;
  }
  
  @media screen and (min-width: 1300px) {
	.actionfooer .cart-concert-btm .fr ul li a {
	  font-size: 0.29867rem;
	  height: 1.06667rem;
	  line-height: 0.42667rem;
	  padding-top: 0.17067rem;
	}
  }
  
  .spxq-ggcs {
	background-color: white;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	margin-bottom: 0.21333rem;
  }
  
  .spxq-ggcs ul li {
	float: left;
	width: 50%;
	text-align: center;
	height: 1.87733rem;
	line-height: 1.87733rem;
	font-size: 0.59733rem;
	cursor: pointer;
  }
  
  .spxq-ggcs ul .red {
	color: #ec5151;
  }
  
  .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.5rem; */
	overflow: hidden;
	line-height: 1.49333rem;
	/* border-top: 1px solid #dadada; */
	display: flex;
	align-items: center;
  }
  
  @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: 0.832rem;
	height: 0.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: 0.3rem;
	/*left:.08533rem*/
  }
  
  @media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fl ul li a i {
	  top: 0.21333rem;
	  left: 0.04267rem;
	  width: 0.53333rem;
	  height: 0.42667rem;
	  background-position-x: 0rem;
	}
  }
  
  .podee .cart-concert-btm .fl ul li a .gwc {
	/*background-position-x:-1.23733rem;*/
	width: 0.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: -0.55467rem;
	  left: -0.04267rem;
	}
  }
  
  .podee .cart-concert-btm .fl ul li a p {
	font-size: 0.47rem;
  }
  
  @media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fl ul li a p {
	  font-size: 0.256rem;
	}
  }
  
  .podee .cart-concert-btm .fl ul li a span {
	font-size: 0.384rem;
	height: 0.512rem;
	display: block;
	line-height: 0.512rem;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	left: 38.5%;
	top: 0.192rem;
	color: #f73535;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 0.256rem;
	border: solid 1px #ff3636;
	font-weight: 600;
	width: 0.7rem;
  }
  
  @media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fl ul li a span {
	  width: 0.42667rem;
	  height: 0.42667rem;
	  line-height: 0.42667rem;
	  font-size: 0.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: .75rem;
	color: white;
	font-size: 0.62rem;
	padding: 0.375rem 0 0;
	font-weight: 700;
  }
  
  @media screen and (min-width: 1300px) {
	.podee .cart-concert-btm .fr ul li a {
	  font-size: 0.29867rem;
	  height: 1.06667rem;
	  line-height: 1.06667rem;
	}
  }
  
  .podee .cart-concert-btm .fr ul .o {
	background: var(--pink);
	height: 2.2rem;
  }
  
  .podee .cart-concert-btm .fr ul .r {
	background: var(--red);
	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;
	box-shadow: 0 0 20px 13px #88888880;
  }
  
  @media screen and (min-width: 1300px) {
	.choose_shop_aready {
	  height: 12rem;
	}
  }
  
  .choose_shop_aready .shop-top-under {
	overflow: hidden;
	border-bottom: 1px solid #f8f8f8;
  }
  
  .choose_shop_aready .shopprice {
	height: inherit;
	overflow: hidden;
	padding: 0.42667rem 0;
  }
  
  .choose_shop_aready .shopprice .img_or {
	padding-left: 0.5rem;
	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 {
	font-size: 0.68267rem;
	height: 2.13333rem;
	line-height: 1.06667rem;
	margin-top: 0.10667rem;
  }
  
  .choose_shop_aready .shopprice .fon_or .price_or {
	color: #ec5151;
	padding: 0 0.21333rem;
	font-size: 0.68267rem;
	font-weight: 600;
  }
  
  .choose_shop_aready .shopprice .dqkc_or {
	padding: 0 0.21333rem;
  }
  
  .choose_shop_aready .shopprice .dqkc_or span {
	font-size: 0.55467rem;
	color: #999999;
  }
  
  .choose_shop_aready .shopprice .price_or {
	position: relative;
	margin-top: 0.21333rem;
  }
  
  .baodan_bodyN img {
	width: 55%;
  }
  
  .share_the_bill1 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0.225rem 0 0;
  }
  
  .share_the_bill2 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0.225rem 0 0;
  }
  
  .body_main {
	position: relative;
	  background-repeat: no-repeat;
	  
	  /* padding: 2.25rem 0 0; */
  }
  .body_main::before {
	/* background: linear-gradient(180deg, #ffec19 60%, transparent); */
	width: 100%;
	height: 35%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
  }
  .topSearch {
	padding: 0.2rem 0.5rem 0;
	overflow: auto;
	display: flex;
	width: 100%;
	position: relative;
  }
  
  .topSearchZ {
	display: flex;
	width: auto;
	white-space: nowrap;
	align-items: center;
  }
  
  .headerbg {
	position: fixed;
	top: 0;
  }
  
  .topSearchZ>a {
	margin: 0 0.1rem 0 0.2rem;
	  padding: 0.1rem 0.3rem;
	  color: #000;
	  border-radius: 3rem;
	  background-color: #ffffff97;
	  font-size: .52rem;
  }
  
  .exclusive {
	position: relative;
	  margin: 0.465rem auto 0.335rem;
	  width: 95%;
	  background: url(../img/SHOYEZSHU.png) no-repeat;
	  background-size: 100%;
	  height: 13.75rem;
	  padding: 0 0 0;
  }
  .activity_top {
	width: 95%;
	  margin: 0 auto;
	  height: 1.65rem;
	  display: block;
  }
  .exclusive_img {
	width: 100%;
  }
  
  .general {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	padding: .15rem 0 0.135rem;
  }
  
  .general1 {
	width: 24%;
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  background: linear-gradient(to top,#ffefe6, #fff);
	  border-radius: 0.335rem;
	  padding: 0 0 0.125rem;
  }
  
  .general1_N {
	width: 60%;
	display: flex;
	color: #000;
	font-size: 0.4rem;
	background-color: rgb(251, 241, 108);
	align-items: center;
	justify-content: center;
	transform: translateX(34%);
	border-radius: 0 0 0.225rem 0.225rem;
  }
  .general1_q {
	color: var(--red);
	font-size: .72rem;
	text-align: center;
	font-weight: bold;
	padding: 0.325rem 0 0;
	line-height: .65rem;
  }
  .general1_q i {
	font-size: .52rem;
  }
  .general1_x {
	color: red;
	font-size: .4rem;
	text-align: center;
  }
  .activity {
	display: flex;
	  justify-content: space-between;
	  padding: 0.25rem 0.4rem;
	  width: 95%;
	  margin: 0 auto;
	  background: #fff;
	  border-radius: 0.335rem;
	  overflow: hidden;
  }
  
  .activity1 {
	display: flex;
	width: 24%;
	flex-direction: column;
	align-items: center;
  }
  .activity1 img {
	width: 3.35rem;
	height: 3.35rem;
	display: block;
	object-fit: contain;
  }
  .activity1 span {
	font-size: 0.69rem;
	color: var(--red);
	font-weight: bold;
  }
  .activity1 span i {
	font-size: .52rem;
  }
  .activity1 span:last-child {
	color: #999;
	text-align: center;
	font-size: 0.5rem;
	text-decoration: line-through;
	line-height: .65rem;
  }
  .more {
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	height: 1.5rem;
  }
  
  .use {
	position: absolute;
	top: 51%;
	right: 0;
	width: 3rem;
	height: 1.4rem;
  }
  
  .goods_title>div a.selected p {
	background: #ffe314;
	position: relative;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-size: 0.5rem;
	text-align: center;
	border-radius: .5rem;
	width: 2.4rem;
  }
  
  /* .goods_title>div a.selected p::before {
	display: block;
	position: absolute;
	top: 1rem;
	left: 0.6rem;
	content: "";
	width: 1.2rem;
	height: 0.15rem;
	background-color: blue;
	border-radius: 0.6rem;
  } */
  
  .goods_title {
	width: 95%;
	  margin: 0.5rem auto 0.5rem;
	  overflow: auto;
  }
  .goods_title>div>a {
	text-align: center;
  }
  .baodan_body {
	margin: 0.2rem auto 0;
	width: 100%;
  }
  
  .baodan_box {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
  }
  
  .baodan_list {
	background: #fff;
	/* padding: .5rem; */
	border-radius: 0.335rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
  }
  
  .baodan_pic {
	width: 100%;
	/* height: max-content; */
	height: 100%;
  }
  
  .baodan_pic img {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	border-radius: 0.335rem 0.335rem 0 0;
  }
  
  .baodan_title {
	padding: 0.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: 0.62rem;
	line-height: 0.875rem;
	font-weight: 500;
	height: 1.55rem;
	width: 100%;
  }
  
  .baodan_title>div:nth-child(2) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
  }
  
  .baodan_title>div:nth-child(2) span:first-child {
	font-size: 0.69rem;
	/* font-family: DIN; */
	color: var(--pink);
  }
  
  .baodan_title>div:nth-child(2) span:first-child i {
	font-size: 0.52rem;
  }
  
  .baodan_title>div:nth-child(2) span:last-child {
	font-size: 0.58rem;
	color: #CDB37D;
	/* font-family: DIN; */
	/* text-decoration: line-through; */
  }
  
  .baodan_title>div:last-child p {
	/* background:  var(--pink); */
	border-radius: 1rem;
	/* color: #000; */
	padding: 0.125rem 0.335rem;
	display: flex;
	margin-left: auto;
  }
  
  .location_DITU {
	display: flex;
	align-items: center;
	font-size: .58rem;
	background: #fff;
	border-radius: 1rem;
	padding: 0 0.335rem;
	width: 32%;
	color: #666;
  }
  .location_DITU  i {
	font-size: .65rem;
	margin-right: 0.135rem;
  }
  .ball {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	animation: slideIn 0.5s forwards;
  }
  
  .full {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	/* height: 5rem; */
	transform: translate(-50%, -50%);
  }
  
  .wrong {
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: 8%;
	height: 1rem;
	font-size: 1rem;
	text-align: center;
	line-height: .9rem;
	color: #fff;
	border-radius: 50%;
	transform: translateX(-50%);
	border: .1rem solid #fff;
  }
  
  /* 出现动画 */
  @keyframes slideIn {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
  }
  
  .full .full_IMG {
	width: 100%;
  }
  
  .discounts {
	padding: .2rem .5rem 0;
	position: absolute;
	width: 74%;
	height: 6.8rem;
	top: 11%;
	left: 13%;
	border-radius: 0 0 2rem 2rem;
	overflow: auto;
  }
  
  .discountsN {
	margin-bottom: .2rem;
	padding: .3rem .5rem;
	display: flex;
	width: 100%;
	height: 2.3rem;
	background: red;
	/* border: 1px solid #000; */
	border-radius: .5rem;
	justify-content: space-between;
  }
  
  .discountsN_1 {
	display: flex;
	flex-direction: column;
	width: 50%;
	height: 100%;
	background: #fff;
	text-align: center;
	border-radius: 0.2rem;
  }
  
  .discountsN_1_S {
	font-size: .7rem;
	color: red;
  }
  
  .discountsN_2 {
	width: 48%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	font-size: .6rem;
  }
  
  .draw {
	position: absolute;
	bottom: 22%;
	left: 10%;
	width: 76%;
	height: 1.5rem;
  }
  
  .carousel_t {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	animation: slideIn 0.5s forwards;
	z-index: 999;
  }
  
  .carousel_x {
	margin-top: 1rem;
	width: 7%;
	height: 1rem;
	font-size: 1rem;
	text-align: center;
	line-height: .9rem;
	color: #fff;
	border-radius: 50%;
	transform: translateX(675%);
	border: .1rem solid #fff;
  }
  
  .banner {
	/* margin-top: 6rem; */
	/* border-radius: .335rem; */
	overflow: hidden;
  }
  
  .shoping_div::after {
	height: 16.095rem;
	content: '';
	display: block;
  }
  
  .footer_bt {
	height: 1.5rem !important;
	line-height: 1.5rem !important;
  }
  
  .banner_div .dian {
	bottom: 0.35rem;
  }
  
  .goods a {
	width: 95%;
	margin: 0.35rem auto;
  }
  
  .goods a img {
	border-radius: .35rem;
	display: block;
	width: 100%;
  }
  
  .goods .goods_cen {
	width: 95%;
	position: relative;
	margin: -1rem auto 0;
	z-index: 10;
	background: #fff;
	border-radius: 0.35rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0;
  
  }
  
  .goods .goods_cen>h2 {
	text-align: center;
	padding: 0 0.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
  }
  
  .goods .goods_cen>div {
	display: flex;
	padding: 0.1rem 0.35rem .135rem;
	flex-direction: column;
	align-items: center;
  }
  
  .goods .goods_cen>div>h3 {
	font-size: .69rem;
	line-height: .8rem;
	height: 0.8rem;
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #666;
	font-weight: normal;
  }
  
  .goods_price {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-radius: 1rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0.135rem 0.235rem #76767620;
	margin: 0.335rem auto 0;
	height: 1.5rem;
	background: url(__STYLE__/img/qian_07.png);
	background-repeat: no-repeat;
	background-size: 100%;
  }
  
  .goods_price div {
	padding: 0 0.335rem;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
  }
  
  .goods_price>h3 {
	font-size: 1rem !important;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 0.335rem;
  }
  
  .goods_price>h3 i {
	font-size: .52rem;
  }
  .xrrh {
	width: 95%;
	margin: .53rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .xrrh01 {
	font-family: none;
	font-weight: 400;
	font-size: .82rem;
	/* width: 28%; */
  }
  .xrrh02 {
	width: 1.5rem;
	height: 1.5rem;
  }
  .xrrh02 img{
   width: 100%;
  }
  .yaoqin {
	background-color: #fff;
	width: 95%;
	border-radius: .353rem;
	margin: .353rem auto 0;
	padding: .153rem 0;
  }
  .yaoqin01 {
    display: flex;
    width: 95%;
    margin: 0 auto;
    justify-content: space-between;
}
.yaoqin02 {
    background: linear-gradient(to bottom, #FBF4E6, #EFD4A4);
    border-radius: .353rem;
    width: 49%;
    text-align: center;
    padding: .353rem;
    margin-bottom: .353rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
}
.yaoqin07 {
    margin-left: 0.353rem;
}
.yaoqin02 span{
    background: linear-gradient(to bottom, #B83314, #B83314);
    border-radius: 1.353rem;
    color: #fff;
    font-size: .5rem;
    padding: .1rem .2rem;

}
.yaoqin02 h3{
    font-size: .72rem;
}
.yaoqin02 p{
    color: #717171;
    font-size: .5rem;
}
.yaoqin02 span .iconfont{
    font-size: .5rem;
}
.yaoqin04 {
    width: 49%;
}
.yaoqin05 {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background-color: #F1F1F1;
    border-radius: .353rem;
    padding: .353rem;
    margin-bottom: .353rem;
}
.yaoqin07 span{
    /* background: linear-gradient(to bottom, #AA1C2B, #D27F7C); */
    border-radius: 1.353rem;
    color: #B83314;
    font-size: .5rem;
    padding: .1rem .2rem;
    border: .01rem solid #B83314;
}
.yaoqin07 h3{
    font-size: .72rem;
}
.yaoqin07 p{
    color: #717171;
    font-size: .5rem;
}
.yaoqin07 span .iconfont{
    font-size: .5rem;
}
.yaoqin03 {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
}
.yaoqin03 img{
   width: 100%;
}
.yaoqin030 {
    width: 1.8rem;
    height: 1.8rem;
}
.yaoqin030 img{
    width: 100%;

}
  
  .hycx {
	background: linear-gradient(to top, #D3C2F8, #D3C2F8, #FBEFF2);
	  width: 95%;
	margin: 0 auto;
	border-radius: .353rem;
	margin-top: .53rem;
		padding: .353rem;
  }
  .hycx01 {
	display: flex;
	align-items: end;
	justify-content: space-between;
  }
  
  .hycx01 h3{
	font-size: .82rem;
  }
  
  .hycx04 {
	background-color: #F8F7F7;
	width: 95%;
	margin: 0 auto;
	border-radius: .853rem;
	margin-top: .353rem;
  }
  
  .lefrig {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: 0 auto;
	/* background-color: #E4EFFF; */
	border-radius: .5rem;
	/* padding: .85rem .5rem; */
	padding: .65rem 0;
  }
  
  .lefrig a {
	position: relative;
	/* background: url(/application/mobile/view/style/img/lefra.png) no-repeat; */
	background-size: 100% 100%;
	width: 49%;
	border-radius: .5rem;
	padding: .8rem .45rem .35rem;
	display: flex;
	justify-content: space-around;
	/* box-shadow: 3px 12px 15px #b8d0f1d4; */
  }
  .sya {
	/*background: url(/application/mobile/view/style/img/ssy.jpg);*/
	background-size: 100%;
	background-repeat: no-repeat;
	width: 45%;
	border-radius: 0.353rem;
		background-color: #FFFFFF;
  }
  .ssya {
	/*background: url(/application/mobile/view/style/img/sssy.jpg);*/
	background-size: 100%;
	background-repeat: no-repeat;
	width: 45%;
	border-radius: 0.353rem;
		background-color: #F0F0F0;
  }
  .lefrig h2 {
  
	  
	letter-spacing: -.05rem;
	line-height: .79rem;
	
	font-size: .69rem;
		color: #000;
  }
  .lefrig p {
	  color: #696969;
  font-size: .48rem;
	/*margin-bottom: -.15rem;*/
  }
  .lefrig span {
	padding: .1rem .25rem;
	font-size: .44rem;
	border-radius: 1rem;
	color: #fff;
	  background: linear-gradient(to right, #7AAD2D, #A7C874);
  }
  .hycx05 {
	display: flex;
  }
  
  .hycx06 {
  width: 50%;
	text-align: center;
	height: 1.3rem;
	line-height: 1.3rem;
	font-size: .72rem;
	font-weight: 700;
  }
  
  .hycx07 {
	width: 50%;
	background: linear-gradient(to right, #C89F76, #DAB78B);
	border-radius: 0rem .853rem 0rem .853rem;
  }
  .hycx08{
		width: 2rem;
	height: 2rem;
  }
  
  .hycx08 img{
	  width: 100%;
  }
  .hycx09{
   text-align: center;
  }
  
  
  
  .meil {
	position: relative;
		margin-top: .53rem;
  }
  
  .meil01 img{
	width: 100%;
	
  }
  
  .meil03 h2 {
	letter-spacing: -.05rem;
	line-height: .79rem;
	font-size: .69rem;
		color: #fff;
  }
  
  .meil03 span {
	padding: .1rem .25rem;
	font-size: .44rem;
	border-radius: 1rem;
	color: #333;
	background: linear-gradient(to right, #FBEAD2, #F5CC97);
  }
  
  .meil02 {
	position: absolute;
	top: 30%;
	right: 1%;
	display: flex;
	align-items: center;
  }
  .meil03 {
	margin-right: .53rem;
  }
  
  .meil04 {
	font-weight: 500;
	color: #fff;
	font-size: .58rem;
  }
  .meil04 span{
		font-size: .82rem;
	font-weight: 700;
  }
  .lih01 {
	display: flex;
	justify-content: space-between;
	margin: .353rem 0;
  }
  .lih02 {
	background: linear-gradient(162deg, #ffffff,#ffffff, #ffffff,  #F9EBC7);
	border-radius: .353rem;
	text-align: center;
	width: 32%;
	padding: .353rem 0;
  }
  .lih04 {
	font-size: .5rem;
	color: #808080;
  }
  span.lih05 {
	background: linear-gradient(to left, #D546C2, #584CC8);
	border-radius: 1rem;
	color: #fff;
	text-align: center;
	font-size: 0.55rem;
	padding: .01rem .2rem;
  }
  .lih06 {
	width: 3rem;
	height: 3rem;
	margin: 0 auto;
	margin-top: .353rem;
  }
  .lih06 img{
	width: 100%;
  }
  .lih03 h3{
	font-size: .65rem;
  }
  .xrrh033 {
	width: 95%;
	margin: .53rem auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	border-radius: .353rem;
	padding: .353rem;
  }
  .xrrh031 h3{
	font-family: none;
	font-weight: 400;
	font-size: .82rem;
  }
  .xrrh031 span{
	color: #747474;
	font-size: .55rem;
  }
  .spol a{
	width: 95%;
	margin: 0.35rem auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position-y: bottom;
	padding-bottom: .5rem;
  }
  .spol01 img{
	border-radius: .35rem;
	display: block;
	width: 100%;
  }
  .spol02 {
	background: linear-gradient(to top, #F0DEC6, #F0DEC6);
	border-radius: .353rem;
	margin-top: .353rem;
	padding: .353rem;
  }
  .spol010{
	background-color: #fff;
	border-radius: .353rem;
	padding: .653rem .353rem;
	display: flex;
	justify-content: space-between;
  }
  .spol05 {
	display: flex;
	color: #B83314;
	justify-content: space-around;
  }
  .spol08 {
	/* background-color: #AE1D2C; */
	background: linear-gradient(to left, #A24F52, #A24F52);
	color: #fff;
	border-radius: 1.353rem;
	text-align: center;
	font-size: .55rem;
  }
  .spol03 h3{
	font-family: none;
	font-weight: 400;
	font-size: .82rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
  }
  .spol03 span{
	color: #535353;
	font-size: .6rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
  }
  .spol06 {
	width: 1.6rem;
	font-size: .5rem;
  }
  .spol07 {
	font-family: none;
	font-weight: 400;
	font-size: .92rem;
  }
  .spol03 {
	width: 50%;
  }
  .dianjck {
	background: linear-gradient(to top, #A2764F, #A2764F);
	/* background: linear-gradient(to left, #D546C2, #584CC8); */
	color: #fff;
	text-align: center;
	font-size: .62rem;
	width: 95%;
	margin: 0 auto;
	border-radius: .453rem;
	padding: .353rem;
  }
  .footer_nav > ul .pick33:before {
	content: "";
	width: 0.682rem;
	height: 0.682rem;
	background-image: linear-gradient(135deg, #ffde60, transparent);
	position: absolute;
	left: 48%;
	top: 14%;
	border-radius: 50%;
	z-index: -1;
	display: block;
  }
  .three_sty {
	  width: 95%;
	  margin: .335rem auto;
	  display: flex;
	  justify-content: space-between;
  
  }
  
  .three_sty_lef,
  .three_sty_rig {
	  width: 49%;
  
  }
  
  .three_sty_lef img {
	  height: 100%;
	  width: 100%;
	  border-radius: .335rem;
  }
  
  .three_sty_rig {
	  display: flex;
	  flex-direction: column;
	  /* justify-content: space-between; */
  }
  .sty_rig_a {
	  padding: .15rem 0;
	  background-image: linear-gradient(#f9d6f7, #ffffff, #ffffff);
	  height: 44%;
	  border-radius: .335rem;
	  margin-bottom: .353rem;
  }
  
  /* .sty_rig_b {
	  background-image: linear-gradient(#fdeae4, #ffffff, #ffffff);
  
  } */
  
  .sty_rig_a_img {
	  display: flex;
	  align-items: center;
	  margin-left: .35rem;
  
  }
  
  .sty_rig_a_img img {
	  height: .69rem;
  }
  
  .sty_rig_a span {
	  font-size: .45rem;
	  color: white;
	  border-radius: 1rem;
	  padding: 0 .35rem;
	  margin-left: .25rem;
	  background-image: linear-gradient(to right, #22c873, #38cb22);
  }
  .sty_rig_b span {
	  background-image: linear-gradient(to right, #ff574c, #ff6a62);
  }
  
  .sty_lis {
	  display: flex;
	  /* justify-content: space-between; */
	  /* margin-top: .235rem; */
	  overflow: hidden;
	  overflow-x: auto;
  }
  .sty_lis::-webkit-scrollbar {
	  display: none; 
	}
	
  .sty_lis a {
	  width: 3.25rem;
	  color: red;
	  flex-shrink: 0;
	  text-align: center;
	  margin-left: .35rem;
  }
  
  .sty_lis i {
	  font-size: .39rem;
  }
  
  .sty_lis_img {
	  width: 100%;
	  height: 3.25rem;
  }
  
  .sty_lis_img img {
	  width: 100%;
	  height: 100%;
	  border-radius: .335rem;
	  object-fit: cover;
  }
  .sty_rig_a0 {
	  padding: .15rem 0;
	  background-image: linear-gradient(#f9d6f7, #ffffff, #ffffff);
	  height: 92%;
	  border-radius: .335rem;
  }
  .sty_lis0{
	  display: flex;
	  flex-wrap: wrap;
	  margin-top: .0235rem;
	  overflow: hidden;
	  overflow-x: auto;
  }
  .sty_lis0::-webkit-scrollbar {
	  display: none; 
	}
	
  .sty_lis0 a {
	  width: 3.25rem;
	  color: red;
	  flex-shrink: 0;
	  text-align: center;
	  margin-left: .35rem;
	  margin-bottom: .9rem;
  }
  
  .sty_lis0 i {
	  font-size: .39rem;
  }
  .xxmed {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 95%;
    margin: .353rem auto;
}
.xxmed a{
	background-color: #fff;
    width: 40%;
    border-radius: .353rem;
    margin-left: .353rem;
    padding-bottom: .3rem;
}
.xxmed a img{
	width: 100%;
    height: 5rem;
    border-radius: .353rem .353rem 0 0;
}
.xxmed a h3{
	padding: 0 .1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.xxmed a p{
	padding: 0 .1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.sqw {
  /* background-color: #FFFFFF; */
  /* width: 95%; */
  margin: 0 auto;
  border-radius: .353rem;
  padding: .53rem;
}
.sqww {
  background-color: #FFFFFF;
  width: 95%;
  margin: 0 auto;
  border-radius: .353rem;
  padding: .53rem;
}
.hycx01 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.hycx01 h3 {
  font-size: .82rem;
}
.hycx01 h3 {
  font-size: .82rem;
}
.ruh {
  width: 95%;
  margin: .453rem auto;
  background-color: #A2764F;
  border-radius: .353rem;
}
.ruh01 {
  display: flex;
  color: #fff;
  justify-content: space-between;
  padding: .353rem;
}
.ruh02 {
  display: flex;
      background-color: #fff;
      padding: 0.83rem 0.353rem;
      justify-content: space-between;
      border-radius: 0 0 .353rem .353rem;
}
.ruh02 a{
  display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.ruh04 {
  color: #A2A04F;
  font-size: .55rem;
  margin: .253rem 0;
}
.ruh05 {
  background-color: #A2764F;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  font-size: .55rem;
  width: 70%;
}
.ruh06 {
  width: 2rem;
  height: 2rem;
}
.ruh06 img{
  width: 100%;
}