.centerBox {
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 70px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
.social-share .item .share-n:hover {
  color: #000;
}
#app {
  width: 100%;
  box-sizing: border-box;
  color: #f9d78e;
  background: #0b0c16;
}
#app .right_gg {
  position: fixed;
  right: 10px;
  top: 30%;
  box-sizing: border-box;
  background: url(../images/right_bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 30px 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 3px 0;
}
#app .right_gg .right_gg-item span {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  z-index: 2;
}
#app .right_gg .right_gg-item:hover {
  background-color: #633e1c;
  border-radius: 50px;
}
#app .right_gg .right_gg-item.highlight {
  background-color: unset;
}
#app .right_gg .right_gg-item.highlight span {
  font-weight: 600;
  display: block;
  color: #2a1704;
  background-image: linear-gradient(to right, transparent, #f6d564, transparent);
}
#app .header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background-color: #0b0a06;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#app .header ul a,
#app .header ul li {
  position: relative;
  height: 100%;
  padding: 0 25px;
  font-size: 22px;
  color: #fff;
  line-height: 80px;
  cursor: pointer;
}
#app .header ul a span,
#app .header ul li span {
  position: relative;
  z-index: 2;
}
#app .header ul a:hover,
#app .header ul li:hover {
  background-image: linear-gradient(to top, #840000, transparent);
}
#app .header ul a.btn,
#app .header ul li.btn {
  box-sizing: border-box;
  height: 50px;
  padding: 0 12px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #e84019, #c50c0b);
}
#app .header ul a.btn::after,
#app .header ul li.btn::after {
  display: none;
}
#app .titleCC {
  font-size: 0;
  text-align: center;
}
#app .titleCC .cn {
  font-size: 53px;
  line-height: 53px;
  font-weight: 600;
  color: #f9d78e;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .titleCC .cn b {
  font-size: 80px;
}
#app .titleCC .cn i {
  font-size: 30px;
  line-height: 20px;
}
#app .titleCC .en {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  color: #3a3a3a;
  text-align: center;
}
#app .button-prev,
#app .button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
#app .button-prev {
  left: -50px;
}
#app .button-next {
  right: -50px;
  transform: translateY(-50%) rotate(180deg);
}
#app .banner {
  position: relative;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  background: url("../images/banner.png") no-repeat center;
}
#app .banner .centerBox {
  height: 100%;
  box-sizing: border-box;
}
#app .banner .centerBox a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .intro {
  position: relative;
  box-sizing: border-box;
  padding-top: 110px;
  padding-bottom: 50px;
  background: #0b0c16 url("../images/intro_bg1.png") no-repeat center bottom;
}
#app .intro .content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding-bottom: 120px;
  padding-top: 80px;
  background-image: linear-gradient(to bottom, transparent, transparent, transparent, transparent, rgba(244, 211, 130, 0.8));
}
#app .intro .text {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 50px;
}
#app .intro .text p {
  font-size: 20px;
  line-height: 38px;
  color: #fff4dd;
  text-align: justify;
}
#app .awards-setting {
  width: 100%;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 60px;
  background: url(../images/jgBG_02.jpg) no-repeat center top;
}
#app .awards-setting .content {
  margin-top: 50px;
}
#app .awards-setting .content .awards_ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#app .awards-setting .content .awards_ul > li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 25px;
  background: url(../images/jiangxiangContentBg.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#app .awards-setting .content .awards_ul > li::after {
  content: '';
  background: url(../images/jiangbei.png) no-repeat center;
  width: 216px;
  height: 217px;
  box-sizing: border-box;
  position: absolute;
  top: -35px;
  right: 25px;
}
#app .awards-setting .content .awards_ul > li .title {
  font-size: 33px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
