@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px; 
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  overflow-x: hidden;
}
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; }
.fl { float: left; }
.fr { float: right; }
.wrapper {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.all-icons { 
  display: inline-block;
  text-indent: -9999px;
  background: url(../images/all-icons.png) 0 0 no-repeat;
}
.pop-payment {
  background-color: #fff;
  display: none;
  height:61px; padding-top: 5px; text-align:center; line-height: 26px; font-size:14px;
}
.pop-payment span {
  font-size:18px; color:#077ECE
}
.pop-payment img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pop-payment a {
  display: block;
  color: #1673FF;
}
.pop-payment.on {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
/* banner */
.banner { 
  position: relative;
  height: 814px;
  text-align: center;
  background: url(../images/bg.jpg?t=33) center top no-repeat;
}
.banner .wrapper { height: inherit; }
.banner .logo { 
  display: block; 
  position: absolute;
  top: 20px;
  left: 0px;
  width: 99px; 
  height: 41px; 
  text-indent: -9999px; 
  background: url(../images/logo.png?t=43) no-repeat;
}
.banner .title {
  padding-top: 114px;
  background: url(../images/title.png?t=413) center 55px no-repeat;
}
.banner h1 { display: none; }
.banner h2 {
  color: #e0e0e0;
  font-size: 22px;
  font-weight: 400;

  text-align: center;
}
.banner .offer {
  position: relative;
  float: left;
  margin: 136px 0 0 56px;
  width: 400px;
  height: 367px;
  border-radius: 32px;
  background: #fffdfa;
  box-shadow: 0px 2px 18px 0px rgba(179, 14, 20, 0.3);
}
.banner .big {
  margin: 74px 0 0 100px;
  width: 544px;
  height: 450px;
  border: 6px solid #ffc529;
}
.banner .big:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 0;
  width: 556px;
  height: 462px;
  background: url(../images/line.png) no-repeat;
}
.banner .imgbox > img {
  display: block;
  margin: 22px 0 0 140px;
  width: 124px;
}
.banner .big .imgbox {
  position: relative;
  z-index: 1;
  margin-top: 52px;
  width: 100%;
  height: 176px;
}
.banner .big .imgbox > img {
  position: absolute;
  top: -10px;
  left: 94px;
  z-index: 2;
  margin: 0;
  width: 160px;
}
.banner .giftbox {
  position: absolute;
  top: 42px;
  left: 186px;
  z-index: 3;
  width: 260px;
  height: 150px;
}
.banner .giftbox span,
.banner .giftbox img {
  display: block;
  position: absolute;
}
.banner .giftbox .gift-bg {
  top: 0px;
  left: 0;
  z-index: 1;
  width: 257px;
  height: 144px;
  background: url(../images/giftbox.png) no-repeat;
}
.banner .giftbox .gift-line,
.footbuy .gift-line {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 34px;
  z-index: 3;
  width: 217px;
  height: 18px;
  background: url(../images/gift-line01.png);
}
.footbuy .gift-line {
  bottom: 100px;
  left: 118px;
  z-index: 5;
  width: 172px;
}
.banner .giftbox .gift-line.two {
  bottom: 20px;
  left: 64px;
  width: 18px;
  height: 128px;
  background: url(../images/gift-line02.png) no-repeat;
}
.banner .giftbox .gift-flower,
.footbuy .gift-flower {
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 24px;
  left: 48px;
  width: 54px;
  height: 56px;
  background: url(../images/gift-flower.png) no-repeat;
}
.footbuy .gift-flower {
  bottom: 74px;
  left: 108px;
  z-index: 6;
}
.banner .giftbox img {
  top: -10px;
  left: 26px;
  z-index: 0;
  width: 128px;
}
.banner .giftbox img.sd { top: 0px; left: 26px; }
.banner .giftbox img.pf { top: 0px; left: 94px; }
.banner .giftbox img.asc { top: 0px; left: 137px; display: none; }
.banner .tag,
.footbuy .tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 8px 0 3px;
  padding: 0 12px;
  height: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 26px;
  border-radius: 13px;
  background: #fe4243;
}
.banner .tag { margin-bottom: 10px; }
.footbuy .tag {
  display: inline-block;
  padding: 0 16px;
  position: absolute;
  left: 70px;
  bottom: 30px;
  z-index: 8;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.banner .big .tag { margin: 16px 0 8px; }
.banner .tag span,
.footbuy .tag span { font-weight: 300; }

.discount {
  display: block;
  position: absolute;
  top: -5px;
  right: 20px;
  z-index: 2;
  width: 99px;
  height: 128px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 160px;
  background: url(../images/discount.png) no-repeat;
  background-size: 99px;
}
.banner .big .discount {
  right: 10px;
  width: 116px;
  height: 151px;
  font-size: 20px;
  line-height: 190px;
  background-size: 116px;
}
.discount em {
  display: block;
  position: absolute;
  top: 72px;
  left: 12px;
  line-height: 20px;
  font-style: normal;
}
.banner .big .discount em {
  top: 84px;
  left: 18px;
}
.discount sup {
  display: inline-block;
  padding-left: 4px;
}
.discount big { 
  display: inline-block;
  padding-left: 10px;
  font-size: 42px; 
}
.banner .big .discount big { 
  padding-left: 12px;
  margin-right: -4px;
  font-size: 48px; 
}
.countdown {
  position: absolute;
  top: -32px;
  right: 0px;
  left: 0px;
  z-index: 106;
  margin: 0 auto;
  width: 324px;
  height: 64px;
  font-size: 14px;
  font-weight: 600;
  line-height: 64px;
  border-radius: 32px;
  background: #ffc529;
}
.countdown span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
}
.countdown b {
  display: inline-block;
  padding-left: 4px;
  width: 30px;
  color: #de0000;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
}

