@charset "UTF-8";

@font-face {
  font-family: PT Sans;
  src: url('../font/pt-sans-currency.woff2');
}

@media (max-width:670px) {
    .downLoadBtn{
        display: flex !important;
    }
}

/*新增*/
.downLoadBtn{
    height: 50px;
    display: none;
    justify-content: space-between;
    padding-top:8px ;
    padding-bottom:8px ;
}

.downLoadBtn_left{
    width: 14%;
    border-radius: 10px;
    line-height: 50px;
    background-image: linear-gradient(0deg, #ff8100 0%, #ffa100 100%), linear-gradient(#ffffff, #ffffff);
    color: white;
    text-align: center;
}

.downLoadBtn_center{
    width: 56%;
}

.downLoadBtn_center_top{
    font-size: 15px;
}

.downLoadBtn_right{
    width: 20%;
    border-radius: 10px;
    line-height: 50px;
    color: white;
    text-align: center;
    background-image: linear-gradient(0deg, #ff8100 0%, #ffa100 100%), linear-gradient(#ffffff, #ffffff);
}

.downLoadBtn_right a{
    list-style: none;
}

.vip_icon img {
  display: inline;
  vertical-align: unset;
}

.vip_icon {
  background: linear-gradient(to top, rgb(254, 217, 97), rgb(254, 193, 82));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  font-size: 18px;
  margin-left: 10px;
}

body {
  background-color: #f6f6f6;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 14px;
  max-width: 2500px;
  margin: 0 auto;
  width: 100vw;
  overflow-x: hidden;
  line-height: 1.6;
  box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
  scroll-behavior: smooth;
  box-sizing: border-box;
  word-break: break-word;
}

body img {
  max-width: 100%;
  display: block;
  border: none;
  object-fit: cover;
  /* image-rendering: pixelated;  */
}

body a {
  color: inherit;
}

body a:hover {
  color: initial;
}

body input,
body textarea,
body button {
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  border: none;
  appearance: none;
  display: block;
  max-width: 100%;
  line-height: inherit;
}

body input::placeholder,
body textarea::placeholder,
body button::placeholder {
  color: rgba(0, 0, 0, 0.1);
}

body .bg {
  transition: all 0.3s ease;
  background-color: #f5f5f5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body .tools .gotops {
  display: flex;
  position: fixed;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  bottom: 120px;
  z-index: 10;
  background-color: #ff8100;
  color: #fff;
  border-radius: 100px;
  transition: all 0.2s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  align-items: center;
  justify-content: center;
}

body .tools .gotops span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/backtops.gif") center no-repeat;
  background-size: 70% auto;
}

@media (max-width: 767.89px) {
  body .tools .gotops {
    bottom: 110px;
    right: 20px;
  }
}

body .page-box {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

body .page-box .page-inner {
  margin: 80px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  body .page-box .page-inner {
    margin: 40px 0 20px;
  }
}

@media (max-width: 992px) {
  body .page-box .page-inner {
    margin: 30px 0 20px;
  }
}

@media (max-width: 767.89px) {
  body .page-box .page-inner {
    margin: 0px 0 10px;
  }
}

body .page-box .page-inner a {
  display: block;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  color: #7d7d7d;
  margin: 5px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767.89px) {
  body .page-box .page-inner a {
    width: 35px;
    height: 30px;
  }
}

body .page-box .page-inner a.select {
  color: #fff;
  background-color: #ff8e00;
}

body .page-box .page-button {
  display: block;
  margin: 30px 10px;
}

@media (max-width: 992px) {
  body .page-box .page-button {
    margin: 30px 10px 40px;
  }

  body .page-box .page-button img {
    width: 40px;
  }
}

@media (max-width: 767.89px) {
  body .page-box .page-button {
    margin: 0px 10px 30px;
  }

  body .page-box .page-button img {
    width: 30px;
  }
}

body .header-menu-mb {
  display: none;
  float: right;
  font-size: 0;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s;
}

@media (max-width: 1200px) {
  body .header-menu-mb {
    display: block;
  }
}

body .header-menu-mb span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #ff8100;
  border-radius: 3px;
  margin-bottom: 3px;
  transform-origin: 16px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
}

body .header-menu-mb.active span:nth-child(1) {
  opacity: 1;
  transform: rotate(-45deg);
}

body .header-menu-mb.active span:nth-child(3) {
  opacity: 1;
  transform: rotate(45deg);
}

body .header-menu-mb.active span:nth-child(2) {
  opacity: 0;
  transition: width 0.5s;
  width: 0;
  transform: rotate(0);
}

body .border {
  border: 1px solid #e5e5e4;
}

body .border-top {
  border-top: 1px solid #e5e5e4;
}

body .border-left {
  border-left: 1px solid #e5e5e4;
}

body .border-right {
  border-right: 1px solid #e5e5e4;
}

body .border-bottom {
  border-bottom: 1px solid #e5e5e4;
}

body .border-top-bottom {
  border-top: 1px solid #e5e5e4;
  border-bottom: 1px solid #e5e5e4;
}

body .lh15 {
  line-height: 1.5;
}

body .lh16 {
  line-height: 1.6;
}

body .lh18 {
  line-height: 1.8;
}

body .lh2 {
  line-height: 2;
}

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

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

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

body .arrowRotate180 {
  transform: rotate(180deg);
}

body .arrowRotate90 {
  transform: rotate(90deg);
}

body .linear {
  transition: all 0.3s ease;
}

body .btn {
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
  background-image: linear-gradient(0deg, #ff8100 0%, #ffa100 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

body .btn.black {
  background-color: #313131;
  background-image: none;
}

body .btn-hover {
  cursor: pointer;
  transition: all 0.3s ease;
}

body .btn-hover:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
  color: #fff;
}

body .tl {
  text-align: left;
}

body .tr {
  text-align: right;
}

body .tc {
  text-align: center;
}

body .tj {
  text-align: justify;
}

body .img-box {
  transition: all 0.3s ease;
  overflow: hidden;
}

body .img-box .img-box-inner {
  transition: all 0.3s ease;
  height: inherit;
  width: 100%;
}

body .img-box:hover .img-box-inner {
  transform: scale(1.05);
}

body .radius10 {
  border-radius: 10px;
}

body .radius100 {
  border-radius: 100px;
}

body .allBox {
  box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
  border-radius: 10px;
  background-color: #fff;
}

body .bold {
  font-weight: bold;
}

body .orange {
  color: #ff8e00;
}

body .gray {
  color: #878787;
}

@media screen and (min-width: 767.89px) {
  body .layui-container {
    width: auto;
    padding: 0 30px;
  }
}

@media screen and (min-width: 992px) {
  body .layui-container {
    width: auto;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1200px) {
  body .layui-container {
    width: 1170px;
    padding: 0 0px;
  }
}

body .colorScroll {
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

body .colorScroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

body .colorScroll::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

body .colorScroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ff8e00;
}

body .step-box {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 10px;
  width: fit-content;
}

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

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

body .step-box input {
  text-align: center;
  width: 35px;
  font-size: 16px;
  appearance: none;
}

@media (max-width: 992px) {
  body .step-box input {
    width: 30px;
  }
}

body .step-box .add,
body .step-box .reduce {
  width: 35px;
  height: 35px;
  background-color: #f4f4f4;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.content {
  padding: 200px 0 70px;
}

.content.home-content {
  background-color: #fff;
}

@media (max-width: 1200px) {
  .content {
    /* padding: 220px 0 40px; */
    padding: 3.875rem 0 40px;
  }
  .mobileHide{
    display: none !important;
  }
}

@media (max-width: 400px) {
  .content {
    padding: 3.875rem 0 40px;
  }
}

.content .page-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  padding: 0 0 20px;
}

@media (max-width: 992px) {
  .content .page-title {
    font-size: 20px;
  }
}

.content .content-nav {
  display: flex;
  align-items: center;
  color: #b4b4b4;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.content .content-nav * {
  margin: 2.5px 2.5px 2.5px 0;
}

.content .content-nav img {
  margin-right: 10px;
}

.content .content-nav a {
  transition: all 0.3s ease;
  cursor: pointer;
}

.content .content-nav a:hover {
  color: #ff8e00;
}

.content .paySuccess {
  padding: 10px 0 10px;
}

.content .paySuccess .allBox {
  padding: 45px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 992px) {
  .content .paySuccess .allBox {
    padding: 20px;
  }
}

.content .paySuccess .allBox .allBox-title {
  font-size: 18px;
  padding-bottom: 20px;
  text-align: left;
}

.content .paySuccess .allBox .paySuccess-item {
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
}

.content .paySuccess .allBox .paySuccess-item .img-box {
  height: 130px;
  margin-bottom: 20px;
}

.content .paySuccess .allBox .paySuccess-item .img-box .img-box-inner {
  background-color: #fff;
  background-size: contain;
}

.content .paySuccess .allBox .paySuccess-item .item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}

.content .paySuccess .allBox .paySuccess-item:hover {
  transform: translateY(-5px);
}

.content .paySuccess .allBox .paySuccess-item:hover .img-box .img-box-inner {
  transform: scale(1.05);
}

.content .paySuccess .allBox .paySuccess-success-icon {
  margin: 50px auto 40px;
  width: 56px;
  border-radius: 100px;
  height: 56px;
}

.content .paySuccess .allBox .title {
  font-size: 16px;
  margin-bottom: 10px;
}

.content .paySuccess .allBox>.price {
  font-size: 24px;
  margin-bottom: 30px;
}

.content .paySuccess .allBox .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.content .paySuccess .allBox .btn-box .btn {
  width: 190px;
  line-height: 50px;
  display: block;
  margin: 5px 10px;
}

.content .paySuccess .allBox.pay {
  padding: 80px 0 120px;
}

@media (max-width: 767.89px) {
  .content .paySuccess .allBox.pay {
    padding: 10px 0 20px;
  }
}

.content .paySuccess .allBox.pay img {
  margin: 100px auto 30px;
  max-width: 200px;
}

@media (max-width: 767.89px) {
  .content .paySuccess .allBox.pay img {
    margin: 40px auto 40px;
  }
}

.content .paySuccess .allBox.pay .title {
  max-width: 80%;
  margin: 20px auto 30px;
  line-height: 1.8;
}

@media (max-width: 767.89px) {
  .content .paySuccess .allBox.pay .title {
    font-size: 14px;
  }
}

.content .paySuccess .right-box {
  padding: 20px;
  background-color: #fff;
}

.content .paySuccess .right-box .item {
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}

.content .paySuccess .right-box .item .item-box {
  width: 34px;
  margin: 30px auto 20px;
}

.content .paySuccess .right-box .item .desc {
  font-size: 12px;
  margin: 10px 15px 26px;
}

.content .paySuccess .right-box .item:hover {
  transform: translateY(-5px);
}

.content .paySuccess .right-box .item p {
  line-height: 1.3;
}

.content .orderCenter .left-box {
  background-color: #fff;
  padding: 40px 30px;
}

@media (max-width: 992px) {
  .content .orderCenter .left-box {
    padding: 15px 15px 10px;
  }
}

.content .orderCenter .left-box .nav-item .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 18px;
}

.content .orderCenter .left-box .nav-item .nav-bar i {
  color: #999;
  display: none;
}

@media (max-width: 767.89px) {
  .content .orderCenter .left-box .nav-item .nav-bar i {
    display: block;
    font-size: 12px;
  }
}

.content .orderCenter .left-box .nav-item .nav-bar .nav-left {
  display: flex;
  align-items: center;
}

.content .orderCenter .left-box .nav-item .nav-bar .nav-left img {
  margin-right: 15px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .left-box .nav-item .nav-bar {
    font-size: 16px;
  }
}

