.sect-1 {
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
  display: none;
}
.sect-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sect-1 .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 52px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
.sect-1 .txt .content {
  margin: 0 200px;
}
.sect-2 {
  display: none;
  margin: 30px auto;
  width: calc(100% - 30px);
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #F2F2F2;
  line-height: 3;
}
.sect-2 a {
  width: auto;
}
.sect-3 {
  margin: 30px auto;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sect-3 .txt {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
}
.sect-3 .txt .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.sect-3 .btn {
  width: 130px;
  height: 40px;
  flex-shrink: 0;
  margin-left: 30px;
  background: #8A2424;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}
.sect-3 .btn img {
  width: 12px;
  height: auto;
  margin-right: 10px;
  display: block;
}
.sect-4 {
  margin: 30px auto;
  width: calc(100% - 30px);
}
.sect-4 .cate-box {
  display: flex;
  background: #F8F8F8;
  height: 74px;
}
.sect-4 .cate-box .item {
  width: 235px;
  height: 74px;
  border-radius: 0px 0px 0px 0px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s linear;
  cursor: pointer;
}
.sect-4 .cate-box .item:hover {
  background: #8A2424;
  color: #fff;
}
.sect-4 .cate-box .act {
  background: #8A2424;
  color: #fff;
}
.sect-4 .intro .base-content {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  line-height: 34px;
  margin: 30px 0;
}
.sect-4 .intro .base-content .tit {
  color: #222;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}
.sect-4 .intro .base-content img {
  max-width: 100%;
  height: auto;
}
.sect-4 .intro .setup {
  display: flex;
  flex-wrap: wrap;
}
.sect-4 .intro .setup .s-items {
  width: 100%;
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
.sect-4 .intro .setup .s-items .s-item {
  width: fit-content;
  height: 74px;
  transition: all 0.3s linear;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  padding: 0 15px;
  cursor: pointer;
}
.sect-4 .intro .setup .s-items .s-item:hover {
  background: #8A2424;
  color: #fff;
}
.sect-4 .intro .setup .s-items .act {
  background: #8A2424;
  color: #fff;
}
.sect-4 .intro .setup .slogan {
  flex-grow: 1;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  line-height: 34px;
}
.sect-4 .intro .setup .slogan .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid #8A2424;
  line-height: 3;
  margin-bottom: 30px;
}
.sect-4 .intro .setup .details {
  flex-basis: 100%;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #606060;
  line-height: 34px;
}
.sect-4 .intro .setup .details .tit {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sect-5 {
  border-top: 1px solid #333;
  padding-top: 30px;
  margin: 30px auto 100px;
  width: calc(100% - 30px);
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
.sect-5 .item {
  background-color: #fff;
  box-shadow: 6px 6px 12px 1px rgba(207, 207, 207, 0.23);
}
.sect-5 .item img {
  width: 100%;
  aspect-ratio: 48/28.5;
  object-fit: cover;
  display: block;
}
.sect-5 .item .txt {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .sect-1 {
    aspect-ratio: 6/1;
    display: block;
  }
  .sect-2 {
    display: flex;
  }
  .sect-3 .btn {
    display: flex;
  }
  .sect-5 {
    margin: 30px auto 100px;
    width: calc(100% - 30px);
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .sect-5 .item {
    background-color: #fff;
    box-shadow: 6px 6px 12px 1px rgba(207, 207, 207, 0.23);
  }
  .sect-5 .item img {
    width: 100%;
    aspect-ratio: 48/28.5;
    object-fit: cover;
    display: block;
  }
  .sect-5 .item .txt {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .sect-1 {
    aspect-ratio: 192/30;
  }
  .sect-2 {
    width: 962px;
  }
  .sect-3 {
    margin: 30px auto;
    width: 962px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sect-3 .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
  }
  .sect-3 .txt .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
  }
  .sect-3 .btn {
    width: 120px;
    height: 50px;
    flex-shrink: 0;
    margin-left: 40px;
    background: #8A2424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
  }
  .sect-3 .btn img {
    width: 14px;
    height: auto;
    margin-right: 10px;
    display: block;
  }
  .sect-4 {
    width: 962px;
  }
  .sect-5 {
    width: 962px;
  }
}
@media (min-width: 1200px) {
  .sect-2 {
    width: 1170px;
  }
  .sect-3 {
    margin: 30px auto;
    width: 1170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sect-3 .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
  }
  .sect-3 .txt .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin-bottom: 10px;
  }
  .sect-3 .btn {
    width: 180px;
    height: 56px;
    flex-shrink: 0;
    margin-left: 60px;
    background: #8A2424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
  }
  .sect-3 .btn img {
    width: 14px;
    height: auto;
    margin-right: 10px;
    display: block;
  }
  .sect-4 {
    width: 1170px;
  }
  .sect-5 {
    width: 1170px;
  }
}
@media (min-width: 1520px) {
  .sect-2 {
    width: 1490px;
  }
  .sect-3 {
    margin: 30px auto;
    width: 1490px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sect-3 .txt {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 34px;
  }
  .sect-3 .txt .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
  }
  .sect-3 .btn {
    width: 230px;
    height: 74px;
    flex-shrink: 0;
    margin-left: 100px;
    background: #8A2424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
  }
  .sect-3 .btn img {
    width: 20px;
    height: auto;
    margin-right: 10px;
    display: block;
  }
  .sect-4 {
    margin: 30px auto;
    width: 1490px;
  }
  .sect-4 .cate-box {
    display: flex;
    background: #F8F8F8;
    height: 74px;
  }
  .sect-4 .cate-box .item {
    width: 235px;
    height: 74px;
    border-radius: 0px 0px 0px 0px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: all 0.3s linear;
    cursor: pointer;
  }
  .sect-4 .cate-box .item:hover {
    background: #8A2424;
    color: #fff;
  }
  .sect-4 .cate-box .act {
    background: #8A2424;
    color: #fff;
  }
  .sect-4 .intro .base-content {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 34px;
    margin: 30px 0;
  }
  .sect-4 .intro .base-content .tit {
    color: #222;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
  }
  .sect-4 .intro .setup {
    display: flex;
    flex-wrap: wrap;
  }
  .sect-4 .intro .setup .s-items {
    width: 15%;
    flex-shrink: 0;
    margin-right: 30px;
    display: block;
  }
  .sect-4 .intro .setup .s-items .s-item {
    width: 100%;
    height: 74px;
    transition: all 0.3s linear;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    padding: 0;
  }
  .sect-4 .intro .setup .s-items .s-item:hover {
    background: #8A2424;
    color: #fff;
  }
  .sect-4 .intro .setup .s-items .act {
    background: #8A2424;
    color: #fff;
  }
  .sect-4 .intro .setup .slogan {
    flex-grow: 1;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 34px;
  }
  .sect-4 .intro .setup .slogan .tit {
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #8A2424;
    line-height: 3;
    margin-bottom: 30px;
  }
  .sect-4 .intro .setup .details {
    flex-basis: 100%;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #606060;
    line-height: 34px;
  }
  .sect-4 .intro .setup .details .tit {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .sect-5 {
    margin: 30px auto 100px;
    width: 1490px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .sect-5 .item {
    background-color: #fff;
    box-shadow: 6px 6px 12px 1px rgba(207, 207, 207, 0.23);
  }
  .sect-5 .item img {
    width: 100%;
    aspect-ratio: 48/28.5;
    object-fit: cover;
    display: block;
  }
  .sect-5 .item .txt {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding: 20px 30px;
  }
}
/*# sourceMappingURL=cursedetail.css.map */