@charset "UTF-8";
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
  }
}
.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: #0063de;
}
.cbn-swiper .csa.on {
  color: #0063de;
}
.cbn-swiper .csa.on::before {
  content: "";
  width: 100%;
  height: 0.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0063de;
}
.cbn-swiper .csa.on::after {
  content: "";
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
  border-bottom: 0.1rem solid #0063de;
  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;
  }
}

.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.36rem;
  height: 0.36rem;
  min-width: 30px;
  min-height: 30px;
  line-height: 1;
  border-radius: 0.5em;
  margin: 0 0.05rem;
}
.com-pag .cp_a:hover svg, .com-pag .cp_a.on svg {
  filter: brightness(0) invert(1);
}
.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-color: #0063de;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19.4444444444% auto;
  transition: all 0.5s;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 24.0740740741%;
  height: 24.0740740741%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}
.com-pag .cp_btn svg {
  width: 16%;
  height: 28%;
}
.com-pag .cp_btn path {
  width: 100%;
  height: 100%;
}
.com-pag .cp_btn:hover {
  background-color: #0063de;
}
.com-pag .cp_btn:hover svg {
  fill: #fff;
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .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;
}
.br16 {
  border-radius: 0.16rem;
}

.mt-40 {
  margin-top: 0.4rem;
}

.mb-20 {
  margin-bottom: 0.2rem;
}

.mb-40 {
  margin-bottom: 0.4rem;
}

.py-60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.py-80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.w880 {
  width: 8.8rem;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.h100 {
  height: 100%;
}

.cont-x50 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 900px) {
  .cont-x50 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

.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: #0063de;
  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: #0063de;
  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;
  }
}

@keyframes wd {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.layout {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  max-width: 92%;
}

.md-com-breadnav {
  z-index: 30;
  box-shadow: 0px 0px 0.12rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav.no-shadow {
  box-shadow: none;
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.9rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav.fixed .bn_box {
    top: 1rem;
  }
}
.md-com-breadnav .bn-swiper .bsa {
  position: relative;
  width: auto;
  margin-right: 0.6rem;
  white-space: nowrap;
  color: #222;
  transition: color 0.5s;
}
.md-com-breadnav .bn-swiper .bsa:hover {
  color: #0063de;
}
.md-com-breadnav .bn-swiper .bsa.on {
  color: #0063de;
}
.md-com-breadnav .bn-swiper .bsa:last-child {
  margin-right: 0;
}
.md-com-breadnav .bn-swiper .cta {
  display: block;
  line-height: 0.8rem;
}
.md-com-breadnav .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md-com-breadnav .bn-swiper {
    max-width: 100%;
  }
  .md-com-breadnav .bn-swiper .bsa {
    margin-right: 0.4rem;
  }
}
.md-com-breadnav .zone-nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #666;
  line-height: 0.8rem;
}
.md-com-breadnav .zone-nav .icon {
  margin-right: 0.13rem;
  display: inline-flex;
  align-items: center;
  color: #0063de;
}
.md-com-breadnav .zone-nav .icon svg {
  width: 1em;
  height: 1em;
}
.md-com-breadnav .zone-nav .sp1 {
  margin: 0 0.25em;
  position: relative;
}
.md-com-breadnav .zone-nav .z_a {
  position: relative;
  color: #0063de;
}
@media (max-width: 900px) {
  .md-com-breadnav .zone-nav {
    width: 100%;
    display: none;
  }
  .md-com-breadnav .zone-nav .sp1 {
    margin: 0 0.5em;
  }
}

