.assistant {
  background-color: #f7f7f7;
}
.assistant .container {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.assistant h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  color: #1a1a1a;
}
.assistant h2 + p {
  font-size: 18px;
  color: #1a1a1a;
}
.assistant .assist-flex {
  align-items: stretch;
  max-width: 1000px;
  margin: 70px auto 0;
}
.assistant .assist-flex .assist-box {
  max-width: 450px;
  margin: auto;
  min-height: 630px;
  padding: 30px 15px 30px 30px;
  background-color: #fff;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.39);
  border-radius: 16px;
}
.assistant .assist-flex .assist-box img {
  min-height: 60px;
}
.assistant .assist-flex .assist-box h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}
.rel {
  position: relative;
}
.assistant .assist-flex .assist-box .price {
  margin-top: 30px;
}
.assistant .assist-flex .assist-box .price span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fd8a2e;
}
.assistant .assist-flex .assist-box .btn {
  display: block;
  max-width: 160px;
  margin: 10px auto 30px;
  height: 50px;
  line-height: 50px;
}
.assistant .assist-flex .assist-box .ic-lf {
  font-size: 14px;
  color: #666;
}
.assistant .assist-flex .assist-box .ic-lf li:before {
  margin-bottom: 5px;
  background: #666;
}
.assistant .assist-flex .assist-box .pricing-at .pricing-checked {
  background-position: -512px -16px;
}
@media (max-width: 768px) {
  .assistant .assist-flex:last-child {
    margin-top: 20px;
  }
  .assistant .assist-flex .assist-box {
    max-width: 100%;
    margin-top: 40px;
    min-height: auto;
  }
}
.easy .container {
  text-align: center;
}
.easy h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  color: #1a1a1a;
}
.easy h2 + p {
  margin-top: 10px;
  margin-bottom: 45px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.easy-flex1 {
  margin-top: 70px;
}
.easy-flex {
  margin-top: 70px;
}
.easy-flex:nth-of-type(1) {
  margin-top: 0;
}
.easy .easy-flex .easy-box,
.easy .easy-flex1 .easy-box {
  background-color: #fff;
  box-shadow: 0px 4px 32px 0px rgba(154, 172, 223, 0.3);
  border-radius: 16px;
  padding: 30px 15px 160px 15px;
  max-width: 500px;
  position: relative;
}
.easy .easy-flex .easy-box img,
.easy .easy-flex1 .easy-box img {
  min-height: 60px;
}
.easy .easy-flex .easy-box h6,
.easy .easy-flex1 .easy-box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin-top: 20px;
}
.easy .easy-flex .easy-box .price,
.easy .easy-flex1 .easy-box .price {
  margin-top: 15px;
  margin-bottom: 10px;
}
.easy .easy-flex .easy-box .ic-lf,
.easy .easy-flex1 .easy-box .ic-lf {
  font-size: 14px;
  color: #666;
}
.easy .easy-flex1 .easy-box {
  max-width: 380px;
}
.onekey .container {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.onekey h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  color: #1a1a1a;
}
.onekey h2 + p {
  font-size: 18px;
  color: #1a1a1a;
}
.onekey .onekey-flex {
  margin-top: 30px;
}
.onekey .onekey-flex .onekey-box {
  max-width: 380px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.39);
  border-radius: 16px;
  min-height: 700px;
}
.onekey .onekey-flex .onekey-box img {
  min-height: 60px;
}
.onekey .onekey-flex .onekey-box h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}
.onekey .onekey-flex .onekey-box .price {
  margin-top: 30px;
}
.onekey .onekey-flex .onekey-box .price span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fd8a2e;
}
.onekey .onekey-flex .onekey-box .btn {
  display: block;
  max-width: 160px;
  margin: 10px auto 30px;
  height: 50px;
  line-height: 50px;
}
.onekey .onekey-flex .onekey-box .ic-lf {
  font-size: 14px;
  color: #666;
}
.onekey .onekey-flex .onekey-box .ic-lf li:before {
  margin-bottom: 5px;
  background: #666;
}
@media (min-width: 769px) and (max-width: 992px) {
  .onekey .onekey-flex .onekey-box {
    padding: 40px 15px;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .onekey .onekey-flex .onekey-box {
    max-width: 100%;
    min-height: auto;
    margin-top: 20px;
  }
}
.calcbox {
  position: relative;
  padding-top: 88px;
}
.calcbox .logo {
  display: block;
  position: absolute;
  top: -70px;
  left: 15px;
}
.calcbox h1 {
  display: block;
}
.calcbox h1 img {
  margin: auto;
}
.correct {
  margin-bottom: 10px;
}
.correct:lang(it) {
  word-break: break-all;
}
.correct > li {
  position: relative;
  padding-left: 20px;
  text-align: left;
  color: #333;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.correct > li strong {
  font-weight: bold;
}
.correct > li:before {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/mini-lan/gou.png) no-repeat center bottom;
}
.btn {
  font-size: 20px;
  border-radius: 10px;
  min-width: 180px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
}
.btn.btn-cart:before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/icon.png) no-repeat 2px -281px;
  margin-right: 16px;
  position: relative;
  top: 4px;
}
.btn.btn-red {
  background-color: #d31521;
  background-image: linear-gradient(0deg, #d31521 0%, #fa2934 100%), linear-gradient(#d31521, #fa2934);
  background-blend-mode: normal, normal;
  box-shadow: 0px 4px 8px 0px rgba(91, 15, 15, 0.4);
  color: #fff;
  border-bottom: 2px solid #912C00;
}
.btn.btn-red:hover {
  background: #fa2934;
}
.price .sale-price {
  font-size: 34px;
  font-weight: bold;
  color: #f4111e;
}
.price .sale-price:lang(es),
.price .sale-price:lang(it),
.price .sale-price:lang(tw) {
  font-size: 30px;
}
.price .sale-price small {
  font-size: 20px;
}
.price del {
  font-size: 16px;
  color: #1a1a1a;
  text-decoration: line-through;
}
.theme-christmas-sale .calcitem {
  display: table;
}
.theme-christmas-sale .calcitem .item {
  display: table-cell;
  vertical-align: middle;
}
.theme-christmas-sale .calcbox {
  min-height: 800px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/new-year-2021/mini-lan/banner-bg-UB.png) no-repeat center bottom;
  background-size: cover;
  color: #fff;
  padding-bottom: 70px;
}
.theme-christmas-sale .calcbox > .container > p {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  display: table;
  padding: 10px 50px;
  line-height: normal;
  margin: 45px auto 20px;
  text-align: center;
}
.theme-christmas-sale .calcbox > .container > p:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
  top: 0;
  left: 0;
  border-radius: 26px;
}
.theme-christmas-sale .calcbox > .container > p em {
  color: #fffc00;
  font-style: normal;
}
.theme-christmas-sale .calcbox .item {
  display: table-cell;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.35);
  border-right: 0 none;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.theme-christmas-sale .calcbox .item .plus {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  display: block;
  z-index: 1111;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/asmisc/jia.png) no-repeat center;
}
.theme-christmas-sale .calcbox .item:first-child {
  border-radius: 10px 0 0 10px;
}
.theme-christmas-sale .calcbox .item.small {
  width: 280px;
  padding: 20px 20px 80px;
}
.theme-christmas-sale .calcbox .item.small .price {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.theme-christmas-sale .calcbox .item img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: block;
}
.theme-christmas-sale .calcbox .item h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.theme-christmas-sale .calcbox .item .checkbox {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/mini-lan/gx1.png) no-repeat 0 0;
}
.theme-christmas-sale .calcbox .item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 180px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/asmisc/fenge-shang.png) no-repeat 0 0;
}
.theme-christmas-sale .calcbox .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 180px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/asmisc/fenge-xia.png) no-repeat 0 0;
}
.theme-christmas-sale .calcbox .item.unselect {
  position: relative;
}
.theme-christmas-sale .calcbox .item.unselect:after,
.theme-christmas-sale .calcbox .item.unselect:before {
  content: none;
  background-image: none;
}
.theme-christmas-sale .calcbox .item.unselect:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 10;
}
.theme-christmas-sale .calcbox .item.unselect:first-child:before {
  border-radius: 10px 0 0 10px;
}
.theme-christmas-sale .calcbox .item.unselect .checkbox {
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/mini-lan/gx1-2.png) no-repeat 0 0;
}
.theme-christmas-sale .calcbox .item.big {
  width: 360px;
}
.theme-christmas-sale .calcbox .item.big .resbox {
  padding: 70px 20px 54px 20px;
  margin-top: -70px;
  margin-bottom: -70px;
  height: 490px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(255, 102, 0, 0.35);
  border-radius: 10px;
  border: solid 1px #ffba81;
  overflow: hidden;
}
.theme-christmas-sale .calcbox .item.big .off-tag {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -51px;
  right: 0;
  width: 76px;
  height: 76px;
  border-radius: 0 10px 0 0;
  overflow: hidden;
}
.theme-christmas-sale .calcbox .item.big .off-tag .ct {
  position: relative;
  z-index: 22;
  display: block;
  transform: rotate(45deg);
  left: 10px;
  bottom: -13px;
}
.theme-christmas-sale .calcbox .item.big .off-tag:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 38px solid #ff9100;
  border-left: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-right: 38px solid #ff9100;
}
.theme-christmas-sale .calcbox .item.big .off-tag small {
  font-size: 12px;
}
.theme-christmas-sale .calcbox .item.big .sepa {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eae0d4;
  margin-bottom: 10px;
}
.theme-christmas-sale .calcbox .item.big h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fecc89;
  text-align: left;
}
.theme-christmas-sale .calcbox .item.big .cel.hidden {
  display: none !important;
}
.theme-christmas-sale .calcbox .item.big .celrow {
  display: block;
}
.theme-christmas-sale .calcbox .item.big .celrow:after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  height: 0;
}
.theme-christmas-sale .calcbox .item.big .celrow .l,
.theme-christmas-sale .calcbox .item.big .celrow .r {
  display: block;
}
.theme-christmas-sale .calcbox .item.big .celrow .l {
  float: left;
}
.theme-christmas-sale .calcbox .item.big .celrow .r {
  float: right;
}
.theme-christmas-sale .calcbox .item.big .celrow.t .l,
.theme-christmas-sale .calcbox .item.big .celrow.t .r {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 26px;
}
.theme-christmas-sale .calcbox .item.big .celrow.t .r {
  font-size: 22px;
}
.theme-christmas-sale .calcbox .item.big .celrow.b .l,
.theme-christmas-sale .calcbox .item.big .celrow.b .r {
  font-size: 14px;
  font-weight: bold;
  color: #b3b3b3;
  line-height: 22px;
}
.theme-christmas-sale .calcbox .item.big .celrow.b .r {
  font-size: 16px;
  font-weight: normal;
  color: #1a1a1a;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/mini-lan/huaqu.png) no-repeat center center;
}
.theme-christmas-sale .calcbox .item.big .btn-row {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: none;
  display: block;
  width: 100%;
  bottom: 10px;
}
.theme-christmas-sale .calcbox .item.big .btn-row .btn {
  position: relative;
  left: -25px;
}
.theme-christmas-sale .calcbox .item.big .btn-row .save-price {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ff9100;
  position: absolute;
  top: 13px;
  right: 15px;
  display: block;
}
.theme-christmas-sale .calcbox .item.big .btn-row .bought-item {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: -25px;
  font-size: 14px;
  font-style: normal;
  color: #333;
}
.theme-christmas-sale .calcbox .item.big .btn-row .bought-item em {
  color: #ff9100;
  font-style: normal;
  font-weight: normal;
  transition: all linear 300ms;
}
.theme-christmas-sale .calcbox .item.big .btn-row .bought-item em.up {
  font-weight: 700;
  transition: all linear 300ms;
}
.theme-christmas-sale .calcbox .item.big .tot:before {
  content: '';
  display: block;
  height: 9px;
  margin-top: -11px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/asmisc/fg.png) no-repeat center;
}
.theme-christmas-sale .calcbox .item.big .tot span {
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
}
.theme-christmas-sale .calcbox .item.big .tot span em {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
.theme-christmas-sale .calcbox .item.big .tot span .sale-price {
  font-size: 22px;
}
.theme-christmas-sale .calcbox .item.big .tot span .save-price {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: normal;
}
.theme-christmas-sale .wrapper {
  padding: 35px 0 50px 0;
}
.theme-christmas-sale .wrapper.bg-f7 {
  background-color: #f7f7f7;
  background: #f7f7f7 url(https://cdn-node.diskpart.com/file/amtcstatic/1/new-year-2021/mini-lan/bg1.png) no-repeat center top;
}
.theme-christmas-sale .wrapper > h2 {
  height: 142px;
  background: #f7f7f7 url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/mini-lan/bg-title1.png) no-repeat center;
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 31px;
}
.theme-christmas-sale .easy-box .prd {
  position: relative;
  width: 180px;
  height: 166px;
  margin: auto;
}
.theme-christmas-sale .easy-box .prd .tips {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 1px;
  left: 28px;
  box-sizing: border-box;
  line-height: normal;
}
.theme-christmas-sale .easy-box .prd .tips strong {
  font-size: 24px;
  font-weight: bold;
  color: #ff1e10;
  line-height: 1;
  display: block;
}
.theme-christmas-sale .easy-box .prd .tips strong small {
  font-size: smaller;
}
.theme-christmas-sale .easy-box .prd .tips i {
  font-size: 14px;
  font-style: normal;
  display: block;
  line-height: 1;
  color: #ff1e10;
}
.theme-christmas-sale .list {
  list-style: none;
  display: table;
  margin: 18px auto 0 auto;
}
.theme-christmas-sale .list li {
  list-style: none;
  padding-left: 25px;
  position: relative;
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-bottom: 7px;
}
.theme-christmas-sale .list li .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.theme-christmas-sale .list li .icon-green {
  color: #008c70;
}
.theme-christmas-sale .price .sale-price {
  color: #f4111e;
}
.theme-christmas-sale .price .total-price {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.theme-christmas-sale .price .total-price:lang(es),
.theme-christmas-sale .price .total-price:lang(it),
.theme-christmas-sale .price .total-price:lang(tw) {
  display: block;
}
.theme-christmas-sale .easy-box .btn-row {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 300px;
  width: 90%;
}
.theme-christmas-sale .easy-box .btn-row .btn {
  min-width: 180px;
}
.easy-flex1,
.easy-flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: stretch;
  min-height: 100%;
}
.easy-flex .easy-box {
  flex-basis: 470px;
  min-height: 100%;
}
@media all and (max-width: 1200px) {
  .theme-christmas-sale .calcbox .item.big .off-tag {
    top: -62px;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .celrow.t .r {
    font-size: 18px;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .celrow.t .l {
    font-size: 14px;
  }
  .theme-christmas-sale .calcbox .item.big .resbox {
    margin-top: -175px;
    margin-bottom: -175px;
    height: 550px;
  }
  .theme-christmas-sale .calcbox .item.big .btn-row {
    bottom: -25px;
  }
  .easy .easy-flex1 .easy-box {
    max-width: 380px;
    margin: 0 15px;
  }
  .easy .easy-flex .easy-box {
    margin: 0 15px;
  }
  [lang="es"] .theme-christmas-sale .calcbox .item.big .off-tag {
    top: -52px;
  }
}
[lang="es"] .theme-christmas-sale .calcbox .item.big .off-tag {
  top: -32px;
}
[lang="it"] .theme-christmas-sale .calcbox .item.big .off-tag {
  top: -31px;
}
[lang="it"] .theme-christmas-sale .calcbox .item.big .btn-row .save-price {
  font-size: 12px;
}
@media all and (max-width: 992px) {
  [lang="it"] .theme-christmas-sale .calcbox .item.big .off-tag {
    top: 0;
  }
  .theme-christmas-sale .calcitem {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: stretch;
    flex-flow: row wrap;
    margin-bottom: 15px;
  }
  .theme-christmas-sale .calcitem .item {
    border-radius: 10px;
  }
  .theme-christmas-sale .calcitem .item.small {
    width: 100%;
    flex-basis: 100%;
    margin: 0 15px 15px 15px;
  }
  .theme-christmas-sale .calcitem .item.small img {
    float: left;
    margin-top: 25px;
  }
  .theme-christmas-sale .calcitem .item.small ul {
    margin-left: 146px;
  }
  .theme-christmas-sale .calcbox .item:first-child {
    border-radius: 10px;
  }
  .theme-christmas-sale .calcbox .item:before,
  .theme-christmas-sale .calcbox .item:after {
    content: none;
  }
  .theme-christmas-sale .calcbox .item.small {
    padding-bottom: 25px;
  }
  .theme-christmas-sale .calcbox .item.big .resbox {
    height: auto;
    margin: auto;
    width: 100%;
    max-width: none;
    padding-bottom: 100px;
    padding-top: 15px;
  }
  .theme-christmas-sale .calcbox .item.big {
    width: 100%;
    max-width: none;
    flex-basis: 100%;
    margin: 0 15px;
  }
  .theme-christmas-sale .calcbox .item.big .off-tag {
    top: 0;
  }
  .theme-christmas-sale .calcbox .item.big .btn-row {
    bottom: 35px;
  }
  .easy.bg2,
  .easy.bg3,
  .easy.bg4 {
    background-size: cover;
  }
}
@media all and (max-width: 768px) {
  .easy .easy-flex,
  .easy .easy-flex1 {
    flex-flow: column wrap;
    justify-content: center;
  }
  .easy .easy-flex .easy-box,
  .easy .easy-flex1 .easy-box {
    flex-basis: 100%;
    max-width: 500px;
    margin: 0 auto 15px auto;
    width: 100%;
  }
  .theme-christmas-sale .calcitem .item.small,
  .theme-christmas-sale .calcbox .item.big {
    margin: 0 auto 15px auto;
  }
}
.ft {
  height: 360px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 32px;
  box-sizing: content-box;
  text-align: center;
  position: relative;
}
.ft .container:after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  height: 0;
}
.ft p {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  line-height: 22px;
  color: #b38c8c;
}
[lang="es"] .ft {
  background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/new-year-2021/mini-lan/footer_ES.png);
}
[lang="it"] .ft {
  background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/new-year-2021/mini-lan/footer_IT.png);
}
[lang="tw"] .ft {
  background-image: url(https://cdn-node.diskpart.com/file/amtcstatic/1/new-year-2021/mini-lan/footer_TW.png);
}
.part8 {
  background-color: #085c50;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 100;
  padding: 20px 0;
  display: none;
}
.part8 .f-dib {
  display: inline-block;
  vertical-align: middle;
}
.part8 .g-cnt {
  max-width: 1170px;
  padding: 15px;
}
.part8 .txt {
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.part8 li {
  display: table-cell;
  width: 292.5px;
}
.part8 .ft-ic {
  text-align: center;
}
body {
  padding-bottom: 82px;
}
.bg2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f7f7f7 url(https://cdn-node.diskpart.com/file/amtcstatic/1/new-year-2021/mini-lan/bg2.png) no-repeat center top;
}
.bg2 h2,
.bg2 h2 + p {
  color: #fff;
}
.bg2:lang(es) {
  padding-bottom: 37px;
}
.bg2:lang(it) {
  padding-bottom: 37px;
  padding-top: 165px;
}
.bg2:lang(tw) {
  padding-bottom: 80px;
}
.bg3 {
  padding-bottom: 90px;
  padding-top: 40px;
  background: #f7f7f7 url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/mini-lan/bg3.png) no-repeat center top;
}
.bg4 {
  padding-top: 70px;
  padding-bottom: 90px;
  background: #f7f7f7 url(https://cdn-node.diskpart.com/file/amtcstatic/1/Christmas-Sale/mini-lan/bg4.png) no-repeat center bottom;
}
.bg4 h2,
.bg4 h2 + p {
  color: #fff;
}
@media all and (max-width: 1200px) {
  .part8 .ft-ic {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-flow: row wrap;
    width: auto;
  }
  .part8 .ft-ic li {
    width: auto;
  }
}
@media (min-width: 999px) and (max-width: 1200px) {
  .theme-christmas-sale .calcbox .item.big .btn-row {
    position: relative;
    left: unset;
    transform: unset;
    bottom: unset;
  }
  .theme-christmas-sale .calcbox .item.big .btn-row .save-price {
    position: relative;
    top: 4px;
  }
  .theme-christmas-sale .calcbox .item.big .btn-row .bought-item {
    position: relative;
    margin-top: 10px;
    bottom: -10px;
    left: unset;
    transform: unset;
  }
}
@media all and (max-width: 768px) {
  .part8 .ft-ic {
    flex-flow: row wrap;
    margin: 0 15px;
  }
  .part8 .ft-ic li {
    width: 50%;
    text-align: center;
  }
  body {
    padding-bottom: 124px;
  }
}
@media (max-width: 500px) {
  body {
    padding-bottom: 0;
  }
  .theme-christmas-sale .calcbox .item.small .price {
    position: relative;
    bottom: 0;
  }
  .theme-christmas-sale .calcbox .item.big .btn-row .save-price {
    position: relative;
    top: 4px;
  }
  .part8 {
    position: relative;
    text-align: center;
  }
  .part8 .ft-ic {
    display: inline-block;
    margin: 0 15px;
  }
  .part8 .ft-ic li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  .theme-christmas-sale .wrapper > h2 {
    font-size: 30px;
  }
}
.calcbox .container {
  position: relative;
}
[lang="es"] .theme-christmas-sale .calcbox .item.big .celrow.b .l,
[lang="es"] .theme-christmas-sale .calcbox .item.big .celrow.b .r {
  font-size: 12px;
}
.am-dtrg {
  text-align: center;
  display: table;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 60px;
}
.bg1 {
  padding-bottom: 80px;
}
@media all and (max-width: 576px) {
  .theme-christmas-sale .calcbox .item h3 {
    clear: both;
  }
  .theme-christmas-sale .calcitem .item.small ul {
    margin: auto;
  }
}
@media all and (min-width: 992px) and (max-width: 998px) {
  [lang="it"] .theme-christmas-sale .calcbox .item.big .celrow.t .l {
    font-size: 12px;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .celrow.t .r {
    font-size: 16px;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .off-tag {
    top: -43px;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .btn-row {
    bottom: 15px;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .btn-row .save-price {
    position: static;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .btn-row .btn {
    left: auto;
  }
  [lang="it"] .theme-christmas-sale .calcbox .item.big .btn-row .bought-item {
    margin-left: auto;
  }
}
.flakes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  transform: translate3d(0, -20vh, 0);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  opacity: 0.375;
}
.flakes.star-wars-day {
  transform: translate3d(0, -40vh, 0);
}
.flakes div {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #DAE4F5;
}
.flakes i {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: falling;
  animation: falling;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-size: contain;
  background-repeat: no-repeat;
  will-change: transform;
}
.flakes.christmas i {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M38.2 65l1-9.7 6.8-3.8v7.8L38.2 65zM58 65l-8-5.8v-7.8l6.8 4 1 9.6zm9.8-17l-9 3.8-6.6-3.8 7-4 8.6 4zm-39.4 0l8.7-4 7 4-6.5 3.8-8.8-4zM58 31l-1 9.6-7 4v-8l8-5.7zm-19.8 0l7.8 5.5v8l-6.7-3.8-1-9.8zm12-17L60.5 3.5l2.8 3-13.3 13v12L63 22l-1.7 16 10.2-5.7 5-18.3 4 1-4 14.4 12.2-7 2 3.6-12 7L93 37l-1.3 3.8-18.2-5-10.2 5.8L78 48l-14.7 6.4 10 5.6 18-5 1.2 4-14.3 3.8L90.6 70l-2 3.5L76 66.3l4 14.4-4 1-5-18.2-9.8-5.6L63 73.3 50 64v11.6L63.3 89l-2.8 3L50 81.5V96h-4V81.5L35.4 92l-2.8-3L46 75.8V64.4l-12.8 9.3 1.7-16-10.5 6-5 18-4-1 4-14.3-12.5 7L5 70l13-7.2-14.5-4 1-3.8L23 60l10-5.7L18.3 48l14.4-6.4-10.2-6-18.3 5-1-3.8 14.3-4-12.2-7 2-3.4 12.2 7-4-14.4 4-1 5 18.2 10.4 6-2-16 13 9.2V19.8L32.4 6.3l3-2.8L46 14V0h4v14z'/%3E%3C/svg%3E");
}
.flakes.star-wars-day i {
  -webkit-animation: falling-star-wars-day;
  animation: falling-star-wars-day;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.flakes.star-wars-day i:nth-child(odd) {
  background-image: url(data:image/png;base64,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);
}
.flakes.star-wars-day i:nth-child(even) {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAACABAMAAAA/lcDSAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMAEe6ZIsxV3bt3ZoiqRDOVXeOsAAAEEklEQVRYw6WZTUgUYRjHZ8uP3FrZhCzo0CdBJI0VdEwrT10yUKguGqhEFxMCj2NBh04udAihUI+d7NBd6yzt5j2Uhc7i2rqbX0+5++q/+Y+t7zPv/yDMy/7mmZn/PB/z6mmVCD55LmqSOSd+RlZc8KTIult4KbuFF0k7hRfJuIWX57H5xgq/5WD+jjZi80crfCk23yAV5by48it87AxI+GSAmnc0YBYGOPCFzrj8pKMBZ6p8O1aGBmLwv7Ai8lhxNyeq/Pq/vFzoV77AUg7xUrQ+wWGpCiUkixPYx5epvZVF3JCF6gw/Fq5IIp06HjV8AY5aJQAbcASO2qjDGMD8qiWfZQMMX9AlAAxoMAuWDt5nA1JmwbKrLu8awPxZXXwY0FddWLPjjxm+zPymjocBgTEgrUogmYIjmprULGzAsFnI6PiLlEDSreJhQN4sbHtWGmcDGgUGKvhCJ/FlCxh2I+PrzXFRlUBoosndhSVVAsgW89EMbJ1/+P39rfDaohitMT+3X7KM8npejIppUxJ9s/CA8R9ZQXFHveH7DWT/EjhYXaYT1Asb4OOGqFXQCWh5hEriJj9oqDT6ZvrjxMSHtJe4K0Iv7Aw9ELoto+LOn7bW61hZ5TeikxM9Kl+gUhrxURLQKGoL8VrwQCm8kh+h8Fp+BfhPsVCGLvU3TPZt+HYM9eGxsikQBX9UqIIMvhINn5JdGbwmVDgvuzpHCSD9B+OXbx/3JZxwidADTdaOnoG1smL4QAQtYLwm34P3HS1gVtDDT9XEL+38/A4SiPg1r7lm+CuVN+4Q/CZ+81lfDbpUxb3DzC+Lla6mMTGFWv4ZK/zKXnkRmiFabPCNdKSFFRS5Xs7t08L67fmXkRkM36HHDmC5trZQAUhZXH60tCIB6w6AebxuQgIiAYza5qMwpiWKd446kBQ+p717N/7qZlfXUyoVPMOAhyFF+hVdPhfndTbE8NwpSzlqjVRwT0poqOLJUr7wVyjiw5DoDJP6Wo3+zSMdgav0AoQvNDH0urf30ROPlaQEaPbRQg8WRp4SZ5R0a4ZQPK4OFY/fZ3ioG1N8ReFxo6S+0OyjRWdg2dJ9xp/FsYpvoBk6JbqPiLqAJpYAJd1KAUZO+iqx0yzxM0o+T/yCkm/8z0dUYUmzESqlSEm05JNUb5LgVfsoORxjQbEPkuMXYC7mRuCskl+mup5X8o1ULw6hz2oycIz3JbZ1G2k9yEjdPlYCHQAGIr5tCVynY1m15U/3VTsAGbjp2arurS8iGGoQ31bN7wLEP4X49modiAw1cbe2U458InDjvawjv4iZkqTMyJiqd4zfhF0UtTCUOPx3sc+Rn3Tk85gpHQzYiM0nHXnPd+Q7qIBrNax/fNxTijkHvkGK056LstfUyB/qIowt0Wtl4QAAAABJRU5ErkJggg==);
}
.flakes i:nth-child(4n+0) {
  width: 1.818rem;
  height: 1.818rem;
  transform-origin: -5% 0;
}
.flakes i:nth-child(4n+1) {
  width: 2.236rem;
  height: 2.236rem;
  transform-origin: 15% 0;
}
.flakes i:nth-child(4n+2) {
  width: 2.618rem;
  height: 2.618rem;
  transform-origin: 0 -30%;
}
.flakes i:nth-child(4n+3) {
  width: 1.618rem;
  height: 1.618rem;
  transform-origin: -100% 0;
}
.flakes.christmas i:first-child {
  transform-origin: 60% 40%;
}
.flakes i:nth-of-type(5n+0) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.flakes i:nth-of-type(5n+1) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.flakes i:nth-of-type(5n+2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.flakes i:nth-of-type(5n+3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.flakes i:nth-of-type(5n+4) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.flakes i:nth-child(3n+0) {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.flakes i:nth-child(3n+1) {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}
.flakes i:nth-child(3n+2) {
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
}
.flakes i:nth-of-type(6n+0) {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.flakes i:nth-of-type(6n+1) {
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.flakes i:nth-of-type(6n+2) {
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.flakes i:nth-of-type(6n+3) {
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.flakes i:nth-of-type(6n+4) {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.flakes i:nth-of-type(6n+5) {
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.3, 0.8, 0.9);
  animation-timing-function: cubic-bezier(0.2, 0.3, 0.8, 0.9);
}
.flakes.star-wars-day i:nth-child(4n+0) {
  width: 8rem;
  height: 8rem;
}
.flakes.star-wars-day i:nth-child(4n+1) {
  width: 6rem;
  height: 6rem;
}
.flakes.star-wars-day i:nth-child(4n+2) {
  width: 4rem;
  height: 4rem;
}
.flakes.star-wars-day i:nth-child(4n+3) {
  width: 3rem;
  height: 3rem;
}
.flakes.star-wars-day i:nth-child(3n+0) {
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
.flakes.star-wars-day i:nth-child(3n+1) {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
.flakes.star-wars-day i:nth-child(3n+2) {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}
.flakes .snow-600px,
.flakes .snow-768px,
.flakes .snow-1024px,
.flakes .snow-1280px,
.flakes .snow-1366px,
.flakes .snow-1440px,
.flakes .snow-1600px,
.flakes .snow-1800px,
.flakes .snow-1920px {
  display: none;
}
@media (min-width: 600px) {
  .flakes .snow-600px {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .flakes .snow-768px {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .flakes .snow-1024px {
    display: inline-block;
  }
}
@media (min-width: 1280px) {
  .flakes .snow-1280px {
    display: inline-block;
  }
}
@media (min-width: 1366px) {
  .flakes .snow-1366px {
    display: inline-block;
  }
}
@media (min-width: 1600px) {
  .flakes .snow-1600px {
    display: inline-block;
  }
}
@media (min-width: 1800px) {
  .flakes .snow-1800px {
    display: inline-block;
  }
}
@media (min-width: 1920px) {
  .flakes .snow-1920px {
    display: inline-block;
  }
}
@-webkit-keyframes falling {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
  }
  to {
    transform: translate3d(0, 120vh, 0) rotate(360deg) scale(1.2);
  }
}
@keyframes falling {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
  }
  to {
    transform: translate3d(0, 120vh, 0) rotate(360deg) scale(1.2);
  }
}
@-webkit-keyframes falling-star-wars-day {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(2);
  }
  to {
    transform: translate3d(0, 140vh, 0) rotate(360deg) scale(1);
  }
}
@keyframes falling-star-wars-day {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.8);
  }
  50% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(2);
  }
  to {
    transform: translate3d(0, 140vh, 0) rotate(360deg) scale(1);
  }
}
.timeout {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.countdown {
  color: #FFFC00;
  font-size: 22px;
  font-weight: 500;
}
.countdown div div {
  width: 25px;
}
.countdown div,
.countdown p {
  display: inline-block;
}
.countdown .txt {
  font-size: 12px;
  color: #fff;
  margin: 0 8px 0 3px;
}
.countdown i {
  display: none;
}
.tatan {
  position: fixed;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
}
.p-modal-code {
  width: 600px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 410px;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.p-modal-code.end {
  background-color: #fff;
}
.p-modal-code.end .title {
  background-color: #a6696b;
}
.p-modal-code.end .bd {
  margin: 32px 0;
}
.p-modal-code.end .modal-coup {
  margin-top: 20px;
}
.p-modal-code .s-fc-red {
  color: #f4111e;
}
.p-modal-code .title {
  min-height: 130px;
  width: 100%;
}
.p-modal-code .title h3 {
  font-size: 36px;
  padding-top: 20px;
  color: #fff;
  line-height: 44px;
  text-shadow: 0 3px 1px #000;
}
.p-modal-code .title .desc {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.p-modal-code .title .off {
  color: #fff000;
}
.p-modal-code .bd {
  margin-top: 20px;
}
.p-modal-code .bd .b-txt {
  font-weight: 700;
  font-size: 22px;
}
.p-modal-code .modal-coup {
  margin-top: 10px;
}
.p-modal-code .modal-coup .coupon-txt {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 0;
  background-color: #fff;
  border: 2px dashed #1a1a1a;
  color: #f4111e;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin: 5px 0 5px;
  cursor: pointer;
  min-width: 260px;
  border-radius: 10px;
  height: 60px;
}
.p-modal-code .modal-coup .coupon-txt:hover {
  background-color: #f4111e;
  border: solid 2px #f4111e;
  color: #fff;
}
.p-modal-code .modal-coup .coupon-txt.copied {
  color: #2f2f2f;
  border-color: #2f2f2f;
}
.p-modal-code .modal-coup .coupon-txt.copied:hover {
  background-color: #fff;
  color: #2f2f2f;
  border: dashed 2px #2f2f2f;
}
.p-modal-code .modal-coup .coupon-txt .wt-tips {
  position: absolute;
  border: 1px dashed #091871;
  border-radius: 10px;
  bottom: -10px;
  right: -57px;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  padding: 0 5px;
  display: none;
  color: #1b3178;
}
.p-modal-code .modal-coup .coupon-txt:hover .wt-tips {
  display: inline-block;
}
.p-modal-code .modal-coup .coupon-txt .wt-tips.tips-copied {
  display: none;
  right: -20px;
  color: #2f2f2f;
  border-color: #2f2f2f;
}
.p-modal-code .modal-coup .coupon-txt.copied .wt-tips {
  display: none;
}
.p-modal-code .modal-coup .coupon-txt.copied:hover .wt-tips.tips-copied {
  display: inline-block;
}
.p-modal-code .modal-coup textarea.input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -10;
}
.p-modal-code .btn {
  height: 48px;
  line-height: 48px;
  font-weight: 600;
  min-width: 240px;
}
.p-modal-code .ft {
  margin-top: 20px;
  font-size: 14px;
  background: #fff;
}
.p-modal-code .note {
  width: 425px;
  margin: 15px auto 0;
  position: relative;
  padding-left: 45px;
  text-align: left;
}
.p-modal-code .note span {
  font-weight: 900;
  color: #333;
  position: absolute;
  left: 0;
}
.p-modal-code:lang(de) .note {
  padding-left: 65px;
}
.p-modal-code:lang(jp) .note {
  width: 350px;
  padding-left: 28px;
}
/*# sourceMappingURL=nas.css.map */