* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
[v-cloak] {
  display: none !important;
}
html,
body {
  font-size: 16px;
  background: #f7f7f7;
  color: #333333;
  margin: 0 auto;
}
a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
i,
em,
span {
  font-style: normal;
  display: inline-block;
}
img {
  border: none;
}
ul li,
ol li {
  list-style-type: none;
}
button {
  border: none;
}
.btn-bottom {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: calc(99.4%);
  height: 0.9rem;
  border-radius: 0.9rem;
  background-color: #C83535;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.32rem;
}
.btn-bottom:hover {
  color: #fff;
}
input {
  border: none !important;
  outline: none !important;
  background: #f7f7f7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #808080;
}
:-moz-placeholder {
  color: #808080;
}
::-moz-placeholder {
  color: #808080;
}
input:-ms-input-placeholder {
  color: #808080;
}
input::-ms-input-placeholder {
  color: #808080;
}
input:disabled {
  opacity: 1;
  font-family: "Microsoft YaHei, Heiti SC";
}
input,
textarea,
button,
select {
  outline: none;
  -webkit-appearance: none;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border-color: #ffffff;
}
.van-cell,
.van-cell-group,
.van-button--default {
  color: #333333;
  background: #ffffff;
}
.van-radio__label,
.van-field__label,
.van-field__control,
.van-field__label,
.van-cell__value--alone,
.van-button::before {
  color: #333333;
}
.van-popup,
.van-dialog,
.van-step--horizontal .van-step__circle-container,
.van-steps {
  background: #ffffff;
}
.van-step--finish {
  color: #07c160;
}
.van-button--danger {
  background-color: #AF1F23;
  border-color: #AF1F23;
}
.popup-tip {
  padding: 0.3rem;
}
.popup-tip .popup-con p {
  margin: 0.2rem 0;
  font-size: 16px;
}
.import a {
  text-decoration: underline;
  color: #528CE0;
}
.radio-box {
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  background: #ffffff;
  margin-bottom: 12px;
}
.van-dialog__footer {
  display: flex;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.next-page .pull-left {
  margin-top: 12px;
}
.van-popup--center {
  border-radius: 0.1rem;
}
.spd-down {
  line-height: 50px;
  text-decoration: underline;
  margin-right: 0.2rem;
  font-size: 14px;
  color: #A18E5D;
}
.clear-fix {
  clear: both;
}
.van-pagination__item {
  background: #ffffff;
}
.van-pagination__item--active {
  background-color: #1989fa;
}
.van-pagination__item--disabled,
.van-pagination__item--disabled:active {
  background-color: #eeeeee;
}
.custom-image {
  padding-top: 2.8rem;
}
.custom-image .van-empty__image {
  width: 166px;
  height: 106px;
}
.custom-image .van-empty__description {
  color: #ccc;
}
.red {
  color: #AF1F23;
}
.yellow {
  color: #A18E5D;
}
.green {
  color: #75a15d;
}
.no-data {
  text-align: center;
  color: #ccc;
  padding: 0.1rem 0 0.3rem;
  font-size: 14px;
}
.van-radio--horizontal {
  overflow: initial;
}
.loading {
  height: 100%;
  width: 100%;
  max-width: 1024px;
  background: #ffffff;
  position: fixed;
  z-index: 1000;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.loading a,
.loading p {
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: underline;
}
.loading p {
  text-decoration: none;
}
.loading .icon-loading {
  width: 2rem;
  height: 2rem;
  margin: -2rem auto 0;
  display: block;
  background: url("/app/v3/images/icon/load.gif?1");
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.table-border {
  width: 100%;
  text-align: left;
  border: 1px solid #eee;
  border-collapse: collapse;
  margin-bottom: 0.3rem;
}
.table-border tr {
  border-bottom: 1px solid #eee;
}
.table-border tr .custom-image {
  padding: 1rem 0;
}
.table-border tr th {
  color: #333333;
}
.table-border tr td,
.table-border tr th {
  padding: 0.15rem;
}
.swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #000;
  width: 0.1rem;
  height: 0.1rem;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #000;
}
.arrow-left {
  transform: rotate(180deg);
}
.arrow-top {
  transform: rotate(-90deg);
}
.arrow-bottom {
  transform: rotate(90deg);
}
.btn-bor,
.btn {
  border: 1px solid #A18E5D;
  display: block;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0.2rem 0;
  text-align: center;
  margin: 0 auto;
  font-size: 0.3rem;
  color: #A18E5D;
}
.btn-red {
  color: #fff;
  background-color: #B01F24;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 18px;
  padding: 0 0.2rem;
  display: inline-block;
}
.btn-big {
  width: 80%;
  height: auto;
  line-height: initial;
  padding: 0.2rem;
  display: block;
}
.mobile-header {
  display: none;
}
.computer-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  width: 100%;
  height: 1rem;
  transition: all 0.5s;
  background: #ffffff;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.computer-header .btn-login {
  margin-top: -10px;
}
.computer-header .nav {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.computer-header .nav .nav-bar {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 0.05rem;
}
.computer-header .nav .logo {
  cursor: pointer;
}
.computer-header .nav .logo img {
  width: 150px;
}
.computer-header .nav .search-icon {
  font-size: 0.26rem;
  cursor: pointer;
  margin-right: .2rem;
  margin-top: -0.1rem;
  vertical-align: top;
}
.computer-header .nav .search-icon:hover {
  color: #C83535;
}
.computer-header .nav .nav-btn {
  display: none;
}
.computer-header .nav .nav-list .nav-item {
  display: inline-block;
  margin: 0 15px;
  cursor: pointer;
  transition: all 0.3s;
  height: 31px;
}
.computer-header .nav .nav-list .nav-item a {
  padding-bottom: 0.02rem;
  border-bottom: 4px solid transparent;
}
.computer-header .nav .nav-list .nav-item:hover {
  color: #C83535;
}
.computer-header .nav .nav-list .active {
  transform: scale(1.1);
}
.computer-header .nav .mine-head {
  margin-top: -0.05rem;
  padding: 0;
}
.computer-header .nav .mine-head img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #E5DDB9;
}
.messbox_footer {
  width: 100%;
  height: .7rem;
  text-align: center;
  background: #ccc;
  padding: .2rem 0;
  position: fixed;
  bottom: 0;
  left: 0;
}
.messbox_footer .messbox span {
  color: #B01F24;
}
.messbox_footer .messbox a {
  color: #0073a0;
}
.messbox_footer .messbox a:hover {
  color: #B01F24;
}
.mask {
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=70);
  opacity: 0.7;
  z-Index: 100;
}
.yzm-img {
  position: absolute;
  right: 0;
  top: -15px;
}
.popup {
  width: 4.4rem;
  position: fixed;
  z-index: 101;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #ffffff;
  top: 3.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  z-index: 103;
}
.popup .safeimg-big {
  width: 4rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.popup h1,
.popup h2 {
  font-size: 18px;
  padding: 0.15rem 0;
  text-align: center;
  color: #333333;
}
.popup h1::before {
  display: none;
}
.popup .close {
  position: absolute;
  top: 0.22rem;
  right: 0.2rem;
  font-size: 0.2rem;
}
.safe-popup .popup {
  top: 3rem;
}
.safe-popup .mask {
  z-index: 102;
}
.safe-popup .safeimg-small {
  position: relative;
}
.safe-popup .safeimg-small img {
  width: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0%;
  z-index: 9;
}
.size12 {
  font-size: 12px;
}
.size14 {
  font-size: 14px;
}
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 200;
  width: 100%;
  height: 1rem;
  transition: all 0.5s;
  background: #ffffff;
  display: block;
  overflow: hidden;
}
.mobile-header .nav {
  width: 100%;
  padding: 0.2rem 0.3rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .nav .logo {
  width: 2rem;
}
.mobile-header .nav .logo img {
  display: block;
  width: 100%;
}
.mobile-header .nav .nav-right {
  width: 1.5rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.mobile-header .nav .nav-right a {
  height: 0.5rem;
}
.mobile-header .nav .nav-right a i {
  vertical-align: top;
}
.mobile-header .nav .search-icon {
  font-size: 0.44rem;
  font-weight: 700;
}
.mobile-header .nav .nav-btn {
  display: inline-block;
  font-size: 0.46rem;
}
.mobile-header .nav-list {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: static;
}
.mobile-header .nav-list .nav-item {
  width: 100%;
  height: 1rem;
  padding: 0 0.42rem;
  line-height: 1rem;
  border-bottom: 1px solid #fff;
  font-size: 0.3rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000;
}
.header-show {
  height: 100%;
}
.footer {
  width: 100%;
  background-color: #222;
  padding-bottom: 0.38rem;
  font-weight: 300;
}
.footer .blogroll-img {
  display: flex;
}
.footer .center {
  display: flex;
  justify-content: space-between;
}
.footer .center .footer-left .qr-code {
  display: flex;
  justify-content: left;
  padding-top: 0.6rem;
}
.footer .center .footer-left .qr-code .qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.3rem;
  margin-right: 0.4rem;
}
.footer .center .footer-left .qr-code .qr img {
  width: 100%;
  height: 1.3rem;
}
.footer .center .footer-left .qr-code .qr .qr-title {
  padding-top: 0.2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.footer .center .footer-left .copy-right {
  padding-top: 0.8rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #808080;
  text-align: left;
}
.footer .center .footer-left .copy-right a {
  color: #808080;
  text-decoration: underline;
}
.footer .center .footer-left .copy-right a:hover {
  color: #fff;
}
.footer .center .footer-right h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.1rem;
  color: #fff;
  font-weight: 300;
}
.footer .center .footer-right .about {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  color: #fff;
  line-height: 0.25rem;
}
.footer .center .footer-right .about .address {
  width: 2rem;
  float: right;
  margin-right: 0.6rem;
}
.footer .center .footer-right .about .moblie {
  float: right;
}
.footer .center .footer-right .about .moblie p span {
  display: block;
}
.footer .center .footer-right .about .moblie .phone {
  margin-bottom: 0.3rem;
}
.footer .center .footer-right .blogroll {
  font-size: 0.18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #aeaeae;
}
.footer .center .footer-right .blogroll img {
  height: 33px;
  margin-right: 0.3rem;
}
.footer .center .footer-right .blogroll .label {
  margin-right: 10px;
}
.footer .center .footer-right .blogroll .value {
  align-items: center;
}
.footer .mobile-link {
  display: none;
}
h1 {
  font-size: 20px;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #333333;
  border-bottom: 1px solid #eee;
  padding-left: .33rem;
  background: #ffffff;
  border-radius: 0.1rem 0.1rem 0 0;
  position: relative;
}
h1::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 15px;
  background-color: #B01F24;
  margin-right: 30px;
  position: absolute;
  left: 0rem;
  top: 40%;
}
.safe-yz {
  margin: 0.2rem;
}
.range-bar {
  position: relative;
  margin: 0.2rem 0;
}
.range-bar input {
  width: 100%;
  background-color: #eee;
}
.range-bar .range-txt {
  font-size: 14px;
  position: absolute;
  top: 0.05rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.safe-img {
  position: relative;
  background: #eee;
  overflow: hidden;
  height: 2.22rem;
  z-index: 1;
}
.safe-yz .safeimg-small {
  height: 2.5rem;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
.safe-yz .icon-refresh {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #69ae6a;
  font-size: 0.3rem;
  padding: 0.1rem;
  margin: 0;
  font-weight: 700;
}
.safe-yz .yz-result i {
  margin-top: 0.02rem;
}
.safe-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #eee;
  border-radius: 30px;
  z-index: 5;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  content: '';
  cursor: default;
  top: 0;
  height: 25px;
  width: 40px;
  border-radius: 30px;
  background: #69ae6a;
  -webkit-appearance: none;
  border-radius: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.login {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}
.login .tel-number {
  font-weight: bold;
  color: #333333;
  border-right: 1px solid #eee;
  padding-right: 0.1rem;
  margin-right: 0.1rem;
}
.login .new-user {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0.1rem;
}
.login .new-user:hover {
  color: #AF1F23;
}
.login .close {
  position: absolute;
  right: 0.2rem;
  top: 15px;
}
.login .register-box {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4rem;
  height: auto;
  background: #ffffff;
  border-radius: 0.1rem;
  padding: .2rem;
  text-align: center;
  z-Index: 100;
  overflow: hidden;
}
.login .register-box input {
  background: #ffffff;
  color: #000;
}
.login .register-box .login_title {
  font-weight: bold;
  color: #333333;
  border: none!important;
  padding-top: 0;
  font-size: 18px;
}
.login .computer .login-box {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 4rem;
  height: auto;
  background: #ffffff;
  border-radius: 0.1rem;
  padding: .2rem;
  text-align: center;
  z-Index: 100;
  overflow: hidden;
}
.login .computer .login-box input {
  background: #ffffff;
  color: #333333;
}
.login .computer .login_title {
  padding-top: .1rem;
  padding-bottom: .15rem;
}
.login .computer .login_title span {
  cursor: pointer;
  display: inline-block;
  margin: 0 .1rem;
  padding-bottom: .1rem;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.login .computer .login_title .borderBootm {
  color: #333333;
  font-weight: bold;
}
.login .computer .loginfree,
.login .computer .login_pass {
  text-align: left;
}
.login .computer .loginfree p,
.login .computer .login_pass p {
  width: 100%;
  height: .4rem;
  margin: .1rem 0;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}
.login .computer .loginfree p span,
.login .computer .login_pass p span {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 14px;
  color: #A18E5D;
}
.login .computer .loginfree p .captcha,
.login .computer .login_pass p .captcha {
  cursor: pointer;
}
.login .computer .loginfree p input,
.login .computer .login_pass p input {
  width: 100%;
  height: 0.3rem;
}
.login .computer button {
  width: 100%;
  height: .5rem;
  background: #B01F24;
  color: #fff;
  border-radius: 4px;
  margin: .1rem 0;
  font-size: 0.2rem;
}
.login .computer .login_btn .error_pro {
  width: 100%;
  height: .2rem;
  text-align: left;
  color: #B01F24;
  font-size: 14px;
}
.login .computer .login_btn p {
  margin-bottom: 3px;
}
.login .computer .login_btn a {
  color: #A18E5D;
}
.login .computer .login_btn a:hover {
  color: #AF1F23;
}
.login .computer .login_wx {
  width: 100%;
  margin: .2rem 0;
}
.login .computer .login_wx p {
  border-top: 1px solid #eee;
  position: relative;
}
.login .computer .login_wx p span {
  position: absolute;
  top: -12px;
  left: -50%;
  right: -50%;
}
.login .computer .login_wx img {
  margin-top: .2rem;
}
.login .computer .borderBootm {
  border-bottom: 3px solid #B02025 !important;
}
.login .computer .pass_th {
  position: relative;
}
.login .phone {
  display: block;
  position: fixed;
  z-index: 100;
  background: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.login .phone .login-box {
  padding: 1.2rem 0.4rem 0;
}
.login .phone .master {
  display: none;
}
.login .phone .icon-left {
  font-size: 0.6rem;
  position: absolute;
  top: 0.3rem;
  left: 0.1rem;
}
.login .phone input {
  width: 100%;
  padding: 0;
  height: 1rem;
  border: none;
  border-bottom: 1px solid #eee !important;
  font-size: 0.34rem;
  border-radius: 0;
  background: #ffffff;
}
.login .phone .verify-right {
  text-align: right;
  margin: 0.2rem 0;
  color: #b01f24;
}
.login .phone .verify-center {
  text-align: center;
}
.login .phone h2 {
  font-size: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #333333;
  text-align: left;
}
.login .phone .login-row {
  position: relative;
  margin-bottom: 0.2rem;
}
.login .phone .btn-forget {
  margin: 0.2rem 0;
  color: #999;
}
.login .phone .btn-bor {
  background: #ffffff;
  border: 1px solid #a18e5d;
  color: #a18e5d;
  margin-top: 0.3rem;
}
.login .phone .login-row .iconfont {
  position: absolute;
  top: 0.33rem;
  left: 0.2rem;
  color: #ccc;
  font-size: 0.4rem;
}
.login .phone .login-row .yzm-short {
  width: 2.3rem;
}
.login .phone .login-row .yzm-img {
  width: 1.4rem;
  float: right;
  position: absolute;
  right: 0;
  top: -0.1rem;
}
.login .phone .login-row .show-password {
  position: absolute;
  top: 0.3rem;
  right: 0.1rem;
  left: auto;
  font-size: 0.5rem;
}
.login .phone button {
  width: 100%;
  margin-top: 0.6rem;
  background: #A18E5D;
  color: #fff;
}
.login .phone .yzm-code em {
  margin-top: 0.5rem;
  text-align: center;
  display: block;
}
.login .phone .yzm-code p {
  position: relative;
  top: -0.3rem;
}
.login .phone .yzm-code .write-yzm {
  position: relative;
  width: 5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.login .phone .yzm-code .write-yzm span {
  width: 0.6rem;
  height: 0.6rem;
  border: none;
  background: #eee;
  text-align: center;
  padding: 0.1rem;
  display: inline-block;
}
.login .phone .yzm-code .write-yzm input {
  color: #000;
  font-weight: 700;
  font-size: 0.5rem;
  background: transparent;
  letter-spacing: 0.6rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 6rem;
  height: 0.6rem;
  margin-left: 0.15rem;
  border: none!important;
}
.login .phone .yzm-bor {
  text-align: center;
  margin: 0 auto;
}
.login .phone .yzm-bor span {
  width: 0.5rem;
  height: 5px;
  background: #000;
  margin: 0 0.4rem;
}
.login .phone .verification-code {
  width: 2rem;
  height: 0.8rem;
  background: #ffffff;
  color: #a18e5d;
  font-size: 0.3rem;
  text-align: center;
  border-radius: 1rem;
  border: 1px solid #a18e5d;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.login .phone .no-account {
  text-align: center;
  color: #ccc;
  margin-top: 0.3rem;
}
.login .phone .no-account a {
  text-decoration: underline;
}
.login .phone .back-home {
  text-align: center;
  position: fixed;
  top: 12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.login .phone .back-home a {
  color: #a18e5d;
}
.login .phone .success {
  text-align: center;
  font-size: 0.4rem;
  color: #75a15d;
  margin-top: 2rem;
}
.login .phone .success i {
  color: #75a15d;
  margin-right: 0.1rem;
  font-size: 0.6rem;
  margin-top: -0.08rem;
}
.login .phone .success a {
  text-decoration: underline;
  color: #a18e5d;
}
.login .phone .login-mode {
  color: #eee;
  text-align: center;
}
.login .phone .login-mode a {
  padding: 0 0.2rem;
}
.login .phone .login-mode .active {
  color: #a18e5d;
}
.login .phone .my-phone {
  padding-bottom: 0.2rem;
  font-size: 0.3rem;
  color: #ccc;
  text-align: left;
}
.login .phone .quit {
  text-align: center;
  padding: 0;
  font-size: 0.3rem;
  display: block;
  background: #ffffff;
}
.login .phone .verify-txt {
  color: #B01F24;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  display: block;
  height: 0.3rem;
}
.login .phone .account-login {
  float: right;
  color: #333333;
}
.login .phone .agree-privacy {
  text-align: center;
  color: #ccc;
  margin-top: 0.3rem;
  font-size: 0.26rem;
}
.login .phone .agree-privacy a {
  color: #af9835;
}
.login .phone .yzm-code .arrow-left {
  font-size: 0.5rem;
  transform: rotate(180deg);
}
.login .phone .btn-appleid {
  margin: 0.5rem auto 0;
  width: 6rem;
  display: block;
  border-radius: 0.5rem;
  overflow: hidden;
}
.popup-tip {
  width: 700px;
}
.popup-tip .popup-con {
  padding: 20px 30px;
}
.popup-tip .popup-con p {
  margin-top: 20px;
  line-height: 30px;
}
.popup-tip .popup-con p em {
  color: #B01F24;
}
.popup-tip .popup-con p .import {
  font-weight: 700;
  font-size: 18px;
}
.popup-tip .popup-con .van-button {
  width: 100px;
  margin-top: 20px;
}
.swiper-banner {
  height: 4.76rem;
}
.swiper-banner img {
  width: 100%;
}
.swiper-banner .swiper-pagination {
  bottom: 0.3rem;
}
.swiper-banner .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #ffffff;
  border: none;
  border-radius: 0;
  opacity: 0.4;
}
.swiper-banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.phone_problem {
  padding: .2rem;
  margin-bottom: 0!important;
}
.phone_problem h1 {
  font-weight: 700;
}
.phone_problem .phone_con_mess li {
  padding: .2rem 0;
  border-bottom: 1px dashed #ccc;
}
.phone_problem .phone_con_mess li p {
  position: relative;
  display: flex;
}
.phone_problem .phone_con_mess li p span {
  font-size: .28rem;
}
.phone_problem .phone_con_mess li p a {
  font-size: .28rem;
  color: #71b0c9;
  border-bottom: 1px solid #71b0c9;
}
.phone_problem .phone_con_mess li p img {
  width: 26px;
  height: 22px;
}
.phone_problem .phone_con_mess li p:nth-of-type(1) span {
  color: #333333;
  font-weight: bold;
  margin-bottom: .2rem;
}
.phone_problem .phone_con_mess li:last-child {
  border: none;
}
.white {
  background: #ffffff;
}
.white-box {
  padding: 0.3rem;
  background: #ffffff;
  margin-bottom: 0.16rem;
  border-radius: 0 0 0.1rem 0.1rem;
}
.header {
  height: 1rem;
}
.wrap {
  min-height: 5.9rem;
  margin: 0.3rem 0 0.5rem;
  position: relative;
}
.schedule {
  background: #f7f7f7;
  height: auto;
  padding-bottom: 1rem;
  padding-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.schedule .gotime {
  position: absolute;
  font-size: 20px;
  right: 0;
  left: 0;
  bottom: 0.5rem;
  display: flex;
  justify-content: center;
  color: #A18E5D;
}
.schedule .gotime i {
  vertical-align: middle;
  margin-top: -0.02rem;
}
.schedule .gotime:hover {
  text-decoration: underline;
}
.schedule dl a {
  cursor: pointer;
  color: #000;
  font-size: 22px;
}
.schedule dl a:hover {
  color: #B01F24;
}
.schedule dt,
.schedule dd {
  text-align: left;
  color: #000;
}
.schedule dt:after,
.schedule dd:after {
  content: "";
  display: block;
  border-bottom: 4px solid #B01F24;
  font-size: 22px;
  width: 0.81rem;
  margin-top: 0.1rem;
}
.schedule dt p,
.schedule dd p {
  font-size: 20px;
}
.schedule dt p i,
.schedule dd p i {
  font-size: 0.1rem;
  margin-left: -0.03rem;
  margin-top: -0.03rem;
  vertical-align: middle;
}
.schedule dt p:nth-of-type(2),
.schedule dd p:nth-of-type(2) {
  padding: .07rem 0;
}
.schedule dt p:nth-of-type(2) a,
.schedule dd p:nth-of-type(2) a,
.schedule dt p:nth-of-type(2) span,
.schedule dd p:nth-of-type(2) span {
  color: #333333;
  font-weight: 700;
}
.schedule dt a:hover,
.schedule dd a:hover {
  color: #AF1F23!important;
}
.schedule dt em,
.schedule dd em {
  font-size: 18px;
}
.schedule dd {
  padding-top: .19rem;
}
.schedule dt {
  color: #808080;
  width: 30%;
  margin-left: 3%;
  padding: 0.2rem;
  border-radius: 10px;
}
.schedule dt:hover {
  background: #f0f0f0;
}
.exhibition .schedule {
  padding: 0.3rem 0.3rem 0.1rem;
  background: #ffffff;
}
.exhibition .schedule dt {
  margin: 0 0 0.3rem;
  width: 25%;
}
.exhibition .schedule dt p {
  font-size: 16px;
  color: #333333;
}
.exhibition .schedule dt em {
  font-size: 14px;
}
.exhibition .schedule dt p:nth-child(2) {
  font-weight: 700;
  padding-right: 0.2rem;
}
.exhibition .schedule dt p a:hover {
  color: #AF1F23!important;
}
.exhibition .schedule dt:hover {
  background: #f9f9f9;
}
.exhibition .schedule dt::after {
  width: 0.4rem;
  margin-top: 0.1rem;
}
.exhibition h1 {
  font-weight: 700;
  text-align: left;
}
.index-title {
  color: #333333;
  font-size: 0.38rem;
  padding: 0.5rem 0.3rem 0.3rem;
  font-weight: 700;
  background: #ffffff;
  border: none;
  position: relative;
  text-align: center;
}
.index-title::before {
  width: 50px;
  height: 5px;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.exhibition-computer .index-title {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .hr {
    width: 100%;
    height: 1px;
    border: none;
    background: #E6E6E6;
  }
  .swiper-banner {
    display: none;
  }
  .swiper-problem {
    margin: 0.5rem auto 0;
  }
  .swiper-problem .swiper-pagination {
    bottom: 0rem;
  }
  .swiper-problem .iconjiantou1 {
    font-size: 0.5rem;
    width: 0.5rem;
    color: #7A7A7A;
    right: 0;
  }
  .swiper-problem .iconjiantou1::after {
    display: none;
  }
  .swiper-problem .iconjiantou1.swiper-button-prev {
    transform: rotateY(180deg);
    left: 0;
  }
  .swiper-problem .iconjiantou1:hover {
    color: #AF1F23;
  }
  .swiper-problem ul {
    width: 800px;
    margin: 0 auto;
  }
  .swiper-problem ul li {
    height: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
  }
  .swiper-problem ul li img {
    width: 0.3rem;
    vertical-align: top;
    margin-top: 0.03rem;
  }
  .swiper-problem ul li p {
    font-size: 0.22rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
  }
  .isnews {
    display: block;
  }
  .phone_problem {
    display: none;
  }
  .phoneshow {
    display: none;
  }
  .invisible {
    display: none;
  }
  .problem_con .iconfont {
    font-size: 0.26rem;
    vertical-align: middle;
    margin-top: -0.15rem;
    color: #7A7A7A;
    font-weight: 400;
    padding-left: 0.05rem;
  }
  .problem_con_dot {
    display: flex;
    position: absolute;
    bottom: .5rem;
    left: 46%;
  }
  .problem_con_dot li {
    width: .1rem;
    height: .1rem;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: .1rem;
  }
  .computer_problem {
    overflow: hidden;
    position: relative;
    padding: 0.3rem 0 0.6rem;
    background: #ffffff;
  }
  .computer_problem em {
    width: .55rem;
    height: .55rem;
    text-align: center;
    line-height: .63rem;
    border: 2.5px solid #7A7A7A;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 20;
  }
  .computer_problem .el-icon-arrow-left,
  .computer_problem .el-icon-arrow-right {
    font-size: .35rem;
    font-weight: 600;
  }
  .computer_problem .el-icon-arrow-left:hover,
  .computer_problem .el-icon-arrow-right:hover {
    color: #B01F24;
  }
  .computer_problem .problem_con_mess {
    width: 100%;
  }
  .computer_problem .problem_con_mess li {
    margin: 0 auto;
    width: 50%;
    height: 3rem;
    margin-top: .1rem;
    line-height: .3rem;
    padding-right: .2rem;
    padding-top: .3rem;
    padding-left: .5rem;
  }
  .computer_problem .problem_con_mess li img {
    width: .3rem;
    height: .3rem;
  }
  .computer_problem .problem_con_mess li p {
    display: flex;
    margin-top: .2rem;
  }
  .computer_problem .problem_con_mess li p span,
  .computer_problem .problem_con_mess li p a {
    margin-left: .3rem;
    color: #333333;
    font-size: .22rem;
    font-family: PingFang SC;
    font-weight: 600;
  }
  .computer_problem .problem_con_mess li p a {
    color: #71b0c9;
  }
  .flow-cont-mobile {
    display: none;
  }
  .flow-cont-computer {
    background-color: #f7f7f7;
    display: block;
  }
  .flow-cont-computer .center {
    padding: 0;
  }
  .flow-cont-computer .notice {
    padding: 0.1rem 0;
  }
  .flow-cont-computer .notice .icongonggao {
    font-size: 0.4rem;
  }
  .flow-cont-computer .notice .iconzuixin {
    font-size: 0.34rem;
    margin-top: 0.03rem;
  }
  .flow-cont-computer .notice a {
    overflow: initial;
    font-size: 19px;
    vertical-align: top;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
    color: #333333;
  }
  .flow-cont-computer .notice a:hover {
    color: #B01F24;
  }
  .flow-cont-computer h1 {
    background: #ffffff;
  }
  .flow-cont-computer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #ffffff;
    padding-top: 0.2rem;
  }
  .flow-cont-computer ul li {
    width: 33%;
  }
  .flow-cont-computer ul li:nth-of-type(1) {
    border-left: 0;
    border-right: 0;
  }
  .flow-cont-computer ul li:nth-of-type(2) {
    border-left: 0;
  }
  .flow-cont-computer ul li:nth-of-type(3) {
    border-left: 0;
    border-right: 0;
  }
  .flow-cont-computer ul li:nth-of-type(4) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .flow-cont-computer ul li:nth-of-type(5) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .flow-cont-computer ul li a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 375px;
    position: relative;
  }
  .flow-cont-computer ul li .no-link {
    cursor: initial;
  }
  .flow-cont-computer ul li .xt {
    display: inline-block;
    width: 0.01rem;
    height: 2rem;
    background-color: #eee;
  }
  .flow-cont-computer ul li .img-tag {
    text-align: center;
    padding-right: 0.4rem;
  }
  .flow-cont-computer ul li .img-tag span {
    color: #808080;
  }
  .flow-cont-computer ul li .jd-person .img-tag {
    padding-right: 0.2rem;
  }
  .flow-cont-computer ul li .tag {
    font-weight: 600;
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
    color: #B01F24;
    position: relative;
  }
  .flow-cont-computer ul li .txt-tag {
    width: 68%;
    min-width: 1.5rem;
    padding-left: 0.4rem;
    border-left: 1px solid #eee;
    margin-right: 10px;
    position: relative;
  }
  .flow-cont-computer ul li .txt-tag p span {
    color: #B01F24;
  }
  .flow-cont-computer ul li .txt-tag p .gray {
    color: #ccc;
  }
  .flow-cont-computer ul li .txt-tag img {
    height: 0.15rem;
    margin-left: 0;
    position: relative;
    top: -0.1rem;
  }
  .flow-cont-computer ul li .txt-tag .free-tag {
    height: 0.23rem;
    position: absolute;
    left: 0.3rem;
    top: -30px;
    margin-left: 10px;
  }
  .flow-cont-computer ul li .no-bor {
    border: none !important;
  }
  .flow-cont-computer ul li img {
    height: 173px;
    display: block;
    margin: 0 auto;
  }
  .flow-cont-computer ul li h2 {
    color: #333333;
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  .flow-cont-computer ul li .tag-bor {
    border: 2px solid #AF1F23;
    color: #AF1F23;
    font-size: 19px;
    padding: 0.01rem 0.05rem;
    font-family: PingFang SC;
    font-weight: 600;
    padding-right: .14rem;
    white-space: nowrap;
    border-right: 0;
    position: relative;
    width: 102px;
    margin-bottom: 0.1rem;
  }
  .flow-cont-computer ul li .tag-bor span {
    border-right: 2px solid #AF1F23;
    border-top: 2px solid #AF1F23;
    height: 22px;
    width: 22px;
    -webkit-transform: rotate(228deg);
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    margin-left: 29px;
    position: absolute;
    right: -0.1rem;
    top: 0.03rem;
  }
  .flow-cont-computer ul li p {
    color: #AF1F23;
    font-size: 20px;
    margin-top: 0.1rem;
  }
  .flow-cont-computer ul li p:hover {
    text-decoration: underline;
  }
  .flow-cont-computer ul li .txt-tag h2 {
    margin-bottom: 0.03rem;
  }
  .flow-cont-computer ul li:nth-child(2) {
    border-left: none;
    border-right: none;
  }
  .flow-cont-computer .search-box {
    background: #ffffff;
    padding: 70px 0;
  }
  .flow-cont-computer .search {
    width: 835px;
    height: 66px;
    position: relative;
    margin: 0 auto;
  }
  .flow-cont-computer .search input {
    position: absolute;
    top: 0;
    left: 60px;
    background: #f7f7f7;
    width: 630px;
    height: 100%;
    padding-left: 18px;
    font-size: 20px;
  }
  .flow-cont-computer .search img {
    width: 46px;
    height: 54px;
    position: absolute;
    top: 7px;
    left: 10px;
  }
  .flow-cont-computer .search .search-icon {
    position: absolute;
    right: 18px;
    top: 1px;
    font-size: 22px;
    padding: 0.18rem 0.2rem;
    cursor: pointer;
    color: #333;
    z-index: 20;
    background-color: #E5DDB9;
    transition: all 0.5s;
  }
  .flow-cont-computer .search .search-icon:hover {
    background-color: #e6d796;
  }
  .flow-cont-computer .search .pj-icon {
    font-size: 0.5rem;
    color: #a58e55;
    margin-top: 0.05rem;
  }
  .exhibition-computer-item-title {
    font-size: 0.18rem;
  }
  .home-banner {
    display: block;
    height: 480px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .home-banner a {
    width: 25%;
    text-align: center;
    line-height: 640px;
    position: relative;
  }
  .home-banner a:nth-of-type(1) {
    background-color: #f4e8c4;
  }
  .home-banner a:nth-of-type(2) {
    background-color: #ddded6;
  }
  .home-banner a:nth-of-type(3) {
    background-color: #d9e5e7;
  }
  .home-banner a:nth-of-type(4) {
    background-color: #ece6c6;
  }
  .home-banner a:nth-of-type(5) {
    background-color: #eddbc3;
  }
  .home-banner a:nth-of-type(6) {
    background-color: #ddded6;
  }
  .home-banner a span {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    line-height: 465px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    opacity: 1;
    transition: all 0.5s;
  }
  .home-banner a img {
    max-width: 90%;
    height: 200px;
    transition: all 0.5s;
  }
  .home-banner a:hover span {
    opacity: 0;
  }
  .home-banner a:hover img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1300px) {
  .exhibition-computer .exhibition-computer-list h2 span {
    width: 77%;
  }
}
@media screen and (max-width: 1770px) {
  .flow-cont-computer ul li img {
    height: 120px;
  }
  .flow-cont-computer ul li a h2 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1400px) {
  .flow-cont-computer ul li {
    width: 30%;
  }
  .flow-cont-computer ul li a h2 {
    font-size: 0.16rem;
  }
  .flow-cont-computer ul li p,
  .flow-cont-computer ul li .tag {
    font-size: 0.14rem;
  }
  .flow-cont-computer ul li .img-tag img {
    height: 100px;
  }
  .flow-cont-computer ul li .txt-tag img {
    height: 0.13rem;
  }
  .flow-cont-computer ul .bottom-service {
    width: 40%;
  }
  .newHome .flow-cont-computer ul li .tag,
  .newHome .flow-cont-computer ul li p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 992px) {
  .index-title {
    padding: 0;
    margin-bottom: 0.3rem;
    text-align: left;
  }
  .index-title::before {
    display: none;
  }
  .popup-tip {
    width: 100%;
    height: auto;
  }
  .popup-tip .popup-con {
    padding: 20px 30px 30px;
  }
  .popup-tip .popup-con p {
    line-height: 24px;
  }
  .popup-tip .popup-con .van-button {
    width: 100%;
  }
  .popup-tip .popup-title img {
    height: 90px;
  }
  .popup {
    width: 6rem;
  }
  .notice {
    padding: 0 0.3rem 0.2rem;
  }
  .notice .free-pj-img {
    width: 100%;
  }
  .notice .tag {
    float: right;
    line-height: 0.8rem;
    font-size: 0.26rem;
  }
  .notice .tag big {
    color: red;
    font-weight: 700;
  }
  .notice i {
    font-size: 0.7rem;
    height: 100%;
    float: left;
  }
  .notice .iconzuixin {
    font-size: 0.5rem;
    vertical-align: middle;
    margin-right: 0.1rem;
    display: inline;
    color: red;
  }
  .notice .title {
    vertical-align: middle;
    font-size: 0.26rem;
    margin-left: 0.2rem;
    height: 100%;
    line-height: 0.8rem;
    float: left;
  }
  .notice .title .free-tag {
    height: 0.3rem;
    vertical-align: text-bottom;
  }
  .ad-banner img {
    width: 100%;
  }
  .home-nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 0.6rem 0 0.5rem;
    background: #ffffff;
  }
  .home-nav .tip-img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.87rem;
    z-index: 10;
  }
  .home-nav .home-nav-item {
    width: 25%;
    margin: 0.15rem 0;
    position: relative;
    height: 1.7rem;
    text-align: center;
  }
  .home-nav .home-nav-item::before {
    content: "";
    background: #ffffff;
    display: block;
    border-radius: 50%;
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    left: 0;
    top: 0.1rem;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .home-nav .home-nav-item i {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    font-size: 1rem;
    margin-bottom: 0.18rem;
  }
  .home-nav .home-nav-item p {
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-top: 1.3rem;
  }
  .home-nav .home-nav-item:nth-of-type(1) i {
    color: #6179b2;
    margin-top: 0.01rem;
    margin-bottom: 0.07rem;
  }
  .home-nav .home-nav-item:nth-of-type(2) i {
    color: #69a868;
  }
  .home-nav .home-nav-item:nth-of-type(3) i {
    color: #cec857;
  }
  .home-nav .home-nav-item:nth-of-type(4) i {
    color: #6179b2;
  }
  .home-nav .home-nav-item:nth-of-type(5) i {
    color: #cec856;
  }
  .home-nav .home-nav-item:nth-of-type(6) i {
    color: #516db4;
  }
  .home-nav .home-nav-item:nth-of-type(7) i {
    color: #8469ab;
  }
  .home-nav .home-nav-item:nth-of-type(8) i {
    color: #aea163;
  }
}
.news {
  min-height: 100%;
  background-color: #f7f7f7;
}
.news .news-left {
  display: block;
}
.news .news-right {
  display: none;
}
.news .news-cont {
  min-height: 70%;
  padding: 0 0.3rem;
}
.news .news-cont .news-title::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.3rem;
  top: 50%;
  width: 7px;
  height: 15px;
  margin-top: -7px;
  background-color: #B01F24;
}
.news .news-cont .news-list .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.8rem;
  border-bottom: 1px solid #eee;
}
.news .news-cont .news-list .news-item .news-item-title {
  width: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
}
.news .news-cont .news-list .news-item .news-item-date {
  font-size: 0.28rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #808080;
}
.news .news-box {
  position: relative;
}
.news .show-details {
  display: block;
}
.news .show-details .news-left {
  display: none;
}
.news .show-details .news-right {
  display: block;
  position: relative;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .news {
    background: transparent;
  }
  .news .show-details .news-left {
    display: block;
  }
  .news .news-box {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
  }
  .news .news-cont {
    position: relative;
    padding: 0;
  }
  .news .news-cont .news-fix {
    background: #ffffff;
    width: 280px;
    padding: 0.2rem 0;
    border-radius: 0.1rem;
  }
  .news .news-cont .news-title {
    font-size: 24px;
    height: auto;
    line-height: initial;
    margin: 0 20px 10px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
  }
  .news .news-cont .news-title em {
    position: absolute;
    left: -0.2rem;
    top: 2px;
    width: 7px;
    height: 20px;
    background: #b01f24;
  }
  .news .news-cont .news-title i {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    color: #B5B5B5;
    font-weight: 40;
  }
  .news .news-cont .news-title::before {
    left: -0.2rem;
  }
  .news .news-cont .news-list {
    padding-bottom: 0;
  }
  .news .news-cont .news-list .news-item {
    height: 40px;
    font-size: 14px;
    border-bottom: none;
  }
  .news .news-cont .news-list .news-item .news-item-title {
    width: 7rem;
    font-size: 16px;
    font-weight: 400;
    padding: 0.2rem;
    cursor: pointer;
  }
  .news .news-cont .news-list .news-item .news-item-title:hover {
    color: #B01F24;
  }
  .news .news-cont .news-list .news-item .news-item-date {
    font-size: 16px;
  }
  .news .news-cont .news-list .news-item.active {
    background-color: #F8F7F1;
    border: none!important;
  }
  .news .news-cont .news-list .news-item.active .news-item-title {
    color: #B01F24;
  }
  .news .news-right {
    display: block;
    width: 68.3%;
    min-height: 4.75rem;
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden;
  }
  .news .news-item-date {
    display: none;
  }
}
@media screen and (min-width: 1300px) {
  .news .news-cont .news-list .news-item .news-item-title {
    width: 9rem;
  }
  .news .news-cont .news-fix {
    width: 360px;
  }
}
.news-details .news-title {
  color: #333333;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}
.news-details .news-title em {
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding-top: 0.1rem;
  color: #999;
}
.news-details .news-details-cont {
  padding: 0.3rem;
}
.news-details .news-details-cont h1 {
  font-size: initial;
  padding: 0;
  border: none;
  color: initial;
  background: none;
}
.news-details .news-details-cont h1::before {
  display: none;
}
.news-details .news-details-cont img {
  max-width: 100%;
  margin: 0.1rem auto;
  display: block;
}
.news-details .news-details-cont i,
.news-details .news-details-cont em,
.news-details .news-details-cont span,
.news-details .news-details-cont a {
  display: inline;
}
.news-details .news-details-cont table {
  width: 100%!important;
  margin: 0.1rem auto;
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
  font-size: 14px;
}
.news-details .news-details-cont table td {
  padding: 0.05rem;
}
.rating-center .pj-center {
  padding-bottom: 0;
}
.rating-center .content {
  margin-bottom: 1rem;
  padding-top: 0.4rem;
}
.rating-center h1 .search {
  display: inline-block;
  float: right;
  width: 260px;
  background: #E5DDB9;
  border-radius: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  margin: -0.05rem 0.3rem 0 0;
  font-weight: 400;
}
.rating-center h1 .search .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  padding: 7px 15px;
  cursor: pointer;
  color: #333333;
}
.rating-center h1 .search input {
  position: absolute;
  top: 0;
  background: #ffffff;
  width: 210px;
  padding-left: 15px;
  font-size: 16px;
  height: 100%;
  border: 1px solid #E5DDB9!important;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.rating-center .table tr td {
  max-width: 400px;
}
.rating-center .rating {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rating-center .rating-list {
  border: 1px solid #E7E7E7;
  width: 367px;
  margin-bottom: 0.2rem;
  position: relative;
}
.rating-center .rating-list h3 {
  position: absolute;
  top: 0.1rem;
  font-size: 30px;
  color: #fff;
  left: 30px;
}
.rating-center .rating-list h4 {
  position: absolute;
  top: 0.53rem;
  color: #fff;
  left: 30px;
}
.rating-center .rating-list h4 i {
  margin-right: 0.05rem;
}
.rating-center .rating-list .rating-message {
  min-height: 1rem;
  display: flex;
  align-items: center;
}
.rating-center .rating-list .rating-message .rating-address {
  font-size: 13px;
  padding: 10px 0 10px 10px;
  width: 100%;
}
.rating-center .rating-list .rating-message .rating-address .long-txt {
  width: 2.7rem;
}
.rating-center .rating-list .rating-message .rating-address p {
  display: flex;
  justify-content: left;
  line-height: 0.2rem;
  flex-wrap: wrap;
}
.rating-center .rating-list .rating-message .rating-address p em {
  color: #808080;
  min-width: 0.6rem;
  width: 55px;
}
.rating-center .rating-list .rating-message .rating-address p span {
  color: #333333;
}
.rating-center .rating-list .rating-message .rating-address p span i {
  margin: 0 0.1rem 0 0.05rem;
}
.rating-center .rating-list img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.rating-center .rating-list:last-child {
  border: none;
}
.rating-center .el-pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
@-webkit-keyframes load {
  0%,
  100% {
    transform: rotate(280deg);
  }
  50% {
    transform: rotate(0);
  }
}
@-webkit-keyframes down {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25%);
  }
}
@media screen and (max-width: 1300px) {
  .rating-center .rating-list {
    width: 31%;
  }
  .rating-center .rating-list .long-txt {
    width: 1.9rem!important;
  }
}
@media screen and (max-width: 992px) {
  .rating-center h1 .search {
    transform: scale(0.8);
    margin: -0.13rem -0.2rem;
  }
  .rating-center .content {
    margin-bottom: 0rem;
    padding-top: 0rem;
  }
  .rating-center .white-box {
    border-radius: 0rem;
  }
  .rating-center .white-box:last-child {
    margin-bottom: 0;
  }
  .rating-center h2 .search {
    height: 35px;
    width: 190px;
  }
  .rating-center h2 .search input {
    width: 150px;
  }
  .rating-center h2 .search .search-icon {
    font-size: 20px;
    padding: 5px 9px;
    color: #333333;
  }
  .rating-center .rating-list {
    width: 100%;
  }
  .rating-center .rating-list .rating-message {
    min-height: 1.2rem;
  }
  .rating-center .rating-list .rating-message .rating-address p {
    line-height: 0.4rem;
  }
  .rating-center .rating-list .long-txt {
    width: 5.5rem!important;
  }
  .rating-center .rating-list h3 {
    top: 0.2rem;
  }
  .rating-center .rating-list h4 {
    top: 1.1rem;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .rating-center .rating-list h4 {
    top: 0.6rem;
    font-size: 16px;
  }
  .rating-center .rating-list h4 i {
    font-size: 16px;
  }
}
.help .mine-head {
  padding-bottom: .1rem;
}
.help .content {
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.help .content_title {
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  padding-bottom: 0.2rem;
}
.help .white-box {
  margin-bottom: 0.16rem;
  border-radius: 0 0 0.1rem 0.1rem;
  border: none;
}
.help .white-box img {
  width: 40%;
  margin: 0 0.5rem 0.3rem 0;
}
.help .vxtit img {
  width: 18.5px !important;
  height: 15px;
  margin: 0;
}
.help .white-box-two {
  position: relative;
}
.help .white-box-two .hxgqjdpj {
  width: auto;
  height: 1.2rem;
  border-radius: .1rem;
  position: absolute;
  left: 29.5%;
  top: 35%;
  padding: 0.03rem;
  z-index: 10;
}
.help .card {
  display: initial;
  display: inline;
  position: relative;
  color: #333;
}
.help .card p {
  margin: 0;
}
.help .card .card-con {
  position: absolute;
  bottom: 0.5rem;
  left: 0.2rem;
  line-height: 0.24rem;
  font-size: 14px;
}
.help .card-black {
  color: #ccc;
}
.help p {
  margin-top: 0.1rem;
}
.help .zhushi {
  color: #B01F24;
  display: flex;
  justify-content: left;
  margin-top: 0.2rem;
}
.help .zhushi em {
  margin-top: 0.1rem;
}
@media screen and (max-width: 1300px) {
  .help .white-box-two {
    position: relative;
  }
  .help .white-box-two .hxgqjdpj {
    width: auto;
    height: 1rem;
    border-radius: .1rem;
    position: absolute;
    left: 29.5%;
    top: 32%;
    padding: 0.03rem;
    z-index: 10;
  }
}
@media screen and (max-width: 992px) {
  .help .content {
    margin-bottom: 0rem;
    padding-top: 0;
  }
  .help .content_title {
    display: none;
  }
  .help .white-box:last-child {
    margin-bottom: 0;
    border-radius: 0;
  }
  .help .card {
    line-height: 0.4rem;
  }
  .help .card .card-con {
    line-height: 0.4rem;
    bottom: 0.6rem;
  }
  .help .white-box img {
    width: 100%;
  }
  .help .white-box-two {
    position: relative;
  }
  .help .white-box-two .hxgqjdpj {
    width: 2rem;
    height: 2rem;
    border-radius: .1rem;
    position: absolute;
    left: 5rem;
    top: 2rem;
    padding: 0.03rem;
    z-index: 10;
  }
}
.catalogue_list_box {
  text-align: center !important;
  position: relative;
  display: flex;
}
.catalogue_list_box .catalogue_con {
  width: 24%;
  height: auto;
  border-radius: 5px;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
}
.catalogue_list_box .catalogue_con .catalogue {
  border: 1px solid #d5d5d5;
  margin-bottom: 15px;
  border-radius: 0.1rem;
  overflow: hidden;
}
.catalogue_list_box .catalogue_con h3 {
  padding: 0.1rem 15px;
  color: #333333;
  background: #f7f7f7;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.1rem;
  text-align: left;
}
.catalogue_list_box .catalogue_con .ol_box ol {
  padding: 0 0.2rem;
  padding-bottom: 0.1rem;
}
.catalogue_list_box .catalogue_con .ol_box ol li {
  display: list-item;
  color: #333333;
  text-align: left;
  padding: 0.1rem 0.05rem;
  white-space: nowrap;
  list-style-type: disc;
  margin-left: 0.15rem;
  cursor: pointer;
}
.catalogue_list_box .catalogue_con .ol_box ol li:hover {
  color: #A18E5D;
}
.catalogue_list_box .catalogue_con:nth-child(4n) {
  margin-right: 0;
}
.Ttab {
  width: 900px;
  height: auto;
  padding: 0.2rem 0.3rem;
}
.Ttab .van-pagination {
  margin: 0.1rem auto;
}
.Ttab .van-dropdown-menu__bar {
  box-shadow: none;
}
.Ttab .Ttab_title {
  width: 100%;
  color: #000;
  padding: .3rem 0;
  padding-top: 0;
}
.Ttab .Ttab_head {
  width: 100%;
  height: .4rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: .2rem;
}
.Ttab .Ttab_head input {
  height: 30px;
  width: 1.5rem;
  padding: 0 0.1rem;
  color: #333333;
  background: #ffffff;
  border-color: #dddddd !important;
}
.Ttab .Ttab_head p span {
  color: #A18E5D;
}
.Ttab .Ttab_head p:nth-of-type(1),
.Ttab .Ttab_head p:nth-of-type(2) {
  display: flex;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
}
.Ttab .Ttab_head p:nth-of-type(1) select,
.Ttab .Ttab_head p:nth-of-type(2) select {
  height: .3rem;
  margin-left: .1rem;
  border: 1px solid #dddddd;
  width: 1.5rem;
  padding: 0 0.1rem;
  background: #ffffff;
  color: #333333;
}
.Ttab .Ttab_head p input {
  margin-left: .1rem;
  border: 1px solid #ddd !important;
  width: 1.5rem;
}
.Ttab .Ttab_head button {
  width: 80px;
  height: 35px;
  border-radius: 0.05rem;
  float: right;
  background-color: #E5DDB9;
  color: #333;
  border: none;
}
.Ttab .Ttab_table {
  height: 500px;
  overflow: auto;
  margin-top: 10px;
}
.Ttab .Ttab_table .custom-image {
  padding: 1.5rem 0;
}
.Ttab .Ttab_table table {
  text-align: center;
  border: 1px solid #eee;
  border-bottom: 0;
  border-right: 0;
}
.Ttab .Ttab_table table thead tr {
  font-weight: bold;
  color: #333333;
}
.Ttab .Ttab_table table thead tr td {
  padding: .1rem;
  border: 0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.Ttab .Ttab_table table tbody td {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.Ttab .Ttab_table table tbody td img {
  width: 40px;
}
.query-send .query-cont,
.query-send .query-nodata {
  min-height: 5rem;
}
.query-send .query-cont .round,
.query-send .query-nodata .round {
  background: #ffffff;
  margin-bottom: 0.16rem;
  padding: 0.3rem;
  border-radius: 0.1rem;
}
.query-send .query-cont .round .van-cell,
.query-send .query-nodata .round .van-cell {
  line-height: inherit;
  background: #ffffff;
}
.query-send .query-cont .round .van-cell .van-cell__title,
.query-send .query-nodata .round .van-cell .van-cell__title {
  flex: inherit;
  color: #808080;
}
.query-send .query-cont .round .van-cell .van-cell__value,
.query-send .query-nodata .round .van-cell .van-cell__value {
  color: #333333;
}
.query-send .query-cont .round .hint .van-cell__value,
.query-send .query-nodata .round .hint .van-cell__value {
  color: #B01F24;
}
.query-send .query-cont .round .remark .van-cell__value,
.query-send .query-nodata .round .remark .van-cell__value {
  text-align: left;
}
.query-send .img-show {
  width: 100%;
}
.query-send .img-show img {
  width: auto;
  margin: 0.2rem 0 0;
  height: 2.6rem;
}
.query-send .van-popup {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
}
.query-send .van-popup .commit-cont {
  width: 5.9rem;
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin: 3rem auto 0.5rem;
  border-radius: 0.2rem;
  position: relative;
}
.query-send .van-popup .commit-cont .close {
  position: absolute;
  right: 0.3rem;
  top: 0.35rem;
  font-size: 20px;
  color: #333333;
}
.query-send .van-popup .commit-cont .commit-title {
  height: 0.98rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 0.98rem;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.query-send .van-popup .commit-cont .commit-list {
  padding: 0.3rem 0.64rem;
}
.query-send .van-popup .commit-cont .commit-list .commit-item {
  height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 0.4rem;
  border-bottom: 1px solid #eee;
}
.query-send .van-popup .commit-cont .commit-list .commit-item span:nth-of-type(1) {
  font-weight: bold;
  width: 1.4rem;
}
.query-send .van-popup .commit-cont .commit-list .commit-item input {
  height: 100%;
  flex: 1;
  background: #ffffff;
}
.query-send .van-popup .commit-cont .commit-confirm {
  width: 4.24rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background-color: #B01F24;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.28rem;
  margin: 0 auto;
}
.query-send .van-popup .commit-cancel {
  margin: 0 auto;
  width: 0.72rem;
  height: 0.72rem;
  background: url(https://imgali.huaxiaguquan.com/app/v3/pj/icon_close.png) no-repeat;
  background-size: 100%;
}
.query-send .mobile-nodata {
  display: block;
}
.query-send .search-box {
  margin-bottom: 0.4rem;
  height: 43px;
  position: relative;
  width: 100%;
}
.query-send .search-box p {
  width: 6rem;
  margin: 0.1rem auto;
}
.query-send .search-box p a {
  font-size: 14px;
  margin-right: 0.3rem;
  color: #B01F24;
}
.query-send .search-box p a:hover {
  text-decoration: underline;
}
.query-send .search-box .search2 {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.query-send .search-box .search2 input {
  border-bottom-left-radius: 0;
}
.query-send .search-box .history-data::-webkit-scrollbar {
  display: none;
}
.query-send .search-box .history-data {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #E5DDB9;
  border-top: 1px solid #eee;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  height: 0rem;
  z-index: 99;
  opacity: 0;
}
.query-send .search-box .history-data a {
  display: block;
  padding: 0.1rem 0.2rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
.query-send .search-box .history-data a i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  display: none;
}
.query-send .search-box .history-data a:hover i {
  display: block;
}
.query-send .search-box .show-history {
  opacity: 1;
  height: 3rem;
  transition: all 0.5s;
}
.query-send .search {
  background: #E5DDB9;
  border-radius: 0.1rem;
  height: 45px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.query-send .search input {
  position: absolute;
  top: 0;
  background: #ffffff;
  width: 85%;
  padding-left: 18px;
  height: 100%;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  border: 2px solid #E5DDB9!important;
}
.query-send .search .search-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 20px;
  padding: 10px 12px;
  cursor: pointer;
  color: #333333;
}
.query-send .result .no-result {
  width: 4rem;
  margin: 0 auto;
}
.query-send .result h2 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 0.2rem;
}
.query-send .result p {
  display: inline-block;
}
.query-send .result .red {
  margin-top: 0.1rem;
}
.query-send .result .no-send-item {
  width: 3rem;
  margin: 0.8rem auto 0.4rem;
  display: block;
}
.query-send .notes {
  text-align: center;
  color: #808080;
}
.query-send .query-cont .search-box {
  margin: 0.8rem 0;
  border-top: 1px solid #eee;
  padding-top: 0.4rem;
}
.query-send .query-cont .search-box .history-data {
  margin-top: 0.4rem;
}
.query-send .mysearch-box {
  display: flex;
  justify-content: space-between;
}
.query-send .mysearch-box .scan {
  width: 1.1rem;
  text-align: center;
  padding-right: 0.2rem;
}
.query-send .mysearch-box .scan p {
  font-size: 0.24rem;
  font-weight: 700;
  color: #333333;
}
.query-send .mysearch-box .scan .rich-scan {
  font-size: 0.5rem;
  color: #333333;
}
.query-send .table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.query-send .table p {
  padding: .1rem !important;
  border: 1px solid #ddd;
  color: #aea163;
  width: 50%;
  margin-top: -1px;
  margin-left: -1px;
}
.query-send .table p span {
  color: #333333;
  margin-left: 0.2rem;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .query-send .mysearch-box .scan {
    display: none;
  }
  .query-send .search-box {
    margin: 0.4rem auto;
  }
  .query-send .search-box p {
    width: 4rem;
  }
  .query-send .search-box .history-data {
    width: 4rem;
  }
  .query-send .search {
    width: 4rem;
  }
  .query-send .search input {
    height: 100%;
    width: 89%;
  }
  .query-send .computer-nodata {
    display: block;
  }
  .query-send .mobile-nodata {
    display: none;
  }
  .query-send .result {
    padding: 0 0.2rem;
  }
  .query-send .result p {
    display: block;
  }
  .query-send .query-cont,
  .query-send .query-nodata {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .query-send .query-cont .round,
  .query-send .query-nodata .round {
    margin-bottom: 1rem;
  }
  .query-send .van-cell .van-cell__title {
    font-size: 16px;
  }
  .query-send .van-cell-group {
    display: flex;
    flex-wrap: wrap;
    border: none;
  }
  .query-send .van-cell {
    width: 50%;
    line-height: inherit;
    border: 1px solid #eee;
    margin-top: -2px;
    margin-left: -2px;
  }
}
.mine .personal {
  display: block;
}
.personal .white-box {
  cursor: pointer;
  text-align: center;
}
.personal .send-num-span {
  position: absolute;
  top: -0.1rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4trm;
  background: brown;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 0.4rem;
}
.personal .personal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0.3rem;
  margin-bottom: 0.16rem;
  height: 2.42rem;
  background: #ffffff;
}
.personal .personal-header .information {
  display: flex;
  align-items: center;
}
.personal .personal-header .information .header-photo {
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 1.62rem;
  background-color: #d8d8d8;
  margin-right: 0.4rem;
  overflow: hidden;
}
.personal .personal-header .information .header-photo img {
  width: 100%;
  height: 100%;
}
.personal .personal-header .information .msg {
  color: #333333;
}
.personal .personal-header .information .msg .name {
  margin-bottom: 0.13rem;
  font-size: 0.36rem;
}
.personal .personal-header .information .msg .phone {
  font-size: 0.3rem;
}
.personal .personal-header .set-btn {
  padding: 0.3rem;
  width: 1rem;
  height: 1rem;
  background: url(https://imgali.huaxiaguquan.com/app/v3/pj/personal_icon_set.png) no-repeat;
  background-size: 0.4rem 0.4rem;
  background-position: center center;
}
.personal .personal-header .set-btn img {
  width: 100%;
  height: 100%;
}
.personal .send-nav {
  background: #ffffff;
  margin-bottom: 0.16rem;
}
.personal .send-nav .send-nav-title {
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  margin-bottom: 0.1rem;
}
.personal .send-nav .send-nav-title span {
  color: #333333;
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.personal .send-nav .send-nav-title i {
  font-size: 0.2rem;
}
.personal .send-nav .no-arrows {
  background: none;
}
.personal .send-nav .send-list {
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.personal .send-nav .send-list .send-item {
  flex: 1;
  height: 1.36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: none;
  border-radius: 0.1rem;
  cursor: pointer;
}
.personal .send-nav .send-list .send-item .send-num {
  position: relative;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.personal .send-nav .send-list .send-item .send-num .van-tag--round {
  position: absolute;
  top: -0.1rem;
  left: 0.4rem;
}
.personal .send-nav .send-list .send-item .send-num img {
  width: 100%;
}
.personal .send-nav .send-list .send-item .iconjiandingwancheng {
  font-size: 0.52rem;
  margin-top: -0.03rem;
}
.personal .send-nav .send-list .send-item .item-name {
  color: #333333;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.personal .send-nav .service-list .service-item {
  height: 0.99rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.personal .send-nav .service-list .service-item .service-num {
  width: 0.9rem;
  height: 0.99rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.personal .send-nav .service-list .service-item .service-num i {
  font-size: 0.4rem;
  color: #AF1F23;
}
.personal .send-nav .service-list .service-item .service-name {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.3rem;
  font-size: 0.28rem;
}
.personal .send-nav .service-list .service-item .service-name i {
  font-size: 0.26rem;
}
@media screen and (min-width: 992px) {
  .personal {
    display: flex;
    justify-content: space-between;
    min-height: 6.6rem;
  }
  .personal .personal-left {
    width: 26%;
    position: relative;
  }
  .personal .personal-left .user-info {
    position: absolute;
    top: 0rem;
    text-align: center;
    background: #ffffff;
    padding: 0.6rem 0.3rem;
    width: 2.4rem;
    border-radius: 0.1rem;
  }
  .personal .personal-left .user-info h2 {
    color: #A18E5D;
  }
  .personal .personal-left .user-info img {
    border-radius: 50%;
    width: 1rem;
    border: 2px solid #E5DDB9;
  }
  .personal .personal-left .user-info .btn-square {
    text-align: center;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-radius: 0.1rem;
    border: 1px solid #808080;
    cursor: pointer;
  }
  .personal .personal-left .user-info .btn-square:hover {
    color: #AF1F23;
    border-color: #AF1F23;
  }
  .personal .personal-left .user-info p {
    color: #8d8d8d;
    font-size: 14px;
    margin-bottom: 0.25rem;
    margin-top: 0.1rem;
  }
  .personal .personal-left .user-info .sign-out {
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
  }
  .personal .personal-left .send-nav {
    position: absolute;
    top: 3.7rem;
    padding: 0.3rem;
    background: #ffffff;
    width: 2.4rem;
    border-radius: 0.1rem;
  }
  .personal .personal-left .send-nav li {
    margin-bottom: 0.2rem;
  }
  .personal .personal-left .send-nav li a {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    display: block;
    width: 100%;
    color: #333333;
    font-weight: 700;
  }
  .personal .personal-left .send-nav li a span {
    padding: 0.1rem 0;
    border-bottom: 3px solid #ffffff;
  }
  .personal .personal-left .send-nav li a .active {
    color: #AF1F23;
  }
  .personal .personal-left .send-nav li a:hover {
    color: #AF1F23;
  }
  .personal .personal-left .send-nav li .iconjiantou {
    font-size: 14px;
  }
  .personal .personal-right {
    position: relative;
    width: 72.3%;
    min-height: 6.88rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .personal .personal-right .empty {
    margin-top: 0;
    border-radius: 0.1rem;
    padding: 1.98rem 0;
  }
  .personal .personal-right .send-list-head {
    position: relative!important;
    top: 2px!important;
    border-radius: 0.1rem;
  }
  .personal .personal-right .send-list-head .scroll {
    overflow: initial!important;
  }
  .personal .personal-right .send-list-head span {
    padding: 0.2rem 0 0.1rem 0.03rem!important;
    margin: 0 0.18rem 0.1rem!important;
  }
  .personal .personal-right .send-list-head .active {
    border-bottom: 3px solid #AF1F23!important;
  }
}
@media screen and (min-width: 1300px) {
  .personal .personal-left .user-info,
  .personal .personal-left .send-nav {
    width: 3.1rem;
  }
  .personal .personal-right .send-list-head span {
    padding: 0.2rem 0 0.1rem 0.03rem!important;
    margin: 0 0.34rem 0.1rem!important;
  }
}
.my-send-list .personal-right .empty {
  margin-top: 0.8rem;
  padding: 1rem 0;
  margin-bottom: 0;
}
.my-send-list .personal-right .send-list-head {
  background: #ffffff;
  margin-bottom: 0.2rem;
  white-space: nowrap;
  position: fixed;
  top: 1rem;
  left: 0;
  z-index: 98;
  width: 100%;
  border-radius: 0.1rem;
}
.my-send-list .personal-right .send-list-head .scroll {
  overflow-x: scroll;
  margin: 0 auto;
}
.my-send-list .personal-right .send-list-head span {
  cursor: pointer;
  padding: 0.2rem 0 0.2rem 0.05rem;
  margin: 0 0.2rem;
}
.my-send-list .personal-right .send-list-head .active {
  border-bottom: 3px solid #AF1F23;
  color: #333333;
  font-weight: initial!important;
}
.my-send-list .personal-right .van-list li {
  background: #ffffff;
  padding: 0.3rem 0.3rem 0.2rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
}
.my-send-list .personal-right .mobile-search {
  width: 100%;
  padding: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  margin-top: 0.8rem;
  margin-bottom: 0.2rem;
}
.my-send-list .personal-right .mobile-search .search-btn {
  width: 100%;
  height: 0.6rem;
  border-radius: 0.1rem;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #808080;
}
.my-send-list .personal-right .mobile-search .search-btn i {
  margin-right: 0.1rem;
  font-size: 0.34rem;
  margin-top: 3px;
}
.my-send-list .personal-right .send-title {
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.my-send-list .personal-right .send-title i {
  position: absolute;
  right: 1rem;
  top: -0.5rem;
  font-size: 0.8rem;
  color: #ccc;
}
.my-send-list .personal-right .send-title .send-date {
  position: absolute;
  right: 0rem;
  top: 0;
}
.my-send-list .personal-right .send-title .send-date span {
  padding-left: 0.1rem;
  margin-left: 0.1rem;
}
.my-send-list .personal-right .send-con {
  padding: 15px 0 0;
}
.my-send-list .personal-right .send-con .send-row {
  display: flex;
  white-space: nowrap;
  line-height: 1.7em;
}
.my-send-list .personal-right .send-con .send-row .row-label {
  color: #808080;
  width: 6.2em;
}
.my-send-list .personal-right .send-con .send-row .row-val {
  color: #808080;
  margin-left: .2rem;
}
.my-send-list .personal-right .send-con .send-row .row-val span {
  margin: 0 0.1rem;
  color: #eeeeee;
}
.my-send-list .personal-right .send-con .send-row .rowColor {
  color: #1989fa;
  cursor: pointer;
}
.my-send-list .personal-right .send-con .send-row .row-list_box {
  width: 100%;
  margin-left: .35rem;
}
.my-send-list .personal-right .send-con .send-row .row-list_box-m {
  width: 100%;
  margin-left: .7rem;
}
.my-send-list .personal-right .send-con .send-row .row-list-m {
  width: 100%;
  background: #fff;
  padding: 0.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.my-send-list .personal-right .send-con .send-row .row-list-m .item-title {
  color: #333333;
  margin-bottom: 10px;
}
.my-send-list .personal-right .send-con .send-row .row-list-m .item-title .item-name {
  width: 6.2em;
  color: #000;
  font-weight: 500;
}
.my-send-list .personal-right .send-con .send-row .row-list-m .item-title .item-num {
  color: #A18E5D;
  font-size: 12px;
}
.my-send-list .personal-right .send-con .send-row .row-list-m .item-title .item-step {
  color: #A18E5D;
}
.my-send-list .personal-right .send-con .send-row .row-list {
  width: 100%;
  background: #fff;
  padding: 0.1rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.my-send-list .personal-right .send-con .send-row .row-list .item-title {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #333333;
  margin-bottom: 10px;
}
.my-send-list .personal-right .send-con .send-row .row-list .item-title .item-name {
  width: 6.2em;
  color: #000;
  font-weight: 500;
}
.my-send-list .personal-right .send-con .send-row .row-list .item-title .item-num {
  color: #A18E5D;
}
.my-send-list .personal-right .Fade-enter,
.my-send-list .personal-right .Fade-leave-to {
  opacity: 0;
}
.my-send-list .personal-right .Fade-enter-to,
.my-send-list .personal-right .Fade-leave {
  opacity: 1;
}
.my-send-list .personal-right .Fade-enter-active,
.my-send-list .personal-right .Fade-leave-active {
  transition: all .2s;
}
.my-send-list .personal-right .send-item-option {
  width: 100%;
  height: auto;
  text-align: right;
  padding-top: .2rem;
  font-size: 14px;
  border-top: 1px solid #eee;
  margin-top: 0.3rem;
}
.my-send-list .personal-right .send-item-option .options-label {
  font-size: 14px;
}
.my-send-list .personal-right .send-item-option div {
  display: inline-block;
}
.my-send-list .personal-right .send-item-option .options-btn {
  border: 1px solid #b01f24;
  color: #b01f24;
  padding: .05rem .1rem;
  border-radius: 10px;
  font-size: 14px;
  margin-left: 0.2rem;
  cursor: pointer;
}
.search-send h2 {
  background: #ffffff;
  padding: 0.3rem;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.search-send .search-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.22rem 0.3rem;
  background: #ffffff;
  margin-bottom: 0.2rem;
  color: #333333;
}
.search-send .search-status .status {
  color: #75a15d;
}
.search-send .date-cont {
  padding: 0 0.3rem;
  background: #ffffff;
  margin-bottom: 0.2rem;
}
.search-send .date-cont .data-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-send .date-cont .data-list .data-item {
  width: 1.1rem;
  height: 0.5rem;
  border: 1px solid #DE6C6C;
  border-radius: 0.08rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #DE6C6C;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin: 0 0.1rem;
}
.search-send .date-cont .data-list .date-active {
  background-color: #DE6C6C;
  color: #fff;
}
.search-send .date-cont .date-select {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-send .date-cont .date-select .date-title {
  font-size: 0.3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.search-send .date-cont .date-select .date-text {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.search-send .send-num-search {
  padding: 0 0.3rem;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-send .send-num-search .send-num-input input {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ddd !important;
  background: #ffffff;
}
.search-send .search-btn {
  margin: 0.2rem auto 0;
  width: calc(99.4%);
  height: 0.9rem;
  border-radius: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  background-color: #AF1F23;
}
@media screen and (min-width: 992px) {
  .search-send .next-btn-cont {
    position: relative;
    border-radius: 0.1rem;
  }
  .search-send .date-cont .date-select .date-title {
    font-size: 0.16rem;
  }
}
.address {
  width: 100%;
  height: 100%;
}
.address .computer-address {
  display: none;
}
.address .list-cont {
  width: 100%;
  height: calc(98.26%);
  overflow-y: auto;
}
.address .list-cont .address-item {
  width: 100%;
  height: 2.14rem;
  padding: 0 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.16rem;
  background: #ffffff;
}
.address .list-cont .address-item .item-cont {
  flex: 1;
  padding-right: 0.8rem;
}
.address .list-cont .address-item .item-cont .item-address {
  position: relative;
}
.address .list-cont .address-item .item-cont .item-address .isdefault {
  text-indent: 2.5em;
  color: #bf2222;
}
.address .list-cont .address-item .item-cont .item-address .item-hint {
  position: absolute;
  top: 0.04rem;
  left: 0;
  background-color: #bf2222;
  width: 0.68rem;
  height: 0.37rem;
  border-radius: 0.08rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.address .list-cont .address-item .item-cont .item-address .addr {
  font-size: 0.32rem;
  line-height: 0.45rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.address .list-cont .address-item .item-cont .personal {
  padding-top: 0.16rem;
  display: flex;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.address .list-cont .address-item .item-cont .personal .name {
  margin-right: 0.5rem;
}
.address .list-cont .address-item .item-edit {
  padding: 0.2rem;
  font-size: 0.4rem;
  color: #333333;
}
.address .list-cont .van-button {
  height: 100%;
}
.address .list-cont .no-data {
  width: 100%;
  height: 100%;
}
.address .address-btn {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: calc(99.4%);
  height: 0.9rem;
  border-radius: 0.9rem;
  background-color: #C83535;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.32rem;
}
.address .outer {
  width: 80%;
  font-size: 12px;
}
.address .outer select {
  width: auto !important;
  font-size: .2rem;
  margin-top: .15rem;
  font-size: 10px;
}
.address .outer select:nth-of-type(2) {
  margin-right: .3rem;
}
.address .isprovince {
  width: auto;
  background: #ffffff;
  color: #808080;
  position: absolute;
  top: .2rem;
  left: 1.6rem;
  z-index: 300;
}
.address .isprovince span:nth-of-type(2) {
  margin-left: 0.1rem;
}
@media screen and (min-width: 992px) {
  .address {
    margin-top: 0rem;
  }
  .address .address-list {
    margin-bottom: 0.2rem;
  }
  .address .address-list .title {
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    background: #ffffff;
    padding: 0.15rem 0.1rem;
    text-align: right;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .address .address-list .title a {
    margin: 0 0.1rem;
  }
  .address .address-list .title .van-tag {
    position: absolute;
    left: 0;
    top: 0.15rem;
  }
  .address .address-list .white-box {
    text-align: left;
    margin-bottom: 0.1rem;
    padding: 0.2rem 0.3rem;
  }
  .address .address-list .white-box p {
    line-height: 2em;
  }
  .address .btn-bottom {
    padding: 0.03rem 0.1rem;
    border: 1px solid #AF1F23;
    border-radius: 0.1rem;
    color: #fff;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    width: auto;
    background: transparent;
    left: auto;
    transform: initial;
    bottom: inherit;
    font-size: 16px;
    height: auto;
  }
  .address .btn-add {
    color: #AF1F23;
  }
  .address .isprovince {
    width: auto;
    height: .3rem;
    color: #808080;
    position: absolute;
    top: .3rem;
    left: 1.4rem;
    z-index: 300;
  }
  .address .isprovince span:nth-of-type(2) {
    margin-left: 0.15rem;
  }
  .address #headnav {
    display: none;
  }
  .address .computer {
    display: block;
  }
  .address .computer ul li {
    background: #ffffff;
    padding: 0 0 0.1rem 0.3rem;
    border-radius: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .address .computer ul li .isdefault {
    color: #000;
  }
  .address .computer ul li h2 {
    padding: 0.2rem 0 0.1rem 0;
    margin-bottom: 0.1rem;
    color: #000;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    height: 0.5rem;
  }
  .address .computer ul li h2 span {
    float: right;
    color: #000;
    padding-bottom: .2rem !important;
  }
  .address .computer ul li h2 span a {
    color: #000;
    padding: 0 0.2rem;
    cursor: pointer;
  }
  .address .computer ul li p {
    line-height: 2em;
    font-size: 16px;
  }
}
.colorRed {
  color: red !important;
  font-size: .12rem;
}
.create-send .bottom .btn-bottom {
  position: absolute;
  bottom: 0.3rem;
}
.create-send .van-popup {
  background-color: #f7f7f7;
}
.create-send .van-popup h2 {
  background: #ffffff;
  padding: 0.3rem;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.create-send .van-popup .address-list {
  height: 75%;
  overflow-y: scroll;
}
.create-send .van-popup .address-list .address-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 0.3rem 0;
  margin: 0.3rem;
  position: relative;
}
.create-send .van-popup .address-list .address-box .name {
  color: #333333;
}
.create-send .van-popup .address-list .address-box p {
  line-height: 1.5em;
  padding: 0 0.3rem;
}
.create-send .van-popup .address-list .address-box p i {
  font-weight: 700;
}
.create-send .van-popup .address-list .address-box em {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.create-send .van-popup .address-list .address-box span {
  display: block;
  margin-top: 0.2rem;
  padding: 0.2rem 0.3rem 0;
  border-top: 1px dashed #ccc;
  color: #A18E5D;
}
.create-send .van-popup .custom-image {
  background-color: #f7f7f7;
}
.create-send .van-uploader {
  margin-top: 0.1rem;
}
.create-send .van-uploader__preview {
  margin-right: 7px;
}
.create-send .create-send-box .express .van-icon-scan {
  font-size: 0.42rem;
  color: #333;
}
.create-send .create-send-box .white-box {
  padding: 0;
}
.create-send .create-send-box .white-box:last-child {
  margin-bottom: 0;
}
.create-send .create-send-box .no-padding {
  padding: 0;
}
.create-send .create-send-box .page1 {
  height: 11.3rem;
}
.create-send .create-send-box .page1::after {
  border: none;
}
.create-send .create-send-box .more-description .title {
  font-weight: 700;
  padding: 20px 15px 0;
  color: #333333;
  background: #ffffff;
  margin: 0;
}
.create-send .create-send-box .more-description .title a {
  float: right;
  color: #333333;
  font-weight: 400;
  padding: 0.05rem 0.1rem;
  border: 1px solid;
  border-radius: 0.3rem;
  margin-top: -3px;
}
.create-send .create-send-box .more-description .title a i {
  vertical-align: middle;
  font-size: 0.18rem;
  margin-top: -2px;
}
.create-send .create-send-box .van-steps__items {
  width: 80%;
  margin: 0px auto;
}
.create-send .create-send-box .van-steps__items .van-step--horizontal .van-step__title {
  font-size: 14px;
}
.create-send .create-send-box h4 {
  margin-bottom: 0.1rem;
  font-weight: 400;
}
.create-send .create-send-box h4 em {
  font-size: 0.2rem;
  vertical-align: middle;
}
.create-send .create-send-box h4 span {
  color: #999;
}
.create-send .create-send-box label {
  display: inline-block;
  width: 6.2em;
  margin-right: 8px;
}
.create-send .create-send-box .van-icon-arrow-down {
  margin-top: -3px;
  vertical-align: middle;
}
.create-send .create-send-box .send-method {
  padding: 20px 15px 0;
}
.create-send .create-send-box .urgent {
  position: absolute;
  right: 20px;
  top: 18px;
}
.create-send .create-send-box .urgent span {
  vertical-align: top;
  margin-top: 1px;
  margin-right: 5px;
}
.create-send .create-send-box .right {
  text-align: right;
}
.create-send .create-send-box .tishi {
  text-align: right;
  color: #999;
  margin-top: 10px;
  font-size: 13px;
}
.create-send .create-send-box .van-button {
  width: 100px;
  float: right;
  margin: 5px 0 15px 15px;
}
.create-send .create-send-box .van-button::before {
  background-color: transparent;
}
.create-send .create-send-box .send-person {
  position: relative;
}
.create-send .create-send-box .send-person .van-contact-card {
  padding: 11px;
}
.create-send .create-send-box .send-person h3 em {
  margin-right: 0.2rem;
  font-weight: 700;
  color: #333333;
  padding: 15px 15px 5px;
  font-size: 16px;
}
.create-send .create-send-box .send-person .have-send-person {
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 15px 15px;
  overflow: hidden;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}
.create-send .create-send-box .send-person .ziti-method {
  display: block;
}
.create-send .create-send-box .send-person .send-address {
  display: block;
  padding-bottom: 0;
}
.create-send .create-send-box .send-person .send-back em {
  font-weight: 700;
}
.create-send .create-send-box .send-person .send-back::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background-size: 80px;
  content: '';
}
.create-send .uploader-img {
  width: 80px;
  height: 80px;
  margin: 0 7px 7px 0;
  background-color: #f7f8fa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-send .uploader-img i {
  color: #dcdee0;
  font-size: 24px;
}
.my-send-detail {
  position: relative;
}
.my-send-detail .options {
  position: fixed;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 1.28rem;
  padding: 0 0.3rem;
  background: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.my-send-detail .options .hint {
  padding-right: 0.1rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.my-send-detail .options .hint span {
  color: #C83535;
}
.my-send-detail .options .options-money em {
  font-size: 14px;
}
.my-send-detail .options .options-money span {
  font-size: 18px;
  display: inline;
  color: #A18E5D;
}
.my-send-detail .options .options-btn {
  margin-left: 0.2rem;
  width: 1.9rem;
  height: 0.64rem;
  border-radius: 0.64rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.24rem;
  background-color: #C83535;
  cursor: pointer;
}
.my-send-detail .send-detail {
  padding-bottom: 1.5rem;
}
.my-send-detail .send-detail .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.3rem;
  margin-bottom: 0.16rem;
  height: 2.3rem;
  background: linear-gradient(180deg, #fe9f98 0%, #f26b64 100%);
  color: #fff;
}
.my-send-detail .send-detail .header .status {
  font-size: 0.32rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 0.45rem;
  margin-bottom: 0.14rem;
}
.my-send-detail .send-detail .header .send-num {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  margin-bottom: 0.12rem;
}
.my-send-detail .send-detail .header .creat-time {
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
}
.my-send-detail .send-detail .stress-color {
  color: #B01F24;
  text-decoration: underline;
}
.my-send-detail .send-detail .detail-round {
  padding: 0 0.3rem;
  margin-bottom: 0.2rem;
}
.my-send-detail .send-detail .detail-round .goods-list {
  border-bottom: 1px dashed #eee;
  border-radius: 0;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
}
.my-send-detail .send-detail .detail-round .project-list {
  background: #ffffff;
  padding: 0.3rem;
  border-radius: 10px;
}
.my-send-detail .send-detail .detail-round .round-title {
  padding: 0.32rem 0.05rem 0.24rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  font-weight: 700;
}
.my-send-detail .send-detail .detail-round .van-cell-group {
  background: #ffffff;
}
.my-send-detail .send-detail .detail-round .round-list {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #808080;
  padding-bottom: 10px;
  display: flex;
  justify-content: left;
}
.my-send-detail .send-detail .detail-round .round-list span:first-child {
  width: 6.2em;
}
.my-send-detail .send-detail .detail-round .round-list span:not(:first-child) {
  margin-left: 0.1rem;
  color: #A18E5D;
}
.my-send-detail .send-detail .detail-round .picture-list {
  display: flex;
  align-items: center;
}
.my-send-detail .send-detail .detail-round .picture-list .picture-item {
  margin: 0.1rem;
}
.my-send-detail .send-detail .detail-round .picture-list .picture-item .delivery-picture {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.my-send-detail .send-detail .detail-round .van-cell {
  padding: 0.32rem 0.3rem 0.24rem;
  font-size: 0.32rem;
  background: #ffffff;
}
.my-send-detail .send-detail .detail-round .van-cell .van-cell__title {
  color: #333333;
}
.my-send-detail .send-detail .detail-round .van-cell .van-cell__value {
  overflow: initial;
  color: #808080;
}
.my-send-detail .send-detail .detail-round .van-collapse-item__content {
  background: #ffffff;
}
.my-send-detail .send-detail .item-title {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #333333;
  margin-bottom: 10px;
}
.my-send-detail .send-detail .item-title .item-name {
  width: 6.2em;
  color: #808080;
}
.my-send-detail .send-detail .item-title .item-num {
  color: #A18E5D;
}
.my-send-detail .send-detail .item-more span {
  margin-right: 20px;
  color: #333333;
}
.my-send-detail .send-detail .item-more em {
  color: #A18E5D;
}
@media screen and (min-width: 992px) {
  .my-send-detail .options {
    position: absolute;
  }
  .my-send-detail .send-detail {
    padding-bottom: 0;
  }
  .my-send-detail .send-detail .header {
    height: 0.5rem;
    border-radius: 0.1rem;
    background: #ffffff;
    color: #333333;
  }
  .my-send-detail .send-detail .header .send-num {
    color: #333333;
    margin: 0;
  }
  .my-send-detail .send-detail .header .send-num,
  .my-send-detail .send-detail .header .creat-time {
    font-size: 16px;
    line-height: 20px;
  }
  .my-send-detail .send-detail .header .status {
    font-size: 18px;
    top: 0.15rem;
    line-height: 20px;
  }
  .my-send-detail .send-detail .detail-round {
    border-radius: 0.1rem;
    background: #ffffff;
  }
  .my-send-detail .send-detail .detail-round .project-list {
    padding: 0 0 0.15rem;
  }
  .my-send-detail .send-detail .detail-round .round-title {
    padding: 0.2rem 0 0.1rem;
    font-size: 16px;
    font-weight: 700;
  }
  .my-send-detail .send-detail .detail-round .goods-list:last-child {
    border: none;
  }
  .my-send-detail .send-detail .detail-round .van-cell {
    font-size: 16px;
    padding: 0.2rem;
    border-radius: 0.1rem;
  }
  .my-send-detail .send-detail .detail-round .van-cell .van-cell__title {
    font-weight: 700;
  }
  .my-send-detail .send-detail .detail-round .van-cell-group .round-list {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .my-send-detail .no-margin {
    padding: 0;
  }
  .my-send-detail .no-margin .project-item {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0.2rem;
  }
  .my-send-detail .options {
    height: 80px;
    position: relative;
    border-radius: 0.1rem;
  }
  .my-send-detail .options .hint {
    padding: 0;
    font-size: 18px;
  }
  .my-send-detail .options .options-btn {
    font-size: 18px;
    width: 1.1rem;
    height: 0.4rem;
  }
}
.service {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
}
.service .chat-frame {
  height: 100% !important;
  -webkit-flex: 1;
  overflow-y: auto;
}
.service .chat-frame .chat-wrap {
  padding: .2rem;
  height: 100%;
  overflow: auto;
  padding-bottom: 1rem;
  position: relative;
}
.service .chat-frame .no-data {
  padding-bottom: 30px;
  margin-top: 30px;
}
.service .chat-frame .van-pull-refresh {
  height: 100%;
}
.service .chat-frame .chat-item {
  margin: 0.2rem 0 0.4rem;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  align-items: center;
}
.service .chat-frame .chat-item .msg-text {
  max-width: 70%;
  display: inline-block;
  padding: 0.2rem;
  margin: 0 0.27rem;
  border-radius: 0.1rem;
  background-color: #d6c594;
  color: #333;
  font-size: 0.26rem;
  position: relative;
}
.service .chat-frame .chat-item .msg-text i {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
  position: absolute;
  bottom: 0;
  right: -0.2rem;
  background-color: #528CE0;
}
.service .chat-frame .chat-item .msg-text .icongantanhao {
  font-size: 0.24rem;
  color: red;
  bottom: 0.1rem;
  right: -0.2rem;
}
.service .chat-frame .chat-item .msg-text::after {
  display: block;
  content: "";
  position: absolute;
  left: -0.28rem;
  top: 25%;
  border: 0.14rem solid rgba(0, 0, 0, 0);
  border-right-color: #d6c594;
}
.service .chat-frame .chat-item .photo {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #ffffff;
}
.service .chat-frame .chat-item .photo img {
  display: block;
  width: 100%;
}
.service .chat-frame .chat-item .hx-photo {
  padding: 5px;
}
.service .chat-frame .my-chat {
  justify-content: flex-end;
}
.service .chat-frame .my-chat .msg-text {
  background-color: #d6c594;
  color: #333;
}
.service .chat-frame .my-chat .msg-text i {
  left: -0.2rem;
}
.service .chat-frame .my-chat .msg-text .icongantanhao {
  left: -0.3rem;
}
.service .chat-frame .my-chat .msg-text::after {
  left: auto;
  right: -0.28rem;
  top: 25%;
  border: 0.14rem solid rgba(0, 0, 0, 0);
  border-left-color: #d6c594;
}
.service .chat-input {
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0rem;
  width: 100%;
  background: #ffffff;
}
.service .chat-input .input-box {
  flex: 1;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.service .chat-input .input-box input {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
}
.service .chat-input button {
  width: 1.2rem;
  height: 40px;
  background-color: #C83535;
  color: #fff;
  border-radius: 10px;
}
.service .computer-chat-input,
.service .title {
  display: none;
}
@media screen and (min-width: 992px) {
  .service #headnav {
    display: none;
  }
  .service .chat-wrap {
    height: 6.2rem !important;
    background: #eeeeee;
    overflow-y: scroll;
  }
  .service .chat-input {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .service .computer-chat-input {
    display: block;
    height: auto;
    background: #ffffff;
    padding: 10px 20px;
    z-index: 200;
    width: 100%;
    position: fixed;
    bottom: 1.1rem;
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
  }
  .service .computer-chat-input .icontupian {
    display: block;
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .service .computer-chat-input textarea {
    height: 0.9rem;
    width: 100%;
    border: none;
    resize: none;
  }
  .service .computer-chat-input button {
    position: absolute;
    top: .7rem;
    right: 0.2rem;
    padding: 0.05rem 0.15rem;
    background: #C83535;
    color: #fff;
    border-radius: 0.1rem;
  }
  .service .title {
    display: block;
    border-radius: 0;
    margin: 0;
  }
  .service .chat-frame {
    position: relative;
    padding: 0;
  }
  .service .chat-frame .no-data {
    padding-bottom: 0;
  }
  .service .chat-frame .scroll-list {
    height: 5.8rem;
    overflow-y: scroll;
    padding: 0 0.3rem;
  }
  .service .chat-frame .scroll-list::-webkit-scrollbar {
    display: none;
  }
  .service .chat-frame .chat-item .photo {
    width: 0.5rem;
    height: 0.5rem;
  }
  .service .chat-frame .chat-item .msg-text {
    font-size: 14px;
    padding: 0.1rem;
  }
  .service .chat-frame .chat-item .msg-text i {
    display: none;
  }
  .service .chat-frame .chat-item .msg-text::after {
    right: 100%;
    top: 32%;
    border: 0.07rem solid rgba(0, 0, 0, 0);
    border-right-color: #d6c594;
  }
  .service .chat-frame .my-chat {
    margin-bottom: 0.2rem;
  }
  .service .chat-frame .my-chat .msg-text::after {
    right: -0.14rem;
    border-left-color: #d6c594;
    border-right-color: transparent;
  }
}
@media screen and (max-width: 992px) {
  .row-list_box {
    display: none;
  }
  .row-list_box-m {
    display: block;
  }
  body,
  html {
    font-size: 0.28rem;
  }
  .wrap {
    margin: 0;
  }
  .van-popup {
    width: 90%;
  }
  h1 {
    border-radius: 0;
    font-size: 18px;
  }
  h1::before {
    top: 36%;
  }
  .news .news-box {
    background: #ffffff;
  }
  .personal h1,
  .computer-footer {
    display: none;
  }
  .van-pagination {
    width: 100%;
    margin: 0 auto;
  }
  .table-border tr td,
  .table-border tr th {
    font-size: 0.26rem;
  }
  .query-send .result .no-result {
    width: 100%;
  }
  .query-send .van-popup .commit-cont {
    margin-top: 4rem;
  }
  .query-send .table {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  .query-send .table p {
    width: 100%;
    border-bottom: none;
  }
  .query-send .result h2 {
    font-size: 16px;
  }
  .iconfont {
    font-size: 0.3rem;
  }
  .computer-header,
  .login .computer,
  .home-banner,
  .computer_problem,
  .flow-cont-computer,
  .index .exhibition-computer,
  .personal-left,
  .computer-search,
  .computer {
    display: none;
  }
  .news-title {
    font-size: 24px;
    height: auto;
    line-height: initial;
    padding: 10px 0px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
  }
  .news .news-cont .news-list .news-item .news-item-title {
    font-weight: 400;
  }
  .footer {
    width: 100%;
    position: relative;
  }
  .footer .computer-link {
    display: none;
  }
  .footer .mobile-link {
    display: block;
  }
  .footer .center {
    margin: 0 0.36rem;
    flex-direction: column;
    padding-bottom: 1rem;
  }
  .footer .center .footer-right .blogroll img {
    height: 0.6rem;
  }
  .footer .about {
    font-size: 0.26rem !important;
    line-height: 0.4rem !important;
  }
  .footer h3 {
    font-size: 0.26rem !important;
  }
  .footer .qr {
    width: 2rem !important;
    margin: 0 0.2rem !important;
  }
  .footer .qr img {
    height: 1.85rem !important;
  }
  .footer .copy-right {
    position: absolute;
    bottom: 0.5rem;
    font-size: 0.24rem;
  }
  .footer .address,
  .footer .moblie {
    width: 2.8rem !important;
  }
  .exhibition .schedule dt {
    width: 100%;
  }
  .catalogue_list_box {
    display: block;
  }
  .catalogue_list_box .catalogue_con {
    width: 47%;
    display: inline-grid;
  }
  .catalogue_list_box .catalogue_con .ol_box ol li {
    list-style-type: none;
    margin-left: 0;
  }
  .catalogue_list_box .catalogue_con:nth-child(2n) {
    margin: 0;
  }
  .page2 {
    background: transparent;
  }
  .send-person {
    margin-bottom: 0.1rem;
  }
  .bottom {
    position: fixed;
    bottom: 0rem;
    background: #f7f7f7;
    height: 1.5rem;
    width: 100%;
    z-index: 100;
  }
  .address .list-cont {
    margin-bottom: 1.5rem;
  }
  .safe-popup .safe-img {
    height: 3.33rem;
  }
  .safe-popup .safeimg-big {
    width: 6rem;
    height: 3.33rem;
  }
  .safe-popup .safeimg-small img {
    width: 1.4rem;
  }
  .Ttab {
    width: 7rem;
  }
  .Ttab .Ttab_head {
    display: block;
    height: auto;
  }
  .Ttab .Ttab_head button {
    width: 100%;
  }
  .Ttab .Ttab_head p {
    display: inline-block !important;
    margin-bottom: 0.2rem;
  }
  .Ttab .Ttab_head p:nth-of-type(1),
  .Ttab .Ttab_head p:nth-of-type(3) {
    margin-right: 0.65rem;
  }
  .Ttab .Ttab_head p input,
  .Ttab .Ttab_head p select {
    width: 2rem!important;
    height: 30px!important;
  }
  .Ttab .Ttab_table {
    height: 390px;
  }
  .login .new-user {
    margin-top: 0.3rem;
    margin-bottom: 0;
  }
  .query-send .img-show img {
    width: 100%;
    height: auto;
  }
  .van-uploader__preview:nth-child(4n),
  .van-uploader__upload {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .row-list_box {
    display: block;
  }
  .row-list_box-m {
    display: none;
  }
  .van-step--horizontal {
    padding-bottom: 30px;
  }
  .van-step--horizontal .van-step__circle-container,
  .van-step--horizontal .van-step__line {
    top: 60px;
  }
  .van-radio {
    overflow: initial;
  }
  h1,
  .help .card .card-con,
  .query-send .result h2,
  .news-title {
    font-size: 0.28rem;
  }
  .rating-center .rating-list .rating-message .rating-address,
  .rating-center h1 .search input {
    font-size: 0.24rem;
  }
  .help .card .card-con {
    bottom: 0.8rem;
  }
  .van-cell,
  .send-address,
  .send-person h3 em,
  .have-send-person,
  .van-field__word-limit,
  .van-button--normal,
  .van-popup h2 {
    font-size: 0.26rem!important;
    line-height: initial!important;
  }
  .rating-center .rating-list .rating-message .rating-address p em {
    width: 100px;
  }
  .rating-center h1 .search {
    width: 300px;
    height: 60px;
  }
  .query-send .search {
    height: 60px;
  }
  .query-send .search input {
    width: 91%;
  }
  .rating-center h1 .search .search-icon,
  .query-send .search .search-icon {
    font-size: 0.4rem;
  }
  .query-send .search .search-icon {
    padding: 8px 12px;
  }
  .rating-center h1 .search input {
    width: 230px;
  }
  .van-button {
    width: 1.5rem!important;
    height: 0.6rem!important;
    margin-top: 10px!important;
    line-height: 1em!important;
  }
  .van-address-edit__buttons .van-button {
    width: 100%!important;
  }
  .spd-down {
    font-size: 0.26rem!important;
    line-height: 75px!important;
  }
  .van-icon {
    font-size: 0.3rem!important;
  }
  .van-radio__icon--round .van-icon,
  .van-step__title {
    font-size: 0.26rem!important;
    margin-top: -0.05rem;
  }
  .van-switch {
    font-size: 0.3rem!important;
    margin-top: 0.051rem;
  }
  .van-contact-card {
    padding: 20px 15px!important;
  }
  .van-uploader__preview-image,
  .van-uploader__upload {
    width: 168px;
    height: 168px;
  }
  .create-send .van-uploader__preview {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .van-uploader__preview-delete {
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 30px;
  }
  .van-uploader__preview-delete .van-icon {
    font-size: 0.4rem!important;
  }
  .van-list__error-text,
  .van-list__finished-text,
  .van-list__loading {
    font-size: 0.24rem;
  }
  .service .chat-input button,
  .service .chat-input .input-box {
    height: 60px;
  }
  .van-list__error-text,
  .van-list__finished-text,
  .van-list__loading {
    line-height: 4em;
  }
  .create-send .create-send-box .send-person .have-send-person {
    margin-bottom: 20px;
  }
  .van-steps--horizontal {
    padding: 10px;
  }
  .create-send .create-send-box .send-method {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 992px) {
  .row-list_box {
    display: block;
  }
  .row-list_box-m {
    display: none;
  }
  ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    height: 1px;
  }
  ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background: #bbb;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: #fff;
  }
  a:hover {
    color: #AF1F23;
  }
  .loading {
    position: absolute;
    top: 0;
    max-width: 950px;
  }
  .loading .icon-loading {
    width: 1rem;
    height: 1rem;
    top: 50%;
    margin-top: -0.8rem;
  }
  .center {
    width: 950px;
    margin: 0 auto;
  }
  .van-pagination {
    width: 4rem;
    margin: 0 auto;
  }
  .personal h1 {
    border-radius: 0.1rem;
    margin-bottom: 20px;
    border: none;
    padding: 0.2rem 0.3rem;
  }
  .personal h1 a {
    color: #333333;
  }
  .personal h1 a:hover {
    color: #AF1F23;
  }
  .personal h1 span {
    font-size: 14px;
    color: #999;
  }
  .mobile-header,
  .login .phone,
  .mobile,
  .mobile-search .search-btn {
    display: none!important;
  }
  .search-send .date-cont .data-list .data-item {
    width: 140px;
    height: 35px;
    font-size: 16px;
  }
  .search-send .date-cont .date-select .date-text {
    font-size: 16px;
  }
  .search-send .search-btn {
    font-size: 16px;
    height: 0.5rem;
  }
  .my-send-list .personal-right .van-popup--bottom {
    width: 6rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20%;
    border-radius: 0.2rem;
    height: 47%!important;
  }
  .my-send-list .personal-right .mobile-search {
    border-radius: 0.1rem;
    margin-top: 0;
    padding: 0;
    background: transparent;
    justify-content: left;
  }
  .my-send-list .personal-right .mobile-search .computer-search {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .my-send-list .personal-right .mobile-search .computer-search a {
    color: #333333;
  }
  .my-send-list .personal-right .mobile-search .computer-search a i {
    color: #B5B5B5;
    margin-top: 0.02rem;
    vertical-align: top;
  }
  .my-send-list .personal-right .mobile-search .computer-search .order-search {
    height: 40px;
    background: #E5DDBA;
    border: 1px solid #eee;
    margin-right: 40px;
  }
  .my-send-list .personal-right .mobile-search .computer-search .order-search input {
    width: 200px;
    height: 101%;
    line-height: 40px;
    padding: 0 0.1rem;
    color: #333333;
    background: #ffffff;
  }
  .my-send-list .personal-right .mobile-search .computer-search .order-search a {
    display: inline-block;
    width: 50px;
    height: 100%;
    background: #E5DDBA;
    border: 1px solid #E5DDBA;
    vertical-align: top;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
  }
  .my-send-list .personal-right .mobile-search .order-search {
    display: inline-block;
  }
  .my-send-list .personal-right ul li {
    border-radius: 0.1rem;
    padding: 0.2rem 0.2rem 0.15rem;
  }
  .my-send-list .personal-right ul li .send-con .send-row {
    margin-bottom: 0;
  }
  .send-detail .header {
    position: relative;
    background: #ffffff;
    color: #333333;
    height: 0.7rem;
  }
  .send-detail .header .status {
    position: absolute;
    right: 0.3rem;
    top: 0.25rem;
  }
  .send-detail .header .send-num {
    color: #333333;
    margin: 0;
  }
  input {
    font-size: 14px;
  }
  .send-list-head {
    width: 100%;
  }
  .custom-image {
    padding: 2.315rem 0;
    background: #ffffff;
    border-radius: 0.1rem;
  }
  .van-address-edit {
    padding: 0;
  }
  .van-address-edit__buttons {
    text-align: right;
    background: #ffffff;
    border-radius: 0.1rem;
    margin-top: 12px;
    padding: 20px;
    height: 80px;
  }
  .van-address-edit__buttons button {
    width: 1rem;
    margin-left: 0.2rem;
    float: right;
  }
  .create-send-box {
    border-radius: 0.1rem;
    overflow: hidden;
  }
  .create-send .van-popup {
    width: 5rem;
    margin: 0 auto;
    right: 0;
    height: 70%!important;
    bottom: 20%;
    border-radius: 0.2rem;
  }
  .create-send .van-popup .btn-bottom {
    height: 50px;
    font-size: 18px;
  }
  .create-send .create-send-box .page1 {
    border-radius: 0.1rem;
    height: auto;
    background: #ffffff;
  }
  .create-send .create-send-box .page1 .send-person {
    padding: 0.1rem 0.2rem;
  }
  .create-send .create-send-box .page1 .goods-required {
    padding: 0.1rem 0.2rem;
  }
  .create-send .create-send-box .page2 {
    border-radius: 0.1rem;
  }
  .create-send .create-send-box .page2 .more-description {
    padding: 0.2rem;
    margin: 0;
  }
  .create-send .create-send-box .page2 .more-description .title a {
    float: right;
    color: #333333;
  }
  .create-send .create-send-box .urgent {
    top: 30px;
  }
  .create-send .create-send-box .urgent span {
    margin-top: 0;
  }
  .create-send .create-send-box .van-steps {
    height: 65px;
    width: 100%;
    background: #ffffff;
    border-radius: 0.1rem;
    margin-bottom: 20px;
  }
  .create-send .create-send-box .van-steps .van-steps__items {
    width: 70%;
    margin: 5px auto;
  }
  .van-list__finished-text {
    display: none;
  }
  .active {
    font-weight: 800 !important;
    border-bottom: 4px solid #B01F24 !important;
  }
  .active a {
    padding-bottom: .1rem;
    color: #B01F24 !important;
  }
  .query-send .img-show {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .query-send .img-show img {
    margin: 0.15rem 0.15rem 0 0;
  }
}
@media screen and (min-width: 1300px) {
  .row-list_box-m {
    display: none;
  }
  .row-list_box {
    display: block;
  }
  .loading {
    max-width: 1200px;
  }
  .center {
    width: 1200px;
  }
  .computer-header .nav .nav-list .nav-item {
    margin: 0 20px;
  }
}
