.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-box {
  text-align: center;
}
#app {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #000;
}
#top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  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: center;
}
#top-nav .top-nav-content .right-wrap {
  display: flex;
  height: 100%;
}
#top-nav .top-nav-content .right-wrap .rules {
  margin-right: 38px;
}
#top-nav .top-nav-content .right-wrap li {
  margin-right: 70px;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
#top-nav .top-nav-content .right-wrap li a {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}
#top-nav .top-nav-content .right-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 .right-wrap li:last-child {
  margin-right: 0;
  width: 120px;
  background: linear-gradient(#e8c390 0%, #f9f7e4 50%, #e9c391 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-nav .top-nav-content .right-wrap li:last-child a {
  color: #000000;
}
#top-nav .top-nav-content .right-wrap li:last-child a::after {
  width: 100%;
  opacity: 0;
}
#top-nav .top-nav-content .right-wrap li:last-child:hover a {
  color: red;
}
#top-nav .top-nav-content .right-wrap li:hover a {
  color: #F6D3AE;
}
#top-nav .top-nav-content .right-wrap li:hover a::after {
  width: 100%;
  opacity: 1;
}
#banner {
  margin-top: 70px;
  box-sizing: border-box;
}
#banner .banner-wrapper {
  background: url('../images/banner.png') no-repeat center center;
  height: 994px;
}
#banner .banner-wrapper .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 228px;
  box-sizing: border-box;
}
#banner .banner-wrapper .wrap .tongqi-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 37px;
  background: linear-gradient(#e8c390 0%, #f9f7e4 50%, #e9c391 100%);
  border-radius: 8px;
  font-size: 22px;
  font-weight: 700;
  color: #930004;
  letter-spacing: 1.32px;
  transition: all 0.3s;
}
#banner .banner-wrapper .wrap .tongqi-title:hover {
  transform: scale(1.05);
}
#banner .banner-wrapper .wrap .tongqi-list {
  margin-top: 9px;
  display: flex;
  flex-direction: column;
}
#banner .banner-wrapper .wrap .tongqi-list a {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
  transition: all 0.3s;
}
#banner .banner-wrapper .wrap .tongqi-list a:last-child {
  margin-left: -10px;
}
#banner .banner-wrapper .wrap .tongqi-list a:hover {
  color: #F6D3AE;
}
#intro {
  background: url('../images/intro-bg.jpg') no-repeat center top;
  height: 732px;
}
#intro .wrap .intro-content {
  margin-top: 45px;
  background: url('../images/intro-content.png') no-repeat center top;
  width: 100%;
  height: 545px;
  padding: 52px 40px 0 40px;
  box-sizing: border-box;
}
#intro .wrap .intro-content p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 5px;
  text-indent: 2em;
}
#intro .wrap .intro-content p:last-child {
  margin-bottom: 0;
}
#light {
  background: url('../images/light-bg.jpg') no-repeat center top;
  height: 831px;
  padding-top: 76px;
  box-sizing: border-box;
}
#light ul {
  margin-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
}
#light ul li {
  min-height: 270px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#light ul li .img-box img {
  transition: all 0.3s;
}
#light ul li .img-box img:hover {
  transform: scale(1.05);
}
#light ul li .light-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2.2px;
  line-height: 24px;
  margin-top: 28px;
  margin-bottom: 13px;
}
#light ul li .light-intro {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}
#light ul li:nth-child(1) {
  width: 255px;
  margin-right: 57px;
}
#light ul li:nth-child(2) {
  width: 244px;
  margin-right: 77px;
}
#light ul li:nth-child(3) {
  width: 254px;
  margin-right: 50px;
}
#light ul li:nth-child(4) {
  width: 260px;
  margin-right: 0px;
}
#light ul li:nth-child(5) {
  width: 340px;
  margin-right: 82px;
}
#light ul li:nth-child(6) {
  width: 342px;
  margin-right: 83px;
}
#light ul li:last-child {
  letter-spacing: -0.68px;
  width: 346px;
  margin-right: 0;
}
.long-bg {
  background: url('../images/long-bg.jpg') no-repeat center top / cover;
  min-height: 1605px;
  padding-bottom: 83px;
  box-sizing: border-box;
}
#prize {
  padding-top: 74px;
  box-sizing: border-box;
}
#prize .prize-tab-list {
  display: flex;
  justify-content: space-between;
}
#prize .prize-tab-list .prize-tab-item {
  width: 200px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  border: 1.5px solid #e8c390;
  box-sizing: border-box;
  font-size: 21px;
  font-weight: 700;
  color: #f9f7e4;
  letter-spacing: 4.27px;
  cursor: pointer;
}
#prize .prize-tab-list .prize-tab-item.active {
  background: linear-gradient(#e8c390 0%, #f9f7e4 50%, #e9c391 100%);
  border: none;
  color: #000000;
}
#prize .prize-tab-list .prize-tab-item.active::after {
  width: 23px;
  height: 14px;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: url('../images/rect.png') no-repeat;
}
#prize .prize-tab-content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 40px;
}
#prize .prize-tab-content-list .prize-tab-content-item {
  width: 368px;
  height: 326px;
  position: relative;
  cursor: pointer;
}
#prize .prize-tab-content-list .prize-tab-content-item:hover .front {
  display: none;
}
#prize .prize-tab-content-list .prize-tab-content-item:hover .back {
  display: block;
}
#prize .prize-tab-content-list .prize-tab-content-item .front {
  position: absolute;
  inset: 0;
}
#prize .prize-tab-content-list .prize-tab-content-item .front .front-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url('../images/prize-item-normal.png') no-repeat;
  padding-top: 167px;
  box-sizing: border-box;
  position: relative;
}
#prize .prize-tab-content-list .prize-tab-content-item .front .front-content .m-title {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
#prize .prize-tab-content-list .prize-tab-content-item .front .front-content .prize-name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 30px;
  text-align: center;
}
#prize .prize-tab-content-list .prize-tab-content-item .front .front-content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 34px;
  background: #7b5427;
  border-radius: 17px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
}
#prize .prize-tab-content-list .prize-tab-content-item .back {
  display: none;
  position: absolute;
  inset: 0;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url('../images/prize-item-hover.png') no-repeat;
  box-sizing: border-box;
  position: relative;
  padding: 25px 20px 0 20px;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .desc {
  width: 100%;
  height: 233px;
  overflow-y: auto;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .desc::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  border-radius: 20px;
  background-color: #F5F5F5;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .desc::-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 .prize-tab-content-list .prize-tab-content-item .back .back-content .desc::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .desc::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f1f1f1;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .desc p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .desc .text-title-1 {
  margin-top: 10px;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 157px;
  height: 34px;
  background: #000000;
  border-radius: 17px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
  transition: all 0.3s;
}
#prize .prize-tab-content-list .prize-tab-content-item .back .back-content .btn:hover {
  transform: translateX(-50%) scale(1.05);
}
#prize .prize-tips {
  margin-top: 44px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #f9f7e4;
  line-height: 1;
}
#process {
  margin-top: 107px;
}
#process ul {
  margin-top: 59px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
