html,
body {
  background-color: #F4F5F8;
}

.home-box .banner-box {
  width: 100%;
  padding: 98px 0 0px;
  box-sizing: border-box;
  background-color: #000;
  height: 778px;
  overflow: hidden;
  position: relative;
}
.home-box .banner-box .left {
  position: relative;
  padding-top: 80px;
  box-sizing: border-box;
}
.home-box .banner-box .left .text-content {
  position: relative;
  z-index: 2;
}
.home-box .banner-box .left .text-content .tips {
  color: #ccc;
  margin-top: 36px;
  font-size: 13px;
}
.home-box .banner-box .left .text-content h1 {
  font-size: 54px;
  color: var(--p-color);
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.home-box .banner-box .left .text-content .desc {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 85px;
}
.home-box .banner-box .left .text-content .go-login {
  padding: 12px 45px;
  border-radius: 26px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: var(--p-color);
  color: var(--title-color);
  width: fit-content;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.25s ease-in-out;
}
.home-box .banner-box .left .text-content .go-login:hover {
  border-color: var(--p-color);
  background-color: #000;
  color: #fff;
}
.home-box .banner-box .left .text-content .go-login .free {
  position: absolute;
  right: -65px;
  top: -52px;
  width: 118px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../images/home/tip_bg.png") no-repeat 0 0/cover;
  color: var(--c333-color);
  padding-bottom: 8px;
  box-sizing: border-box;
  animation: freeAm 4s ease-in-out infinite forwards;
  transform: rotate(15deg);
}
@keyframes freeAm {
  75% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(5deg);
  }
  85% {
    transform: rotate(15deg);
  }
  90% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.home-box .banner-box .left .text-content .go-login .free .num {
  font-size: 20px;
  color: #ff7c58;
  font-weight: 550;
  margin-right: 4px;
}
.home-box .banner-box .left .text-content .go-login .right-i {
  font-size: 18px;
  margin-right: 6px;
  animation: cMove 0.5s infinite ease-in-out alternate;
}
@keyframes cMove {
  0% {
    transform: translate(-4px);
  }
  100% {
    transform: translate(1px);
  }
}
.home-box .banner-box .left .text-content .tip-d {
  margin-top: 60px;
}
.home-box .banner-box .left .text-content .tip-d .tip-item {
  text-align: center;
  margin-right: 24px;
  padding-right: 24px;
  position: relative;
}
.home-box .banner-box .left .text-content .tip-d .tip-item::after {
  content: "";
  background: #8c8c8c;
  position: absolute;
  width: 1px;
  height: 36px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.home-box .banner-box .left .text-content .tip-d .tip-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.home-box .banner-box .left .text-content .tip-d .tip-item:last-child::after {
  display: none;
}
.home-box .banner-box .left .text-content .tip-d .tip-item .t1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  color: #fff;
}
.home-box .banner-box .left .text-content .tip-d .tip-item .t2 {
  color: #bfbfbf;
  font-size: 12px;
}
.home-box .banner-box .video-box {
  position: absolute;
  top: 0;
  right: -300px;
}
.home-box .chose-box {
  padding-bottom: 100px;
  box-sizing: border-box;
}
.home-box .chose-box .tab-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 40px;
}
.home-box .chose-box .tab-list .tab-item {
  margin-left: 20px;
  margin-top: 20px;
  background: #fff;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #ebf0f4, #e7f0f1);
  border-radius: 8px;
  padding: 35px 35px 12px;
  width: 590px;
  box-sizing: border-box;
  position: relative;
}
.home-box .chose-box .tab-list .tab-item img {
  width: 100%;
}
.home-box .chose-box .tab-list .tab-item .tab-t {
  color: #161616;
  font-size: 22px;
  font-weight: 600;
}
.home-box .chose-box .tab-list .tab-item .tab-d {
  color: #595959;
  font-size: 15px;
  line-height: 22px;
  margin-top: 12px;
}
.home-box .chose-box .tab-list .tab-item-list {
  display: flex;
}
.home-box .chose-box .tab-list .tab-item-list .tab-item-2 {
  width: 285px;
}
.home-box .chose-box .tab-list .tab-item-list .tab-item-2 img {
  width: 285px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-box .sub-desc {
  margin-top: 80px;
  backdrop-filter: blur(1px);
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
.home-box .sub-desc .sub-item {
  flex: 1;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 16px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-box .sub-desc .sub-item .price {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #3341be, #ff7171);
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 24px;
  position: absolute;
  right: 14px;
  top: 13px;
  width: 66px;
}
.home-box .sub-desc .sub-item .t-img {
  width: 64px;
  margin-right: 0px;
}
.home-box .sub-desc .sub-item:last-child {
  margin-right: 0;
}
.home-box .sub-desc .sub-item .title {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 550;
  display: flex;
  align-items: center;
}
.home-box .sub-desc .sub-item .d-text {
  font-size: 16px;
  color: var(--g-color);
}
.home-box .h2-t {
  font-size: 36px;
  padding-top: 80px;
  text-align: center;
  color: var(--title-color);
  letter-spacing: 2px;
}
.home-box .h3-t {
  font-size: 20px;
  text-align: center;
  color: var(--c666-color);
  letter-spacing: 1px;
}
.home-box .sec-box {
  padding-bottom: 100px;
  background-color: #fff;
}
.home-box .sec-box .trans-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 40px;
}
.home-box .sec-box .trans-list .trans-item {
  border-radius: 8px;
  overflow: hidden;
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
}
.home-box .sec-box .trans-list .trans-item .tool-btn-item .el-icon-right {
  transition: all 0.26s ease-in-out;
}
.home-box .sec-box .trans-list .trans-item .tool-btn-item:hover {
  opacity: 0.9;
}
.home-box .sec-box .trans-list .trans-item .tool-btn-item:hover .el-icon-right {
  transform: translateX(3px);
}
.home-box .sec-box .trans-list .trans-1 {
  width: 590px;
  height: 200px;
  padding: 22px 24px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background: url("../../images/home/t_bg_1.png") no-repeat 0 0/cover;
}
.home-box .sec-box .trans-list .trans-1:hover .tool-btn-list {
  transform: translateY(0);
}
.home-box .sec-box .trans-list .trans-1 .tool-btn-list {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to top, #000, #000 20%, transparent);
  height: 120px;
  transform: translateY(120px);
  transition: all 0.26s ease-in-out;
}
.home-box .sec-box .trans-list .trans-1 .tool-btn-list .tool-btn-item {
  width: 268px;
  font-size: 16px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.home-box .sec-box .trans-list .trans-1 .tool-btn-list .tool-btn-item .el-icon-right {
  margin-left: 10px;
}
.home-box .sec-box .trans-list .trans-1 .title {
  font-size: 24px;
  font-weight: 500;
  color: #ebd8ae;
  position: relative;
  width: fit-content;
}
.home-box .sec-box .trans-list .trans-1 .title .new-i {
  position: absolute;
  height: 26px;
  width: 42px;
  top: 4px;
  right: -50px;
}
.home-box .sec-box .trans-list .trans-1 .desc-w {
  display: flex;
}
.home-box .sec-box .trans-list .trans-1 .desc {
  margin-top: 16px;
  font-size: 14px;
  color: #9ca1a7;
  line-height: 20px;
}
.home-box .sec-box .trans-list .trans-1 .c-img {
  width: 154px;
  position: relative;
  top: -25px;
}
.home-box .sec-box .trans-list .trans-1 .tool-btn-item-1 {
  background: linear-gradient(90deg, #EBD8AE 0%, #DBB27C 100%);
  color: #12141D;
}
.home-box .sec-box .trans-list .trans-1 .tool-btn-item-2 {
  color: #EBD8AE;
  border: 1px solid #EBD8AE;
  background-color: #242833;
  box-sizing: border-box;
  margin-left: 20px;
}
.home-box .sec-box .trans-list .trans-2 {
  position: relative;
  width: 285px;
  height: 200px;
  background: linear-gradient(180deg, #F6F7F9 0%, #FFFFFF 100%);
  box-shadow: 0 2px 4px #2c47922b;
  border-radius: 8px;
  border: 1px solid #F5F7F9;
  box-sizing: border-box;
  padding: 22px 24px;
  box-sizing: border-box;
  position: relative;
}
.home-box .sec-box .trans-list .trans-2:hover .tool-btn-list {
  transform: translateY(0);
}
.home-box .sec-box .trans-list .trans-2 .title {
  font-size: 24px;
  color: var(--title-color);
}
.home-box .sec-box .trans-list .trans-2 .tag {
  color: #00bce0;
  border: 1px solid #00bce0;
  background-color: rgba(0, 188, 224, 0.1);
  box-sizing: border-box;
  padding: 0px 3px;
  box-sizing: border-box;
  border-radius: 3px;
  width: fit-content;
  font-size: 12px;
  margin-top: 10px;
}
.home-box .sec-box .trans-list .trans-2 .img-2 {
  width: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.home-box .sec-box .trans-list .trans-2 .desc-2 {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 14px;
  width: 75%;
  line-height: 22px;
  color: var(--title-color);
  padding-left: 10px;
  box-sizing: border-box;
  min-height: 44px;
}
.home-box .sec-box .trans-list .trans-2 .desc-2::before {
  content: "";
  width: 3px;
  border-radius: 2px;
  height: 14px;
  background-color: var(--c-bg);
  position: absolute;
  left: 0;
  top: 4px;
}
.home-box .sec-box .trans-list .trans-2 .tool-btn-list {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(to top, white, white 44px, transparent);
  height: 120px;
  transform: translateY(120px);
  transition: all 0.26s ease-in-out;
}
.home-box .sec-box .trans-list .trans-2 .tool-btn-list .tool-btn-item {
  width: 120px;
  font-size: 16px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
.home-box .sec-box .trans-list .trans-2 .tool-btn-list .tool-btn-item .el-icon-right {
  margin-left: 10px;
}
.home-box .sec-box .trans-list .trans-2 .tool-btn-list .tool-btn-item-1 {
  background: #00C875;
  color: #fff;
}
.home-box .sec-box .trans-list .trans-2 .tool-btn-list .tool-btn-item-2 {
  color: #00C875;
  border: 1px solid #00C875;
  background-color: #fff;
  box-sizing: border-box;
  margin-left: 20px;
}
.home-box .sec-box .trans-list .trans-3 .tag {
  color: #eab350;
  border: 1px solid #eab350;
  background-color: rgba(234, 179, 80, 0.1);
}
.home-box .sec-box .trans-list .trans-4 .tag {
  color: #7a73ff;
  border: 1px solid #7a73ff;
  background-color: rgba(122, 115, 255, 0.1);
}
.home-box .sec-box .trans-list .trans-5 .tag {
  color: rgba(22, 119, 255, 0.9);
  border: 1px solid rgba(22, 119, 255, 0.9);
  background-color: rgba(22, 119, 255, 0.1);
}
.home-box .sec-box .trans-list .trans-6 {
  width: 590px;
}
.home-box .sec-box .trans-list .trans-6 .tag {
  color: #ff962a;
  border: 1px solid #ff962a;
  background-color: rgba(255, 150, 42, 0.1);
}
.home-box .sec-box .trans-list .trans-6 .tool-btn-list .tool-btn-item {
  width: 268px;
}
.home-box .third-box {
  background: url("../../images/home/map_bg.png") no-repeat 0 0/cover;
  padding-bottom: 90px;
  box-sizing: border-box;
}
.home-box .third-box .desc-box {
  margin-top: 40px;
  margin-left: -20px;
  display: flex;
  flex-wrap: wrap;
}
.home-box .third-box .d-item {
  width: 224px;
  height: 220px;
  background: #fff;
  border: 1px solid #f5f7f9;
  border-radius: 8px;
  font-size: 19px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  color: var(--title-color);
  margin-left: 20px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.home-box .third-box .d-item:hover .shadow-box {
  opacity: 1;
}
.home-box .third-box .d-item .shadow-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.15s ease-in-out;
}
.home-box .third-box .d-item .shadow-box .buy-btn {
  padding: 12px 45px;
  border-radius: 26px;
  font-size: 16px;
  box-sizing: border-box;
  background-color: var(--p-color);
  color: var(--title-color);
  width: fit-content;
}
.home-box .third-box .d-item .shadow-box .buy-btn .el-icon-right {
  transition: all 0.26s ease-in-out;
}
.home-box .third-box .d-item .shadow-box .buy-btn:hover {
  opacity: 0.9;
}
.home-box .third-box .d-item .shadow-box .buy-btn:hover .el-icon-right {
  transform: translateX(3px);
}
.home-box .third-box .d-item .c-img {
  width: 140px;
}
.home-box .four-box {
  background-color: #16171B;
}
.home-box .four-box .h2-t {
  color: #fff;
}
.home-box .four-box .h3-t {
  color: #bfbfbf;
}
.home-box .four-box .cover-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.home-box .four-box .cover-desc .c-item {
  text-align: center;
  margin-right: 130px;
}
.home-box .four-box .cover-desc .c-item:last-child {
  margin-right: 0;
}
.home-box .four-box .cover-desc .c-item .num {
  font-size: 34px;
  font-weight: 500;
  color: var(--p-color);
}
.home-box .four-box .cover-desc .c-item .d-text {
  color: #8c8c8c;
  font-size: 16px;
}
.home-box .four-box .btn-w {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.home-box .four-box .buy-btn {
  padding: 12px 45px;
  border-radius: 26px;
  font-size: 20px;
  box-sizing: border-box;
  background-color: var(--p-color);
  color: var(--title-color);
  width: fit-content;
}
.home-box .four-box .buy-btn .el-icon-right {
  transition: all 0.26s ease-in-out;
}
.home-box .four-box .buy-btn:hover {
  opacity: 0.9;
}
.home-box .four-box .buy-btn:hover .el-icon-right {
  transform: translateX(3px);
}
.home-box .four-box .map-bg {
  width: 100%;
  height: 586px;
  background: url("../../images/home/map_bg_2.png") no-repeat 0 0/cover;
}
.home-box .four-box .map-bg .map-cover .map-list {
  background: #26272c;
  border-radius: 8px;
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 24px;
  padding-right: 0;
  box-sizing: border-box;
  width: fit-content;
  width: 850px;
  box-shadow: 0 2px 12px 0 #b5a7a7c4;
}
.home-box .four-box .map-bg .map-cover .map-list .map-w {
  margin-left: -25px;
  margin-top: -25px;
  display: flex;
  flex-wrap: wrap;
}
.home-box .four-box .map-bg .map-cover .map-list .map-item {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-top: 25px;
}
.home-box .four-box .map-bg .map-cover .map-list .map-item .c-img {
  margin-right: 10px;
  width: 40px;
}
.home-box .four-box .map-bg .map-cover .map-list .map-item .title {
  font-size: 12px;
  color: #bfbfbf;
  min-width: 95px;
  text-align: center;
}
.home-box .four-box .map-bg .map-cover .map-list .map-item .num {
  font-size: 12px;
  text-align: center;
  color: #8c8c8c;
}
.home-box .five-box {
  background-color: #fff;
  height: 790px;
  overflow: hidden;
  position: relative;
}
.home-box .five-box .t-bg {
  width: 550px;
  height: 500px;
  background: url("../../images/home/trans_bg.png") no-repeat 0 0/cover;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
}
.home-box .five-box .t-bg .t-logo {
  width: 210px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-box .five-box .t-bg .text-content {
  margin-top: 10px;
  text-align: center;
}
.home-box .five-box .t-bg .text-content .price {
  color: var(--c666-color);
  font-size: 19px;
}
.home-box .five-box .t-bg .fy-1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.home-box .five-box .t-bg .fy-1 .c-img {
  width: 120px;
}
.home-box .five-box .t-bg .fy-2 {
  position: absolute;
  left: -40px;
  top: 100px;
}
.home-box .five-box .t-bg .fy-2 .c-w {
  color: #0F2B46;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
}
.home-box .five-box .t-bg .fy-2 .c-img {
  width: 41px;
  margin-right: 8px;
}
.home-box .five-box .t-bg .fy-3 {
  position: absolute;
  right: -40px;
  top: 105px;
}
.home-box .five-box .t-bg .fy-3 .c-img {
  width: 120px;
}
.home-box .five-box .t-bg .fy-4 {
  position: absolute;
  left: 0px;
  top: 370px;
}
.home-box .five-box .t-bg .fy-4 .c-w {
  color: #0F2B46;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
}
.home-box .five-box .t-bg .fy-4 .c-img {
  width: 41px;
  margin-right: 8px;
}
.home-box .five-box .t-bg .fy-5 {
  position: absolute;
  right: 0px;
  top: 378px;
}
.home-box .five-box .t-bg .fy-5 .c-img {
  width: 120px;
}
.home-box .six-box {
  margin-bottom: 100px;
}
.home-box .six-box .container {
  width: 1080px;
}
.home-box .six-box .cus-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.home-box .six-box .cus-swiper .slide-inner {
  padding: 10px;
  box-sizing: border-box;
}
.home-box .six-box .cus-swiper .slide-inner .inner {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 2px #2c47922b;
  padding: 32px;
  box-sizing: border-box;
  min-height: 380px;
}
.home-box .six-box .cus-swiper .slide-inner .inner .c-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.home-box .six-box .cus-swiper .slide-inner .inner .u-name {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--title-color);
}
.home-box .six-box .cus-swiper .slide-inner .inner .desc {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: var(--c333-color);
}
.home-box .six-box .s-button {
  cursor: pointer;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.home-box .six-box .s-button-prev {
  left: -88px;
  transform: translateY(-50%) rotate(180deg);
}
.home-box .six-box .s-button-next {
  right: -88px;
}