@media (max-width: 767.89px) {
  .content .orderCenter .left-box .nav-item .nav-box-ul {
    display: none;
  }
}

.content .orderCenter .left-box .nav-item .nav-box-ul .nav-item {
  cursor: pointer;
  transition: all 0.3s ease;
  padding-left: 30px;
}

.content .orderCenter .left-box .nav-item .nav-box-ul .nav-item:not(:last-child) {
  padding-bottom: 18px;
}

.content .orderCenter .left-box .nav-item .nav-box-ul .nav-item a {
  transition: all 0.3s ease;
}

.content .orderCenter .left-box .nav-item .nav-box-ul .nav-item:hover {
  transform: translateX(5px);
}

.content .orderCenter .left-box .nav-item .nav-box-ul .nav-item:hover a {
  color: #ff8100;
  text-decoration: underline;
}

.content .orderCenter .left-box .nav-item .nav-box-ul .nav-item.select a {
  color: #ff8100;
  text-decoration: underline;
}

.content .orderCenter .left-box .nav-item:not(:first-child) .nav-bar {
  margin-top: 20px;
}

.content .orderCenter .right-box .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .search-box {
    flex-wrap: wrap;
    padding: 15px 15px;
  }
}

.content .orderCenter .right-box .search-box span {
  font-size: 18px;
  margin-right: 20px;
}

.content .orderCenter .right-box .search-box .search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 2px 20px;
  background-color: #f7f7f7;
  border-radius: 5px;
}

.content .orderCenter .right-box .search-box .search-bar input {
  flex: 1;
  background-color: transparent;
  margin-right: 10px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .search-box .search-bar {
    width: 100%;
    margin-top: 5px;
  }
}

.content .orderCenter .right-box .order-item {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 20px;
}

.content .orderCenter .right-box .order-item .order-time {
  padding: 20px 0;
}

.content .orderCenter .right-box .order-item .order-time span {
  margin-right: 20px;
}

.content .orderCenter .right-box .order-inner {
  padding: 15px 0;
  display: flex;
  align-items: stretch;
}

.content .orderCenter .right-box .order-inner .order-left {
  flex: 1;
  padding-right: 40px;
}