/* price */
.price p {
  color: #666;
  font-size: 16px;
}
.banner .price { position: relative; }
.banner .price p { font-size: 14px; }
.price strong {
  color: #e30405;
  font-size: 32px;
  font-weight: 600;
}
.banner .big .price strong { font-size: 48px; }
.price strong small { font-size: 20px; }
.banner .big .price strong small { font-size: 24px; }
.price del {
  display: inline-block;
  padding-left: 6px;
  color: #888;
  font-size: 16px;
  font-weight: 300;
}
.banner .big .price del { font-size: 20px; }


/* buybtn */
.buybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 252px;
  height: 54px;
  color: #fff;
  line-height: 52px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  background: #f96f00;
  transition: all 0.3s ease;
}
.buybtn.empty {
  width: 248px;
  height: 50px;
  color: #ff6000;
  line-height: 50px;
  background: #fffdfa;
  border: 2px solid #ff6000;
}
.banner .buybtn { margin: 0px auto 8px; }
.footbuy .buybtn { margin: 66px 84px 0 0; }
.buybtn:hover,
.buybtn.empty:hover {
  background: #f94c00;
  box-shadow: 0px 8px 22px 0px rgba(250, 87, 0, 0.4);
}
.buybtn.empty:hover {
  color: #fff;
  background: #f94c00;
}
.footbuy .buybtn:hover { box-shadow: 0px 8px 35px 0px rgba(143, 50, 0, 0.4); }


/* service */
.service {
  padding: 44px 0 64px;
  background: url(../images/service-line.png) center bottom no-repeat;
}
.service dl {
  text-align: center;
}

