.swiper-full {
    height: 100vh;
}

.swiper .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    transition: all .5s;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 1);
}

.swiper .swiper-pagination.swiper-pagination-bullets {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.section {
    background-color: #010101;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section1-box {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section1-box .section-title {
    font-size: 10.6667vmin;
    font-weight: bold;
    color: #FFFFFF;
}

.section1-box .section-subtitle {
    font-size: 3.7333vmin;
    color: #FFFFFF;
    padding: 4vmin 0;
}

.section1-box .btn-play {
    width: 18.6667vmin;
    height: 8vmin;
    background: rgba(15, 18, 20, .7);
    border-radius: 4vmin;
    margin-top: 8vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.2vmin;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    outline: none;
    cursor: pointer;
}

.section1-box .btn-play::before {
    content: "";
    background-image: url(../../images/icon-play.png);
    background-size: 100% 100%;
    width: 2.6667vmin;
    height: 2.9333vmin;
    margin-right: 2vmin;
    flex-shrink: 0;
}

.section1-box .section-btn {
    padding-top: 6vmin;
}

.btn-more {
    width: 29.3333vmin;
    height: 8vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--theme-color);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4vmin;
    font-size: 3.2vmin;
    font-weight: 400;
    color: #FFFFFF;
}


.section2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding-bottom: 20vmin;
}

.section2-box {
    padding: 0 9.6vmin 4vmin 4vmin;
}

.section2-box .section-title {
    font-size: 8vmin;
    color: #FFFFFF;
    padding: 4vmin 0 6.6667vmin;
}

.section2-box .section-subtitle {
    font-size: 3.7333vmin;
    color: #FFFFFF;
}

.section2-box .section-desc {
    font-size: 3.2vmin;
    color: #FFFFFF;
    line-height: 6.4vmin;
}

.section2-box .section-btn {
    padding-top: 16vmin;
}

.section3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20vmin;
}

.section3-box {
    padding: 0 9.6vmin 4vmin 9vmin;
}

.section3-box .section3-title {
    font-size: 8vmin;
    color: #FFFFFF;
    padding: 4vmin 0 6.6667vmin;
}

.section3-box .section3-subtitle {
    font-size: 3.7333vmin;
    color: #FFFFFF;
}

.section3-box .section3-desc {
    font-size: 3.2vmin;
    color: #FFFFFF;
    line-height: 6.4vmin;
}

.section3-box .section-btn {
    padding-top: 10vmin;
}

.section4-box {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 4vmin;
}

.section4-box .list .item {
    background: #1B1E24;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    position: relative;
	flex-direction: column;
}

.section4-box .list .item+.item {
    margin-top: 4vmin;
}

.section4-box .list .item .img>img {
    width: 100%;
    object-fit: cover;
}

