@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body {
  min-width: 1000px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  outline: 0;
  vertical-align: baseline;
  position: relative;
}
/* body:after{
    display: block;
    content: '';
    width: 1920px;
    height: 614px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1880px;
    z-index: -1;
    background: url(../images/b2g.jpg)no-repeat center/cover;
} */

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ul li {
  list-style-type: none;
}

img {
  border: none;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.wrapper {
  position: relative;
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.all-icons {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/all_icons.png) no-repeat 0 0;
}

.comm-tag {
  margin-top: -3px;
  display: inline-flex;
  padding: 0 6px;
  height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  float: none;
  text-indent: 0px;
  margin-left: 5px;
  border-radius: 0px 8px 0px 8px;
  text-transform: uppercase;
}

.comm-tag.new {
  background: #00d747;
}

.comm-tag.imp {
  background: #ff7000;
}

/* banner */

.banner {
  width: 100%;
  min-width: 1000px;
  height: 751px;
  background: url(../images/bg.jpg) top center no-repeat;
}

.banner .logo {
  position: absolute;
  display: block;
  top: 24px;
  left: 0;
  width: 47px;
  height: 16px;
}

.banner .title {
  height: 148px;
  text-indent: -9999px;
  background: url(../images/title.png) center bottom no-repeat;
}

.banner .activity {
  display: inline-block;
  margin-top: -17px;
  margin-left: -42px;
  width: 1058px;
  height: 353px;
  background: url(../images/activity-bg-up.png?t=1648795183) center center
    no-repeat;
}

.banner .activity .steps {
  display: block;
  float: left;
  height: 288px;
}

.banner .activity .mainstep {
  width: 600px;
  margin-left: 30px;
  font-weight: 700;
  text-align: center;
}

.banner .activity .mainstep h2,
.banner .activity .mainstep h2 + p {
  text-indent: -9999px;
}

.banner .activity .focus {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 130px;
  width: 500px;
}

.banner .activity .reduce {
  position: relative;
  display: block;
  float: right;
  width: 277px;
  height: 127px;
}

.banner .activity .ghost {
  position: absolute;
  display: block;
  top: 8px;
  left: 22px;
  width: 253px;
  height: 108px;
  background: url(../images/gift-ghost.png) center top no-repeat;
}

.banner .activity .num {
  display: inline-block;
  position: absolute;
  top: 48px;
  left: 160px;
  z-index: 2;
  width: 45px;
  height: 46px;
  background-image: url(../images/reduce.png);
  background-repeat: no-repeat;
}

.banner .activity .reduce1 .num {
  background-position: 0 0;
}

.banner .activity .reduce2 .num {
  background-position: 0 -46px;
}

.banner .activity .notice {
  display: inline-block;
  margin-top: 20px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 700;
}

.banner .activity .notice i {
  color: #000;
}

.banner .activity .progress {
  position: relative;
  display: block;
  margin: 24px 0 0 64px;
  width: 492px;
  height: 60px;
}

.banner .activity .counter {
  position: absolute;
  z-index: 10;
  top: -6px;
  left: 0;
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/progress-point.png) left top no-repeat;
}