#app .awards-setting .content .awards_ul > li .title::after {
  content: '';
  width: 72px;
  height: 18px;
  box-sizing: border-box;
  background: url(../images/jxicon2.png) no-repeat;
}
#app .awards-setting .content .awards_ul > li .title::before {
  content: '';
  width: 72px;
  height: 18px;
  box-sizing: border-box;
  background: url(../images/jxicon1.png) no-repeat;
}
#app .awards-setting .content .awards_ul > li .desc {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  background-color: #1c2046;
  border: 1px solid #56504f;
  border-radius: 30px;
  padding: 20px;
}
#app .awards-setting .content .awards_ul > li .desc .fenlei {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#app .awards-setting .content .awards_ul > li .desc .fenlei .fenleiTitle {
  color: #4b89f9;
  font-size: 18px;
  text-align: center;
}
#app .awards-setting .content .awards_ul > li .desc .fenlei .fenleiDesc {
  width: 100%;
  box-sizing: border-box;
}
#app .awards-setting .content .awards_ul > li .desc .fenlei .fenleiDesc table {
  width: 100%;
  box-sizing: border-box;
}
#app .awards-setting .content .awards_ul > li .desc .fenlei .fenleiDesc table tr td {
  font-size: 18px;
  line-height: 38px;
}
#app .awards-setting .content .awards_ul > li .desc .biaozhun {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#app .awards-setting .content .awards_ul > li .desc .biaozhun .biaozhunTitle {
  color: #4b89f9;
  font-size: 18px;
  text-align: left;
}
#app .why {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 60px;
}
#app .why .content {
  margin-top: 50px;
}
#app .why .content ul {
  display: flex;
  flex-wrap: wrap;
}
#app .why .content ul li {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  height: 240px;
  border-left: 1px dashed #f1be70;
  border-bottom: 1px dashed #f1be70;
  cursor: pointer;
  color: #f1be70;
}
#app .why .content ul li .name,
#app .why .content ul li .desc {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
#app .why .content ul li .name {
  opacity: 1;
}
#app .why .content ul li .name p {
  font-size: 20px;
  margin-top: 15px;
}
#app .why .content ul li .desc {
  opacity: 0;
}
#app .why .content ul li .desc p {
  box-sizing: border-box;
  width: 100%;
  padding: 0 26px;
  font-size: 15px;
  line-height: 1.8em;
}
#app .why .content ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, #ff8e12, rgba(255, 142, 18, 0));
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: '';
}
#app .why .content ul li:hover::after {
  opacity: 0.24;
}
#app .why .content ul li:hover .name {
  opacity: 0;
}
#app .why .content ul li:hover .desc {
  opacity: 1;
}
#app .why .content ul li:nth-child(1),
#app .why .content ul li:nth-child(5) {
  border-left: none;
}
#app .why .content ul li:nth-child(5),
#app .why .content ul li:nth-child(6),
#app .why .content ul li:nth-child(7),
#app .why .content ul li:nth-child(8) {
  border-bottom: none;
}
#app .liucheng {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
}
#app .liucheng .content {
  margin-top: 120px;
}
#app .liucheng .content .tab {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#app .liucheng .content .tab li {
  position: relative;
  padding: 48px 18px;
  box-sizing: border-box;
  border-radius: 20px;
}
#app .liucheng .content .tab li .pingxuanTitle {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#app .liucheng .content .tab li .desc {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: justify;
  margin-top: 55px;
}
#app .liucheng .content .tab li .jieduan {
  position: absolute;
  top: -75px;
  left: 0;
  width: 170px;
  height: 185px;
  font-size: 22px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 20px;
  border-bottom-right-radius: 50px;
}
#app .liucheng .content .tab .tab1 {
  background-image: linear-gradient(to right, #bd2524, #761829);
}
#app .liucheng .content .tab .tab1 .jieduan {
  background-image: linear-gradient(to bottom, transparent, #f37c48);
}
#app .liucheng .content .tab .tab2 {
  background-image: linear-gradient(to right, #c85810, #862f04);
}
#app .liucheng .content .tab .tab2 .jieduan {
  background-image: linear-gradient(to bottom, transparent, #e08b2b);
}
#app .liucheng .content .tab .tab3 {
  background-image: linear-gradient(to right, #5f2ec1, #2e2979);
}
#app .liucheng .content .tab .tab3 .jieduan {
  background-image: linear-gradient(to bottom, transparent, #b776d9);
}
#app .liucheng .content .rule {
  box-sizing: border-box;
  height: 236px;
  margin-top: 60px;
  padding-top: 35px;
  background: url(../images/rule.png) no-repeat center;
  background-size: 100% auto;
}
#app .liucheng .content .rule h3 {
  width: 140px;
  height: 40px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff4dd;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
  background: linear-gradient(to bottom, #bd2524, #7c1829);
}
#app .liucheng .content .rule p {
  padding: 0 38px;
  margin-top: 22px;
  font-size: 18px;
  color: #fff4dd;
  line-height: 32px;
  letter-spacing: 1px;
}
#app .liucheng .content .rule p span {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 10px 0 45px;
  margin-left: 5px;
  line-height: 30px;
  border-radius: 15px 15px 15px 0;
  background: linear-gradient(to right, #a82425, rgba(243, 204, 47, 0));
}
#app .liucheng .content .rule p span i {
  position: absolute;
  left: 0;
  top: -5px;
  width: 44px;
  height: 40px;
  background: url(../images/icon.png) no-repeat center;
}
#app .jiabin {
  padding-bottom: 60px;
}
#app .jiabin .content {
  margin-top: 50px;
}
#app .jiabin .content .tips {
  font-size: 20px;
  color: #fff4dd;
  line-height: 40px;
}
#app .jiabin .jiabin-list {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  grid-row-gap: 100px;
}
#app .jiabin .jiabin-list .jiabin-item {
  color: #fbeaca;
  margin-top: 40px;
  position: relative;
}
#app .jiabin .jiabin-list .jiabin-item .pic {
  position: relative;
}
#app .jiabin .jiabin-list .jiabin-item .user {
  position: absolute;
  top: 195px;
  left: 0;
  width: 213px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px;
}
#app .jiabin .jiabin-list .jiabin-item .name {
  width: 100%;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: right;
}
#app .jiabin .jiabin-list .jiabin-item .info {
  width: 100%;
  font-size: 16px;
  text-align: left;
}
#app .qiye {
  width: 100%;
  box-sizing: border-box;
  padding-top: 120px;
  padding-bottom: 60px;
}
#app .qiye .content {
  position: relative;
  margin-top: 25px;
  --swiper-pagination-color: #b33a07;
  --swiper-pagination-bullet-inactive-color: #e8c086;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#app .qiye .content .swiper-pagination {
  bottom: -20px;
}
#app .review {
  box-sizing: border-box;
  padding-top: 50px;
}
#app .review .content {
  position: relative;
  margin-top: 50px;
  --swiper-pagination-color: #b33a07;
  --swiper-pagination-bullet-inactive-color: #e8c086;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
}
#app .review .content .swiper-pagination {
  bottom: -50px;
}
#app .review .content .review-box {
  position: relative;
  height: 532px;
  overflow: hidden;
}
#app .review .content .swiper,
#app .review .content .swiper-slide {
  width: 100%;
  height: 100%;
}
#app .review .content .swiper .reviewInfo,
#app .review .content .swiper-slide .reviewInfo {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  border: 10px solid rgba(251, 234, 202, 0.34);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
#app .review .content .swiper .reviewInfo .info,
#app .review .content .swiper-slide .reviewInfo .info {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fffef7;
}
#app .review .content .swiper .reviewInfo .info .desc,
#app .review .content .swiper-slide .reviewInfo .info .desc {
  padding: 0 22px;
  height: 240px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app .review .content .swiper .reviewInfo .info .desc p,
