* {
	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: #fff;
  }
  
  .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%;
	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-family: "微软正黑体", "Microsoft JhengHei", "Lato", "Droid Sans", Arial,
	  sans-serif;
  }
  
  @font-face {
	font-family: "iconfontt";
	src: url("../fonts/iconfontt.eot");
	src: url("../fonts/iconfontt.eot?#iefix") format("embedded-opentype"),
	  url("../fonts/iconfontt.woff2") format("woff2"),
	  url("../fonts/iconfontt.woff") format("woff"),
	  url("../fonts/iconfontt.ttf") format("truetype"),
	  url("../fonts/iconfontt.svg#iconfont") format("svg");
  }
  
  @font-face {
	font-family: "times_new_romanbold";
	src: url("../fonts/times_new_roman_bold-webfont.eot");
	src: url("../fonts/times_new_roman_bold-webfont.eot?#iefix")
		format("embedded-opentype"),
	  url("../fonts/times_new_roman_bold-webfont.woff2") format("woff2"),
	  url("../fonts/times_new_roman_bold-webfont.woff") format("woff"),
	  url("../fonts/times_new_roman_bold-webfont.ttf") format("truetype"),
	  url("../fonts/times_new_roman_bold-webfont.svg#times_new_romanbold")
		format("svg");
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: "Lato-Bold";
	src: url("../fonts/Lato-Bold.eot"); /* IE9 */
	src: url("../font/Lato-Bold.eot?#iefix") format("embedded-opentype"),
	  /* IE6-IE8 */ url("../fonts/Lato-Bold.woff") format("woff"),
	  /* chrome、firefox */ url("../fonts/Lato-Bold.ttf") format("truetype"),
	  /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
		url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg"); /* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
  }
  
  @font-face {
	font-family: "DIN";
	src: url("../font/DIN.eot");
	/* IE9+ */
	src: url("../font/DIN.eot?#iefix") format("embedded-opentype"),
	  /* IE6-IE8 */ url("../font/DIN.woff") format("woff"),
	  /* chrome、firefox */ url("../font/DIN.ttf") format("truetype"),
	  /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url("../font/DIN.svg#fontname") format("svg");
	/* iOS 4.1- */
  }
  
  @font-face {
	font-family: "futura-lt-light";
	/* IE9+ */
	src: url("../font/futura-lt-light.woff2") format("woff2");
  }
  
  body {
	width: 100%;
	max-width: 16rem;
	font-family: "微软正黑体", "Microsoft JhengHei", "Lato", "Droid Sans", Arial,
	  sans-serif;
	font-size: 0.62rem;
	line-height: 1.5;
	color: #222;
	background-color: #f7f8fc;
	margin: 0 auto;
	overflow-x: auto;
  }
  
  :root {
	--blue: #3357AF;
	/* --blue: #007bff; */
	--indigo: #6610f2;
	--purple: #6f42c1;
	/* --pink: #ff1785; */
	--pink: #800011;
	--red: #dc3545;
	--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 right,#ff1886 ,#ff59bb);
	  --jb-pink2: linear-gradient( to bottom,#ff1886 ,#ff59bb); */
	--jb-pink1: linear-gradient(to right, #3357AF, #3357AF);
	--jb-pink2: linear-gradient(to bottom, #22c2e1, #217bf9);
	--jb-pink3: linear-gradient(to right, #eddfcb, #e7ceaa);
	--jb-yellow1: linear-gradient(to right, #ffbf40, #ffdf4c);
	--jb-yellow2: linear-gradient(to right, #ffeecb, #fcdeaa);
	--jb-red3: linear-gradient(90deg, #00a7fa 0%, #0076f5 100%);
	--jb-red1: linear-gradient(to right, #cf1615, #cf1615);
	--jb-red2: linear-gradient(to right, #f52932, #fd683e);
	--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 #e3e2e9;
	--shadowpink: 0 0.235rem 0.235rem #e38e7a30;
  }
  
  .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-image: var(--jb-pink1);
	box-shadow: var(--shadowpink);
	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-color: var(--pink);
	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: 0.4rem;
	height: 0.4rem;
	border-top: 0.1rem solid #666;
	border-left: 0.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;
  }
  
  .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);
  }
  
  .head_box {
	position: relative;
	width: 100%;
	/* height: 3.5rem; */
	border-radius: 0 0 1.58rem 1.58rem;
	z-index: 1;
  }
  
  .head_main {
	width: 100%;
	overflow: hidden;
	/* background-image: url(../img/body_bg.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -2rem;
	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 {
	width: 100%;
	padding: 0.35rem 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: -webkit-transform 2s, opacity 3s, background 1s;
  }
  
  .headerbg {
	background: var(--blue);
	opacity: 0.9;
	-webkit-transition: -webkit-transform 2s, opacity 3s, background 1s;
  }
  
  .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 {
	-webkit-transition: -webkit-transform 3s, opacity 4s, background 10s;
	display: flex;
	align-items: center;
	padding: 0 0.5rem;
	background: #fff;
	border-radius: 1rem;
	border: .03rem solid #333;
  }
  
  header .logo {
	margin-right: 0.5rem;
	color: #999;
  }
  
  header .logo img {
	width: 1rem;
	height: 1rem;
	display: block;
  }
  
  header .header_a {
	width: 80%;
  }
  
  header .header_a input {
	width: 100%;
	font-size: 0.59rem;
	line-height: 1.5rem;
	background: transparent;
	color: #666;
  }
  
  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%;
	margin: 0 auto;
	/* border-radius: .335rem; */
	/* z-index: 1; */
  }
  
  .banner_div:after {
	content: "";
	display: block;
	width: 100%;
	height: 8.1rem;
  }
  
  .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;
  }
  .sczl_pic {
	margin: 2.35rem auto -0.25rem;
	width: 80%;
	height: auto;
  }
  .sczl_pic img {
	width: 100%;
	display: block;
  }
  
  .menu {
	width: 95%;
	  margin: 0 auto 0;
	  border-radius: 0.335rem 0.335rem;
	  position: relative;
	  padding: 0.55rem 0.15rem 0.25rem;
	  z-index: 1;
	  display: flex;
	  flex-wrap: wrap;
	  background: linear-gradient(180deg, #e4fdf5 1%, #ffffff 9%);
	  border: 0.02rem solid #fff;
  }
  
  .meun3 a {
	width: 33%;
  }
  
  .meun4 a {
	width: 25%;
  }
  
  .meun5 a {
	width: 20%;
  }
  
  .menu a {
	display: block;
	font-size: 0.58rem;
	line-height: 1.5;
	text-align: center;
	padding: 0rem 0 0.135rem;
  }
  
  .menu img {
	width: 1.875rem;
	height: 1.875rem;
	display: block;
	margin: 0rem auto 0rem;
  }
  
  .menu_sub img {
	width: 1.75rem;
	height: 1.75rem;
	display: block;
	margin: 0 auto 0.125rem;
  }
  .menu div {
	line-height: 1.275rem;
	display: flex;
	flex-direction: column;
  }
  .menu div span {
	font-family: "UKIJ Ekran";
	font-size: 0.53rem;
	color: #b7956c;
  }
  
  .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;
  } */
  
  .text_tilt {
	display: flex;
	width: 3.55rem;
	font-size: 0.59rem;
	font-weight: bold;
	align-items: center;
  }
  
  .text_tilt > span:nth-child(2) {
	color: red;
  }
  
  .text_tilt i {
	font-size: 0.62rem;
	color: var(--pink);
	margin-right: 0.125rem;
	font-weight: normal;
  }
  .demopage {
	margin: 0;
	width: calc(100% - 3.55rem);
  }
  
  /* 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: #333;
  }
  
  #s2,
  #s3 {
	height: 5rem;
  }
  
  .index_notice {
	display: flex;
	padding: 0.065rem 0.335rem;
	background: #fff;
	width: 95%;
	margin: 0.335rem auto 0;
	border-radius: 0.335rem 0.335rem;
	align-items: center;
	/* border-top: 1px solid #dedede70; */
	justify-content: space-between;
  }
  
  .index_notice img {
	width: 1.08rem;
  }
  
  /* 
  .index_notice>div {
	  width: calc(100% - 2.75rem);
	  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: 95%;
	margin: 0 auto 0.635rem;
	display: flex;
	position: relative;
	border-radius: 0.335rem;
	overflow: hidden;
	flex-wrap: wrap;
  }
  
  /* .yft_pic::after {
	  position: absolute;
	  left: 0;
	  top: 30%;
	  width: 100%;
	  height: 40%;
	  background-color: #dfc485;
	  content: "";
  } */
  
  .yft_pic img {
	width: 100%;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	display: block;
	height: auto;
	border-radius: 0.335rem;
  }
  
  /**/
  .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;
  }
  
  .tourism_search {
	width: 95%;
	margin: 0.35rem auto 0rem;
	line-height: 1.85rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
  }
  
  .tourism_search div:first-child {
	background: #faf9ff;
	width: 80%;
	border-radius: 1rem;
	padding: 0 0.535rem;
	border: 0.04rem solid var(--blue);
	display: flex;
	justify-content: flex-start;
	align-items: center;
  }
  
  .tourism_search div:last-child {
	width: 18%;
	background: var(--jb-red1);
	border-radius: 1rem;
	color: #ffff;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .tourism_search i {
	margin-right: 0.25rem;
	font-size: 0.78rem;
	color: var(--blue);
  }
  
  .tourism_content {
	width: 100%;
	background: linear-gradient(to bottom, white 60%, transparent);
	border-radius: 1.15rem 1.15rem 0 0;
	margin-top: -1rem;
	position: relative;
	z-index: 2;
	padding: 0.45rem 0 0;
  }
  
  .tourism_content > div {
	display: flex;
	align-items: center;
	width: 95%;
	margin: 0 auto;
	overflow-x: scroll;
  }
  
  .tourism_content > div a {
	width: 25%;
	padding: 0.35rem 0;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
  }
  
  /* .tourism_content>div a img {
	  display: none;
  } */
  
  /* .tourism_content>div a:nth-child(1),
  .tourism_content>div a:nth-child(2),
  .tourism_content>div a:nth-child(3) {
	  width: 33.3%;
	  padding: .15rem;
	  height: 3.5rem;
	  display: flex;
  }
  
  .tourism_content>div a:nth-child(1) p,
  .tourism_content>div a:nth-child(2) p,
  .tourism_content>div a:nth-child(3) p {
	  position: absolute;
	  bottom: 0.35rem;
	  left: 2.5%;
	  color: #fff;
	  text-align: center;
	  width: 95%;
	  z-index: 2;
  } */
  .tourism_content > div a div {
	display: block;
	width: 2.5rem;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	height: 2.5rem;
	margin-bottom: 0.235rem;
  }
  
  .tourism_content > div img {
	display: block;
	width: 100%;
	object-fit: cover;
	border-radius: 0.35rem;
	position: relative;
	height: 100%;
  }
  
  /* .tourism_content>div a:nth-child(1) div::before ,
  .tourism_content>div a:nth-child(2) div::before ,
  .tourism_content>div a:nth-child(3) div::before {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 42%;
	  background: linear-gradient(to top , #00000090,transparent);
	  content: "";
	  z-index: 1;
  } */
  
  /*首页旅游攻略推荐*/
  .introduction_list {
	width: 95%;
	/* background: #fff; */
	margin: 0 auto;
	overflow: scroll;
	display: flex;
	justify-content: space-between;
	padding: 0rem 0 0rem;
	border-radius: 0.335rem;
  }
  
  .introduction_list a {
	display: flex;
	flex-shrink: 0;
	/* align-items: center; */
	background-color: white;
	margin: 0 0.2rem;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 0rem 0.45rem;
	border-bottom: 0.02rem dashed #dedede80;
	width: 47%;
	overflow: hidden;
	border-radius: 0.5rem;
  }
  .introduction_list a:last-child {
	border-bottom: none;
  }
  .introduction_list .introduction_list_img {
	width: 7.2rem;
	height: 5.5rem;
	display: flex;
	overflow: hidden;
  }
  
  .introduction_list .introduction_list_img img {
	width: 100%;
	display: block;
	object-fit: cover;
  }
  
  .introduction_list .introduction_list_content {
	padding: 0 0.35rem;
	/* width: calc(100% - 4rem); */
  }
  .introduction_list_content p {
	font-weight: 600;
	color: #bf2625;
  }
  .introduction_list_content p span {
	font-weight: 500;
	font-size: 0.39rem;
  }
  
  .introduction_list_content h3 {
	font-size: 0.49rem;
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	margin: 0.25rem 0 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
  }
  
  /* .introduction_list_content h3 span {
	  background: var(--jb-yellow1);
	  color: #222;
	  border-radius: 50%;
	  display: inline-block;
	  width: .8rem;
	  line-height: .8rem;
	  font-size: .49rem;
	  text-align: center;
	  margin-right: .15rem;
  } */
  
  .introduction_list_content div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ccc;
	font-size: 0.58rem;
	margin: 0.335rem 0 0;
  }
  
  .introduction_list a:first-child .introduction_list_content div p:first-child {
	color: #ff4242;
  }
  
  .introduction_list a:nth-child(2) .introduction_list_content div p:first-child {
	color: #30d446;
  }
  
  .introduction_list a:nth-child(3) .introduction_list_content div p:first-child {
	color: #3069d4;
  }
  
  /*热门目的地*/
  
  .dest_cen {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.5rem;
  }
  
  .dest_cen > p {
	width: 1.5rem;
	height: 5rem;
	text-align: center;
	background: linear-gradient(to bottom, #3c8fff, #215bff);
	color: #fff;
	border-radius: 0.35rem;
	font-size: 0.62rem;
	padding: 0 0.35rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	font-weight: 600;
	line-height: 0.685rem;
	margin-right: 0.335rem;
  }
  
  .dest_cen > p span {
	color: #215bff;
	background: #fff;
	border-radius: 50%;
	margin-top: 0.25rem;
	display: inline-block;
	line-height: 0.8rem;
	width: 0.8rem;
	height: 0.8rem;
	font-size: 0.58rem;
  }
  
  .dest_cen > div {
	overflow: auto;
	width: 100%;
  }
  
  .dest_cen > div::-webkit-scrollbar {
	display: none;
  }
  
  .dest_cen > div > div {
	display: flex;
	align-items: center;
	width: max-content;
	justify-content: flex-start;
  }
  
  .dest_cen > div > div a {
	width: 10rem;
	margin-right: 0.35rem;
	display: flex;
	border-radius: 0.35rem;
	overflow: hidden;
	background: #fff;
	padding: 0.35rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
  }
  
  /* .dest_cen>div>div a::before {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 30%;
	  background: linear-gradient(to top , #00000090,transparent);
	  content: "";
  } */
  
  .dest_cen > div > div a img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 6rem;
	border-radius: 0.335rem 0.335rem 0 0;
	margin-bottom: 0.335rem;
  }
  
  .dest_cen > div > div a span {
	position: absolute;
	top: 0.735rem;
	right: 0.78rem;
	z-index: 2;
	border-radius: 1rem;
	padding: 0 0.25rem;
	color: #ffffff;
	line-height: 0.775rem;
	background: var(--jb-yellow1);
  }
  
  .dest_cen > div > div a div {
	/*padding: 0 0.5rem; */
	width: 100%;
	color: #333;
	display: flex;
	flex-direction: column;
  }
  
  .dest_cen > div > div a div h3 {
	font-size: 0.62rem;
	height: 0.875rem;
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: normal;
  }
  
  .dest_cen > div > div a div p {
	background: #f5efff;
	border-radius: 1rem;
	color: var(--blue);
	padding: 0 0.225rem;
	text-overflow: -o-ellipsis-;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: normal;
	font-size: 0.52rem;
	margin-top: 0.135rem;
	height: 0.985rem;
	line-height: 0.985rem;
	margin-right: auto;
	display: flex;
  }
  
  /*精选特价*/
  .base_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 95%;
	margin: 0 auto;
  }
  
  .base_list a {
	width: 100%;
  }
  
  .base_list a img {
	width: 100%;
	display: block;
  }
  
  .base_list a div {
	text-align: center;
  }
  
  .base_list a div h3 {
	color: #202633;
	font-weight: normal;
  }
  
  .base_list a > div > p {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 500;
  }
  
  .base_list a div div {
	width: max-content;
	margin: 0 auto;
	display: flex;
	align-items: end;
	justify-content: center;
	border: 0.05rem solid #6c798c;
	border-radius: 2rem;
	padding: 0.15rem 0.35rem;
  }
  
  .base_list a div div span,
  .base_list a div div em {
	color: #222;
	font-size: 0.49rem;
	margin-left: 0.35rem;
  }
  
  .base_list a div div em {
	color: var(--red);
  }
  
  .base_list a div div p {
	color: var(--red);
	font-size: 0.9rem;
	font-weight: 700;
	margin-right: 0.5rem;
	margin-left: 0.15rem;
  }
  
  .base_list a div div i {
	width: 4rem;
	background: linear-gradient(to right, #8c9bb0, #6c798c);
	border-radius: 1rem;
	color: #fff;
	line-height: 1.25rem;
	text-align: center;
	display: block;
  }
  
  /*标题*/
  
  .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: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;
  }
  
  /*首页瓷片区*/
  
  .nav_tuijian {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	margin: 0.35rem auto;
  }
  .nav_tuijian > div {
	width: 48.5%;
	border-radius: 0.35rem;
	padding: 0.35rem;
	min-height: 6.35rem;
  }
  .cipian_1 {
	background: linear-gradient(180deg, #ffdede, #fff 20%);
  }
  .cipian_1 h3 span {
	background: linear-gradient(to right, #fe574d, #fe2b5c);
	color: #fff;
  }
  .cipian_2 {
	background: linear-gradient(180deg, #fff9d6, #fff 20%);
  }
  .cipian_2 h3 span {
	background: linear-gradient(to right, #fdd365, #fdc54c);
	color: #fff;
  }
  .cipian_3 {
	background: linear-gradient(180deg, #deeeff, #fff 20%);
	margin-top: 0.335rem;
  }
  .cipian_3 h3 span {
	background: linear-gradient(to right, #8486e7, #6767d7);
	color: #fff;
  }
  .cipian_4 {
	background: linear-gradient(180deg, #e3ffde, #fff 20%);
	margin-top: 0.335rem;
  }
  .cipian_4 h3 span {
	background: linear-gradient(to right, #5bde46, #48d52e);
	color: #fff;
  }
  .nav_tuijian h3 {
	margin-bottom: 0.35rem;
	display: flex;
	align-items: center;
  }
  .nav_tuijian h3 span {
	font-weight: normal;
	font-size: 0.49rem;
  
	border-radius: 1rem;
	margin-left: 0.25rem;
	padding: 0 0.35rem;
  }
  .nav_tuijian > div > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
  }
  .nav_tuijian > div > div a {
	width: 47%;
	text-align: center;
  }
  .nav_tuijian > div > div div {
	width: 2.95rem;
	height: 2.95rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.35rem;
	overflow: hidden;
  }
  .nav_tuijian > div div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  .nav_tuijian > div > div a p {
	padding: 0.2rem 0rem 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--pink);
	font-weight: bold;
	font-size: .52rem;
  }
  .nav_tuijian > div > div a p i {
	font-size: 0.48rem;
  }
  
  /**/
  
  .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: 3.4rem;
  }
  
  .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: 0.235rem 0 0.45rem;
	color: #999;
  }
  
  .footer_nav > ul a img {
	width: 1.191rem;
	height: 1.191rem;
  }
  
  .footer_nav > ul a div {
	padding-bottom: 0.105rem;
	display: flex;
	flex-direction: column;
	line-height: 0.475rem;
	margin-top: 0.135rem;
  }
  .footer_nav > ul a div span {
	font-family: "UKIJ Ekran";
	font-size: 0.52rem;
	padding: 0.1rem 0;
  }
  .footer_nav > ul .pick33 {
	color: var(--pink);
	position: relative;
  }
  
  .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;
  }
  
  .foot_img2 {
	display: none;
  }
  
  .pick {
	color: var(--pink);
	position: relative;
  }
  
  .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-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-image: 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(--primary);
	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(--pink);
	padding: 0 0.125rem;
	font-family: DIN;
  }
  
  .order_list_text_bt .di_bar span {
	color: var(--pink);
	font-size: 0.69rem;
	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: #fff;*/
  /*}*/
  
  /*.order_list_text_bt a:last-child {*/
  /*  border: 2px solid var(--pink);*/
  /*  color: var(--pink);*/
  /*}*/
  .order_list_text_bt a {
	border: 2px solid var(--pink);
	font-size: .52rem;
	padding: 0 0.35rem;
	border-radius: .625rem;
	line-height: .90rem;
	margin-left: .4rem;
	color: var(--pink);
  }
  
  .order_list_text_bt a:first-child {
	background-color: var(--jb-pink1);
	border: 2px solid var(--jb-pink1);
	color: #fff;
  }
  
  .order_list_text_bt a:last-child {
	border: 2px solid var(--pink);
	color: var(--pink);
  }
  
  .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;
  }
  
  /*单品专区*/
  .danpin_box {
	width: 95%;
	margin: 0.5rem auto;
	background: linear-gradient(to bottom, #dccbac, #896538);
	border-radius: 0.335rem;
	padding: 0.335rem;
	display: flex;
	flex-wrap: wrap;
	min-height: 9rem;
	justify-content: space-between;
  }
  .danpin_list {
	width: 100%;
	height: 5.65rem;
	background: url(../img/gift_1.png) no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: flex-end;
	padding: 1.75rem 0.5rem 0;
	margin-bottom: 0.335rem;
	position: relative;
	border-radius: 0.35rem;
	overflow: hidden;
  }
  
  .danpin_list1 {
	width: 48.5%;
	height: 9.7rem;
	background: url(../img/gift_2.png) no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: center;
	padding: 1.75rem 0.5rem 0;
	position: relative;
	border-radius: 0.35rem;
	overflow: hidden;
  }
  .danpin_list2 {
	width: 48.5%;
	height: 9.7rem;
	background: url(../img/gift_3.png) no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: center;
	padding: 1.75rem 0.5rem 0;
	position: relative;
	border-radius: 0.35rem;
	overflow: hidden;
  }
  .danpin_list > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 5.65rem;
	height: 5.65rem;
	object-fit: contain;
	display: block;
  }
  .danpin_list1 > img {
	position: absolute;
	top: 1.5rem;
	left: 1.25rem;
	width: 4.5rem;
	height: 4.5rem;
	object-fit: contain;
	display: block;
  }
  .danpin_list2 > img {
	position: absolute;
	top: 1.5rem;
	left: 1.25rem;
	width: 4.5rem;
	height: 4.5rem;
	object-fit: contain;
	display: block;
  }
  .danpin_cont {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .danpin_cont1 {
	width: 95%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 4.5rem;
	line-height: 0.785rem;
  }
  .danpin_cont h1,
  .danpin_cont1 h1 {
	font-size: 0.69rem;
	font-weight: 600;
	color: #000;
  }
  .danpin_cont p,
  .danpin_cont1 p {
	font-size: 0.62rem;
	font-weight: bold;
	color: #a0876b;
  }
  .danpin_cont span,
  .danpin_cont1 span {
	background: #000;
	border-radius: 1rem;
	padding: 0.025rem 0.335rem;
	display: flex;
	align-items: center;
	color: #fff;
	margin: 0.335rem 0 0;
  }
  .danpin_cont span i,
  .danpin_cont1 span i {
	margin-right: 0.235rem;
  }
  
  /* 填写订单 */
  
  .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(--pink);
	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;
  }
  
  .cart_write_bt > div > div {
	padding-right: 0.5rem;
  }
  
  .cart_write_bt > div > div span {
	color: var(--pink);
	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: 2rem;
	background-image: var(--jb-pink1);
	color: #fff;
  }
  
  .cart_write_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.5rem;
	line-height: 1.8rem;
	background-color: #fff;
  }
  
  .cart_write_list > 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(--pink);
	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;
  }
  
  .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.25rem;
	height: 7.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
  }
  
  .index_list a .index_list_img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
  }
  
  .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.62rem;
	line-height: 0.875rem;
	font-weight: normal;
	/* 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: #fff;
  }
  
  .index_list a .index_list_cen .index_list_bt span:last-child em:last-child {
	background: var(--jb-pink1);
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 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: 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;
	height: 100%;
	object-fit: cover;
  }
  
  .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(--pink);
	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: 10rem;
  }
  
  .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: 7.66rem;
  }
  
  .duihuan_list {
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-right: 2%;
  }
  
  .duihuan_list:nth-child(3) {
	margin-right: 0;
  }
  
  .duihuan_pic {
	width: 4.475rem;
	height: 4.475rem;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .duihuan_pic img {
	width: 100%;
	height: 100%;
  }
  
  .duihuan_name {
  }
  
  .duihuan_name > div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	word-break: break-all;
	margin: 0.332rem 0 0;
	font-size: 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;
  }
  
  /*首页报单专区*/
  
  .baodan_body {
	width: 100%;
	margin: 0 auto;
  }
  
  .baodan_box {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
  }
  
  .baodan_list {
	background: #fff;
	/* padding: .5rem; */
	border-radius: 0.335rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin-bottom: 0.335rem;
  }
  
  .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%;
  }
  
  .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(--pink);
  }
  
  .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-red1);
	border-radius: 1rem;
	color: #fff;
	padding: 0.125rem 0.335rem;
	display: flex;
	margin-left: auto;
  }
  
  /*视频列表页*/
  
  .video_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 0;
	background-color: #fff;
	margin: 0.335rem auto;
	width: 95%;
	border-radius: 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: #666;
	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: #999;
	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: max-content;
	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: 0.35rem 0.35rem;
  }
  
  .article_top .article_top_pick {
	border-radius: 1rem;
	border: 1px solid var(--pink);
	color: var(--pink);
  }
  
  /*首页商学院*/
  
  .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;
  }
  
  /*素材中心*/
  
  .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;
  }
  
  /*首页瓷片区*/
  
  .cipian_box {
	width: 95%;
	margin: 0.335rem auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .cipian_qu {
	width: 48.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .cipian_qu:first-child a {
	height: 7.375rem;
  }
  
  .cipian_qu:nth-child(2) a .cipian_qu:nth-child(3) a {
	height: 3.47rem;
  }
  
  .cipian_qu:nth-child(2) a:first-child {
	margin-bottom: 0.335rem;
  }
  
  .cipian_list {
	width: 100%;
	height: 3.47rem;
	background: #fff;
	padding: 0.335rem;
	border-radius: 0.335rem;
	overflow: hidden;
	position: relative;
  }
  
  .cipian_qu:first-child a img {
	width: 6.65rem;
	height: auto;
	right: 0;
	bottom: 0;
	display: block;
  }
  
  .cipian_list img {
	width: 3rem;
	height: 3rem;
	position: absolute;
	right: 2%;
	bottom: 12%;
  }
  
  .cipian_name {
	position: relative;
	z-index: 2;
  }
  
  .cipian_name h1 {
	font-size: 0.68rem;
	color: #a4261c;
  }
  
  .cipian_name p {
	color: #666;
	font-size: 0.52rem;
  }
  
  .cipian_name span {
	/* background: var(--jb-pink1); */
	background-image: linear-gradient(to right, #c43b37, #e07172);
	border-radius: 1rem;
	color: #fff;
	padding: 0.2rem 0.5rem;
	font-size: 0.45rem;
  }
  
  .ban_dan {
	margin: 0.9319rem 3% 0.335rem 2%;
	width: 97%;
	/* background-color: #fff; */
	/* border-radius:.355rem ; */
	background: url(../img/baodan_bg.png) no-repeat;
	background-size: 100%;
	min-height: 8.5rem;
	padding: 1rem 0.5rem 0.55rem;
	overflow: auto;
  }
  
  .biaoti {
	width: 100%;
	margin: 0.55rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
  }
  .biaoti span {
	color: #e7ddd098;
	font-size: 1.5rem;
	line-height: 0.75rem;
	margin-bottom: -0.155rem;
	font-family: "UKIJ Ekran";
  }
  .biaoti img {
	height: auto;
	width: 95%;
	margin: 0 auto;
	display: block;
  }
  .ban_dan > div {
	width: 100%;
	overflow: auto;
  }
  .ban_dan > div::-webkit-scrollbar {
	display: none;
  }
  .ban_dan .index_goods_list {
	display: flex;
	align-items: center;
	width: max-content;
  }
  .ban_dan .index_goods_list a {
	width: 4.5rem;
	margin-right: 0.4rem;
	text-align: center;
	display: block;
  }
  .ban_dan .index_goods_list a div {
	width: 4.5rem;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 0.35rem;
  }
  .ban_dan .index_goods_list a div img {
	object-fit: contain;
	display: block;
	width: 100%;
	height: 100%;
  }
  .ban_dan .index_goods_list a p {
	color: #63471b;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	padding: 0 0.25rem;
	line-height: 2;
  }
  .ban_dan .index_goods_list a i {
	width: max-content;
	text-align: center;
	background: #222;
	color: #fff;
	margin: 0 auto;
	border-radius: 1rem;
	line-height: 1.5;
	font-size: 0.49rem;
	padding: 0 0.25rem;
	display: block;
  }
  /*胶囊*/
  .jiaonang {
	width: 100%;
	margin: 0.335rem auto 0;
	height: auto;
	border-radius: 0.335rem;
	overflow: hidden;
  }
  
  .jiaonang img {
	width: 100%;
  }
  
  
  /*首页商品列表瀑布流*/
  
  .index_pbl {
	margin: .335rem 2.5%;
	column-count: 2;
	column-gap: .335rem;
	display: block;
  }
  
  .index_pbl_list {
	margin-bottom: 0.355rem;
	width: 48.5%;
	background: #fff;
	overflow: hidden;
	border-radius: 0.25rem;
	display: inline-table;
  }
  .index_pbl_list_img {
	width: 7.211rem;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 0.335rem 0.335rem 0 0;
  }
  .index_pbl_list_img img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
  }
  .index_pbl_list_info {
	padding: 0.28rem;
	background-color: #fff;
  }
  .index_pbl_list_info .pbl_titel {
	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;
  }
  .index_pbl_list_info .pbl_price {
	white-space: nowrap;
	line-height: 0.975rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .index_pbl_list_info .pbl_price p {
	font-size: 0.72rem;
	  font-weight: 700;
	  /* color: var(--pink); */
	  color: red;
	  display: flex;
  }
  .index_pbl_list_info .pbl_price p i {
	margin-right: 0.04rem;
	font-size: 0.52rem;
  }
  .index_pbl_list_info .pbl_price span {
	background: var(--jb-pink1);
	  border-radius: 1rem;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 0.52rem;
	  width: 0.85rem;
	  height: 0.85rem;
	  color: #fff;
  }
  .index_pbl_list_info .pbl_price span em {
	font-size: .52rem !important;
  }
  .sqw {
	/* background-color: #FFFFFF; */
	/* width: 95%; */
	margin: 0 auto;
	border-radius: .353rem;
	/* margin-top: .53rem;
	margin-bottom: .53rem; */
	padding: .53rem;
  }
  .hycx01 {
	display: flex;
	align-items: end;
	justify-content: space-between;
  }
  .hycx01 h3 {
	font-size: .82rem;
  }
  .hycx03 span{
	font-size: .55rem;
    color: #555;
  }
  .sqww {
	background-color: #FFFFFF;
	width: 95%;
	margin: 0 auto;
	border-radius: .353rem;
	margin-top: .53rem;
	margin-bottom: .53rem;
	padding: .53rem;
  }
  


  .fl {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
  }
  .fl a {
	width: 31%;
	background-color: #fff;
	text-align: center;
	padding: .353rem;
	border-radius: .353rem;
	/* margin: .353rem; */
	margin-bottom: .353rem;
  }
  .fl a div{
	margin-top: .153rem;
  }
  
  .lefrig {
    display: flex;
    justify-content: space-between;
    /* width: 95%; */
    /* margin: .5rem auto; */
    /* background-color: #E4EFFF; */
    border-radius: .5rem;
    padding: .85rem .5rem .5rem .5rem;
    flex-wrap: wrap;
}
.waodsafdw {
    width: 49%;
    display: flex;
    flex-direction: column;
    height: 3.8rem;
    margin-bottom: .3rem;
}
.lefrig a {
    position: relative;
    background: url(/application/mobile/view/style/img/tp.jpg) no-repeat;
    background-size: 100% 100%;
	width: 40%;
    border-radius: .5rem .5rem .5rem .5rem;
    padding: .5rem .5rem .6rem;
    display: flex;
    justify-content: space-between;
    /* box-shadow: 3px 12px 15px #b8d0f1d4; */
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
.lr01 {
    width: 2rem;
    height: 2rem;
	margin-right: .3rem;
}
.lr01 img {
    width: 100%;
}
.lefrig p {
    font-size: .59rem;
    color: #000;
    font-weight: bold;
}
.lefrig h2 {
    color: #333;
    font-weight: lighter;
	font-size: .5rem;
}
.lefrig span {
    padding: .1rem .25rem;
    font-size: .49rem;
    border-radius: 1rem;
    color: white;
    background-color: #3357AF;
}
  .goods a {
	  width: 95%;
	  margin: 0.35rem auto;
	  /* background-image: url('../img/goods_bg.png'); */
	  background-size: 100%;
	  background-repeat: no-repeat;
	  background-position-y: bottom;
	  padding-bottom: .5rem;
  }
  
  .goods a img {
	  border-radius: .35rem;
	  display: block;
	  width: 100%;
  }
  .goods .goods_cen2{
	  padding-bottom : .255rem;
	  width : 95%;
	  margin: auto;
	  border-bottom-left-radius: .535rem;   /* 下左角圆角 */  
	  border-bottom-right-radius: .535rem; 
	  background: linear-gradient(to top, #ee3421, #b42511,#e6bdbf); 
  }
  .goods .goods_cen {
	  width: 100%;
	  position: relative;
	  /* margin-right: .235rem; */
	  /* margin-left: .265rem; */
	  background: #ffffff;
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  border-bottom-left-radius: .535rem;
	  border-bottom-right-radius: .535rem;
	  overflow: hidden;
	  display: flex;
	  flex-direction: column;
	  padding: 0.5rem 0;
  }
  .gwc{
	  height : .7rem;
	  width : .7rem !important;
	  margin-left : .2rem;
  }
  .lijigoumai{
	  
  }
  .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: .59rem;
	  line-height: 1rem;
	  height: 1rem;
	  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_price0 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  padding: 0;
	  border-radius: 1rem;
	  overflow: hidden;
	  margin: 0.335rem auto 0;
	  height: 1.8rem;
	  width: 10rem;
	  /* background-image: url('../img/ssssy.jpg'); */
	  background-size: 100%;
	  background-repeat: no-repeat;
  background-color: #3357AF;
  }
  
  .goods_pricee {
	  /* display: flex; */
	  /* justify-content: center;
	  align-items: center; */
	  padding: 0;
	  border-radius: 1rem;
	  overflow: hidden;
	  margin: 0.335rem auto 0;
	  height: 1.8rem;
	  width: 10rem;
	  /* background-image: url(../img/ssssy.jpg); */
	  background-size: 100%;
	  background-repeat: no-repeat;
  
  }
  .goods_price0>h3 {
	  font-size: .79rem !important;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  overflow: hidden;
	  width: 50%;
	  text-align: center;
	  color: #fff;
  }
  
  .goods_price0>h3 i {
	  font-size: .52rem;
  }
  .goods_price0 div {
	  padding: 0 0.335rem;
	  height: 100%;
	  width: 51%;
	  color: #fff;
	  line-height: 1.8rem;
	  text-align: center;
	  background: #3e2008;
	  border-radius: 50rem 0rem 0 50rem;
	  /*-webkit-border-radius: 50rem;*/
	  /*-moz-border-radius: 50rem;*/
	  /*-ms-border-radius: 50rem;*/
	  /*-o-border-radius: 50rem;*/
	  background: linear-gradient(to right, #000, #000);
  
  }
  