.common-title-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.common-title-wrap .main-title {
  font-size: 59px;
  font-family: MiSans, MiSans-Medium;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1.18px;
  line-height: 65px;
}
.common-title-wrap .sub-title {
  font-size: 24px;
  font-family: Aldrich, Aldrich-Regular;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.48px;
  margin-top: 24px;
  box-sizing: border-box;
}
.common-title-wrap:after {
  content: '';
  display: block;
  width: 1186px;
  height: 136px;
  background: url('../images/title-bg.png') no-repeat center center / contain;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}
#top-nav {
  background: linear-gradient(to right, #ee0934 0%, #1230f7 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  z-index: 100;
}
#top-nav .top-nav-content {
  width: 1092px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top-nav .top-nav-content ul {
  display: flex;
  height: 100%;
}
#top-nav .top-nav-content ul li {
  width: 143px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}
#top-nav .top-nav-content ul li a {
  font-size: 22px;
  font-family: MiSans, MiSans-Medium;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 2.15px;
  position: relative;
}
#top-nav .top-nav-content ul li:hover {
  background: linear-gradient(0deg, rgba(241, 68, 68, 0.54) 0%, rgba(245, 90, 90, 0) 100%);
  border-bottom: 4px solid #fff;
}
#top-nav .top-nav-content ul li:hover a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* 左边框透明 */
  border-right: 10px solid transparent;
  /* 右边框透明 */
  border-top: 7px solid white;
  /* 上边框白色，创建三角形 */
  bottom: -15px;
  /* 定位在容器下方 */
  left: 50%;
  /* 水平居中 */
  transform: translateX(-50%);
  /* 微调位置 */
}
#top-nav .top-nav-content .appraising-btn {
  width: 149px;
  height: 53px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-family: MiSans, MiSans-Demibold;
  font-weight: normal;
  color: #cb0f0f;
  letter-spacing: 0.43px;
  cursor: pointer;
}
#banner {
  width: 100%;
  height: 982px;
  padding-top: 82px;
  box-sizing: border-box;
}
#banner .banner-content {
  width: 100%;
  height: 900px;
  background: url("../images/banner_0513.png") no-repeat center top / cover;
}
#intro-lights {
  width: 100%;
  height: 1674px;
  background: url("../images/intro-lights-bg.png") no-repeat center top / cover;
}
#intro-lights .intro-lights-wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 90px;
}
#intro-lights .intro-lights-wrap .intro {
  margin-top: 120px;
  margin-bottom: 91px;
  box-sizing: border-box;
}
#intro-lights .intro-lights-wrap .intro p {
  text-indent: 2em;
  font-size: 24px;
  font-family: MiSans, MiSans-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 0.48px;
}
#intro-lights .intro-lights-wrap .intro p:first-child {
  background: url('../images/red-start.png') no-repeat 2em 0;
}
#intro-lights .intro-lights-wrap .lights {
  width: 100%;
  margin-top: 130px;
  box-sizing: border-box;
}
#intro-lights .intro-lights-wrap .lights .light-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  box-sizing: border-box;
}
#intro-lights .intro-lights-wrap .lights .light-item .light-sub-item {
  width: 578.5px;
  height: 256px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 33px;
  padding-top: 30px;
  padding-right: 28px;
  box-sizing: border-box;
}
#intro-lights .intro-lights-wrap .lights .light-item .light-sub-item .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#intro-lights .intro-lights-wrap .lights .light-item .light-sub-item .left {
  z-index: 1;
}
#intro-lights .intro-lights-wrap .lights .light-item .light-sub-item .right {
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 29px;
  box-sizing: border-box;
}
#intro-lights .intro-lights-wrap .lights .light-item .light-sub-item .right .title {
  font-size: 30px;
  font-family: MiSans, MiSans-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
  box-sizing: border-box;
  z-index: 1;
}
#intro-lights .intro-lights-wrap .lights .light-item .light-sub-item .right .desc {
  font-size: 21px;
  font-family: MiSans, MiSans-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 32px;
  z-index: 1;
}
#intro-lights .intro-lights-wrap .lights .light-item:last-child {
  margin-bottom: 0;
}
#prize {
  width: 100%;
  height: 1128px;
  background: url("../images/prize-bg.png") no-repeat center top / cover;
  padding-top: 50px;
  box-sizing: border-box;
}
#prize .prize-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#prize .prize-wrap .prize-tab {
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
  box-sizing: border-box;
}
#prize .prize-wrap .prize-tab li {
  width: 401px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 33px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #D2AC83;
  letter-spacing: 0.66px;
  background: url('../images/prize/tab_02.png') no-repeat;
  cursor: pointer;
}
#prize .prize-wrap .prize-tab li.active {
  color: #441111;
  background: url('../images/prize/tab_01.png') no-repeat;
}
#prize .prize-wrap .prize-items-wrap {
  margin-top: 50px;
  box-sizing: border-box;
}
#prize .prize-wrap .prize-items-wrap .prize-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  /* 水平居中 */
  width: 800px;
  margin: 0 auto;
}
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item {
  height: 640px;
}
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item .prize-item-content {
  position: relative;
  height: 590px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item .prize-item-content .prize-title {
  padding-top: 120px;
  box-sizing: border-box;
  font-size: 24px;
  font-family: MiSans, MiSans-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 0.48px;
  z-index: 1;
}
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item .prize-item-content .prize-title:after {
  content: '';
  display: block;
  width: 279px;
  height: 266px;
  background: url('../images/prize/light_star_n.png') no-repeat center center / contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item .prize-item-content .desc {
  padding: 0 60px;
  margin-top: 100px;
  box-sizing: border-box;
  font-size: 22px;
  font-family: MiSans, MiSans-Regular;
  font-weight: 400;
  text-align: center;
  color: #fffbf5;
  letter-spacing: 0.48px;
  z-index: 1;
}
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item .prize-item-content .bg {
  position: absolute;
  left: -85px;
  bottom: 0;
}
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item:nth-child(1) .prize-item-content,
#prize .prize-wrap .prize-items-wrap .prize-items .prize-item:nth-child(2) .prize-item-content {
  height: 100%;
}
#prize .prize-wrap .prize-items-wrap .prize-items:nth-child(2) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 400px;
  margin: 0 auto;
}
#prize .prize-wrap .prize-items-wrap .prize-items:nth-child(2) .prize-item .prize-item-content {
  height: 630px;
}
#process {
  padding-top: 70px;
  box-sizing: border-box;
  width: 100%;
  height: 2854px;
  background: url("../images/process-bg.jpg") no-repeat center top / cover;
}
#process .process-wrap {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#process .process-wrap .process1 {
  margin-top: 140px;
  margin-bottom: 100px;
  padding: 88px 62px 78px 62px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: url('../images/process_01.png') no-repeat center top / cover;
  height: 809px;
}
#process .process-wrap .process1 .process1-item {
  margin-bottom: 18px;
  box-sizing: border-box;
}
#process .process-wrap .process1 .process1-item .title {
  padding-left: 15px;
  font-size: 21px;
  font-family: MiSans, MiSans-Semibold;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  line-height: 35px;
  letter-spacing: 0.41px;
  background: url('../images/red-start.png') no-repeat;
  margin-bottom: 13px;
  box-sizing: border-box;
}
#process .process-wrap .process1 .process1-item .desc {
  font-size: 20px;
  font-family: MiSans, MiSans-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 0.4px;
}
#process .process-wrap .process1 .process1-item:last-child {
  margin-bottom: 0;
  margin-top: 15px;
  box-sizing: border-box;
}
#process .process-wrap .process1 .process1-item:last-child .title {
  display: inline-block;
  width: 197px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(0deg, #902aef 0%, #e50b0b 100%);
  border-radius: 22px;
  font-size: 25px;
  font-family: MiSans, MiSans-Semibold;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.49px;
}
#process .process-wrap .judge-content {
  margin-top: 150px;
  box-sizing: border-box;
  display: flex;
  height: 797px;
  align-items: center;
}
#process .process-wrap .judge-content .arrow-left,
#process .process-wrap .judge-content .arrow-right {
  cursor: pointer;
}
#process .process-wrap .judge-content .swiper {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
#process .process-wrap .judge-content .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#process .process-wrap .judge-content .swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process .process-wrap .register {
  margin-top: 95px;
  box-sizing: border-box;
  width: 100%;
  height: 399px;
  background: url("../images/register-bg.png") no-repeat center top / cover;
}
#process .process-wrap .register .title {
  font-size: 29px;
  font-family: MiSans, MiSans-Demibold;
  font-weight: normal;
  text-align: center;
  color: #EAC88C;
  line-height: 41px;
  letter-spacing: 0.58px;
  padding-top: 10px;
  box-sizing: border-box;
  margin-bottom: 43px;
}
#process .process-wrap .register .time {
  font-size: 22px;
  font-family: MiSans, MiSans-Demibold;
  font-weight: normal;
  text-align: center;
  color: #EAC88C;
  line-height: 28px;
  letter-spacing: 0.44px;
}
#process .process-wrap .register .items {
  margin-top: 25px;
  padding: 0 185px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
