.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: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 222px;
  height: 470px;
  padding-top: 225px;
  background: url(../images/right_bg.png) no-repeat center;
  z-index: 999;
}
#app .right_gg .right_gg-item {
  position: relative;
  display: block;
  width: 156px;
  height: 30px;
  text-align: center;
  margin: 0 auto 5px;
  cursor: pointer;
}
#app .right_gg .right_gg-item span {
  position: relative;
  font-size: 18px;
  color: #fff4dd;
  line-height: 30px;
  z-index: 2;
}
#app .right_gg .right_gg-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #bb4d08, rgba(243, 204, 47, 0));
  border-radius: 15px 15px 15px 0;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .right_gg .right_gg-item:hover::after {
  opacity: 1;
}
#app .right_gg .right_gg-item.highlight span {
  color: #ca9964;
}
#app .right_gg .top {
  position: absolute;
  width: 156px;
  height: 215px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: pointer;
}
#app .header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  background-color: #0b0c16;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
#app .header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
#app .header ul li {
  position: relative;
  height: 100%;
  padding: 0 25px;
  font-size: 22px;
  color: #fff;
  line-height: 80px;
  cursor: pointer;
}
#app .header ul li span {
  position: relative;
  z-index: 2;
}
#app .header ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/nav_item.png) repeat-x center;
  opacity: 0;
  transition: opacity 0.2s;
  content: '';
}
#app .header ul li:hover::after {
  opacity: 1;
}
#app .header ul li.btn {
  box-sizing: border-box;
  min-width: 125px;
  height: 50px;
  padding: 0 12px;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  margin-left: 18px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ffa352, #800000);
}
#app .header ul li.btn::after {
  display: none;
}
#app .titleCC {
  font-size: 0;
  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: 960px;
  box-sizing: border-box;
  background: url("../images/banner.png") no-repeat center;
}
#app .banner .centerBox {
  position: relative;
  z-index: 2;
}
#app .banner .centerBox a {
  position: absolute;
  left: 1px;
  top: 583px;
  width: 146px;
  height: 47px;
}
#app .banner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 269px;
  background: url(../images/jx.png) no-repeat center;
  content: '';
}
#app .intro {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 50px;
  background: url("../images/intro_bg1.png") no-repeat center bottom;
}
#app .intro .content {
  box-sizing: border-box;
  width: 1182px;
  height: 465px;
  margin: 10px auto 0;
  background: url("../images/intro_bg2.png") no-repeat center;
  position: relative;
  z-index: 2;
}
#app .intro .text {
  padding: 100px 53px 0;
}
#app .intro .text p {
  font-size: 22px;
  color: #fff4dd;
  text-align: justify;
  line-height: 38px;
}
#app .awards-setting {
  padding-bottom: 60px;
}
#app .awards-setting .content {
  margin-top: 50px;
}
#app .awards-setting .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#app .awards-setting .content ul li {
  position: relative;
  width: 559px;
  height: 423px;
  border-radius: 8px 8px 50px 8px;
  background: url("../images/why.png") no-repeat center;
  margin-bottom: 32px;
  cursor: pointer;
  color: #f1be70;
}
#app .awards-setting .content ul li .name,
#app .awards-setting .content ul li .desc {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 35px 28px;
  transition: opacity 0.2s ease-in-out;
}
#app .awards-setting .content ul li .name {
  opacity: 1;
}
#app .awards-setting .content ul li .name h3 {
  position: relative;
  display: inline-block;
  padding: 0 82px;
  margin-bottom: 20px;
  font-size: 36px;
}
#app .awards-setting .content ul li .name h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 19px;
  background: url(../images/icon2.png) no-repeat center;
  content: '';
}
#app .awards-setting .content ul li .name h3::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 72px;
  height: 19px;
  background: url(../images/icon2.png) no-repeat center;
  content: '';
}
#app .awards-setting .content ul li .name p {
  font-size: 18px;
  line-height: 32px;
  padding-left: 7px;
}
#app .awards-setting .content ul li .desc {
  opacity: 0;
}
#app .awards-setting .content ul li .desc div {
  width: 225px;
  max-height: 100%;
  overflow-y: auto;
}
#app .awards-setting .content ul li .desc div::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#app .awards-setting .content ul li .desc div::-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 .awards-setting .content ul li .desc div::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#app .awards-setting .content ul li .desc div::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #f1f1f1;
}
#app .awards-setting .content ul li .desc h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#app .awards-setting .content ul li .desc p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
#app .awards-setting .content ul li:hover {
  box-shadow: inset 0 0 18px #e9c48a;
}
#app .awards-setting .content ul li:hover .name {
  opacity: 0;
}
#app .awards-setting .content ul li:hover .desc {
  opacity: 1;
}
#app .why {
  padding-bottom: 80px;
}
#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 {
  padding-bottom: 70px;
}
#app .liucheng .content {
  margin-top: 50px;
}
#app .liucheng .content .tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  border-bottom: 1px dashed #dab882;
}
#app .liucheng .content .tab li {
  position: relative;
  padding-bottom: 34px;
  margin: 0 60px;
  text-align: center;
  cursor: pointer;
}
#app .liucheng .content .tab li h3 {
  min-height: 72px;
  font-size: 26px;
  color: #fff4dd;
  font-weight: 500;
  line-height: 32px;
}
#app .liucheng .content .tab li p {
  font-size: 20px;
  color: #f9d78e;
  margin-top: 10px;
}
#app .liucheng .content .tab li i {
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%);
  width: 35px;
  height: 34px;
  background: url(../images/tab_icon1.png) no-repeat, #0b0c16;
}
#app .liucheng .content .tab li i.active {
  background: url(../images/tab_icon2.png) no-repeat, #0b0c16;
}
#app .liucheng .content .tab-con {
  width: 1182px;
  height: 120px;
  margin: 0 auto;
  background: #2a1911;
}
#app .liucheng .content .tab-con li {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#app .liucheng .content .tab-con li p {
  padding: 0 60px;
  font-size: 16px;
  color: #f9d78e;
  line-height: 2em;
}
#app .liucheng .content .tab-con li::after {
  position: absolute;
  left: 166px;
  top: -30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-bottom: 18px solid #2a1911;
  content: '';
}
#app .liucheng .content .tab-con li:nth-child(2)::after {
  left: 563px;
}
#app .liucheng .content .tab-con li:nth-child(3)::after {
  left: 973px;
}
#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, #ff8e12, #800000);
}
#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, #bb4d08, 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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
#app .jiabin .jiabin-list .jiabin-item {
  color: #442011;
  margin-top: 40px;
}
#app .jiabin .jiabin-list .jiabin-item .pic {
  position: relative;
}
#app .jiabin .jiabin-list .jiabin-item .name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
#app .jiabin .jiabin-list .jiabin-item .info {
  position: absolute;
  left: 0;
  top: 262px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
#app .qiye {
  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;
  height: 1018px;
  padding-top: 45px;
  background: url("../images/review.png") no-repeat center;
}
#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: -125px;
}
#app .review .content .review-box {
  position: relative;
  height: 532px;
  overflow: hidden;
}
#app .review .content .swiper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2550px;
  text-align: center;
}
#app .review .content .swiper img {
  width: 100%;
}
#app .review .name {
  margin-top: 20px;
  text-align: center;
  color: #f9d78e;
}
#app .review .name a {
  color: unset;
}
#app .review .name p {
  font-size: 28px;
}
#app .baoming {
  padding: 50px 0 25px;
  background: #000405;
}
#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, #ff8e12, #800000);
}
#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);
  }
}
