@charset "UTF-8";
:root {
  --navheight: 80px;
  --navigationheight: 80px;
  --vhdata: 1;
}

#baidu_jsapi_watermark {
  opacity: 0 !important;
}

div[id^=baidu_jsapi_watermark] {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.idbox {
  transform: translateY(-76px);
}
.idbox.idbox2 {
  transform: translateY(100px);
}
.idbox.idbox3 {
  transform: translateY(-100px);
}
.idbox.idbox4 {
  transform: translateY(-200px);
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  object-fit: cover;
}

/*清楚浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.donghua {
  transition: all 0.4s;
}

@keyframes attachment-tran {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes round-ani {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.pic-box {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.4s;
  overflow: hidden;
}
.pic-box img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
  object-fit: cover;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

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

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

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

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

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

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

.pbtn {
  width: 40px;
  height: 40px;
  background-image: url("/phone/images/24.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  display: block;
}

.pbtn.on,
.pbtn:hover,
.pbox.on .pbtn,
.pbox:hover .pbtn {
  background-image: url("/phone/images/23.png") !important;
}

.index-btn3,
.index-btn2 {
  width: auto;
  min-width: 184px;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #221F1F;
  cursor: pointer;
  transition: all 0.4s;
  background-image: url("/phone/images/36.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  display: inline-flex;
  align-items: center;
  padding: 0 30px 0 20px;
}
.index-btn3.btn-white,
.index-btn2.btn-white {
  background-image: url("/phone/images/34.png");
}
.index-btn3 .t,
.index-btn2 .t {
  position: relative;
  z-index: 2;
  line-height: 1;
}
.index-btn3 .index-icon,
.index-btn2 .index-icon {
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.index-btn3 .index-icon .icon,
.index-btn2 .index-icon .icon {
  width: 6px;
  height: 6px;
  display: block;
  background-image: url("/phone/images/31.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.index-btn2.on,
.index-btn2:hover,
.index-wbox.on .index-btn2,
.index-wbox:hover .index-btn2 {
  background-image: url("/phone/images/35.png");
  color: #FFFFFF;
}
.index-btn2.on.btn-white,
.index-btn2:hover.btn-white,
.index-wbox.on .index-btn2.btn-white,
.index-wbox:hover .index-btn2.btn-white {
  background-image: url("/phone/images/36.png");
  color: #221F1F;
}
.index-btn2.on.btn-white .index-icon .icon,
.index-btn2:hover.btn-white .index-icon .icon,
.index-wbox.on .index-btn2.btn-white .index-icon .icon,
.index-wbox:hover .index-btn2.btn-white .index-icon .icon {
  background-image: url("/phone/images/31.png");
}
.index-btn2.on.change-white,
.index-btn2:hover.change-white,
.index-wbox.on .index-btn2.change-white,
.index-wbox:hover .index-btn2.change-white {
  background-image: url("/phone/images/34.png");
  color: #221F1F;
}
.index-btn2.on.change-white .index-icon .icon,
.index-btn2:hover.change-white .index-icon .icon,
.index-wbox.on .index-btn2.change-white .index-icon .icon,
.index-wbox:hover .index-btn2.change-white .index-icon .icon {
  background-image: url("/phone/images/31.png");
}
.index-btn2.on .index-icon .icon,
.index-btn2:hover .index-icon .icon,
.index-wbox.on .index-btn2 .index-icon .icon,
.index-wbox:hover .index-btn2 .index-icon .icon {
  background-image: url("/phone/images/30.png");
}

.index-btn .index-icon {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.index-btn .index-icon .icon {
  width: 6px;
  height: 6px;
  display: block;
  background-image: url("/phone/images/30.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.index-btn.on .index-icon .icon,
.index-btn:hover .index-icon .icon {
  background-image: url("/phone/images/31.png");
}

.index-btn4 {
  width: 184px;
  height: 40px;
  line-height: 40px;
  position: relative;
  color: #221F1F;
  cursor: pointer;
  transition: all 0.4s;
  background-image: url("/phone/images/50.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}
.index-btn4 .t {
  line-height: 1;
}

.index-btn4.on,
.index-btn4:hover,
.index-wbox.on .index-btn4,
.index-wbox:hover .index-btn4 {
  background-image: url("/phone/images/36.png");
  color: #FFFFFF;
}

.color-p {
  color: #F01C21;
}

.color-t {
  color: #221F1F;
}

.color-g {
  color: #7E7D7D;
}

.nav-good {
  position: fixed;
  top: calc(var(--navheight) - 1px);
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}
.nav-good .swiper-fade .swiper-slide-active,
.nav-good .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: none;
}
.nav-good .ngood-main {
  width: 100%;
  background-color: #221F1F;
}
.nav-good .ngood-main .ngood-type {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #F01C21;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-good .ngood-main .ngood-type .type-i {
  height: 100%;
  color: #FFABAD;
  margin-right: 0.5rem;
  position: relative;
  transition: all 0.4s;
}
.nav-good .ngood-main .ngood-type .type-i:last-child {
  margin-right: 0;
}
.nav-good .ngood-main .ngood-type .type-i::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: all 0.4s;
}
.nav-good .ngood-main .ngood-type .type-i.on, .nav-good .ngood-main .ngood-type .type-i:hover {
  color: #FFFFFF;
}
.nav-good .ngood-main .ngood-type .type-i.on::after, .nav-good .ngood-main .ngood-type .type-i:hover::after {
  opacity: 1;
}
.nav-good .ngood-main .ngood-swiper {
  width: 100%;
}
.nav-good .ngood-main .ngood-swiper .swiper-slide {
  background-color: #221F1F !important;
  opacity: 0 !important;
}
.nav-good .ngood-main .ngood-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.nav-good .ngood-main .ngood-box {
  width: 100%;
  padding: 0.6rem 0 1rem;
  box-sizing: border-box;
  background-color: #221F1F;
}
.nav-good .ngood-main .ngood-box .ngood-cont {
  width: 100%;
  display: flex;
  align-items: stretch;
  background-color: #221F1F;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left .l-item {
  width: 18.4%;
  height: auto;
  margin-right: 2%;
  display: block;
  transition: all 0.4s;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left .l-item:hover .pic-box .img {
  transform: scale(1.2);
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left .l-item :nth-child(n+6) {
  margin-top: 0.6rem;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left .l-item:nth-child(5n) {
  margin-right: 0;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left .l-item .pic-box {
  padding-top: calc(1000/1000*100%);
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left .l-item .l-text {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  height: 48px;
  line-height: 48px;
  position: relative;
  padding-right: 30px;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-left .l-item .l-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-right: 4px solid transparent;
  border-left: 8px solid #F01C21;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-right {
  padding-left: 0.6rem;
  margin-left: 0.6rem;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-right .r-list {
  width: 280px;
  padding-bottom: 0.5rem;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-right .r-list .r-item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(118, 118, 118, 0.15);
  color: #9D9D9D;
  height: 70px;
  line-height: 70px;
  position: relative;
  transition: all 0.4s;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-right .r-list .r-item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-right: 4px solid transparent;
  border-left: 8px solid #F01C21;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-good .ngood-main .ngood-box .ngood-cont .ngood-right .r-list .r-item:hover {
  color: #FFFFFF;
}

.nav-custom {
  width: 100%;
  transition: all 0.4s;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s;
}
.nav-custom.navbalck3 {
  background-color: #221F1F;
}
.nav-custom.navbalck2 {
  background-color: #221F1F;
  border-bottom: 1px solid #F01C21;
  position: sticky;
}
.nav-custom.nav-black {
  background-color: #221F1F;
  position: sticky;
}
.nav-custom.on {
  background-color: #221F1F;
}
.nav-custom .nav-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--navheight);
}
.nav-custom .nav-page .logo-box {
  width: 170px;
  height: auto;
  overflow: hidden;
  transition: all 0.4s;
  margin-left: -2%;
}
.nav-custom .nav-page .logo-box .icon {
  width: 170px;
  height: auto;
  display: block;
  transform: translateX(-170px);
  filter: drop-shadow(170px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(170px 0 #FFFFFF);
  -webkit-filter: drop-shadow(170px 0 #FFFFFF);
}
.nav-custom .nav-page .nav-mobile {
  position: relative;
  width: var(--navheight);
  height: var(--navheight);
  z-index: 10;
  transition: all 0.4s;
  display: none;
}
.nav-custom .nav-page .nav-mobile .n-mobile-line {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon::after, .nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon::before {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-custom .nav-page .nav-mobile .n-mobile-line.on .n-mobile-icon .line {
  opacity: 0;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon {
  width: 30px;
  height: 24px;
  position: relative;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon::after, .nav-custom .nav-page .nav-mobile .n-mobile-icon::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon::before {
  top: auto;
  bottom: 0;
}
.nav-custom .nav-page .nav-mobile .n-mobile-icon .line {
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s;
  height: calc((100vh / var(--vhdata)));
  padding-top: var(--navheight);
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  transform: translateX(100%);
  z-index: 0;
}
.nav-custom .nav-page .nav-mobile-box.on {
  visibility: visible;
  transform: translateX(0);
}
.nav-custom .nav-page .nav-mobile-box .mobile-main {
  width: 100%;
  height: 100%;
  background-color: #221F1F;
  box-sizing: border-box;
  position: relative;
  overflow-y: auto;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-bottom {
  width: 100%;
  background-color: #221F1F;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 1rem 0;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search {
  width: 94%;
  margin: 1rem auto 0;
  height: 40px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search .mobile-input {
  flex: 1;
  height: 100%;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 14px;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-search .mobile-search-icon .icon {
  width: 14px;
  height: 14px;
  display: block;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang {
  width: 100%;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang .lang-box {
  overflow: hidden;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang .lang-btn {
  width: 40px;
  height: 30px;
  background-color: #FFFFFF;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-lang .lang-btn.on {
  background-color: #F01C21;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-list {
  width: 100%;
  padding-bottom: 1rem;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .showicon {
  padding: 0.6rem;
  position: relative;
  transition: all 0.4s;
  flex: 1;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .showicon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  border-right: 4px solid transparent;
  border-left: 8px solid #F01C21;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 {
  width: 100%;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-t {
  color: #FFFFFF;
  transition: all 0.4s;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .search-icon {
  width: 20px;
  height: auto;
  display: block;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v1-box {
  width: 100%;
  height: 56px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  padding-left: 3%;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2 {
  width: 100%;
  padding-left: 0.6rem;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text {
  width: 100%;
  height: 56px;
  line-height: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v2-text:first-child {
  border-top: 1px solid transparent;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3 {
  width: 100%;
  display: none;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-bottom: 0.4rem;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 0.4rem;
  padding-bottom: 0.3rem;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item:nth-child(4n) {
  margin-right: 0;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item .pic-box {
  padding-top: calc(1000/1000*100%);
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item .showt {
  margin-top: 0.3rem;
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.nav-custom .nav-page .nav-mobile-box .mobile-main .mobile-v1 .mobile-v3-box .mobile-v3-item .showt .vt {
  flex: 1;
  text-align: center;
}
.nav-custom .nav-page .nav-main {
  max-width: 1400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -2.5%;
}
.nav-custom .nav-page .nav-main .nav-list {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 1rem;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child {
  width: 241px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  top: calc(100% - 20px);
  z-index: -10;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-main {
  width: 100%;
  background: #000000;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  padding: 16px 0;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box {
  width: 100%;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 1.3;
  color: #9D9D9D;
  position: relative;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li:hover {
  background-color: #F01C21;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li:hover::after {
  border-left: 8px solid #000000;
}
.nav-custom .nav-page .nav-main .nav-list .nav-child .child-box .child-li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border-right: 4px solid transparent;
  border-left: 8px solid #F01C21;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul {
  margin-right: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 100%;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .ul-a {
  display: flex;
  align-items: center;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul.ugoods:hover .nav-good {
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  transform: translateY(0%);
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul.ugoods:hover .nav-good .swiper-fade .swiper-slide-active,
.nav-custom .nav-page .nav-main .nav-list .nav-ul.ugoods:hover .nav-good .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul.active .nav-txt::after, .nav-custom .nav-page .nav-main .nav-list .nav-ul:hover .nav-txt::after {
  opacity: 1;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul:hover .nav-child {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: visible;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .nav-txt {
  color: #FFFFFF;
  position: relative;
  transition: all 0.4s;
  white-space: nowrap;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .nav-txt::after {
  content: "";
  width: 115%;
  height: 4px;
  background: #F01C21;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  transition: all 0.4s;
  opacity: 0;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .nav-txt span {
  position: relative;
  z-index: 2;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .v-box {
  width: 10px;
  height: auto;
  overflow: hidden;
  margin-left: 14px;
}
.nav-custom .nav-page .nav-main .nav-list .nav-ul .v-box .icon {
  width: 22px;
  height: auto;
  display: block;
  transform: translateX(-10px);
  filter: drop-shadow(10px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(10px 0 #FFFFFF);
  -webkit-filter: drop-shadow(10px 0 #FFFFFF);
}
.nav-custom .nav-page .nav-main .nav-tool {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 0.2rem;
  position: relative;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box.on .search-form {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-icon {
  width: 22px;
  height: auto;
  overflow: hidden;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-icon .icon {
  width: 22px;
  height: auto;
  display: block;
  transform: translateX(-22px);
  filter: drop-shadow(22px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(22px 0 #FFFFFF);
  -webkit-filter: drop-shadow(22px 0 #FFFFFF);
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form {
  width: auto;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  top: calc(100% + 20px);
  z-index: -10;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sinput {
  width: 280px;
  height: 100%;
  line-height: 1;
  padding: 0 14px;
  box-sizing: border-box;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sbtn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sbtn .search-icon {
  width: 18px;
  pointer-events: none;
}
.nav-custom .nav-page .nav-main .nav-tool .search-box .search-form .sbtn .search-icon .icon {
  pointer-events: none;
  width: 18px;
  transform: translateX(-18px);
  filter: drop-shadow(18px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(18px 0 #FFFFFF);
  -webkit-filter: drop-shadow(18px 0 #FFFFFF);
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 0.2rem;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap:hover .lang-child {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child {
  width: 110%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(30px);
  top: calc(100% - 20px);
  z-index: -10;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-main {
  width: 100%;
  background: #000000;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-box {
  width: 100%;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-box .child-li {
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  line-height: 1.3;
  color: #9D9D9D;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-child .child-box .child-li:hover {
  background-color: #F01C21;
  color: #FFFFFF;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .lang-box {
  display: flex;
  align-items: center;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .icon-box {
  width: 22px;
  height: auto;
  overflow: hidden;
  transition: all 0.4s;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .icon-box .icon {
  width: 22px;
  height: auto;
  display: block;
  transform: translateX(-22px);
  filter: drop-shadow(22px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(22px 0 #FFFFFF);
  -webkit-filter: drop-shadow(22px 0 #FFFFFF);
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .box {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 0 5px 5px;
  border-bottom: 1px solid #FFFFFF;
  margin-left: 10px;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .box .v-box {
  width: 10px;
  height: auto;
  overflow: hidden;
  margin-left: 20px;
}
.nav-custom .nav-page .nav-main .nav-tool .lang-wrap .box .v-box .icon {
  width: 22px;
  height: auto;
  display: block;
  transform: translateX(-10px);
  filter: drop-shadow(10px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(10px 0 #FFFFFF);
  -webkit-filter: drop-shadow(10px 0 #FFFFFF);
}

#ws-page {
  width: 100%;
  min-height: calc(100vh / var(--vhdata));
  background-color: #221F1F;
}
#ws-page .banner-page {
  width: 100%;
  height: calc(100vh / var(--vhdata));
  background: #13202c;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: default;
}
#ws-page .banner-page .banner-swiper {
  width: 100%;
  height: 100%;
}
#ws-page .banner-page .swiper-slide {
  overflow: hidden;
}
#ws-page .banner-page .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#ws-page .banner-page .banner-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
  transition: all 0.4s;
  position: relative;
}
#ws-page .banner-page .bvideo {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
  object-fit: cover;
  pointer-events: none;
}
#ws-page .banner-page .video_c {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  transform: translate3d(0, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#ws-page .banner-page .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999992;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible;
}
#ws-page .banner-page .img.mobile-img {
  opacity: 0;
  visibility: hidden;
}
#ws-page .banner-page .banner-cont {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  z-index: 9999910;
  width: 94%;
  margin: 0 auto;
  max-width: 1400px;
  transition: all 0.4s;
  pointer-events: none;
  display: block;
  transform: translate3d(0, 0, 0);
}
#ws-page .banner-page .banner-cont .b-title {
  font-weight: 550;
  line-height: 1;
  transition: all 0.4s;
}
#ws-page .banner-page .banner-cont .b-desc {
  margin-top: 0.3rem;
  transition: all 0.4s;
}
#ws-page .banner-page .banner-cont .b-btn {
  margin: 1rem auto 0;
  transition: all 0.4s;
  pointer-events: visible;
}
#ws-page .banner-page .banner-tool {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.56rem;
  z-index: 10;
}
#ws-page .banner-page .banner-tool .tool-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}
#ws-page .banner-page .banner-tool .tool-main .nums-list {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin: 0 -10px;
}
#ws-page .banner-page .banner-tool .tool-main .nums-list .nums-item {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-weight: 550;
  transition: all 0.4s;
  margin-right: 20px;
}
#ws-page .banner-page .banner-tool .tool-main .nums-list .nums-item.on {
  color: #F01C21;
}
#ws-page .banner-page .banner-tool .tool-main .nums-list .nums-item.on .line {
  width: 80px;
  margin-left: 20px;
}
#ws-page .banner-page .banner-tool .tool-main .nums-list .nums-item .line {
  width: 0;
  height: 2px;
  background: #F01C21;
  transition: all 0.4s;
}
#ws-page .banner-page .banner-tool .tool-main .banner-button-prev,
#ws-page .banner-page .banner-tool .tool-main .banner-button-next {
  color: #FFFFFF;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 !important;
  line-height: 1;
}
#ws-page .banner-page .banner-tool .tool-main .banner-button-prev::after,
#ws-page .banner-page .banner-tool .tool-main .banner-button-next::after {
  font-size: 16px;
  font-weight: 700;
}
#ws-page .index-pages {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 1.2rem;
}
#ws-page .index-pages .bg1 {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#ws-page .index-product {
  width: 100%;
  margin-top: 1.6rem;
  position: relative;
  z-index: 5;
}
#ws-page .index-product .product-main {
  width: 100%;
}
#ws-page .index-product .product-main .product-tbox {
  width: 100%;
}
#ws-page .index-product .product-main .product-tbox .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
}
#ws-page .index-product .product-main .product-tbox .line::after {
  content: "";
  width: 14px;
  height: 100%;
  background: #F01C21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ws-page .index-product .product-main .product-tbox .text-box {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 0.6rem;
}
#ws-page .index-product .product-main .product-tbox .text {
  font-size: 1rem;
  color: #F01C21;
  line-height: 1;
  margin-right: 0.6rem;
}
#ws-page .index-product .product-main .product-tbox .text2 {
  color: #FFFFFF;
}
#ws-page .index-product .product-main .product-tbox .text3 {
  color: #6B6B6B;
  margin-top: 0.2rem;
}
#ws-page .index-product .product-main .product-list {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
#ws-page .index-product .product-main .product-list .product-item {
  width: 17%;
  height: 584px;
  position: relative;
  transition: all 0.8s;
}
#ws-page .index-product .product-main .product-list .product-item.on {
  width: 32%;
}
#ws-page .index-product .product-main .product-list .product-item.on .product-icon {
  opacity: 0;
}
#ws-page .index-product .product-main .product-list .product-item.on .product-btn {
  opacity: 1;
}
#ws-page .index-product .product-main .product-list .product-item.on .product-pic::after {
  opacity: 0;
}
#ws-page .index-product .product-main .product-list .product-item.on .show-title {
  opacity: 0;
}
#ws-page .index-product .product-main .product-list .product-item.on .product-cont {
  opacity: 1;
}
#ws-page .index-product .product-main .product-list .product-item.on .product-cont::after {
  opacity: 1;
  height: 40%;
}
#ws-page .index-product .product-main .product-list .product-item.on .product-cont::before {
  opacity: 1;
}
#ws-page .index-product .product-main .product-list .product-item.on .product-cont .product-title {
  opacity: 1;
  transform: translateX(0);
}
#ws-page .index-product .product-main .product-list .product-item.on .product-cont .product-desc {
  opacity: 1;
  transform: translateX(0);
}
#ws-page .index-product .product-main .product-list .product-item .product-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 0.45rem 0.4rem;
  box-sizing: border-box;
  color: #FFFFFF;
  opacity: 0;
}
#ws-page .index-product .product-main .product-list .product-item .product-cont::after {
  content: "";
  width: 100%;
  height: 0px;
  background: linear-gradient(to bottom, rgba(240, 28, 33, 0.6), rgba(240, 28, 33, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s;
}
#ws-page .index-product .product-main .product-list .product-item .product-cont::before {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.6s;
}
#ws-page .index-product .product-main .product-list .product-item .product-cont .product-title {
  font-weight: 550;
  position: relative;
  z-index: 2;
  transition: all 1s ease 0.5s;
  opacity: 0;
  transform: translateX(20px);
}
#ws-page .index-product .product-main .product-list .product-item .product-cont .product-desc {
  margin-top: 0.2rem;
  position: relative;
  z-index: 2;
  transition: all 1s ease 0.65s;
  opacity: 0;
  transform: translateX(20px);
}
#ws-page .index-product .product-main .product-list .product-item .product-pic {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.4s;
}
#ws-page .index-product .product-main .product-list .product-item .product-pic::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 1;
  transition: 0.4s;
}
#ws-page .index-product .product-main .product-list .product-item .product-pic .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
#ws-page .index-product .product-main .product-list .product-item .show-title {
  width: 100%;
  text-align: center;
  color: #FEFEFE;
  position: absolute;
  left: 0;
  bottom: 0.45rem;
  z-index: 6;
  transition: all 0.4s;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#ws-page .index-product .product-main .product-list .product-item .show-title .show-ticon {
  width: 5px;
  height: auto;
  display: block;
  margin-left: 15px;
  filter: brightness(0) invert(1);
  transform: scale(1.5);
}
#ws-page .index-product .product-main .product-list .product-item .product-icon {
  width: 20px;
  height: 20px;
  background: #F01C21;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ws-page .index-product .product-main .product-list .product-item .product-icon .index-icon {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
#ws-page .index-product .product-main .product-list .product-item .product-icon .index-icon .icon {
  width: 6px;
  height: 6px;
  display: block;
  background-image: url("/phone/images/31.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#ws-page .index-product .product-main .product-list .product-item .product-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: all 0.4s;
}
#ws-page .index-advantage {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
#ws-page .index-advantage::after {
  content: "";
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F0101E;
  z-index: 0;
}
#ws-page .index-advantage .advantage-page {
  width: 100%;
  height: auto;
  background-color: #F0101E;
  position: relative;
  z-index: 2;
}
#ws-page .index-advantage .advantage-page .tool {
  width: 100%;
  max-width: 375px;
  height: 70px;
  background: #F0101E;
  position: absolute;
  top: -70px;
  left: 0;
  z-index: 0;
  padding: 0 22px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .tool .img {
  width: 8px;
  height: auto;
  display: block;
  margin-left: 16px;
}
#ws-page .index-advantage .advantage-page .tool .icon {
  width: 6px;
  height: auto;
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .advantage-box {
  width: 100%;
  padding: 0 0 22px 22px;
  display: flex;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #FFFFFF;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item {
  width: 33.33%;
  height: 178px;
  border-right: 1px solid #E6E6E6;
  padding: 0 0.6rem;
  transition: all 0.4s;
  box-sizing: border-box;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item .advantage-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item .advantage-cont.on .advantage-icon .icon, #ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item .advantage-cont:hover .advantage-icon .icon {
  opacity: 1;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item .advantage-cont .cont .count {
  color: #F01C21;
  line-height: 1;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item .advantage-cont .cont .text {
  color: #221F1F;
  line-height: 1;
  margin-top: 10px;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item .advantage-cont .advantage-icon {
  width: 60px;
  height: auto;
  overflow: hidden;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-left .advantage-item .advantage-cont .advantage-icon .icon {
  width: 60px;
  height: auto;
  display: block;
  opacity: 0.5;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-right {
  flex-shrink: 0;
  margin-left: 0.66rem;
  width: 240px;
  color: #FFFFFF;
  padding-top: 60px;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-right .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  position: relative;
  max-width: 240px;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-right .line::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-right .title {
  font-weight: 550;
  line-height: 1;
  margin-top: 0.6rem;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-right .desc {
  margin-top: 0.2rem;
  transition: all 0.4s;
}
#ws-page .index-advantage .advantage-page .advantage-box .advantage-right .desc .l {
  display: inline-block;
  margin: 0 4px;
  text-decoration: underline;
}
#ws-page .index-solutions {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 2000px;
  background-color: #221F1F;
  padding: 1.6rem 0;
}
#ws-page .index-solutions .solutions-bg1 {
  width: 100%;
  padding-top: calc(2500/1920*100%);
  box-sizing: border-box;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}
#ws-page .index-solutions .solutions-bg2 {
  width: 100%;
  padding-top: calc(1020/1000*100%);
  box-sizing: border-box;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
#ws-page .index-solutions .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#ws-page .index-solutions .bg.bg1 {
  background-image: url("/phone/images/t_x_1.png");
  z-index: 1;
  opacity: 1;
}
#ws-page .index-solutions .bg.bg2 {
  background-image: url("/phone/images/t_h_1.png");
  opacity: 0;
}
#ws-page .index-solutions .bg.bg4 {
  background-image: url("/phone/images/b_x.png");
}
#ws-page .index-solutions .bg.bg5 {
  background-image: url("/phone/images/b_h.png");
  z-index: 1;
}
#ws-page .index-solutions .solutions-tbox {
  width: 100%;
}
#ws-page .index-solutions .solutions-tbox .line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
}
#ws-page .index-solutions .solutions-tbox .line::after {
  content: "";
  width: 14px;
  height: 100%;
  background: #F01C21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#ws-page .index-solutions .solutions-tbox .text {
  font-size: 1rem;
  color: #F01C21;
  line-height: 1;
  margin-top: 0.6rem;
}
#ws-page .index-solutions .solutions-project {
  width: 100%;
  margin-top: 0.8rem;
}
#ws-page .index-solutions .solutions-project .project-t {
  width: 100%;
  line-height: 1;
  color: #FFFFFF;
}
#ws-page .index-solutions .solutions-project .project-desc {
  color: #6B6B6B;
  margin-top: 20px;
}
#ws-page .index-solutions .solutions-project .project-btn {
  width: 160px;
  height: 40px;
  background: transparent;
  border: 1px solid #FFFFFF;
  line-height: 1;
  padding: 0 20px;
  color: #FFFFFF;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
#ws-page .index-solutions .solutions-project .project-btn.on, #ws-page .index-solutions .solutions-project .project-btn:hover {
  border: 1px solid #F01C21;
  background-color: #F01C21;
  color: #221F1F;
}
#ws-page .index-solutions .solutions-project .project-btn .index-icon {
  margin-right: 20px;
}
#ws-page .index-solutions .solutions-project .project-main {
  width: 100%;
  position: relative;
  margin-top: 0.6rem;
}
#ws-page .index-solutions .solutions-project .project-main .project-list {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  padding: 0.6rem 0;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item {
  width: 100%;
  display: flex;
  align-items: center;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item:not(:first-child) {
  margin-top: 0.6rem;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item:nth-child(2n) {
  flex-direction: row-reverse;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item:nth-child(2n) .project-cont {
  padding: 0 0.56rem 0 1.78rem;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item .project-pic {
  flex-shrink: 0;
  width: 45.7%;
  display: flex;
  padding-left: 22px;
  position: relative;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item .project-pic .iline {
  width: 22px;
  height: 70%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: url("/phone/images/14.png");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item .project-pic .pic-box {
  flex: 1;
  padding-top: calc(606/1000*100%);
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item .project-cont {
  flex: 1;
  box-sizing: border-box;
  padding: 0 1.78rem 0 0.56rem;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item .project-cont .t1 {
  width: 100%;
  color: #FFFFFF;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item .project-cont .t2 {
  color: #C0BFBF;
  margin-top: 0.3rem;
}
#ws-page .index-solutions .solutions-project .project-main .project-list .project-item .project-cont .tbtn {
  margin-top: 1rem;
}
#ws-page .index-solutions .solutions-compute {
  width: 100%;
  margin-top: 1.34rem;
}
#ws-page .index-solutions .solutions-compute .compute-main {
  width: 100%;
  position: relative;
}
#ws-page .index-solutions .solutions-compute .compute-main .pic-box {
  flex: 1;
  padding-top: calc(332/1000*100%);
}
#ws-page .index-solutions .solutions-compute .compute-main .compute-cont {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding: 0 0.8rem;
}
#ws-page .index-solutions .solutions-compute .compute-main .compute-cont .t1 {
  color: #F01C21;
}
#ws-page .index-solutions .solutions-compute .compute-main .compute-cont .t2 {
  color: #FFFFFF;
  font-weight: 550;
  margin-top: 0.12rem;
}
#ws-page .index-solutions .solutions-compute .compute-main .compute-cont .compute-btn {
  margin-top: 0.55rem;
}
#ws-page .index-solutions .solutions-case {
  width: 100%;
  margin-top: 1rem;
}
#ws-page .index-solutions .solutions-case .case-title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 550;
  line-height: 1;
}
#ws-page .index-solutions .solutions-case .case-desc {
  text-align: center;
  color: #6B6B6B;
  margin-top: 0.2rem;
}
#ws-page .index-solutions .solutions-case .case-main {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
#ws-page .index-solutions .solutions-case .case-main .swiper-button-prev,
#ws-page .index-solutions .solutions-case .case-main .swiper-button-next {
  position: relative;
  display: block !important;
  color: #FFFFFF;
  left: auto;
  right: auto;
}
#ws-page .index-solutions .solutions-case .case-main .swiper-button-prev {
  margin-right: 0.56rem;
}
#ws-page .index-solutions .solutions-case .case-main .swiper-button-next {
  margin-left: 0.56rem;
}
#ws-page .index-solutions .solutions-case .case-main .casw-swiper {
  flex: 1;
}
#ws-page .index-solutions .solutions-case .case-main .casw-swiper .swiper-slide {
  width: 30%;
}
#ws-page .index-solutions .solutions-case .case-main .case-item {
  width: 100%;
  background-color: #000000;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-case .case-main .case-item.on, #ws-page .index-solutions .solutions-case .case-main .case-item:hover {
  background-color: #F01C21;
}
#ws-page .index-solutions .solutions-case .case-main .case-item.on .case-pic::after, #ws-page .index-solutions .solutions-case .case-main .case-item.on .case-pic::before, #ws-page .index-solutions .solutions-case .case-main .case-item:hover .case-pic::after, #ws-page .index-solutions .solutions-case .case-main .case-item:hover .case-pic::before {
  background-color: #F01C21;
}
#ws-page .index-solutions .solutions-case .case-main .case-item.on .case-cont .c-count, #ws-page .index-solutions .solutions-case .case-main .case-item:hover .case-cont .c-count {
  color: #F01C21;
}
#ws-page .index-solutions .solutions-case .case-main .case-item.on .case-cont .c-line, #ws-page .index-solutions .solutions-case .case-main .case-item:hover .case-cont .c-line {
  background: #000000;
}
#ws-page .index-solutions .solutions-case .case-main .case-item.on .case-cont .c-line::after, #ws-page .index-solutions .solutions-case .case-main .case-item:hover .case-cont .c-line::after {
  background-color: #F01C21;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-pic {
  width: 100%;
  position: relative;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-pic .pic-box {
  padding-top: calc(700/1000*100%);
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-pic::after, #ws-page .index-solutions .solutions-case .case-main .case-item .case-pic::before {
  content: "";
  width: 32px;
  height: 22px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-pic::before {
  left: auto;
  right: 0;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-cont {
  width: 100%;
  height: 230px;
  padding: 0.38rem 0.36rem 0;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-cont .c-name {
  color: #FFFFFF;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-cont .c-line {
  width: 55px;
  height: 2px;
  background: #F01C21;
  position: relative;
  margin-top: 0.18rem;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-cont .c-line::after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 2;
  background-color: #000000;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-cont .c-value {
  color: #FFFFFF;
  margin-top: 0.18rem;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-cont .c-count {
  background-color: #221F1F;
  transition: all 0.4s;
  line-height: 0.85;
  color: #000000;
  padding: 14px 8px 0;
  font-weight: bolder;
  position: absolute;
  left: 0.36rem;
  bottom: 0;
  z-index: 5;
  text-align: center;
}
#ws-page .index-solutions .solutions-case .case-main .case-item .case-cont .case-btn {
  margin-top: 0.55rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}
#ws-page .index-solutions .solutions-news {
  width: 100%;
  margin-top: 1.6rem;
}
#ws-page .index-solutions .solutions-news .solutions-tabs {
  width: 100%;
  height: auto;
  position: relative;
}
#ws-page .index-solutions .solutions-news .solutions-tabs .solutions-abs {
  width: 685px;
  background-image: url("/phone/images/38.png");
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: calc(32/1000*100%);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-news .solutions-tabs .solutions-abs::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background-color: #F01C21;
}
#ws-page .index-solutions .solutions-news .solutions-tabs .solutions-abs .bgs {
  width: 100%;
  height: auto;
  display: block;
}
#ws-page .index-solutions .solutions-news .solutions-tabs .solutions-abs .cont {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 17%;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #000000;
}
#ws-page .index-solutions .solutions-news .solutions-tabs .solutions-abs .cont .index-icon {
  width: 6px;
  height: 6px;
  overflow: hidden;
  margin-right: 20px;
}
#ws-page .index-solutions .solutions-news .solutions-tabs .solutions-abs .cont .index-icon .icon {
  width: 6px;
  height: 6px;
  display: block;
  background-image: url("/phone/images/32.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#ws-page .index-solutions .solutions-news .news-tabs {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 72px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
#ws-page .index-solutions .solutions-news .news-tabs .new-tab {
  margin-right: 30px;
  color: #6B6B6B;
  font-size: 20px;
  line-height: 1;
  font-weight: 550;
  padding-bottom: 30px;
  transition: all 0.4s;
  position: relative;
  cursor: pointer;
}
#ws-page .index-solutions .solutions-news .news-tabs .new-tab.on {
  color: #FFFFFF;
  font-size: 36px;
}
#ws-page .index-solutions .solutions-news .news-tabs .new-tab.on::after {
  opacity: 1;
}
#ws-page .index-solutions .solutions-news .news-tabs .new-tab::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: #F01C21;
  transition: all 0.4s;
  opacity: 0;
}
#ws-page .index-solutions .solutions-news .news-swiper {
  width: 100%;
}
#ws-page .index-solutions .solutions-news .news-swiper .swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
  z-index: 0;
}
#ws-page .index-solutions .solutions-news .news-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
  z-index: 2;
}
#ws-page .index-solutions .solutions-news .news-main {
  width: 100%;
  padding-top: 0.8rem;
  display: flex;
  transition: all 0.4s;
}
#ws-page .index-solutions .solutions-news .news-main .new-left {
  width: 445px;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
#ws-page .index-solutions .solutions-news .news-main .new-left .pic-box {
  padding-top: calc(640/1000*100%);
}
#ws-page .index-solutions .solutions-news .news-main .new-left .l-title {
  margin-top: 0.2rem;
  color: #FFFFFF;
  font-weight: 550;
  line-height: 1.6;
  height: 62px;
}
#ws-page .index-solutions .solutions-news .news-main .new-left .l-tool {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.2rem;
}
#ws-page .index-solutions .solutions-news .news-main .new-left .l-tool .l-time {
  color: #6B6B6B;
}
#ws-page .index-solutions .solutions-news .news-main .new-right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
#ws-page .index-solutions .solutions-news .news-main .new-right .new-item {
  width: 48%;
  border-top: 1px solid rgba(230, 230, 230, 0.1);
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  height: 100px;
}
#ws-page .index-solutions .solutions-news .news-main .new-right .new-item:nth-child(-n+2) {
  margin-top: 0;
  padding-top: 0;
  border-color: transparent;
}
#ws-page .index-solutions .solutions-news .news-main .new-right .new-item .r-time {
  color: #6B6B6B;
  line-height: 1;
}
#ws-page .index-solutions .solutions-news .news-main .new-right .new-item .l-title {
  color: #FFFFFF;
  margin-top: 0.2rem;
}
#ws-page .index-solutions .solutions-news .news-main .new-right .new-item .tbtn {
  margin-top: 0.25rem;
}

.index-contact {
  width: 100%;
  position: relative;
  background-image: url("/phone/images/21.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.7rem 0 0.86rem;
  box-sizing: border-box;
}
.index-contact .contact-title {
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
}
.index-contact .contact-form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-contact .contact-form .contact-btn {
  width: 88px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.94rem;
  background-image: url("/phone/images/25.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-contact .contact-form .contact-btn .t {
  color: #FEFEFE;
  font-size: 550;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-contact .contact-form .contact-line {
  width: 48px;
  height: 42px;
  position: relative;
  margin-top: 0.94rem;
}
.index-contact .contact-form .contact-line::after {
  content: "";
  width: 130%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
  bottom: 21px;
  z-index: 2;
  transform: rotate(136deg);
}
.index-contact .contact-form .contact-item {
  display: flex;
  align-items: center;
  width: 22.75%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.56rem;
  margin-right: 3%;
}
.index-contact .contact-form .contact-item.mt2 {
  margin-top: 0.94rem;
}
.index-contact .contact-form .contact-item.item-v2 {
  flex: 1;
  margin-right: 0;
}
.index-contact .contact-form .contact-item:nth-child(4n) {
  margin-right: 0;
}
.index-contact .contact-form .contact-item .t {
  color: #FFFFFF;
  font-weight: 550;
  flex-shrink: 0;
}
.index-contact .contact-form .contact-item .contact-input {
  flex: 1;
  height: 42px;
  line-height: 1;
  padding: 0 14px;
  color: #FFFFFF;
}

.footer-mian {
  width: 100%;
  box-sizing: border-box;
  background-color: #221F1F;
}
.footer-mian .footer-main {
  width: 100%;
  display: flex;
  padding: 1rem 0;
}
.footer-mian .footer-main .footer-left {
  flex-shrink: 0;
  width: 400px;
  margin-right: 1rem;
}
.footer-mian .footer-main .footer-left .footer-logo {
  width: 170px;
}
.footer-mian .footer-main .footer-left .logo {
  width: 100%;
  height: auto;
  display: block;
}
.footer-mian .footer-main .footer-left .footer-info {
  max-width: 350px;
  margin-top: 0.3rem;
  color: #6B6B6B;
}
.footer-mian .footer-main .footer-left .footer-info .tt {
  margin-bottom: 8px;
}
.footer-mian .footer-main .footer-left .wxcode-main {
  color: #6B6B6B;
  margin-top: 0.9rem;
}
.footer-mian .footer-main .footer-left .wxcode-main .wlist {
  padding-top: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-mian .footer-main .footer-left .wxcode-main .wlist .witem {
  width: auto;
  min-width: 120px;
  height: 32px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(230, 230, 230, 0.15);
  padding: 0 10px;
  color: #6B6B6B;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-top: 12px;
  cursor: pointer;
  position: relative;
}
.footer-mian .footer-main .footer-left .wxcode-main .wlist .witem.on .wcode {
  opacity: 1;
}
.footer-mian .footer-main .footer-left .wxcode-main .wlist .witem .icon {
  width: 18px;
  height: auto;
  display: block;
  margin-right: 10px;
}
.footer-mian .footer-main .footer-left .wxcode-main .wlist .witem .wcode {
  width: 100%;
  height: auto;
  padding-top: calc(1000/1000*100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-110%);
  top: 0;
  z-index: 5;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
  background-color: #FFFFFF;
  border-radius: 4px;
}
.footer-mian .footer-main .footer-left .wxcode-main .wlist .witem .wcode .vcode {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.footer-mian .footer-main .footer-right {
  flex: 1;
  display: flex;
}
.footer-mian .footer-main .footer-right .footer-ul {
  width: 20%;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-title {
  color: #FFFFFF;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list {
  margin-top: 0.15rem;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list .li-item {
  line-height: 1.6;
  padding-left: 16px;
  margin-bottom: 6px;
  color: #6B6B6B;
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.4s;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list .li-item:hover {
  color: #b4b3b3;
}
.footer-mian .footer-main .footer-right .footer-ul .ul-list .li-item::after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background-color: #F01C21;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-mian .footer-copyright {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.2rem 0 0.3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6B6B6B;
}
.footer-mian .footer-copyright a {
  color: #6B6B6B;
}
.footer-mian .footer-copyright .t {
  flex: 1;
  width: 100%;
}
.footer-mian .footer-copyright .text {
  display: inline-block;
  margin-right: 10px;
}
.footer-mian .footer-copyright .beian {
  display: inline-block;
  color: #6B6B6B;
  width: auto;
}
.footer-mian .footer-copyright .footer-firend {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.footer-mian .footer-copyright .footer-firend .firend-list {
  width: 100%;
  height: auto;
  max-height: 300px;
  position: absolute;
  bottom: 110%;
  left: 0;
  z-index: 2;
  background: #2E2B2B;
  overflow-y: auto;
  display: none;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar {
  width: 2px;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar-track {
  background-color: #2E2B2B;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.footer-mian .footer-copyright .footer-firend .firend-list::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.footer-mian .footer-copyright .footer-firend .firend-list .firend-li {
  width: 100%;
  line-height: 1.7;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6B6B6B;
  transition: all 0.4s;
}
.footer-mian .footer-copyright .footer-firend .firend-list .firend-li:hover {
  color: #b4b3b3;
}
.footer-mian .footer-copyright .footer-firend .firend-list .firend-li:last-child {
  border-bottom: none;
}
.footer-mian .footer-copyright .footer-firend .firend-box {
  display: flex;
  align-items: center;
}
.footer-mian .footer-copyright .footer-firend .link {
  width: 242px;
  height: 46px;
  line-height: 46px;
  background: #2E2B2B;
  color: #6B6B6B;
  padding: 0 15px;
}
.footer-mian .footer-copyright .footer-firend .more {
  width: 46px;
  height: 46px;
  line-height: 1;
  background: #F01C21;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-tools {
  width: 40px;
  height: auto;
  display: block;
  position: fixed;
  right: 3%;
  bottom: 10%;
  z-index: 30;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.page-tools.on {
  opacity: 1;
  visibility: visible;
}
.page-tools .tool-item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  border-radius: 3px;
  background-color: #F01C21;
  position: relative;
  cursor: pointer;
}
.page-tools .tool-item.on .wcode {
  opacity: 1;
  visibility: visible;
}
.page-tools .tool-item.on .showphone {
  opacity: 1;
  visibility: visible;
}
.page-tools .tool-item .icon {
  width: 100%;
  height: 100%;
  display: block;
}
.page-tools .tool-item .showphone {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  transform: translateX(-110%) translateY(-50%);
  top: 50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #F01C21;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  min-width: 160px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.page-tools .tool-item .wcode {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  transform: translateX(-250%) translateY(-50%) scale(3);
  top: 50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  pointer-events: none;
}
.page-tools .tool-item .wcode .vcode {
  width: 100%;
  height: 100%;
  display: block;
}
.page-tools .tool-item .wcode .vcode:not(:first-child) {
  margin-top: 5px;
}

#good-page {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  min-height: calc(100vh / var(--vhdata));
}
#good-page .good-title {
  text-align: center;
  line-height: 1;
  font-weight: 550;
}
#good-page .good-peculiarity {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  padding: 1rem 0 0.7rem;
}
#good-page .good-peculiarity .bgs {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#good-page .good-peculiarity .list {
  width: 100%;
  padding-top: 0.6rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  transition: all 0.4s;
}
#good-page .good-peculiarity .list .item {
  margin-bottom: 1rem;
  width: 33.333%;
  text-align: center;
  transition: all 0.4s;
}
#good-page .good-peculiarity .list .item .img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
  box-shadow: 8px 13px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  transition: all 0.4s;
}
#good-page .good-peculiarity .list .item .name {
  width: 100%;
  margin-top: 0.34rem;
}
#good-page .good-peculiarity .list .item .desc {
  width: 100%;
  margin-top: 0.12rem;
}
#good-page .good-info {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  padding: 0.4rem 0;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
#good-page .good-info .good-info-main {
  width: 100%;
  align-items: center;
  height: 100%;
  transition: all 0.4s;
}
#good-page .good-info .good-info-main .info-left {
  flex: 1;
  margin-right: 1.2rem;
  color: #FFFFFF;
  transition: all 0.4s;
}
#good-page .good-info .good-info-main .info-left .info-title {
  line-height: 1;
}
#good-page .good-info .good-info-main .info-left .info-cont {
  width: 100%;
  line-height: 1.8;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.5);
}
#good-page .good-info .good-info-main .info-right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 50%;
  transition: all 0.4s;
}
#good-page .good-info .good-info-main .info-right .swiper-button-prev,
#good-page .good-info .good-info-main .info-right .swiper-button-next {
  position: static;
  color: #FFFFFF;
}
#good-page .good-info .good-info-main .info-right .swiper-button-prev::after,
#good-page .good-info .good-info-main .info-right .swiper-button-next::after {
  font-size: 36px;
}
#good-page .good-info .good-info-main .info-right .swiper-pagination {
  width: 100%;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 4%;
}
#good-page .good-info .good-info-main .info-right .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.4s;
}
#good-page .good-info .good-info-main .info-right .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 20px;
}
#good-page .good-info .good-info-main .info-right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #F01C21;
}
#good-page .good-info .good-info-main .info-right .swiper {
  width: 100%;
  margin: 0 20px;
  flex: 1;
  transition: all 0.4s;
}
#good-page .good-info .good-info-main .info-right .info-item {
  width: 100%;
  transition: all 0.4s;
}
#good-page .good-info .good-info-main .info-right .info-item .pic-box {
  padding-top: calc(1000/1000*100%);
  transition: all 0.4s;
}
#good-page .good-video {
  width: 100%;
  padding-top: 1.2rem;
}
#good-page .good-video .video-info {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0.6rem 10px 10px;
  transition: all 0.4s;
}
#good-page .good-video .video-info::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #F01C21;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#good-page .good-video .video-info .video-box {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  padding-top: calc(562/1000*100%);
}
#good-page .good-video .video-info .video-abs {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#good-page .good-video .video-info .video-demo {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
#good-page .good-data {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -190px;
  transition: all 0.4s;
}
#good-page .good-data .cont {
  width: 100%;
  margin-top: 0.6rem;
  line-height: 1.8;
}
#good-page .good-data .cont .img {
  width: 100%;
  height: auto;
  display: block;
}
#good-page .good-attachment {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1rem 0;
}
#good-page .good-attachment .good-title {
  color: #FFFFFF;
}
#good-page .good-attachment .swiper {
  width: 100%;
}
#good-page .good-attachment .swiper .swiper-slide {
  width: 33.33%;
}
#good-page .good-attachment .attachment-cont {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  align-items: center;
}
#good-page .good-attachment .attachment-cont .swiper-button-prev,
#good-page .good-attachment .attachment-cont .swiper-button-next {
  position: static;
  color: #FFFFFF;
}
#good-page .good-attachment .attachment-cont .swiper-button-prev::after,
#good-page .good-attachment .attachment-cont .swiper-button-next::after {
  font-size: 40px;
}
#good-page .good-attachment .attachment-swiper {
  margin: 0 0.5rem;
}
#good-page .good-attachment .attachment-swiper .swiper-slide.swiper-slide-active .attachment-item {
  transform: scale(1);
}
#good-page .good-attachment .attachment-swiper .attachment-item {
  width: 100%;
  max-width: 366px;
  margin: 0 auto;
  transition: all 0.4s;
  transform: scale(0.7);
}
#good-page .good-attachment .attachment-swiper .attachment-item .pic-box {
  padding-top: calc(1000/1000*100%);
}
#good-page .good-attachment .text-swiper {
  width: 100%;
  color: #FFFFFF;
  margin-top: 0.3rem;
}
#good-page .good-attachment .text-swiper .swiper-slide.swiper-slide-active .text-item .name {
  animation-name: attachment-tran;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
#good-page .good-attachment .text-swiper .swiper-slide.swiper-slide-active .text-item .desc {
  animation-name: attachment-tran;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
#good-page .good-attachment .text-swiper .text-item {
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
}
#good-page .good-attachment .text-swiper .text-item .name {
  opacity: 0;
}
#good-page .good-attachment .text-swiper .text-item .desc {
  opacity: 0;
  line-height: 1.8;
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.7);
}
#good-page .good-more {
  width: 100%;
  padding: 1rem 0 1.4rem;
  box-sizing: border-box;
}
#good-page .good-more .more-cont {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
#good-page .good-more .more-cont .swiper-button-prev,
#good-page .good-more .more-cont .swiper-button-next {
  position: static;
  color: #221F1F;
}
#good-page .good-more .more-cont .swiper-button-prev::after,
#good-page .good-more .more-cont .swiper-button-next::after {
  font-size: 40px;
}
#good-page .good-more .more-cont .more-swiper {
  flex: 1;
  margin: 0 0.5rem;
}
#good-page .good-more .more-cont .more-item {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.4s;
}
#good-page .good-more .more-cont .more-item.on {
  border: 1px solid black;
  background-color: #000000;
}
#good-page .good-more .more-cont .more-item.on .more-abs {
  opacity: 1;
}
#good-page .good-more .more-cont .more-item .more-abs {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  color: #FFFFFF;
  padding: 0 0.28rem 0.4rem;
  opacity: 0;
  transition: all 0.4s;
}
#good-page .good-more .more-cont .more-item .more-abs .name {
  font-weight: 550;
  line-height: 1;
}
#good-page .good-more .more-cont .more-item .more-abs .desc {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.12rem;
}
#good-page .good-more .more-cont .more-item .more-btn {
  width: 20px;
  height: 20px;
  background: #F01C21;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
#good-page .good-more .more-cont .more-item .more-btn .more-icon {
  width: 6px;
  height: auto;
  overflow: hidden;
}
#good-page .good-more .more-cont .more-item .more-btn .more-icon .icon {
  width: 6px;
  height: auto;
  display: block;
  background-image: url("/phone/images/31.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#good-page .good-more .more-cont .more-item .pic-box {
  padding-top: calc(1000/1000*100%);
}
#good-page .system-peculiarity {
  padding-top: 2.2rem;
  width: 100%;
}
#good-page .system-peculiarity .peculiarity-box {
  width: 100%;
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #F5F5F5;
  position: relative;
}
#good-page .system-peculiarity .peculiarity-box .bgs {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-main {
  transform: translateY(-70px);
  transition: all 0.4s;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs {
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .peculiarity-swiper {
  width: 100%;
  box-sizing: border-box;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .peculiarity-swiper .swiper-wrapper {
  width: 100%;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .peculiarity-swiper .swiper-slide {
  display: inline-block;
  width: auto;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item {
  padding: 0 0.7rem 0.32rem;
  box-sizing: border-box;
  position: relative;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item::after {
  content: "";
  width: 230px;
  height: 3px;
  background: #F01C21;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item.on::after, #good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item:hover::after {
  opacity: 1;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item.on .name, #good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item:hover .name {
  color: #F01C21;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item .tab-pic {
  width: 230px;
  margin: 0 auto;
  transition: all 0.4s;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item .tab-pic .pic-box {
  padding-top: calc(625/1000*100%);
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-tabs .tab-item .name {
  text-align: center;
  color: #221F1F;
  text-align: center;
  margin-top: 0.3rem;
  transition: all 0.4s;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont {
  width: 100%;
  padding: 1rem 0 0.3rem;
  box-sizing: border-box;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont .list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.3rem;
  align-items: stretch;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont .list .peculiarity-item {
  width: 23.5%;
  margin-top: 0.3rem;
  margin-right: 2%;
  padding: 0.28rem 0.28rem 0.45rem;
  box-sizing: border-box;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont .list .peculiarity-item:nth-child(4n) {
  margin-right: 0;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont .list .peculiarity-item .round-box {
  width: 70px;
  height: 70px;
  background: rgba(240, 28, 33, 0.35);
  border-radius: 50%;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont .list .peculiarity-item .round-box .round {
  width: 50px;
  height: 50px;
  line-height: 1;
  background: #FFFFFF;
  border-radius: 50%;
  font-weight: 700;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont .list .peculiarity-item .name {
  font-weight: 550;
  margin-top: 0.26rem;
}
#good-page .system-peculiarity .peculiarity-box .peculiarity-cont .list .peculiarity-item .desc {
  margin-top: 0.2rem;
  line-height: 1.8;
  width: 100%;
}
#good-page .system-info {
  width: 100%;
  padding: 1rem 0 0.7rem;
  box-sizing: border-box;
  position: relative;
}
#good-page .system-info .bgs {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#good-page .system-info .desc {
  max-width: 1320px;
  margin: 0.5rem auto 0;
  text-align: center;
  line-height: 1.8;
}
#good-page .system-info .list {
  width: 100%;
  padding-top: 1rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#good-page .system-info .list .item {
  margin-bottom: 1.4rem;
  width: 25%;
  text-align: center;
  transition: all 0.4s;
}
#good-page .system-info .list .item .img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
  box-shadow: 8px 13px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  transition: all 0.4s;
}
#good-page .system-info .list .item .name {
  width: 100%;
  margin-top: 0.34rem;
  font-weight: 550;
  line-height: 1.4;
}
#good-page .system-feature {
  width: 100%;
  padding: 1rem 0 1.2rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
#good-page .system-feature .good-title {
  color: #FFFFFF;
}
#good-page .system-feature .cont {
  width: 100%;
  margin-top: 0.4rem;
  line-height: 1.8;
}
#good-page .system-feature .cont .img {
  width: 100%;
  height: auto;
  display: block;
}
#good-page .system-data {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -90px;
  transition: all 0.4s;
}
#good-page .system-data .data-feature {
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 0 0.3rem;
  transition: all 0.4s;
}
#good-page .system-data .data-feature .list {
  width: 100%;
  padding-top: 0.6rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
#good-page .system-data .data-feature .list .feature-item {
  width: 30%;
  margin-right: 5%;
  background-color: #FFFFFF;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 0.7rem;
  position: relative;
  transition: all 0.4s;
}
#good-page .system-data .data-feature .list .feature-item:nth-child(3n) {
  margin-right: 0;
}
#good-page .system-data .data-feature .list .feature-item .pic-box {
  padding-top: calc(1000/1000*100%);
}
#good-page .system-data .data-feature .list .feature-item .name {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  z-index: 5;
  bottom: 9%;
  text-align: center;
}
#good-page .system-data .data-controls {
  width: 100%;
  border-top: 1px solid #DCDCDC;
  padding: 1rem 0 1.5rem;
  box-sizing: border-box;
}
#good-page .system-data .data-controls .list {
  display: flex;
  flex-wrap: wrap;
}
#good-page .system-data .data-controls .list .controls-item {
  width: 13.333%;
  margin-right: 4%;
  transition: all 0.4s;
  margin-top: 0.6rem;
  position: relative;
}
#good-page .system-data .data-controls .list .controls-item:nth-child(6n) {
  margin-right: 0;
}
#good-page .system-data .data-controls .list .controls-item .controls-round {
  width: 100%;
  height: auto;
  padding-top: calc(1000/1000*100%);
  position: relative;
  transition: all 0.4s;
  margin: 0 auto;
}
#good-page .system-data .data-controls .list .controls-item .controls-round .controls-cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px dashed #BE0408;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 28px;
}
#good-page .system-data .data-controls .list .controls-item .controls-round .controls-cont .round {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}
#good-page .system-data .data-controls .list .controls-item .controls-round .controls-cont .round .icon {
  width: 34%;
  height: auto;
  display: block;
}
#good-page .system-data .data-controls .list .controls-item .controls-text {
  text-align: center;
  margin-top: 0.25rem;
  font-weight: 550;
}

.navigation-page {
  position: relative;
  z-index: 0;
}
.navigation-page .navigation-main {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
  line-height: 1;
  min-height: var(--navigationheight);
  height: auto;
  padding: 0.3rem 0;
}
.navigation-page .navigation-main .text {
  display: inline-block;
  color: #FFFFFF;
  line-height: 2;
  padding: 0 12px;
  white-space: nowrap;
  flex-shrink: 0;
}
.navigation-page .navigation-main .nex-box {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.navigation-page .navigation-main .home-icon {
  width: 14px;
  height: auto;
  overflow: hidden;
  line-height: 1;
  margin-right: 4px;
  flex-shrink: 0;
}
.navigation-page .navigation-main .home-icon .h-icon {
  width: 14px;
  height: auto;
  display: block;
  transform: translateX(-14px);
  filter: drop-shadow(14px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(14px 0 #FFFFFF);
  -webkit-filter: drop-shadow(14px 0 #FFFFFF);
}
.navigation-page .navigation-main .next-icon {
  width: 5px;
  height: auto;
  overflow: hidden;
  line-height: 1;
  margin: 0 4px;
  flex-shrink: 0;
}
.navigation-page .navigation-main .next-icon .n-icon {
  width: 5px;
  height: auto;
  display: block;
  transform: translateX(-5px);
  filter: drop-shadow(5px 0 #FFFFFF);
  -webkit-backdrop-filter: drop-shadow(5px 0 #FFFFFF);
  -webkit-filter: drop-shadow(5px 0 #FFFFFF);
}
.navigation-page.vgoodpage {
  background-color: #F2F2F2;
}
.navigation-page.vgoodpage .navigation-main .text {
  color: rgba(34, 31, 31, 0.7);
}
.navigation-page.vgoodpage .navigation-main .text.ton {
  color: #221F1F;
}
.navigation-page.vgoodpage .navigation-main .home-icon .h-icon {
  filter: drop-shadow(14px 0 #F01C21);
  -webkit-backdrop-filter: drop-shadow(14px 0 #F01C21);
  -webkit-filter: drop-shadow(14px 0 #F01C21);
}
.navigation-page.vgoodpage .navigation-main .next-icon .n-icon {
  filter: drop-shadow(5px 0 rgba(34, 31, 31, 0.7));
  -webkit-backdrop-filter: drop-shadow(5px 0 rgba(34, 31, 31, 0.7));
  -webkit-filter: drop-shadow(5px 0 rgba(34, 31, 31, 0.7));
}
.navigation-page.vgood .navigation-main {
  height: 100px;
}
.navigation-page.vgood .navigation-main::before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.navigation-page.vgood .navigation-main::after {
  content: "";
  width: 14px;
  height: 2px;
  background: #F01C21;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

#goodlist-page {
  width: 100%;
  box-sizing: border-box;
}
#goodlist-page .swiper-box .swiper-slide {
  width: 25%;
}
#goodlist-page .good-box:not(:first-child) {
  margin-top: 1.4rem;
}
#goodlist-page .good-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 5;
  transition: all 0.4s;
}
#goodlist-page .good-item .good-left {
  flex: 1;
  overflow: hidden;
}
#goodlist-page .good-item .good-left .type {
  color: #F01C21;
}
#goodlist-page .good-item .good-left .vname {
  margin-top: 0.06rem;
  color: #FFFFFF;
}
#goodlist-page .good-item .good-left .desc {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.2rem;
}
#goodlist-page .good-item .good-left .swiper-item {
  width: 100%;
  position: relative;
  transition: all 0.4s;
  border: 1px solid rgba(235, 245, 251, 0.15);
}
#goodlist-page .good-item .good-left .swiper-item:hover, #goodlist-page .good-item .good-left .swiper-item.on {
  border-color: black;
  background-color: #000000;
}
#goodlist-page .good-item .good-left .swiper-item:hover .swiper-btn, #goodlist-page .good-item .good-left .swiper-item.on .swiper-btn {
  opacity: 0;
}
#goodlist-page .good-item .good-left .swiper-item:hover .swiper-abs, #goodlist-page .good-item .good-left .swiper-item.on .swiper-abs {
  opacity: 1;
}
#goodlist-page .good-item .good-left .swiper-item:hover .swiper-big-btn, #goodlist-page .good-item .good-left .swiper-item.on .swiper-big-btn {
  opacity: 1;
}
#goodlist-page .good-item .good-left .swiper-item .swiper-abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  color: #FFFFFF;
  opacity: 0;
  transition: all 0.4s;
  padding: 0.34rem;
  box-sizing: border-box;
}
#goodlist-page .good-item .good-left .swiper-item .swiper-abs .name {
  line-height: 1.3;
}
#goodlist-page .good-item .good-left .swiper-item .swiper-abs .dtext {
  line-height: 1.8;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
}
#goodlist-page .good-item .good-left .swiper-item .swiper-big-btn {
  position: absolute;
  bottom: -1px;
  right: -1px;
  z-index: 5;
  opacity: 0;
  transition: all 0.4s;
}
#goodlist-page .good-item .good-left .swiper-item .swiper-btn {
  width: 20px;
  height: 20px;
  background: #F01C21;
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  transition: all 0.4s;
}
#goodlist-page .good-item .good-left .swiper-item .swiper-btn .swiper-icon {
  width: 6px;
  height: auto;
  overflow: hidden;
}
#goodlist-page .good-item .good-left .swiper-item .swiper-btn .swiper-icon .icon {
  width: 6px;
  height: auto;
  display: block;
  background-image: url("/phone/images/31.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#goodlist-page .good-item .good-left .swiper-item .pic-box {
  padding-top: calc(1000/1000*100%);
}
#goodlist-page .good-item .good-left .good-mlist {
  width: 100%;
  display: none;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.4s;
}
#goodlist-page .good-item .good-left .good-mlist .swiper-slide {
  width: 48.5%;
  margin-right: 3%;
  transition: all 0.4s;
  margin-top: 0.5rem;
}
#goodlist-page .good-item .good-left .good-mlist .swiper-slide:nth-child(2n) {
  margin-right: 0;
}
#goodlist-page .good-item .good-left .swiper-box {
  width: 100%;
  margin-top: 0.2rem;
  box-sizing: border-box;
  overflow: hidden;
}
#goodlist-page .good-item .good-left .tool-box {
  background-image: url("/phone/images/dian.png");
  background-position: center center;
  background-repeat: repeat;
  width: 100%;
  height: auto;
  padding: 0.56rem 0.32rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  transition: all 0.4s;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#goodlist-page .good-item .good-left .tool-box .t-left {
  flex: 1;
  transition: all 0.4s;
}
#goodlist-page .good-item .good-left .tool-box .t-right {
  flex-shrink: 0;
  margin-left: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-2px);
  transition: all 0.4s;
}
#goodlist-page .good-item .good-left .tool-box .swiper-line {
  width: 1px;
  height: 40px;
  background: #FFFFFF;
  opacity: 0.15;
  margin: 0 0.3rem 0 0.24rem;
  transition: all 0.4s;
  line-height: 1;
}
#goodlist-page .good-item .good-left .tool-box .swiper-button-prev,
#goodlist-page .good-item .good-left .tool-box .swiper-button-next {
  position: static;
  color: #FFFFFF;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
  line-height: 1;
}
#goodlist-page .good-item .good-left .tool-box .swiper-button-prev::after,
#goodlist-page .good-item .good-left .tool-box .swiper-button-next::after {
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  margin: 0 !important;
  padding: 0 !important;
}
#goodlist-page .good-item .good-pic {
  width: 45%;
  position: relative;
  flex-shrink: 0;
}
#goodlist-page .good-item .good-pic .swiper {
  width: 100%;
}
#goodlist-page .good-item .good-pic .pic-item {
  position: relative;
  width: 100%;
}
#goodlist-page .good-item .good-pic .pic-box {
  padding-top: calc(1105/1000*100%);
}
#goodlist-page .good-item .good-pic .pic-text {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.7;
  padding: 0.42rem 0.32rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #FFFFFF;
}
#goodlist-page .goodlist-hot {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #221F1F;
}
#goodlist-page .goodlist-hot .gv-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
  overflow: hidden;
}
#goodlist-page .goodlist-hot .vbg-box {
  width: 100%;
  padding-top: calc(2500/1920*100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(262deg) translateX(calc(1500/1920*100%)) translateY(22%) scale(1.45);
  opacity: 0.5;
  transition: all 0.4s;
  filter: blur(1px);
}
#goodlist-page .goodlist-hot .vbg-box .vb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
#goodlist-page .goodlist-hot .vbg-box .vb-img.bg1 {
  background-image: url("/phone/images/v_x.png");
  z-index: 1;
  opacity: 1;
}
#goodlist-page .goodlist-hot .vbg-box .vb-img.bg2 {
  background-image: url("/phone/images/v_h.png");
  opacity: 0;
}
#goodlist-page .goodlist-hot .vbg-img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(262deg) translateX(calc(1500/1920*100%)) translateY(22%) scale(1.45);
  opacity: 0.3;
}
#goodlist-page .goodlist-hot .shape {
  background: linear-gradient(270deg, #F01C21, #B10112);
  width: 960px;
  height: 710px;
  position: absolute;
  top: -60px;
  right: -150px;
  z-index: 3;
  transform: skewX(-23deg);
}
#goodlist-page .goodlist-hot .hot-main {
  width: 100%;
  padding: 0.5rem 0 0;
  position: relative;
  z-index: 5;
}
#goodlist-page .goodlist-hot .hot-main .hot-title {
  font-size: 1rem;
  color: #F01C21;
  line-height: 1;
}
#goodlist-page .goodlist-hot .hot-main .hot-list {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.6rem;
}
#goodlist-page .goodlist-hot .hot-main .hot-list .tool-box {
  border-top: 1px solid rgba(250, 250, 249, 0.15);
  background-image: url("/phone/images/dian2.png");
}
#goodlist-page .goodlist-hot .hot-main .hot-list .good-box {
  position: relative;
}
#goodlist-page .goodlist-hot .hot-main .hot-list .good-box:nth-child(2n) {
  background: linear-gradient(90deg, #F01C21, #B10112);
  padding: 0.8rem 0;
}
#goodlist-page .goodlist-hot .hot-main .hot-list .good-box:nth-child(2n)::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(13.5% 100%, 0 0, 0 100%);
  clip-path: polygon(13.5% 100%, 0 0, 0 100%);
  position: absolute;
  background: #BB0514;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#goodlist-page .goodlist-hot .hot-main .hot-list .good-box:nth-child(2n) .good-item .good-left .type {
  color: #FFFFFF;
}
#goodlist-page .goodlist-hot .hot-main .hot-list .good-box:nth-child(2n) .good-item .good-left .swiper-box .swiper-btn {
  background: #FFFFFF;
}
#goodlist-page .goodlist-hot .hot-main .hot-list .good-box:nth-child(2n) .good-item .good-left .swiper-box .swiper-btn .swiper-icon .icon {
  filter: drop-shadow(6px 0 #F01C21);
  -webkit-backdrop-filter: drop-shadow(6px 0 #F01C21);
  -webkit-filter: drop-shadow(6px 0 #F01C21);
}
#goodlist-page .good-main {
  width: 100%;
  padding: 1.4rem 0;
  position: relative;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#goodlist-page .good-main .good-list {
  width: 100%;
}
#goodlist-page .good-main .good-list .good-item {
  flex-direction: row-reverse;
}
#goodlist-page .good-main .good-list .good-item .good-left .vname {
  color: #221F1F;
}
#goodlist-page .good-main .good-list .good-item .good-left .desc {
  color: rgba(34, 31, 31, 0.7);
}
#goodlist-page .good-main .good-list .good-item .good-left .swiper-item {
  border-color: rgba(34, 31, 31, 0.15);
}
#goodlist-page .good-main .good-list .good-item .good-left .tool-box .swiper-line {
  background: #221F1F;
}
#goodlist-page .good-main .good-list .good-item .good-left .tool-box .swiper-button-prev,
#goodlist-page .good-main .good-list .good-item .good-left .tool-box .swiper-button-next {
  color: #221F1F;
}

.page-banner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.page-banner .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
  object-fit: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-banner .img.mobile-img {
  opacity: 0;
  visibility: hidden;
}
.page-banner .banner-solution {
  width: 100%;
  max-width: 375px;
  height: auto;
  display: none;
  transition: all 0.4s;
  padding-bottom: 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.page-banner .banner-solution .s-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.page-banner .banner-solution .s-box .s-pic {
  width: 30%;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.page-banner .banner-solution .s-box .s-pic .pic-box {
  padding-top: calc(1000/1000*100%);
}
.page-banner .banner-solution .s-box .s-text {
  flex: 1;
  color: #FFFFFF;
}
.page-banner .swiper-slide {
  overflow: hidden;
}
.page-banner .banner-box {
  width: 100%;
  position: relative;
  height: auto;
  transition: all 0.4s;
  padding-top: calc(417/1000*100%);
  z-index: 5;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-banner .banner-box.vheight2 {
  width: 100%;
  padding-top: calc(313/1000*100%);
}
.page-banner .banner-box.vheight2::after {
  content: "";
  width: 100%;
  height: 8px;
  background: #D72031;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.page-banner .banner-box.vheight4 {
  width: 100%;
  padding-top: calc(313/1000*100%);
}
.page-banner .banner-box.vheight4.vheight4_800 {
  padding-top: calc(463/1000*100%);
}
.page-banner .banner-box.vheight4.vheight4_800 .banner-main .title {
  transform: translateY(-0.2rem);
}
.page-banner .banner-box.vheight4 .vblack4-navigation {
  width: 100%;
  position: absolute;
  top: calc(var(--navheight) + 2%);
  left: 0;
  z-index: 0;
}
.page-banner .banner-box.vheight4 .banner-main .title {
  transform: translateY(0.2rem);
}
.page-banner .banner-box.vheight5 {
  width: 100%;
  padding-top: calc(506/1000*100%);
}
.page-banner .banner-box.vblack3 {
  width: 100%;
  background-color: #1A1919;
  padding-top: calc(277/1000*100%);
  background-image: url("/phone/images/product/bg10.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.page-banner .banner-box.vblack3 .vblack3-box {
  padding-top: calc(var(--navheight) + 0.8rem);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.4s;
}
.page-banner .banner-box.vblack3 .vblack3-box .vblack3-item {
  padding: 0 0.8rem;
  transition: all 0.4s;
}
.page-banner .banner-box.vblack3 .vblack3-navigation {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 8%;
  z-index: 3;
  transition: all 0.4s;
}
.page-banner .banner-box .banner-shape {
  background: linear-gradient(270deg, #F01C21, #B10112);
  width: 700px;
  height: 100%;
  position: absolute;
  top: var(--navheight);
  right: -150px;
  z-index: 2;
  transform: skewX(-20deg);
  transition: all 0.4s;
}
.page-banner .vblack4-item {
  width: 100%;
  padding-top: 1rem;
}
.page-banner .vcontb {
  height: 100%;
}
.page-banner .banner-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.page-banner .banner-main.vbmian2 {
  transform: translateY(calc(var(--navheight) * -1));
}
.page-banner .banner-main .vb3box {
  width: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.page-banner .banner-main .vb3box .vb3img {
  height: 100%;
  display: block;
  object-fit: contain;
}
.page-banner .banner-main .vb3box .pointbox {
  position: absolute;
  z-index: 2;
}
.page-banner .banner-main .vb3box .pointbox .showbox {
  width: auto;
  position: absolute;
  left: 7px;
  z-index: 2;
  bottom: 0;
  transform: translateY(-40px);
}
.page-banner .banner-main .vb3box .pointbox .showbox:hover, .page-banner .banner-main .vb3box .pointbox .showbox.on {
  z-index: 10;
}
.page-banner .banner-main .vb3box .pointbox .showbox:hover .showtext, .page-banner .banner-main .vb3box .pointbox .showbox.on .showtext {
  background: #F01C21;
}
.page-banner .banner-main .vb3box .pointbox .showbox:hover .showtext::after, .page-banner .banner-main .vb3box .pointbox .showbox.on .showtext::after {
  border-top: 8px solid #F01C21;
}
.page-banner .banner-main .vb3box .pointbox .showbox:hover .showtext .st, .page-banner .banner-main .vb3box .pointbox .showbox.on .showtext .st {
  opacity: 1;
}
.page-banner .banner-main .vb3box .pointbox .showbox:hover .showpic, .page-banner .banner-main .vb3box .pointbox .showbox.on .showpic {
  opacity: 1;
  visibility: visible;
}
.page-banner .banner-main .vb3box .pointbox .showbox .showpic {
  width: 100%;
  padding-top: calc(1000/1000*100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.page-banner .banner-main .vb3box .pointbox .showbox .showpic .img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  object-fit: cover;
}
.page-banner .banner-main .vb3box .pointbox .showbox .showtext {
  width: auto;
  min-width: 184px;
  height: auto;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  color: #FFFFFF;
  position: relative;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}
.page-banner .banner-main .vb3box .pointbox .showbox .showtext span {
  position: relative;
  z-index: 2;
  line-height: 1.6;
}
.page-banner .banner-main .vb3box .pointbox .showbox .showtext .st {
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #FFFFFF;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  transition: all 0.4s;
}
.page-banner .banner-main .vb3box .pointbox .showbox .showtext::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.5);
  border-bottom: 6px solid transparent;
  transition: all 0.4s;
}
.page-banner .banner-main .vb3box .pointbox .round {
  width: 26px;
  height: 26px;
  position: relative;
  transition: all 0.4s;
}
.page-banner .banner-main .vb3box .pointbox .round .round-v {
  width: 26px;
  height: 26px;
  background-color: rgba(240, 28, 33, 0.35);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  opacity: 1;
  animation: round-ani 1.5s ease-out infinite;
}
.page-banner .banner-main .vb3box .pointbox .round::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #F01C21;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.page-banner .banner-main .banner-good {
  width: 600px;
  transform: translateY(var(--navheight));
}
.page-banner .banner-main .banner-good .pic-box {
  padding-top: calc(1000/1000*100%);
}
.page-banner .banner-main .title {
  color: #FFFFFF;
  width: 100%;
  position: relative;
  max-width: 600px;
  transition: all 0.4s;
}
.page-banner .banner-main .title::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F01C21;
  position: absolute;
  top: -20px;
  left: -80px;
  z-index: 2;
}
.page-banner .banner-main .title .v {
  font-weight: 700;
  line-height: 1;
}
.page-banner .banner-main .title .text-abs {
  width: 100%;
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  z-index: 2;
  color: #FFFFFF;
}
.page-banner .banner-main .title .text-abs .v2 {
  margin-bottom: 0.2rem;
}
.page-banner .banner-main .title .text-abs .b-line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
}
.page-banner .banner-main .title .text-abs .b-line::after {
  content: "";
  width: 14px;
  height: 100%;
  background: #F01C21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-banner .banner-main .title .text-abs .t2 {
  margin-top: 0.2rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.page-banner .banner-main .title .text-abs .banner-btn {
  margin-top: 1rem;
}
.page-banner .banner-item {
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
  transition: all 0.4s;
}
.page-banner .banner-item.vbitem3 {
  width: 100%;
  padding: calc(var(--navheight) + 0.5rem) 0 0.5rem;
  box-sizing: border-box;
}
.page-banner .banner-item.vbitem3 .title_v {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  transition: all 0.4s;
}
.page-banner .banner-item.vbitem2 {
  height: 100%;
}
.page-banner .banner-item .banner-vhbox {
  width: 100%;
  padding-top: var(--navheight);
}

.case-page {
  width: 100%;
}
.case-page .case-box {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  background-color: #221F1F;
}
.case-page .case-box .shape {
  background: linear-gradient(270deg, #F01C21, #B10112);
  width: 960px;
  height: 410px;
  position: absolute;
  top: -60px;
  right: -150px;
  z-index: 3;
  transform: skewX(-23deg);
}
.case-page .case-box .case-type {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.case-page .case-box .case-type .case-tbox {
  height: 165px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.4rem;
}
.case-page .case-box .case-type .case-tbox .type-item {
  line-height: 1;
  color: #FFFFFF;
  font-size: 36px;
  margin-right: 0.5rem;
  font-weight: 550;
  cursor: pointer;
  transition: all 0.4s;
}
.case-page .case-box .case-type .case-tbox .type-item:hover {
  color: #F01C21;
}
.case-page .case-box .case-type .case-tbox .type-item.on {
  font-size: 48px;
  color: #F01C21;
}
.case-page .case-box .case-text {
  width: 100%;
  position: relative;
  z-index: 6;
  background-color: #1A1919;
  padding: 0.9rem 0 1rem;
  box-sizing: border-box;
}
.case-page .case-box .case-text .case-icon {
  width: 118px;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.case-page .case-box .case-text .text-box {
  width: 100%;
  color: #C0BFBF;
  line-height: 1.8;
}
.case-page .case-list {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding-bottom: 1rem;
}
.case-page .case-list .list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
.case-page .case-list .list .case-item {
  width: 48%;
  margin-top: 1.3rem;
}
.case-page .case-list .list .case-item:hover .case-pic .pic-box .img {
  transform: scale(1.1);
}
.case-page .case-list .list .case-item .case-pic {
  width: 100%;
}
.case-page .case-list .list .case-item .case-pic .pic-box {
  padding-top: calc(702/1000*100%);
}
.case-page .case-list .list .case-item .case-cont {
  position: relative;
  z-index: 2;
  width: 88%;
  margin: -50px auto 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
.case-page .case-list .list .case-item .case-cont .case-left {
  flex: 1;
  padding-right: 0.3rem;
}
.case-page .case-list .list .case-item .case-cont .case-left .line {
  width: 55px;
  height: 2px;
  background: #F01C21;
  position: relative;
  margin-top: 0.1rem;
}
.case-page .case-list .list .case-item .case-cont .case-left .line::after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  left: 4px;
  top: 0;
  z-index: 2;
  background-color: #FFFFFF;
}
.case-page .case-list .list .case-item .case-cont .case-left .desc {
  color: rgba(34, 31, 31, 0.7);
  line-height: 1.7;
  margin-top: 0.2rem;
}
.case-page .case-list .list .case-item .case-cont .case-btn {
  flex-shrink: 0;
  transform: translateY(-2px);
}
.case-page .case-pagemain {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.case-page .case-pagemain .case-main {
  width: 100%;
  display: flex;
}
.case-page .case-pagemain .case-main .case-lbox {
  width: 480px;
  padding: 1rem 0;
  flex-shrink: 0;
  margin-right: 1.4rem;
  position: sticky;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: fit-content;
  /* 使用 fit-content 让高度根据内容撑开 */
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main {
  width: 100%;
  background: #221F1F;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont {
  width: 100%;
  padding: 0.5rem 0.5rem 0.38rem;
  box-sizing: border-box;
  color: #FFFFFF;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .title {
  line-height: 1.2;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .desc {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.1rem;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 0.3rem;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .line::after {
  content: "";
  width: 14px;
  height: 100%;
  background: #F01C21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .casedemo {
  color: #FFFFFF;
  line-height: 2rem;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .num-box {
  color: #D8D8D8;
  margin-top: 0.14rem;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .num-box .c {
  color: #F01C21;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .lt {
  color: #D9D9D9;
  margin-top: 0.24rem;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .lt-c {
  display: flex;
  flex-wrap: wrap;
  color: #D9D9D9;
  margin-top: 0.26rem;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .lt-c .inlt {
  margin-right: 0.3rem;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .lt-c .c {
  color: #F01C21;
  padding-right: 6px;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .back {
  padding-left: 26px;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .lbox-cont .back::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-left: 4px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.5);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  /* 修改颜色和大小 */
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .next-text {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1.7;
  padding: 0.32rem 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .next-text a {
  color: rgba(255, 255, 255, 0.7);
}
.case-page .case-pagemain .case-main .case-lbox .lbox-main .case-icon {
  width: 88px;
  height: auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.case-page .case-pagemain .case-main .case-rbox {
  flex: 1;
  padding: 1rem 0;
  box-sizing: border-box;
}
.case-page .case-pagemain .case-main .case-rbox .rt {
  font-weight: 550;
}
.case-page .case-pagemain .case-main .case-rbox .line {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  margin-top: 0.35rem;
}
.case-page .case-pagemain .case-main .case-rbox .line::after {
  content: "";
  width: 14px;
  height: 100%;
  background: #F01C21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.case-page .case-pagemain .case-main .case-rbox .rbox-cont {
  width: 100%;
  margin-top: 0.35rem;
  color: #202020;
  line-height: 1.8;
}
.case-page .case-pagemain .case-main .case-rbox .rbox-cont img {
  width: 100%;
  height: auto;
  display: block;
}

.service-page {
  width: 100%;
  background-color: #1A1919;
}
.service-page .service-main {
  width: 100%;
  box-sizing: border-box;
  padding: 0.1rem 0 1.4rem;
}
.service-page .service-main .service-list {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item {
  width: 31%;
  margin-right: 3.5%;
  position: relative;
  margin-top: 0.9rem;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item:nth-child(3n) {
  margin-right: 0;
}
.service-page .service-main .service-list .service-item::after {
  content: "";
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
  background: linear-gradient(270deg, #F01C21, #B10112);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.service-page .service-main .service-list .service-item .cont {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0.3rem 0 0 0.3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item .cont .service-img {
  height: 82px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item .cont .service-img .img {
  display: block;
  height: 100%;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item .cont .title {
  margin-top: 0.22rem;
  background-color: #FFFFFF;
  padding: 0.12rem 0.2rem;
  line-height: 1.7;
  color: #333333;
  font-weight: 550;
  box-sizing: border-box;
  transition: all 0.4s;
}
.service-page .service-main .service-list .service-item .cont .desc {
  margin-top: 0.27rem;
  width: 100%;
  box-sizing: border-box;
  color: #666666;
  line-height: 1.8;
  background-color: #FFFFFF;
  padding: 0.18rem 0.2rem;
  min-height: 162px;
  flex: 1;
  transition: all 0.4s;
}

.join-page {
  width: 100%;
  background-color: #1A1919;
}
.join-page .join-main {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 0 1.5rem;
  transition: all 0.4s;
}
.join-page .join-main .join-table {
  width: 100%;
  transition: all 0.4s;
}
.join-page .join-main .join-table .join-t-v {
  box-sizing: border-box;
  transition: all 0.4s;
}
.join-page .join-main .join-table .join-t-v1 {
  flex: 1;
  padding: 0 0.4rem;
}
.join-page .join-main .join-table .join-t-v2 {
  width: 17%;
  padding: 0 0.1rem;
  text-align: center;
}
.join-page .join-main .join-table .join-t-v3 {
  width: 12%;
  padding: 0 0.1rem;
  text-align: center;
}
.join-page .join-main .join-table .join-t-v3.child {
  color: #F01C21;
}
.join-page .join-main .join-table .join-t-v3 .st {
  position: relative;
}
.join-page .join-main .join-table .join-t-v3 .st .s1 {
  display: block;
}
.join-page .join-main .join-table .join-t-v3 .st .s2 {
  display: none;
}
.join-page .join-main .join-table .join-t-v3 .more-box {
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.join-page .join-main .join-table .join-t-v3 .more-box .more-icon {
  display: block;
  border-right: 4px solid transparent;
  border-left: 8px solid #F01C21;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transition: all 0.4s;
}
.join-page .join-main .join-table .join-th-box {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 60px;
  background: #F01C21;
  color: #FFFFFF;
  flex: 1;
  transition: all 0.4s;
}
.join-page .join-main .join-table .join-tr-box {
  width: 100%;
  transition: all 0.4s;
}
.join-page .join-main .join-table .join-tr-box.on .join-tr {
  background: #FFFFFF;
  color: #221F1F;
  border-bottom: 1px solid white;
}
.join-page .join-main .join-table .join-tr-box.on .join-t-v3 .st .s1 {
  display: none;
}
.join-page .join-main .join-table .join-tr-box.on .join-t-v3 .st .s2 {
  display: block;
}
.join-page .join-main .join-table .join-tr-box.on .join-t-v3 .more-box .more-icon {
  transform: rotate(-90deg) translateX(20%);
}
.join-page .join-main .join-table .join-tr-box .join-tr {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 60px;
  color: #FFFFFF;
  background-color: #1A1919;
  transition: all 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  transition: all 0.4s;
}
.join-page .join-main .join-table .join-tr-box .join-desc {
  width: 100%;
  background-color: #221F1F;
  box-sizing: border-box;
  display: none;
}
.join-page .join-main .join-table .join-tr-box .join-desc .d-cont {
  width: 100%;
  height: auto;
  padding: 0.42rem 0.48rem;
  color: #656565;
  line-height: 2.1;
  box-sizing: border-box;
}

.white-pagination .pagination-box .pagination-main {
  color: #F01C21;
}
.white-pagination .pagination-box .pagination-main .page-box a {
  border: 1px solid #F01C21;
  color: #F01C21;
}
.white-pagination .pagination-box .pagination-main .page-box a.btn.null {
  cursor: default;
  background: transparent;
  border-color: #F01C21;
  color: #F01C21;
}

.pagination-box {
  width: 100%;
  padding-top: 0.86rem;
  box-sizing: border-box;
}
.pagination-box .pagination-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.pagination-box .pagination-main .page-box {
  text-align: center;
}
.pagination-box .pagination-main .page-box a {
  min-width: 36px;
  height: 36px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  line-height: 1;
  color: #FFFFFF;
  transition: all 0.4s;
  padding: 0;
  background-color: transparent;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-box .pagination-main .page-box a:hover, .pagination-box .pagination-main .page-box a.on {
  border: 1px solid #F01C21;
  background-color: #F01C21;
  color: #FFFFFF;
}
.pagination-box .pagination-main .page-box a:not(:first-child) {
  margin-left: 5px;
}
.pagination-box .pagination-main .page-box a.dian {
  border-color: transparent !important;
}
.pagination-box .pagination-main .page-box a.btn {
  font-family: "simsun";
}
.pagination-box .pagination-main .page-box a.btn.null {
  cursor: default;
  background: transparent;
  border-color: #EEEEEE;
  color: #FFFFFF;
}
.pagination-box .pagination-main .page-box .f-right {
  display: none;
}
.pagination-box .pagination-main .page-box select {
  display: none;
}

/* =========

	通用分类

 ========= */
.allpage-class {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  position: relative;
}

.allpage-class .theme {
  display: none;
}

.allpage-class .sub .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 30px 25px;
  position: relative;
  cursor: pointer;
}

.allpage-class .sub .item.on:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -1px;
}

.allpage-class .sub .item.on:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #F01C21;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
  z-index: 11;
  border-radius: 50%;
}

.allpage-class .sub .item .word {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 0 8px;
  transition: all 0.5s ease;
}

.allpage-class .sub .item.on .word {
  background-color: #F01C21;
  color: #fff;
}

@media only screen and (min-width: 601px) {
  .allpage-class .sub .item:hover .word {
    background-color: #F01C21;
    color: #fff;
  }
}
@media only screen and (max-width: 1280px) {
  .allpage-class .sub .item {
    padding: 20px 10px;
  }

  .allpage-class .item.on:before {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .allpage-class .theme {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 45px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 0 10px;
    transition: all 0.5s ease;
    padding-right: 20px;
    position: relative;
  }

  .allpage-class .theme:after {
    content: "";
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
  }

  .allpage-class[data-on=on] .theme:after {
    margin-top: -2px;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    /* IE 9 */
    -moz-transform: rotate(225deg);
    /* Firefox */
    -webkit-transform: rotate(225deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(225deg);
    /* Opera */
  }

  .allpage-class .sub {
    width: 50%;
    max-height: 480px;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    background: #212121;
    display: none;
    z-index: 90;
  }

  .allpage-class .sub .item {
    display: block;
    padding: 0;
  }

  .allpage-class .sub .item .word {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    position: relative;
  }

  .allpage-class .sub .item.on:after {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .allpage-class .sub .item .word {
    height: 35px;
    line-height: 35px;
  }
}
.down-page {
  width: 100%;
  background-color: #1A1919;
}
.down-page .down-main {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.down-page .down-main .a-title {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

/* =========

	下载中心

 ========= */
.download-bg {
  padding-top: 0.6rem;
}

.download-bg .dl-clsss {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.download-bg .dl-clsss .word {
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
  font-size: 0.16rem;
  color: #F01C21;
  height: 40px;
  line-height: 40px;
  min-width: 240px;
  background-color: #e6e7e9;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

.download-bg .dl-clsss .word:after {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #F01C21 #F01C21 transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
  transition: all 0.4s;
}

.download-bg .dl-clsss[data-on=on] .word:after {
  margin-top: -5px;
  transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  /* IE 9 */
  -moz-transform: rotate(225deg);
  /* Firefox */
  -webkit-transform: rotate(225deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(225deg);
  /* Opera */
}

.download-bg .dl-clsss .sub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #e6e7e9;
  z-index: 11;
  display: none;
}

.download-bg .dl-clsss .sub .sub-a {
  display: block;
  font-size: 0.16rem;
  color: #000;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
}

/*下载列表*/
.download-bg .download-list .lid {
  width: calc((100% - 70px) / 2);
  float: left;
  margin-right: 70px;
  position: relative;
  padding-left: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #e6e7e9;
  margin-bottom: 15px;
  color: #444444;
}

.download-bg .download-list .lid:nth-child(2n) {
  margin-right: 0;
}

.download-bg .download-list .lid .ico {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -15px;
  background-image: url("/phone/images/dico_08.png");
}

@media only screen and (min-width: 601px) {
  .download-bg .dl-clsss .sub .sub-a:hover {
    background-color: #F01C21;
    color: #fff;
  }

  .download-bg .download-list .lid:hover {
    background-color: #F01C21;
    color: #fff;
  }

  .download-bg .download-list .lid:hover .ico {
    background-image: url("/phone/images/dico_07.png");
  }
}
@media only screen and (max-width: 1360px) {
  .download-bg {
    padding-bottom: 65px;
  }

  .download-bg .download-list .lid {
    padding-left: 80px;
    height: 80px;
    line-height: 80px;
  }

  .download-bg .download-list .lid .ico {
    left: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .download-bg {
    padding-bottom: 45px;
  }

  .download-bg .download-list .lid {
    padding-left: 70px;
    height: 70px;
    line-height: 70px;
  }

  .download-bg .download-list .lid .ico {
    left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .download-bg {
    padding-bottom: 3%;
  }

  .download-bg .dl-clsss {
    margin-bottom: 3%;
  }

  .download-bg.sview .download-list .lid {
    margin-bottom: 3%;
  }

  .download-bg .download-list .lid {
    width: calc((100% - 35px) / 2);
    margin-right: 35px;
    padding-left: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 3%;
  }

  .download-bg .download-list .lid .ico {
    width: 26px;
    height: 26px;
    left: 20px;
    margin-top: -13px;
  }
}
@media only screen and (max-width: 800px) {
  .download-bg .download-list .lid {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }

  .download-bg .download-list .lid .ico {
    left: 15px;
  }
}
.all-page {
  width: 100%;
  background-color: #1A1919;
}
.all-page .all-main {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.all-page .all-main .a-title {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.all-page .all-main .a-desc {
  width: 100%;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}

.news-page {
  width: 100%;
  background-color: #1A1919;
  min-height: 50vh;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
.news-page .news-main {
  width: 100%;
  padding-bottom: 1.5rem;
}
.news-page .news-main.vnew2 {
  padding-top: 0.5rem;
}
.news-page .news-main.vnew3 {
  padding-top: 0.8rem;
}
.news-page .news-main .n-title {
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.news-page .news-main .n-time {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.news-page .news-main .n-time .t {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  text-align: center;
}
.news-page .news-main .n-time .share {
  display: inline-flex;
  margin-left: 10px;
  align-items: center;
}
.news-page .news-main .n-time .share .t {
  padding-right: 4px;
}
.news-page .news-main .n-time .share .social-share-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-left: 6px;
  font-size: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.news-page .news-main .n-time .share .social-share-icon:hover {
  background: transparent !important;
  color: #F01C21 !important;
}
.news-page .news-main .n-desc {
  width: 100%;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.6rem;
}

/* =========

	新闻资讯

 ========= */
.news-list .lin {
  display: block;
}

.news-list .lin .main {
  position: relative;
  display: block;
  padding: 0.6rem 0;
  max-width: 800px;
}

.news-list .lin .main .body {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.news-list .lin .main .body .datebox {
  width: 180px;
  margin-right: 60px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  text-align: right;
}

.news-list .lin .main .body .datebox .date {
  color: #F01C21;
  font-family: "ziti2";
  line-height: 1;
}

.news-list .lin .main .body .datebox .year {
  color: #ffffff;
  font-family: "ziti2";
  padding-right: 10px;
  margin-top: 6px;
}

.news-list .lin .main .body .right {
  width: calc(100% - 240px);
}

.news-list .lin .main .body .right .title {
  color: #fff;
  margin-bottom: 0.16rem;
}

.news-list .lin .main .body .right .demo {
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-list .lin .main .jt {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-left: 60px;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.news-list .lin .main .jt:before {
  content: "";
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: #1A1919 #1A1919 transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.news-list .lin .main .jt:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1A1919;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 601px) {
  .news-list .lin:hover {
    background-color: #FFFFFF;
  }

  .news-list .lin:hover .main .body {
    transform: translate3d(-20%, 0, 0);
  }

  .news-list .lin:hover .main .jt {
    opacity: 1;
    visibility: visible;
    transform: translate(100%, -50%);
  }

  .news-list .lin:hover .main .body .datebox .year {
    color: #1A1919;
  }

  .news-list .lin:hover .main .body .right .title {
    color: #1A1919;
  }

  .news-list .lin:hover .main .body .right .demo {
    color: rgba(34, 31, 31, 0.7);
  }
}
@media only screen and (max-width: 1360px) {
  .news-list .lin .main {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .news-list .lin .main {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .news-list .lin .main {
    padding: 3% 0;
  }

  .news-list .lin .main .body .datebox {
    margin-right: 30px;
  }

  .news-list .lin .main .body .right {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 800px) {
  .news-list .lin .main .body .datebox {
    width: 110px;
    margin-right: 3%;
  }

  .news-list .lin .main .body .right {
    width: calc(97% - 110px);
  }
}
@media only screen and (max-width: 768px) {
  .news-list .lin .main .body .datebox {
    width: 96px;
    margin-right: 3%;
  }

  .news-list .lin .main .body .right {
    width: calc(97% - 96px);
  }
}
@media only screen and (max-width: 414px) {
  .news-list .lin .main .body {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .news-list .lin .main .body .datebox {
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 1%;
  }

  .news-list .lin .main .body .datebox .date {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 3%;
  }

  .news-list .lin .main .body .datebox .year {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 0;
  }

  .news-list .lin .main .body .right {
    width: 100%;
  }

  .news-list .lin .main .body .right .demo {
    color: rgba(255, 255, 255, 0.6);
  }
}
.roi-page {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}
.roi-page .roi-main {
  width: 100%;
  padding-bottom: 0.74rem;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  background-color: #221F1F;
}
.roi-page .roi-main .gv-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.roi-page .roi-main .vbg-box {
  width: 100%;
  padding-top: calc(2500/1920*100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-75deg) translateX(calc(1030/1920*100%)) translateY(-18%) scale(1.55) rotateY(180deg);
  opacity: 0.5;
  transition: all 0.4s;
  filter: blur(1px);
}
.roi-page .roi-main .vbg-box .vb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.roi-page .roi-main .vbg-box .vb-img.bg1 {
  background-image: url("/phone/images/v_x.png");
  z-index: 1;
  opacity: 1;
}
.roi-page .roi-main .vbg-box .vb-img.bg2 {
  background-image: url("/phone/images/v_h.png");
  opacity: 0;
}
.roi-page .roi-main .vbg-img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-75deg) translateX(calc(1030/1920*100%)) translateY(-18%) scale(1.55) rotateY(180deg);
  opacity: 0.3;
}
.roi-page .roi-main .roi-box {
  width: 100%;
  max-width: 910px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 5;
  transform: translateY(-60px);
  margin: 0 auto;
}
.roi-page .roi-main .roi-box .roi-title {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.5rem 0.32rem;
  line-height: 1.2;
  color: #FFFFFF;
  background-color: #F01C21;
}
.roi-page .roi-main .roi-box .roi-form {
  display: block;
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  padding: 0.1rem 0.5rem 0.64rem;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.roi-page .roi-main .roi-box .roi-form .roi-btns {
  width: 100%;
  margin-top: 0.56rem;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.roi-page .roi-main .roi-box .roi-form .roi-btns .roi-btn {
  margin: 0;
}
.roi-page .roi-main .roi-box .roi-form .roi-item {
  width: 48.5%;
  margin-top: 24px;
  transition: all 0.4s;
}
.roi-page .roi-main .roi-box .roi-form .roi-item.vitem2 {
  width: 100%;
}
.roi-page .roi-main .roi-box .roi-form .roi-item.vitem2 .roi-input {
  width: 48.5%;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .c {
  color: #F01C21;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-t {
  color: #646464;
  line-height: 1;
  margin-bottom: 12px;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child {
  width: 100%;
  display: flex;
  align-items: center;
  height: 42px;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child .radio {
  display: flex;
  align-items: center;
  margin-right: 0.34rem;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child .radio .radio-label {
  position: relative;
  padding-left: 24px;
  line-height: 1;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #C6C6C6;
  border-color: #C6C6C6;
  border-radius: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-58%);
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child .radio input[type=radio]:checked + .radio-label:before {
  background-color: #F01C21;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child .radio input[type=radio]:focus + .radio-label:before {
  background-color: #F01C21;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-child .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-textarea {
  width: 100%;
  height: 174px;
  line-height: 1.4;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  color: #040404;
  padding: 10px;
}
.roi-page .roi-main .roi-box .roi-form .roi-item .roi-input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  color: #040404;
  padding: 0 10px;
}

.solution-page {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #FFFFFF;
  position: relative;
}
.solution-page .solution-navigation {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.4s;
}
.solution-page .solution-main {
  width: 100%;
  padding-bottom: 1.4rem;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  transition: all 0.4s;
  background-color: #221F1F;
}
.solution-page .solution-main .square {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  padding-top: calc(1920/1920*100%);
}
.solution-page .solution-main .square::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  -webkit-clip-path: polygon(0 0%, 0% 100%, 80% 100%);
  clip-path: polygon(0 0%, 0% 100%, 80% 100%);
  background-color: #1A1919;
}
.solution-page .solution-main .gv-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
  overflow: hidden;
}
.solution-page .solution-main .vbg-box {
  width: 100%;
  padding-top: calc(2500/1920*100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(262deg) translateX(calc(560/1920*100%)) translateY(16%) scale(1);
  opacity: 0.6;
  transition: all 0.4s;
  filter: blur(1px);
}
.solution-page .solution-main .vbg-box .vb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.solution-page .solution-main .vbg-box .vb-img.bg1 {
  background-image: url("/phone/images/v_x.png");
  z-index: 1;
  opacity: 1;
}
.solution-page .solution-main .vbg-box .vb-img.bg2 {
  background-image: url("/phone/images/v_h.png");
  opacity: 0;
}
.solution-page .solution-main .vbg-img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(262deg) translateX(calc(560/1920*100%)) translateY(16%) scale(1);
  opacity: 0.3;
}
.solution-page .solution-main .solution-vbox {
  position: relative;
  z-index: 5;
  transform: translateY(-60px);
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list {
  width: 100%;
  padding-top: 1.8rem;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list:first-child {
  padding-top: 60px;
}
.solution-page .solution-main .solution-list:first-child .solution-absbox {
  height: calc(100% - 20px);
}
.solution-page .solution-main .solution-list:first-child .solution-cont {
  padding-top: var(--navigationheight);
}
.solution-page .solution-main .solution-list:nth-child(2n) .solution-absbox {
  right: auto;
  left: 0;
}
.solution-page .solution-main .solution-list:nth-child(2n) .solution-absbox .abs-wrap1 {
  text-align: left;
  padding: 0.6rem 4.5rem 0.6rem 1.6rem;
}
.solution-page .solution-main .solution-list:nth-child(2n) .solution-absbox .abs-wrap2 .abs-tool {
  margin: 0;
}
.solution-page .solution-main .solution-list:nth-child(2n) .solution-cont {
  margin: 0 0 0 auto;
}
.solution-page .solution-main .solution-list .solution-absbox {
  width: 53%;
  height: calc(100% - 1.8rem - 20px);
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap1 {
  width: 100%;
  height: 360px;
  background: linear-gradient(270deg, #F01C21, #B10112);
  padding: 0.6rem 1.6rem 0.6rem 4.5rem;
  color: #FFFFFF;
  text-align: right;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap1 .t1 {
  line-height: 1;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap1 .t2 {
  margin-top: 0.24rem;
  line-height: 1.8;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 {
  flex: 1;
  width: 100%;
  background-image: url("/phone/images/product/bg18.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15% 20% 0;
  box-sizing: border-box;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool {
  width: 40px;
  margin: 0 0 0 auto;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .swiper-button-prev,
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .swiper-button-next {
  width: 100%;
  height: 100%;
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  line-height: 1;
  transform: translateY(2px);
  background-image: url("/phone/images/product/c29.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .swiper-button-prev.swiper-button-disabled,
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .swiper-button-prev::after,
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .swiper-button-next::after {
  font-size: 16px;
  line-height: 1;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .swiper-button-prev {
  color: #F01C21 !important;
  background-image: url("/phone/images/product/c30.png") !important;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .tool-box {
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .solution-absbox .abs-wrap2 .abs-tool .tool-box:not(:first-child) {
  margin-top: 10px;
}
.solution-page .solution-main .solution-list .solution-cont {
  width: 70%;
  padding-top: 1.6rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .solution-cont .solution-mlist {
  width: 100%;
  align-items: stretch;
  flex-wrap: wrap;
  display: none;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .solution-cont .solution-mlist .swiper-slide {
  width: 33%;
  margin-right: 0.5%;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .solution-cont .solution-mlist .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.solution-page .solution-main .solution-list .solution-cont .swiper {
  width: 100%;
}
.solution-page .solution-main .solution-list .solution-cont .swiper .swiper-wrapper {
  align-items: stretch;
}
.solution-page .solution-main .solution-list .solution-cont .swiper .swiper-slide {
  width: 50%;
}
.solution-page .solution-main .solution-list .solution-cont .solution-item {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.solution-page .solution-main .solution-list .solution-cont .solution-item.on, .solution-page .solution-main .solution-list .solution-cont .solution-item:hover {
  transform: translateY(-20px);
}
.solution-page .solution-main .solution-list .solution-cont .solution-item .solution-pic {
  width: 100%;
}
.solution-page .solution-main .solution-list .solution-cont .solution-item .solution-pic .pic-box {
  width: 100%;
  padding-top: calc(605/1000*100%);
}
.solution-page .solution-main .solution-list .solution-cont .solution-item .content {
  width: 100%;
  flex: 1;
  min-height: 310px;
  box-sizing: border-box;
  padding: 0.48rem 0.5rem;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.solution-page .solution-main .solution-list .solution-cont .solution-item .content .title {
  line-height: 1;
}
.solution-page .solution-main .solution-list .solution-cont .solution-item .content .desc {
  line-height: 1.8;
  color: rgba(34, 31, 31, 0.7);
  margin-top: 0.3rem;
}
.solution-page .solution-main .solution-list .solution-cont .solution-item .solution-btn {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  z-index: 5;
}
.solution-page .solution-title {
  text-align: center;
  line-height: 1;
  color: #221F1F;
  font-weight: 550;
}
.solution-page .solution-swiperbox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.solution-page .solution-swiperbox .swiperbox-tool {
  width: 685px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  background-image: url("/phone/images/38.png");
  background-position: left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 60px;
  transition: all 0.4s;
}
.solution-page .solution-swiperbox .swiperbox-tool .tool-main {
  padding: 0 112px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.solution-page .solution-swiperbox .swiperbox-tool .swiper-button-prev,
.solution-page .solution-swiperbox .swiperbox-tool .swiper-button-next {
  position: static;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1;
}
.solution-page .solution-swiperbox .swiperbox-tool .swiper-button-prev::after,
.solution-page .solution-swiperbox .swiperbox-tool .swiper-button-next::after {
  font-size: 16px;
  line-height: 1;
}
.solution-page .solution-swiperbox .swiperbox-tool .swiperbox-nums {
  color: #FFFFFF;
  padding: 0 0.3rem;
  font-size: 14px;
  line-height: 1;
}
.solution-page .solution-swiperbox .swiperbox-tool .swiperbox-nums .big {
  font-size: 18px;
}
.solution-page .solution-swiperbox .swiperbox-swiper {
  width: 100%;
  box-sizing: border-box;
}
.solution-page .solution-swiperbox .swiperbox-item {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(313/1000*100%);
  position: relative;
  transition: all 0.4s;
}
.solution-page .solution-swiperbox .swiperbox-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main .swiperbox-cont {
  color: #FFFFFF;
  max-width: 450px;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main .swiperbox-cont .v {
  line-height: 1;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main .swiperbox-cont .t1 {
  margin-top: 0.1rem;
  line-height: 1.7;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main .swiperbox-cont .t2 {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.28rem;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main .swiperbox-cont .swiperbox-btn {
  margin-top: 0.5rem;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main .swiperbox-cont .b-line {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  margin-top: 0.24rem;
}
.solution-page .solution-swiperbox .swiperbox-item .swiperbox-main .swiperbox-cont .b-line::after {
  content: "";
  width: 14px;
  height: 100%;
  background: #F01C21;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.solution-page .solution-goods {
  width: 100%;
  padding: 1.2rem 0 1.64rem;
  box-sizing: border-box;
}
.solution-page .solution-goods .richtext-cont {
  width: 100%;
  margin-top: 0.6rem;
  color: rgba(34, 31, 31, 0.7);
  line-height: 1.8;
}
.solution-page .solution-goods .richtext-cont img {
  width: 100%;
  height: auto;
  display: block;
}
.solution-page .solution-richtext {
  width: 100%;
  padding: 1rem 0 1.6rem;
  box-sizing: border-box;
}
.solution-page .solution-richtext .richtext-cont {
  width: 100%;
  margin-top: 0.8rem;
  color: rgba(34, 31, 31, 0.7);
  line-height: 1.8;
}
.solution-page .solution-richtext .richtext-cont img {
  width: 100%;
  height: auto;
  display: block;
}
.solution-page .solution-case {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #221F1F;
}
.solution-page .solution-case .gv-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.solution-page .solution-case .vbg-box {
  width: 100%;
  padding-top: calc(2500/1920*100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(190deg) translateX(calc(-80/1920*100%)) translateY(10%) scale(1) rotateY(180deg);
  opacity: 0.5;
  transition: all 0.4s;
  filter: blur(1px);
}
.solution-page .solution-case .vbg-box .vb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.solution-page .solution-case .vbg-box .vb-img.bg1 {
  background-image: url("/phone/images/v_x.png");
  z-index: 1;
  opacity: 1;
}
.solution-page .solution-case .vbg-box .vb-img.bg2 {
  background-image: url("/phone/images/v_h.png");
  opacity: 0;
}
.solution-page .solution-case .vbg-img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(190deg) translateX(-12px) translateY(322px) scale(1) rotateY(180deg);
  opacity: 0.5;
}
.solution-page .solution-case .case-cont {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.78rem 0 1.36rem;
  position: relative;
}
.solution-page .solution-case .case-cont .shape {
  background: linear-gradient(270deg, #F01C21, #B10112);
  width: 960px;
  height: calc(100% + 60px);
  max-height: 710px;
  position: absolute;
  top: -60px;
  right: -240px;
  z-index: 0;
  transform: skewX(-23deg);
}
.solution-page .solution-case .case-cont .case-mian {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
}
.solution-page .solution-case .case-cont .case-mian .case-lcont {
  flex: 1;
  margin-right: 0.9rem;
}
.solution-page .solution-case .case-cont .case-mian .case-lcont .t {
  color: #FFFFFF;
  font-weight: 550;
  line-height: 1.2;
}
.solution-page .solution-case .case-cont .case-mian .case-lcont .desc {
  width: 100%;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}
.solution-page .solution-case .case-cont .case-mian .case-pic {
  width: 49%;
  padding-top: calc(277/1000*100%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.solution-page .solution-case .richtext-box {
  width: 100%;
  padding: 1.2rem 0 2.8rem;
  box-sizing: border-box;
  transition: all 0.4s;
}
.solution-page .solution-case .richtext-box .cont {
  width: 100%;
  color: rgba(34, 31, 31, 0.7);
  line-height: 1.8;
}
.solution-page .solution-case .richtext-box .cont img {
  width: 100%;
  height: auto;
  display: block;
}
.solution-page .solution-peculiarity {
  width: 100%;
  box-sizing: border-box;
  background-color: #F0F0F0;
  background-image: url("/phone/images/product/bg15.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  margin-top: -100px;
}
.solution-page .solution-peculiarity::after {
  content: "";
  position: absolute;
  top: calc(-0.84rem + 2px);
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0.84rem;
  background-color: #F0F0F0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.solution-page .solution-peculiarity .peculiarity-list {
  width: 100%;
  box-sizing: border-box;
}
.solution-page .solution-peculiarity .peculiarity-list .peculiarity-main {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
  padding: 0.5rem 0 1.4rem;
}
.solution-page .solution-peculiarity .peculiarity-list .list {
  padding-top: 0.2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution-page .solution-peculiarity .peculiarity-list .list .peculiarity-item {
  width: 48.5%;
  padding: 0.44rem 0.44rem 0.5rem;
  box-sizing: border-box;
  display: flex;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 0.4rem;
  transition: all 0.4s;
}
.solution-page .solution-peculiarity .peculiarity-list .list .peculiarity-item .peculiarity-img {
  margin-right: 0.34rem;
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  display: block;
  box-shadow: 8px 13px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  transition: all 0.4s;
}
.solution-page .solution-peculiarity .peculiarity-list .list .peculiarity-item .title {
  line-height: 1.4;
  color: #221F1F;
  font-weight: 550;
}
.solution-page .solution-peculiarity .peculiarity-list .list .peculiarity-item .desc {
  color: rgba(34, 31, 31, 0.7);
  line-height: 1.75;
  margin-top: 0.2rem;
}
.solution-page .solution-peculiarity .peculiarity-video {
  width: 100%;
  padding: 1.2rem 0 1.4rem;
  transition: all 0.4s;
}
.solution-page .solution-peculiarity .peculiarity-video .peculiarity-info {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0.6rem 10px 10px;
  transition: all 0.4s;
}
.solution-page .solution-peculiarity .peculiarity-video .peculiarity-info::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #F01C21;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.solution-page .solution-peculiarity .peculiarity-video .peculiarity-info .video-box {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
  padding-top: calc(562/1000*100%);
}
.solution-page .solution-peculiarity .peculiarity-video .peculiarity-info .video-abs {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.solution-page .solution-peculiarity .peculiarity-video .peculiarity-info .video-peculiarity {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.about-page {
  width: 100%;
  box-sizing: border-box;
}
.about-page .about-title {
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  font-weight: 550;
}

.about-culture {
  width: 100%;
  padding: 1.4rem 0;
  box-sizing: border-box;
  position: relative;
  background-color: #221F1F;
}
.about-culture .gv-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.about-culture .vbg-box {
  width: 100%;
  padding-top: calc(2500/1920*100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(262deg) translateX(calc(1180/1920*100%)) translateY(16%) scale(1.2);
  opacity: 0.5;
  transition: all 0.4s;
  filter: blur(1px);
}
.about-culture .vbg-box .vb-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.4s;
}
.about-culture .vbg-box .vb-img.bg1 {
  background-image: url("/phone/images/v_x.png");
  z-index: 1;
  opacity: 1;
}
.about-culture .vbg-box .vb-img.bg2 {
  background-image: url("/phone/images/v_h.png");
  opacity: 0;
}
.about-culture .vbg-img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(262deg) translateX(calc(1180/1920*100%)) translateY(16%) scale(1.2);
  opacity: 0.3;
}
.about-culture .culture-list {
  width: 100%;
  margin-top: 0.44rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.about-culture .culture-list .swiper {
  flex: 1;
}
.about-culture .culture-list .swiper-button-prev,
.about-culture .culture-list .swiper-button-next {
  display: block !important;
  color: #FFFFFF;
  width: auto;
  height: auto;
  line-height: 1;
  position: static;
  margin: 0;
}
.about-culture .culture-list .swiper-button-prev::after,
.about-culture .culture-list .swiper-button-next::after {
  font-size: 34px;
  line-height: 1;
}
.about-culture .culture-list .swiper-button-prev {
  margin-right: 0.3rem;
}
.about-culture .culture-list .swiper-button-next {
  margin-left: 0.3rem;
}
.about-culture .culture-list .swiper-slide {
  width: 25%;
}
.about-culture .culture-list .culture-item {
  width: 100%;
  padding-top: calc(1512/1000*100%);
  position: relative;
}
.about-culture .culture-list .culture-item:hover .main .cbgs, .about-culture .culture-list .culture-item.on .main .cbgs {
  opacity: 1;
}
.about-culture .culture-list .culture-item .main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 50% 0.34rem 0;
  box-sizing: border-box;
  transition: all 0.4s;
}
.about-culture .culture-list .culture-item .main .cont {
  color: #FFFFFF;
  position: relative;
  z-index: 5;
}
.about-culture .culture-list .culture-item .main .cont .culture-icon {
  height: 54px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.about-culture .culture-list .culture-item .main .cont .culture-icon .icon {
  max-width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.about-culture .culture-list .culture-item .main .cont .title {
  line-height: 1.3;
  margin-top: 0.12rem;
  transition: all 0.4s;
}
.about-culture .culture-list .culture-item .main .cont .desc {
  line-height: 1.6;
  margin-top: 0.16rem;
  transition: all 0.4s;
}
.about-culture .culture-list .culture-item .main .cbgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
}
.about-culture .culture-list .culture-item .main .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  opacity: 0.35;
}

.about-business {
  width: 100%;
  box-sizing: border-box;
  padding: 0.9rem 0;
  box-sizing: border-box;
  position: relative;
  background-image: url("/phone/images/product/bg13.jpg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #E6E6E6;
}
.about-business .about-title {
  color: #221F1F;
}
.about-business .business-desc {
  max-width: 600px;
  margin: 0.3rem auto 0;
  line-height: 2;
  color: #333333;
  text-align: center;
}
.about-business .business-cont {
  width: 100%;
  color: #333333;
  margin-top: 0.4rem;
  line-height: 1.8;
}
.about-business .business-cont img {
  width: 100%;
  display: block;
  height: auto;
}

.about-friend {
  width: 100%;
  padding: 1rem 0 1.65rem;
  box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-friend .friend-desc {
  margin: 0.3rem auto 0;
  line-height: 1.8;
  color: #FFFFFF;
  text-align: center;
}
.about-friend .friend-list {
  width: 100%;
  padding-top: 0.35rem;
}
.about-friend .friend-list .friend-swiper {
  width: 100%;
}
.about-friend .friend-list .swiper-wrapper {
  width: 100%;
}
.about-friend .friend-list .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.about-friend .friend-list .friend-box {
  display: inline-block;
  padding: 0 8px;
  box-sizing: border-box;
  color: #FFFFFF;
  margin-top: 20px;
}
.about-friend .friend-list .friend-box:nth-child(2n) .item {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.about-friend .friend-list .friend-box .item {
  width: auto;
  height: auto;
  min-height: 50px;
  line-height: 1.4;
  background: rgba(240, 28, 33, 0.6);
  border-radius: 80px;
  padding: 0.15rem 0.47rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(240, 28, 33, 0.6);
}

.about-honor {
  width: 100%;
  padding: 1rem 0 1.65rem;
  box-sizing: border-box;
  position: relative;
  background-image: url("/phone/images/product/bg11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-honor .about-title {
  color: #221F1F;
}
.about-honor .honor-tab-swiper {
  width: 100%;
}
.about-honor .honor-tab-swiper .swiper-slide {
  display: inline-block;
  width: auto;
}
.about-honor .honor-tablist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.42rem;
}
.about-honor .honor-tablist .swiper-slide .honor-tab {
  margin-left: 20px;
}
.about-honor .honor-tablist .swiper-slide:first-child .honor-tab {
  margin-left: 0;
}
.about-honor .honor-tablist .honor-tab {
  display: inline-flex;
}
.about-honor .honor-parent {
  width: 100%;
}
.about-honor .honor-parent .honor-parent-slide {
  opacity: 0 !important;
}
.about-honor .honor-parent .honor-parent-slide.swiper-slide-active {
  opacity: 1 !important;
}
.about-honor .honor-list {
  width: 100%;
  box-sizing: border-box;
}
.about-honor .honor-main {
  width: 100%;
  padding-top: 0.5rem;
  position: relative;
  display: none;
}
.about-honor .honor-main.on {
  display: block;
}
.about-honor .honor-main .swiper-button-prev,
.about-honor .honor-main .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  line-height: 1;
  background-image: url("/phone/images/product/c29.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-honor .honor-main .swiper-button-prev.swiper-button-disabled,
.about-honor .honor-main .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.about-honor .honor-main .swiper-button-prev::after,
.about-honor .honor-main .swiper-button-next::after {
  font-size: 16px;
  line-height: 1;
}
.about-honor .honor-main .swiper-button-prev {
  color: #F01C21 !important;
  background-image: url("/phone/images/product/c30.png") !important;
  left: 1.4rem;
}
.about-honor .honor-main .swiper-button-next {
  right: 1.4rem;
}
.about-honor .honor-main .swiper-slide {
  display: inline-block;
  width: 410px;
  transform: scale(0.85);
  transition: all 0.4s;
  padding-top: 0.5rem;
}
.about-honor .honor-main .swiper-slide .honor-item .honor-pic::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.4s;
}
.about-honor .honor-main .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.about-honor .honor-main .swiper-slide.swiper-slide-active .honor-item .honor-pic::after {
  opacity: 0;
}
.about-honor .honor-main .honor-item {
  width: 100%;
}
.about-honor .honor-main .honor-item .honor-pic {
  width: 100%;
  background: #FFFFFF;
  border: 8px solid #E6E6E6;
  box-shadow: 0px 0.2rem 0.4rem 0px rgba(0, 0, 0, 0.25);
  padding: 12px;
  box-sizing: border-box;
  position: relative;
}
.about-honor .honor-main .honor-item .honor-pic .pic-box {
  padding-top: calc(704/1000*100%);
}
.about-honor .honor-main .honor-item .honer-title {
  text-align: center;
  color: #221F1F;
  margin-top: 0.3rem;
  line-height: 1.6;
}

.about-map {
  width: 100%;
  position: relative;
}
.about-map .map-main {
  width: 100%;
  height: 800px;
}
.about-map .map-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.about-map .map-cont .open {
  padding: 0.12rem;
  line-height: 1;
  color: #221F1F;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  pointer-events: auto;
}
.about-map .map-cont .open.on {
  opacity: 1;
  visibility: visible;
}
.about-map .map-cont .contact-box {
  width: 430px;
  background: #FFFFFF;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  padding: 0.55rem 0.5rem 0;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
  pointer-events: auto;
}
.about-map .map-cont .contact-box.hide {
  opacity: 0;
  visibility: hidden;
}
.about-map .map-cont .contact-box .title {
  color: #221F1F;
  line-height: 1;
}
.about-map .map-cont .contact-box .desc {
  color: #656565;
  line-height: 2;
  margin-top: 0.3rem;
  min-height: 280px;
}
.about-map .map-cont .contact-box .close {
  padding: 0.32rem;
  line-height: 1;
  color: #AAAAAA;
  display: inline-block;
  margin-left: -0.32rem;
  cursor: pointer;
}
.about-map .map-cont .contact-box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url("/phone/images/product/C20.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 118px;
  height: 44px;
  transition: all 0.4s;
}

.about-info {
  width: 100%;
  background-color: #B10112;
  position: relative;
  z-index: 10;
}
.about-info::after {
  content: "";
  position: absolute;
  top: -83px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 84px;
  background-color: #B10112;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.about-info .container {
  z-index: 5;
}
.about-info .info-main {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 5;
}
.about-info .info-main .info-left {
  flex: 1;
  background-color: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  transform: translateY(-80px);
  position: relative;
  z-index: 5;
  height: auto;
  padding-bottom: calc(48/1000*100%);
}
.about-info .info-main .info-left .cont {
  width: 100%;
  padding: 0.6rem 0.5rem 0.5rem;
  box-sizing: border-box;
}
.about-info .info-main .info-left .title {
  color: #221F1F;
  line-height: 1;
  font-weight: 550;
}
.about-info .info-main .info-left .desc {
  color: #656565;
  line-height: 1.8;
  margin-top: 0.3rem;
}
.about-info .info-main .info-left .showbg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: calc(98/1000*100%);
}
.about-info .info-main .info-right {
  position: relative;
  width: 720px;
  padding-bottom: 0.75rem;
}
.about-info .info-main .info-right .cbgs {
  width: 70%;
  padding-top: calc(700/1000*100%);
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translate(-50%, -60%);
  opacity: 0.15;
  z-index: 1;
}

.info-num-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 0.75rem;
}
.info-num-box .right-item {
  width: 30%;
  box-sizing: border-box;
  margin-top: 0.75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  padding-left: 0.7rem;
  display: flex;
}
.info-num-box .right-item:nth-child(3n+1) {
  width: 40%;
}
.info-num-box .right-item .num-box {
  line-height: 1;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: -1px;
  font-weight: normal;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.info-num-box .right-item .num-box .big {
  font-size: 50px;
}
.info-num-box .right-item .line {
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  margin-top: 0.2rem;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.info-num-box .right-item .line::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.info-num-box .right-item .t {
  margin-top: 0.2rem;
  line-height: 1.4;
  font-size: 14px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-serivce {
  width: 100%;
  background-color: #1A1919;
}
.contact-serivce .index-contact {
  background-image: none;
  padding: 1rem 0 2rem;
}
.contact-serivce .index-contact .contact-form .contact-btn {
  background-image: url("/phone/images/25_2.png");
}
.contact-serivce .index-contact .contact-form .contact-btn .t {
  color: #221F1F;
}

.search-page {
  width: 100%;
  box-sizing: border-box;
  background-color: #1A1919;
  padding-top: 0.6rem;
}
.search-page .search-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-bottom: 2px;
}
.search-page .search-input {
  flex: 1;
  height: 48px;
  line-height: 1;
  background-color: transparent;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.search-page .search-btn {
  width: 128px;
  height: 48px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #F01C21;
  margin-left: 0.3rem;
  border-radius: 4px;
}

.showimg-props {
  width: 100%;
  height: calc(100vh / var(--vhdata));
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.showimg-props.on {
  opacity: 1;
  visibility: visible;
  z-index: 200;
}
.showimg-props .showimg-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.showimg-props .close-button {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.showimg-props .close-button:before,
.showimg-props .close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%) rotate(45deg);
}
.showimg-props .close-button:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.showimg-props .showimg-main {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 700px;
}
.showimg-props .showimg-main .showimg-img {
  width: 100%;
  height: auto;
  display: block;
}

.caseview-temp {
  width: 100%;
  background: #F0F0F0;
  border: 1px solid #F01C21;
  padding: 0.38rem 0.45rem;
}
.caseview-temp .pic {
  width: 45px;
  height: 45px;
  background: linear-gradient(270deg, #F01C21, #B10112);
  border-radius: 50%;
  overflow: hidden;
}
.caseview-temp .pic .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.caseview-temp .title {
  color: #F01C21;
  font-size: 30px;
  font-weight: 550;
  margin-top: 0.1rem;
}
.caseview-temp .desc {
  color: #202020;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 0.2rem;
}

.aseview-j {
  margin: 0.25rem 0.45rem;
  width: 25px !important;
  height: auto;
  display: block;
}

.nodata {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

@media only screen and (min-width: 768px) {
  .join-page .join-main .join-table .join-tr-box:hover .join-tr {
    background: #FFFFFF;
    color: #221F1F;
    border-bottom: 1px solid white;
  }

  #good-page .good-more .more-cont .more-item:hover {
    border: 1px solid black;
    background-color: #000000;
  }
  #good-page .good-more .more-cont .more-item:hover .more-abs {
    opacity: 1;
  }
}
/* =========

	通用上下页

 ========= */
.allpage {
  font-size: 0;
  margin-top: 0.5rem;
}

.allpage .all-item {
  width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.allpage .item {
  width: 100%;
  height: 38px;
  line-height: 38px;
  transition: all 0.4s;
}

.allpage .item.prev {
  padding-right: 70px;
  text-align: right;
}

.allpage .item.next {
  padding-left: 70px;
  text-align: left;
}

.allpage .item .word {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: var(--fz16);
  color: #cbcbcb;
  font-family: "ziti2";
  position: relative;
}

.allpage .item.prev .word {
  padding-left: 40px;
}

.allpage .item.prev .word:before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #a2a5a8 transparent transparent #a2a5a8;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}

.allpage .item.prev .word:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #a2a5a8;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.allpage .item.next .word {
  padding-right: 40px;
}

.allpage .item.next .word:before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #a2a5a8 transparent transparent #a2a5a8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -moz-transform: rotate(135deg);
  /* Firefox */
  -webkit-transform: rotate(135deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(135deg);
  /* Opera */
}

.allpage .item.next .word:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #a2a5a8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 601px) {
  .allpage .item:hover {
    background-color: #F01C21;
  }

  .allpage .item:hover .word {
    color: #fff;
  }

  .allpage .item.prev:hover .word:before {
    border-color: #fff transparent transparent #fff;
  }

  .allpage .item.prev:hover .word:after {
    background-color: #fff;
  }

  .allpage .item.next:hover .word:before {
    border-color: #fff transparent transparent #fff;
  }

  .allpage .item.next:hover .word:after {
    background-color: #fff;
  }
}