.section4-box .list .item .detail {
    flex: 1;
    padding:0 2.6667vmin;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section4-box .list .item .detail .item-title {
    font-size: 4.2667vmin;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
	padding:1vmin 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section4-box .list .item .detail .item-props {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.4667vmin;
    color: #999EAD;
	padding-bottom: 1vmin;
}

.section4-box .list .item .detail .item-props .prop {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.section4-box .list .item .detail .item-props .prop-views::before {
    content: "";
    width: 4vmin;
    height: 2.9333vmin;
    background-image: url(../../images/icon-views.png);
    background-size: cover;
    margin-right: 1.2vmin;
}

.section4-box .section-btn {
    padding-top: 11.2vmin;
    display: flex;
    justify-content: center;
    justify-content: center;
}

.section5-box {
    height: 100vh;
    padding: 13.3333vmin 4vmin 13.3333vmin;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section5-box .list {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.section5-box .list .item {
    width: 40vmin;
    margin-right: 4vmin;
    margin-bottom: 4vmin;
    background-color: #1B1E24;
}

.section5-box .list .item:nth-child(2n) {
    margin-right: 0;
}

.section5-box .list .item .img>img {
    width: 100%;
    object-fit: cover;
}

.section5-box .list .item .detail {
    padding: 2.6667vmin;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 38.8vmin;
}

.section5-box .list .item:nth-child(1) .detail {
    background-image: url(../../images/1.png);
}

.section5-box .list .item:nth-child(2) .detail {
    background-image: url(../../images/2.png);
}

.section5-box .list .item:nth-child(3) .detail {
    background-image: url(../../images/3.png);
}

.section5-box .list .item:nth-child(4) .detail {
    background-image: url(../../images/4.png);
}

.section5-box .list .item .detail .item-title {
    font-size: 4.2667vmin;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 4.8vmin;
    height: 9.6vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section5-box .list .item .detail .item-desc {
    font-size: 3.2vmin;
    color: #FFFFFF;
    line-height: 4.8vmin;
    height: 14.4vmin;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10vmin;
}

.section5-box .section-btn {
    padding-top: 2vmin;
    display: flex;
    justify-content: center;
    justify-content: center;
}

.section6-box .swiper6 {
    height: 100vh;
}

.section6-box .swiper6 img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.section6-box .swiper6 .swiper-button-prev {
    width: 9.0667vmin;
    height: 9.0667vmin;
    border-radius: 50%;
    background-image: url(../../images/icon-prev.png);
    background-size: cover;
    background-position: center center;
    left: 4vmin;
}

.section6-box .swiper6 .swiper-button-prev::after {
    content: "";
}

.section6-box .swiper6 .swiper-button-prev.swiper-button-disabled {
    background-image: url(../../images/icon-prev-disabled.png);
    opacity: 1;
}

.section6-box .swiper6 .swiper-button-next {
    width: 9.0667vmin;
    height: 9.0667vmin;
    border-radius: 50%;
    background-image: url(../../images/icon-next.png);
    background-size: cover;
    background-position: center center;
    right: 4vmin;
}

.section6-box .swiper6 .swiper-button-next::after {
    content: "";
}

.section6-box .swiper6 .swiper-button-next.swiper-button-disabled {
    background-image: url(../../images/icon-next-disabled.png);
    opacity: 1;
}

.section6-box .swiper6 .swiper-button-prev:focus,.section6-box .swiper6 .swiper-button-next:focus{
	outline:none;
}

.section7-box {
    height: 100vh;
    padding: 13.3333vmin 4vmin 13.3333vmin;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.section7-box .logo {
    height: 18.6667vmin;
    margin: 0 auto;
}

.section7-box .flex-item {
    height: 10.6667vmin;
    background: #1B1E24;
    border: 1px solid #2F333B;
    border-radius: 5.3333vmin;
    margin-top: 2.6667vmin;
    display: flex;
    align-items: center;
    padding: 0 4vmin;
    justify-content: space-between;
}

.section7-box .flex-item .img {
    width: 6vmin;
    height: auto;
}

.section7-box .flex-item .value {
    font-size: 4.2667vmin;
    color: #FFFFFF;
    margin-left: 1.6vmin;
    flex: 1;
}

.section7-box .flex-item.link::after {
    content: "";
    width: 0;
    height: 0;    
    border-left: 2vmin solid #999EAD;
    border-top: 1vmin solid transparent;
    border-right: 1vmin solid transparent;
    border-bottom: 1vmin solid transparent;
}

.section7-box .join {
    height: 21.3333vmin;
    border-radius: 2.6667vmin;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2.6667vmin;
    padding: 0 5.3333vmin;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section7-box .join .btn-join {
    width: 42.6667vmin;
    height: 10.6667vmin;
    background: #D80000;
    border-radius: 5.3333vmin;
    font-size: 4.2667vmin;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section7-box .copyright {
    font-size: 2.9333vmin;
    color: #eee;
    line-height: 4.8vmin;
    text-align: center;
    padding-top: 4vmin;
}

.section8 {
	height:auto;
}

.section8-box {
    padding: 13.3333vmin 4vmin 0;
    display:flex;
	flex-direction:column;
	justify-content:center;
}

.section8-box .list .item{
    margin-bottom:4vmin;
	display:block;
}

.section8-box .list .item:last-child{
	margin-bottom:0;
}

.section8-box .list .item .item-title{
    color:#fff;
    font-size: 4vmin;
    padding:3vmin 2vmin;
    background: #1B1E24;
}

.section8-box .section-btn{
	margin-top:10vmin;
}

#swiper-class,#swiper-link,#swiper-case{
	height:100%;
	background: #000;
}

#swiper-class .swiper-slide,#swiper-link .swiper-slide,#swiper-case .swiper-slide{
	height:auto;
}

.section9-box {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 13.3333vmin 4vmin 13.3333vmin;
}
.form-box {
  padding: 6.6666vmin 4vmin;
}

.form-box .form-box-title {
  padding:0 0 4vmin 2.6666vmin;
  display: flex;
  align-items: baseline;
}

.form-box .form-box-title .title {
  font-size: 5.6vmin;
  position: relative;
  padding-right: 2.6666vmin;
  color: #ffffff;
}

.form-box .form-box-title .title::after {
  position: absolute;
  right: 0rpx;
  content: "";
  top: 0rpx;
  width: 1.6vmin;
  height: 1.6vmin;
  border: 3px solid #D62719;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.form-box .input-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1B1E24;
  border: 1px solid #2F333B;
  border-radius: 5.3333vmin;
  padding: 0 4.6666vmin 0 4vmin;
  transition: all .5s;
  position: relative;
}

.form-box .input-cell img {
  position: absolute;
	left: 2.6666vmin;
	top: 2.6666vmin;
	width: 5.3333vmin;
	height: 5.3333vmin;
}

.form-box .input-cell.active {
  border: 1px solid #fff;
}

.form-box .input-cell+.input-cell {
  margin-top: 4vmin;
}

.form-box .input-cell input {
  height: 10.6666vmin;
  font-size: 4.2666vmin;
  flex: 1;
  color: #ffffff;
  border: none;
  outline: none;
  background: none;
  padding-left: 5.6666vmin;
}

.form-box .input-cell textarea {
  height: 26.6666vmin;
  font-size: 4.2666vmin;
  flex: 1;
  color: #ffffff;
  border: none;
  outline: none;
  padding-left: 5.6666vmin;
  background: none;
  padding-top: 2.6666vmin;
}

.form-box .input-cell input.input-ph {
  color: #999EAD;
}

.btn-login {
  height: 10.6666vmin;
  line-height: 10.6666vmin;
  background: #FC2F20;
  border-radius: 5.3333vmin;
  border-color: #FC2F20;
  font-size: 4.2666vmin;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 5.3333vmin;
  width: 100%;
}