@charset "UTF-8";
@font-face {
  font-family: MS;
  /* src: url(../fonts/MiSans-REGULAR.TTF); */
}
body {
  font-family: MS;
  background-color: #f1f3f5;
  min-width: 1200px;
}

button {
  border: none;
  cursor: pointer;
}

.br4 {
  border-radius: 0.04rem !important;
}

.br6 {
  border-radius: 0.06rem !important;
}

.br8 {
  border-radius: 0.08rem !important;
}

.p30 {
  padding: 0.3rem;
}

.p40 {
  padding: 0.4rem;
}

.p50 {
  padding: 0.5rem;
}

.pb50 {
  padding-bottom: 0.5rem;
}

.color1 {
  color: #0597ef;
}

.color2 {
  color: #d6edfb;
}

.color3 {
  color: #ff0000;
}

.color4 {
  color: #f17a3a;
}

.my-scroll {
  overflow-y: auto;
}

.h32 {
  height: 0.32rem;
}

.h100 {
  height: 100%;
}

.mh100 {
  min-height: 100%;
}

.w180 {
  width: 1.8rem !important;
}

.mle16 {
  margin-left: 0.16rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.mr16 {
  margin-right: 0.16rem;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.mb30 {
  margin-bottom: 0.3rem;
}

.mb50 {
  margin-bottom: 0.5rem;
}

.pt30 {
  padding-top: 0.3rem;
}

.bg-color {
  background-color: #f1f3f5;
}

.bg-7 {
  background-color: #f7f9fb !important;
}

.bg-fff {
  background-color: #fff;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

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

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

.just-sb {
  justify-content: space-between;
}

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

.pointer-none {
  pointer-events: none;
}

.op5 {
  opacity: 0.5;
}

.f-demi {
  font-weight: 600;
}

.c-ii {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-medium,
.f-bold {
  font-weight: bold;
}

.w1150 {
  width: 11.5rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 12rem;
  margin: 0 auto;
  max-width: 90%;
}

.w1280 {
  width: 12.8rem;
  margin: 0 auto;
  max-width: 94%;
}
@media (min-width: 751px) {
  .w1280 {
    min-width: 700px;
  }
}

.w1520 {
  width: 15.2rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

#bp_container video {
  width: 80%;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}

div.btn {
  outline: none !important;
}

div.sbtn {
  outline: none !important;
  cursor: pointer;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.threeCanvas {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

.my-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.my-op0 {
  opacity: 0;
  pointer-events: none;
}

.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  transform: translateY(50%);
}
.cb-bots.has_nav {
  background-color: rgba(0, 0, 0, 0.06);
}
.cb-bots .cb_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  border-radius: 0.1rem;
  padding: 0 0.3rem;
}
.cb-bots .cb-nav {
  font-size: 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cb-bots .cb-nav .na {
  min-width: 2.4rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  position: relative;
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.5);
  padding: 0.27rem 0.2rem;
  color: #fff;
  border-radius: 0.1rem;
}
.cb-bots .cb-nav .na.on {
  background-color: #0597ef;
  box-shadow: none;
  color: #fff;
}
.cb-bots .cb-nav .nic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s;
}
.cb-bots .cbn_bread {
  display: flex;
  line-height: 0.8rem;
  color: #666;
}
.cb-bots .cbn_bread .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3em;
}
.cb-bots .cbn_bread .home img {
  width: 1.4em;
}
.cb-bots .cbn_bread .sp1 {
  margin: 0 0.5em;
}
.cb-bots .cbn_back {
  display: flex;
  align-items: center;
}
.cb-bots .back {
  height: 0.5rem;
  box-shadow: 0 0 0 1px inset #0597ef;
  background-color: transparent;
  color: #0597ef;
  border-radius: 1rem;
  padding: 0 0.41rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cb-bots .back:hover {
  background-color: #0597ef;
  color: #fff;
}
.cb-bots .back:hover .ic {
  background-image: url(../images/icon-2.png);
}
.cb-bots .back .ic {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(../images/icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .cb-bots {
    position: static;
    transform: translate(0);
    background-color: #fff;
    box-shadow: 0.09rem -5px 0.2rem 0px rgba(0, 123, 255, 0.2);
  }
  .cb-bots .cb_box {
    box-shadow: none;
  }
  .cb-bots .cb-nav {
    justify-content: space-between;
  }
  .cb-bots .cb-nav .na {
    color: #333;
    min-width: auto;
    width: 48%;
  }
  .cb-bots .cbn_bread {
    display: none;
  }
}

.bn-swiper {
  max-width: 70%;
}
.bn-swiper .bsa {
  position: relative;
  line-height: 0.9rem;
  width: auto;
  padding: 0 0.34rem;
  white-space: nowrap;
  text-align: center;
  color: #222;
}
.bn-swiper .bsa:last-child {
  margin-right: 0;
}
.bn-swiper .bsa .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bn-swiper .bsa:hover {
  color: #0597ef;
}
.bn-swiper .bsa.on {
  color: #fff !important;
  background-color: #0597ef;
}
@media (max-width: 900px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.com-bread .zone_nav {
  padding: 0.24rem 0;
  color: #999;
}
.com-bread a:last-child {
  color: #444;
}

.zone-nav1 .li1 {
  margin-left: 0.8rem;
  position: relative;
}
.zone-nav1 .li1:hover .ul2 {
  opacity: 1;
  pointer-events: auto;
}
.zone-nav1 .aa1 {
  color: #000;
  display: block;
  line-height: 0.64rem;
}
.zone-nav1 .aa1.on {
  color: #0597ef;
}
.zone-nav1 .aa1.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #0597ef;
  border-radius: 1px;
}
.zone-nav1 .ul2 {
  width: -moz-max-content;
  width: max-content;
  min-width: 1rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  padding-top: 2px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 0px 0.3rem 0px rgba(10, 62, 130, 0.14);
  transition: opacity 0.3s;
}
.zone-nav1 .li2 {
  background-color: #fff;
}
.zone-nav1 .aa2 {
  padding: 0 0.1rem;
  line-height: 0.4rem;
  display: block;
  text-align: center;
}
.zone-nav1 .aa2:hover {
  color: #0597ef;
}
.zone-nav1 .aa2.on {
  background-color: #d6edfb;
  color: #0597ef;
}

.com-breadnav {
  background-color: #fff;
}
.com-breadnav.bgfff {
  background-color: #fff;
  box-shadow: 0 -1px 0 0 #f7f7f7 inset;
}
.com-breadnav.has_bn {
  box-shadow: 0 -1px 0px #e3e3e3 inset;
}
.com-breadnav .bn_box {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.com-breadnav .bn_a {
  line-height: 0.9rem;
  display: inline-block;
  color: #333;
  position: relative;
  transition: color 0.3s;
  padding: 0 0.28rem;
}
.com-breadnav .bn_a:hover {
  color: #0597ef;
  transition: color 0.3s;
}
.com-breadnav .bn_a.on {
  color: #0597ef;
}
.com-breadnav .zone_nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.com-breadnav .icon {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.com-breadnav .icon img {
  height: 1em;
}
.com-breadnav .sp1 {
  margin: 0 0.5em;
  position: relative;
}
.com-breadnav .z_a {
  color: #666;
  position: relative;
  transition: all 0.3s;
}
.com-breadnav .z_a.on, .com-breadnav .z_a:hover {
  color: #0597ef;
  transition: all 0.3s;
}
.com-breadnav .page-tit {
  font-weight: 600;
  margin-top: 0.12rem;
}
@media screen and (max-width: 900px) {
  .com-breadnav .bn_box {
    flex-wrap: wrap;
  }
  .com-breadnav .bread_nav {
    max-width: 100%;
  }
  .com-breadnav .bn_a {
    margin-right: 0.3rem;
  }
  .com-breadnav .zone_nav {
    width: 100%;
    display: none;
  }
  .com-breadnav .sp1 {
    margin: 0 0.5em;
  }
}
.com-pag.bgfff .p_a {
  background-color: #fff;
}
.com-pag.bgfff .p_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .com_page-form {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.com-pag .p_a {
  height: 2em;
  margin: 0 3px;
  line-height: 1;
  color: #666;
}
.com-pag .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  text-align: center;
  box-shadow: 0 0 0 1px inset #ddd;
  border-radius: 0.04rem;
  transition: all 0.3s;
}
.com-pag .num:hover, .com-pag .num.on {
  color: #fff;
  background-color: #0597ef;
}
.com-pag .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  white-space: nowrap;
  padding: 0 0.16rem;
  box-shadow: 0 0 0 1px inset #ddd;
  border-radius: 0.04rem;
  transition: all 0.3s;
}
.com-pag .btn:hover {
  background-color: #0597ef;
  color: #fff;
}
.com-pag .btn:hover::before, .com-pag .btn:hover::after {
  filter: brightness(0) invert(1);
}
.com-pag .prev::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  background-image: url(../images/icon-p11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.com-pag .next::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  background-image: url(../images/icon-p21.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.1rem;
}
.com-pag .prev1 {
  background-image: url(../images/icon-p11.png);
}
.com-pag .prev1:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .next1 {
  background-image: url(../images/icon-p21.png);
}
.com-pag .next1:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .p_ip {
  width: 2em;
  height: 2em;
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  text-align: center;
  margin: 0 0.5em;
  text-align: center;
}
.com-pag .p_nub {
  margin: 0 0.1rem;
}
.com-pag .p_nub span {
  color: #0597ef;
}
.com-pag .p_submit {
  height: 2em;
  padding: 0 0.14rem;
  border-radius: 0.04rem;
  border: 1px solid #ddd;
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
.com-pag .p_submit:hover {
  background-color: #0597ef;
  color: #fff;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}

.com-pnav {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.47);
}
.com-pnav .pnav_box {
  display: flex;
}
.com-pnav .pnav_i {
  flex-grow: 1;
  padding: 0.2rem 0;
  text-align: center;
}
.com-pnav .pnav_i:hover {
  color: #0597ef;
}
.com-pnav .pnav_i.on {
  background-color: #0597ef;
  color: #fff !important;
}

.com-nav .n_box {
  display: flex;
  justify-content: center;
}
.com-nav .cn_a {
  line-height: 1;
  padding: 0.16rem 0.56rem;
  flex-shrink: 0;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.2rem;
}
.com-nav .cn_a:last-child {
  margin-right: 0;
}
.com-nav .cn_a:hover {
  color: #0597ef;
}
.com-nav .cn_a.on {
  color: #fff;
  background-color: #0597ef;
}
.com-nav .cn_a .sp {
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .com-nav .cn_a {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .com-nav .n_box::-webkit-scrollbar {
    width: 10px;
    height: 4px;
  }
  .com-nav .n_box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
  }
  .com-nav .n_box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
  }
}

.com-txt {
  line-height: 1.5454545455;
  text-align: center;
}

.com-tit.cent {
  text-align: center;
}
.com-tit.cent .ct1 .cline {
  display: none;
}
.com-tit .ct1 {
  font-weight: bold;
  position: relative;
  color: #222;
}
.com-tit .ct2 {
  margin-top: 0.18rem;
  color: #0597ef;
}
.com-tit .ct3 {
  padding: 0 0.95rem;
  line-height: 1.7777777778;
  margin-top: 0.28rem;
}
@media screen and (max-width: 900px) {
  .com-tit .ct3 {
    padding: 0 0.5rem;
  }
}

.com-tt {
  color: #333;
  position: relative;
  padding-left: 0.4em;
}
.com-tt.th4::before {
  background-color: #f17a3a;
}
.com-tt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1em;
  background-color: #0497ef;
  border-radius: 2px;
}
.com-tt.cent {
  text-align: center;
}
.com-tt.fff {
  color: #fff;
}

.com-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s-btns {
  display: flex;
}

.com-tform {
  position: relative;
  width: 3rem;
  min-width: 175px;
}
.com-tform input {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  background-color: #fff;
  border-radius: 1rem;
  border: none;
  padding: 0 0.3rem;
  font-family: unset;
}
.com-tform .sub {
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  background-image: url(../images/icon-mag3.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
}

.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.c-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.com-spa {
  position: static;
  display: flex;
  justify-content: center;
}
.com-spa .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  margin: 0 0.1rem;
  background-color: rgba(236, 77, 9, 0.3);
  position: relative;
  opacity: 1;
}
.com-spa .swiper-pagination-bullet-active {
  background-color: #ec4d09;
}
.com-spa .swiper-pagination-bullet-active::before {
  content: "";
  width: 160%;
  height: 160%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(236, 77, 9, 0.2);
}

.c-aa1 {
  display: block;
  width: 1rem;
  line-height: 2;
  height: 2em;
  text-align: center;
  background-color: #f17a3a;
  color: #fff;
  border-radius: 0.04rem;
  cursor: pointer;
}
.c-aa1.w120 {
  width: 1.2rem;
}
.c-aa1.h40 {
  height: 0.4rem;
  line-height: 0.4rem;
}

.c-aa2 {
  display: block;
  width: 0.8rem;
  line-height: 2;
  height: 2em;
  text-align: center;
  background-color: #0597ef;
  color: #fff;
  border-radius: 0.04rem;
  border: none;
  cursor: pointer;
}
.c-aa2.w120 {
  width: 1.2rem;
}
.c-aa2.h40 {
  height: 0.4rem;
  line-height: 0.4rem;
}

.c-withdraw_btn {
  display: inline-flex;
  align-items: center;
  color: #666;
}
.c-withdraw_btn .w_rdo {
  position: relative;
  width: 0.62rem;
  height: 0.24rem;
  margin: 0;
  margin-left: 0.5em;
  background-color: #ccc;
  -webkit-appearance: none;
  border-radius: 1rem;
  cursor: pointer;
  outline: 0;
  border: none;
  top: 0;
}
.c-withdraw_btn .w_rdo:checked {
  background-color: #0597ef;
}
.c-withdraw_btn .w_rdo:checked:before {
  left: 0.4rem;
}
.c-withdraw_btn .w_rdo:checked::after {
  content: "是";
  right: 50%;
  left: auto;
}
.c-withdraw_btn .w_rdo:before {
  position: absolute;
  content: "";
  height: 0.18rem;
  width: 0.18rem;
  left: 0.04rem;
  top: 0.03rem;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
  margin: 0;
}
.c-withdraw_btn .w_rdo::after {
  content: "否";
  position: absolute;
  left: 50%;
  top: 0;
  line-height: 0.24rem;
  color: #fff;
}

.c-edit_btn {
  display: inline-flex;
  align-items: center;
  color: #0597ef;
  cursor: pointer;
}
.c-edit_btn .cb_ic {
  width: 1em;
  margin-right: 0.05rem;
}

.c-del_btn {
  display: inline-flex;
  align-items: center;
  color: #ff0000;
  cursor: pointer;
}
.c-del_btn .cb_ic {
  width: 1em;
  margin-right: 0.05rem;
}

.c-people_btn {
  display: inline-flex;
  align-items: center;
  color: #999;
  cursor: pointer;
}
.c-people_btn .cb_ic {
  width: 1em;
  margin-right: 0.05rem;
}

.c-read_btn {
  display: inline-flex;
  align-items: center;
  color: #0597ef;
  cursor: pointer;
}
.c-read_btn .cb_ic {
  width: 1em;
  margin-right: 0.05rem;
}

.com-inp {
  width: 100%;
  height: 0.32rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  border: solid 1px #e5e5e5;
  padding: 0 0.14rem;
}
.com-inp.w42 {
  width: 4.2rem;
}
.com-inp.h3em {
  height: 0.48rem !important;
}
.com-inp.h48 {
  height: 0.48rem !important;
}
.com-inp.h40 {
  height: 0.4rem !important;
}

.com-select {
  width: 100%;
  position: relative;
  padding: 0 0.12rem;
  color: #999;
  border-radius: 0.04rem;
  box-shadow: 0 0 0 1px inset #e5e5e5;
}
.com-select::before {
  content: "";
  width: 1em;
  height: 0.5em;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a26.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.com-select.w20 {
  width: 2rem;
}
.com-select.h3em .cs_cur {
  line-height: 0.48rem;
}
.com-select.h40 .cs_cur {
  line-height: 0.4rem !important;
}
.com-select .cs_cur {
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-select select {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.imgbg {
  position: relative;
  background-color: #999;
}

.s-btn {
  border-radius: 50%;
  background-color: #3a3a3a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17.1875% auto;
  outline: none !important;
}
.s-btn::after {
  display: none;
}
.s-btn:hover {
  background-color: #0597ef;
}

.md-md {
  position: absolute;
  top: -1rem;
}
@media screen and (max-width: 900px) {
  .md-md {
    top: -70px;
  }
}

.md-foot {
  position: relative;
  overflow: hidden;
  background-color: #252525;
}
@media screen and (max-width: 900px) {
  .md-foot .ul1 .li1 {
    display: none;
    width: 100%;
    max-width: none;
  }
  .md-foot .ul1 .cti {
    display: block;
  }
  .md-foot .shares {
    justify-content: center;
  }
  .md-foot .shares .hd {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.foot-line {
  height: 3px;
  background-image: linear-gradient(90deg, #019fe8 0%, #b4d31d 100%);
}

.foot-1 {
  position: relative;
}
.foot-1 .box {
  padding-top: 0.42rem;
  padding-bottom: 0.52rem;
  display: flex;
  justify-content: space-between;
}
.foot-1 .le {
  width: 34.375%;
  flex-shrink: 0;
}
.foot-1 .logo {
  display: inline-block;
}
.foot-1 .logo img {
  height: 0.66rem;
}
.foot-1 .text {
  width: 1.7rem;
}
.foot-1 .te {
  color: #fff;
  line-height: 1.8;
  margin-top: 0.16rem;
}
.foot-1 .t1 {
  opacity: 0.5;
}
.foot-1 .shares {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.38rem;
}
.foot-1 .shares .si {
  position: relative;
  margin-right: 0.16rem;
}
.foot-1 .shares .si:hover .hi {
  opacity: 1;
}
.foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.foot-1 .shares .hd {
  position: relative;
  display: inline-flex;
  width: 1em;
  height: 1em;
  transition: all 0.3s;
}
.foot-1 .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.18rem;
  z-index: 5;
}
.foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.foot-1 .shares .bd img {
  width: 0.95rem;
  min-width: 80px;
  max-width: none;
}
.foot-1 .codes .co_item {
  display: inline-block;
  margin-right: 0.2rem;
}
.foot-1 .codes .cimg {
  width: 0.94rem;
}
.foot-1 .codes .cimg .ii {
  width: 100%;
}
.foot-1 .codes .cte {
  color: #fff;
  margin-top: 0.12rem;
  text-align: center;
}
.foot-1 .nav1 {
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
  padding-bottom: 0.2rem;
}
.foot-1 .na1 {
  color: #fff;
  margin-right: 0.34rem;
}
.foot-1 .na1:last-child {
  margin-right: 0;
}
.foot-1 .nav2 {
  text-align: right;
  margin-top: 0.3rem;
}
.foot-1 .na2 {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  margin-left: 0.36rem;
}
.foot-1 .na2:first-child::before {
  display: none;
}
.foot-1 .na2::before {
  content: "";
  position: absolute;
  left: -0.18rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
}
.foot-1 .line {
  color: rgba(255, 255, 255, 0.1);
  margin: 0 0.18rem;
}

.foot-2 {
  line-height: 1.8;
  position: relative;
}
.foot-2 .box {
  display: flex;
  justify-content: space-between;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  position: relative;
}
.foot-2 .ri {
  text-align: right;
}
.foot-2 .te {
  margin-top: 0.12rem;
}
.foot-2 .href {
  color: rgba(255, 255, 255, 0.3);
}
.foot-2 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .foot-2 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .foot-2 .href {
    width: 100%;
    text-align: center;
    order: 2;
  }
  .foot-2 .shares {
    width: 100%;
    order: 1;
  }
}

.foot-btn {
  position: absolute;
  bottom: 100%;
  right: 0.2rem;
  width: 0.46rem;
  height: 0.46rem;
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: 30.4347826087% auto;
  background-position: center;
  background-color: #0597ef;
  cursor: pointer;
  z-index: 90;
}

.ft-link {
  width: 1.4rem;
  position: relative;
}
.ft-link .fk-tip {
  padding: 0 0.1rem;
  line-height: 2.2857142857em;
  background-color: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.ft-link .fk-tip::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: bottom;
}
.ft-link .fk-sub {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  color: rgba(255, 255, 255, 0.6);
  display: none;
}
.ft-link .fk-item {
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 0 1em;
  line-height: 2.2857142857em;
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 60;
  background-color: #fff;
  padding: 0.1rem 0;
  border-radius: 0.08rem 0 0 0.08rem;
}
.md-sideNav .sn_i {
  position: relative;
}
.md-sideNav .sn_i:last-child {
  margin-bottom: 0;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav #nform0.show .bd {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0);
  transition: all 0.5s;
}
.md-sideNav .hd {
  width: 0.64rem;
  padding: 0.14rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.md-sideNav .ph {
  white-space: nowrap;
  padding: 0.5em;
  line-height: 1.5;
}
.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

.md-head {
  height: 1.2rem;
}

.head-fixed {
  min-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

.head-1 {
  background-image: linear-gradient(90deg, #019fe8 0%, #b4d31d 100%);
}
.head-1 .box {
  height: 0.3rem;
  color: #fff;
}
.head-1 .user {
  margin: 0 0.25rem;
}
.head-1 .user img {
  height: 1em;
  margin-right: 0.25em;
}
.head-1 .user2 {
  display: inline-block;
  margin-right: 0.4rem;
}
.head-1 .user2:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.head-1 .user2 .hd {
  cursor: pointer;
  line-height: 0.3rem;
}
.head-1 .user2 .hd::before {
  content: "";
  width: 1em;
  height: 0.5em;
  position: absolute;
  left: calc(100% + 0.5em);
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a96.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-1 .user2 .bd {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.06);
  padding: 0.5em 0.1rem;
  opacity: 0;
  pointer-events: none;
}
.head-1 .user2 .btn {
  color: #666;
  white-space: nowrap;
}
.head-1 .user2 .bic {
  width: 1em;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.head-1 .user2 .sp {
  margin: 0 0.5em;
}
.head-1 .no_before::before {
  display: none;
}
.head-1 .li {
  padding-left: 0.12rem;
  margin-left: 0.12rem;
  position: relative;
}
.head-1 .li::before {
  content: "";
  width: 1px;
  height: 0.1rem;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.head-2 .box {
  height: 0.9rem;
}
.head-2 .hot {
  color: #999;
}
.head-2 .hot a {
  color: #444;
  margin-right: 0.5em;
}
.head-2 .form {
  border: 1px solid #0597ef;
  margin-left: 0.25rem;
}
.head-2 .com-select {
  width: 1rem;
  box-shadow: none;
}
.head-2 .com-select .cs_cur {
  line-height: 0.5rem;
  color: #666;
}
.head-2 .ip {
  width: 4rem;
  border: none;
  border-left: 1px solid rgba(5, 151, 239, 0.2);
  padding: 0 0.1rem;
}
.head-2 .submit {
  width: 1rem;
  height: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0597ef;
  border-radius: 0 0.08rem 0.08rem 0;
  color: #fff;
}
.head-2 .submit img {
  width: 1em;
  margin-right: 0.5em;
}

.head-3 .box {
  height: 0.9rem;
}
.head-3 .ava {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  margin-right: 0.16rem;
}
.head-3 .name {
  color: #222;
}
.head-3 .ic {
  width: 0.24rem;
  margin-left: 0.05rem;
}
.head-3 .form {
  border: 1px solid #0597ef;
  margin-left: 0.25rem;
}
.head-3 .ip {
  width: 4.8rem;
  border: none;
  padding: 0 0.1rem;
}
.head-3 .submit {
  width: 1.2rem;
  height: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0597ef;
  border-radius: 0 0.08rem 0.08rem 0;
  color: #fff;
}
.head-3 .submit img {
  width: 1em;
  margin-right: 0.5em;
}
.head-3 .link {
  width: 1.2rem;
  line-height: 0.5rem;
  text-align: center;
  box-shadow: 0 0 0 1px inset #0597ef;
  color: #0597ef;
  margin-left: 0.2rem;
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes sp100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.com-form .cf-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.com-form .fi {
  width: 4rem;
  margin-bottom: 0.2rem;
  margin: 0 0.1rem;
}
.com-form .fi:last-child {
  margin-bottom: 0;
}
.com-form .ww100 {
  width: 100%;
  margin-right: 0;
}
.com-form .ft {
  color: #222;
}
.com-form .inp {
  position: relative;
}
.com-form .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 36px;
  padding: 0 0.2rem;
  padding-right: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 0.1rem;
}
.com-form .ip::-moz-placeholder {
  color: #999;
}
.com-form .ip::placeholder {
  color: #999;
}
.com-form .ta {
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 0.2rem 0.24rem;
  border: 1px solid #e5e5e5;
}
.com-form .code {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.com-form .cf-btns {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}
.com-form .btn {
  background-color: #fff;
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.com-form .sel {
  position: relative;
}
.com-form .sel.show .select-sub {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s;
}
.com-form .select-ip {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.5rem;
  min-height: 36px;
  box-shadow: 0 0 0 1px inset #ccc;
  position: relative;
  z-index: 50;
  border-radius: 0.1rem;
  cursor: pointer;
}
.com-form .select-ip .select-te {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-form .select-ip .select-ic {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icon-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
.com-form .select-ip .select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: none;
}
.com-form .select-sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 60;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.com-form .select-cont {
  max-height: 2rem;
  overflow-y: auto;
  border-radius: 0.1rem;
  box-shadow: 0 3px 0.16rem rgba(0, 0, 0, 0.08);
}
.com-form .select-item {
  padding: 0.15rem 0.2rem;
  background-color: #f6f6f6;
  cursor: pointer;
}
.com-form .select-item:hover {
  background-color: #0597ef;
  color: #fff;
}
.com-form .sel-ic {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
.com-form .search-ic {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/icon-7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 58;
}
@media (max-width: 900px) {
  .com-form .fi {
    width: 100%;
    margin: 10px 0;
  }
}

.search-0 .bg {
  position: relative;
  padding-top: 33.3333333333%;
}

.search-1 {
  padding-top: 0.28rem;
}
.search-1 .com-tt {
  margin-top: 0.78rem;
}
.search-1 .form {
  margin-top: 0.35rem;
}
.search-1 .inp {
  width: 10rem;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.search-1 .ip {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.3rem;
  border: none;
  border-radius: 0.1rem;
  color: #333;
  background-color: whitesmoke;
}
.search-1 input[type=search] {
  -webkit-appearance: none;
}
.search-1 input::-webkit-search-cancel-button {
  display: none;
}
.search-1 .btn {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon-mag2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-1 .tags {
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
}
.search-1 .ti {
  padding: 0.2rem 0;
  position: relative;
  margin-right: 1.6rem;
  color: #666;
}
.search-1 .ti:last-child {
  margin-right: 0;
}
.search-1 .ti:hover {
  color: #0597ef;
}
.search-1 .ti.on {
  color: #0597ef;
  font-weight: 600;
}
.search-1 .ti.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #0597ef;
}
@media (max-width: 900px) {
  .search-1 .ti {
    margin: 0 0.2rem;
  }
}

.search-2 {
  padding-top: 0.55rem;
  padding-bottom: 1.35rem;
}
.bgsize {
  background-repeat: no-repeat;
  background-size: cover;
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.pointer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 3rem;
  height: 3rem;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: crosshair;
}

.preview {
  position: absolute;
  left: calc(100% + 0.2rem);
  top: 0;
  z-index: 30;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.preview.op1 {
  opacity: 1;
}

.preview .cpImg {
  padding-top: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .pointer {
    display: none !important;
  }
  .preview {
    display: none !important;
  }
}
.ho-nav {
  position: fixed;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.ho-nav.ho1 .ic::before {
  box-shadow: 0 0 0 2px white inset;
}
.ho-nav a {
  display: block;
}
.ho-nav .ni {
  margin: 0.2rem 0;
  cursor: pointer;
}
.ho-nav .ni.active .ic {
  background-color: #0597ef;
}
.ho-nav .ni.active .ic::before {
  box-shadow: 0 0 0 1px white inset !important;
}
.ho-nav .ni .sp {
  width: 1em;
  display: none;
}
.ho-nav .ic {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  position: relative;
}
.ho-nav .ic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.5);
  transform-origin: center;
  box-shadow: 0 0 0 1px #999999 inset;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .ho-nav {
    opacity: 0;
    pointer-events: none;
  }
}

.ho-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ho-tt .ht1 {
  font-weight: 600;
}
.ho-tt .ht2 {
  margin-top: 0.16rem;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
  }
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ho-tit {
  position: relative;
  color: #222;
}
.ho-tit.cent {
  text-align: center;
}
.ho-tit.cent .ht2 {
  left: 50%;
  transform: translate(-50%, -50%);
}
.ho-tit .ht2 {
  color: #999;
  margin-left: 0.1rem;
}
.ho-ban {
  position: relative;
  overflow: hidden;
}
.ho-ban .ho_sw {
  overflow: hidden;
}
.ho-ban .ho_sw .img {
  position: relative;
  padding-top: 49.4791666667%;
  overflow: hidden;
  transition: all 0.3s;
  display: block;
  background-color: #999;
}
.ho-ban .ho_sw .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ho-ban .ho_sw .text {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 43%;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
}
.ho-ban .ho_sw .text2 {
  top: 50%;
}
.ho-ban .ho_sw .text3 {
  top: 40%;
}
.ho-ban .ho_sw .d1 {
  font-weight: 600;
}
.ho-ban .ho_sw .d2 {
  line-height: 1.3333333333;
  margin-top: 0.1rem;
}
.ho-ban .swiper-slide-active .text {
  opacity: 1;
  transition: opacity 1s 0.5s;
}
.ho-ban .swiper-pagination {
  position: static;
  width: 100%;
  display: flex;
}
.ho-ban .swiper-pagination .swiper-pagination-bullet {
  width: 0.3rem;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
  margin: 0;
  margin-right: 0.1rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
}
.ho-ban .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ho-ban .ho_bot {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  color: #fff;
}
.ho-ban .hb_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0.1rem);
  width: 100%;
  z-index: 30;
}
.ho-ban .hb_mask img {
  width: 100%;
}
.ho-ban .mouse {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  transform: translate(-50%);
  z-index: 30;
  text-align: center;
  color: #fff;
}
.ho-ban .mouse .ani {
  animation: jump 1s linear infinite;
}
.ho-ban .mouse img {
  width: 1em;
  margin-bottom: 0.12rem;
}
.ho-ban .anim::after {
  animation: indicator-loading 4.5s linear forwards;
}
.ho-ban .btns {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  bottom: 0.45rem;
  z-index: 30;
}
.ho-ban .sbtn {
  width: 1em;
  height: 1em;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  z-index: 30;
  filter: brightness(0) invert(1);
}
.ho-ban .sbtn:hover {
  filter: none;
}
.ho-ban .prev {
  background-image: url(../images/b3.png);
}
.ho-ban .next {
  background-image: url(../images/b4.png);
}
.ho-ban .num {
  margin: 0 0.25rem;
}
.ho-ban .nums {
  width: 0.6rem;
  height: 0.6rem;
  color: white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #eee inset;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  position: relative;
}
.ho-ban .nums.on svg {
  animation: circleLoad 5s linear;
  opacity: 1;
}
.ho-ban svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
  transform-origin: top left;
}
.ho-ban svg circle {
  transform: rotate(-90deg);
  transform-origin: center;
}
.ho-ban .pag {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  z-index: 30;
}
.ho-ban .pi {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
}
.ho-ban .pi.on {
  color: white;
}
.ho-ban .pi.on .line {
  display: block;
}
.ho-ban .pi.on .line::after {
  animation: wd 4.5s linear;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 900px) {
  .ho-ban .mouse {
    opacity: 0;
  }
  .ho-ban .ho_sw .d1 {
    font-size: 24px;
  }
  .ho-ban .ho_sw .d2 {
    display: none;
  }
  .ho-ban .ho_sw .tbtn {
    padding-bottom: 0;
  }
  .ho-ban .btns {
    right: 2%;
  }
}
@media (max-width: 500px) {
  .ho-ban .ho_sw .d1 {
    font-size: 20px;
  }
  .ho-ban .btns {
    display: none;
  }
}

@keyframes circleLoad {
  0% {
    stroke-dashoffset: 188.4;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes indicator-loading {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.home-1 {
  padding-top: 0.5rem;
}
.home-1 .box {
  justify-content: space-between;
}

.ho1-1 {
  width: calc(258 / 1520 * 100%);
}

.ho1-2 {
  width: calc(1212 / 1520 * 100%);
}

.ho1-nav .ni {
  flex: 1;
  text-align: center;
}
.ho1-nav .na {
  display: inline-flex;
  align-items: center;
  line-height: 3.5555555556;
  position: relative;
  color: #000;
}
.ho1-nav .na.on {
  color: #0597ef;
}
.ho1-nav .na.on::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0597ef;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ho1-nav .na .ii {
  width: 1em;
  margin-right: 0.25em;
}

.ho1-bot {
  justify-content: space-between;
  margin-top: 0.2rem;
}

.ho1-b1 {
  width: 74.5874587459%;
}
.ho1-b1 .sw1 .img1 {
  position: relative;
  padding-top: 46.4601769912%;
}
.ho1-b1 .swiper-pagination {
  bottom: 0.3rem;
}
.ho1-b1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 4px;
  border-radius: 2px;
  opacity: 0.5;
  background-color: #fff;
}
.ho1-b1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ho1-b1 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: absolute;
  top: calc(50% - 0.5em);
  z-index: 30;
}
.ho1-b1 .sbtn:hover {
  background-color: #0597ef;
}
.ho1-b1 .prev {
  left: 0.3rem;
  background-image: url(../images/a97.png);
}
.ho1-b1 .next {
  right: 0.3rem;
  background-image: url(../images/a98.png);
}

.ho1-b2 {
  width: 23.7623762376%;
  padding: 0.3rem;
}
.ho1-b2.has-login::before {
  content: "";
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #daf0ff 0%, #fff 100%);
  border-radius: 0.08rem 0.08rem 0 0;
  z-index: 0;
}

.ho1-list1 {
  margin-top: 0.2rem;
}
.ho1-list1 .li {
  width: calc(288 / 904 * 100%);;
  margin-right: 2.2123893805%;
}
.ho1-list1 .li:last-child {
  margin-right: 0;
}
.ho1-list1 .a1 {
  display: block;
  position: relative;
  padding-top: calc(134 / 288 * 100%);;
}

.ho1-group {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  background-color: #ffe4d6;
}
.ho1-group .le {
  width: 11.1725663717%;
}
.ho1-group .ri {
  width: 88.8274336283%;
}
.ho1-group .swiper {
  padding: 0.2rem;
}
.ho1-group .swiper-container {
  overflow: visible;
}
.ho1-group .sw {
  padding: 0.1rem;
  padding-right: 0;
  width: 2.7rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.ho1-group .img {
  width: 0.58rem;
  flex-shrink: 0;
  margin-right: 0.15rem;
}
.ho1-group .time {
  line-height: 1.3333333333;
  color: #666;
}
.ho1-group .time span {
  width: 1.3333333333em;
  text-align: center;
  display: inline-block;
  background-color: #ffeee5;
  color: #f17a3a;
  border-radius: 4px;
}

.ho1-user {
  z-index: 10;
}
.ho1-user .img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.ho1-user .text {
  line-height: 1.625;
  padding-left: 0.14rem;
  padding-right: 0.1rem;
}
.ho1-user .bot {
  display: block;
  margin-top: 0.3rem;
}
.ho1-user .href {
  display: block;
  text-align: center;
  line-height: 2.5;
  color: #fff;
  background-color: #0597ef;
}

.ho1-list2 {
  justify-content: space-between;
  margin-top: 0.3rem;
  z-index: 10;
}
.ho1-list2 .aa2 {
  text-align: center;
}
.ho1-list2 .img {
  width: 3em;
  height: 3em;
}
.ho1-list2 .te {
  margin-top: 0.1rem;
  color: #666;
}

.ho1-btns {
  margin-top: 0.3rem;
  z-index: 10;
}
.ho1-btns .btn {
  display: block;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 0.1rem;
}
.ho1-btns .btn span {
  position: relative;
}
.ho1-btns .btn .hi {
  height: 1em;
  position: absolute;
  left: 105%;
  top: 10%;
}
.ho1-btns .bt1 {
  color: #6bbd70;
  background-color: #e1f6e1;
}
.ho1-btns .bt2 {
  background-color: #f6efe4;
  color: #e47149;
}

.ho1-hots {
  border-top: 1px solid #f1f3f5;
  padding-top: 0.28rem;
  margin-top: 0.2rem;
}
.ho1-hots .tit {
  display: flex;
  align-items: center;
  color: #f17a3a;
}
.ho1-hots .tit .ii {
  width: 1em;
  margin-left: 0.5em;
}
.ho1-hots .list {
  margin-top: 0.1rem;
}
.ho1-hots .li:nth-child(1) .aa, .ho1-hots .li:nth-child(2) .aa, .ho1-hots .li:nth-child(3) .aa {
  color: #222;
}
.ho1-hots .aa {
  display: flex;
  align-items: center;
  line-height: 2.5;
  color: #666;
}
.ho1-hots .ii {
  width: 1em;
}

.home-2 {
  padding-top: 0.5rem;
}
.home-2 .li {
  width:  calc(365 / 1520 * 100%);
  margin-right: calc(20 / 1520 * 100%);
  margin-bottom: 0.5rem;
}
.home-2 .li:nth-child(4n) {
  margin-right: 0;
}
.home-2 .aa {
  position: relative;
}
.home-2 .img {
  position: relative;
  padding-top: calc(180 / 365 * 100%);
}
.home-2 .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.home-2 .ban {
  position: relative;
}
.home-2 .ban .ba {
  padding-top: 18.4210526316%;
}

.home-3 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.home-3 .box {
  padding: 0.3rem;
}
.home-3 .li1 {
  width: calc(480 / 1460 * 100%);
  margin-right: calc(10 / 1460 * 100%);
  margin-bottom: 0.1rem;
}
.home-3 .li1:nth-child(3n) {
  margin-right: 0;
}
.home-3 .li1 .img {
  position: relative;
  padding-top: calc(180 / 480 * 100%);
}
.home-3 .li2 {
  width: calc(235 / 1460 * 100%);
  margin-right: calc(10 / 1460 * 100%);
  margin-bottom: 0.1rem;
}
.home-3 .li2:nth-child(6n) {
  margin-right: 0;
}
.home-3 .li2 .img {
  position: relative;
  padding-top: calc(100 / 235 * 100%);
}

.home-4 .box {
  padding: 0.3rem;
}
.home-4 .list {
  margin-top: 0.16rem;
}
.home-4 a {
  position: relative;
  overflow: hidden;
}
.home-4 .item {
  width:  calc(480 / 1460 * 100%);
  margin-right:  calc(10 / 1460 * 100%);
}
.home-4 .ul2 {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1rem 0;
}
.home-4 .li2 {
  width: calc(235 / 480 * 100%);;
}
.home-4 .aa1 {
  height: 2.1rem;
}
.home-4 .aa2 {
  height: 1rem;
}

.home-5 {
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
}
.home-5 .ul {
  flex-wrap: wrap;
  margin-top: 0.16rem;
}
.home-5 .li {
  width: 18.9473684211%;
  margin-right: 1.3157894737%;
  margin-bottom: 0.27rem;
}
.home-5 .li:nth-child(5n) {
  margin-right: 0;
}
.home-5 .img {
  position: relative;
  padding-top: 100%;
}
.home-5 .text {
  padding-top: 0.18rem;
}
.home-5 .d2 {
  margin-top: 0.1rem;
}
.home-5 .d2a {
  align-items: center;
}
.home-5 .dsp {
  font-size: 0.1rem;
  line-height: 1;
  width: 1.4em;
  height: 1.4em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  margin-left: 0.5em;
}
.home-5 .sp1 {
  background-color: #0597ef;
}
.home-5 .sp2 {
  background-color: #63bb78;
}
.home-5 .addr {
  position: relative;
  padding-left: 0.17rem;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #999;
  margin-top: 0.14rem;
}
.home-5 .price {
  color: #ff0000;
  margin-top: 0.1rem;
}
.home-5 .btns {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center;
  display: none;
}
.home-5 .btns .more {
  display: inline-block;
  padding: 0 0.6rem;
  background-color: #0597ef;
  color: #fff;
  line-height: 0.4rem;
}

.news-0 {
  padding: 0.8rem 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-0 .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001e3d;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.news-0 .box {
  position: relative;
  text-align: center;
  color: #fff;
}
.news-0 .tit {
  font-weight: 600;
}
.news-0 .intro {
  line-height: 1.5;
  margin-top: 0.24rem;
}

.news-1 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background-color: #f3f5f7;
}

.news-2 {
  padding-top: 0.4rem;
  padding-bottom: 1.2rem;
}

.news-10 {
  background-color: #f5f7fb;
}
.news-10 .w1280 {
  max-width: 100%;
}

.news-page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
}

.news-11 {
  width: 68%;
  background-color: #fff;
}
.news-11 .box {
  padding: 0.6rem 0.8rem;
}
.news-11 .h1 {
  line-height: 1.4;
  color: #0597ef;
}
.news-11 .time {
  margin-top: 0.28rem;
  color: #666;
}
.news-11 .txt {
  line-height: 1.8;
  margin-top: 0.3rem;
}
.news-11 .n-shares {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.1rem;
}
.news-11 .n-shares .slist {
  display: flex;
  flex-wrap: wrap;
}
.news-11 .n-shares .slist .si {
  position: relative;
  margin-left: 0.16rem;
}
.news-11 .n-shares .slist .si:hover .hi {
  opacity: 1;
  filter: none;
}
.news-11 .n-shares .slist .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.news-11 .n-shares .slist .hd {
  position: relative;
  display: inline-flex;
  width: 1em;
  height: 1em;
  transition: all 0.3s;
}
.news-11 .n-shares .slist .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.news-11 .n-shares .slist .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-top: 0.18rem;
  z-index: 5;
}
.news-11 .n-shares .slist .bd .bbox {
  background-color: #fff;
  position: relative;
}
.news-11 .n-shares .slist .bd img {
  width: 0.95rem;
  min-width: 80px;
  max-width: none;
}
.news-11 .author {
  padding: 0.36rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
}
.news-11 .author .a_img {
  width: 1rem;
  flex-shrink: 0;
}
.news-11 .author .img {
  position: relative;
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.news-11 .author .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.news-11 .author .a_te {
  padding-left: 0.24rem;
}
.news-11 .author .a_t2 {
  color: #666;
  line-height: 1.8;
  margin-top: 0.5em;
}
.news-11 .n-pag {
  padding: 0.3rem 0;
}
.news-11 .n-pag ul {
  display: flex;
  flex-wrap: wrap;
}
.news-11 .n-pag li {
  width: 50%;
  border-right: 1px solid #e8e8e8;
}
.news-11 .n-pag li:last-child {
  border-right: none;
}
.news-11 .n-pag a {
  display: block;
  padding: 0 0.15rem;
  line-height: 1.8;
}
.news-11 .n-pag .a12 {
  color: #0597ef;
}
.news-11 .n-pag .next {
  text-align: right;
}
.news-11 .list .ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-11 .list .li {
  width: 47.9452054795%;
  margin-bottom: 0.2rem;
  position: relative;
}
.news-11 .list .dd {
  display: block;
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 3px;
}
.news-11 .list .dd:hover .img img {
  transform: scale(1.05);
}
.news-11 .list .dd:hover .h3 {
  color: #0597ef;
}
.news-11 .list .top {
  position: relative;
}
.news-11 .list .img {
  position: relative;
  padding-top: 65.8536585366%;
  overflow: hidden;
  display: block;
}
.news-11 .list .img::after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  opacity: 1;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 100%;
}
.news-11 .list .ii {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.news-11 .list .text {
  padding: 0.2rem 0.3rem;
}
.news-11 .list .h3 {
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  height: 2.6em;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-11 .list .type {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  background-color: #69727d;
  color: #fff;
  border-radius: 1rem;
  padding: 0.6em 1.2em;
}
.news-11 .list .link {
  margin-top: 0.3rem;
}
@media (max-width: 750px) {
  .news-11 {
    width: 100%;
    order: 1;
  }
  .news-11 .box {
    padding: 0.6rem 0.2rem;
  }
  .news-11 .list {
    display: none;
  }
}

.det_top {
  padding-top: 0.2rem;
  padding-bottom: 0.16rem;
  text-align: center;
}
.det_top .te {
  color: #666;
  margin-top: 0.24rem;
}

.det_cen {
  padding-top: 0.36rem;
  padding-bottom: 0.4rem;
  color: #666;
  line-height: 1.875;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.det_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.4rem;
}
.det_bot .db_btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 0.4rem;
  padding: 0 0.2rem;
  background-color: #fff;
  color: #666;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.det_bot .db_btn img {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det_bot .db_ul2 {
  display: flex;
  justify-content: space-between;
}
.det_bot .db_ul2 .ua {
  display: inline-flex;
  align-items: flex-end;
  width: 50%;
}
.det_bot .db_ul2 .ua:hover .t2 {
  color: #0597ef;
}
.det_bot .db_ul2 .next {
  flex-direction: row-reverse;
  text-align: right;
}
.det_bot .db_ul2 .imgs {
  width: 2.1rem;
  flex-shrink: 0;
}
.det_bot .db_ul2 .img {
  position: relative;
  padding-top: 60%;
}
.det_bot .db_ul2 .text {
  padding: 0 0.3rem;
  flex-grow: 1;
}
.det_bot .db_ul2 .t1 {
  color: #333;
}
.det_bot .db_ul2 .t2 {
  color: #666;
  line-height: 1.5;
  height: 3em;
  margin-top: 0.13rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.db_ul .ua {
  line-height: 2.125;
  color: #222;
  transition: color 0.3s;
}
.db_ul .ua:hover {
  color: #0597ef;
}

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 8.4rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: -3px 2px 0.12rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.05rem;
}
.form-dialog .form {
  position: relative;
  padding: 0.55rem 0.6rem 0.4rem;
}
.form-dialog .off {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1em;
  height: 1em;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.form-dialog .tit {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.form-dialog .fi {
  width: 47.2222222222%;
  margin-bottom: 0.2rem;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.3rem;
  min-height: 20px;
  background-color: #fff;
  border: none;
}
.form-dialog .ta {
  width: 100%;
  height: 1.2rem;
  min-height: 100px;
  border-radius: 0.05rem;
  border: solid 1px #999;
  padding: 0.12rem 0.3rem;
}
.form-dialog .code {
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.form-dialog .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 0.5rem;
  border: none;
  background-color: #0597ef;
  color: #fff;
  padding: 0 0.49rem;
  cursor: pointer;
  border-radius: 1rem;
}
@media (max-width: 900px) {
  .form-dialog .form {
    padding: 0.3rem;
  }
  .form-dialog .fi {
    width: 100%;
  }
  .form-dialog .btns {
    text-align: center;
  }
}

.my-dialog {
  display: none;
}
.my-dialog.show {
  display: block;
}
.my-dialog .dlg-cont {
  width: 5rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.58rem 0.5rem 0.65rem;
  background-color: #fff;
}
.my-dialog .off {
  width: 0.22rem;
  height: 0.22rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  background-image: url(../images/a20.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.my-dialog .off:hover {
  background-image: url(../images/a21.png);
}
.my-dialog .ftit {
  font-weight: 600;
  text-align: center;
}
.my-dialog .fbox {
  margin-top: 0.36rem;
}
.my-dialog .fi {
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 0.2rem;
  position: relative;
}
.my-dialog .fi .ic {
  width: 0.7rem;
  height: 0.6rem;
  padding-left: 0.3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.my-dialog .fi .ic::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.18rem;
  background-color: #ccc;
}
.my-dialog .fi .ii {
  width: 0.2rem;
  height: 0.2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.my-dialog .fi .inp {
  flex-grow: 1;
}
.my-dialog .fi .ip {
  width: 100%;
  height: 0.6rem;
  border: none;
  padding: 0 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ip::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ip::placeholder {
  color: #bbb;
}
.my-dialog .fi .ta {
  width: 100%;
  height: 1.3rem;
  border: none;
  padding: 0.2rem;
  background-color: #f6f6f6;
}
.my-dialog .fi .ta::-moz-placeholder {
  color: #bbb;
}
.my-dialog .fi .ta::placeholder {
  color: #bbb;
}
.my-dialog .ww100 {
  width: 100% !important;
}
.my-dialog .f-block {
  display: block;
  height: 0.4rem;
  box-shadow: none;
}
.my-dialog .sel-box {
  flex-grow: 1;
  position: relative;
}
.my-dialog .tshow {
  z-index: 100;
}
.my-dialog .tshow .other {
  display: block;
}
.my-dialog .my-sel {
  width: 100%;
}
.my-dialog .my-sel.show .hd::before {
  transform: translateY(-50%) rotate(225deg);
}
.my-dialog .my-sel.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-dialog .my-sel .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  cursor: pointer;
  color: #999;
  background-color: #f6f6f6;
  position: relative;
  padding: 0 0.2rem;
  padding-right: 0.3rem !important;
}
.my-dialog .my-sel .hd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
.my-dialog .my-sel .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-dialog .my-sel .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-dialog .my-sel .blist {
  border-radius: 0.06rem;
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-dialog .my-sel .bitem {
  background-color: #fff;
  color: #666;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
}
.my-dialog .my-sel .bitem:hover {
  background-color: #f1f4f9;
}
.my-dialog .my-sel .bitem.selected {
  background-color: #f1f4f9;
}
.my-dialog .btns {
  margin-top: 0.4rem;
}
.my-dialog .btn {
  width: 100%;
  line-height: 1;
  padding: 0.16rem 0.42rem;
  height: 0.54rem;
  background-color: #0597ef;
  color: #fff;
  border: none;
  cursor: pointer;
}
.my-dialog .te {
  text-align: center;
}
.my-dialog .te .t1 {
  font-weight: 600;
}
.my-dialog .te .t2 {
  margin-top: 0.18rem;
}
.my-dialog .te .t3 {
  margin-top: 0.38rem;
}
.my-dialog .te .aa {
  display: inline-block;
  background-color: #0597ef;
  color: #fff;
  padding: 0.16rem 0.48rem;
}
@media (max-width: 900px) {
  .my-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .my-dialog .fi {
    width: 100%;
  }
  .my-dialog .f-block {
    height: auto;
  }
  .my-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .my-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .my-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.dlg-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.dlg-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}

.dlg-off {
  position: absolute;
  right: 0.22rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/a3.png);
  cursor: pointer;
}

.dlg-box {
  background-color: #fff;
}

.dlg-top {
  align-items: center;
  height: 0.65rem;
  padding: 0 0.27rem;
  position: relative;
  background-color: #f7f9fb;
  border-radius: 0.08rem 0.08rem 0 0;
  border-bottom: 1px solid #eee;
  color: #222;
}

.com-dialog {
  display: none;
}
.com-dialog.show {
  display: block;
}

.d600 {
  width: 6rem;
}

.d470 {
  width: 4.7rem;
}

.w100 {
  width: 100% !important;
}

.ps-dialog .form1 .fitem {
  align-items: center;
  margin-bottom: 0.2rem;
}
.ps-dialog .form1 .sp1 {
  flex-shrink: 0;
  width: 0.9rem;
  color: #444;
}
.ps-dialog .form1 .inp {
  width: calc(100% - 0.9rem);
}
.ps-dialog .form1 .ip {
  width: 100%;
  height: 0.48rem;
  border-radius: 0.08rem;
  padding: 0 1em;
  border: solid 1px #e5e5e5;
  color: #666;
}
.ps-dialog .form2 .fitem {
  margin-bottom: 0.2rem;
}
.ps-dialog .layui-upload-drag {
  width: 100%;
  height: 1.44rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #d2d2d2;
}
.ps-dialog .layui-upload-drag .i1 {
  width: 0.4rem;
}
.ps-dialog .layui-upload-drag .t1 {
  margin-top: 0.12rem;
}
.ps-dialog .submit {
  width: 100%;
  height: 3em;
  background-color: #0597ef;
  color: #fff;
  border: none;
  cursor: pointer;
}

.my-select {
  width: 100%;
  position: relative;
}
.my-select.show .bd {
  opacity: 1;
  pointer-events: auto;
}
.my-select .hd {
  display: flex;
  align-items: center;
  height: 0.6rem;
  min-height: 40px;
  cursor: pointer;
  color: #999;
  background-color: #fff;
  position: relative;
  padding: 0 0.2rem;
  border: 2px solid #d4d4d4;
  padding-right: 0.45rem !important;
}
.my-select .hd::before {
  content: "";
  width: 1.1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.my-select .hd span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.my-select .bd {
  position: absolute;
  top: calc(100% + 0.06rem);
  left: 0;
  min-width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 60;
}
.my-select .blist {
  max-height: 2.4rem;
  overflow-y: auto;
  box-shadow: 0px 0px 6px 0px rgba(167, 172, 184, 0.5);
  background-color: #fff;
}
.my-select .bitem {
  background-color: #fff;
  color: #333;
  padding: 0.1rem 0.3rem;
  cursor: pointer;
}
.my-select .bitem:hover {
  background-color: #f1f4f9;
}
.my-select .bitem.selected {
  background-color: #f1f4f9;
}

.pg-box {
  justify-content: space-between;
  padding: 0.5rem 0;
}
.pg-box.pt0 {
  padding-top: 0;
}
.pg-box.mt30 {
  margin-top: 0.3rem;
}

.pg-left {
  width: calc(258 / 1520 * 100%);
}

.pg-right {
  width: calc(1212 / 1520 * 100%);
}

.ps-box1 {
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.ps1-left {
  width: calc(258 / 1520 * 100%);
}

.ps1-right {
  width: calc(1212 / 1520 * 100%);
}

.ps1-nav {
  background-color: #fff;
  border-radius: 8px;
  padding: 0 0.3rem;
}
.ps1-nav .pli {
  border-bottom: 1px solid #f1f3f5;
}
.ps1-nav .pli:last-child {
  border-bottom: none;
}
.ps1-nav .pa {
  display: flex;
  align-items: center;
  padding: 0.2rem 0;
  position: relative;
}
.ps1-nav .pa:hover {
  color: #0597ef;
}
.ps1-nav .pa:hover .ic1 {
  opacity: 0;
}
.ps1-nav .pa:hover .ic2 {
  opacity: 1;
}
.ps1-nav .pa.on {
  color: #0597ef;
}
.ps1-nav .pa.on::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #0597ef;
  border-right: 1px solid #0597ef;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ps1-nav .pa.on .ic1 {
  opacity: 0;
}
.ps1-nav .pa.on .ic2 {
  opacity: 1;
}
.ps1-nav .pic {
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.ps1-nav .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ps1-nav .ic2 {
  opacity: 0;
}

.ps-top1 {
  justify-content: space-between;
}
.ps-top1 .tags {
  padding: 0.1rem;
  background-color: #fff;
}
.ps-top1 .ta {
  margin-right: 0.1rem;
  text-align: center;
  color: #222;
  line-height: 2.5;
  padding: 0 0.2rem;
  transition: all 0.3s;
}
.ps-top1 .ta:last-child {
  margin-right: 0;
}
.ps-top1 .ta.on {
  background-color: #0597ef;
  color: #fff;
}

.ps-top2 {
  padding: 0 0.1rem;
  height: 0.56rem;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
}
.ps-top2 .ip {
  width: 4.2rem;
  height: 0.32rem;
  padding: 0 0.12rem;
  margin-right: 0.1rem;
  border: solid 1px #e5e5e5;
}
.ps-top2 .submit {
  width: 0.8rem;
  text-align: center;
  height: 2em;
  border: none;
  background-color: #0597ef;
  color: #fff;
}
.ps_collect-list1 {
  margin-top: 0.28rem;
  margin-bottom: 0.5rem;
}
.ps_collect-list1 .li {
  margin-bottom: 0.2rem;
}
.ps_collect-list1 .li:last-child {
  margin-bottom: 0;
}
.ps_collect-list1 .dd {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
}
.ps_collect-list1 .info {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0.2rem;
}
.ps_collect-list1 .imgs {
  width: 1.8rem;
  flex-shrink: 0;
}
.ps_collect-list1 .img {
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.ps_collect-list1 .text {
  padding-left: 0.4rem;
  padding-right: 0.6rem;
  flex-grow: 1;
}
.ps_collect-list1 .d1 {
  display: flex;
  align-items: center;
}
.ps_collect-list1 .lv {
  line-height: 1.33;
  padding: 0 0.5em;
  border-radius: 0.04rem;
  color: #0597ef;
  box-shadow: 0 0 0 1px #0597ef;
  margin: 0 0.1rem;
}
.ps_collect-list1 .lc {
  width: 1em;
}
.ps_collect-list1 .d2 {
  color: #666;
  line-height: 1.8571428571;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.ps_collect-list1 .d3 {
  color: #666;
}
.ps_collect-list1 .btns {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  box-shadow: -1px 0 0 0 #eee;
}
.ps_collect-list1 .btn {
  white-space: nowrap;
  padding: 0 0.18rem;
  line-height: 2;
  background-color: #d6edfb;
  color: #009fe8;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: all 0.3s;
}
.ps_collect-list1 .btn:hover {
  background-color: #0597ef;
  color: #fff;
}

.ps_collect-list2 {
  margin-top: 0.28rem;
  margin-bottom: 0.5rem;
}
.ps_collect-list2 .li {
  margin-bottom: 0.2rem;
}
.ps_collect-list2 .li:last-child {
  margin-bottom: 0;
}
.ps_collect-list2 .dd {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
}
.ps_collect-list2 .info {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0.2rem;
}
.ps_collect-list2 .imgs {
  width: 1.8rem;
  flex-shrink: 0;
}
.ps_collect-list2 .img {
  position: relative;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.ps_collect-list2 .text {
  padding-left: 0.4rem;
  padding-right: 0.6rem;
  flex-grow: 1;
}
.ps_collect-list2 .d2 {
  color: #666;
  line-height: 1.8571428571;
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.ps_collect-list2 .d3 {
  color: #ff0000;
}
.ps_collect-list2 .btns {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  box-shadow: -1px 0 0 0 #eee;
}
.ps_collect-list2 .btn {
  white-space: nowrap;
  padding: 0 0.18rem;
  line-height: 2;
  background-color: #d6edfb;
  color: #009fe8;
  border-radius: 0.04rem;
  cursor: pointer;
  transition: all 0.3s;
}
.ps_collect-list2 .btn:hover {
  background-color: #0597ef;
  color: #fff;
}

.ps123-0 {
  padding: 0.3rem;
  background-color: #fff;
}
.ps123-0 .form {
  margin-top: 0.18rem;
  margin-bottom: 0.3rem;
  box-shadow: 0 0 0 1px #f1f3f5;
  overflow: hidden;
}
.ps123-0 .fitem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.72rem;
  padding: 0 0.2rem;
  border-bottom: solid 1px #f1f3f5;
}
.ps123-0 .fitem:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.ps123-0 .fitem:last-child {
  border-bottom: none;
}
.ps123-0 .f_le {
  display: flex;
  align-items: center;
}
.ps123-0 .tit {
  flex-shrink: 0;
  width: 1.1rem;
  color: #999;
}
.ps123-0 .ava {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.ps123-0 .tt {
  color: #666;
}
.ps123-0 .ban {
  width: 100%;
}
.ps123-0 .button {
  display: block;
  width: 1rem;
  line-height: 2;
  background-color: #d6edfb;
  color: #0597ef;
  text-align: center;
  border: none;
  cursor: pointer;
}
.ps123-0 .btn2 {
  color: #f17a3a;
  background-color: #fae5da;
}

.ps123-1 .box1 {
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
}
.ps123-1 .te {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.2rem;
}
.ps123-1 .form {
  margin-top: 0.24rem;
}
.ps123-1 .fitem {
  width: 5.66rem;
}
.ps123-1 .layui-upload-drag {
  width: 100%;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #d2d2d2;
}
.ps123-1 .layui-upload-drag .i1 {
  width: 0.4rem;
}
.ps123-1 .layui-upload-drag .t1 {
  margin-top: 0.12rem;
}
.ps123-1 .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.ps123-1 .text {
  line-height: 2;
  color: #666;
  margin-top: 0.2rem;
}

.ps123-2 .box1 {
  padding-top: 0.67rem;
  padding-bottom: 0.7rem;
}
.ps123-2 .form1 {
  width: 5.66rem;
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.ps123-2 .form1 .te {
  margin-bottom: 0.3rem;
}
.ps123-2 .form2 {
  width: 5.66rem;
  margin: 0 auto;
  padding-bottom: 0.4rem;
}
.ps123-2 .form2 .tit {
  margin-bottom: 0.3rem;
}
.ps123-2 .form3 {
  width: 5.66rem;
  margin: 0 auto;
}
.ps123-2 .form3 .tit {
  margin-bottom: 0.3rem;
}
.ps123-2 .form3 .lab-check {
  margin-bottom: 0.2rem;
  width: 2rem;
}
.ps123-2 .fitem {
  margin-bottom: 0.2rem;
}
.ps123-2 .fitem1 {
  margin-bottom: 0.2rem;
}
.ps123-2 .fitem2 .com-select {
  width: 2.2rem;
}
.ps123-2 .ph_change {
  margin-left: 0.1rem;
  cursor: pointer;
}
.ps123-2 .fsp {
  color: #444;
  width: 1.2rem;
  padding-right: 0.16rem;
  text-align: right;
  white-space: nowrap;
}
.ps123-2 .fsp.h48 {
  line-height: 0.48rem;
}
.ps123-2 .ip-box {
  width: 4.46rem;
}
.ps123-2 .pa_sp {
  position: absolute;
  right: 0.12rem;
  top: 0;
  line-height: 0.48rem;
  color: #999;
}
.ps123-2 .ftip {
  color: #999;
  line-height: 2;
}
.ps123-2 .tit {
  text-align: center;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #f1f3f5;
}
.ps123-2 .te {
  color: #999;
  line-height: 1.8571428571;
  text-align: center;
  margin-top: 0.18rem;
}
.ps123-2 .box2 {
  margin-top: 0.2rem;
}
.ps123-2 .box2 .text {
  line-height: 2;
  color: #666;
  margin-top: 0.2rem;
}
.ps123-2 .country .lab-check {
  width: 33%;
  margin-right: 0;
  margin-bottom: 0.16rem;
}
.ps123-2 #pro_zy {
  color: #0597ef;
}
.ps123-2 .clean {
  width: 1em;
  height: 1em;
  background-image: url(../images/a94.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}
.ps123-2 .is_clean .clean {
  display: block;
}
.ps123-2 .is_clean .com-inp {
  border-color: #0597ef;
}
.ps123-2 .file-inp {
  border: solid 1px #eee;
}
.ps123-2 .file_btn {
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
}
.ps123-2 .file-name {
  display: flex;
  align-items: center;
  min-height: 0.48rem;
  padding: 0.15rem;
  padding-right: 1.2rem;
  color: #666;
}
.ps123-2 .u_btn {
  display: block;
  width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  background-color: #bbb;
  color: #fff;
  cursor: pointer;
}
.ps123-2 .u_ip {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 0%;
  opacity: 0;
}

.ps123-3 {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ps123-3 .member_type {
  margin-top: 2rem;
}
.ps123-3 .mt-i {
  width: 2.7rem;
  margin-right: 0.2rem;
  margin-bottom: 0.25rem;
  text-align: center;
  background-color: #fef0d7;
  box-shadow: 0 0 0 2px inset #fff;
  padding: 2px;
  cursor: pointer;
}
.ps123-3 .mt-i:nth-child(4n) {
  margin-right: 0;
}
.ps123-3 .mt-i.on {
  background-image: linear-gradient(180deg, #fd8e12 0%, #ffebc8 100%);
  box-shadow: none;
}
.ps123-3 .mt-i.on .mt-c {
  background-color: #ffffff;
}
.ps123-3 .mt-i.on::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 50%;
  transform: translate(-50%);
  background-image: url(../images/a87.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ps123-3 .mt-i .mt-c {
  padding: 0.3rem;
  background-color: #fef0d7;
  height: 100%;
}
.ps123-3 .mt-i .mt1 {
  display: inline-flex;
  align-items: center;
}
.ps123-3 .mt-i img {
  width: 1em;
  margin-right: 0.08rem;
}
.ps123-3 .mt-i .mt2 {
  margin-top: 0.2rem;
  margin-bottom: 0.12rem;
  color: #391f00;
}
.ps123-3 .mt-i .mt3 {
  color: #666;
}
.ps123-3 .mt-i span {
  color: #c70900;
}
.ps123-3 .mt-i .mt4 {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.12rem;
  margin-bottom: 0.12rem;
}
.ps123-3 .mt-i .mt5 {
  display: inline-block;
  width: 1.2rem;
  line-height: 0.4rem;
  background-color: #f17a3a;
  color: #fff;
}
.ps123-3 .benefit {
  background-color: #fdf7ed;
  border: solid 1px #fef0d7;
}
.ps123-3 .benefit .be-item {
  display: none;
}
.ps123-3 .benefit .be-item.show {
  display: block;
}
.ps123-3 .benefit .be_tt {
  color: #391f00;
}
.ps123-3 .benefit .be-li {
  width: 3.5rem;
  position: relative;
  margin-right: 0.18rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.16rem;
}
.ps123-3 .benefit .be-li:nth-child(3n) {
  margin-right: 0;
}
.ps123-3 .benefit .be_txt {
  padding: 0.25rem;
}
.ps123-3 .benefit .t11 {
  color: #222;
}
.ps123-3 .benefit .t12 {
  color: #666;
  line-height: 1.7142857143;
  margin-top: 0.1rem;
}
.ps123-3 .benefit .be_ic {
  width: 0.56rem;
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ps123-3 .member-select {
  margin-top: 0.3rem;
}
.ps123-3 .member-select .tip {
  width: 1rem;
  color: #391f00;
}
.ps123-3 .member-select .ms-item {
  margin-right: 0.1rem;
  margin-bottom: 0.3rem;
}
.ps123-3 .member-select .se-item {
  margin-right: 0.1rem;
  color: #666;
}
.ps123-3 .member-select .se-rdo {
  width: 1.6rem;
  height: 0.48rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  cursor: pointer;
}
.ps123-3 .member-select .se-hd {
  display: inline-flex;
  align-items: center;
}
.ps123-3 .member-select .sp2 {
  width: 1em;
  height: 0.5em;
  background-image: url(../images/a26.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.ps123-3 .member-select .se-sel {
  z-index: 30;
}
.ps123-3 .member-select .se-hd {
  width: 1.6rem;
  height: 0.48rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  cursor: pointer;
}
.ps123-3 .member-select .se-bd {
  position: absolute;
  left: 0;
  top: 101%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}
.ps123-3 .member-select .active {
  border: solid 1px #f17a3a;
  color: #f17a3a;
  position: relative;
}
.ps123-3 .member-select .active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../images/a86.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ps123-3 .member-select .se-blist {
  padding: 0.1rem 0;
  overflow-y: auto;
  max-height: 2rem;
}
.ps123-3 .member-select .se_bi {
  padding: 0.1rem;
  cursor: pointer;
}
.ps123-3 .member-select .se_bi:hover, .ps123-3 .member-select .se_bi.on {
  background-color: #f17a3a;
  color: #fff;
}
.ps123-3 .member-select .ip {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ps123-3 .member-checkout {
  align-items: flex-end;
  border-top: 1px solid #faf3e8;
  padding-top: 0.2rem;
}
.ps123-3 .member-checkout .text {
  line-height: 2.125;
  color: #222;
}
.ps123-3 .member-checkout .text .sp {
  color: #666;
}
.ps123-3 .member-checkout .mc-ri {
  align-items: flex-end;
  color: #666;
}
.ps123-3 .member-checkout .btns {
  margin-left: 0.4rem;
}
.ps123-3 .member-checkout .submit {
  width: 2.2rem;
  height: 0.56rem;
  background-color: #f17a3a;
  color: #fff;
}
.ps123-3 .member-checkout .tip {
  padding: 0 0.5em;
  line-height: 0.24rem;
  background-color: #fec16f;
  color: #fff;
  border-radius: 0.08rem 0.08rem 0 0.08rem;
  position: absolute;
  right: 0;
  bottom: 95%;
}
.ps123-3 .member-checkout .price {
  margin-bottom: 0.1rem;
}

.ps123-4 .tab {
  margin-top: 0.18rem;
}
.ps123-4 .btr {
  background-color: #f7f9fb;
}
.ps123-4 table {
  width: 100%;
  text-align: left;
  border: solid 1px #f1f3f5;
}
.ps123-4 thead {
  background-color: #e6eaed;
  border-radius: 0.08rem 0.08rem 0 0;
}
.ps123-4 th {
  height: 0.72rem;
}
.ps123-4 td {
  height: 0.88rem;
}
.ps123-4 th {
  padding: 0 0.3rem;
}
.ps123-4 td {
  border: solid 1px #f1f3f5;
  text-align: center;
}
.ps123-4 td:nth-child(1) {
  width: 50%;
  text-align: left;
  padding-left: 0.3rem;
}
.ps123-4 td:nth-child(2) {
  width: 16.6666666667%;
}
.ps123-4 td:nth-child(3) {
  width: 16.6666666667%;
}
.ps123-4 td:nth-child(4) {
  width: 16.6666666667%;
}
.ps123-4 .te {
  line-height: 1.5;
}
.ps123-4 .t1 {
  color: #222;
  font-weight: bold;
}
.ps123-4 .t2 {
  color: #666;
}
.ps123-4 .bt {
  width: 1rem;
  display: inline-block;
  line-height: 0.25rem;
  height: 0.25rem;
  color: #fff;
  border-radius: 0.04rem;
  margin-top: 0.06rem;
}
.ps123-4 .member2 {
  color: #f17a3a;
}
.ps123-4 .member2 .bt {
  background-color: #f17a3a;
}
.ps123-4 .member3 {
  color: #f1a13a;
}
.ps123-4 .member3 .bt {
  background-color: #f1a13a;
}

.ps124-0 {
  padding: 0.3rem;
  background-color: #fff;
  height: 100%;
}
.ps124-0 .form {
  margin-top: 0.18rem;
  box-shadow: 0 0 0 1px #f1f3f5;
  overflow: hidden;
}
.ps124-0 .fitem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.72rem;
  padding: 0 0.2rem;
  border-bottom: solid 1px #f1f3f5;
}
.ps124-0 .fitem:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.ps124-0 .fitem:last-child {
  border-bottom: none;
}
.ps124-0 .f_le {
  display: flex;
  align-items: center;
}
.ps124-0 .tit {
  flex-shrink: 0;
  width: 1.1rem;
  color: #999;
}
.ps124-0 .ava {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.ps124-0 .lab {
  display: inline-flex;
  align-items: center;
  margin-right: 0.3rem;
  position: relative;
  color: #222;
  cursor: pointer;
}
.ps124-0 .lab.selected .sic {
  box-shadow: 0 0 0 1px inset #0597ef;
}
.ps124-0 .lab.selected .sic::before {
  opacity: 1;
}
.ps124-0 .sic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-right: 0.4em;
}
.ps124-0 .sic::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0597ef;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: scale(0.625);
  transform-origin: center;
  opacity: 0;
}
.ps124-0 .rdo {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.ps124-0 .tt {
  color: #666;
}
.ps124-0 .ban {
  height: 0.4rem;
}
.ps124-0 .button {
  width: 1rem;
  height: 2em;
  background-color: #d6edfb;
  color: #0597ef;
  border: none;
  cursor: pointer;
}

.ps124-1 .ul {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.ps124-1 .li {
  margin-bottom: 0.2rem;
}
.ps124-1 .dd {
  position: relative;
}
.ps124-1 .dd .le {
  width: 8.4rem;
  align-items: center;
  padding: 0.2rem;
  border-right: 1px solid #eee;
}
.ps124-1 .dd .ri {
  width: 3.7rem;
  justify-content: center;
}
.ps124-1 .dd .imgs {
  width: 1.8rem;
  flex-shrink: 0;
}
.ps124-1 .dd .img {
  position: relative;
  padding-top: 100%;
}
.ps124-1 .dd .text {
  width: 5.4rem;
  margin-left: 0.4rem;
}
.ps124-1 .dd .h3 {
  color: #222;
  margin-top: 0.14rem;
}
.ps124-1 .dd .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.1rem;
}
.ps124-1 .dd .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.ps124-1 .dd .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.ps124-1 .dd .c-edit_btn {
  margin-left: 0.25rem;
}
.ps124-1 .dd .c-del_btn {
  margin-left: 0.25rem;
}
.ps124-1 .dd .tag {
  line-height: 0.32rem;
  padding: 0 0.16rem;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.ps124-1 .dd .tag1 {
  color: #f17a3a;
  box-shadow: 0 0 0 1px inset rgba(241, 122, 58, 0.3);
}
.ps124-1 .dd .tag2 {
  color: #0597ef;
  box-shadow: 0 0 0 1px inset rgba(5, 151, 239, 0.3);
}
.ps124-1 .dd .tag3 {
  color: #999;
  box-shadow: 0 0 0 1px inset rgba(153, 153, 153, 0.3);
}

.ps124-2 .tops {
  margin-top: 0.16rem;
  padding: 0.12rem 0.1rem;
}
.ps124-2 .form1 .com-inp {
  width: 2.4rem;
}
.ps124-2 .form1 .lab-check {
  margin: 0 0.16rem;
}
.ps124-2 .form1 .button {
  width: 0.8rem;
  height: 0.32rem;
  margin-left: 0.1rem;
  color: #fff;
}
.ps124-2 .form1 .reset {
  background-color: #cccccc;
}
.ps124-2 .form1 .submit {
  background-color: #0597ef;
}
.ps124-2 .tab {
  color: #444;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border: solid 1px #f1f3f5;
}
.ps124-2 .tab .thead .tr {
  background-color: #e6eaed !important;
  color: #666;
}
.ps124-2 .tab .tr {
  min-height: 0.72rem;
  align-items: center;
  border-bottom: solid 1px #f1f3f5;
  border: solid 1px #f1f3f5;
}
.ps124-2 .tab .tr:nth-child(2n) {
  background-color: #f7f9fb;
}
.ps124-2 .tab .td:nth-child(1) {
  width: 0.8rem;
  width: 1rem;
  padding-left: 0.3rem;
}
.ps124-2 .tab .td:nth-child(2) {
  width: 1.4rem;
  width: 2.2rem;
}
.ps124-2 .tab .td:nth-child(3) {
  width: 0.6rem;
}
.ps124-2 .tab .td:nth-child(4) {
  width: 0.65rem;
}
.ps124-2 .tab .td:nth-child(5) {
  width: 0.7rem;
}
.ps124-2 .tab .td:nth-child(6) {
  width: 0.65rem;
}
.ps124-2 .tab .td:nth-child(7) {
  width: 0.65rem;
}
.ps124-2 .tab .td:nth-child(8) {
  width: 0.9rem;
  width: 1.1rem;
}
.ps124-2 .tab .td:nth-child(9) {
  width: 0.65rem;
}
.ps124-2 .tab .td:nth-child(10) {
  width: 1.2rem;
  width: 1.6rem;
}
.ps124-2 .tab .td:nth-child(11) {
  width: 2.2rem;
}
.ps124-2 .c-edit_btn {
  margin-right: 0.2rem;
}
.ps124-2 .bots {
  padding: 0.2rem 0.3rem;
}
.ps124-2 .bots .lab-check {
  margin-right: 0.25rem;
}

.ps124-3 .ps-top2 {
  margin-top: 0.16rem;
}
.ps124-3 .ul {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.ps124-3 .li {
  margin-bottom: 0.2rem;
}
.ps124-3 .dd .le {
  width: 8.4rem;
  align-items: center;
  padding: 0.2rem;
  border-right: 1px solid #eee;
}
.ps124-3 .dd .ri {
  width: 3.7rem;
  justify-content: center;
}
.ps124-3 .dd .imgs {
  width: 3.2rem;
  flex-shrink: 0;
}
.ps124-3 .dd .img {
  position: relative;
  padding-top: 56.25%;
}
.ps124-3 .dd .text {
  width: 4rem;
  margin-left: 0.4rem;
}
.ps124-3 .dd .h3 {
  color: #222;
  margin-top: 0.14rem;
}
.ps124-3 .dd .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.1rem;
}
.ps124-3 .dd .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.ps124-3 .dd .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.ps124-3 .dd .c-edit_btn {
  margin-left: 0.25rem;
}
.ps124-3 .dd .c-del_btn {
  margin-left: 0.25rem;
}

.ps124-4 .ps-top2 {
  margin-top: 0.3rem;
}
.ps124-4 .ul {
  margin-top: 0.24rem;
  margin-bottom: 0.25rem;
}
.ps124-4 .li {
  width: 32.1782178218%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.ps124-4 .li:nth-child(3n) {
  margin-right: 0;
}
.ps124-4 .img {
  padding-top: 56.1538461538%;
  border-radius: 0.08rem 0.08rem 0 0;
}
.ps124-4 .text {
  padding: 0.28rem 0.2rem;
}
.ps124-4 .btns {
  margin-top: 0.16rem;
}
.ps124-4 .c-edit_btn {
  margin-right: 0.5em;
}

.ps124-5 .ul1 {
  margin-top: 0.24rem;
  margin-bottom: 0.25rem;
}
.ps124-5 .ul1 .li {
  width: 32.1782178218%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.ps124-5 .ul1 .li:nth-child(3n) {
  margin-right: 0;
}
.ps124-5 .ul1 .dd {
  padding: 0.2rem;
}
.ps124-5 .ul1 .img {
  padding-top: 56.1253561254%;
  border-radius: 0.08rem;
}
.ps124-5 .ul1 .text {
  padding-top: 0.28rem;
}
.ps124-5 .ul2 {
  margin-top: 0.24rem;
  margin-bottom: 0.25rem;
}
.ps124-5 .ul2 .li {
  width: 23.7623762376%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.ps124-5 .ul2 .li:nth-child(4n) {
  margin-right: 0;
}
.ps124-5 .ul2 .dd {
  padding: 0.2rem;
}
.ps124-5 .ul2 .img {
  padding-top: 133.3333333333%;
  border-radius: 0.08rem;
}
.ps124-5 .ul2 .text {
  padding-top: 0.28rem;
}
.ps124-5 .btns {
  margin-top: 0.16rem;
}
.ps124-5 .c-edit_btn {
  margin-right: 0.5em;
}

.ps124-5_3 .form {
  margin-top: 0.27rem;
}
.ps124-5_3 .fitem {
  margin-bottom: 0.2rem;
}
.ps124-5_3 .tip {
  width: 0.7rem;
  color: #444;
}
.ps124-5_3 .inp-box {
  width: calc(100% - 0.7rem);
}
.ps124-5_3 .layui-upload-drag {
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps124-5_3 .ta {
  width: 100%;
  height: 3rem;
  padding: 0.1rem;
  border: 1px solid #eee;
}
.ps124-5_3 .btns {
  text-align: center;
}
.ps124-5_3 .button {
  width: 1.2rem;
  height: 0.4rem;
  color: #fff;
  margin: 0 0.05rem;
}
.ps124-5_3 .reset {
  background-color: #cccccc;
}
.ps124-5_3 .submit {
  background-color: #0597ef;
}

.ps124-61 .form {
  padding: 0.2rem 0.15rem 0.6rem;
  margin-top: 0.3rem;
}
.ps124-61 .form {
  margin-top: 0.27rem;
}
.ps124-61 .form .fitem {
  margin-bottom: 0.2rem;
}
.ps124-61 .form .tip {
  width: 0.7rem;
  color: #444;
}
.ps124-61 .form .inp-box {
  width: calc(100% - 0.7rem);
}
.ps124-61 .form .layui-upload-drag {
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps124-61 .form .ta {
  width: 100%;
  height: 3rem;
  padding: 0.1rem;
  border: 1px solid #eee;
}
.ps124-61 .btns {
  display: flex;
  justify-content: center;
  margin-top: 0.27rem;
}
.ps124-61 .button {
  width: 1.2rem;
  height: 0.4rem;
  color: #fff;
  border: none;
  margin: 0 0.05rem;
  cursor: pointer;
}
.ps124-61 .reset {
  background-color: #ccc;
}
.ps124-61 .submit {
  background-color: #0597ef;
}

.ps124-62 .ul {
  margin-top: 0.24rem;
  margin-bottom: 0.25rem;
}
.ps124-62 .li {
  width: 32.1782178218%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.ps124-62 .li:nth-child(3n) {
  margin-right: 0;
}
.ps124-62 .dd {
  padding: 0.2rem;
}
.ps124-62 .img {
  padding-top: 75.2112676056%;
  border-radius: 0.08rem 0.08rem 0 0;
}
.ps124-62 .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ps124-62 .text {
  margin-top: 0.28rem;
}
.ps124-62 .btns {
  margin-top: 0.16rem;
}
.ps124-62 .c-edit_btn {
  margin-right: 0.5em;
}

.ps124-7 {
  padding: 0.3rem;
}
.ps124-7 .tops .ip {
  width: 4.2rem;
}
.ps124-7 .tops .button {
  width: 0.8rem;
  height: 2em;
  border: none;
  background-color: #0597ef;
  color: #fff;
  margin-left: 0.1rem;
  cursor: pointer;
}
.ps124-7 .tab {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  color: #444;
}
.ps124-7 .tr {
  display: flex;
  padding: 0.18rem 0;
  border-bottom: solid 1px #f1f3f5;
}
.ps124-7 .tr:nth-child(1) {
  background-color: #e6eaed;
  color: #666;
}
.ps124-7 .td {
  line-height: 1.625;
}
.ps124-7 .td:nth-child(1) {
  width: 1.05rem;
  padding-left: 0.3rem;
}
.ps124-7 .td:nth-child(2) {
  width: 0.7rem;
}
.ps124-7 .td:nth-child(3) {
  width: 4.8rem;
}
.ps124-7 .td:nth-child(4) {
  width: 1.9rem;
}
.ps124-7 .td:nth-child(5) {
  width: 0.9rem;
}
.ps124-7 .td:nth-child(6) {
  width: 1.3rem;
}
.ps124-7 .td span {
  color: #999;
}

.ps124-8 .tops .ip {
  width: 4.2rem;
}
.ps124-8 .tops .button {
  width: 0.8rem;
  height: 2em;
  border: none;
  background-color: #0597ef;
  color: #fff;
  margin-left: 0.1rem;
  cursor: pointer;
}
.ps124-8 .tab {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  color: #444;
}
.ps124-8 .tr {
  display: flex;
  padding: 0.18rem 0;
  border-bottom: solid 1px #f1f3f5;
}
.ps124-8 .tr:nth-child(1) {
  background-color: #e6eaed;
  color: #666;
}
.ps124-8 .td {
  line-height: 1.625;
}
.ps124-8 .td:nth-child(1) {
  width: 1.1rem;
  padding-left: 0.3rem;
}
.ps124-8 .td:nth-child(2) {
  width: 2.5rem;
}
.ps124-8 .td:nth-child(3) {
  width: 1.3rem;
}
.ps124-8 .td:nth-child(4) {
  width: 1.3rem;
}
.ps124-8 .td:nth-child(5) {
  width: 1.2rem;
}
.ps124-8 .td:nth-child(6) {
  width: 1.1rem;
}
.ps124-8 .td span {
  color: #999;
}
.ps124-8 .c-edit_btn {
  color: #f17a3a;
}

.ps124-9 .form {
  margin-top: 0.3rem;
}
.ps124-9 .submit {
  width: 0.8rem;
  height: 2em;
  background-color: #0597ef;
  color: #fff;
  cursor: pointer;
}
.ps124-9 .ip {
  margin-right: 0.1rem;
}
.ps124-9 .com-select {
  margin-right: 0.1rem;
}
.ps124-9 .tab {
  margin-top: 0.3rem;
  color: #444;
}
.ps124-9 .tr {
  display: flex;
  padding: 0.23rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.ps124-9 .th {
  padding: 0.2rem 0;
  color: #666;
  background-color: #e6eaed;
  border-radius: 0.06rem;
}
.ps124-9 .td:nth-child(1) {
  width: 1rem;
  padding-left: 0.3rem;
}
.ps124-9 .td:nth-child(2) {
  width: 2rem;
}
.ps124-9 .td:nth-child(3) {
  width: 1.8rem;
}
.ps124-9 .td:nth-child(4) {
  width: 1.6rem;
}
.ps124-9 .td:nth-child(5) {
  width: 1.2rem;
  text-align: center;
}
.ps124-9 .td:nth-child(6) {
  width: 1.2rem;
  text-align: center;
}
.ps124-9 .aa {
  display: inline-flex;
  align-items: center;
  color: #999;
}
.ps124-9 .aa .ic {
  width: 1em;
}

.ps125-1 .tops {
  margin-top: 0.16rem;
}
.ps125-1 .aa {
  line-height: 2.5;
  height: 2.5em;
  cursor: pointer;
}
.ps125-1 .lab-check {
  margin-left: 0;
  margin-right: 0.14rem;
}
.ps125-1 .tab {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  color: #444;
  border: solid 1px #f1f3f5;
}
.ps125-1 .th {
  background-color: #e6eaed !important;
}
.ps125-1 .tr {
  display: flex;
  padding: 0.25rem 0;
  border-bottom: solid 1px #f1f3f5;
}
.ps125-1 .tr:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.ps125-1 .tr:last-child {
  border-bottom: none;
}
.ps125-1 .td:nth-child(1) {
  width: 2.1rem;
  padding-left: 0.3rem;
}
.ps125-1 .td:nth-child(2) {
  width: 1.7rem;
}
.ps125-1 .td:nth-child(3) {
  width: 1.5rem;
}
.ps125-1 .td:nth-child(4) {
  width: 1.5rem;
}
.ps125-1 .td:nth-child(5) {
  width: 2.5rem;
}
.ps125-1 .td:nth-child(6) {
  width: 1.3rem;
}
.ps125-2 .fl_item {
  width: 1.8rem;
  margin-right: 0.1rem;
}
.ps125-2 .aa {
  line-height: 2.5em;
  height: 2.5em;
}
.ps125-2 .cs_cur {
  line-height: 0.4rem;
}
.ps125-2 .submit {
  height: 0.4rem;
  cursor: pointer;
}
.ps125-2 .com-inp {
  height: 0.4rem;
}
.ps125-2 .tab {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
}
.ps125-2 .tr {
  display: flex;
  padding: 0.25rem 0;
  border-bottom: solid 1px #f1f3f5;
}
.ps125-2 .tr:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.ps125-2 .tr:last-child {
  border-bottom: none;
}
.ps125-2 .td {
  line-height: 1.625;
}
.ps125-2 .td:nth-child(1) {
  width: 1.5rem;
  padding-left: 0.3rem;
}
.ps125-2 .td:nth-child(2) {
  width: 1.3rem;
}
.ps125-2 .td:nth-child(3) {
  width: 2.6rem;
}
.ps125-2 .td:nth-child(4) {
  width: 1.5rem;
}
.ps125-2 .td:nth-child(5) {
  width: 1rem;
}
.ps125-2 .td:nth-child(6) {
  width: 1.4rem;
}
.ps125-2 .ti {
  display: inline-block;
  line-height: 1.5;
  border-radius: 0.04rem;
  border: solid 1px rgba(5, 151, 239, 0.3);
  color: #0597ef;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}
.ps125-2 .watch {
  display: inline-flex;
  align-items: center;
  color: #666;
}
.ps125-2 .watch img {
  width: 1em;
  margin-right: 0.05rem;
}

.ps125-2-d2 .form {
  margin-top: 0.3rem;
}
.ps125-2-d2 .form .fbox {
  justify-content: space-between;
  flex-wrap: wrap;
}
.ps125-2-d2 .form .fitem {
  width: 48.6956521739%;
  margin-bottom: 0.2rem;
  display: flex;
}
.ps125-2-d2 .form .sp {
  width: 0.86rem;
  line-height: 0.4rem;
  flex-shrink: 0;
  color: #444;
}
.ps125-2-d2 .form .input {
  width: calc(100% - 0.86rem);
}
.ps125-2-d2 .form .inp {
  width: 100%;
  height: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  border: solid 1px #eeeeee;
  padding: 0 0.14rem;
}
.ps125-2-d2 .form .inp::-moz-placeholder {
  color: #999;
}
.ps125-2-d2 .form .inp::placeholder {
  color: #999;
}
.ps125-2-d2 .form .ta {
  width: 100%;
  height: 1.6rem;
  background-color: #ffffff;
  border-radius: 0.08rem;
  border: solid 1px #eeeeee;
  padding: 0.1rem 0.14rem;
}
.ps125-2-d2 .btns {
  display: flex;
  justify-content: center;
}
.ps125-2-d2 .btn {
  width: 1.2rem;
  height: 0.4rem;
  text-align: center;
  color: #fff;
  border: none;
  margin: 0 0.05rem;
  cursor: pointer;
}
.ps125-2-d2 .btn1 {
  background-color: #ccc;
}
.ps125-2-d2 .btn2 {
  background-color: #0597ef;
}

.ps125-2-d31 .tab {
  color: #444;
  margin-top: 0.2rem;
  border: solid 1px #f1f3f5;
}
.ps125-2-d31 .tr {
  min-height: 0.56rem;
  align-items: center;
  border-bottom: solid 1px #f1f3f5;
}
.ps125-2-d31 .tr:nth-child(1) {
  background-color: #e6eaed !important;
  color: #666;
}
.ps125-2-d31 .tr:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.ps125-2-d31 .td:nth-child(1) {
  width: 1.4rem;
  padding-left: 0.3rem;
}
.ps125-2-d31 .td:nth-child(2) {
  width: 1.4rem;
}
.ps125-2-d31 .td:nth-child(3) {
  width: 1.9rem;
}
.ps125-2-d31 .td:nth-child(4) {
  width: 3.4rem;
}
.ps125-2-d31 .td:nth-child(5) {
  width: 2.4rem;
}
.ps125-2-d31 .aa {
  color: #0597ef;
}

.ps125-2-d32 .ps-top1 .tags {
  background-color: #f7f9fb;
}
.ps125-2-d32 .man-info {
  width: 8rem;
  line-height: 2;
  margin-top: 0.1rem;
}
.ps125-2-d32 .man-info .mi_i {
  width: 2.2rem;
}
.ps125-2-d32 .man-info .mi_i:nth-child(2n) {
  width: 4rem;
}
.ps125-2-d32 .man-info .sp1 {
  color: #666;
}
.ps125-2-d32 .line {
  height: 1px;
  background-color: #eee;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.ps125-2-d32 .item {
  margin-bottom: 0.27rem;
}
.ps125-2-d32 .item:last-child {
  margin-bottom: 0;
}
.ps125-2-d32 .tab {
  background-color: #f7f9fb;
  margin-top: 0.16rem;
}
.ps125-2-d32 .tr {
  height: 0.56rem;
  border-radius: 0.08rem 0.08rem 0 0;
}
.ps125-2-d32 .tr:first-child {
  background-color: #e6eaed;
}
.ps125-2-d32 .td:nth-child(1) {
  width: 1.4rem;
  padding-left: 0.2rem;
}
.ps125-2-d32 .td:nth-child(2) {
  width: 1.2rem;
}
.ps125-2-d32 .td:nth-child(3) {
  width: 2.2rem;
}
.ps125-2-d32 .td:nth-child(4) {
  width: 4.8rem;
}
.ps125-2-d32 .td:nth-child(5) {
  width: 1rem;
}
.ps125-2-d32 .param .sp1 {
  margin-right: 0.32rem;
}
.ps125-2-d32 .tip {
  color: #999;
}
.ps125-2-d32 .ip-box {
  padding-right: 0.1rem;
}
.ps125-2-d32 .com-select {
  width: 1rem;
  margin-right: 0.04rem;
  background-color: #fff;
}
.ps125-2-d32 .pf-img {
  width: 0.4rem;
  height: 0.4rem;
  box-shadow: 0 0 0 1px #eee;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps125-2-d32 .pf-img .pf-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ps125-2-d32 .pf-img .pf-ic {
  width: 100%;
  height: 100%;
}

.ps126 {
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.3rem;
  min-height: 6rem;
}
.ps126 .form {
  width: 4.8rem;
  margin: 0 auto;
  margin-top: 0.56rem;
}
.ps126 .fitem {
  margin-bottom: 0.3rem;
}
.ps126 .ft {
  margin-bottom: 0.1rem;
  color: #444;
}
.ps126 .inp {
  position: relative;
}
.ps126 .ip {
  width: 100%;
  height: 0.48rem;
  border-radius: 0.08rem;
  border: solid 1px rgba(229, 229, 229, 0.9);
  padding: 0 0.18rem;
}
.ps126 .get-code {
  width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bbbbbb;
  border-radius: 0.06rem;
  color: #fff;
  cursor: pointer;
}
.ps126 .get-code.gray {
  pointer-events: none;
}
.ps126 .submit {
  width: 100%;
  height: 0.48rem;
  background-color: #0597ef;
  border-radius: 0.08rem;
  border: none;
  color: #fff;
  cursor: pointer;
}

.ps127 {
  background-color: #fff;
  border-radius: 0.06rem;
  padding: 0.3rem;
  padding-bottom: 0.5rem;
  min-height: 6rem;
}
.ps127 .tab {
  margin-top: 0.27rem;
  margin-bottom: 0.5rem;
}
.ps127 .t-head {
  background-color: #e6eaed;
  border-radius: 6px;
}
.ps127 .t-head .t-row {
  padding: 0.18rem 0;
  border-bottom: none;
}
.ps127 .t-row {
  display: flex;
  padding: 0.22rem 0;
  border-bottom: 1px solid #eee;
  color: #666;
}
.ps127 .w1 {
  flex-grow: 1;
  padding: 0 0.3rem;
}
.ps127 .w2 {
  width: 2.3rem;
}
.ps127 .w3 {
  width: 1.1rem;
  white-space: nowrap;
}
.ps127 .te {
  color: #444;
}
.ps127 .time {
  color: #444;
}
.ps127 .aa {
  color: #666;
}
.ps127 .del {
  color: #0597ef;
  cursor: pointer;
}

.ps127-1 {
  padding-top: 0.35rem;
}
.ps127-1 .db_btn {
  color: #0597ef;
  background-color: #d6edfb;
}

.md-nav {
  position: relative;
  margin-bottom: 0.2rem;
}
.md-nav .nav-left {
  height: 100%;
}
.md-nav .nav-right {
  width: 2.58rem;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.06);
  z-index: 30;
  display: none;
}
.md-nav .nav-right.show {
  display: block;
}
.md-nav .tit {
  height: 0.64rem;
  padding: 0 0.3rem;
  background-image: linear-gradient(90deg, #009fe8 0%, #b6d31b 100%);
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.md-nav .tit .ii {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.md-nav .nav-box1 {
  height: 7.3rem;
  padding: 0.3rem;
}

.nav-item1 {
  margin-bottom: 0.2rem;
}
.nav-item1:last-child {
  margin-bottom: 0;
}
.nav-item1.on .it1-one {
  color: #0597ef;
}
.nav-item1.on .it1-one::before {
  background-image: url(../images/a18.png);
}
.nav-item1 .it1-one {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.nav-item1 .it1-one::before {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  left: calc(100% + 0.25em);
  top: 46%;
  transform: translateY(-50%);
  background-image: url(../images/a17.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.nav-item1 .it1-one .op {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-item1 .it1-two:hover {
  color: #0597ef;
}
.nav-item1 .it1-twobx {
  line-height: 1.7142857143;
  margin-top: 0.12rem;
}
.nav-item1 .it1-two {
  color: #666;
  display: inline-block;
  margin-right: 0.25em;
}

.nav-item2 {
  width: 100%;
  height: 100%;
  display: none;
}
.nav-item2.show {
  display: block;
}
.nav-item2 .it2-box {
  padding: 0.3rem;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.nav-item2 .tops {
  width: 100%;
}
.nav-item2 .bots {
  width: 100%;
}
.nav-item2 .it1-one {
  display: flex;
  align-items: center;
}
.nav-item2 .it1-one .op {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-item2 .it1-two:hover {
  color: #0597ef;
}
.nav-item2 .it1-twobx {
  line-height: 1.7142857143;
  margin-top: 0.12rem;
}
.nav-item2 .it1-two {
  color: #666;
  display: inline-block;
  margin-right: 0.25em;
}
.nav-item2 .ba {
  display: block;
  margin-top: 0.1rem;
}
.nav-item2 .ba .img {
  padding-top: 50.5050505051%;
}

.com-hot {
  padding: 0.1rem;
  margin-bottom: 0.2rem;
}
.com-hot .tit {
  display: flex;
  align-items: center;
  height: 0.56rem;
  padding: 0 0.2rem;
  border-radius: 0.08rem 0.08rem 0 0;
  background-color: #f6efe4;
  color: #f17a3a;
}
.com-hot .tit .ic {
  width: 1em;
  margin-right: 0.5em;
}
.com-hot .list {
  padding-left: 0.1rem;
  margin-top: 0.25rem;
}
.com-hot .li {
  margin-bottom: 0.2rem;
}
.com-hot .li:nth-child(1) .la {
  color: #444;
}
.com-hot .li:nth-child(1) .num {
  color: #fff;
  background-color: #f17a3a;
}
.com-hot .li:nth-child(2) .la {
  color: #444;
}
.com-hot .li:nth-child(2) .num {
  color: #fff;
  background-color: rgba(241, 122, 58, 0.7);
}
.com-hot .li:nth-child(3) .la {
  color: #444;
}
.com-hot .li:nth-child(3) .num {
  color: #fff;
  background-color: rgba(241, 122, 58, 0.5);
}
.com-hot .la {
  display: flex;
  align-items: center;
  color: #666;
}
.com-hot .num {
  width: 2em;
  height: 1.6666666667em;
  display: inline-flex;
  align-items: center;
  padding-left: 5px;
  -webkit-mask-image: url(../images/a22.png);
          mask-image: url(../images/a22.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #f1f3f5;
  margin-right: 0.75em;
  color: #666;
}
.com-filter .filt-box {
  padding: 0 0.3rem;
  line-height: 2;
}
.com-filter .fi-item1 {
  padding: 0.1rem 0;
  border-bottom: 1px solid #eee;
}
.com-filter .ft_tt {
  color: #999;
  width: 4em;
  flex-shrink: 0;
}
.com-filter .ft_a1 {
  margin-right: 1.5em;
  color: #444;
}
.com-filter .ft_a1.on, .com-filter .ft_a1:hover {
  color: #0597ef;
}
.com-filter .ft-bots {
  padding: 0.3rem 0;
}
.com-filter .fbox1 .fitem {
  width: 30.2752293578%;
  margin-right: 4.5871559633%;
  margin-bottom: 0.2rem;
}
.com-filter .fbox1 .fitem:nth-child(3n) {
  margin-right: 0;
}
.com-filter .ip-box {
  flex-grow: 1;
}
.com-filter .ip-box .ip {
  width: 100%;
  height: 0.32rem;
  border-radius: 0.04rem;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  padding: 0 0.1rem;
}
.com-filter .fsp {
  width: 2.5em;
  flex-shrink: 0;
}
.com-filter .f_line {
  width: 0.5em;
  height: 1px;
  background-color: #666;
  flex-shrink: 0;
  margin: 0 0.5em;
}

.lab-check {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.16rem;
  line-height: 1;
  cursor: pointer;
}
.lab-check.m0 {
  margin: 0;
}
.lab-check.selected .lab_ic {
  background-color: #0597ef;
  box-shadow: 0 0 0 1px inset #0597ef;
}
.lab-check.selected .lab_ic::before {
  opacity: 1;
}
.lab-check .rdo {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.lab-check .lab_ic {
  width: 1em;
  height: 1em;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-right: 0.05rem;
}
.lab-check .lab_ic::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/a32.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62.5% auto;
  opacity: 0;
}
.lab-check .lab_sp {
  color: #444;
}

.lab-rdo {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.16rem;
  cursor: pointer;
}
.lab-rdo.selected .lab_ic {
  box-shadow: 0 0 0 1px inset #0597ef;
}
.lab-rdo.selected .lab_ic::before {
  opacity: 1;
}
.lab-rdo.m0 {
  margin: 0;
}
.lab-rdo .rdo {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.lab-rdo .lab_ic {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 0 1px inset #ccc;
  margin-right: 0.4em;
}
.lab-rdo .lab_ic::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0597ef;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: scale(0.625);
  transform-origin: center;
  opacity: 0;
}
.lab-rdo .lab_sp {
  color: #444;
}

.qg-dialog .fitem {
  width: 100%;
  margin-bottom: 0.2rem;
}
.qg-dialog .sp1 {
  width: 0.9rem;
  line-height: 3em;
}
.qg-dialog .inp {
  width: calc(100% - 0.9rem);
}
.qg-dialog .inp2 .com-select {
  width: 1rem;
}
.qg-dialog .inp2 .com-inp {
  width: 2.1rem;
  text-align: center;
}
.qg-dialog .inp3 .com-select {
  width: 48%;
}
.qg-dialog .com-inp {
  color: #bbb;
}
.qg-dialog .ta {
  width: 100%;
  height: 1.44rem;
  padding: 0.12rem;
  border: solid 1px #e5e5e5;
}
.qg-dialog .submit {
  width: 100%;
  height: 3em;
  display: block;
  background-color: #0597ef;
  color: #fff;
}

.com-tab_bots {
  padding: 0.2rem 0.3rem;
  background-color: #f7f9fb;
}
.com-tab_bots .lab-check {
  margin-right: 0.2rem;
}
.com-tab_bots .c-read_btn {
  margin-right: 0.2rem;
}

.md2-0 .md3-type {
  margin-top: 0.2rem;
}
.md2-0 .md2-tab .td:nth-child(1) {
  width: 2rem;
  padding-left: 0.3rem;
}
.md2-0 .md2-tab .td:nth-child(2) {
  width: 0.9rem;
}
.md2-0 .md2-tab .td:nth-child(3) {
  width: 0.9rem;
}
.md2-0 .md2-tab .td:nth-child(4) {
  width: 0.65rem;
  width: 1rem;
}
.md2-0 .md2-tab .td:nth-child(5) {
  width: 0.6rem;
  width: 1rem;
}
.md2-0 .md2-tab .td:nth-child(6) {
  width: 1rem;
}
.md2-0 .md2-tab .td:nth-child(7) {
  width: 0.75rem;
  width: 1rem;
}
.md2-0 .md2-tab .td:nth-child(8) {
  width: 2.7rem;
}
.md2-0 .md2-tab .td:nth-child(9) {
  width: 1.4rem;
}
.md2-tab {
  color: #444;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  border: solid 1px #f1f3f5;
}
.md2-tab .thead .tr {
  background-color: #e6eaed !important;
  color: #666;
}
.md2-tab .tr {
  min-height: 0.72rem;
  align-items: center;
  border-bottom: solid 1px #f1f3f5;
  border: solid 1px #f1f3f5;
}
.md2-tab .tr:nth-child(2n) {
  background-color: #f7f9fb;
}
.md2-tab .td:nth-child(1) {
  width: 1.7rem;
  padding-left: 0.3rem;
}
.md2-tab .td:nth-child(2) {
  width: 0.7rem;
}
.md2-tab .td:nth-child(3) {
  width: 0.7rem;
}
.md2-tab .td:nth-child(4) {
  width: 0.65rem;
}
.md2-tab .td:nth-child(5) {
  width: 0.6rem;
}
.md2-tab .td:nth-child(6) {
  width: 1rem;
}
.md2-tab .td:nth-child(7) {
  width: 0.75rem;
}
.md2-tab .td:nth-child(8) {
  width: 2.9rem;
}
.md2-tab .td:nth-child(9) {
  width: 2rem;
}
.md2-2-1 {
  padding-top: 0.5rem;
}
.md2-2-1 .tab {
  color: #444;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  border: solid 1px #f1f3f5;
}
.md2-2-1 .thead .tr {
  background-color: #e6eaed !important;
  color: #666;
}
.md2-2-1 .tr {
  min-height: 0.72rem;
  align-items: center;
  border-bottom: solid 1px #f1f3f5;
  border: solid 1px #f1f3f5;
}
.md2-2-1 .tr:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.md2-2-1 .td:nth-child(1) {
  width: 2rem;
  padding-left: 0.3rem;
}
.md2-2-1 .td:nth-child(2) {
  width: 1.1rem;
}
.md2-2-1 .td:nth-child(3) {
  width: 1.1rem;
}
.md2-2-1 .td:nth-child(4) {
  width: 1.1rem;
}
.md2-2-1 .td:nth-child(5) {
  width: 1.1rem;
}
.md2-2-1 .td:nth-child(6) {
  width: 1.3rem;
}
.md2-2-1 .td:nth-child(7) {
  width: 1rem;
}
.md2-2-1 .td:nth-child(8) {
  width: 2.4rem;
}
.md2-2-2 .ul {
  margin-bottom: 0.5rem;
}
.md2-2-2 .li {
  margin-bottom: 0.2rem;
}
.md2-2-2 .dd {
  padding: 0.2rem;
  position: relative;
}
.md2-2-2 .imgs {
  width: 1.8rem;
}
.md2-2-2 .img {
  padding-top: 100%;
}
.md2-2-2 .text {
  width: 8.7rem;
  margin-left: 0.4rem;
}
.md2-2-2 .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.md2-2-2 .tic {
  width: 1em;
  margin-right: 0.5em;
}
.md2-2-2 .h3 {
  color: #222;
  margin-top: 0.14rem;
}
.md2-2-2 .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.14rem;
}
.md2-2-2 .price {
  color: #ff0000;
  margin-top: 0.24rem;
}
.md2-2-2 .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-left: 1px solid #eee;
}
.md2-2-2 .btns img {
  width: 0.5em;
}

.md2-2-2_1 {
  padding-bottom: 0.5rem;
}
.md2-2-2_1 .swipers {
  width: 3.65rem;
}
.md2-2-2_1 .swiper2 {
  margin-top: 0.08rem;
  padding: 0 0.2rem;
}
.md2-2-2_1 .sw2 {
  cursor: pointer;
}
.md2-2-2_1 .my-active::before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0.08rem;
  border: solid 2px #0597ef;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.md2-2-2_1 .img1 {
  padding-top: 100%;
}
.md2-2-2_1 .img2 {
  padding-top: 100%;
}
.md2-2-2_1 .sbtn {
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.md2-2-2_1 .prev {
  left: 0;
  background-image: url(../images/a40.png);
}
.md2-2-2_1 .next {
  right: 0;
  background-image: url(../images/a41.png);
}
.md2-2-2_1 .texts {
  width: 8rem;
  padding: 0.5rem 0.5rem;
}
.md2-2-2_1 .line {
  height: 1px;
  background-color: #eeeeee;
  margin-top: 0.27rem;
}
.md2-2-2_1 .btns {
  margin-top: 0.5rem;
}
.md2-2-2_1 .back {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 0.4rem;
  padding: 0 0.2rem;
  background-color: #d6edfb;
  color: #0597ef;
}
.md2-2-2_1 .back img {
  width: 1em;
  margin-left: 0.75em;
}
.md2-2-2_1 .list {
  line-height: 2.25;
  margin-top: 0.2rem;
}
.md2-2-2_1 .li:nth-child(2n-1) {
  width: 2.3rem;
}
.md2-2-2_1 .li:nth-child(2n-1) .sp {
  width: 5.5em;
}
.md2-2-2_1 .li:nth-child(2n) {
  width: 4rem;
}
.md2-2-2_1 .li:nth-child(2n) .sp {
  width: 5.5em;
}
.md2-2-2_1 .sp {
  color: #666;
  display: inline-block;
}

.md2-2-2_2 {
  padding-top: 0.25rem;
}
.md2-2-2_2 .line {
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 0.1rem;
  margin-bottom: 0.3rem;
}
.md2-2-2_2 .text {
  line-height: 1.875;
  color: #444;
}

.md2-2-3 .list {
  margin-bottom: 0.3rem;
}
.md2-2-3 .li {
  width: 2.26rem;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.md2-2-3 .li:nth-child(5n) {
  margin-right: 0;
}
.md2-2-3 .dd {
  cursor: pointer;
}
.md2-2-3 .dd:hover .mask {
  opacity: 1;
}
.md2-2-3 .img {
  padding-top: 100%;
}
.md2-2-3 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(39, 170, 189, 0.8) 0%, rgba(143, 200, 70, 0.8) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.md2-2-3 .ic {
  width: 1em;
}

.soft-list1 {
  margin-bottom: 0.3rem;
}
.soft-list1 .li {
  width: 32.1782178218%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.soft-list1 .li:nth-child(3n) {
  margin-right: 0;
}
.soft-list1 .dd {
  background-color: #fff;
}
.soft-list1 .img {
  position: relative;
  padding-top: calc(197 / 351 * 100%);
  border-radius: 0.08rem 0.08rem 0 0;
}
.soft-list1 .text {
  padding: 0.18rem;
  position: relative;
  color: #222;
  text-align: center;
}

.soft-list2 {
  margin-bottom: 0.5rem;
}
.soft-list2 .li {
  margin-bottom: 0.2rem;
}
.soft-list2 .dd {
  padding: 0.2rem;
  position: relative;
}
.soft-list2 .imgs {
  width: 1.8rem;
}
.soft-list2 .img {
  padding-top: 100%;
}
.soft-list2 .text {
  width: 8.7rem;
  margin-left: 0.4rem;
}
.soft-list2 .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.soft-list2 .tic {
  width: 1em;
  margin-right: 0.5em;
}
.soft-list2 .h3 {
  color: #222;
  margin-top: 0.14rem;
}
.soft-list2 .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.16rem;
}
.soft-list2 .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-left: 1px solid #eee;
}
.soft-list2 .btns img {
  width: 0.5em;
}

.soft-list3 {
  margin-bottom: 0.2rem;
}
.soft-list3 .li {
  width: 48.6798679868%;
  margin-bottom: 0.3rem;
}
.soft-list3 .img {
  padding-top: 56.2711864407%;
}
.soft-list3 .text {
  margin-top: 0.25rem;
}
.soft-list3 .h3 {
  color: #222;
}
.soft-list3 .intro {
  color: #666;
  line-height: 1.8571428571;
  margin-top: 0.1rem;
}

.news-list {
  margin-bottom: 0.2rem;
}
.news-list .li {
  width: 48.6798679868%;
  margin-bottom: 0.3rem;
}
.news-list .img {
  padding-top: 56.2711864407%;
}
.news-list .text {
  margin-top: 0.25rem;
}
.news-list .h3 {
  color: #222;
}
.news-list .intro {
  color: #666;
  line-height: 1.8571428571;
  margin-top: 0.1rem;
}

.flower-list1 {
  margin-bottom: 0.3rem;
}
.flower-list1 .li {
  width: 32.1782178218%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.flower-list1 .li:nth-child(3n) {
  margin-right: 0;
}
.flower-list1 .dd {
  padding: 0.2rem;
  background-color: #fff;
}
.flower-list1 .img {
  position: relative;
  padding-top: calc(197 / 351 * 100%);
}
.flower-list1 .text {
  margin-top: 0.15rem;
  position: relative;
  color: #222;
}
.flower-list1 .text::after {
  content: "";
  width: 0.5em;
  height: 1em;
  background-image: url(../images/a17.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.flower-list2 {
  margin-bottom: 0.5rem;
}
.flower-list2 .li {
  margin-bottom: 0.2rem;
}
.flower-list2 .dd {
  padding: 0.2rem;
  position: relative;
}
.flower-list2 .imgs {
  width: 3.44rem;
}
.flower-list2 .img {
  padding-top: 56.3953488372%;
}
.flower-list2 .text {
  width: 6.8rem;
  margin-left: 0.6rem;
}
.flower-list2 .h3 {
  color: #222;
}
.flower-list2 .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.2rem;
}
.flower-list2 .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-left: 1px solid #eee;
}
.flower-list2 .btns img {
  width: 0.5em;
}

.flower-list3 {
  margin-bottom: 0.3rem;
}
.flower-list3 .li {
  width: 23.7623762376%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.flower-list3 .li:nth-child(4n) {
  margin-right: 0;
}
.flower-list3 .dd {
  display: block;
}
.flower-list3 .img {
  position: relative;
  padding-top: calc(384 / 288 * 100%);
}
.flower-list3 .text {
  margin-top: 0.15rem;
  position: relative;
  text-align: center;
  color: #222;
}

.recruit-list {
  margin-top: 0.27rem;
  margin-bottom: 0.3rem;
}
.recruit-list .li {
  width: 32.1782178218%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.2rem;
}
.recruit-list .li:nth-child(3n) {
  margin-right: 0;
}
.recruit-list .dd {
  height: 100%;
  padding: 0.36rem 0.32rem;
  background-color: #fff;
}
.recruit-list .top {
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #eee;
}
.recruit-list .bot {
  padding-top: 0.1rem;
}
.recruit-list .name {
  color: #222;
}
.recruit-list .num {
  color: #0597ef;
}
.recruit-list .te {
  line-height: 2.1428571429;
  color: #666;
}
.recruit-list .tags {
  margin-top: 0.12rem;
}
.recruit-list .ti {
  display: inline-block;
  line-height: 1.7142857143;
  padding: 0 0.5em;
  box-shadow: 0 0 0 1px inset rgba(5, 151, 239, 0.3);
  color: #0597ef;
  margin-bottom: 0.5em;
}
.recruit-list .btns {
  margin-top: 0.2rem;
}
.recruit-list .aa {
  display: inline-block;
  line-height: 0.32rem;
  background-color: #0597ef;
  color: #fff;
  padding: 0 0.18rem;
}

.md2-2-9_2 {
  min-height: calc(100% - 0.8rem);
}
.md2-2-9_2 .tops {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.28rem;
  align-items: flex-end;
}
.md2-2-9_2 .h2 {
  margin-bottom: 0.2rem;
}
.md2-2-9_2 .te {
  color: #666;
  margin-right: 0.3rem;
}
.md2-2-9_2 .ti {
  display: inline-block;
  line-height: 1.7142857143;
  padding: 0 0.5em;
  box-shadow: 0 0 0 1px inset rgba(5, 151, 239, 0.3);
  color: #0597ef;
}
.md2-2-9_2 .num {
  color: #0597ef;
  margin-bottom: 0.1rem;
}
.md2-2-9_2 .ci {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #eee;
}
.md2-2-9_2 .d1 {
  position: relative;
  padding-left: 0.5em;
}
.md2-2-9_2 .d1::before {
  content: "";
  width: 3px;
  height: 1em;
  background-color: #0597ef;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md2-2-9_2 .d2 {
  line-height: 1.875;
  color: #444;
  margin-top: 0.14rem;
}
.md2-2-9_2 .btns {
  text-align: center;
  margin-top: 0.3rem;
}
.md2-2-9_2 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.5rem;
  padding: 0 0.25rem;
  margin: 0 0.1rem;
}
.md2-2-9_2 .btn img {
  width: 1em;
  margin-left: 0.75em;
}
.md2-2-9_2 .btn1 {
  color: #0597ef;
  background-color: #d6edfb;
}
.md2-2-9_2 .btn2 {
  color: #fff;
  background-color: #0597ef;
}

.company-1 .box {
  margin-top: 0.16rem;
}
.company-1 .imgs {
  width: 3.6rem;
}
.company-1 .img {
  padding-top: 75%;
}
.company-1 .text {
  width: 7.6rem;
  line-height: 1.75;
  color: #444;
}

.company-2 .box {
  margin-top: 0.16rem;
}
.company-2 .imgs {
  width: 3.6rem;
}
.company-2 .img {
  padding-top: 75%;
}
.company-2 .text {
  width: 7.6rem;
  line-height: 1.75;
  color: #444;
}

.company-3 .swiper {
  margin-top: 0.16rem;
  position: relative;
}
.company-3 .sw {
  text-align: center;
}
.company-3 .sw .ii {
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.company-3 .text {
  margin-top: 0.14rem;
}
.company-3 .sbtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #f1f3f5;
  cursor: pointer;
  position: absolute;
  top: 0.84rem;
  z-index: 30;
}
.company-3 .sbtn:hover {
  background-color: #0597ef;
}
.company-3 .sbtn:hover img {
  filter: brightness(0) invert(1);
}
.company-3 .prev {
  left: -0.5em;
}
.company-3 .next {
  right: -0.5em;
}

.company-4 .text {
  margin-top: 0.2rem;
  line-height: 1.75;
  color: #444;
}

.card-tops {
  height: 0.56rem;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  background-color: #f7f9fb;
  border-radius: 0.08rem 0.08rem 0 0;
}
.card-tops .c_ic {
  width: 1em;
  margin-right: 0.5em;
}

.com-message {
  background-color: #fff;
}
.com-message .fi {
  margin-bottom: 0.2rem;
  position: relative;
}
.com-message .ip {
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  border-radius: 0.08rem;
  border: solid 1px #eee;
  padding: 0 1em;
}
.com-message .ta {
  width: 100%;
  height: 1rem;
  background-color: #fff;
  border-radius: 0.08rem;
  border: solid 1px #eee;
  padding: 1em;
}
.com-message .yzm {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.com-message .submit {
  width: 100%;
  height: 0.4rem;
  color: #fff;
  background-color: #0597ef;
  border-radius: 0.08rem;
}

.com-shopInfo {
  background-color: #fff;
}
.com-shopInfo .h2 {
  line-height: 1.3333333333;
}
.com-shopInfo .archive {
  display: flex;
  align-items: center;
  color: #666;
  margin-top: 0.14rem;
}
.com-shopInfo .archive img {
  width: 1em;
  margin-left: 0.5em;
}
.com-shopInfo .list {
  margin-top: 0.14rem;
  z-index: 3;
}
.com-shopInfo .li {
  display: flex;
  color: #444;
  line-height: 1.4285714286;
  margin-bottom: 0.75em;
}
.com-shopInfo .li img {
  width: 1em;
}
.com-shopInfo .lv {
  display: inline-block;
  line-height: 1.3333333333em;
  padding: 0 0.5em;
  box-shadow: 0 0 0 1px inset #0597ef;
  color: #0597ef;
}
.com-shopInfo .sp {
  width: 3em;
  flex-shrink: 0;
  color: #999;
}
.com-shopInfo .ewm {
  padding-top: 0.14rem;
  margin-top: 0.2rem;
  border-top: 1px solid #f1f3f5;
}
.com-shopInfo .ewm .ii {
  width: 0.7rem;
}
.com-shopInfo .ewm .ete {
  width: 1.15rem;
  line-height: 2;
  color: #666;
}
.com-shopInfo .btns {
  margin-top: 0.14rem;
}
.com-shopInfo .button {
  width: 100%;
  height: 0.4rem;
  background-color: #d6edfb;
  color: #0597ef;
  cursor: pointer;
}
.com-shopInfo .success {
  width: 1.11rem;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  z-index: 0;
}

.com-city .cc-box {
  padding: 0.2rem 0.3rem;
}
.com-city .ci {
  width: 0.96rem;
  margin-bottom: 0.1rem;
}
.com-city .ca {
  text-align: center;
  line-height: 0.32rem;
  border-radius: 0.08rem;
  color: #666;
  background-color: #f7f9fb;
}

.com-hire .tops {
  height: 0.56rem;
  padding: 0 0.3rem;
  border-radius: 0.08rem 0.08rem 0 0;
}
.com-hire .tle {
  display: inline-flex;
  align-items: center;
}
.com-hire .tle .c_ic {
  height: 1em;
  margin-right: 0.3em;
}
.com-hire .more {
  color: #999;
}
.com-hire .bots {
  padding: 0 0.3rem;
}
.com-hire .ul {
  padding: 0.2rem 0;
  border-top: 1px solid #eee;
}
.com-hire .li {
  margin-bottom: 0.2rem;
}
.com-hire .li:last-child {
  margin-bottom: 0;
}
.com-hire .aa {
  color: #444;
  display: block;
}

.com-buyer .bots {
  padding: 0.25rem 0.3rem 0.3rem;
}
.com-buyer .bli {
  margin-bottom: 0.14rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #f1f3f5;
}
.com-buyer .bli:last-child {
  margin-bottom: 0;
  border: none;
}
.com-buyer .bic {
  width: 1em;
  flex-shrink: 0;
  margin-right: 0.08rem;
}
.com-buyer .bt1 {
  color: #444;
  line-height: 1.625;
}
.com-buyer .bt2 {
  color: #999;
  line-height: 1.6666666667;
}
.com-buyer .aa {
  line-height: 0.4rem;
  background-color: #f17a3a;
  color: #fff;
  text-align: center;
}

.pro_sup-list1 {
  margin-bottom: 0.5rem;
}
.pro_sup-list1 .li {
  margin-bottom: 0.2rem;
}
.pro_sup-list1 .dd {
  display: flex;
}
.pro_sup-list1 .le {
  width: 10.5rem;
  padding: 0.2rem;
  align-items: center;
  border-right: 1px solid #eee;
}
.pro_sup-list1 .ri {
  width: 1.6rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.pro_sup-list1 .imgs {
  width: 1.8rem;
}
.pro_sup-list1 .img {
  padding-top: 100%;
}
.pro_sup-list1 .text {
  width: 7.5rem;
  margin-left: 0.4rem;
}
.pro_sup-list1 .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.1rem;
  margin-bottom: 0.22rem;
}
.pro_sup-list1 .d3 {
  color: #666;
}
.pro_sup-list1 .lv {
  line-height: 1.3333333333;
  padding: 0 0.5em;
  box-shadow: 0 0 0 1px inset #0597ef;
  color: #0597ef;
  margin: 0 0.1rem;
}
.pro_sup-list1 .ic {
  width: 1em;
}
.pro_sup-list1 .time {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #666;
}
.pro_sup-list1 .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.5em;
}
.pro_sup-list1 .btn {
  display: block;
  background-color: #d6edfb;
  color: #0597ef;
  line-height: 2;
  margin-top: 0.2rem;
}

.pro_sup-list2 {
  margin-bottom: 0.3rem;
}
.pro_sup-list2 .li {
  width: 18.6468646865%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.3rem;
}
.pro_sup-list2 .li:nth-child(5n) {
  margin-right: 0;
}
.pro_sup-list2 .dd:hover .mask {
  opacity: 1;
}
.pro_sup-list2 .top {
  position: relative;
}
.pro_sup-list2 .img {
  padding-top: 100%;
}
.pro_sup-list2 .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(39, 170, 189, 0.8) 0%, rgba(143, 200, 70, 0.8) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
.pro_sup-list2 .btn {
  width: 1rem;
  line-height: 2;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  cursor: pointer;
}
.pro_sup-list2 .bot {
  margin-top: 0.27rem;
}
.pro_sup-list2 .name {
  margin-top: 0.14rem;
}
.pro_sup-list2 .d3 {
  color: #666;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
}
.pro_sup-list2 .lv {
  line-height: 1.3333333333;
  padding: 0 0.5em;
  box-shadow: 0 0 0 1px inset #0597ef;
  color: #0597ef;
}
.pro_sup-list2 .ic {
  width: 1em;
  margin-left: 0.1rem;
}

.md3-0 .list {
  display: none;
}
.md3-0 .list.show {
  display: block;
}

.md3-type {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
.md3-type .ti {
  padding: 0 0.18rem;
  line-height: 0.56rem;
  color: #444;
  cursor: pointer;
  border-right: 1px solid #f1f3f5;
}
.md3-type .ti.on {
  background-color: #0597ef;
  color: #fff;
}
.md3-type .ti2 {
  line-height: 0.56rem;
  padding: 0 0.25rem;
  cursor: pointer;
  display: inline-flex;
}
.md3-type .ti2 .ic {
  width: 0.5em;
  height: 1em;
  -webkit-mask-image: url(../images/a72.png);
          mask-image: url(../images/a72.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #999;
  margin-left: 0.25em;
}
.md3-type .tri {
  padding-right: 0.3rem;
}
.md3-type .list_ci {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-right: 0.3rem;
  cursor: pointer;
  color: #0597ef;
  filter: grayscale(1);
}
.md3-type .list_ci.on {
  filter: none;
}
.md3-type .list_ci .ic {
  height: 1em;
  margin-right: 0.5em;
}

.md4-0 .ps-top2 {
  padding: 0 0.2rem;
  color: #444;
}
.md4-0 .le {
  white-space: nowrap;
}
.md4-0 .le .com-select {
  margin-left: 0.1rem;
  width: 1.83rem;
}
.md4-0 .le .lab_ic {
  margin-left: 0.5em;
}

.md4-tab {
  color: #444;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  border: solid 1px #f1f3f5;
  color: #444;
}
.md4-tab .thead .tr {
  background-color: #e6eaed !important;
  color: #666;
  border-radius: 0.08rem 0.08rem 0 0;
}
.md4-tab .tr {
  min-height: 0.72rem;
  align-items: center;
  border-bottom: solid 1px #f1f3f5;
  border: solid 1px #f1f3f5;
  position: relative;
}
.md4-tab .tr:hover::before {
  content: "";
  width: 0.04rem;
  height: 100%;
  background-image: linear-gradient(180deg, #26aabc 0%, #8fc848 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.md4-tab .tr:hover .del {
  opacity: 1;
}
.md4-tab .tr:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.md4-tab .td:nth-child(1) {
  width: 2.1rem;
  padding-left: 0.3rem;
}
.md4-tab .td:nth-child(2) {
  width: 1.7rem;
}
.md4-tab .td:nth-child(3) {
  width: 1.5rem;
}
.md4-tab .td:nth-child(4) {
  width: 1.5rem;
}
.md4-tab .td:nth-child(5) {
  width: 2.1rem;
}
.md4-tab .td:nth-child(6) {
  width: 1.4rem;
}
.md4-tab .aa {
  display: inline-block;
  padding: 0 0.2rem;
  line-height: 2;
  background-color: #d6edfb;
  color: #0597ef;
}
.md4-tab .aa:hover {
  background-color: #fff;
}
.md4-tab .del {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/a48.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  opacity: 0;
}

.md4-0_2 .citem {
  width: 5.9rem;
}
.md4-0_2 .title {
  padding: 0.2rem 0.27rem;
  border-radius: 0.08rem 0.08rem 0 0;
  background-color: #e6eaed;
  color: #222;
}
.md4-0_2 .list1 {
  border-bottom: 1px solid #f1f3f5;
}
.md4-0_2 .li {
  width: 50%;
  margin-bottom: 0.16rem;
  display: flex;
}
.md4-0_2 .li:nth-child(2n-1) .sp1 {
  width: 0.95rem;
}
.md4-0_2 .li:nth-child(2n) .sp1 {
  width: 0.8rem;
}
.md4-0_2 .li .sp1 {
  flex-shrink: 0;
  color: #666;
}
.md4-0_2 .btn {
  margin-top: 0.2rem;
}
.md4-0_2 .info .ava {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.md4-0_2 .info .ite {
  line-height: 2;
  vertical-align: middle;
}
.md4-0_2 .info .isp {
  color: #666;
}
.md4-0_2 .info img {
  height: 1.2em;
  line-height: 2em;
  position: relative;
  top: -0.1em;
}

.com-filter .filt3-0 {
  flex-grow: 1;
}
.com-filter .filt3-0 .fitem {
  width: auto;
  margin-right: 0;
}
.com-filter .filt3-0 .ip-box {
  flex-grow: 0;
}
.com-filter .filt3-0 .tip {
  width: 0.86rem;
}
.com-filter .filt3-0 .button {
  color: #fff;
  width: 0.8rem;
  height: 2em;
}
.com-filter .filt3-0 .btn1 {
  background-color: #ccc;
}
.com-filter .filt3-0 .btn2 {
  background-color: #0597ef;
  margin-left: 0.1rem;
}

.com-filter .filt2-0 {
  flex-grow: 1;
}
.com-filter .filt2-0 .fitem {
  width: 3.3rem;
  margin-right: 0.45rem;
}
.com-filter .filt2-0 .fitem:nth-child(3n) {
  margin-right: 0;
}
.com-filter .filt2-0 .fsp {
  color: #444;
}
.com-filter .filt2-0 .ip-box {
  flex-grow: 0;
}
.com-filter .filt2-0 .tip {
  width: 0.86rem;
}
.com-filter .filt2-0 .com-select {
  width: 2.9rem;
}
.com-filter .filt2-0 .btns {
  width: 100%;
  margin-top: 0.1rem;
}
.com-filter .filt2-0 .button {
  color: #fff;
  width: 0.8rem;
  height: 2em;
}
.com-filter .filt2-0 .btn1 {
  background-color: #ccc;
}
.com-filter .filt2-0 .btn2 {
  background-color: #0597ef;
  margin-left: 0.1rem;
}

.ps-header {
  background-color: #fff;
  height: 0.9rem;
}
.ps-header .ps-h_fixed {
  min-width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 100;
}
.ps-header .h_cont {
  height: 0.9rem;
}
.ps-header .logo {
  display: inline-flex;
  align-items: center;
}
.ps-header .ii {
  height: 0.71rem;
}
.ps-header .li {
  margin-left: 0.4rem;
}
.ps-header .aa {
  color: #000;
  line-height: 0.9rem;
}
.ps-header .form {
  width: 3rem;
  margin-left: 0.56rem;
}
.ps-header .form .ip {
  width: 100%;
  height: 0.5rem;
  padding: 0 0.1rem;
  background-color: #ffffff;
  border: solid 1px #0597ef;
}
.ps-header .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0597ef;
  border-radius: 0 0.08rem 0.08rem 0;
  background-image: url(../images/a51.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32% auto;
}

.person-0 {
  margin: 0.3rem 0;
}
.person-0 .box {
  background-color: #e6eaed;
  padding: 0.16rem;
  padding-left: 0.3rem;
}
.person-0 .back {
  width: 1.2rem;
  height: 0.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #0597ef;
}
.person-0 .back img {
  height: 1em;
  margin-right: 0.5em;
}

.person-1 .box {
  height: 2.4rem;
}
.person-1 .p_le {
  width: 2.4rem;
  background-image: linear-gradient(90deg, #009fe8 0%, #b6d31b 100%);
  justify-content: center;
}
.person-1 .p_cent {
  width: 7.7rem;
  padding: 0 0.5rem;
}
.person-1 .p_ri {
  width: 5.1rem;
  padding: 0.5rem;
  box-shadow: -1px 0 0 0 #eee;
}
.person-1 .info {
  text-align: center;
}
.person-1 .ava {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: solid 0.04rem #75c064;
  margin: 0 auto;
}
.person-1 .ite {
  line-height: 1.625;
  color: #fff;
  margin-top: 0.14rem;
}
.person-1 .text {
  line-height: 1.875;
  color: #444;
}
.person-1 .text .ti {
  margin-bottom: 0.14rem;
}
.person-1 .text .ti:last-child {
  margin-bottom: 0;
}
.person-1 .text .tsp1 {
  color: #999;
}
.person-1 .btns {
  position: absolute;
  right: 0.5rem;
  bottom: 0.3rem;
}
.person-1 .btn {
  position: relative;
  text-align: center;
  margin-left: 0.1rem;
}
.person-1 .btn .bte1 {
  width: 1.2rem;
  line-height: 0.4rem;
  border-radius: 1rem;
}
.person-1 .btn .bte2 {
  position: absolute;
  right: 0;
  bottom: 90%;
  border-radius: 0.04rem 0.04rem 0.04rem 0px;
  line-height: 1.5em;
  padding: 0 0.4em;
}
.person-1 .btn1 .bte1 {
  background-color: #f6efe4;
  color: #f17a3a;
}
.person-1 .btn1 .bte2 {
  background-color: #f17a3a;
  color: #fff;
}
.person-1 .btn2 .bte1 {
  background-color: #e1f6e1;
  color: #6bbd70;
}
.person-1 .btn2 .bte2 {
  background-color: #6bbd70;
  color: #fff;
}
.person-1 .btn3 {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0.4rem;
  background-color: #e1f6e1;
  color: #6bbd70;
  padding: 0 0.2rem;
  border-radius: 1rem;
}
.person-1 .kte {
  line-height: 1.875;
  color: #444;
}
.person-1 .kte .sp1 {
  color: #999;
  display: inline-block;
  width: 5em;
}
.person-1 .kicon {
  text-align: center;
}
.person-1 .kicon .ewm {
  border: solid 1px #eeeeee;
  padding: 0.08rem;
  margin-bottom: 0.04rem;
}
.person-1 .kicon img {
  width: 0.71rem;
}

.person-2 {
  padding-bottom: 0.5rem;
}
.person-2 .ps2-item {
  width: 7.5rem;
  padding: 0 0.3rem;
  margin-top: 0.2rem;
}
.person-2 .ps2-item:nth-child(1), .person-2 .ps2-item:nth-child(2), .person-2 .ps2-item:nth-child(3) {
  width: 4.94rem;
}
.person-2 .ps2-top {
  padding-top: 0.25rem;
  padding-bottom: 0.16rem;
}
.person-2 .more {
  color: #666;
}
.person-2 .ps2-bot {
  min-height: 1.68rem;
  color: #444;
}
.person-2 .empty {
  height: 1.68rem;
  color: #666;
  border-top: 1px solid #eee;
}
.person-2 .em_href {
  color: #0597ef;
  background-color: #d6edfb;
  line-height: 0.4rem;
  padding: 0 0.67rem;
}

.ps2-1 .ul {
  border-top: 1px solid #f1f3f5;
}
.ps2-1 .li {
  border-bottom: 1px solid #f1f3f5;
}
.ps2-1 .dd {
  line-height: 0.48rem;
}

.ps2-2 .ul {
  border-top: 1px solid #f1f3f5;
}
.ps2-2 .li {
  border-bottom: 1px solid #f1f3f5;
}
.ps2-2 .dd {
  line-height: 0.48rem;
}
.ps2-2 .time {
  color: #999;
}

.ps2-3 .ul {
  border-top: 1px solid #f1f3f5;
}
.ps2-3 .li {
  border-bottom: 1px solid #f1f3f5;
}
.ps2-3 .dd {
  line-height: 0.48rem;
}
.ps2-3 .aa {
  width: 1.7rem;
}
.ps2-3 .num {
  width: 1.7rem;
  color: #999;
}
.ps2-3 .time {
  width: 1rem;
  color: #999;
}

.ps2-4 .li {
  width: 3.4rem;
}
.ps2-4 .dd {
  padding: 0.2rem;
  background-color: #f8f9fb;
}
.ps2-4 .imgs {
  width: 1rem;
}
.ps2-4 .img {
  padding-top: 100%;
}
.ps2-4 .text {
  width: 1.8rem;
}
.ps2-4 .d1 {
  color: #222;
  display: inline-block;
  position: relative;
}
.ps2-4 .d1::before {
  content: "";
  width: 0.5em;
  height: 1em;
  position: absolute;
  left: calc(100% + 0.25em);
  top: 46%;
  transform: translateY(-50%);
  background-image: url(../images/a17.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ps2-4 .time {
  line-height: 1.3333333333;
  color: #666;
  margin-top: 0.14rem;
}
.ps2-4 span {
  width: 1.3333333333em;
  text-align: center;
  display: inline-block;
  background-color: #ffeee5;
  color: #f17a3a;
  border-radius: 4px;
}

.ps2-5 .ul {
  border-top: 1px solid #f1f3f5;
}
.ps2-5 .li {
  border-bottom: 1px solid #f1f3f5;
}
.ps2-5 .dd {
  line-height: 0.48rem;
}
.ps2-5 .aa {
  width: 5rem;
}
.ps2-5 .num {
  width: 0.8rem;
  color: #999;
}
.ps2-5 .time {
  width: 1rem;
  color: #999;
}

.ps2-6 .li {
  width: 3.38rem;
}
.ps2-6 .dd {
  padding: 0.2rem;
  background-color: #f8f9fb;
}
.ps2-6 .imgs {
  width: 1.34rem;
}
.ps2-6 .img {
  padding-top: 74.6268656716%;
}
.ps2-6 .text {
  width: 1.5rem;
  line-height: 1.625;
  color: #222;
}

.ps2-7 .li {
  width: 3.4rem;
}
.ps2-7 .dd {
  padding: 0.2rem;
  background-color: #f8f9fb;
}
.ps2-7 .imgs {
  width: 1rem;
}
.ps2-7 .img {
  padding-top: 100%;
}
.ps2-7 .text {
  width: 1.8rem;
  color: #222;
  line-height: 1.8571428571;
}
.ps2-7 .t2 {
  color: #666;
}

.md-login {
  min-height: 100vh;
}
.md-login .login-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
}
.md-login .login-head .ic {
  height: 0.76rem;
  margin-right: 0.26rem;
}
.md-login .login-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.18rem 0;
}
.md-login .href {
  line-height: 2;
  color: rgba(255, 255, 255, 0.3);
}
.md-login .form-inner {
  width: 5.06rem;
  border-radius: 0.16rem;
  padding: 0.5rem;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}
.md-login .ip::-moz-placeholder {
  color: #999;
}
.md-login .ip::placeholder {
  color: #999;
}

.login-form1 .tit {
  text-align: center;
  letter-spacing: 2px;
  color: #222;
  margin-bottom: 0.27rem;
}
.login-form1 .input {
  margin-bottom: 0.2rem;
}
.login-form1 .input .ip {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.38rem;
  border: none;
}
.login-form1 .input .i_ic {
  width: 1em;
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
}
.login-form1 .submit {
  width: 100%;
  height: 0.48rem;
  background-color: #0597ef;
  color: #fff;
}
.login-form1 .text {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
}
.login-form1 .tei {
  margin-bottom: 0.12rem;
}
.login-form1 .oth1 img {
  width: 0.3rem;
}

.login-form2 .tit {
  text-align: center;
  letter-spacing: 2px;
  color: #222;
  margin-bottom: 0.27rem;
}
.login-form2 .tags {
  margin-bottom: 0.2rem;
}
.login-form2 .tag {
  margin: 0 0.15rem;
  position: relative;
  padding-bottom: 0.1rem;
  color: #222;
  cursor: pointer;
}
.login-form2 .tag.on {
  color: #0597ef;
}
.login-form2 .tag.on::before {
  content: "";
  width: 0.2rem;
  height: 0.04rem;
  background-color: #0597ef;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.login-form2 .fo_item {
  display: none;
}
.login-form2 .fo_item.show {
  display: block;
}
.login-form2 .lab-check {
  line-height: 1.4285714286;
  flex-shrink: 1;
  align-items: flex-start;
}
.login-form2 .input {
  margin-bottom: 0.2rem;
}
.login-form2 .input .ip {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.38rem;
  border: none;
}
.login-form2 .input .i_ic {
  width: 1em;
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
}
.login-form2 .submit {
  width: 100%;
  height: 0.48rem;
  background-color: #0597ef;
  color: #fff;
}
.login-form2 .text {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
}
.login-form2 .tei {
  margin-bottom: 0.12rem;
}
.login-form2 .get-code {
  width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bbbbbb;
  border-radius: 0.06rem;
  color: #fff;
  cursor: pointer;
}
.login-form2 .get-code.gray {
  pointer-events: none;
}
.login-form2 .back {
  text-align: right;
}

.login-form7 .tit {
  text-align: center;
  color: #222;
  margin-bottom: 0.27rem;
}
.login-form7 .input {
  margin-bottom: 0.2rem;
}
.login-form7 .input .ip {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.38rem;
  border: none;
}
.login-form7 .input .i_ic {
  width: 1em;
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
}
.login-form7 .btns {
  margin-bottom: 0.2rem;
}
.login-form7 .submit {
  width: 100%;
  height: 0.48rem;
  background-color: #0597ef;
  color: #fff;
}
.login-form7 .get-code {
  width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bbbbbb;
  border-radius: 0.06rem;
  color: #fff;
  cursor: pointer;
}
.login-form7 .get-code.gray {
  pointer-events: none;
}

.login-form5 {
  text-align: center;
  padding: 0.1rem 0;
}
.login-form5 .yuan {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-image: linear-gradient(120deg, #009fe8 0%, #b6d31b 100%);
  opacity: 0.9;
  margin: 0 auto;
}
.login-form5 .yuan img {
  width: 0.35rem;
}
.login-form5 .te {
  margin-top: 0.16rem;
  margin-bottom: 0.32rem;
  letter-spacing: 1px;
  color: #000;
}
.login-form5 .aa {
  display: inline-block;
  line-height: 3em;
  padding: 0 0.28rem;
  color: #fff;
  background-color: #0597ef;
}

.login-form3 .tit {
  text-align: center;
  letter-spacing: 2px;
  color: #222;
  margin-bottom: 0.27rem;
}
.login-form3 .process {
  width: 100%;
  line-height: 2em;
  background-image: url(../images/a70.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 0.2rem;
}
.login-form3 .process .pi {
  width: 33.3333333333%;
  text-align: center;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
}
.login-form3 .process .pi.on {
  color: #fff;
}
.login-form3 .process .pi.on::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/a71.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.login-form3 .process span {
  position: relative;
}
.login-form3 .input {
  margin-bottom: 0.2rem;
}
.login-form3 .input .ip {
  width: 100%;
  height: 0.48rem;
  padding: 0 0.38rem;
  border: none;
}
.login-form3 .input .i_ic {
  width: 1em;
  position: absolute;
  left: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
}
.login-form3 .btns {
  margin-bottom: 0.2rem;
}
.login-form3 .submit {
  width: 100%;
  height: 0.48rem;
  background-color: #0597ef;
  color: #fff;
}
.login-form3 .get-code {
  width: 1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  position: absolute;
  right: 0.06rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #bbbbbb;
  border-radius: 0.06rem;
  color: #fff;
  cursor: pointer;
}
.login-form3 .get-code.gray {
  pointer-events: none;
}
.login-form3 .back {
  text-align: right;
}

.md2-2-0 .more {
  color: #999;
}
.md2-2-0 .line {
  margin-top: 0.1rem;
  height: 1px;
  background-color: #e1e1e1;
}

.md2-2-0_1 .box {
  margin-top: 0.16rem;
}
.md2-2-0_1 .imgs {
  width: 3.6rem;
}
.md2-2-0_1 .img {
  padding-top: 75%;
}
.md2-2-0_1 .text {
  width: 7.6rem;
  line-height: 1.75;
  color: #444;
}

.md2-2-0_2 {
  padding-top: 0.5rem;
}
.md2-2-0_2 .tab {
  color: #444;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  border: solid 1px #f1f3f5;
}
.md2-2-0_2 .thead .tr {
  background-color: #e6eaed !important;
  color: #666;
}
.md2-2-0_2 .tr {
  min-height: 0.72rem;
  align-items: center;
  border-bottom: solid 1px #f1f3f5;
  border: solid 1px #f1f3f5;
}
.md2-2-0_2 .tr:nth-child(2n) {
  background-color: #f7f9fb;
}
.md2-2-0_2 .td:nth-child(1) {
  width: 1.8rem;
  padding-left: 0.3rem;
}
.md2-2-0_2 .td:nth-child(2) {
  width: 1rem;
}
.md2-2-0_2 .td:nth-child(3) {
  width: 1.4rem;
}
.md2-2-0_2 .td:nth-child(4) {
  width: 1.2rem;
}
.md2-2-0_2 .td:nth-child(5) {
  width: 1.1rem;
}
.md2-2-0_2 .td:nth-child(6) {
  width: 2.5rem;
}
.md2-2-0_2 .td:nth-child(7) {
  width: 1rem;
}
.md2-2-0_2 .td:nth-child(8) {
  width: 1rem;
}
.md2-2-0_2 .td:nth-child(9) {
  width: 1.1rem;
}
.md2-2-0_3 {
  padding-bottom: 0.2rem;
}
.md2-2-0_3 .li {
  width: 18.6468646865%;
  margin-right: 1.6501650165%;
  margin-bottom: 0.3rem;
}
.md2-2-0_3 .li:nth-child(5n) {
  margin-right: 0;
}
.md2-2-0_3 .img {
  padding-top: 100%;
}
.md2-2-0_3 .text {
  margin-top: 0.16rem;
  color: #222;
}
.md2-2-0_3 .price {
  color: #ff0000;
  margin-top: 0.14rem;
}

.md2-2-0_4 .swiper {
  padding: 0 0.4rem;
}
.md2-2-0_4 .sbtn {
  position: absolute;
  top: 0;
  width: 0.3rem;
  height: 100%;
  background-color: #e6eaed;
}
.md2-2-0_4 .sbtn img {
  width: 0.5em;
}
.md2-2-0_4 .prev {
  left: 0;
}
.md2-2-0_4 .next {
  right: 0;
}
.md2-2-0_4 .img {
  padding-top: 100%;
}

.md2-1_1 {
  padding-bottom: 0.5rem;
}
.md2-1_1 .swipers {
  width: 3.65rem;
}
.md2-1_1 .swipers .swiper2 {
  margin-top: 0.08rem;
  padding: 0 0.2rem;
}
.md2-1_1 .swipers .sw2 {
  cursor: pointer;
}
.md2-1_1 .swipers .my-active::before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 0.08rem;
  border: solid 2px #0597ef;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.md2-1_1 .swipers .img1 {
  padding-top: 100%;
}
.md2-1_1 .swipers .img2 {
  padding-top: 100%;
}
.md2-1_1 .swipers .sbtn {
  width: 0.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.md2-1_1 .swipers .prev {
  left: 0;
  background-image: url(../images/a40.png);
}
.md2-1_1 .swipers .next {
  right: 0;
  background-image: url(../images/a41.png);
}
.md2-1_1 .swipers .texts {
  width: 8rem;
  padding: 0.5rem 0.5rem;
}
.md2-1_1 .swipers .line {
  height: 1px;
  background-color: #eeeeee;
  margin-top: 0.27rem;
}
.md2-1_1 .swipers .btns {
  margin-top: 0.5rem;
}
.md2-1_1 .swipers .back {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 0.4rem;
  padding: 0 0.2rem;
  background-color: #d6edfb;
  color: #0597ef;
}
.md2-1_1 .swipers .back img {
  width: 1em;
  margin-left: 0.75em;
}
.md2-1_1 .texts {
  width: 4.9rem;
}
.md2-1_1 .texts .prices {
  background-color: #f7ecec;
  border-radius: 0.1rem;
  margin-top: 0.27rem;
}
.md2-1_1 .texts .p12 {
  color: #666;
  margin-top: 0.16rem;
}
.md2-1_1 .texts .p12 img {
  width: 1em;
  margin-right: 0.3em;
}
.md2-1_1 .texts .collect_btn {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  color: #666;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.md2-1_1 .texts .collect_btn .sic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a75.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}
.md2-1_1 .texts .is-collect {
  color: #f17a3a;
}
.md2-1_1 .texts .is-collect .sic {
  background-image: url(../images/a76.png);
}
.md2-1_1 .texts .line {
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 0.25rem;
}
.md2-1_1 .ease {
  line-height: 1.4285714286;
  color: #999;
  margin-top: 0.2rem;
}
.md2-1_1 .ease .tag {
  display: inline-flex;
  align-items: center;
  height: 1.4285714286em;
  color: #0597ef;
  background-color: #d6edfb;
  padding: 0 0.5em;
  margin-right: 1em;
}
.md2-1_1 .ease .tag img {
  height: 1em;
  margin-right: 3px;
}
.md2-1_1 .tlist {
  width: 4rem;
  margin-top: 0.2rem;
}
.md2-1_1 .tlist .tli {
  width: 1.6rem;
  line-height: 2.25;
}
.md2-1_1 .tlist .tli .sp1 {
  display: inline-block;
  width: 3em;
  color: #666;
}
.md2-1_1 .com-shopInfo {
  width: 2.8rem;
}
.md2-1_1 .com-shopInfo .h2 img {
  width: 0.24rem;
}
.md2-1_1 .com-shopInfo .box {
  padding-bottom: 0.1rem;
}
.md2-1_1 .com-shopInfo .btns {
  padding: 0.12rem 0;
  border-top: 1px solid #eee;
  margin: 0;
}
.md2-1_1 .com-shopInfo .button1 {
  width: 0.72rem;
  height: 0.32rem;
  background-color: #d6edfb;
  color: #0597ef;
}
.md2-1_1 .com-shopInfo .button2 {
  width: 1.2rem;
  line-height: 0.32rem;
  background-color: #0597ef;
  color: #fff;
  text-align: center;
  margin-left: 0.06rem;
}
.md2-1_1 .group_info {
  background-color: #f7ecec;
  border-radius: 0.1rem;
  margin-top: 0.27rem;
}
.md2-1_1 .group_info .gi {
  margin-bottom: 0.16rem;
}
.md2-1_1 .group_info .gi:last-child {
  margin-bottom: 0;
}
.md2-1_1 .group_info .gsp {
  width: 4em;
  text-align: right;
  margin-right: 1em;
  color: #666;
}
.md2-1_1 .group_info .button {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  width: 1.45rem;
  height: 0.4rem;
  background-color: #f17a3a;
  color: #fff;
}

.md2-1_2 .line {
  margin-top: 0.1rem;
  height: 1px;
  background-color: #e1e1e1;
}
.md2-1_2 .text {
  color: #444;
  line-height: 1.875;
}

.md2-1_3 .line {
  margin-top: 0.1rem;
  height: 1px;
  background-color: #e1e1e1;
}

.com-cp_other {
  margin-top: 0.2rem;
  padding-bottom: 0.1rem;
}
.com-cp_other .tit img {
  height: 1em;
  margin-right: 0.3em;
}
.com-cp_other .ul {
  margin-top: 0.16rem;
}
.com-cp_other .li {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.3rem;
}
.com-cp_other .li:last-child {
  margin-bottom: 0;
  border: none;
}
.com-cp_other .img {
  padding-top: 100%;
}
.com-cp_other .text {
  padding: 0.16rem 0;
}

.time-inp::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a23.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.purchaser-dialog .box {
  border-top: 1px solid #eee;
}
.purchaser-dialog .info .ava {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.purchaser-dialog .info .ite {
  line-height: 2;
  vertical-align: middle;
}
.purchaser-dialog .info .isp {
  color: #666;
}
.purchaser-dialog .info img {
  height: 1.2em;
  line-height: 2em;
  position: relative;
  top: -0.1em;
}

.purchase-form {
  margin-top: 0.25rem;
}
.purchase-form .pf-item1 {
  width: 5.6rem;
  margin-bottom: 0.2rem;
}
.purchase-form .pf-item1 .tip {
  width: 0.85rem;
  color: #444;
}
.purchase-form .ip-box {
  width: calc(100% - 0.85rem);
}
.purchase-form .ip-box .com-select {
  width: 2.33rem;
}
.purchase-form .lab-check .lab_sp {
  color: #999;
}
.purchase-form .textarea {
  margin-top: 0.2rem;
}
.purchase-form .textarea .tip {
  width: 0.85rem;
  color: #444;
  line-height: 0.4rem;
}
.purchase-form .textarea .ta {
  width: calc(100% - 0.85rem);
  height: 1.6rem;
  padding: 0.1rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}
.purchase-form .pf-btns {
  text-align: center;
  margin-top: 0.3rem;
}
.purchase-form .button1 {
  display: inline-block;
  width: 1.2rem;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #cccccc;
}
.purchase-form .button2 {
  width: 1.2rem;
  text-align: center;
  height: 0.4rem;
  color: #fff;
  background-color: #0597ef;
  margin-left: 0.1rem;
}

.pf-table .pf-thead {
  line-height: 0.4rem;
  color: #666;
}
.pf-table .pf-thead .pf-tr {
  padding: 0;
  background-color: #e6eaed;
}
.pf-table .pf-tr {
  padding: 0.16rem 0;
  background-color: #f7f9fb;
  margin-bottom: 0.1rem;
}
.pf-table .pf-td {
  white-space: nowrap;
}
.pf-table .pf-td:nth-child(1) {
  width: 0.66rem;
  text-align: center;
}
.pf-table .pf-td:nth-child(2) {
  width: 1.3rem;
}
.pf-table .pf-td:nth-child(3) {
  width: 1.3rem;
}
.pf-table .pf-td:nth-child(4) {
  width: 1.3rem;
}
.pf-table .pf-td:nth-child(5) {
  width: 1.3rem;
}
.pf-table .pf-td:nth-child(6) {
  width: 1.3rem;
}
.pf-table .pf-td:nth-child(7) {
  width: 1.3rem;
}
.pf-table .pf-td:nth-child(8) {
  width: 1.9rem;
}
.pf-table .pf-td:nth-child(9) {
  width: 0.5rem;
}
.pf-table .pf-td:last-child {
  width: 0.4rem;
  text-align: center;
}
.pf-table .pf-inp {
  padding-right: 0.1rem;
}
.pf-table .pf-ip {
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 0.08rem;
  padding: 0 0.1rem;
}
.pf-table .pf-del {
  display: inline-flex;
  width: 1em;
  height: 1em;
  background-image: url(../images/a48.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.pf-table .pf-img {
  width: 0.4rem;
  height: 0.4rem;
  box-shadow: 0 0 0 1px #eee;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pf-table .pf-img .pf-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.pf-table .pf-img .pf-ic {
  width: 0.2rem;
  max-height: 100%;
}
.pf-table .ph-add {
  justify-content: flex-end;
  color: #999;
}
.pf-table .add_num {
  width: 0.67rem;
  height: 0.32rem;
  background-color: #fff;
  border: solid 1px #ddd;
  margin: 0 0.5em;
  text-align: center;
}
.pf-table .add_btn {
  height: 0.32rem;
  padding: 0 0.15rem;
  color: #0597ef;
  background-color: #d6edfb;
  margin-left: 0.2rem;
}

.ps124-1-1 .form {
  margin-top: 0.27rem;
}
.ps124-1-1 .fsp {
  color: #444;
}
.ps124-1-1 .fbox1 {
  margin-bottom: 0.2rem;
}
.ps124-1-1 .fbox1 .fitem1 {
  width: 3.7rem;
}
.ps124-1-1 .fbox1 .ip-box {
  width: 2.85rem;
}
.ps124-1-1 .fbox3 {
  margin-bottom: 0.2rem;
}
.ps124-1-1 .fbox3 .fsp {
  width: 0.84rem;
}
.ps124-1-1 .file-box {
  color: #999;
}
.ps124-1-1 .cover-img {
  width: 1.22rem;
  text-align: center;
  margin-right: 0.1rem;
}
.ps124-1-1 .cover-img .layui-upload-drag {
  width: 1.22rem;
  height: 1.22rem;
  display: flex;
  margin-bottom: 0.1rem;
}
.ps124-1-1 .sup-button {
  width: 1.22rem;
  height: 1.22rem;
  background-color: #f7f9fb;
}
.ps124-1-1 .sup-button .sup-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ps124-1-1 .sup-button .sup-icon {
  width: 1em;
  height: 1em;
  background-image: url(../images/a85.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ps124-1-1 .sup-img {
  width: 1.22rem;
  margin-right: 0.1rem;
  text-align: center;
  position: relative;
}
.ps124-1-1 .sup-img:not(:nth-child(2)) .sup-te {
  display: none;
}
.ps124-1-1 .sup-img .sup-preview {
  width: 1.22rem;
  height: 1.22rem;
  border: dashed 1px #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
}
.ps124-1-1 .sup-img .sup-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ps124-1-1 .sup-img .sup-preview .i1 {
  width: 0.4rem;
}
.ps124-1-1 .sup-img .sup-close {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #0597ef;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-image: url(../images/m_off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
}
.ps124-1-1 .fbox2 {
  margin-bottom: 0.2rem;
}
.ps124-1-1 .fbox2 .fsp {
  width: 0.84rem;
}
.ps124-1-1 .fbox2 .ip-box {
  width: 2.85rem;
}
.ps124-1-1 .fbox4 {
  margin-bottom: 0.2rem;
}
.ps124-1-1 .fbox4 .fsp {
  width: 0.84rem;
}
.ps124-1-1 .fbox4 .ta {
  width: calc(100% - 0.84rem);
  height: 3rem;
  border: solid 1px #eeeeee;
  padding: 0.1rem;
}
.ps124-1-1 .fbox5 {
  margin-bottom: 0.2rem;
}
.ps124-1-1 .fbox5 .fsp {
  width: 0.84rem;
}
.ps124-1-1 .fbox6 {
  margin-bottom: 0.2rem;
}
.ps124-1-1 .fbox6 .fsp {
  width: 0.84rem;
}
.ps124-1-1 .fbox6 .ip-box {
  width: 2.85rem;
  margin-right: 0.5em;
}
.ps124-1-1 .fbox7 {
  margin-bottom: 0.2rem;
}
.ps124-1-1 .fbox7 .fsp {
  width: 0.84rem;
}
.ps124-1-1 .fbox7 .ip-box {
  width: 2.86rem;
}
.ps124-1-1 .fbox7 .yzm {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.ps124-1-1 .pf-btns {
  text-align: center;
  margin-top: 0.3rem;
}
.ps124-1-1 .button1 {
  display: inline-block;
  width: 1.2rem;
  text-align: center;
  height: 0.4rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #cccccc;
}
.ps124-1-1 .button2 {
  width: 1.2rem;
  text-align: center;
  height: 0.4rem;
  color: #fff;
  background-color: #0597ef;
  margin-left: 0.1rem;
}

.ps124-1-1 .fbox-imgs .fsp {
  width: 0.84rem;
}
.ps124-1-1 .fbox-imgs .sup-button {
  width: 1.22rem;
  height: 1.22rem;
  background-color: #f7f9fb;
}
.ps124-1-1 .fbox-imgs .sup-button .sup-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ps124-1-1 .fbox-imgs .sup-button .sup-icon {
  width: 1em;
  height: 1em;
  background-image: url(../images/a85.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ps124-1-1 .fbox-imgs .sup-img2 {
  width: 1.22rem;
  margin-right: 0.1rem;
  text-align: center;
  position: relative;
}
.ps124-1-1 .fbox-imgs .sup-img2:not(:nth-child(2)) .sup-te {
  display: none;
}
.ps124-1-1 .fbox-imgs .sup-img2 .sup-preview {
  width: 1.22rem;
  height: 1.22rem;
  border: dashed 1px #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
}
.ps124-1-1 .fbox-imgs .sup-img2 .sup-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ps124-1-1 .fbox-imgs .sup-img2 .sup-preview .i1 {
  width: 0.4rem;
}
.ps124-1-1 .fbox-imgs .sup-img2 .sup-close2 {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #0597ef;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-image: url(../images/m_off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
}

.ps124-1-1 .layui-upload-drag .file_te .i1{
	max-height: 1.22rem;
}

.ps124-2_1 .form1 {
  margin-top: 0.27rem;
}
.ps124-2_1 .fsp {
  color: #444;
}
.ps124-2_1 .fbox1 {
  margin-bottom: 0.2rem;
}
.ps124-2_1 .fbox1 .fitem1 {
  width: 3.7rem;
}
.ps124-2_1 .fbox1 .ip-box {
  width: 2.85rem;
}
.ps124-2_1 .com-select {
  box-shadow: 0 0 0 1px inset #eee;
}
.ps124-2_1 .table .thead {
  line-height: 0.4rem;
  color: #666;
}
.ps124-2_1 .table .thead .tr {
  padding: 0;
  background-color: #e6eaed;
}
.ps124-2_1 .table .tr {
  padding: 0.16rem 0;
  background-color: #f7f9fb;
  margin-bottom: 0.1rem;
}
.ps124-2_1 .table .td {
  white-space: nowrap;
}
.ps124-2_1 .table .td:nth-child(1) {
  width: 2rem;
  padding-left: 0.2rem;
  padding-right: 0.1rem;
}
.ps124-2_1 .table .td:nth-child(2) {
  width: 1.8rem;
}
.ps124-2_1 .table .td:nth-child(3) {
  width: 1.8rem;
}
.ps124-2_1 .table .td:nth-child(4) {
  width: 1.8rem;
}
.ps124-2_1 .table .td:nth-child(5) {
  width: 1.8rem;
}
.ps124-2_1 .table .td:nth-child(6) {
  width: 1.8rem;
}
.ps124-2_1 .table .td:nth-child(7) {
  text-align: center;
}
.ps124-2_1 .table .inp {
  padding-right: 0.1rem;
}
.ps124-2_1 .table .ip {
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 0.08rem;
  padding: 0 0.1rem;
}
.ps124-2_1 .table .com-select {
  background-color: #fff;
}
.ps124-2_1 .table .del {
  display: inline-flex;
  width: 1em;
  height: 1em;
  background-image: url(../images/a48.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.ps124-2_1 .table .ph-add {
  justify-content: flex-end;
  color: #999;
  margin-top: 0.2rem;
}
.ps124-2_1 .table .add_num {
  width: 0.67rem;
  height: 0.32rem;
  background-color: #fff;
  border: solid 1px #ddd;
  margin: 0 0.5em;
  text-align: center;
}
.ps124-2_1 .table .add_btn {
  height: 0.32rem;
  padding: 0 0.15rem;
  color: #0597ef;
  background-color: #d6edfb;
  margin-left: 0.2rem;
}
.ps124-2_1 .btns {
  text-align: center;
}
.ps124-2_1 .button {
  width: 1.2rem;
  height: 0.4rem;
  color: #fff;
  margin: 0 0.05rem;
}
.ps124-2_1 .reset {
  background-color: #cccccc;
}
.ps124-2_1 .submit {
  background-color: #0597ef;
}
.ps124-2_1 .mag {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  background-image: url(../images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.ps124-2_1 .subList {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  width: 100%;
  display: none;
}
.ps124-2_1 .sb_list {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0.1rem 0;
}
.ps124-2_1 .sb_list .sa {
  padding: 0 0.1rem;
  line-height: 2;
  display: block;
  color: #666;
}
.ps124-2_1 .sb_list .sa:hover {
  color: #0597ef;
}

.ps124-5_4 .form {
  margin-top: 0.27rem;
}
.ps124-5_4 .fitem {
  margin-bottom: 0.2rem;
}
.ps124-5_4 .tip {
  width: 0.7rem;
  color: #444;
}
.ps124-5_4 .tip em {
  color: #999;
  line-height: 1.5;
}
.ps124-5_4 .inp-box {
  width: calc(100% - 0.7rem);
}
.ps124-5_4 .layui-upload-drag {
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps124-5_4 .ta {
  width: 100%;
  height: 3rem;
  padding: 0.1rem;
  border: 1px solid #eee;
}
.ps124-5_4 .btns {
  text-align: center;
}
.ps124-5_4 .button {
  width: 1.2rem;
  height: 0.4rem;
  color: #fff;
  margin: 0 0.05rem;
}
.ps124-5_4 .reset {
  background-color: #cccccc;
}
.ps124-5_4 .submit {
  background-color: #0597ef;
}
.ps124-5_4 .file-box {
  color: #999;
  border: 1px dashed #d2d2d2;
  padding: 0.1rem;
}
.ps124-5_4 .no .sup-button {
  width: 100%;
  border: none;
}
.ps124-5_4 .cover-img {
  width: 1.22rem;
  text-align: center;
  margin-right: 0.1rem;
}
.ps124-5_4 .cover-img .layui-upload-drag {
  width: 1.22rem;
  height: 1.22rem;
  display: flex;
  margin-bottom: 0.1rem;
}
.ps124-5_4 .sup-button {
  width: 1.22rem;
  height: 1.22rem;
  background-color: #fff;
  border: 1px dashed #d2d2d2;
}
.ps124-5_4 .sup-button .sup-file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.ps124-5_4 .sup-button .sup-icon {
  width: 1em;
  height: 1em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ps124-5_4 .sup-img {
  width: 1.22rem;
  margin-right: 0.1rem;
  text-align: center;
  position: relative;
}
.ps124-5_4 .sup-img:not(:nth-child(2)) .sup-te {
  display: none;
}
.ps124-5_4 .sup-img .sup-preview {
  width: 1.22rem;
  height: 1.22rem;
  border: dashed 1px #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
}
.ps124-5_4 .sup-img .sup-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.ps124-5_4 .sup-img .sup-preview .i1 {
  width: 0.4rem;
}
.ps124-5_4 .sup-img .sup-close {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #0597ef;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
  background-image: url(../images/m_off.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30% auto;
}

.ps122-0 {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  padding-top: 2rem;
  padding-bottom: 0.7rem;
}
.ps122-0 .mt-i {
  width: 2.7rem;
  margin-right: 0.2rem;
  margin-bottom: 0.25rem;
  text-align: center;
  background-color: #fef0d7;
  box-shadow: 0 0 0 2px inset #fff;
  padding: 2px;
  cursor: pointer;
}
.ps122-0 .mt-i:nth-child(4n) {
  margin-right: 0;
}
.ps122-0 .mt-i.on {
  background-image: linear-gradient(180deg, #fd8e12 0%, #ffebc8 100%);
  box-shadow: none;
}
.ps122-0 .mt-i.on .mt-c {
  background-color: #ffffff;
}
.ps122-0 .mt-i.on::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  top: calc(100% + 0.2rem);
  left: 50%;
  transform: translate(-50%);
  background-image: url(../images/a87.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ps122-0 .mt-i .mt-c {
  padding: 0.3rem;
  background-color: #fef0d7;
  height: 100%;
}
.ps122-0 .mt-i .mt1 {
  display: inline-flex;
  align-items: center;
}
.ps122-0 .mt-i img {
  width: 1em;
  margin-right: 0.08rem;
}
.ps122-0 .mt-i .mt2 {
  margin-top: 0.2rem;
  margin-bottom: 0.12rem;
  color: #391f00;
}
.ps122-0 .mt-i .mt3 {
  color: #666;
}
.ps122-0 .mt-i span {
  color: #c70900;
}
.ps122-0 .mt-i .mt4 {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 0.12rem;
  margin-bottom: 0.12rem;
}
.ps122-0 .mt-i .mt5 {
  display: inline-block;
  width: 1.2rem;
  line-height: 0.4rem;
  background-color: #f17a3a;
  color: #fff;
}
.ps122-0 .benefit {
  background-color: #fdf7ed;
  border: solid 1px #fef0d7;
}
.ps122-0 .benefit .be-item {
  display: none;
}
.ps122-0 .benefit .be-item.show {
  display: block;
}
.ps122-0 .benefit .be_tt {
  color: #391f00;
}
.ps122-0 .benefit .be-li {
  width: 3.5rem;
  position: relative;
  margin-right: 0.18rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0.16rem;
}
.ps122-0 .benefit .be-li:nth-child(3n) {
  margin-right: 0;
}
.ps122-0 .benefit .be_txt {
  padding: 0.25rem;
}
.ps122-0 .benefit .t11 {
  color: #222;
}
.ps122-0 .benefit .t12 {
  color: #666;
  line-height: 1.7142857143;
  margin-top: 0.1rem;
}
.ps122-0 .benefit .be_ic {
  width: 0.56rem;
  position: absolute;
  right: -0.1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ps122-0 .member-select {
  margin-top: 0.3rem;
}
.ps122-0 .member-select .tip {
  width: 1rem;
  color: #391f00;
}
.ps122-0 .member-select .ms-item {
  margin-right: 0.1rem;
  margin-bottom: 0.3rem;
}
.ps122-0 .member-select .se-item {
  margin-right: 0.1rem;
  color: #666;
}
.ps122-0 .member-select .se-rdo {
  width: 1.6rem;
  height: 0.48rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  cursor: pointer;
}
.ps122-0 .member-select .se-hd {
  display: inline-flex;
  align-items: center;
}
.ps122-0 .member-select .sp2 {
  width: 1em;
  height: 0.5em;
  background-image: url(../images/a26.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.ps122-0 .member-select .se-sel {
  z-index: 30;
}
.ps122-0 .member-select .se-hd {
  width: 1.6rem;
  height: 0.48rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  cursor: pointer;
}
.ps122-0 .member-select .se-bd {
  position: absolute;
  left: 0;
  top: 101%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
}
.ps122-0 .member-select .active {
  border: solid 1px #f17a3a;
  color: #f17a3a;
  position: relative;
}
.ps122-0 .member-select .active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../images/a86.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ps122-0 .member-select .se-blist {
  padding: 0.1rem 0;
  overflow-y: auto;
  max-height: 2rem;
}
.ps122-0 .member-select .se_bi {
  padding: 0.1rem;
  cursor: pointer;
}
.ps122-0 .member-select .se_bi:hover, .ps122-0 .member-select .se_bi.on {
  background-color: #f17a3a;
  color: #fff;
}
.ps122-0 .member-select .ip {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ps122-0 .member-checkout {
  align-items: flex-end;
  padding-top: 0.45rem;
}
.ps122-0 .member-checkout .text {
  line-height: 2.125;
  color: #222;
}
.ps122-0 .member-checkout .text .sp {
  color: #666;
}
.ps122-0 .member-checkout .mc-ri {
  align-items: flex-end;
  color: #666;
}
.ps122-0 .member-checkout .btns {
  margin-left: 0.4rem;
}
.ps122-0 .member-checkout .submit {
  width: 2.2rem;
  height: 0.56rem;
  background-color: #f17a3a;
  color: #fff;
}
.ps122-0 .member-checkout .tip {
  padding: 0 0.5em;
  line-height: 0.24rem;
  background-color: #fec16f;
  color: #fff;
  border-radius: 0.08rem 0.08rem 0 0.08rem;
  position: absolute;
  right: 0;
  bottom: 95%;
}
.ps122-0 .member-checkout .price {
  margin-bottom: 0.1rem;
}
.ps122-0 .member-tab .tit {
  text-align: center;
}
.ps122-0 .member-tab .tab {
  margin-top: 0.18rem;
}
.ps122-0 .member-tab .btr {
  background-color: #f7f9fb;
}
.ps122-0 .member-tab table {
  width: 100%;
  text-align: left;
  border: solid 1px #f1f3f5;
}
.ps122-0 .member-tab thead {
  background-color: #e6eaed;
  border-radius: 0.08rem 0.08rem 0 0;
}
.ps122-0 .member-tab th {
  height: 0.72rem;
}
.ps122-0 .member-tab td {
  height: 0.88rem;
}
.ps122-0 .member-tab th {
  padding: 0 0.3rem;
}
.ps122-0 .member-tab td {
  border: solid 1px #f1f3f5;
  text-align: center;
}
.ps122-0 .member-tab td:nth-child(1) {
  width: 50%;
  text-align: left;
  padding-left: 0.3rem;
}
.ps122-0 .member-tab td:nth-child(2) {
  width: 16.6666666667%;
}
.ps122-0 .member-tab td:nth-child(3) {
  width: 16.6666666667%;
}
.ps122-0 .member-tab td:nth-child(4) {
  width: 16.6666666667%;
}
.ps122-0 .member-tab .te {
  line-height: 1.5;
}
.ps122-0 .member-tab .t1 {
  color: #222;
  font-weight: bold;
}
.ps122-0 .member-tab .t2 {
  color: #666;
}
.ps122-0 .member-tab .bt {
  width: 0.7rem;
  display: inline-block;
  line-height: 0.25rem;
  height: 0.25rem;
  color: #fff;
  border-radius: 0.04rem;
  position: absolute;
  left: 90%;
  bottom: 90%;
}
.ps122-0 .member-tab .member2 {
  display: inline-block;
  color: #f17a3a;
}
.ps122-0 .member-tab .member2 .bt {
  display: inline-block;
  background-color: #ffe8db;
  color: #f17a3a;
}
.ps122-0 .member-tab .member3 {
  display: inline-block;
  color: #f1a13a;
}
.ps122-0 .member-tab .member3 .bt {
  display: inline-block;
  background-color: #ffedd6;
  color: #f1a13a;
}

.md92-list {
  margin-bottom: 0.5rem;
}
.md92-list .li {
  margin-bottom: 0.2rem;
}
.md92-list .li:last-child {
  margin-bottom: 0;
}
.md92-list .dd {
  padding: 0.2rem;
  position: relative;
}
.md92-list .imgs {
  width: 1.8rem;
}
.md92-list .img {
  padding-top: 100%;
}
.md92-list .text {
  width: 8.7rem;
  margin-left: 0.4rem;
}
.md92-list .time {
  color: #666;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.14rem;
}
.md92-list .tic {
  width: 1em;
  margin-right: 0.5em;
}
.md92-list .h3 {
  color: #222;
}
.md92-list .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.14rem;
}
.md92-list .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-left: 1px solid #eee;
}
.md92-list .btns img {
  width: 0.5em;
}

.md110-list {
  margin-top: 0.27rem;
  margin-bottom: 0.5rem;
}
.md110-list .li {
  margin-bottom: 0.2rem;
}
.md110-list .li:last-child {
  margin-bottom: 0;
}
.md110-list .dd {
  padding: 0.2rem;
  position: relative;
}
.md110-list .imgs {
  width: 1.8rem;
}
.md110-list .img {
  padding-top: 100%;
}
.md110-list .text {
  width: 6.9rem;
  margin-left: 0.4rem;
}
.md110-list .time {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.14rem;
}
.md110-list .tic {
  width: 1em;
  margin-right: 0.5em;
}
.md110-list .h3 {
  color: #222;
}
.md110-list .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.14rem;
}
.md110-list .price {
  margin-top: 0.24rem;
}
.md110-list .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.4rem;
  height: 100%;
  border-left: 1px solid #eee;
}
.md110-list .btns img {
  width: 0.5em;
}
.md110-list .btn {
  width: 1.2rem;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  background-color: #f17a3a;
}

.md110-list2 {
  margin-top: 0.37rem;
}
.md110-list2 .li {
  margin-bottom: 0.2rem;
}
.md110-list2 .dd {
  padding: 0.2rem;
}
.md110-list2 .img {
  padding-top: 100%;
}
.md110-list2 .text {
  padding: 0.18rem 0;
}
.md110-list2 .btn {
  line-height: 0.4rem;
  background-color: #fee9d7;
  color: #f17a3a;
  text-align: center;
}

.recruit-list2 {
  margin-bottom: 0.5rem;
}
.recruit-list2 .li {
  margin-top: 0.2rem;
}
.recruit-list2 .dd {
  padding-bottom: 0.2rem;
}
.recruit-list2 .d12 {
  margin-top: 0.14rem;
}
.recruit-list2 .num {
  margin-left: 0.3rem;
}
.recruit-list2 .tag {
  display: inline-block;
  line-height: 1.7142857143;
  padding: 0 0.1rem;
  background-color: #f1f3f5;
  color: #666;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.recruit-list2 .d13 {
  margin-top: 0.1rem;
  color: #999;
}
.recruit-list2 .icon {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #eee;
  display: inline-flex;
  padding: 2px;
}
.recruit-list2 .icon .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-list2 .cp {
  margin: 0 0.1rem;
  color: #222;
}
.recruit-list2 .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-left: 1px solid #eee;
}
.recruit-list2 .btns img {
  width: 0.5em;
}

.md6-0_1 {
  align-items: flex-start;
}
.md6-0_1 .swiper {
  width: 5.6rem;
}
.md6-0_1 .sw .img {
  padding-top: 56.25%;
}
.md6-0_1 .sw .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0.2rem;
  padding-right: 0.6rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.md6-0_1 .sw .h3 {
  line-height: 3.5;
  color: rgba(255, 255, 255, 0.8);
}
.md6-0_1 .btns {
  display: inline-flex;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 30;
}
.md6-0_1 .sbtn {
  width: 0.5em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.6;
  margin-left: 0.1rem;
}
.md6-0_1 .sbtn:hover {
  opacity: 1;
}
.md6-0_1 .prev {
  background-image: url(../images/a40.png);
}
.md6-0_1 .next {
  background-image: url(../images/a41.png);
}
.md6-0_1 .box2 {
  width: 5.6rem;
}

.md6-0_2 {
  padding-top: 0.4rem;
}
.md6-0_2 .item {
  width: 5.6rem;
  background-color: #f7f9fb;
  margin-bottom: 0.3rem;
}
.md6-0_2 .title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e9edf0;
  margin-bottom: 0.2rem;
}
.md6-0_2 .more {
  color: #999;
}

.info-list .li {
  margin-bottom: 0.3rem;
}
.info-list .li:last-child {
  margin-bottom: 0;
}
.info-list .name {
  width: 3.8rem;
  color: #444;
}
.info-list .name::before {
  content: "•";
  color: #bbb;
}
.info-list .time {
  color: #666;
  display: inline-flex;
  line-height: 1;
}
.info-list .time img {
  width: 1em;
  margin-right: 0.5em;
}

.md6-1 .text {
  line-height: 2;
  padding: 0.3rem 0;
  margin-top: 0.3rem;
  border-top: 1px solid #eee;
}
.md6-1 .sp {
  width: 7em;
}

.md6-2 .text {
  margin-top: 0.5rem;
}
.md6-2 .href {
  line-height: 2;
}
.md6-2 .content {
  margin-top: 0.4rem;
}
.md6-2 .ci {
  margin-bottom: 0.5rem;
}
.md6-2 .ctt {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #eee;
}
.md6-2 .cte {
  margin-top: 0.2rem;
}

.md6-3 .list {
  margin-bottom: 0.5rem;
}
.md6-3 .dd {
  padding: 0.16rem 0;
  border-bottom: 1px solid #f3f5f7;
}
.md6-3 .name {
  width: calc(100% - 3rem);
  color: #444;
}
.md6-3 .name::before {
  content: "•";
  color: #bbb;
}
.md6-3 .time {
  color: #666;
  display: inline-flex;
  line-height: 1;
}
.md6-3 .time img {
  width: 1em;
  margin-right: 0.5em;
}

.md6-4 .month {
  text-align: center;
}
.md6-4 .month .ma {
  margin: 0 3px;
  display: inline-block;
  line-height: 0.32rem;
  width: 0.8rem;
  text-align: center;
  color: #222;
  background-color: #f1f3f5;
}
.md6-4 .month .on {
  background-color: #0597ef;
  color: #fff;
}
.md6-4 .box1 {
  padding-top: 0.5rem;
}
.md6-4 .tab {
  line-height: 0.56rem;
}
.md6-4 .th {
  background-color: #e6eaed;
}
.md6-4 .tr:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.md6-4 .td {
  color: #999;
}
.md6-4 .td:nth-child(1) {
  width: 7.4rem;
  padding-left: 0.2rem;
  color: #444;
}
.md6-4 .td:nth-child(2) {
  width: 1.8rem;
}
.md7-0 .join {
  width: 0.8rem;
  line-height: 0.32rem;
  background-color: #f17a3a;
  color: #fff;
  text-align: center;
}
.md7-0 .m7-item {
  margin-bottom: 0.48rem;
}
.md7-0 .m7-item:last-child {
  margin-bottom: 0;
}
.md7-0 .list1 {
  margin-top: 0.2rem;
}
.md7-0 .li1 {
  width: 16.0891089109%;
  margin-right: 0.6600660066%;
}
.md7-0 .li1:nth-child(6n) {
  margin-right: 0;
}
.md7-0 .dd1 {
  height: 0.9rem;
}
.md7-0 .m7-box {
  margin-top: 0.18rem;
}
.md7-0 .tit {
  color: #222;
}
.md7-0 .list2 {
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}
.md7-0 .list2:last-child {
  margin-bottom: 0;
}
.md7-0 .li2 {
  width: 1.55rem;
  margin: 0.05rem 0;
  margin-right: 0.1rem;
}
.md7-0 .li2:nth-child(7n) {
  margin-right: 0;
}
.md7-0 .dd2 {
  line-height: 0.48rem;
  text-align: center;
  background-color: #f7f9fb;
  text-align: center;
  color: #444;
}

.md7-1 .filter {
  padding: 0.1rem 0.3rem;
}
.md7-1 .fitem {
  line-height: 0.56rem;
  border-bottom: 1px solid #eee;
}
.md7-1 .fitem:last-child {
  border-bottom: none;
}
.md7-1 .fitem .fsp {
  width: 0.62rem;
  flex-shrink: 0;
  color: #999;
}
.md7-1 .fitem .fa {
  display: inline-block;
  margin-right: 0.3rem;
  color: #444;
  height: 0.5rem;
}
.md7-1 .fitem .fa.on {
  color: #0597ef;
}
.md7-1 .fitem .fa.on span {
  color: #0597ef;
}
.md7-1 .fitem .fa span {
  color: #999;
}
.md7-1 .fitem .fa:last-child {
  margin-right: 0;
}
.md7-1 .list {
  margin-top: 0.2rem;
}
.md7-1 .list .li {
  margin-bottom: 0.2rem;
}
.md7-1 .list .li:last-child {
  margin-bottom: 0;
}
.md7-1 .list .dd {
  padding: 0.2rem;
  position: relative;
}
.md7-1 .list .imgs {
  width: 1.8rem;
}
.md7-1 .list .img {
  padding-top: 100%;
}
.md7-1 .list .text {
  width: 8.6rem;
  margin-left: 0.4rem;
}
.md7-1 .list .time {
  color: #666;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.14rem;
}
.md7-1 .list .tic {
  width: 1em;
  margin-right: 0.5em;
}
.md7-1 .list .h3 {
  color: #222;
}
.md7-1 .list .intro {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.14rem;
}
.md7-1 .list .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-left: 1px solid #eee;
}
.md7-1 .list .btns img {
  width: 0.5em;
}
.md7-1 .list .lv {
  line-height: 1.33;
  padding: 0 0.5em;
  border-radius: 0.04rem;
  color: #0597ef;
  box-shadow: 0 0 0 1px #0597ef;
  margin: 0 0.1rem;
}
.md7-1 .list .lc {
  width: 1em;
}
.md7-1 .list .info {
  color: #666;
  margin-top: 0.2rem;
}

.md8-0 .filter {
  padding: 0.1rem 0.3rem;
}
.md8-0 .fitem {
  line-height: 0.5rem;
  border-bottom: 1px solid #eee;
}
.md8-0 .fitem:last-child {
  border-bottom: none;
}
.md8-0 .fitem .fsp {
  width: 0.9rem;
  color: #999;
  flex-shrink: 0;
}
.md8-0 .fitem .fa {
  display: inline-block;
  margin-right: 0.3rem;
  color: #444;
}
.md8-0 .fitem .fa.on {
  color: #0597ef;
}
.md8-0 .fitem .fa.on span {
  color: #0597ef;
}
.md8-0 .fitem .fa span {
  color: #999;
}
.md8-0 .fitem .fa:last-child {
  margin-right: 0;
}
.md8-0 .fr_cont {
  height: 0.5rem;
  overflow: hidden;
  padding-right: 0.5rem;
}
.md8-0 .fr_cont.show {
  height: auto;
  overflow: visible;
}
.md8-0 .fri_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  line-height: 0.5rem;
  cursor: pointer;
  color: #999;
}
.md8-0 .fri_btn .ic2 {
  width: 1em;
  margin-left: 0.5em;
}

.md9-0 {
  padding-bottom: 0.5rem;
}
.md9-0 .ps-top2 {
  height: 0.64rem;
  padding: 0.12rem 0.1rem;
  white-space: nowrap;
}
.md9-0 .ps-top2 .com-select {
  width: 4rem;
}
.md9-0 .ps-top2 .lab-check {
  margin-left: 0.1rem;
  margin-right: 0.4rem;
}
.md9-0 .ps-top2 .reset {
  width: 0.8rem;
  height: 0.4rem;
  color: #999;
}
.md9-0 .ps-top2 .submit {
  width: 0.8rem;
  height: 0.4rem;
}
.md9-0 .ul {
  margin-bottom: 0.5rem;
}
.md9-0 .li {
  margin-bottom: 0.2rem;
}
.md9-0 .li:last-child {
  margin-bottom: 0;
}
.md9-0 .dd {
  padding: 0.2rem;
}
.md9-0 .dd .imgs {
  width: 1.8rem;
}
.md9-0 .dd .img {
  padding-top: 100%;
  box-shadow: 0 0 0 1px #e5e5e5;
}
.md9-0 .dd .text {
  width: 9rem;
  margin-left: 0.4rem;
  margin-right: 1.2rem;
  padding-top: 0.2rem;
}
.md9-0 .dd .d1 span {
  color: #999;
  margin-left: 0.1rem;
}
.md9-0 .dd .d2 {
  line-height: 1.8571428571;
  color: #666;
  margin-top: 0.1rem;
}
.md9-0 .dd .d3 {
  margin-top: 0.2rem;
}
.md9-0 .dd .aa {
  display: inline-block;
  background-color: #d6edfb;
  color: #0597ef;
  width: 1.2rem;
  line-height: 0.4rem;
  text-align: center;
}
.md9-0 .dd .card {
  width: 2.4rem;
  background-color: #f1f3f5;
}
.md9-0 .dd .img1 {
  padding-top: calc(135 / 240 * 100%);
}
.md9-0 .dd .cte {
  text-align: center;
  padding: 0.14rem;
  color: #666;
}

.md9-1 {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}
.md9-1 .ps-top2 {
  height: 0.64rem;
  padding: 0.12rem 0.1rem;
  white-space: nowrap;
}
.md9-1 .ps-top2 .com-select {
  width: 4rem;
}
.md9-1 .ps-top2 .lab-check {
  margin-left: 0.1rem;
  margin-right: 0.4rem;
}
.md9-1 .ps-top2 .reset {
  width: 0.8rem;
  height: 0.4rem;
  color: #999;
}
.md9-1 .ps-top2 .submit {
  width: 0.8rem;
  height: 0.4rem;
}
.md9-1 .list {
  margin-bottom: 0.2rem;
}
.md9-1 .li {
  width: 23.4868421053%;
  margin-right: 1.9736842105%;
  margin-bottom: 0.3rem;
}
.md9-1 .li:nth-child(4n) {
  margin-right: 0;
}
.md9-1 .dd:hover .img img {
  transform: scale(1.1);
}
.md9-1 .img {
  padding-top: calc(202 / 358 * 100%);
}
.md9-1 .text {
  padding: 0.25rem 0.26rem;
  padding-right: 0.1rem;
}
.md9-1 .d2 {
  margin-top: 0.16rem;
  color: #999;
}
.md9-1 .sp {
  margin-right: 1em;
}

.md5-0 .list1 {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}
.md5-0 .li1 {
  width: 16.0891089109%;
  margin-right: 0.6600660066%;
  margin-bottom: 0.1rem;
}
.md5-0 .li1:nth-child(6n) {
  margin-right: 0;
}
.md5-0 .dd1 {
  height: 0.9rem;
}
.md5-0 .form {
  padding: 0.12rem;
}
.md5-0 .form .fi {
  width: 1.8rem;
  margin-right: 0.1rem;
}
.md5-0 .form .submit {
  width: 0.8rem;
  height: 0.32rem;
  background-color: #0597ef;
  color: #fff;
  text-align: center;
}

.purchase-tab .tr {
  padding-top: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #f1f3f5;
}
.purchase-tab .tr:first-child {
  background-color: #e6eaed !important;
  padding-bottom: 0.2rem;
}
.purchase-tab .tr:first-child .td {
  color: #666;
}
.purchase-tab .tr:nth-child(2n-1) {
  background-color: #f7f9fb;
}
.purchase-tab .tr:last-child {
  border-bottom: none;
}
.purchase-tab .td {
  color: #444;
  line-height: 1.625;
}
.purchase-tab .td:nth-child(1) {
  width: 1.55rem;
  padding-left: 0.3rem;
}
.purchase-tab .td:nth-child(2) {
  width: 2.5rem;
}
.purchase-tab .td:nth-child(3) {
  width: 2.5rem;
}
.purchase-tab .td:nth-child(4) {
  width: 1rem;
}
.purchase-tab .td:nth-child(5) {
  width: 2.2rem;
}
.purchase-tab .td:nth-child(6) {
  width: 1rem;
}
.purchase-tab .ti {
  display: inline-block;
  line-height: 1.5;
  border-radius: 0.04rem;
  border: solid 1px rgba(5, 151, 239, 0.3);
  color: #0597ef;
  padding: 0 0.5em;
  margin-bottom: 0.5em;
}

.md5-1_0 .imgs {
  width: 3.6rem;
}
.md5-1_0 .img {
  padding-top: 75%;
}
.md5-1_0 .text {
  width: 7.6rem;
}
.md5-1_0 .top {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #f1f3f5;
}
.md5-1_0 .intro {
  color: #444;
  line-height: 1.75;
  margin-top: 0.2rem;
}
.md5-1_0 .te {
  margin-top: 0.14rem;
  color: #666;
}
.md5-1_0 .button {
  width: 0.8rem;
  line-height: 0.32rem;
  text-align: center;
  background-color: #d6edfb;
  color: #0597ef;
  position: absolute;
  right: 0;
  top: 0;
}

.md5-2_0 .h1 {
  margin-right: 0.18rem;
}
.md5-2_0 .sp {
  color: #666;
}
.md5-2_0 .time {
  color: #666;
  display: inline-flex;
  line-height: 1;
}
.md5-2_0 .time img {
  width: 1em;
  margin-right: 0.5em;
}
.md5-2_0 .bots {
  border-top: 1px solid #f1f3f5;
  padding-top: 0.3rem;
  margin-top: 0.18rem;
}
.md5-2_0 .tag1 {
  width: 1.2rem;
  line-height: 0.32rem;
  text-align: center;
  color: #0597ef;
  box-shadow: 0 0 0 1px inset #0597ef;
  margin-right: 0.08rem;
}
.md5-2_0 .tag2 {
  width: 2rem;
  line-height: 0.32rem;
  text-align: center;
  color: #f17a3a;
  box-shadow: 0 0 0 1px inset #f17a3a;
}
.md5-2_0 .button {
  width: 0.8rem;
  line-height: 0.32rem;
  text-align: center;
  background-color: #d6edfb;
  color: #0597ef;
}

.md5-2_1 .box {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.md5-2_1 .fi {
  line-height: 2.25;
  min-width: 2rem;
}
.md5-2_1 .fi:nth-child(1) .sp1 {
  width: 0.8rem;
}
.md5-2_1 .fi:nth-child(2) .sp1 {
  width: 1.3rem;
}
.md5-2_1 .fi .sp1 {
  display: inline-block;
  color: #666;
}
.md5-2_2 .box {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.md5-2_2 .fi {
  line-height: 2.25;
  min-width: 2rem;
}
.md5-2_2 .fi .sp1 {
  width: 1.2rem;
  display: inline-block;
  color: #666;
}
.md5-2_3 .form {
  margin-top: 0.4rem;
}
.md5-2_3 .fitem {
  margin-bottom: 0.38rem;
}
.md5-2_3 .ft {
  margin-bottom: 0.16rem;
}
.md5-2_3 .name {
  margin-right: 0.3rem;
}
.md5-2_3 .sp2 {
  color: #222;
}
.md5-2_3 .tip {
  color: #999;
}
.md5-2_3 .thead {
  line-height: 0.4rem;
  color: #666;
}
.md5-2_3 .thead .tr {
  padding: 0;
  background-color: #e6eaed;
}
.md5-2_3 .tr {
  padding: 0.16rem 0;
  background-color: #fff;
}
.md5-2_3 .td {
  white-space: nowrap;
}
.md5-2_3 .td:nth-child(1) {
  width: 1.4rem;
  padding-left: 0.2rem;
}
.md5-2_3 .td:nth-child(2) {
  width: 1.2rem;
}
.md5-2_3 .td:nth-child(3) {
  width: 2.2rem;
}
.md5-2_3 .td:nth-child(4) {
  width: 5.45rem;
}
.md5-2_3 .td:nth-child(5) {
  width: 1rem;
}
.md5-2_3 .inp {
  padding-right: 0.1rem;
}
.md5-2_3 .ip {
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 0.08rem;
  padding: 0 0.1rem;
}
.md5-2_3 .del {
  display: inline-flex;
  width: 1em;
  height: 1em;
  background-image: url(../images/a48.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.md5-2_3 .img {
  width: 0.4rem;
  height: 0.4rem;
  box-shadow: 0 0 0 1px #eee;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md5-2_3 .img .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.md5-2_3 .img .ic {
  width: 0.2rem;
  max-height: 100%;
}
.md5-2_3 .t_sel {
  width: 1rem;
  display: inline-block;
  margin-right: 0.08rem;
}
.md5-2_3 .com-select {
  border-radius: 0.08rem;
}

.layui-upload-drag div {
  width: 100%;
  height: 100%;
}

.layui-upload-drag .file_te {
  height: auto;
}

.layui-upload-drag {
  padding: 0 !important;
}