.qrImg {
  width: 100%;
}
.qrImg img {
  width: 100%;
}
.shareBox .social-share .item {
  line-height: 2.5;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
}
.shareBox .social-share .item a::before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
.code-popover[x-placement^="left"] .popper__arrow {
  border-left-color: transparent;
}
.code-popover[x-placement^="left"] .popper__arrow::after {
  border-left-color: transparent;
}
.code-popover {
  background: transparent !important;
  border-color: transparent;
}
.common-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-title-wrapper h1 {
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 48px;
  font-weight: 700;
  color: #fad48c;
  letter-spacing: 4.8px;
  position: relative;
}
.common-title-wrapper h1::after {
  content: '';
  position: absolute;
  height: 349px;
  width: 530px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/title-bg.png') no-repeat center center;
  pointer-events: none;
}
.common-title-wrapper h1 span {
  font-size: 36px;
}
#app {
  min-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.long-bg {
  background: #0f1720 url('../images/bg.jpg') no-repeat center top;
  min-height: 5588px;
}
.long-bg .nav-btns {
  margin-bottom: 87px;
}
.long-bg .nav-btns .wrap {
  display: flex;
  justify-content: center;
}
.long-bg .nav-btns .wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 63px;
  border-radius: 7px;
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1.54px;
  transition: all 0.3s;
}
.long-bg .nav-btns .wrap a:first-child {
  background: linear-gradient(to top, #f7c258 0%, #a0321c 100%);
}
.long-bg .nav-btns .wrap a:last-child {
  background: linear-gradient(to top, #6764c0 0%, #252287 100%);
  margin-left: 67px;
}
.long-bg .nav-btns .wrap a:hover {
  transform: translateY(-15px);
}
.long-bg .nav-btns .wrap a img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
#intro {
  margin-bottom: 100px;
  box-sizing: border-box;
}
#intro .wrap .content {
  position: relative;
  width: 100%;
  padding-top: 124px;
}
#intro .wrap .content .text {
  width: 802px;
}
#intro .wrap .content .text p {
  text-indent: 2em;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #fad48c;
  line-height: 30px;
}
#intro .wrap .content .text p:first-child {
  margin-bottom: 10px;
}
#intro .wrap .content .right-img {
  position: absolute;
  right: 0;
  top: -30px;
}
#top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 999;
  background: #000000;
}
#top-nav .top-nav-content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#top-nav .top-nav-content .left-wrap {
  display: flex;
  height: 100%;
}
#top-nav .top-nav-content .left-wrap li {
  margin-right: 56px;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
#top-nav .top-nav-content .left-wrap li a {
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}
#top-nav .top-nav-content .left-wrap li a::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #F6D3AE;
  opacity: 0;
  transition: all 0.3s;
  content: '';
}
#top-nav .top-nav-content .left-wrap li:last-child {
  margin-right: 0;
}
#top-nav .top-nav-content .left-wrap li:hover a {
  color: #F6D3AE;
}
#top-nav .top-nav-content .left-wrap li:hover a::after {
  width: 100%;
  opacity: 1;
}
#top-nav .top-nav-content .right-wrap {
  display: flex;
  height: 100%;
}
#top-nav .top-nav-content .right-wrap li {
  margin-right: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
