
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Noto+Serif+SC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Space+Grotesk:wght@300..700&display=swap');
:root{
  --gold-1:#f6e7c6;
  --gold-2:#e3c58c;
  --gold-3:#b58a3b;
  --paper:#f3e7cf;
  --paper-2:#efe1c7;
  --nav:#1c1c1e;
  --nav2:#2a2a2d;
  --white: #fff;
  --muted: rgba(255,255,255,.75);
  --shadow: 0 18px 60px rgba(0,0,0,.35);
}

html,body{height:100%;}
body{
  font-family: "Lexend", sans-serif !important;
  font-optical-sizing: auto !important;
  background-color: #2c2e31;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 3440px auto;
  font-family:Microsoft YaHei;
  position: relative;
  color: #f2fafe;
}
.logo {
  width: 160px;
  top: 10px;
  margin-top: 25px;
}
.navbar-zt {
  padding: 0;
  margin: 0;
  justify-content: center;
  height: 90px;
}
.navbar-zt .container {
    margin: 0;
    padding: 0;
    height: 100%;
}
a{ text-decoration:none; }
.container-hero{ max-width: 1200px; }

/* Top bar like screenshot */
.topbar{
  position: sticky;
  top:0;
  z-index: 1035;
  background: linear-gradient(180deg, rgba(20,20,22,.96), rgba(20,20,22,.86));
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.bg-info-app {
    background-image: url("../img/bj.png");
    /* position: absolute; */
    width: 54%;
    /* display: flex; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* aspect-ratio: 714 / 90; */
    height: 193px;
}
.bg-info-app .bg-center {
    display: grid;
    gap: 4px;
    width: 31%;
}
.bg-info-app .bg-download{
    background-image: url("./../img/btn_download.jpg");
    background-size: cover;
    background-position: center;
    width: 194px;
    height: 165px;
}
.bg-info-app .bg-napthe{
    background-image: url("./../img/btn-napthe.png");
    background-size: cover;
    background-position: center;
    width: 194px;
    height: 165px;
}
.bg-info-app .bg-hotro{
    background-image: url("./../img/btn-hotro.png");
    background-size: cover;
    background-position: center;
    width: 194px;
    height: 60px;
    display: block;
}
.bg-info-app .bg-zalo{
    background-image: url("./../img/btn-zalo.png");
    background-size: cover;
    background-position: center;
    width: 194px;
    height: 61px;
    display: block;
    gap: 10px;
}
.brand{
  display:flex; align-items:center; gap:.65rem;
}
.brand-badge{
  width:34px; height:34px; border-radius:10px;
  background: radial-gradient(circle at 30% 30%, #ffd889, #b57c2c);
  box-shadow: 0 10px 20px rgba(0,0,0,.25);
}
.brand-title{
  color:#fff; font-weight:800; letter-spacing:.2px;
}
.navbar-dark .navbar-nav .nav-link{
  color: rgba(255,255,255,.85);
  font-weight: 600;
  padding: .75rem .9rem;
  font-size: 19px;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover{ color:#fff; }
.navbar-dark .navbar-nav .nav-link.active{
  color:#fff;
  position:relative;
}
.navbar-dark .navbar-nav .nav-link.active::after{
  content:"";
  position:absolute;
  left:.9rem; right:.9rem; bottom:.35rem;
  height:2px;
  background: linear-gradient(90deg, transparent, rgba(255,216,137,.95), transparent);
}
.navbar-zt .navbar-nav {
    margin-left: auto !important;
    height: 100%;
    align-items: center;
}
.navbar-zt .navbar-nav li.nav-item {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 20px;
}
.navbar-zt .navbar-nav li.nav-item:hover,
.navbar-zt .navbar-nav li.nav-item.active {
    background: url(../img/act.png) no-repeat;
    background-position-y: 3px;
    background-position-x: 50%;
}
/* Hero */
.hero{
  background: #000;
}
.hero-wrap{
  position:relative;
  height: 800px;
  background: url("./../img/banner.jpeg") center/cover no-repeat;
  overflow:hidden;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background: radial-gradient(900px 220px at 36% 52%, rgba(0,0,0,.15), rgba(0,0,0,.62) 260%, rgba(0,0,0,.72));
}
.hero-content{
  position:absolute;
  left:0; right:0; bottom:0;
  padding: 36px 0 26px;
}
.hero-title{
  color: #fff;
  text-shadow: 0 10px 30px rgba(0,0,0,.35);
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.05;
  font-size: 100px;
}
.hero-title .gold{
  background: linear-gradient(180deg, #fff0c9, #ffd58a, #c98e2c);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter: drop-shadow(0 10px 19px rgba(0,0,0,.25));
}
.hero-sub{
  color: rgba(255,255,255,.90);
  text-shadow: 0 10px 20px rgba(0,0,0,.4);
}

/* Download bar */
.download-bar{
  display:flex;
  gap:12px;
  align-items:stretch;
  justify-content: center;
  margin-top: 14px;
  width: 100%;
}
.download-bar .bg-download:hover,
.download-bar .bg-napthe:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
}

.qr-box{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 12px;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
}
.qr-box img{
  width:80px; height:80px;
  border-radius: 6px;
  border: 2px solid rgba(255,255,255,.18);
}
.dl-btn{
  min-width: 170px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.55);
  color: #fff;
  font-weight: 800;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.dl-btn.primary{
  background: linear-gradient(180deg, rgba(66,153,225,.95), rgba(37,99,235,.95));
  border-color: rgba(255,255,255,.12);
}
.dl-btn:hover{ filter: brightness(1.05); }

/* Section decorations */
.section{
  padding: 52px 0;
}
.section-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  margin-bottom: 22px;
}
.section-title .bar{
  height:2px;
  width: 210px;
  background: linear-gradient(90deg, transparent, rgba(181,138,59,.75), transparent);
}
.section-title h2{
  margin:0;
  font-weight: 900;
  color:#6f4a18;
  letter-spacing: 2px;
  font-size: 22px;
}

/* News block */
.news-panel{
  background: #fff;
  /*background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.35));*/
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
  overflow:hidden;
}
.news-left{
  background: url("./../img/news_left.png") center/cover no-repeat;
  min-height: 240px;
}
.news-right{
  padding: 12px 16px 14px;
}
.news-tabs{
  display:flex;
  gap: 14px;
  padding: 6px 0 10px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  margin-bottom: 6px;
}
.news-tab{
  font-weight: 800;
  color:#4a3b2a;
  opacity:.85;
  cursor:pointer;
  position:relative;
  padding: 6px 2px;
}
.news-tab.active{
  opacity:1;
}
.news-tab.active::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-10px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(181,138,59,.9), transparent);
}
.news-list{
  margin:0; padding:0;
  list-style:none;
}
.news-item{
  display:flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,.15);
}
.news-item:last-child{ border-bottom:0; }
.news-item .dot{
  width:8px; height:8px; border-radius: 99px;
  background: linear-gradient(180deg, #f7d392, #b58a3b);
  margin-top: 7px;
}
.news-item a{ color:#1f2328; font-weight: 650; }
.news-item a:hover{ text-decoration: underline; }
.news-item .date{
  margin-left:auto;
  color:#8b6b3a;
  font-weight: 800;
  font-size: 12px;
}

/* Roles block (large image with side buttons) */
.role-stage{
  position:relative;
  border-radius: 12px;
  overflow:hidden;
  background: #2d1b26;
  box-shadow: var(--shadow);
  border: 1px solid rgba(181,138,59,.35);
}
.role-bg{
  height: 420px;
  background: url("./../img/role_swordsman.png") center/cover no-repeat;
}
.role-side{
  position:absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.role-pill{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.35);
  display:grid;
  place-items:center;
  color:#fff;
  cursor:pointer;
}
.role-pill.active{
  background: linear-gradient(180deg, rgba(255,216,137,.9), rgba(181,138,59,.9));
  color:#1b1208;
  border-color: rgba(255,255,255,.18);
}
.role-caption{
  position:absolute;
  left: 16px;
  top: 14px;
  display:flex;
  gap: 10px;
  align-items:center;
}
.role-chip{
  padding: 7px 10px;
  border-radius: 10px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight: 900;
}
.role-chip small{
  display:block;
  font-weight: 700;
  color: rgba(255,255,255,.75);
}

/* Feature slider */
.feature-card{
  position:relative;
  border-radius: 12px;
  overflow:hidden;
  border: 1px solid rgba(181,138,59,.35);
  box-shadow: var(--shadow);
  background:#1b1111;
}
.feature-slide{
  height: 360px;
  background: url("./../img/feature_slider_1.png") center/cover no-repeat;
}
.feature-dots{
  display:flex;
  justify-content:center;
  gap: 8px;
  padding: 12px 0 4px;
}
.feature-dot{
  width: 10px; height: 10px; border-radius: 99px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(181,138,59,.45);
  cursor:pointer;
}
.feature-dot.active{
  background: linear-gradient(180deg, #ffd889, #b58a3b);
}

/* Journey map */
.journey{
  position:relative;
  border-radius: 12px;
  overflow:hidden;
  border: 1px solid rgba(181,138,59,.35);
  box-shadow: var(--shadow);
  background: #141218;
}
.journey .img{
  height: 430px;
  background: url("./../img/journey_map.png") center/cover no-repeat;
}
.journey-tags{
  position:absolute;
  left: 18px;
  bottom: 16px;
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}
.tag{
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.18);
  color:#fff;
  font-weight: 800;
}

/* Footer */
#footer{
  background: rgba(0,0,0,0.9) !important;
  color: rgba(255,255,255,.72) !important;
  border-top: 1px solid rgba(255,255,255,.12) !important;
}
.footer-qr{
  display:flex;
  gap: 18px;
  justify-content:center;
  padding: 24px 0 10px;
}
.footer-qr .item{
  text-align:center;
  width: 190px;
}
.footer-qr img{
  width: 140px; height:140px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.footer-qr .label{
  margin-top: 10px;
  font-weight: 900;
  color:#fff;
}
.footer-bottom{
  padding: 14px 0 24px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255,255,255,.62);
}
.small-links a{ color: rgba(255,255,255,.72); }
.small-links a:hover{ color:#fff; }

/* Responsive */
@media (max-width: 992px){
  .bg-title {
    background: url(../img/bg-title.png) no-repeat center !important;
  }
  .btns {
    overflow: scroll !important;
    display: flex;
  }
  .btns span:hover, .btns span.active {
      background-position: -105px 0 !important;
      cursor: pointer !important;
  }
  .btns span {
      /* width: 118px !important; */xa
      /* height: 100% !important; */
      line-height: 52px !important;
      font-size: 12px !important;
      background-size: 212px !important;
  }
  .b2 {
    height: auto !important;
  }
  #header-main .mobile-button {
      font-size: 30px;
      position: absolute;
      right: 10px;
      color: #fff;

  }
  .header-zt,
  .navbar-zt {
    height: 50px !important;
  }
  .logo {
      width: 110px;
      top: 2px;
      margin-top: 0;
      position: absolute;
  }
  .hero-title {
    font-size: 30px;
  }
  .hero-wrap{ height: 520px; }
  .download-bar {
      flex-wrap: wrap;
      display: none;
  }
  .dl-btn{ min-width: 160px; }
  .hero-content {
      padding: 0;
      bottom: 10%;
  }
}
@media (max-width: 576px){
  .hero-wrap{ height: 520px; }
  .hero-content{ padding: 28px 0 18px; }
  .news-left{ min-height: 200px; }
  .role-bg{ height: 360px; }
  .feature-slide{ height: 300px; }
  .journey .img{ height: 320px; }
}
.clear{
  clear:both;
}
.b2 {
    height: 1000px;
    /* background: url(../img/b2.jpg) no-repeat center 0; */
    background-position-y: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}
.k2 {
    width: 100%;
    height: 343px;
    position: relative;
    background: url(../img/k2.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background-position: center;
}
.k2 .swiper-slide {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-info-app .btn-game {
    background-image: url(./../img/btngame.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 48px;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-game:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  filter: drop-shadow(2px 4px 6px black);
}
.btn-game span{
  background: linear-gradient(
359deg, #a19f9b, #563c0e, #120e08);
  -webkit-background-clip:text;
  /* background-clip:text; */
  color:transparent;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.25));
  font-size: 22px;
  font-weight: bold;
  background-size: initial;
  line-height: 35px;
}
.bg-title {
  width: 100%;
  height: 70px;
  background: url(../img/bg-title2.png) no-repeat center;
  text-align: center;
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF9800;
}
.bg-title .title {
  color: #785c44;
}
.header-zt{
  width:100%;
  height:83px;
  /* background:url(../img/header.png) no-repeat center; */
  position: absolute;
  left:50%;
  top: 0;
  z-index:15;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  background: #272b419c;
}
.header-zt .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    height: 100%;
}
.h_wrap{
  width:1780px;
  position:relative;
  margin:0 auto 0;
}
.header_ul{
  float:left;
  margin-left:270px;
}
.header_ul li{
  padding: 10px;
  height:100%;
  position:relative;
  float:left;
  text-align: center;
  cursor: pointer;
}
/*.header_ul>li:nth-child(1) a{
  display: block;
  font-size:22px;
  color: #fff;
  line-height:83px;
  height:89px;
}
.header_ul>li:nth-child(1):hover a{
  background:url(../c_images/act.png) no-repeat;
  background-position-y: 2px;
}*/
.header_ul li span{
  display: block;
  height:89px;
  font-size:22px;
  color: #fff;
  line-height:83px;
  z-index:2;
  position:relative;
}
.header_ul li i{
  display: block;
  width:1px;
  height:72px;
  background:url(../img/tiao.png) no-repeat center;
  position:absolute;
  right:0;
  top:8px;
}
.header_ul li.active span,
.header_ul > li{
  background:url(../img/act.png) no-repeat;
  background-position-y: 2px;
}

.navbar-nav li:hover > ul {
  display: block;
  position: absolute;
  top: 79px;
  width: max-content;
  min-width: 300px;  
  margin: 0;
  padding: 10px;
}

.navbar-nav li ul {
  border: 0;
  display: none;
  background-color: rgba(21,32,61,.84);
  position: absolute;
  margin-top: -7px;
  padding: 20px 0;
  white-space: nowrap;
}

.navbar-nav li ul li{
  width:100%;
  font-size:18px;
  line-height:40px;
}
.navbar-nav li ul li a{
  color:rgba(255,255,255,1);
}
.navbar-nav li ul li:hover a{
  color:rgb(255, 255, 255,.8);
}
@keyframes vGo{
    0%{transform: scale(1);-webkit-transform: scale(1);}
    50%{transform: scale(1.1);-webkit-transform: scale(1.1);}
    100%{transform: scale(1);-webkit-transform: scale(1);}
}
@-webkit-keyframes vGo{
    0%{transform: scale(1);-webkit-transform: scale(1);}
    50%{transform: scale(1.1);-webkit-transform: scale(1.1);}
    100%{transform: scale(1);-webkit-transform: scale(1);}
}
@-webkit-keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
  }
}