#process ul li {
  width: 285px;
  height: 521px;
  padding-top: 57px;
  padding-left: 80px;
  box-sizing: border-box;
}
#process ul li .step {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #f9f7e4;
  line-height: 1;
  padding-left: 40px;
  box-sizing: border-box;
}
#process ul li .name {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  color: #f9f7e4;
  line-height: 1;
  margin-top: 18px;
}
#process ul li .time {
  margin-top: 9px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1;
  color: #f9f7e4;
  letter-spacing: -0.64px;
  margin-left: -10px;
}
#process ul li .desc {
  padding-right: 25px;
  box-sizing: border-box;
  text-indent: 2em;
  margin-top: 9px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  color: #f9f7e4;
  line-height: 26px;
}
#process ul li .desc span {
  font-weight: 700;
}
#process ul li:nth-child(1) {
  background: url('../images/process/p_11.png') no-repeat;
}
#process ul li:nth-child(2) {
  background: url('../images/process/p_13.png') no-repeat;
}
#process ul li:nth-child(3) {
  background: url('../images/process/p_15.png') no-repeat;
}
#process ul li:nth-child(4) {
  background: url('../images/process/p_17.png') no-repeat;
}
#process ul li:nth-child(4) .desc {
  line-height: 1.3;
}
#process .rules-wrap {
  margin-top: 39px;
  display: flex;
  background: url('../images/process/p-bg.png') no-repeat center top;
  height: 140px;
  align-items: center;
  box-sizing: border-box;
  padding: 15px;
}
#process .rules-wrap .rules-title {
  width: 112px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 700;
  text-align: right;
  color: #000000;
  letter-spacing: 6px;
  line-height: 30px;
}
#process .rules-wrap .rules-desc {
  flex: 1;
  padding-left: 25px;
  box-sizing: border-box;
}
#process .rules-wrap .rules-desc p {
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  color: #000000;
  line-height: 26px;
}
#process .rules-wrap .rules-desc p:last-child {
  margin-top: 5px;
}
#guest {
  background: url('../images/guest/bg.jpg') no-repeat center top;
  height: 802px;
  padding-top: 72px;
  box-sizing: border-box;
}
#guest .desc {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #f9f7e4;
  letter-spacing: 0.36px;
  line-height: 30px;
}
#guest .jiabinSwiperBox {
  width: 1410px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