#top-nav .top-nav-content .right-wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 137px;
  height: 38px;
  background: linear-gradient(to right, #fa9e26 0%, #e51c16 100%);
  border-radius: 4px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.3s;
}
#top-nav .top-nav-content .right-wrap li a:hover {
  transform: scale(1.03);
}
#top-nav .top-nav-content .right-wrap li a img {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
#banner {
  margin-top: 80px;
  box-sizing: border-box;
}
#banner .banner-wrapper {
  background: #0f1720 url('../images/banner_v1.png?v=2') no-repeat center center;
  height: 900px;
}
#banner .banner-wrapper .wrap {
  height: 100%;
  position: relative;
}
#banner .banner-wrapper .wrap a {
  position: absolute;
  right: 270px;
  top: 610px;
  width: 95px;
  height: 38px;
  background: #e51c16;
  border: 1px solid #ffffff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.97px;
  transition: all 0.3s;
}
#banner .banner-wrapper .wrap a:hover {
  transform: scale(1.05);
}
#prize ul {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
}
#prize ul li {
  width: 400px;
  height: 316px;
  transition: all 0.3s;
  position: relative;
}
#prize ul li .front {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#prize ul li .front .front-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#prize ul li .front .front-content .top {
  width: 257px;
  height: 210px;
  background: url('../images/prize/prize-01.png') no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #f5d290;
  letter-spacing: 1.78px;
  cursor: pointer;
}
#prize ul li .front .front-content a {
  margin-top: 27px;
  width: 141px;
  height: 40px;
  background: linear-gradient(#fa9e26 0%, #e51c16 100%);
  border-radius: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #fffefd;
  letter-spacing: 2.09px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
#prize ul li .front .front-content a:hover {
  transform: translateY(-5px);
}
#prize ul li .back {
  display: none;
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 28px 20px;
  box-sizing: border-box;
  background: url('../images/prize/prize-02.png') no-repeat center top;
}
#prize ul li .back .back-content {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #f6d694;
  letter-spacing: 1.57px;
}
#prize ul li .back .back-content::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#prize ul li .back .back-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #c0c0c0;
  background-image: -webkit-gradient(linear, left bottom, left top, #c9cdd4);
  transition: 0.3s ease-in-out;
}
#prize ul li .back .back-content::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#prize ul li .back .back-content::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f1f1f1;
}
#why {
  margin-top: 104px;
  box-sizing: border-box;
}
#why ul {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 45px;
}
#why ul li {
  width: 279px;
  height: 289px;
  transition: all 0.3s;
  cursor: pointer;
}
#why ul li:nth-child(3) .top {
  padding-top: 45px !important;
}
#why ul li:nth-child(7) .top {
  padding-top: 25px !important;
}
#why ul li:hover .front {
  display: none;
}
#why ul li:hover .back {
  display: block;
}
#why ul li .front {
  width: 100%;
  height: 100%;
}
#why ul li .front .front-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#why ul li .front .front-content .top {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  box-sizing: border-box;
  background: url('../images/canping/canping-01.png') no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.68px;
  text-shadow: -1px 0px 18px 1px rgba(85, 59, 25, 0.76);
}
#why ul li .back {
  display: none;
  width: 100%;
  height: 100%;
  padding: 28px 25px;
  box-sizing: border-box;
  background: url('../images/canping/canping-02.png') no-repeat center top;
}
#why ul li .back .back-content {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #f8dfa8;
  letter-spacing: 1.8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#process {
  margin-top: 114px;
}
#process ul {
  margin-top: 96px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 42px;
}
#process ul li {
  width: 328px;
  height: 318px;
  padding: 23px 56px 0 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/pingxuan/pingxuan-01.png') no-repeat center top;
  color: #ffffff;
}
#process ul li .top {
  width: 100%;
  height: 65px;
  position: relative;
  display: flex;
}
#process ul li .top span {
  font-size: 25px;
  color: #ffffff;
  letter-spacing: -0.5px;
}
#process ul li .top span:first-child {
  padding-left: 4px;
}
#process ul li .top span:last-child {
  padding-left: 40px;
  transform: translateY(30px);
}
#process ul li .name {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.46px;
  line-height: 1;
}
#process ul li .desc {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: -0.34px;
  line-height: 1;
}
#process .rules {
  margin-top: 81px;
  width: 100%;
  height: 237px;
  background: rgba(64, 45, 23, 0.53);
  border-radius: 14px;
  padding: 38px 73px 0 52px;
  box-sizing: border-box;
}
#process .rules .rules-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #f6d089;
  letter-spacing: 2.79px;
  line-height: 1;
}
#process .rules .rules-title span {
  width: 4px;
  height: 26px;
  background: #f6d089;
  margin-right: 12px;
}
#process .rules .rules-desc {
  margin-top: 35px;
  padding-left: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #f6d089;
  line-height: 29px;
  letter-spacing: 1.8px;
}
#guest {
  margin-top: 140px;
}
#guest .guest-desc {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #f7d48b;
  line-height: 33px;
}
#guest ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 29px;
}
#guest ul li {
  width: 174px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#guest ul li .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 173px;
  transition: all 0.3s;
}
#guest ul li .img-box img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s;
}
#guest ul li .img-box img:hover {
  transform: scale(1.05);
}
#guest ul li .name {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #f6d089;
}
#guest ul li .line {
  margin: 13px;
  width: 21px;
  height: 2px;
  background: #f7d48b;
}
#guest ul li .desc {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #f6d089;
}
#guest .tips {
  margin-top: 43px;
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  color: #ece5d8;
}
#guest .register-wrap {
  width: 996px;
  margin: 0 auto;
}
#guest .register-wrap .register-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  color: #f6d089;
  letter-spacing: 1.68px;
  padding-top: 64px;
  padding-bottom: 46px;
  box-sizing: border-box;
}
#guest .register-wrap .register-title span {
  width: 40px;
  height: 1px;
  background: #f6d089;
}
#guest .register-wrap .register-title .left {
  margin-right: 27px;
}
#guest .register-wrap .register-title .right {
  margin-left: 27px;
}
#guest .register-wrap .register-method {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#guest .register-wrap .register-method div {
  width: 472px;
  height: 121px;
  font-size: 18px;
  font-weight: 500;
  color: #f6d089;
  letter-spacing: 0.72px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  box-sizing: border-box;
}
#guest .register-wrap .register-method div:first-child {
  background: url('../images/method-01.png') no-repeat center center;
}
#guest .register-wrap .register-method div:last-child {
  background: url('../images/method-02.png') no-repeat center center;
}
#guest .register-wrap .register-method div a {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 89px;
  height: 31px;
  background: #e51c16;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #fffaf1;
  letter-spacing: 0.72px;
  transition: all 0.3s;
}
#guest .register-wrap .register-method div a:hover {
  transform: scale(1.03);
}
#review {
  margin-top: 79px;
}
#review .img-box {
  margin-top: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#review .img-box img {
  max-width: 100%;
  max-height: 100%;
}
#contact-us {
  width: 100%;
  height: 477px;
  background: #0f1720 url('../images/aboutus-bg.png') no-repeat center top;
}
#contact-us .wrap {
  text-align: center;
}
#contact-us .wrap .title {
  padding-top: 100px;
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 8px;
}
#contact-us .wrap .sub-title {
  margin-top: 15px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 39px;
}
#contact-us .contact-us-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contact-us .contact-us-wrapper .left-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}
#contact-us .contact-us-wrapper .left-box .contact-item {
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.85px;
}
#contact-us .contact-us-wrapper .left-box .contact-item:last-child {
  margin-top: 40px;
}
#contact-us .contact-us-wrapper .left-box .contact-item p {
  line-height: 1;
}
#contact-us .contact-us-wrapper .left-box .contact-item p span {
  padding-left: 25px;
  box-sizing: border-box;
}
#contact-us .contact-us-wrapper .left-box .contact-item p:first-child {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 1.1px;
  margin-bottom: 15px;
}
#contact-us .contact-us-wrapper .right-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 290px;
  box-sizing: border-box;
}
#contact-us .contact-us-wrapper .right-box .code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contact-us .contact-us-wrapper .right-box .code-item .img-box {
  width: 129px;
  height: 129px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-us .contact-us-wrapper .right-box .code-item .img-box img {
  max-width: 100%;
  height: 100%;
}
#contact-us .contact-us-wrapper .right-box .code-item p {
  padding-bottom: 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
}
#side-menu {
  display: none;
  position: fixed;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 85px;
  box-sizing: border-box;
  width: 151px;
  height: 286px;
  background: url('../images/nav.png') no-repeat center top;
  overflow: hidden;
  z-index: 999;
}
#side-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#side-menu ul li {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: -4px 0px 6px 4px rgba(177, 106, 13, 0.77);
  cursor: pointer;
}
#side-menu ul li:nth-child(3) a {
  margin-top: 10px;
}
#side-menu ul li:nth-child(4) a {
  margin-top: 10px;
}
#side-menu ul li:nth-child(5) a {
  margin-top: 10px;
}
#side-menu ul li p {
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 20px;
  transition: all 0.3s;
}
#side-menu ul li p:hover {
  background: #6764c0;
}
#side-menu ul li a {
  width: 100px;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