@-moz-keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
  }
}

@keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
  }
}

@-ms-keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 8px);
  }
}
@keyframes iGo{
    0%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
    50%{transform: translate(0,0);-webkit-transform: translate(0,0);}
    100%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
}
@-webkit-keyframes iGo{
    0%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
    50%{transform: translate(0,0);-webkit-transform:translate(0,0);}
    100%{transform: translate(0,160px);-webkit-transform: translate(0,160px);}
}
/* Danh sÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ch chÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ */
.letter-nav{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.letter-nav span{
  cursor:pointer;
  padding:6px 12px;
  border-radius:6px;
  transition:.2s;
  user-select:none;
  background: linear-gradient(180deg, #fff0c9, #ffd58a, #ffd082);
  /* height: 100px; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.letter-nav span.active{
  /* background:#38bdf8; */
  color:#020617;
  background: linear-gradient(180deg, #fff0c9, #ffd58a, #c98e2c);
  border: 1px solid #c98e2c;
}

.letter-nav span:hover{
 border: 1px solid #c98e2c;
}
.btns{position: absolute;width: 100%;height: 72px;overflow: scroll;text-align: center;z-index: 9999}
.btns span{ display: inline-block; width: 145px; height: 72px; text-align: center; line-height: 72px; overflow: hidden; font-size: 18px; color: #6d0000; background:url(../img/btn.png) no-repeat; }
.btns span:hover,.btns span.active{ background-position: -144px 0; cursor: pointer }

.slogan img{
  display: block;
}
.slogan::after{
  content: '';
  position: absolute;
  inset: 20%;
  background: linear-gradient(45deg, rgba(255,255,255,0) 30%, rgba(255, 255, 255, 0.7), rgba(255,255,255,0) 60%);
  animation: shark-wrap 2.8s infinite;
  transform: translateX(-60%);
}
@keyframes shark-wrap {
  to {
    transform: translateX(70%);
  }
}
@media screen and (min-width: 3000px) {
  .slogan {
    transform: scale(0.8);
    top: 320px;
  }
}
@media screen and (max-width: 1920px) {
  .slogan {
    transform: scale(0.8) translateY(0px);
    left: 256px;
  }
}
@media screen and (max-width: 1512px) {
  .slogan {
    left: 226px;
    transform: scale(0.8) translateY(50px);
  }
}
.bg-white {
  background: #fff;
  color: #000;
}
.innertitle {
   
    background: #f4f4f4;
    padding: 15px;
}
.gold-button {
    width: 260px;
    height: 90px;
    border-radius: 16px;
    border: 2px solid #cfa23a;
    cursor: pointer;

    /* nÃ¡Â»Ân vÃƒÂ ng cam gradient */
    background: linear-gradient(
        180deg,
        #ffe9a8 0%,
        #ffd36a 30%,
        #f0a32e 65%,
        #d67812 100%
    );

    /* hiÃ¡Â»â€¡u Ã¡Â»Â©ng nÃ¡Â»â€¢i */
    box-shadow:
        inset 0 2px 4px rgba(255,255,255,.7),
        inset 0 -3px 6px rgba(0,0,0,.25),
        0 6px 12px rgba(0,0,0,.35);

    position: relative;
    overflow: hidden;
}

/* lÃ¡Â»â€ºp ÃƒÂ¡nh sÃƒÂ¡ng */
.gold-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,.55),
        rgba(255,255,255,0) 60%
    );
    opacity: .45;
}

/* hover */
.gold-button:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 2px 5px rgba(255,255,255,.8),
        inset 0 -3px 6px rgba(0,0,0,.25),
        0 10px 18px rgba(0,0,0,.4);
}

