html {
  font-family: "PingFangMedium", "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
/*@media (max-width: 1200px) {*/
/*  body {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
/*@media (max-width: 768px) {*/
/*  .col {*/
/*    margin-right: -10px;*/
/*    margin-bottom: -10px;*/
/*  }*/
/*}*/
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
/*@media (max-width: 768px) {*/
/*  .col .col-content {*/
/*    margin-right: 10px;*/
/*    margin-bottom: 10px;*/
/*  }*/
/*}*/
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
/*@media (max-width: 1000px) {*/
/*  .col-4 .col-item {*/
/*    width: 33.3333%;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .col-4 .col-item {*/
/*    width: 50%;*/
/*  }*/
/*}*/
/*@media (max-width: 500px) {*/
/*  .col-4 .col-item {*/
/*    width: 100%;*/
/*  }*/
/*}*/
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over5,
.text-more-over4,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.text-more-over5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.cc {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pos-center,
.top50 {
  top: 50%;
}
.top50,
.pos-center {
  position: absolute;
}
/*@media (max-width: 1080px) {*/
/*  .hide-mob {*/
/*    display: none;*/
/*  }*/
/*}*/
/*@media (min-width: 1090px) {*/
/*  .hide-pc {*/
/*    display: none;*/
/*  }*/
/*}*/
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #bf1a20;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .text-node {
    line-height: 1.4;
    font-size: 14px;
  }
}
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 0.68rem;
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 0.68rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #bf1a20;
}
.maincolor2 {
  color: #7ac141;
}
.op5 {
  opacity: 0.5;
}
.op6 {
  opacity: 0.6;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.op9 {
  opacity: 0.9;
}
.lh15 {
  line-height: 1.5;
}
.mr10 {
  margin-right: 10px;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 15px;
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  /*background-image: url("../../images/arrow-icon.png");*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.more {
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.4s ease;
  position: relative;
  color: #333;
}
.more .char {
  margin-right: 14px;
  text-transform: uppercase;
  position: relative;
  z-index: 8;
}
.more .icon-box {
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #bf1a20;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  position: relative;
  z-index: 8;
}
.more.spe-more {
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  border: none;
}
.more.spe-more:hover {
  color: #fff;
  background-color: #13bbaf;
}
.more.active-more {
  color: #fff;
}
.more.active-more::before {
  width: 100%;
}
.more.active-more .icon-box {
  color: #7ac141;
  background-color: #fff;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #bf1a20;
  border-color: #bf1a20;
  opacity: 1;
}
.more.white-more {
  background-color: rgba(255, 255, 255, 0.1);
}
.more.white-more .dot {
  border-color: #fff;
}
.more.white-more .dot::after {
  background-color: #fff;
}
.more.white-more:hover {
  background-color: #bf1a20;
}
.more.new-more {
  width: auto;
  height: auto;
}
.more.new-more::before {
  display: none;
}
.more.new-more:hover .char {
  color: #bf1a20;
}
.more.new-more:hover .dot {
  border-color: #bf1a20;
}
.more.new-more:hover .dot::after {
  background-color: #bf1a20;
}
/*@media (max-width: 1024px) {*/
/*  .more {*/
/*    width: 132px;*/
/*    height: 48px;*/
/*  }*/
/*  .more .icon {*/
/*    font-size: 18px;*/
/*  }*/
/*}*/
/*@media (max-width: 800px) {*/
/*  .more .icon {*/
/*    font-size: 16px;*/
/*  }*/
/*}*/
.go .char {
  text-transform: uppercase;
}
.go .icon-box {
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}
.go:hover {
  opacity: 1;
}
.go:hover .icon-box {
  color: #fff;
  background-color: #7ac141;
  margin-left: 0.5em;
}
.go.spe-go .icon-box {
  transform: rotate(45deg);
  margin-left: 0;
}
.go.spe-go:hover .icon-box {
  transform: rotate(0);
  margin-left: 0.3em;
}
.go.spe-go2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.same-circle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  animation: glimmer 3s linear infinite;
}
@keyframes glimmer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.same-circle i:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  animation-delay: 0.2s;
}
.same-circle i:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.4s;
}
.same-circle.color-circle i {
  background-color: #bf1a20;
}
.same-circle.color-circle i:nth-of-type(2) {
  background-color: rgba(191, 26, 32, 0.5);
}
.same-circle.color-circle i:nth-of-type(3) {
  background-color: rgba(191, 26, 32, 0.3);
}
.same-circle.white-circle i {
  background-color: #fff;
}
.same-circle.white-circle i:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.5);
}
.same-circle.white-circle i:nth-of-type(3) {
  background-color: rgba(255, 255, 255, 0.3);
}
.mt70 {
  margin-top: -70px;
}
.mt100 {
  margin-top: -100px;
}
.mtop70 {
  margin-top: 70px;
}
.mtop60 {
  margin-top: 60px;
}
/*@media (max-width: 1480px) {*/
/*  .f30 {*/
/*    font-size: 26px;*/
/*  }*/
/*  .f36 {*/
/*    font-size: 34px;*/
/*  }*/
/*  .f28 {*/
/*    font-size: 24px;*/
/*  }*/
/*  .f26 {*/
/*    font-size: 22px;*/
/*  }*/
/*  .f20 {*/
/*    font-size: 18px;*/
/*  }*/
/*}*/
/*@media (max-width: 1380px) {*/
/*  .f30 {*/
/*    font-size: 24px;*/
/*  }*/
/*  .f36 {*/
/*    font-size: 32px;*/
/*  }*/
/*  .f24 {*/
/*    font-size: 20px;*/
/*  }*/
/*}*/
/*@media (max-width: 1024px) {*/
/*  .f14 {*/
/*    font-size: 12px;*/
/*  }*/
/*  .f18 {*/
/*    font-size: 16px;*/
/*  }*/
/*  .f20 {*/
/*    font-size: 18px;*/
/*  }*/
/*  .f22 {*/
/*    font-size: 18px;*/
/*  }*/
/*  .f26,*/
/*  .f28 {*/
/*    font-size: 20px;*/
/*  }*/
/*  .f30 {*/
/*    font-size: 22px;*/
/*  }*/
/*  .f32 {*/
/*    font-size: 26px;*/
/*  }*/
/*  .f36 {*/
/*    font-size: 25px;*/
/*  }*/
/*  .f40 {*/
/*    font-size: 26px;*/
/*  }*/
/*  .f45 {*/
/*    font-size: 30px;*/
/*  }*/
/*  .dot .box img {*/
/*    width: 160px;*/
/*  }*/
/*  .lh15 {*/
/*    line-height: 1.4;*/
/*  }*/
/*  .mt70 {*/
/*    margin-top: -30px;*/
/*  }*/
/*  .mt100 {*/
/*    margin-top: -60px;*/
/*  }*/
/*  .mtop60,*/
/*  .mtop70 {*/
/*    margin-top: 30px;*/
/*  }*/
/*}*/
.page-box{
    justify-content: flex-end;
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  /*color: #a7a7a7;*/
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  line-height: 3em;
  font-size: 14px;
  width: 3em;
  height: 3em;
  font-family: 'mont', sans-serif;
  transition: all 0.4s ease;
  border-radius: 10px;
  border: 1px solid #ddd;
   background-color: #fff;
}
ul.pagination li a {
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #fff;
  background-color: #bf1a20;
}
ul.pagination li:hover a,
ul.pagination li.active a{
     color: #fff;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 3em;
  height: 3em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "icon";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 18px;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #fff;
  background-color: #bf1a20;
}
ul.pagination li:last-child {
  margin-left: 0.10rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e666";
}
ul.pagination li:first-child {
  margin-right: 0.10rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e608";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
/*@media (max-width: 1280px) {*/
/*  ul.pagination li {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
/*@media (max-width: 768px) {*/
/*  .logo {*/
/*    max-width: 8em;*/
/*    min-width: 150px;*/
/*  }*/
/*}*/
.main,
.container {
  max-width: 1370px;
  margin: 0 auto;
}
.main.spe-main,
.container.spe-main {
  max-width: 1320px;
}
@media (max-width: 1400px) {
  .main,
  .container {
    max-width: 1270px;
  }
  .main.spe-main,
  .container.spe-main {
    max-width: 1180px;
  }
}
@media (max-width: 1300px) {
    .home-page .container,
  .main{
    min-width: 1370px;
  }
  body{
      overflow-x: auto;
  }
}
/*@media (max-width: 1180px) {*/
/*  .main,*/
/*  .container {*/
/*    max-width: 1000px;*/
/*  }*/
/*  .main.spe-main,*/
/*  .container.spe-main {*/
/*    max-width: 1000px;*/
/*  }*/
/*}*/
/*@media (max-width: 1080px) {*/
/*  .main,*/
/*  .container {*/
/*    max-width: 100%;*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*    box-sizing: border-box;*/
/*  }*/
/*  .main.spe-main,*/
/*  .container.spe-main {*/
/*    max-width: 100%;*/
/*  }*/
/*}*/
.swiper-timing {
  height: auto !important;
}
.swiper-timing > .real {
  width: 2em;
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  opacity: 1;
  background-color: transparent !important;
  margin: 0 6px;
}
.swiper-timing > .real > svg {
  display: block;
  width: 100%;
}
.swiper-timing > .real > svg > .cls-1 {
  fill: none;
  stroke: #bfbec7;
  stroke-width: 1px;
  stroke-dasharray: 0, 125.6;
}
.swiper-timing > .real > svg > .cls-2 {
  fill: #bfbec7;
}
.swiper-timing > .real.swiper-pagination-bullet-active > svg > .cls-1 {
  animation: banner-animation 9s linear infinite;
}
@keyframes banner-animation {
  0% {
    stroke-dasharray: 0, 125.6;
  }
  100% {
    stroke-dasharray: 125.6, 0;
  }
}
.swiper-timing.web > .real {
  margin: 0 10px;
}
.swiper-timing.web > .real > svg > .cls-1 {
  stroke: #bf1a20;
}
.swiper-timing.web > .real > svg > .cls-2 {
  fill: #bf1a20;
}
.swiper-timing.web > .real:not(.swiper-pagination-bullet-active) > svg > .cls-2 {
  fill: rgba(0, 0, 0, 0.3);
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #bf1a20;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #bf1a20;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #bf1a20;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #bf1a20;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #bf1a20;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-change .btn {
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 24px;
  height: 40px;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: none;
  text-align: center;
  line-height: 40px;
}
.swiper-change .btn::after {
  display: none;
}
.swiper-change .btn:hover {
  background-color: #bf1a20;
}
.swiper-change.spe-change .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  transition: all 0.3s ease;
  background-color: transparent;
}
.swiper-change.spe-change.white .btn {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.swiper-change.spe-change.white .btn:hover {
  background-image: -moz-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -webkit-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -ms-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray2 .btn {
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.swiper-change.spe-change.gray2 .btn:hover {
  color: #fff;
  border-color: transparent;
  background-image: -moz-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -webkit-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  background-image: -ms-linear-gradient(90deg, #0097c8 0%, #87cbc0 100%);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change.gray3 .btn {
  width: 55px;
  height: 55px;
  border: none;
  background-color: #c4c4c4;
}
.swiper-change.spe-change.gray3 .btn:hover {
  color: #fff;
  background-color: #bf1a20;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.swiper-change.spe-change .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 5px;
  background-color: #bf1a20;
}
.swiper-change.spe-change2 .btn {
  color: #fff;
}
.swiper-change.spe-change2 .btn:after {
  display: none;
}
.swiper-change.spe-change2 .btn:hover {
  color: #bf1a20;
}
.swiper-change.spe-change4 .btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
}
.swiper-change.spe-change4 .btn:after {
  display: none;
}
.swiper-change.spe-change4 .btn:hover {
  color: #fff;
  background-color: #7ac141;
}
/*@media (max-width: 768px) {*/
/*  .swiper-change.spe-change4 .btn {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*  }*/
/*}*/
.swiper-change.spe-change4.active .btn:hover {
  color: #fff;
  background-color: #bf1a20;
}
.swiper-change.spe-change4.gray .btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  box-shadow: none;
}
.swiper-change.spe-change4.gray .btn:hover {
  border-color: #bf1a20;
  background-color: #bf1a20;
}
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 16px;
  height: 27px;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse .icon {
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .scroll-en {
  margin-bottom: 25px;
}
.scroll-down .arrow-mouse {
  width: 40px;
  height: 40px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-animation: scrollDown 6s linear infinite;
  animation: scrollDown 6s linear infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes arrow-down-animate {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  33.3333% {
    transform: translateY(10%);
    opacity: 1;
  }
  66.66666% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(30%);
    opacity: 0;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
.header {
  background-color: #f5f6fa;
}
.header .top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .top .left-info .login-box {
  margin-left: 35px;
}
.header .top .left-info .login-box a {
  margin-right: 25px;
}
.header .top .left-info .login-box a .image {
  margin-right: 6px;
}
.header .top .right-links a {
  padding-left: 18px;
  margin-left: 18px;
  position: relative;
}
.header .top .right-links a:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #b4b5b7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .bottom-box {
  background-color: #fff;
  position: relative;
}
.header .bottom-box::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e90000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.header .bottom-box .content {
  padding: 20px 0;
}
.header .bottom-box .content .search-box .container {
  width: 670px;
  height: 46px;
  border: 2px solid #bf1a20;
  border-radius: 23px;
  transition: all 0.4s ease-out;
  padding: 3px;
  box-sizing: border-box;
}
.header .bottom-box .content .search-box .search {
  width: 76px;
  height: 36px;
  cursor: pointer;
  background-image: -moz-linear-gradient(0deg, #ea0001 0%, #a30000 100%);
  background-image: -webkit-linear-gradient(0deg, #ea0001 0%, #a30000 100%);
  background-image: -ms-linear-gradient(0deg, #ea0001 0%, #a30000 100%);
  text-align: center;
  line-height: 36px;
  border-radius: 23px;
  /*transition: all 0.4s ease-out;*/
}
.header .bottom-box .content .search-box .search:hover{
    /*color: #ea0001;*/
    background-color: #ea0001;
    background-image: none;
}
.header .bottom-box .content .search-box .box {
  flex: 1;
  padding-right: 80px;
  padding-left: 20px;
}
.header .bottom-box .content .search-box .box label,
.header .bottom-box .content .search-box .box label input {
  width: 100%;
  display: block;
  height: 100%;
}
.header .bottom-box .content .search-box .box label input::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.header .ad{
    height: 80px;
    position: relative;
}
.header .ad a,
.header .ad img{
    height: 100%;
}
.header .ad .ad-close{
    color: #fff;
    position: absolute;
    top: 10px;
    right: 5%;
    cursor: pointer;
}
/*@media (max-width: 800px) {*/
/*  .header .bottom-box .content .search-box {*/
/*    width: 100%;*/
/*    right: 0;*/
/*  }*/
/*  .header .bottom-box .content .search-box .container {*/
/*    margin-top: 80px;*/
/*    padding: 0 0.2rem;*/
/*  }*/
/*}*/
.header .bottom-box .content .logo .logo-txt {
  letter-spacing: 2px;
  /*font-style: italic;*/
  margin-top: 8px;
  color: #fb3f42;
  /* background: -webkit-linear-gradient(left, #fb3f42, #fe2e41 25%, #fe5766 50%, #ff8656 75%, #fdcf1b);
  color: transparent;
  -webkit-background-clip: text;
  background-size: -200% 100%;
  animation: masked-animation 11s infinite linear;

   */
}
/*.header.login-header .bottom-box .content .logo .logo-txt {*/
/*  color: #000;*/
/*}*/
.header.login-header .back:hover {
  color: #bf1a20;
}
@keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.header .bottom-box .content .tips {
  margin-top: 10px;
}
.header .bottom-box .content .tips img {
  margin-right: 10px;
}
.header .bottom-box .content .tips span{
     margin-right: 10px;
}
.header .bottom-box .content .tips a {
  margin-right: 10px;
  font-size: 14px;
}
.header .bottom-box .content .cart-box {
  border-radius: 25px;
  width: 153px;
  height: 50px;
  background-color: rgba(191, 26, 32, 0.05);
}
.header .bottom-box .content .cart-box .txt {
  margin: 0 5px;
}
.header .bottom-box .content .cart-box .num {
  display: block;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #bf1a20;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}
.header .bottom-box .bottom-nav {
  position: relative;
  z-index: 99;
}
.header .bottom-box .bottom-nav .left-nav .nav {
  width: 299px;
  height: 54px;
  background-image: url('../img/bg.png');
  line-height: 54px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
   margin-right: 60px;
}

/*.header .bottom-box .bottom-nav .left-nav .middle-nav {*/
/*  margin-left: 60px;*/
/*}*/
.header .bottom-box .bottom-nav .left-nav .middle-nav a {
  margin-right: 25px;
}
.header .bottom-box .bottom-nav .left-nav .middle-nav a.active{
    color: #fb1a20;
    font-weight: bold;
}
.header .bottom-box .bottom-nav .tel {
  margin-top: -5px;
}
.header .bottom-box .bottom-nav .tel img {
  width: 56px;
  margin-right: 8px;
}
.header .bottom-box .bottom-nav .tel .txt .f14 {
  color: #939393;
}
.icon-title{
    font-weight: normal;
}
.home-page,
.same-page {
  background-image: url('../img/bg2.jpg');
  background-size: 100% 1050px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #f0f4f7;
  padding-bottom: 40px;
  width: 100%;
}
.home-top {
  padding: 14px 0 0 315px;
  box-sizing: border-box;
}
.home-top .index-focus {
  width: 74.5%;
  height: 440px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}
.home-top .right-box {
  width: 24%;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 18px;
  box-sizing: border-box;
}
.home-top .right-box .top-box {
  padding-bottom: 30px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.home-top .right-box .top-box .photo-box .photo {
  width: 72px;
  height: 72px;
  margin-right: 10px;
}
.home-top .right-box .top-box .login-btn {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  background-color: #bf1a20;
  margin-top: 18px;
  text-align: center;
  line-height: 36px;
}
.home-top .right-box .top-box .login-btn:hover {
    color: #fff;
}
.home-top .right-box .bottom-box .top-name a .fa {
  font-size: 16px;
  margin-left: 6px;
}
.home-top .right-box .bottom-box ul {
  margin-top: 10px;
}
.home-top .right-box .bottom-box ul li {
  margin-top: 10px;
}
.home-top .right-box .bottom-box ul li a .icon {
  width: 16px;
}
.home-top .right-box .bottom-box ul li a .oppress {
  margin-top: 0;
  width: 100%;
  height: 114px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.home-same-box .left-pic {
  width: 265px;
  height: 363px;
  border-radius: 10px;
  box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.home-same-box .swiper-box {
  width: calc(100% - 280px);
  height: 363px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 25px 35px;
  box-sizing: border-box;
  position: relative;
  
}
.home-same-box .swiper-box .swiper-change .swiper-button-next {
  right: 0;
}
.home-same-box .swiper-box .swiper-change .swiper-button-prev {
  left: 0;
}
.home-same-box .swiper-container {
  width: 100%;
  margin: 0;
}
.home-recommend {
  margin: 28px 0;
}
.home-recommend .item a .pic-box {
  width: 100%;
  height: 193px;
  border-radius: 16px;
  background-image: -moz-linear-gradient(90deg, #c60900 0%, #ff4e3a 65%);
  background-image: -webkit-linear-gradient(90deg, #c60900 0%, #ff4e3a 65%);
  background-image: -ms-linear-gradient(90deg, #c60900 0%, #ff4e3a 65%);
  padding: 6px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.home-recommend .item a .pic-box .pic {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
}
.home-recommend .item a .pic-box .pic img {
  max-width: 80%;
  max-height: 80%;
}
.home-recommend .item a .btn-box {
  width: 116px;
  margin: 10px auto 0;
}

.home-recommend .item a .btn-box img{
    
    transition: all 0.3s;
}
.home-recommend .item:hover a .btn-box img{
    transform: scale(1.1);
}
.brand-recommend .big-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.brand-recommend .line-box {
  height: 100px;
  border-left: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  /*margin-top: 10px;*/
}
.brand-recommend .line-box:last-child{
    border-bottom: 1px solid #f5f5f5;
}
/*.brand-recommend .swiper-brand {*/
/*  height: 100px;*/
/*}*/
.brand-recommend .swiper-brand .swiper-slide {
    width: 200px;
  height: 100px;
  overflow: hidden;
}
.brand-recommend .swiper-brand .swiper-slide::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #f5f5f5;
}
/*.brand-recommend .swiper-brand .swiper-slide::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background-color: #f5f5f5;*/
/*}*/
.brand-recommend .swiper-brand .swiper-slide .item {
  height: 100%;
}
.brand-recommend .swiper-brand .swiper-slide .item .pic {
  height: 100%;
}
.same-title {
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.same-title::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 26px;
  background-color: #bf1a20;
  border-radius: 3px;
}
.case-box {
  /*margin: 40px 0;*/
   /*padding: 40px 0;*/
  background-color: #ffefef;
}
.case-box .ul {
  margin-top: 25px;
  margin-right: -10px;
}
.case-box .ul li {
  flex: 1;
  transition: all 0.4s ease;
  margin-right: 10px;
}
.case-box .ul li a {
  position: relative;
  padding-bottom: 20px;
}
.case-box .ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #bf1a20;
  transition: all 0.4s ease;
}
.case-box .ul li a .oppress {
  width: 100%;
  height: 329px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.case-box .ul li a .more{
    position: absolute;
    right: 0;
    bottom: 20px;
    opacity: 0;
}
.case-box .ul li:hover {
  flex: 2;
}
.case-box .ul li:hover a {
  text-decoration: none;
}
.case-box .ul li:hover a::after {
  width: 100%;
}
.case-box .ul li:hover a .more{
    opacity: 1;
}
.home-tab {
  margin-top: 26px;
}
.spe-home-tab-box .home-tab:first-child{
    margin-top: 0;
}
.home-tab .top-tab {
  padding-bottom: 5px;
}
.home-tab .navs .item {
  padding: 0 25px 10px;
  position: relative;
  cursor: pointer;
}
.home-tab .navs .item::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #bf1a20;
  transition: all 0.4s ease;
}
.home-tab .navs .item::before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #bf1a20;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.home-tab .navs .more{
   margin-top: -10px;
   margin-left: 10px;
}
.home-tab .navs .item.on {
  color: #bf1a20;
}
.home-tab .navs .item.on::after {
  width: 100%;
}
.home-tab .navs .item.on::before {
  opacity: 1;
}
.home-tab .swiper-box {
  margin-top: -2px;
}
.home-tab .swiper-box .swiper-slide .ad-box {
  width: 100%;
  max-height: 120px;
}
.home-tab .swiper-box .swiper-slide .ul {
  margin-top: 15px;
  margin-right: -0.66%;
}
.home-tab .swiper-box .swiper-slide .ul li {
  width: 16%;
  margin-right: 0.66%;
  margin-bottom: 10px;
  height: 235px;
}
.home-tab .swiper-box .swiper-slide .ul li:first-child {
  width: 32.66%;
}
.home-tab .swiper-box .swiper-slide .ul li:first-child a .pic {
  height: 100%;
}
.home-tab .swiper-box .swiper-slide .ul li a {
  height: 100%;
}
.home-tab .swiper-box .swiper-slide .ul li a .title{
    height: 40px;
}
.home-tab .swiper-box .swiper-slide .ul li a .pic {
  width: 100%;
  overflow: hidden;
}
.home-tab .swiper-box .swiper-slide .ul li:not(:first-child) a {
  background-color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}
.home-tab .swiper-box .swiper-slide .ul li:not(:first-child) a .pic {
  height: 145px;
}
.home-tab .swiper-box .swiper-slide .ul li:not(:first-child) a .pic img {
  max-width: 80%;
  max-height: 80%;
}
.home-tab .swiper-box .swiper-slide .ul li:not(:first-child) a .price {
  background-image: -moz-linear-gradient(90deg, #c80c22 0%, #f32940 99%);
  background-image: -webkit-linear-gradient(90deg, #c80c22 0%, #f32940 99%);
  background-image: -ms-linear-gradient(90deg, #c80c22 0%, #f32940 99%);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.004);
  width: 93px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  margin: 10px auto 0;
  border-radius: 12px;
}
.news a .date {
  margin-right: 15px;
}
.news a .date .f14 {
  margin-top: -5px;
}
.news a:hover .text-node {
  color: #000;
}
.news .content {
  margin-top: 30px;
}
.news .content .news-swiper {
  width: 45%;
  margin: 0;
}
.news .content .news-swiper a .oppress {
  height: 340px;
  border-radius: 16px;
}
.news .content .news-swiper a .info .title {
  margin: 40px 0 35px;
}
.news .content .news-swiper a .info .more {
  margin-top: 80px;
}
.news .content .news-swiper .swiper-change2 {
  width: 150px;
  height: 60px;
  position: absolute;
  bottom: 4px;
  right: 0;
  z-index: 99;
}
.news .content .news-swiper .swiper-change2 .circle {
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.news .content .news-swiper .swiper-change2 .circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.3);
}
.news .content .news-swiper .swiper-change2 .circle svg {
  display: block;
  width: 100%;
}
.news .content .news-swiper .swiper-change2 .circle svg .cls-1 {
  fill: none;
  stroke: #bf1a20;
  stroke-width: 3px;
  stroke-dasharray: 0, 325;
}
.news .content .news-swiper .swiper-change2 .circle svg .cls-2 {
  fill: none;
  stroke: #e5e5e5;
  stroke-width: 3px;
}
.news .content .news-swiper .swiper-change2 .btn {
  width: 56px;
  height: 56px;
  opacity: 1;
}
.news .content .news-swiper .swiper-change2 .btn::after {
  display: none;
}
.news .content .news-swiper .swiper-change2 .btn:hover svg .cls-1 {
  animation: icon-animation 9s linear infinite;
}
@keyframes icon-animation {
  0% {
    stroke-dasharray: 0, 325;
  }
  100% {
    stroke-dasharray: 325, 0;
  }
}
.news .content .news-swiper .swiper-change2 .btn:hover .circle .icon {
  color: #bf1a20;
}
.news .content .news-lists {
  width: 45%;
}
.news .content .news-lists .ul .top-news {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .content .news-lists .ul .top-news a .oppress {
  width: 35%;
  height: 140px;
  border-radius: 16px;
}
.news .content .news-lists .ul .top-news a .right-info {
  width: 60%;
}
.news .content .news-lists .ul .top-news a .right-info .title {
  margin-bottom: 30px;
}
.news .content .news-lists .ul .top-news a .right-info .title .date {
  margin-right: 10px;
}
.news .content .news-lists .ul .item:not(:last-child) {
  margin-bottom: 20px;
}
.news .content .news-lists .ul .item .date {
  padding: 10px 20px 10px 0;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  color: rgba(0, 0, 0, 0.5);
}
.news .content .news-lists .ul .item .right-info {
  width: 78%;
}
.news .content .news-lists .ul .item .right-info .title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.news .content .news-lists .ul .item .right-info .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #2e2c2c;
  border-radius: 50%;
}
.news .content .news-lists .ul .item:hover .date {
  color: #bf1a20;
}
.news .content .news-lists .ul .item:hover .title::before {
  background-color: #bf1a20;
}
.about {
  background-color: #f0f4f7;
}
.about .text-node {
  margin: 30px 0;
}
.about .video-box {
  width: 53%;
  height: 407px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.about .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 88;
  cursor: pointer;
}
.about .video-box .play-icon .icon {
  display: block;
  transform: rotate(90deg);
}
.about.page1 {
  background-color: transparent;
}
.datum {
  width: 32%;
  margin-top: -88px;
}
.datum .item {
  position: relative;
  cursor: pointer;
  margin-left: 60px;
  margin-top: 88px;
}
.datum .num {
  line-height: 1;
  height: 1em;
  overflow: hidden;
  position: relative;
  font-size: 40px;
  font-weight: bold;
}
.datum .num::after {
  content: attr(data-content);
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background-color: #bf1a20;
}
.datum .num::before {
  content: attr(data-unit);
  font-size: 24px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
@media (min-width: 801px) {
  .datum .num {
    width: fit-content;
  }
}
/*@media (max-width: 800px) {*/
/*  .datum {*/
/*    margin-top: 0;*/
/*  }*/
/*  .datum .num {*/
/*    font-size: 40px;*/
/*  }*/
/*  .datum .num:after {*/
/*    font-size: 16px;*/
/*  }*/
/*}*/
.customer {
  background-image: url('../img/bg3.jpg');
}
.customer .big-box {
    width: 100%;
  height: 250px;
  margin-right: -1%;
  margin-top: 35px;
  overflow: hidden;
}
.brand-recommend .swiper-brand>.swiper-wrapper,
.customer .customer-swiper>.swiper-wrapper{
    -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}
.customer .customer-swiper .swiper-slide {
    width: 200px;
  height: 100px!important;
  margin-bottom: 18px;
}
.customer .customer-swiper .swiper-slide .item {
  width: 90%;
  height: 100px;
  border-radius: 8px;
  background-color: #fff;
}
.customer .customer-swiper .swiper-slide .item .pic {
  padding: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.customer .customer-swiper .swiper-slide .item .pic img {
  max-width: 90%;
  max-height: 90%;
}
.footer {
  padding-top: 70px;
  border-top: 3px solid #bf1a20;
}
.footer .main {
  padding-bottom: 35px;
}
.footer .main .top-box .item {
  font-weight: 550;
}
.footer .main .top-box .item .word {
  width: 72px;
  height: 72px;
  background-image: url('../img/foot-iconbg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37px 43px;
  margin-right: 10px;
    padding-bottom: 4px;
  box-sizing: border-box;
  position: relative;
}
.footer .main .top-box .item .word .circle{
    position: absolute;
    top: 0;
    left: 0;
    animation: circle 10s linear infinite;
    margin-top: -2px;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }

  100% {transform: rotate(360deg);}
}
.footer .main .middle-box {
  padding-top: 50px;
  margin-top: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .main .middle-box .nav-ul {
  width: 56%;
}
.footer .main .middle-box .nav-ul li .top {
  font-weight: 550;
}
.footer .main .middle-box .nav-ul li .two-ul {
  margin-top: 18px;
}
.footer .main .middle-box .nav-ul li .two-ul a {
  margin-bottom: 5px;
}
.footer .main .middle-box .right .wechat {
  margin-right: 45px;
}
.footer .main .middle-box .right .wechat li {
  text-align: center;
  
}
.footer .main .middle-box .right .wechat li:first-child{
    margin-right: 30px;
}
.footer .main .middle-box .right .wechat li .pic-box {
  width: 100px;
    height: 100px;
    margin: 0 auto;
}
.footer .main .middle-box .right .logo-txt {
  letter-spacing: 2px;
  margin-top: 8px;
  color: #fb3f42;
}
.footer .main .bottom-nav {
  margin: 70px 0 30px;
}
.footer .main .bottom-nav li:not(:last-child) {
  margin-right: 66px;
}
.footer .main .bottom-links li:not(:last-child) {
  margin-right: 8px;
}
.footer .copyright {
  background-color: #333333;
  padding: 12px 0;
}
.footer .copyright a {
  opacity: 0.5;
}
.footer .copyright a:not(:last-child) {
  margin-right: 20px;
}
.footer .copyright a:nth-of-type(3) {
  margin-right: 40px;
}
.footer .copyright a:hover {
  opacity: 1;
}
.footer.login-footer {
  padding-top: 10px;
  border-top: none;
}
.footer.login-footer .main{
    padding-bottom: 20px;
}
.footer.login-footer .bottom-nav {
  margin: 20px 0;
}
#crumbs {
  white-space: nowrap;
}
#crumbs a span,
#crumbs .split span {
  opacity: 0.7;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.4em;
  opacity: 0.7;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .touch .icon {
  margin-right: 5px;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  opacity: 1;
  color: #bf1a20;
}
/*@media (max-width: 800px) {*/
/*  #crumbs {*/
/*    width: 100%;*/
/*    margin-top: 10px;*/
/*    overflow-x: auto;*/
/*    white-space: nowrap;*/
/*    padding-bottom: 5px;*/
/*  }*/
/*}*/
.content-page {
  padding-top: 28px;
  padding-bottom: 60px;
}
.content-page .content {
  margin-top: 30px;
}
.content-page .left-box {
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.content-page .left-box .left-nav {
  background-color: #ffffff;
  box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 35px 35px 0;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.content-page .left-box .left-nav .item {
  position: relative;
  padding-bottom: 35px;
  cursor: pointer;
}
.content-page .left-box .left-nav .item:not(:last-child) {
  margin-bottom: 35px;
  border-bottom: 1px solid #dcdcdc;
}
.content-page .left-box .left-nav .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #bf1a20;
  transition: all 0.4s ease;
}
.content-page .left-box .left-nav .item span {
  opacity: 0.8;
}
.content-page .left-box .left-nav .item img {
  filter: brightness(0.4);
  opacity: 0.4;
}
.content-page .left-box .left-nav .item.active span,
.content-page .left-box .left-nav .item:hover span {
  opacity: 1;
  color: #bf1a20;
  font-weight: bold;
}
.content-page .left-box .left-nav .item.active::after,
.content-page .left-box .left-nav .item:hover::after {
  width: 100%;
}
.content-page .left-box .left-nav .item.active img,
.content-page .left-box .left-nav .item:hover img {
  filter: brightness(1);
  opacity: 1;
}
.content-page .left-box .top-item {
  width: 100%;
  height: 120px;
  background-color: #bf1a20;
  padding: 40px 35px;
  align-items: flex-end;
  box-sizing: border-box;
}
.content-page .left-box .top-item .f14 {
  margin-left: 10px;
}
.content-page .right-page {
  width: 78%;
  margin-left: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px -1px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 40px 40px 60px;
  box-sizing: border-box;
}
.content-page .right-page .info-page {
  padding-top: 60px;
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-page .right-page .info-page .page-title {
  align-items: flex-end;
}
.content-page .right-page .info-page .page-title span {
  margin-left: -20px;
}
.content-page .right-page .page1 {
  padding-top: 30px;
  margin-top: 25px;
}
.content-page .right-page .page1 .info {
  line-height: 1.8;
  margin: 40px 0;
}
.content-page .right-page .page1 .video-box {
  width: 73%;
  /*height: 458px;*/
  margin: 0 auto;
}
.content-page .right-page .page3 .ys-box ul li {
  width: 48%;
  position: relative;
  border-radius: 10px;
  background-color: #f0f4f7;
  height: 240px;
  padding: 90px 40px 0;
  box-sizing: border-box;
  margin-top: 85px;
  text-align: center;
}
.content-page .right-page .page3 .ys-box ul li::before {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.content-page .right-page .page3 .ys-box ul li .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #bf1a20;
  color: #fff;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.content-page .right-page .page3 .ys-box ul li .name {
  font-weight: bold;
  /*font-style: italic;*/
  color: #bf1a20;
  margin-bottom: 20px;
}
.content-page .right-page .page3 .ys-box ul li:hover .icon-box {
  animation: shake2 0.6s linear forwards;
}
@keyframes shake2 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -5px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.content-page .right-page .page4 .culture-box ul li {
  width: 40%;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}
.content-page .right-page .page4 .culture-box ul li:nth-of-type(2n-1) {
  width: 60%;
}
.content-page .right-page .page4 .culture-box ul li .info-box {
  flex: 1;
  margin-left: 25px;
}
.content-page .right-page .page4 .culture-box ul li .info-box .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.content-page .right-page .page4 .culture-box ul li:hover .icon-box {
  animation: shake 0.6s linear forwards;
}
.content-page .right-page .page4 .culture-box ul li:hover .name{
    color:  #bf1a20;
}
.content-page .right-page .connect {
  padding-top: 30px;
  margin-top: 25px;
}
.content-page .right-page .connect .connect-info .ul li {
  width: 47%;
  padding-bottom: 35px;
  margin-top: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.content-page .right-page .connect .connect-info .ul li::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
  width: 0;
  height: 1px;
  background-color: #bf1a20;
}
.content-page .right-page .connect .connect-info .ul li .icon-box {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: rgba(16, 16, 16, 0.15);
  color: #fff;
  font-size: 28px;
}
.content-page .right-page .connect .connect-info .ul li .info .f20 {
  font-weight: bold;
  margin-bottom: 10px;
}
.content-page .right-page .connect .connect-info .ul li .info .txt {
  opacity: 0.8;
}
.content-page .right-page .connect .connect-info .ul li .info .txt span {
  margin-right: 10px;
}
.content-page .right-page .connect .connect-info .ul li:hover {
  color: #bf1a20;
}
.content-page .right-page .connect .connect-info .ul li:hover::after {
  width: 100%;
}
.content-page .right-page .connect .connect-info .ul li:hover .icon-box {
  background-color: #bf1a20;
}
.content-page .right-page .connect .connect-info .ul li:hover .info .txt {
  opacity: 1;
}
.content-page .right-page .connect #map {
  width: 100%;
  height: 460px;
  margin-top: 45px;
  border-radius: 10px;
}
.content-page .right-page .top-info-page {
  padding-top: 30px;
  margin-top: 25px;
}
.content-page .right-page .news-page a:hover .title {
  color: #bf1a20;
}
.content-page .right-page .news-page .top-news a {
  width: 48.5%;
}
.content-page .right-page .news-page .top-news a .oppress {
  width: 100%;
  height: 320px;
  border-radius: 10px;
}
.content-page .right-page .news-page .top-news a .title {
  margin: 30px 0 25px;
}
.content-page .right-page .news-page .news-lists {
  padding-top: 60px;
  margin-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-page .right-page .news-page .news-lists .ul li {
  margin-bottom: 60px;
}
.content-page .right-page .news-page.gg-page .news-lists {
  padding-top: 0;
  margin-top: 40px;
}
.content-page .right-page .news-page.gg-page .news-lists .ul li {
    margin-bottom: 20px;
}
.content-page .right-page .news-page .news-lists .ul li a {
  position: relative;
}
.content-page .right-page .news-page .news-lists .ul li a .date {
  text-align: center;
  width: 66px;
  height: 66px;
  border-radius: 10px;
  background-color: #bf1a20;
  position: absolute;
  left: 18px;
  top: -10px;
  padding: 8px 5px;
  box-sizing: border-box;
  z-index: 99;
}
.content-page .right-page .news-page .news-lists .ul li a .oppress {
  width: 38%;
  height: 220px;
  border-radius: 10px;
}
.content-page .right-page .news-page .news-lists .ul li a .right-info {
  width: 58%;
}
.content-page .right-page .news-page .news-lists .ul li a .right-info .text-node {
  margin: 25px 0 30px;
}
.content-page .right-page .article .tit {
  margin: 30px 0;
}
.content-page .right-page .article .desc {
  margin: 60px 0 75px;
  padding-top: 60px;
  border-top: 2px solid #bf1a20;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
.content-page .right-page .article.spe-article .desc{
     margin: 0 ;
  padding-top: 0;
  border-top: none;
}
.content-page .right-page .article .desc a {
  display: inline-block;
}
.content-page .right-page .article .btn-box a {
  padding: 35px 0;
  color: rgba(0, 0, 0, 0.7);
}
.content-page .right-page .article .btn-box a:last-child {
  padding-bottom: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.content-page .right-page .article .btn-box a p {
  width: 80%;
  position: relative;
  padding-left: 15px;
}
.content-page .right-page .article .btn-box a p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(20, 20, 20, 0.5);
}
.content-page .right-page .article .btn-box a:hover {
  color: #bf1a20;
}
.content-page .right-page .article .btn-box a:hover p {
  text-decoration: underline;
}
.content-page .right-page .article .btn-box a:hover p:before {
  background-color: #bf1a20;
}
/*@media (max-width: 800px) {*/
/*  .content-page .right-page .article .tit {*/
/*    margin: 20px 0;*/
/*  }*/
/*  .content-page .right-page .article .social-share {*/
/*    font-size: 14px;*/
/*  }*/
/*  .content-page .right-page .article .social-share .social-share-icon {*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    line-height: 35px;*/
/*  }*/
/*  .content-page .right-page .article .desc {*/
/*    margin: 30px 0;*/
/*    padding-top: 30px;*/
/*    line-height: 1.6;*/
/*  }*/
/*  .content-page .right-page .article .btn-box a {*/
/*    padding: 20px 0;*/
/*  }*/
/*}*/
#development .evolution-box {
  width: 100%;
}
#development .gallery {
  margin-top: 45px;
  width: 100%;
}
#development .gallery .swiper-slide .oppress {
  width: 45%;
  height: 281px;
  border-radius: 20px;
}
#development .gallery .swiper-slide .info {
  width: 50%;
  padding-bottom: 90px;
}
#development .gallery .swiper-slide .info .desc {
  margin-top: 30px;
  line-height: 1.8;
}
#development .gallery .swiper-change {
  width: 150px;
  position: absolute;
  left: 49%;
  bottom: 56px;
}
#development .thumb {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 40px;
}
#development .thumb::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #bf1a20;
  transition: all 0.3s linear;
}
#development .thumb .swiper-slide {
  width: 10%;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#development .thumb .swiper-slide::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 2px;
  border-color: #bf1a20;
  border-style: solid;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide .char {
  font-size: 18px;
  position: relative;
  opacity: 0.5;
  transition: all 0.4s linear;
}
#development .thumb .swiper-slide.swiper-slide-thumb-active .char {
  color: #bf1a20;
  opacity: 1;
  font-size: 26px;
}
/*@media (max-width: 800px) {*/
/*  #development .bottom-swiper {*/
/*    position: relative;*/
/*  }*/
/*  #development .gallery {*/
/*    width: 100%;*/
/*    margin-top: 30px;*/
/*  }*/
/*  #development .gallery .swiper-slide .content {*/
/*    flex-wrap: wrap;*/
/*    padding: 20px;*/
/*  }*/
/*  #development .gallery .swiper-slide .oppress {*/
/*    width: 100%;*/
/*    height: 200px;*/
/*  }*/
/*  #development .gallery .swiper-slide .info {*/
/*    width: 100%;*/
/*    margin-top: 20px;*/
/*  }*/
/*  #development .gallery .swiper-slide .info .year .Mont {*/
/*    font-size: 30px;*/
/*  }*/
/*  #development .gallery .swiper-slide .info .year .unit {*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    margin-top: -2px;*/
/*  }*/
/*  #development .gallery .swiper-slide .info .desc {*/
/*    margin-top: 10px;*/
/*  }*/
/*  #development .gallery .swiper-slide .info .desc p {*/
/*    margin-bottom: 10px;*/
/*  }*/
/*  #development .thumb {*/
/*    margin-top: 40px;*/
/*  }*/
/*  #development .thumb .swiper-slide {*/
/*    width: 32%;*/
/*  }*/
/*  #development .thumb .swiper-slide.swiper-slide-thumb-active {*/
/*    font-size: 20px;*/
/*  }*/
/*}*/
.login-page {
  background-image: url("../../img/bg4.jpg");
  height: calc(100vh - 310px);
}
.login-page .main {
  height: 100%;
  justify-content: flex-end;
}
.login-page .form-content {
  width: 440px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 4px 9px 0px rgba(17, 49, 85, 0.17);
  padding: 40px 40px 30px;
  box-sizing: border-box;
}
/*@media (max-width: 1024px) {*/
/*  .login-page .form-content {*/
/*    padding: 40px 20px;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .login-page .form-content {*/
/*    width: 100%;*/
/*  }*/
/*}*/
.login-page .form-content .headline .tit {
  margin-bottom: 5px;
}
.login-page .form-content .top-change {
  margin: 25px 0;
  width: 100%;
  height: 47px;
  border-radius: 4px;
  background-color: #f0f4f7;
  padding: 5px;
  box-sizing: border-box;
}
.login-page .form-content .top-change .item {
  cursor: pointer;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
}
.login-page .form-content .top-change .item.active,
.login-page .form-content .top-change .item:hover {
  color: #fff;
  border-radius: 6px;
  background-color: #bf1a20;
  box-shadow: 0px 2px 4px 0px rgba(173, 0, 0, 0.2);
}
.login-page .form-content .row {
  width: 100%;
  margin-top: 20px;
}
.login-page .form-content .row .label {
  width: 100%;
  height: 47px;
  border-radius: 4px;
  background-color: #f0f4f7;
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 5px;
}
.login-page .form-content .row .label .prop {
  font-size: 20px;
  opacity: 0.5;
  font-weight: 600;
}
.login-page .form-content .row .label .password-icon {
  margin-right: 20px;
  cursor: pointer;
  font-size: 20px;
  opacity: 0.5;
  font-weight: 600;
}
.login-page .form-content .row .label .password-icon .icon-yanjingyincang {
  display: none;
}
.login-page .form-content .row .input,
.login-page .form-content .row .send-code {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.login-page .form-content .row .input::placeholder,
.login-page .form-content .row .send-code::placeholder {
  color: #00000080;
}
.login-page .form-content .row .code {
  position: relative;
  height: 47px;
  color: #fff;
  background-color: #bf1a20;
  border-radius: 4px;
  margin-left: 15px;
}
.login-page .form-content .row .send-code {
  cursor: pointer;
}
.login-page .form-content .code-box,
.login-page .form-content .email-box {
  display: none;
}
.login-page .form-content .login-btn {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  background-color: #bf1a20;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 10px;
}
.login-page .form-content input[type="radio"],
.login-page .form-content input[type="checkbox"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.login-page .form-content input[type="radio"]:checked,
.login-page .form-content input[type="checkbox"]:checked {
  background: url("../../img/check.png") no-repeat center center;
  background-size: 12px 12px;
  background-color: #bf1a20;
}
.login-page .form-content input:checked + span {
  color: #bf1a20 !important;
}
.login-page .form-content .contor-group {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 18px;
}
.login-page .form-content .contor-group input[type="checkbox"] {
  margin-right: 8px;
}
.login-page .regit-form .form-content {
  padding: 30px 40px 20px;
}
.login-page .regit-form .row {
  margin-top: 15px;
}
.login-page .regit-form .login-btn {
  margin-top: 15px;
}
.login-pop {
  display: none;
  width: 224px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-pop .top-head {
  width: 100%;
  background-color: #bf1a20;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
.login-pop .top-head .close {
  cursor: pointer;
}
.login-pop .pop-content {
  width: 100%;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  background-color: #f9f9f9;
  padding: 30px 10px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}
.login-header  .back img{
    margin-right: 5px;
}
@media (max-width: 1480px) {
    .login-page .form-content {
  width: 400px;
 
  padding: 20px 20px 10px;
}
.login-page .form-content .top-change {
    margin: 10px 0;
}
.login-page .form-content .row {
    margin-top: 10px;
}
.login-page .form-content .login-btn {
    margin-top: 10px;
    margin-bottom: 5px;
}
.login-page {
  height: auto;
  padding: 60px 0;
  max-height: 100vh;
  box-sizing: border-box;
}
.login-page .main {
     height: auto; 
}
}
.product-page .top-content {
  margin: 30px 0 25px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.product-page .top-content .select-lists .item {
  position: relative;
}
.product-page .top-content .select-lists .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.product-page .top-content .select-lists .item .name {
  opacity: 0.8;
  height: 100%;
  line-height: 87px;
  padding: 0 50px 0 28px;
  background-color: #f7f7f7;
}
.product-page .top-content .select-lists .item .ul {
  margin-left: 50px;
  flex: 1;
  margin-right:  100px;
  box-sizing: border-box;
}
.product-page .top-content .select-lists .item .ul li {
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  box-sizing: border-box;
  opacity: 0.7;
  border-radius: 5px;
  margin-right: 15px;
}
.product-page .top-content .select-lists .item .ul li.active,
.product-page .top-content .select-lists .item .ul li:hover {
  opacity: 1;
  color: #fff;
  background-color: #fea100;
}
.product-page .top-content .select-lists .item .ul li.active a,
.product-page .top-content .select-lists .item .ul li:hover a{
  opacity: 1;
  color: #fff;
}
.product-page .top-content .select-lists .item.type-item .name {
  margin-top: 5px;
}
.product-page .top-content .select-lists .item.type-item .ul {
  max-height: 45px;
  overflow: hidden;
  margin-bottom: -10px;
  transition: all 1s ease;
}
.product-page .top-content .select-lists .item.type-item .ul li {
  margin-bottom: 10px;
}
.product-page .top-content .select-lists .item.type-item .ul.all {
  /*height: auto;*/
  max-height: 300px;
  overflow-y: auto;
}
.product-page .top-content .select-lists .item .type-more {
  position: absolute;
  right: 30px;
  top: 35px;
  cursor: pointer;
  width: 64px;
  height: 28px;
  border-radius: 4px;
  background-color: #bf1a20;
}
.product-page .top-content .select-lists .item .type-more .icon {
  transition: all 0.4s ease;
  transform: rotate(90deg) scale(0.8);
  font-size: 12px;
}
.product-page .top-content .select-lists .item .type-more.on .icon {
  transform: rotate(-90deg) scale(0.8);
}
.pro-side {
  width: 15%;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
}
.pro-side .top-title {
  width: 100%;
  padding: 14px 0;
  background-color: #f7f7f7;
}
.pro-side .top-title img {
  margin-right: 8px;
}
.pro-side .pro-ul {
  padding: 20px;
}
.pro-side .pro-ul li {
  margin-bottom: 25px;
}
.pro-side .pro-ul li a {
  width: 100%;
}
.pro-side .pro-ul li a .pic {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.pro-side .pro-ul li a .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pro-side .pro-ul li a .title {
  margin: 15px 0 10px;
}
.pro-side .pro-ul li a .price {
    background-image: -webkit-linear-gradient(90deg, rgb(200, 12, 34) 0%, rgb(243, 41, 64) 99%);
    box-shadow: rgba(0, 0, 0, 0.004) 0px 10px 30px 0px;
    width: 93px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: rgb(255, 255, 255);
    margin: 10px auto 0px;
    border-radius: 12px;
}

.pro-lists {
  width: 83.5%;
}
.pro-lists .nav-bar-row {
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding-left: 20px;
  border-bottom: 4px solid #bf1a20;
}
.pro-lists .nav-bar-row .price-input .split {
  margin: 0 10px;
}
.pro-lists .nav-bar-row .price-input .box {
  min-width: 124px;
  height: 25px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.pro-lists .nav-bar-row .price-input .box.spe-btn{
    min-width: 54px;
    margin-left: 10px;
    color: #fff;
    background-color: #bf1a20;
}
.pro-lists .nav-bar-row .price-input .box .price-input-item {
  width: 124px;
  line-height: 25px;
  padding-left: 20px;
  box-sizing: border-box;
}
.pro-lists .nav-bar-row .price-input .box span {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  opacity: 0.8;
}
.pro-lists .product-list .product-item .add-cart {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 15px;
}
.pro-lists .product-list .product-item .add-cart .cart-btn {
  border-radius: 13px;
  background-image: -moz-linear-gradient(90deg, #c80c22 0%, #f32940 99%);
  background-image: -webkit-linear-gradient(90deg, #c80c22 0%, #f32940 99%);
  background-image: -ms-linear-gradient(90deg, #c80c22 0%, #f32940 99%);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.004);
  width: 101px;
  height: 27px;
  text-align: center;
  line-height: 27px;
}
.pro-lists .product-list .product-item .add-cart .cart-btn:hover {
  color: #fff;
}
.pro-lists .product-list .product-item .add-cart .quantity {
  height: 30px;
  margin: 0;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  overflow: hidden;
}
.pro-lists .product-list .product-item .add-cart .quantity .btn-box {
  width: 20px;
}
.pro-lists .product-list .product-item .add-cart .quantity .quantity-down,
.pro-lists .product-list .product-item .add-cart .quantity .quantity-up {
  height: 15px;
  line-height: 15px;
  padding: 0 2px;
  width: 100%;
  border: 1px solid #d2d2d2;
  border-right: none;
}
.pro-lists .product-list .product-item .add-cart .quantity .quantity-up {
  border-bottom: none;
}
.pro-lists .product-list .product-item .add-cart .quantity .quantity-text {
  flex: 1;
  border: none;
}
.pro-details .pro-details-top .left-box {
  width: 36%;
}
.pro-details .pro-details-top .left-box .product-gallery {
  position: relative;
}
.pro-details .pro-details-top .left-box .product-gallery .swiper-change {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80px;
}
.pro-details .pro-details-top .left-box .product-gallery .swiper-change .btn {
  width: 18px;
  height: 100%;
  color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 80px;
  top: 0;
  transform: translateY(0);
  margin-top: 0;
  overflow: hidden;
}
.pro-details .pro-details-top .left-box .product-gallery .swiper-change .btn:hover {
  color: #fff;
  border-color: #bf1a20;
  background-color: #bf1a20;
}
.pro-details .pro-details-top .left-box .product-gallery .swiper-change .swiper-button-next {
  right: 0;
}
.pro-details .pro-details-top .left-box .product-gallery .swiper-change .swiper-button-prev {
  left: 0;
}
.pro-details .pro-details-top .left-box .product-gallery .gallery-top {
  width: 100%;
  height: 498px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 10px;
  user-select: none;
  cursor: url("../img/fd.png"), auto;
}
.pro-details .pro-details-top .left-box .product-gallery .gallery-top .pic-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro-details .pro-details-top .left-box .product-gallery .custom-zoom-lens {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-details .pro-details-top .left-box .product-gallery .custom-zoom-lens i {
  color: #333;
  font-size: 20px;
}
.pro-details .pro-details-top .left-box .product-gallery .gallery-thumbs {
  width: 90%;
  height: 80px;
  box-sizing: border-box;
  margin: 10px auto 0;
}
.pro-details .pro-details-top .left-box .product-gallery .gallery-thumbs .swiper-slide {
  width: 82px;
  height: 80px;
  margin-right: 10px;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 10px;
}
.pro-details .pro-details-top .left-box .product-gallery .gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
}
.pro-details .pro-details-top .left-box .product-gallery .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #bf1a20;
}
.pro-details .pro-details-top .right-box {
  width: 62.5%;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
}
.pro-details .pro-details-top .right-box h1 {
  padding-bottom: 35px;
  border-bottom: 2px solid #bf1a20;
}
.pro-details .pro-details-top .right-box .info-box {
  width: 100%;
  padding: 0 24px 24px;
  border-radius: 10px;
  background-color: #fcf6f6;
  padding-right: 5%;
  box-sizing: border-box;
}
.pro-details .pro-details-top .right-box .info-box .row-box {
  width: 50%;
  margin-top: 25px;
}
.pro-details .pro-details-top .right-box .info-box .row-box.w100 {
  width: 100%;
}
.pro-details .pro-details-top .right-box .info-box .row-box.w33 {
  width: 33.33%;
}
.pro-details .pro-details-top .right-box .info-box .row-box span:first-child {
  margin-right: 30px;
}
.pro-details .pro-details-top .right-box .num-box {
  padding: 30px 24px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-details .pro-details-top .right-box .select-address {
  padding: 0 24px;
  margin: 30px 0;
}
.pro-details .pro-details-top .right-box .select-address .spe-box {
  position: relative;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 4px;
  /*background-color: #ffffff;*/
  background: rgba(0, 0, 0, 0.05);
  height: 30px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-left: 20px;
  
}
.pro-details .pro-details-top .right-box .select-address .spe-box::after {
  content: "\e61a";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: "icon";
  opacity: 0.7;
  font-size: 14px;
}
.pro-details .pro-details-top .right-box .product-cart-btn {
  padding: 0 24px;
}
.pro-details .pro-details-top .right-box .product-cart-btn .btn {
  width: 140px;
  height: 43px;
  background-color: #fea100;
  border-radius: 22px;
}
.pro-details .pro-details-top .right-box .product-cart-btn .btn-cart {
  width: 200px;
  height: 43px;
  color: #fff;
  background-color: #bf1a20;
  margin-left: 15px;
}
.pro-details .pro-details-top .right-box .product-cart-btn .btn-cart .icon{
    margin-right: 8px;
}
.pro-details .details-content {
  margin-top: 40px;
}
#content-container>.flex-between,
.pro-details .details-content>.flex-between{
    align-items: flex-start;
}
.pro-details .details-content .details-box {
  width: 83.5%;
  border-width: 1px;
  border-color: #d2d2d2;
  border-style: solid;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.pro-details .details-content .tab-content {
  padding: 55px 100px;
  box-sizing: border-box;
}
.pro-details .details-content #detail img {
  max-width: 100%;
  text-align: center;
}
.cart-page input[type="checkbox"],
.cart-page input[type="radio"] {
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-radius: 50%;
}
.cart-page input[type="file"]:focus,
.cart-page input[type="radio"]:focus,
.cart-page input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.cart-page input[type="radio"]:checked,
.cart-page input[type="checkbox"]:checked {
  background: url("../img/check.png") no-repeat center center;
  background-size: 12px 12px;
  border-color: #bf1a20;
  background-color: #bf1a20;
}
.cart-page .check-box {
  display: flex;
  justify-content: center;
}
.cart-page .to-play {
  justify-content: flex-end;
}
.cart-page .to-play .text-muted {
  color: #333;
}
.cart-page .to-play .btn-success {
  background-color: #bf1a20;
  width: 140px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  box-sizing: border-box;
  padding: 0;
  border-radius: 22px;
}
.cart-page .table > tfoot > tr > td {
  padding-top: 30px !important;
}
.page-banner {
  position: relative;
  /*height: 700px;*/
}
.page-banner .banner-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.same-top-title {
  font-size: 55px;
}
.same-top-title span {
  padding-left: 20px;
  position: relative;
}
.same-top-title span::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url('../img/circle-icon.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.qgc-page {
  padding: 30px 0;
}
.qgc-page .oppress {
  width: 43%;
  height: 429px;
  border-radius: 10px;
}
.qgc-page .right-box {
  width: 46%;
}
.qgc-page .right-box .desc {
  line-height: 1.8;
  margin-top: 50px;
}
.dzpl-page {
  padding-top: 40px;
}
.dzpl-page .lists-box {
  margin-top: 80px;
  border-width: 5px;
  border-color: #c10606;
  border-style: solid;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 2.339px 7.65px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 0 60px 80px;
  box-sizing: border-box;
}
.dzpl-page .lists-box .item {
  width: 23%;
}
.dzpl-page .lists-box .item .name {
  width: 156px;
  height: 46px;
  background-color: #ffffff;
  box-shadow: 0.877px 2.869px 9px 0px rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  text-align: center;
  line-height: 46px;
  margin: -23px auto 56px;
}
.dzpl-page .lists-box .item ul li:not(:last-child) {
  margin-bottom: 30px;
}
.dzpl-page .lists-box .item ul li .oppress {
  position: relative;
  border-radius: 10px;
  background-color: #edf4f8;
  width: 100%;
  height: 214px;
}
.dzpl-page .lists-box .item ul li .oppress .tit {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.ywlc-page {
  background-image: url('../img/bg5.jpg');
  padding: 40px 0;
}
.ywlc-page .ul {
  margin: 87px -60px -60px 0;
}
.ywlc-page .ul .item {
  width: 296px;
  height: 142px;
  text-align: center;
  line-height: 142px;
  position: relative;
  margin-right: 60px;
  margin-bottom: 60px;
}
.ywlc-page .ul .item .bg {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background-image: url("../img/title-bg6.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ywlc-page .ul .item .Mont {
  font-size: 60px;
  position: absolute;
  top: -40px;
  left: 0;
  font-style: italic;
}
.ywlc-page .ul .item .f20 {
  opacity: 0.8;
}
.ywlc-page .ul .item:hover .bg,
.ywlc-page .ul .item:hover .Mont,
.ywlc-page .ul .item:hover .f20 {
  opacity: 1;
}
/*@media (max-width: 800px) {*/
/*  .ywlc-page .ul {*/
/*    max-width: 100%;*/
/*    margin: 40px auto 0;*/
/*    justify-content: space-between;*/
/*  }*/
/*  .ywlc-page .ul .item {*/
/*    width: 47%;*/
/*    height: 70px;*/
/*    line-height: 70px;*/
/*    margin-right: 0;*/
/*  }*/
/*  .ywlc-page .ul .item .Mont {*/
/*    font-size: 40px;*/
/*    top: -37px;*/
/*  }*/
/*}*/
.ywlc-page .lists {
  margin-top: 70px;
  position: relative;
  margin-bottom: -50px;
}
.ywlc-page .lists .item {
  width: 48%;
  position: relative;
  margin-bottom: 50px;
  z-index: 99;
  background-color: #ffffff;
  border-radius: 10px ;
}
.ywlc-page .lists .item .oppress {
  border-radius: 10px 10px 0 0;
  height: 260px;
  position: relative;
}
.ywlc-page .lists .item .info {
  padding: 35px 50px ;
  position: relative;
}
.ywlc-page .lists .item .info .title::after {
  content: "";
  position: absolute;
  top: 45px;
  right: 0;
  width: 25%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.ywlc-page .lists .item .info .title span {
  font-size: 26px;
  color: #bf1a20;
  font-style: italic;
}
.ywlc-page .lists .item .info .sub-title {
  margin: 15px 0 0;
  position: relative;
}
.ywlc-page .lists .item .info .sub-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 15px;
  border-radius: 20px;
  background-image: -moz-linear-gradient(90deg, #de888c, #eecbcd, #fff);
  background-image: -webkit-linear-gradient(90deg, #de888c, #eecbcd, #fff);
  background-image: -ms-linear-gradient(90deg, #de888c, #eecbcd, #fff);
}
.ywlc-page .lists .item .info .sub-title span {
  position: relative;
  z-index: 8;
}
/*@media (max-width: 800px) {*/
/*  .ywlc-page .lists {*/
/*    margin-top: 30px;*/
/*    flex-wrap: wrap;*/
/*  }*/
/*  .ywlc-page .lists .item {*/
/*    width: 100%;*/
/*    margin-bottom: 50px;*/
/*  }*/
/*  .ywlc-page .lists .item .oppress {*/
/*    height: 300px;*/
/*  }*/
/*  .ywlc-page .lists .item .info {*/
/*    padding: 30px 20px 40px;*/
/*  }*/
/*  .ywlc-page .lists .item .info .title::after {*/
/*    display: none;*/
/*  }*/
/*  .ywlc-page .lists .item .info .title span {*/
/*    font-size: 22px;*/
/*  }*/
/*  .ywlc-page .lists .item .info .sub-title {*/
/*    margin: 10px 0 20px;*/
/*  }*/
/*  .ywlc-page .lists .item .more {*/
/*    left: 20px;*/
/*  }*/
/*}*/
.ys-page {
  padding: 40px 0;
}
.ys-page .ys-box ul li {
  width: 32%;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  height: 240px;
  padding: 90px 30px 0;
  box-sizing: border-box;
  margin-top: 120px;
  text-align: center;
}
.ys-page .ys-box ul li::before {
  content: '';
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f0f4f7;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.ys-page .ys-box ul li .icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #bf1a20;
  color: #fff;
  text-align: center;
  line-height: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.ys-page .ys-box ul li .name {
  font-weight: bold;
  margin-bottom: 20px;
}
.ys-page .ys-box ul li .name .Mont {
  font-style: italic;
  margin-right: 8px;
}
.ys-page .ys-box ul li .txt p {
  margin-top: 10px;
}
.ys-page .ys-box ul li .txt p img {
  margin-right: 10px;
}
.ys-page .ys-box ul li:hover .icon-box {
  animation: shake2 0.6s linear forwards;
}
.ys-page .ys-box ul li:hover .name{
    color: #fb1a20;
}
@keyframes shake2 {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -5px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.xnkq-page {
  padding: 40px 0;
}
.xnkq-page .lists-box {
  width: 100%;
  margin-top: 50px;
}
.xnkq-page .lists-box ul {
  width: 100%;
  margin-right: -2%;
}
.xnkq-page .lists-box ul li {
  width: 23%;
  border-radius: 10px;
  margin-right: 2%;
  margin-top: 28px;
}
.xnkq-page .lists-box ul li .oppress {
  border-radius: 10px 10px  0 0;
}
.xnkq-page .lists-box ul li .info {
  width: 100%;
  height: 130px;
  padding: 20px ;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px ;
  border-top: none;
}
.xnkq-page .lists-box ul li .info .desc {
  margin-top: 10px;
}
.xnkq-page .lists-box ul li:hover .info .tit {
  color: #fb1a20;
}
.yw-page {
  padding: 40px 0;
}
.yw-page .lists-box {
  width: 100%;
  margin-top: 20px;
}
.yw-page .lists-box ul {
  width: 100%;
  margin-right: -2.33%;
}
.yw-page .lists-box ul li {
  width: 31%;
  border-radius: 10px;
  margin-right: 2.33%;
  margin-top: 40px;
}
.yw-page .lists-box ul li .oppress {
  height: 250px;
  border-radius: 10px ;
}
.yw-page .lists-box ul li .tit {
  margin-top: 20px;
}
.yw-page .lists-box ul li:hover .oppress img {
  transform: scale(1.1);
}
.yw-page .lists-box ul li:hover .tit {
  color: #fb1a20;
}
.connect-form {
  padding: 40px 0 100px;
  background-image: url('../img/bg6.jpg');
}
.connect-form .form {
  width: 58%;
  margin-top: 65px;
}
.connect-form .form .row {
  margin-bottom: 35px;
  width: 48%;
}
.connect-form .form .row .label {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  background-color: #ffffff;
  padding-left: 30px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
}
.connect-form .form .row .label input,
.connect-form .form .row .label textarea {
  flex: 1;
  height: 100%;
  padding: 0 15px;
}
.connect-form .form .row .label input.quantity-text,
.connect-form .form .row .label textarea.quantity-text {
  width: 50%;
  text-align: center;
}
.connect-form .form .row .label .prop {
  font-size: 18px;
  color: #707070;
}
.connect-form .form .row .label .prop span {
  color: #fb1a20;
}
.connect-form .form .row .quantity {
  margin-right: 20px;
  display: flex;
}
.connect-form .form .row .quantity .quantity-up {
  margin-left: 10px;
}
.connect-form .form .row .input::placeholder,
.connect-form .form .row .select::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.connect-form .form .submit-btn {
  width: 100%;
  height: 80px;
  background-color: #bf1a20;
  border-radius: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 30px;
}
.connect-form .form .submit-btn:hover {
  opacity: 0.8;
}
.brand-recommend .wall-box.original {
        animation: 100s linear 0s infinite normal forwards running rollingtop;
    }
   .brand-recommend .wall-box.clone {
        animation: 100s linear 0s infinite normal none running rollingtop2;
    }
    .customer .wall-box.original {
        animation: 120s linear 0s infinite normal forwards running rollingtop;
    }
    .customer .wall-box.clone{
        animation: 120s linear 0s infinite normal none running rollingtop2;
    }
    @keyframes rollingtop {
        0% {
            transform: translateX(0);
        }
        50% {
            transform: translateX(-100%);
        }
        50.01% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes rollingtop2 {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-200%);
        }
    }
    
    .list-total span{
        margin: 0 6px;
        color: #bf1a20;
    }