.banner .activity .counter span,
.banner .activity .counter em {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.banner .activity .counter span {
  text-shadow: 0 2px 1px rgba(160, 3, 29, 0.98);
}

.banner .activity .counter em {
  position: absolute;
  top: 4px;
  left: 5px;
  font-style: normal;
}

.banner .activity .counter.positioned,
.banner .activity .progressbar.positioned {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.banner .activity .progress .bar-mask {
  position: relative;
  margin: 0 auto;
  height: 20px;
  width: 472px;
  overflow: hidden;
  border-radius: 10px;
}

.banner .activity .progressbar {
  position: absolute;
  top: 5px;
  right: 1px;
  display: block;
  width: 490px;
  height: 5px;
  border-radius: 2px;
  background-color: #be0120;
  background-image: -webkit-linear-gradient(
    90deg,
    #ef0027 0%,
    #ef0027 0%,
    #be0120 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #ef0027 0%,
    #ef0027 0%,
    #be0120 100%
  );
}

.banner .activity .progress .count {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  color: #545243;
}

.banner .activity .progress .count i {
  font-size: 14px;
}

.banner .activity .steps.others {
  width: 220px;
  text-align: center;
  text-indent: -9999px;
}

.banner .activity .steps.others:last-child {
  width: 170px;
}

.showcase {
  display: block;
  margin-top: -20px;
  width: 1000px;
  height: 150px;
}

.showcase .details {
  position: relative;
  float: left;
  margin-left: 60px;
  width: 654px;
  height: 136px;
  color: #fff;
  background: url(../images/showcase.png) right top no-repeat;
}

.showcase .details .imgcase {
  position: absolute;
  top: 12px;
  left: -74px;
}

.showcase .details > dl {
  float: left;
  margin-top: 53px;
  margin-left: 82px;
  width: 274px;
}

.showcase .details > dl dt {
  margin-bottom: 4px;
  font-size: 18px;
}

.showcase .details > dl dd strong {
  font-size: 18px;
}

.showcase .details > ul {
  float: left;
  margin-left: 0px;
  margin-top: 54px;
  width: 260px;
  font-size: 16px;
}

.showcase .details > ul li {
  margin-bottom: 10px;
  cursor: pointer;
}

.showcase .details > ul li strong {
  display: inline-block;
  font-weight: 600;
  width: 180px;
  font-size: 16px;
  font-size: 15px \0;
  text-indent: 10px;
}

.showcase .details > ul li::before {
  position: relative;
  display: inline-block;
  background: url(../images/maygift.png) left center no-repeat;
  width: 16px;
  height: 17px;
  content: "";
  top: 2px;
}

.showcase .details > ul li span {
  display: inline-block;
  float: right;
  font-size: 18px;
  font-weight: 400;
}

.showcase .details > ul li del {
  font-size: 14px;
  color: #fffefe;
}

.midcart .details > ul {
  margin-left: 14px;
}

.showcase .checkout {
  float: right;
  margin-top: 2px;
  width: 282px;
  color: #000;
  text-align: center;
}

.showcase .checkout dl dt strong {
  display: inline-block;
  float: left;
  margin-left: 30px;
  font-size: 48px;
  font-weight: 600;
  line-height: 46px;
  color: #110000;
}

.showcase .checkout dl dt span {
  display: inline-block;
  float: left;
  margin-left: 10px;
  width: 75px;
  height: 40px;
}

.showcase .checkout dl dt span del {
  position: relative;
  display: inline-block;
  min-width: 55px;
  height: 20px;
  font-weight: 600;
  line-height: 20px;
  font-size: 18px;
  color: #bf8108;
  text-decoration: none;
  text-decoration: line-through\0;
}

.showcase .checkout dl dt span del:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 8px;
  right: 0;
  width: 55px;
  height: 12px;
  background: url("../images/del-black.png") center no-repeat;
}

.showcase .checkout dl dt span em {
  display: block;
  width: 73px;
  height: 20px;
  text-indent: -9999px;
  background: url(../images/tag-discount-up.png) center center no-repeat;
}

.showcase .checkout dl dd:last-child {
  font-weight: 700;
  font-style: italic;
  color: #944703;
}

/* butbtn */

.buybtn {
  position: relative;
  display: block;
  color: #862e2e;
}

.activebtn {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 10px 0 12px;
  width: 248px;
  height: 58px;
  color: #fff600;
  line-height: 58px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent
    linear-gradient(180deg, #fe681e 0%, #cb0000 100%)
    0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 17.1px 0.9px rgba(181, 48, 30, 0.48);

  border-radius: 30px;
}


.activebtn:hover {
  /* background: url(../images/btn.png) no-repeat; */
  background: transparent linear-gradient(180deg, #ff9d2a 0%, #ee0101 100%) 0%
    0% no-repeat padding-box;
}

.activesmall {
  position: relative;
  z-index: 1;
  margin: 4px auto;
  width: 180px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 19px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 5px rgba(139, 0, 19, 1);
  background: transparent
    linear-gradient(180deg, #ff7d7d 0%, #ff5353 41%, #fb3655 54%, #df0026 100%)
    0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 10px #ff00006e;
  border: 2px solid #ff5347;
  border-radius: 30px;
}

.activesmall:hover {
  background: transparent linear-gradient(180deg, #ff7d7d 0%, #df0026 100%) 0%
    0% no-repeat padding-box;
}

/* payments */

.paymanets {
  height: 102px;
  margin-top: 37px;
}

.paymanets dl {
  width: 497px;
  height: 102px;
  padding: 17px 0 0 10px;
  text-align: left;
  border: solid #dbdbdb 1px;
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.paymanets dl dt {
  font-size: 14px;
  color: #bebebe;
}

.paymanets dl dd {
  font-size: 12px;
  line-height: 22px;
}

.paymanets dl dd h3 {
  padding-left: 5px;
  font-weight: 400;
  color: #969696;
}

.paymanets dl dd p {
  margin-top: 6px;
  padding-left: 7px;
  color: #bebebe;
  line-height: 18px;
}

.paymanets dl.fr {
  padding: 17px 0 0 17px;
}

.paymanets dl.fr dd {
  margin-top: 10px;
}

/* awards */

.awards {
  padding-bottom: 60px;
  position: relative;
  display: block;
  margin-top: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.awards h2 {
  font-size: 30px;
  line-height: 24px;
  color: #484848;
}

.awards img {
  display: block;
  margin-top: 44px;
  width: 1000px;
}

/* benfits */

.benfits {
  padding-top: 57px;
  background-color: #fff;
}

.benfits h2 {
  display: inline-block;
  margin-bottom: 82px;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 26px;
  line-height: 48px;
}

.benfits .snapshoot {
  width: 100%;
  height: 268px;
  text-align: center;
  border-bottom: 2px #2c2c2c solid;
}

.benfits .benfits-list {
  margin-top: 20px;
}

.benfits .list {
  margin: 10px 0;
  width: 455px;
  height: 124px;
}

.benfits .list.fr {
  width: 485px;
}

.benfits .list img {
  display: block;
  float: left;
  width: 71px;
}

.benfits .list dl {
  float: right;
  margin-top: 3px;
  width: 384px;
  line-height: 22px;
}

.benfits .list.fr dl {
  width: 414px;
}

.benfits .list dl span {
  display: block;
  margin-left: -20px;
  font-size: 12px;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.benfits .list dl dt {
  margin-bottom: 6px;
  padding-bottom: 5px;
  font-size: 18px;
  text-indent: 28px;
  font-weight: 600;
}

.benfits .list dl dd {
  padding-left: 28px;
}

.benfits .list dt i {
  display: inline-block;
  margin-left: 2px;
  margin-top: -8px;
  width: 72px;
  height: 20px;
  vertical-align: middle;
  text-indent: -9999px;
  background: url(../images/tag.png) no-repeat;
}

.benfits .morelink {
  float: right;
  display: block;
  margin: 15px 140px 0 0;
  width: 238px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px #373535 solid;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.benfits .morelink:hover {
  color: #eb2629;
  border: 1px #eb2629 solid;
}

/* gift-pack */

.gift-pack {
  margin: 50px auto 0;
  width: 997px;
  padding-bottom: 150px;
  background: url(../images/gift-bg.png?t=1648795183) center center no-repeat;
}

.gift-pack.prombn {
  background: url("../images/gift-year-bg_1.png") center center no-repeat;
}

.gift-pack h2 {
  text-indent: -9999px;
}

.gift-pack dl {
  float: left;
  margin: 140px 0 0 84px;
  width: 362px;
}

.gift-pack dl dt {
  float: left;
  width: 170px;
}

.gift-pack dl dd span {
  display: block;
}

.gift-pack dl dd.price del,
.gift-pack dl dd {
  color: #4a4a4a;
}

.gift-pack dl dd strong,
.gift-pack dl dd.price {
  color: #000;
}

.gift-pack dl dd strong {
  font-size: 18px;
  font-weight: 600;
}

.gift-pack dl dd.price {
  margin-bottom: 15px;
  font-weight: 700;
}

.gift-pack dl dd.price del {
  font-weight: 400;
}

.gift-pack dl dd.price strong {
  color: #ee0027;
}

/* midcart */

.midcart {
  width: 100%;
  height: 303px;
  background: url(../images/middle-bg.jpg) center center no-repeat;
}

.midcart .showcase {
  margin: 0 auto;
  padding-top: 60px;
}

.midcart .showcase .details .imgcase {
  left: -144px;
  top: -15px;
}

.midcart p {
  display: block;
  margin-top: 150px;
  margin-left: 260px;
  color: #141415;
  font-size: 14px;
}

.midcart p i {
  margin-top: -6px;
  margin-right: 4px;
  width: 14px;
  height: 17px;
  background-position: -46px -22px;
}

.midcart .showcase .checkout dl dt strong {
  color: #110000;
}

.midcart .checkout {
  margin-top: 25px;
}

/*.midcart .activebtn {
  box-shadow: 0px 10px 9.5px 0.5px rgba(160, 34, 35, 0.48),inset 0px 3px 8px 0px rgba(255, 235, 69, 0.35);
}
.midcart .activebtn:hover { box-shadow: 0px 10px 9.5px 0.5px rgba(160, 34, 35, 0.78); }*/

.midcart .showcase .checkout dl dt span del {
  color: #bf8108;
}

.midcart .showcase .checkout dl dd:last-child {
  color: #944703;
}

.showcase .checkout dl dt span del:after {
  background: url(../images/del-black.png) center no-repeat;
}

.midcart .showcase .checkout dl dt span em {
  background: url(../images/tag-discount-up.png) center center no-repeat;
}

/* reviews */

.review {
  margin: 90px 0 60px 0;
}

.review .content {
  position: relative;
  margin-top: 60px;
  height: 180px;
}

.review .content h3 {
  margin-bottom: 10px;
  font-size: 36px;
  text-align: center;
}

.review .content dl {
  text-align: center;
  display: none;
}

.review .content h4 {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 600;
}

.review .content dd {
  margin-bottom: 12px;
  color: #383838;
  line-height: 24px;
  font-size: 15px;
}

.review .content .active {
  display: block;
}

.review ul.users li {
  margin-top: 40px;
  float: left;
  width: 20%;
  height: 210px;
  text-align: center;
  box-sizing: border-box;
}

.review ul.users li .pic {
  padding-bottom: 26px;
  width: 100%;
  height: 100px;
  cursor: pointer;
  border-bottom: 3px solid #e8e9ed;
}

.review ul.users li img {
  display: inline-block;
  margin-top: 35px;
  width: 65px;
  height: 65px;
  vertical-align: middle;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.review ul.users li p {
  position: relative;
  display: none;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

.review ul.users li p span {
  display: block;
}

.review ul.users li b {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #a3a3a3;
  font-weight: 400;
}

.review ul.users li.current img {
  margin-top: 0;
  width: 100px;
  height: 100px;
}

.review ul.users li.current p {
  display: block;
}

.review ul.users li.current p:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -58px;
  width: 117px;
  height: 3px;
  background: #ff4e00;
}

/* compar-tab */

.compar-tab {
  display: block;
  margin: 30px auto 10px;
}

.compar-tab table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.compar-tab table tr th {
  vertical-align: middle;
}

.compar-tab table th {
  height: 130px;
  vertical-align: middle;
  font-weight: 700;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
}

.compar-tab table thead th {
  height: 65px;
}

.compar-tab table th.text {
  text-align: left;
  font-size: 20px;
  color: #393649;
}

.compar-tab table thead th.item-pro {
  font-size: 16px;
  color: #fff;
  background: #ef0027;
}

.compar-tab table thead th.item-free {
  font-size: 16px;
  color: #fff;
  background: #313131;
}

.compar-tab table tfoot th.item-pro dt {
  font-size: 14px;
  font-weight: 700;
  color: #393649;
}

.compar-tab table tfoot th.item-pro dt strong {
  font-size: 22px;
}

.compar-tab table tfoot th.item-pro dt del {
  font-weight: 400;
}

.compar-tab table tr {
  text-align: center;
}

.compar-tab table tr td {
  height: 40px;
  vertical-align: middle;
  border-bottom: 1px #dcdcdc solid;
}

.compar-tab table tr td.text {
  width: 520px;
  color: #393649;
  font-weight: 600;
  text-align: left;
  font-size: 14px;
}

.compar-tab table tr td.icons {
  width: 50px;
  text-align: center;
}

.compar-tab table tfoot th {
  font-weight: 700;
  font-size: 16px;
  color: #393649;
  vertical-align: middle;
}

.compar-tab table .item-free,
.compar-tab table .item-pro {
  width: 230px;
}

.compar-tab table .item-free img,
.compar-tab table .item-pro img {
  margin: 18px auto 0;
}

.compar-tab table .item-pro {
  background: #fbf7f7;
}

.compar-tab table .item-p {
  display: inline-block;
}

.compar-tab table tr td img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.compar-tab table tr td span {
  font-size: 12px;
  color: #ff780a;
  font-weight: 700;
}

.compar-tab table tr td span i {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 9px;
  background: url(../images/top.png);
}

.compar-tab table thead th.item-pro dl dt {
  font-size: 14px;
}

.compar-tab table tfoot th.item-pro dl dd.last {
  font-size: 14px;
  font-style: italic;
}

.compar-tab table .space {
  width: 10px;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
}

.compar-tab table tr td > span {
  width: 19px;
  height: 18px;
  background-position: 0 -40px;
}

.compar-tab table tr td.checked {
  background: #e9ebf1;
}

.compar-tab table tr td.fork > span {
  width: 11px;
  height: 11px;
  background-position: 0 0;
}

.compar-tab table tr td > span.solid {
  background-position: -40px -40px;
}

/* annotation */

.annotation {
  margin: 20px auto;
  font-size: 12px;
}

.annotation dt {
  display: inline-block;
}

/* footer */

.footer .copyright {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
}

/* float */

.float {
  position: fixed;
  z-index: 0;
  top: -80px;
  right: 0;
  width: 280px;
  height: 60px;
  background: url("../images/float-bg.png") center no-repeat;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.float.on {
  top: 30px;
}

.float > img {
  margin: 16px 0 0 20px;
  width: 31px;
  height: 31px;
}

.float > img:hover {
  cursor: pointer;
}

.float > div {
  margin-top: 12px;
}

.float > div p {
  margin-left: 10px;
  font-weight: 600;
  color: #e1e1e1;
}

.float > div p strong {
  color: #fff;
}

/*
 * add christmas
 */

.banner {
  position: relative;
  perspective: 800px;
  perspective-origin: 100px -100px;
}

.banner .activity,
.banner .showcase {
  opacity: 0;
  -webkit-transform: translate3d(0, 10%, 0);
  transform: translate3d(0, 10%, 0);
}

.banner .activity.on,
.banner .showcase.on {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: bounceInUp cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  animation: bounceInUp cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

/*
 * bounceInUp
 */

@-webkit-keyframes bounceInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
    transform: translate3d(0, 300px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.turntable {
  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);
}

.turntable.vd-on {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.turntable .vd-inner {
  position: fixed;
  width: 664px;
  height: 663px;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
  z-index: 100000;
  transition: all 0.5s;
  background: none;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transform: scale(1);
  background: url(https://www.iobit.com/tpl/images/2024patrick/turntable-bg.png);
}

.turntable .vd-inner::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 64px;
  top: 97px;
  background: url(https://www.iobit.com/tpl/images/2024patrick/triangle.png);
}

.turntable .vd-inner.on {
  transform: scale(0);
}

.turntable .vd-inner .turntable-box {
  position: absolute;
  width: 419px;
  height: 419px;
  background: url(https://www.iobit.com/tpl/images/2024patrick/turntable.png);
}

.turntable .vd-inner .turntable-box.turnan {
  animation: 3.5s turnan;
}

.turntable .vd-inner .spin {
  position: absolute;
  width: 132px;
  height: 132px;
  cursor: pointer;
  background: url(https://www.iobit.com/tpl/images/2024patrick/turntable-btn.png);
}

.turntable .vd-inner .spin-big {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 278px;
  height: 55px;
  bottom: 20px;
  color: #fff;
  font: normal normal bold 24px/17px League Spartan;
  background: transparent linear-gradient(180deg, #ffaf3c 0%, #fc7603 100%) 0%
    0% no-repeat padding-box;
  border: 2px solid #ffffff;
  border-radius: 36px;
}

.turntable .vd-inner .spin-big:hover {
  text-decoration: none;
  background: transparent
    linear-gradient(180deg, #ffbf3e 0%, #ff5226 59%, #ff5700 100%) 0% 0%
    no-repeat padding-box;
}

.turntable .vd-inner-before {
  position: fixed;
  width: 584px;
  height: 376px;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
  z-index: 100000;
  transition: all 0.5s;
  background: none;
  top: 20%;
  left: 0;
  right: 0;
  transform: scale(0);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background: url(https://www.iobit.com/tpl/images/2024patrick/pop-bg.png);
}

.turntable .vd-inner-before.on {
  transform: scale(1);
}

.turntable .vd-inner-before .claimnow {
  position: absolute;
  width: 224px;
  height: 46px;
  display: flex;
  top: 285px;
  z-index: 9999;
}

.turntable .vd-inner-before .claimnow span {
  position: relative;
  z-index: 3;
  display: flex;
  width: 224px;
  height: 46px;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 6px;
  color: #fff;
  font: normal normal bold 16px/17px Lexend;
  background: linear-gradient(0deg, #ff264b 0%, #fc002b 100%);
}

.turntable .vd-inner-before .claimnow:hover {
  text-decoration: none;
}

.turntable .vd-inner-before .claimnow:hover span {
  text-decoration: none;
  background: linear-gradient(0deg, #ff002b 0%, #e20000 100%);
}

.turntable .vd-inner-before .claimnow:hover::after {
  position: absolute;
  content: "";
  width: 49px;
  height: 61px;
  top: -2px;
  right: -35px;
  background: url(https://www.iobit.com/tpl/images/2024patrick/villain.png);
}
@keyframes turnan {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(720deg);
    animation-direction: alternate;
  }
}
.turntable .vd-inner-before p {
  position: absolute;
  bottom: 10px;
  z-index: 999;
  cursor: pointer;
  color: #3e3e3e;
  text-decoration: underline;
  font: normal normal 400 14px/17px Lexend;
}

.turntable .vd-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  flex-shrink: 0;
  margin: auto;
  width: 458px;
  height: 344px;
  max-width: none;
}

.turntable .sale-pic,
.turntable p,
.turntable .vd-btn {
  position: relative;
  z-index: 1;
}

.turntable .sale-pic.sd-pic {
  margin-top: -10px;
  margin-bottom: -20px;
}

.turntable .vd-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 14px;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  cursor: pointer;
}

.turntable .vd-close:hover svg path {
  fill: #8a8a8a !important;
}

.turntable p {
  padding: 84px 0 8px;
  margin: 0 auto;
  font: 600 16px/1.5 "Titillium Web", Arial, "Microsoft Yahei", sans-serif;
  color: #640a00;
  max-width: 328px;
}

.turntable p b {
  font: inherit;
  font-weight: 700;
  color: #ff341b;
}

.turntable .vd-btn {
  margin: 26px auto 10px;
  left: 10px;
  height: 38px;
  min-width: 192px;
  font: 600 18px/1.5 "Titillium Web", Arial, "Microsoft Yahei", sans-serif;
  background: linear-gradient(279deg, #ff1a68 0%, #ff3d00 100%);
  box-shadow: 0px 8px 15px #ff230080;
}

.turntable .vd-btn:hover {
  background: linear-gradient(270deg, #ff1a51 0%, #fe5c88 100%);
}

@media (max-width: 768px) {
  .vd-pop-mask,
  .vd-right-pop {
    display: none !important;
  }
}

@media (max-width: 1680px) {
  .turntable .vd-inner {
    top: 5%;
    transform: scale(0.8);
  }
}
