.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-25%);
  width: 154px;
  z-index: 999;
}
#app .right_gg li {
  padding: 5px 0;
  background: #471781;
}
#app .right_gg li > a {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 120px;
  height: 36px;
  border: 1px solid #e399ff;
  text-align: center;
  cursor: pointer;
}
#app .right_gg li > a span {
  position: relative;
  font-size: 16px;
  color: #e399ff;
  line-height: 34px;
}
#app .right_gg li > a span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-1px) rotate(45deg);
  left: -16px;
  width: 4px;
  height: 4px;
  border: 1px solid #e399ff;
  content: '';
}
#app .right_gg li > a:hover span {
  font-weight: bold;
}
#app .right_gg li > a:hover span::before {
  background: #e399ff;
}
#app .right_gg .qr {
  position: relative;
  padding-top: 18px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
#app .right_gg .qr .qr-wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 162px;
  padding-bottom: 14px;
  background: url(../images/right_gg1.png) no-repeat center bottom;
}
#app .right_gg .qr .qr-wrap .qr-box {
  box-sizing: border-box;
  width: 154px;
  height: 154px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
}
#app .right_gg .qr .qr-wrap .qr-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app .right_gg .line {
  height: 18px;
  padding: 0;
  background: url(../images/right_gg2.png) no-repeat center;
}
#app .right_gg .p-top {
  padding-top: 10px;
}
#app .right_gg .p-bottom {
  padding-bottom: 24px;
}
#app .right_gg .gotop {
  height: 57px;
  background: url(../images/right_gg3.png) no-repeat center;
  transform: translateY(-12px);
  cursor: pointer;
}
#app .right_gg .gotop span {
  display: block;
  color: #0b3c3e;
  padding-top: 17px;
  text-align: center;
}
#app .header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#app .header .centerBox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
#app .header ul li {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
#app .header ul li span {
  position: relative;
}
#app .header ul li span::after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #27367a, #14e595);
  opacity: 0;
  content: '';
  transition: opacity 0.2s;
}
#app .header ul li:hover span::after {
  opacity: 1;
}
#app .header ul .btn {
  cursor: default;
}
#app .header ul .btn a {
  display: block;
  height: 35px;
  padding: 0 22px;
  margin-left: 40px;
  border-radius: 10px;
  color: #fff;
  line-height: 35px;
  opacity: 1;
  transition: opacity 0.2s;
  cursor: pointer;
}
#app .header ul .btn a:first-child {
  margin-left: 0;
}
#app .header ul .btn a:hover {
  opacity: 0.8;
}
#app .header ul .btn1 {
  background: #ff0000;
}
#app .header ul .btn2 {
  background: #ff6c00;
}
#app .banner {
  height: 822px;
  box-sizing: border-box;
  background: url('../images/banner_05116.png') no-repeat center;
}
#app .banner .centerBox {
  overflow: hidden;
}
#app .banner .centerBox .time {
  margin: 385px 0 40px;
}
#app .banner .centerBox .time p {
  font-size: 20px;
  color: #fff;
  line-height: 46px;
}
#app .banner .centerBox .logo p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
}
#app .banner .centerBox .logo p img {
  height: 60px;
  margin-left: 10px;
}
#app .titleCC {
  padding: 90px 0 55px;
  text-align: center;
}
#app .titleCC h3 span {
  position: relative;
  font-size: 52px;
  color: #fadeaa;
  line-height: 1em;
  letter-spacing: 2px;
  font-weight: 500;
}
#app .titleCC h3 span::before {
  position: absolute;
  left: -390px;
  top: 13px;
  width: 375px;
  height: 47px;
  background: url(../images/title_icon.png) no-repeat center;
  content: '';
}
#app .titleCC h3 span::after {
  position: absolute;
  right: -390px;
  top: 13px;
  width: 375px;
  height: 47px;
  background: url(../images/title_icon.png) no-repeat center;
  content: '';
  transform: rotate(180deg);
}
#app .titleCC p {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.1;
}
#app .jianjie {
  height: 628px;
  box-sizing: border-box;
  background: url(../images/bg/intro1.png) no-repeat center / cover;
}
#app .jianjie .content {
  height: 300px;
  padding: 88px 58px 0;
  background: url(../images/bg/intro2.png) no-repeat center;
  transform: translateY(-40px);
}
#app .jianjie .content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#app .jianjie .content p span {
  color: #fadeaa;
}
#app .liyou {
  height: 651px;
  box-sizing: border-box;
  background: url(../images/bg/liyou1.png) no-repeat center / cover;
}
#app .liyou .content .tab {
  display: flex;
  justify-content: space-between;
  height: 184px;
  margin-bottom: 30px;
  background: url(../images/line.png) no-repeat center bottom;
}
#app .liyou .content .tab li {
  position: relative;
  width: 154px;
  height: 154px;
  background: url(../images/liyou_item.png) no-repeat center;
  font-size: 22px;
  color: #fadeaa;
  text-align: center;
  line-height: 154px;
  cursor: pointer;
  transform: translateX(1px);
}
#app .liyou .content .tab li::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: 24px;
  height: 46px;
  background: url(../images/ring.png) no-repeat center top;
  content: '';
}
#app .liyou .content .tab li.active {
  color: #fff;
  background: url(../images/liyou_item2.png) no-repeat center;
}
#app .liyou .content .tab li.active::after {
  background: url(../images/ring_active.png) no-repeat center top;
}
#app .liyou .content .tab-con {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 108px;
  padding: 0 40px;
  background: url(../images/bg/liyou2.png) no-repeat center;
}
#app .liyou .content .tab-con li {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 34px;
}
#app .award {
  height: 1000px;
  box-sizing: border-box;
  background: url(../images/bg/settings.png) no-repeat center / cover;
}
#app .award .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  color: #fff;
}
#app .award .content .type {
  box-sizing: border-box;
  width: 303px;
  height: 183px;
  margin-right: 30px;
  padding-top: 120px;
  padding-left: 28px;
  font-size: 36px;
}
#app .award .content .type.type1 {
  background: url(../images/item1.png) no-repeat center;
}
#app .award .content .type.type2 {
  background: url(../images/item2.png) no-repeat center;
}
#app .award .content ul {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-top: 8px;
}
#app .award .content ul li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 420px;
  height: 188px;
  background: url(../images/item_bg.png) no-repeat center;
  margin-right: 22px;
  margin-top: 20px;
  padding-left: 105px;
  padding-top: 27px;
  overflow: hidden;
}
#app .award .content ul li:nth-child(2n) {
  margin-right: 0;
}
#app .award .content ul li a {
  display: block;
  width: 130px;
  height: 28px;
  margin-top: 12px;
  border-radius: 28px;
  background: #39007b;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  user-select: none;
}
#app .award .content ul li:hover .name {
  display: none;
}
#app .award .content ul li:hover .desc {
  display: block;
}
#app .award .content ul .name {
  display: block;
  width: 300px;
  max-height: 145px;
}
#app .award .content ul .name p {
  font-size: 20px;
}
#app .award .content ul .name h3 {
  font-size: 26px;
  margin-top: 5px;
}
#app .award .content ul .desc {
  display: none;
  width: 300px;
  max-height: 145px;
  overflow-y: auto;
}
#app .award .content ul .desc h3 {
  font-size: 14px;
  margin-bottom: 6px;
}
#app .award .content ul .desc p {
  font-size: 12px;
  line-height: 1.5em;
}
#app .award .content ul .desc::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#app .award .content ul .desc::-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;
}
#app .award .content ul .desc::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#app .award .content ul .desc::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
#app .liucheng {
  height: 1110px;
  box-sizing: border-box;
  background: url(../images/bg/liucheng.png) no-repeat center / cover;
}
#app .liucheng .content {
  color: #fff;
}
#app .liucheng .content ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 640px;
}
#app .liucheng .content ul li {
  width: 286px;
  height: 462px;
  background: url(../images/liucheng.png) no-repeat center;
}
#app .liucheng .content ul li h3 {
  font-size: 18px;
  padding: 80px 0 0 14px;
}
#app .liucheng .content ul li h4 {
  font-size: 16px;
  padding: 5px 0 0 8px;
  font-weight: 500;
}
#app .liucheng .content ul li p {
  font-size: 14px;
  padding: 35px 20px 0 63px;
}
#app .liucheng .content ul li:nth-child(1) {
  transform: translateY(60px);
}
#app .liucheng .content ul li:nth-child(3) {
  transform: translateY(130px);
}
#app .liucheng .content ul li:nth-child(4) {
  transform: translateY(55px);
}
#app .liucheng .content .about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  padding: 0 45px;
  background: url(../images/bg/rule.png) no-repeat center;
}
#app .liucheng .content .about h3 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
}
#app .liucheng .content .about p {
  width: 1000px;
  font-size: 18px;
  line-height: 32px;
}
#app .jiabin {
  height: 750px;
  box-sizing: border-box;
  background: url(../images/bg/jiabin.png) no-repeat center / cover;
}
#app .jiabin .content {
  position: relative;
  padding-bottom: 98px;
}
#app .jiabin .content .button-prev,
#app .jiabin .content .button-next {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 43px;
  background: url(../images/prev.png) no-repeat center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}
