@charset "UTF-8";
body {
  color: #333;
}
.ps-px {
  padding-left: 0.4rem;
  padding-right: 0.3rem;
}

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

.layout {
  width: 14rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.layout-full {
  width: 19.2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

div.sbtn {
  outline: none !important;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.swiper-button-disabled {
  opacity: 0.4 !important;
  pointer-events: none;
}

.com-banner {
  position: relative;
  z-index: 8;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(660 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 47.5%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 1px;
}
.com-banner .cb_text .cbp2 {
  line-height: 1.3;
  margin-top: 0.14rem;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.com-banner .cb_nav .ii {
  height: 1em;
}
.com-banner .cb_nav a {
  transition: color 0.3s;
}
.com-banner .cb_nav a:hover {
  color: #003cb4;
}
.com-banner .cb_nav .sp {
  margin: 0 3px;
}
.com-banner .layout {
  width: 16rem;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .com-banner .cb_text .cbp1 {
    font-size: 0.56rem;
  }
}

.cbn-swiper {
  background-color: #f7f7f7;
  box-shadow: 0 -1px 0 0 inset #e1e1e1;
}
.cbn-swiper .csw {
  width: auto;
  text-align: center;
}
.cbn-swiper .csa {
  display: inline-block;
  text-align: center;
  line-height: 0.9rem;
  color: #333;
  position: relative;
  transition: all 0.3s;
}
.cbn-swiper .csa:hover {
  color: #003cb4;
}
.cbn-swiper .csa.on {
  color: #003cb4;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #003cb4;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #003cb4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
}
.cbn-swiper .csp {
  position: relative;
}
@media screen and (max-width: 900px) {
  .cbn-swiper .csa {
    color: #000;
  }
}

.cb-bots {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.5);
}
.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: #003cb4;
  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;
}
@media screen and (max-width: 900px) {
  .cb-bots {
    position: static;
    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: 60%;
}
.bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.6rem;
  white-space: nowrap;
  text-align: center;
  color: #666;
  transition: color 0.3s;
}
.bn-swiper .bsa:hover {
  color: #003cb4;
}
.bn-swiper .bsa.on .icon {
  filter: none;
}
.bn-swiper .bsa .cta {
  display: block;
  padding: 0.28rem 0;
}
.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 .icon {
  filter: sepia(30%) saturate(0%) brightness(90%) contrast(110%);
}
.bn-swiper .bsa .icon .ic {
  height: 1em;
}
.bn-swiper .bsa .te {
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .bn-swiper {
    max-width: 100%;
  }
}

.zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #999;
}
.zone-nav .icon {
  margin-right: 0.08rem;
  display: inline-flex;
  align-items: center;
}
.zone-nav .icon img {
  height: 1em;
}
.zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.zone-nav .z_a {
  position: relative;
  transition: all 0.3s;
}
.zone-nav .z_a.on, .zone-nav .z_a:hover {
  color: #003cb4;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .zone-nav {
    width: 100%;
    display: none;
  }
  .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_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 .cp_a {
  width: 0.5rem;
  height: 0.5rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.05rem;
  line-height: 1;
  color: #003cb4;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px inset #003cb4;
}
.com-pag .cp_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#2a89dc, #2a89dc);
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.35rem;
  transition: all 0.3s;
}
.com-pag .cp_btn span {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16% auto;
}
.com-pag .cp_btn:hover {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#2a89dc, #2a89dc);
}
.com-pag .cp_btn:hover span {
  filter: brightness(0) invert(1);
}
.com-pag .cp_prev span {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_next span {
  background-image: url(../images/icon-p21.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.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-tit {
  position: relative;
}
.com-tit .ct2 {
  margin-top: 0.05rem;
  color: #003cb4;
}
@media screen and (max-width: 900px) {
  .com-tit .ct1 {
    font-size: 0.5rem;
  }
}

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

.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: #003cb4;
}

.md-md {
  position: absolute;
  top: -0.9rem;
}
.md-head.home {
  height: 0;
}
.md-head.home .head-pc {
  background-color: transparent;
}
.md-head.home .head-pc .logo {
  filter: none;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head-pc::before, .md-head.white .head-pc::before {
  opacity: 1;
}
.md-head.white {
  height: 0.9rem;
}
@media screen and (max-width: 900px) {
  .md-head {
    height: 1rem !important;
  }
}

.mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}

.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
.head-pc::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.head-pc .layout {
  width: 16rem;
  max-width: 96%;
}
@media screen and (max-width: 900px) {
  .head-pc {
    height: 1rem;
    background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  }
}

.head-box {
  z-index: 5;
}
.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head-box .logo img {
  height: 0.4rem;
}
.head-box .logo .mi {
  display: none;
}
.head-box .hd_le {
  display: flex;
  align-items: center;
}
.head-box .hb_ri {
  display: flex;
  align-items: center;
}
.head-box .ul1 {
  margin-left: 1.1rem;
}
.head-box .ul1 .li1 {
  position: relative;
  margin-right: 0.4rem;
}
.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head-box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.head-box .ul1 .has-sub {
  position: static;
}
.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  color: #fff;
  transition: all 0.3s;
}
.head-box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.head-box .ul1 .li2 {
  position: relative;
}
.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.head-box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #003cb4;
}
.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.head-box .ul1 .a3 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #003cb4;
}
.head-box .h-phone {
  margin-right: 0.25rem;
  color: #000;
  font-weight: bold;
  font-size: 0;
}
.head-box .h-phone .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.head-box .h-phone .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.head-box .h-user {
  display: inline-flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.head-box .h-user .hic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.head-box .h-user .sp {
  margin: 0 0.1rem;
  opacity: 0.4;
}
.head-box .h-shop {
  margin-left: 0.4rem;
}
.head-box .h-shop .aa {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.12rem 0.3rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 0.1rem;
}
.head-box .h-shop .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-shop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.head-box .h-login {
  display: inline-flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.head-box .h-login .hic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}
.head-box .h-login .sp {
  margin: 0 0.1rem;
  opacity: 0.4;
}
.head-box .h-lang {
  position: relative;
  margin-right: 0.2rem;
}
.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.head-box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/h-lang-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
  filter: brightness(0) invert(1);
}
.head-box .h-lang .on {
  color: #003cb4;
}
.head-box .h-lang .ar {
  width: 1em;
  height: 0.5em;
  background-image: url(../images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head-box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #003cb4;
  color: #fff;
  min-width: 4em;
}
.head-box .h-lang .b_a:hover {
  color: #003cb4;
  background-color: #fff;
}
.head-box .h-search {
  position: relative;
  cursor: pointer;
  margin-left: 0.4rem;
}
.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.head-box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/h-more-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .head-box .ul1 {
    margin-left: 0.4rem;
  }
  .head-box .ul1 .li1 {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 900px) {
  .head-box {
    height: 1rem;
  }
  .head-box .logo .pi {
    display: none;
  }
  .head-box .logo .mi {
    display: block;
  }
  .head-box .ul1 {
    display: none;
  }
  .head-box .h-lang .hd {
    color: #333;
  }
  .head-box .h-lang .ic {
    filter: none;
    background-image: url(../images/h-lang-b.png);
  }
  .head-box .h-lang .ar {
    filter: none;
  }
  .head-box .h-shop {
    margin-left: 0.2rem;
  }
  .head-box .h-shop .hic {
    margin: 0;
  }
  .head-box .h-shop .hsp {
    display: none;
  }
  .head-box .h-search {
    position: relative;
    cursor: pointer;
    margin-left: 0.2rem;
  }
  .head-box .h-more {
    display: block;
  }
}

.head-sub {
  position: fixed;
  left: 0;
  top: 100%;
  top: 0.8rem;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
}
.head-sub.show {
  opacity: 1;
  pointer-events: auto;
}
.head-sub .hs-cont {
  position: relative;
  z-index: 6;
}
.head-sub .hs-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.head-sub .hs-box {
  padding: 0.2rem 0;
  position: relative;
}
.head-sub .hs-off {
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 5;
}
.head-sub .hs-list {
  overflow-y: auto;
  max-height: 80vh;
}
.head-sub .hs-item {
  padding-top: 0.25rem;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.head-sub .hs-item:last-child {
  border-bottom: none;
}
.head-sub .hs_le {
  width: 20%;
  position: relative;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 2.8rem;
  padding-bottom: 0.3rem;
}
.head-sub .hs-ul1 .hs-li2 {
  width: 2.8rem;
  margin-bottom: 0.1rem;
}
.head-sub .hs-ul1 .hs-li2:last-child {
  margin-bottom: 0;
}
.head-sub .hs-ul1 .aa2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.head-sub .hs-ul1 .aa2:hover {
  color: #003cb4;
}
.head-sub .hs-ul1 .aa2:hover .i1 {
  opacity: 0;
}
.head-sub .hs-ul1 .aa2:hover .i2 {
  opacity: 1;
}
.head-sub .hs-ul1 .ic2 {
  width: 1em;
  height: 1.4em;
  position: relative;
  margin-right: 0.14rem;
}
.head-sub .hs-ul1 .ic2 img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.head-sub .hs-ul1 .i2 {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .head-sub {
    display: none !important;
  }
}

.md-mob_sideNav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 8rem;
  max-width: 70%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.4s linear;
  z-index: 300;
}
.md-mob_sideNav .ul1 .li1 {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: auto;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.md-mob_sideNav .ul1 .a1 {
  position: relative;
  display: block;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
}
.md-mob_sideNav .ul1 .ul2 {
  display: none;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2 {
  max-width: 90%;
  margin: 5px 0;
  padding-left: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
}
.md-mob_sideNav .ul1 .ul2 .li2 .a2:hover {
  color: #003cb4;
}
.md-mob_sideNav .ul1 .dt {
  position: relative;
}
.md-mob_sideNav .ul1 .has_nav > .dt::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/hm_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-mob_sideNav .ul1 .has_nav.show > .dt::after {
  background-image: url(../images/hm_4.png);
}
.md-mob_sideNav .hmob_off {
  padding: 10px 20px;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: flex-end;
}
.md-mob_sideNav .m_off {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  background-image: url(../images/m_off1.png);
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.md-mob_sideNav .hmob_top {
  max-height: calc(100% - 50px - 1rem);
  overflow-y: auto;
  scrollbar-width: thin;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.md-mob_sideNav .hmob_top::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.md-mob_sideNav .hmob_bot {
  height: 1rem;
  padding: 0 0.2rem;
}
.md-mob_sideNav .hmob_lang {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 0;
  background-color: #fff;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_lang.show {
  right: 0;
  transition: all 0.2s;
}
.md-mob_sideNav .hmob_back {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 20px 0;
  cursor: pointer;
}
.md-mob_sideNav .hmob_back img {
  margin-right: 10px;
}
.md-mob_sideNav .ul3 {
  display: none;
}
.md-mob_sideNav .ul3 li {
  padding: 5px 0;
}
.md-mob_sideNav .ul3 .tlist {
  margin-top: 5px;
}
.md-mob_sideNav .ul3 .li3 {
  padding-left: 40px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.md-mob_sideNav .hm3-login {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #31a8ff;
  border-radius: 0.1rem;
  padding: 0 0.18rem;
  color: #2f80f6;
  height: 0.7rem;
  cursor: pointer;
}
.md-mob_sideNav .hm3-login:hover {
  color: #fff;
  background-image: linear-gradient(90deg, #31a8ff 0%, #2578f3 100%), linear-gradient(#3caae7, #3caae7);
}
.md-mob_sideNav .hm3-login:hover .bic {
  filter: brightness(0) invert(1);
}
.md-mob_sideNav .hm3-login .bic {
  width: 1em;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.md-mob_sideNav .hm3-user {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 0.7rem;
}
.md-mob_sideNav .hm3-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.md-mob_sideNav .hm3-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.md-mob_sideNav .hm3-user .ua2 {
  cursor: pointer;
}
.md-mob_sideNav .form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.1rem 0;
}
.md-mob_sideNav .form .ip {
  width: 100%;
  height: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0 0.2rem;
  outline: none;
  font-family: inherit;
}
.md-mob_sideNav .form .submit {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #003cb4;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
@media (min-width: 769px) {
  .md-mob_sideNav .hmob-money {
    display: none;
  }
}

.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #003cb4;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-search_form {
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transform-origin: top;
  transition: all 0.2s;
}
.md-search_form.show {
  transform: scaleY(1);
  transition: all 0.2s;
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.md-search_form .h_form {
  width: 100%;
  position: relative;
  z-index: 402;
  padding: 0.4rem 0;
  background-color: #fff;
}
.md-search_form .inp {
  width: 6rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.md-search_form .inp input {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  border: none;
  outline: none;
  font-family: inherit;
}
.md-search_form .h_sub {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  min-width: 30px;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  background-color: #003cb4;
  background-image: url(../images/h-mag-w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40% auto;
  cursor: pointer;
  z-index: 10;
  border: none;
  outline: none;
}
.md-search_form .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #101010;
}
.md-foot-1 {
  position: relative;
  border-top: 1px solid rgba(3, 22, 41, 0.08);
}
.md-foot-1 .box {
  padding-top: 0.25rem;
  padding-bottom: 0.36rem;
  position: relative;
}
.md-foot-1 .le {
  width: 23.6413043478%;
  margin-right: 1.7rem;
}
.md-foot-1 .ri {
  width: 19.0217391304%;
  padding-top: 0.06rem;
}
.md-foot-1 .img {
  position: relative;
  padding-top: calc(546 / 435 * 100%);
  border-radius: 0.2rem;
  overflow: hidden;
}
.md-foot-1 .logo {
  display: block;
}
.md-foot-1 .logo .ic {
  height: 0.57rem;
}
.md-foot-1 .shares {
  display: flex;
}
.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.md-foot-1 .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
}
.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
  transition: all 0.3s;
}
.md-foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md-foot-1 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .md-foot-1 .f1_le {
    width: 100%;
    margin-right: 0;
    order: 3;
  }
  .md-foot-1 .f1_cen {
    width: 100%;
    order: 1;
  }
  .md-foot-1 .f1_ri {
    width: 100%;
    order: 2;
  }
  .md-foot-1 .ft-link {
    width: 4.8rem;
  }
}

.md-foot-2 {
  position: relative;
}
.md-foot-2 .box {
  padding-top: 0.33rem;
  padding-bottom: 0.35rem;
  line-height: 2;
  position: relative;
}
.md-foot-2 .le {
  width: 70%;
}
.md-foot-2 .link {
  max-width: 25%;
  color: #444;
  font-weight: bold;
}
.md-foot-2 .link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .md-foot-2 .box {
    flex-wrap: wrap;
  }
  .md-foot-2 .link {
    text-align: center;
    width: 100%;
    max-width: 100%;
    gap: 1em;
  }
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  z-index: 60;
  transition: transform 0.5s;
}
.md-sideNav.hide {
  transform: translate(100%, -50%);
}
.md-sideNav.hide .sn-btn .ii {
  transform: rotate(180deg);
}
.md-sideNav .sn-list {
  box-shadow: 0px 0px 0.21rem 0px rgba(21, 62, 182, 0.21);
  color: #555;
  background-color: #fff;
  border-radius: 0.05rem;
}
.md-sideNav .sn_i {
  position: relative;
}
.md-sideNav .sn_i:first-child {
  margin-top: 0;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 0.15rem 0.5em;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 1.2em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-sideNav .hd .i2 {
  display: none;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
  line-height: 1;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.2rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0px 0px 0.21rem 0px rgba(21, 62, 182, 0.21);
  border-radius: 0.1rem;
  position: relative;
  padding: 0.14rem 0.2rem;
}
.md-sideNav .b_box::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left: 0.1rem solid #fff;
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
}
.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
}
.md-sideNav .ph .d2 {
  color: #003cb4;
  font-weight: bold;
}
.md-sideNav .wx {
  text-align: center;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.md-sideNav #goTop.show {
  display: block;
}
.md-sideNav .sn-btn {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.11rem;
  height: 0.7rem;
  background-image: linear-gradient(180deg, #003cb4 0%, #6244bb 100%), linear-gradient(#1483d0, #1483d0);
  border-radius: 1rem 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.md-sideNav .sn-btn .ii {
  width: 54.5454545455%;
  transition: all 0.3s;
}
@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;
  }
}

@keyframes ban {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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;
}

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

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

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 10rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url(../images/ctc2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.form-dialog .off {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(../images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.form-dialog .form {
  padding: 0.4rem;
}
.form-dialog .fbox {
  margin-top: 0.3rem;
}
.form-dialog .fle {
  width: 48.75%;
}
.form-dialog .fri {
  width: 48.75%;
}
.form-dialog .fitem {
  width: 100%;
  margin-bottom: 0.15rem;
}
.form-dialog .fitem:last-child {
  margin-bottom: 0;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.5rem;
  min-height: 40px;
  background-color: #fff;
  border: none;
  padding: 0 0.23rem;
  font-family: inherit;
}
.form-dialog .ip::-moz-placeholder {
  color: #666;
}
.form-dialog .ip::placeholder {
  color: #666;
}
.form-dialog .ta {
  width: 100%;
  height: 100%;
  padding: 0.16rem 0.23rem;
  background-color: #fff;
  font-family: inherit;
  border: none;
}
.form-dialog .ta::-moz-placeholder {
  color: #666;
}
.form-dialog .ta::placeholder {
  color: #666;
}
.form-dialog .yzm {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: none;
  border-left: 1px solid #eee;
}
.form-dialog .fbtns {
  margin-top: 0.42rem;
}
.form-dialog .submit {
  width: 2rem;
  height: 0.6rem;
  background-color: #003cb4;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  width: 2rem;
  height: 0.6rem;
  background-color: #003cb4;
  color: #fff;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.form-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #444;
  cursor: pointer;
  margin-right: 0.12rem;
  margin-bottom: 0.16rem;
  font-weight: 300;
}
.form-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px #222;
}
.form-dialog .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.form-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.4em;
  position: relative;
}
.form-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@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: #003cb4;
  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: #003cb4;
  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;
  }
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.svc-dialog {
  display: none;
}
.svc-dialog.show {
  display: block;
}
.svc-dialog .dlg-cont {
  width: 12rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.8rem 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.svc-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.svc-dialog .off:hover {
  opacity: 0.6;
}
.svc-dialog .bitem {
  padding: 0 0.5rem;
  height: 5.5rem;
  overflow-y: auto;
  display: none;
}
.svc-dialog .bitem.show {
  display: block;
}
.svc-dialog .bitem::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.svc-dialog .bitem::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #003cb4;
}
.svc-dialog .bitem::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #f1f1f1;
}
.svc-dialog .ci {
  margin-bottom: 0.3rem;
}
.svc-dialog .ci:last-child {
  margin-bottom: 0;
}
.svc-dialog .title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 0.28rem;
  line-height: 1;
}
.svc-dialog .content {
  padding: 0.42rem 0;
}
.svc-dialog .c11 {
  margin-bottom: 0.12rem;
}
.svc-dialog .c12 {
  line-height: 2;
}
@media (max-width: 900px) {
  .svc-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
}

/* 联系 */
.md-contact-1 {
  padding-top: 1.15rem;
  padding-bottom: 1rem;
}
.md-contact-1 .com-button {
  padding: 0.19rem 0.52rem;
}
.md-contact-1 .form {
  margin-top: 0.68rem;
  padding: 0.8rem;
  padding-top: 1rem;
  border-radius: 0.13rem;
}
.md-contact-1 .fitem {
  width: 50%;
  margin-bottom: 0.5rem;
}
.md-contact-1 .fitem:last-child {
  margin-bottom: 0;
}
.md-contact-1 .ww100 {
  width: 100%;
}
.md-contact-1 .fle {
  width: 5em;
  padding-right: 0.2rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
}
.md-contact-1 .ftip {
  width: 100%;
  text-align: right;
}
.md-contact-1 .ftip span {
  color: #ff1900;
}
.md-contact-1 .fri {
  flex-grow: 1;
}
.md-contact-1 .inp {
  position: relative;
  font-size: 0;
}
.md-contact-1 .ip {
  width: 100%;
  height: 0.8rem;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
  padding: 0 0.4rem;
  font-family: inherit;
}
.md-contact-1 .ip::-moz-placeholder {
  color: #999;
}
.md-contact-1 .ip::placeholder {
  color: #999;
}
.md-contact-1 .ta {
  width: 100%;
  height: 2.4rem;
  padding: 0.24rem 0.4rem;
  font-family: inherit;
  background-color: #f8f8f8;
  border-radius: 0.1rem;
  border: solid 1px #e0e0e0;
}
.md-contact-1 .ta::-moz-placeholder {
  color: #999;
}
.md-contact-1 .ta::placeholder {
  color: #999;
}
.md-contact-1 .yzm {
  height: 0.8rem;
  margin-left: 0.3rem;
}
.md-contact-1 .fbtns {
  margin-top: 0.6rem;
}
.md-contact-1 .code {
  flex-grow: 0;
}
.md-contact-1 .code .inp {
  width: 4rem;
}
@media screen and (max-width: 900px) {
  .md-contact-1 .form {
    width: 100%;
    padding: 0.4rem;
  }
  .md-contact-1 .fitem {
    width: 100%;
  }
}

.md-contact-2 {
  position: relative;
  padding-top: 0.96rem;
  padding-bottom: 0.88rem;
  overflow: hidden;
}
.md-contact-2 .layout {
  width: 17.2rem;
}
.md-contact-2 .tip {
  line-height: 1.875;
  margin-top: 0.08rem;
}
.md-contact-2 .maps {
  position: relative;
  margin-top: 1.2rem;
}
.md-contact-2 .maps .bg {
  position: relative;
}
.md-contact-2 .maps .bg .ii {
  width: 100%;
}
.md-contact-2 .adi {
  position: absolute;
}
.md-contact-2 .adi:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-contact-2 .adi .hd {
  cursor: pointer;
}
.md-contact-2 .adi .hic {
  width: 1em;
  height: 1.35em;
  background-image: url(../images/a14.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: jump 1s linear infinite;
}
.md-contact-2 .adi .bd {
  width: 5.2rem;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  padding-bottom: 0.1rem;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.3s;
}
.md-contact-2 .adi .bd_box {
  background-color: #fff;
  box-shadow: 0px 4px 0.16rem 0px rgba(30, 31, 32, 0.19);
  border-radius: 0.2rem;
  padding: 0.24rem 0.4rem 0.2rem;
}
.md-contact-2 .adi .sp1 {
  margin-right: 0.1rem;
}
.md-contact-2 .adi .more {
  color: #003cb4;
}
.md-contact-2 .adi .bt2 {
  height: 1px;
  background-color: #dedede;
  margin-top: 0.08rem;
  margin-bottom: 0.16rem;
}
.md-contact-2 .adi .bt3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.md-contact-2 .adi .bt4 {
  line-height: 1.75;
}
.md-contact-2 .mlist {
  margin-top: 0.6rem;
}
.md-contact-2 .mlist .mitem {
  background-color: #fff;
  box-shadow: 0px 4px 0.16rem 0px rgba(30, 31, 32, 0.19);
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem;
  margin-bottom: 0.4rem;
}
.md-contact-2 .mlist .mitem:last-child {
  margin-bottom: 0;
}
.md-contact-2 .mlist .sp1 {
  margin-right: 0.1rem;
}
.md-contact-2 .mlist .more {
  color: #003cb4;
}
.md-contact-2 .mlist .mt2 {
  height: 1px;
  background-color: #dedede;
  margin-top: 0.1rem;
  margin-bottom: 0.16rem;
}
.md-contact-2 .mlist .mt3 {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.md-contact-2 .mlist .mt4 {
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .md-contact-2 .mlist {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-contact-2 .adi .bd {
    display: none;
  }
  .md-contact-2 .maps {
    display: none;
  }
}

.md-pro-1 {
  background-color: #f6f8fa;
  padding-top: 0.55rem;
  padding-bottom: 1.2rem;
}
.pro-nav .na {
  width: 23.5714285714%;
  margin-right: 1.7857142857%;
  background-color: #fff;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.13rem 0;
  margin-bottom: 0.4rem;
  transition: all 0.3s;
}
.pro-nav .na:nth-child(4n) {
  margin-right: 0;
}
.pro-nav .na:hover {
  color: #003cb4;
}
.pro-nav .na.on {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
}
@media screen and (max-width: 900px) {
  .pro-nav {
    justify-content: space-between;
  }
  .pro-nav .na {
    width: 49%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}

.pro-type {
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.pro-type .ta {
  text-align: center;
  padding: 0.13rem 0.44rem;
  transition: all 0.3s;
}
.pro-type .ta:hover {
  color: #003cb4;
}
.pro-type .ta.on {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
}
.pro-list {
  margin-bottom: 0.8rem;
}
.pro-list .li {
  margin-bottom: 0.3rem;
}
.pro-list .li:last-child {
  margin-bottom: 0;
}
.pro-list .dd {
  position: relative;
  padding: 0.4rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.pro-list .dd:hover .img img {
  transform: scale(1.05);
}
.pro-list .dd:hover .title {
  color: #003cb4;
}
.pro-list .imgs {
  width: 2.8rem;
  flex-shrink: 0;
}
.pro-list .img {
  position: relative;
  padding-top: calc( 200 / 280 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.pro-list .text {
  width: 5.3rem;
  margin-left: 0.5rem;
  flex-shrink: 0;
  padding-top: 0.1rem;
}
.pro-list .title {
  display: inline-block;
  max-width: 100%;
  position: relative;
  font-weight: bold;
}
.pro-list .tag {
  position: absolute;
  left: calc(100% + 0.08rem);
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
  color: #fff;
  padding: 0 0.5em;
  border-radius: 0.05rem;
}
.pro-list .hot {
  background-color: #f64041;
}
.pro-list .new {
  background-color: #ffb83b;
}
.pro-list .name {
  transition: all 0.5s;
}
.pro-list .intro {
  line-height: 1.5;
  color: #666;
  margin-top: 0.36rem;
}
.pro-list .result {
  width: 2rem;
  padding-top: 0.12rem;
}
.pro-list .amount .sp {
  color: #f64041;
}
.pro-list .btn {
  display: block;
  text-align: center;
  line-height: 2.625em;
  box-shadow: 0 0 0 1px inset #193eb6;
  color: #003cb4;
  min-width: 1.5rem;
  text-align: center;
  margin-bottom: 0.1rem;
  border-radius: 0.1rem;
  padding: 0 0.5em;
  transition: all 0.5s;
}
.pro-list .btn:hover {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#193eb6, #193eb6);
  color: #fff;
}
.pro-list .btn:first-child {
  margin-top: 0.19rem;
}
.pro-list .nums {
  margin-bottom: 0.1rem;
}
.pro-list .nip {
  background-color: #fff !important;
}
.pro-list .com-collect {
  margin-top: 0.23rem;
}
.pro-list .btn-consult {
  position: relative;
}
.pro-list .btn-consult:hover .btn_bd {
  opacity: 1;
}
.pro-list .btn-consult .btn_bd {
  position: absolute;
  right: calc(100% + 0.2rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 0.1rem;
  white-space: nowrap;
  box-shadow: 0px 0px 0.21rem 0px rgba(21, 62, 182, 0.21);
  padding: 0.16rem 0.27rem;
  line-height: 1;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}
.pro-list .btn-consult .btn_bd::before {
  content: "";
  border-left: 0.05rem solid #fff;
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.pro-list .btn-consult .bd_ewm {
  width: 0.9rem;
  min-width: 90px;
  box-shadow: 0 0 0 1px inset #eee;
  padding: 0.05rem;
  margin: 0 auto;
}
.pro-list .btn-consult .bd_ewm img {
  width: 100%;
}
.pro-list .btn-consult .bd_t1 {
  color: #333;
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .pro-list .dd {
    flex-wrap: wrap;
  }
  .pro-list .le {
    width: 100%;
    flex-wrap: wrap;
  }
  .pro-list .ri {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.4rem;
  }
  .pro-list .imgs {
    width: 50%;
  }
  .pro-list .text {
    width: 45%;
    margin-left: 5%;
  }
  .pro-list .result {
    width: 50%;
    margin: 0.2rem 0;
  }
  .pro-list .com-nums {
    margin-top: 0.1rem;
  }
  .pro-list .btns {
    width: -moz-max-content;
    width: max-content;
    font-size: 0;
  }
  .pro-list .btn {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 500px) {
  .pro-list .imgs {
    width: 100%;
  }
  .pro-list .text {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
}

.md-pro-11 {
  padding-top: 1rem;
  padding-bottom: 1.15rem;
  position: relative;
  background-color: #f2f5fa;
}
.md-pro-11 .imgs {
  width: calc( 550 / 1400 * 100%);
}
.md-pro-11 .img {
  position: relative;
  padding-top: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.md-pro-11 .text {
  width: calc( 770 / 1400 * 100%);
  position: relative;
  padding-top: 0.39rem;
}
.md-pro-11 .intro {
  line-height: 2;
  min-height: 8em;
  margin-top: 0.12rem;
}
.md-pro-11 .price {
  border-top: 1px solid #e2e7f0;
  border-bottom: 1px solid #e2e7f0;
  padding: 0.18rem 0;
  color: #f64041;
  font-weight: bold;
}
.md-pro-11 .nums .nip {
  background-color: #f2f5fa;
}
.md-pro-11 .edits {
  margin-top: 0.4rem;
  margin-bottom: 0.7rem;
}
.md-pro-11 .op0 {
  opacity: 0 !important;
  pointer-events: none;
}
.md-pro-11 .amount {
  margin-left: 0.45rem;
}
.md-pro-11 .amount .sp {
  color: #f64041;
}
.md-pro-11 .btn {
  line-height: 2.625em;
  box-shadow: 0 0 0 1px inset #193eb6;
  color: #003cb4;
  min-width: 1.5rem;
  text-align: center;
  margin-right: 0.2rem;
  border-radius: 0.1rem;
  padding: 0 0.5em;
  transition: all 0.5s;
}
.md-pro-11 .btn:hover {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#193eb6, #193eb6);
  color: #fff;
}
.md-pro-11 .com-collect {
  position: absolute;
  right: 0;
  top: 0.5em;
}
.md-pro-11 .btn-consult {
  position: relative;
}
.md-pro-11 .btn-consult:hover .btn_bd {
  opacity: 1;
}
.md-pro-11 .btn-consult .btn_bd {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.2rem);
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 0.1rem;
  white-space: nowrap;
  box-shadow: 0px 0px 0.21rem 0px rgba(21, 62, 182, 0.21);
  padding: 0.16rem 0.27rem;
  line-height: 1;
  opacity: 0;
  z-index: 10;
}
.md-pro-11 .btn-consult .btn_bd::before {
  content: "";
  border-bottom: 0.05rem solid #fff;
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
}
.md-pro-11 .btn-consult .bd_ewm {
  width: 0.9rem;
  min-width: 90px;
  box-shadow: 0 0 0 1px inset #eee;
  padding: 0.05rem;
  margin: 0 auto;
}
.md-pro-11 .btn-consult .bd_ewm img {
  width: 100%;
}
.md-pro-11 .btn-consult .bd_t1 {
  color: #333;
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-pro-11 .imgs {
    width: 100%;
  }
  .md-pro-11 .text {
    width: 100%;
    margin-top: 0.4rem;
    padding-top: 0.7rem;
  }
  .md-pro-11 .price {
    margin-top: 0.3rem;
  }
}

.md-pro-12 {
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}
.md-pro-12 .swiper {
  margin-top: 0.45rem;
}
.md-pro-12 .sw:hover .img img {
  transform: scale(1.05);
}
.md-pro-12 .sw:hover .name {
  color: #003cb4;
}
.md-pro-12 .img {
  position: relative;
  padding-top: 71.3414634146%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.md-pro-12 .text {
  margin-top: 0.16rem;
}
.md-pro-12 .name {
  transition: all 0.3s;
}
.md-pro-13 {
  padding-top: 0.72rem;
  padding-bottom: 0.6rem;
}
.md-pro-13 .w1200 {
  width: 12rem;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.md-pro-13 .pitem {
  margin-bottom: 1.1rem;
}
.md-pro-13 .pitem:last-child {
  margin-bottom: 0;
}
.md-pro-13 .tab {
  overflow-x: auto;
  margin-top: 0.34rem;
}
.md-pro-13 .tab:last-child {
  margin-bottom: 0;
}
.md-pro-13 table {
  width: 100%;
  min-width: 600px;
  table-layout: fixed;
  text-align: center;
}
.md-pro-13 table,
.md-pro-13 th,
.md-pro-13 td {
  border: none;
}
.md-pro-13 th,
.md-pro-13 td {
  padding: 0.18rem 0.4rem;
}
.md-pro-13 tr {
  background-color: #f2f5fa;
  border-bottom: 1px solid #fff;
}
.md-pro-13 tr:first-child {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#000000, #000000);
  color: #fff;
}

.md-pro-14 {
  padding-top: 0.51rem;
  padding-bottom: 1rem;
}
.md-pro-14 .ul {
  margin-top: 0.45rem;
}
.md-pro-14 .li {
  width: calc( 260 / 1400 * 100%);
  margin-right: 1.25%;
  margin-bottom: 0.2rem;
  float: left;
}
.md-pro-14 .li:nth-child(5n) {
  margin-right: 0;
}
.md-pro-14 .li:last-child {
  margin-right: 0;
}
.md-pro-14 .li1 {
  width: calc( 280 / 1400 * 100%);
}
.md-pro-14 .aa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f2f5fa;
  border-radius: 0.2rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.md-pro-14 .aa:hover {
  background-image: url(../images/pro14_00.png);
}
.md-pro-14 .aa:hover .h3 {
  color: #fff;
}
.md-pro-14 .aa1 {
  height: 4.2rem;
}
.md-pro-14 .aa2 {
  height: 2rem;
}
.md-pro-14 .img {
  height: 0.9rem;
  position: relative;
  width: 100%;
}
.md-pro-14 .text {
  margin-top: 0.15rem;
}
.md-pro-14 .ibg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  filter: drop-shadow(0.16rem 0.14rem 0.35rem rgba(79, 66, 186, 0.13));
}
.md-pro-14 .ic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
}
@media screen and (max-width: 900px) {
  .md-pro-14 .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .md-pro-14 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  .md-pro-14 .li1 {
    width: 100%;
  }
}

.com-collect {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.com-collect.is-col .cicon {
  background-image: url(../images/a2.png);
}
.com-collect .cicon {
  width: 1.1875em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.com-nums {
  display: flex;
  align-items: center;
}
.com-nums .nsp {
  margin-right: 0.14rem;
}
.com-nums .nip {
  width: 0.7rem;
  height: 2.625em;
  text-align: center;
  color: #003cb4;
  border: none;
  border-top: 1px solid #003cb4;
  border-bottom: 1px solid #003cb4;
  background-color: #fff;
}
.com-nums .nbtn {
  width: 2.5em;
  height: 2.625em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px inset #003cb4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.com-nums .nic {
  width: 30%;
}
.com-nums .minus {
  border-radius: 0.1rem 0 0 0.1rem;
}
.com-nums .plus {
  border-radius: 0 0.1rem 0.1rem 0;
}

.md-cart-1 {
  padding-top: 0.49rem;
  padding-bottom: 0.7rem;
  background-color: #f6f8fa;
}
.md-cart-1 .table {
  margin-top: 0.3rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.md-cart-1 .thead {
  padding: 0.18rem 0;
  margin-bottom: 0.03rem;
  position: relative;
}
.md-cart-1 .tr {
  padding: 0.25rem 0;
  position: relative;
}
.md-cart-1 .td {
  text-align: center;
}
.md-cart-1 .td:nth-child(1) {
  width: 53.5714285714%;
  text-align: left;
  padding-left: 1.5rem;
}
.md-cart-1 .td:nth-child(2) {
  width: 14.2857142857%;
}
.md-cart-1 .td:nth-child(3) {
  width: 15.7142857143%;
}
.md-cart-1 .td:nth-child(4) {
  width: 15.7142857143%;
}
.md-cart-1 .pro .imgs {
  width: 1.55rem;
  flex-shrink: 0;
}
.md-cart-1 .pro .img {
  position: relative;
  padding-top: calc( 110 / 155 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-cart-1 .pro .pte {
  padding-left: 0.3rem;
  padding-top: 0.18rem;
}
.md-cart-1 .pro .pt1 {
  line-height: 1.5;
  margin-bottom: 0.12rem;
  display: block;
}
.md-cart-1 .pro .pt2 {
  color: #666;
}
.md-cart-1 .nums {
  display: inline-flex;
}
.md-cart-1 .price {
  color: #f64041;
}
.md-cart-1 .del {
  display: inline-block;
  width: 1.5rem;
  height: 2.625em;
  background-color: #fff;
  color: #003cb4;
  border: 1px solid #003cb4;
  border-radius: 0.1rem;
  cursor: pointer;
}
.md-cart-1 .del:hover {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#003cb4, #003cb4);
  background-blend-mode: normal, normal;
  color: #fff;
}
.md-cart-1 .shop {
  margin-top: 0.14rem;
  padding-left: 0.5rem;
}
.md-cart-1 .href {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  color: #003cb4;
  padding: 0.11rem 0.2rem;
}
.md-cart-1 .href:hover {
  border-color: #003cb4;
}
.md-cart-1 .aic {
  width: 1em;
  margin-right: 0.1rem;
}
.md-cart-1 .label {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.md-cart-1 .label.selected .lab_ic {
  box-shadow: 0 0 0 1px inset #003cb4;
}
.md-cart-1 .label.selected .lab_ic::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  border-radius: 50%;
  background-color: #003cb4;
}
.md-cart-1 .label .lab_ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px inset #ccc;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.md-cart-1 .label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}
.md-cart-1 .label .lab_sp {
  margin-left: 0.1rem;
  font-weight: bold;
}
.md-cart-1 .disabel .item {
  opacity: 0.5;
}
.md-cart-1 .bots {
  margin-top: 0.3rem;
  background-color: #fff;
  padding-left: 0.4rem;
  border-radius: 0.2rem;
}
.md-cart-1 .ble {
  flex-shrink: 0;
}
.md-cart-1 .empty {
  color: #003cb4;
  cursor: pointer;
  margin-right: 0.46rem;
}
.md-cart-1 .been span {
  color: #003cb4;
  font-weight: bold;
}
.md-cart-1 .total {
  color: #f64041;
}
.md-cart-1 .total .sp1 {
  color: #333;
}
.md-cart-1 .button {
  min-width: 1.7rem;
  height: 0.6rem;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 0.2rem;
  border: none;
  color: #fff;
  padding: 0 2em;
  margin-left: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .md-cart-1 .thead {
    padding: 1em 0;
  }
  .md-cart-1 .thead .td {
    display: none;
  }
  .md-cart-1 .item {
    flex-wrap: wrap;
  }
  .md-cart-1 .item .label {
    top: 1rem;
  }
  .md-cart-1 .pro .imgs {
    width: 30%;
  }
  .md-cart-1 .td:nth-child(1) {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .md-cart-1 .td:nth-child(2) {
    width: 33%;
  }
  .md-cart-1 .td:nth-child(3) {
    width: 33%;
  }
  .md-cart-1 .td:nth-child(4) {
    width: 33%;
  }
  .md-cart-1 .bots {
    padding: 0.2rem;
  }
  .md-cart-1 .ble {
    width: 100%;
    justify-content: center;
  }
  .md-cart-1 .bri {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .md-cart-1 .total {
    text-align: center;
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.md-cart-2 {
  padding-top: 0.48rem;
  padding-bottom: 1.04rem;
  background-color: #f6f8fa;
  position: relative;
}
.md-cart-2 .swiper {
  margin-top: 0.41rem;
}
.md-cart-2 .sw:hover .img img {
  transform: scale(1.05);
}
.md-cart-2 .sw:hover .name {
  color: #003cb4;
}
.md-cart-2 .img {
  position: relative;
  padding-top: 71.3414634146%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.md-cart-2 .text {
  margin-top: 0.15rem;
}
.md-cart-2 .name {
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .md-cart-2 .imgs {
    width: 100%;
    margin-top: 0.4rem;
  }
  .md-cart-2 .text {
    width: 100%;
    padding: 0 0.3rem;
  }
}

.md-login-1 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 9.4rem;
}
.md-login-1 .tags .ti {
  display: inline-block;
  line-height: 1;
  padding: 0.11rem 0;
  margin: 0 0.15rem;
  cursor: pointer;
  position: relative;
}
.md-login-1 .tags .on {
  color: #003cb4;
  font-weight: bold;
}
.md-login-1 .tags .on::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#141613, #141613);
}
.md-login-1 .forms {
  width: 5.4rem;
  min-height: 5.8rem;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.48rem 0.6rem;
}
.md-login-1 .form-item {
  display: none;
}
.md-login-1 .form-item.show {
  display: block;
}
.md-login-1 .form1 {
  padding-top: 0.6rem;
}
.md-login-1 .form1 .ewm {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px #eee;
  overflow: hidden;
}
.md-login-1 .form1 .ei {
  width: 100%;
}
.md-login-1 .form1 .et1 {
  margin-top: 0.16rem;
}
.md-login-1 .form1 .agree {
  margin-top: 0.12rem;
}
.md-login-1 .form1 .tip {
  margin-top: 0.67rem;
}
.md-login-1 .form2 {
  padding-top: 0.48rem;
}
.md-login-1 .form2 .fitem {
  margin-bottom: 0.2rem;
}
.md-login-1 .form2 .fitem:last-child {
  margin-bottom: 0;
}
.md-login-1 .form2 .inp {
  position: relative;
}
.md-login-1 .form2 .ip {
  width: 100%;
  height: 3.125em;
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  padding: 0 0.2rem;
  font-family: inherit;
}
.md-login-1 .form2 .ip::-moz-placeholder {
  color: #bbb;
}
.md-login-1 .form2 .ip::placeholder {
  color: #bbb;
}
.md-login-1 .form2 .code {
  width: auto;
  height: 60%;
  position: absolute;
  top: 20%;
  right: 0.36rem;
  cursor: pointer;
}
.md-login-1 .form2 .get-code {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 1.4rem;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  border: none;
  border-radius: 0.1rem;
  white-space: nowrap;
  cursor: pointer;
}
.md-login-1 .form2 .submit {
  width: 100%;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 0.1rem;
  border: none;
  color: #fff;
  cursor: pointer;
}
.md-login-1 .form2 .agree {
  margin-top: 0.46rem;
  margin-bottom: 0.38rem;
}
.md-login-1 .lab {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.md-login-1 .lab.selected .fic {
  box-shadow: 0 0 0 1px inset #003cb4;
}
.md-login-1 .lab.selected .fic::before {
  opacity: 1;
}
.md-login-1 .lab .fic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  box-shadow: 0 0 0 1px inset #999;
  border-radius: 50%;
  position: relative;
}
.md-login-1 .lab .fic::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform-origin: center;
  background-color: #003cb4;
  transform: scale(0.5);
  opacity: 0;
}
.md-login-1 .lab a {
  color: #003cb4;
}
.md-login-1 .lab .ck {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 0%;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  .md-login-1 .box {
    justify-content: center;
  }
  .md-login-1 .forms {
    width: 90%;
  }
}

.md-login-11 {
  padding-top: 0.55rem;
  padding-bottom: 1.1rem;
}
.md-login-11 .layout {
  width: 12rem;
}
.md-login-11 .txt {
  line-height: 1.875;
  margin-top: 0.7rem;
}

.person-page {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background-color: #f6f8fa;
}

.md-ps-1 .form {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.md-ps-1 .fbox {
  margin-top: 0.6rem;
}
.md-ps-1 .is-edit .f-code {
  display: flex;
}
.md-ps-1 .is-edit .edit {
  display: none;
}
.md-ps-1 .is-edit .submit {
  display: block;
}
.md-ps-1 .ava {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  margin: 0 auto;
}
.md-ps-1 .aimg {
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.md-ps-1 .aimg::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border: solid 2px #d9e2f2;
  border-radius: 50%;
  box-sizing: border-box;
}
.md-ps-1 .aimg .ii {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-ps-1 .file {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.md-ps-1 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#15110e, #15110e);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0.1rem;
}
.md-ps-1 .icon .ic {
  width: 50%;
}
.md-ps-1 .fitem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.md-ps-1 .fitem:last-child {
  margin-top: 0.6rem;
}
.md-ps-1 .f-code {
  display: none;
}
.md-ps-1 .fle {
  width: 5em;
  text-align: right;
  flex-shrink: 0;
}
.md-ps-1 .fri {
  width: 4.25rem;
  margin-left: 0.2rem;
}
.md-ps-1 .get-code {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 1.4rem;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  border: none;
  border-radius: 0.1rem;
  padding: 0 0.5em;
  cursor: pointer;
}
.md-ps-1 .get-code.gray {
  background-image: none;
  background-color: #bbb;
  cursor: not-allowed;
}
.md-ps-1 .inp {
  position: relative;
}
.md-ps-1 .ip {
  width: 100%;
  height: 3.125em;
  border-radius: 0.1rem;
  background-color: #fff;
  border: solid 1px #eee;
  padding: 0 0.2rem;
}
.md-ps-1 .button {
  width: 100%;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 0.1rem;
  border: none;
  color: #fff;
  cursor: pointer;
}
.md-ps-1 .submit {
  display: none;
}
.md-ps-3 .form {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
}
.md-ps-3 .fitem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.md-ps-3 .fitem:last-child {
  margin-top: 0.64rem;
}
.md-ps-3 .f-code {
  display: none;
}
.md-ps-3 .fle {
  width: 8em;
  text-align: right;
  flex-shrink: 0;
}
.md-ps-3 .fle span {
  color: #ff0101;
}
.md-ps-3 .fri {
  width: 4.25rem;
  margin-left: 0.2rem;
}
.md-ps-3 .get-code {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 1.4rem;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  border: none;
  border-radius: 0.1rem;
  padding: 0 0.5em;
  cursor: pointer;
}
.md-ps-3 .get-code.gray {
  background-image: none;
  background-color: #bbb;
  cursor: not-allowed;
}
.md-ps-3 .inp {
  position: relative;
}
.md-ps-3 .ip {
  width: 100%;
  height: 3.125em;
  border-radius: 0.1rem;
  background-color: #fff;
  border: solid 1px #eee;
  padding: 0 0.2rem;
}
.md-ps-3 .button {
  width: 100%;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 0.1rem;
  border: none;
  color: #fff;
  cursor: pointer;
}
.md-ps-3 .up-down a {
  color: #003cb4;
  text-decoration: underline;
}
.md-ps-3 .upload-list {
  display: flex;
  flex-wrap: wrap;
}
.md-ps-3 .upload-item {
  margin: 0.05rem 0;
  margin-right: 0.1rem;
  width: 1.2rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #fff;
  position: relative;
}
.md-ps-3 .upload-item .upload-img {
  position: relative;
  padding-top: 100%;
}
.md-ps-3 .upload-item .upload-img 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;
}
.md-ps-3 .upload-delete {
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 1em;
  height: 1em;
  background-image: url(../images/a14.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.md-ps-3 .upload-btn {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.05rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #fff;
  line-height: 1;
  position: relative;
  margin-right: 0.25rem;
}
.md-ps-3 .upload-btn .ic1 {
  height: 1em;
}
.md-ps-3 .upload-btn .te {
  color: #bbb;
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .md-ps-3 .upload-item {
    width: 1.5rem;
  }
  .md-ps-3 .upload-btn {
    width: 1.5rem;
    height: 1.5rem;
  }
  .md-ps-3 .upload-delete {
    right: -0.75em;
    top: -0.75em;
    width: 1.5em;
    height: 1.5em;
  }
  .md-ps-3 .fri {
    flex-grow: 1;
    width: auto;
  }
}

.com-select {
  width: 100%;
  position: relative;
  padding: 0 0.2rem;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #eee;
  border-radius: 0.1rem;
}
.com-select::before {
  content: "";
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a12.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.com-select .cs_cur {
  line-height: 3.125;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.com-select select {
  font-family: inherit;
  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);
}

.layui-laydate-content table,
.layui-laydate-content th,
.layui-laydate-content td {
  border: none;
}

.layui-laydate .layui-this,
.layui-laydate .layui-this > div {
  background-color: #003cb4 !important;
}

.md-ps-6-1 .form {
  padding-top: 0.25rem;
  padding-bottom: 0.15rem;
}
.md-ps-6-1 .fitem {
  margin-bottom: 0.24rem;
}
.md-ps-6-1 .ft {
  margin-bottom: 0.16rem;
  line-height: 1.5;
  height: 1.5em;
  font-weight: bold;
}
.md-ps-6-1 .inp {
  width: 3rem;
  margin-right: 0.3rem;
  position: relative;
}
.md-ps-6-1 .inp:nth-child(2) {
  margin-right: 0;
}
.md-ps-6-1 .ip {
  width: 100%;
  height: 3.125em;
  border-radius: 0.1rem;
  background-color: #fff;
  border: solid 1px #eee;
  padding: 0 0.2rem;
}
.md-ps-6-1 .submit {
  min-width: 1.5rem;
  height: 3.125em;
  padding: 0 1em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#003cb4, #003cb4);
  color: #fff;
  border-radius: 0.1rem;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .md-ps-6-1 .range .inp:first-child::before {
    content: "";
    width: 0.1rem;
    height: 2px;
    background-color: #bbbbbb;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(100% + 0.1rem);
  }
}
@media screen and (max-width: 900px) {
  .md-ps-6-1 .fitem {
    width: 100%;
  }
  .md-ps-6-1 .fb {
    flex-wrap: wrap;
  }
  .md-ps-6-1 .inp {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}

.md-ps-6-2 {
  border-radius: 0.2rem;
  padding-bottom: 1rem;
  margin-top: 0.3rem;
}
.md-ps-6-2 .tab {
  margin-bottom: 0.5rem;
}
.md-ps-6-2 .thead {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  padding: 0.18rem 0.4rem;
  color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
  text-align: center;
}
.md-ps-6-2 .td:nth-child(1) {
  width: 3.45rem;
  text-align: left;
}
.md-ps-6-2 .td:nth-child(2) {
  width: 1.6rem;
}
.md-ps-6-2 .td:nth-child(3) {
  width: 0.8rem;
}
.md-ps-6-2 .td:nth-child(4) {
  width: 1.4rem;
}
.md-ps-6-2 .td:nth-child(5) {
  width: 1rem;
}
.md-ps-6-2 .td:nth-child(6) {
  width: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .md-ps-6-2 .thead {
    display: none;
  }
}

.order-list {
  text-align: center;
  margin-bottom: 0.87rem;
  box-shadow: 0px 1px 0px 0px #eeeeee;
}
.order-list .ord-top {
  background-color: #f6f8fa;
  padding: 0.13rem 0;
  padding-left: 0.4rem;
  text-align: left;
}
.order-list .ord-bot {
  padding-left: 0.4rem;
  background-color: #fff;
}
.order-list .num_id .nic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
  cursor: pointer;
}
.order-list .ord_date {
  margin-left: 0.2rem;
}
.order-list .ord_b_ri {
  padding: 0.2rem 0;
}
.order-list .ord_pi {
  padding: 0.2rem 0;
  box-shadow: 0 -1px 0 0 inset #eee;
}
.order-list .ord_pi:last-child {
  box-shadow: none;
}
.order-list .imgs {
  width: 1.15rem;
}
.order-list .img {
  padding-top: calc( 82 / 115 * 100%);
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.order-list .pte {
  width: 2.1rem;
  margin-left: 0.2rem;
  text-align: left;
}
.order-list .unit {
  width: 1.6rem;
}
.order-list .num {
  width: 0.8rem;
}
.order-list .total {
  width: 1.4rem;
}
.order-list .status {
  width: 1rem;
}
.order-list .btns {
  width: 1.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-list .button {
  display: block;
  min-width: 1rem;
  padding: 0 0.5em;
  height: 2.625em;
  border-radius: 0.1rem;
  border: none;
  cursor: pointer;
  margin-bottom: 0.06rem;
}
.order-list .button:last-child {
  margin-bottom: 0;
}
.order-list .btn_pay {
  border: 1px solid #003cb4;
  color: #003cb4;
  background-color: #fff;
}
.order-list .btn_pay:hover {
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#003cb4, #003cb4);
  color: #fff;
}
.order-list .btn_cancel {
  background-color: #fff;
  color: #bbb;
}
.order-list .btn_cancel:hover {
  color: #003cb4;
}
@media screen and (max-width: 1200px) {
  .order-list .or1_le {
    flex-wrap: wrap;
  }
  .order-list .ord-bot {
    flex-wrap: wrap;
  }
  .order-list .ord_plist {
    width: 100%;
  }
  .order-list .num_id {
    width: 100%;
  }
  .order-list .ord_date {
    width: 100%;
    margin: 0;
  }
  .order-list .ord_b_ri {
    width: 100%;
  }
  .order-list .imgs {
    width: 25%;
  }
  .order-list .pte {
    width: 30%;
    margin: 0;
    padding: 0 1em;
  }
  .order-list .unit {
    width: 20%;
  }
  .order-list .num {
    width: 20%;
  }
  .order-list .total {
    width: 33%;
    padding: 0 0.2rem;
  }
  .order-list .status {
    width: 33%;
    padding: 0.2rem;
  }
  .order-list .btns {
    width: 30%;
  }
  .order-list .button {
    width: 100%;
  }
}

.md-ps-8 {
  min-height: 8.1rem;
}
.md-ps-8 .form {
  padding-top: 0.22rem;
  padding-bottom: 1rem;
}
.md-ps-8 .info {
  line-height: 1.875;
}
.md-ps-8 .list {
  background-color: #f6f8fa;
  border-radius: 0.2rem;
  padding: 0.28rem 0.3rem;
  margin-top: 0.32rem;
}
.md-ps-8 .pro {
  display: flex;
  align-items: center;
}
.md-ps-8 .pro .imgs {
  width: 1.15rem;
  flex-shrink: 0;
}
.md-ps-8 .pro .img {
  position: relative;
  padding-top: calc( 83 / 115 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-ps-8 .pro .text {
  padding-left: 0.2rem;
}
.md-ps-8 .le {
  width: 50%;
}
.md-ps-8 .ri {
  text-align: center;
}
.md-ps-8 .price {
  width: 1.8rem;
}
.md-ps-8 .num {
  width: 1rem;
}
.md-ps-8 .btns {
  margin-top: 0.5rem;
}
.md-ps-8 .button {
  min-width: 1.5rem;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 0.1rem;
  border: none;
  color: #fff;
  padding: 0 1em;
  cursor: pointer;
}
.md-ps-8 .file-list {
  margin-top: 0.5rem;
}
.md-ps-8 .file-item {
  width: 1rem;
  position: relative;
  margin-right: 0.2rem;
}
.md-ps-8 .file-img {
  position: relative;
  padding-top: 100%;
  box-shadow: 0 0 0 1px #eee;
  border-radius: 0.1rem;
}
.md-ps-8 .file-img img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.md-ps-8 .file-clean {
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 1em;
  height: 1em;
  background-image: url(../images/a14.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.md-ps-9 {
  padding-bottom: 1rem;
  border-radius: 0.2rem;
}
.md-ps-9 .ul {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.md-ps-9 .li {
  width: 31.2371134021%;
  margin-right: 3.0927835052%;
  margin-bottom: 0.36rem;
}
.md-ps-9 .li:nth-child(3n) {
  margin-right: 0;
}
.md-ps-9 .dd {
  position: relative;
}
.md-ps-9 .aa {
  display: block;
}
.md-ps-9 .aa:hover .img img {
  transform: scale(1.05);
}
.md-ps-9 .aa:hover .name {
  color: #003cb4;
}
.md-ps-9 .aa .img {
  position: relative;
  padding-top: calc( 216 / 303 * 100%);
  border-radius: 0.1rem;
  overflow: hidden;
}
.md-ps-9 .aa .text {
  margin-top: 0.15rem;
}
.md-ps-9 .aa .name {
  font-weight: bold;
  transition: all 0.3s;
}
.md-ps-9 .love {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  width: 1em;
  height: 1em;
  background-image: url(../images/a7.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .md-ps-9 .ul {
    justify-content: space-between;
  }
  .md-ps-9 .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.ps-left {
  width: calc( 320 / 1400 * 100%);
}
@media screen and (max-width: 900px) {
  .ps-left {
    width: 100%;
  }
}

.ps-right {
  width: calc( 1040 / 1400 * 100%);
}
@media screen and (max-width: 900px) {
  .ps-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.ps-mbtn {
  width: 100%;
  height: 0.8rem;
  border: none;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .ps-mbtn {
    display: none;
  }
}

.ps-tit {
  position: relative;
  padding: 0.19rem 0;
  box-shadow: 0 -1px 0 0 inset #eee;
  padding-left: 0.15rem;
  font-weight: bold;
}
.ps-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 1em;
  background-image: linear-gradient(0deg, #003cb4 0%, #6244bb 100%), linear-gradient(#78bd22, #78bd22);
  background-blend-mode: normal, normal;
  border-radius: 2px;
}

@media screen and (max-width: 900px) {
  .ps-left.m_show .ps-nav {
    transform: none;
  }
  .ps-left.m_show .ps-mask {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .ps-nav {
    width: 6rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    background-color: #fff;
    z-index: 100;
    padding: 0.3rem;
    transition: transform 0.5s;
  }
}

.ps-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}
@media screen and (min-width: 901px) {
  .ps-mask {
    display: none !important;
  }
}

.ps-info {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.4rem 0.2rem 0.5rem;
  margin-bottom: 0.3rem;
}
.ps-info .ava {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.ps-info .ava::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  border: solid 2px #d9e2f2;
  border-radius: 50%;
  box-sizing: border-box;
}
.ps-info .ava .ii {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ps-info .text {
  margin-top: 0.24rem;
}
.ps-info .name {
  font-weight: bold;
}
.ps-info .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.08rem;
}
.ps-info .phone .pic {
  width: 0.75em;
  height: 1em;
  flex-shrink: 0;
  margin-right: 0.5em;
  background-image: url(../images/a11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ps-nlist {
  padding: 0.1rem 0;
  margin-bottom: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.ps-nlist .aa {
  display: flex;
  align-items: center;
  padding: 0.22rem 0.3rem;
  position: relative;
  color: #003cb4;
  filter: brightness(0) saturate(100%) invert(19%) sepia(6%) saturate(748%) hue-rotate(169deg) brightness(93%) contrast(86%);
}
.ps-nlist .aa:hover {
  filter: none;
}
.ps-nlist .aa.on {
  filter: none;
}
.ps-nlist .ic {
  width: 1em;
  height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.ps-nlist .ic .ii {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ps-nlist .ar {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ps-exit .button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.8rem;
  border: none;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
.ps-exit .ic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
}

.cart-dialog {
  display: none;
}
.cart-dialog.show {
  display: block;
}
.cart-dialog .dlg-cont {
  width: 9.2rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.6rem 0.5rem 0.7rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.cart-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.cart-dialog .icon {
  display: flex;
  justify-content: center;
}
.cart-dialog .icon .ic {
  height: 1em;
}
.cart-dialog .tit {
  color: #003cb4;
  margin-top: 0.28rem;
}
.cart-dialog .txt {
  line-height: 2;
  margin-top: 0.13rem;
}
.cart-dialog .btns {
  margin-top: 0.44rem;
}
.cart-dialog .aa {
  display: inline-block;
  line-height: 3;
  padding: 0 0.2rem;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0.1rem;
  cursor: pointer;
}
@media (max-width: 900px) {
  .cart-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .cart-dialog .fi {
    width: 100%;
  }
  .cart-dialog .f-block {
    height: auto;
  }
  .cart-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .cart-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .cart-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.receipt-dialog {
  display: none;
}
.receipt-dialog.show {
  display: block;
}
.receipt-dialog .dlg-cont {
  width: 5.2rem;
  min-height: 4.5rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.46rem 0.5rem 0.5rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.receipt-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.receipt-dialog .txt {
  line-height: 2;
  margin-top: 0.19rem;
}
.receipt-dialog .btns {
  margin-top: 0.5rem;
}
.receipt-dialog .aa {
  display: inline-block;
  line-height: 3;
  padding: 0 0.2rem;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0.1rem;
  cursor: pointer;
}
.receipt-dialog .upload-cont {
  margin-top: 0.36rem;
  position: relative;
}
.receipt-dialog .upload-inner {
  margin: 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 100px;
  min-height: 100px;
  background-color: #ffffff;
  border-radius: 0.1rem;
  border: solid 1px #eeeeee;
  position: relative;
}
.receipt-dialog .show .up-hd {
  display: none;
}
.receipt-dialog .show .up-bd {
  display: flex;
}
.receipt-dialog .up-hd {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.receipt-dialog .up-hd .ic {
  height: 1em;
}
.receipt-dialog .up-hd .te {
  color: #bbb;
}
.receipt-dialog .upload-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.receipt-dialog .up-bd {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.receipt-dialog .up-img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.receipt-dialog .up-clean {
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 1em;
  height: 1em;
  background-image: url(../images/a14.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.receipt-dialog .button {
  width: 1.5rem;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  border-radius: 0.1rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  .receipt-dialog .dlg-cont {
    padding: 0.4rem;
    max-height: calc(100% - 0.48rem);
    overflow-y: auto;
  }
  .receipt-dialog .fi {
    width: 100%;
  }
  .receipt-dialog .f-block {
    height: auto;
  }
  .receipt-dialog .my-sel .bitem {
    white-space: wrap;
  }
  .receipt-dialog .my-sel .hd {
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .receipt-dialog .my-sel .hd span {
    -webkit-line-clamp: 2;
  }
}

.data-dialog {
  display: none;
}
.data-dialog.show {
  display: block;
}
.data-dialog .dlg-cont {
  width: 9.2rem;
  max-width: calc(100% - 0.48rem);
  padding: 0.5rem 0.2rem 0rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.data-dialog .off {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.56rem;
  right: 0.38rem;
  background-image: url(../images/a6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.data-dialog .form {
  padding: 0 0.1rem;
  padding-top: 0.56rem;
  padding-bottom: 0.8rem;
  max-height: 80vh;
  overflow-y: auto;
}
.data-dialog .fitem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
}
.data-dialog .f-code {
  display: none;
}
.data-dialog .fle {
  width: 8em;
  text-align: right;
  flex-shrink: 0;
}
.data-dialog .fle span {
  color: #ff0101;
}
.data-dialog .fri {
  width: 4.25rem;
  margin-left: 0.2rem;
}
.data-dialog .get-code {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 1.4rem;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  color: #fff;
  border: none;
  border-radius: 0.1rem;
  padding: 0 0.5em;
  cursor: pointer;
}
.data-dialog .get-code.gray {
  background-image: none;
  background-color: #bbb;
  cursor: not-allowed;
}
.data-dialog .inp {
  position: relative;
}
.data-dialog .ip {
  width: 100%;
  height: 3.125em;
  border-radius: 0.1rem;
  background-color: #fff;
  border: solid 1px #eee;
  padding: 0 0.2rem;
}
.data-dialog .button {
  width: 100%;
  height: 3.125em;
  background-image: linear-gradient(90deg, #003cb4 0%, #6244bb 100%), linear-gradient(#ffffff, #ffffff);
  border-radius: 0.1rem;
  border: none;
  color: #fff;
  cursor: pointer;
}
.data-dialog .upload-list {
  display: flex;
  flex-wrap: wrap;
}
.data-dialog .upload-item {
  margin: 0.05rem 0;
  margin-right: 0.1rem;
  width: 1.2rem;
  padding: 0.1rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #fff;
  position: relative;
}
.data-dialog .upload-item .upload-img {
  position: relative;
  padding-top: 100%;
}
.data-dialog .upload-item .upload-img 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;
}
.data-dialog .upload-delete {
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 1em;
  height: 1em;
  background-image: url(../images/a14.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}
.data-dialog .upload-btn {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.05rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  border-radius: 0.1rem;
  box-shadow: 0 0 0 1px inset #eee;
  background-color: #fff;
  position: relative;
  margin-right: 0.25rem;
}
.data-dialog .upload-btn .ic1 {
  height: 1em;
}
.data-dialog .upload-btn .te {
  color: #bbb;
}
.data-dialog .up-down a {
  color: #003cb4;
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .data-dialog .upload-item {
    width: 1.5rem;
  }
  .data-dialog .upload-btn {
    width: 1.5rem;
    height: 1.5rem;
  }
  .data-dialog .upload-delete {
    right: -0.75em;
    top: -0.75em;
    width: 1.5em;
    height: 1.5em;
  }
  .data-dialog .fri {
    flex-grow: 1;
    width: auto;
  }
}

.md-search-2 {
  background-color: #f2f5fa;
  padding: 1rem 0;
}