.content .orderCenter .right-box .order-inner .order-left .item {
  display: block;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.content .orderCenter .right-box .order-inner .order-left .item .img-box {
  height: 90px;
  width: 90px;
  flex-shrink: 0;
}

.content .orderCenter .right-box .order-inner .order-left .item .img-box .img-box-inner {
  width: inherit;
  background-size: contain;
}

.content .orderCenter .right-box .order-inner .order-left .item .item-details {
  padding-left: 10px;
}

.content .orderCenter .right-box .order-inner .order-left .item .item-details .title {
  font-size: 16px;
  line-height: 1.5;
}

.content .orderCenter .right-box .order-inner .order-left .item .bold {
  margin-bottom: 10px;
}

.content .orderCenter .right-box .order-inner .order-center {
  text-align: left;
  padding: 0 30px;
}

.content .orderCenter .right-box .order-inner .order-center .bold {
  font-size: 18px;
}

.content .orderCenter .right-box .order-inner .order-right {
  padding: 0 30px;
}

.content .orderCenter .right-box .order-inner .order-right .btn {
  line-height: 40px;
  width: 110px;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .content .orderCenter .right-box .order-inner {
    flex-wrap: wrap;
    padding: 10px 0;
  }

  .content .orderCenter .right-box .order-inner>* {
    width: 100%;
    border: none;
  }

  .content .orderCenter .right-box .order-inner .order-center {
    padding: 15px 15px 5px;
    padding-bottom: 10px;
    border-top: 1px solid #e5e5e4;
    border-bottom: 1px solid #e5e5e4;
    margin: 10px 0 15px;
  }

  .content .orderCenter .right-box .order-inner .order-right {
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .content .orderCenter .right-box .order-inner .order-right .btn {
    line-height: 40px;
    width: 110px;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .order-inner .order-right {
    padding: 0 0px;
    display: block;
  }

  .content .orderCenter .right-box .order-inner .order-right .btn {
    width: 100%;
  }
}

.content .orderCenter .right-box .page-box {
  background-color: #fff;
  padding: 15px 0;
}

.content .orderCenter .right-box .page-box a {
  border: none;
}

.content .orderCenter .right-box .page-box .page-inner {
  padding: 0 !important;
  margin: 0 !important;
}

.content .orderCenter .right-box .appraise-item {
  background-color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
}

@media (max-width: 1200px) {
  .content .orderCenter .right-box .appraise-item {
    flex-wrap: wrap;
  }
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .appraise-item {
    padding: 20px;
  }
}

.content .orderCenter .right-box .appraise-item .left {
  flex: 1;
  padding-right: 30px;
}

.content .orderCenter .right-box .appraise-item .left .user-details {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.content .orderCenter .right-box .appraise-item .left .user-details .img-box {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 100px;
  margin-right: 20px;
}

.content .orderCenter .right-box .appraise-item .left .user-details .layui-rate {
  padding: 0;
}

.content .orderCenter .right-box .appraise-item .left .desc {
  padding-left: 80px;
  margin-bottom: 20px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .appraise-item .left .desc {
    padding-left: 0;
  }
}

.content .orderCenter .right-box .appraise-item .left .order-list {
  display: block;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 10px;
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.content .orderCenter .right-box .appraise-item .left .order-list .img-box {
  width: 75px;
  height: 57px;
  flex-shrink: 0;
  margin-right: 10px;
}

.content .orderCenter .right-box .appraise-item .left .order-list .img-box .img-box-inner {
  background-size: contain;
}

.content .orderCenter .right-box .appraise-item .left .order-list .bold {
  margin-bottom: 10px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .appraise-item .left .order-list {
    margin-left: 0;
  }
}

.content .orderCenter .right-box .appraise-item .left .order-list:hover {
  color: inherit;
}

@media (max-width: 1200px) {
  .content .orderCenter .right-box .appraise-item .left {
    padding: 0;
    border: none;
    width: 100%;
    margin-bottom: 10px;
  }
}

.content .orderCenter .right-box .appraise-item .right {
  padding: 0 0 0 30px;
}

@media (max-width: 1200px) {
  .content .orderCenter .right-box .appraise-item .right {
    padding: 0;
    border: none;
    width: 100%;
    padding-left: 80px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .appraise-item .right {
    padding-left: 0px;
  }
}

.content .orderCenter .right-box .appraise-item .right .btn {
  width: 110px;
  line-height: 40px;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .content .orderCenter .right-box .appraise-item .right .btn {
    margin: 5px;
  }
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .appraise-item .right .btn {
    width: 100%;
    margin: 5px 0;
  }
}

.content .orderCenter .right-box .user-info {
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .content .orderCenter .right-box .user-info {
    padding: 20px;
  }
}

.content .orderCenter .right-box .user-info .user-details {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
}

.content .orderCenter .right-box .user-info .user-details .img-box {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 100px;
  margin-right: 20px;
}

.content .orderCenter .right-box .user-info .user-details .layui-rate {
  padding: 0;
}

.content .orderCenter .right-box .user-info .form-cell {
  padding-top: 20px;
}

.content .orderCenter .right-box .user-info .form-cell .name {
  padding-bottom: 20px;
}

.content .orderCenter .right-box .user-info .form-cell .value {
  border: 1px solid #e5e5e4;
  padding: 15px 20px;
  border-radius: 5px;
  max-width: 550px;
}

.content .orderCenter .right-box .user-info .form-cell .btn {
  width: 130px;
  line-height: 40px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .user-info .form-cell .btn {
    width: 100%;
  }
}

.content .orderCenter .right-box .user-info .form-cell .value-inner {
  display: flex;
  align-items: center;
}

.content .orderCenter .right-box .user-info .form-cell .value-inner .value {
  flex: 1;
}

.content .orderCenter .right-box .user-info .form-cell .value-inner span {
  margin-left: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.content .orderCenter .right-box .user-info .form-cell .value-inner span:hover {
  color: #ff8e00;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .user-info .form-cell .value-inner {
    display: block;
  }

  .content .orderCenter .right-box .user-info .form-cell .value-inner span {
    margin-top: 15px;
    margin-left: 0;
    display: block;
  }
}

.content .orderCenter .right-box .collection-item-inner {
  background-color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
}

.content .orderCenter .right-box .collection-item-inner .time {
  padding: 25px 25px 0;
}

.content .orderCenter .right-box .collection-item-inner .collection-item {
  padding: 10px 25px 30px;
  margin-bottom: 0;
}

.content .orderCenter .right-box .collection-item {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 30px 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .collection-item {
    padding: 20px;
    display: block;
  }
}

@media (max-width: 992px) {
  .content .orderCenter .right-box .collection-item {
    flex-wrap: wrap;
  }
}

.content .orderCenter .right-box .collection-item .img-box {
  width: 120px;
  height: 120px;
  margin-right: 10px;
}

.content .orderCenter .right-box .collection-item .item-details {
  flex: 1;
}

.content .orderCenter .right-box .collection-item .item-details .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.content .orderCenter .right-box .collection-item .item-details .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.content .orderCenter .right-box .collection-item .item-details .desc .item {
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  line-height: 1;
  margin: 5px 10px 5px 0;
}

.content .orderCenter .right-box .collection-item .item-details .desc .item img {
  margin-right: 10px;
}

.content .orderCenter .right-box .collection-item .item-details .desc .item .layui-rate {
  padding: 0;
}

.content .orderCenter .right-box .collection-item .item-details .desc .item .layui-rate i {
  font-size: 13px;
}

.content .orderCenter .right-box .collection-item .item-details .price .bold {
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .collection-item .item-details {
    width: 100%;
  }
}

.content .orderCenter .right-box .collection-item .btn-box {
  padding-left: 20px;
}

@media (max-width: 992px) {
  .content .orderCenter .right-box .collection-item .btn-box {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .collection-item .btn-box {
    display: block;
    padding: 0;
    padding-top: 10px;
  }
}

.content .orderCenter .right-box .collection-item .btn-box .btn {
  width: 110px;
  line-height: 40px;
  display: block;
  margin: 5px 10px;
}

@media (max-width: 767.89px) {
  .content .orderCenter .right-box .collection-item .btn-box .btn {
    width: 100%;
    margin: 5px 0;
  }
}

.content .shopCenter .allBox {
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 10px;
}

.content .shopCenter .allBox .item-box {
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .shopCenter .allBox .item-box .title {
  font-size: 24px;
  margin-bottom: 15px;
}

.content .shopCenter .allBox .item-map .layui-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.content .shopCenter .allBox .item-map .layui-row .left-box {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.content .shopCenter .allBox .item-map .layui-row .left-box .title {
  font-size: 18px;
  padding: 20px;
}

.content .shopCenter .allBox .item-map .layui-row .left-box .item-inner {
  height: 392px;
  overflow-y: auto;
}

.content .shopCenter .allBox .item-map .layui-row .left-box .item-inner .item-list {
  padding: 20px;
}

.content .shopCenter .allBox .item-map .layui-row .left-box .item-inner .item-list .item-title {
  padding-bottom: 15px;
}

.content .shopCenter .allBox .item-map .layui-row .left-box .item-inner .item-list .btn {
  padding: 15px 15px;
  margin-top: 20px;
  box-sizing: border-box;
  line-height: 1;
  width: fit-content;
}

.content .shopCenter .allBox .item-map .layui-row .left-box .item-inner.legalEntity {
  height: 456px;
}

.content .shopCenter .allBox .item-map .layui-row .right-box {
  padding: 10px;
}

.content .shopCenter .allBox .item-map .layui-row .right-box .map-box {
  height: 450px;
}

.content .shopCenter.legalEntity .top-box {
  background-color: #fff;
  padding: 30px 35px 20px;
}

@media (max-width: 992px) {
  .content .shopCenter.legalEntity .top-box {
    padding: 20px;
  }
}

.content .shopCenter.legalEntity .top-box .title {
  font-size: 18px;
  padding-bottom: 30px;
}

.content .shopCenter.legalEntity .top-box .section-title {
  font-size: 16px;
  padding-bottom: 20px;
}

.content .shopCenter.legalEntity .top-box .gray {
  line-height: 1.6;
  margin-bottom: 20px;
}

.content .shopCenter.legalEntity .img-box {
  display: flex;
  margin: 0 auto;
  height: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content .shopCenter.legalEntity .img-box img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 90%;
}

.content .shopCenter.legalEntity .img-box span {
  position: absolute;
  right: 0;
  top: 0;
}

.content .shopCenter .item-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .shopCenter .item-box>div {
  margin: 5px 0px 5px 0;
}

.content .shopCenter .item-box .search-box {
  display: flex;
  background-color: #f7f7f7;
  align-items: center;
  height: 45px;
  padding: 0 15px;
}

.content .shopCenter .item-box .search-box input {
  flex: 1;
}

.content .shopCenter .item-box .check-box {
  padding: 10px;
  background-color: #f7f7f7;
  margin-left: 10px;
}

.content .shopCenter .item-box .check-box .layui-form-checked[lay-skin='primary'] i {
  border-color: #ff8100 !important;
  background-color: #ff8100;
}

.content .about .page-box {
  background-color: #fff;
  padding: 15px 0;
  margin-top: 10px;
}

.content .about .page-box a {
  border: none;
}

.content .about .page-box .page-inner {
  padding: 0 !important;
  margin: 0 !important;
}

.content .about .left-box {
  padding: 40px 20px 25px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.content .about .left-box .nav-item {
  padding-bottom: 15px;
  transition: all 0.3s ease;
}

.content .about .left-box .nav-item.select,
.content .about .left-box .nav-item:hover {
  color: #ff8e00;
  text-decoration: underline;
  position: relative;
}

.content .about .left-box .nav-item.select::before,
.content .about .left-box .nav-item:hover::before {
  position: absolute;
  top: 6%;
  width: 2px;
  height: 50%;
  content: '';
  background-color: #ff8e00;
  left: -20px;
}

.content .about .left-box .nav-item:hover {
  transform: translateX(5px);
}

.content .about .right-box .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  font-size: 18px;
}

.content .about .right-box .desc-box {
  background-color: #fff;
  padding: 30px 50px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .content .about .right-box .desc-box {
    padding: 20px 15px;
  }
}

.content .about .right-box .notice-box .item-box {
  display: block;
  padding: 15px;
  background-color: #fff;
}

.content .about .right-box .notice-box .item-box .img-box {
  height: 160px;
}

.content .about .right-box .notice-box .item-box .title {
  margin: 15px 0 10px;
}

.content .about .right-box .notice-box .item-box .time {
  margin-top: 10px;
  color: #ff8e00;
}

.content .about .right-box .notice-box .item-box:hover {
  color: #000;
}

.content .about .right-box .operate-box {
  background-color: #fff;
  padding: 35px 30px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .content .about .right-box .operate-box {
    padding: 20px 15px;
  }
}

.content .about .right-box .operate-box p {
  line-height: 1.6;
  padding-bottom: 15px;
  color: #878787;
}

.content .about .right-box .operate-box .title {
  font-size: 24px;
  padding-bottom: 20px;
}

.content .about .right-box .operate-box .section-box .section-box-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #f6f6f6;
}

.content .about .right-box .operate-box .section-box .section-box-bar.btn-hover:hover {
  color: #000;
}

.content .about .right-box .operate-box .section-box .section-box-bar.btn:hover {
  color: #fff;
}

.content .about .right-box .operate-box .section-box .search-box-content {
  display: none;
  padding: 0 10px;
}

.content .about .right-box .operate-form {
  background-color: #fff;
  padding: 35px 30px;
}

@media (max-width: 992px) {
  .content .about .right-box .operate-form {
    padding: 20px 15px;
  }
}

.content .about .right-box .operate-form .title {
  font-size: 18px;
  margin-bottom: 5px;
}

.content .about .right-box .operate-form .form-cell .name {
  font-weight: bold;
  padding: 10px 0 15px;
}

.content .about .right-box .operate-form .form-cell .value {
  border: 1px solid #e5e5e4;
  border-radius: 5px;
  padding: 5px 15px;
}

.content .about .right-box .operate-form .form-cell .value input {
  background-color: transparent;
  width: 100%;
}

.content .about .right-box .operate-form .form-cell .value textarea {
  width: 100%;
  resize: none;
}

.content .about .right-box .operate-form .form-cell .btn {
  width: 130px;
  line-height: 40px;
}

@media (max-width: 992px) {
  .content .about .right-box .operate-form .form-cell .btn {
    width: 100%;
  }
}

.content .about .right-box .job-box {
  background-color: #fff;
  padding: 20px 20px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .content .about .right-box .job-box {
    padding: 20px 15px;
  }
}

.content .about .right-box .job-box:hover {
  color: #000;
}

.content .about .right-box .job-box .job-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #000;
}

.content .about .right-box .job-box .job-box-title.orange {
  color: #ff8e00;
}

.content .about .right-box .job-box .job-box-inner {
  display: none;
  margin-top: 20px;
}

.content .about .right-box .job-box .job-box-inner .job-box-top {
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}

.content .about .right-box .job-box .job-box-inner .item-list {
  margin-bottom: 15px;
  line-height: 1.6;
}

.content .about .right-box .job-box .job-box-inner .item-list .item-list-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.content .about .right-box .freeEdit {
  background-color: #fff;
  padding: 50px 40px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .content .about .right-box .freeEdit {
    padding: 20px 15px;
  }
}

.content .about .right-box .freeEdit .title {
  margin-bottom: 15px;
  font-size: 18px;
}

.content .about .right-box .freeEdit .desc {
  margin-bottom: 20px;
}

.content .clubCenter .top-box {
  display: block;
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 992px) {
  .content .clubCenter .top-box {
    padding: 20px;
  }
}

.content .clubCenter .top-box .left-box .img-box {
  height: 300px;
}

@media (max-width: 992px) {
  .content .clubCenter .top-box .left-box .img-box {
    height: 300px;
  }
}

@media (max-width: 767.89px) {
  .content .clubCenter .top-box .left-box .img-box {
    height: 200px;
  }
}

.content .clubCenter .top-box .item-box {
  padding: 0 50px;
  color: #000;
}

@media (max-width: 992px) {
  .content .clubCenter .top-box .item-box {
    padding: 0 20px;
  }
}

@media (max-width: 767.89px) {
  .content .clubCenter .top-box .item-box {
    padding: 20px 0;
  }
}

.content .clubCenter .top-box .item-box .user-details {
  padding-top: 10px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.content .clubCenter .top-box .item-box .user-details .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin-right: 20px;
}

.content .clubCenter .top-box .item-box .user-name {
  font-size: 16px;
}

.content .clubCenter .top-box .item-box .desc {
  font-size: 16px;
  padding-bottom: 10px;
}

.content .clubCenter .top-box .item-box .item-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.content .clubCenter .top-box .item-box .item-box-bottom .item-left {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 5px;
}

.content .clubCenter .top-box .item-box .item-box-bottom .item-left img {
  margin-right: 15px;
  margin-left: 0;
}

.content .clubCenter .bottom-box {
  margin-top: 5px;
  margin-bottom: 10px;
}

.content .clubCenter .bottom-box .user-box.img-box {
  height: 220px;
}

@media (max-width: 992px) {
  .content .clubCenter .bottom-box .user-box.img-box {
    height: 150px;
  }
}

.content .clubCenter .bottom-box .item-box-li {
  padding: 20px;
  display: block;
  background-color: #fff;
  color: #000;
}

@media (max-width: 992px) {
  .content .clubCenter .bottom-box .item-box-li {
    padding: 15px;
  }
}

.content .clubCenter .bottom-box .item-box-li .user-details {
  padding-top: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.content .clubCenter .bottom-box .item-box-li .user-details .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin-right: 20px;
}

.content .clubCenter .bottom-box .item-box-li .user-name {
  font-size: 16px;
}

.content .clubCenter .bottom-box .item-box-li .desc {
  font-size: 16px;
  margin-bottom: 10px;
}

.content .clubCenter .bottom-box .item-box-li .item-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.content .clubCenter .bottom-box .item-box-li .item-box-bottom .item-left {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 5px;
}

.content .clubCenter .bottom-box .item-box-li .item-box-bottom .item-left img {
  margin-right: 15px;
}

.content .clubCenter .bottom-box .item-box-li .item-box-bottom img {
  width: 55%;
  max-width: 200px;
  margin-left: 20px;
}

.content .clubCenter .bottom-page {
  background-color: #fff;
}

.content .clubCenter .bottom-page .page-box .page-inner {
  margin: 15px 0;
}

.content .clubdetails .details {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.content .clubdetails .left-box {
  box-sizing: border-box;
  height: 100%;
  padding: 40px;
  line-height: 1.6;
}

.content .clubdetails .left-box .title {
  font-size: 24px;
  margin-bottom: 20px;
}

.content .clubdetails .left-box .user-details {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.content .clubdetails .left-box .user-details .img-box {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 20px;
}

.content .clubdetails .left-box .user-name {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.content .clubdetails .left-box .user-name .gray {
  margin-left: 20px;
  font-size: 14px;
}

.content .clubdetails .left-box .details-content {
  padding: 40px 0;
  font-size: 16px;
}

.content .clubdetails .left-box .comment {
  padding: 30px 0 0;
  text-align: center;
}

.content .clubdetails .left-box .comment .tips {
  font-size: 16px;
  text-align: center;
  padding-bottom: 30px;
}

.content .clubdetails .left-box .comment .emo-box img {
  margin: 0 auto 10px;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
  width: auto;
}

@media (max-width: 992px) {
  .content .clubdetails .left-box {
    padding: 20px;
  }

  .content .clubdetails .left-box .title {
    font-size: 20px;
  }
}

@media (max-width: 767.89px) {
  .content .clubdetails .left-box {
    padding: 15px;
  }
}

.content .clubdetails .right-box {
  height: 100%;
}

.content .clubdetails .right-box .user-box.img-box {
  height: 220px;
}

@media (max-width: 992px) {
  .content .clubdetails .right-box .user-box.img-box {
    height: 150px;
  }
}

.content .clubdetails .right-box .item-box-li {
  margin-bottom: 20px;
  padding: 20px;
  display: block;
  background-color: #fff;
  color: #000;
}

@media (max-width: 992px) {
  .content .clubdetails .right-box .item-box-li {
    padding: 15px;
  }
}

.content .clubdetails .right-box .item-box-li:last-child {
  margin-bottom: 0;
}

.content .clubdetails .right-box .item-box-li .user-details {
  padding-top: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.content .clubdetails .right-box .item-box-li .user-details .img-box {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 20px;
}

.content .clubdetails .right-box .item-box-li .user-name {
  font-size: 16px;
}

.content .clubdetails .right-box .item-box-li .desc {
  font-size: 16px;
  margin-bottom: 10px;
}

.content .clubdetails .right-box .item-box-li .item-box-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.content .clubdetails .right-box .item-box-li .item-box-bottom .item-left {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 5px;
}

.content .clubdetails .right-box .item-box-li .item-box-bottom .item-left img {
  margin-right: 15px;
  margin-left: 0;
}

.content .clubdetails .right-box .item-box-li .item-box-bottom img {
  width: 55%;
  max-width: 200px;
  margin-left: 20px;
}

.content .clubdetails .bottom-box {
  padding: 40px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .content .clubdetails .bottom-box {
    padding: 20px;
  }
}

@media (max-width: 767.89px) {
  .content .clubdetails .bottom-box {
    padding: 15px;
  }
}

.content .clubdetails .bottom-box .comment-top {
  padding-bottom: 30px;
}

.content .clubdetails .bottom-box .comment-top .title {
  font-size: 18px;
  padding-bottom: 10px;
}

.content .clubdetails .bottom-box .comment-top .desc {
  margin-bottom: 15px;
}

.content .clubdetails .bottom-box .comment-top .input-box {
  background-color: #f5f5f5;
  border-radius: 20px;
  overflow: hidden;
  padding: 15px;
}

.content .clubdetails .bottom-box .comment-top .input-box .top-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.content .clubdetails .bottom-box .comment-top .input-box .top-box .user-details {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.content .clubdetails .bottom-box .comment-top .input-box .top-box textarea {
  width: 100%;
  height: 100px;
  background-color: transparent;
  font-size: 16px;
  resize: none;
}

.content .clubdetails .bottom-box .comment-top .input-box .btn-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.content .clubdetails .bottom-box .comment-top .input-box .btn-box a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  margin-right: 10px;
}

.content .clubdetails .bottom-box .comment-top .input-box .btn-box .send-btn {
  cursor: pointer;
  overflow: hidden;
  border-radius: 100px;
}

.content .clubdetails .bottom-box .comment-list {
  padding: 20px 0;
}

.content .clubdetails .bottom-box .comment-list .user-details {
  display: flex;
  align-items: center;
}

.content .clubdetails .bottom-box .comment-list .user-details .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin-right: 20px;
}

.content .clubdetails .bottom-box .comment-list .user-name {
  font-size: 16px;
}

.content .clubdetails .bottom-box .comment-list .user-name .gray {
  font-size: 14px;
}

.content .clubdetails .bottom-box .comment-list .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.content .clubdetails .bottom-box .comment-list .top-box .comment-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.content .clubdetails .bottom-box .comment-list .desc {
  margin-bottom: 20px;
}

.content .clubdetails .bottom-box .comment-list .comment-icon {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.content .clubdetails .bottom-box .comment-list .comment-icon a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #999;
}

.content .clubdetails .bottom-box .comment-list .comment-icon a:hover {
  box-shadow: none;
}

.content .clubdetails .bottom-box .comment-list .comment-icon a img {
  margin-right: 5px;
}

.content .clubdetails .bottom-box .comment-list .comment-details {
  padding: 30px;
  background-color: #f5f5f5;
  position: relative;
}

.content .clubdetails .bottom-box .comment-list .comment-details::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  top: -5px;
  left: 96px;
}

.content .classifiedList .item-box {
  display: block;
  background-color: #fff;
  padding: 25px 25px 30px;
  text-align: center;
  color: #000;
}

@media (max-width: 992px) {
  .content .classifiedList .item-box {
    padding: 15px;
  }
}

.content .classifiedList .item-box .bold {
  font-size: 16px;
}

.content .classifiedList .item-box .img-box {
  height: 173px;
}

@media (max-width: 992px) {
  .content .classifiedList .item-box .img-box {
    height: 120px;
  }
}

.content .classifiedList .item-box .img-box .img-box-inner {
  background-color: #fff;
  background-size: contain;
}

.content .classifiedList .nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}

.content .classifiedList .nav-bar .nav-item {
  padding: 8px 20px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
}

.content .classifiedList .nav-bar .nav-item.btn a {
  color: #fff;
}

.content .classifiedList .item-bottom-box {
  display: block;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.content .classifiedList .item-bottom-box:hover {
  box-shadow: none;
  background-image: linear-gradient(0deg, #ff8100 0%, #ffa100 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.content .classifiedList .item-bottom-box:hover * {
  color: #fff !important;
}

.content .classifiedList .item-bottom-box .img-box {
  height: 160px;
}

.content .classifiedList .item-bottom-box .item-bottom-details {
  padding: 20px;
}

.content .classifiedList .item-bottom-box .item-bottom-details .title {
  font-size: 16px;
  margin-bottom: 15px;
}

.content .classifiedList .classifiedSwiper {
  position: relative;
  z-index: 0;
}

.content .classifiedList .classifiedSwiper .btn-box .btn-li {
  color: #999;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.content .classifiedList .classifiedSwiper .btn-box .btn-li::after {
  font-size: 12px;
}

.content .classifiedList .classifiedSwiper .btn-box .btn-li.swiper-button-prev {
  left: -40px;
}

@media (max-width: 1520px) {
  .content .classifiedList .classifiedSwiper .btn-box .btn-li.swiper-button-prev {
    left: 0px;
  }
}

.content .classifiedList .classifiedSwiper .btn-box .btn-li.swiper-button-next {
  right: -40px;
}

@media (max-width: 1520px) {
  .content .classifiedList .classifiedSwiper .btn-box .btn-li.swiper-button-next {
    right: 0px;
  }
}

.content .shopCar .page-title .gray {
  font-size: 14px;
  font-weight: normal;
}

.content .shopCar .shopCar-box .left-box .title-box {
  background-color: #fff;
  padding: 20px 25px;
  margin-bottom: 10px;
}

.content .shopCar .shopCar-box .left-box .title-box .bold {
  font-size: 16px;
}

.content .shopCar .shopCar-box .left-box .title-box .layui-form-checked[lay-skin='primary'] i {
  background-color: #ff8e00;
  border-color: #ff8e00 !important;
}

.content .shopCar .shopCar-box .left-box .title-box span {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.content .shopCar .shopCar-box .left-box .shopCar-item {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 767.89px) {
  .content .shopCar .shopCar-box .left-box .shopCar-item {
    padding: 15px;
  }
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-check .layui-form-checked[lay-skin='primary'] i {
  background-color: #ff8e00;
  border-color: #ff8e00 !important;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .img-box {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .img-box .img-box-inner {
  background-color: #fff;
  background-size: contain;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .details-right .title {
  font-size: 18px;
  margin-bottom: 10px;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .details-right .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .details-right .desc .item {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 5px;
  margin: 5px 5px 5px 0;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .details-right .desc .item .layui-rate {
  padding: 0;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .details-right .desc .item .layui-rate i {
  font-size: 14px;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .details-right .desc .item img {
  margin-right: 10px;
}

@media (max-width: 767.89px) {
  .content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner {
    display: block;
    padding-right: 0;
  }

  .content .shopCar .shopCar-box .left-box .shopCar-item .top-box .left-inner .details-right {
    margin-top: 10px;
  }
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .right-inner {
  text-align: right;
  flex-shrink: 0;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .top-box .right-inner .bold {
  font-size: 18px;
  padding-bottom: 10px;
}

@media (max-width: 767.89px) {
  .content .shopCar .shopCar-box .left-box .shopCar-item .top-box {
    display: block;
  }

  .content .shopCar .shopCar-box .left-box .shopCar-item .top-box .right-inner {
    margin-top: 10px;
  }
}

.content .shopCar .shopCar-box .left-box .shopCar-item .bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  flex-wrap: wrap;
  color: #999;
}

.content .shopCar .shopCar-box .left-box .shopCar-item .bottom-box .right span {
  margin-left: 10px;
}

@media (max-width: 767.89px) {
  .content .shopCar .shopCar-box .left-box .shopCar-item .bottom-box {
    display: block;
  }

  .content .shopCar .shopCar-box .left-box .shopCar-item .bottom-box .right {
    padding-top: 5px;
  }

  .content .shopCar .shopCar-box .left-box .shopCar-item .bottom-box .right span {
    margin-left: 0;
    margin-right: 10px;
  }
}

.content .shopCar .shopCar-box .right-box {
  background-color: #fff;
}

.content .shopCar .shopCar-box .right-box .title {
  font-size: 18px;
  padding: 20px;
}

@media (max-width: 767.89px) {
  .content .shopCar .shopCar-box .right-box .title {
    padding: 15px;
  }
}

.content .shopCar .shopCar-box .right-box .desc {
  background-color: #f5f5f5;
  padding: 25px;
}

@media (max-width: 767.89px) {
  .content .shopCar .shopCar-box .right-box .desc {
    padding: 15px;
  }
}

.content .shopCar .shopCar-box .right-box .desc .bold {
  font-size: 16px;
  margin-bottom: 5px;
}

.content .shopCar .shopCar-box .right-box .desc .layui-form-onswitch {
  border-color: #ff8e00;
  background-color: #ff8e00;
}

.content .shopCar .shopCar-box .right-box .inner-box {
  padding: 25px;
}

@media (max-width: 767.89px) {
  .content .shopCar .shopCar-box .right-box .inner-box {
    padding: 15px;
  }
}

.content .shopCar .shopCar-box .right-box .inner-box .price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-top: 10px;
}

.content .shopCar .shopCar-box .right-box .inner-box .btn-li {
  display: block;
  margin-top: 15px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: solid 1px #e5e5e4;
  line-height: 40px;
  text-align: center;
}

.content .shopCar .shopCar-box .right-box .inner-box .btn-li:hover {
  background-image: linear-gradient(0deg, #ff8100 0%, #ffa100 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.content .buyerSource .buyerSource-box .left-box .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 25px;
  color: #000;
  height: 100%;
  min-height: 60px;
}

.content .buyerSource .buyerSource-box .left-box .top-box img {
  width: 15px;
}

@media (max-width: 992px) {
  .content .buyerSource .buyerSource-box .left-box .top-box {
    padding: 20px;
  }
}

.content .buyerSource .buyerSource-box .left-box .top-box .bold {
  font-size: 16px;
  margin-top: 10px;
}

.content .buyerSource .buyerSource-box .left-box .top-box span {
  display: block;
}

.content .buyerSource .buyerSource-box .left-box .title {
  font-size: 24px;
  padding: 30px 0 5px;
}

.content .buyerSource .buyerSource-box .left-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  margin-bottom: 20px;
  color: #000;
}

.content .buyerSource .buyerSource-box .left-box .btn-box .btn-li {
  line-height: 50px;
  padding: 0 20px;
  margin: 5px 5px 5px 0;
  height: 50px;
  background-color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px #e5e5e4;
}

.content .buyerSource .buyerSource-box .left-box .btn-box .btn-li.btn-hover:hover {
  color: #000;
}

.content .buyerSource .buyerSource-box .left-box .layui-map {
  background-color: #fff;
  padding: 30px;
}

@media (max-width: 992px) {
  .content .buyerSource .buyerSource-box .left-box .layui-map {
    padding: 20px;
  }
}

.content .buyerSource .buyerSource-box .left-box .layui-map .section-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.content .buyerSource .buyerSource-box .left-box .layui-map .gray {
  margin-bottom: 15px;
}

.content .buyerSource .buyerSource-box .left-box .layui-map .btn-li {
  line-height: 50px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: solid 1px #e5e5e4;
  color: #000;
  display: block;
  text-align: center;
  width: fit-content;
  padding: 0 20px;
}

.content .buyerSource .buyerSource-box .left-box .map-box {
  height: 190px;
}

@media (max-width: 992px) {
  .content .buyerSource .buyerSource-box .left-box .map-box {
    height: 120px;
  }
}

.content .buyerSource .buyerSource-box .left-box .radio-box {
  background-color: #fff;
  padding: 10px 30px 30px;
  margin-top: 10px;
}

.content .buyerSource .buyerSource-box .left-box .radio-box .item {
  padding: 20px 0 20px;
  display: flex;
  align-items: center;
}

.content .buyerSource .buyerSource-box .left-box .radio-box .item .layui-form-radio {
  margin: 0;
}

.content .buyerSource .buyerSource-box .left-box .radio-box .item img {
  width: 35px;
  margin-right: 20px;
}

.content .buyerSource .buyerSource-box .left-box .form-btn {
  margin-bottom: 25px;
  padding: 0 20px;
  width: fit-content;
  line-height: 50px;
  margin-top: 30px;
}

.content .buyerSource .buyerSource-box .left-box .tips a:hover {
  color: #ff8e00;
  opacity: 0.8;
}

.content .buyerSource .buyerSource-box .right-box {
  padding: 20px;
  background-color: #fff;
}

.content .buyerSource .buyerSource-box .right-box .item {
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}

.content .buyerSource .buyerSource-box .right-box .item .item-box {
  width: 34px;
  margin: 30px auto 20px;
}

.content .buyerSource .buyerSource-box .right-box .item .desc {
  font-size: 12px;
  margin: 10px 15px 26px;
}

.content .buyerSource .buyerSource-box .right-box .item:hover {
  transform: translateY(-5px);
}

.content .buyerSource .buyerSource-box .right-box .item p {
  line-height: 1.3;
}

.content .product .left-box .search-box {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.content .product .left-box .search-box input {
  flex: 1;
}

.content .product .left-box .search-box img {
  margin-left: 20px;
  cursor: pointer;
}

.content .product .left-box .product-menu {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 30px 25px;
}

@media (max-width: 992px) {
  .content .product .left-box .product-menu {
    padding: 20px;
  }
}

.content .product .left-box .product-menu .layui-form-checked[lay-skin='primary'] i {
  background-color: #ff8100;
  border-color: #ff8100 !important;
}

.content .product .left-box .product-menu .layui-form-checkbox span {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}

.content .product .left-box .product-menu .title-box {
  font-size: 16px;
  cursor: pointer;
  padding-bottom: 0px;
}

.content .product .left-box .product-menu .title-box i {
  margin-right: 10px;
  font-size: 14px;
  color: #999;
  display: inline-block;
}

.content .product .left-box .product-menu .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px;
}

.content .product .left-box .product-menu .select-box .layui-form-select {
  width: 49%;
  border-radius: 5px;
}

.content .product .left-box .product-menu .select-box .layui-form-select dl dd.layui-this {
  background-color: #ff8100;
}

.content .product .left-box .product-menu .search-box {
  padding: 15px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.content .product .left-box .product-menu .menu-list {
  padding: 15px 0 0px;
}

.content .product .left-box .product-menu .menu-list .item {
  padding-bottom: 15px;
}

.content .product .left-box .product-menu .menu-item .item {
  padding: 15px 0;
}

.content .product .left-box .product-menu .colorScroll {
  max-height: 220px;
  overflow-y: auto;
  margin: 15px 0;
}

.content .product .left-box .product-menu .product-section .title-box {
  margin: 15px 0 15px;
}

.content .product .left-box .product-menu .product-section .menu-inner {
  display: none;
}

.content .product .left-box .product-menu .btn-box {
  margin-top: 20px;
}

.content .product .left-box .product-menu .btn-box .btn-hover {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.content .product .left-box .product-menu .btn-box .btn-hover.white {
  background-color: #fff;
  color: #000;
  background-image: none;
}

.content .product .right-box .filter-box {
  background-color: #fff;
  margin-bottom: 10px;
}

.content .product .right-box .filter-box .layui-form-select dl dd.layui-this {
  background-color: #ff8100;
}

.content .product .right-box .filter-box .layui-form-select .layui-input {
  border: none;
  color: #ff8100;
  width: 140px;
}

.content .product .right-box .filter-box .tag-box {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .product .right-box .filter-box .tag-box .tag-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 15px;
}

.content .product .right-box .filter-box .tag-box .tag-inner .tag {
  border-radius: 100px;
  padding: 3px 10px;
  margin: 5px 5px 5px 0;
  background-color: #f5f5f5;
  color: #878787;
}

.content .product .right-box .filter-box .select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  display: flex;
  flex-wrap: wrap;
}

.content .product .right-box .filter-box .select-box .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .product .right-box .filter-box .select-box .left .select-item {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.content .product .right-box .filter-box .select-box .left .gray {
  margin-right: 10px;
}

.content .product .right-box .filter-box .select-box .right {
  display: flex;
  align-items: center;
}

.content .product .right-box .filter-box .select-box .right img {
  margin-left: 15px;
  opacity: 0.3;
  cursor: pointer;
}

.content .product .right-box .filter-box .select-box .right img.select {
  opacity: 1;
}

@media (max-width: 992px) {
  .content .product .right-box .filter-box .select-box .right {
    padding-top: 15px;
  }

  .content .product .right-box .filter-box .select-box .right img {
    margin-left: 0;
    margin-right: 20px;
  }
}

.content .product .right-box .center-box {
  padding: 30px;
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
}

@media (max-width: 767.89px) {
  .content .product .right-box .center-box {
    padding: 15px;
  }
}

.content .product .right-box .center-box .left {
  text-align: center;
}

.content .product .right-box .center-box .left .note {
  font-size: 60px;
  line-height: 1;
}

@media (max-width: 767.89px) {
  .content .product .right-box .center-box .left .note {
    padding: 30px;
  }
}

.content .product .right-box .center-box .left .layui-rate {
  font-size: 16px;
}

.content .product .right-box .center-box .center {
  flex: 1;
  padding: 0 50px;
}

.content .product .right-box .center-box .center>div {
  display: flex;
  align-items: center;
}

.content .product .right-box .center-box .center>div span {
  margin-right: 10px;
}

.content .product .right-box .center-box .center>div .layui-progress {
  flex: 1;
}

.content .product .right-box .center-box .center>div .layui-progress-bar {
  background-color: #ff8100;
}

.content .product .right-box .center-box .right .bold {
  font-size: 16px;
}

.content .product .right-box .center-box .right .btn {
  margin-top: 30px;
  line-height: 40px;
  padding: 0 15px;
  width: 160px;
}

@media (max-width: 1200px) {
  .content .product .right-box .center-box {
    flex-wrap: wrap;
  }

  .content .product .right-box .center-box .left,
  .content .product .right-box .center-box .center {
    width: 50%;
  }

  .content .product .right-box .center-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .content .product .right-box .center-box .right .btn {
    margin: 30px auto 0;
  }
}

@media (max-width: 767.89px) {
  .content .product .right-box .center-box {
    flex-wrap: wrap;
  }

  .content .product .right-box .center-box .left,
  .content .product .right-box .center-box .center {
    width: 100%;
  }

  .content .product .right-box .center-box .left .orange,
  .content .product .right-box .center-box .center .orange {
    padding: 10px;
    font-size: 30px;
  }

  .content .product .right-box .center-box .center {
    padding: 20px 0 0;
  }

  .content .product .right-box .center-box .right {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }

  .content .product .right-box .center-box .right .btn {
    margin: 30px auto 0;
  }
}

.content .product .right-box .bottom-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 20px;
}

.content .product .right-box .bottom-box .search-box {
  width: 49.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  box-sizing: border-box;
}

.content .product .right-box .bottom-box .search-box input {
  flex: 1;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .content .product .right-box .bottom-box .search-box {
    width: 100%;
    margin: 0px 0 10px;
  }
}

.content .product .right-box .bottom-box .layui-form-select {
  width: 49.5%;
}

.content .product .right-box .bottom-box .layui-form-select .layui-input {
  height: 50px;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .content .product .right-box .bottom-box .layui-form-select {
    width: 100%;
  }
}

.content .product .right-box .bottom-box .layui-form-select dl dd.layui-this {
  background-color: #ff8100;
}

.content .product .right-box .rate-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.content .product .right-box .rate-box .item {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px 10px 5px 0;
}

.content .product .right-box .rate-box .item .star {
  margin-right: 10px;
}

.content .product .right-box .rate-box .item .star i {
  font-size: 16px;
  color: #ff8100;
}

.content .product .right-box .rate-box .item .layui-form-checked[lay-skin='primary'] i {
  border-color: #ff8100 !important;
  background-color: #ff8100;
}

.content .product .right-box .page-box {
  background-color: #fff;
}

.content .product .right-box .page-box .page-inner {
  margin: 15px 0;
}

.content .product .right-box .page-box .page-inner a {
  border: none;
}

.content .product .right-box .product-item {
  background-color: #fff;
  margin-bottom: 10px;
  color: #000;
  padding: 20px;
}

@media (max-width: 992px) {
  .content .product .right-box .product-item {
    padding: 15px;
  }
}

.content .product .right-box .product-item .img-box {
  height: 250px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 10px;
}

.content .product .right-box .product-item .img-box .img-box-inner {
  background-color: #fff;
  background-size: contain;
}

/* @media (max-width: 992px) {
  .content .product .right-box .product-item .img-box {
    height: 150px;
    width: 150px;
  }
} */

.content .product .right-box .product-item .title {
  font-size: 16px;
  padding-bottom: 10px;
}

.content .product .right-box .product-item .desc {
  padding-bottom: 10px;
}

.content .product .right-box .product-item .desc .item {
  width: fit-content;
  padding: 0 10px;
  border-radius: 5px;
  margin: 5px 5px 5px 0;
}

.content .product .right-box .product-item .desc .item .layui-rate {
  padding: 0;
}

.content .product .right-box .product-item .desc .item .layui-rate i {
  font-size: 16px;
}

.content .product .right-box .product-item .price .bold {
  font-size: 18px;
}

.content .product .right-box .product-item .tips {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.content .product .right-box .product-item .step-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .product .right-box .product-item .step-inner>* {
  margin: 5px 0;
}

.content .product .right-box .product-item .step-inner .btn-li {
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 5px;
}

.content .product .right-box .product-item .step-inner .btn-li.btn {
  color: #fff;
}

.content .product .right-box .product-item .step-inner .btn-li.btn:hover {
  color: #fff;
}

.content .product .right-box .list .product-item {
  background-color: #fff;
  margin-bottom: 10px;
  color: #000;
  display: flex;
  align-items: center;
  padding: 20px;
}

.content .product .right-box .list .product-item>a {
  display: flex;
  align-items: center;
}

.content .product .right-box .list .product-item .img-box {
  height: 130px;
  width: 130px;
  flex-shrink: 0;
  margin: 0 auto 10px;
}

.content .product .right-box .list .product-item .img-box .img-box-inner {
  background-color: #fff;
  background-size: contain;
}

.content .product .right-box .list .product-item .center {
  flex: 1;
  padding: 0 20px;
}

.content .product .right-box .list .product-item .title {
  font-size: 16px;
  padding-bottom: 10px;
}

.content .product .right-box .list .product-item .desc {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .product .right-box .list .product-item .desc .item {
  display: flex;
  margin: 5px 5px 5px 0;
  align-items: center;
  width: fit-content;
  padding: 0 10px;
  border-radius: 5px;
  margin: 5px 5px 5px 0;
}

.content .product .right-box .list .product-item .desc .item img {
  margin-right: 10px;
}

.content .product .right-box .list .product-item .desc .item .layui-rate {
  padding: 0;
}

.content .product .right-box .list .product-item .desc .item .layui-rate i {
  font-size: 16px;
}

.content .product .right-box .list .product-item .price .bold {
  font-size: 18px;
}

.content .product .right-box .list .product-item .right {
  text-align: right;
}

.content .product .right-box .list .product-item .right .gray {
  display: block;
}

.content .product .right-box .list .product-item .right .tips {
  padding-bottom: 0;
  margin-bottom: 0;
}

.content .product .right-box .list .product-item .right .step-inner {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .product .right-box .list .product-item .right .step-inner>* {
  margin: 5px 0;
}

.content .product .right-box .list .product-item .right .step-inner .btn-li {
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 5px;
  margin-left: 10px;
}

.content .product .right-box .list .product-item .right .step-inner .btn-li.btn {
  color: #fff;
}

.content .product .right-box .list .product-item .right .step-inner .btn-li.btn:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .content .product .right-box .list .product-item {
    padding: 15px;
    flex-wrap: wrap;
  }

  .content .product .right-box .list .product-item .center {
    padding: 0;
    width: 100%;
    flex: auto;
  }

  .content .product .right-box .list .product-item .center .tips {
    padding-bottom: 0;
    margin-bottom: 15px;
  }

  .content .product .right-box .list .product-item .right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.content .product .product-details {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 767.89px) {
  .content .product .product-details {
    padding: 15px;
  }
}

.content .product .product-details .right-box {
  padding-left: 30px;
}

@media (max-width: 992px) {
  .content .product .product-details .right-box {
    padding-left: 20px;
  }
}
.mobileShow{
    display:none !important;
}
@media (max-width: 767.89px) {
    .mobileShow{
        display: flex;
    }
    .contNum.mobileShow{
        flex-wrap: nowrap;
    }
  .content .product .product-details .right-box {
    padding-left: 0px;
    padding-top: 10px;
  }
}

.content .product .product-details .right-box .title {
  font-size: 24px;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .content .product .product-details .right-box .title {
    font-size: 20px;
  }
}

.content .product .product-details .right-box .desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.content .product .product-details .right-box .desc .item {
  margin: 5px 5px 5px 0;
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}

.content .product .product-details .right-box .desc .item img {
  margin-right: 10px;
}

.content .product .product-details .right-box .desc .item .layui-rate {
  padding: 0;
}

.content .product .product-details .right-box .desc .item .layui-rate i {
  font-size: 16px;
}

.content .product .product-details .right-box .price-box {
  box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
  padding: 20px;
  margin: 20px 0;
}

.content .product .product-details .right-box .price-box .top-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.content .product .product-details .right-box .price-box .top-box .left .price {
  font-size: 25px;
}

.content .product .product-details .right-box .price-box .top-box .right {
  display: flex;
  align-items: center;
}

.content .product .product-details .right-box .price-box .top-box .right .btn {
  line-height: 40px;
  padding: 0 20px;
  margin-left: 10px;
}

@media (max-width: 767.89px) {
  .content .product .product-details .right-box .price-box .top-box {
    flex-wrap: wrap;
    padding: 15px;
  }

  .content .product .product-details .right-box .price-box .top-box .right {
    padding-top: 20px;
  }
}

.content .product .product-details .right-box .price-box .bottom-box {
  padding-top: 15px;
}

.content .product .product-details .right-box .tag-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.content .product .product-details .right-box .tag-box .tag {
  display: block;
  background-color: #f7f7f7;
  border-radius: 100px;
  margin: 5px 10px 5px 0;
  padding: 5px 15px;
  cursor: pointer;
}

.content .product .product-details .right-box .tag-box .tag:hover {
  color: #878787;
}

.content .product .product-details .left-box .img-inner-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 380px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .content .product .product-details .left-box .img-inner-box {
    height: 300px;
  }
}

@media (max-width: 767.89px) {
  .content .product .product-details .left-box .img-inner-box {
    height: 200px;
  }
}

.content .product .product-details .left-box .img-inner-box img {
  max-width: 80%;
  max-height: 80%;
}

.content .product .product-details .left-box .pro-swiper .img-box {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .product .product-details .left-box .pro-swiper .img-box img {
  max-width: 80%;
  max-height: 80%;
}

.content .product .product-details .left-box .pro-swiper .swiper-slide {
  opacity: 0.5;
}

.content .product .product-details .left-box .pro-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.content .product .product-details .left-box .pro-swiper .btn-box .btn-li {
  color: #999;
}

.content .product .product-details .left-box .pro-swiper .btn-box .btn-li::after {
  font-size: 16px;
}

.content .product .product-details .left-box .pro-swiper .btn-box .btn-li.swiper-button-prev {
  left: 0;
}

.content .product .product-details .left-box .pro-swiper .btn-box .btn-li.swiper-button-next {
  right: 0;
}

.content .product .product-desc {
  background-color: #fff;
}

.content .product .product-desc .left-box {
  height: 100%;
  padding: 30px;
  font-size: 16px;
}

@media (max-width: 767.89px) {
  .content .product .product-desc .left-box {
    padding: 15px;
  }
}

.content .product .product-desc .left-box .item-box {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.content .product .product-desc .left-box .item-box img {
  margin-right: 10px;
}

.content .product .product-desc .left-box .item-box:hover {
  transform: translateX(5px);
  color: #ff8100;
}

.content .product .product-desc .left-box .item-box.select {
  color: #ff8100;
}

.content .product .product-desc .right-box {
  height: 100%;
  padding: 0 30px 30px;
  display: none;
}

@media (max-width: 767.89px) {
  .content .product .product-desc .right-box {
    padding: 15px;
    border: none;
  }
}

.content .product .product-desc .right-box .title {
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 30px;
}

@media (max-width: 992px) {
  .content .product .product-desc .right-box .title {
    font-size: 20px;
  }
}

@media (max-width: 767.89px) {
  .content .product .product-desc .right-box .title {
    padding-top: 0;
  }
}

.content .product .product-desc .right-box .item-list {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

@media (max-width: 767.89px) {
  .content .product .product-desc .right-box .item-list {
    padding: 15px 0;
  }
}

.content .product .product-desc .right-box .item-list .img-box {
  background-color: #f8f8f8;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

@media (max-width: 767.89px) {
  .content .product .product-desc .right-box .item-list .img-box {
    width: 50px;
    height: 50px;
  }
}

.content .product .product-desc .right-box .item-list .img-box img {
  max-width: 35%;
  max-height: 35%;
}

.content .product .product-desc .right-box .item-list .right-details {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .product .product-desc .right-box .item-list .right-details .left {
  padding-right: 20px;
}

.content .product .product-desc .right-box .item-list .right-details .left .item-title {
  font-size: 16px;
}

.content .product .product-desc .right-box .item-list .right-details .right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.content .product .product-desc .right-box .item-list .right-details .right img {
  margin-right: 10px;
}

.content .product .product-desc .right-box .comment-list {
  padding: 20px 0;
}

.content .product .product-desc .right-box .comment-list .comment-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.content .product .product-desc .right-box .comment-list .comment-btn .time {
  font-weight: normal;
}

.content .product .product-desc .right-box .comment-list .user-details {
  display: flex;
  align-items: center;
}

.content .product .product-desc .right-box .comment-list .user-details .img-box {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin-right: 20px;
}

.content .product .product-desc .right-box .comment-list .user-name {
  font-size: 16px;
}

.content .product .product-desc .right-box .comment-list .user-name .gray {
  font-size: 14px;
}

.content .product .product-desc .right-box .comment-list .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.content .product .product-desc .right-box .comment-list .top-box .comment-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.content .product .product-desc .right-box .comment-list .desc {
  margin-bottom: 20px;
}

.content .product .product-desc .right-box .comment-list .comment-icon {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  justify-content: flex-end;
}

.content .product .product-desc .right-box .comment-list .comment-icon a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: #999;
}

.content .product .product-desc .right-box .comment-list .comment-icon a:hover {
  box-shadow: none;
}

.content .product .product-desc .right-box .comment-list .comment-icon a img {
  margin-right: 5px;
}

.content .product .product-desc .right-box .comment-list .comment-details {
  padding: 30px;
  background-color: #f5f5f5;
  position: relative;
}

.content .product .product-desc .right-box .comment-list .comment-details::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  transform: rotate(45deg);
  top: -5px;
  right: 30px;
}

.content .product .product-other .section-title {
  font-size: 24px;
  padding-bottom: 20px;
  padding-top: 80px;
}

@media (max-width: 992px) {
  .content .product .product-other .section-title {
    font-size: 20px;
    padding-top: 40px;
  }
}

.content .product .product-other .product-item {
  background-color: #fff;
  color: #000;
  padding: 20px;
}

.content .product .product-other .product-item:hover {
  box-shadow: none;
}

@media (max-width: 992px) {
  .content .product .product-other .product-item {
    padding: 15px;
  }
}

.content .product .product-other .product-item .img-box {
  height: 200px;
  width: 200px;
  max-width: 100%;
  margin: 0 auto 10px;
}

.content .product .product-other .product-item .img-box .img-box-inner {
  background-color: #fff;
  background-size: contain;
}

@media (max-width: 992px) {
  .content .product .product-other .product-item .img-box {
    height: 150px;
    width: 150px;
  }
}

.content .product .product-other .product-item .title {
  font-size: 16px;
  padding-bottom: 10px;
}

.content .product .product-other .product-item .desc {
  padding-bottom: 10px;
}

.content .product .product-other .product-item .desc .item {
  width: fit-content;
  padding: 0 10px;
  border-radius: 5px;
  margin: 5px 5px 5px 0;
}

.content .product .product-other .product-item .desc .item .layui-rate {
  padding: 0;
}

.content .product .product-other .product-item .desc .item .layui-rate i {
  font-size: 16px;
}

.content .product .product-other .product-item .price .bold {
  font-size: 18px;
}

.content .product .product-other .product-item .tips {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.content .product .product-other .product-item .step-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .product .product-other .product-item .step-inner>* {
  margin: 5px 0;
}

.content .product .product-other .product-item .step-inner .btn-li {
  background-color: #fff;
  color: #000;
  padding: 0 15px;
  line-height: 35px;
  border-radius: 5px;
}

.content .product .product-other .product-item .step-inner .btn-li.btn {
  color: #fff;
}

.content .product .product-other .product-item .step-inner .btn-li.btn:hover {
  color: #fff;
}

.content .product .product-other .classifiedSwiper {
  position: relative;
}

.content .product .product-other .classifiedSwiper .btn-box .btn-li {
  color: #999;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.content .product .product-other .classifiedSwiper .btn-box .btn-li::after {
  font-size: 12px;
}

.content .product .product-other .classifiedSwiper .btn-box .btn-li.swiper-button-prev {
  left: -40px;
}

@media (max-width: 1520px) {
  .content .product .product-other .classifiedSwiper .btn-box .btn-li.swiper-button-prev {
    left: 0px;
  }
}

.content .product .product-other .classifiedSwiper .btn-box .btn-li.swiper-button-next {
  right: -40px;
}

@media (max-width: 1520px) {
  .content .product .product-other .classifiedSwiper .btn-box .btn-li.swiper-button-next {
    right: 0px;
  }
}

.content .home .left-box {
  background-color: #fff;
}

.content .home .left-box .nav-item {
  padding: 11px 0;
}

.content .home .left-box .nav-item a {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.content .home .left-box .nav-item a img {
  margin-right: 10px;
}

.content .home .left-box .nav-item a.select a {
  color: #ff8e00;
}

.content .home .left-box .nav-item a:hover {
  color: #ff8100;
  transform: translateX(5px);
}

.content .home .left-box .nav-item.select::before {
  width: 1px;
  background-color: #ff8100;
  position: absolute;
  content: '';
}

.content .home .left-box .nav-top {
  padding: 15px 30px;
}

@media (max-width: 767.89px) {
  .content .home .left-box .nav-top {
    padding: 20px;
  }
}

.content .home .left-box .nav-bottom {
  padding: 7px 30px;
}

@media (max-width: 767.89px) {
  .content .home .left-box .nav-bottom {
    padding: 5px 20px;
  }
}

.content .home .right-box .home-item-box {
  display: block;
  border-radius: 10px;
  padding: 20px;
}

.content .home .right-box .home-item-box.bg1 {
  /* background-color: #fff9d7;  */
  background-color: rgb(236, 249, 255);
}

.content .home .right-box .home-item-box.bg2 {
  background-color: #e5faf0;
}

.content .home .right-box .home-item-box.bg3 {
  background-color: #edf5f9;
}

.content .home .right-box .home-item-box.bg4 {
  background-color: #f7f0ff;
}

.content .home .right-box .home-item-box .bold {
  font-size: 16px;
  padding-bottom: 10px;
  color: #000;
}

.content .home .right-box .home-item-box .img-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 22px;
}

.content .home .right-box .home-item-box .img-box img {
  height: 78px;
  margin-left: auto;
}

.content .home .right-box .home-item-box .img-box.flex {
  /* justify-content: space-between; */
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

/* @media (max-width: 767.89px) {
  .content .home .right-box .home-item-box .img-box .btn-box {
    margin-bottom: 10px;
  }
} */

.content .home .right-box .home-item-box .img-box .btn-box .btn-li {
  display: block;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  margin: 5px 0;
  border-radius: 10px;
  color: #000;
}

.content .home .right-box .home-item-box .img-box .btn-box .btn-li.btn {
  color: #333;
  /* background: rgb(75, 162, 226); */
  background: #fff;
  border: 1px solid #cacaca;
  font-weight: 100;
}

.content .home .right-box .home-item-box.bg1 .img-box {
  padding-top: 5px;
}

.content .home .layui-clear {
  display: block;
}

.content .home .layui-clear .home-item {
  font-size: 13px;
}

.content .home .layui-clear .home-item .title {
  font-size: 16px;
  padding-bottom: 25px;
  padding-top: 15px;
}

.content .home .layui-clear .home-item .img-box {
  height: 145px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .home .layui-clear .home-item .img-box img {
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}

.content .home .layui-clear .home-item .tips {
  text-decoration: underline;
}

.content .home .layui-clear .home-item .desc {
  margin: 10px 0;
}

.content .home .home-logo .title {
  font-size: 16px;
  padding-bottom: 25px;
  padding-top: 15px;
}

.content .home .home-logo .img-logo {
  height: 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .home .home-logo .img-logo img {
  max-width: 60%;
  max-height: 60%;
}

.content .home .nav-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 20px;
}

.content .home .nav-bar .nav-item {
  padding: 8px 20px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
}

.content .home .nav-bar .nav-item.btn a {
  color: #fff;
}

.content .home .classifiedSwiper {
  position: relative;
  z-index: 0;
}

.content .home .classifiedSwiper .btn-box .btn-li {
  color: #999;
  font-size: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.content .home .classifiedSwiper .btn-box .btn-li::after {
  font-size: 12px;
}

.content .home .classifiedSwiper .btn-box .btn-li.swiper-button-prev {
  left: -40px;
}

@media (max-width: 1520px) {
  .content .home .classifiedSwiper .btn-box .btn-li.swiper-button-prev {
    left: 0px;
  }
}

.content .home .classifiedSwiper .btn-box .btn-li.swiper-button-next {
  right: -40px;
}

@media (max-width: 1520px) {
  .content .home .classifiedSwiper .btn-box .btn-li.swiper-button-next {
    right: 0px;
  }
}

.content .home .classifiedSwiper .item-bottom-box {
  display: block;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s ease;
}

.content .home .classifiedSwiper .item-bottom-box:hover {
  box-shadow: none;
  background-image: linear-gradient(0deg, #ff8100 0%, #ffa100 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}

.content .home .classifiedSwiper .item-bottom-box:hover * {
  color: #fff !important;
}

.content .home .classifiedSwiper .item-bottom-box .img-box {
  height: 160px;
}

.content .home .classifiedSwiper .item-bottom-box .item-bottom-details {
  padding: 20px;
}

.content .home .classifiedSwiper .item-bottom-box .item-bottom-details .title {
  font-size: 16px;
  margin-bottom: 15px;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  display: none;
}

.mask .mask-layer {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.mask .mask-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.mask .mask-inner .user-modal {
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #e5e5e4;
  max-width: 580px;
  width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow-y: auto;
  padding: 40px;
  box-sizing: border-box;
}

@media (max-width: 767.89px) {
  .mask .mask-inner .user-modal {
    padding: 20px;
  }
}

.mask .mask-inner .user-modal .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.mask .mask-inner .user-modal .title .layui-icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ff8100;
  cursor: pointer;
  font-size: 20px;
}

.mask .mask-inner .user-modal .form-cell {
  padding-top: 20px;
}

.mask .mask-inner .user-modal .form-cell .name {
  padding-bottom: 20px;
}

.mask .mask-inner .user-modal .form-cell .value {
  border: 1px solid #e5e5e4;
  padding: 15px 20px;
  border-radius: 5px;
  max-width: 550px;
}

.mask .mask-inner .user-modal .form-cell .btn {
  width: 130px;
  line-height: 52px;
  margin-left: 10px;
}

.mask .mask-inner .user-modal .form-cell>.btn {
  margin: 0 auto;
}

@media (max-width: 767.89px) {
  .mask .mask-inner .user-modal .form-cell>.btn {
    width: 100%;
  }
}

.mask .mask-inner .user-modal .form-cell .value-inner {
  display: flex;
  align-items: center;
}

.mask .mask-inner .user-modal .form-cell .value-inner .value {
  flex: 1;
}

.mask .mask-inner .user-modal .form-cell .value-inner .value>input {
  width: 100%;
}

@media (max-width: 390px) {
  .mask .mask-inner .user-modal .form-cell .value-inner {
    display: block;
  }
}

@media (max-width: 390px) {
  .mask .mask-inner .user-modal .form-cell .value-inner .btn {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.mask .mask-inner .user-modal .form-cell .value-inner span {
  margin-left: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mask .mask-inner .user-modal .form-cell .value-inner span:hover {
  color: #ff8e00;
}

@media (max-width: 767.89px) {
  .mask .mask-inner .user-modal .form-cell .value-inner span {
    margin-top: 15px;
    margin-left: 0;
    display: block;
  }
}

.mask .mask-inner .account-box {
  width: 450px;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: calc(100% - 30px);
  padding: 20px;
  box-sizing: border-box;
}

.mask .mask-inner .account-box .layui-icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ff8100;
  cursor: pointer;
  font-size: 20px;
}

.mask .mask-inner .account-box .nav-box {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mask .mask-inner .account-box .nav-box .item {
  width: 100%;
  padding-bottom: 15px;
}

.mask .mask-inner .account-box .nav-box .item.orange {
  position: relative;
}

.mask .mask-inner .account-box .nav-box .item.orange::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ff8100;
  left: 0;
}

.mask .mask-inner .account-box .form-box {
  display: none;
}

.mask .mask-inner .account-box .form-box .form-btn {
  height: 40px;
  line-height: 40px;
  margin: 20px 0 20px;
}

.mask .mask-inner .account-box .form-box .form-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mask .mask-inner .account-box .form-box .form-input button {
  padding: 0 15px;
  height: 40px;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: 10px;
  flex-shrink: 0;
}

.mask .mask-inner .account-box .form-box .form-cell {
  border: 1px solid #e5e5e4;
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
  margin-top: 10px;
}

.mask .mask-inner .account-box .form-box .form-cell .name {
  color: #878787;
  flex-shrink: 0;
}

.mask .mask-inner .account-box .form-box .form-cell input {
  flex: 1;
}

.mask .mask-inner .account-box .form-box .form-cell .value {
  display: flex;
  flex: 1;
}

.mask .mask-inner .account-box .form-box .form-cell .value input {
  flex: 1;
  margin-left: 10px;
  width: 100%;
}

.mask .mask-inner .account-box .form-box .form-cell .value button {
  height: 40px;
}

.mask .mask-inner .account-box .form-box .form-tips {
  text-align: center;
  padding-bottom: 15px;
}

.mask .mask-inner .account-box .form-box .form-desc {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-top: 15px;
}

.mask .mask-inner .account-box .form-box .form-desc .orange {
  cursor: pointer;
}

.mask .mask-inner .comment-box {
  width: 450px;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: calc(100% - 30px);
  padding: 20px;
  box-sizing: border-box;
  max-height: 90vh;
  overflow-y: auto;
}

.mask .mask-inner .comment-box .title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  .mask .mask-inner .comment-box .title {
    font-size: 20px;
    padding-bottom: 5px;
  }
}

.mask .mask-inner .comment-box .title .layui-icon-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #ff8100;
  cursor: pointer;
  font-size: 20px;
}

.mask .mask-inner .comment-box .bold {
  font-size: 16px;
  margin-top: 15px;
  padding-bottom: 10px;
}

.mask .mask-inner .comment-box .value {
  padding: 15px;
}

.mask .mask-inner .comment-box .value textarea {
  width: 100%;
  resize: none;
}

.mask .mask-inner .comment-box .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
}

.mask .mask-inner .comment-box .btn-box .btn {
  line-height: 40px;
  padding: 0 15px;
  margin: 5px;
}

.mask .btn-box-inner {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 180px;
  pointer-events: none
}

@media (max-width: 1200px) {
  .mask .btn-box-inner {
    top: 120px;
  }
}

@media (max-width: 767.89px) {
  .mask .btn-box-inner {
    top: 0px;
  }
}

.mask .btn-box-inner .inner-outer {
  overflow: hidden;
  pointer-events: all
}

.mask .btn-box-inner .inner-box {
  background-color: #fff;
  position: relative;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: auto;
}

.mask .btn-box-inner .inner-box .close {
  display: none;
}

@media (max-width: 992px) {
  .mask .btn-box-inner .inner-box {
    max-height: 60vh;
  }
}

@media (max-width: 767.89px) {
  .mask .btn-box-inner .inner-box {
    height: calc(100vh - 30px);
    margin-top: 15px;
    max-height: none;
  }

  .mask .btn-box-inner .inner-box .close {
    display: flex;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: #000;
    border-radius: 100px;
  }
}

.mask .btn-box-inner .inner-box .left-box {
  padding: 20px 0;
  background-color: #fff;
}

@media (max-width: 767.89px) {
  .mask .btn-box-inner .inner-box .left-box {
    padding: 0px;
  }
}

.mask .btn-box-inner .inner-box .left-box .nav-item {
  padding: 11px 0;
}

.mask .btn-box-inner .inner-box .left-box .nav-item a {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mask .btn-box-inner .inner-box .left-box .nav-item a img {
  margin-right: 10px;
}

.mask .btn-box-inner .inner-box .left-box .nav-item a.select a {
  color: #ff8e00;
}

.mask .btn-box-inner .inner-box .left-box .nav-item a:hover {
  color: #ff8100;
  transform: translateX(5px);
}

.mask .btn-box-inner .inner-box .left-box .nav-item.select {
  position: relative;
}

.mask .btn-box-inner .inner-box .left-box .nav-item.select::before {
  width: 3px;
  background-color: #ff8100;
  position: absolute;
  content: '';
  left: -30px;
  height: 100%;
  top: 0;
}

@media (max-width: 767.89px) {
  .mask .btn-box-inner .inner-box .left-box .nav-item.select::before {
    left: -20px;
  }
}

.mask .btn-box-inner .inner-box .left-box .nav-top {
  padding: 15px 30px;
}

@media (max-width: 767.89px) {
  .mask .btn-box-inner .inner-box .left-box .nav-top {
    padding: 20px;
  }
}

.mask .btn-box-inner .inner-box .left-box .nav-bottom {
  padding: 7px 30px;
}

@media (max-width: 767.89px) {
  .mask .btn-box-inner .inner-box .left-box .nav-bottom {
    padding: 5px 20px;
  }
}

.mask .btn-box-inner .inner-box .right-box {
  padding: 20px 20px 20px 0;
}

@media (max-width: 767.89px) {
  .mask .btn-box-inner .inner-box .right-box {
    padding: 20px;
  }
}

.mask .btn-box-inner .inner-box .right-box .banner-box {
  border: 1px solid #f1f1f1;
  min-height: 100px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px 20px;
  flex-direction: column;
}

.mask .btn-box-inner .inner-box .right-box .banner-box .bold {
  font-size: 18px;
  margin-bottom: 5px;
}

.mask .btn-box-inner .inner-box .right-box .banner-box .btn {
  display: block;
  background-color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0 15px;
  margin: 5px 0;
  border-radius: 10px;
  color: #000;
  border: 1px solid #f1f1f1;
  width: fit-content;
  background-image: none;
}

.mask .btn-box-inner .inner-box .right-box .title {
  font-size: 18px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.mask .btn-box-inner .inner-box .right-box .right-ul li {
  width: fit-content;
  transition: all .2s ease;
  padding-bottom: 5px;
}

.mask .btn-box-inner .inner-box .right-box .right-ul li span {
  color: #666;
}

.mask .btn-box-inner .inner-box .right-box .right-ul li a {
  display: block;
}

.mask .btn-box-inner .inner-box .right-box .right-ul li:hover {
  color: #ff8100;
  transform: translateX(5px);
}

.mask .btn-box-inner .inner-box .right-box .right-ul li:hover a,
.mask .btn-box-inner .inner-box .right-box .right-ul li:hover a>span {
  color: #ff8100 !important;
}

.mask .btn-box-inner .inner-box .right-box .right-ul li i {
  font-size: 13px;
}

.footer {
  background-color: #fff;
}

.footer.home-footer {
  background-color: #f6f6f6;
}

.footer .footer-top {
  padding: 40px 0 50px;
}

@media (max-width: 767.89px) {
  .footer .footer-top {
    padding: 30px 0 30px;
  }
}

.footer .footer-bottom {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767.89px) {
  .footer .footer-bottom {
    padding: 20px 0;
  }
}

.footer .footer-bottom .left {
  margin-right: 20px;
}

.footer .footer-bottom .right {
  display: flex;
  align-items: center;
}

.footer .footer-bottom .right a {
  margin: 5px;
}

.footer .footer-bottom .right a:first-child {
  margin-left: 0;
}

.footer .title {
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer .title.white {
  color: transparent;
}

.footer .nav-item {
  padding-top: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer .nav-item:hover {
  transform: translateX(5px);
}

.footer .nav-item:hover a {
  color: #ff8100;
}

.footer .black {
  padding-bottom: 10px;
  color: #000;
}

.footer .black-text {
  color: #000;
}

.footer .item-img {
  margin-top: 10px;
  width: 74px;
}

.footer .send-box {
  background-color: #fff;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .send-box input {
  flex: 1;
  margin-right: 20px;
}

.header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
  position: fixed;
}

.header .header-bottom {
  padding: 30px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.header .header-bottom .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
  z-index: 13;
}

@media (max-width: 767.89px) {
  .header .header-bottom .btn-box {
    z-index: 12;
  }
}

.header .header-bottom .btn-box .layui-form-select {
  width: 120px;
  margin-left: 15px;
}

.header .header-bottom .btn-box .menu-btn {
  background-color: #ffa51f;
  border: none;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  cursor: pointer;
  width: 120px;
  height: 38px;
  line-height: 38px;
  margin-left: 15px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.header .header-bottom .btn-box .menu-btn .layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #fff;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.header .header-bottom .btn-box .menu-btn .layui-edge.selected {
  margin-top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* .header .header-bottom .btn-box .layui-form-select dl dd.layui-this {
        background-color: #ff8100; }
      .header .header-bottom .btn-box .layui-form-select .layui-edge {
        border-top-color: #fff; } */
.header .header-bottom .search_form {
  position: relative;
}

.header .header-bottom .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  flex: 1;
  margin: 0 0 0 30px;
  border-radius: 10px;
  padding: 0 20px;
  background-color: #f7f7f7;
}

.header .header-bottom .search-tips-box {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  margin-left: 30px;
  display: none;
  padding: 5px 0;
}

.header .header-bottom .search-tips-box .recommend-wrap .z_spanName {
  padding: 0 20px;
}

.header .header-bottom .search-tips-box .recommend-wrap .z_spanName:hover {
  background-color: #f3f3f3;
}

.header .header-bottom .search-tips-box .recommend-wrap .z_spanName>a {
  padding: 10px 0;
  display: block;
  overflow: hidden;
}

.header .header-bottom .search-box input {
  flex: 1;
  margin-right: 20px;
}

.header .header-bottom .btn-nav {
  display: flex;
  align-items: center;
}

.header .header-bottom .btn-nav .item {
  padding-left: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.header .header-bottom .btn-nav .item img {
  margin: 0 auto 10px;
}

.header .header-bottom .btn-nav .item .dot {
  position: absolute;
  top: -5px;
  right: -5px;
  line-height: 1;
  padding: 2px 5px;
  border-radius: 100px;
  color: #fff;
  background-color: #ff8100;
}

@media (max-width: 1200px) {
  .header .header-bottom {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .header .header-bottom .search_form {
      width:100%;
  }

  .header .header-bottom .btn-box,
  .header .header-bottom .btn-nav {
    width: 50%;
    order: 1;
    box-sizing: border-box;
  }

  .header .header-bottom .btn-box img.logo,
  .header .header-bottom .btn-nav img.logo {
    width: 70px;
  }

  .header .header-bottom .btn-box .menu-btn{
    display: none;
  }

  .header .header-bottom .btn-box p,
  .header .header-bottom .btn-nav p {
    display: none;
  }

  .header .header-bottom .btn-box {
    height: 50px;
    width: auto;
    justify-content: space-between;
    padding: 0 15px;
  }
  
  .content .home .right-box .home-item-box .img-box .btn-box .btn-li.btn{
    line-height: 30px;;
  }

  .content .home .right-box .home-item-box .img-box.flex{
    padding-top: 10px;
  }

  .content .home .right-box .home-item-box{
    padding: 10px;
  }

  .header .header-bottom .btn-box img {
    max-height: 80%;
  }

  .header .header-bottom .btn-nav {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header .header-bottom .search-bar {
    order: 2;
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .header .header-bottom .search-bar .header-menu-mb {
    margin-left: 30px;
  }

  .header .header-bottom .search-box {
    margin: 0 0;
    box-sizing: border-box;
    height: 50px;
  }
}

.header .header-bottom .search-bar {
  flex: 1;
}

.header .header-top {
  padding: 30px 0;
  transition: all 0.3s ease;
}

.header .header-top .layui-nav {
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-top .layui-nav .layui-nav-item {
  line-height: 1.5;
}

.header .header-top .layui-nav .layui-nav-item a {
  color: #000;
  padding: 0;
}

.header .header-top .item {
  display: flex;
  align-items: center;
}

.header .header-top .item img {
  margin-right: 10px;
}

.header .header-top .nav-inner .nav-box {
  display: flex;
  align-items: center;
}

.header .header-top .nav-inner .nav-box .nav-item {
  padding: 0 15px;
}

.header .header-top .nav-inner .nav-box .nav-item a {
  transition: all 0.3s ease;
}

.header .header-top .nav-inner .nav-box .nav-item a:hover {
  color: #ff8100;
}

.header .header-top .nav-inner .nav-box .nav-item.lang {
  display: none;
}

.header .header-top .nav-inner .nav-box .nav-item.lang a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .header-top .nav-inner .nav-box .nav-item.lang a img {
  width: 20px;
  margin-right: 10px;
}

.header .header-top .layui-nav-item a {
  display: flex;
  align-items: center;
}

.header .header-top .layui-nav-item a i {
  margin-left: 10px;
  display: block;
  position: relative;
}

.header .header-top .layui-nav-child {
  border-radius: 10px;
  text-align: center;
  top: 30px;
  box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
}

.header .header-top .layui-nav-child a {
  display: block;
}

@media (max-width: 1200px) {
  .header .header-top {
    padding: 15px 0;
  }

  .header .header-top .layui-nav {
    padding: 0;
  }

  .header .header-top .lang {
    display: none;
    color: #878787;
  }

  .header .header-top .nav-inner {
    transition: all 0.3s ease;
    transform: translateX(-120%);
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
    z-index: 9;
    top: 226px;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
    border-radius: 0 0 10px 10px;
    position: fixed;
    left: 0;
  }

  .header .header-top .nav-inner .nav-box {
    display: block;
    align-items: center;
    padding: 0px 0 15px;
  }

  .header .header-top .nav-inner .nav-box .nav-item {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .header .header-top .nav-inner .nav-box .nav-item a {
    transition: all 0.3s ease;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .header .header-top .nav-inner .nav-box .nav-item a:hover {
    color: #ff8100;
  }

  .header .header-top .nav-inner .nav-box .nav-item.layui-nav-item {
    justify-content: space-between;
  }

  .header .header-top .nav-inner .nav-box .nav-item.layui-nav-item i {
    position: relative;
  }

  .header .header-top .nav-inner .nav-box .nav-item.lang {
    display: block;
  }

  .header .header-top .nav-inner .nav-box .nav-item.lang a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .header .header-top .nav-inner .nav-box .nav-item.lang a img {
    width: 20px;
    margin-right: 10px;
  }

  .header .header-top .nav-inner .nav-box .layui-nav-child {
    position: relative;
    top: 8px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-left: 15px;
  }

  .header .header-top .nav-inner.show {
    transform: translateX(0%);
  }
}

.header.on {
  box-shadow: 0px 10px 20px rgba(175, 175, 175, 0.2);
}

.shopCar-inner {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}

.shopCar-inner .shopCar-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.shopCar-inner .shopCar-box {
  position: absolute;
  width: 480px;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
  color: #000;
  z-index: 11;
  transition: all 0.3s ease;
}

.shopCar-inner .shopCar-box i {
  position: absolute;
  font-size: 20px;
  color: #fff;
  top: -30px;
  right: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .shopCar-inner .shopCar-box {
    padding: 15px;
  }
}

@media (max-width: 767.89px) {
  .shopCar-inner .shopCar-box {
    position: absolute;
    left: 15px !important;
    right: 15px !important;
    width: calc(100vw - 30px);
  }
}

.shopCar-inner .shopCar-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-bottom: 10px;
}

.shopCar-inner .shopCar-box .order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shopCar-inner .shopCar-box .order-item .img-box {
  width: 100px;
  height: 100px;
  margin-right: 5px;
}

.shopCar-inner .shopCar-box .order-item .details {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.shopCar-inner .shopCar-box .order-item .details p {
  display: block;
  word-break: initial;
}

.shopCar-inner .shopCar-box .order-item .details .left {
  flex: 2;
}

.shopCar-inner .shopCar-box .order-item .details .right {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}

.shopCar-inner .shopCar-box .order-item .details .right img {
  margin-left: 20px;
}

.shopCar-inner .shopCar-box .shopCar-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 10px;
}

.shopCar-inner .shopCar-box .btn-box {
  display: flex;
  padding: 0 0;
  justify-content: flex-end;
  height: auto;
  padding-top: 10px;
  width: 100%;
}

.shopCar-inner .shopCar-box .btn-box .btn {
  line-height: 40px;
  padding: 0 15px;
}

.shopCar-inner .shopCar-box .order-box {
  max-height: 60vh;
  overflow-y: auto;
}


@media (max-width: 767.89px) {

  .leftNav {
    display: none;
  }

  .part {
    width: 50%;
    box-sizing: border-box;
  }

  .content .product .right-box .product-item .title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .content .home .layui-clear .home-item .title {
    padding-bottom: 5px;
    padding-top: 10px;
  }

}