/*  aspect-ratio: 1 / 0.377; */

.home-first {
  margin-top: 88px;
  width: 100%;
  height: 542px;
  background: url('../assets/home/home-first-1920.png') center center no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.3s;
}

.home-first .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-first .content h1 {
  margin: 0;
  line-height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #e02f43;
  font-family: 'RZYZK', auto;
}

.home-first .content h2 {
  margin: 0;
  line-height: 50px;
  margin-top: 23px;
  font-size: 36px;
  font-weight: 600;
  margin-top: 23px;
  margin-bottom: 23px;
}

.home-first .content h3 {
  margin: 0;
  height: 24px;
  line-height: 24px;
  margin-top: 23px;
  font-size: 18px;
  font-weight: 600;
}

.home-first .infomation {
  width: 1112px;
  margin: 0 auto;
  height: 80px;
  padding: 44px;
  background: var(--el-color-primary);
  border-radius: 4px;
  position: absolute;
  bottom: -66px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.home-first .infomation .item {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-right: 1px solid white;
}

.home-first .infomation .item:last-child {
  border-right: none;
}

.home-first .infomation .item .item-left {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  transition: all 0.3s;
}

.home-first .infomation .item:hover .item-left {
  transform: scale(1.2);
}

.home-first .infomation .item .item-right {
  display: flex;
  flex-direction: column;
}

.home-first .infomation .item .item-right .title {
  line-height: 25px;
  font-size: 18px;
}

.home-first .infomation .item .item-right .number {
  margin-top: 10px;
  line-height: 44px;
  font-family: 'NumberFont600', auto;
  font-size: 32px;
  font-weight: 600;
}

.home-second {
  width: 100%;
  padding-bottom: 80px;
}

.home-second .content {
  width: 1200px;
  margin: 0 auto;
  padding-top: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-second .content .item {
  width: 400px;
  height: 516px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.home-second .content .item:hover {
  background: #f3f5fb;
}

.home-second .content .item:hover .item-top .arrow {
  transform: rotateZ(0deg);
}

.home-second .content .item:last-child {
  border-right: 1px solid #cccccc;
}

.home-second .content .item .item-top {
  line-height: 33px;
  padding: 24px 20px 24px 30px;
  border-bottom: 1px solid #cccccc;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-second .content .item .item-top .title {
  background: linear-gradient(to right, #e02f43 0%, #720707 100%);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  -webkit-background-clip: text;
}

.home-second .content .item .item-top .arrow {
  width: 32px;
  height: 32px;
  color: white;
  background: #cb5361;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateZ(-45deg);
  transition: all 0.3s;
  cursor: pointer;
}

.home-second .content .item .item-bottom .icon {
  width: 160px;
  height: 160px;
  margin: 20px;
}

.home-second .content .item .item-bottom .tags {
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
}

.home-second .content .item .item-bottom .tag {
  padding: 5px 12px;
  margin-top: 10px;
  margin-right: 8px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  color: #e02f43;
  border: 1px solid #e02f43;
}

.home-second .content .item .item-bottom .des {
  margin: 20px;
  width: 350px;
  height: 160px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
}

.home-third {
  width: 100%;
  background: #f3f5fb;
}

.home-third .content {
  width: 1142px;
  margin: 0 auto;
  padding: 0 29px;
  padding-bottom: 80px;
}

.home-third .content .main-title {
  line-height: 50px;
  padding-top: 80px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.home-third .content .sub-title {
  height: 31px;
  line-height: 31px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.home-third .content .content-box {
  margin-top: 39px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.home-third .content .content-box .item {
  width: 360px;
  border-radius: 20px;
  transition: all 0.3s;
}

.home-third .content .content-box .item:hover {
  box-shadow: 0px 4px 8px 0px rgba(204, 46, 69, 0.1);
}

.home-third .content .content-box .item:hover .title img {
  transform: scale(1.1);
}

.home-third .content .content-box .item .item-top {
  position: relative;
  height: 154px;
  padding: 43px 32px;
  border-radius: 20px;
  color: white;
  background: #cc2e45;
  z-index: 1;
}

.home-third .content .content-box .item .title {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.home-third .content .content-box .item .title img {
  transition: all 0.3s;
}

.home-third .content .content-box .item .title span:nth-child(2) {
  margin-left: 18px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 600;
}

.home-third .content .content-box .item .title span:nth-child(3) {
  margin-left: 18px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 600;
}

.home-third .content .content-box .item .bar-content {
  width: 100%;
  height: 4px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-third .content .content-box .item .bar {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.home-third .content .content-box .item .des {
  width: 294px;
  margin-top: 17px;
  font-size: 16px;
  font-weight: 400;
}

.home-third .content .content-box .item .item-options {
  height: 257px;
  margin-top: -20px;
  padding-top: 47px;
  padding-left: 36px;
  border-radius: 10px;
  background: #ffffff;
}

.home-third .content .content-box .item .item-options .option {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}

.home-third .content .content-box .item .item-options .check {
  display: block;
  width: 30px;
  height: 20px;
  background: url('../assets/home/home-third-check.png') center center no-repeat;
  background-size: 100% 100%;
}

.home-third .content .content-box .item .item-options .item-title {
  height: 22px;
  margin-left: 16px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #e02f43;
}

.home-fourth {
  width: 100%;
  aspect-ratio: 1 / 0.317;
  background: url('../assets/home/home-fourth.png') center center no-repeat;
  background-size: cover;
  position: relative;
}

.home-fourth .main-title {
  line-height: 50px;
  padding-top: 80px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.home-fourth .sub-title {
  line-height: 31px;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.home-fourth .content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 47px;
  padding-bottom: 120px;
}

.home-fourth .content-in {
  width: 806px;
  position: relative;
  margin-left: 62px;
  padding: 31px 34px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.home-fourth .content-in .left {
  width: 247px;
  margin-right: 34px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ea9fa8;
}

.home-fourth .content-in .left span {
  width: 142px;
  padding: 36px 34px;
  font-size: 18px;
  color: #333333;
}

.home-fourth .content-in .left .active {
  color: #ffffff;
  border-radius: 4px;
  background: #e02f43;
  transition: all 0.3s;
}

.home-fourth .content-in .right {
  padding-top: 19px;
}

.home-fourth .content-in .right .title {
  line-height: 33px;
  font-size: 24px;
  color: #333333;
}

.home-fourth .content-in .right .bar {
  width: 100px;
  height: 3px;
  background: #e02f43;
  margin: 20px 0;
}

.home-fourth .content-in .right .des {
  width: 363px;
  height: fit-content;
  min-height: 72px;
  font-size: 18px;
  color: #333333;
}

.home-fourth .content-in .right .source {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
}

.home-fourth .content-in .right .source .source-case {
  width: 146px;
  padding: 10px;
  margin-right: 24px;
  border: 1px solid rgba(51, 51, 51, 0.3);
}

.home-fourth .content-in .right .source .source-case .source-case-title {
  line-height: 25px;
  font-size: 18px;
  color: #333333;
}

.home-fourth .content-in .right .source .source-case .source-case-num {
  height: 33px;
  line-height: 33px;
  margin-top: 2px;
  font-family: 'NumberFont600', auto;
  font-size: 24px;
  color: #333333;
}

.home-fourth .content-in .phone-case {
  position: absolute;
  right: -180px;
  top: -50px;
  width: 226px;
  height: 480px;
}

.home-fourth .content-in .phone-case img {
  border-radius: 30px;
}

.home-fifth {
  width: 100%;
  padding-bottom: 80px;
}

.home-fifth .content {
  width: 1200px;
  height: 610px;
  margin: 0 auto;
  padding-top: 114px;
  border-radius: 10px;
  background: url('../assets/home/home-fifth-back.png') center center no-repeat;
  background-size: 100% 100%;
}

.home-fifth .content .bottom {
  width: 1200px;
  height: 610px;
  border-radius: 10px;
  position: relative;
}

.home-fifth .content .bottom .bottom-in {
  width: 468px;
  height: 440px;
  padding: 80px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.home-fifth .content .bottom .bottom-in .title {
  height: 44px;
  line-height: 44px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}

.home-fifth .content .bottom .bottom-in .des {
  margin: 50px 0;
  font-size: 18px;
  line-height: 45px;
  color: #ffffff;
}

.home-fifth .content .bottom .bottom-in .btn {
  width: 104px;
  line-height: 24px;
  padding: 15px 25px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.home-fifth .content .bottom .bottom-in .btn:hover {
  color: rgba(224, 47, 67, 0.8);
  background: white;
  cursor: pointer;
}

.home-fifth .content .bottom .bottom-in .btn span:nth-child(1) {
  margin-right: 8px;
}

.home-fifth .content .bottom .bottom-in .btn span:nth-child(2) {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 24px;
}

.home-fifth2 {
  width: 100%;
  display: none;
}

.home-fifth2 .content {
  width: calc(100% - 120px);
  padding: 40px 60px 80px 60px;
}

.home-fifth2 .content .content-in {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  background: url('../assets/home/home-fifth-back.png') center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.home-fifth2 .content .content-in .content-case {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(50% - 40px);
  height: calc(80% - 64px);
  padding: 32px 20px;
  color: white;
}

.home-fifth2 .content .content-in .content-case .title {
  font-size: 32px;
  height: 88px;
}

.home-fifth2 .content .content-in .content-case .des {
  font-size: 18px;
  height: 120px;
  line-height: 40px;
  margin-top: 1vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-fifth2 .content .content-in .content-case .btn {
  width: 104px;
  line-height: 24px;
  padding: 15px 20px;
  margin-top: 2vh;
  font-size: 18px;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: absolute;
  bottom: 32px;
  left: 20px;
}

.home-fifth2 .content .content-in .content-case .btn:hover {
  color: rgba(224, 47, 67, 0.8);
  background: white;
  cursor: pointer;
}

.home-fifth2 .content .content-in .content-case .btn span:nth-child(1) {
  margin-right: 8px;
}

.home-fifth2 .content .content-in .content-case .btn span:nth-child(2) {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 24px;
}

.home-fifth3 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.home-fifth3 .content {
  width: calc(100% - 60px);
  margin: 0 auto;
  aspect-ratio: 1.5 / 1;
  background: url('../assets/home/home-fifth-back.png') center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.home-fifth3 .content .content-case {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(54% - 20px);
  height: calc(80% - 10px);
  padding: 10px 5px;
  color: white;
}

.home-fifth3 .content .content-case .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.home-fifth3 .content .content-case .des {
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  margin-top: 1vh;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-fifth3 .content .content-case .btn {
  width: 90px;
  line-height: 24px;
  padding: 2px 8px;
  margin-top: 1vh;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  position: absolute;
  bottom: 20px;
  left: 5px;
}

.home-fifth3 .content .content-case .btn:hover {
  color: rgba(224, 47, 67, 0.8);
  background: white;
  cursor: pointer;
}

.home-fifth3 .content .content-case .btn span:nth-child(1) {
  margin-right: 8px;
}

.home-fifth3 .content .content-case .btn span:nth-child(2) {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 24px;
}

.home-sixth {
  width: 100%;
}

.home-sixth .content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 79px;
}

.home-sixth .content .main-title {
  width: 100%;
  height: 120px;
  font-size: 36px;
  font-weight: 600;
  background: #f5f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-sixth .content .type-case {
  display: flex;
  align-items: flex-start;
}

.home-sixth .content .type-case .type-item {
  width: 25%;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.home-sixth .content .type-case .type-item:first-child {
  border-left: 1px solid #e0e0e0;
}

.home-sixth .content .type-case .type-item .type-title {
  width: 100%;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.home-sixth .content .type-case .type-item .type-imgs {
  width: 100%;
  height: 87px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-sixth .content .type-case .type-item .type-imgs .image-case {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 48px;
}

.home-eighth {
  width: 100%;
}

.home-eighth .main-title {
  padding-top: 80px;
  line-height: 50px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #333333;
}

.home-eighth .content {
  width: 987px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
}

.home-eighth .content .left {
  width: calc(50% - 55px);
  padding: 24px 17px;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.home-eighth .content .left:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.home-eighth .content .left .image {
  height: 249px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-eighth .content .left .title {
  margin-top: 12px;
  margin-left: 18px;
  line-height: 25px;
  font-size: 18px;
  color: #333333;
}

.home-eighth .content .left .sub {
  margin-top: 12px;
  margin-left: 18px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}

.home-eighth .content .left .btn {
  margin-top: 30px;
  width: 214px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.home-eighth .content .left .btn:active {
  opacity: 0.8;
}

.home-eighth .content .left .btn:hover div:nth-child(1) {
  transform: rotateZ(360deg);
}

.home-eighth .content .left .btn div:nth-child(1) {
  width: 48px;
  height: 48px;
  margin-right: 14px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #e02f43;
  z-index: 1;
  transition: all 0.3s;
}

.home-eighth .content .left .btn div:nth-child(2) {
  width: 166px;
  height: 48px;
  line-height: 48px;
  padding-left: 38px;
  font-size: 14px;
  color: #e02f43;
  position: absolute;
  left: 24px;
  top: 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.home-eighth .content .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.home-eighth .content .right .item {
  width: 219px;
  margin-right: 20px;
  margin-bottom: 8px;
  padding: 12px 9px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
}

.home-eighth .content .right .item:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

/* 双数 */
.home-eighth .content .right .item:nth-child(even) {
  margin-right: 0;
}

.home-eighth .content .right .item .image {
  width: 100%;
  height: 125px;
}

.home-eighth .content .right .item .timer {
  margin-top: 5px;
  margin-left: 11px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #e02f43;
}

.home-eighth .content .right .item .des {
  margin-top: 3px;
  margin-left: 11px;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}

@media screen and (max-width: 1440px) {
  .home-first {
    height: 540px;
  }
}

@media screen and (max-width: 1200px) {
  .home-first {
    height: fit-content;
    aspect-ratio: 1 / 0.377;
  }

  .home-first .content {
    width: 100%;
  }

  .home-first .content h1 {
    font-size: 24px;
    padding-left: 60px;
  }

  .home-first .content h2 {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 60px;
  }

  .home-first .content h3 {
    width: 295px;
    font-size: 18px;
    line-height: 21px;
    padding-left: 60px;
  }

  .home-first .infomation {
    width: calc(100% - 88px);
    height: 190px;
    bottom: -278px;
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }

  .home-first .infomation .item {
    border-right: none;
  }

  .home-first .infomation .item:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }

  .home-first .infomation .item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  .home-first .infomation .item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
  }

  .home-first .infomation .item .item-right .number {
    font-size: 24px;
    line-height: 33px;
  }

  .home-second {
    padding-bottom: 98px;
  }

  .home-second .content {
    width: calc(100% - 100px);
    padding-top: 358px;
    flex-direction: column;
  }

  .home-second .content .item {
    width: 100%;
    height: 483px;
    border-right: 1px solid #cccccc;
  }

  .home-second .content .item .item-bottom .des {
    width: calc(100% - 40px);
  }

  .home-third .content {
    width: calc(100% - 120px);
  }

  .home-third .content .content-box {
    margin-top: 40px;
    flex-direction: column;
  }

  .home-third .content .content-box .item {
    width: 100%;
    border-radius: 0;
  }

  .home-third .content .content-box .item .item-top {
    padding: 40px 30px;
    border-radius: 0;
  }

  .home-third .content .content-box .item .title {
    margin-top: 0;
  }

  .home-third .content .content-box .item .bar-content {
    width: 199px;
    display: block;
    padding-left: 159px;
  }

  .home-third .content .content-box .item .item-options {
    height: fit-content;
    padding-left: 30px;
    padding-bottom: 40px;
  }

  .home-third .content .content-box .item .item-options .option:last-child {
    margin-bottom: 0;
  }

  .home-fourth .content {
    width: calc(100% - 120px);
    margin-top: 45px;
    padding-bottom: 83px;
  }

  .home-fourth .content-in {
    width: calc(100% - 60px);
    margin-left: 0;
    padding: 30px;
  }

  .home-fourth .content-in .right .des {
    width: 100%;
  }

  .home-fourth .content-in .phone-case {
    display: none;
  }

  .home-fifth {
    display: none;
  }

  .home-fifth2 {
    display: block;
  }

  .home-fifth3 {
    display: none;
  }

  .home-sixth .content {
    width: calc(100% - 120px);
    padding-bottom: 41px;
  }

  .home-sixth .content .main-title {
    width: 100%;
    margin: 0 auto;
  }

  .home-sixth .content .type-case {
    flex-wrap: wrap;
  }

  .home-sixth .content .type-case .type-item {
    width: calc(50% - 2px);
  }

  .home-sixth .content .type-case .type-item:nth-child(3) {
    border-left: 1px solid #e0e0e0;
  }

  .home-eighth .main-title {
    padding-top: 40px;
  }

  .home-eighth .content {
    width: calc(100% - 150px);
    margin-top: 40px;
    padding-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }

  .home-eighth .content .left {
    width: calc(100% - 34px);
    margin-right: 0;
  }

  .home-eighth .content .left .image {
    aspect-ratio: 2.3176 / 1;
    height: fit-content;
  }

  .home-eighth .content .right {
    margin-top: 41px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 20px;
  }

  .home-eighth .content .right .item {
    width: calc(100% - 24px);
    margin-right: 0;
    margin-bottom: 0px;
    padding: 15px 12px;
  }

  .home-eighth .content .right .item:nth-child(2) {
    margin-right: 20px;
  }

  .home-eighth .content .right .item .image {
    aspect-ratio: 1.752 / 1;
    height: fit-content;
  }
}

@media screen and (max-width: 750px) {
  .home-first {
    margin-top: 44px;
    height: fit-content;
    aspect-ratio: 1 / 0.4;
  }

  .home-first .content h1 {
    font-size: 12px;
    line-height: 17px;
    padding-left: 30px;
  }

  .home-first .content h2 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 20px;
    padding-left: 30px;
  }

  .home-first .content h3 {
    width: 180px;
    font-size: 12px;
    line-height: 14px;
    padding-left: 30px;
  }

  .home-first .infomation {
    width: calc(100% - 44px);
    height: 120px;
    bottom: -164px;
    padding: 22px;
  }

  .home-first .infomation .item {
    justify-content: flex-start;
  }

  .home-first .infomation .item:nth-child(odd) {
    padding-left: 11px;
    padding-right: 39px;
  }

  .home-first .infomation .item:nth-child(even) {
    padding-left: 38px;
    padding-right: 38px;
  }

  .home-first .infomation .item .item-left {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }

  .home-first .infomation .item .item-right {
    justify-content: space-between;
  }

  .home-first .infomation .item .item-right .title {
    font-size: 12px;
    line-height: 17px;
  }

  .home-first .infomation .item .item-right .number {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }

  .home-first .infomation .item:nth-child(1) .item-right .number {
    margin-bottom: 9px;
  }

  .home-first .infomation .item:nth-child(2) .item-right .number {
    margin-bottom: 9px;
  }

  .home-first .infomation .item:nth-child(3) .item-right .title {
    margin-top: 9px;
  }

  .home-first .infomation .item:nth-child(4) .item-right .title {
    margin-top: 9px;
  }

  .home-second {
    padding-bottom: 20px;
  }

  .home-second .content {
    width: calc(100% - 60px);
    padding-top: 192px;
  }

  .home-second .content .item {
    height: fit-content;
  }

  .home-second .content .item .item-top {
    font-size: 14px;
    padding: 12px 16px;
  }

  .home-second .content .item .item-top .arrow {
    width: 20px;
    height: 20px;
  }

  .home-second .content .item .item-bottom .icon {
    margin-top: 12px;
    margin-bottom: 16px;
    margin-left: 10px;
  }

  .home-second .content .item .item-bottom .tags {
    margin-left: 10px;
  }

  .home-second .content .item .item-bottom .tag {
    font-size: 12px;
    padding: 4px 10px;
  }

  .home-second .content .item .item-bottom .des {
    margin-left: 10px;
    margin-top: 16px;
    width: 295px;
    height: 65px;
    line-height: 16px;
    font-size: 12px;
  }

  .home-third .content {
    width: calc(100% - 60px);
    padding-bottom: 20px;
  }

  .home-third .content .main-title {
    padding-top: 21px;
    font-size: 18px;
    line-height: 25px;
  }

  .home-third .content .sub-title {
    font-size: 12px;
    line-height: 16px;
  }

  .home-third .content .content-box {
    margin-top: 15px;
  }

  .home-third .content .content-box .item .item-top {
    padding: 12px 15px;
  }

  .home-third .content .content-box .item .title img {
    width: 20px;
    height: 20px;
  }

  .home-third .content .content-box .item .title span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
  }

  .home-third .content .content-box .item .title span:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
  }

  .home-third .content .content-box .item .bar-content {
    width: 116px;
    padding-left: 81px;
    margin-top: 10px;
  }

  .home-third .content .content-box .item .bar {
    width: 20px;
    height: 2px;
  }

  .home-third .content .content-box .item .des {
    width: 269px;
    height: 34px;
    line-height: 17px;
    font-size: 12px;
    margin-top: 9px;
  }

  .home-third .content .content-box .item .item-options {
    padding: 24px 17px;
    margin-top: 0;
    border-radius: 0;
  }

  .home-third .content .content-box .item .item-options .option {
    margin-bottom: 20px;
  }

  .home-third .content .content-box .item .item-options .check {
    width: 15px;
    height: 10px;
  }

  .home-third .content .content-box .item .item-options .item-title {
    font-size: 12px;
    line-height: 17px;
    margin-left: 5px;
  }

  .home-fourth .main-title {
    padding-top: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .home-fourth .sub-title {
    font-size: 12px;
    line-height: 16px;
  }

  .home-fourth .content {
    width: calc(100% - 60px);
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .home-fourth .content-in {
    width: calc(100% - 30px);
    padding: 15px;
  }

  .home-fourth .content-in .left {
    width: 120px;
    margin-right: 17px;
  }

  .home-fourth .content-in .left span {
    width: 71px;
    padding: 26px 17px;
    font-size: 12px;
  }

  .home-fourth .content-in .right .title {
    font-size: 14px;
    line-height: 20px;
  }

  .home-fourth .content-in .right .bar {
    width: 50px;
    margin: 5px 0;
  }

  .home-fourth .content-in .right .des {
    width: 144px;
    font-size: 12px;
  }

  .home-fourth .content-in .right .source {
    margin-top: 5px;
  }

  .home-fourth .content-in .right .source .source-case {
    width: 56px;
    height: 57px;
    padding: 5px;
    margin-right: 5px;
  }

  .home-fourth .content-in .right .source .source-case .source-case-title {
    font-size: 12px;
    line-height: 17px;
  }

  .home-fourth .content-in .right .source .source-case .source-case-num {
    font-size: 14px;
    line-height: 20px;
  }

  .home-fifth2 {
    display: none;
  }

  .home-fifth3 {
    display: block;
  }

  .home-sixth .content {
    width: calc(100% - 60px);
    padding-bottom: 20px;
  }

  .home-sixth .content .main-title {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    padding: 18px 0;
  }

  .home-sixth .content .type-case .type-item .type-title {
    height: 40px;
    font-size: 12px;
  }

  .home-sixth .content .type-case .type-item .type-imgs {
    height: 42px;
  }

  .home-sixth .content .type-case .type-item .type-imgs .image-case {
    width: 65px;
    height: 24px;
  }

  .home-eighth .main-title {
    font-size: 18px;
    padding-top: 20px;
  }

  .home-eighth .content {
    width: calc(100% - 60px);
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .home-eighth .content .left {
    width: calc(100% - 16px);
    padding: 15px 8px;
  }

  .home-eighth .content .left .title {
    font-size: 12px;
    margin-left: 0;
    line-height: 17px;
  }

  .home-eighth .content .left .sub {
    font-size: 12px;
    margin-left: 0;
    margin-top: 5px;
    line-height: 17px;
  }

  .home-eighth .content .left .btn {
    margin-top: 10px;
  }

  .home-eighth .content .left .btn div:nth-child(1) {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .home-eighth .content .left .btn div:nth-child(2) {
    width: 145px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-left: 20px;
    left: 15px;
  }

  .home-eighth .content .right {
    gap: 12px;
    margin-top: 12px;
  }

  .home-eighth .content .right .item .timer {
    margin-left: 0;
    font-size: 12px;
  }

  .home-eighth .content .right .item .des {
    margin-left: 0;
    font-size: 12px;
  }
}