/* click */
.gold-button:active {
    transform: translateY(1px);
    box-shadow:
        inset 0 4px 8px rgba(0,0,0,.35);
}
.gold-button {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E"),
        linear-gradient(180deg,#ffe9a8,#f0a32e,#d67812);
}

.float {
    width: 222px;
    height: 457px;
    background: url(../img/i_flo.png) no-repeat center;
    position: fixed;
    right: 0;
    top: 45%;
    transform: translate(0, -45%);
    -webkit-transform: translate(0, -45%);
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: 20;
}

.float.active {
    right: -200px;
}
.f_code {
    width: 170px;
    height: 170px;
    background-color: #a1916e;
    border: 1px solid #d1b775;
    margin: 28px auto 0;
    position: relative;
}

.f_code img:nth-child(1) {
    display: block;
    width: 159px;
    height: 159px;
    margin: 7px auto 0;
}

.f_code img:nth-child(2) {
    display: block;
    width: 183px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin-left: -91.5px;
    top: 0;
    animation: iGo 3s linear infinite;
    -webkit-animation: iGo 3s linear infinite;
}

.float a {
    display: block;
    width: 172px;
    height: 55px;
    /* margin: 10px auto 0; */
    transition: all .5s;
    -webkit-transition: all .5s;
}

.float a:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
}