#guest .jiabinSwiperBox .swiper-container {
  width: 1200px;
  height: 385px;
  margin: 0 auto;
}
#guest .jiabinSwiperBox .swiper-slide {
  text-align: center;
  width: 200px;
  display: inline-block;
  align-items: center;
}
#guest .jiabinSwiperBox .swiper-pagination-bullet {
  width: 50px;
  height: 7px;
  background: #efd19f;
  border-radius: 4px;
  opacity: 0.3;
}
#guest .jiabinSwiperBox .swiper-pagination-bullet-active {
  background-color: #efd19f;
  opacity: 1;
}
#guest .jiabinSwiperBox .swiper-button-prev:after,
#guest .jiabinSwiperBox .swiper-container-rtl .swiper-button-next:after {
  content: '';
}
#guest .jiabinSwiperBox .swiper-button-next:after,
#guest .jiabinSwiperBox .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
#guest .jiabinSwiperBox .swiper-button-prev,
#guest .jiabinSwiperBox .swiper-container-rtl .swiper-button-next {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#guest .jiabinSwiperBox .swiper-button-next,
#guest .jiabinSwiperBox .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#guest .jiabinSwiperBox .swiper-button-prev {
  width: 63px;
  height: 63px;
  background: url('../images/guest/prev.png') no-repeat center;
  transition: all 0.3s;
}
#guest .jiabinSwiperBox .swiper-button-prev:hover {
  transform: translateY(-50%) scale(1.05);
}
#guest .jiabinSwiperBox .swiper-button-next {
  width: 63px;
  height: 63px;
  background: url('../images/guest/next.png') no-repeat center;
  transition: all 0.3s;
}
#guest .jiabinSwiperBox .swiper-button-next:hover {
  transform: translateY(-50%) scale(1.05);
}
#guest .jiabinSwiperBox .jiabinBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 183px;
  height: 330px;
}
#guest .jiabinSwiperBox .jiabinBox .touxiangBox {
  width: 100%;
  height: 205px;
  box-sizing: border-box;
  position: relative;
}
#guest .jiabinSwiperBox .jiabinBox .touxiangBox .quan {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#guest .jiabinSwiperBox .jiabinBox .touxiangBox .touxiang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 50%;
}
#guest .jiabinSwiperBox .jiabinBox .touxiangBox:hover .quan {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
#guest .jiabinSwiperBox .jiabinBox .name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #f9f7e4;
  padding-top: 15px;
  padding-bottom: 5px;
  box-sizing: border-box;
}
#guest .jiabinSwiperBox .jiabinBox .job {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #fffafc;
  line-height: 24px;
  letter-spacing: -0.3px;
}
#guest .tips {
  margin-top: 39px;
  opacity: 0.7;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}
#review {
  background: url('../images/review-bg.jpg') no-repeat center top;
  height: 751px;
  padding-top: 70px;
  box-sizing: border-box;
}
#review .img-box {
  margin-top: 45px;
  text-align: center;
}
#register {
  background: url('../images/register-bg.jpg') no-repeat center top;
  height: 487px;
  padding-top: 69px;
  box-sizing: border-box;
}
#register .time {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #f9f7e4;
  line-height: 1;
  margin-top: 34px;
  margin-bottom: 33px;
}
#register ul {
  width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#register ul li {
  background: url('../images/register-item.png') no-repeat center top;
  width: 520px;
  height: 189px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#register ul li .method {
  margin-top: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #181510;
  letter-spacing: 2.4px;
}
#register ul li .intro {
  margin-top: 33px;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  color: #f9f7e3;
  line-height: 30px;
}
#contact-us {
  width: 100%;
  height: 459px;
  background: url('../images/aboutus.jpg') no-repeat center top;
}
#contact-us .wrap {
  text-align: center;
}
#contact-us .wrap .title {
  padding-top: 70px;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 8px;
}
#contact-us .wrap .sub-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
#contact-us .contact-us-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 79px;
  box-sizing: border-box;
}
#contact-us .contact-us-wrapper .left-box {
  display: flex;
  justify-content: space-between;
  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 p {
  line-height: 1;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.48px;
}
#contact-us .contact-us-wrapper .left-box .contact-item p:nth-child(n+2) {
  padding-top: 25px;
  box-sizing: border-box;
}
#contact-us .contact-us-wrapper .right-box {
  margin-left: 135px;
  display: flex;
  width: 206px;
  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: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact-us .contact-us-wrapper .right-box .code-item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
#contact-us .contact-us-wrapper .right-box .code-item p {
  padding-top: 12px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.64px;
}
.right_gg_activate {
  right: -5px !important;
}
.right_gg {
  position: fixed;
  right: -250px;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  box-sizing: border-box;
  width: 230px;
  height: 369px;
  padding-top: 155px;
  background: url(../images/nav/right-nav.png) no-repeat center top;
  z-index: 999;
  color: #fff;
  transition: right 0.5s;
}
.right_gg .code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right_gg .code img {
  width: 64px;
  height: 64px;
}
.right_gg .code span {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.right_gg .right_gg-item {
  position: relative;
  display: block;
  width: 98px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  letter-spacing: 1.68px;
  cursor: pointer;
}
.right_gg .right_gg-item span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  box-sizing: border-box;
}
.right_gg .right_gg-item:hover {
  color: #F6D3AE;
}
.right_gg .top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.right_gg .top a {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 5px;
  background: url(../images/nav/top.png) no-repeat center;
  cursor: pointer;
  transition: all 0.3;
}
.right_gg .top a:hover {
  transform: translateY(-3px);
}
.right_gg .top p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.right_gg .top p i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url(../images/nav/phone.png) no-repeat center;
  vertical-align: middle;
}
.right_gg .close {
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  font-size: 40px;
  cursor: pointer;
}
@-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);
  }
}