#process .process-wrap .register .items .item {
  background: url("../images/register-item.png") no-repeat center top / cover;
  width: 386px;
  height: 200px;
  display: flex;
  flex-direction: column;
  padding: 0 45px;
  box-sizing: border-box;
}
#process .process-wrap .register .items .item .method {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  box-sizing: border-box;
  font-size: 22px;
  font-family: MiSans, MiSans-Demibold;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  line-height: 23px;
  letter-spacing: 0.44px;
}
#process .process-wrap .register .items .item .desc {
  font-size: 19px;
  font-family: MiSans, MiSans-Demibold;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.38px;
}
#review {
  padding-top: 80px;
  box-sizing: border-box;
  width: 100%;
  height: 1107px;
  background: url("../images/review-bg.png") no-repeat center top / cover;
}
#contact {
  width: 100%;
  height: 447px;
  background: url("../images/contact/contact-bg.png") no-repeat center top / cover;
}
#contact .contact-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .contact-content .main-icon {
  padding-right: 68px;
  box-sizing: border-box;
}
#contact .contact-content .title {
  font-size: 26px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
  letter-spacing: 1.56px;
  margin-left: 12px;
  box-sizing: border-box;
}
#contact .contact-content p {
  margin-top: 29px;
  box-sizing: border-box;
  font-size: 22px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: 1.32px;
}
