/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  min-width: 1200px;
  font-size: 14px;
  line-height: 1.5;
  color: #1E1C2C;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  outline: 0;
  vertical-align: baseline; }

.pricebox span.reduce {
  display: block;
  position: absolute;
  top: 108px;
  right: 90px;
  width: 22px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  color: #FF002C;
  font-weight: 500;
  text-align: center;
  background: transparent linear-gradient(180deg, #FFCF4100 0%, #FFCF41 46%, #FFCF4100 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: reduce 1s ease-out 1;
  animation: reduce 1s ease-out 1; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1E1C2C;
  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 {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

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

.wrapper {
  width: 1200px;
  margin: 0px auto; }

.buybtn {
  position: relative;
  display: flex;
  width: 240px;
  height: 46px;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(180deg, #FF264B 0%, #FC002B 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 10px rgba(167, 0, 28, 0.34);
  border-radius: 23px;
  font-size: 16px;
  font-weight: 700;
  color: #fff; }
  .buybtn::after {
    content: "";
    display: block;
    position: absolute;
    width: 260px;
    height: 60px;
    top: -7px;
    left: -10px;
    border-radius: 30px;
    border: 1px solid rgba(254, 23, 62, 0.22);
    transition: all .3s ease-out; }
  .buybtn:hover {
    background: transparent linear-gradient(180deg, #FF4326 0%, #FC0000 100%) 0% 0% no-repeat padding-box; }
    .buybtn:hover::after {
      transform: scale(1.04); }

.banner {
  height: 836px;
  background: url(../images/banner_bg.png) no-repeat center top;
  box-sizing: border-box; }
  .banner .wrapper {
    position: relative; }
  .banner .iobit_logo {
    position: absolute;
    top: 35px;
    left: -50px; }
  .banner_title {
    padding-top: 68px;
    text-align: center; }
    .banner_title p {
      font-size: 20px;
      color: #fff; }
      .banner_title p span {
        font-weight: 600;
        color: #FF002B; }
  .banner-desc {
    text-align: center;
    font-weight: 500;
    font-size: 18px; }
    .banner-desc > strong {
      color: #FF5700; }
  .banner-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 10px; }
    .banner-box .left-message {
      position: relative;
      z-index: 1;
      flex-shrink: 0;
      display: flex;
      width: 730px;
      height: 467px;
      margin-bottom: 18px;
      background: url(../images/left_mesbg.png) left no-repeat;
      box-sizing: border-box; }
      .banner-box .left-message .img-box {
        position: relative;
        flex-shrink: 0;
        width: 300px; }
        .banner-box .left-message .img-box .off-box {
          position: absolute;
          left: 135px;
          bottom: 156px; }
        .banner-box .left-message .img-box::after {
          content: '';
          display: block;
          position: absolute;
          background-position: center center;
          background-repeat: no-repeat; }
        .banner-box .left-message .img-box::after {
          top: 55%;
          right: -15px;
          z-index: 1;
          transform: translateY(-50%);
          width: 30px;
          height: 30px;
          background-image: url(../images/add_b.png); }
        .banner-box .left-message .img-box img {
          margin-top: 70px; }
        .banner-box .left-message .img-box .price {
          text-align: center;
          margin: -12px 0 0 0; }
          .banner-box .left-message .img-box .price strong {
            font-size: 28px;
            font-weight: 400; }
          .banner-box .left-message .img-box .price del {
            margin-top: -4px;
            display: block;
            color: #8E8E8E;
            font-size: 20px;
            font-weight: 400; }
      .banner-box .left-message .middle {
        position: relative;
        width: 364px;
        margin-left: 24px; }
        .banner-box .left-message .middle ul {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 100%; }
          .banner-box .left-message .middle ul > p {
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            font-weight: 500;
            background: #FFDCDC; }
        .banner-box .left-message .middle ul li {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          box-sizing: border-box;
          position: relative;
          z-index: 1;
          background: transparent linear-gradient(90deg, #FFFFFF 0%, #EEEEEE 100%) 0% 0% no-repeat padding-box;
          height: 139px;
          cursor: pointer; }
          .banner-box .left-message .middle ul li::after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 1px;
            background: url(../images/border_line.svg) no-repeat; }
          .banner-box .left-message .middle ul li .choosebtn {
            flex-shrink: 0;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 2px solid #929292; }
          .banner-box .left-message .middle ul li .gift-pic {
            position: relative;
            width: 110px;
            flex-shrink: 0;
            margin-left: 18px;
            vertical-align: top; }
            .banner-box .left-message .middle ul li .gift-pic del {
              position: absolute;
              width: 100%;
              right: 0;
              bottom: 20px;
              text-align: center;
              transform: rotate(-5deg);
              text-indent: 33px; }
            .banner-box .left-message .middle ul li .gift-pic > img {
              margin-top: 12px; }
            .banner-box .left-message .middle ul li .gift-pic .introhover {
              position: absolute;
              margin: -128px 0 0 104px;
              width: 180%; }
              .banner-box .left-message .middle ul li .gift-pic .introhover > img:hover .hint {
                opacity: 1; }
              .banner-box .left-message .middle ul li .gift-pic .introhover .hint {
                height: 17px;
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #70707030;
                border-radius: 9px;
                font: normal normal normal 12px/15px Lexend;
                color: #4E4E4E;
                padding-left: 10px;
                margin: -35px 0 0 -53px;
                opacity: 0; }
                .banner-box .left-message .middle ul li .gift-pic .introhover .hint span {
                  text-decoration: underline; }
            .banner-box .left-message .middle ul li .gift-pic:hover .hint {
              opacity: 1;
              animation: fadeInOut 5s forwards; }
@keyframes fadeInOut {
  0% {
    opacity: 0;
    visibility: hidden; }
  10% {
    opacity: 1;
    visibility: visible; }
  80% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 0;
    visibility: hidden; } }
          .banner-box .left-message .middle ul li .pricebox {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 182px; }
            .banner-box .left-message .middle ul li .pricebox .packsNum {
              font-size: 14px;
              font-weight: 700; }
            .banner-box .left-message .middle ul li .pricebox .num {
              font-size: 14px;
              font-weight: 500;
              color: #19191D;
              position: relative; }
            .banner-box .left-message .middle ul li .pricebox strong {
              font-size: 24px;
              font-weight: 500; }
            .banner-box .left-message .middle ul li .pricebox del {
              font-size: 18px;
              color: #19191D;
              text-decoration: auto;
              position: relative; }
              .banner-box .left-message .middle ul li .pricebox del::after {
                content: "";
                display: block;
                position: absolute;
                width: 47px;
                height: 22px;
                background: url(../images/line_r.png) center no-repeat;
                top: 2px;
                left: 8px; }
          .banner-box .left-message .middle ul li .price {
            margin: 40px 0 0 -25px; }
          .banner-box .left-message .middle ul li.active {
            background: transparent linear-gradient(90deg, #FFFFFF 0%, #FDDCDC 100%) 0% 0% no-repeat padding-box; }
            .banner-box .left-message .middle ul li.active::after {
              background: url(../images/border_line_on.svg) no-repeat; }
            .banner-box .left-message .middle ul li.active .packsNum {
              color: #FE1C43; }
            .banner-box .left-message .middle ul li.active .choosebtn {
              background: url(../images/check-circle.png);
              border: none; }
            .banner-box .left-message .middle ul li.active strong {
              font-size: 30px;
              font-weight: 600;
              color: #FE1C43; }
          .banner-box .left-message .middle ul li.dbdb .gift-pic del {
            color: #fff;
            bottom: 9px; }
        .banner-box .left-message .middle li.dbasc .gift-pic .introhover {
          width: 120%; }
        .banner-box .left-message .middle li.dbsd .gift-pic .introhover .hint {
          margin: -38px 0 0 -110px; }
        .banner-box .left-message .middle li.dbisu .gift-pic .introhover {
          width: 188%; }
    .banner-box .right-message {
      position: relative;
      z-index: 2;
      margin-left: -44px;
      padding: 28px 30px;
      width: 514px;
      height: 504px;
      background: #F5F5F5;
      box-shadow: 0px 20px 40px rgba(59, 33, 38, 0.2);
      box-sizing: border-box; }
      .banner-box .right-message h3 {
        margin-bottom: 20px;
        border-bottom: 1px dashed rgba(106, 91, 91, 0.55);
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color: #858585;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px 10px 10px; }
      .banner-box .right-message .mes_title {
        padding: 0px 0px 0px 6px;
        margin-bottom: 5px;
        font-weight: 600;
        line-height: 20px;
        box-sizing: border-box;
        position: relative; }
        .banner-box .right-message .mes_title p {
          display: flex; }
          .banner-box .right-message .mes_title p strong:before {
            display: inline-block;
            content: "";
            width: 6px;
            height: 6px;
            margin-right: 4px;
            border-radius: 50%;
            background: #CC2929;
            position: relative;
            top: -2px; }
        .banner-box .right-message .mes_title :last-child {
          display: flex;
          justify-content: space-between;
          padding-left: 7px; }
          .banner-box .right-message .mes_title :last-child span {
            font-size: 14px;
            font-weight: 400;
            color: #535353; }
          .banner-box .right-message .mes_title :last-child del {
            color: #535353;
            width: 20%;
            padding: 0px;
            font-weight: 400; }
        .banner-box .right-message .mes_title :first-child {
          text-align: left;
          font-size: 16px;
          font-weight: 600;
          margin: 0px 0px 3px 3px;
          justify-content: space-between;
          color: #000; }
          .banner-box .right-message .mes_title :first-child span {
            width: 20%;
            display: block;
            padding: 0px;
            font-size: 16px;
            font-weight: 600;
            color: #000;
            text-align: left; }
      .banner-box .right-message ul {
        position: relative;
        padding: 12px 0px 12px 12px;
        margin-top: 20px;
        border-radius: 8px;
        z-index: 2; }
        .banner-box .right-message ul li > div .li_title {
          margin-bottom: 4px; }
          .banner-box .right-message ul li > div .li_title span {
            display: block;
            flex: 1 1 0;
            margin-left: 0px;
            font-size: 16px;
            font-weight: 600;
            color: #000; }
            .banner-box .right-message ul li > div .li_title span:before {
              display: inline-block;
              content: "";
              width: 6px;
              height: 6px;
              margin-right: 4px;
              border-radius: 50%;
              background: #CC2929;
              position: relative;
              top: -2px; }
            .banner-box .right-message ul li > div .li_title span:after {
              content: " ";
              display: inline-block;
              width: 24px;
              height: 23px;
              background: url(../images/gift_box.png);
              vertical-align: sub;
              margin-left: 5px; }
          .banner-box .right-message ul li > div .li_title del {
            width: 20%;
            display: block;
            padding: 0px;
            font-size: 16px;
            font-weight: 600;
            color: #FF002C;
            text-decoration: none;
            text-align: left; }
        .banner-box .right-message ul li > div .li_gift del {
          width: 20%;
          font-size: 14px;
          color: #535353; }
        .banner-box .right-message ul li > div p {
          display: flex;
          justify-content: space-between; }
          .banner-box .right-message ul li > div p span {
            margin-left: 10px;
            font-size: 14px;
            color: #535353;
            font-weight: 400; }
          .banner-box .right-message ul li > div p del {
            text-align: left;
            color: #FC0E2C;
            font-size: 12px;
            font-weight: 400; }
      .banner-box .right-message .price-box {
        height: 125px;
        padding: 20px 0px 4px 24px;
        background: #F5F5F5;
        margin-top: 20px;
        box-sizing: border-box;
        border-top: 1px dashed rgba(106, 91, 91, 0.55); }
        .banner-box .right-message .price-box p {
          display: flex;
          justify-content: space-between;
          margin-bottom: 7px;
          font-size: 16px;
          font-weight: 600; }
          .banner-box .right-message .price-box p strong {
            color: #000000;
            font-size: 16px;
            font-weight: 600; }
          .banner-box .right-message .price-box p.dis {
            color: #FF002C; }
            .banner-box .right-message .price-box p.dis del {
              font-size: 18px;
              width: 22%;
              text-align: left; }
          .banner-box .right-message .price-box p.surprise {
            margin-top: 15px; }
            .banner-box .right-message .price-box p.surprise strong {
              width: 20%;
              text-align: left;
              font-size: 20px;
              font-weight: 700; }
            .banner-box .right-message .price-box p.surprise span {
              font-size: 16px;
              font-weight: 800; }
          .banner-box .right-message .price-box p del {
            width: 20%;
            text-align: left;
            text-decoration: none; }
      .banner-box .right-message .price-total {
        color: #000 !important; }
      .banner-box .right-message .buybtn {
        margin: 28px auto 12px; }
      .banner-box .right-message .day {
        color: #565656;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        margin-top: 16px; }
  .banner .arrow {
    position: relative;
    top: 40px;
    height: 80px; }
    .banner .arrow img {
      position: absolute;
      top: 40px;
      left: 918px; }

h2.title {
  font-size: 36px;
  font-weight: 600;
  text-align: center; }

.section1 {
  height: 941px;
  background: url(../images/p01_bg.png) center no-repeat; }
  .section1 .wrapper {
    padding-top: 88px;
    width: 1266px; }
    .section1 .wrapper .million {
      display: flex;
      justify-content: center;
      color: #5B5555; }
      .section1 .wrapper .million li {
        margin-right: 90px;
        display: flex;
        align-items: center; }
        .section1 .wrapper .million li:last-child {
          margin-right: 0px; }
    .section1 .wrapper .sec_cont {
      display: flex;
      margin-top: 125px;
      padding-left: 90px; }
      .section1 .wrapper .sec_cont > div {
        padding-top: 30px; }
      .section1 .wrapper .sec_cont .cont_left {
        width: 260px; }
      .section1 .wrapper .sec_cont .cont_right {
        width: 280px;
        margin-left: 84px; }
      .section1 .wrapper .sec_cont .cont_center {
        padding: 0px;
        width: 535px; }
        .section1 .wrapper .sec_cont .cont_center .sec_item {
          margin-bottom: 32px; }
        .section1 .wrapper .sec_cont .cont_center div:last-child {
          width: 262px;
          margin-left: 230px; }
      .section1 .wrapper .sec_cont .sec_item {
        position: relative;
        margin-bottom: 127px; }
        .section1 .wrapper .sec_cont .sec_item h4 span {
          position: absolute;
          width: 117px;
          height: 72px;
          background: url(../images/up_icon.png) center no-repeat;
          top: -38px;
          left: -108px;
          font-size: 20px;
          font-weight: 600;
          line-height: 72px;
          padding-left: 10px;
          text-align: center;
          letter-spacing: -1px;
          color: #E83B34; }
          .section1 .wrapper .sec_cont .sec_item h4 span.ver_str1_new {
            box-sizing: border-box; }
        .section1 .wrapper .sec_cont .sec_item h4 p {
          font-weight: 600;
          color: #000;
          margin-bottom: 15px; }
        .section1 .wrapper .sec_cont .sec_item p {
          line-height: 20px;
          font-size: 14px;
          color: #535353; }

.section2 {
  height: 1057px;
  background: url(../images/p02_bg.png) center no-repeat; }
  .section2 .wrapper {
    padding-top: 88px; }
    .section2 .wrapper h2 {
      color: #fff; }
    .section2 .wrapper > div {
      display: flex;
      justify-content: left;
      position: relative; }
      .section2 .wrapper > div > ul {
        margin-top: 96px;
        background: #fff;
        position: relative; }
        .section2 .wrapper > div > ul .title {
          height: 84px;
          flex-direction: column; }
        .section2 .wrapper > div > ul li {
          color: #535353;
          display: flex;
          height: 48px;
          align-items: center;
          justify-content: center;
          border-bottom: 1px solid #C3C2C2;
          font-size: 14px;
          position: relative; }
          .section2 .wrapper > div > ul li:last-child {
            border: none; }
      .section2 .wrapper > div .ul_left {
        width: 532px;
        padding: 0px 42px 0px 42px; }
        .section2 .wrapper > div .ul_left .title::before {
          display: none; }
        .section2 .wrapper > div .ul_left li {
          justify-content: left; }
          .section2 .wrapper > div .ul_left li::before {
            display: block;
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            background: #535353;
            border-radius: 4px;
            left: -21px; }
          .section2 .wrapper > div .ul_left li .label {
            width: 85px;
            height: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            background: url(../images/label.png) center no-repeat;
            color: #F5F5F5;
            font-size: 12px;
            font-weight: 400;
            position: relative;
            left: 10px;
            top: -8px; }
          .section2 .wrapper > div .ul_left li .label.larger {
            width: 105px; }
      .section2 .wrapper > div .ul_center {
        width: 294px;
        border: 2px solid #CBCBCB; }
        .section2 .wrapper > div .ul_center ul {
          padding: 0px 40px; }
        .section2 .wrapper > div .ul_center .title {
          color: #363636;
          background: #E3E3E3;
          border: none; }
          .section2 .wrapper > div .ul_center .title p {
            font-size: 16px;
            font-weight: bold; }
          .section2 .wrapper > div .ul_center .title span {
            font-size: 24px;
            font-weight: 600; }
        .section2 .wrapper > div .ul_center li {
          font-weight: 500; }
      .section2 .wrapper > div .ul_right {
        width: 374px;
        margin-top: 65px;
        box-shadow: 0px 16px 30px #290000;
        border: 3px solid #FE243F;
        position: absolute;
        right: 0px; }
        .section2 .wrapper > div .ul_right ul {
          padding: 0px 48px 20px; }
        .section2 .wrapper > div .ul_right .title {
          height: 118px;
          background: transparent linear-gradient(180deg, #F9062A 0%, #BC272A 100%) 0% 0% no-repeat padding-box;
          color: #fff;
          border: none; }
          .section2 .wrapper > div .ul_right .title p {
            font-size: 18px;
            font-weight: bold; }
          .section2 .wrapper > div .ul_right .title span {
            font-size: 32px;
            font-weight: 600; }
        .section2 .wrapper > div .ul_right li {
          color: #BA272A;
          font-size: 14px;
          font-weight: bold; }
    .section2 .wrapper .btn_cont {
      margin-top: 80px; }
      .section2 .wrapper .btn_cont .buybtn {
        display: flex;
        width: 348px;
        height: 60px;
        background: transparent linear-gradient(180deg, #FC0731 0%, #E30000 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 6px 10px #000000;
        border: 1px solid #6B4242;
        border-radius: 34px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin: 0px auto; }
        .section2 .wrapper .btn_cont .buybtn::after {
          content: "";
          display: block;
          position: absolute;
          width: 366px;
          height: 76px;
          top: -9px;
          left: -11px;
          border-radius: 45px;
          border: 1px solid rgba(90, 87, 87, 0.73);
          transition: all .3s ease-out; }
        .section2 .wrapper .btn_cont .buybtn:hover {
          background: transparent linear-gradient(180deg, #FF264B 0%, #E30010 100%) 0% 0% no-repeat padding-box; }
          .section2 .wrapper .btn_cont .buybtn:hover::after {
            transform: scale(1.045); }

.product-message {
  height: 513px;
  background: url(../images/new_bg.png) no-repeat center top; }
  .product-message h2 {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
    font: normal normal 600 36px/45px Lexend; }
  .product-message .message {
    display: flex;
    justify-content: space-between; }
    .product-message .message .box {
      display: flex;
      width: 580px;
      padding-left: 40px; }
      .product-message .message .box .left-message img {
        margin-top: 25px; }
      .product-message .message .box .left-message h3 {
        font: normal normal 500 18px/22px Lexend; }
      .product-message .message .box .left-message h4 {
        margin-bottom: 20px;
        color: #0070E1;
        font: normal normal 500 14px/22px Lexend; }
      .product-message .message .box .left-message p {
        font: normal normal 500 12px/21px Lexend; }
      .product-message .message .box .right-price {
        margin-left: 20px;
        margin-top: 45px;
        text-align: center; }
        .product-message .message .box .right-price .tag {
          height: 56px;
          font: normal normal bold 20px/50px Lexend;
          background: url(../images/tag-bg.png) no-repeat center; }
        .product-message .message .box .right-price strong {
          display: block;
          color: #FE1C43;
          font: normal normal 600 30px/38px Lexend; }
        .product-message .message .box .right-price del {
          display: block;
          color: #727272;
          font: normal normal 500 14px/24px Lexend; }
        .product-message .message .box .right-price p.last {
          font-size: 12px;
          color: #A3A3A3; }
        .product-message .message .box .right-price .buybtn {
          width: 185px;
          height: 41px;
          margin: 15px 0px; }
          .product-message .message .box .right-price .buybtn:after {
            width: 205px;
            height: 55px; }

.review .wrapper {
  box-sizing: border-box;
  padding-top: 100px; }
.review h2 {
  margin: 70px 0;
  font-size: 42px;
  line-height: 60px;
  text-align: center; }
.review .reviewbox {
  position: relative;
  height: 470px; }
  .review .reviewbox .review-tab {
    position: relative;
    width: 550PX;
    height: 400px; }
    .review .reviewbox .review-tab::before {
      content: '';
      display: block;
      position: absolute;
      top: 0px;
      left: -66px;
      z-index: -1;
      width: 623px;
      height: 400px;
      background: url("../images/review-bg.png") no-repeat; }
    .review .reviewbox .review-tab li {
      position: absolute;
      top: 136px;
      z-index: 0;
      width: 112px;
      height: 112px; }
      .review .reviewbox .review-tab li.one {
        left: 37px; }
      .review .reviewbox .review-tab li.two {
        left: 137px; }
      .review .reviewbox .review-tab li.three {
        left: 238px; }
      .review .reviewbox .review-tab li.four {
        right: 23px;
        z-index: 1; }
        .review .reviewbox .review-tab li.four img {
          border-radius: 50%;
          box-shadow: 0px 8px 36px 0px rgba(161, 161, 161, 0.66);
          transform: scale(1);
          transition: transform .3s ease; }
      .review .reviewbox .review-tab li img {
        display: block;
        width: 100%;
        height: 100%;
        transform: scale(0.7143); }
  .review .reviewbox a {
    display: block;
    position: absolute;
    top: 158px;
    z-index: 9;
    width: 93px;
    height: 93px;
    background: url("../images/review-arrow.png") no-repeat; }
  .review .reviewbox .prev {
    left: 326px;
    background-position: 0 0;
    animation: prevmove 1s linear infinite; }
    .review .reviewbox .prev:hover {
      background-position: -93px 0;
      animation-iteration-count: 0; }
  .review .reviewbox .next {
    left: 518px;
    background-position: 0px -93px;
    animation: nextmove 1s linear infinite; }
    .review .reviewbox .next:hover {
      background-position: -93px -93px;
      animation-iteration-count: 0; }
  .review .reviewbox .details {
    position: relative;
    margin: 20px 30px 0 0;
    width: 434px;
    height: 434px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    background-color: #fca510; }
    .review .reviewbox .details::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 20px;
      left: -20px;
      z-index: 0;
      width: 465px;
      height: 169px;
      background: url(../images/review-circle.png) no-repeat; }
  .review .reviewbox .detail-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 434px;
    height: 434px;
    opacity: 0;
    visibility: hidden;
    transform: translate(20%, 0); }
    .review .reviewbox .detail-list.on {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
      transition: opacity .3s, transform 0.3s ease; }
    .review .reviewbox .detail-list h3 {
      padding-top: 60px;
      font-size: 22px; }
    .review .reviewbox .detail-list h4 {
      position: relative;
      z-index: 1;
      font-size: 20px; }
      .review .reviewbox .detail-list h4::before {
        content: '';
        display: block;
        margin: 45px auto 10px;
        width: 31px;
        height: 4px;
        background: #fdcc77; }
    .review .reviewbox .detail-list p {
      position: relative;
      z-index: 1;
      padding: 0 36px;
      line-height: 24px; }
      .review .reviewbox .detail-list p::before {
        content: '';
        display: block;
        margin: 22px auto;
        width: 56px;
        height: 44px;
        background: url(../images/comma.png) no-repeat; }
@keyframes nextmove {
  0%,
        100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0); } }
@keyframes prevmove {
  0%,
        100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); } }
.awards {
  text-align: center; }
  .awards h2 {
    padding: 80px 0 54px;
    font-size: 42px; }
  .awards img {
    margin-bottom: 70px; }

.bottom {
  padding-top: 70px;
  padding-bottom: 140px;
  background-color: #f9f9f9; }
  .bottom .service {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    .bottom .service dl {
      width: 590px;
      height: 125px;
      text-align: center;
      background-color: #f4f4f4;
      border: 1px solid #ebebeb;
      text-align: left;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      .bottom .service dl dt {
        padding: 20px; }
        .bottom .service dl dt h4 {
          text-align: left; }
      .bottom .service dl.fl h4 {
        padding-bottom: 20px; }
      .bottom .service dl.fr {
        flex-direction: column;
        justify-content: center;
        align-items: start; }
        .bottom .service dl.fr dt {
          padding-top: 0px; }
        .bottom .service dl.fr dd {
          padding-left: 20px; }
  .bottom .footer dl {
    padding: 28px 0 0;
    color: #7b7b7e;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500; }
  .bottom .footer .copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #7b7b7e; }

.giftNum {
  display: inline-block;
  position: relative;
  height: 31px;
  margin: 0 4px;
  vertical-align: middle; }

.giftNum .nwrap {
  display: inline-block;
  position: relative;
  margin: 0 -1px;
  width: 24px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  color: #5953de;
  background-color: #fff;
  border-radius: 4px; }

.floatlayer .giftNum .nwrap {
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 6px 10px rgba(167, 0, 28, 0.34);
  background: transparent linear-gradient(180deg, #FF7D26 0%, #FF2B00 100%) 0% 0% no-repeat padding-box; }

.giftNum em {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  opacity: 0;
  font-size: 20px;
  line-height: 24px;
  font-style: normal; }

.giftNum .numlist {
  display: block;
  width: inherit;
  height: inherit;
  font-size: 20px;
  line-height: 24px; }

.floatlayer .giftNum em,
.floatlayer .giftNum .numlist,
.feature.unique .giftNum em,
.feature.unique .giftNum .numlist {
  color: #fff;
  font-weight: 500; }

.giftNum .numlist span {
  display: block; }

.off-box {
  display: flex;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 3px 6px #EC0707;
  font-size: 54px;
  align-items: center; }
  .off-box b {
    font-size: 26px;
    line-height: 20px; }
    .off-box b span {
      display: block;
      font-size: 16px; }

.floatlayer {
  position: fixed;
  width: 100%;
  bottom: -170px;
  height: 109px;
  left: 0;
  transition: all 0.5s;
  background: url(../images/float-bg.png) no-repeat center top; }
  .floatlayer.on {
    bottom: 0;
    z-index: 9999; }
  .floatlayer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .floatlayer .left {
    position: relative;
    width: 280px; }
    .floatlayer .left .off-box {
      position: absolute;
      left: 76px;
      bottom: -13px; }
    .floatlayer .left .img-box {
      float: left;
      margin-top: -57px; }
    .floatlayer .left .change-box {
      position: absolute;
      right: 0px;
      top: 10px; }
      .floatlayer .left .change-box span {
        position: absolute;
        color: #fff;
        transform: rotate(45deg) scale(0.8);
        right: 6px;
        top: 16px;
        text-shadow: 0px 1px 0px #810000;
        font-size: 12px; }
      .floatlayer .left .change-box .gift-box {
        width: 114px;
        height: 112px; }
      .floatlayer .left .change-box .year {
        position: absolute;
        color: #000;
        left: 38px;
        bottom: 12px;
        width: 74px;
        text-align: center;
        font-size: 12px;
        transform: rotate(-5deg); }
      .floatlayer .left .change-box.dbdb .year {
        color: #fff; }
      .floatlayer .left .change-box.dbdb .gift-box {
        background: url(../images/float_box_db.png); }
      .floatlayer .left .change-box.dbasc .gift-box {
        background: url(../images/float_box_asc.png); }
      .floatlayer .left .change-box.dbimf .gift-box {
        background: url(../images/float_box_imf.png); }
      .floatlayer .left .change-box.dbiu .gift-box {
        background: url(../images/float_box_iu.png); }
      .floatlayer .left .change-box.dbsd .gift-box {
        background: url(../images/float_box_sd.png); }
      .floatlayer .left .change-box.dbisu .gift-box {
        background: url(../images/float_box_isu.png); }
  .floatlayer .numbox {
    text-align: center; }
    .floatlayer .numbox h2 {
      font-size: 22px; }
    .floatlayer .numbox p {
      color: #7B5E5D;
      font-size: 18px; }
  .floatlayer .price {
    text-align: center; }
    .floatlayer .price strong {
      font-size: 18px; }
      .floatlayer .price strong b {
        font-size: 30px; }
    .floatlayer .price del {
      color: #727272; }
    .floatlayer .price .buybtn {
      margin-top: 5px;
      width: 160px;
      height: 35px; }
      .floatlayer .price .buybtn::after {
        width: 180px;
        height: 49px; }

@-webkit-keyframes arrow {
  0% {
    bottom: -40px; }
  10% {
    bottom: -25px; }
  20% {
    bottom: -40px; }
  30% {
    bottom: -25px; }
  40% {
    bottom: -40px; }
  50% {
    bottom: -25px; }
  100% {
    bottom: -20px; } }
@keyframes reduce {
  from {
    top: 98px;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    top: 118px;
    opacity: 0;
    filter: alpha(opacity=0); } }
@-webkit-keyframes reduce {
  from {
    top: 98px;
    opacity: 1;
    filter: alpha(opacity=100); }
  to {
    top: 118px;
    opacity: 0;
    filter: alpha(opacity=0); } }

/*# sourceMappingURL=style.css.map */
