.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-top {
  position: relative;
  width: 100%;
  height: 0.6rem;
  background: #333;
  z-index: 49;
}
.nav-top .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
.nav-top .top-box .box-index {
  width: auto;
  height: 100%;
  font-size: var(--fs16);
  line-height: 0.6rem;
  color: #b0b0b0;
}
.nav-top .top-box .box-index:hover {
  color: #cb0000;
}
.nav-top .top-box .box-cont {
  display: flex;
  justify-content: flex-end;
  width: auto;
  height: 100%;
}
.nav-top .top-box .box-cont .cont-land {
  width: auto;
  height: 100%;
  font-size: var(--fs16);
  line-height: 0.6rem;
  color: #b0b0b0;
}
.nav-top .top-box .box-cont .cont-land a {
  color: #b0b0b0;
}
.nav-top .top-box .box-cont .cont-land a:hover {
  color: #cb0000;
}
.nav-top .top-box .box-cont .cont-land span {
  margin: 0 0.1rem;
}
.nav-top .top-box .box-cont .cont-link {
  margin-left: 0.5rem;
  font-size: var(--fs16);
  line-height: 0.6rem;
  color: #b0b0b0;
}
.nav-top .top-box .box-cont .cont-link:hover {
  color: #cb0000;
}
.nav-top .top-box .box-cont .cont-service {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.65rem;
  height: 100%;
  margin-left: 0.25rem;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-top .top-box .box-cont .cont-service em {
  width: 0.21rem;
  margin-right: 0.15rem;
}
.nav-top .top-box .box-cont .cont-service em img {
  width: 100%;
}
.nav-top .top-box .box-cont .cont-service span {
  font-size: var(--fs16);
  color: #b0b0b0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-top .top-box .box-cont .cont-service .service-ewm {
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0.1rem 0.18rem;
  background: #fbfbfb;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
  z-index: 49;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-top .top-box .box-cont .cont-service .service-ewm img {
  width: 100%;
}
.nav-top .top-box .box-cont .cont-service .service-ewm p {
  margin-top: 0.15rem;
  font-size: var(--fs16);
  text-align: center;
  color: #333;
}
.nav-top .top-box .box-cont .cont-service:hover {
  background: #424242;
}
.nav-top .top-box .box-cont .cont-service:hover span {
  color: #cb0000;
}
.nav-top .top-box .box-cont .cont-service:hover .service-ewm {
  opacity: 1;
  visibility: visible;
}
.nav-main {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.2rem;
  background: #fff;
  z-index: 9;
}
.nav-main .main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 14.4rem;
  height: 100%;
  margin: 0 auto;
}
.nav-main .main-box .box-logo {
  width: 2.39rem;
  height: auto;
}
.nav-main .main-box .box-logo img {
  width: 100%;
}
.nav-main .main-box .box-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
.nav-main .main-box .box-cont .cont-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 5rem;
  height: 0.45rem;
  padding-left: 0.24rem;
  border-radius: 0.45rem;
  border: solid 1px #cb0000;
}
.nav-main .main-box .box-cont .cont-search span {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-search.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-main .main-box .box-cont .cont-search input {
  width: 3.35rem;
  height: 100%;
  padding: 0 0.15rem;
  font-size: var(--fs16);
  color: #333;
  background: none;
}
.nav-main .main-box .box-cont .cont-search input::placeholder {
  color: #eaeaea;
}
.nav-main .main-box .box-cont .cont-search a {
  width: 1.2rem;
  height: 100%;
  border-radius: 0.45rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  background: #cb0000;
}
.nav-main .main-box .box-cont .cont-search:hover span {
  background: url(../images/icon/icon-search2.png) no-repeat center center;
  background-size: 100%;
}
.nav-main .main-box .box-cont .cont-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.45rem;
  margin-left: 0.55rem;
  border-radius: 0.45rem;
  border: solid 1px #cb0000;
}
.nav-main .main-box .box-cont .cont-button span {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-nav-gwc.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-main .main-box .box-cont .cont-button em {
  margin-left: 0.1rem;
  font-size: var(--fs16);
  color: #333;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.nav-main .main-box .box-cont .cont-button:hover {
  background: #cb0000;
}
.nav-main .main-box .box-cont .cont-button:hover span {
  background: url(../images/icon/icon-nav-gwc-on.png) no-repeat center center;
  background-size: 100%;
}
.nav-main .main-box .box-cont .cont-button:hover em {
  color: #fff;
}
.nav-main .main-box .box-lump {
  width: calc(100% - 2.99rem);
  padding-left: 0.6rem;
  margin-left: 0.6rem;
  font-size: var(--fs36);
  line-height: 0.4rem;
  color: #333;
  border-left: solid 1px #999999;
}
.nav-web-main {
  display: none;
}
.nav-main-on {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
}
header {
  width: 100%;
  height: auto;
  padding-bottom: 0.8rem !important;
}
header .head-main {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
header .head-main .main-list {
  position: relative;
  width: 2.8rem;
  height: 6.3rem;
  padding: 0.17rem 0;
  background: #696969;
}
header .head-main .main-list .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.35rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .head-main .main-list .list-item span {
  width: calc(100% - 6px);
  height: auto;
  font-size: var(--fs16);
  color: #fff;
}
header .head-main .main-list .list-item em {
  width: 6px;
  height: 13px;
  background: url(../images/icon/icon-banner-arrow.png) no-repeat center center;
  background-size: 100%;
}
header .head-main .main-list .list-item .item-cont {
  display: none;
  position: absolute;
  top: 0;
  left: 2.8rem;
  width: 8.6rem;
  min-height: 6.3rem;
  padding: 0.75rem 0.95rem 0.75rem 0.48rem;
  background: #fff;
  box-shadow: 0 0 0.22rem 0 rgba(0, 0, 0, 0.06);
  z-index: 9;
}
header .head-main .main-list .list-item .item-cont .cont-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
header .head-main .main-list .list-item .item-cont .cont-lump .lump-title {
  width: 1.6rem;
  height: auto;
  padding-right: 0.1rem;
  font-size: var(--fs16);
  color: #666;
}
header .head-main .main-list .list-item .item-cont .cont-lump .lump-cent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 1.6rem);
  height: auto;
}
header .head-main .main-list .list-item .item-cont .cont-lump .lump-cent a {
  margin-bottom: 0.2rem;
  margin-right: 0.4rem;
  font-size: var(--fs14);
  color: #666;
}
header .head-main .main-list .list-item .item-cont .cont-lump .lump-cent a:hover {
  color: #cb0000;
}
header .head-main .main-list .list-item:hover {
  background: #cb0000;
}
header .head-main .main-list .list-item:hover .item-cont {
  display: block;
}
header .head-main .main-banner {
  position: relative;
  width: 11.6rem;
  height: 6.3rem;
  overflow: hidden;
}
header .head-main .main-banner .swiper-slide {
  width: 100%;
  height: 100%;
}
header .head-main .main-banner .swiper-slide .slide-box {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header .head-main .main-banner .swiper-slide .slide-box img {
  width: 100%;
}
header .head-main .main-banner .swiper-slide .slide-web-box {
  display: none;
}
footer {
  width: 100%;
  height: auto;
  background: #282828;
}
footer .foot-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
footer .foot-main .main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0.65rem 0;
  border-bottom: solid 1px #8c8c8c;
}
footer .foot-main .main-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
}
footer .foot-main .main-box .box-item .item-icon {
  width: 0.58rem;
  height: auto;
}
footer .foot-main .main-box .box-item .item-icon img {
  width: 100%;
}
footer .foot-main .main-box .box-item p {
  padding-left: 0.25rem;
  font-size: var(--fs30);
  color: #fff;
}
footer .foot-main .main-bottom {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
footer .foot-main .main-bottom a {
  color: #fff;
}
footer .foot-main .main-bottom a:hover {
  color: #cb0000;
}
.container {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
  background: #f2f2f2;
}
.container .cont-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.container .cont-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.container .cont-main .main-box .box-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
}
.container .cont-main .main-box .box-top p {
  font-size: var(--fs30);
  color: #333;
}
.container .cont-main .main-box .box-top a {
  font-size: var(--fs18);
  color: #666;
}
.container .cont-main .main-box .box-top a:hover {
  color: #cb0000;
}
.container .cont-main .main-box .box-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.container .cont-main .main-box .box-cont .cont-item {
  width: calc(100% / 5 - 0.128rem);
  height: auto;
  padding: 0.07rem;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  border: solid 1px #fff;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-main .main-box .box-cont .cont-item:nth-child(5n) {
  margin-right: 0;
}
.container .cont-main .main-box .box-cont .cont-item .cont-pic {
  display: block;
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
.container .cont-main .main-box .box-cont .cont-item .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-main .main-box .box-cont .cont-item .cont-title {
  display: block;
  margin-top: 0.3rem;
  padding-left: 0.06rem;
  font-size: var(--fs22);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-main .main-box .box-cont .cont-item .cont-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0.06rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.container .cont-main .main-box .box-cont .cont-item .cont-num p {
  font-size: var(--fs16);
  color: #cb0000;
}
.container .cont-main .main-box .box-cont .cont-item .cont-num p em {
  font-size: var(--fs22);
  font-weight: bold;
}
.container .cont-main .main-box .box-cont .cont-item .cont-num .cont-join {
  width: 0.6rem;
  height: 0.3rem;
  border-radius: 0.45rem;
  background: #cb0000 url(../images/icon/icon-button-gwc.png) no-repeat center center;
  background-size: 0.2rem;
  cursor: pointer;
}
.container .cont-main .main-box .box-cont .cont-item:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cb0000;
}
.container .cont-main .main-box .box-cont .cont-item:hover .cont-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-main .main-box .box-cont .cont-item:hover .cont-title {
  color: #cb0000;
}
.product {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 1.2rem;
  background: #f2f2f2;
}
.product .product-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.product .product-main .main-title {
  font-size: var(--fs30);
  color: #333;
}
.product .product-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.product .product-main .main-cont .cont-item {
  width: calc(100% / 4 - 0.255rem);
  height: auto;
  padding: 0.07rem;
  margin-right: 0.34rem;
  margin-bottom: 0.34rem;
  border: solid 1px #fff;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item:nth-child(4n) {
  margin-right: 0;
}
.product .product-main .main-cont .cont-item .cont-pic {
  display: block;
  width: 100%;
  height: 3.1rem;
  overflow: hidden;
}
.product .product-main .main-cont .cont-item .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item .cont-title {
  display: block;
  margin-top: 0.3rem;
  padding-left: 0.06rem;
  font-size: var(--fs22);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product .product-main .main-cont .cont-item .cont-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0.06rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.product .product-main .main-cont .cont-item .cont-num p {
  font-size: var(--fs16);
  color: #cb0000;
}
.product .product-main .main-cont .cont-item .cont-num p em {
  font-size: var(--fs22);
  font-weight: bold;
}
.product .product-main .main-cont .cont-item .cont-num .cont-join {
  width: 0.6rem;
  height: 0.3rem;
  border-radius: 0.45rem;
  background: #cb0000 url(../images/icon/icon-button-gwc.png) no-repeat center center;
  background-size: 0.2rem;
  cursor: pointer;
}
.product .product-main .main-cont .cont-item:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cb0000;
}
.product .product-main .main-cont .cont-item:hover .cont-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.product .product-main .main-cont .cont-item:hover .cont-title {
  color: #cb0000;
}
.productDetails {
  width: 100%;
  height: auto;
}
.productDetails .productDetails-top {
  display: flex;
  justify-content: space-between;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.productDetails .productDetails-top .top-cont {
  width: 50%;
  height: auto;
}
.productDetails .productDetails-top .top-cont .cont-pic {
  width: 100%;
  height: 7.2rem;
  overflow: hidden;
}
.productDetails .productDetails-top .top-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-top .top-cont .cont-bottom {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.78rem;
  padding-left: 0.15rem;
}
.productDetails .productDetails-top .top-cont .cont-bottom .bottom-swiper {
  width: 6.4rem;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-top .top-cont .cont-bottom .bottom-swiper .swiper-slide {
  width: calc(100% / 4 - 0.09rem);
  height: auto;
  margin-right: 0.12rem;
}
.productDetails .productDetails-top .top-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-top .top-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
  width: 100%;
  height: 1.5rem;
  border: solid 1px #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-top .top-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productDetails .productDetails-top .top-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover {
  border: solid 1px #cb0000;
}
.productDetails .productDetails-top .top-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
  border: solid 1px #cb0000;
}
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-prev,
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 0.35rem;
  height: 0.35rem;
  margin-top: -0.175rem;
  outline: none;
  cursor: pointer;
}
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-prev img,
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-next img {
  width: 100%;
  opacity: 0.3;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-prev:hover img,
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-next:hover img {
  opacity: 1;
}
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-prev {
  left: -0.5rem;
}
.productDetails .productDetails-top .top-cont .cont-bottom .top-swiper-button-next {
  right: 0;
}
.productDetails .productDetails-top .top-box {
  width: 50%;
  height: auto;
  padding-left: 0.9rem;
}
.productDetails .productDetails-top .top-box .box-title {
  font-size: var(--fs28);
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-top .top-box .box-lump {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.25rem 0.1rem;
  margin-top: 0.22rem;
  background: #f9f9fa;
}
.productDetails .productDetails-top .top-box .box-lump .lump-text {
  margin-bottom: 0.15rem;
  font-size: var(--fs14);
  color: #999;
}
.productDetails .productDetails-top .top-box .box-lump .lump-text span {
  margin-right: 0.2rem;
  font-size: var(--fs16);
  color: #333;
}
.productDetails .productDetails-top .top-box .box-lump .lump-text em {
  font-size: var(--fs24);
  color: #cb0000;
}
.productDetails .productDetails-top .top-box .box-lump .lump-text i {
  margin: 0 0.2rem;
}
.productDetails .productDetails-top .top-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  padding-top: 0.35rem;
  border-top: solid 1px #eeeeee;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump:last-of-type {
  margin-bottom: 0;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump .lump-title {
  font-size: var(--fs16);
  color: #666;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump .lump-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump .lump-list .list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 0.1rem);
  height: 0.4rem;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #cfcfcf;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5rem;
  -o-transition: all 0.5rem;
  -moz-transition: all 0.5rem;
  -webkit-transition: all 0.5rem;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump .lump-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump .lump-list .list-item img {
  width: 0.58rem;
  height: 0.58rem;
  margin-right: 0.15rem;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump .lump-list .list-item-on {
  color: #cb0000;
  border: solid 1px #cb0000;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump:nth-child(2) .lump-list .list-item {
  justify-content: flex-start;
  height: 0.6rem;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump:nth-child(3) .lump-list .list-item {
  width: calc(100% / 4 - 0.1125rem);
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump:nth-child(3) .lump-list .list-item:nth-child(3n) {
  margin-right: 0.15rem;
}
.productDetails .productDetails-top .top-box .box-cent .cent-lump:nth-child(3) .lump-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.productDetails .productDetails-top .top-box .box-need {
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.productDetails .productDetails-top .top-box .box-need .need-title {
  font-size: var(--fs16);
  font-weight: bold;
  color: #333;
}
.productDetails .productDetails-top .top-box .box-need .need-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-num {
  display: flex;
  justify-content: flex-start;
  width: 0.7rem;
  height: 0.45rem;
  border: solid 1px #bbbbbb;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-num .num-shu {
  width: 0.47rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.42rem;
  color: #333;
  border-right: solid 1px #bbbbbb;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-num .num-right {
  width: 0.21rem;
  height: 100%;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-num .num-right .right-jia {
  width: 100%;
  height: 50%;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.2rem;
  color: #bbbbbb;
  border-bottom: solid 1px #bbbbbb;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-num .num-right .right-jian {
  width: 100%;
  height: 50%;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.2rem;
  color: #bbbbbb;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-button {
  width: 1.5rem;
  height: 0.45rem;
  margin-left: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.42rem;
  color: #cb0000;
  border: solid 1px #cb0000;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-button:hover {
  background: rgba(203, 0, 0, 0.1);
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-button2 {
  width: 1.5rem;
  height: 0.45rem;
  margin-left: 0.2rem;
  font-size: var(--fs18);
  text-align: center;
  line-height: 0.42rem;
  color: #fff;
  background: #cb0000;
}
.productDetails .productDetails-top .top-box .box-need .need-cont .cont-button2:hover {
  background: rgba(203, 0, 0, 0.8);
}
.productDetails .productDetails-main {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.7rem;
  background: #f7f7f7;
}
.productDetails .productDetails-main .main-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.productDetails .productDetails-main .main-box .box-list {
  width: 3rem;
  height: 100%;
  background: #fff;
}
.productDetails .productDetails-main .main-box .box-list .list-top {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  font-size: var(--fs18);
  color: #333;
  border-bottom: solid 1px #e9e9e9;
}
.productDetails .productDetails-main .main-box .box-list .list-cont {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.2rem 0.3rem;
}
.productDetails .productDetails-main .main-box .box-list .list-cont .cont-item {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.1rem;
  border: solid 1px transparent;
}
.productDetails .productDetails-main .main-box .box-list .list-cont .cont-item .item-pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.productDetails .productDetails-main .main-box .box-list .list-cont .cont-item .item-pic img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productDetails .productDetails-main .main-box .box-list .list-cont .cont-item .item-title {
  margin-top: 0.12rem;
  font-size: var(--fs20);
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.productDetails .productDetails-main .main-box .box-list .list-cont .cont-item .item-price {
  margin-top: 0.08rem;
  font-size: var(--fs14);
  text-align: center;
  color: #cb0000;
}
.productDetails .productDetails-main .main-box .box-list .list-cont .cont-item:hover {
  border: solid 1px #cb0000;
}
.productDetails .productDetails-main .main-box .box-cont {
  width: 11.1rem;
  height: auto;
}
.productDetails .productDetails-main .main-box .box-cont .cont-top {
  width: 100%;
  height: auto;
  background: #fff;
}
.productDetails .productDetails-main .main-box .box-cont .cont-top .top-title {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  border-bottom: solid 1px #e9e9e9;
}
.productDetails .productDetails-main .main-box .box-cont .cont-top .top-cent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0.3rem 0.4rem;
}
.productDetails .productDetails-main .main-box .box-cont .cont-top .top-cent span {
  width: auto;
  margin-right: 1.4rem;
  margin-bottom: 0.1rem;
  font-size: var(--fs16);
  color: #666;
}
.productDetails .productDetails-main .main-box .box-cont .cont-top .top-cent span:last-of-type {
  margin-right: 0;
}
.productDetails .productDetails-main .main-box .box-cont .cont-cent {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  background: #fff;
}
.productDetails .productDetails-main .main-box .box-cont .cont-cent .cent-title {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  border-bottom: solid 1px #e9e9e9;
}
.productDetails .productDetails-main .main-box .box-cont .cont-cent .cent-lump {
  width: 100%;
  height: auto;
  padding: 0.3rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
}
.productDetails .productDetails-main .main-box .box-cont .cont-cent .cent-lump span {
  font-size: var(--fs24);
}
.productDetails .productDetails-main .main-box .box-cont .cont-cent .cent-lump img {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.shoppingCart {
  width: 100%;
  height: auto;
}
.shoppingCart .shoppingCart-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 0 0 1rem;
}
.shoppingCart .shoppingCart-main .main-num {
  padding-left: 0.3rem;
  font-size: var(--fs16);
  color: #000;
}
.shoppingCart .shoppingCart-main .main-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  background: #f3f3f3;
}
.shoppingCart .shoppingCart-main .main-top .top-item {
  height: auto;
  font-size: var(--fs16);
  color: #333;
}
.shoppingCart .shoppingCart-main .main-top .top-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(1) {
  width: 8%;
  padding-left: 0.3rem;
  user-select: none;
  cursor: pointer;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(1) label {
  cursor: pointer;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(1) input {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.1rem;
  border: solid 1px #cbcbcb;
  cursor: pointer;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(2) {
  width: 50%;
  padding-left: 0.6rem;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(3) {
  width: 10%;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(4) {
  width: 13%;
  text-align: center;
  padding-right: 1rem;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(5) {
  width: 11%;
}
.shoppingCart .shoppingCart-main .main-top .top-item:nth-child(6) {
  width: 8%;
}
.shoppingCart .shoppingCart-main .main-cont {
  width: 100%;
  height: auto;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  border: solid 1px #dfdfdf;
  border-bottom: none;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item {
  height: auto;
  padding-right: 0.15rem;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(1) {
  width: 8%;
  padding-left: 0.3rem;
  user-select: none;
  cursor: pointer;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(1) input {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.1rem;
  border: solid 1px #cbcbcb;
  cursor: pointer;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(2) {
  display: flex;
  justify-content: flex-start;
  width: 26%;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(2) img {
  width: 1rem;
  margin-right: 0.15rem;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(2) span {
  font-size: var(--fs16);
  color: #333;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(2) .item-web-cent {
  display: none;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(3) {
  width: 24%;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #999;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(4) {
  width: 10%;
  font-size: var(--fs14);
  color: #333;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(5) {
  width: 13%;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(5) .item-box {
  display: flex;
  justify-content: space-between;
  width: 1rem;
  height: 0.25rem;
  border: solid 1px #bbbbbb;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(5) .item-box .box-button {
  width: 0.22rem;
  height: 100%;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.22rem;
  color: #bbb;
  background-color: #dfdfdf;
  user-select: none;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(5) .item-box .box-button:hover {
  color: #fff;
  background-color: #cb0000;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(5) .item-box .box-num {
  width: 0.54rem;
  height: 100%;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.22rem;
  color: #666;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(6) {
  width: 11%;
  font-size: var(--fs14);
  color: #333;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(7) {
  width: 8%;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(7) p {
  font-size: var(--fs14);
  color: #999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(7) p:hover {
  color: #cb0000;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(7) span {
  display: block;
  margin-top: 0.05rem;
  font-size: var(--fs14);
  color: #0468ad;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump .lump-item:nth-child(7) span:hover {
  color: #cb0000;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump:last-of-type {
  border-bottom: solid 1px #dfdfdf;
}
.shoppingCart .shoppingCart-main .main-cont .cont-lump:hover {
  background: #fae5e5;
}
.shoppingCart .shoppingCart-main .main-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 0.6rem;
  margin-top: 0.4rem;
  background: #f3f3f3;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  font-size: var(--fs16);
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(1) {
  width: 1.08rem;
  margin-right: 0.35rem;
  padding-left: 0.3rem;
  color: #333;
  user-select: none;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(1) label {
  cursor: pointer;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(1) input {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.1rem;
  border: solid 1px #cbcbcb;
  cursor: pointer;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(2) {
  margin-right: 0.75rem;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(2) em {
  width: 0.2rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-del.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(2):hover em {
  background: url(../images/icon/icon-del-on.png) no-repeat center center;
  background-size: 100%;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(2):hover span {
  color: #cb0000;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(3) {
  margin-right: 0.9rem;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(3) em {
  width: 0.2rem;
  height: 0.18rem;
  margin-right: 0.1rem;
  background: url(../images/icon/icon-favorites.png) no-repeat center center;
  background-size: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(3):hover em {
  background: url(../images/icon/icon-favorites-on.png) no-repeat center center;
  background-size: 100%;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(3):hover span {
  color: #cb0000;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-left .left-item:nth-child(4):hover {
  color: #cb0000;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right .right-num {
  width: auto;
  margin-right: 0.7rem;
  font-size: var(--fs16);
  color: #333;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right .right-num span {
  color: #cb0000;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right .right-price {
  width: auto;
  margin-right: 0.7rem;
  font-size: var(--fs16);
  color: #333;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right .right-price span {
  color: #d81e06;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right .right-button {
  width: 1.2rem;
  height: 100%;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
  background: #d81e06;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right .right-button span {
  display: none;
}
.shoppingCart .shoppingCart-main .main-bottom .bottom-right .right-button:hover {
  background: #cb0000;
}
.shoppingCart .shoppingCart-cont {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  background: #f2f2f2;
}
.shoppingCart .shoppingCart-cont .cont-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.shoppingCart .shoppingCart-cont .cont-main .main-title {
  font-size: var(--fs30);
  color: #333;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item {
  width: calc(100% / 5 - 0.128rem);
  height: auto;
  padding: 0.07rem;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  border: solid 1px #fff;
  background: #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item:nth-child(5n) {
  margin-right: 0;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item .cont-pic {
  display: block;
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item .cont-title {
  display: block;
  margin-top: 0.3rem;
  padding-left: 0.06rem;
  font-size: var(--fs22);
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item .cont-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0.06rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item .cont-num p {
  font-size: var(--fs16);
  color: #cb0000;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item .cont-num p em {
  font-size: var(--fs22);
  font-weight: bold;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item .cont-num .cont-join {
  width: 0.6rem;
  height: 0.3rem;
  border-radius: 0.45rem;
  background: #cb0000 url(../images/icon/icon-button-gwc.png) no-repeat center center;
  background-size: 0.2rem;
  cursor: pointer;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item:hover {
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #cb0000;
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item:hover .cont-pic img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.shoppingCart .shoppingCart-cont .cont-main .main-cont .cont-item:hover .cont-title {
  color: #cb0000;
}
.settlement {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.settlement .settlement-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.settlement .settlement-main .main-title {
  width: 100%;
  height: auto;
  padding-top: 0.1rem;
  font-size: var(--fs16);
  color: #000;
}
.settlement .settlement-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0.2rem 0.3rem;
  margin-top: 0.3rem;
  border: solid 1px #dfdfdf;
}
.settlement .settlement-main .main-cont .cont-top {
  width: 100%;
  height: auto;
  padding: 0 0 0.3rem;
  border-bottom: solid 1px #dfdfdf;
}
.settlement .settlement-main .main-cont .cont-top .top-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
  font-size: var(--fs16);
}
.settlement .settlement-main .main-cont .cont-top .top-title p {
  color: #000;
}
.settlement .settlement-main .main-cont .cont-top .top-title span {
  color: #666;
  cursor: pointer;
}
.settlement .settlement-main .main-cont .cont-top .top-title span:hover {
  color: #cb0000;
}
.settlement .settlement-main .main-cont .cont-top .top-noAddress {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.settlement .settlement-main .main-cont .cont-top .top-noAddress .noAddress-icon {
  width: 0.4rem;
  height: auto;
  margin-right: 0.12rem;
}
.settlement .settlement-main .main-cont .cont-top .top-noAddress .noAddress-icon img {
  width: 100%;
}
.settlement .settlement-main .main-cont .cont-top .top-noAddress span {
  font-size: var(--fs14);
  color: #999;
}
.settlement .settlement-main .main-cont .cont-top .top-address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
  padding: 0 0.2rem;
}
.settlement .settlement-main .main-cont .cont-top .top-address .address-button {
  position: relative;
  width: auto;
  height: 0.4rem;
  padding: 0 0.5rem;
  font-size: var(--fs14);
  line-height: 0.38rem;
  color: #666;
  border: solid 1px #dddddd;
  cursor: pointer;
}
.settlement .settlement-main .main-cont .cont-top .top-address .address-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-button-guo.png) no-repeat bottom right;
  background-size: 100%;
  opacity: 0;
}
.settlement .settlement-main .main-cont .cont-top .top-address p {
  padding-left: 0.25rem;
  font-size: var(--fs14);
  color: #666;
}
.settlement .settlement-main .main-cont .cont-top .top-address-on .address-button {
  border: solid 1px #cb0000;
}
.settlement .settlement-main .main-cont .cont-top .top-address-on .address-button::after {
  opacity: 1;
}
.settlement .settlement-main .main-cont .cont-payment {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-bottom: solid 1px #dfdfdf;
}
.settlement .settlement-main .main-cont .cont-payment .payment-title {
  font-size: var(--fs16);
  color: #000;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
  margin-top: 0.1rem;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont .cont-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 2rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dddddd;
  cursor: pointer;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont .cont-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-button-guo.png) no-repeat bottom right;
  background-size: 100%;
  opacity: 0;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont .cont-button img {
  width: 0.16rem;
  margin-right: 0.1rem;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont .cont-button span {
  font-size: var(--fs14);
  color: #666;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont .cont-button:last-of-type {
  margin-right: 0;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont .cont-button-on {
  border: solid 1px #cb0000;
}
.settlement .settlement-main .main-cont .cont-payment .payment-cont .cont-button-on::after {
  opacity: 1;
}
.settlement .settlement-main .main-cont .cont-inventory {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-bottom: solid 1px #dfdfdf;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-title {
  font-size: var(--fs16);
  color: #000;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left {
  width: 8.09rem;
  height: auto;
  background: #fff3f3;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0.2rem;
  border-bottom: solid 1px #ddd;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump:last-of-type {
  border-bottom: 0;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item {
  height: auto;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item:nth-child(1) {
  display: flex;
  justify-content: flex-start;
  width: 4.05rem;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item:nth-child(1) img {
  width: 1rem;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item:nth-child(1) .item-cent {
  width: calc(100% - 1rem);
  height: auto;
  padding-left: 0.15rem;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item:nth-child(1) .item-cent .cent-title {
  font-size: var(--fs16);
  color: #333;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item:nth-child(1) .item-cent .cent-text {
  margin-top: 0.15rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #999;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item:nth-child(2),
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-left .left-lump .lump-item:nth-child(3) {
  width: 1.8rem;
  font-size: var(--fs14);
  color: #333;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-right {
  width: 5.69rem;
  height: auto;
  padding: 0.2rem 0.3rem;
  background: #eeeeee;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-right .right-title {
  font-size: var(--fs16);
  color: #333;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-right .right-select {
  position: relative;
  width: 3.67rem;
  height: 0.41rem;
  margin-top: 0.1rem;
  margin-left: 0.15rem;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-right .right-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.18rem;
  width: 11px;
  height: 7px;
  margin-top: -3.5px;
  background: url(../images/icon/icon-arrow.png) no-repeat center center;
  background-size: 100%;
}
.settlement .settlement-main .main-cont .cont-inventory .inventory-box .box-right .right-select select {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  color: #666;
  background: #fff;
  border: solid 1px #dddddd;
  outline: none;
  appearance: none;
}
.settlement .settlement-main .main-cont .cont-invoice {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
  border-bottom: solid 1px #dfdfdf;
}
.settlement .settlement-main .main-cont .cont-invoice .inventory-title {
  font-size: var(--fs16);
  color: #000;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.15rem;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-box .box-item {
  position: relative;
  width: 2.4rem;
  height: 0.75rem;
  padding: 0.12rem;
  margin-right: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  text-align: center;
  color: #666;
  border: solid 1px #dddddd;
  cursor: pointer;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-box .box-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-button-guo.png) no-repeat bottom right;
  background-size: 100%;
  opacity: 0;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-box .box-item-on {
  border: solid 1px #cb0000;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-box .box-item-on::after {
  opacity: 1;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-cent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0.15rem;
  font-size: var(--fs14);
  color: #666;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-cent span {
  margin-left: 0.15rem;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-cent a {
  margin-left: 0.15rem;
  color: #188ac9;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-cent a:hover {
  color: #cb0000;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-cent em {
  margin-left: 0.15rem;
  color: #666;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.settlement .settlement-main .main-cont .cont-invoice .invoice-cent em:hover {
  color: #cb0000;
}
.settlement .settlement-main .main-cont .cont-notes {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0;
}
.settlement .settlement-main .main-cont .cont-notes .notes-title {
  font-size: var(--fs16);
  color: #000;
}
.settlement .settlement-main .main-cont .cont-notes textarea {
  width: 100%;
  height: 1.1rem;
  margin-top: 0.15rem;
  padding: 0.12rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.24rem;
  color: #666;
  border: solid 1px #dddddd;
}
.settlement .settlement-main .main-cont .cont-notes textarea::placeholder {
  color: #bcbcbc;
}
.settlement .settlement-main .main-box {
  width: 100%;
  height: auto;
  margin-top: 0.1rem;
  text-align: right;
}
.settlement .settlement-main .main-box .box-text {
  margin-bottom: 0.15rem;
  font-size: var(--fs14);
  color: #666;
}
.settlement .settlement-main .main-box .box-text em {
  color: #cb0000;
}
.settlement .settlement-main .main-box .box-text span {
  display: inline-block;
  width: 1.8rem;
  padding-right: 0.15rem;
  color: #cb0000;
}
.settlement .settlement-main .main-box .box-total {
  height: 0.6rem;
  margin-top: 0.2rem;
  font-size: var(--fs14);
  line-height: 0.6rem;
  color: #666;
  background: #e1e1e1;
}
.settlement .settlement-main .main-box .box-total span {
  display: inline-block;
  width: 1.8rem;
  padding-right: 0.15rem;
  font-size: var(--fs22);
  color: #cb0000;
}
.settlement .settlement-main .main-box .box-button {
  position: relative;
  top: 0;
  left: calc(100% - 1.6rem);
  display: block;
  width: 1.6rem;
  height: 0.5rem;
  margin-top: 0.22rem;
  font-size: var(--fs24);
  font-weight: bold;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.05rem;
}
.settlement .settlement-main .main-box .box-button:hover {
  background: #d81e06;
}
.payment {
  width: 100%;
  height: auto;
  padding-bottom: 1.2rem;
}
.payment .payment-main {
  width: 14.4rem;
  height: auto;
  margin: 0.2rem auto 0;
}
.payment .payment-main .main-title {
  font-size: var(--fs16);
  color: #000;
}
.payment .payment-main .main-cont {
  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.6rem;
  margin-top: 0.25rem;
  border: solid 1px #dfdfdf;
}
.payment .payment-main .main-cont .cont-payment {
  width: 100%;
  height: auto;
  padding: 0 0 0.3rem;
  border-bottom: solid 1px #dfdfdf;
}
.payment .payment-main .main-cont .cont-payment .payment-title {
  font-size: var(--fs16);
  color: #000;
}
.payment .payment-main .main-cont .cont-payment .payment-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding: 0 0.2rem;
  margin-top: 0.1rem;
}
.payment .payment-main .main-cont .cont-payment .payment-cont .cont-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 2rem;
  height: 0.4rem;
  margin-right: 0.2rem;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dddddd;
  cursor: pointer;
}
.payment .payment-main .main-cont .cont-payment .payment-cont .cont-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/icon-button-guo.png) no-repeat bottom right;
  background-size: 100%;
  opacity: 0;
}
.payment .payment-main .main-cont .cont-payment .payment-cont .cont-button img {
  width: 0.16rem;
  margin-right: 0.1rem;
}
.payment .payment-main .main-cont .cont-payment .payment-cont .cont-button span {
  font-size: var(--fs14);
  color: #666;
}
.payment .payment-main .main-cont .cont-payment .payment-cont .cont-button:last-of-type {
  margin-right: 0;
}
.payment .payment-main .main-cont .cont-payment .payment-cont .cont-button-on {
  border: solid 1px #cb0000;
}
.payment .payment-main .main-cont .cont-payment .payment-cont .cont-button-on::after {
  opacity: 1;
}
.payment .payment-main .main-cont .cont-box {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.payment .payment-main .main-cont .cont-box .box-lump {
  width: 100%;
  height: auto;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-title {
  font-size: var(--fs16);
  color: #000;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-title span {
  margin-left: 0.8rem;
  color: #666;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-text {
  padding: 0.2rem 0.2rem 0;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-text em {
  color: #cb0000;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-cent {
  width: calc(100% - 0.4rem);
  height: auto;
  margin: 0.2rem auto 0;
  padding: 0.35rem;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #333;
  background: #fff3f3;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-buttom {
  display: block;
  width: 1.6rem;
  height: 0.5rem;
  margin: 0.6rem auto 0;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 0.05rem;
  background: #cb0000;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-buttom:hover {
  background: #d81e06;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-ewm {
  width: 3.6rem;
  height: auto;
  margin: 0.55rem auto 0;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-ewm .ewm-pic {
  width: 100%;
  height: auto;
  padding: 0.1rem;
  border: solid 1px #dddddd;
  overflow: hidden;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-ewm .ewm-pic img {
  width: 100%;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-ewm .ewm-cent {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0.78rem;
  margin-top: 0.2rem;
  background: #ff7674;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-ewm .ewm-cent img {
  width: 0.4rem;
  margin-right: 0.5rem;
}
.payment .payment-main .main-cont .cont-box .box-lump .lump-ewm .ewm-cent P {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.land {
  width: 100%;
  height: auto;
  padding: 0.98rem 0 1rem;
  background: url(../images/land-bg.jpg) no-repeat top left;
  background-size: cover;
}
.land .land-main {
  position: relative;
  left: 11.05rem;
  width: 4.56rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.land .land-main .main-title {
  width: 100%;
  height: 0.88rem;
  padding-left: 0.52rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.88rem;
  color: #fff;
  background: #cb0000;
}
.land .land-main .main-box {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.52rem 0.4rem;
  background: #fff;
}
.land .land-main .main-box .box-top {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #ebebeb;
}
.land .land-main .main-box .box-top .top-item {
  position: relative;
  width: 50%;
  height: auto;
  padding-bottom: 0.1rem;
  font-size: var(--fs16);
  font-weight: bold;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.land .land-main .main-box .box-top .top-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cb0000;
  transform: scale(0, 0) translateZ(0);
  -o-transform: scale(0, 0) translateZ(0);
  -moz-transform: scale(0, 0) translateZ(0);
  -webkit-transform: scale(0, 0 translateZ(0));
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.land .land-main .main-box .box-top .top-item:hover {
  color: #cb0000;
}
.land .land-main .main-box .box-top .top-item:hover::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.land .land-main .main-box .box-top .top-item-on {
  color: #cb0000;
}
.land .land-main .main-box .box-top .top-item-on::after {
  transform: scale(1, 1) translateZ(0);
  -o-transform: scale(1, 1) translateZ(0);
  -moz-transform: scale(1, 1) translateZ(0);
  -webkit-transform: scale(1, 1 translateZ(0));
}
.land .land-main .main-box .box-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.land .land-main .main-box .box-cont .cont-lump {
  width: 100%;
  height: auto;
}
.land .land-main .main-box .box-cont .cont-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.42rem;
  margin-bottom: 0.1rem;
  padding: 0 0.32rem 0 0.2rem;
  background: #ebebeb;
  border-radius: 0.05rem;
}
.land .land-main .main-box .box-cont .cont-lump .lump-item .item-icon {
  width: 0.23rem;
  height: auto;
}
.land .land-main .main-box .box-cont .cont-lump .lump-item .item-icon img {
  width: 100%;
}
.land .land-main .main-box .box-cont .cont-lump .lump-item input {
  width: calc(100% - 0.23rem);
  height: 100%;
  padding-left: 0.22rem;
  font-size: var(--fs14);
  color: #666;
  background: none;
}
.land .land-main .main-box .box-cont .cont-lump .lump-item input::placeholder {
  color: #999;
}
.land .land-main .main-box .box-cont .cont-lump .lump-item em {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 0.18rem;
  height: 0.13rem;
  margin-top: -0.065rem;
  background-image: url(../images/icon/icon-land-eye.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.land .land-main .main-box .box-cont .cont-lump .lump-item span {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 0.18rem;
  height: 0.13rem;
  margin-top: -0.065rem;
  background-image: url(../images/icon/icon-open-eye.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.land .land-main .main-box .box-cont .cont-lump .lump-tel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.land .land-main .main-box .box-cont .cont-lump .lump-tel .lump-item {
  width: 2.33rem;
  padding: 0 0.2rem;
  margin-bottom: 0;
}
.land .land-main .main-box .box-cont .cont-lump .lump-tel .tel-button {
  width: 1.06rem;
  height: 0.42rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.42rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.05rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.land .land-main .main-box .box-cont .cont-lump .lump-tel .tel-button:hover {
  background: #d81e06;
}
.land .land-main .main-box .box-cont .cont-lump .lump-text {
  display: block;
  margin-top: 0.1rem;
  font-size: var(--fs14);
  text-align: right;
}
.land .land-main .main-box .box-cont .cont-lump .lump-text a {
  color: #666;
}
.land .land-main .main-box .box-cont .cont-lump .lump-text a:hover {
  color: #cb0000;
}
.land .land-main .main-box .box-button {
  display: block;
  width: 100%;
  height: 0.48rem;
  margin-top: 0.25rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 0.05rem;
  background: #cb0000;
}
.land .land-main .main-box .box-button:hover {
  background: #d81e06;
}
.land .land-main .main-box .box-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.land .land-main .main-box .box-choice input[type="radio"],
.land .land-main .main-box .box-choice input[type="checkbox"] {
  display: none;
}
.land .land-main .main-box .box-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: var(--fs14);
  color: #666;
  cursor: pointer;
}
.land .land-main .main-box .box-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: solid 1px #9b9b9b;
  border-radius: 50%;
}
.land .land-main .main-box .box-choice .choice-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cb0000;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.land .land-main .main-box .box-choice .choice-item p {
  width: calc(100% - 22px);
}
.land .land-main .main-box .box-choice .choice-item p a {
  color: #cb0000;
}
.land .land-main .main-box .box-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.land .land-main .main-box .box-text {
  margin-top: 0.5rem;
  font-size: var(--fs14);
  text-align: right;
  color: #666666;
}
.land .land-main .main-box .box-text a {
  color: #cb0000;
}
.register {
  width: 100%;
  height: auto;
  padding: 0.98rem 0 1rem;
  background: url(../images/land-bg.jpg) no-repeat top left;
  background-size: cover;
}
.register .register-main {
  position: relative;
  left: 11.05rem;
  width: 4.56rem;
  height: auto;
  border-radius: 0.1rem;
  overflow: hidden;
}
.register .register-main .main-title {
  width: 100%;
  height: 0.88rem;
  padding-left: 0.52rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.88rem;
  color: #fff;
  background: #cb0000;
}
.register .register-main .main-box {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.52rem 0.4rem;
  background: #fff;
}
.register .register-main .main-box .box-lump {
  width: 100%;
  height: auto;
}
.register .register-main .main-box .box-lump .lump-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: 0.42rem;
  margin-bottom: 0.1rem;
  padding: 0 0.32rem 0 0.2rem;
  background: #ebebeb;
  border-radius: 0.05rem;
}
.register .register-main .main-box .box-lump .lump-item .item-icon {
  width: 0.23rem;
  height: auto;
}
.register .register-main .main-box .box-lump .lump-item .item-icon img {
  width: 100%;
}
.register .register-main .main-box .box-lump .lump-item input {
  width: calc(100% - 0.23rem);
  height: auto;
  padding-left: 0.22rem;
  font-size: var(--fs14);
  color: #666;
  background: none;
}
.register .register-main .main-box .box-lump .lump-item input::placeholder {
  color: #999;
}
.register .register-main .main-box .box-lump .lump-item em {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 0.18rem;
  height: 0.13rem;
  margin-top: -0.065rem;
  background-image: url(../images/icon/icon-land-eye.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.register .register-main .main-box .box-lump .lump-item span {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 0.18rem;
  height: 0.13rem;
  margin-top: -0.065rem;
  background-image: url(../images/icon/icon-open-eye.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.register .register-main .main-box .box-lump .lump-tel {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-bottom: 0.1rem;
}
.register .register-main .main-box .box-lump .lump-tel .lump-item {
  width: 2.33rem;
  padding: 0 0.2rem;
  margin-bottom: 0;
}
.register .register-main .main-box .box-lump .lump-tel .tel-button {
  width: 1.06rem;
  height: 0.42rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.42rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.05rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.register .register-main .main-box .box-lump .lump-tel .tel-button:hover {
  background: #d81e06;
}
.register .register-main .main-box .box-lump .lump-text {
  display: block;
  margin-top: 0.1rem;
  font-size: var(--fs14);
  text-align: right;
}
.register .register-main .main-box .box-lump .lump-text a {
  color: #666;
}
.register .register-main .main-box .box-lump .lump-text a:hover {
  color: #cb0000;
}
.register .register-main .main-box .box-button {
  display: block;
  width: 100%;
  height: 0.48rem;
  margin-top: 0.25rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  border-radius: 0.05rem;
  background: #cb0000;
}
.register .register-main .main-box .box-button:hover {
  background: #d81e06;
}
.register .register-main .main-box .box-choice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.register .register-main .main-box .box-choice input[type="radio"],
.register .register-main .main-box .box-choice input[type="checkbox"] {
  display: none;
}
.register .register-main .main-box .box-choice .choice-item {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: var(--fs14);
  color: #666;
  cursor: pointer;
}
.register .register-main .main-box .box-choice .choice-item span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: solid 1px #9b9b9b;
  border-radius: 50%;
}
.register .register-main .main-box .box-choice .choice-item span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cb0000;
  opacity: 0;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.register .register-main .main-box .box-choice .choice-item p {
  width: calc(100% - 22px);
}
.register .register-main .main-box .box-choice .choice-item p a {
  color: #cb0000;
}
.register .register-main .main-box .box-choice input:checked + label .choice-item span::after {
  opacity: 1;
}
.register .register-main .main-box .box-text {
  margin-top: 0.35rem;
  font-size: var(--fs14);
  text-align: right;
  color: #666666;
}
.register .register-main .main-box .box-text a {
  color: #cb0000;
}
.user {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.user .user-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.user .user-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.user .user-main .main-cont .cont-box {
  width: 10.82rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.user .user-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #e6e6e6;
}
.user .user-main .main-cont .cont-box .box-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cb0000;
}
.user .user-main .main-cont .cont-box .box-top p {
  font-size: var(--fs24);
  color: #cb0000;
}
.user .user-main .main-cont .cont-box .box-top a {
  width: 1.25rem;
  height: 0.52rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  border-radius: 0.45rem;
  background: #cb0000;
}
.user .user-main .main-cont .cont-box .box-top a:hover {
  background: #d81e06;
}
.user .user-main .main-cont .cont-box .box-cent {
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
}
.user .user-main .main-cont .cont-box .box-cent .cent-item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.user .user-main .main-cont .cont-box .box-cent .cent-item span {
  width: 3.1rem;
  font-size: var(--fs16);
  text-align: right;
  color: #333;
}
.user .user-main .main-cont .cont-box .box-cent .cent-item P {
  width: calc(100% - 3.1rem);
  padding-left: 0.1rem;
  font-size: var(--fs16);
  color: #666;
}
.record {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.record .record-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.record .record-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.record .record-main .main-cont .cont-box {
  width: 10.82rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.record .record-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #e6e6e6;
}
.record .record-main .main-cont .cont-box .box-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cb0000;
}
.record .record-main .main-cont .cont-box .box-top .top-item {
  margin-right: 0.35rem;
  font-size: var(--fs24);
  color: #333;
  border-radius: 0.45rem;
}
.record .record-main .main-cont .cont-box .box-top .top-item:hover {
  color: #cb0000;
}
.record .record-main .main-cont .cont-box .box-top .top-item-on {
  color: #cb0000;
}
.record .record-main .main-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.52rem;
  margin-top: 0.4rem;
  background: #cb0000;
  border-radius: 2px;
}
.record .record-main .main-cont .cont-box .box-list span {
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.record .record-main .main-cont .cont-box .box-list span:nth-child(1) {
  width: 46%;
  text-align: left;
  padding-left: 0.32rem;
}
.record .record-main .main-cont .cont-box .box-list span:nth-child(2) {
  width: 18%;
}
.record .record-main .main-cont .cont-box .box-list span:nth-child(3) {
  width: 18%;
}
.record .record-main .main-cont .cont-box .box-list span:nth-child(4) {
  width: 18%;
}
.record .record-main .main-cont .cont-box .box-main {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.record .record-main .main-cont .cont-box .box-main .main-item {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  border: solid 1px #e6e6e6;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-top {
  width: 100%;
  height: 0.44rem;
  padding-left: 0.32rem;
  font-size: var(--fs14);
  line-height: 0.44rem;
  color: #666;
  background: #f2f2f2;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-top span {
  color: #000;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  padding: 0.15rem;
  border-right: solid 1px #e6e6e6;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .piece-link {
  width: 100%;
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .piece-link:hover {
  color: #cb0000;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .piece-more,
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .cont-cent {
  display: none;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) {
  width: 46%;
  text-align: left;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-cont {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding-right: 0.6rem;
  padding-left: 0.32rem;
  margin-bottom: 0.15rem;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-cont .cont-pic {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-cont .cont-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-cont .cont-text {
  width: calc(100% - 1rem);
  padding-left: 0.3rem;
  padding-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-cont em {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  font-family: Arial;
  font-size: var(--fs18);
  color: #2e2e2e;
  transform: translatey(-49%);
  -o-transform: translatey(-49%);
  -moz-transform: translatey(-49%);
  -webkit-transform: translatey(-49%);
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(2) {
  width: 18%;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(2) span {
  font-size: var(--fs16);
  color: #cb0000;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(3) {
  width: 18%;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(4) {
  width: 18%;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(4) .piece-button {
  width: 1rem;
  height: 0.3rem;
  margin-bottom: 0.05rem;
  font-size: var(--fs14);
  line-height: 0.28rem;
  color: #cb0000;
  border: solid 1px #cb0000;
}
.record .record-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(4) .piece-button:hover {
  color: #fff;
  background: #cb0000;
}
.record .record-main .main-cont .cont-box .page-number .page-item {
  background: #f3f5fb;
}
.record .record-main .main-cont .cont-box .page-number .page-item:last-of-type {
  background: #f3f5fb url(../images/icon/icon-page-arrow.png) no-repeat center center;
  background-size: 7px;
}
.recordDetail {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.recordDetail .recordDetail-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.recordDetail .recordDetail-main .main-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.recordDetail .recordDetail-main .main-top .top-box {
  width: 3.36rem;
  height: auto;
  padding: 0.3rem 0.3rem 0.6rem;
  background: #fff;
}
.recordDetail .recordDetail-main .main-top .top-box .box-top {
  font-size: var(--fs18);
  color: #666;
}
.recordDetail .recordDetail-main .main-top .top-box .box-top span {
  color: #000;
}
.recordDetail .recordDetail-main .main-top .top-box .box-title {
  margin-top: 0.3rem;
  font-size: var(--fs30);
  text-align: center;
  color: #cb0000;
}
.recordDetail .recordDetail-main .main-top .top-box .box-time {
  margin-top: 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
}
.recordDetail .recordDetail-main .main-top .top-box .box-button {
  display: block;
  width: 1.2rem;
  height: 0.4rem;
  margin: 0.4rem auto 0;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.05rem;
}
.recordDetail .recordDetail-main .main-top .top-box .box-button:hover {
  background: #d81e06;
}
.recordDetail .recordDetail-main .main-top .top-box .box-link {
  display: block;
  margin-top: 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  color: #666;
}
.recordDetail .recordDetail-main .main-top .top-box .box-link:hover {
  color: #cb0000;
}
.recordDetail .recordDetail-main .main-top .top-cont {
  width: 10.83rem;
  height: auto;
  padding: 0.3rem 0.3rem 0.6rem;
  background: #fff;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-text {
  font-size: var(--fs16);
  color: #999;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.95rem;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item {
  position: relative;
  width: 1.2rem;
  height: auto;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item .item-icon {
  position: relative;
  width: 0.48rem;
  height: 0.4rem;
  margin: 0 auto;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item .item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item .item-icon .img2 {
  opacity: 0;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item p {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  text-align: center;
  color: #999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item em {
  position: absolute;
  top: -0.2rem;
  left: 150%;
  font-size: var(--fs16);
  color: #cb0000;
  white-space: nowrap;
  opacity: 0;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: 100%;
  width: 1.86rem;
  height: 0.16rem;
  background: url(../images/icon/icon-recordDetail-arrow3.png) no-repeat top left;
  background-size: 100%;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item::after {
  content: '';
  display: none;
  position: absolute;
  top: 0.2rem;
  right: 95.5%;
  width: 1.86rem;
  height: 0.16rem;
  background: url(../images/icon/icon-recordDetail-arrow2.png) no-repeat top left;
  background-size: 100%;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item:nth-child(1)::after {
  display: none !important;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item:nth-child(4)::before {
  display: none !important;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item:nth-child(4) em {
  display: none;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item-on .item-icon .img1 {
  opacity: 0;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item-on .item-icon .img2 {
  opacity: 1;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item-on p {
  color: #333;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item-on em {
  opacity: 1;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item-on::before {
  background: url(../images/icon/icon-recordDetail-arrow.png) no-repeat top left;
  background-size: 100%;
}
.recordDetail .recordDetail-main .main-top .top-cont .cont-box .box-item-on::after {
  display: block;
}
.recordDetail .recordDetail-main .main-product {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding: 0.3rem;
  background: #fff;
}
.recordDetail .recordDetail-main .main-product .product-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.52rem;
  background: #cb0000;
  border-radius: 2px;
}
.recordDetail .recordDetail-main .main-product .product-list span {
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.recordDetail .recordDetail-main .main-product .product-list span:nth-child(1) {
  width: 36%;
  text-align: left;
  padding-left: 0.32rem;
}
.recordDetail .recordDetail-main .main-product .product-list span:nth-child(2) {
  width: 22%;
}
.recordDetail .recordDetail-main .main-product .product-list span:nth-child(3) {
  width: 22%;
}
.recordDetail .recordDetail-main .main-product .product-list span:nth-child(4) {
  width: 20%;
}
.recordDetail .recordDetail-main .main-product .product-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  border-bottom: solid 1px #e6e6e6;
  border-left: solid 1px #e6e6e6;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  padding: 0.15rem;
  border-right: solid 1px #e6e6e6;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece .piece-link {
  width: 100%;
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece .piece-link:hover {
  color: #cb0000;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece .piece-cent {
  display: none;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(1) {
  justify-content: flex-start;
  align-items: flex-start;
  width: 36%;
  padding-right: 0.6rem;
  padding-left: 0.32rem;
  text-align: left;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(1) .piece-pic {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(1) .piece-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(1) .piece-text {
  width: calc(100% - 1rem);
  padding-left: 0.3rem;
  padding-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(2) {
  width: 22%;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(2) span {
  font-size: var(--fs16);
  color: #cb0000;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(3) {
  width: 22%;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(3) em {
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(4) {
  width: 20%;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(4) .piece-button {
  width: 1rem;
  height: 0.3rem;
  margin-bottom: 0.05rem;
  font-size: var(--fs14);
  line-height: 0.28rem;
  color: #cb0000;
  border: solid 1px #cb0000;
}
.recordDetail .recordDetail-main .main-product .product-lump .lump-piece:nth-child(4) .piece-button:hover {
  color: #fff;
  background: #cb0000;
}
.recordDetail .recordDetail-main .main-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.recordDetail .recordDetail-main .main-cont .cont-item {
  width: calc(100% / 3 - 0.1466667rem);
  height: auto;
  margin-right: 0.22rem;
  padding: 0.3rem;
  background: #fff;
}
.recordDetail .recordDetail-main .main-cont .cont-item:last-of-type {
  margin-right: 0;
}
.recordDetail .recordDetail-main .main-cont .cont-item .item-title {
  margin-bottom: 0.25rem;
  font-size: var(--fs18);
  color: #000;
}
.recordDetail .recordDetail-main .main-cont .cont-item .item-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.recordDetail .recordDetail-main .main-cont .cont-item .item-lump span {
  width: 1.4rem;
  color: #333;
}
.recordDetail .recordDetail-main .main-cont .cont-item .item-lump p {
  width: calc(100% - 1.4rem);
  color: #666666;
}
.recordDetail .recordDetail-main .main-cont .cont-item .item-lump p em {
  color: #cb0000;
}
.collect {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.collect .collect-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.collect .collect-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.collect .collect-main .main-cont .cont-box {
  width: 10.82rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.collect .collect-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #e6e6e6;
}
.collect .collect-main .main-cont .cont-box .box-top p {
  font-size: var(--fs24);
  color: #cb0000;
}
.collect .collect-main .main-cont .cont-box .box-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cb0000;
}
.collect .collect-main .main-cont .cont-box .box-cont {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  padding: 0.15rem 0.3rem;
  border: solid 1px #e6e6e6;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-piece {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 4.4rem;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-piece .piece-pic {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-piece .piece-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-piece .piece-text {
  width: calc(100% - 1rem);
  padding-left: 0.3rem;
  padding-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-piece .piece-money {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: var(--fs16);
  color: #cb0000;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-button {
  display: flex;
  justify-content: space-between;
  width: 2.3rem;
  height: auto;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-button .button {
  width: 1rem;
  height: 0.3rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.28rem;
  color: #666;
  border: solid 1px #bbbbbb;
}
.collect .collect-main .main-cont .cont-box .box-cont .cont-item .item-button .button:hover {
  color: #cb0000;
  border: solid 1px #cb0000;
}
.invoice-no {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.invoice-no .invoice-no-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.invoice-no .invoice-no-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.invoice-no .invoice-no-main .main-cont .cont-box {
  width: 10.82rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #e6e6e6;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cb0000;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-top .top-item {
  margin-right: 0.35rem;
  font-size: var(--fs24);
  color: #333;
  border-radius: 0.45rem;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-top .top-item:hover {
  color: #cb0000;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-top .top-item-on {
  color: #cb0000;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.52rem;
  margin-top: 0.4rem;
  background: #cb0000;
  border-radius: 2px;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-list span {
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-list span:nth-child(1) {
  width: 46%;
  text-align: left;
  padding-left: 0.32rem;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-list span:nth-child(2) {
  width: 18%;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-list span:nth-child(3) {
  width: 18%;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-list span:nth-child(4) {
  width: 18%;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  border: solid 1px #e6e6e6;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-top {
  width: 100%;
  height: 0.44rem;
  padding-left: 0.32rem;
  font-size: var(--fs14);
  line-height: 0.44rem;
  color: #666;
  background: #f2f2f2;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-top span {
  color: #000;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-top em {
  display: none;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  padding: 0.15rem;
  border-right: solid 1px #e6e6e6;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .piece-link {
  width: 100%;
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .piece-cent {
  display: none;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) {
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-right: 0.6rem;
  padding-left: 0.32rem;
  text-align: left;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-pic {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-text {
  width: calc(100% - 1rem);
  padding-left: 0.3rem;
  padding-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) em {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  font-family: Arial;
  font-size: var(--fs18);
  color: #2e2e2e;
  transform: translatey(-49%);
  -o-transform: translatey(-49%);
  -moz-transform: translatey(-49%);
  -webkit-transform: translatey(-49%);
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(2) {
  width: 18%;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(2) span {
  font-size: var(--fs16);
  color: #cb0000;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(3) {
  width: 18%;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(3) .piece-no {
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #cb0000;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(3) .piece-yes {
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(4) {
  width: 18%;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(4) .piece-button {
  width: 1rem;
  height: 0.35rem;
  margin-bottom: 0.05rem;
  font-size: var(--fs14);
  line-height: 0.32rem;
  color: #cb0000;
  border-radius: 0.05rem;
  border: solid 1px #cb0000;
  cursor: pointer;
}
.invoice-no .invoice-no-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(4) .piece-button:hover {
  color: #fff;
  background: #cb0000;
}
.invoice-no .invoice-no-main .main-cont .cont-box .page-number .page-item {
  background: #f3f5fb;
}
.invoice-no .invoice-no-main .main-cont .cont-box .page-number .page-item:last-of-type {
  background: #f3f5fb url(../images/icon/icon-page-arrow.png) no-repeat center center;
  background-size: 7px;
}
.invoice-yes {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.invoice-yes .invoice-yes-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.invoice-yes .invoice-yes-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box {
  width: 10.82rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #e6e6e6;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cb0000;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-top .top-item {
  margin-right: 0.35rem;
  font-size: var(--fs24);
  color: #333;
  border-radius: 0.45rem;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-top .top-item:hover {
  color: #cb0000;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-top .top-item-on {
  color: #cb0000;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.52rem;
  margin-top: 0.4rem;
  background: #cb0000;
  border-radius: 2px;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-list span {
  font-size: var(--fs16);
  text-align: center;
  color: #fff;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-list span:nth-child(1) {
  width: 52%;
  text-align: left;
  padding-left: 0.32rem;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-list span:nth-child(2) {
  width: 30%;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-list span:nth-child(3) {
  width: 18%;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main {
  width: 100%;
  height: auto;
  margin-bottom: 0.3rem;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
  border: solid 1px #e6e6e6;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-top {
  width: 100%;
  height: 0.44rem;
  padding-left: 0.32rem;
  font-size: var(--fs14);
  line-height: 0.44rem;
  color: #666;
  background: #f2f2f2;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-top span {
  color: #000;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-top em {
  display: none;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  padding: 0.15rem;
  border-right: solid 1px #e6e6e6;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .piece-link {
  width: 100%;
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece .piece-cent {
  display: none;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) {
  justify-content: flex-start;
  align-items: flex-start;
  width: 52%;
  padding-right: 0.6rem;
  padding-left: 0.32rem;
  text-align: left;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-pic {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) .piece-text {
  width: calc(100% - 1rem);
  padding-left: 0.3rem;
  padding-top: 0.15rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  color: #2e2e2e;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(1) em {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  font-family: Arial;
  font-size: var(--fs18);
  color: #2e2e2e;
  transform: translatey(-49%);
  -o-transform: translatey(-49%);
  -moz-transform: translatey(-49%);
  -webkit-transform: translatey(-49%);
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(2) {
  width: 30%;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(2) span {
  font-size: var(--fs16);
  color: #cb0000;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(3) {
  width: 18%;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .box-main .main-item .item-lump .lump-piece:nth-child(3) .piece-yes {
  font-size: var(--fs14);
  line-height: 0.26rem;
  color: #69bf32;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .page-number .page-item {
  background: #f3f5fb;
}
.invoice-yes .invoice-yes-main .main-cont .cont-box .page-number .page-item:last-of-type {
  background: #f3f5fb url(../images/icon/icon-page-arrow.png) no-repeat center center;
  background-size: 7px;
}
.password {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.password .password-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.password .password-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.password .password-main .main-cont .cont-box {
  width: 10.82rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.password .password-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #e6e6e6;
}
.password .password-main .main-cont .cont-box .box-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cb0000;
}
.password .password-main .main-cont .cont-box .box-top p {
  font-size: var(--fs24);
  color: #cb0000;
}
.password .password-main .main-cont .cont-box .box-form {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.password .password-main .main-cont .cont-box .box-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.password .password-main .main-cont .cont-box .box-form .form-item span {
  width: 0.85rem;
  font-size: var(--fs16);
  text-align: right;
  color: #333;
}
.password .password-main .main-cont .cont-box .box-form .form-item input {
  width: 3.55rem;
  height: 0.48rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #666;
  border-radius: 0.05rem;
  background: #ebebeb;
}
.password .password-main .main-cont .cont-box .box-form .form-item input::placeholder {
  color: #999;
}
.password .password-main .main-cont .cont-box .box-button {
  display: block;
  width: 1.45rem;
  height: 0.52rem;
  margin-top: 0.35rem;
  margin-left: 0.85rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.45rem;
}
.password .password-main .main-cont .cont-box .box-button:hover {
  background: #d81e06;
}
.retrieve {
  width: 100%;
  height: auto;
  padding: 0.98rem 0 1rem;
  background: url(../images/land-bg.jpg) no-repeat top left;
  background-size: cover;
}
.retrieve .retrieve-main {
  width: 9.9rem;
  height: 7.26rem;
  margin: 0 auto;
  padding: 1rem 1.1rem 0;
  border-radius: 0.1rem;
  background: #fff;
}
.retrieve .retrieve-main .main-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.3rem;
  font-size: var(--fs24);
  color: #333;
  border-bottom: solid 2px #e6e6e6;
}
.retrieve .retrieve-main .main-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #1657a7;
}
.retrieve .retrieve-main .main-form {
  width: 100%;
  height: auto;
  margin-top: 0.95rem;
}
.retrieve .retrieve-main .main-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.retrieve .retrieve-main .main-form .form-item span {
  width: 1.7rem;
  padding-right: 0.18rem;
  font-size: var(--fs16);
  text-align: right;
  color: #333;
}
.retrieve .retrieve-main .main-form .form-item input {
  width: 4.78rem;
  height: 0.48rem;
  padding: 0 0.18rem;
  font-size: var(--fs14);
  color: #666;
  border-radius: 0.05rem;
  background: #ebebeb;
}
.retrieve .retrieve-main .main-form .form-item input::placeholder {
  color: #999;
}
.retrieve .retrieve-main .main-form .form-item .item-tel {
  display: flex;
  justify-content: space-between;
  width: 4.78rem;
  height: auto;
}
.retrieve .retrieve-main .main-form .form-item .item-tel input {
  width: 3.53rem;
}
.retrieve .retrieve-main .main-form .form-item .item-tel .tel-button {
  width: 1.16rem;
  height: 0.48rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.48rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.05rem;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.retrieve .retrieve-main .main-form .form-item .item-tel .tel-button:hover {
  background: #d81e06;
}
.retrieve .retrieve-main .main-button {
  display: block;
  width: 1.45rem;
  height: 0.52rem;
  margin-top: 0.35rem;
  margin-left: 1.7rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.45rem;
}
.retrieve .retrieve-main .main-button:hover {
  background: #d81e06;
}
.modifyUser {
  width: 100%;
  height: auto;
  padding: 0.4rem 0 1.2rem;
  background: #f2f2f2;
}
.modifyUser .modifyUser-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
}
.modifyUser .modifyUser-main .main-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.42rem;
}
.modifyUser .modifyUser-main .main-cont .cont-box {
  width: 10.82rem;
  height: auto;
  padding: 0.25rem 0.5rem;
  background: #fff;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0.25rem;
  border-bottom: solid 2px #e6e6e6;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-top::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #cb0000;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-top p {
  font-size: var(--fs24);
  color: #cb0000;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form {
  width: 100%;
  height: auto;
  margin-top: 0.4rem;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item span {
  width: 3.1rem;
  font-size: var(--fs16);
  text-align: right;
  color: #333;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item input {
  width: 2.15rem;
  height: 0.48rem;
  padding: 0 0.18rem;
  font-size: var(--fs16);
  color: #666;
  border-radius: 0.05rem;
  background: #ebebeb;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item input::placeholder {
  color: #666;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item .item-getIofo {
  position: relative;
  margin-left: 0.2rem;
  font-size: var(--fs16);
  color: #cb0000;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item .item-getIofo::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cb0000;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item .item-getIofo:hover {
  color: #d81e06;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-form .form-item .item-getIofo:hover::after {
  background: #d81e06;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-button {
  display: block;
  width: 1.45rem;
  height: 0.52rem;
  margin-top: 0.35rem;
  margin-left: 3.1rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.52rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.45rem;
}
.modifyUser .modifyUser-main .main-cont .cont-box .box-button:hover {
  background: #d81e06;
}
.text {
  width: 100%;
  height: auto;
  padding: 0.4rem 0;
  background: #f2f2f2;
}
.text .text-main {
  width: 14.4rem;
  height: auto;
  margin: 0 auto;
  padding: 0.4rem 0.5rem;
  background: #fff;
}
.text .text-main P {
  margin-bottom: 0.42rem;
  font-size: var(--fs32);
  font-weight: bold;
  text-align: center;
  color: #333;
}
.text .text-main .main-cent {
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
}
.page-web-screen,
.page-web-bar,
.nav-bg,
.page-Wnav {
  display: none;
}
.page-text {
  font-size: var(--fs16);
  color: #666;
}
.page-text em {
  color: #000;
}
.page-text a {
  color: #666;
}
.page-text a:hover {
  color: #cb0000;
}
.page-text span {
  margin: 0 0.18rem;
}
.page-list {
  width: 3.36rem;
  height: 100%;
  background: #fff;
}
.page-list .list-user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.45rem;
  border-bottom: solid 1px #f2f2f2;
}
.page-list .list-user .user-pic {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  overflow: hidden;
}
.page-list .list-user .user-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-list .list-box {
  width: 100%;
  height: auto;
  margin-top: 0.74rem;
}
.page-list .list-box .box-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 0.98rem;
  padding-left: 0.86rem;
}
.page-list .list-box .box-item em {
  width: 9px;
  height: 9px;
  margin-right: 0.3rem;
  border-radius: 50%;
  border: solid 1px #383838;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-list .list-box .box-item span {
  font-size: var(--fs16);
  color: #666;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.page-list .list-box .box-item:hover {
  background: #f5f5f5;
}
.page-list .list-box .box-item:hover em {
  border: solid 1px #cb0000;
}
.page-list .list-box .box-item:hover span {
  color: #cb0000;
}
.page-list .list-box .box-item-on {
  background: #f5f5f5;
}
.page-list .list-box .box-item-on em {
  border: solid 1px #cb0000;
}
.page-list .list-box .box-item-on span {
  color: #cb0000;
}
.pupop-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.pupop-newAddress {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 7rem;
  height: 5rem;
  margin: -2.5rem 0 0 -3.5rem;
  padding: 0.2rem 0.35rem 0.6rem;
  background: #fff;
  border-radius: 0.1rem;
  z-index: 199;
}
.pupop-newAddress .newAddress-title {
  margin-bottom: 0.5rem;
  font-size: var(--fs16);
  color: #333;
}
.pupop-newAddress .newAddress-hide {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.2rem;
  height: auto;
  cursor: pointer;
}
.pupop-newAddress .newAddress-hide img {
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-newAddress .newAddress-hide:hover img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.pupop-newAddress .newAddress-form {
  width: 100%;
  height: auto;
}
.pupop-newAddress .newAddress-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.pupop-newAddress .newAddress-form .form-item P {
  width: 0.7rem;
  font-size: var(--fs14);
  text-align: right;
  color: #666;
}
.pupop-newAddress .newAddress-form .form-item .item-lump {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 0.7rem);
  height: auto;
  padding-left: 0.15rem;
}
.pupop-newAddress .newAddress-form .form-item .item-lump select {
  width: calc(100% / 3 - 0.0666667rem);
  height: 0.4rem;
  padding: 0 0.3rem 0 0.2rem;
  font-size: var(--fs14);
  color: #999;
  border: solid 1px #dddddd;
  background: url(../images/icon/icon-arrow2.png) no-repeat scroll right 8px center #fff;
  appearance: none;
  outline: none;
}
.pupop-newAddress .newAddress-form .form-item .item-lump select option:first-of-type {
  display: none;
}
.pupop-newAddress .newAddress-form .form-item .item-lump textarea {
  width: 100%;
  height: 0.98rem;
  padding: 0.3rem 0.25rem;
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dddddd;
}
.pupop-newAddress .newAddress-form .form-item .item-lump input {
  width: 3.26rem;
  height: 0.4rem;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dddddd;
}
.pupop-newAddress .newAddress-button {
  width: 1.2rem;
  height: 0.4rem;
  margin-top: 0.3rem;
  margin-left: 0.92rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.05rem;
  cursor: pointer;
}
.pupop-newAddress .newAddress-button:hover {
  background: #d81e06;
}
.pupop-invoice {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 9.9rem;
  height: auto;
  padding: 0.25rem 0.48rem 0.45rem;
  background: #fff;
  z-index: 199;
  transform: translate(-49%, -49%);
  -o-transform: translate(-49%, -49%);
  -moz-transform: translate(-49%, -49%);
  -webkit-transform: translate(-49%, -49%);
}
.pupop-invoice .invoice-title {
  font-size: var(--fs18);
  color: #000;
}
.pupop-invoice .invoice-top {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  padding: 0.15rem 0.18rem;
  border: solid 1px #f2f2f2;
}
.pupop-invoice .invoice-top .top-title {
  font-size: var(--fs18);
  color: #000;
}
.pupop-invoice .invoice-top .top-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.15rem;
}
.pupop-invoice .invoice-top .top-box .box-item {
  width: auto;
  height: 0.32rem;
  margin-left: 0.15rem;
  padding: 0 0.15rem;
  font-size: var(--fs14);
  line-height: 0.3rem;
  color: #999999;
  border: solid 1px #999999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-invoice .invoice-top .top-box .box-item:hover {
  color: #cb0000;
  border: solid 1px #cb0000;
}
.pupop-invoice .invoice-top .top-box .box-item-on {
  color: #cb0000;
  border: solid 1px #cb0000;
}
.pupop-invoice .invoice-main {
  width: 100%;
  height: auto;
  margin-top: 0.25rem;
  padding: 0.15rem 0.18rem;
  border: solid 1px #f2f2f2;
}
.pupop-invoice .invoice-main .main-title {
  font-size: var(--fs18);
  color: #000;
}
.pupop-invoice .invoice-main .main-form {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}
.pupop-invoice .invoice-main .main-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.pupop-invoice .invoice-main .main-form .form-item .item-title {
  width: 1.6rem;
  padding-right: 0.2rem;
  font-size: var(--fs14);
  text-align: right;
  color: #333;
}
.pupop-invoice .invoice-main .main-form .form-item .item-title em {
  color: #cb0000;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump {
  display: flex;
  justify-content: flex-start;
  width: 4.2rem;
  height: auto;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump .lump-item {
  width: 1rem;
  height: 0.32rem;
  margin-right: 0.2rem;
  padding: 0 0.15rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.3rem;
  color: #999999;
  border: solid 1px #999999;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump .lump-item:hover {
  color: #cb0000;
  border: solid 1px #cb0000;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump .lump-item-on {
  color: #cb0000;
  border: solid 1px #cb0000;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump .lump-item2 {
  width: 1.5rem;
  height: 0.32rem;
  padding: 0 0.15rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.3rem;
  color: #cb0000;
  border: solid 1px #cb0000;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump .lump-item2:hover {
  color: #fff;
  background: #cb0000;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump input {
  width: 100%;
  height: 0.32rem;
  padding: 0 0.08rem;
  font-size: var(--fs14);
  color: #666;
  border: solid 1px #dcdee2;
}
.pupop-invoice .invoice-main .main-form .form-item .item-lump input::placeholder {
  color: #999;
}
.pupop-invoice .invoice-main .main-form .form-item:last-of-type {
  margin-bottom: 0;
}
.pupop-invoice .invoice-main .main-form .form-text {
  margin-top: 0.05rem;
  padding-left: 1.6rem;
  font-size: var(--fs14);
  color: #999;
}
.pupop-invoice .invoice-main .main-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 0.35rem;
}
.pupop-invoice .invoice-main .main-button .button {
  width: 1.5rem;
  height: 0.45rem;
  margin: 0 0.1rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.45rem;
  color: #fff;
  background: #cb0000;
  border-radius: 0.05rem;
}
.pupop-invoice .invoice-main .main-button .button:hover {
  background: #d81e06;
}
.pupop-invoice .invoice-main .main-button .button2 {
  width: 1.5rem;
  height: 0.45rem;
  margin: 0 0.1rem;
  font-size: var(--fs14);
  text-align: center;
  line-height: 0.42rem;
  color: #999;
  border: solid 1px #999999;
  border-radius: 0.05rem;
}
.pupop-invoice .invoice-main .main-button .button2:hover {
  color: #cb0000;
  border: solid 1px #cb0000;
}
