#top-nav {
  background: #020e4a;
  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 {
  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: linear-gradient(0deg, #015eea 0%, #00c0fa 100%);
  border-radius: 5px;
  font-size: 22px;
  font-family: MiSans, MiSans-Demibold;
  font-weight: normal;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 0.43px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#banner {
  width: 100%;
  height: 982px;
  padding-top: 82px;
  box-sizing: border-box;
}
#banner .banner-content {
  width: 100%;
  height: 900px;
  background: url("../images/banner_0723.png") no-repeat center top / cover;
}
#long {
  width: 100%;
  height: 2940px;
  background: #518CFA url("../images/long-bg.png") no-repeat center top;
}
#long #intro {
  width: 100%;
}
#long #intro .intro-content {
  padding-top: 269px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#long #intro .intro-content .intro-wrap {
  width: 100%;
  height: 430px;
  background: url("../images/intro-content-bg.png") no-repeat center top / cover;
  padding: 59px 45px 0 45px;
  box-sizing: border-box;
  font-size: 22px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.44px;
}
#long #intro .intro-content .intro-wrap p {
  text-indent: 2em;
}
#long #intro .intro-content .intro-wrap p span {
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Heavy;
  font-weight: 800;
  text-align: left;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.48px;
}
#long #reason {
  width: 100%;
}
#long #reason .reason-content {
  padding-top: 272px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#long #reason .reason-content .reason-item {
  width: 386px;
  height: 427px;
  background: url("../images/reason-item-bg.png") no-repeat center top / cover;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
#long #reason .reason-content .reason-item .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#long #reason .reason-content .reason-item .back .back-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
#long #reason .reason-content .reason-item .back .back-content .title {
  padding-top: 124px;
  box-sizing: border-box;
  font-size: 40px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 0.8px;
}
#long #reason .reason-content .reason-item .back .back-content .more {
  font-size: 40px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  padding-top: 10px;
  box-sizing: border-box;
}
#long #reason .reason-content .reason-item .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
#long #reason .reason-content .reason-item .front .front-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
#long #reason .reason-content .reason-item .front .front-content .title {
  padding-top: 37px;
  box-sizing: border-box;
  font-size: 34px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.68px;
}
#long #reason .reason-content .reason-item .front .front-content .desc {
  padding: 47px 27px 0 27px;
  box-sizing: border-box;
  font-size: 22px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: justify;
  color: #ffffff;
  line-height: 34px;
  letter-spacing: 0.44px;
}
#long #reason .reason-content .reason-item:hover .back {
  display: none;
}
#long #reason .reason-content .reason-item:hover .front {
  display: block;
}
#long #reason .reason-content .reason-item:nth-child(n+4) {
  margin-top: 43px;
}
#long #prize {
  width: 100%;
}
#long #prize .prize-content {
  padding-top: 290px;
  width: 1202px;
  margin: 0 auto;
  box-sizing: border-box;
}
#long #prize .prize-content .prize-wrap {
  width: 100%;
  height: 144px;
  background: url("../images/prize-intro.png") no-repeat center top / cover;
}
#long #prize .prize-content .prize-wrap p {
  padding: 28px 20px 0;
  box-sizing: border-box;
  text-indent: 2em;
  font-size: 27px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #2e2f3d;
  letter-spacing: 0.53px;
}
#long #prize .prize-content .prize-wrap p .prize-title {
  font-size: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  color: #2d73fa;
  letter-spacing: 0.61px;
}
#long #prize .prize-content .prize-wrap p .other {
  font-size: 27px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #2d73fa;
  letter-spacing: 0.53px;
}
#long #prize .prize-content .prize-tab {
  padding-top: 60px;
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#long #prize .prize-content .prize-tab .prize-tab-item {
  width: 370px;
  height: 102px;
  background: url("../images/prize-tab-02.png") no-repeat center top / cover;
  font-size: 33px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.66px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