.float .op_close {
    width: 42px;
    height: 56px;
    background: url(../img/op.png) no-repeat center;
    position: absolute;
    left: -19px;
    top: 216px;
    cursor: pointer;
}

.float.active .op_close img {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    margin-left: 11px;
}

.float .op_close img {
    display: block;
    width: 11px;
    height: 18px;
    margin: 20px 0 0 16px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.sidebar {
    width: 190px;
    position: absolute;
    z-index: 2;
    overflow-x: hidden;
    right: 10px;
    top: 17px;
}

.sidebar .title {
    position: relative;
    background: #622b1e;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.sidebar .title span {
    display: block;
    width: 100%;
    float: left;
}

.sidebar .title .f16 {
    font-size: 16px;
}

.sidebar .title .f12 {
    font-size: 12px;
}

.sidebar .title .brown {
    color: #715a44;
}

.sidebar .title .more {
    width: 17px;
    height: 17px;
    background: #5E281C;
    border: 1px solid #9C5747;
    position: absolute;
    top: 22px;
    right: 9px;
    background-image: url(../../images/v22/left/leftbar-arr.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
}

.sidebar .title .more:hover {
    background-color: #9d4d39;
    border-color: #cb6c54;
}

.sidebar .download {
    width: 100%;
    /* height: 264px; */
    display: block;
    position: relative;
    z-index: 1;
    background: #583004;
}

.sidebar .download:hover {
    background-position: -303px 0;
}

.sidebar .download a {
    display: block;
    position: relative;
    width: 100%;
    height: 92px;
    overflow: hidden;
    background: url(../img/btndownload.png) no-repeat 0 0;
    text-align: center;
    font-size: 25px;
    align-items: center;
    padding-top: 30px;
}
.sidebar .download a span {
    background: linear-gradient(359deg, #a19f9b, #563c0e, #120e08);
    -webkit-background-clip: text;
    /* background-clip: text; */
    color: transparent;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .25));
    font-size: 22px;
    font-weight: bold;
    background-size: initial;
    line-height: 35px;
}
.sidebar .download a:nth-child(2) {
    background-position-y: -94px;
}

.sidebar .download a:nth-child(3) {
    height: 74px;
    background-position-y: -185px;
    padding-top: 17px;
}

.sidebar .download a:hover {
    filter: brightness(1.1);
}

.sidebar .download a::before {
    content: "";
    position: absolute;
    width: 37px;
    height: 22px;
    left: 12px;
    top: 38px;
    overflow: hidden;
    background: url(../img/db4.png) repeat-y center 0;
    transition-duration: 0.6s;
}

.sidebar .download a:nth-child(2)::before {
    background-image: url(/images/v22/left/db3.png);
}

.sidebar .download a:nth-child(3)::before {
    display: none;
}

.sidebar .download a:hover::before {
    background-position-y: 22px;
}

.sidebar .fresh {
    z-index: 2;
    position: relative
}

.sidebar .freshgift {
    width: 240px;
    height: 64px;
    background: url(../../images/v17/index/common.png) no-repeat 0 -201px;
    display: block;
    position: relative;
    z-index: 1;
}

.sidebar .freshgift:hover {
    background-position: -242px -201px;
}

.sidebar .fresh .link_wrap {
    width: 100%;
}

.sidebar .fresh .link {
    width: 100%;
    height: 63px;
    line-height: 63px;
    border-top: 1px solid #432013;
    background: #6F392E;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
}

.sidebar .fresh .link em {
    position: relative;
}

.sidebar .fresh .link i {
    display: inline-block;
    width: 69px;
    height: 63px;
    background-repeat: no-repeat;
    background-position: center center;
}

.sidebar .fresh .link:hover {
    background: #612f25;
}

.sidebar .fresh .link:hover i {
    animation: scale1 ease 1.3s 1;
}
.btns-news span:hover, .btns-news span.active {
    background-position: -94px 0;
    cursor: pointer;
}
.btns-news span {
    display: inline-block;
    width: 90px;
    height: 48px;
    text-align: center;
    line-height: 49px;
    overflow: hidden;
    font-size: 13px;
    color: #6d0000;
    background: url(../img/btn.png) no-repeat;
    background-size: 189px;
}