@charset "UTF-8";
@font-face {
  font-family: 'wanshiquanxing';
  src: url("../fonts/wanshiquanxing.woff") format("woff"), url("../fonts/wanshiquanxing.ttf") format("truetype");
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

body {
  width: 100%;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-overflow-scrolling: touch;
  color: #222;
  background: #fff;
  overflow-x: hidden;
}

img, input, select {
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
}

img, fieldset {
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 100%;
}

img {
  border: 0px;
  outline-width: 0px;
  vertical-align: text-bottom;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

li, ul, dl {
  list-style: none;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 22px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

button[disabled], input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
  font-family: inherit;
  font-size: 100%;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th {
  font-style: normal;
  font-weight: 500;
}

caption, th {
  text-align: left;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
}

i, em {
  font-style: normal;
}

b, strong, dt {
  font-weight: bold;
}

a {
  color: #666;
  text-decoration: none;
}

a, a:hover, a:active {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

a:focus {
  outline: 0;
}

/* Clear: */
.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  clear: both;
  *zoom: 1;
  /*ie6,7*/
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999494;
  font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999494;
  font-size: 14px;
}

input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999494;
  font-size: 14px;
}

/**
* 溢出省略号
* @param {Number} 行数
*/
/* 响应式栅格系统 - 精简版 */
/* 基于12列布局，支持5个断点 */
:root {
  --grid-columns: 12;
  --grid-gutter: 10px;
  --grid-margin: 10px;
}

/* 容器 */
.container {
  width: 100%;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  padding-right: var(--grid-margin);
  padding-left: var(--grid-margin);
}

/* 响应式容器宽度 */
@media (min-width: 640px) {
  .container {
    max-width: 10rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 10rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 10rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.row.align-items-start {
  align-items: flex-start;
}

.row.align-items-center {
  align-items: center;
}

.row.align-items-end {
  align-items: flex-end;
}

.row.justify-content-start {
  justify-content: flex-start;
}

.row.justify-content-center {
  justify-content: center;
}

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

.row.justify-content-between {
  justify-content: space-between;
}

.row.justify-content-around {
  justify-content: space-around;
}

/* 无间距行 */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.m {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.ico_ne {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/coretraino/ico_ne.png");
  background-repeat: no-repeat;
}

.ico_ne.ico16 {
  width: 14px;
  height: 14px;
  background-position: -435px -444px;
}

.ico_ne.ico16_l {
  width: 38px;
  height: 38px;
  background-position: -10px -110px;
}

.ico_ne.ico16_r {
  width: 38px;
  height: 38px;
  background-position: -68px -110px;
}

.ico_ne.ico16h {
  width: 19px;
  height: 19px;
  background-position: -250px -444px;
}

.ico_ne.ico17 {
  width: 16px;
  height: 16px;
  background-position: -293px -408px;
}

.ico_ne.ico17h {
  width: 16px;
  height: 16px;
  background-position: -378px -362px;
}

.ico_ne.ico18 {
  width: 26px;
  height: 26px;
  background-position: -369px -10px;
}

.ico_ne.ico19 {
  width: 12px;
  height: 9px;
  background-position: -503px -136px;
}

.ico_ne.ico20 {
  width: 20px;
  height: 20px;
  background-position: -461px -378px;
}

.ico_ne.ico21 {
  width: 20px;
  height: 20px;
  background-position: -226px -206px;
}

.ico_ne.ico22 {
  width: 22px;
  height: 22px;
  background-position: -461px -10px;
}

.ico_ne.ico23 {
  width: 21px;
  height: 21px;
  background-position: -461px -52px;
}

.ico_ne.ico24 {
  width: 42px;
  height: 42px;
  background-position: -10px -48px;
}

.ico_ne.ico25 {
  width: 21px;
  height: 20px;
  background-position: -461px -298px;
}

.ico_ne.ico26 {
  width: 32px;
  height: 32px;
  background-position: -122px -206px;
}

.ico_ne.ico26h {
  width: 32px;
  height: 32px;
  background-position: -174px -206px;
}

.ico_ne.ico27 {
  width: 18px;
  height: 18px;
  background-position: -289px -444px;
}

.ico_ne.ico28 {
  width: 28px;
  height: 28px;
  background-position: -319px -60px;
}

.ico_ne.ico28h {
  width: 28px;
  height: 28px;
  background-position: -319px -108px;
}

.ico_ne.ico29 {
  width: 28px;
  height: 28px;
  background-position: -319px -156px;
}

.ico_ne.ico29h {
  width: 28px;
  height: 28px;
  background-position: -319px -204px;
}

.ico_ne.ico30 {
  width: 28px;
  height: 28px;
  background-position: -319px -252px;
}

.ico_ne.ico30h {
  width: 28px;
  height: 28px;
  background-position: -270px -262px;
}

.ico_ne.ico31 {
  width: 28px;
  height: 28px;
  background-position: -10px -314px;
}

.ico_ne.ico31h {
  width: 28px;
  height: 28px;
  background-position: -58px -314px;
}

.ico_ne.ico32 {
  width: 28px;
  height: 28px;
  background-position: -106px -314px;
}

.ico_ne.ico32h {
  width: 28px;
  height: 28px;
  background-position: -154px -314px;
}

.ico_ne.ico33 {
  width: 13px;
  height: 13px;
  background-position: -469px -444px;
}

.ico_ne.ico33h {
  width: 13px;
  height: 13px;
  background-position: -503px -10px;
}

.ico_ne.ico34 {
  width: 26px;
  height: 26px;
  background-position: -369px -56px;
}

.ico_ne.ico35 {
  width: 24px;
  height: 24px;
  background-position: -415px -240px;
}

.ico_ne.ico36 {
  width: 32px;
  height: 32px;
  background-position: -267px -10px;
}

.ico_ne.ico37 {
  width: 24px;
  height: 24px;
  background-position: -415px -284px;
}

.ico_ne.ico38 {
  width: 20px;
  height: 16px;
  background-position: -253px -408px;
}

.ico_ne.ico39 {
  width: 32px;
  height: 32px;
  background-position: -267px -62px;
}

.ico_ne.ico40 {
  width: 32px;
  height: 32px;
  background-position: -267px -114px;
}

.ico_ne.ico41 {
  width: 32px;
  height: 32px;
  background-position: -267px -166px;
}

.ico_ne.ico42 {
  width: 32px;
  height: 32px;
  background-position: -10px -262px;
}

.ico_ne.ico42h {
  width: 32px;
  height: 32px;
  background-position: -62px -262px;
}

.ico_ne.ico43 {
  width: 32px;
  height: 32px;
  background-position: -114px -262px;
}

.ico_ne.ico44 {
  width: 20px;
  height: 20px;
  background-position: -10px -444px;
}

.ico_ne.ico45 {
  width: 20px;
  height: 20px;
  background-position: -50px -444px;
}

.ico_ne.ico46 {
  width: 20px;
  height: 20px;
  background-position: -90px -444px;
}

.ico_ne.ico47 {
  width: 15px;
  height: 15px;
  background-position: -400px -444px;
}

.ico_ne.ico48 {
  width: 38px;
  height: 38px;
  background-position: -126px -110px;
}

.ico_ne.ico49 {
  width: 38px;
  height: 38px;
  background-position: -209px -10px;
}

.ico_ne.ico50 {
  width: 20px;
  height: 20px;
  background-position: -130px -444px;
}

.ico_ne.icobot1 {
  width: 34px;
  height: 16px;
  background-position: -66px -408px;
}

.ico_ne.icobot2 {
  width: 24px;
  height: 16px;
  background-position: -415px -372px;
}

.ico_ne.icobot3 {
  width: 24px;
  height: 16px;
  background-position: -222px -168px;
}

.ico_ne.icobot4 {
  width: 24px;
  height: 16px;
  background-position: -167px -408px;
}

.ico_ne.icobot5 {
  width: 22px;
  height: 16px;
  background-position: -211px -408px;
}

.ico_ne.icobot6 {
  width: 27px;
  height: 16px;
  background-position: -120px -408px;
}

.ico_ne.icobot7 {
  width: 42px;
  height: 16px;
  background-position: -98px -168px;
}

.ico_ne.icobot8 {
  width: 42px;
  height: 16px;
  background-position: -160px -168px;
}

.ico_ne.icobot9 {
  width: 36px;
  height: 16px;
  background-position: -149px -70px;
}

.ico_ne.icobot10 {
  width: 36px;
  height: 16px;
  background-position: -10px -408px;
}

.ico_ne.icobut1 {
  width: 36px;
  height: 36px;
  background-position: -209px -68px;
}

.ico_ne.icobut2 {
  width: 36px;
  height: 36px;
  background-position: -10px -206px;
}

.ico_ne.icobut3 {
  width: 36px;
  height: 36px;
  background-position: -66px -206px;
}

.ico_ne.icobuy1 {
  width: 32px;
  height: 24px;
  background-position: -267px -218px;
}

.ico_ne.icobuy2 {
  width: 32px;
  height: 24px;
  background-position: -209px -124px;
}

.ico_ne.icobuy3 {
  width: 32px;
  height: 24px;
  background-position: -202px -314px;
}

.ico_ne.icobuy4 {
  width: 32px;
  height: 24px;
  background-position: -254px -314px;
}

.ico_ne.icobuy5 {
  width: 32px;
  height: 24px;
  background-position: -306px -314px;
}

.ico_ne.icobuy6 {
  width: 26px;
  height: 26px;
  background-position: -369px -102px;
}

.ico_ne.icobuy7 {
  width: 26px;
  height: 26px;
  background-position: -369px -148px;
}

.ico_ne.icobuy8 {
  width: 68px;
  height: 18px;
  background-position: -10px -168px;
}

.ico_ne.icobuy9 {
  width: 119px;
  height: 18px;
  background-position: -10px -10px;
}

.ico_ne.icologo1 {
  width: 32px;
  height: 32px;
  background-position: -166px -262px;
}

.ico_ne.icologo2 {
  width: 32px;
  height: 32px;
  background-position: -218px -262px;
}

.ico_ne.icoside1 {
  width: 26px;
  height: 26px;
  background-position: -369px -194px;
}

.ico_ne.icoside1h {
  width: 26px;
  height: 26px;
  background-position: -369px -240px;
}

.ico_ne.icoside2 {
  width: 26px;
  height: 26px;
  background-position: -369px -286px;
}

.ico_ne.icoside2h {
  width: 26px;
  height: 26px;
  background-position: -10px -362px;
}

.ico_ne.icoside3 {
  width: 26px;
  height: 26px;
  background-position: -56px -362px;
}

.ico_ne.icoside3h {
  width: 26px;
  height: 26px;
  background-position: -102px -362px;
}

.ico_ne.icoside4 {
  width: 26px;
  height: 26px;
  background-position: -148px -362px;
}

.ico_ne.icoside4h {
  width: 26px;
  height: 26px;
  background-position: -194px -362px;
}

.ico_ne.icosild_l {
  width: 11px;
  height: 7px;
  background-position: -503px -193px;
}

.ico_ne.icosild_r {
  width: 11px;
  height: 7px;
  background-position: -503px -220px;
}

.ico_ne.icosild1 {
  width: 26px;
  height: 26px;
  background-position: -240px -362px;
}

.ico_ne.icosild2 {
  width: 26px;
  height: 26px;
  background-position: -286px -362px;
}

.ico_ne.icosild3 {
  width: 26px;
  height: 26px;
  background-position: -332px -362px;
}

.ico_ne.icosild4 {
  width: 26px;
  height: 26px;
  background-position: -415px -10px;
}

.ico_ne.icosild5 {
  width: 26px;
  height: 26px;
  background-position: -415px -56px;
}

.ico_ne.ico_mo1 {
  width: 21px;
  height: 21px;
  background-position: -461px -93px;
}

.ico_ne.ico_mo2 {
  width: 21px;
  height: 21px;
  background-position: -461px -134px;
}

.ico_ne.ico_mo3 {
  width: 21px;
  height: 21px;
  background-position: -461px -175px;
}

.ico_ne.ico_mo4 {
  width: 21px;
  height: 21px;
  background-position: -461px -216px;
}

.ico_ne.ico1 {
  width: 21px;
  height: 21px;
  background-position: -461px -257px;
}

.ico_ne.ico1h {
  width: 30px;
  height: 30px;
  background-position: -319px -10px;
}

.ico_ne.ico2 {
  width: 9px;
  height: 6px;
  background-position: -503px -247px;
}

.ico_ne.ico2h {
  width: 9px;
  height: 6px;
  background-position: -503px -273px;
}

.ico_ne.ico3 {
  width: 6px;
  height: 9px;
  background-position: -503px -299px;
}

.ico_ne.ico3h {
  width: 6px;
  height: 9px;
  background-position: -503px -328px;
}

.ico_ne.ico3m {
  width: 5px;
  height: 8px;
  background-position: -503px -357px;
}

.ico_ne.ico4_m {
  width: 26px;
  height: 26px;
  background-position: -415px -102px;
}

.ico_ne.ico4_w {
  width: 26px;
  height: 26px;
  background-position: -415px -148px;
}

.ico_ne.ico4_y {
  width: 26px;
  height: 26px;
  background-position: -415px -194px;
}

.ico_ne.ico5 {
  width: 16px;
  height: 16px;
  background-position: -329px -408px;
}

.ico_ne.ico5h {
  width: 16px;
  height: 16px;
  background-position: -365px -408px;
}

.ico_ne.ico6 {
  width: 16px;
  height: 16px;
  background-position: -401px -408px;
}

.ico_ne.ico6h {
  width: 16px;
  height: 16px;
  background-position: -364px -444px;
}

.ico_ne.ico7 {
  width: 11px;
  height: 10px;
  background-position: -503px -106px;
}

.ico_ne.ico8 {
  width: 12px;
  height: 8px;
  background-position: -503px -165px;
}

.ico_ne.ico9 {
  width: 17px;
  height: 17px;
  background-position: -327px -444px;
}

.ico_ne.ico10_l {
  width: 20px;
  height: 20px;
  background-position: -170px -444px;
}

.ico_ne.ico10_r {
  width: 20px;
  height: 20px;
  background-position: -210px -444px;
}

.ico_ne.ico11_l {
  width: 40px;
  height: 40px;
  background-position: -72px -48px;
}

.ico_ne.ico11_r {
  width: 40px;
  height: 40px;
  background-position: -149px -10px;
}

.ico_ne.ico12 {
  width: 9px;
  height: 13px;
  background-position: -503px -73px;
}

.ico_ne.ico13 {
  width: 12px;
  height: 10px;
  background-position: -503px -43px;
}

.ico_ne.ico13h {
  width: 12px;
  height: 10px;
  background-position: -497px -375px;
}

.ico_ne.ico14 {
  width: 21px;
  height: 20px;
  background-position: -461px -338px;
}

.ico_ne.ico15 {
  width: 24px;
  height: 24px;
  background-position: -415px -328px;
}

header {
  display: block;
  width: 100%;
  background: #fff;
}

header .pc_hedaer .logo {
  float: left;
  width: 134px;
  margin-top: 21px;
}

header .pc_hedaer .nav {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: -23px;
  margin-top: 25px;
  height: 42px;
  line-height: 42px;
}

header .pc_hedaer .nav li {
  position: relative;
  float: left;
  margin: 0 23px;
}

header .pc_hedaer .nav li .sub_a {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

header .pc_hedaer .nav li .sub_a i {
  margin-left: 5px;
}

header .pc_hedaer .nav li:hover .sub_nav {
  display: block;
}

header .pc_hedaer .nav li.active .sub_a {
  color: #3e2fbc;
}

header .pc_hedaer .nav .sub_nav {
  position: absolute;
  left: -27px;
  top: 42px;
  display: none;
  min-width: 198px;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  z-index: 10;
}

header .pc_hedaer .nav .sub_nav > .sup_a, header .pc_hedaer .nav .sub_nav > a {
  display: block;
  width: 100%;
  padding-left: 27px;
  padding-right: 22px;
  line-height: 34px;
  color: #666666;
  font-size: 13px;
  white-space: nowrap;
}

header .pc_hedaer .nav .sub_nav > .sup_a:hover, header .pc_hedaer .nav .sub_nav > a:hover {
  color: #3e2fbc;
  background-color: #F7F7F7;
}

header .pc_hedaer .nav .sub_nav > .sup_a:hover > .sup_nav, header .pc_hedaer .nav .sub_nav > a:hover > .sup_nav {
  display: block;
}

header .pc_hedaer .nav .sub_nav > .sup_a > a:hover, header .pc_hedaer .nav .sub_nav > a > a:hover {
  color: #3e2fbc;
}

header .pc_hedaer .lxkf {
  float: right;
  margin-top: 24px;
}

header .pc_hedaer .lxkf form {
  display: inline-block;
  vertical-align: top;
  width: 458px;
  height: 40px;
  margin-right: 40px;
  border-radius: 20px;
  border: 1px solid #3e2fbc;
  font-size: 0;
  overflow: hidden;
}

header .pc_hedaer .lxkf form input[type="text"] {
  float: left;
  width: 398px;
  height: 38px;
  line-height: 38px;
  padding-left: 25px;
  font-size: 13px;
  color: #222;
}

header .pc_hedaer .lxkf form input[type="text"]::-webkit-input-placeholder, header .pc_hedaer .lxkf form input[type="text"] textarea::-webkit-input-placeholder {
  color: #999494;
  font-size: 14px;
}

header .pc_hedaer .lxkf form input[type="text"]::-moz-placeholder, header .pc_hedaer .lxkf form input[type="text"] textarea::-moz-placeholder {
  color: #999494;
  font-size: 14px;
}

header .pc_hedaer .lxkf form input[type="text"]:-ms-input-placeholder, header .pc_hedaer .lxkf form input[type="text"] textarea::-ms-input-placeholder {
  color: #999494;
  font-size: 14px;
}

header .pc_hedaer .lxkf form button[type="submit"] {
  float: left;
  width: 58px;
  height: 38px;
  line-height: 38px;
  border: 0;
  background-color: #3e2fbc;
}

header .pc_hedaer .lxkf ul {
  float: right;
}

header .pc_hedaer .lxkf ul li {
  position: relative;
  float: left;
  padding-left: 10px;
  padding-right: 15px;
}

header .pc_hedaer .lxkf ul li > ::before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 1px;
  height: 18px;
  background-color: #E6E6E6;
}

header .pc_hedaer .lxkf ul li > :first-child {
  padding-left: 0;
}

header .pc_hedaer .lxkf ul li > :first-child::before {
  width: 0;
}

header .pc_hedaer .lxkf ul li > :last-child {
  padding-right: 0;
}

header .pc_hedaer .lxkf ul li:hover .top_nav {
  display: block;
}

header .pc_hedaer .lxkf .top_ma {
  display: flex;
  align-items: center;
  line-height: 40px;
}

header .pc_hedaer .lxkf .top_ma i {
  display: inline-block;
  vertical-align: top;
}

header .pc_hedaer .lxkf .top_ma font {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  line-height: 40px;
  font-size: 13px;
  color: #666666;
}

header .pc_hedaer .lxkf .top_nav {
  position: absolute;
  left: -27px;
  top: 40px;
  display: none;
  min-width: 198px;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  z-index: 10;
}

header .pc_hedaer .lxkf .top_nav a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 28px;
  white-space: nowrap;
  font-size: 0;
}

header .pc_hedaer .lxkf .top_nav a:hover {
  background-color: #F7F7F7;
}

header .pc_hedaer .lxkf .top_nav a:hover font {
  color: #3e2fbc;
}

header .pc_hedaer .lxkf .top_nav a:hover .ico3 {
  background-position: -503px -328px;
}

header .pc_hedaer .lxkf .top_nav a.active .ico8 {
  display: inline-block;
}

header .pc_hedaer .lxkf .top_nav a font {
  display: inline-block;
  vertical-align: top;
  flex-grow: 1;
  margin-left: 8px;
  line-height: 28px;
  font-size: 13px;
  color: #888888;
}

header .pc_hedaer .lxkf .top_nav a .ico8 {
  display: none;
}

header .wap_header {
  display: none;
}

.ban_ind {
  position: relative;
  display: block;
  width: 100%;
  height: 480px;
  margin-top: 10px;
  overflow: hidden;
}

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

.ban_ind .sw_txt {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -640px;
}

.ban_ind h2 {
  display: block;
  margin-top: 184px;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 46px;
}

.ban_ind p {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
}

.ban_ind .mySwiper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.ban_ind .sw_page {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 1;
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

.ban_ind .sw_page .swiper_next, .ban_ind .sw_page .swiper_pag, .ban_ind .sw_page .swiper_prev {
  float: left;
  cursor: pointer;
}

.ban_ind .sw_page .swiper_pag {
  padding: 0 2px;
}

.ban_ind .sw_page .swiper-pagination-bullet {
  opacity: 0.6;
  margin: 0 3px;
  border-radius: 4px;
  background: #fff;
}

.ban_ind .sw_page .swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
  background: #fff;
}

.ban_ind .ban_li {
  position: absolute;
  left: 50%;
  top: 18px;
  width: 346px;
  height: 442px;
  background: #fff;
  z-index: 1;
  -ms-transform: translate(294px, 0);
  -o-transform: translate(294px, 0);
  transform: translate(294px, 0);
  -webkit-transform: translate(294px, 0);
  -moz-transform: translate(294px, 0);
}

.ban_ind .ban_li .tit {
  display: block;
  width: 100%;
  height: 46px;
  background: #EAE9EA;
  text-align: center;
}

.ban_ind .ban_li .tit font {
  display: inline-block;
  margin-left: 10px;
  line-height: 46px;
  font-size: 16px;
  color: #333333;
}

.ban_ind .ban_li li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 132px;
  border-bottom: 1px solid #EAE9EA;
}

.ban_ind .ban_li li:last-child {
  border-bottom: 0;
}

.ban_ind .ban_li li:hover .na a {
  display: flex;
}

.ban_ind .ban_li .l_ing {
  float: left;
  width: 116px;
  height: 116px;
  margin-left: 16px;
  margin-top: 8px;
}

.ban_ind .ban_li .l_ing img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ban_ind .ban_li .na {
  float: left;
  width: 182px;
  margin-left: 16px;
}

.ban_ind .ban_li .na h3 {
  display: block;
  font-size: 14px;
  color: #555555;
  line-height: 16px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ban_ind .ban_li .na .money {
  display: block;
  margin-top: 4px;
  font-weight: bold;
  font-size: 18px;
  color: #3e2fbc;
  line-height: 24px;
}

.ban_ind .ban_li .na a {
  display: none;
  align-items: center;
  justify-content: center;
  width: 141px;
  height: 28px;
  margin-top: 9px;
  background: #3e2fbc;
  line-height: 28px;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
}

.ban_ind .ban_li .na a font {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
  font-size: 14px;
  color: #FFFFFF;
}

.ind_cat1 {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}

.ind_cat1 li {
  max-width: 12.5%;
  text-align: center;
}

.ind_cat1 li:hover .ico7 {
  opacity: 1;
}

.ind_cat1 li .li_img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: 127px;
}

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

.ind_cat1 li span {
  display: block;
  margin-top: 6px;
  font-weight: bold;
  font-size: 15px;
  color: #222222;
  line-height: 20px;
}

.ind_cat1 li .ico7 {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  cursor: pointer;
  opacity: 0;
}

.ind_cat2 {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.ind_cat2 h2 {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 34px;
  text-align: center;
}

.ind_cat2 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}

.ind_cat2 .more font {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #221816;
}

.mdlis {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.mdlis li {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-align: center;
}

.mdlis li:hover .addcart {
  opacity: 1;
  transform: translateY(0);
}

.mdlis .li_img {
  display: block;
  aspect-ratio: 1 / 1;
}

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

.mdlis .addcifo {
  display: inline-block;
  width: 100%;
}

.mdlis .addcifo span {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin-top: 6px;
  font-size: 14px;
  color: #555;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mdlis .addcifo .money {
  display: block;
  margin-top: 12px;
  margin-bottom: 7px;
  font-size: 18px;
  color: #3e2fbc;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}

.mdlis .addcart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background: #3e2fbc;
  border-radius: 4px 4px 4px 4px;
  line-height: 36px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s, transform 0.25s;
}

.mdlis .addcart font {
  display: inline-block;
  margin-left: 4px;
  font-size: 15px;
  color: #fff;
}

.mdlis_st {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.mdlis_st li {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
}

.mdlis_st li:hover .addcart {
  opacity: 1;
  transform: translateY(0);
}

.mdlis_st .li_img {
  aspect-ratio: 1 / 1;
  width: 180px;
  margin-right: 20px;
}

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

.mdlis_st .addcifo {
  position: relative;
  display: block;
  height: 100%;
  flex: 1;
  min-width: 0;
}

.mdlis_st .addcifo span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #555;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mdlis_st .addcifo .money {
  display: block;
  margin-top: 14px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #3e2fbc;
  line-height: 22px;
  font-weight: bold;
}

.mdlis_st .addcifo .txt {
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}

.mdlis_st .addcifo .li_add {
  position: absolute;
  left: 0;
  bottom: 5px;
  display: flex;
  align-items: center;
  padding: 6px 20px 6px 23px;
  background: #3e2fbc;
  border-radius: 4px 4px 4px 4px;
}

.mdlis_st .addcifo .li_add font {
  display: inline-block;
  margin-left: 4px;
  font-size: 15px;
  color: #fff;
}

.mdlis_sd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.mdlis_sd li {
  min-width: 0;
}

.mdlis_sd .li_img {
  display: block;
  aspect-ratio: 10 / 6;
}

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

.mdlis_sd h4 {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 21px;
  font-weight: bold;
  font-size: 17px;
  color: #221816;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mdlis_sd p {
  display: block;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #A5A5A5;
  line-height: 16px;
}

.mdlis_sd .li_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}

.mdlis_sd .li_bot span {
  font-size: 13px;
  color: #B7B7B7;
}

.mdlis_sd .li_bot a {
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  background: #F2F2F2;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EAE9EA;
  line-height: 30px;
}

.mdlis_sd .li_bot a font {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-size: 13px;
  color: #6B6B69;
}

.ind_cat3 {
  position: relative;
  display: block;
  margin-top: 27px;
}

.ind_cat3 h2 {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
}

.ind_cat3 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.ind_cat3 .more font {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #221816;
}

.ind_cat3 .Voices_Swiper {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.ind_cat3 .Voices_Swiper .swiper_next1 {
  position: absolute;
}

.ind_cat3 .sw_img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
}

.ind_cat3 .sw_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px 4px 4px 4px;
}

.ind_cat3 .voices_txt {
  display: block;
}

.ind_cat3 .voices_txt h4 {
  display: block;
  margin-top: 14px;
  margin-bottom: 12px;
  line-height: 21px;
  font-weight: bold;
  font-size: 16px;
  color: #3E3B3A;
  text-align: center;
}

.ind_cat3 .voices_txt .to {
  position: relative;
  display: block;
  padding: 0 28px;
  font-size: 14px;
  color: #555555;
  line-height: 17px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ind_cat3 .voices_txt .to::before {
  content: '"';
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 16px;
  color: #AAAAAA;
}

.ind_cat3 .voices_txt .to::after {
  content: '"';
  position: absolute;
  right: 10px;
  bottom: -6px;
  font-size: 16px;
  color: #AAAAAA;
}

.ind_cat3 .voices_txt .shop_img {
  float: left;
  width: 18.421%;
  margin-right: 12px;
  margin-top: 4px;
  aspect-ratio: 1 / 1;
}

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

.ind_cat3 .voices_txt .shop {
  display: block;
  margin-top: 20px;
}

.ind_cat3 .voices_txt .shop p {
  display: block;
  font-size: 12px;
  color: #9E9E9E;
  line-height: 16px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind_cat3 .voices_txt .shop a {
  display: inline-block;
  height: 28px;
  margin-top: 4px;
  padding: 0 12px 0 12px;
  background: #F2F2F2;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EAE9EA;
  line-height: 26px;
}

.ind_cat3 .voices_txt .shop a font {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-size: 13px;
  color: #6B6B69;
}

.ind_cat3 .swiper_next1 {
  position: absolute;
  left: -31px;
  bottom: 50%;
  z-index: 1;
}

.ind_cat3 .swiper_prev1 {
  position: absolute;
  right: -31px;
  bottom: 50%;
  z-index: 1;
}

.ind_cat4 {
  display: block;
  margin-top: 37px;
}

.ind_cat4 h2 {
  display: block;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
}

.ind_cat4 .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.ind_cat4 .more font {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #221816;
}

.fixed_shortcut_wrapper {
  position: fixed;
  right: 39px;
  top: 200px;
  width: 86px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EAE9EA;
  z-index: 2;
}

.fixed_shortcut_wrapper a {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 66px;
}

.fixed_shortcut_wrapper a:hover {
  background: #FFEDED;
}

.fixed_shortcut_wrapper a:hover span {
  color: #3e2fbc;
}

.fixed_shortcut_wrapper a:hover .icoside1 {
  background-position: -369px -240px;
}

.fixed_shortcut_wrapper a:hover .icoside2 {
  background-position: -10px -362px;
}

.fixed_shortcut_wrapper a:hover .icoside3 {
  background-position: -102px -362px;
}

.fixed_shortcut_wrapper a:hover .icoside4 {
  background-position: -194px -362px;
}

.fixed_shortcut_wrapper span {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  font-size: 12px;
  color: #888888;
  text-align: center;
  line-height: 16px;
}

.fixed_shortcut_wrapper .hot {
  position: absolute;
  right: 18px;
  top: 7px;
  display: block;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
  background: #3e2fbc;
  border-radius: 100px 100px 100px 100px;
  font-size: 12px;
  color: #FFFFFF;
}

.crumb {
  display: flex;
  align-items: center;
  height: 58px;
  line-height: 58px;
  font-size: 13px;
  color: #d9d9d9;
}

.crumb a {
  margin: 0 6px;
  font-size: 13px;
  color: #A9A9A9;
}

.crumb a:last-child {
  color: #CCCBCB;
}

.crumb_wap {
  display: none;
}

.category {
  display: flex;
  margin-top: 8px;
}

.category .cat_tops {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category .cat_side {
  float: left;
  width: 240px;
  margin-right: 20px;
}

.category .cat_cone {
  flex: 1;
}

.category .cat_cone .mdlis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 13px;
}

.category .cat_cone .mdlis_st {
  display: grid;
}

.category .cat_tag {
  font-size: 0;
}

.category .cat_tag a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
}

.category .cat_tag a:first-child::after {
  display: none;
}

.category .cat_tag a::after {
  position: absolute;
  top: 1px;
  left: -9px;
  content: '';
  width: 1px;
  height: 15px;
  background: #DCD2D2;
}

.category .cat_tag .active .ico6 {
  background-position: -364px -444px;
}

.category .cat_tag .active .ico5 {
  background-position: -365px -408px;
}

.film_buy {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
}

.film_buy .film_buyfl {
  float: left;
}

.film_buy .film_buyfl .img_box {
  float: left;
  width: 540px;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  overflow: hidden;
}

.film_buy .film_buyfl .ing_li {
  float: left;
  height: 540px;
  overflow-y: auto;
  margin-left: 12px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.film_buy .film_buyfl .ing_li::-webkit-scrollbar {
  display: none;
}

.film_buy .film_buyfl .ing_li a {
  display: block;
  width: 108px;
  aspect-ratio: 1 / 1;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
}

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

.film_buy .film_buyfr {
  float: left;
  width: 570px;
  margin-left: 50px;
}

.film_buy .film_buyfr h3 {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 6px;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  line-height: 22px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.film_buy .film_buyfr .money {
  display: block;
  width: 100%;
  height: 88px;
  margin-top: 6px;
  margin-bottom: 2px;
  padding: 0 20px;
  background: #EAE9EA;
}

.film_buy .film_buyfr .money b {
  display: inline-block;
  width: 100%;
  margin-top: 13px;
  font-size: 28px;
  color: #3e2fbc;
  line-height: 37px;
}

.film_buy .film_buyfr .money .tags {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
}

.film_buy .film_buyfr .money .tags font {
  margin-right: 16px;
}

.film_buy .film_buyfr .money .tags span {
  flex: 1;
  text-align: right;
}

.film_buy .film_buyfr .dets {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}

.film_buy .film_buyfr .dets .dets_t {
  float: left;
  width: 50%;
  margin-top: 12px;
  line-height: 19px;
}

.film_buy .film_buyfr .dets .dets_t span {
  margin-right: 8px;
  color: #777;
}

.film_buy .film_buyfr .dets .dets_t font {
  color: #666;
}

.film_buy .film_buyfr .dets .dets_t i {
  margin: 0 3px;
}

.film_buy .film_buyfr .p2 {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #A9A9A9;
  line-height: 19px;
}

.film_buy .film_buyfr .ys {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid #eee;
}

.film_buy .film_buyfr .ys .box {
  display: block;
}

.film_buy .film_buyfr .ys .box a {
  display: inline-block;
  height: 46px;
  padding: 5px 10px 5px 5px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
}

.film_buy .film_buyfr .ys .box a.active {
  border: 1px solid #3e2fbc;
}

.film_buy .film_buyfr .ys .box img {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  border-radius: 4px;
  object-fit: cover;
}

.film_buy .film_buyfr .ys .box font {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #271D1B;
}

.film_buy .film_buyfr .size {
  display: block;
}

.film_buy .film_buyfr .size a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  color: #3E3B3A;
}

.film_buy .film_buyfr .size a.active {
  border: 1px solid #3e2fbc;
  color: #3e2fbc;
}

.film_buy .film_buyfr .qu {
  font-size: 0;
}

.film_buy .film_buyfr .qu input {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 36px;
  line-height: 34px;
  color: #3E3B3A;
  font-size: 18px;
  text-align: center;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.film_buy .film_buyfr .qu a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
}

.film_buy .film_buyfr .qu a:first-child {
  border-radius: 4px 0 0 4px;
  font-size: 38px;
  line-height: 28px;
}

.film_buy .film_buyfr .qu a:last-child {
  border-radius: 0 4px 4px 0;
}

.film_buy .film_buyfr .addbuy {
  display: flex;
  margin-top: 20px;
  font-size: 0;
}

.film_buy .film_buyfr .addbuy font {
  margin-left: 4px;
}

.film_buy .film_buyfr .addbuy .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 46px;
  background: #514F4B;
  border-radius: 4px 0px 0px 4px;
  line-height: 46px;
  font-size: 15px;
  color: #fff;
}

.film_buy .film_buyfr .addbuy .buy {
  display: inline-block;
  width: 200px;
  height: 46px;
  background: #3e2fbc;
  line-height: 46px;
  border-radius: 0px 4px 4px 0px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.film_buy .film_buyfr .addbuy .towish {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 46px;
  margin-left: 16px;
  background: #B0B0B0;
  border-radius: 4px 4px 4px 4px;
  font-size: 15px;
  color: #fff;
  line-height: 46px;
}

.detail_content {
  display: flex;
  margin-top: 30px;
  padding-bottom: 70px;
}

.detail_content .det_side {
  float: left;
  width: 240px;
  margin-right: 20px;
}

.detail_content .det_cone {
  flex: 1;
}

.detail_content .tabs_top {
  display: inline-block;
  width: 100%;
  height: 44px;
  background: #EAE9EA;
  border-bottom: 2px solid #3e2fbc;
  line-height: 42px;
}

.detail_content .tabs_top a {
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #333333;
}

.detail_content .tabs_top a.active {
  background: #3e2fbc;
  border-radius: 3px 3px 0px 0px;
  color: #fff;
}

.detail_content .tabs_cone p {
  display: block;
  margin-top: 20px;
  font-size: 15px;
  color: #666666;
  line-height: 20px;
}

.detail_content .tabs_cone table {
  margin-top: 20px;
}

.detail_content .tabs_cone td {
  padding-right: 20px;
  font-size: 15px;
  color: #666666;
  line-height: 20px;
}

.detail_content .tabs_cone img {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
}

.det_like {
  display: block;
  border-top: 1px solid #E9EAEC;
  padding-bottom: .4rem;
}

.det_like h4 {
  display: block;
  margin-top: 40px;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
}

.page {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
  font-size: 0;
}

.page a {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #3E3B3A;
  border: 1px solid #fff;
  border-radius: 50%;
}

.page .active {
  background: #edf6fc;
  border: 1px solid #3e2fbc;
  color: #3e2fbc;
}

.page .prev, .page .next {
  vertical-align: top;
  background: #EAE9EA;
}

.page .prev {
  margin-right: 12px;
}

.page .next {
  margin-left: 12px;
}

.page .gt {
  display: flex;
  margin-left: 29px;
  align-items: center;
  font-size: 14px;
  color: #999999;
}

.page .gt input {
  display: inline-block;
  vertical-align: top;
  width: 68px;
  height: 38px;
  margin: 0 6px 0 3px;
  background: #EAE9EA;
  border-radius: 4px 4px 4px 4px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #3E3B3A;
}

.mask {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.show {
  display: block !important;
}

.diy_select {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 40px;
  background: #FFFFFF;
  border-radius: 0px 2px 2px 0px;
  cursor: pointer;
  border: 1px solid #E3E3E3;
  min-width: 122px;
}

.diy_select .select_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 11px 0 16px;
}

.diy_select .diy_select_input {
  display: none;
}

.diy_select .diy_select_txt {
  display: inline-block;
  flex-grow: 1;
  font-size: 14px;
  color: #777777;
}

.diy_select .diy_select_btn {
  display: inline-block;
  height: 100%;
  margin-left: 10px;
}

.diy_select .diy_select_btn i {
  vertical-align: initial;
}

.diy_select .diy_select_list {
  display: none;
  position: absolute;
  left: -1px;
  top: 40px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0px 2px 2px 0px;
  border: 1px solid #E3E3E3;
  z-index: 1;
}

.diy_select .diy_select_list li {
  min-width: 200px;
  height: 33px;
  padding-left: 16px;
  line-height: 33px;
  font-size: 14px;
  color: #666666;
}

.diy_select .diy_select_list li:hover {
  background: #3e2fbc;
  color: #fff;
}

.sidebar1 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E6E5E5;
}

.sidebar1 .title {
  display: block;
  height: 37px;
  padding-top: 11px;
  padding-left: 20px;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  border-bottom: 1px solid #E5E5E5;
  line-height: 21px;
}

.sidebar1 .panel {
  padding: 0 16px;
  margin-top: 18px;
}

.sidebar1 .panel.active .panel_top font {
  color: #FF0200;
}

.sidebar1 .panel.active .panel_top .icosild_l {
  background-position: -503px -220px;
}

.sidebar1 .panel .panel_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  margin-bottom: 10px;
}

.sidebar1 .panel .panel_top a {
  display: flex;
  align-items: center;
}

.sidebar1 .panel .panel_top font {
  margin-left: 4px;
  margin-left: 4px;
  font-size: 14px;
  color: #777777;
}

.sidebar1 .panel .category_href {
  display: flex;
  align-items: center;
}

.sidebar1 .panel .panel_collapse {
  display: none;
}

.sidebar1 .panel .panel_collapse.in {
  display: block;
}

.sidebar1 .panel .panel_collapse li {
  display: inline-block;
  width: 100%;
  margin: 4px 0;
}

.sidebar1 .panel .panel_collapse li.act a {
  background: #FFEDED;
  color: #FF0200;
}

.sidebar1 .panel .panel_collapse a {
  display: block;
  height: 32px;
  padding-left: 34px;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #777777;
  line-height: 32px;
}

.sidebar2 {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E6E5E5;
}

.sidebar2 .title {
  display: block;
  height: 37px;
  padding-top: 11px;
  padding-left: 20px;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 21px;
}

.sidebar2 li {
  position: relative;
  display: block;
  max-height: 325px;
  min-width: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.sidebar2 li:hover .addcart {
  opacity: 1;
  transform: translateY(0);
}

.sidebar2 .li_img {
  display: block;
  aspect-ratio: 2 / 2;
}

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

.sidebar2 .addcifo {
  display: inline-block;
  width: 100%;
}

.sidebar2 .addcifo span {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin-top: 9px;
  font-size: 14px;
  color: #555;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sidebar2 .addcifo .money {
  display: block;
  margin-top: 14px;
  margin-bottom: 7px;
  font-size: 18px;
  color: #3e2fbc;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}

.sidebar2 .addcart {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  background: #3e2fbc;
  border-radius: 4px 4px 4px 4px;
  line-height: 36px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s, transform 0.25s;
}

.sidebar2 .addcart font {
  display: inline-block;
  margin-left: 4px;
  font-size: 15px;
  color: #fff;
}

.login {
  display: inline-block;
  width: 100%;
  padding: 70px 0 80px 0;
  margin-bottom: -60px;
  background: url("../images/coretraino/ban3.png") no-repeat;
  background-size: 1920px 1277px;
  background-position: center center;
}

.popup_login, .popup_reg {
  display: table;
  margin: 0 auto;
  width: 420px;
  padding: 0 22px;
  background: #FFFFFF;
  box-shadow: 0px 1px 28px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px 2px 2px 2px;
}

.popup_login input::-webkit-input-placeholder, .popup_login textarea::-webkit-input-placeholder, .popup_reg input::-webkit-input-placeholder, .popup_reg textarea::-webkit-input-placeholder {
  color: #B2B2B2;
  font-size: 14px;
}

.popup_login input::-moz-placeholder, .popup_login textarea::-moz-placeholder, .popup_reg input::-moz-placeholder, .popup_reg textarea::-moz-placeholder {
  color: #B2B2B2;
  font-size: 14px;
}

.popup_login input:-ms-input-placeholder, .popup_login textarea::-ms-input-placeholder, .popup_reg input:-ms-input-placeholder, .popup_reg textarea::-ms-input-placeholder {
  color: #B2B2B2;
  font-size: 14px;
}

.popup_login h3, .popup_reg h3 {
  display: block;
  margin-top: 36px;
  line-height: 27px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.popup_login .lis, .popup_reg .lis {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 12px;
}

.popup_login .lis_t, .popup_reg .lis_t {
  display: flex;
  justify-content: space-between;
}

.popup_login .lis_t a, .popup_reg .lis_t a {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}

.popup_login .lis_p, .popup_reg .lis_p {
  display: inline-block;
  cursor: pointer;
}

.popup_login .lis_p .ico17, .popup_reg .lis_p .ico17 {
  float: left;
  margin-top: 2px;
}

.popup_login .lis_p input[type="checkbox"], .popup_reg .lis_p input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.popup_login .lis_p input[type="checkbox"]:checked ~ .ico17, .popup_reg .lis_p input[type="checkbox"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.popup_login .lis_p .text, .popup_reg .lis_p .text {
  float: left;
}

.popup_login .lis_p font, .popup_reg .lis_p font {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  font-size: 14px;
  color: #666666;
}

.popup_login .lis_p a, .popup_reg .lis_p a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #3e2fbc;
}

.popup_login .pop_tab, .popup_reg .pop_tab {
  display: block;
  width: 100%;
  height: 44px;
  margin-top: 36px;
  margin-bottom: 20px;
  padding: 4px 6px;
  background: #FAFAFA;
  border-radius: 4px 4px 4px 4px;
}

.popup_login .pop_tab a, .popup_reg .pop_tab a {
  float: left;
  width: 182px;
  height: 36px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  border: 1px solid #FAFAFA;
  text-align: center;
  color: #888888;
  line-height: 34px;
}

.popup_login .pop_tab a.active, .popup_reg .pop_tab a.active {
  border: 1px solid #3e2fbc;
  color: #3e2fbc;
  background-color: #fff;
}

.popup_login .pop_con, .popup_reg .pop_con {
  display: block;
  padding-bottom: 28px;
}

.popup_login .pop_con .cont, .popup_reg .pop_con .cont {
  display: none;
}

.popup_login .pop_con .active, .popup_reg .pop_con .active {
  display: block;
}

.popup_login .a_go, .popup_reg .a_go {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 25px;
  background: #3e2fbc;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #E1251B;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.popup_login .ti, .popup_reg .ti {
  display: block;
  margin-top: 26px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
}

.popup_login .ti a, .popup_reg .ti a {
  color: #3e2fbc;
}

.popup_login .met, .popup_reg .met {
  display: block;
  margin-top: 46px;
  text-align: center;
}

.popup_login .met p, .popup_reg .met p {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #BABABA;
  line-height: 19px;
}

.popup_login .met a, .popup_reg .met a {
  display: inline-block;
  vertical-align: top;
  margin: 12px;
}

.popup_login .diy_select, .popup_reg .diy_select {
  float: left;
  width: 119px;
  height: 48px;
  border-radius: 4px;
}

.popup_login .diy_select .select_text, .popup_reg .diy_select .select_text {
  padding-left: 10px;
}

.popup_login .diy_text, .popup_reg .diy_text {
  float: left;
  width: 246px;
  height: 48px;
  margin-left: 8px;
  padding-left: 10px;
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #E3E3E3;
  line-height: 46px;
}

.popup_login .diy_pass, .popup_reg .diy_pass {
  display: block;
  width: 100%;
  height: 48px;
  padding-left: 10px;
  background: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #E3E3E3;
  line-height: 46px;
}

.popup_reg .a_go {
  margin-top: 20px;
}

.popup_reg .lis_p {
  margin-top: 24px;
}

.cart1 .cart1_top {
  display: flex;
  margin-top: 7px;
  margin-bottom: 10px;
  align-items: center;
}

.cart1 .cart1_top font {
  margin-left: 4px;
  font-size: 14px;
  color: #3e2fbc;
}

.cart1 .box_ta {
  display: block;
  padding: 15px 20px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
}

.cart1 .cart_li {
  display: none;
}

.cart1 table {
  display: table;
  width: 100%;
}

.cart1 table th {
  line-height: 49px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.cart1 table td {
  border-top: 1px solid #E5E5E5;
  text-align: center;
  font-size: 14px;
  color: #666666;
}

.cart1 table .align_left {
  width: 600px;
  text-align: left;
  padding-left: 20px;
}

.cart1 table .align_left .ths {
  float: left;
  width: 113px;
}

.cart1 table .sp_si {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.cart1 table .sp_si img {
  float: left;
  width: 98px;
  height: 98px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 15px;
  object-fit: cover;
}

.cart1 table .sp_si .sp_siname {
  float: left;
}

.cart1 table .sp_si .p1 {
  display: block;
  width: 397px;
  margin-top: 16px;
  color: #444444;
  font-size: 14px;
  line-height: 19px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart1 table .sp_si .p2 {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
}

.cart1 table .sp_si .p2 a {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  color: #557DF9;
}

.cart1 table .mo_si {
  text-align: center;
}

.cart1 table .del {
  display: inline-block;
  font-size: 14px;
  color: #F3A827;
}

.cart1 table .inpjj {
  font-size: 0;
}

.cart1 table .inpjj input {
  display: inline-block;
  vertical-align: top;
  width: 64px;
  height: 36px;
  line-height: 34px;
  color: #3E3B3A;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.cart1 table .inpjj a {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border: 1px solid #DDDDDD;
  line-height: 34px;
  text-align: center;
  font-size: 24px;
  background-color: #FAFAFA;
}

.cart1 table .inpjj a:first-child {
  border-radius: 4px 0 0 4px;
  font-size: 34px;
  line-height: 30px;
}

.cart1 table .inpjj a:last-child {
  border-radius: 0 4px 4px 0;
}

.cart1 table label {
  cursor: pointer;
}

.cart1 table label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.cart1 table label input[type="checkbox"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.selected {
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-top: 16px;
  background: #F9F9F9;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EEEEEE;
}

.selected .selected_fl {
  float: left;
  display: flex;
  align-items: center;
}

.selected .selected_fl span {
  margin-right: 18px;
  font-size: 16px;
  color: #666;
}

.selected .selected_fl img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  object-fit: cover;
}

.selected .selected_fr {
  float: right;
  margin-top: 3px;
  margin-bottom: 8px;
  text-align: right;
}

.selected .selected_fr p {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.selected .selected_fr font {
  color: #222;
}

.selected .selected_fr b {
  font-size: 32px;
  color: #3e2fbc;
  font-weight: bold;
  line-height: 38px;
}

.selected .checkout {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 23px;
  border-top: 1px solid #EAE9EA;
}

.selected .checkout .ico17 {
  float: left;
  margin-top: 2.5px;
}

.selected .checkout input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.selected .checkout input[type="checkbox"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.selected .checkout .text {
  float: left;
  cursor: pointer;
}

.selected .checkout .text font {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  font-size: 16px;
  color: #221816;
}

.selected .checkout .text a {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  font-size: 16px;
  color: #3e2fbc;
}

.selected .checkout .go {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 145px;
  height: 44px;
  background: #3e2fbc;
  border-radius: 5px 5px 5px 5px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
}

.mall_now1, .mall_now2, .mall_now3, .mall_now6 {
  display: block;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.mall_now1 .ti, .mall_now2 .ti, .mall_now3 .ti, .mall_now6 .ti {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding: 0 20px;
  background: #eee;
  font-size: 14px;
  color: #333333;
}

.mall_now1 .ti font, .mall_now2 .ti font, .mall_now3 .ti font, .mall_now6 .ti font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 14px;
  color: #949491;
}

.mall_now1 .con {
  padding: 25px 20px;
}

.mall_now1 .con .p1 {
  font-size: 16px;
  color: #949491;
}

.mall_now1 .con a {
  font-size: 16px;
  color: #3e2fbc;
}

.mall_now2 .mall_now2_box {
  padding: 20px;
}

.mall_now2 table {
  width: 100%;
  text-align: center;
}

.mall_now2 th {
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #666666;
}

.mall_now2 td {
  padding: 8px;
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  color: #666;
}

.mall_now2 td img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.mall_now2 .ts {
  padding-left: 16px;
  text-align: left;
}

.mall_now2 .mall_now2_order {
  display: block;
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px solid #E5E5E5;
}

.mall_now2 .mall_now2_order p {
  color: #666666;
  font-size: 14px;
}

.mall_now2 .mall_now2_order textarea {
  display: block;
  width: 100%;
  height: 68px;
  margin-top: 4px;
  padding: 15px 17px;
  background: #FAFAFA;
  border-radius: 3px 3px 3px 3px;
  margin-top: 4px;
  border: 0;
  font-size: 14px;
  color: #222;
}

.mall_now3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  height: 177px;
  padding: 10px 20px;
  overflow: hidden;
}

.mall_now3 li {
  position: relative;
  float: left;
  width: 405px;
  height: 158px;
  padding-left: 10px;
  padding-top: 8px;
  border: 1px solid #FAFAFA;
  background-color: #FAFAFA;
  border-radius: 4px;
}

.mall_now3 li.active {
  background-color: #FFF6F6;
  border: 1px solid #3e2fbc;
}

.mall_now3 li.active .edt {
  display: block;
}

.mall_now3 li.active .ico26 {
  background-position: -174px -206px;
}

.mall_now3 li .box {
  display: inline-block;
  vertical-align: top;
  width: 353px;
}

.mall_now3 li .p1 {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #999494;
  line-height: 17px;
}

.mall_now3 li .p2 {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: #3E3B3A;
  line-height: 19px;
  font-weight: bold;
}

.mall_now3 li .tel {
  display: block;
  margin-top: 10px;
  font-size: 0;
}

.mall_now3 li .tel span {
  display: inline-block;
  vertical-align: top;
  color: #271D1B;
  line-height: 20px;
  font-size: 14px;
}

.mall_now3 li .tel .tel_p {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.mall_now3 li .tel p {
  display: block;
  margin-bottom: 4px;
  color: #3E3B3A;
  line-height: 20px;
  font-size: 14px;
}

.mall_now3 li .edt {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 44px;
  height: 26px;
  background: #FFD5D5;
  border-radius: 12px 0px 4px 0px;
  text-align: center;
  font-size: 14px;
  color: #3e2fbc;
  line-height: 26px;
}

.mall_now3 .more_t {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 12px;
}

.mall_now3 .more_t font {
  margin-right: 2px;
  font-size: 14px;
  color: #949491;
}

.mall_now6 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  row-gap: 8px;
  padding: 26px 0;
}

.mall_now6 .lis {
  display: flex;
  align-content: center;
}

.mall_now6 .lis .ico17 {
  float: left;
  margin-top: 2px;
}

.mall_now6 .lis input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.mall_now6 .lis input[type="checkbox"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.mall_now6 .lis .text {
  margin-left: 10px;
  font-size: 14px;
  color: #221816;
}

.mall_now6 .lis_span {
  display: inline-block;
  width: 135px;
  padding-right: 12px;
  text-align: right;
  font-size: 14px;
  color: #221816;
  line-height: 48px;
}

.mall_now6 .lis_span em {
  color: #3e2fbc;
}

.mall_now6 .lis_input {
  flex: 1;
  height: 48px;
  padding-left: 16px;
  background: #F7F7F7;
  border: 0;
  line-height: 48px;
  font-size: 14px;
  color: #222;
}

.mall_now6 .diy_select {
  float: left;
  width: 179px;
  height: 48px;
  margin-right: 6px;
  border: 0;
  background: #F7F7F7;
}

.mall_now6 .lis_sel {
  width: 241px;
  margin-right: 0;
}

.mall_now6 .lis_sel:last-child {
  margin-left: 6px;
}

.mall_now4 {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.mall_now4 .ti {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 20px;
  background: #eee;
  font-size: 16px;
  color: #221816;
  font-weight: bold;
}

.mall_now4 .ti font {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #3e2fbc;
}

.mall_now4 .addit {
  display: inline-block;
  width: 100%;
  padding: 16px 28px;
}

.mall_now4 .addit .box {
  float: left;
  width: 438px;
}

.mall_now4 .addit img {
  float: left;
  width: 98px;
  height: 98px;
  margin-right: 16px;
  object-fit: cover;
}

.mall_now4 .addit p {
  display: block;
  font-size: 14px;
  color: #221816;
  line-height: 22px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: 'Microsoft YaHei';
}

.mall_now4 .addit .mor {
  display: block;
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #D63106;
}

.mall_now4 .addit .mor span {
  display: inline-block;
  margin-left: 12px;
  color: #CCCCCC;
  font-size: 14px;
  text-decoration: line-through;
}

.mall_now4 .add {
  position: absolute;
  right: 28px;
  bottom: 41px;
  height: 42px;
  padding: 0 17px;
  color: #3e2fbc;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #3e2fbc;
  border-radius: 4px;
}

.mall_now5 {
  display: inline-block;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
  background-color: #F9F9F9;
  border-radius: 4px;
}

.mall_now5 h4 {
  display: block;
  font-size: 14px;
  color: #666666;
}

.mall_now5 form {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.mall_now5 input[type="text"] {
  float: left;
  flex: 1;
  height: 41px;
  padding-left: 24px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border-left: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  line-height: 39px;
}

.mall_now5 input[type="submit"] {
  float: left;
  height: 41px;
  padding: 0 16px;
  background: #FFFFFF;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #3e2fbc;
  color: #3e2fbc;
  font-size: 14px;
  line-height: 39px;
}

.mall_now7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

.mall_now7 .mall_now7_box {
  display: block;
  border: 1px solid #EEEEEE;
  margin-bottom: 20px;
}

.mall_now7 .mall_now7_box .ti {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding: 0 20px;
  background: #eee;
  font-size: 14px;
  color: #333333;
}

.mall_now7 .mall_now7_box .ti font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 14px;
  color: #949491;
}

.mall_now7 .mall_now7_box ul {
  display: block;
  padding: 20px;
}

.mall_now7 .mall_now7_box li {
  display: flex;
  align-items: center;
  margin-top: 10px;
  line-height: 18px;
}

.mall_now7 .mall_now7_box li:first-child {
  margin-top: 0;
}

.mall_now7 .mall_now7_box li img {
  width: auto;
  height: 18px;
  margin-left: 10px;
}

.mall_now7 .mall_now7_box li font {
  margin-left: 6px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
}

.mall_now7 .mall_now7_box .ico17 {
  float: left;
}

.mall_now7 .mall_now7_box input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.mall_now7 .mall_now7_box input[type="checkbox"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.popup_address {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.popup_address .box {
  position: absolute;
  left: 50%;
  top: 50%;
  display: table;
  width: 655px;
  padding: 28px 40px;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
}

.popup_address .box h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #221816;
}

.popup_address .box h3 font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #221816;
}

.popup_address .box .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup_address form {
  display: block;
  margin-top: 22px;
}

.popup_address .lis {
  display: flex;
  justify-items: center;
  margin-bottom: 8px;
}

.popup_address .lis .lis_span {
  float: left;
  width: 143px;
  padding-right: 16px;
  margin-left: -40px;
  text-align: right;
  font-size: 14px;
  color: #221816;
  line-height: 48px;
}

.popup_address .lis .lis_span em {
  color: #3e2fbc;
}

.popup_address .lis .lis_input {
  flex: 1;
  height: 48px;
  padding-left: 16px;
  background: #F7F7F7;
  border: 0;
  line-height: 48px;
  font-size: 14px;
  color: #222;
}

.popup_address .lis .diy_select {
  float: left;
  width: 179px;
  height: 48px;
  margin-right: 6px;
  border: 0;
  background: #F7F7F7;
}

.popup_address .lis .lis_sel {
  width: 233px;
  margin-right: 0;
}

.popup_address .lis .lis_sel:last-child {
  margin-left: 6px;
}

.popup_address .lis label {
  display: flex;
  align-items: center;
  margin-right: 33px;
  color: #999494;
  font-size: 14px;
  cursor: pointer;
}

.popup_address .ico17 {
  float: left;
  margin-right: 8px;
}

.popup_address input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.popup_address input[type="radio"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.popup_address .lis_t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 80px);
  height: 99px;
  margin-top: 10px;
  margin-left: -40px;
  margin-bottom: -28px;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
}

.popup_address .lis_t button {
  display: block;
  width: 152px;
  height: 42px;
  margin-top: 0;
  background: #3e2fbc;
  border-radius: 4px 4px 4px 4px;
  border: 0;
  font-size: 15px;
  color: #fff;
}

.popup_cart {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup_cart .box {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  width: 1100px;
  padding: 60px 40px;
  background-color: #fff;
  text-align: center;
}

.popup_cart .box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: #221816;
}

.popup_cart .box h3 font {
  margin-left: 10px;
}

.popup_cart .box .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup_cart .box .box_a {
  display: block;
  font-size: 0;
  text-align: center;
}

.popup_cart .box .box_a a {
  display: inline-block;
  width: 188px;
  height: 48px;
  margin: 34px 5px 60px 5px;
  border: 1px solid #DBDBDB;
  border-radius: 100px 100px 100px 100px;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  color: #666666;
}

.popup_cart .box .box_a a.active {
  background: #3e2fbc;
  border: 1px solid #3e2fbc;
  color: #fff;
}

.popup_cart .box .mdlis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 0;
}

.popup_cart .box .mdlis .addcifo span {
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
  white-space: initial;
}

.buyer_show .buyer_ti {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #E4E1DD;
}

.buyer_show .buyer_ti h2 {
  font-weight: bold;
  font-size: 24px;
  color: #271D1B;
  line-height: 32px;
}

.buyer_show .buyer_ti span {
  font-size: 15px;
  color: #221816;
  line-height: 32px;
}

.buyer_show .buyer_tag {
  display: block;
  margin-top: 12px;
}

.buyer_show .buyer_tag a {
  float: left;
  height: 38px;
  padding: 0 26px;
  margin-right: 8px;
  line-height: 38px;
  background: #F2F2F2;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #221816;
}

.buyer_show .buyer_tag a.active {
  background-color: #3e2fbc;
  color: #fff;
}

.buyer_show .buyer_lies {
  display: block;
}

.buyer_show .buyer_lie {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.buyer_show .buyer_lie .ti {
  display: flex;
  align-items: center;
  width: 100%;
}

.buyer_show .buyer_lie .ti img {
  display: inline-block;
  width: 32px;
  height: 32px;
  object-fit: cover;
  margin-right: 8px;
}

.buyer_show .buyer_lie .ti font {
  display: inline-block;
  flex-grow: 1;
  font-weight: bold;
  font-size: 16px;
  color: #3E3B3A;
  line-height: 32px;
}

.buyer_show .buyer_lie .ti span {
  font-size: 12px;
  color: #9E9E9E;
  line-height: 32px;
}

.buyer_show .buyer_lie .con {
  display: inline-block;
  width: 100%;
  margin-top: 14px;
}

.buyer_show .buyer_lie .con p {
  display: block;
  font-size: 14px;
  color: #555555;
  line-height: 16px;
}

.buyer_show .buyer_lie .con img {
  float: left;
  width: 168px;
  height: 210px;
  object-fit: cover;
  margin-top: 10px;
  margin-right: 8px;
  border-radius: 4px;
}

.buyer_show .buyer_lie .bug_ligo {
  display: flex;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 8px 12px 14px 12px;
  border: 1px solid #EAE9EA;
}

.buyer_show .buyer_lie .bug_ligo img {
  display: inline-block;
  margin-right: 12px;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 4px 4px 4px 4px;
}

.buyer_show .buyer_lie .bug_ligo .lf {
  flex-grow: 1;
}

.buyer_show .buyer_lie .bug_ligo p {
  font-size: 13px;
  color: #9E9E9E;
  line-height: 16px;
}

.buyer_show .buyer_lie .bug_ligo a {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  height: 28px;
  padding: 0 12px;
  line-height: 26px;
  background: #F2F2F2;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EAE9EA;
  font-size: 13px;
  color: #6B6B69;
}

.buyer_show .buyer_lie .bug_ligo a:hover {
  background-color: #3e2fbc;
  color: #fff;
  border: 1px solid #3e2fbc;
}

.buyer_show .buyer_lie .bug_ligo a:hover .ico13 {
  background-position: -497px -375px;
}

.buyer_show .buyer_lie .bug_ligo font {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.buyer_show .more {
  display: block;
  width: 198px;
  height: 36px;
  margin: 20px auto 0 auto;
  background: #F0F1F7;
  line-height: 36px;
  border: 1px solid #E2E2E2;
  font-size: 14px;
  color: #6B6B69;
  text-align: center;
}

.buyer_show .more font {
  margin-right: 6px;
}

.buyer_show .det_like {
  border-top: 0;
  margin-top: 46px;
}

.ban_culture {
  display: inline-block;
  width: 100%;
  height: 400px;
  background: url("../images/coretraino/ban2.png") no-repeat;
  text-align: center;
  background-size: 1920px 400px;
}

.ban_culture h2 {
  display: block;
  margin-top: 142px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  color: #fff;
}

.ban_culture p {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 25px;
}

.culture_lies .mdlis_sd {
  margin-top: 40px;
}

.culture_article h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #221816;
  font-weight: bold;
  line-height: 29px;
}

.culture_article .time {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 13px;
  color: #999494;
  line-height: 20px;
  border-bottom: 1px solid #EAE9EA;
}

.culture_article .time span, .culture_article .time a {
  margin: 0 17px;
}

.culture_article .time font {
  margin-left: 4px;
  font-size: 13px;
  color: #999494;
}

.culture_article .content {
  display: block;
  padding-top: 20px;
}

.culture_article .content p {
  display: block;
  font-size: 14px;
  color: #221816;
  line-height: 24px;
}

.culture_article .content h4 {
  display: block;
  margin-top: 40px;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 32px;
  color: #222;
}

.culture_article .content strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  color: #666;
  font-weight: normal;
}

.culture_article .content br {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.culture_article .content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 20px auto;
}

.culture_article .det_like {
  border-top: 0;
  margin-top: 46px;
}

.culture_article .cul_like {
  display: block;
  margin-top: 40px;
}

.culture_article .cul_like h4 {
  font-weight: bold;
  font-size: 24px;
  color: #221816;
  line-height: 35px;
  text-align: center;
}

.order_user {
  display: block;
  height: 104px;
  padding-top: 14px;
  margin-top: -1px;
  font-size: 0;
  border-bottom: 1px solid #E4E1DD;
  border-top: 1px solid #fff;
}

.order_user .order_info_img {
  float: left;
  width: 76px;
  height: 76px;
  margin-right: 8px;
  background: #EDEFFE;
  border-radius: 50%;
}

.order_user .order_info {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 76px;
}

.order_user .order_info_p1 {
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.order_user .order_info_p1 h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #221816;
  line-height: 26px;
}

.order_user .order_info_p1 .a1 {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  line-height: 26px;
}

.order_user .order_info_p1 .a1 i {
  vertical-align: top;
}

.order_user .order_info_p1 .a1 .ico35 {
  margin-top: 2px;
}

.order_user .order_info_jj {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #A9A9A9;
}

.order_user .order_info_jj a {
  margin-left: 8px;
}

.order_user .order_info_jj a i {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
}

.order_user .order_stat {
  float: right;
  margin-top: 14px;
}

.order_user .order_stat .p1 {
  display: block;
  font-size: 24px;
  color: #221816;
  line-height: 24px;
  font-family: 'wanshiquanxing';
}

.order_user .order_stat .p2 {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #999494;
  line-height: 19px;
}

.order_user .order_stat .item {
  float: left;
  margin-left: 50px;
  text-align: center;
}

.order_box {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #EBEAEA;
}

.order_box .order_side {
  display: inline-block;
  vertical-align: top;
  width: 253px;
}

.order_box .order_cen {
  display: inline-block;
  vertical-align: top;
  width: 1027px;
  padding-left: 40px;
  padding-bottom: 40px;
  border-left: 1px solid #EBEAEA;
}

.order_box .order_cen .crumb {
  border-bottom: 1px solid #F4F5FA;
}

.order_side {
  padding: 20px 20px 0 0;
}

.order_side li {
  display: block;
  width: 100%;
  padding: 10px 0 10px 16px;
  margin-bottom: 10px;
  color: #221816;
  font-size: 15px;
  border-radius: 4px;
}

.order_side li.active {
  background: #3e2fbc;
}

.order_side li.active .ico28 {
  background-position: -319px -108px;
}

.order_side li.active .ico29 {
  background-position: -319px -204px;
}

.order_side li.active .ico30 {
  background-position: -270px -262px;
}

.order_side li.active .ico31 {
  background-position: -58px -314px;
}

.order_side li.active .ico32 {
  background-position: -154px -314px;
}

.order_side li.active font {
  color: #fff;
}

.order_side li i {
  display: inline-block;
  vertical-align: top;
}

.order_side li font {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 28px;
  font-size: 15px;
  color: #221816;
}

.order_type {
  display: block;
  padding-top: 19px;
}

.order_type a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
  margin-right: 12px;
  font-size: 14px;
  color: #221816;
  line-height: 42px;
}

.order_type .active {
  color: #3e2fbc;
}

.order_type .active::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  width: 100%;
  height: 4px;
  background: #3e2fbc;
}

.order_type form {
  float: right;
  width: 176px;
  height: 42px;
  border-radius: 22px;
  border: 1px solid #DDDDDD;
  line-height: 40px;
  font-size: 0;
  overflow: hidden;
}

.order_type input {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 14px;
  color: #A9A9A9;
}

.order_type button {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  border: 0;
  background-color: #fff;
}

.order_details {
  display: block;
  margin-top: 27px;
}

.order_details > li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
  border: 1px solid #EBEAEA;
  font-size: 0;
}

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

.order_details .or_time {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #F4F5FA;
}

.order_details .or_time span {
  display: inline-block;
  margin-right: 18px;
  font-size: 13px;
  color: #999494;
}

.order_details .or_time a {
  float: right;
}

.order_details .or_time a font {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 14px;
  color: #3E3B3A;
}

.order_details .or_cen {
  float: left;
  width: 506px;
  border-right: 1px solid #F0F0F0;
}

.order_details .or_cen li {
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #F0F0F0;
  font-size: 0;
}

.order_details .or_cen li:first-child {
  border-top: 0;
}

.order_details .or_cen .or_info {
  display: inline-block;
  padding: 16px 0 16px 20px;
}

.order_details .or_cen .or_info img {
  display: inline-block;
  vertical-align: top;
  width: 98px;
  height: 98px;
  margin-right: 10px;
}

.order_details .or_cen .or_name {
  display: inline-block;
  vertical-align: top;
  width: 212px;
}

.order_details .or_cen .or_name .p1 {
  display: block;
  width: 100%;
  color: #221816;
  font-size: 14px;
  line-height: 19px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order_details .or_cen .or_name .p2 {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  line-height: 19px;
  color: #A9A9A9;
}

.order_details .or_cen .or_sun {
  display: inline;
  width: 80px;
  height: 100%;
  line-height: 1;
  font-size: 14px;
  color: #3E3B3A;
  text-align: center;
}

.order_details .or_cen .or_up {
  position: absolute;
  right: 20px;
  display: block;
  text-align: right;
}

.order_details .or_cen .or_up p {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #221816;
}

.order_details .or_cen .or_up a font {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-size: 14px;
  color: #F23332;
}

.order_details .or_price {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 478px;
  padding: 20px;
}

.order_details .or_price .tis1 {
  display: inline-block;
  flex: 1;
  white-space: nowrap;
}

.order_details .or_price .tis1 p {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #221816;
  line-height: 24px;
}

.order_details .or_price .tis1 b {
  font-weight: bold;
}

.order_details .or_price .tis2 {
  display: inline-block;
  flex: auto;
  padding-right: 120px;
  text-align: center;
}

.order_details .or_price .tis2 font {
  display: inline-block;
  max-width: 80px;
  text-align: center;
  font-size: 14px;
  color: #221816;
}

.order_details .or_price .tis2 font.orange {
  color: #FFAA48;
}

.order_details .or_price .tis2 font.red {
  color: #F23332;
}

.order_details .or_price .tis3 {
  position: absolute;
  right: 20px;
  z-index: 1;
}

.order_details .or_price .tis3 a {
  float: right;
  flex-basis: 100%;
  height: 24px;
  padding: 0 12px;
  margin-bottom: 6px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
  font-size: 13px;
  line-height: 22px;
  color: #3E3B3A;
  border-radius: 12px;
  white-space: nowrap;
}

.order_details .or_price .tis3 .red {
  border: 1px solid #3e2fbc;
  background-color: #3e2fbc;
  color: #fff;
}

.order_details .or_exp_time {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 13px;
  color: #A9A9A9;
  line-height: 17px;
}

.order_details .or_exp_time font {
  color: #3e2fbc;
}

.crumb_order {
  display: block;
  height: 49px;
  line-height: 49px;
  font-size: 0;
  overflow: hidden;
}

.crumb_order a {
  display: inline-block;
  font-size: 14px;
  color: #A9A9A9;
}

.crumb_order i {
  display: inline-block;
  vertical-align: middle;
}

.crumb_order font {
  display: inline-block;
  vertical-align: middle;
}

.crumb_order .ico16h {
  margin-right: 6px;
}

.crumb_order .fg {
  margin: 0 .2rem;
}

.crumb_pc {
  display: block;
}

.process {
  position: relative;
  display: table;
  margin: 40px auto 0 auto;
}

.process .tl {
  position: relative;
  float: left;
  width: 238px;
  z-index: 1;
}

.process .tl.active .to {
  z-index: -1;
}

.process .tl.active::after {
  background: url("../images/coretraino/tab_bg1h.png") no-repeat;
}

.process .tl::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 7.5px;
  display: block;
  width: 197px;
  height: 11px;
  margin-left: -216px;
  background: url("../images/coretraino/tab_bg1.png") no-repeat;
}

.process .tl:first-child::after {
  display: none;
}

.process .tl .ico34 {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

.process .tl .to {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 26px;
  height: 26px;
  margin-left: -13px;
  text-align: center;
  line-height: 26px;
  background: #C9C9C9;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.process .tl span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #221816;
  text-align: center;
  line-height: 19px;
}

.order_cen1 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.order_cen1 h3 {
  display: block;
  font-size: 18px;
  color: #221816;
  font-weight: bold;
  line-height: 24px;
}

.order_cen1 .order_cen1_time {
  position: absolute;
  right: 0;
  top: -10px;
  text-align: right;
}

.order_cen1 .order_cen1_time .p1 {
  display: block;
  font-size: 14px;
  color: #3e2fbc;
  line-height: 19px;
}

.order_cen1 .order_cen1_time .p2 {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #7A7774;
  line-height: 19px;
}

.order_cen1 .order_cen1_jc {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 64px;
  margin-top: 18px;
  border-left: 1px solid #E5E5E5;
  padding-top: 12px;
  margin-left: 22px;
}

.order_cen1 .order_cen1_jc .p1 {
  display: block;
  font-size: 16px;
  color: #3e2fbc;
  font-weight: bold;
  line-height: 21px;
}

.order_cen1 .order_cen1_jc .p2 {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #221816;
}

.order_cen1 .order_cen1_jc .p2 a {
  display: inline-block;
  margin-left: 10px;
  color: #3e2fbc;
}

.order_cen1 .order_cen1_jc .pos {
  position: absolute;
  left: -12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-color: #3e2fbc;
  border-radius: 50%;
  border: 6px solid #fff;
}

.order_cen1 .order_cen1_receive {
  position: relative;
  display: block;
  width: calc(100% - 86px);
  margin-left: 86px;
  margin-top: 16px;
  padding: 16px 0 14px 0;
  border: 1px solid #E6E8EC;
}

.order_cen1 .order_cen1_receive .box {
  display: inline-block;
  width: 100%;
  padding-left: 48px;
}

.order_cen1 .order_cen1_receive .box .p1 {
  display: block;
  max-width: 353px;
  font-size: 12px;
  color: #999494;
  line-height: 17px;
}

.order_cen1 .order_cen1_receive .box .p2 {
  display: block;
  max-width: 353px;
  margin-top: 4px;
  font-size: 14px;
  color: #3E3B3A;
  font-weight: bold;
  line-height: 19px;
}

.order_cen1 .order_cen1_receive .box .tel {
  display: block;
  width: 100%;
  margin-top: 12px;
}

.order_cen1 .order_cen1_receive .box .tel span {
  float: left;
  font-size: 15px;
  color: #271D1B;
}

.order_cen1 .order_cen1_receive .box .tel .tel_p {
  float: left;
  margin-left: 8px;
  line-height: 20px;
}

.order_cen1 .order_cen1_receive .box .tel p {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: #3E3B3A;
  line-height: 20px;
}

.order_cen1 .order_cen1_receive .ico36 {
  position: absolute;
  left: 10px;
  top: 8px;
}

.order_cen1 .order_cen1_receive .pos1 {
  position: absolute;
  left: -77px;
  top: 0;
  display: inline-block;
  height: 29px;
  padding: 0 8px;
  line-height: 29px;
  background-color: #292929;
  border-radius: 8px;
  font-size: 13px;
  color: #fff;
}

.order_cen1 .order_cen1_busy {
  display: block;
  width: 100%;
  padding-left: 86px;
  margin-top: 10px;
  margin-bottom: 22px;
  font-size: 0;
}

.order_cen1 .order_cen1_busy a {
  display: inline-block;
  vertical-align: top;
  min-width: 172px;
  height: 48px;
  padding: 0 16px;
  margin-right: 12px;
  line-height: 46px;
  border-radius: 4px;
  border: 1px solid #A9A9A9;
  text-align: center;
  font-size: 15px;
  color: #221816;
}

.order_cen1 .order_cen1_busy .active {
  background: #3e2fbc;
  border: 1px solid #3e2fbc;
  color: #fff;
}

.order_cen2 .ti, .order_cen3 .ti, .order_cen4 .ti, .order_cen5 .ti, .order_cen6 .ti, .order_cen7 .ti {
  position: relative;
  display: block;
  margin-top: 28px;
}

.order_cen2 .ti i, .order_cen3 .ti i, .order_cen4 .ti i, .order_cen5 .ti i, .order_cen6 .ti i, .order_cen7 .ti i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.order_cen2 .ti font, .order_cen3 .ti font, .order_cen4 .ti font, .order_cen5 .ti font, .order_cen6 .ti font, .order_cen7 .ti font {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  line-height: 23px;
  font-size: 16px;
  color: #221816;
  font-weight: bold;
}

.sst_a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 64px;
  font-size: 0;
  text-align: center;
}

.sst_a .box {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding-top: 30px;
}

.sst_a a {
  display: inline-block;
  vertical-align: top;
  min-width: 172px;
  height: 48px;
  padding: 0 22px;
  margin: 0 6px;
  border-radius: 4px;
  border: 1px solid #A9A9A9;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  color: #221816;
}

.sst_a .active {
  color: #fff;
  background: #3e2fbc;
  border: 1px solid #3e2fbc;
}

.order_cen2 {
  display: block;
  width: 100%;
}

.order_cen2 .nt {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  margin-top: 10px;
  background-color: #f7f7f7;
}

.order_cen2 .nt li {
  float: left;
  width: 510px;
  padding-left: 24px;
  font-size: 14px;
  color: #221816;
  line-height: 38px;
}

.order_cen2 .nt li span {
  color: #888888;
}

.order_cen2 .nt li:nth-child(2n) {
  width: 460px;
}

.order_cen2 .nt .red {
  color: #3e2fbc;
}

.order_cen3 {
  display: block;
  width: 100%;
  margin-bottom: 48px;
}

.order_cen3 .box {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #E6E8EC;
}

.order_cen3 ul {
  display: block;
  width: 100%;
}

.order_cen3 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #EBEAEA;
}

.order_cen3 li:last-child {
  border-bottom: 0;
}

.order_cen3 .or_info {
  display: inline-block;
  padding: 16px 0 16px 20px;
}

.order_cen3 .or_info img {
  display: inline-block;
  vertical-align: top;
  width: 98px;
  height: 98px;
  margin-right: 10px;
}

.order_cen3 .or_name {
  display: inline-block;
  vertical-align: top;
  width: 212px;
}

.order_cen3 .or_name .p1 {
  display: block;
  width: 100%;
  color: #221816;
  font-size: 14px;
  line-height: 19px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order_cen3 .or_name .p2 {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  line-height: 19px;
  color: #A9A9A9;
}

.order_cen3 .or_sun {
  display: inline-block;
  font-size: 14px;
  color: #3E3B3A;
  text-align: center;
}

.order_cen3 .or_price {
  display: inline-block;
  padding-right: 28px;
  line-height: 19px;
  font-size: 14px;
  text-align: right;
}

.order_cen3 .or_price .p1 {
  display: block;
  color: #999494;
}

.order_cen3 .or_price .p2 {
  display: block;
  margin-top: 4px;
  color: #221816;
}

.order_cen3 .or_price .p2 font {
  color: #3e2fbc;
}

.order_cen3 .details {
  display: flex;
  justify-content: space-between;
  padding: 18px 28px 20px 16px;
  background-color: #F4F5FA;
}

.order_cen3 .details span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #221816;
  line-height: 21px;
}

.order_cen3 .details .fr {
  text-align: right;
  font-size: 14px;
  color: #221816;
  line-height: 24px;
}

.order_cen3 .details b {
  display: inline-block;
  color: #3e2fbc;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.order_cen4 .nt {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.order_cen4 .st {
  display: block;
  font-size: 14px;
  color: #221816;
  line-height: 19px;
}

.order_cen4 label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.order_cen4 input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.order_cen4 input[type="checkbox"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.order_cen4 .orid1 {
  display: inline-block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 5px;
}

.order_cen4 .orid1 ul {
  display: block;
  padding-left: 12px;
}

.order_cen4 .orid1 .sp_si {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
}

.order_cen4 .orid1 .sp_si img {
  float: left;
  width: 98px;
  height: 98px;
  margin: 10px 10px 10px 18px;
  object-fit: cover;
}

.order_cen4 .orid1 .sp_si .sp_siname {
  float: left;
  width: 740px;
}

.order_cen4 .orid1 .sp_si .p1 {
  display: block;
  width: 100%;
  margin-top: 13px;
  color: #221816;
  font-size: 14px;
  line-height: 19px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.order_cen4 .orid1 .sp_si .p2 {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 19px;
  color: #A9A9A9;
}

.order_cen4 .orid1 .sp_si label {
  float: left;
  height: 98px;
  margin: 10px 0;
  line-height: 98px;
}

.order_cen4 .orid2 {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.order_cen4 .orid2 ul {
  display: block;
  margin-top: 5px;
  padding-left: 12px;
}

.order_cen4 .orid2 li {
  display: block;
}

.order_cen4 .orid2 li font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
  color: #3E3B3A;
  line-height: 34px;
}

.order_cen4 .orid3 {
  display: inline-block;
  width: 100%;
  margin-top: 25px;
}

.order_cen4 .orid3 .diy_select {
  margin-top: 10px;
}

.order_cen4 .orid4 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 25px;
}

.order_cen4 .orid4 input[type="text"] {
  display: block;
  width: 100%;
  height: 52px;
  padding-left: 18px;
  margin-top: 10px;
  font-size: 14px;
  color: #3E3B3A;
  line-height: 50px;
  border: 1px solid #DDDDDD;
}

.order_cen4 .orid4 textarea {
  display: block;
  width: 100%;
  height: 156px;
  padding: 14px 18px;
  margin-top: 10px;
  font-size: 14px;
  color: #3E3B3A;
  overflow-y: auto;
  line-height: 22px;
  border: 1px solid #DDDDDD;
}

.order_cen4 .orid4 .custom-button .file-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.order_cen4 .orid4 .custom-button .imgs {
  width: 102px;
  height: 102px;
  margin-top: 8px;
}

.order_cen4 .orid4 p {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3E3B3A;
  line-height: 19px;
}

.order_cen4 .orid4 p span {
  color: #ccc;
}

.order_cen4 .diy_select {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid #DDDDDD;
}

.order_cen4 .diy_select .diy_select_list {
  display: none;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 88888;
  width: 100%;
  height: auto;
  padding: 10px 0;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.order_cen4 .diy_select .diy_select_list li {
  display: block;
  padding: 0 18px;
  list-style: none;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  color: #3E3B3A;
}

.order_cen4 .diy_select .diy_select_list li:hover {
  background-color: #FFF6F6;
  color: #3e2fbc;
}

.order_cen4 .diy_select .select_text {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

.order_cen4 .diy_select .diy_select_txt {
  float: left;
  width: 100%;
  padding-left: 18px;
  font-size: 14px;
  color: #3E3B3A;
}

.order_cen4 .diy_select .diy_select_txt font {
  color: #3E3B3A;
}

.order_cen4 .diy_select .diy_select_btn {
  position: absolute;
  right: 20px;
  top: 0;
}

.order_cen5 {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #EBEAEA;
  border-bottom: 1px solid #EBEAEA;
}

.order_cen5 ul {
  position: relative;
  display: block;
}

.order_cen5 ul::before {
  position: absolute;
  content: '';
  left: 29px;
  top: 6px;
  display: block;
  width: 2px;
  height: 240px;
  background: #E5E5E5;
}

.order_cen5 li {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-left: 75px;
}

.order_cen5 li::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 4.5px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #DBDBDB;
  box-sizing: content-box;
}

.order_cen5 li p {
  display: block;
  margin-bottom: 4px;
  line-height: 19px;
  font-size: 14px;
  color: #A9A9A9;
}

.order_cen5 li b {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}

.order_cen5 .yes::before {
  background: #3e2fbc;
}

.order_cen5 .yes b {
  color: #3e2fbc;
}

.order_cen5 .yes p {
  color: #221816;
}

.order_cen5 .yes font {
  margin-left: 12px;
  color: #999494;
}

.order_cen5 .null::before {
  left: 22px;
  background: #fff;
  border: 2px solid #7A7774;
}

.order_cen5 .null b {
  color: #3E3B3A;
}

.order_cen5 .null font {
  margin-left: 12px;
  color: #999494;
}

.order_cen6 {
  display: block;
  margin-top: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EBEAEA;
}

.order_cen6 .box {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-left: 24px;
}

.order_cen6 p {
  display: block;
  font-size: 14px;
  color: #221816;
  line-height: 34px;
}

.order_cen6 p span {
  float: left;
  margin-right: 10px;
  color: #888888;
}

.order_cen6 .timg {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-left: 12px;
  margin-bottom: 10px;
  font-size: 0;
}

.order_cen6 .timg:hover .ico44 {
  display: inline-block;
}

.order_cen6 .timg img {
  display: inline-block;
  vertical-align: top;
  width: 102px;
  height: 102px;
  object-fit: cover;
  border-radius: 8px;
}

.order_cen6 .timg .ico44 {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.order_cen6 .copy {
  display: inline-block;
  margin-left: 12px;
  color: #3e2fbc;
}

.order_cen6 .view_det {
  display: table;
  height: 28px;
  padding: 0 12px;
  margin: 18px 0 30px 24px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #CCCCCC;
  line-height: 26px;
  font-size: 14px;
  color: #221816;
}

.order_cen6 .transit {
  display: inline-block;
  height: 25px;
  margin-left: 20px;
  padding: 0 12px 0 10px;
  border-radius: 4px;
  border: 1px solid #557DF9;
  line-height: 21px;
}

.order_cen6 .transit font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  color: #557DF9;
}

.order_cen7 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #EBEAEA;
  padding-bottom: 20px;
}

.order_cen7 .box {
  display: block;
  width: 100%;
  padding-left: 24px;
}

.order_cen7 .box > p {
  display: block;
  margin-top: 22px;
  font-size: 14px;
  color: #221816;
}

.order_cen7 .box > p span {
  float: left;
  margin-right: 12px;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}

.order_cen7 .box > p b {
  font-size: 16px;
  font-weight: bold;
}

.order_cen7 .box_st {
  display: block;
  margin-top: 15px;
}

.order_cen7 .box_st > span {
  float: left;
  margin-right: 12px;
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}

.order_cen7 .box_box1 {
  position: relative;
  float: left;
  width: 843px;
  height: 120px;
  padding-left: 48px;
  padding-top: 13px;
  margin-top: 4px;
  margin-bottom: 18px;
  background: #F4F5FA;
}

.order_cen7 .box_box1 .ico36 {
  position: absolute;
  left: 10px;
  top: 8px;
}

.order_cen7 .box_box1 .p1 {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  color: #3E3B3A;
  line-height: 22px;
}

.order_cen7 .box_box1 .p1 span {
  float: left;
}

.order_cen7 .box_box1 .p1 .p1_txt {
  float: left;
  margin-left: 4px;
}

.order_cen7 .box_box1 .p2 {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  color: #7A7774;
  line-height: 20px;
}

.order_cen7 .box_box1 a {
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
  color: #3e2fbc;
}

.order_cen7 .box_box2 {
  float: left;
  font-size: 14px;
  color: #221816;
  line-height: 28px;
}

.popup_express {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.popup_express .box {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 780px;
  height: 704px;
  margin-left: -390px;
  margin-top: -352px;
  background-color: #fff;
}

.popup_express .tit {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-top: 20px;
  border-bottom: 1px solid #EBEAEA;
}

.popup_express .tit img {
  float: left;
  width: 58px;
  height: 58px;
  margin-right: 18px;
  object-fit: cover;
}

.popup_express .tit .tet {
  float: left;
}

.popup_express .tit .p1 {
  display: block;
  color: #221816;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.popup_express .tit .p2 {
  display: block;
  margin-top: 7px;
  color: #7A7774;
  font-size: 16px;
  line-height: 21px;
}

.popup_express .tit .ico37 {
  margin-left: 12px;
}

.popup_express .tit .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup_express ul {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-left: 104px;
  padding-right: 40px;
}

.popup_express ul::after {
  content: '';
  position: absolute;
  left: 58px;
  top: 105px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 390px;
  background-color: #E5E5E5;
  z-index: 0;
}

.popup_express ul::before {
  content: '';
  position: absolute;
  left: 58px;
  top: 54px;
  content: '';
  display: inline-block;
  width: 0;
  height: 60px;
  border-right: 2px dashed #E5E5E5;
  z-index: 0;
}

.popup_express li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 24px;
  z-index: 2;
}

.popup_express li.pt p {
  color: #221816;
}

.popup_express li.pt .po_ds {
  background-color: #3e2fbc;
}

.popup_express li p {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #999494;
}

.popup_express li .po_receive {
  position: absolute;
  left: -78px;
  top: 0;
  display: inline-block;
  height: 30px;
  padding: 0 8px;
  background: #DBDBDB;
  border-radius: 8px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #FFFFFF;
}

.popup_express li .po_ds {
  position: absolute;
  left: -54px;
  top: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #DBDBDB;
}

.popup_express li .po_box {
  position: absolute;
  left: -63px;
  top: 0;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.popup_express li .ti {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  color: #999494;
}

.popup_express li .ti b {
  margin-right: 10px;
  font-size: 16px;
  color: #999494;
}

.popup_express li .red {
  color: #3e2fbc !important;
}

.popup_express li .red b {
  color: #3e2fbc !important;
}

.address1 {
  display: inline-block;
  width: 100%;
}

.address1 .ti {
  position: relative;
  display: block;
  margin-top: 28px;
}

.address1 .ti i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.address1 .ti font {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  line-height: 23px;
  font-size: 16px;
  color: #221816;
  font-weight: bold;
}

.address1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  row-gap: 8px;
  padding: 26px 0;
}

.address1 .lis {
  display: flex;
  align-content: center;
}

.address1 .lis:nth-child(2n) .lis_span {
  width: 137px;
}

.address1 .lis .ico17 {
  float: left;
  margin-top: 2px;
}

.address1 .lis input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.address1 .lis input[type="checkbox"]:checked ~ .ico17 {
  background-position: -378px -362px;
}

.address1 .lis .text {
  margin-left: 10px;
  font-size: 14px;
  color: #221816;
}

.address1 .lis_span {
  display: inline-block;
  width: 93px;
  padding-right: 12px;
  text-align: right;
  font-size: 14px;
  color: #221816;
  line-height: 48px;
}

.address1 .lis_span em {
  color: #3e2fbc;
}

.address1 .lis_input {
  flex: 1;
  height: 48px;
  padding-left: 16px;
  background: #F7F7F7;
  border: 0;
  line-height: 48px;
  font-size: 14px;
  color: #222;
}

.address1 .diy_select {
  float: left;
  width: 197px;
  height: 48px;
  margin-right: 6px;
  border: 0;
  background: #F7F7F7;
}

.address1 .lis_sel {
  margin-right: 0;
}

.address1 .lis_sel:last-child {
  margin-left: 6px;
}

.address1 .sub {
  display: block;
  width: 152px;
  height: 42px;
  margin: 4px auto 0 auto;
  background: #3e2fbc;
  line-height: 42px;
  font-size: 15px;
  border: 0;
  color: #FFFFFF;
  border-radius: 4px;
}

.address1 table {
  display: table;
  width: 100%;
  margin-top: 63px;
  margin-bottom: 48px;
  border-top: 1px solid #EBEAEA;
  border-left: 1px solid #EBEAEA;
  border-right: 1px solid #EBEAEA;
}

.address1 table th {
  line-height: 40px;
  background: #FAFAFC;
  font-size: 14px;
  color: #7A7774;
  text-align: center;
}

.address1 table td {
  padding: 15px 0;
  font-size: 14px;
  color: #221816;
  text-align: center;
  line-height: 19px;
  border-bottom: 1px solid #EBEAEA;
  background: #fff;
}

.address1 table td .del {
  color: #3e2fbc;
}

.address1 table td a {
  display: inline-block;
  margin: 0 10px;
}

.address1 table .flt {
  text-align: left;
  padding-left: 20px;
}

.change_password {
  display: block;
}

.change_password .ti {
  position: relative;
  display: block;
  margin-top: 28px;
}

.change_password .ti i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.change_password .ti font {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  line-height: 23px;
  font-size: 16px;
  color: #221816;
  font-weight: bold;
}

.change_password h3 {
  display: block;
  margin-top: 78px;
  font-weight: bold;
  font-size: 24px;
  color: #271D1B;
  line-height: 31px;
  text-align: center;
}

.change_password .p1 {
  display: block;
  margin-top: 20px;
  margin-bottom: 43px;
  text-align: center;
  font-size: 15px;
  color: #594F42;
  line-height: 20px;
}

.change_password .list {
  position: relative;
  display: block;
  width: 573px;
  margin: 0 auto 12px 188px;
  background: #F4F5FA;
}

.change_password .list .ico39, .change_password .list .ico40, .change_password .list .ico41 {
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  margin-left: 13px;
  margin-right: 7px;
}

.change_password .list input {
  display: inline-block;
  vertical-align: top;
  width: 520px;
  height: 56px;
  font-size: 15px;
  color: #222;
  line-height: 56px;
  border-radius: 4px;
}

.change_password .list .ico42h, .change_password .list .ico42 {
  position: absolute;
  right: 15px;
  top: 12px;
}

.change_password .list .ico43 {
  position: absolute;
  right: 46px;
  top: 12px;
}

.change_password .list .get {
  position: absolute;
  right: 15px;
  top: 0;
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  color: #3e2fbc;
}

.change_password .p2 {
  display: block;
  margin-top: -8px;
  margin-left: 188px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #C7C7C7;
  line-height: 20px;
}

.change_password .sub {
  display: block;
  width: 573px;
  height: 56px;
  margin: 33px auto 200px 188px;
  background: #3e2fbc;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
}

.popup_orservics {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.popup_orservics .box {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 50%;
  display: table;
  width: 655px;
  padding: 28px 40px;
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
}

.popup_orservics .box h3 {
  display: block;
  margin-bottom: 10px;
  margin-left: -21px;
}

.popup_orservics .box h3 font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #221816;
}

.popup_orservics .box .close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup_orservics .lis {
  display: flex;
  flex-wrap: wrap;
}

.popup_orservics .lis p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #221816;
}

.popup_orservics .lis p font {
  color: #CD2423;
}

.popup_orservics .lis input[type="text"] {
  display: block;
  flex-grow: 1;
  height: 48px;
  padding-left: 16px;
  line-height: 48px;
  background-color: #f7f7f7;
  font-size: 14px;
}

.popup_orservics .lis textarea {
  display: block;
  flex-grow: 1;
  padding: 16px;
  margin-top: 12px;
  border: 0;
  font-size: 14px;
  background: #f7f7f7;
}

.popup_orservics .lis .custom-button {
  cursor: pointer;
}

.popup_orservics .lis .custom-button .imgs {
  width: 102px;
  height: 102px;
  margin-top: 8px;
}

.popup_orservics .lis .custom-button .file-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.popup_orservics .lis .p2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  color: #3E3B3A;
  line-height: 19px;
}

.popup_orservics .lis .p2 span {
  color: #ccc;
}

.popup_orservics .rule {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  padding: 13px 16px;
  background: #F4F5FA;
}

.popup_orservics .rule h4 {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #221816;
  line-height: 19px;
}

.popup_orservics .rule p {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.popup_orservics .rule i {
  float: left;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  margin-right: 8px;
  background: #CCCCCC;
  border-radius: 50%;
}

.popup_orservics .rule font {
  float: left;
  width: 528px;
  font-size: 14px;
  color: #7A7774;
  line-height: 30px;
}

.popup_orservics button {
  display: block;
  width: 152px;
  height: 42px;
  margin: 40px auto 0 auto;
  line-height: 42px;
  font-size: 15px;
  color: #fff;
  background-color: #3e2fbc;
  text-align: center;
  border-radius: 4px;
  border-radius: 4px;
  border: 0;
}

.popup_orservics .diy_select {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  background: #F7F7F7;
  border: 0;
}

.popup_orservics .diy_select .diy_select_list {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 88888;
  width: 100%;
  height: auto;
  padding: 10px 0;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.popup_orservics .diy_select .diy_select_list li {
  display: block;
  padding: 0 18px;
  list-style: none;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  color: #3E3B3A;
}

.popup_orservics .diy_select .diy_select_list li:hover {
  background-color: #FFF6F6;
  color: #CD2423;
}

.popup_orservics .diy_select .select_text {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.popup_orservics .diy_select .diy_select_txt {
  float: left;
  width: 100%;
  padding-left: 14px;
  font-size: 14px;
  color: #3E3B3A;
  padding: 0;
}

.popup_orservics .diy_select .diy_select_txt font {
  color: #3E3B3A;
}

.popup_orservics .diy_select .diy_select_btn {
  position: absolute;
  right: 20px;
  top: 0;
}

.wish_lis {
  display: block;
  width: calc(100% + 15px);
  margin-left: -15px;
}

.wish_lis .ti {
  position: relative;
  display: block;
  margin-top: 28px;
}

.wish_lis .ti i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.wish_lis .ti font {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  line-height: 23px;
  font-size: 16px;
  color: #221816;
  font-weight: bold;
}

.mdlis_my {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 15px;
}

.mdlis_my li {
  border: 1px solid #EAE9EA;
}

.mdlis_my .img_wrap {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
}

.mdlis_my .img_wrap span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}

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

.mdlis_my p {
  display: block;
  margin-top: 9px;
  padding: 0 5px;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #555;
  line-height: 16px;
  text-align: center;
}

.mdlis_my .morey {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  line-height: 22px;
  color: #222222;
  font-weight: bold;
  text-align: center;
}

.mdlis_my .meta {
  display: flex;
  height: 34px;
  line-height: 32px;
  margin-top: 6px;
  border-top: 1px solid #EAE9EA;
}

.mdlis_my .meta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
}

.mdlis_my .meta a:first-child {
  border-right: 1px solid #EAE9EA;
}

.mdlis_my .meta a font {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

.mdlis_my .meta .active {
  color: #3e2fbc;
}

.breadcrumb-k {
  font-size: .149333rem;
  line-height: .32rem;
}

/* Tablet Landscape */
@media (max-width: 1280px) {
  .ico_ne {
    background-image: url("../images/coretraino/wap/ico_wap.png");
    background-size: 8.2rem 7.8133rem;
  }
  .ico_ne.ico3 {
    width: .4rem;
    height: .4rem;
    background-position: -5.1467rem -6.4267rem;
  }
  .ico_ne.ico3h {
    width: .4rem;
    height: .4rem;
    background-position: -5.8133rem -6.4267rem;
  }
  .ico_ne.ico4_c {
    width: .72rem;
    height: .72rem;
    background-position: -4.52rem -3.48rem;
  }
  .ico_ne.ico4_h {
    width: .72rem;
    height: .72rem;
    background-position: -1.24rem -4.4667rem;
  }
  .ico_ne.ico4_m {
    width: .72rem;
    height: .72rem;
    background-position: -2.2267rem -4.4667rem;
  }
  .ico_ne.ico4_s {
    width: .72rem;
    height: .72rem;
    background-position: -3.2133rem -4.4667rem;
  }
  .ico_ne.ico4_w {
    width: .72rem;
    height: .72rem;
    background-position: -4.2rem -4.4667rem;
  }
  .ico_ne.ico4_y {
    width: .72rem;
    height: .72rem;
    background-position: -5.64rem -0.1333rem;
  }
  .ico_ne.ico5 {
    width: .5067rem;
    height: .5067rem;
    background-position: -7.5333rem -1.7333rem;
  }
  .ico_ne.ico5h {
    width: .5067rem;
    height: .5067rem;
    background-position: -7.5333rem -2.5067rem;
  }
  .ico_ne.ico6 {
    width: .5067rem;
    height: .5067rem;
    background-position: -7.5333rem -3.28rem;
  }
  .ico_ne.ico6h {
    width: .5067rem;
    height: .5067rem;
    background-position: -7.5333rem -4.0533rem;
  }
  .ico_ne.ico8 {
    width: .5867rem;
    height: .5867rem;
    background-position: -6.6267rem -5.52rem;
  }
  .ico_ne.ico9 {
    width: .4rem;
    height: .4rem;
    background-position: -6.48rem -6.4267rem;
  }
  .ico_ne.ico10_l {
    width: .4rem;
    height: .4rem;
    background-position: -0.1333rem -7.28rem;
  }
  .ico_ne.ico10_r {
    width: .4rem;
    height: .4rem;
    background-position: -0.8rem -7.28rem;
  }
  .ico_ne.ico11_l {
    width: 1.0533rem;
    height: 1.0533rem;
    background-position: -1.8933rem -0.1333rem;
  }
  .ico_ne.ico11_r {
    width: 1.0533rem;
    height: 1.0533rem;
    background-position: -0.1333rem -1.8933rem;
  }
  .ico_ne.ico12 {
    width: .4rem;
    height: .4rem;
    background-position: -1.4667rem -7.28rem;
  }
  .ico_ne.ico13 {
    width: .4rem;
    height: .4rem;
    background-position: -2.1333rem -7.28rem;
  }
  .ico_ne.ico15 {
    width: .6133rem;
    height: .6133rem;
    background-position: -6.6267rem -3.76rem;
  }
  .ico_ne.ico16 {
    width: .4rem;
    height: .4rem;
    background-position: -2.8rem -7.28rem;
  }
  .ico_ne.ico16h {
    width: .4rem;
    height: .4rem;
    background-position: -2.8rem -7.28rem;
  }
  .ico_ne.ico16_l {
    width: 1.04rem;
    height: 1.04rem;
    background-position: -1.4533rem -1.8933rem;
  }
  .ico_ne.ico16_r {
    width: 1.04rem;
    height: 1.04rem;
    background-position: -3.2133rem -0.1333rem;
  }
  .ico_ne.ico17 {
    width: .4533rem;
    height: .4533rem;
    background-position: -7.5333rem -6.32rem;
  }
  .ico_ne.ico17h {
    width: .4533rem;
    height: .4533rem;
    background-position: -5.64rem -4.84rem;
  }
  .ico_ne.ico18 {
    width: .68rem;
    height: .68rem;
    background-position: -5.64rem -2.08rem;
  }
  .ico_ne.ico19 {
    width: .4rem;
    height: .4rem;
    background-position: -3.4667rem -7.28rem;
  }
  .ico_ne.ico20 {
    width: .48rem;
    height: .48rem;
    background-position: -7.5333rem -4.8267rem;
  }
  .ico_ne.ico22 {
    width: .48rem;
    height: .48rem;
    background-position: -7.5333rem -5.5733rem;
  }
  .ico_ne.ico23 {
    width: .72rem;
    height: .72rem;
    background-position: -4.52rem -3.48rem;
  }
  .ico_ne.ico24 {
    width: 1.4933rem;
    height: 1.4933rem;
    background-position: -0.1333rem -0.1333rem;
  }
  .ico_ne.ico26 {
    width: .6933rem;
    height: .6933rem;
    background-position: -5.64rem -1.12rem;
  }
  .ico_ne.ico26h {
    width: .6933rem;
    height: .6933rem;
    background-position: -6.61rem -7rem;
  }
  .ico_ne.ico27 {
    width: .3733rem;
    height: .3733rem;
    background-position: -7.29rem -7.29rem;
  }
  .ico_ne.ico35 {
    width: .56rem;
    height: .52rem;
    background-position: -3.5467rem -6.4267rem;
  }
  .ico_ne.ico36 {
    width: .6933rem;
    height: .6933rem;
    background-position: -5.64rem -1.12rem;
  }
  .ico_ne.ico37 {
    width: .5867rem;
    height: .5867rem;
    background-position: -5.36rem -5.5733rem;
  }
  .ico_ne.ico38 {
    width: .5067rem;
    height: .4rem;
    background-position: -4.3733rem -6.4267rem;
  }
  .ico_ne.ico39 {
    width: .64rem;
    height: .64rem;
    background-position: -5.64rem -3.0267rem;
  }
  .ico_ne.ico40 {
    width: .64rem;
    height: .64rem;
    background-position: -5.64rem -3.9333rem;
  }
  .ico_ne.ico41 {
    width: .64rem;
    height: .64rem;
    background-position: -6.6267rem -0.1333rem;
  }
  .ico_ne.ico42 {
    width: .64rem;
    height: .64rem;
    background-position: -6.6267rem -1.04rem;
  }
  .ico_ne.ico42h {
    width: .64rem;
    height: .64rem;
    background-position: -6.6267rem -1.9467rem;
  }
  .ico_ne.ico43 {
    width: .64rem;
    height: .64rem;
    background-position: -6.6267rem -2.8533rem;
  }
  .ico_ne.ico44 {
    width: .3867rem;
    height: .3867rem;
    background-position: -5.4667rem -7.28rem;
  }
  .ico_ne.ico45 {
    width: .5333rem;
    height: .5333rem;
    background-position: -7.5333rem -0.1333rem;
  }
  .ico_ne.ico46 {
    width: .5333rem;
    height: .5333rem;
    background-position: -7.5333rem -0.9333rem;
  }
  .ico_ne.ico48 {
    width: .84rem;
    height: .84rem;
    background-position: -4.52rem -2.3733rem;
  }
  .ico_ne.ico49 {
    width: .84rem;
    height: .84rem;
    background-position: -0.1333rem -4.4667rem;
  }
  .ico_ne.ico50 {
    width: .5333rem;
    height: .5333rem;
    background-position: -6.01rem -7.18rem;
  }
  .ico_ne.icobut1 {
    width: .9867rem;
    height: .9867rem;
    background-position: -3.2133rem -1.44rem;
  }
  .ico_ne.icobut2 {
    width: .9867rem;
    height: .9867rem;
    background-position: -0.1333rem -3.2133rem;
  }
  .ico_ne.icobut3 {
    width: .9867rem;
    height: .9867rem;
    background-position: -1.3867rem -3.2133rem;
  }
  .ico_ne.icobuy1 {
    width: .7733rem;
    height: .5867rem;
    background-position: -2.24rem -5.5733rem;
  }
  .ico_ne.icobuy2 {
    width: .7733rem;
    height: .5867rem;
    background-position: -3.28rem -5.5733rem;
  }
  .ico_ne.icobuy3 {
    width: .7733rem;
    height: .5867rem;
    background-position: -4.32rem -5.5733rem;
  }
  .ico_ne.icobuy4 {
    width: .7867rem;
    height: .5867rem;
    background-position: -0.1333rem -5.5733rem;
  }
  .ico_ne.icobuy5 {
    width: .7867rem;
    height: .5867rem;
    background-position: -1.1867rem -5.5733rem;
  }
  .ico_ne.icobuy6 {
    width: .6133rem;
    height: .6133rem;
    background-position: -6.6267rem -3.76rem;
  }
  .ico_ne.icobuy7 {
    width: .6133rem;
    height: .6133rem;
    background-position: -6.6267rem -4.64rem;
  }
  .ico_ne.icologo1 {
    width: .8533rem;
    height: .8533rem;
    background-position: -4.52rem -0.1333rem;
  }
  .ico_ne.icologo2 {
    width: .8533rem;
    height: .8533rem;
    background-position: -4.52rem -1.2533rem;
  }
  .ico_ne.douyin_icon_m {
    width: .9867rem;
    height: .9867rem;
    background-position: -2.64rem -3.2133rem;
  }
  .ico_ne.ico_mo1 {
    width: .5867rem;
    height: .5867rem;
    background-position: -0.1333rem -6.4267rem;
  }
  .ico_ne.ico_mo2 {
    width: .5867rem;
    height: .5867rem;
    background-position: -0.9867rem -6.4267rem;
  }
  .ico_ne.ico_mo3 {
    width: .5867rem;
    height: .5867rem;
    background-position: -1.84rem -6.4267rem;
  }
  .ico_ne.ico_mo4 {
    width: .5867rem;
    height: .5867rem;
    background-position: -2.6933rem -6.4267rem;
  }
  .ico_ne.ico2 {
    width: .4rem;
    height: .4rem;
    background-position: -4.1333rem -7.28rem;
  }
  .ico_ne.ico2h {
    width: .4rem;
    height: .4rem;
    background-position: -4.8rem -7.28rem;
  }
  header {
    position: relative;
    max-width: 10rem;
  }
  header .pc_hedaer {
    display: none;
  }
  header .wap_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.2rem;
    margin: 0 auto;
    padding: 0 .32rem;
  }
  header .wap_header .logo {
    width: 2.5333rem;
  }
  header .nav_form, header .top_nav, header .popup_cat {
    display: none;
  }
  header .nav {
    float: right;
  }
  header .nav li {
    float: left;
    margin-left: .16rem;
  }
  header .nav_form {
    display: none;
    position: absolute;
    left: 50%;
    top: 1.3333rem;
    width: calc(100% - 0.64rem);
    max-width: 10rem;
    height: 1.0667rem;
    margin: 0 auto;
    line-height: 1.0667rem;
    background: #fff;
    border-radius: .1333rem;
    z-index: 2;
    overflow: hidden;
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
  }
  header .nav_form input {
    float: left;
    width: 80%;
    height: 100%;
    padding-left: .32rem;
    font-size: .4rem;
    color: #222;
  }
  header .nav_form button {
    float: left;
    width: 20%;
    height: 100%;
    border: 0;
    text-align: center;
  }
  header .top_nav {
    display: none;
    position: absolute;
    right: 50%;
    top: 1.3333rem;
    z-index: 2;
    width: 4.16rem;
    margin-right: -4.57rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.08rem 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px .0267rem .0267rem 0px;
    border: 1px solid #E3E3E3;
    font-size: .4rem;
    color: #888888;
  }
  header .top_nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .9333rem;
    padding: 0 .32rem;
  }
  header .top_nav a font {
    flex: 1;
    margin-left: .16rem;
  }
  header .top_nav a.active {
    background-color: #F7F7F7;
    color: #3e2fbc;
  }
  header .popup_cat {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  header .popup_cat .box {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 8.9067rem;
    height: 100vh;
    background-color: #fff;
    font-size: .4rem;
  }
  header .popup_cat .ti {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.2rem;
    color: #222;
    border-bottom: 1px solid #F2F2F2;
  }
  header .popup_cat .ti i {
    position: absolute;
    right: .32rem;
    top: .24rem;
  }
  header .popup_cat .list {
    float: left;
    height: calc(100vh - 1.2rem);
    padding: .2667rem 0;
    overflow-y: auto;
  }
  header .popup_cat .list .lis {
    float: left;
    width: 100%;
    margin-bottom: .1333rem;
  }
  header .popup_cat .list .lis.active .cat_li {
    display: block;
  }
  header .popup_cat .list .lis > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding-right: .5067rem;
    padding-left: .32rem;
    line-height: .9067rem;
    color: #222;
  }
  header .popup_cat .cat_li {
    display: none;
    padding-left: .8533rem;
  }
  header .popup_cat .cat_li a {
    display: block;
    line-height: .9067rem;
    color: #666;
  }
  .ban_ind {
    height: 6.4rem;
    margin-top: 0;
  }
  .ban_ind .sw_txt {
    position: absolute;
    left: 50%;
    top: 0;
    padding: 0 .32rem;
    margin-left: -5rem;
    text-align: center;
  }
  .ban_ind h2 {
    margin-top: 2rem;
    font-size: .56rem;
    line-height: .6667rem;
  }
  .ban_ind p {
    margin-top: .32rem;
    font-size: .32rem;
    line-height: .4rem;
  }
  .ban_ind .sw_page {
    display: flex;
    justify-content: center;
    bottom: .2667rem;
  }
  .ban_ind .sw_page .swiper_pag {
    display: flex;
    align-items: center;
  }
  .ban_ind .ban_li {
    display: none;
  }
  .ind_cat1 {
    flex-wrap: wrap;
    margin-top: .3733rem;
    margin-bottom: .3067rem;
    padding: 0 .32rem;
  }
  .ind_cat1 li {
    width: 25%;
    max-width: initial;
    margin-top: .24rem;
  }
  .ind_cat1 li .li_img {
    width: 2.2667rem;
    height: 2.0533rem;
    margin: 0 auto;
    text-align: center;
  }
  .ind_cat1 li span {
    margin-top: .08rem;
    font-weight: initial;
    font-size: .32rem;
    line-height: .3867rem;
  }
  .ind_cat1 li .ico7 {
    display: none;
  }
  .ind_cat2 {
    margin-top: .6667rem;
  }
  .ind_cat2 h2 {
    font-size: .5867rem;
    line-height: .7067rem;
  }
  .ind_cat2 .more {
    margin-top: .24rem;
  }
  .ind_cat2 .more font {
    margin-right: .1467rem;
    font-size: .32rem;
  }
  .mdlis {
    margin: 0 0;
    grid-template-columns: repeat(2, 1fr);
    gap: .2667rem;
    row-gap: .4933rem;
    margin-top: .5333rem;
  }
  .mdlis .addcifo span {
    margin-top: .2133rem;
    padding: 0;
    font-size: .3467rem;
    line-height: .4rem;
  }
  .mdlis .addcifo .money {
    margin-top: .1867rem;
    margin-bottom: 0;
    font-size: .5067rem;
    line-height: .6133rem;
  }
  .mdlis .addcart {
    height: .64rem;
    line-height: .64rem;
  }
  .mdlis .addcart font {
    font-size: .3467rem;
  }
  .mdlis_st {
    margin: 0 .32rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
    row-gap: .2667rem;
    margin-top: .32rem;
  }
  .mdlis_st li {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
  }
  .mdlis_st li:hover .addcart {
    opacity: 1;
    transform: translateY(0);
  }
  .mdlis_st .li_img {
    aspect-ratio: 1 / 1;
    width: 3.3067rem;
    margin-right: .2667rem;
  }
  .mdlis_st .li_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mdlis_st .addcifo {
    position: relative;
    display: block;
    height: 100%;
    flex: 1;
    min-width: 0;
  }
  .mdlis_st .addcifo span {
    display: inline-block;
    width: 100%;
    font-size: .3467rem;
    color: #555;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mdlis_st .addcifo .money {
    display: block;
    margin-top: .3733rem;
    margin-bottom: 0;
    font-size: .5067rem;
    color: #3e2fbc;
    line-height: .6133rem;
    font-weight: bold;
  }
  .mdlis_st .addcifo .txt {
    position: absolute;
    bottom: 0;
    display: block;
    font-size: .32rem;
    color: #999999;
    line-height: .3867rem;
  }
  .mdlis_st .addcifo .li_add {
    display: none;
  }
  .mdlis_sd {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: .5333rem;
    margin-top: .5333rem;
  }
  .mdlis_sd h4 {
    display: block;
    margin-top: .4267rem;
    margin-bottom: .1067rem;
    line-height: .4533rem;
    font-size: .3733rem;
  }
  .mdlis_sd p {
    font-size: .2933rem;
    line-height: .4rem;
  }
  .mdlis_sd .li_bot {
    margin-top: .1333rem;
  }
  .mdlis_sd .li_bot span {
    font-size: .2933rem;
  }
  .mdlis_sd .li_bot a {
    display: inline-block;
    height: .7333rem;
    padding: 0 .32rem;
    border-radius: .0533rem;
    border: 1px solid #EAE9EA;
    line-height: .7067rem;
  }
  .mdlis_sd .li_bot a font {
    margin-right: .16rem;
    font-size: .3467rem;
  }
  .ind_cat3 {
    margin-top: .6667rem;
  }
  .ind_cat3 h2 {
    font-size: .5867rem;
    line-height: .7067rem;
  }
  .ind_cat3 .more {
    margin-top: .24rem;
  }
  .ind_cat3 .more font {
    margin-right: .1467rem;
    font-size: .32rem;
  }
  .ind_cat3 .Voices_Swiper {
    padding: 0 .32rem;
    margin-top: .5333rem;
  }
  .ind_cat3 .voices_txt h4 {
    margin-top: .4rem;
    margin-bottom: 0;
    font-size: .3733rem;
    line-height: .4533rem;
  }
  .ind_cat3 .voices_txt .to {
    margin-top: .2667rem;
    padding: 0 .6667rem;
    font-size: .2933rem;
    line-height: .4267rem;
  }
  .ind_cat3 .voices_txt .to::before {
    content: '"';
    position: absolute;
    left: .24rem;
    top: 0;
    font-size: .3733rem;
    color: #AAAAAA;
  }
  .ind_cat3 .voices_txt .to::after {
    content: '"';
    position: absolute;
    right: .24rem;
    bottom: -0.08rem;
    font-size: .3733rem;
    color: #AAAAAA;
  }
  .ind_cat3 .voices_txt .shop_img {
    float: left;
    width: 1.3333rem;
    margin-right: .2933rem;
    margin-top: .0933rem;
    aspect-ratio: 1 / 1;
  }
  .ind_cat3 .voices_txt .shop {
    margin-top: .2667rem;
  }
  .ind_cat3 .voices_txt .shop p {
    font-size: .2933rem;
    line-height: .4267rem;
  }
  .ind_cat3 .voices_txt .shop a {
    height: .6667rem;
    margin-top: .0667rem;
    line-height: .64rem;
    padding: 0 .2rem 0 .2667rem;
  }
  .ind_cat3 .voices_txt .shop a font {
    font-size: .2933rem;
    margin-right: .2rem;
  }
  .ind_cat3 .swiper_next1 {
    position: absolute;
    left: 0;
    bottom: 50%;
    z-index: 1;
  }
  .ind_cat3 .swiper_prev1 {
    position: absolute;
    right: 0;
    bottom: 50%;
    z-index: 1;
  }
  .ind_cat4 {
    display: block;
    padding: 0 .32rem;
    margin-top: .6667rem;
  }
  .ind_cat4 h2 {
    font-size: .5867rem;
    line-height: .7067rem;
  }
  .ind_cat4 .more {
    margin-top: .24rem;
  }
  .ind_cat4 .more font {
    margin-right: .1467rem;
    font-size: .32rem;
  }
  .fixed_shortcut_wrapper {
    display: none;
  }
  .crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: .8533rem;
    padding-left: .32rem;
    line-height: .8533rem;
    font-size: .2933rem;
    color: #d9d9d9;
  }
  .crumb a {
    margin: 0 .1333rem;
    font-size: .2933rem;
    color: #A9A9A9;
  }
  .crumb a:last-child {
    display: none;
    color: #CCCBCB;
  }
  .crumb_wap {
    display: flex;
  }
  .category {
    display: flex;
    margin-top: .2133rem;
  }
  .category .cat_tops {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .32rem;
  }
  .category .cat_side {
    display: none;
    float: left;
    width: 0;
    margin-right: 0;
  }
  .category .cat_cone {
    flex: 1;
    width: 100%;
  }
  .category .cat_cone .mdlis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2667rem;
    row-gap: .4933rem;
    margin-top: .32rem;
  }
  .category .cat_tag {
    font-size: 0;
  }
  .category .cat_tag a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5333rem;
  }
  .category .cat_tag a:first-child::after {
    display: none;
  }
  .category .cat_tag a::after {
    position: absolute;
    top: 1px;
    left: -0.2667rem;
    content: '';
    width: 1px;
    height: .4267rem;
    background: #DCD2D2;
  }
  .category .cat_tag .active .ico5 {
    background-position: -7.5333rem -2.5067rem;
  }
  .category .cat_tag .active .ico6 {
    background-position: -7.5333rem -4.0533rem;
  }
  .film_buy {
    display: inline-block;
    width: 100%;
    padding: 0 .32rem;
    margin-top: .32rem;
  }
  .film_buy .film_buyfl {
    float: left;
    width: 100%;
  }
  .film_buy .film_buyfl .img_box {
    float: left;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: .0533rem;
    overflow: hidden;
  }
  .film_buy .film_buyfl .ing_li {
    float: left;
    width: 100%;
    height: 1.5467rem;
    overflow-y: hidden;
    overflow-x: auto;
    margin-left: 0;
    scrollbar-width: initial;
    -ms-overflow-style: none;
    font-size: 0;
    white-space: nowrap;
  }
  .film_buy .film_buyfl .ing_li::-webkit-scrollbar {
    display: none;
  }
  .film_buy .film_buyfl .ing_li a {
    display: inline-block;
    width: 1.44rem;
    aspect-ratio: 1 / 1;
    margin-bottom: 0;
    margin-right: .1067rem;
    margin-top: .1067rem;
    border-radius: .0533rem;
    overflow: hidden;
  }
  .film_buy .film_buyfl img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .film_buy .film_buyfr {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  .film_buy .film_buyfr h3 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: .4rem;
    font-weight: bold;
    font-size: .4rem;
    color: #666666;
    line-height: .5067rem;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .film_buy .film_buyfr .money {
    display: block;
    width: 100%;
    height: 1.7067rem;
    margin-top: .3733rem;
    margin-bottom: .24rem;
    padding: 0 .24rem;
    background: #EAE9EA;
  }
  .film_buy .film_buyfr .money b {
    display: inline-block;
    width: 100%;
    margin-top: .2133rem;
    font-size: .64rem;
    color: #3e2fbc;
    line-height: .7733rem;
  }
  .film_buy .film_buyfr .money .tags {
    display: flex;
    justify-content: space-between;
    margin-top: .1067rem;
    font-size: .2933rem;
    color: #999999;
    line-height: .36rem;
  }
  .film_buy .film_buyfr .money .tags font {
    margin-right: .1067rem;
  }
  .film_buy .film_buyfr .money .tags span {
    flex: 1;
    text-align: right;
  }
  .film_buy .film_buyfr .dets {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: .2933rem;
  }
  .film_buy .film_buyfr .dets .dets_t {
    float: left;
    width: 50%;
    margin-bottom: .16rem;
    margin-top: 0;
    line-height: .36rem;
  }
  .film_buy .film_buyfr .dets .dets_t:last-child {
    width: 100%;
  }
  .film_buy .film_buyfr .dets .dets_t span {
    margin-right: .1067rem;
    color: #777;
  }
  .film_buy .film_buyfr .dets .dets_t font {
    color: #666;
  }
  .film_buy .film_buyfr .dets .dets_t i {
    margin: 0 .0667rem;
  }
  .film_buy .film_buyfr .p2 {
    display: block;
    margin-top: .0533rem;
    margin-bottom: .1333rem;
    font-size: .2933rem;
    color: #A9A9A9;
    line-height: .36rem;
  }
  .film_buy .film_buyfr .ys {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-top: .2133rem;
    border-top: 1px solid #eee;
  }
  .film_buy .film_buyfr .ys .box {
    display: block;
    font-size: 0;
  }
  .film_buy .film_buyfr .ys .box a {
    display: inline-block;
    height: auto;
    padding: .1467rem .2667rem .1467rem .1467rem;
    margin-right: .2133rem;
    margin-bottom: .2133rem;
    border-radius: .0533rem;
    border: 1px solid #DDDDDD;
  }
  .film_buy .film_buyfr .ys .box a.active {
    border: 1px solid #3e2fbc;
  }
  .film_buy .film_buyfr .ys .box img {
    display: inline-block;
    vertical-align: middle;
    width: .9067rem;
    height: .9067rem;
    margin-right: .2133rem;
    border-radius: .0533rem;
    object-fit: cover;
  }
  .film_buy .film_buyfr .ys .box font {
    display: inline-block;
    vertical-align: middle;
    font-size: .3733rem;
    color: #271D1B;
  }
  .film_buy .film_buyfr .size {
    display: block;
    font-size: 0;
  }
  .film_buy .film_buyfr .size a {
    display: inline-block;
    width: 1.0133rem;
    height: 1.0133rem;
    margin-right: .2133rem;
    margin-bottom: .2133rem;
    text-align: center;
    border-radius: .0533rem;
    text-align: center;
    line-height: .9867rem;
    border: 1px solid #DDDDDD;
    font-size: .3733rem;
    color: #3E3B3A;
  }
  .film_buy .film_buyfr .size a.active {
    border: 1px solid #3e2fbc;
    color: #3e2fbc;
  }
  .film_buy .film_buyfr .qu {
    font-size: 0;
  }
  .film_buy .film_buyfr .qu input {
    display: inline-block;
    vertical-align: top;
    width: 2.1333rem;
    height: .9333rem;
    line-height: .9067rem;
    color: #3E3B3A;
    font-size: .3467rem;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .film_buy .film_buyfr .qu a {
    display: inline-block;
    vertical-align: top;
    width: .9333rem;
    height: .9333rem;
    border: 1px solid #DDDDDD;
    line-height: .9067rem;
    text-align: center;
    font-size: .5333rem;
  }
  .film_buy .film_buyfr .qu a:first-child {
    border-radius: .0533rem 0 0 .0533rem;
    font-size: .6667rem;
    line-height: .8533rem;
  }
  .film_buy .film_buyfr .qu a:last-child {
    border-radius: 0 .0533rem .0533rem 0;
  }
  .film_buy .film_buyfr .addbuy {
    display: flex;
    flex-wrap: wrap;
    margin-top: .4rem;
    font-size: 0;
  }
  .film_buy .film_buyfr .addbuy font {
    margin-left: .0933rem;
  }
  .film_buy .film_buyfr .addbuy .add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 1.2267rem;
    background: #514F4B;
    border-radius: .0533rem 0px 0px .0533rem;
    line-height: 1.2267rem;
    font-size: .3733rem;
    color: #fff;
  }
  .film_buy .film_buyfr .addbuy .buy {
    display: inline-block;
    width: 50%;
    height: 1.2267rem;
    background: #3e2fbc;
    line-height: 1.2267rem;
    border-radius: 0px .0533rem .0533rem 0px;
    font-size: .3733rem;
    color: #fff;
    text-align: center;
  }
  .film_buy .film_buyfr .addbuy .towish {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 1.2267rem;
    padding: 0 .56rem;
    margin-left: 0;
    margin-top: .1067rem;
    background: #B0B0B0;
    border-radius: .0533rem;
    font-size: .3733rem;
    color: #fff;
    line-height: 1.2267rem;
  }
  .detail_content {
    display: flex;
    margin-top: .4rem;
    padding-bottom: .5333rem;
  }
  .detail_content .det_side {
    float: left;
    display: none;
    width: 0;
    margin-right: 0;
  }
  .detail_content .det_cone {
    flex: 1;
    width: 100%;
  }
  .detail_content .tabs_top {
    display: inline-block;
    width: 100%;
    height: 1.0933rem;
    background: #EAE9EA;
    border-bottom: .0267rem solid #3e2fbc;
    line-height: 1.0667rem;
  }
  .detail_content .tabs_top a {
    display: inline-block;
    padding: 0 .5067rem;
    font-size: .3733rem;
    color: #333333;
  }
  .detail_content .tabs_top a.active {
    background: #3e2fbc;
    border-radius: .04rem .04rem 0px 0px;
    color: #fff;
  }
  .detail_content .tabs_cone {
    padding: 0 .32rem;
  }
  .detail_content .tabs_cone p {
    display: block;
    margin-top: .5333rem;
    font-size: .32rem;
    color: #666666;
    line-height: .3733rem;
  }
  .detail_content .tabs_cone table {
    margin-top: .5333rem;
  }
  .detail_content .tabs_cone td {
    padding-right: .5333rem;
    font-size: .32rem;
    color: #666666;
    line-height: .5333rem;
  }
  .detail_content .tabs_cone img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: .5333rem auto 0 auto;
  }
  .det_like {
    display: block;
    padding-bottom: .4rem;
    border-top: 1px solid #E9EAEC;
  }
  .det_like h4 {
    display: block;
    margin-top: .5333rem;
    font-weight: bold;
    font-size: .5867rem;
    color: #333333;
    line-height: .7067rem;
    text-align: center;
  }
  .page {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: .5333rem;
    font-size: 0;
  }
  .page a {
    display: inline-block;
    width: 1.04rem;
    height: 1.04rem;
    text-align: center;
    line-height: 1.0133rem;
    font-size: .3333rem;
    color: #3E3B3A;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .page .active {
    background: #edf6fc;
    border: 1px solid #3e2fbc;
    color: #3e2fbc;
  }
  .page .prev, .page .next {
    vertical-align: top;
    background: #EAE9EA;
  }
  .page .prev {
    margin-right: .32rem;
  }
  .page .next {
    margin-left: .32rem;
  }
  .page .gt {
    display: none;
  }
  .diy_select {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: .9067rem;
    background: #FFFFFF;
    border-radius: 0px;
    cursor: pointer;
    border: 1px solid #E3E3E3;
    min-width: 4.1333rem;
  }
  .diy_select .select_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 .2933rem 0 .32rem;
  }
  .diy_select .diy_select_input {
    display: none;
  }
  .diy_select .diy_select_txt {
    display: inline-block;
    height: 100%;
    flex-grow: 1;
    font-size: .3733rem;
    color: #777777;
  }
  .diy_select .diy_select_btn {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: .1333rem;
  }
  .diy_select .diy_select_btn i {
    vertical-align: initial;
  }
  .diy_select .diy_select_list {
    display: none;
    position: absolute;
    left: auto;
    right: -1px;
    top: .9067rem;
    background: #FFFFFF;
    box-shadow: 0px 0.04rem 0.08rem 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px .0267rem .0267rem 0px;
    border: 1px solid #E3E3E3;
    z-index: 1;
  }
  .diy_select .diy_select_list li {
    min-width: 4.1333rem;
    width: 100%;
    height: .8933rem;
    padding-left: .4267rem;
    line-height: .8933rem;
    font-size: .3733rem;
    color: #666666;
  }
  .diy_select .diy_select_list li:hover {
    background: #3e2fbc;
    color: #fff;
  }
  .login {
    display: inline-block;
    width: 100%;
    padding: 0 .32rem;
    margin-bottom: 0;
    background: none;
  }
  .popup_login, .popup_reg {
    display: table;
    margin: .32rem auto 0 auto;
    width: 100%;
    padding: 0 .3733rem;
    background: #FFFFFF;
    box-shadow: 0px 1px 0.3733rem 1px rgba(0, 0, 0, 0.2);
    border-radius: .0267rem;
  }
  .popup_login input::-webkit-input-placeholder, .popup_login textarea::-webkit-input-placeholder, .popup_reg input::-webkit-input-placeholder, .popup_reg textarea::-webkit-input-placeholder {
    color: #B2B2B2;
    font-size: .3733rem;
  }
  .popup_login input::-moz-placeholder, .popup_login textarea::-moz-placeholder, .popup_reg input::-moz-placeholder, .popup_reg textarea::-moz-placeholder {
    color: #B2B2B2;
    font-size: .3733rem;
  }
  .popup_login input:-ms-input-placeholder, .popup_login textarea::-ms-input-placeholder, .popup_reg input:-ms-input-placeholder, .popup_reg textarea::-ms-input-placeholder {
    color: #B2B2B2;
    font-size: .3733rem;
  }
  .popup_login h3, .popup_reg h3 {
    display: block;
    margin-top: .7467rem;
    line-height: .64rem;
    text-align: center;
    font-weight: bold;
    font-size: .5333rem;
    color: #222222;
  }
  .popup_login .lis, .popup_reg .lis {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: .32rem;
  }
  .popup_login .lis_t, .popup_reg .lis_t {
    display: flex;
    justify-content: space-between;
  }
  .popup_login .lis_t a, .popup_reg .lis_t a {
    font-size: .3733rem;
    color: #999999;
    line-height: .4533rem;
  }
  .popup_login .lis_p, .popup_reg .lis_p {
    display: inline-block;
    cursor: pointer;
  }
  .popup_login .lis_p .ico17, .popup_reg .lis_p .ico17 {
    float: left;
    margin-top: 0;
  }
  .popup_login .lis_p input[type="checkbox"], .popup_reg .lis_p input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .popup_login .lis_p input[type="checkbox"]:checked ~ .ico17, .popup_reg .lis_p input[type="checkbox"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .popup_login .lis_p .text, .popup_reg .lis_p .text {
    float: left;
  }
  .popup_login .lis_p font, .popup_reg .lis_p font {
    display: inline-block;
    vertical-align: top;
    margin-left: .1333rem;
    font-size: .32rem;
    color: #666666;
  }
  .popup_login .lis_p a, .popup_reg .lis_p a {
    display: inline-block;
    vertical-align: top;
    font-size: .32rem;
    color: #3e2fbc;
  }
  .popup_login .pop_tab, .popup_reg .pop_tab {
    display: block;
    width: 100%;
    height: 1.0933rem;
    margin-top: .6667rem;
    margin-bottom: .6rem;
    padding: .0533rem .08rem;
    background: #FAFAFA;
    border-radius: .0533rem;
  }
  .popup_login .pop_tab a, .popup_reg .pop_tab a {
    float: left;
    width: 50%;
    height: .9867rem;
    border-radius: .0533rem;
    font-size: .4533rem;
    border: 1px solid #FAFAFA;
    text-align: center;
    color: #888888;
    line-height: .96rem;
  }
  .popup_login .pop_tab a.active, .popup_reg .pop_tab a.active {
    border: 1px solid #3e2fbc;
    color: #3e2fbc;
    background-color: #fff;
  }
  .popup_login .pop_con, .popup_reg .pop_con {
    display: block;
    padding-bottom: .5333rem;
  }
  .popup_login .pop_con .cont, .popup_reg .pop_con .cont {
    display: none;
  }
  .popup_login .pop_con .active, .popup_reg .pop_con .active {
    display: block;
  }
  .popup_login .a_go, .popup_reg .a_go {
    display: block;
    width: 100%;
    height: 1.2267rem;
    margin-top: 1.12rem;
    background: #3e2fbc;
    border-radius: .08rem;
    border: 1px solid #E1251B;
    line-height: 1.2267rem;
    text-align: center;
    color: #fff;
    font-size: .4267rem;
  }
  .popup_login .ti, .popup_reg .ti {
    display: block;
    margin-top: .6267rem;
    text-align: center;
    font-size: .4267rem;
    line-height: .5067rem;
    color: #222222;
  }
  .popup_login .ti a, .popup_reg .ti a {
    color: #3e2fbc;
  }
  .popup_login .met, .popup_reg .met {
    display: block;
    margin-top: 1.3333rem;
    text-align: center;
  }
  .popup_login .met p, .popup_reg .met p {
    display: block;
    text-align: center;
    font-size: .4267rem;
    color: #BABABA;
    line-height: .5067rem;
  }
  .popup_login .met a, .popup_reg .met a {
    display: inline-block;
    vertical-align: top;
    margin: .4rem .4667rem;
  }
  .popup_login .diy_select, .popup_reg .diy_select {
    float: left;
    width: 30%;
    height: 1.2rem;
    border-radius: .0533rem;
    min-width: 0;
  }
  .popup_login .diy_select .select_text, .popup_reg .diy_select .select_text {
    padding-left: .2667rem;
  }
  .popup_login .diy_text, .popup_reg .diy_text {
    float: left;
    width: 67%;
    height: 1.2rem;
    margin-left: 3%;
    padding-left: .2667rem;
    background: #FFFFFF;
    border-radius: .08rem;
    border: 1px solid #E3E3E3;
    line-height: 1.1733rem;
  }
  .popup_login .diy_pass, .popup_reg .diy_pass {
    display: block;
    width: 100%;
    height: 1.2rem;
    padding-left: .2667rem;
    background: #FFFFFF;
    border-radius: .08rem;
    border: 1px solid #E3E3E3;
    line-height: 1.1733rem;
  }
  .popup_reg .a_go {
    margin-top: .48rem;
  }
  .popup_reg .lis_p {
    margin-top: .4667rem;
  }
  .cart1 .cart1_top {
    display: flex;
    padding: 0 .32rem;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
  }
  .cart1 .cart1_top font {
    margin-left: 0;
    font-size: .4rem;
    color: #3e2fbc;
  }
  .cart1 .box_ta {
    display: block;
    padding: 0;
    background: #FFFFFF;
    border-radius: 0;
    border: 0;
  }
  .cart1 table {
    display: none;
  }
  .cart1 .cart_li {
    display: block;
    margin-top: .2933rem;
    margin: .2933rem .32rem 0 .32rem;
    padding-top: .2667rem;
    border-top: 1px solid #E5E5E5;
  }
  .cart1 .cart_li .tsp {
    float: left;
    width: 100%;
  }
  .cart1 .cart_li .tsp label {
    display: flex;
    align-items: center;
  }
  .cart1 .cart_li .tsp span {
    margin-left: .1867rem;
    font-size: .2933rem;
    color: #666666;
  }
  .cart1 .cart_li li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: .5333rem;
  }
  .cart1 .cart_li li img {
    float: left;
    width: 2.7733rem;
    height: 2.7733rem;
    margin-left: .2133rem;
    margin-right: .2667rem;
    object-fit: cover;
    overflow: initial;
  }
  .cart1 .cart_li li .sp_siname {
    position: relative;
    flex: 1;
    min-width: 0;
  }
  .cart1 .cart_li li .p1 {
    display: block;
    color: #444444;
    font-size: .3733rem;
    line-height: .4267rem;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cart1 .cart_li li .p2 {
    display: block;
    margin-top: .1867rem;
    font-size: .2933rem;
    line-height: .36rem;
    color: #999999;
  }
  .cart1 .cart_li li .p2 a {
    display: inline-block;
    margin-left: .1067rem;
    font-size: .32rem;
    color: #557DF9;
  }
  .cart1 .cart_li li .mo_si {
    display: block;
    margin-top: .2133rem;
    font-size: .48rem;
    color: #3e2fbc;
    line-height: .5733rem;
    font-weight: bold;
  }
  .cart1 .cart_li li .del {
    position: absolute;
    right: 0;
    bottom: .1333rem;
    display: inline-block;
    font-size: .2933rem;
    color: #F38302;
    line-height: .36rem;
  }
  .cart1 .cart_li label {
    cursor: pointer;
  }
  .cart1 .cart_li label input[type="checkbox"] {
    float: left;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .cart1 .cart_li label input[type="checkbox"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .cart1 .cart_li .inpjj {
    font-size: 0;
    margin-top: .32rem;
  }
  .cart1 .cart_li .inpjj input {
    display: inline-block;
    vertical-align: top;
    width: 1.2267rem;
    height: .6933rem;
    line-height: .6667rem;
    color: #3E3B3A;
    font-size: .3467rem;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
  }
  .cart1 .cart_li .inpjj a {
    display: inline-block;
    vertical-align: top;
    width: .6933rem;
    height: .6933rem;
    border: 1px solid #DDDDDD;
    line-height: .6667rem;
    text-align: center;
    font-size: .3467rem;
    background-color: #FAFAFA;
  }
  .cart1 .cart_li .inpjj a:first-child {
    border-radius: .0533rem 0 0 .0533rem;
    font-size: .4533rem;
    line-height: .6133rem;
  }
  .cart1 .cart_li .inpjj a:last-child {
    border-radius: 0 .0533rem .0533rem 0;
  }
  .selected {
    display: block;
    padding: .4rem .32rem .5333rem .32rem;
    margin-top: 0;
    background: #F9F9F9;
    border-radius: 0;
    border: 0;
  }
  .selected .selected_fl {
    float: left;
    display: block;
    align-items: center;
  }
  .selected .selected_fl span {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: .1333rem;
    font-size: .32rem;
    line-height: .3867rem;
    color: #666;
  }
  .selected .selected_fl img {
    width: 1.7067rem;
    height: 1.7067rem;
    margin-top: .1333rem;
    margin-right: .1867rem;
    object-fit: cover;
  }
  .selected .selected_fr {
    display: block;
    width: 100%;
    margin-top: .0667rem;
    margin-bottom: .4533rem;
    text-align: right;
  }
  .selected .selected_fr p {
    margin-top: .3333rem;
    font-size: 14px;
    color: #666;
  }
  .selected .selected_fr font {
    color: #222;
  }
  .selected .selected_fr b {
    font-size: .5333rem;
    color: #3e2fbc;
    font-weight: bold;
    line-height: .64rem;
  }
  .selected .checkout {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: .3733rem;
    border-top: 1px solid #EAE9EA;
  }
  .selected .checkout label {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .selected .checkout label input[type="checkbox"] {
    float: left;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .selected .checkout label input[type="checkbox"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .selected .checkout .text {
    float: left;
    cursor: pointer;
  }
  .selected .checkout .text font {
    display: inline-block;
    vertical-align: top;
    margin-left: .2133rem;
    font-size: .32rem;
    color: #221816;
  }
  .selected .checkout .text a {
    display: inline-block;
    vertical-align: top;
    margin-left: .0533rem;
    font-size: .3467rem;
    color: #3e2fbc;
  }
  .selected .checkout .go {
    position: initial;
    right: 0;
    bottom: 0;
    float: right;
    width: 4.0533rem;
    height: 1.2267rem;
    margin-top: .3733rem;
    background: #3e2fbc;
    border-radius: .0667rem;
    line-height: 1.2267rem;
    text-align: center;
    font-size: .4267rem;
    color: #FFFFFF;
  }
  .mall_now1, .mall_now2, .mall_now3, .mall_now6 {
    display: block;
    margin-left: .32rem;
    margin-right: .32rem;
    margin-bottom: .2667rem;
    border: 1px solid #EEEEEE;
  }
  .mall_now1 .ti, .mall_now2 .ti, .mall_now3 .ti, .mall_now6 .ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .64rem;
    padding: 0 .2667rem;
    background: #eee;
    font-size: .3733rem;
    color: #333333;
  }
  .mall_now1 .ti font, .mall_now2 .ti font, .mall_now3 .ti font, .mall_now6 .ti font {
    display: inline-block;
    vertical-align: middle;
    margin-left: .0533rem;
    font-size: .2933rem;
    color: #949491;
  }
  .mall_now1 .con {
    padding: .3867rem .2667rem;
  }
  .mall_now1 .con .p1 {
    font-size: .32rem;
    color: #949491;
  }
  .mall_now1 .con a {
    font-size: .32rem;
    color: #3e2fbc;
  }
  .mall_now2 .mall_now2_box {
    padding: .2667rem;
    overflow-x: auto;
  }
  .mall_now2 table {
    width: 100%;
    text-align: center;
  }
  .mall_now2 th {
    padding-left: .2667rem;
    text-align: center;
    white-space: nowrap;
    line-height: .9867rem;
    font-size: .2933rem;
    color: #666666;
    border-bottom: 1px solid #E5E5E5;
  }
  .mall_now2 td {
    padding: .4rem 0 .4rem .2667rem;
    border-top: 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: .3467rem;
    color: #666;
  }
  .mall_now2 td img {
    width: 1.3067rem;
    height: 1.3067rem;
    object-fit: cover;
  }
  .mall_now2 .wap_tdno {
    width: 0;
    font-size: 0;
  }
  .mall_now2 .ts {
    padding-left: .16rem;
    text-align: left;
  }
  .mall_now2 .ts .p1 {
    display: block;
    max-width: 3rem;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mall_now2 .mall_now2_order {
    display: block;
    margin-top: .4rem;
    padding-top: 0;
    border-top: 0;
  }
  .mall_now2 .mall_now2_order p {
    color: #666666;
    font-size: .3733rem;
  }
  .mall_now2 .mall_now2_order textarea {
    display: block;
    width: 100%;
    height: 1.1733rem;
    margin-top: .2133rem;
    padding: .2267rem .3733rem;
    background: #FAFAFA;
    border-radius: .04rem;
    border: 0;
    font-size: .3467rem;
    color: #222;
  }
  .mall_now3 ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: .2667rem;
    width: 100%;
    height: 3.6533rem;
    padding: .1867rem .2667rem;
    overflow: hidden;
  }
  .mall_now3 li {
    position: relative;
    float: left;
    width: 100%;
    height: 3.3333rem;
    padding-left: .2rem;
    padding-top: .16rem;
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    border-radius: .0533rem;
  }
  .mall_now3 li.active {
    background-color: #FFF6F6;
    border: 1px solid #3e2fbc;
  }
  .mall_now3 li.active .edt {
    display: block;
  }
  .mall_now3 li.active .ico26 {
    background-position: -6.61rem -7rem;
  }
  .mall_now3 li .box {
    display: inline-block;
    vertical-align: top;
    width: 7.64rem;
  }
  .mall_now3 li .p1 {
    display: block;
    margin-top: .0933rem;
    font-size: .2933rem;
    color: #999494;
    line-height: .3867rem;
  }
  .mall_now3 li .p2 {
    display: block;
    margin-top: .0667rem;
    font-size: .2933rem;
    color: #3E3B3A;
    line-height: .3867rem;
    font-weight: bold;
  }
  .mall_now3 li .tel {
    display: block;
    margin-top: .36rem;
    font-size: 0;
  }
  .mall_now3 li .tel span {
    display: inline-block;
    vertical-align: top;
    color: #271D1B;
    line-height: .3867rem;
    font-size: .2933rem;
  }
  .mall_now3 li .tel .tel_p {
    display: inline-block;
    vertical-align: top;
    margin-left: .32rem;
  }
  .mall_now3 li .tel p {
    display: block;
    margin-bottom: .08rem;
    color: #3E3B3A;
    line-height: .3867rem;
    font-size: .2933rem;
  }
  .mall_now3 li .edt {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
    width: .92rem;
    height: .5333rem;
    background: #FFD5D5;
    border-radius: .16rem 0px .0533rem 0px;
    text-align: center;
    font-size: .2933rem;
    color: #3e2fbc;
    line-height: .5333rem;
  }
  .mall_now3 .more_t {
    display: flex;
    align-items: center;
    padding: 0 .32rem;
    margin-left: 0;
    margin-bottom: .2667rem;
  }
  .mall_now3 .more_t font {
    margin-right: .0533rem;
    font-size: .2933rem;
    color: #949491;
  }
  .mall_now6 input::-webkit-input-placeholder, .mall_now6 input textarea::-webkit-input-placeholder {
    color: #999494;
    font-size: .3467rem;
  }
  .mall_now6 input::-moz-placeholder, .mall_now6 input textarea::-moz-placeholder {
    color: #999494;
    font-size: .3467rem;
  }
  .mall_now6 input:-ms-input-placeholder, .mall_now6 input textarea::-ms-input-placeholder {
    color: #999494;
    font-size: .3467rem;
  }
  .mall_now6 .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: .1333rem;
    padding: .3467rem .2667rem;
  }
  .mall_now6 .lis {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .mall_now6 .lis .ico17 {
    float: left;
    margin-top: 0;
  }
  .mall_now6 .lis input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .mall_now6 .lis input[type="checkbox"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .mall_now6 .lis .text {
    margin-left: .1733rem;
    font-size: .2933rem;
    color: #221816;
  }
  .mall_now6 .lis_span {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: .1067rem;
    text-align: left;
    font-size: .2933rem;
    color: #221816;
    line-height: .36rem;
  }
  .mall_now6 .lis_span em {
    color: #3e2fbc;
  }
  .mall_now6 .lis_input {
    display: block;
    flex: 1;
    height: 1.04rem;
    padding-left: .2133rem;
    background: #F7F7F7;
    border: 0;
    line-height: 1.04rem;
    font-size: .3467rem;
    color: #222;
  }
  .mall_now6 .diy_select {
    float: left;
    width: 2.7333rem;
    height: 1.04rem;
    margin-right: .1333rem;
    border: 0;
    background: #F7F7F7;
  }
  .mall_now6 .lis_sel {
    width: 4.323rem;
    margin-right: 0;
  }
  .mall_now6 .lis_sel:last-child {
    margin-left: .1333rem;
  }
  .mall_now4 {
    display: none;
  }
  .mall_now5 {
    display: block;
    width: auto;
    margin: 0 .32rem;
    padding: .2667rem;
    border: 1px solid #EEEEEE;
    margin-bottom: .2667rem;
    background-color: #F9F9F9;
    border-radius: .0533rem;
  }
  .mall_now5 input::-webkit-input-placeholder, .mall_now5 input textarea::-webkit-input-placeholder {
    color: #999494;
    font-size: .3467rem;
  }
  .mall_now5 input::-moz-placeholder, .mall_now5 input textarea::-moz-placeholder {
    color: #999494;
    font-size: .3467rem;
  }
  .mall_now5 input:-ms-input-placeholder, .mall_now5 input textarea::-ms-input-placeholder {
    color: #999494;
    font-size: .3467rem;
  }
  .mall_now5 h4 {
    display: block;
    font-size: .3733rem;
    color: #666666;
  }
  .mall_now5 form {
    display: flex;
    justify-content: space-between;
    margin-top: .2133rem;
  }
  .mall_now5 input[type="text"] {
    float: left;
    flex: 1;
    height: 1.1733rem;
    padding-left: .2133rem;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    line-height: 1.1467rem;
  }
  .mall_now5 input[type="submit"] {
    float: left;
    height: 1.1733rem;
    padding: 0 .3733rem;
    background: #FFFFFF;
    border-radius: 0px .0533rem .0533rem 0px;
    border: 1px solid #3e2fbc;
    color: #3e2fbc;
    font-size: .3467rem;
    line-height: 1.1467rem;
    background-color: #FFF5F7;
  }
  .mall_now7 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    width: 100%;
    padding: 0 .32rem;
  }
  .mall_now7 .mall_now7_box {
    display: block;
    border: 1px solid #EEEEEE;
    margin-bottom: .2667rem;
  }
  .mall_now7 .mall_now7_box .ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .64rem;
    padding: 0 .2667rem;
    background: #eee;
    font-size: .3733rem;
    color: #333333;
  }
  .mall_now7 .mall_now7_box ul {
    display: block;
    padding: .2267rem .2133rem;
  }
  .mall_now7 .mall_now7_box li {
    display: flex;
    align-items: center;
    margin-top: .2rem;
    line-height: .5067rem;
  }
  .mall_now7 .mall_now7_box li:first-child {
    margin-top: 0;
  }
  .mall_now7 .mall_now7_box li img {
    width: auto;
    height: .5067rem;
    margin-left: .2133rem;
  }
  .mall_now7 .mall_now7_box li font {
    margin-left: .16rem;
    font-size: .3467rem;
    color: #666666;
    line-height: .5067rem;
  }
  .mall_now7 .mall_now7_box .ico17 {
    float: left;
    margin-top: 0;
  }
  .mall_now7 .mall_now7_box input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .mall_now7 .mall_now7_box input[type="checkbox"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .popup_address {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .popup_address .box {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    display: inline-block;
    width: 9.4667rem;
    height: 90vh;
    padding-top: .4rem;
    padding-right: .32rem;
    padding-left: .32rem;
    padding-bottom: 0;
    background-color: #fff;
    overflow-y: auto;
  }
  .popup_address .box h3 {
    display: block;
    margin-left: 0;
    padding-bottom: .4rem;
    font-weight: bold;
    font-size: .3733rem;
    color: #221816;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
  }
  .popup_address .box .close {
    position: absolute;
    top: .2667rem;
    right: .2667rem;
  }
  .popup_address form {
    display: block;
    margin-top: .2933rem;
  }
  .popup_address .lis {
    display: flex;
    justify-items: center;
    flex-wrap: wrap;
    margin-bottom: .2667rem;
  }
  .popup_address .lis .lis_span {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: .1067rem;
    text-align: left;
    font-size: .2933rem;
    color: #221816;
    line-height: .36rem;
  }
  .popup_address .lis .lis_span em {
    color: #3e2fbc;
  }
  .popup_address .lis .lis_input, .popup_address .lis input[type="text"] {
    flex: 1;
    height: 1.04rem;
    padding-left: .2133rem;
    background: #F7F7F7;
    border: 0;
    line-height: 1.04rem;
    font-size: .3467rem;
    color: #222;
  }
  .popup_address .lis .diy_select {
    float: left;
    width: 2.7333rem;
    height: 1.04rem;
    margin-right: .1067rem;
    border: 0;
    background: #F7F7F7;
    min-width: 0;
  }
  .popup_address .lis .lis_sel {
    width: 4.36rem;
    margin-right: 0;
  }
  .popup_address .lis .lis_sel:last-child {
    margin-left: .1067rem;
  }
  .popup_address .lis label {
    display: flex;
    align-items: center;
    margin-right: 33px;
    color: #999494;
    font-size: 14px;
    cursor: pointer;
  }
  .popup_address .ico17 {
    float: left;
    margin-top: 0;
  }
  .popup_address input[type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .popup_address input[type="radio"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .popup_address .lis_t {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% + 1.0667rem);
    height: 1.8667rem;
    margin-top: .1333rem;
    margin-left: -0.5333rem;
    margin-bottom: -0.5333rem;
    background: #FFFFFF;
    box-shadow: 0;
  }
  .popup_address .lis_t button {
    display: block;
    width: 4.4rem;
    height: 1.2267rem;
    margin-top: 0;
    background: #3e2fbc;
    border-radius: .0533rem;
    border: 0;
    font-size: .4267rem;
    color: #fff;
  }
  .popup_cart {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .popup_cart .box {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 8.24rem;
    padding: 1.3333rem .32rem;
    background-color: #fff;
    text-align: center;
  }
  .popup_cart .box h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: .5333rem;
    color: #221816;
  }
  .popup_cart .box h3 font {
    display: block;
    width: 100%;
    margin-top: .5333rem;
    margin-left: 0;
  }
  .popup_cart .box .close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .popup_cart .box .box_a {
    display: block;
    font-size: 0;
    text-align: center;
    margin-top: 1.3333rem;
  }
  .popup_cart .box .box_a a {
    display: inline-block;
    width: 6.8533rem;
    height: 1.2267rem;
    margin: 0 0 .2667rem 0;
    border: 1px solid #DBDBDB;
    border-radius: 1.3333rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: .4267rem;
    color: #666666;
  }
  .popup_cart .box .box_a a.active {
    background: #3e2fbc;
    border: 1px solid #3e2fbc;
    color: #fff;
  }
  .popup_cart .box .mdlis {
    display: none;
  }
  .buyer_show {
    display: block;
    width: auto;
    margin: .5333rem .32rem 0 .32rem;
  }
  .buyer_show .buyer_ti {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .2267rem;
    border-bottom: 1px solid #E4E1DD;
  }
  .buyer_show .buyer_ti h2 {
    font-weight: bold;
    font-size: .48rem;
    color: #271D1B;
    line-height: .56rem;
  }
  .buyer_show .buyer_ti span {
    font-size: .2933rem;
    color: #221816;
    line-height: 1;
  }
  .buyer_show .buyer_tag {
    display: block;
    margin-top: .2667rem;
  }
  .buyer_show .buyer_tag a {
    float: left;
    height: .9067rem;
    padding: 0 .4rem;
    margin-right: 8px;
    line-height: .9067rem;
    background: #F2F2F2;
    border-radius: .0533rem;
    font-size: .3733rem;
    color: #221816;
  }
  .buyer_show .buyer_tag a.active {
    background-color: #3e2fbc;
    color: #fff;
    font-weight: bold;
  }
  .buyer_show .buyer_lies {
    display: block;
  }
  .buyer_show .buyer_lie {
    display: inline-block;
    width: 100%;
    margin-top: .5333rem;
  }
  .buyer_show .buyer_lie .ti {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .buyer_show .buyer_lie .ti img {
    display: inline-block;
    width: .84rem;
    height: .84rem;
    object-fit: cover;
    margin-right: .1067rem;
  }
  .buyer_show .buyer_lie .ti font {
    display: inline-block;
    flex-grow: 1;
    font-weight: bold;
    font-size: .4rem;
    color: #3E3B3A;
    line-height: .4933rem;
  }
  .buyer_show .buyer_lie .ti span {
    font-size: .2933rem;
    color: #9E9E9E;
    line-height: .36rem;
  }
  .buyer_show .buyer_lie .con {
    display: inline-block;
    width: 100%;
    margin-top: 14px;
  }
  .buyer_show .buyer_lie .con p {
    display: block;
    font-size: .3467rem;
    color: #555555;
    line-height: .48rem;
  }
  .buyer_show .buyer_lie .con .con_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .buyer_show .buyer_lie .con img {
    float: left;
    width: 3.0133rem;
    height: 3.7867rem;
    object-fit: cover;
    margin-top: .2667rem;
    margin-right: 0;
    border-radius: .0533rem;
  }
  .buyer_show .buyer_lie .bug_ligo {
    display: flex;
    width: 100%;
    margin-top: .2667rem;
    margin-bottom: 0;
    padding: .2933rem .32rem;
    border: 1px solid #EAE9EA;
  }
  .buyer_show .buyer_lie .bug_ligo img {
    display: inline-block;
    flex-shrink: 0;
    margin-right: .3467rem;
    width: 1.52rem;
    height: 1.52rem;
    object-fit: cover;
    border-radius: .0533rem;
  }
  .buyer_show .buyer_lie .bug_ligo .lf {
    flex-grow: 1;
    min-width: 0;
  }
  .buyer_show .buyer_lie .bug_ligo p {
    font-size: .2933rem;
    color: #9E9E9E;
    line-height: .32rem;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .buyer_show .buyer_lie .bug_ligo a {
    display: inline-block;
    vertical-align: top;
    margin-top: .1333rem;
    height: .76rem;
    padding: 0 .32rem;
    line-height: .7333rem;
    background: #F2F2F2;
    border-radius: .0533rem;
    border: 1px solid #EAE9EA;
    font-size: .2933rem;
    color: #6B6B69;
  }
  .buyer_show .buyer_lie .bug_ligo a:hover {
    background-color: #F2F2F2;
    color: #6B6B69;
    border: 1px solid #EAE9EA;
  }
  .buyer_show .buyer_lie .bug_ligo a:hover .ico13 {
    background-position: -2.1333rem -7.28rem;
  }
  .buyer_show .buyer_lie .bug_ligo font {
    display: inline-block;
    vertical-align: top;
    margin-right: .2667rem;
  }
  .buyer_show .more {
    display: block;
    width: 6.16rem;
    height: 1.12rem;
    margin: .5333rem auto 0 auto;
    background: #F0F1F7;
    line-height: 1.0933rem;
    border: 1px solid #E2E2E2;
    font-size: .4267rem;
    color: #6B6B69;
    text-align: center;
  }
  .buyer_show .more .ico2h {
    width: .4rem;
    height: .4rem;
    background-position: -4.1333rem -7.28rem;
  }
  .buyer_show .more font {
    margin-right: .1333rem;
  }
  .buyer_show .det_like {
    border-top: 0;
    margin-top: .8rem;
  }
  .ban_culture {
    display: inline-block;
    width: 100%;
    height: 5.3333rem;
    background: url("../images/coretraino/ban2.png") no-repeat;
    text-align: center;
    background-size: 25.6rem 5.3333rem;
  }
  .ban_culture h2 {
    display: block;
    margin-top: .72rem;
    margin-bottom: .4rem;
    font-size: .5867rem;
    font-weight: bold;
    line-height: .7067rem;
    color: #fff;
  }
  .ban_culture p {
    display: block;
    margin-bottom: .2667rem;
    font-size: .32rem;
    color: #FFFFFF;
    line-height: .3867rem;
  }
  .culture_lies {
    display: block;
    width: auto;
    margin: 0 .32rem;
  }
  .culture_lies .mdlis_sd {
    margin-top: .5333rem;
  }
  .culture_article {
    display: block;
    width: auto;
    margin-top: .5333rem;
    padding: 0 .32rem;
  }
  .culture_article h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .5867rem;
    color: #221816;
    font-weight: bold;
    line-height: .7067rem;
  }
  .culture_article .time {
    display: flex;
    justify-content: center;
    padding: .2667rem 0 .5333rem 0;
    font-size: .2933rem;
    color: #999494;
    line-height: .3867rem;
    border-bottom: 1px solid #EAE9EA;
  }
  .culture_article .time span, .culture_article .time a {
    margin: 0 .2667rem;
  }
  .culture_article .time font {
    margin-left: .08rem;
    font-size: .2933rem;
    color: #999494;
  }
  .culture_article .content {
    display: block;
    padding-top: .5333rem;
  }
  .culture_article .content p {
    display: block;
    font-size: .32rem;
    color: #221816;
    line-height: .4533rem;
  }
  .culture_article .content h4 {
    display: block;
    margin-top: .5333rem;
    margin-bottom: .1067rem;
    font-weight: bold;
    font-size: .5333rem;
    color: #222;
  }
  .culture_article .content strong {
    display: block;
    margin-bottom: .1067rem;
    font-size: .32rem;
    color: #666;
    font-weight: normal;
  }
  .culture_article .content br {
    display: inline-block;
    width: 100%;
    margin-bottom: .5333rem;
  }
  .culture_article .content img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: .5333rem auto;
  }
  .culture_article .det_like {
    border-top: 0;
    margin-top: 46px;
  }
  .culture_article .cul_like {
    display: block;
    margin-top: 40px;
  }
  .culture_article .cul_like h4 {
    font-weight: bold;
    font-size: 24px;
    color: #221816;
    line-height: 35px;
    text-align: center;
  }
  .order_user {
    display: block;
    height: 2.3333rem;
    padding: .4rem .32rem 0 .4267rem;
    margin-top: -1px;
    font-size: 0;
    border-bottom: 1px solid #E4E1DD;
    border-top: 1px solid #fff;
  }
  .order_user .order_info_img {
    float: left;
    width: 1.4533rem;
    height: 1.4533rem;
    margin-right: .2133rem;
    background: #EDEFFE;
    border-radius: 50%;
  }
  .order_user .order_info {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .order_user .order_info_p1 {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0;
  }
  .order_user .order_info_p1 h3 {
    display: inline-block;
    font-size: .4rem;
    font-weight: bold;
    color: #221816;
    line-height: .4933rem;
  }
  .order_user .order_info_p1 .a1 {
    display: inline-block;
    vertical-align: top;
    margin: 0 .1333rem;
    line-height: 1;
  }
  .order_user .order_info_p1 .a1 i {
    vertical-align: top;
  }
  .order_user .order_info_p1 .a1 .ico35 {
    margin-top: .0667rem;
  }
  .order_user .order_info_jj {
    display: block;
    margin-top: .1867rem;
    font-size: .2933rem;
    color: #A9A9A9;
  }
  .order_user .order_info_jj a {
    margin-left: .1333rem;
  }
  .order_user .order_info_jj a i {
    display: inline-block;
    vertical-align: top;
    margin-top: -0.0667rem;
  }
  .order_box {
    display: block;
    padding-top: .3467rem;
  }
  .order_box .order_side {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 1.0133rem;
  }
  .order_box .order_cen {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 0;
    border-left: 0;
  }
  .order_box .order_cen .crumb {
    border-bottom: 1px solid #F4F5FA;
  }
  .order_box .order_cen .crumb_order {
    display: none;
  }
  .order_side {
    padding: 0 0;
  }
  .order_side ul {
    display: flex;
    width: 100%;
    height: 1.1333rem;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .order_side li {
    float: left;
    width: auto;
    height: 1.0133rem;
    padding: 0;
    margin-bottom: .5333rem;
    color: #221816;
    font-size: .4rem;
    border-radius: .0533rem;
    text-align: center;
  }
  .order_side li a {
    float: left;
    padding: 0 .32rem;
  }
  .order_side li.active {
    background: #3e2fbc;
  }
  .order_side li.active font {
    color: #fff;
  }
  .order_side li i {
    display: none;
    vertical-align: top;
  }
  .order_side li font {
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    line-height: 1.0133rem;
    font-size: .3rem;
    color: #221816;
  }
  .order_type {
    display: block;
    display: flex;
    width: 100%;
    height: .8267rem;
    padding-top: 0;
    margin-top: .5333rem;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .order_type a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 .24rem;
    margin-right: 0;
    font-size: .3rem;
    color: #221816;
    height: .72rem;
    line-height: 1;
  }
  .order_type .active {
    color: #3e2fbc;
  }
  .order_type .active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: .1067rem;
    background: #3e2fbc;
  }
  .order_type form {
    float: right;
    display: none;
  }
  .order_details {
    display: block;
    margin-top: .4rem;
  }
  .order_details > li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: .2667rem;
    border: 1px solid #EBEAEA;
    font-size: 0;
  }
  .order_details > li:last-child {
    margin-bottom: 0;
  }
  .order_details .or_time {
    display: block;
    width: 100%;
    height: .7733rem;
    padding: 0 .2667rem;
    line-height: .7733rem;
    background: #F4F5FA;
  }
  .order_details .or_time span {
    display: block;
    margin-right: 0;
    font-size: .2933rem;
    color: #999494;
  }
  .order_details .or_time span:first-child {
    display: none;
  }
  .order_details .or_time a {
    float: right;
    display: none;
  }
  .order_details .or_cen {
    float: left;
    width: 100%;
    border-right: 1px solid #F0F0F0;
  }
  .order_details .or_cen li {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #F0F0F0;
    font-size: 0;
  }
  .order_details .or_cen li:first-child {
    border-top: 0;
  }
  .order_details .or_cen .or_info {
    display: inline-block;
    width: 100%;
    padding: .2667rem;
  }
  .order_details .or_cen .or_info img {
    display: inline-block;
    vertical-align: top;
    width: 2.7733rem;
    height: 2.7733rem;
    margin-right: .2667rem;
  }
  .order_details .or_cen .or_name {
    display: inline-block;
    vertical-align: top;
    width: 5.68rem;
  }
  .order_details .or_cen .or_name .p1 {
    display: block;
    width: 100%;
    color: #221816;
    font-size: .3733rem;
    line-height: 1.2;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .order_details .or_cen .or_name .p2 {
    display: block;
    margin-top: .2133rem;
    font-size: .32rem;
    line-height: .3867rem;
    color: #A9A9A9;
  }
  .order_details .or_cen .or_sun {
    position: absolute;
    bottom: 1.8667rem;
    right: .2667rem;
    display: inline;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: .32rem;
    color: #3E3B3A;
    text-align: right;
  }
  .order_details .or_cen .or_sun::before {
    content: 'x';
  }
  .order_details .or_cen .or_up {
    position: absolute;
    bottom: .2667rem;
    right: .2667rem;
    display: block;
    text-align: right;
  }
  .order_details .or_cen .or_up p {
    display: block;
    font-size: .32rem;
    line-height: .4533rem;
    color: #221816;
  }
  .order_details .or_cen .or_up a i {
    display: none;
  }
  .order_details .or_cen .or_up a font {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    font-size: .32rem;
    color: #F23332;
  }
  .order_details .or_cen .or_up a font::after {
    content: '>';
  }
  .order_details .or_price {
    position: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: .2667rem;
  }
  .order_details .or_price .tis1 {
    display: inline-block;
    flex: 1;
    white-space: nowrap;
  }
  .order_details .or_price .tis1 p {
    display: block;
    text-align: right;
    font-size: .32rem;
    color: #221816;
    line-height: .6133rem;
  }
  .order_details .or_price .tis1 b {
    font-weight: bold;
  }
  .order_details .or_price .tis2 {
    position: absolute;
    right: .2667rem;
    top: 0;
    display: inline-block;
    flex: auto;
    padding-right: 0;
    text-align: center;
  }
  .order_details .or_price .tis2 font {
    display: flex;
    align-items: center;
    max-width: 3rem;
    height: .7733rem;
    text-align: right;
    font-size: .3733rem;
    color: #221816;
    line-height: 1;
  }
  .order_details .or_price .tis2 font.orange {
    color: #FFAA48;
  }
  .order_details .or_price .tis2 font.red {
    color: #F23332;
  }
  .order_details .or_price .tis3 {
    position: unset;
    right: .2667rem;
    float: left;
    width: 100%;
    z-index: 1;
    margin-top: .1333rem;
  }
  .order_details .or_price .tis3 a {
    float: right;
    flex-basis: 100%;
    height: .7467rem;
    padding: 0 .32rem;
    margin-bottom: .1333rem;
    margin-left: .1333rem;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    font-size: .3467rem;
    line-height: .72rem;
    color: #3E3B3A;
    border-radius: .4rem;
    white-space: nowrap;
  }
  .order_details .or_price .tis3 .red {
    border: 1px solid #3e2fbc;
    background-color: #3e2fbc;
    color: #fff;
  }
  .order_details .or_exp_time {
    position: unset;
    right: 0;
    bottom: 0;
    margin-bottom: .2667rem;
    margin-right: .2667rem;
    font-size: .3467rem;
    color: #A9A9A9;
    line-height: .4267rem;
    text-align: right;
  }
  .order_details .or_exp_time font {
    color: #3e2fbc;
  }
  .det_like_top {
    border-top: 0;
    margin-top: .6533rem;
    padding-bottom: .4rem;
  }
  .crumb_pc {
    display: none;
  }
  .process {
    display: none;
  }
  .order_cen1 {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: .5333rem;
  }
  .order_cen1 h3 {
    display: block;
    font-size: .3467rem;
    color: #221816;
    font-weight: bold;
    line-height: .4267rem;
  }
  .order_cen1 .order_cen1_time {
    display: none;
  }
  .order_cen1 .order_cen1_jc {
    position: relative;
    display: block;
    width: 100%;
    padding-left: .44rem;
    padding-bottom: .2667rem;
    margin-top: 0;
    border-left: 1px solid #E5E5E5;
    padding-top: .3733rem;
    margin-left: .1467rem;
  }
  .order_cen1 .order_cen1_jc .p1 {
    display: block;
    font-size: .3733rem;
    color: #3e2fbc;
    font-weight: bold;
    line-height: .4533rem;
  }
  .order_cen1 .order_cen1_jc .p2 {
    display: block;
    font-size: .32rem;
    line-height: .3733rem;
    color: #221816;
  }
  .order_cen1 .order_cen1_jc .p2 a {
    display: block;
    margin-top: .1067rem;
    margin-left: 0;
    color: #3e2fbc;
  }
  .order_cen1 .order_cen1_jc .pos {
    position: absolute;
    left: -0.1667rem;
    top: 0.4833rem;
    width: .32rem;
    height: .32rem;
    background-color: #3e2fbc;
    border-radius: 50%;
    border: .08rem solid #fff;
  }
  .order_cen1 .order_cen1_receive {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: .6667rem;
    padding: .2133rem .32rem .1867rem 0;
    border: 1px solid #E6E8EC;
  }
  .order_cen1 .order_cen1_receive .box {
    display: inline-block;
    width: 100%;
    padding-left: .9067rem;
  }
  .order_cen1 .order_cen1_receive .box .p1 {
    display: block;
    max-width: none;
    font-size: .2933rem;
    color: #999494;
    line-height: .3733rem;
  }
  .order_cen1 .order_cen1_receive .box .p2 {
    display: block;
    max-width: none;
    margin-top: .0667rem;
    font-size: .2933rem;
    color: #3E3B3A;
    font-weight: bold;
    line-height: .3733rem;
  }
  .order_cen1 .order_cen1_receive .box .tel {
    display: block;
    width: 100%;
    margin-top: .36rem;
  }
  .order_cen1 .order_cen1_receive .box .tel span {
    float: left;
    font-size: .2933rem;
    color: #271D1B;
  }
  .order_cen1 .order_cen1_receive .box .tel .tel_p {
    float: left;
    margin-left: .32rem;
    line-height: .3733rem;
  }
  .order_cen1 .order_cen1_receive .box .tel p {
    display: block;
    margin-bottom: .08rem;
    font-size: .2933rem;
    color: #3E3B3A;
    line-height: .3733rem;
  }
  .order_cen1 .order_cen1_receive .ico36 {
    position: absolute;
    left: .1333rem;
    top: .1733rem;
  }
  .order_cen1 .order_cen1_receive .pos1 {
    position: absolute;
    left: 0;
    top: -0.72rem;
    display: inline-block;
    height: .56rem;
    padding: 0 .1067rem;
    line-height: .56rem;
    background-color: #292929;
    border-radius: .1067rem;
    font-size: .2933rem;
    color: #fff;
  }
  .order_cen1 .order_cen1_busy {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: .2667rem;
    margin-bottom: .2933rem;
    font-size: 0;
  }
  .order_cen1 .order_cen1_busy a {
    display: inline-block;
    vertical-align: top;
    min-width: none;
    height: .9067rem;
    padding: 0 .2133rem;
    margin-right: .16rem;
    margin-bottom: .1333rem;
    line-height: .88rem;
    border-radius: .0533rem;
    border: 1px solid #A9A9A9;
    text-align: center;
    font-size: .32rem;
    color: #221816;
  }
  .order_cen1 .order_cen1_busy .active {
    background: #3e2fbc;
    border: 1px solid #3e2fbc;
    color: #fff;
  }
  .order_cen2 .ti, .order_cen3 .ti, .order_cen4 .ti, .order_cen5 .ti, .order_cen6 .ti, .order_cen7 .ti {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: .5333rem;
  }
  .order_cen2 .ti .ico47, .order_cen3 .ti .ico47, .order_cen4 .ti .ico47, .order_cen5 .ti .ico47, .order_cen6 .ti .ico47, .order_cen7 .ti .ico47 {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .24rem;
    margin-top: 0;
    border: 0.0667rem solid #6B6B69;
    border-radius: 50%;
  }
  .order_cen2 .ti font, .order_cen3 .ti font, .order_cen4 .ti font, .order_cen5 .ti font, .order_cen6 .ti font, .order_cen7 .ti font {
    display: inline-block;
    vertical-align: top;
    margin-left: .1333rem;
    line-height: .4533rem;
    font-size: .3733rem;
    color: #221816;
    font-weight: bold;
  }
  .sst_a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: .2667rem;
    font-size: 0;
    text-align: center;
  }
  .sst_a .box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    padding-top: .4rem;
  }
  .sst_a a {
    display: inline-block;
    vertical-align: top;
    min-width: none;
    width: 100%;
    height: 1.2267rem;
    padding: 0 22px;
    margin: .1333rem 0;
    border-radius: .1067rem;
    border: 1px solid #A9A9A9;
    line-height: 1.2rem;
    text-align: center;
    font-size: .4rem;
    color: #221816;
  }
  .sst_a .active {
    color: #fff;
    background: #3e2fbc;
    border: 1px solid #3e2fbc;
  }
  .order_cen2 {
    display: block;
    width: 100%;
  }
  .order_cen2 .nt {
    display: inline-block;
    width: 100%;
    padding: .4rem .2667rem .1333rem .2667rem;
    margin-top: .1333rem;
    background-color: #f7f7f7;
  }
  .order_cen2 .nt li {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-bottom: .2667rem;
    font-size: .3733rem;
    color: #221816;
    line-height: .5067rem;
  }
  .order_cen2 .nt li:nth-child(2n) {
    width: 100%;
  }
  .order_cen2 .nt .red {
    color: #3e2fbc;
  }
  .order_cen3 {
    display: block;
    width: 100%;
    margin-bottom: .64rem;
  }
  .order_cen3 .box {
    display: block;
    width: 100%;
    margin-top: .1333rem;
    border: 1px solid #E6E8EC;
  }
  .order_cen3 ul {
    display: block;
    width: 100%;
  }
  .order_cen3 li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #EBEAEA;
  }
  .order_cen3 li:last-child {
    border-bottom: 0;
  }
  .order_cen3 .or_info {
    display: inline-block;
    width: 100%;
    padding: .2667rem;
    font-size: 0;
  }
  .order_cen3 .or_info img {
    display: inline-block;
    vertical-align: top;
    width: 2.7733rem;
    height: 2.7733rem;
    margin-right: .2667rem;
  }
  .order_cen3 .or_name {
    display: inline-block;
    vertical-align: top;
    width: 5.2rem;
  }
  .order_cen3 .or_name .p1 {
    display: block;
    width: 100%;
    min-width: 0;
    color: #221816;
    font-size: .3733rem;
    line-height: .4533rem;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .order_cen3 .or_name .p2 {
    display: block;
    margin-top: .32rem;
    font-size: .32rem;
    line-height: .3867rem;
    color: #A9A9A9;
  }
  .order_cen3 .or_sun {
    position: absolute;
    right: .2667rem;
    display: inline-block;
    font-size: .32rem;
    color: #3E3B3A;
    text-align: center;
  }
  .order_cen3 .or_sun::before {
    content: 'x';
  }
  .order_cen3 .or_price {
    position: absolute;
    right: .2667rem;
    bottom: .2667rem;
    display: inline-block;
    padding-right: 0;
    line-height: .4533rem;
    font-size: .32rem;
    text-align: right;
  }
  .order_cen3 .or_price .p1 {
    display: block;
    color: #999494;
  }
  .order_cen3 .or_price .p2 {
    display: block;
    margin-top: 0;
    color: #221816;
  }
  .order_cen3 .or_price .p2 font {
    color: #3e2fbc;
  }
  .order_cen3 .details {
    display: flex;
    justify-content: right;
    padding: .2667rem;
    background-color: #F4F5FA;
  }
  .order_cen3 .details span {
    display: none;
  }
  .order_cen3 .details .fr {
    text-align: right;
    font-size: .32rem;
    color: #221816;
    line-height: .6133rem;
  }
  .order_cen3 .details b {
    display: inline-block;
    color: #3e2fbc;
    font-size: .32rem;
    font-weight: bold;
    line-height: .6133rem;
  }
  .order_cen4 .nt {
    display: inline-block;
    width: 100%;
    padding: .32rem .32rem .0533rem .32rem;
  }
  .order_cen4 .st {
    display: block;
    font-size: .3733rem;
    color: #221816;
    line-height: .4533rem;
  }
  .order_cen4 label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }
  .order_cen4 .ico17 {
    float: left;
    margin-top: 0;
  }
  .order_cen4 input[type="radio"], .order_cen4 input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .order_cen4 input[type="radio"]:checked ~ .ico17, .order_cen4 input[type="checkbox"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .order_cen4 .orid1 {
    display: inline-block;
    width: 100%;
    margin-top: .4rem;
    margin-bottom: 0;
  }
  .order_cen4 .orid1 ul {
    display: block;
    padding: .3333rem 0;
  }
  .order_cen4 .orid1 .sp_si {
    display: inline-block;
    width: 100%;
    margin-top: 0;
  }
  .order_cen4 .orid1 .sp_si img {
    float: left;
    width: 2.32rem;
    height: 2.32rem;
    margin: .2rem .2133rem .2rem .2667rem;
    object-fit: cover;
  }
  .order_cen4 .orid1 .sp_si .sp_siname {
    float: left;
    width: 5.9467rem;
  }
  .order_cen4 .orid1 .sp_si .p1 {
    display: block;
    width: 100%;
    margin-top: .2rem;
    color: #221816;
    font-size: .3733rem;
    line-height: .4267rem;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .order_cen4 .orid1 .sp_si .p2 {
    display: block;
    margin-top: .1867rem;
    font-size: .32rem;
    line-height: .3867rem;
    color: #A9A9A9;
  }
  .order_cen4 .orid1 .sp_si label {
    float: left;
    display: flex;
    align-items: center;
    height: 2.32rem;
    margin: .2rem 0;
    line-height: 2.32rem;
  }
  .order_cen4 .orid2 {
    display: inline-block;
    width: 100%;
    margin-top: 0;
  }
  .order_cen4 .orid2 ul {
    display: block;
    margin-top: .4rem;
    padding-left: 0;
  }
  .order_cen4 .orid2 li {
    display: block;
    font-size: 0;
    margin-bottom: .24rem;
  }
  .order_cen4 .orid2 li font {
    display: inline-block;
    vertical-align: middle;
    width: 8.4rem;
    margin-left: .2133rem;
    font-size: .3733rem;
    color: #3E3B3A;
    line-height: .4533rem;
  }
  .order_cen4 .orid3 {
    display: inline-block;
    width: 100%;
    margin-top: .4rem;
  }
  .order_cen4 .orid3 .diy_select {
    display: flex;
    margin-top: .1067rem;
  }
  .order_cen4 .orid4 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: .4rem;
  }
  .order_cen4 .orid4 input[type="text"] {
    display: block;
    width: 100%;
    height: 1.2rem;
    padding-left: .2667rem;
    margin-top: .1067rem;
    font-size: .3733rem;
    color: #3E3B3A;
    line-height: 1.2rem;
    border: 1px solid #DDDDDD;
  }
  .order_cen4 .orid4 textarea {
    display: block;
    width: 100%;
    height: 2.6667rem;
    padding: .4533rem .2667rem;
    margin-top: .1067rem;
    font-size: .3733rem;
    color: #3E3B3A;
    overflow-y: auto;
    line-height: .4267rem;
    border: 1px solid #DDDDDD;
  }
  .order_cen4 .orid4 .custom-button .file-input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .order_cen4 .orid4 .custom-button .imgs {
    width: 2.5733rem;
    height: 2.5733rem;
    margin-top: .2133rem;
  }
  .order_cen4 .orid4 p {
    display: block;
    margin-top: .1067rem;
    font-size: .3733rem;
    color: #3E3B3A;
    line-height: .4533rem;
  }
  .order_cen4 .orid4 p span {
    color: #ccc;
  }
  .order_cen4 .diy_select {
    position: relative;
    display: block;
    width: 100%;
    height: 1.2rem;
    line-height: 1.1733rem;
    cursor: pointer;
    border: 1px solid #DDDDDD;
  }
  .order_cen4 .diy_select .diy_select_list {
    display: none;
    position: absolute;
    top: 1.2267rem;
    left: 0;
    z-index: 88888;
    width: 100%;
    height: auto;
    padding: 0 0;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 0.04rem 0.08rem 1px rgba(0, 0, 0, 0.16);
  }
  .order_cen4 .diy_select .diy_select_list li {
    display: block;
    padding: 0 .2667rem;
    list-style: none;
    height: 1.2rem;
    line-height: 1.2rem;
    cursor: pointer;
    background: #fff;
    font-size: .3733rem;
    color: #3E3B3A;
  }
  .order_cen4 .diy_select .diy_select_list li:hover {
    background-color: #FFF6F6;
    color: #3e2fbc;
  }
  .order_cen4 .diy_select .select_text {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
  }
  .order_cen4 .diy_select .diy_select_txt {
    float: left;
    width: 100%;
    padding-left: .2667rem;
    font-size: .3733rem;
    color: #3E3B3A;
  }
  .order_cen4 .diy_select .diy_select_txt font {
    color: #3E3B3A;
  }
  .order_cen4 .diy_select .diy_select_btn {
    position: absolute;
    right: .4rem;
    top: 0;
  }
  .order_cen5 {
    display: block;
    width: 100%;
    margin-top: .4rem;
    padding-bottom: .4rem;
    border-top: 1px solid #EBEAEA;
    border-bottom: 1px solid #EBEAEA;
  }
  .order_cen5 ul {
    position: relative;
    display: block;
  }
  .order_cen5 ul::before {
    position: absolute;
    content: '';
    left: .1067rem;
    top: 5%;
    display: block;
    width: .0267rem;
    height: 90%;
    background: #E5E5E5;
  }
  .order_cen5 li {
    position: relative;
    display: block;
    width: 100%;
    margin-top: .2667rem;
    padding-left: .6rem;
  }
  .order_cen5 li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .1067rem;
    display: block;
    width: .2667rem;
    height: .2667rem;
    border-radius: 50%;
    background: #DBDBDB;
  }
  .order_cen5 li p {
    display: block;
    margin-bottom: .1067rem;
    line-height: .3733rem;
    font-size: .2933rem;
    color: #A9A9A9;
  }
  .order_cen5 li b {
    margin-bottom: .1067rem;
    font-weight: bold;
    font-size: .3733rem;
    line-height: .4533rem;
  }
  .order_cen5 .yes::before {
    background: #3e2fbc;
  }
  .order_cen5 .yes b {
    color: #3e2fbc;
  }
  .order_cen5 .yes p {
    color: #221816;
  }
  .order_cen5 .yes font {
    margin-left: .32rem;
    color: #999494;
  }
  .order_cen5 .null::before {
    left: -0.0267rem;
    background: #fff;
    border: .0267rem solid #7A7774;
  }
  .order_cen5 .null b {
    color: #3E3B3A;
  }
  .order_cen5 .null font {
    margin-left: .32rem;
    color: #999494;
  }
  .order_cen6 {
    display: block;
    margin-top: .4rem;
    padding-bottom: .2667rem;
    border-bottom: 1px solid #EBEAEA;
  }
  .order_cen6 .box {
    display: inline-block;
    width: 100%;
    padding-top: .2667rem;
    padding-left: 0;
    font-size: 0;
  }
  .order_cen6 p {
    display: inline-block;
    width: 100%;
    font-size: .3733rem;
    color: #221816;
    line-height: .6133rem;
  }
  .order_cen6 p span {
    float: left;
    margin-right: .1333rem;
    color: #888888;
  }
  .order_cen6 .timg {
    position: relative;
    float: left;
    margin-top: .1333rem;
    margin-right: .24rem;
    margin-left: 0;
    margin-bottom: .1333rem;
    font-size: 0;
  }
  .order_cen6 .timg:last-child {
    margin-right: 0;
  }
  .order_cen6 .timg img {
    display: inline-block;
    vertical-align: top;
    width: 1.96rem;
    height: 1.96rem;
    object-fit: cover;
    border-radius: .1067rem;
  }
  .order_cen6 .timg .ico44 {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
  }
  .order_cen6 .copy {
    display: inline-block;
    margin-left: .16rem;
    color: #3e2fbc;
  }
  .order_cen6 .view_det {
    display: table;
    height: .7467rem;
    padding: 0 .2133rem;
    margin: .2133rem 0 .4rem 0;
    background: #FFFFFF;
    border-radius: .4rem;
    border: 1px solid #CCCCCC;
    line-height: .72rem;
    font-size: .3467rem;
    color: #221816;
  }
  .order_cen6 .transit {
    display: inline-block;
    height: .5333rem;
    margin-left: .2667rem;
    padding: 0 .24rem 0 .32rem;
    border-radius: .0533rem;
    border: 1px solid #557DF9;
    line-height: .5067rem;
  }
  .order_cen6 .transit font {
    display: inline-block;
    vertical-align: middle;
    margin-left: .1067rem;
    font-size: .2933rem;
    color: #557DF9;
  }
  .order_cen7 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #EBEAEA;
    padding-bottom: .2667rem;
  }
  .order_cen7 .box {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .order_cen7 .box > p {
    display: block;
    margin-top: .2667rem;
    font-size: .3733rem;
    color: #888888;
  }
  .order_cen7 .box > p span {
    float: left;
    margin-right: .1333rem;
    font-size: .3733rem;
    color: #888888;
    line-height: .4533rem;
  }
  .order_cen7 .box > p b {
    font-size: .3733rem;
    font-weight: bold;
    color: #221816;
  }
  .order_cen7 .box_st {
    display: block;
    margin-top: .4rem;
  }
  .order_cen7 .box_st > span {
    float: left;
    width: 100%;
    font-size: .3733rem;
    color: #221816;
    line-height: .4533rem;
  }
  .order_cen7 .box_box1 {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: .2933rem .2667rem .2667rem .3467rem;
    margin-top: .1067rem;
    margin-left: 0;
    margin-bottom: .2667rem;
    background: #F4F5FA;
  }
  .order_cen7 .box_box1 .ico36 {
    position: absolute;
    left: .2133rem;
    top: .1733rem;
  }
  .order_cen7 .box_box1 .p1 {
    display: inline-block;
    width: 100%;
    padding-left: .6133rem;
    font-size: .32rem;
    color: #3E3B3A;
    line-height: .4533rem;
    font-weight: bold;
  }
  .order_cen7 .box_box1 .p1 span {
    float: left;
  }
  .order_cen7 .box_box1 .p1 .p1_txt {
    float: left;
    margin-left: .0533rem;
  }
  .order_cen7 .box_box1 .p2 {
    display: block;
    margin-top: .1333rem;
    font-size: .32rem;
    color: #7A7774;
    line-height: .6133rem;
  }
  .order_cen7 .box_box1 a {
    display: inline-block;
    margin-left: .2667rem;
    font-size: .3733rem;
    color: #3e2fbc;
  }
  .order_cen7 .box_box2 {
    float: left;
    margin-left: 0;
    font-size: .3733rem;
    color: #221816;
    line-height: .6133rem;
  }
  .popup_express {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .popup_express .box {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 9.36rem;
    max-height: 90vh;
    margin-left: 0;
    margin-top: 0;
    background-color: #fff;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .popup_express .tit {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.4533rem;
    padding-left: .32rem;
    padding-top: .8rem;
    border-bottom: 1px solid #EBEAEA;
  }
  .popup_express .tit img {
    float: left;
    width: 1.3067rem;
    height: 1.3067rem;
    margin-right: .4rem;
    object-fit: cover;
  }
  .popup_express .tit .tet {
    float: left;
  }
  .popup_express .tit .p1 {
    display: block;
    color: #221816;
    font-size: .48rem;
    line-height: .5733rem;
    font-weight: bold;
  }
  .popup_express .tit .p2 {
    display: block;
    margin-top: .1867rem;
    color: #7A7774;
    font-size: .3733rem;
    line-height: .4533rem;
  }
  .popup_express .tit .ico37 {
    margin-left: .2933rem;
  }
  .popup_express .tit .close {
    position: absolute;
    right: .2667rem;
    top: .2667rem;
  }
  .popup_express ul {
    position: relative;
    display: block;
    width: 100%;
    height: 70vh;
    padding-top: .4rem;
    padding-left: .7067rem;
    padding-right: .2667rem;
    overflow-y: auto;
  }
  .popup_express ul::after {
    display: none;
  }
  .popup_express ul::before {
    display: none;
  }
  .popup_express ul .bor {
    float: left;
    width: 100%;
    padding-left: .5067rem;
    border-left: 2px solid #E5E5E5;
  }
  .popup_express ul .bor::before {
    content: '';
    position: absolute;
    left: 0.7067rem;
    top: .88rem;
    content: '';
    display: inline-block;
    width: 0;
    height: 1.3867rem;
    border-right: 2px dashed #E5E5E5;
    z-index: 0;
    background-color: #fff;
  }
  .popup_express li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: .4rem;
    z-index: 2;
  }
  .popup_express li.pt p {
    color: #221816;
  }
  .popup_express li.pt .po_ds {
    background-color: #3e2fbc;
  }
  .popup_express li:first-child p {
    margin-left: .5333rem;
  }
  .popup_express li p {
    display: block;
    font-size: .32rem;
    line-height: .3733rem;
    color: #999494;
  }
  .popup_express li .po_receive {
    position: absolute;
    left: -1rem;
    top: 0;
    display: inline-block;
    height: .56rem;
    padding: 0 .1067rem;
    background: #292929;
    border-radius: .1067rem;
    line-height: .56rem;
    text-align: center;
    font-weight: bold;
    font-size: .2933rem;
    color: #FFFFFF;
  }
  .popup_express li .po_ds {
    position: absolute;
    left: -0.705rem;
    top: 0.08rem;
    display: inline-block;
    width: .3467rem;
    height: .3467rem;
    border-radius: 50%;
    border: .04rem solid #fff;
    background-color: #DBDBDB;
  }
  .popup_express li .po_box {
    position: absolute;
    left: -0.96rem;
    top: 0;
    display: inline-block;
    width: .84rem;
    height: .84rem;
  }
  .popup_express li .ti {
    display: block;
    margin-bottom: .1067rem;
    font-size: .2933rem;
    color: #999494;
  }
  .popup_express li .ti b {
    margin-right: .3333rem;
    font-size: .3733rem;
    color: #999494;
  }
  .popup_express li .red {
    color: #3e2fbc !important;
  }
  .popup_express li .red b {
    color: #3e2fbc !important;
  }
  .address1 {
    display: inline-block;
    width: 100%;
  }
  .address1 .ti {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: .5333rem;
  }
  .address1 .ti .ico47 {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .24rem;
    margin-top: 0;
    border: 0.0667rem solid #6B6B69;
    border-radius: 50%;
  }
  .address1 .ti font {
    display: inline-block;
    vertical-align: top;
    margin-left: .1333rem;
    line-height: .4533rem;
    font-size: .3733rem;
    color: #221816;
    font-weight: bold;
  }
  .address1 .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    row-gap: .1333rem;
    padding: .3467rem 0;
  }
  .address1 .lis {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .address1 .lis:nth-child(2n) .lis_span {
    width: 100%;
  }
  .address1 .lis .ico17 {
    float: left;
    margin-top: 0;
  }
  .address1 .lis input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .address1 .lis input[type="checkbox"]:checked ~ .ico17 {
    background-position: -5.64rem -4.84rem;
  }
  .address1 .lis .text {
    margin-left: .1733rem;
    font-size: .2933rem;
    color: #221816;
  }
  .address1 .lis_span {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: .1067rem;
    text-align: left;
    font-size: .2933rem;
    color: #221816;
    line-height: .36rem;
  }
  .address1 .lis_span em {
    color: #3e2fbc;
  }
  .address1 .lis_input {
    display: block;
    flex: 1;
    height: 1.04rem;
    padding-left: .2133rem;
    background: #F7F7F7;
    border: 0;
    line-height: 1.04rem;
    font-size: .3467rem;
    color: #222;
  }
  .address1 .diy_select {
    float: left;
    width: 2.7333rem;
    height: 1.04rem;
    margin-right: .1333rem;
    border: 0;
    background: #F7F7F7;
  }
  .address1 .lis_sel {
    width: 4.323rem;
    margin-right: 0;
  }
  .address1 .lis_sel:last-child {
    margin-left: .1333rem;
  }
  .address1 .sub {
    display: block;
    width: 4.4267rem;
    height: 1.2267rem;
    margin: .1067rem auto 0 auto;
    background: #3e2fbc;
    line-height: 1.2267rem;
    font-size: .4267rem;
    border: 0;
    color: #FFFFFF;
    border-radius: .0533rem;
  }
  .address1 .hv_table {
    display: block;
    width: 100%;
    overflow-y: auto;
  }
  .address1 table {
    display: block;
    width: 100%;
    margin-top: .5333rem;
    margin-bottom: 0;
    border-top: 0;
    border-left: 1px solid #EBEAEA;
    border-right: 1px solid #EBEAEA;
  }
  .address1 table tr {
    display: block;
    width: 100%;
    padding: .4rem 0 .2933rem 0;
    border-bottom: 1px solid #EBEAEA;
  }
  .address1 table tr:first-child {
    padding: 0;
  }
  .address1 table th {
    display: none;
  }
  .address1 table td {
    display: block;
    padding: 0 .2667rem .1067rem 0;
    font-size: .2933rem;
    color: #221816;
    text-align: center;
    line-height: .36rem;
    border-bottom: 0;
    background: #fff;
  }
  .address1 table td:last-child {
    text-align: right;
  }
  .address1 table td a {
    display: inline-block;
    margin: 0 0 0 .2667rem;
  }
  .address1 table td .sp1 {
    margin-top: .1067rem;
  }
  .address1 table td .del {
    color: #3e2fbc;
  }
  .address1 table .flt {
    text-align: left;
    padding-left: .2667rem;
  }
  .change_password {
    display: block;
  }
  .change_password .ti {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: .5333rem;
  }
  .change_password .ti .ico47 {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .24rem;
    margin-top: 0;
    border: 0.0667rem solid #6B6B69;
    border-radius: 50%;
  }
  .change_password .ti font {
    display: inline-block;
    vertical-align: top;
    margin-left: .1333rem;
    line-height: .4533rem;
    font-size: .3733rem;
    color: #221816;
    font-weight: bold;
  }
  .change_password h3 {
    display: block;
    margin-top: .88rem;
    font-weight: bold;
    font-size: .5333rem;
    color: #271D1B;
    line-height: .64rem;
    text-align: center;
  }
  .change_password .p1 {
    display: block;
    margin-top: .0933rem;
    margin-bottom: 1.0667rem;
    text-align: center;
    font-size: .3733rem;
    color: #594F42;
    line-height: .4533rem;
  }
  .change_password .list {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto .2667rem 0;
    background: #F4F5FA;
  }
  .change_password .list .ico39, .change_password .list .ico40, .change_password .list .ico41 {
    display: inline-block;
    vertical-align: top;
    margin-left: .28rem;
    margin-top: 0;
    margin-right: .1333rem;
  }
  .change_password .list input {
    display: inline-block;
    vertical-align: top;
    width: 6.8rem;
    height: 1.2rem;
    font-size: .3733rem;
    color: #222;
    line-height: 1.2rem;
    border-radius: .0533rem;
    border: 0;
    background-color: unset;
  }
  .change_password .list .ico42h, .change_password .list .ico42 {
    position: absolute;
    right: .2133rem;
    top: .28rem;
  }
  .change_password .list .ico43 {
    position: absolute;
    right: .8533rem;
    top: .28rem;
  }
  .change_password .list .get {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.2rem;
    padding: 0 .2rem;
    line-height: 1.1733rem;
    font-size: .3733rem;
    color: #3e2fbc;
    border: 1px solid #3e2fbc;
    background-color: #FFF5F7;
    border-radius: .0533rem;
  }
  .change_password .p2 {
    display: block;
    margin-top: -0.1067rem;
    margin-left: 0;
    margin-bottom: .2667rem;
    font-size: .32rem;
    color: #C7C7C7;
    line-height: .3867rem;
  }
  .change_password .sub {
    display: inline-block;
    width: 100%;
    height: 1.2267rem;
    margin: .8rem auto 0 auto;
    background: #3e2fbc;
    border-radius: .0533rem;
    font-size: .4267rem;
    color: #FFFFFF;
    border: 0;
  }
  .popup_orservics {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .popup_orservics .box {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 50%;
    display: table;
    width: 9.36rem;
    padding: .6133rem .3733rem .32rem .3733rem;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: #fff;
  }
  .popup_orservics .box h3 {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
    margin-left: 0;
  }
  .popup_orservics .box h3 .ico47 {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .24rem;
    border: 0.0667rem solid #6B6B69;
    border-radius: 50%;
  }
  .popup_orservics .box h3 font {
    display: inline-block;
    vertical-align: middle;
    margin-left: .1333rem;
    font-size: .3733rem;
    font-weight: bold;
    color: #221816;
  }
  .popup_orservics .box .close {
    position: absolute;
    right: .2667rem;
    top: .2667rem;
  }
  .popup_orservics .box form {
    display: block;
    max-height: 80vh;
    overflow-y: auto;
  }
  .popup_orservics .lis {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .2667rem;
  }
  .popup_orservics .lis p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 0;
    margin-bottom: .1067rem;
    font-size: .2933rem;
    color: #221816;
  }
  .popup_orservics .lis p font {
    color: #CD2423;
  }
  .popup_orservics .lis input[type="text"] {
    display: block;
    flex-grow: 1;
    height: 1.2rem;
    padding-left: .2133rem;
    line-height: 1.2rem;
    background-color: #f7f7f7;
    font-size: .3467rem;
  }
  .popup_orservics .lis .custom-button {
    cursor: pointer;
  }
  .popup_orservics .lis .custom-button .imgs {
    width: 2.5733rem;
    height: 2.5733rem;
    margin-top: 0;
  }
  .popup_orservics .lis .custom-button .file-input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .popup_orservics .lis .p2 {
    display: block;
    margin-top: .1333rem;
    margin-bottom: 0;
    font-size: .3733rem;
    color: #3E3B3A;
    line-height: .4533rem;
  }
  .popup_orservics .lis .p2 span {
    color: #ccc;
  }
  .popup_orservics .rule {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    padding: .2667rem .2133rem;
    background: #F4F5FA;
  }
  .popup_orservics .rule h4 {
    display: block;
    margin-bottom: .1333rem;
    font-size: .32rem;
    color: #221816;
    line-height: .3867rem;
  }
  .popup_orservics .rule p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .popup_orservics .rule i {
    float: left;
    width: .16rem;
    height: .16rem;
    margin-top: .2333rem;
    margin-right: .16rem;
    background: #CCCCCC;
    border-radius: 50%;
  }
  .popup_orservics .rule font {
    float: left;
    width: 7.8rem;
    font-size: .3467rem;
    color: #7A7774;
    line-height: .6133rem;
  }
  .popup_orservics button {
    display: block;
    width: 4.4533rem;
    height: 1.2267rem;
    margin: .4rem auto 0 auto;
    line-height: 1.2267rem;
    font-size: .4267rem;
    color: #fff;
    background-color: #3e2fbc;
    text-align: center;
    border-radius: .0533rem;
    border: 0;
  }
  .popup_orservics .diy_select {
    position: relative;
    display: block;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    cursor: pointer;
    background: #F7F7F7;
    border: 0;
  }
  .popup_orservics .diy_select .diy_select_list {
    display: none;
    position: absolute;
    top: 1.2rem;
    left: 0;
    z-index: 88888;
    width: 100%;
    height: auto;
    padding: .2667rem 0;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 0.04rem 0.08rem 1px rgba(0, 0, 0, 0.16);
  }
  .popup_orservics .diy_select .diy_select_list li {
    display: block;
    padding: 0 .24rem;
    list-style: none;
    height: 1.2rem;
    line-height: 1.2rem;
    cursor: pointer;
    background: #fff;
    font-size: .32rem;
    color: #3E3B3A;
  }
  .popup_orservics .diy_select .diy_select_list li:hover {
    background-color: #FFF6F6;
    color: #CD2423;
  }
  .popup_orservics .diy_select .select_text {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .popup_orservics .diy_select .diy_select_txt {
    float: left;
    width: 100%;
    padding-left: .2667rem;
    font-size: .32rem;
    color: #3E3B3A;
    padding: 0;
  }
  .popup_orservics .diy_select .diy_select_txt font {
    color: #3E3B3A;
  }
  .popup_orservics .diy_select .diy_select_btn {
    position: absolute;
    right: .2667rem;
    top: 0;
  }
  .wish_lis {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .wish_lis .ti {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: .5333rem;
  }
  .wish_lis .ti .ico47 {
    display: inline-block;
    vertical-align: top;
    width: .24rem;
    height: .24rem;
    margin-top: 0;
    border: 0.0667rem solid #6B6B69;
    border-radius: 50%;
  }
  .wish_lis .ti font {
    display: inline-block;
    vertical-align: top;
    margin-left: .1333rem;
    line-height: .4533rem;
    font-size: .3733rem;
    color: #221816;
    font-weight: bold;
  }
  .mdlis_my {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .2667rem;
    row-gap: .4rem;
    margin-top: .2667rem;
  }
  .mdlis_my li {
    border: 1px solid #EAE9EA;
  }
  .mdlis_my .img_wrap {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
  }
  .mdlis_my .img_wrap span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: .6667rem;
    line-height: .6667rem;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: .3733rem;
    color: #FFFFFF;
  }
  .mdlis_my img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mdlis_my p {
    display: block;
    margin-top: .2133rem;
    padding: 0 .1333rem;
    min-width: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .3467rem;
    color: #555;
    line-height: .3733rem;
    text-align: center;
  }
  .mdlis_my .morey {
    display: block;
    margin-top: .1867rem;
    font-size: .5067rem;
    line-height: .6133rem;
    color: #222222;
    font-weight: bold;
    text-align: center;
  }
  .mdlis_my .meta {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    line-height: 1;
    margin-top: .1333rem;
    border-top: 0 solid #EAE9EA;
  }
  .mdlis_my .meta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #EAE9EA;
    font-size: .3733rem;
    line-height: .9733rem;
    background-color: #FAFAFA;
  }
  .mdlis_my .meta a:first-child {
    border-right: 0 solid #EAE9EA;
  }
  .mdlis_my .meta a font {
    display: inline-block;
    vertical-align: top;
    margin-left: .1067rem;
  }
}

/* Tablet Portrait */
/* Mobile */
/* Small Mobile */
