* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  font-family: SourceHanSansCN-Regular;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #fff;
}

body {
  background-color: #071c21;
}

body a {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

/* img:not(#editor .w-e-text-container img){
    width: 100%;
} */
#editor .w-e-text-container img {
  width: unset;
}

button {
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

header .flex {
  background-color: #0d1821;
}

header .toplinks {
  margin: 0 auto;
  width: 87.5rem;
  display: flex;
  height: 6.25rem;
  align-items: center;
}

header .toplinks .links {
  margin-left: auto;
  margin-right: 6.25rem;
  display: flex;
}

header .toplinks .links a {
  display: block;
  margin-left: 3.875rem;
  font-size: 1rem;
  color: #ffffff;
  transition: .3s;
}

header .toplinks .links a:hover {
  color: #ffa700;
}

header .toplinks .links .active {
  color: #ffa700;
}

header .toplinks .fold {
  display: none;
}

header .toplinks .headpic {
  position: relative;
  height: 6.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

header .toplinks .headpic .account_list {
  display: block;
  width: 13.125rem;
  height: 21.5rem;
  background-color: #2b3137;
  box-shadow: 0rem 0.125rem 1.25rem 0rem rgba(15, 20, 24, 0.3);
  border-radius: 0.625rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  visibility: hidden;
  transition: .2s;
}

header .toplinks .headpic .account_list .topersonal {
  padding: 0 1.875rem 0 1.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height: 4.875rem;
}

header .toplinks .headpic .account_list .topersonal .msg .phone {
  font-family: SourceHanSansCN-Bold;
  font-size: 1rem;
}

header .toplinks .headpic .account_list .topersonal .msg .data {
  font-size: 1rem;
  color: #acaeb0;
}

header .toplinks .headpic .account_list .go_mine {
  padding: 0.625rem 0;
  border-top: solid 1px #34393e;
  border-bottom: solid 1px #34393e;
}

header .toplinks .headpic .account_list .go_mine a {
  height: 3rem;
  display: flex;
  align-items: center;
}

header .toplinks .headpic .account_list .go_mine a .icon {
  width: 4rem;
}

header .toplinks .headpic .account_list .go_mine a .icon img {
  width: auto;
  margin: 0 auto;
}

header .toplinks .headpic .account_list .go_mine a p {
  font-size: 1rem;
  color: #acaeb0;
}

header .toplinks .headpic .account_list .log_out {
  line-height: 3.125rem;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 1.5rem;
}

header .toplinks .headpic:hover .account_list {
  visibility: visible;
}

header .news {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  background-image: linear-gradient(to right, #004f75, #430075);
  text-align: center;
}

header .news .str_wrap {
  width: auto;
  font-size: 16px;
}

header .news .icon {
  margin-right: 2rem;
}

footer {
  background-color: #0d1821;
}

footer .top {
  background-image: linear-gradient(to right, #004f75, #430075);
}

footer .top .footer_adv_text {
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
  align-items: center;
  height: 6.25rem;
}

footer .top .advantage {
  display: flex;
  align-items: center;
}

footer .top .advantage .adv {
  margin-left: 1.5rem;
}

footer .top .advantage .adv .p1 {
  font-family: SourceHanSansCN-Medium;
  color: #dbdbdb;
}

footer .top .advantage .adv .p2 {
  font-size: 1rem;
  color: #acaeb0;
  /* margin-top: 0.5rem; */
}

footer .bottom {
  display: flex;
  justify-content: space-between;
  padding: 3.5rem 0;
  width: 87.5rem;
  margin: 0 auto;
}

footer .bottom .navs {
  display: flex;
}

footer .bottom .navs nav {
  margin-left: 7rem;
}

footer .bottom .navs nav .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 1.125rem;
}

footer .bottom .navs nav .turn {
  margin-top: 1.625rem;
}

footer .bottom .navs nav .turn a {
  font-size: 1rem;
  color: #a2a2a2;
  display: block;
  line-height: 2.5rem;
}

footer .bottom .navs nav .turn .follow {
  cursor: pointer;
}

footer .bottom .navs .icon_links .turn {
  display: flex;
}

footer .bottom .navs .icon_links .turn a {
  margin-right: 3.375rem;
}

footer .wechat_popup {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

footer .wechat_popup .operation {
  width: 28rem;
  background-color: #ffffff;
  border-radius: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .wechat_popup .operation .upper {
  line-height: 4.5rem;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 1.6rem;
  color: #051118;
  border-bottom: solid 1px #ebebeb;
  position: relative;
}

footer .wechat_popup .operation .upper .close_wechat {
  position: absolute;
  right: 2.875rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 1rem;
}

footer .wechat_popup .operation .qrcode {
  width: 8rem;
  margin: 1.25rem auto;
}

#wechat_official.wechat_popup .operation .qrcode {
  width: 13rem;
}

footer .wechat_popup .operation .tip {
  font-size: 1rem;
  color: #666666;
  margin-top: 1.25rem;
  text-align: center;
}

footer .wechat_popup .operation .confrim {
  line-height: 4.25rem;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-size: 1.25rem;
  color: #00e36f;
  margin-top: 1.5rem;
  cursor: pointer;
  border-top: solid 1px #ebebeb;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  background: #000;
  padding: 1rem;
  color: #a2a2a2;
}

footer .copyright a {
  color: #a2a2a2;
}

.layui-layer-content {
  background-color: rgba(255, 255, 255, .9);
  border-radius: 10px;
  font-size: 1rem;
  color: #051118;
  letter-spacing: 0.05rem;
  font-family: SourceHanSansCN-Normal;
}

.layui-layer-hui .layui-layer-content {
  color: #051118 !important;
}

.layui-layer-hui {
  background-color: transparent !important;
}

.wrapper {
  padding: 0 4.17vw;
}

.order_handle_detial .detial .comment .right_msg .msg p,
.order_handle_detial .detial .comment .right_msg .msg a {
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
  word-break: break-all;
}

@media screen and (max-width: 1660px) {
  footer .bottom .navs nav {
    margin-left: 5rem;
  }
}

@media screen and (max-width: 1440px) {
  header .toplinks {
    width: 75rem;
  }

  footer .bottom {
    width: 75rem;
  }
}

@media screen and (max-width: 1360px) {
  footer .bottom .navs nav {
    margin-left: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }

  header .toplinks {
    padding: 0 2rem;
  }

  header .toplinks .fold {
    display: block;
    margin-left: 1rem;
  }

  header .toplinks .headpic {
    margin-left: auto;
  }

  header .toplinks .links {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 99999;
    display: block;
    padding-top: 5rem;
    pointer-events: auto;
  }

  header .toplinks .links a {
    line-height: 5rem;
    text-align: center;
    margin-left: 0;
    color: #737373;
    font-size: 1.2rem;
  }

  header .toplinks .links::after {
    content: '关闭';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 5rem;
    height: 4rem;
    border: solid 1px #00e36f;
    border-radius: 2rem;
    color: #00e36f;
    font-size: 1.5rem;
    text-align: center;
    line-height: 4rem;
    pointer-events: auto;
  }

  footer .bottom .navs nav {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  footer .bottom .navs {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 5rem;
  }

  footer .top .footer_adv_text {
    padding: 0 2rem;
  }

  footer .bottom {
    padding: 2rem;
  }

  footer .bottom {
    width: 98%;
  }

  header .toplinks {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header .toplinks .logo {
    width: 13rem;
  }

  footer .top .footer_adv_text {
    flex-wrap: wrap;
    height: auto;
    padding: 1rem;
  }

  footer .top .advantage {
    width: 33%;
  }

  footer .top .advantage .adv {
    margin-left: 0.5rem;
  }

  footer .top .advantage .icon {
    width: 2rem;
  }

  footer .bottom {
    display: block;
    padding: 1rem;
  }

  footer .bottom .logo {
    width: 16.5rem;
  }

  footer .bottom .navs {
    margin-left: 0;
  }

  footer .wechat_popup .operation {
    width: 80%;
  }

  footer .wechat_popup .operation .upper {
    font-size: 1.125rem;
  }

  header .news {
    height: 3rem;
  }

  header .news .str_wrap {
    white-space: nowrap;
    font-size: 12px;
    width: 80%;
  }

  header .news .icon {
    width: 2rem;
  }

  footer .bottom .navs nav {
    width: 46%;
    margin-top: 1rem;
  }

  header .toplinks {
    padding: 0 1rem;
    width: 100%;
  }

  footer .top .advantage .adv .p2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

}