body,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h6,
html,
input,
ol,
p,
ul,
li,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
dl,
li,
dl,
dt,
p {
  margin: 0;
  padding: 0;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
ul,
ol,
p {
  font-family: 'segoe ui', Arial, 'helvetica neue', Helvetica, sans-serif;
}
li {
  list-style: none;
}
body {
  padding-top: 0 !important;
  color: #fff;
  font-size: 16px;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
a {
  text-decoration: none;
  cursor: pointer;
}
del {
  text-decoration: line-through;
  color: #909090;
}
.container {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 560px) {
  .container {
    padding: 0 15px;
  }
}
.s-fco {
  color: #f75320;
}
.s-fc-red {
  color: #e12929;
}
.s-fc-ylw {
  color: #FFE60F;
  font-weight: 700;
  font-size: 28px;
}
.s-fc-grn {
  color: #8AFF00;
}
.g-cnt {
  max-width: 1200px;
  margin: 0 auto;
}
.f-fs30 {
  font-size: 30px;
}
.f-fs18 {
  font-size: 18px;
}
.f-fs12 {
  font-size: 12px !important;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-dib {
  display: inline-block;
  vertical-align: middle;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.btn {
  font-size: 20px;
  border-radius: 4px;
  min-width: 160px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
}
.btn.btn-org {
  background-color: #FF7200;
  background-color: #FF9625;
  background: linear-gradient(to top, #FF7200, #FF9625);
  color: #fff;
  border-bottom: 2px solid #912C00;
}
.btn.btn-org:hover {
  background: #FF7200;
}
.btn.btn-red {
  color: #fff;
  background-color: #ff5353;
  background: linear-gradient(0deg, #D01212, #FF5353);
}
.btn.btn-red:hover {
  background: linear-gradient(0deg, #D01212, #D01212);
}
.btn.btn-bdr-blue {
  border: 1px solid #006cff;
  color: #006cff;
  min-width: 120px;
}
.btn.btn-bdr-blue:hover {
  background-color: #006cff;
  color: #fff;
}
.more.arw-bl {
  color: #175DC0;
}
.more[class*=arw]::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 10px;
  vertical-align: middle;
  margin-left: 8px;
  transition: transform 0.5s;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/2020-anniversary-giveaway/partners/jiantou.png) no-repeat;
}
.more[class*=arw]:hover::after {
  transform: translateX(5px);
}
.ic-lf li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
}
.ic-lf.dots li {
  padding-left: 10px;
}
.ic-lf.dots li::before {
  border: 2px solid #666;
  border-radius: 50%;
  top: 9px;
  width: 0;
  height: 0;
}
.ic-lf.hook li::before {
  width: 10px;
  height: 12px;
  top: 6px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/xu.png) no-repeat center;
}
.ic-lf.hook li {
  padding-left: 22px;
}
.ic-lf li {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
}
.cl::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#back-top {
  position: fixed;
  bottom: 100px;
  right: 20px;
  fill: #fff;
  width: 50px;
  height: 50px;
  background-color: #666;
  opacity: 0.5;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
}
#back-top:hover {
  opacity: 1;
}
body {
  position: relative;
  overflow-x: hidden;
}
.offer-offline > .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  top: 0;
  left: 0;
  z-index: 199;
}
.offer-offline > .content {
  position: fixed;
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 710px;
  width: 90%;
}
.offer-offline > .content > p {
  font-size: 22px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.offer-offline .btn2 {
  font-weight: normal;
  font-size: 20px;
  margin-right: 20px;
  width: auto;
  padding: 0 15px;
  color: #fff;
}
.offer-offline .coupon {
  color: #fff;
  font-size: 20px;
  display: inline-block;
}
.offer-offline .coupon em {
  color: #f77c2b;
  font-weight: bold;
  margin-left: 10px;
}
.offer-offline .btn-wrap {
  margin-bottom: 50px;
}
.offer-offline .link {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.offer-offline .link:hover {
  border-color: #fff;
  text-decoration: none;
}
.banner {
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/banner-bg.png) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0 66px;
  color: #fff;
  position: relative;
  text-align: center;
}
.banner .logo {
  position: absolute;
  left: 118px;
  top: 30px;
  z-index: 100;
}
.banner h1 {
  font-size: 54px;
  font-weight: 900;
  color: #fff;
  line-height: 70px;
  text-shadow: 3px 4px 0px rgba(5, 7, 63, 0.34);
  margin-bottom: 15px;
}
.banner h1 span {
  color: #FFBC2C;
}
.banner #McountdownY .txt {
  padding: 0;
}
.banner p.desc {
  font-size: 26px;
  font-weight: 400;
  text-shadow: 0 0 1px #fff;
  color: #FFFFFF;
  line-height: 30px;
}
.banner .box {
  position: relative;
}
.banner .wrap {
  padding: 50px;
  text-align: left;
  margin-top: 35px;
  background: #FFFFFF;
  border-radius: 30px;
  color: #111;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 1;
  align-items: center;
}
.banner .wrap .left {
  width: 480px;
  height: 360px;
  background: #FFFBF3;
  border-radius: 10px;
  padding: 60px 45px;
}
.banner .wrap .left p.tt {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.banner .wrap .left .ic-lf li {
  line-height: 30px;
}
.banner .wrap .left .ic-lf li::before {
  width: 4px;
  top: 12px;
  background: #555555;
  border-radius: 50%;
  height: 4px;
  content: '';
  display: inline-block;
}
.banner .wrap .right {
  display: flex;
}
.banner .wrap .right h3 {
  margin-bottom: 15px;
  font-size: 30px;
}
.banner .wrap .right ul.ic-lf1 {
  margin-bottom: 20px;
}
.banner .wrap .right ul.ic-lf1 li {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  line-height: 24px;
}
.banner .wrap .right ul.ic-lf1 li::before {
  left: 0;
  top: 7px;
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 10px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/gou.png) no-repeat;
}
.banner .wrap .right a.btn {
  width: 220px;
  height: 54px;
  background: linear-gradient(90deg, #FE6829, #FD9D35);
  box-shadow: 0px 3px 8px 0px rgba(91, 15, 15, 0.15);
  border-radius: 27px;
  line-height: 54px;
  color: #fff;
}
.banner .wrap .right a.btn::before {
  content: '';
  width: 25px;
  margin-right: 10px;
  height: 25px;
  vertical-align: -2px;
  display: inline-block;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/gift.png);
}
.banner .wrap .img-box {
  position: relative;
  max-height: 305px;
  margin-right: 38px;
}
.banner .wrap .img-box span {
  position: absolute;
  width: 63px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/huaqu.png) center no-repeat;
}
.banner .timetxt {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .banner .wrap {
    display: block;
    text-align: center;
  }
  .banner .wrap .left,
  .banner .wrap .right {
    width: 100%;
    margin: auto;
  }
  .banner .wrap .left h3 > span,
  .banner .wrap .right h3 > span {
    display: none;
  }
  .banner .wrap .left {
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .banner .wrap .lf-top {
    justify-content: center;
    align-items: center;
  }
  .banner .wrap .lf-img {
    visibility: hidden;
  }
  .banner .wrap .txt {
    padding-left: 0;
    display: inline-block;
  }
  .banner .wrap .txt ul {
    text-align: left;
    display: inline-block;
  }
  .banner .wrap .right h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .banner .wrap .lf-top {
    display: block;
  }
  .banner .wrap .lf-top .wrap-txt p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .banner .lf-top > div:first-child {
    margin-bottom: 20px;
  }
  .banner .wrap .right .txt {
    margin-bottom: 15px;
  }
}
@media (max-width: 530px) {
  .banner .wrap::after {
    display: none;
  }
}
@media (max-width: 400px) {
  .banner .wrap {
    padding: 60px 15px 40px;
  }
}
.h2-tit {
  min-height: 102px;
  text-align: center;
  font-size: 28px;
  line-height: 102px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/bg-title1.png) no-repeat center;
}
.more {
  padding: 77px 0 100px 0;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/bg1.png) no-repeat center;
  background-size: cover;
}
.more-bg {
  margin-top: 60px;
  padding: 20px;
  background: #DFF0FF;
  border-radius: 20px;
}
.more-box {
  background: #FAFAFA;
  border-radius: 20px;
  max-width: 1160px;
  padding: 21px 17px;
}
.more .buy-box {
  position: relative;
  float: left;
  width: 25%;
  background: #FFFFFF;
  border-bottom: 1px solid #E6ECFF;
  border-right: 1px solid #E6ECFF;
  padding: 27px;
  height: 260px;
  text-align: center;
}
.more .buy-box:nth-child(1) {
  border-top-left-radius: 20px;
}
.more .buy-box:nth-child(4) {
  border-top-right-radius: 20px;
}
.more .buy-box:nth-child(4),
.more .buy-box:nth-child(8),
.more .buy-box:nth-child(12),
.more .buy-box:nth-child(20) {
  border-right: none;
}
.more .buy-box:hover {
  background: linear-gradient(0deg, #FFF2EA, #FFFFFF);
}
.more .buy-box:hover .tips {
  display: block;
}
.more .buy-box:hover .h4-tit {
  color: #236AFF;
}
.more .buy-box .h4-tit {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 18px;
  min-height: 32px;
  margin: 10px auto 0;
}
.more .buy-box .price strong {
  font-size: 18px;
  font-weight: 600;
  color: #FF0002;
}
.more .buy-box .price del {
  font-size: 12px;
  color: #777777;
  line-height: 22px;
}
.more .buy-box .btn {
  min-width: 120px;
  height: 40px;
  background: linear-gradient(90deg, #FE6829, #FD8E35);
  box-shadow: 0px 2px 8px 0px rgba(91, 15, 15, 0.4);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 15px;
}
.more .buy-box .tips {
  display: none;
  position: relative;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 450px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(12, 32, 71, 0.2);
  border-radius: 10px;
  text-align: left;
  padding: 30px 15px 30px 30px;
  z-index: 99;
}
.more .buy-box .tips h4 {
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  margin: 0 0 10px;
}
.more .buy-box .tips .tt-des {
  font-size: 14px;
  color: #1A1A1A;
  line-height: 18px;
  margin-bottom: 13px;
}
.more .buy-box .tips::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  transform: translateX(-50%);
}
.more .buy-box .tt-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding-left: 12px;
}
.more .buy-box .tt-list li::before {
  position: absolute;
  left: 0;
  top: 13px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #555555;
  border-radius: 50%;
}
.more .buy-box .icons {
  width: 70px;
  height: 80px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/icon-AVlogo.png) no-repeat center;
  margin: auto;
}
.more .buy-box .icons-1 {
  background-position: -35px -29px;
}
.more .buy-box .icons-2 {
  background-position: -147px -29px;
}
.more .buy-box .icons-3 {
  background-position: -257px -23px;
}
.more .buy-box .icons-4 {
  background-position: -385px -20px;
}
.more .buy-box .icons-5 {
  background-position: -36px -137px;
}
.more .buy-box .icons-6 {
  background-position: -152px -137px;
}
.more .buy-box .icons-7 {
  background-position: -266px -137px;
}
.more .buy-box .icons-8 {
  width: 69px;
  background-position: -380px -132px;
}
.more .buy-box .icons-9 {
  background-position: -33px -251px;
}
.more .buy-box .icons-10 {
  background-position: -152px -251px;
}
.more .buy-box .icons-11 {
  background-position: -266px -251px;
}
.more .buy-box .icons-12 {
  background-position: -382px -251px;
}
.more .buy-box .icons-13 {
  background-position: -34px -369px;
}
.more .buy-box .icons-14 {
  background-position: -152px -369px;
}
.more .buy-box .icons-15 {
  background-position: -268px -369px;
}
.more .buy-box .icons-16 {
  background-position: -384px -369px;
}
.more .buy-box .icons-17 {
  width: 110px;
  background-position: -30px -482px;
}
.more .buy-box .icons-18 {
  background-position: -152px -482px;
}
.more .buy-box .icons-19 {
  width: 81px;
  background-position: -266px -482px;
}
.more .buy-box .icons-20 {
  width: 81px;
  background-position: -382px -482px;
}
@media (max-width: 1199px) {
  .more .buy-box .tips {
    width: 300px;
    padding: 10px 10px 10px 10px;
  }
}
@media screen and (max-width: 991px) {
  .h2-tit {
    line-height: 1.1;
    min-height: auto;
    padding: 10px 0;
  }
  .more .buy-box {
    width: 50%;
    border-radius: 0px !important;
  }
}
@media screen and (max-width: 473px) {
  .more .buy-box {
    width: 100%;
  }
}
.footer {
  background: #18212E;
  background-size: cover;
  padding: 18px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: rgba(255, 255, 255, 0.8);
}
.offer-offline {
  display: none;
}
.offer-offline .content {
  padding-top: 30px;
  max-width: none;
  width: 800px;
  height: 600px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/bg-tan.png) no-repeat center;
}
.offer-offline .chacha {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/great-christmas-carnival-giveaway/ic-close.png) no-repeat;
  cursor: pointer;
  transition: 0.5s all;
}
.offer-offline .chacha:hover {
  transform: rotate(90deg);
}
.offer-offline h2 {
  font-size: 26px;
}
.offer-offline .item {
  width: 740px;
  height: 460px;
}
.offer-offline .wrap {
  width: 740px;
  padding: 50px 30px 20px;
  margin: auto;
}
.offer-offline .wrap > p {
  margin: auto;
  max-width: 609px;
  font-size: 16px;
  color: #333333;
}
.offer-offline .wrap a.btn1 {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  width: 200px;
  height: 50px;
  background: linear-gradient(0deg, #15AF0A, #21D214);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 15px;
}
.offer-offline .wrap .link {
  font-size: 14px;
  font-weight: 400;
  color: #175DC0;
  background: transparent;
}
.btn.btn-green {
  width: 200px;
  height: 50px;
  border-radius: 10px;
  background-color: #1E9D39;
  background: linear-gradient(0deg, #1E9D39, #1FD345);
  color: #fff;
  line-height: 46px;
  font-size: 16px;
}
.btn.btn-green:hover {
  background: #1E9D39;
}
#backup-software .five ul {
  min-height: 90px;
}
#dvd-rip .five ul {
  min-height: 125px;
}
#dvd-rip h4 {
  min-height: 66px;
}
#multimedia-editor h4,
#utility-software h4 {
  min-height: 66px;
}
.timeout-box {
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
}
.bestend {
  margin-top: 20px;
}
.timeout {
  position: relative;
}
.tleft {
  display: inline-block;
  position: absolute;
  top: 15px;
  color: #fff;
  right: calc(50% - 120px);
}
.countdown {
  text-align: center;
  width: 420px;
  height: auto;
  max-width: 420px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  position: relative;
  margin: auto;
  padding: 37px 0 10px;
}
.countdown > div {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  width: 64px;
  height: 64px;
  background: #FAAA20;
  border-radius: 6px;
}
.countdown > div > div {
  vertical-align: middle;
  padding: 6px 0 4px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.countdown > div span {
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  font-size: 30px;
}
.countdown > div p {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin: 0;
  font-size: 12px;
  padding: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}
.countdown > i {
  display: none;
}
.ms {
  display: none !important;
}
.cnt-con {
  padding: 80px 0 100px;
}
.more1 {
  padding: 80px 0 50px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/at-christmas-sala/bg3.png) no-repeat center;
  background-size: cover;
}
.more1 h2 {
  text-align: center;
  color: #202020;
  font-size: 40px;
  margin-bottom: 75px;
}
.more1 .wrap {
  display: flex;
  justify-content: space-between;
}
.more1 .wrap > li {
  width: 500px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(232, 165, 165, 0.35);
  border-radius: 20px;
}
.more1 .wrap > li .ic-lf {
  color: #333;
}
.more1 .wrap > li .ic-lf li {
  font-size: 14px;
  margin: auto;
  margin-bottom: 10px;
  text-align: left;
}
.more1 .wrap > li .ic-lf.mx-375 li {
  max-width: 375px;
}
.more1 .wrap > li .ic-lf.mx-390 li {
  max-width: 420px;
}
.more1 .item-top {
  background: #FFEBDD;
  width: 500px;
  height: 120px;
  position: relative;
}
.more1 .item-top img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.more1 .item-main {
  padding: 30px 0;
  text-align: center;
}
.more1 h3 {
  color: #202020;
  font-size: 24px;
  margin-bottom: 15px;
}
.more1 h3 + p {
  max-width: 395px;
  font-size: 16px;
  color: #333;
  margin: 0 auto 20px;
}
.more1 .btn-red {
  margin-top: 25px;
  height: 50px;
  line-height: 50px;
  min-width: 220px;
  background-color: #BF1212;
  background-image: linear-gradient(0deg, #D31621, #FA2934);
  box-shadow: 0px 4px 0px 0px #5B0F0F;
  border-radius: 10px;
  font-size: 24px;
}
.more1 .btn-red:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#D01212), to(#D01212));
  background: linear-gradient(0deg, #D01212, #D01212);
}
.link {
  padding: 0;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/at-christmas-sala/bg3.png) no-repeat center;
  background-size: cover;
}
.slider-nav {
  position: fixed;
  right: 10px;
  top: 80px;
  z-index: 111199;
  width: 274px;
  height: 396px;
  background: url(https://cdn-node.diskpart.com/file/amtcstatic/1/at-christmas-sala/xuanfu-EN.png) no-repeat center top;
  padding-top: 40px;
  text-align: center;
  display: none;
}
@media (max-width: 1199px) {
  .cnt-con .prod {
    flex-wrap: wrap;
  }
  .cnt-con .prod::after,
  .cnt-con .prod::before {
    display: none;
  }
  .cnt-con .prod .lbx,
  .cnt-con .prod .rbx,
  .cnt-con .prod .cbx {
    width: 100%;
    margin: 15px 0;
  }
  .cnt-con .item {
    width: 100%;
  }
}
@media (max-width: 870px) {
  .slider-nav {
    display: none !important;
  }
  .cnt-bnr .logo {
    left: 10px;
  }
  .cnt-bnr p.desc {
    padding: 0 20px;
  }
  .cnt-con .top-tit {
    font-size: 24px;
  }
  .cnt-con .item {
    margin-top: 50px;
  }
  .cnt-con .item .title {
    font-size: 24px;
  }
  .cnt-con .item .title::before,
  .cnt-con .item .title::after {
    display: none;
  }
}

/*# sourceMappingURL=maps/great-christmas-carnival-giveaway.css.map */