.service dl.last { padding-right: 0; }
.service dt { 
  margin-bottom: 10px;
  line-height: 64px; 
}
.service .other {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
.service dl.first dt {
  margin-bottom: 0;
  line-height: 0;
}
.service dt img {
  display: inline-block;
  vertical-align: middle;
}
.service dd {
  color: #333;
  font-size: 16px;
}

/* feature */
.feature {
  margin-top: 78px;
  height: 823px;
  text-align: center;
  background: url(../images/feature-bg.jpg) center top no-repeat;
}
.feature h2 {
  padding: 10px 0 15px;
  font-size: 32px;
  font-weight: 600;
}
.feature .wrapper > p {
  color: #666;
  font-size: 18px;
}
.feature-screen {
  position: relative;
  margin: 28px 0 0 -120px;
  width: 510px;
  height: 458px;
  background: url(../images/feature-screen-bg.png) no-repeat;
}
.feature-list {
  position: relative;
  width: 510px;
  height: 458px;
}
/* .feature-screen:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: -23px;
  z-index: 3;
  width: 545px;
  height: 490px;
  background: url(../images/red-line.png) no-repeat;
} */
.feature-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: inherit;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease;
}
.feature-list.on {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity .4s ease;
}
.feature-list img {
  display: block;
  margin: 0;
}
.feature-screen-small {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: 4;
  visibility: hidden;
  transform: scale(0);
  transition: opacity .4s .3s cubic-bezier(.63,.64,.3,1), transform .4s .3s cubic-bezier(.63,.64,.3,1);
}
.feature-screen-small.one {
  top: 115px;
  left: 218px;
}
.feature-screen-small.two {
  top: 86px;
  left: 108px;
}
.feature-list.on .feature-screen-small {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.feature-tab {
  margin-top: 90px;
  width: 720px;
}
.feature-tab dl {
  position: relative;
  float: left;
  margin: 0 120px 32px 0;
  width: 300px;
  min-height: 270px;
  text-align: center;
  cursor: pointer;
}
.feature-tab dl:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -44px;
  z-index: 0;
  padding: 20px 0;
  width: 388px;
  height: 270px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
}
.feature-tab dl.two,
.feature-tab dl.four { margin-right: 0; }
.feature-tab dt { line-height: 73px;}
.feature-tab dt > img {
  display: inline-block;
  vertical-align: middle;
}
.feature-tab h3 {
  padding: 18px 0 24px;
  font-size: 18px;
}
.feature-tab p {
  color: #888;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.feature-tab dt,
.feature-tab dd {
  position: relative;
  z-index: 1;
}
.feature-tab dl.on:before {
  opacity: 1;
  visibility: visible;
}

/* gifts */
.gifts {
  margin: 0px 0;
  height: 860px;
  text-align: center;
  /*background: url(../images/gift-bg.png) center bottom no-repeat;*/
  background: #fcfcfc;
}
.gifts h2 {
  padding: 94px 0 60px;
  font-size: 32px;
  font-weight: 600;
}
.gifts .gift-list {
  display: flex;
  justify-content: space-around;
}
.gifts dl {
  width: 50%;
  text-align: center;
}
.gifts .gift-list.popnew dl{
  width: 33.3%;
}
.gifts dl.asc-smail {
  display: none;
}
.gifts dl.first { margin-right: 92px; }
.gifts dl.last { float: right; }
.gifts dl dt { position: relative;}
.gifts dl dt:before,
.gifts dl dt:after,
.review .reviews dt:before {
  content: '';
  display: block;
  position: absolute;
  width: 62px;
  height: 46px;
  background: url(../images/cap.png) no-repeat;
}
.gifts dl dt:before {
  top: -16px;
  left: 107px;
}
.gifts dl dt:after {
  left: 194px;
  bottom: -4px;
  width: 90px;
  height: 95px;
  background: url(../images/tree.png) no-repeat;
}
.gifts h4 {
  padding: 30px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.gifts dl dd { padding: 0 40px; }
.gifts dl dd p {
  position: relative;
  padding-left: 10px;
  color: #888;
  line-height: 24px;
  text-align: left;
}
.gifts dl dd p:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #888;
}
.gifts h3 {
  padding: 50px 0 24px;
  color: #666;
  font-size: 24px;
  font-weight: 600;
}
.gifts .price { position: relative; }
.gifts .price p { 
  margin-bottom: 30px;
  font-size: 28px; 
  line-height: 24px;
}
.gifts .price strong { font-size: 34px; }
.gifts .price strong small { font-size: 28px; }
.gifts .price p span {
  display: inline-block;
  margin-top: -3px;
  margin-left: 4px;
  padding: 0 6px;
  height: 22px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  border-radius: 6px;
  background: #ffe0b8;
  vertical-align: middle;
}

/* comparison */
.comparison {
  padding-bottom: 80px;
  background: #fcf2f2 url(../images/compare-bg.png) center bottom no-repeat;
}
.comparison h2 { 
  padding: 120px 0 50px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.comparison table {
  display: block;
  position: relative;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
}
.comparison table:after {
  content: '';
  position: absolute;
  top: -13px;
  right: 0;
  width: 332px;
  height: 810px;
  border-radius: 10px; 
  box-shadow: 0 0 52px 3px rgba(0, 0, 0, 0.22);
}
.comparison th {  
  height: 68px; 
  font-size: 16px;
  font-weight: 600;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}
.comparison th.itemc { 
  color: #fff;
  font-size: 20px;
  background-color: #db282a;
}
.comparison th.itemc span {
  display: block;
  padding-top: 20px;
  margin-top: -21px;
  height: 69px;
  background-color: #db282a;
  border-top-left-radius: 10px; 
  border-top-right-radius: 10px;
}
.comparison th.itemc b {
  display: block;
  font-weight: 600;
  font-size: 26px;
}
.comparison .itema { 
  width: 298px;
  background-color: #f6f6f6;
}
.comparison .itemb { 
  width: 570px; 
  background: #fff;
}
.comparison .itemc { 
  width: 332px;
  background: #fff; 
}
.comparison td { 
  height: 50px; 
  font-size: 14px;
  border-top: 1px solid #eaeaea;
}
.comparison td.last { 
  border-bottom-right-radius: 10px; 
  border-bottom-left-radius: 10px;
}
.comparison td.center.itemb { border-bottom-right-radius: 10px; }
.comparison td i {
  width: 15px;
  height: 15px;
  background-position: 0 0;
}
.comparison td i.close { 
  margin-right: 4px;
  background-position: 0 -15px; 
}
.comparison td i.pro { background-position: 0 -30px; }

/* review */
.review h2 {
  padding-top: 90px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.review h2 span { color: #ec230e; }
.review .dg-container {
  position: relative;
  padding-top: 90px;
  height: 480px;
  overflow: hidden;
}
.review .dg-wrapper {
  position: relative;
  margin: 0 auto;
  width: 910px;
  height: inherit;
  transform-style: preserve-3d;
  perspective: 500px;
}
.review .reviews {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 500px;
          perspective: 500px;
}
.review .dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.review .reviews dt { 
  position: relative; 
  margin: 0 auto;
  width: 130px;
  height: 130px;
  opacity: .63;
  border-radius: 50%;
}
.review .reviews dt:before {
  top: -10px;
  left: 0;
}
.review .reviews.dg-center dt {
  opacity: 1;
  box-shadow: 0px 2px 20px rgba(38, 38, 36, 0.25);
  transition: all .2s;
}
.review .reviews dd { display: none; }
.review .reviews.dg-center dd { display: block; }
.review .reviews dd h3,
.review .reviews dd cite {
  display: block;
  padding-top: 12px;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}
.review .reviews dd h3 { padding: 54px 0 36px; }
.review .reviews dd p {
  color: #888;
  font-size: 16px;
  line-height: 26px;
}
.review .reviews dd cite { font-size: 20px; }
.review .dg-container .nav {
  position: relative;
  width: 100%;
}
.review  .dg-icon {
  display: block;
  position: absolute;
  top: 44px;
  z-index: 2;
  width: 24px;
  height: 43px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/dg-icon.png) no-repeat;
  animation: prevmove 1s linear infinite;
  
}
.review .dg-prev { left: 0px; }
.review .dg-next { 
  right: 0px; 
  background-position: 0 -43px;
  animation: nextmove 1s linear infinite;
}
.review  .dg-icon:hover { 
  opacity: .6; 
  animation-iteration-count: 0;
}

/* awards */
.awards { text-align: center; }
.awards h2 {
  padding-bottom: 38px;
  font-size: 32px;
  font-weight: 600;
}

/* footbuy */
.footbuy {
  margin-top: 116px;
  height: 341px;
  background: url(../images/footbuy-bg.jpg) center top no-repeat;
}
.footbuy h2 {
  padding: 20px 0 18px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.footbuy .imglist {
  position: relative;
  margin-left: 100px;
  width: 330px;
  height: 240px;
}
.footbuy .imglist:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 28px;
  left: -48px;
  z-index: 7;
  width: 104px;
  height: 136px;
  background: url(../images/discount-small-2021.png) no-repeat;
}
.footbuy .imglist > img {
  display: block;
  position: absolute;
}
.footbuy .imglist > img.asc {
  top: 0;
  left: 0;
  z-index: 1;
}
.footbuy .imglist > img.sd,
.footbuy .imglist > img.pf {
  top: 38px;
  left: 84px;
  z-index: 2;
  width: 140px;
}
.footbuy .imglist > img.sd {
  top: 38px;
  left: 100px;
  z-index: 3;
  width: 140px;
}
.footbuy .imglist > img.pf {
  top: 38px;
  left: 160px;
  z-index: 4;
  width: 140px;
}
.footbuy .imglist > img.asc-smail {
  display: none;
  top: 38px;
  left: 205px;
  z-index: 4;
  width: 140px;
}
.footbuy .gift-font {
  display: block;
  position: absolute;
  top: 119px;
  left: 180px;
  z-index: 10;
  color: #fff;
  font-size: 16px;
}
.changelist {
  margin: 18px 0 0 78px;
  text-align: center;
}
.changeprice {
  position: relative;
  padding: 0 38px;
  height: 97px;
  background: #fff;
  border: 2px solid #d9a664;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.changeprice:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -65px;
  width: 65px;
  height: 101px;
  background: url(../images/changelist-tag.png) no-repeat;
}
.changeprice p {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}
.changeprice .price { padding-top: 24px; }
.changeprice .price strong { 
  font-size: 56px; 
  font-weight: 700;
}
.changeprice .price strong small { font-size: 24px; }
.changeprice .price del {
  color: #000;
  font-size: 18px;
}
.changelist h3 {
  padding-top: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.banner.popnew .giftbox img.asc ,
.footbuy.popnew  .imglist > img.asc-smail,
.gifts.popnew  dl.asc-smail{
  display: block;
}
.gifts.popnew  dl dt:after {
  left: 103px;
}
.footbuy.popnew .gift-line {
  width: 217px;
}
/* footer */
.footer { 
  padding: 20px 0 30px;
  font-size: 12px;
  line-height: 24px;
}
.copyright {
  padding-top: 20px;
  color: #8b8b8b;
  font-weight: 600;
  text-align: center;
}

/* animation */
@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);
  }
}