.com-tags-1.has-shadow .tag-box {
  box-shadow: 0 0 0.4rem 0 #d5def0;
}
.com-tags-1 .tag-box {
  padding: 0.05rem;
  border-radius: 0.08rem;
  background-color: rgba(236, 241, 255, 0.7);
}
.com-tags-1 .cti {
  min-width: 0.8rem;
  padding: 0.11rem 1em;
  border-radius: 0.5em;
  text-align: center;
}
.com-tags-1 .cti:hover {
  color: #0063de;
}
.com-tags-1 .cti.ct_on {
  color: #fff;
  background-image: linear-gradient(180deg, #588afb 0%, #5f90ff 100%);
}

.md-person {
  padding: 0.6rem 0 1rem;
  background-color: #eee;
}
.md-person .user-left {
  width: calc( 240 / 1400 * 100%);
}
.md-person .user-right {
  width: calc( 1120 / 1400 * 100%);
}
.md-person .ps-tops {
  padding-top: 0.28rem;
  box-shadow: 0 -1px 0 0 inset #edf1f5;
}
.md-person .ps-border {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  box-shadow: 0 -1px 0 0 inset rgba(0, 0, 0, 0.05);
}
.md-person .ps-title {
  position: relative;
  padding: 0.14rem 0;
}
@media screen and (min-width: 1201px) {
  .md-person .user-left {
    min-width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .md-person .person-box {
    flex-wrap: wrap;
  }
  .md-person .user-left {
    width: 100%;
  }
  .md-person .user-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.md-person-0 {
  background-color: #fff;
  border-radius: 0.16rem;
  overflow: hidden;
}
.md-person-0 .info {
  padding: 0.3rem 0.3rem 0.26rem;
  background-image: linear-gradient(180deg, #5a93fc 0%, #b1cfff 100%);
}
.md-person-0 .ava {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.md-person-0 .ava .bg {
  width: 100%;
  height: 100%;
}
.md-person-0 .ate {
  padding-left: 0.18rem;
}
.md-person-0 .at2 {
  display: inline-block;
  text-align: center;
  line-height: calc(24 / 14);
  background-image: linear-gradient(180deg, rgba(202, 221, 255, 0.5) 0%, rgba(166, 199, 255, 0.5) 100%);
  box-shadow: 0 0 0 1px inset rgba(255, 255, 255, 0.2);
  /* 阴影创造立体渐变感 */
  padding: 0 0.5em;
  border-radius: 1rem;
}
.md-person-0 .info-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.06rem;
  margin-top: 0.1rem;
}
.md-person-0 .ps0-bot {
  padding: 0 0.3rem;
}
.md-person-0 .ul {
  margin-top: 0.22rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.md-person-0 .aa {
  position: relative;
  padding: 0.19rem 0;
  padding-right: 2em;
  color: #444;
  line-height: 1;
  transition: all 0.5s;
}
.md-person-0 .aa:hover {
  color: #0063de;
}
.md-person-0 .aa.on {
  color: #0063de;
}
.md-person-0 .aa.on .ic1 {
  opacity: 0;
}
.md-person-0 .aa.on .ic2 {
  opacity: 1;
}
.md-person-0 .aa.on .arr {
  background-image: url(../images/a7.png);
}
.md-person-0 .aa .ic {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  position: relative;
}
.md-person-0 .aa .ic 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-person-0 .aa .ic2 {
  opacity: 0;
}
.md-person-0 .aa .arr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/a6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.md-person-0 .aa .sp {
  position: relative;
}
.md-person-0 .gray {
  color: rgba(68, 68, 68, 0.5);
  pointer-events: none;
}
.md-person-0 .gray .ic {
  opacity: 0.5;
}
.md-person-0 .has-new .sp::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #e81202;
}
.md-person-0 .out {
  margin-top: 1.15rem;
  padding-bottom: 0.3rem;
}
.md-person-0 .out_btn {
  background-color: #f6faff;
  background-color: #ff0000;
  color: #fff;
  line-height: 3;
  padding: 0;
  border-radius: 0.5em;
  cursor: pointer;
  transition: all 0.5s;
}
.md-person-0 .out_btn:hover {
  background-color: #0063de;
  color: #fff;
}
.md-person-0 .mbtns {
  margin: 0.1rem 0;
}
.md-person-0 .mbtn {
  background-color: #0063de;
  color: #fff;
  height: 2em;
  width: 100%;
  border: none;
  padding: 0 1em;
  border-radius: 0.08rem;
  cursor: pointer;
}
@media screen and (min-width: 1201px) {
  .md-person-0 .mbtns {
    display: none;
  }
  .md-person-0 .ps0-bot {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  .md-person-0 .out {
    margin-top: 0.2rem;
  }
  .md-person-0 .ps0-bot {
    display: none;
  }
  .md-person-0 .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem;
  }
  .md-person-0 .ava {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
  }
  .md-person-0 .ate {
    text-align: left;
    margin-top: 0;
    margin-left: 0.2rem;
  }
}

.md-person-1 {
  padding-bottom: 0.6rem;
}
.md-person-1 .f-ava {
  margin-top: 0.5rem;
  margin-bottom: 0.16rem;
  position: relative;
}
.md-person-1 .f-ava .ava {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.md-person-1 .f-ava .ava img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.md-person-1 .f-ava .file_btn {
  margin-left: 0.2rem;
  line-height: 2.625;
  background-color: #f7f7f7;
  padding: 0 0.2rem;
}
.md-person-1 .f-ava input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.md-person-1 .f-ava .ava-icon {
  position: absolute;
  right: 0%;
  top: 0%;
  width: 1em;
  height: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(0deg, #79a8ef 0%, #9fc4f9 100%);
  border-radius: 50%;
}
.md-person-1 .f-ava svg {
  width: 50%;
  height: 50%;
}
.md-person-1 .types svg {
  width: 1em;
  height: 1em;
  color: #444;
  margin-right: 0.5em;
}
.md-person-1 .types .tp12 {
  margin-top: 0.1rem;
}
.md-person-1 .com-user-form {
  margin-top: 0.5rem;
}
.md-person-1 .ordinary .com-user-form {
  margin-top: 0.25rem;
}

/* 个人中心2-账户安全 */
.md-person-2-0 {
  padding-bottom: 0.8rem;
}
.md-person-2-0 .list {
  margin-top: 0.4rem;
}
.md-person-2-0 .li {
  margin-bottom: 0.2rem;
}
.md-person-2-0 .dd {
  padding: 0.23rem 0.4rem;
  background-color: #f6faff;
  border-radius: 0.08rem;
}
.md-person-2-0 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 0 0 0.2rem 0 rgba(180, 201, 227, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.md-person-2-0 .icon svg {
  width: calc( 25 / 54 * 100%);
  height: calc( 25 / 54 * 100%);
}
.md-person-2-0 .text {
  padding-left: 0.16rem;
}
.md-person-2-0 .t12 {
  margin-left: 0.15rem;
}
.md-person-2-0 .aa {
  display: inline-flex;
  white-space: nowrap;
  padding: 0.11rem 0.23rem;
  border-radius: 0.5em;
  background-color: #0063de;
  color: #fff;
  transition: 0.5s;
}
.md-person-2-0 .gray {
  background-color: #fff;
  color: #999;
}
@media screen and (max-width: 900px) {
  .md-person-2-0 .dd {
    flex-wrap: wrap;
  }
  .md-person-2-0 .d-le {
    width: 100%;
    flex-direction: column;
  }
  .md-person-2-0 .text {
    flex-direction: column;
    margin-top: 0.2rem;
  }
  .md-person-2-0 .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .md-person-2-0 .btn {
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
  }
}

/* 个人中心2-修改密码 */
.md-person-2-1 .cont {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.md-person-2-1 .box {
  width: 6rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 501px) {
  .md-person-2-1 .box {
    min-width: 480px;
  }
}
.md-person-2-1 .h2 {
  margin-bottom: 0.24rem;
}
.md-person-2-1 .bitem {
  display: none;
}
.md-person-2-1 .stage-i {
  position: relative;
  text-align: center;
  line-height: 2;
  color: #666;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-person-2-1 .stage-i.on {
  color: #fff;
}
.md-person-2-1 .stage-i.on::before {
  background-color: #5e8ffe;
}
.md-person-2-1 .stage-i::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ecf1ff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: url(../images/a14.png);
          mask-image: url(../images/a14.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.md-person-2-1 .stage-i span {
  position: relative;
}
.md-person-2-1 .form {
  margin-top: 0.4rem;
}
.md-person-2-1 .form3 .fle {
  min-width: 6.2em;
}
.md-person-2-1 .fitem {
  margin-bottom: 0.2rem;
}
.md-person-2-1 .fitem:last-child {
  margin-bottom: 0;
}
.md-person-2-1 .fle {
  flex-shrink: 0;
  padding-right: 1.2em;
}
.md-person-2-1 .fri {
  flex-grow: 1;
}
.md-person-2-1 .inp {
  position: relative;
}
.md-person-2-1 .ip {
  width: 100%;
  height: 2.875em;
  padding-left: 0.16rem;
  background-color: #fff;
  border-radius: 0.08rem;
  border: solid 1px #d8dfe9;
}
.md-person-2-1 .ip::-moz-placeholder {
  color: #888;
}
.md-person-2-1 .ip::placeholder {
  color: #888;
}
.md-person-2-1 .email {
  position: relative;
}
.md-person-2-1 .e-txt {
  line-height: calc( 36em / 16 );
}
.md-person-2-1 .get-code {
  background-color: #5c8dfd;
  height: calc( 36em / 16 );
  padding: 0 1em;
  border-radius: 0.5em;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.md-person-2-1 .yzm {
  width: 1rem;
  height: 100%;
  box-shadow: -1px 0 0 0 #d8dfe9;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.08rem;
}
.md-person-2-1 .yzm img {
  width: 100%;
  height: 100%;
}
.md-person-2-1 .btns {
  margin-top: 0.4rem;
}
.md-person-2-1 .btns .aa {
  min-width: 1.4rem;
  padding: 0.11rem 0.2rem;
  margin: 0 0.05rem;
  border-radius: 0.5em;
  border: none;
  text-align: center;
  cursor: pointer;
}
.md-person-2-1 .btns .a1 {
  background-color: #f6faff;
  color: #0063de;
}
.md-person-2-1 .btns .a2 {
  background-color: #0063de;
  color: #fff;
}
.md-person-2-1 .box-1 {
  padding-top: 0.2rem;
  display: none;
}
.md-person-2-1 .box-2 {
  padding: 0.05rem 0 !important;
  display: none;
}
.md-person-2-1 .box-2 .icon {
  color: #0063de;
  margin: 0 auto;
}
.md-person-2-1 .box-2 .icon svg {
  width: 1em;
  height: 1em;
}
.md-person-2-1 .box-2 .t11 {
  letter-spacing: 1px;
}
.md-person-2-1 .box-2 .t12 {
  line-height: 2;
  margin-top: 0.1rem;
}
.md-person-2-1 .show {
  display: block;
}
@media screen and (max-width: 500px) {
  .md-person-2-1 .fitem {
    flex-wrap: wrap;
  }
  .md-person-2-1 .fle {
    width: 100%;
  }
  .md-person-2-1 .fri {
    width: 100%;
    margin-top: 0.1rem;
  }
}

/* 个人中心2-修改邮箱 */
.md-person-2-2 .form {
  padding-top: 1.04rem;
  padding-bottom: 1rem;
  width: 6rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 501px) {
  .md-person-2-2 .form {
    min-width: 480px;
  }
}
.md-person-2-2 .fitem {
  margin-bottom: 0.2rem;
}
.md-person-2-2 .fitem:last-child {
  margin-bottom: 0;
}
.md-person-2-2 .fle {
  flex-shrink: 0;
  padding-right: 1.2em;
}
.md-person-2-2 .fri {
  flex-grow: 1;
}
.md-person-2-2 .inp {
  position: relative;
}
.md-person-2-2 .ip {
  width: 100%;
  height: 2.875em;
  padding-left: 0.16rem;
  background-color: #fff;
  border-radius: 0.08rem;
  border: solid 1px #d8dfe9;
}
.md-person-2-2 .ip::-moz-placeholder {
  color: #888;
}
.md-person-2-2 .ip::placeholder {
  color: #888;
}
.md-person-2-2 .get-code {
  background-color: #5c8dfd;
  height: calc( 36em / 16 );
  padding: 0 1em;
  border-radius: 0.5em;
  border: none;
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.md-person-2-2 .btns {
  margin-top: 0.3rem;
}
.md-person-2-2 .btns .aa {
  min-width: 1.4rem;
  padding: 0.12rem 0.2rem;
  margin: 0 0.05rem;
  border-radius: 0.5em;
  border: none;
  text-align: center;
  cursor: pointer;
}
.md-person-2-2 .btns .a1 {
  background-color: #f6faff;
  color: #0063de;
}
.md-person-2-2 .btns .a2 {
  background-color: #0063de;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .md-person-2-2 .fitem {
    flex-wrap: wrap;
  }
  .md-person-2-2 .fle {
    width: 100%;
  }
  .md-person-2-2 .fri {
    width: 100%;
    margin-top: 0.1rem;
  }
}

/* 个人中心3-订单 */
.md-person-3-1 {
  padding-bottom: 0.4rem;
}
.md-person-3-1 .form {
  margin-top: 0.3rem;
}
.md-person-3-1 .form .inp {
  width: 3rem;
  margin: 0 0.14rem;
  position: relative;
}
.md-person-3-1 .form .ip {
  width: 100%;
  height: 2.875em;
  border-radius: 0.5em;
  border: solid 1px #d9e0eb;
  padding: 0 1em;
}
.md-person-3-1 .form .icon {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.14rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.md-person-3-1 .form .submit {
  width: 2.875em;
  height: 2.875em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0063de;
  color: #fff;
  border: none;
  border-radius: 0.08rem 0.08rem;
  cursor: pointer;
}
.md-person-3-1 .form svg {
  width: 1em;
  height: 1em;
}
.md-person-3-1 .tab {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.md-person-3-1 .tr {
  box-shadow: 0 0 0 1px #e7ecf4;
  border-radius: 0.5em;
  margin-bottom: 0.08rem;
}
.md-person-3-1 .tr:nth-child(1) {
  background-color: #ecf1ff;
}
.md-person-3-1 .dd {
  padding: 0.17rem 0.27rem;
  padding-right: 0;
}
.md-person-3-1 .di {
  width: 15%;
  flex-shrink: 0;
}
.md-person-3-1 .di:nth-child(1) {
  width: 22%;
}
.md-person-3-1 .di:nth-child(2) {
  width: 13%;
}
.md-person-3-1 .di:nth-child(3) {
  width: 13%;
}
.md-person-3-1 .di:nth-child(3) {
  width: 13%;
}
.md-person-3-1 .di:nth-child(6) {
  width: 10%;
  white-space: nowrap;
}
.md-person-3-1 .di:nth-child(7) {
  text-align: center;
}
.md-person-3-1 .di-tit {
  color: #999;
  display: none;
}
.md-person-3-1 .number {
  color: #0063de;
  font-weight: bold;
}
.md-person-3-1 .dol {
  color: #0063de;
}
.md-person-3-1 .price {
  color: #e81202;
  font-weight: bold;
}
.md-person-3-1 .btn {
  display: inline-block;
  min-width: 0.9rem;
  border-radius: 0.5em;
  line-height: 1;
  padding: 0.5em 0.2em;
  font-weight: bold;
}
.md-person-3-1 .btn1 {
  color: #0063de;
  background-color: #ecf1ff;
  /* background-color: #ff0000; */
  /* color: #fff; */
  cursor: pointer;
}
.md-person-3-1 .btn2 {
  background-color: #f5f5f5;
  color: #999;
}
.md-person-3-1 .pay {
  display: inline-block;
  font-weight: bold;
  border-radius: 0.5em;
  padding: 0.25em 0.5em;
  background-color: #ffecec;
  color: #e81202;
}
@media screen and (max-width: 900px) {
  .md-person-3-1 .form span {
    width: 10%;
  }
  .md-person-3-1 .form .inp {
    width: 80%;
    margin: 1% 5%;
  }
  .md-person-3-1 .u-head {
    display: none;
  }
  .md-person-3-1 .dd {
    display: block;
    padding: 0.2rem;
  }
  .md-person-3-1 .di {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem;
  }
  .md-person-3-1 .di-tit {
    max-width: 40%;
    display: block;
  }
  .md-person-3-1 .di-txt {
    max-width: 60%;
    text-align: right;
  }
  .md-person-3-1 .btn {
    width: 100%;
    display: block;
    padding: 0.2rem;
  }
}

.layui-laydate-content table,
th,
td {
  border: none;
}

/* 个人中心3-订单详情 */
.md-person-3-2 .user-cont {
  padding-bottom: 0.4rem;
}
.md-person-3-2 .info {
  margin-top: 0.37rem;
}
.md-person-3-2 .info span {
  margin-right: 2em;
}
.md-person-3-2 .text {
  margin-top: 0.47rem;
}
.md-person-3-2 .txt {
  line-height: calc(34 / 16);
  margin-top: 0.14rem;
}
.md-person-3-2 .txt span {
  color: #e81202;
}
@media screen and (max-width: 900px) {
  .md-person-3-2 .info span {
    display: block;
  }
}
.md-person-3-2 .ul {
  margin-top: 0.16rem;
}
.md-person-3-2 .u-head {
  background-color: #ecf1ff;
  border-radius: 0.5em !important;
}
.md-person-3-2 .u-head .dd {
  padding: 0.17rem 0;
}
.md-person-3-2 .li {
  box-shadow: 0 0 0 1px #e7ecf4;
  border-radius: 0.5em;
  margin-bottom: 0.08rem;
}
.md-person-3-2 .li:nth-child(1) {
  background-color: #ecf1ff;
}
.md-person-3-2 .dd {
  padding: 0.2rem 0;
}
.md-person-3-2 .di {
  width: 15%;
  /* padding: 0 0.3rem; */
padding-left: 0.1rem;
}
.md-person-3-2 .di:nth-child(1) {
  width: 20%;
  padding-left: 0.3rem;
}
.md-person-3-2 .di:nth-child(3) { 
  width: 30%;
  width: 50%;
  width: 40%;
}
.md-person-3-2 .di:nth-child(4) {
  display: none; 
}
.md-person-3-2 .di:nth-child(6) {
  /* display: none;  */
  width: 10%;
}
.md-person-3-2 .di:last-child {
  flex-grow: 1;
  text-align: right;
  padding-right: 1.5em;
}
.md-person-3-2 .di-tit {
  color: #666;
  display: none;
}
.md-person-3-2 .di-txt{
  word-break: break-all;
}
.md-person-3-2 .dol {
  color: #0063de;
}
.md-person-3-2 .price {
  color: #e81202;
}
@media screen and (max-width: 900px) {
  .md-person-3-2 .u-head {
    display: none;
  }
  .md-person-3-2 .dd {
    display: block;
    padding: 0.2rem;
  }
  .md-person-3-2 .di {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem !important;
  }
  .md-person-3-2 .di-tit {
    max-width: 40%;
    display: block;
  }
  .md-person-3-2 .di-txt {
    max-width: 60%;
    text-align: right;
  }
}
.md-person-3-2 .btns {
  margin-top: 0.14rem;
}
.md-person-3-2 .back {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.14rem 0.22rem;
  background-color: #f6faff;
  color: #0063de;
  border-radius: 0.5em;
  transition: 0.5s;
}
.md-person-3-2 .back:hover {
  background-color: #0063de;
  color: #fff;
}
.md-person-3-2 .back svg {
  width: 1em;
  height: 1em;
  margin-left: 0.2rem;
}

.md-person-4 {
  height: 100%;
  border-radius: 0.1rem;
}
.md-person-4 .form {
  padding-top: 0.33rem;
}
.md-person-4 .img {
  width: 5rem;
  margin: 0 auto;
  overflow: hidden;
}
.md-person-4 .img img {
  width: 100%;
}
.md-person-4 .ibox {
  position: relative;
  padding-top: calc( 2650 / 3743 * 100%);
}
.md-person-4 .i-cont {
  width: 3747px;
  height: 2650px;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
}
.md-person-4 .bg {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-person-4 .text {
  text-align: center;
  position: absolute;
  left: 0%;
  top: 920px;
  width: 100%;
  color: #333;
}
.md-person-4 .t1 {
  font-size: 208px;
  color: #8dc63f;
}
.md-person-4 .t2 {
  font-size: 104px;
}
.md-person-4 .t2 img {
  width: 435px;
  transform: translateY(25px);
}
.md-person-4 .t2 .sp2 {
  color: #2c5278;
  font-weight: bold;
}
.md-person-4 .t3 {
  font-size: 63px;
  margin-top: 100px;
}
.md-person-4 .txt {
  line-height: 1.6;
  color: #0063de;
  margin-top: 0.46rem;
}
.md-person-4 .btns {
  margin-top: 0.32rem;
}

.md-person-5-1 {
  height: 100%;
}
.md-person-5-1 .user-cont {
  padding-bottom: 0.6rem;
}
.md-person-5-1 .list {
  margin-top: 0.4rem;
}
.md-person-5-1 .li {
  margin-bottom: 0.1rem;
}
.md-person-5-1 .li:last-child {
  margin-bottom: 0;
}
.md-person-5-1 .has_read .dd {
  background-color: rgba(246, 250, 255, 0.5);
}
.md-person-5-1 .has_read .href {
  color: #aaa;
}
.md-person-5-1 .has_read .href::before {
  display: none;
}
.md-person-5-1 .dd {
  position: relative;
  padding: 0.23rem 0.3rem;
  padding-left: 0.6rem;
  background-color: #f6faff;
  border-radius: 0.08rem;
}
.md-person-5-1 .dd .dle {
  width: 60%;
}
.md-person-5-1 .dd .href {
  position: relative;
  display: block;
  padding-left: 1em;
  transition: 0.5s;
}
.md-person-5-1 .dd .href:hover {
  color: #0063de;
}
.md-person-5-1 .dd .href::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 0.25em);
  background-color: #e81202;
}
.md-person-5-1 .dd .check {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border: 1px solid #aaa;
  background-color: #fff;
  background-position: center;
  background-size: 75% auto;
  background-repeat: no-repeat;
  margin-right: 4px;
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.5em);
  cursor: pointer;
}
.md-person-5-1 .dd .check::before {
  content: "";
}
.md-person-5-1 .dd .check:checked {
  border-color: #0063de;
  background-color: #0063de;
  background-image: url(../images/a9.png);
}
.md-person-5-1 .edits {
  padding: 0.16rem 0.3rem;
  border-bottom: 1px solid #edf1f5;
  margin-bottom: 0.4rem;
  margin-top: 0.06rem;
}
.md-person-5-1 .lab {
  display: inline-flex;
  cursor: pointer;
}
.md-person-5-1 .lab .check {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border: 1px solid #aaa;
  background-color: #fff;
  background-position: center;
  background-size: 75% auto;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.md-person-5-1 .lab .check::before {
  content: "";
}
.md-person-5-1 .lab .check:checked {
  border-color: #0063de;
  background-color: #0063de;
  background-image: url(../images/a9.png);
}
.md-person-5-1 .btn2 {
  color: #0063de;
  background-color: #fff;
  margin-left: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .md-person-5-1 .dd .dle {
    width: 100%;
  }
  .md-person-5-1 .dd .time {
    width: 100%;
    padding-left: 1em;
    margin-top: 0.1rem;
  }
}

.md-person-5-2 {
  padding-bottom: 0.6rem;
}
.md-person-5-2 .evaluate {
  background-color: #f6faff;
  border-radius: 0.08rem;
  padding: 0.28rem 0.4rem;
  margin-top: 0.5rem;
}
.md-person-5-2 .evaluate .d12 {
  margin-top: 0.07rem;
}
.md-person-5-2 .txt {
  margin-top: 0.18rem;
  line-height: calc(30 / 16);
}

.md-about-1 {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.md-about-1 .cont {
  border-radius: 0.16rem;
}
@media screen and (max-width: 900px) {
  .md-about-1 .cont {
    padding: 0 0.3rem;
  }
}

.md-about-1-1 {
  position: relative;
  padding-top: 0.7rem;
  padding-bottom: 0.3rem;
}
.md-about-1-1 .box {
  margin-top: 0.28rem;
}
.md-about-1-1 .text {
  width: calc( 820 / 1300 * 100%);
}
.md-about-1-1 .desc {
  line-height: calc(30 / 16);
  margin-top: 0.26rem;
}
.md-about-1-1 .c-pic {
  width: calc( 427 / 1300 * 100%);
}
.md-about-1-1 .img {
  padding-top: calc( 327 / 427 * 100%);
  border-radius: 0.16rem;
}
@media screen and (max-width: 900px) {
  .md-about-1-1 .text {
    width: 100%;
  }
  .md-about-1-1 .c-pic {
    width: 100%;
    margin-top: 0.2rem;
  }
}

.md-about-1-2 {
  position: relative;
  padding-top: 0.36rem;
  padding-bottom: 0.3rem;
}
.md-about-1-2 .list1 {
  margin-top: 0.35rem;
  margin-bottom: 0.13rem;
}
.md-about-1-2 .li1 {
  width: calc( 640 / 1300 * 100%);
  margin-bottom: 0.2rem;
}
.md-about-1-2 .dd1 {
  height: 100%;
  padding: 0.2rem 0;
  background-color: #f6faff;
  border-radius: 16px;
  border: solid 1px #e7ecf4;
}
.md-about-1-2 .dd1 .c-pic {
  width: calc( 140 / 640 * 100%);
}
.md-about-1-2 .dd1 .img {
  padding-top: calc( 200 / 140 * 100%);
  height: 100%;
}
.md-about-1-2 .dd1 .text {
  width: calc( 480 / 640 * 100%);
}
.md-about-1-2 .dd1 .tbox {
  width: 100%;
  padding: 0 0.48rem;
}
.md-about-1-2 .dd1 .d12 {
  line-height: 1;
  margin-top: 0.16rem;
}
.md-about-1-2 .dd1 .sp1 {
  font-size: 1.5em;
  margin-right: 0.5em;
}
.md-about-1-2 .dd1 .d13 {
  margin-top: 0.14rem;
  padding-top: 0.16rem;
  border-top: 1px solid #e7ecf4;
}
@media screen and (max-width: 900px) {
  .md-about-1-2 .li1 {
    width: 100%;
  }
}
.md-about-1-2 .list2 {
  margin-top: 0.15rem;
}
.md-about-1-2 .li2 {
  width: calc( 640 / 1300 * 100%);
  margin-bottom: 0.1rem;
}
.md-about-1-2 .dd2 {
  padding: 0.21rem 0;
  background-color: #f6faff;
  border-radius: 0.16rem;
  box-shadow: 0 0 0 1px #e7ecf4;
}
.md-about-1-2 .dd2 .name {
  width: calc( 120 / 640 * 100%);
  padding-left: 0.3rem;
  position: relative;
}
.md-about-1-2 .dd2 .name::before {
  content: "";
  width: 1px;
  height: 72.2222222222%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d9e0eb;
}
.md-about-1-2 .dd2 .text {
  width: calc( 520 / 640 * 100%);
  padding: 0 0.3rem;
}
@media screen and (max-width: 900px) {
  .md-about-1-2 .li2 {
    width: 100%;
  }
  .md-about-1-2 .dd2 .name {
    width: calc( 160 / 640 * 100%);
    padding: 0 0.15rem;
    text-align: center;
  }
  .md-about-1-2 .dd2 .text {
    width: calc( 480 / 640 * 100%);
    padding: 0 0.2rem;
  }
}

.md-about-1-3 {
  position: relative;
  padding-top: 0.36rem;
  padding-bottom: 0.6rem;
}
.md-about-1-3 .desc {
  margin-top: 0.2rem;
}
.md-about-1-3 .list {
  border-radius: 0.16rem;
  box-shadow: 0 0 0 1px inset #e7ecf4;
  overflow: hidden;
  margin-top: 0.16rem;
}
.md-about-1-3 .li {
  width: 50%;
  border-right: 1px solid #e7ecf4;
  border-bottom: 1px solid #e7ecf4;
}
.md-about-1-3 .dd {
  height: 100%;
  padding: 0.22rem 0.32rem;
}
.md-about-1-3 .num {
  flex-shrink: 0;
  width: calc( 26em / 14);
  height: calc( 26em / 14);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #eff4fb;
  box-shadow: 0 0 0 1px #e7ecf4;
  margin-right: 1em;
}
@media screen and (max-width: 900px) {
  .md-about-1-3 .li {
    width: 100%;
  }
  .md-about-1-3 .dd {
    padding: 0.2rem;
  }
}

.md-about-2-1 {
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
}
.md-about-2-1 .list {
  margin-bottom: 0.3rem;
}
.md-about-2-1 .li {
  width: calc(446 / 1400 * 100%);
  margin-right: calc(30 / 1400 * 100%);
  margin-bottom: 0.25rem;
}
.md-about-2-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-about-2-1 .dd {
  display: block;
  cursor: pointer;
}
.md-about-2-1 .dd:hover .mask {
  opacity: 1;
}
.md-about-2-1 .dd:hover .img {
  transform: scale(1.1);
}
.md-about-2-1 .top {
  position: relative;
  overflow: hidden;
}
.md-about-2-1 .mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.md-about-2-1 .ic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-about-2-1 .img {
  padding-top: calc( 336 / 447 * 100%);
}
.md-about-2-1 .text {
  margin-top: 0.16rem;
}
@media screen and (max-width: 900px) {
  .md-about-2-1 .list {
    justify-content: space-between;
  }
  .md-about-2-1 .li {
    width: 48%;
    margin-right: 0;
  }
}

.md-about-3-1 {
  padding-top: 0.4rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-about-3-1 .cont {
  padding-top: 0.64rem;
  padding-bottom: 1.1rem;
}
.md-about-3-1 .box {
  margin-top: 0.36rem;
  position: relative;
}
.md-about-3-1 .c-pic {
  width: calc( 585 / 1300 * 100%);
}
.md-about-3-1 .img {
  padding-top: calc( 366 / 585 * 100%);
}
.md-about-3-1 .text {
  width: calc( 715 / 1300 * 100%);
  padding: 0.66rem 0.6rem 0.5rem;
  position: relative;
  top: 0.28rem;
}
.md-about-3-1 .title {
  line-height: 1.25;
}
.md-about-3-1 .list {
  margin-top: 0.2rem;
}
.md-about-3-1 .li {
  margin-bottom: 0.11rem;
}
.md-about-3-1 .dd {
  color: #222;
  margin-bottom: 0.1rem;
}
.md-about-3-1 .dd .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md-about-3-1 .dd .icon img {
  width: 44%;
  height: 44%;
  -o-object-fit: contain;
     object-fit: contain;
}
.md-about-3-1 .dd .dte {
  padding-left: 0.16rem;
}
.md-about-3-1 .dd .sp1 {
  color: #666;
}
@media screen and (min-width: 901px) {
  .md-about-3-1 .box::before {
    content: "";
    width: 7.55rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0.28rem;
    background-color: #f6faff;
    border-radius: 0.16rem;
    z-index: 0;
  }
}
@media screen and (max-width: 900px) {
  .md-about-3-1 .box {
    background-color: #f6faff;
  }
  .md-about-3-1 .c-pic {
    width: 100%;
  }
  .md-about-3-1 .text {
    width: 100%;
    padding: 0.3rem;
    top: 0;
  }
}

/* 公用标题介绍 */
.com-tit .ct1 {
  line-height: 1.2;
}
.com-tit .ct1 span {
  position: relative;
}
.com-tit .ct1 span::before {
  content: "";
  width: calc( 16em / 36 );
  height: calc( 16em / 36 );
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 100%;
  top: 0;
  transform: translate(-50%);
}
.com-tit .ct2{
  font-weight: bold;
}

/* 资料下载 */
.md-materials-1 {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  min-height: 80vh;
}
.md-materials-1 .list {
  margin-bottom: 0.4rem;
}
.md-materials-1 .li {
  width: calc(453 / 1400 * 100%);
  margin-right: calc(20 / 1400 * 100%);
  margin-bottom: 0.2rem;
}
.md-materials-1 .li:nth-child(3n) {
  margin-right: 0;
}
.md-materials-1 .dd {
  background-color: #fff;
  border-radius: 0.16rem;
  transition: 0.5s;
}
.md-materials-1 .dd:hover {
  box-shadow: 0 0 0.3rem 0 rgba(180, 201, 227, 0.7);
}
.md-materials-1 .dd:hover .btn {
  background-color: #0063de;
  color: #fff;
}
.md-materials-1 .d-le {
  width: calc(100% - 1.1rem);
  padding: 0.3rem 0.4rem;
}
.md-materials-1 .d-ri {
  width: 1.1rem;
  box-shadow: 1px 0 0 0 inset #edf1f5;
}
.md-materials-1 .title {
  transition: 0.5s;
}
.md-materials-1 .btn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #ecf1ff;
}
.md-materials-1 .btn svg {
  width: 40%;
  height: 40%;
}
@media screen and (max-width: 900px) {
  .md-materials-1 .list {
    justify-content: space-between;
  }
  .md-materials-1 .li {
    width: 48%;
    margin-right: 0;
  }
  .md-materials-1 .d-le {
    width: calc(100% - 1rem);
    padding: 0.2rem 0.2rem;
  }
  .md-materials-1 .d-ri {
    width: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .md-materials-1 .li {
    width: 100%;
  }
  .md-materials-1 .d-le {
    padding: 0.3rem;
  }
}

/* 左方蓝竖线标题 */
.com-tit1 {
  position: relative;
  padding-left: 0.14rem;
}
.com-tit1::before {
  content: "";
  width: 4px;
  height: 1em;
  background-color: #0063de;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 消息与动态 */
.md-news-1 {
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-news-1 .news-list {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
}
.news-list .li {
  margin-bottom: 0.14rem;
}
.news-list .li:last-child {
  margin-bottom: 0;
}
.news-list .dd {
  border-radius: 0.16rem;
  background-color: #fff;
  transition: 0.5s;
}
.news-list .dd:hover {
  box-shadow: 0 0 0.3rem 0 rgba(180, 201, 227, 0.7);
}
.news-list .dd:hover .icon {
  background-color: #0063de;
}
.news-list .dd:hover .ic {
  filter: brightness(0) invert(1);
}
.news-list .dd:hover .title {
  color: #0063de;
}
.news-list .d-le {
  width: calc(100% - 1.3rem);
  padding: 0.39rem 0.4rem 0.37rem;
}
.news-list .d-ri {
  width: 1.3rem;
  box-shadow: 1px 0 0 0 inset #edf1f5;
}
.news-list .title {
  margin-top: 0.18rem;
  transition: 0.5s;
}
.news-list .time {
  line-height: 1;
}
.news-list .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}
.news-list .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #ecf1ff;
  transition: 0.5s;
}
.news-list .ic {
  width: 22%;
  height: 22%;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.news-list .intro {
  line-height: calc(32 / 18);
  margin-top: 0.1rem;
}
@media screen and (max-width: 900px) {
  .news-list .d-le {
    width: calc(100% - 1rem);
    padding: 0.3rem 0.3rem 0.25rem;
  }
  .news-list .d-ri {
    width: 1rem;
  }
}

/* 问答 */
.md-faq-1 {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-faq-1 .list {
  margin-bottom: 0.6rem;
}
.md-faq-1 .li {
  margin-bottom: 0.1rem;
}
.md-faq-1 .dd {
  padding: 0.1rem 0 0.08rem;
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.md-faq-1 .dd:hover {
  box-shadow: 0 0 0.3rem 0 rgba(180, 201, 227, 0.7);
}
.md-faq-1 .on .dd {
  box-shadow: 0 0 0.3rem 0 rgba(180, 201, 227, 0.7);
  padding: 0.36rem 0 0.32rem;
}
.md-faq-1 .on .icon {
  transform: rotate(180deg);
  color: #0063de;
}
.md-faq-1 .on .hte {
  font-size: 1.3em;
}
.md-faq-1 .d-le {
  flex-grow: 1;
  padding: 0.18rem 0.4rem;
  padding-right: 0.8rem;
}
.md-faq-1 .d-ri {
  width: 1rem;
  box-shadow: 1px 0 0 0 inset #edf1f5;
  flex-shrink: 0;
}
.md-faq-1 .hic {
  width: calc( 26em / 18 );
  height: calc( 26em / 18 );
  background-color: #0063de;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.5em;
}
.md-faq-1 .hte {
  transition: 0.5s;
}
.md-faq-1 .bd {
  margin-top: 0.1rem;
  display: none;
}
.md-faq-1 .bbox {
  padding-top: 0.25rem;
  border-top: 1px solid #edf1f5;
}
.md-faq-1 .bic {
  width: calc( 26em / 18 );
  height: calc( 26em / 18 );
  background-color: #ecf1ff;
  color: #a2b8d2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.14rem;
}
.md-faq-1 .bte {
  line-height: calc(28 / 16);
}
.md-faq-1 .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #d9e0eb;
  transform-origin: center;
  transition: 0.5s;
}
.md-faq-1 .icon svg {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 900px) {
  .md-faq-1 .d-le {
    padding: 0.2rem;
  }
  .md-faq-1 .d-ri {
    width: 0.8rem;
  }
  .md-faq-1 .on .hte {
    font-size: 1em;
  }
}

/* 科学传播 */
.md-science-1 {
  padding-top: 0.75rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.md-science-1 .list {
  margin-top: 0.26rem;
  margin-bottom: 0.6rem;
}
.md-science-1 .li {
  margin-bottom: 0.14rem;
}
.md-science-1 .li:last-child {
  margin-bottom: 0;
}
.md-science-1 .dd {
  border-radius: 0.16rem;
  background-color: #fff;
  transition: 0.5s;
}
.md-science-1 .dd:hover {
  box-shadow: 0 0 0.3rem 0 rgba(180, 201, 227, 0.7);
}
.md-science-1 .dd:hover .icon {
  background-color: #0063de;
}
.md-science-1 .dd:hover .ic {
  filter: brightness(0) invert(1);
}
.md-science-1 .dd:hover .title {
  color: #0063de;
}
.md-science-1 .d-le {
  width: calc(100% - 1.3rem);
  padding: 0.42rem 0.4rem 0.36rem;
}
.md-science-1 .d-ri {
  width: 1.3rem;
  box-shadow: 1px 0 0 0 inset #edf1f5;
}
.md-science-1 .title {
  transition: 0.5s;
}
.md-science-1 .time {
  line-height: 1;
  margin-top: 0.1rem;
}
.md-science-1 .tic {
  width: 1em;
  height: 1em;
  background-image: url(../images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3em;
}
.md-science-1 .icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #ecf1ff;
  transition: 0.5s;
}
.md-science-1 .ic {
  width: 22%;
  height: 22%;
  background-image: url(../images/a3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 900px) {
  .md-science-1 .d-le {
    width: calc(100% - 1rem);
    padding: 0.3rem 0.3rem 0.25rem;
  }
  .md-science-1 .d-ri {
    width: 1rem;
  }
}

/* 传播 与 消息 详情页 */
.md-article-1 {
  padding: 0.8rem 0;
}
.md-article-1 .cont {
  padding: 0 2rem;
}
@media screen and (max-width: 900px) {
  .md-article-1 .cont {
    padding: 0.9rem 0.3rem 0.5rem;
  }
}

.det-top {
  padding-top: 0.91rem;
  padding-bottom: 0.14rem;
  position: relative;
  z-index: 50;
}
.det-top .info {
  margin-top: 0.22rem;
}
.det-top .time {
  display: inline-flex;
  align-items: center;
}
.det-top .time i {
  width: 1em;
  height: 1em;
  background-image: url(../images/a3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.det-top .shares .sp {
  margin-right: 0.2rem;
}
.det-top .shares .si {
  margin-right: 0.22rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 40;
}
.det-top .shares .si:hover .hd {
  opacity: 1;
}
.det-top .shares .si:hover .i1 {
  display: none;
}
.det-top .shares .si:hover .i2 {
  display: block;
}
.det-top .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.det-top .shares .hd {
  display: inline-flex;
  align-items: center;
}
.det-top .shares .hd > img {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
}
.det-top .shares .i2 {
  display: none;
}
.det-top .shares .bd {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
}
.det-top .shares .bd .bbox {
  padding: 0.1rem;
}
.det-top .shares .bd img {
  width: 1.2rem;
  min-width: 100px;
  max-width: none;
}
.det-top .back {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  color: #666;
  transition: color 0.3s;
}
.det-top .back:hover {
  color: #0063de;
  transition: color 0.3s;
}
.det-top .back .ic {
  width: 0.75em;
  height: 0.75em;
  background-image: url(../images/icon-3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1em;
}
.det-top .back img {
  margin-left: 0.1rem;
}
.det-top .social-share .icon-wechat .wechat-qrcode {
  left: 50%;
  transform: translateX(-50%);
}
.det-cen {
  border-top: 1px solid #d9e0eb;
  border-bottom: 1px solid #d9e0eb;
  padding-top: 0.32rem;
  padding-bottom: 0.41rem;
  line-height: 1.875;
}

.det-cen * {
      font-family: "MiSans", sans-serif !important;
}

.det-bot {
  padding: 0.42rem 0rem 0.8rem;
}
.det-bot .a {
  line-height: calc(34 / 16);
  transition: 0.5s;
}
.det-bot .a:hover {
  color: #0063de;
}
.det-bot .btns {
  margin-top: 0.31rem;
}
.det-bot .back {
  display: inline-flex;
  align-items: center;
  background-color: #0063de;
  color: #fff;
  padding: 0.11rem 0.22rem;
  border-radius: 0.5em;
  transition: 0.5s;
}
.det-bot .back:hover {
  transform: translateY(-5px);
}
.det-bot .back svg {
  width: 1em;
  height: 1em;
  margin-left: 0.2rem;
}

.service-page {
  position: relative;
  padding: 0.8rem 0;
}
.service-page .svc-tit .st1 {
  font-weight: bold;
}
.service-page .svc-tit .st2 {
  margin-top: 0.2rem;
}
.service-page .res-te {
  margin-top: 0.45rem;
}
.service-page .res-te .t12 {
  margin-top: 0.2rem;
}
.service-page .box {
  width: 10rem;
  max-width: 96%;
  margin: 0 auto;
}
.service-page .form {
  position: relative;
}
.service-page .form .ip {
  width: 100%;
  height: 0.56rem;
  background-color: #fbfbfc;
  border-radius: 0.5em;
  border: solid 1px #ced8e5;
  padding: 0 0.25rem;
}
.service-page .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  background-color: #0063de;
  color: #fff;
  border: none;
  padding: 0 0.3rem;
  border-radius: 0 0.08rem 0.08rem 0;
  cursor: pointer;
}
.service-page .form svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.md-service-1 .cont {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  min-height: 5.85rem;
}
.md-service-1 .svc-tit2 {
  margin-top: 0.32rem;
}
.md-service-1 .form {
  margin-top: 0.25rem;
}
.md-service-1 .btns {
  margin-top: 0.4rem;
}
.md-service-1 .btns .aa {
  min-width: 1.4rem;
  padding: 0.11rem 0.2rem;
  margin: 0 0.05rem;
  border-radius: 0.5em;
  text-align: center;
  transition: 0.5s;
}
.md-service-1 .btns .a1 {
  background-color: #0063de;
  color: #fff;
}
.md-service-1 .btns .a2 {
  background-color: #f6faff;
  color: #0063de;

  color: #fff;
  background-color: #0063de;
}
.md-service-1 .btns .a2:hover {
  background-color: #0063de;
  color: #fff;
}
.md-service-1 .tab {
  margin-top: 0.12rem;
  overflow-x: auto;
  border-radius: 0.5em;
  box-shadow: 0 0 0 1px #d9e0eb;
}
.md-service-1 .tab table {
  width: 100%;
  /* table-layout: fixed; */
  border-collapse: collapse;
  min-width: 800px;
}
.md-service-1 .tab tr:nth-child(1) {
  background-color: #e0e9fa !important;
}
.md-service-1 .tab tr:nth-child(2n-1) {
  background-color: #fbfbfc;
}
.md-service-1 .tab td {
  width: 14.2857142857%;
  padding: 0.12rem;
  word-break: break-word;
}
.md-service-1 .tab td:nth-child(1) {
  text-align: left;
  width: 12%;
}
.md-service-1 .tab td:nth-child(2) {
    width: 10%;
}
.md-service-1 .tab td:nth-child(3) {
    width: 15%;
}
.md-service-1 .tab td:nth-child(4) {
    width: 15%;
}
.md-service-1 .tab td:nth-child(5) {
    width: 25%;
}
.md-service-1 .tab td:nth-child(6) {
    width: 13%;
}
.md-service-1 .tab td:nth-child(7) {
    width: 10%;
}

.md-service-1 .tab td {
  border: solid 1px #d9e0eb;
}
.md-service-1 .tab .href {
  color: #0063de;
}
.md-service-1 .tab button {
  height: 2em;
  border-radius: 0.5em;
  padding: 0 1em;
  border: none;
  cursor: pointer;
  background-color: #0063de;
  color: #fff;
}
.md-service-1 .tab .gray {
  background-color: #598bfc;
      background-color: rgb(89 139 252 / 80%);
    user-select: none;
    cursor: auto;
}
/* 资源与服务 1 详情 */
.md-service-1-detail {
  padding: 0.8rem 0;
}
.md-service-1-detail .box {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.md-service-1-detail .form {
  position: relative;
}
.md-service-1-detail .form .ip {
  width: 100%;
  height: 0.56rem;
  background-color: #fbfbfc;
  border-radius: 0.5em;
  border: solid 1px #ced8e5;
  padding: 0 0.25rem;
}
.md-service-1-detail .form .submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: inline-flex;
  align-items: center;
  background-color: #0063de;
  color: #fff;
  border: none;
  padding: 0 0.3rem;
  border-radius: 0 0.08rem 0.08rem 0;
  cursor: pointer;
}
.md-service-1-detail .form svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.md-service-1-detail .tab {
  margin-bottom: 0.5rem;
  overflow-x: auto;
}
.md-service-1-detail .tab table {
  width: 100%;
  min-width: 600px;
      word-break: break-all;
}
.md-service-1-detail .tab thead {
  background-color: #f6faff;
}
.md-service-1-detail .tab td {
  border: solid 1px #d9e0eb;
  padding: 0.14rem 0.18rem;
}
.md-service-1-detail .notes {
  line-height: calc(30 / 16);
}
.md-service-1-detail .btns {
  margin-top: 0.4rem;
}
.md-service-1-detail .btns .aa {
  min-width: 1.4rem;
  padding: 0.11rem 0.2rem;
  margin: 0 0.05rem;
  border-radius: 0.5em;
  text-align: center;
  transition: 0.5s;
}
.md-service-1-detail .btns .a1 {
  background-color: #0063de;
  color: #fff;
}
.md-service-1-detail .btns .a2 {
  background-color: #f6faff;
  color: #0063de;
}
.md-service-1-detail .btns .a2:hover {
  background-color: #0063de;
  color: #fff;
}
.md-service-1-detail .depart {
  padding: 0.21rem 0;
  position: relative;
}
.md-service-1-detail .depart .d-btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-service-1-detail .depart .d-a {
  line-height: 2;
  border-radius: 0.5em;
  padding: 0 1em;
  min-width: 0.9rem;
  text-align: center;
  background-color: #0063de;
  margin-left: 0.1rem;
  color: #fff;
}
.md-service-1-detail .depart .da2 {
  background-color: #598bfc;
}
@media screen and (max-width: 500px) {
  .md-service-1-detail .depart .d-btns {
    width: 100%;
    position: static;
    transform: none;
    justify-content: center;
    margin-bottom: 0.2rem;
  }
  .md-service-1-detail .depart .d-a {
    margin: 0.1rem;
  }
}

/* 资源与服务 其他突变表型  */
.md-service-2 .cont {
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
.md-service-2 .form {
  margin-top: 0.2rem;
}

.md-service-2  .img img{
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
}
.md-service-2 .text {
  margin-top: 0.34rem;
  line-height: calc(30 / 16);
}
.md-service-2 .list1 {
  margin-top: 0.3rem;
}
.md-service-2 .list1 .li1 {
  width: 48.5%;
  margin-bottom: 0.3rem;
}
.md-service-2 .list1 .dd {
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
  cursor: pointer;
}
.md-service-2 .list1 .dd:hover .mask {
  opacity: 1;
}
.md-service-2 .list1 .dd:hover .img {
  transform: scale(1.1);
}
.md-service-2 .list1 .img {
  padding-top: calc( 200 / 485 * 100%);
}

.md-service-2 .list1 .mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.md-service-2 .list1 .ic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.md-service-2 .list2 {
  margin-top: 0.3rem;
}
.md-service-2 .list2 .li2 {
  width: calc(313 / 1000 * 100%);
  margin-right: calc(30 / 1000 * 100%);
  margin-bottom: 0.3rem;
}
.md-service-2 .list2 .li2:nth-child(3n) {
  margin-right: 0;
}
.md-service-2 .list2 .dd {
  position: relative;
  overflow: hidden;
  border-radius: 0.08rem;
  cursor: pointer;
}
.md-service-2 .list2 .dd:hover .mask {
  opacity: 1;
}
.md-service-2 .list2 .dd:hover .img {
  transform: scale(1.1);
}
.md-service-2 .list2 .img {
  padding-top: calc( 177 / 313 * 100%);
}
.md-service-2 .list2 .mask {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.md-service-2 .list2 .ic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background-image: url(../images/a5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.md-service-2 .tab {
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  overflow-x: auto;
}
.md-service-2 .tab table {
  width: 100%;
  min-width: 600px;
}
.md-service-2 .tab thead {
  background-color: #f6faff;
}
.md-service-2 .tab td {
  border: solid 1px #d9e0eb;
  padding: 0.15rem 0.18rem;
}

/* 资源与服务 3 */
.md-service-3 {
  padding: 0.8rem 0;
}
.md-service-3 .cont {
  padding-top: 0.9rem;
  padding-bottom: 1.2rem;
}
.md-service-3 .box {
  width: 10rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.md-service-3 .text {
  border-top: 1px solid #d9e0eb;
  margin-top: 0.2rem;
  padding-top: 0.32rem;
  line-height: calc(30 / 16);
}

/* 用户登录 */
.md-login-1 {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  position: relative;
  background-size: 100% 100%;
}
.md-login-1 .ftit {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.36rem;
  line-height: 1;
}
.md-login-1 .ftit::before {
  content: "";
  width: 5px;
  height: 0.75em;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #0063de 0, #0063de 50%, #144f83 50%, #144f83 100%);
}
.md-login-1 .desc {
  margin-top: 0.05rem;
}
.md-login-1 .form {
  width: 7rem;
  padding: 0.52rem 0.8rem 0.6rem;
  border-radius: 0.06rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 501px) {
  .md-login-1 .form {
    min-width: 480px;
  }
}
.md-login-1 .fbox {
  margin-top: 0.24rem;
}
.md-login-1 .fitem {
  margin-bottom: 0.2rem;
}
.md-login-1 .inp {
  position: relative;
}
.md-login-1 .icon {
  width: 2.25em;
  height: 2.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.md-login-1 .ip {
  width: 100%;
  height: 2.875em;
  padding-left: 2.25em;
  background-color: #f8f8f8;
  border-radius: 0.08rem;
  border: solid 1px #d8dfe9;
}
.md-login-1 .ip::-moz-placeholder {
  color: #888;
}
.md-login-1 .ip::placeholder {
  color: #888;
}
/* .md-login-1 .f-eye {
  width: 1em;
  height: 1em;
  background-image: url(../images/eye1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
} */
.md-login-1 .get-code {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  height: 1.5em;
  border: none;
  background-color: #f8f8f8;
  border: none;
  cursor: pointer;
  color: #0063de;
}
.md-login-1 .get-code.gray {
  pointer-events: none;
  color: #999;
}
.md-login-1 .yzm {
  width: 1rem;
  height: 100%;
  box-shadow: -1px 0 0 0 #d8dfe9;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.08rem;
}
.md-login-1 .yzm img {
  width: 100%;
  height: 100%;
}
.md-login-1 .btns {
  margin-top: 0.15rem;
}
.md-login-1 .submit {
  width: 100%;
  height: 2.875em;
  color: #fff;
  background-color: #0063de;
  border-radius: 0.08rem;
  border: none;
  cursor: pointer;
}
.md-login-1 .bots {
  margin-top: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
}
.md-login-1 .href a {
  color: rgba(0, 99, 222, 0.7);
}
.md-login-1 .remeber {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.md-login-1 .remeber input {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border: 1px solid #aaa;
  background-position: center;
  background-size: 75% auto;
  background-repeat: no-repeat;
  margin-right: 4px;
  flex-shrink: 0;
}
.md-login-1 .remeber input::before {
  content: "";
}
.md-login-1 .remeber input:checked {
  border-color: #0063de;
  background-color: #0063de;
  background-image: url(../images/a9.png);
}
.md-login-1 .logo-bg {
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%);
  width: calc( 1800 / 1920 * 100%);
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}
.md-login-1 .logo-bg img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md-login-1 .form {
    padding: 0.4rem;
  }
  .md-login-1 .bots {
    flex-wrap: wrap;
  }
  .md-login-1 .remeber {
    width: 100%;
  }
  .md-login-1 .href {
    width: 100%;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 500px) {
  .md-login-1 {
    background-position: right;
  }
  .md-login-1 .form {
    width: 100%;
  }
}

/* 注册 选择 */
.md-register-0 {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
.md-register-0 .cont {
  padding: 1.54rem 0 1.66rem;
}
.md-register-0 .box {
  width: 10.2rem;
  max-width: 96%;
  margin: 0 auto;
}
.md-register-0 .list {
  margin-top: 0.22rem;
}
.md-register-0 .li {
  margin-bottom: 0.2rem;
}
.md-register-0 .li:last-child {
  margin-bottom: 0;
}
.md-register-0 .dd {
  border-radius: 0.08rem;
  padding: 0.27rem 0.3rem;
  background-color: #f6faff;
}
.md-register-0 .dd:hover .tag {
  background-color: #0063de;
}
.md-register-0 .tag {
  padding: 0.11rem 0.18rem;
  background-color: #5f90ff;
  border-radius: 0.5em;
  margin-right: 0.2rem;
  flex-shrink: 0;
  transition: 0.5s;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .md-register-0 .dd {
    flex-wrap: wrap;
  }
  .md-register-0 .tag {
    margin: 0 auto;
  }
  .md-register-0 .text {
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
  }
}

/* 注册 用户 */
.md-register-1.ordinary .desc {
  margin-bottom: 0rem;
}
.md-register-1.ordinary .com-user-form {
  margin-top: 0.12rem;
}
.md-register-1.ordinary .fbox {
  margin-bottom: 0.15rem;
}
.md-register-1 .cont {
  padding-top: 0.72rem;
  padding-bottom: 0.6rem;
}
.md-register-1 .com-tags-1 {
  margin-top: 0.16rem;
}
.md-register-1 .com-tags-1 .cti {
  padding-left: 0.18rem;
  padding-right: 0.18rem;
}
.md-register-1 .desc {
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  line-height: calc(30 / 16);
}
.md-register-1 .exist {
  opacity: 0.7;
  padding: 0 0.6rem;
  position: relative;
  transform: translateY(-100%);
}
.md-register-1 .exist a {
  color: #0063de;
}
.md-register-1 .uf-submit {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .md-register-1 .exist {
    transform: none;
  }
}

/* 公用 用户信息 表单 */
.com-user-form {
  margin-top: 0.2rem;
}
@media screen and (min-width: 901px) {
  .com-user-form {
    min-width: 600px;
  }
}
.com-user-form .form-item {
  margin-bottom: 0.3rem;
}
.com-user-form .uf-titles {
  margin-bottom: 0.14rem;
}
.com-user-form .uf-titles .tit2 {
  margin-top: 0.16rem;
}
.com-user-form .uf-row {
  width: 100%;
}
.com-user-form .uf-item {
  width: calc( 425 / 880 * 100%);
  margin-bottom: 0.25rem;
}
.com-user-form .ww100 {
  width: 100%;
}
.com-user-form .name1 {
  gap: 0.1rem;
}
.com-user-form .fi-top {
  width: 100%;
  margin-bottom: 0.08rem;
  white-space: nowrap;
}
.com-user-form .fi-top span {
  color: #999;
}
.com-user-form .fi-bot {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .com-user-form .fi-bot .uf-item {
    margin-bottom: 0;
  }
}
.com-user-form .inp {
  flex: 1;
  position: relative;
}
.com-user-form .uf-ip {
  width: 100%;
  height: calc(46em / 16);
  padding: 0 0.12rem;
  border-radius: 0.5em;
  border: solid 1px #d9e0eb;
  background-color: #fff;
}
.com-user-form .uf-submit {
  min-width: 1.4rem;
  height: calc( 46em / 16 );
  background-color: #0063de;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
}
.com-user-form .uf-cancel {
  min-width: 1.4rem;
  height: calc( 46em / 16 );
  background-color: #0063de;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
  margin-left: 0.2rem;
}
.com-user-form .uf-gray {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #999;
}
.com-user-form .phone-item {
  box-shadow: 0 0 0 1px #d9e0eb;
  border-radius: 0.08rem;
}
.com-user-form .phone-item.en .com-select {
  width: calc( 140 / 425 * 100%);
}
.com-user-form .phone-item .com-select {
  width: calc( 120 / 425 * 100%);
  flex-shrink: 0;
  border-radius: 0.08rem 0 0 0.08rem;
}
.com-user-form .phone-item .inp1 {
  width: calc( 305 / 425 * 100%);
}
.com-user-form .phone-item .inp1 .uf-ip {
  border-radius: 0 0.08rem 0.08rem 0;
}
.com-user-form .phone-item .inp2 {
  width: calc( 120 / 425 * 100%);
}
.com-user-form .phone-item .inp3 {
  width: calc( 185 / 425 * 100%);
}
.com-user-form .phone-item .inp3 .uf-ip {
  border-radius: 0 0.08rem 0.08rem 0;
}
.com-user-form .phone-item .uf-ip {
  border: none;
  border-left: 1px solid #d9e0eb;
  border-radius: 0;
}
.com-user-form .uf-disable {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.6;
}
.com-user-form .code {
  position: absolute;
  right: 2px;
  top: 10%;
  height: 80%;
}
.com-user-form .get-code {
  background-color: #5c8dfd;
  height: calc( 36em / 16 );
  padding: 0 1em;
  border-radius: 0.5em;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .com-user-form .fi-top {
    white-space: normal;
  }
  .com-user-form .uf-item {
    width: 100%;
  }
  .com-user-form .name1,
  .com-user-form .name2 {
    flex-wrap: wrap;
  }
  .com-user-form .name1 .inp,
  .com-user-form .name2 .inp {
    flex: none;
    width: 100%;
  }
}

.my-select {
  width: 100%;
  height: calc( 46em / 16 );
  position: relative;
  border-radius: 0.5em;
  background-color: #fff;
  border: solid 1px #d9e0eb;
  padding: 0 0.12rem;
}
.my-select .m-arrow {
  content: "";
  width: 0.75em;
  height: 0.5em;
  position: absolute;
  right: 0.2rem;
  top: calc(50% - 0.25em);
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.my-select .cur {
  line-height: calc( 46em / 16 );
}
.my-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);
}

.com-select {
  width: 100%;
  height: calc( 46em / 16 );
  position: relative;
  border-radius: 0.5em;
  background-color: #f6f7fb;
  padding: 0 0.12rem;
}
.com-select .c-arrow {
  content: "";
  width: 0.75em;
  height: 0.5em;
  position: absolute;
  right: 0.1rem;
  top: calc(50% - 0.25em);
  background-image: url(../images/a13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.com-select .cur {
  line-height: calc( 46em / 16 );
}
.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);
}

/* 注册 用户 下载上传文件 */
.md-register-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
.md-register-2 .cont {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}
.md-register-2 .notes {
  line-height: 2;
  margin-top: 0.12rem;
  margin-bottom: 0.3rem;
}
.md-register-2 .btns {
  margin-top: 0.3rem;
}
.md-register-2 .btns .aa {
  min-width: 1.4rem;
  padding: 0.12rem 0.2rem;
  margin: 0 0.05rem;
  border-radius: 0.5em;
  border: none;
  text-align: center;
  cursor: pointer;
}
.md-register-2 .btns .a1 {
  background-color: #f6faff;
  color: #0063de;
}
.md-register-2 .btns .a2 {
  background-color: #0063de;
  color: #fff;
}
.md-register-2  .disabled{
  pointer-events: none;
  background-color: gray !important;
}
.md-register-2 .files-1 {
  background-color: #f6faff;
  border-radius: 0.08rem;
  padding: 0.7rem 0;
}
.md-register-2 .files-2 {
  background-color: #f6faff;
  border-radius: 0.08rem;
  padding: 0.8rem 0;
}
.md-register-2 .download {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.64rem;
  background-color: #5e8ffe;
  color: #fff;
  line-height: 1;
  border-radius: 0.5em;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.md-register-2 .download:hover {
  background-color: #0063de;
}
.md-register-2 .download svg {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  flex-shrink: 0;
  
}
.md-register-2 .upload svg {
  transform: rotate(180deg);
}
.md-register-2 .download input {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}

/* 找回密码 */
.md-recover_password .cont {
  padding: 1.6rem 0;
}
.md-recover_password .box {
  width: 6rem;
  max-width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 501px) {
  .md-recover_password .box {
    min-width: 480px;
  }
}
.md-recover_password .h2 {
  margin-bottom: 0.16rem;
}
.md-recover_password .form {
  margin-top: 0.4rem;
}

/* 公用 找回密码 表单 */
.com-recover-form .bitem {
  display: none;
}
.com-recover-form .stage-i {
  position: relative;
  text-align: center;
  line-height: 2;
  color: #666;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-recover-form .stage-i.on {
  color: #fff;
}
.com-recover-form .stage-i.on::before {
  background-color: #5e8ffe;
}
.com-recover-form .stage-i::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ecf1ff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: url(../images/a14.png);
          mask-image: url(../images/a14.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.com-recover-form .stage-i span {
  position: relative;
}
.com-recover-form .form3 .fle {
  min-width: 6.2em;
}
.com-recover-form .fitem {
  margin-bottom: 0.2rem;
}
.com-recover-form .fitem:last-child {
  margin-bottom: 0;
}
.com-recover-form .fle {
  flex-shrink: 0;
  padding-right: 1.2em;
}
.com-recover-form .fri {
  flex-grow: 1;
}
.com-recover-form .inp {
  position: relative;
}
.com-recover-form .ip {
  width: 100%;
  height: 2.875em;
  padding-left: 0.16rem;
  background-color: #fff;
  border-radius: 0.08rem;
  border: solid 1px #d8dfe9;
}
.com-recover-form .ip::-moz-placeholder {
  color: #888;
}
.com-recover-form .ip::placeholder {
  color: #888;
}
.com-recover-form .email {
  position: relative;
}
.com-recover-form .e-txt {
  line-height: calc( 36em / 16 );
}
.com-recover-form .get-code {
  background-color: #5c8dfd;
  height: calc( 36em / 16 );
  padding: 0 1em;
  border-radius: 0.5em;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.com-recover-form .yzm {
  width: 1rem;
  height: 100%;
  box-shadow: -1px 0 0 0 #d8dfe9;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.08rem;
}
.com-recover-form .yzm img {
  width: 100%;
  height: 100%;
}
.com-recover-form .btns {
  margin-top: 0.4rem;
}
.com-recover-form .btns .aa {
  min-width: 1.4rem;
  padding: 0.11rem 0.2rem;
  margin: 0 0.05rem;
  border-radius: 0.5em;
  border: none;
  text-align: center;
  cursor: pointer;
}
.com-recover-form .btns .a1 {
  background-color: #f6faff;
  color: #0063de;
}
.com-recover-form .btns .a2 {
  background-color: #0063de;
  color: #fff;
}
.com-recover-form .box-1 {
  display: none;
}
.com-recover-form .box-2 {
  display: none;
  padding: 0.25rem 0;
}
.com-recover-form .box-2 .icon {
  color: #0063de;
  margin: 0 auto;
}
.com-recover-form .box-2 .icon svg {
  width: 1em;
  height: 1em;
}
.com-recover-form .box-2 .t11 {
  letter-spacing: 1px;
  margin-top: 0.22rem;
}
.com-recover-form .box-2 .t12 {
  line-height: 2;
  margin-top: 0.04rem;
}
.com-recover-form .show {
  display: block;
}
@media screen and (max-width: 500px) {
  .com-recover-form .fitem {
    flex-wrap: wrap;
  }
  .com-recover-form .fle {
    width: 100%;
  }
  .com-recover-form .fri {
    width: 100%;
    margin-top: 0.1rem;
  }
}

.get-code.gray {
  pointer-events: none;
}

/* 订单列表 */
.md-shop-1 {
  padding-top: 0.58rem;
  padding-bottom: 0.8rem;
}
.md-shop-1 .t2 {
  margin-top: 0.05rem;
}
.md-shop-1 .add {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  padding: 0.5em 1em;
  background-color: #588afb;
  border-radius: 0.5em;
  transition: 0.5s;
}
.md-shop-1 .add:hover {
  background-color: #0063de;
}
.md-shop-1 .add svg {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.5em;
}
.md-shop-1 .tab {
  margin-top: 0.27rem;
}
.md-shop-1 .tr {
  position: relative;
  padding: 0.21rem 0.2rem;
  padding-left: 0.95rem;
  margin-bottom: 4px;
}
.md-shop-1 .tr.disabled {
  opacity: 0.6;
}
.md-shop-1 .tr .check {
  position: absolute;
  left: 0.3rem;
  top: calc(50% - 0.5em);
  cursor: pointer;
}
.md-shop-1 .scroll {
  overflow-y: auto;
  max-height: 5rem;
}
.md-shop-1 .tbody .tr:last-child {
  margin-bottom: 0;
}
.md-shop-1 .tbody .check {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0.28rem;
}
.md-shop-1 .t-foot {
  margin-top: 4px;
}
.md-shop-1 .dd {
  width: 100%;
}
.md-shop-1 .di {
  font-weight: bold;
}
.md-shop-1 .di:nth-child(1) {
  width: 2.2rem;
}
.md-shop-1 .di:nth-child(2) {
  width: 2rem;
}
.md-shop-1 .di:nth-child(3) {
  width: 5rem;
}
.md-shop-1 .di:nth-child(4) {
  width: 2.2rem;
}
.md-shop-1 .di-tit {
  color: #666;
  display: none;
}
.md-shop-1 .dol {
  color: #0063de;
}
.md-shop-1 .cancel {
  text-align: center;
  min-width: 5em;
  padding: 0.1rem 0;
  background-color: #f6faff;
  color: #0063de;
  border-radius: 0.5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
}
.md-shop-1 .cancel:hover {
  background-color: #0063de;
  color: #fff;
}
.md-shop-1 .cancel-all {
  text-align: center;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  min-width: 5em;
  padding: 0.1rem 1em;
  background-color: #f6faff;
  color: #0063de;
  border-radius: 0.5em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.5s;
}
.md-shop-1 .cancel-all:hover {
  background-color: #0063de;
  color: #fff;
}

.md-shop-1 .dd .number{
  color: #0063de;
}
@media screen and (min-width: 901px) {
  .md-shop-1 .cancel {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .md-shop-1 .dol {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .md-shop-1 .scroll {
    max-height: 8rem;
  }
  .md-shop-1 .t-head .tr {
    padding: 0.4rem 0;
  }
  .md-shop-1 .t-head .di {
    display: none;
  }
  .md-shop-1 .dd {
    flex-wrap: wrap;
    justify-content: center;
  }
  .md-shop-1 .di {
    width: 100% !important;
    justify-content: space-between;
    padding: 0.05rem 0;
  }
  .md-shop-1 .di-tit {
    display: block;
  }
  .md-shop-1 .dol {
    margin: 0 0.2rem;
  }
}
.md-shop-1 .t-foot {
  border-radius: 0 0 0.5em 0.5em;
  padding: 0.2rem 0.3rem;
}
.md-shop-1 .check {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border: 1px solid #aaa;
  background-color: #fff;
  background-position: center;
  background-size: 75% auto;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.md-shop-1 .check::before {
  content: "";
}
.md-shop-1 .check:checked {
  border-color: #0063de;
  background-color: #0063de;
  background-image: url(../images/a9.png);
}
.md-shop-1 .lab-list {
  margin-top: 0.37rem;
  padding: 0.4rem 0.4rem;
  border-radius: 0.08rem;
}
.md-shop-1 .lab-list .lab-cont {
  display: inline-block;
  text-align: left;
}
.md-shop-1 .lab-list .lab-i {
  margin-bottom: 0.12rem;
}
.md-shop-1 .lab-list .lab-i:last-child {
  margin-bottom: 0;
}
.md-shop-1 .lab-list .check {
  margin-right: 0.5em;
  flex-shrink: 0;
  cursor: pointer;
}
.md-shop-1 .btns {
  margin-top: 0.35rem;
}
.md-shop-1 .submit {
  min-width: 1.4rem;
  height: calc( 46em / 16 );
  background-color: #0063de;
  border-radius: 0.5em;
  border: none;
  cursor: pointer;
  padding: 0 1em;
}
.md-shop-1 .submit.disabled {
  pointer-events: none;
  background-color: gray;
}

/* 订单详情 */
.md-shop-2-1 {
  position: relative;
}
.md-shop-2-1 .cont {
  padding-top: 0.42rem;
  padding-bottom: 0.45rem;
}
.md-shop-2-1 .txt {
  margin-top: 0.27rem;
}
.md-shop-2-1 .txt span {
  margin-right: 2em;
}
.md-shop-2-1 .ul {
  margin-top: 0.25rem;
}
.md-shop-2-1 .u-head {
  background-color: #ecf1ff;
  border-radius: 0.5em !important;
  font-weight: 400 !important;
}
.md-shop-2-1 .li {
  box-shadow: 0 0 0 1px #e7ecf4;
  border-radius: 0.5em;
  margin-bottom: 0.08rem;
  font-weight: bold;
}
.md-shop-2-1 .li:nth-child(1) {
  background-color: #ecf1ff;
}
.md-shop-2-1 .dd {
  padding: 0.18rem 0;
}
.md-shop-2-1 .di {
  width: 15%;
  padding: 0 0.2rem;
}
.md-shop-2-1 .di:nth-child(1) {
  width: 20%;
  width: 15%;
}
.md-shop-2-1 .di:nth-child(2) {
  width: 12%;
  padding-right: 0;
}
.md-shop-2-1 .di:nth-child(3) {
  width: 40%;
}
.md-shop-2-1 .di:nth-child(4) {
  width: 15%;
}
.md-shop-2-1 .di:nth-child(5) {
  width: 10%;
}
.md-shop-2-1 .di:nth-child(6) {
  width: 8%;
}
.md-shop-2-1 .di:last-child {
  /* flex-grow: 1; */
  text-align: right;
}
.md-shop-2-1 .di-tit {
  color: #666;
  display: none;
}
.md-shop-2-1 .dol {
  color: #0063de;
  font-weight: 400;
}
.md-shop-2-1 .price {
  color: #e81202;
}
@media screen and (max-width: 900px) {
  .md-shop-2-1 .txt span {
    display: block;
  }
  .md-shop-2-1 .u-head {
    display: none;
  }
  .md-shop-2-1 .dd {
    display: block;
    padding: 0.2rem;
  }
  .md-shop-2-1 .di {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem;
  }
  .md-shop-2-1 .di-tit {
    max-width: 40%;
    display: block;
  }
  .md-shop-2-1 .di-txt {
    max-width: 60%;
    text-align: right;
  }
}

/* 收件人信息 */
.md-shop-2-2 .cont {
  padding-top: 0.44rem;
  padding-bottom: 0.4rem;
}
.md-shop-2-2 .txt {
  margin-top: 0.16rem;
  line-height: calc(40 / 18);
}
.md-shop-2-2 .inp {
  width: 6rem;
  max-width: 100%;
  margin: 0.1rem 0;
  margin-left: 0.2rem;
}
.md-shop-2-2 input {
  width: 100%;
  display: block;
  border: solid 1px #d9e0eb;
  border-radius: 0.5em;
  padding: 0 1em;
  height: 2.875em;
}
.md-shop-2-2 .ti span {
min-width: 9em;
}

/* 支付方式 */
.md-shop-2-3 .cont {
  padding-top: 0.43rem;
  padding-bottom: 0.8rem;
}
.md-shop-2-3 .txt {
  margin-top: 0.25rem;
}
.md-shop-2-3 .list {
  margin-top: 0.45rem;
}
.md-shop-2-3 .lab {
  width: 3.4rem;
  height: 0.8rem;
  margin: 0.1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f6faff;
  position: relative;
  padding: 0 0.2rem;
  border-radius: 0.5em;
  cursor: pointer;
  overflow: hidden;
}
.md-shop-2-3 .logo {
  height: 1em;
}
.md-shop-2-3 .ic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  opacity: 0;
  background-image: url(../images/a15.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.md-shop-2-3 .selected {
  box-shadow: 0 0 0 1px #0063de;
}
.md-shop-2-3 .selected .ic {
  opacity: 1;
}
.md-shop-2-3 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.md-shop-2-3 .btns {
  margin-top: 0.3rem;
}
.md-shop-2-3 .button {
  border: none;
  border-radius: 0.5em;
  min-width: 1.4rem;
  height: 2.875em;
  padding: 0 1em;
  background-color: #0063de;
  cursor: pointer;
}

/* 支付详情 */
.md-shop-3 {
  position: relative;
}
.md-shop-3 .cont {
  padding-top: 0.42rem;
  padding-bottom: 0.63rem;
}
.md-shop-3 .ul {
  margin-top: 0.32rem;
}
.md-shop-3 .u-head {
  background-color: #ecf1ff;
  border-radius: 0.5em !important;
  margin-bottom: 0.1rem;
}
.md-shop-3 .li {
  box-shadow: 0 0 0 1px #e7ecf4;
}
.md-shop-3 .li:nth-child(2n-1) {
  background-color: #ecf1ff;
}
.md-shop-3 .li:nth-child(2) {
  border-radius: 0.5em 0.5em 0 0;
}
.md-shop-3 .li:last-child {
  border-radius: 0 0 0.5em 0.5em;
}
.md-shop-3 .dd {
  padding: 0.17rem 0;
}
.md-shop-3 .di {
  padding-left: 0.3rem;
  word-break: break-word;
}
.md-shop-3 .di:nth-child(1) {
  width: 35%;
}
.md-shop-3 .di:nth-child(2) {
  width: 45%;
}
.md-shop-3 .di:nth-child(3) {
  width: 20%;
}
.md-shop-3 .di-tit {
  display: none;
}
.md-shop-3 .btns {
  margin-top: 0.3rem;
}
.md-shop-3 .button {
  background-color: #e81202;
  border-radius: 0.5em;
  border: none;
  height: 2.875em;
  padding: 0 0.38rem;
  cursor: pointer;
  transition: 0.5s;
}
.md-shop-3 .button:hover {
  transform: translateY(-5px);
}
.md-shop-3 a.button {
  display: inline-flex;
  align-items: center;
  background-color: #0063de;
  margin-right: 1em;
}
.md-shop-3 .price {
  color: #e81202;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .md-shop-3 .u-head {
    display: none;
  }
  .md-shop-3 .dd {
    display: block;
  }
  .md-shop-3 .di {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem;
  }
  .md-shop-3 .di-tit {
    max-width: 40%;
    display: block;
  }
  .md-shop-3 .di-txt {
    max-width: 60%;
    text-align: right;
  }
}

/* 订购1 */
.md-order-1 .cont {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}
.md-order-1 .rich-text {
  margin-top: 0.1rem;
  line-height: calc(30 / 16);
  font-size: 16px;
}

.md-order-1 .rich-text li{
  margin-top: 10px  ;
    margin-bottom: 10px  ;
}

.md-order-2 .cont {
  padding-top: 0.72rem;
  padding-bottom: 0.8rem;
}
.md-order-2 .rich-text {
  margin-top: 0.22rem;
  line-height: calc(30 / 16);
}

.md-order-3 .cont {
  padding-top: 0.62rem;
  padding-bottom: 0.8rem;
}
.md-order-3 .rich-text {
  margin-top: 0.32rem;
  line-height: calc(30 / 16);
}

.com-bg {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/bg.png);
  background-color: #eff3fc;
}

/* 非法操作 */
.md-illegal-0 {
  padding: 2.2rem 0;
  min-height: 100vh;
}
.md-illegal-0 .box {
  padding: 1.6rem 0.2rem;
}
.md-illegal-0 .d12 {
  margin-top: 0.2rem;
}
.md-illegal-0 .btns {
  margin-top: 0.3rem;
}
.md-illegal-0 .btns .aa {
  min-width: 1.4rem;
  padding: 0.11rem 0.2rem;
  margin: 0 0.1rem;
  border-radius: 0.5em;
  border: none;
  text-align: center;
  cursor: pointer;
}
.md-illegal-0 .btns .a1 {
  background-color: #5e8ffe;
  color: #fff;
}
.md-illegal-0 .btns .a2 {
  background-color: #0063de;
  color: #fff;
}

.pay-dialog {
  display: none;
}
.pay-dialog.show {
  display: block;
}
.pay-dialog .dlg-cont {
  width: 4rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.pay-dialog .off {
  color: #666;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: 1em;
  height: 1em;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/dlg-off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pay-dialog .off:hover {
  background-image: url(../images/dlg-off2.png);
}
.pay-dialog .box {
  padding: 0.6rem 0 0.5rem;
  border-radius: 0.16rem;
  background-color: #fff;
}
.pay-dialog .price {
  color: var(--active);
}
.pay-dialog .img {
  width: 3rem;
  padding: 0.2rem;
  margin: 0.2rem auto;
  box-shadow: 0 0 0 1px #999;
}
.pay-dialog .img img {
  width: 100%;
}
@media (max-width: 900px) {
  .pay-dialog .form {
    padding: 0.3rem;
  }
  .pay-dialog .fi {
    width: 100%;
  }
  .pay-dialog .btns {
    text-align: center;
  }
}

.pswp__button--share {
  display: none !important;
}

.eye-icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.1rem;

  background-image: url(../images/icon-eye1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.is-pass .eye-icon {
  background-image: url(../images/icon-eye2.png);
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-password-toggle-button,
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  opacity: 0 !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
}


.pswp__bg{
  background-color: #00000090;
}