#long #prize .prize-content .prize-tab .prize-tab-item .title {
  margin-top: 25px;
}
#long #prize .prize-content .prize-tab .prize-tab-item.active {
  background: url("../images/prize-tab-01.png") no-repeat center top / cover;
}
#long #prize .prize-content .prize-tabs {
  padding-top: 83px;
  box-sizing: border-box;
  margin: 0 auto;
}
#long #prize .prize-content .prize-tabs .prize-tab-content {
  width: 1130px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  transition: all 0.3s;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item:hover {
  background: url("../images/prize-item-02.png") no-repeat center top / cover;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item:hover .prize-name {
  display: none;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item:hover .back {
  display: block;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item {
  width: 342px;
  height: 299px;
  background: url("../images/prize-item-01.png") no-repeat center top / cover;
  display: flex;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .prize-name {
  padding-top: 147px;
  box-sizing: border-box;
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 33px;
  letter-spacing: 0.48px;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back {
  display: none;
  position: absolute;
  left: 40px;
  right: 25px;
  top: 30px;
  bottom: 0;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back .back-content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back .back-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back .back-content::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back .back-content::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back .back-content {
  box-sizing: border-box;
  width: 100%;
  max-height: 230px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 19px;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back .back-content .title {
  font-weight: Bold;
  width: 100%;
  text-align: left;
}
#long #prize .prize-content .prize-tabs .prize-tab-content .prize-item .back .back-content .standard-title {
  padding-top: 10px;
  box-sizing: border-box;
}
#long #prize .prize-content .prize-tabs .prize-tab-content:nth-child(2) {
  width: 740px;
}
#selection {
  width: 100%;
  height: 1323px;
  background: url("../images/selection-bg.png") no-repeat center top / cover;
  padding-top: 223px;
  box-sizing: border-box;
}
#selection .selection-content {
  width: 1200px;
  height: 1057px;
  margin: 0 auto;
  background: rgba(0, 0, 87, 0.99);
  border-radius: 30px;
}
#selection .selection-content .selection-wrap {
  padding: 65px 94px 0 94px;
  box-sizing: border-box;
}
#selection .selection-content .selection-wrap .selection-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#selection .selection-content .selection-wrap .selection-items .selection-item {
  width: 482px;
  height: 360px;
  position: relative;
}
#selection .selection-content .selection-wrap .selection-items .selection-item .title {
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  height: 73px;
  line-height: 73px;
  padding-right: 73px;
  box-sizing: border-box;
  text-align: center;
}
#selection .selection-content .selection-wrap .selection-items .selection-item .desc {
  font-size: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: justify;
  color: #ffffff;
  line-height: 31px;
  padding: 36px 64px 0 65px;
  box-sizing: border-box;
}
#selection .selection-content .selection-wrap .selection-items .selection-item .time {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  font-size: 17px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.34px;
}
#selection .selection-content .selection-wrap .selection-items .selection-item:nth-child(n+3) {
  margin-top: 46px;
  height: 342px;
}
#selection .selection-content .selection-wrap .selection-items .selection-item:nth-child(1) {
  background: url("../images/selection/select-01.png") no-repeat center top / cover;
}
#selection .selection-content .selection-wrap .selection-items .selection-item:nth-child(2) {
  background: url("../images/selection/select-02.png") no-repeat center top / cover;
}
#selection .selection-content .selection-wrap .selection-items .selection-item:nth-child(2) .title {
  text-align: right;
}
#selection .selection-content .selection-wrap .selection-items .selection-item:nth-child(3) {
  background: url("../images/selection/select-03.png") no-repeat center top / cover;
}
#selection .selection-content .selection-wrap .selection-items .selection-item:nth-child(4) {
  background: url("../images/selection/select-04.png") no-repeat center top / cover;
}
#selection .selection-content .selection-wrap .rule-wrap {
  margin-top: 58px;
  box-sizing: border-box;
}
#selection .selection-content .selection-wrap .rule-wrap .rule-title {
  width: 208px;
  height: 46px;
  background: linear-gradient(0deg, #0122ea 0%, #2868f7 100%);
  border-radius: 23px;
  font-size: 25px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 32px;
  letter-spacing: -0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#selection .selection-content .selection-wrap .rule-wrap .rule-desc {
  margin-top: 19px;
  box-sizing: border-box;
  text-indent: 2em;
  font-size: 19px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 33px;
}
#guest {
  width: 100%;
  height: 1533px;
  background: url("../images/guest-bg.png?v=1") no-repeat center top / cover;
}
#guest .guest-content {
  padding-top: 270px;
  box-sizing: border-box;
  width: 1309px;
  margin: 0 auto;
}
#guest .guest-content .guest-wrap {
  width: 100%;
  height: 1198px;
  position: relative;
}
#guest .guest-content .guest-wrap .swiper {
  width: 1309px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#guest .guest-content .guest-wrap .swiper .swiper-slide {
  margin-left: -50px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
#guest .guest-content .guest-wrap .swiper-button-next,
#guest .guest-content .guest-wrap .swiper-button-prev {
  color: #fff;
}
#previous {
  width: 100%;
  height: 758px;
  background: url("../images/previous.png") no-repeat center top / cover;
}
#previous .previous-content {
  padding-top: 253px;
  box-sizing: border-box;
  width: 1292px;
  margin: 0 auto;
}
#previous .previous-content .previous-wrap {
  width: 100%;
  height: 427px;
  position: relative;
}
#previous .previous-content .previous-wrap .swiper {
  width: 1201px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#previous .previous-content .previous-wrap .swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#register {
  width: 100%;
  height: 608px;
  background: url("../images/register-bg.png") no-repeat center top / cover;
}
#register .register-content {
  width: 1044px;
  margin: 0 auto;
  padding-top: 240px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#register .register-content .time {
  font-size: 27px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 0.54px;
}
#register .register-content .methods {
  display: flex;
  justify-content: space-between;
}
#register .register-content .methods .method-item {
  width: 591px;
  height: 322px;
  background: url("../images/register-method-bg.png") no-repeat center top / cover;
  padding-left: 90px;
  padding-top: 80px;
  box-sizing: border-box;
}
#register .register-content .methods .method-item .method-title {
  font-size: 23px;
  font-family: SourceHanSansCN, SourceHanSansCN-Bold;
  font-weight: 700;
  color: #040404;
  line-height: 40px;
  letter-spacing: 0.47px;
}
#register .register-content .methods .method-item .method-desc {
  padding-top: 5px;
  box-sizing: border-box;
  font-size: 17px;
  font-family: SourceHanSansCN, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: left;
  color: #040404;
  line-height: 24px;
  letter-spacing: 0.34px;
}
#review {
  width: 100%;
  height: 995px;
  background: url("../images/review.png") no-repeat center top / cover;
}
#contact {
  width: 100%;
  height: 438px;
  background: url("../images/contact/bg.png") no-repeat center top / cover;
}
#contact .contact-content {
  width: 930px;
  height: 100%;
  margin: 0 auto;
  padding-top: 216px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#contact .contact-content span {
  padding-left: 14px;
  box-sizing: border-box;
  font-size: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 0.61px;
}
#contact .contact-content p {
  padding-top: 15px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  letter-spacing: 0.4px;
}