#app .review .content .swiper-slide .reviewInfo .info .desc p {
  font-size: 18px;
  font-weight: 600;
  color: #50201b;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b2b0;
}
#app .review .content .swiper .reviewInfo .info .desc .time,
#app .review .content .swiper-slide .reviewInfo .info .desc .time {
  color: #414141;
  font-size: 17px;
}
#app .review .content .swiper .reviewInfo .info .desc .more,
#app .review .content .swiper-slide .reviewInfo .info .desc .more {
  text-align: right;
  margin-top: 58px;
}
#app .review .content .swiper .reviewInfo .info .desc .more a,
#app .review .content .swiper-slide .reviewInfo .info .desc .more a {
  color: #272727;
  font-size: 16px;
}
#app .review .content .swiper .reviewInfo .info .img,
#app .review .content .swiper-slide .reviewInfo .info .img {
  flex: 1;
}
#app .review .content .swiper .reviewInfo .info .img img,
#app .review .content .swiper-slide .reviewInfo .info .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .review .content .swiper .reviewInfo .info:nth-child(2n),
#app .review .content .swiper-slide .reviewInfo .info:nth-child(2n) {
  background-color: #fbf2e2;
  flex-direction: column-reverse;
}
#app .baoming {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
}
#app .baoming .content {
  margin-top: 50px;
}
#app .baoming .content ul {
  display: flex;
  justify-content: space-around;
}
#app .baoming .content ul li {
  width: 544px;
  height: 214px;
  background: url(../images/item_bm.png) no-repeat center;
}
#app .baoming .content ul li h3 {
  height: 50px;
  font-size: 24px;
  color: #442011;
  line-height: 50px;
  text-align: center;
}
#app .baoming .content ul li div {
  display: flex;
  align-items: center;
  height: 150px;
  margin-top: 8px;
  text-align: center;
}
#app .baoming .content ul li div p {
  width: 100%;
  font-size: 20px;
  color: #fff4dd;
}
#app .baoming .content ul li div p a {
  display: inline-block;
  width: 106px;
  height: 30px;
  margin: 0 auto;
  font-size: 18px;
  color: #fffbf4;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  background: linear-gradient(to bottom, #e73f1a, #c50c0b);
}
#app .contact {
  box-sizing: border-box;
  height: 400px;
  padding-top: 120px;
  background: url("../images/contact.png") no-repeat center;
}
#app .contact .titleCC {
  font-size: 44px;
  color: #fcf0d4;
  line-height: 1em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#app .contact .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .contact .content .text {
  display: flex;
}
#app .contact .content .text li {
  margin-right: 80px;
}
#app .contact .content .text li h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}
#app .contact .content .text li p {
  font-size: 17px;
  line-height: 1.5em;
}
#app .contact .content .qr {
  display: flex;
}
#app .contact .content .qr li {
  margin-left: 45px;
  text-align: center;
}
#app .contact .content .qr li p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
