@font-face {
  font-family: "HarmonyOS-L";
  src: url("../fonts/HarmonyOS_SansSC_Light.woff2");
}
@font-face {
  font-family: "HarmonyOS-M";
  src: url("../fonts/HarmonyOS_SansSC_Medium.woff2");
}
@font-face {
  font-family: "HarmonyOS-B";
  src: url("../fonts/HarmonyOS_SansSC_Bold.woff2");
}
* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

body {
  margin: 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  font-family: "PingFang SC-Medium", "sans-serif";
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.img {
  font-size: 0;
}
.img img {
  max-width: 100%;
}

.header-wrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-wrap.home-header {
  position: fixed;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  box-shadow: none;
}
.header-wrap.home-header .logo {
  background-image: url("../images/logo.svg");
}
.header-wrap.home-header .vip-btn {
  border: 1px solid #FFFFFF;
}
.header-wrap.home-header .user .buttons a {
  color: #fff;
}
.header-wrap.active {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-wrap.active .logo {
  background-image: url("../images/logo2.svg");
}
.header-wrap.active .vip-btn {
  border-color: #E5E5E5;
}
.header-wrap.active .user .buttons a {
  color: #333;
}
.header-wrap .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.header-wrap .logo {
  display: block;
  width: 156px;
  height: 28px;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  background-image: url("../images/logo2.svg");
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header-wrap .nav-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-wrap .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-wrap .nav li {
  position: relative;
  margin-right: 50px;
}
.header-wrap .nav li::before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 4px;
  background: #FFCF1D;
  border-radius: 3px;
}
.header-wrap .nav li.active::before, .header-wrap .nav li:hover::before {
  display: block;
}
.header-wrap .nav li.active a, .header-wrap .nav li:hover a {
  color: #FFCF1D;
}
.header-wrap .nav li:hover .dropdown {
  display: block;
}
.header-wrap .nav li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header-wrap .nav li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 5px;
  min-width: 110px;
}
.header-wrap .nav li .dropdown-box {
  padding: 5px 10px;
  text-align: left;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
}
.header-wrap .nav li .dropdown-box a {
  line-height: 40px;
  color: #666666;
  font-family: "HarmonyOS_Sans_SC_Medium";
}
.header-wrap .nav li .dropdown-box a:hover {
  color: #FFCF1D;
}
.header-wrap .vip-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 118px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
}
.header-wrap .vip-btn svg {
  margin-right: 2px;
  display: block;
  width: 20px;
  height: 20px;
  fill: #FFC72B;
}
.header-wrap .vip-btn:hover {
  color: #fff;
  border-color: transparent;
  background: -webkit-linear-gradient(228deg, #CC9C53 0%, #4C3621 100%);
  background: -moz-linear-gradient(228deg, #CC9C53 0%, #4C3621 100%);
  background: -o-linear-gradient(228deg, #CC9C53 0%, #4C3621 100%);
  background: linear-gradient(222deg, #CC9C53 0%, #4C3621 100%);
}
.header-wrap .vip-btn:hover svg {
  fill: #fff;
}
.header-wrap .login-btn {
  margin-left: 40px;
}
.header-wrap .login-btn:hover {
  color: #FFCF1D;
}
.header-wrap .user {
  margin-left: 20px;
  display: none;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-wrap .user .buttons {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  height: 100%;
}
.header-wrap .user .buttons a {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #333333;
}
.header-wrap .user .buttons a:hover {
  color: #FFCF1D;
}
.header-wrap .user .buttons a.active {
  color: #FFCF1D;
}
.header-wrap .user .buttons a.active::before {
  display: block;
}
.header-wrap .user .buttons a::before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 4px;
  background: #FFCF1D;
  border-radius: 3px;
}
.header-wrap .user .buttons span {
  margin: 0 20px;
  display: block;
  width: 2px;
  height: 15px;
  background: #979797;
}
.header-wrap .user .info {
  margin-left: 13px;
  position: relative;
}
.header-wrap .user .info .img {
  cursor: pointer;
}
.header-wrap .user .info .img img {
  display: block;
  width: 34px;
  border-radius: 50%;
}
.header-wrap .user .info:hover .dropdown {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.header-wrap .user .dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 28px;
  -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
      -ms-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.header-wrap .user .dropdown .box {
  padding: 20px 18px;
  width: 318px;
  height: 255px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 3px rgba(56, 56, 56, 0.05);
  border-radius: 4px;
}
.header-wrap .user .dropdown .user-info {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrap .user .dropdown .user-info .img {
  margin-right: 9px;
  display: block;
  width: 38px;
  border-radius: 50%;
}
.header-wrap .user .dropdown .user-info span {
  display: block;
}
.header-wrap .user .dropdown .user-info .name {
  width: 110px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header-wrap .user .dropdown .user-info .vip {
  margin-left: 9px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  line-height: 24px;
  background: -webkit-linear-gradient(333deg, #FFD06C 0%, #FF771F 100%);
  background: -moz-linear-gradient(333deg, #FFD06C 0%, #FF771F 100%);
  background: -o-linear-gradient(333deg, #FFD06C 0%, #FF771F 100%);
  background: linear-gradient(117deg, #FFD06C 0%, #FF771F 100%);
  border-radius: 12px;
  color: #FFFFFF;
}
.header-wrap .user .dropdown .user-info .vip i {
  margin-top: 3px;
  margin-left: 4px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/vip_white.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.header-wrap .user .dropdown .user-info .out-login-button {
  margin-left: auto;
  font-size: 14px;
  color: #333333;
}
.header-wrap .user .dropdown .user-info .out-login-button:hover {
  color: #FFC65D;
}
.header-wrap .user .dropdown .vip-info {
  margin-bottom: 14px;
  padding: 0 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: url("../images/user_bg.jpg") no-repeat;
  -o-background-size: cover;
     background-size: cover;
  color: #B96F00;
  font-size: 12px;
}
.header-wrap .user .dropdown .vip-info .t1 {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: bold;
}
.header-wrap .user .dropdown .vip-info .button {
  margin-left: 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 26px;
  background: -webkit-linear-gradient(307deg, #FFC65D 0%, #FF7D24 100%);
  background: -moz-linear-gradient(307deg, #FFC65D 0%, #FF7D24 100%);
  background: -o-linear-gradient(307deg, #FFC65D 0%, #FF7D24 100%);
  background: linear-gradient(143deg, #FFC65D 0%, #FF7D24 100%);
  border-radius: 16px;
  font-size: 12px;
  color: #FFFFFF;
}
.header-wrap .user .dropdown .navbar .tit {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.header-wrap .user .dropdown .navbar ol {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #666666;
}
.header-wrap .user .dropdown .navbar ol .img {
  margin: 0 auto;
  margin-bottom: 8px;
  width: 20px;
}

.side-nav {
  position: fixed;
  right: 0;
  bottom: 365px;
  width: 72px;
  padding: 15px 0;
  background: #FFCF1D;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 9;
}
.side-nav a {
  margin-bottom: 20px;
  position: relative;
  display: block;
  cursor: pointer;
}
.side-nav a:nth-child(3) svg {
  margin-bottom: 8px;
}
.side-nav a:nth-child(4) svg {
  width: 16px;
  height: 16px;
}
.side-nav a:hover {
  color: #fff;
  font-weight: bold;
}
.side-nav a:hover .dropdown {
  display: block;
}
.side-nav a:last-child {
  margin-bottom: 0;
}
.side-nav a svg {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
.side-nav a p {
  margin-top: 3px;
}
.side-nav .dropdown {
  display: none;
  position: absolute;
  top: 0;
  right: 75px;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.19);
}
.side-nav .dropdown img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-wrap {
  padding: 40px 0 35px;
  background-color: #242424;
  color: #999999;
  font-size: 14px;
}
.footer-wrap .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-wrap .left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-wrap .left .title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
}
.footer-wrap .left .links {
  margin-right: 85px;
}
.footer-wrap .left .links a {
  margin-bottom: 10px;
  display: block;
  width: 96px;
  line-height: 34px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #505050;
  color: #999999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-wrap .left .links a:hover {
  color: #fff;
  background-color: #FFCF1D;
  border-color: #FFCF1D;
}
.footer-wrap .left .address p {
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-wrap .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-wrap .right .logo {
  margin-left: auto;
  margin-bottom: 50px;
  width: 132px;
}
.footer-wrap .right .qr-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-wrap .right .qr-box .qr-item {
  margin-right: 30px;
  text-align: center;
}
.footer-wrap .right .qr-box .qr-item:last-child {
  margin-right: 0;
}
.footer-wrap .right .qr-box .img {
  padding: 5px;
  background: #F7F7F7;
  border-radius: 5px;
}
.footer-wrap .right .qr-box p {
  margin-top: 15px;
  font-size: 12px;
}

.global-hd {
  padding: 60px 0;
  text-align: center;
  font-size: 30px;
}
.global-hd h3 {
  font-family: "HarmonyOS-M";
  color: #000000;
}

.global-move-button i {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  -webkit-animation: flash 1s infinite;
     -moz-animation: flash 1s infinite;
       -o-animation: flash 1s infinite;
          animation: flash 1s infinite;
}
.global-move-button i:nth-child(1) {
  margin-bottom: -18px;
}

.global-button {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 58px;
  background: #FFD800;
  border-radius: 29px;
  color: #333333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.global-button:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}

.page_nums{
	margin-top: 15px;
}
.pagination{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.pagination li a{
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #dedede;
	margin: 5px 2px;
}
.pagination li a:hover, .pagination li.active a{
	background: #FFD800;	
	border: 1px solid #FFD800;
	color: #fff;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
         transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
         transform: translateY(-5px);
  }
}

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
       transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
       transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-moz-keyframes flash {
  0%, 100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
}
@-o-keyframes flash {
  0%, 100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    opacity: 0;
    -o-transform: translateY(5px);
       transform: translateY(5px);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media screen and (max-width: 1480px) {
  body {
    font-size: 14px;
  }
  .container {
    margin: 0 auto;
    max-width: 90%;
  }
}/*# sourceMappingURL=common.css.map */