:root {
  --family: "Titillium Web", Arial, "Microsoft Yahei", sans-serif; }

.anvy_btn {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 0 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font: 600 24px/1.2 var(--family) !important;
  width: 322px;
  height: 60px;
  border-radius: 16px;
  border-radius: 9999px;
  background: transparent linear-gradient(278deg, #F20000 0%, #FF0080 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset -2px -5px 6px #D60000, 0px 5px 10px #A20000;
  text-shadow: 0px 2px 2px #00000029;
  text-decoration: none !important;
  box-sizing: border-box;
  outline: 2px solid rgba(255, 249, 235, 0.39); }
  .anvy_btn span {
    display: inline-block;
    padding-left: 4px;
    font: inherit;
    color: inherit; }
  .anvy_btn.btn-green {
    margin: 72px 0 24px;
    height: 62px;
    min-width: 0;
    width: 320px;
    background: linear-gradient(90deg, #17EE92 0%, #00CB75 100%);
    box-shadow: 0px 8px 15px #872C1E80;
    letter-spacing: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0px 2px 2px #00000029; }
    .anvy_btn.btn-green:hover {
      background: linear-gradient(90deg, #3AF5A5 0%, #00EC88 100%);
      box-shadow: 0px 8px 15px #872C1E80; }
  .anvy_btn.btn_small {
    min-width: 137px;
    padding-bottom: 2px;
    height: 28px;
    color: #FAFAFA !important;
    font: 600 14px/1.2 var(--family) !important; }
  .anvy_btn:hover {
    background: linear-gradient(90deg, #FF0080 0%, #F20000 100%) !important; }

.anvy__index {
  height: 802px;
  background: url(./banner_bg.png) center bottom no-repeat;
  text-align: center; }
  .anvy__index_content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
  .anvy__index_pic {
    position: relative;
    z-index: 1;
    margin-top: 154px;
    margin-right: -240px;
    flex-shrink: 0;
    width: 848px; }
    .anvy__index_pic > img {
      position: relative;
      z-index: 1;
      display: inline-block;
      vertical-align: top; }
  .anvy__index_info {
    position: relative;
    z-index: 2;
    margin-right: -180px;
    max-width: 680px;
    text-align: left; }
  .anvy__index_title, .anvy__index_desc, .anvy__index_note {
    padding: 0;
    color: #000;
    font: 400 28px/48px var(--family); }
  .anvy__index_title {
    padding-top: 170px;
    font: 600 34px/56px var(--family); }
    .anvy__index_title b {
      color: #FF18AD; }
  .anvy__index_desc {
    padding: 36px 0 62px;
    max-width: 80%;
    font: 400 28px/1.8 var(--family); }
  .anvy__index_note {
    padding: 10px 0 0;
    color: #9A461B;
    font: 400 16px/1.2 var(--family); }
  .anvy__index_bottom {
    width: 322px;
    text-align: center; }
  .anvy__index .index_anvy_btn {
    width: 321px;
    height: 62px;
    border: none;
    border-radius: 31px;
    outline: 3px solid rgba(255, 217, 135, 0.3);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 10px 15px #FF6767; }
    .anvy__index .index_anvy_btn:hover {
      background: transparent linear-gradient(280deg, #FF0067 0%, #F20000 100%) 0% 0% no-repeat padding-box; }

@media (max-width: 1440px) {
  .anvy__index_content {
    padding: 0 16px;
    justify-content: flex-start; }
  .anvy__index_pic {
    margin-top: 154px;
    margin-right: -240px;
    width: 668px; }
    .anvy__index_pic > img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .anvy__index .anvy__candle {
    bottom: 140px;
    right: 180px; }
  .anvy__index .candle_right {
    bottom: 140px;
    right: 162px; }
  .anvy__index .balloon3 {
    top: 56px;
    right: 200px; }
  .anvy__index .balloon4 {
    top: 20px;
    right: 134px; } }
.header-new .message-module > li.anvy__store_icon {
  padding: 0;
  position: relative;
  margin-right: 20px; }
  .header-new .message-module > li.anvy__store_icon::after {
    display: none !important; }
  .header-new .message-module > li.anvy__store_icon .nav__btn {
    position: relative;
    display: block;
    width: 100%;
    height: 50px; }
    .header-new .message-module > li.anvy__store_icon .nav__btn > img {
      display: inline-block;
      vertical-align: top;
      pointer-events: none;
      margin-top: 2px; }
      .header-new .message-module > li.anvy__store_icon .nav__btn > img[data-type="normal"] {
        z-index: 1 !important;
        visibility: visible !important;
        opacity: 1 !important; }
      .header-new .message-module > li.anvy__store_icon .nav__btn > img[data-type="hover"] {
        position: absolute;
        left: 0;
        top: 0px;
        z-index: -1 !important;
        visibility: hidden !important;
        opacity: 0 !important; }
    .header-new .message-module > li.anvy__store_icon .nav__btn:hover {
      transition: all 0.3s ease; }
      .header-new .message-module > li.anvy__store_icon .nav__btn:hover > img[data-type="hover"] {
        z-index: 1 !important;
        visibility: visible !important;
        opacity: 1 !important; }
      .header-new .message-module > li.anvy__store_icon .nav__btn:hover > img[data-type="normal"] {
        z-index: -1 !important;
        visibility: hidden !important;
        opacity: 0 !important; }

.header-new .nav-box > li.anvy__store_nav .content {
  width: 450px;
  height: 223px;
  border: none;
  background: transparent; }
  .header-new .nav-box > li.anvy__store_nav .content:hover > a > span {
    opacity: 0.9;
    text-decoration: none; }
  .header-new .nav-box > li.anvy__store_nav .content:hover .btn_small {
    background: linear-gradient(90deg, #FFB163 0%, #FF4E00 100%); }
  .header-new .nav-box > li.anvy__store_nav .content > a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end; }
    .header-new .nav-box > li.anvy__store_nav .content > a .anvy_btn {
      position: absolute;
      min-width: 192px;
      max-width: 192px;
      height: 31px;
      left: 0;
      right: 0;
      bottom: -7px;
      margin: auto;
      color: #fff;
      font: normal normal 500 12px/15px Lexend !important; }
    .header-new .nav-box > li.anvy__store_nav .content > a:hover {
      text-decoration: none; }
      .header-new .nav-box > li.anvy__store_nav .content > a:hover .anvy_btn {
        color: #fff; }
  .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl {
    position: relative;
    position: absolute;
    top: 78px;
    right: 26px;
    z-index: 1;
    max-width: 180px; }
    .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dt,
    .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dd {
      color: #000;
      font: 400 14px/1.5 var(--family); }
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dt p,
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dt b,
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dd p,
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dd b {
        color: inherit;
        font: inherit;
        padding: 0; }
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dt b,
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dd b {
        color: #7C4AD5;
        font: 700 14px/1.5 var(--family); }
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dt .store__nav_desc,
      .header-new .nav-box > li.anvy__store_nav .content .store__nav_dl dd .store__nav_desc {
        color: #B96545;
        font: 400 12px/1.2 var(--family); }
  .header-new .nav-box > li.anvy__store_nav .content .btn_small {
    margin: 10px 0 8px; }
  .header-new .nav-box > li.anvy__store_nav .content .store__nav_pic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    pointer-events: none; }

html[lang="en"] .anvy__index .anvy-time b,
html[lang="en"] .anvy__index .anvy-time {
  font-size: 16px; }
html[lang="en"] .anvy__index .anvy-time::before {
  top: 5px; }
html[lang="en"] .anvy-downcount {
  margin: 6px auto 10px;
  text-align: center;
  background: linear-gradient(90deg, rgba(37, 36, 40, 0) 0%, rgba(255, 255, 255, 0.231) 50%, rgba(36, 35, 39, 0) 100%); }
html[lang="en"] .anvy-time {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #9A461B;
  padding-left: 32px; }
html[lang="en"] .anvy-time::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background: url(./clock.svg) top center no-repeat; }
html[lang="en"] .anvy-time b {
  display: inline-block;
  color: #9A461B;
  font-size: 14px;
  font-weight: 700; }

body[data-name="ascpro"] .vd-pop-mask,
body[data-name="dbpro"] .vd-pop-mask,
body[data-name="iupro"] .vd-pop-mask,
body[data-name="imfpro"] .vd-pop-mask,
body[data-name="sdpro"] .vd-pop-mask,
body[data-name="dbpro"] .vd-pop-mask {
  background: rgba(0, 0, 0, 0.4); }
body[data-name="ascpro"] .ascprob-banbuybox .ascprob-planbox .price,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .price,
body[data-name="iupro"] .ascprob-banbuybox .ascprob-planbox .price,
body[data-name="imfpro"] .ascprob-banbuybox .ascprob-planbox .price,
body[data-name="sdpro"] .ascprob-banbuybox .ascprob-planbox .price,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .price {
  margin-top: 0px; }
  body[data-name="ascpro"] .ascprob-banbuybox .ascprob-planbox .price .cursymbol,
  body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .price .cursymbol,
  body[data-name="iupro"] .ascprob-banbuybox .ascprob-planbox .price .cursymbol,
  body[data-name="imfpro"] .ascprob-banbuybox .ascprob-planbox .price .cursymbol,
  body[data-name="sdpro"] .ascprob-banbuybox .ascprob-planbox .price .cursymbol,
  body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .price .cursymbol {
    top: 2px;
    margin-right: -20px; }
body[data-name="ascpro"] .ascprob-banbuybox .ascprob-planbox h6,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox h6,
body[data-name="iupro"] .ascprob-banbuybox .ascprob-planbox h6,
body[data-name="imfpro"] .ascprob-banbuybox .ascprob-planbox h6,
body[data-name="sdpro"] .ascprob-banbuybox .ascprob-planbox h6,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox h6 {
  margin-top: 20px;
  margin-bottom: 20px; }
body[data-name="ascpro"] .ascprob-banbuybox .ascprob-planbox .year,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .year,
body[data-name="iupro"] .ascprob-banbuybox .ascprob-planbox .year,
body[data-name="imfpro"] .ascprob-banbuybox .ascprob-planbox .year,
body[data-name="sdpro"] .ascprob-banbuybox .ascprob-planbox .year,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .year {
  height: 54px;
  margin-top: 20px;
  font: normal normal bold 20px/24px Roboto; }
  body[data-name="ascpro"] .ascprob-banbuybox .ascprob-planbox .year span,
  body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .year span,
  body[data-name="iupro"] .ascprob-banbuybox .ascprob-planbox .year span,
  body[data-name="imfpro"] .ascprob-banbuybox .ascprob-planbox .year span,
  body[data-name="sdpro"] .ascprob-banbuybox .ascprob-planbox .year span,
  body[data-name="dbpro"] .ascprob-banbuybox .ascprob-planbox .year span {
    display: block;
    width: 124px;
    height: 24px;
    background-color: #00A764;
    margin: 0px auto;
    color: #fff;
    font: normal normal 500 14px/24px Roboto; }
body[data-name="ascpro"] .ascprob-banbuybox .scprob-3planbox .price .cursymbol, body[data-name="ascpro"] .ascprob-banbuybox .ascprob-3planbox .price .cursymbol,
body[data-name="dbpro"] .ascprob-banbuybox .scprob-3planbox .price .cursymbol,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-3planbox .price .cursymbol,
body[data-name="iupro"] .ascprob-banbuybox .scprob-3planbox .price .cursymbol,
body[data-name="iupro"] .ascprob-banbuybox .ascprob-3planbox .price .cursymbol,
body[data-name="imfpro"] .ascprob-banbuybox .scprob-3planbox .price .cursymbol,
body[data-name="imfpro"] .ascprob-banbuybox .ascprob-3planbox .price .cursymbol,
body[data-name="sdpro"] .ascprob-banbuybox .scprob-3planbox .price .cursymbol,
body[data-name="sdpro"] .ascprob-banbuybox .ascprob-3planbox .price .cursymbol,
body[data-name="dbpro"] .ascprob-banbuybox .scprob-3planbox .price .cursymbol,
body[data-name="dbpro"] .ascprob-banbuybox .ascprob-3planbox .price .cursymbol {
  margin-right: -10px; }

.backtop {
  bottom: 40%; }

.anvy__popup {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0%;
  margin: 0 auto;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6); }
  .anvy__popup.comm_on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.3s; }
  .anvy__popup_inner {
    position: fixed;
    width: 502px;
    height: 326px;
    text-align: center;
    box-sizing: border-box;
    margin: auto;
    z-index: 100000;
    transition: all 0.5s;
    background: none;
    top: 26%;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0px; }
    .anvy__popup_inner > div {
      position: relative; }
  .anvy__popup .anvy_pic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    flex-shrink: 0;
    margin: auto;
    max-width: none;
    width: 502px;
    height: 326px; }
  .anvy__popup .anvy_info,
  .anvy__popup .anvy_info_btn {
    position: relative;
    z-index: 1; }
  .anvy__popup_close {
    display: block;
    position: absolute;
    top: 4px;
    right: 62px;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    z-index: 8;
    cursor: pointer;
    transition: all 0.3s ease; }
    .anvy__popup_close svg {
      pointer-events: none; }
    .anvy__popup_close:hover svg path {
      fill: #E16565; }
  .anvy__popup .anvy_info {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column; }
  .anvy__popup .anvy_desc,
  .anvy__popup .anvy_btn {
    position: relative;
    z-index: 1; }
  .anvy__popup .anvy_desc {
    margin: 0 auto;
    padding: 170px 0px 12px;
    color: #000;
    font: 400 16px/1.5 var(--family);
    max-width: 330px; }
    .anvy__popup .anvy_desc span,
    .anvy__popup .anvy_desc b {
      font: inherit;
      color: inherit; }
    .anvy__popup .anvy_desc b {
      font: inherit;
      color: #ED122D;
      font: 700 16px/1.2 var(--family); }
  .anvy__popup .anvy_btn {
    margin: 0 auto;
    min-width: 0;
    width: 248px;
    height: 42px;
    font: 600 18px/1.2 var(--family) !important;
    background: transparent linear-gradient(90deg, #E83636 0%, #CC0B07 100%) 0% 0% no-repeat padding-box; }
    .anvy__popup .anvy_btn span,
    .anvy__popup .anvy_btn em {
      font: inherit;
      color: inherit;
      font-style: normal;
      font-size: 14px; }

.comm__bottom {
  display: block !important;
  position: fixed;
  right: 2%;
  z-index: -9998;
  margin: 0 auto;
  opacity: 1;
  visibility: hidden;
  width: 245px;
  height: 345px;
  transform: translateY(400px);
  transition: transform 0.3s ease-out;
  text-align: center; }
  .comm__bottom.comm_on {
    z-index: 9998;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.3s ease-out; }
  .comm__bottom.live, .comm__bottom.live0 {
    bottom: 2%; }
  .comm__bottom.live0 {
    bottom: calc(80px + 2%); }
  .comm__bottom .bottom_pic {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    flex-shrink: 0;
    margin: auto;
    max-width: none;
    width: 245px;
    height: 345px; }
  .comm__bottom .bottom_close {
    display: inline-block;
    padding-bottom: 15px;
    z-index: 9;
    cursor: pointer;
    color: #B96545;
    font: 400 12px/1.5 var(--family);
    text-decoration: underline; }
    .comm__bottom .bottom_close:hover {
      opacity: 0.8; }
  .comm__bottom .bottom_inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center; }
  .comm__bottom .bottom_info {
    margin: 0 auto;
    max-width: 220px;
    color: #000;
    font: 400 14px/1.5 var(--family); }
    .comm__bottom .bottom_info b {
      color: #7C4AD5;
      font: 700 14px/1.5 var(--family); }
  .comm__bottom .anvy_btn {
    display: flex;
    margin: 16px auto 0px;
    min-width: 0;
    width: 174px;
    height: 36px;
    font-size: 14px !important;
    box-shadow: 0px 7px 10px #FF23008F; }

.bottom-pop {
  position: fixed;
  width: 100%;
  height: 143px;
  z-index: -999;
  bottom: 0;
  left: 0;
  transform: translateY(200px);
  transition: transform 0.3s ease-out;
  text-align: center;
  background: url(index_bottom_pop.png) no-repeat center top; }
  .bottom-pop.comm_on {
    z-index: 9998;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.3s ease-out; }
  .bottom-pop .container {
    height: 143px;
    display: flex;
    justify-content: flex-end; }
    .bottom-pop .container .right-message {
      width: 208px;
      margin-top: 63px;
      text-align: center; }
      .bottom-pop .container .right-message .anvy_btn {
        width: 208px;
        height: 38px;
        font: normal normal 500 14px/18px Lexend !important; }
      .bottom-pop .container .right-message p {
        margin-top: 8px;
        cursor: pointer;
        text-decoration: underline;
        color: #8E1818;
        font: normal normal normal 14px/21px Titillium Web; }
        .bottom-pop .container .right-message p:hover {
          opacity: 0.8; }

.center-pop {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0%;
  margin: 0 auto;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6); }
  .center-pop.comm_on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.3s; }
  .center-pop .center_inner {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 777px;
    height: 514px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(inde_pop_center.png); }
    .center-pop .center_inner .close {
      position: absolute;
      display: block;
      width: 17px;
      height: 17px;
      top: 109px;
      right: 0;
      cursor: pointer;
      background: url(close.png); }
      .center-pop .center_inner .close:hover {
        opacity: 0.8; }
    .center-pop .center_inner .anvy_btn {
      width: 300px;
      height: 49px;
      margin: 0px auto;
      margin-top: 440px; }

.right_free_pop {
  position: fixed;
  width: 311px;
  height: 392px;
  right: 5px;
  bottom: 5px;
  z-index: -999;
  transform: translateY(400px);
  transition: transform 0.3s ease-out; }
  .right_free_pop img {
    position: absolute;
    top: 0;
    right: 0; }
  .right_free_pop .close {
    position: absolute;
    width: 12px;
    height: 12px;
    right: 12px;
    top: 12px;
    z-index: 999;
    cursor: pointer;
    background: url(right_close.png); }
    .right_free_pop .close:hover {
      opacity: 0.8; }
  .right_free_pop .buybtn {
    display: block;
    position: relative;
    z-index: 999;
    width: 228px;
    height: 38px;
    margin: 0px auto;
    margin-top: 198px;
    text-align: center;
    color: #fff;
    font: normal normal 600 14px/38px Inter;
    background: #00BC4B;
    box-shadow: 0px 4px 13px #7186DBC7;
    border: 1px solid #FFFFFF; }
    .right_free_pop .buybtn:hover {
      background: #04ee61;
      text-decoration: none; }
  .right_free_pop.comm_on {
    z-index: 9998;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: transform 0.3s ease-out; }
  .right_free_pop.freeb .buybtn {
    background: transparent linear-gradient(174deg, #FF0E0E 0%, #FE7448 25%, #FA6933 55%, #EE0000 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #FF9B4EA8;
    border: 2px solid #FFD987; }
    .right_free_pop.freeb .buybtn:hover {
      background: #FF0E0E;
      text-decoration: none; }

.center_pop_pro {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0%;
  margin: 0 auto;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6); }
  .center_pop_pro.comm_on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.3s; }
  .center_pop_pro .center_inner {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 793px;
    height: 530px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .center_pop_pro .center_inner .close {
      display: block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 120px;
      right: 45px;
      z-index: 99;
      cursor: pointer;
      background: url(center_close.png); }
    .center_pop_pro .center_inner .buybtn {
      position: relative;
      z-index: 99;
      display: block;
      width: 300px;
      height: 50px;
      margin: 0px auto;
      margin-top: 432px;
      text-align: center;
      color: #fff;
      background: #26C164 !important;
      font: normal normal bold 16px/50px Inter; }
      .center_pop_pro .center_inner .buybtn:hover {
        background: #00BC4B !important;
        text-decoration: none; }
    .center_pop_pro .center_inner img {
      position: absolute;
      top: 0;
      left: 0; }
  .center_pop_pro.prob .center_inner {
    width: 785px;
    height: 525px; }
    .center_pop_pro.prob .center_inner .close {
      right: 50px;
      top: 120px; }
    .center_pop_pro.prob .center_inner .buybtn {
      margin-top: 425px; }

.center_pop_update {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0%;
  margin: 0 auto;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6); }
  .center_pop_update.comm_on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: all 0.3s; }
  .center_pop_update .center_inner {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 694px;
    height: 488px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    .center_pop_update .center_inner .close {
      display: block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 86px;
      right: -15px;
      z-index: 99;
      cursor: pointer;
      background: url(close.png); }
      .center_pop_update .center_inner .close:hover {
        opacity: 0.8; }
    .center_pop_update .center_inner .buybtn {
      position: relative;
      z-index: 99;
      display: block;
      width: 300px;
      height: 45px;
      margin: 0px auto;
      margin-top: 380px;
      text-align: center;
      color: #470000;
      background: #FFF01C 0% 0% no-repeat padding-box;
      box-shadow: inset -2px -5px 6px #FFA600, 3px 6px 17px #B50404BD;
      border: 2px solid #F9775F;
      border-radius: 22px;
      font: normal normal bold 18px/45px Inter; }
      .center_pop_update .center_inner .buybtn:hover {
        background: #FFF01C 0% 0% no-repeat padding-box;
        box-shadow: 3px 6px 17px #B50404BD;
        border: 2px solid #F9775F;
        text-decoration: none; }
    .center_pop_update .center_inner img {
      position: absolute;
      top: 0;
      left: 0; }

.midyearsale-heading .message {
  display: flex; }
  .midyearsale-heading .message dl {
    color: #000; }
    .midyearsale-heading .message dl h4 {
      margin-top: -5px;
      font: normal normal bold 14px/24px Titillium Web; }
    .midyearsale-heading .message dl dd p {
      padding-bottom: 0px;
      font: normal normal normal 12px/22px Titillium Web; }
  .midyearsale-heading .message .box {
    width: 177px;
    height: 205px;
    margin: 0px 20px;
    text-align: center;
    background-color: #FFFFFF;
    border: solid #EBEBEB 2px; }
    .midyearsale-heading .message .box h4 {
      height: 26px;
      color: #7E828F;
      background-color: #EBEBEB;
      font: normal normal normal 14px/26px Roboto; }
    .midyearsale-heading .message .box .off {
      padding-bottom: 0px;
      width: 71px;
      height: 20px;
      background-color: #EBF1FF;
      margin: 0px auto;
      margin-top: 22px;
      line-height: 20px;
      color: #0C44C2; }
    .midyearsale-heading .message .box .price {
      margin-top: 15px;
      padding-bottom: 0;
      font: normal normal normal 12px/14px Roboto;
      color: #797E8A; }
      .midyearsale-heading .message .box .price strong {
        font: normal normal bold 16px/14px Roboto; }
        .midyearsale-heading .message .box .price strong b {
          font: normal normal bold 28px/34px Roboto; }
    .midyearsale-heading .message .box del {
      display: block;
      color: #A0A4AE;
      font: normal normal 300 12px/14px Roboto; }
    .midyearsale-heading .message .box .btn-orange {
      min-width: 130px;
      height: 28px;
      padding: 0px;
      margin-top: 15px;
      border-radius: 14px;
      font: normal normal 600 12px/28px Titillium Web;
      text-transform: uppercase; }
      .midyearsale-heading .message .box .btn-orange.onepc {
        background: linear-gradient(105deg, #24345B, #384B7D);
        box-shadow: 0px 8px 12px #354D8766; }
        .midyearsale-heading .message .box .btn-orange.onepc:hover {
          background: linear-gradient(105deg, #2F4477, #4B65A6); }
      .midyearsale-heading .message .box .btn-orange.threepc {
        background: linear-gradient(105deg, #FF4600, #FF1C00);
        box-shadow: 0px 8px 12px #FF4A4AA1; }
        .midyearsale-heading .message .box .btn-orange.threepc:hover {
          background: linear-gradient(105deg, #FF7F59, #FF4933); }
    .midyearsale-heading .message .box.threebox {
      position: relative;
      margin: 0;
      border-color: #FFBEA8; }
      .midyearsale-heading .message .box.threebox::after {
        position: absolute;
        content: "";
        width: 178px;
        height: 30px;
        left: 3px;
        top: -25px;
        background: url(insta_sale.png); }
      .midyearsale-heading .message .box.threebox h4 {
        background-color: #FFE6DE;
        color: #C75934; }
      .midyearsale-heading .message .box.threebox .off {
        width: 131px;
        background-color: #FFC8C8;
        color: #FF1C00; }
      .midyearsale-heading .message .box.threebox .price {
        color: #262E43; }

.midyearsale-title .newsize {
  margin-top: 15px;
  font: normal normal normal 14px/11px Titillium Web; }

.recommend-midyearsale {
  margin-left: 60px;
  float: left;
  margin-top: 15px; }
  .recommend-midyearsale h3 {
    font: normal normal 600 20px/11px Titillium Web; }
    .recommend-midyearsale h3 b {
      color: #FF7200; }
  .recommend-midyearsale .message-box {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .recommend-midyearsale .message-box .box {
      width: 200px;
      height: 179px;
      padding-left: 17px;
      background-color: #EBEBEB; }
      .recommend-midyearsale .message-box .box span {
        display: block;
        width: 51px;
        height: 20px;
        margin-bottom: 20px;
        line-height: 20px;
        color: #Fff;
        font-weight: bold;
        text-align: center;
        border-radius: 0 0 6px 6px;
        background: rgba(158, 158, 171, 0.74); }
      .recommend-midyearsale .message-box .box p {
        padding-bottom: 0;
        color: #514F4F;
        font: normal normal normal 12px/24px Titillium Web; }
      .recommend-midyearsale .message-box .box .button.btn-green {
        min-width: 168px;
        height: 32px;
        margin-top: 60px;
        line-height: 32px;
        padding: 0;
        background: #fff;
        font-size: 14px;
        border: solid #099D3A 1px;
        color: #099D3A; }
        .recommend-midyearsale .message-box .box .button.btn-green:hover {
          background: #099D3A;
          color: #fff !important; }
      .recommend-midyearsale .message-box .box.buybox {
        width: 259px;
        height: 210px;
        background: #fff;
        border: solid #FFBEA8 1px; }
        .recommend-midyearsale .message-box .box.buybox span {
          width: 55px;
          background-color: #FF7200; }
        .recommend-midyearsale .message-box .box.buybox p {
          font: normal normal normal 14px/26px Titillium Web; }
        .recommend-midyearsale .message-box .box.buybox .btn-orange {
          display: block;
          width: 168px;
          height: 32px;
          margin: 0px auto;
          margin-top: 40px;
          border: 1px solid #FFFFFF9E;
          border-radius: 16px;
          font: normal normal 600 14px/32px Titillium Web;
          background: linear-gradient(280deg, #FF4600, #FF1C00);
          box-shadow: 0px 4px 10px #FF4A4AA1; }
          .recommend-midyearsale .message-box .box.buybox .btn-orange:hover {
            background: linear-gradient(280deg, #FF7854, #FF4933); }
    .recommend-midyearsale .message-box.db .box {
      height: 149px; }
      .recommend-midyearsale .message-box.db .box.buybox {
        height: 180px; }

.mob-top-banner, .mob-center-pop {
  display: none; }

@media (max-width: 768px) {
  .right_free_pop,
  .center_pop_update,
  .center_pop_pro, .center-pop {
    display: none !important; }

  .mob-index {
    position: relative; }
    .mob-index a {
      position: absolute;
      left: 0;
      right: 0;
      width: 60%;
      height: 40px;
      margin: auto;
      bottom: 50px;
      line-height: 40px !important; }

  .mob-top-banner {
    position: sticky;
    margin-top: 0px;
    height: 40px;
    display: none;
    background: url(top-banner-mob.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 98; }
    .mob-top-banner .close {
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 5px;
      right: 5px;
      z-index: 99;
      cursor: pointer;
      background: url(close.png);
      background-size: 100% 100%; }
      .mob-top-banner .close:hover {
        opacity: 0.8; }
    .mob-top-banner a {
      position: absolute;
      right: 20px;
      top: 7px;
      width: 60px;
      height: 28px;
      border: none;
      font: 600 12px/28 var(--family) !important; }
    .mob-top-banner.comm_on {
      display: block !important; }

  .mob-center-pop {
    display: block !important;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0%;
    margin: 0 auto;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.6); }
    .mob-center-pop.comm_on {
      z-index: 9999;
      opacity: 1;
      visibility: visible;
      transform: scale(1);
      transition: all 0.3s; }
    .mob-center-pop .center_inner {
      position: absolute;
      display: flex;
      justify-content: center;
      width: 317px;
      height: 289px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      background: url(mob_center_pop.png);
      background-size: 100% 100%; }
      .mob-center-pop .center_inner .close {
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        top: 20px;
        right: -15px;
        z-index: 99;
        cursor: pointer;
        background: url(close.png); }
        .mob-center-pop .center_inner .close:hover {
          opacity: 0.8; }
      .mob-center-pop .center_inner .anvy_btn {
        position: relative;
        z-index: 99;
        display: block;
        width: 227px;
        height: 36px;
        margin: 0px auto;
        margin-top: 257px;
        text-align: center;
        color: #fff;
        line-height: 36px;
        font: 600 16px/36px var(--family) !important; }
      .mob-center-pop .center_inner img {
        position: absolute;
        top: 0;
        left: 0; } }

/*# sourceMappingURL=style.css.map */