#app .jiabin .content .button-prev:hover,
#app .jiabin .content .button-next:hover {
  opacity: 0.8;
}
#app .jiabin .content .button-prev {
  left: 50%;
  transform: translateX(-90px);
}
#app .jiabin .content .button-next {
  right: 50%;
  transform: translateX(90px) rotate(180deg);
}
#app .jiabin .content .swiper-pagination {
  bottom: -30px;
  --swiper-pagination-color: #fbc972;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: #56549f;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#app .jiabin .swiper {
  width: 1220px;
  transform: translateX(-20px);
}
#app .jiabin .swiper .swiper-slide {
  width: 1220px;
}
#app .jiabin .swiper .swiper-slide ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding-left: 20px;
}
#app .jiabin .swiper .swiper-slide .guest-item {
  position: relative;
  width: 250px;
  height: 359px;
}
#app .jiabin .swiper .swiper-slide .guest-item img {
  width: 100%;
  height: 100%;
}
#app .jiabin .swiper .swiper-slide .guest-item .name-wrap {
  position: absolute;
  left: -20px;
  bottom: 0;
  width: 250px;
  height: 80px;
  box-sizing: border-box;
  padding: 6px 10px 0 20px;
  background: url(../images/jiabin/bg.png) no-repeat center;
}
#app .jiabin .swiper .swiper-slide .guest-item .name-wrap p {
  font-size: 16px;
  color: #fff;
}
#app .jiabin .swiper .swiper-slide .guest-item .name-wrap p:first-child {
  font-size: 20px;
}
#app .shenbao {
  height: 493px;
  box-sizing: border-box;
  background: url(../images/bg/baoming.png) no-repeat center / cover;
}
#app .shenbao .titleCC {
  padding-bottom: 25px;
}
#app .shenbao .content {
  color: #fff;
}
#app .shenbao .content > h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 45px;
}
#app .shenbao ul {
  display: flex;
  justify-content: space-between;
}
#app .shenbao ul li {
  width: 575px;
  height: 120px;
  background: url(../images/baoming.png) no-repeat center;
  box-sizing: border-box;
  padding: 10px 60px 0 22px;
}
#app .shenbao ul li h3 {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}
#app .shenbao ul li p {
  font-size: 16px;
}
#app .review {
  height: 910px;
  box-sizing: border-box;
  background: url(../images/bg/review.png) no-repeat center / cover;
}
#app .review .content img {
  display: block;
}
#app .aboutUs {
  padding: 90px 0 115px;
  background: #000;
  color: #fff;
}
#app .aboutUs .title {
  margin-bottom: 50px;
}
#app .aboutUs .title p {
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}
#app .aboutUs .title p:first-child {
  font-size: 40px;
  letter-spacing: 5px;
  margin-bottom: 12px;
}
#app .aboutUs .content ul {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#app .aboutUs .content ul li {
  font-size: 24px;
}
#app .aboutUs .content ul li p {
  line-height: 46px;
}
