.timeout {
  display: inline-block;
}
.countdown {
  color: #1a1a1a;
}
.countdown p,
.countdown div {
  display: inline;
}
.countdown span {
  color: #e71414;
  font-size: 20px;
  font-weight: bold;
}
.countdown p {
  font-size: 14px;
}
.countdown i {
  font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bnr {
  text-align: center;
  color: #fff;
  background: url(/assets/adr/images/upgrade-adr-windows/v2/banner-bg.png) no-repeat center top / cover;
}
.bnr .logo {
  position: absolute;
  top: 30px;
  left: 60px;
}
.bnr .tt {
  display: inline-block;
  position: relative;
}
.bnr .tt .cdtt {
  position: absolute;
  bottom: 44px;
  right: 42px;
  width: 350px;
  color: #1a1a1a;
  background: #fff;
  padding: 8px 5px 5px;
  line-height: 1;
  transform: skewX(-29deg);
}
.bnr .tt .cdtt:lang(de) {
  right: 211px;
}
.bnr .tt .cdtt:lang(fr) {
  right: 142px;
}
.bnr .tt .cdtt-inner {
  transform: skewX(29deg);
}
.bnr .tt .em {
  font-size: 18px;
  font-style: italic;
  display: inline-block;
  margin-right: 5px;
}
.bnr h1 {
  font-size: 30px;
  margin: 10px 0 27px;
}
.bnr-ls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 560px;
  margin: 0 auto 45px auto;
  text-align: left;
}
.bnr-ls:lang(jp) {
  max-width: 580px;
}
.bnr-ls:lang(jp) li {
  width: 280px;
}
.bnr-ls:lang(fr) {
  max-width: 640px;
}
.bnr-ls:lang(fr) li {
  width: auto;
  min-width: 300px;
}
.bnr-ls:lang(de) {
  max-width: 780px;
}
.bnr-ls:lang(de) li {
  width: auto;
  min-width: 270px;
}
.bnr-ls li {
  width: 230px;
  margin-bottom: 10px;
}
.bnr-ls:lang(tw) li {
  width: 250px;
}
.bnr-ls i {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url(/assets/adr/images/upgrade-adr-windows/v2/icon.png) no-repeat;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
.bnr-ls i.ic-1 {
  background-position: 1px 0;
}
.bnr-ls i.ic-2 {
  background-position: -29px 1px;
}
.bnr-ls i.ic-3 {
  background-position: 1px -30px;
}
.bnr-ls i.ic-4 {
  background-position: -29px -30px;
}
.bnr .pbox {
  display: flex;
  align-items: center;
  padding: 30px 15px;
  background: #f1f4fc;
  border-radius: 20px;
  font-size: 0px;
  margin-bottom: 70px;
  color: #1a1a1a;
}
.bnr .pboxinfo {
  width: 15%;
  vertical-align: middle;
  text-align: center;
}
.bnr .pbox-2 {
  padding: 50px 15px 50px 30px;
  margin-bottom: 50px;
}
.bnr .pbox .pdimg {
  display: inline-block;
  vertical-align: middle;
}
.bnr .pbox .infotxt {
  display: block;
}
.bnr .pbox .infotxt h4 {
  font-size: 18px;
  margin: 20px 0;
}
.bnr .pbox .infotxt strong {
  font-size: 24px;
  margin-bottom: 10px;
}
.bnr .pbox .infotxt .desc {
  font-size: 14px;
  color: #555555;
  max-width: 280px;
  margin: auto;
  padding-right: 10px;
}
.bnr .pbox .buyboxs {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 85%;
}
.bnr .pbox .buybox {
  vertical-align: top;
}
.bnr .pbox .buybox .item {
  max-width: 320px;
  min-height: 490px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 46px 10px 10px;
  margin: auto;
  border: 2px solid transparent;
}
.bnr .pbox .buybox .item-life {
  border: 2px solid #fa900e;
}
.bnr .pbox .buybox .gifts {
  position: relative;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  margin: 43px auto 0px;
}
.bnr .pbox .buybox .gifts-2 {
  background: #fff1e9;
}
.bnr .pbox .buybox .gifts .txp {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  background: #ff5b53;
  border-radius: 13px;
  padding: 6px 32px;
  white-space: nowrap;
  color: #ffffff;
}
.bnr .pbox .buybox .gifts .txp::after,
.bnr .pbox .buybox .gifts .txp::before {
  position: absolute;
  top: 10px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.bnr .pbox .buybox .gifts .txp::before {
  left: 20px;
}
.bnr .pbox .buybox .gifts .txp::after {
  right: 20px;
}
.bnr .pbox .buybox .gifts .choosebox {
  padding: 15px 0;
}
.bnr .pbox .buybox .gifts .choosebox-2 {
  border-bottom: 1px dashed #a2a2a2;
}
.bnr .pbox .buybox .gifts .tit-info {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 200px;
  transform: translate(-50%, -50%);
  height: 26px;
  background: #ff5b53;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  padding: 0 33px;
}
.bnr .pbox .buybox .gifts .tit-info::before,
.bnr .pbox .buybox .gifts .tit-info::after {
  position: absolute;
  top: 10px;
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.bnr .pbox .buybox .gifts .tit-info::before {
  left: 10px;
}
.bnr .pbox .buybox .gifts .tit-info::after {
  right: 10px;
}
.bnr .pbox .buybox .gifts-info {
  font-size: 0px;
  text-align: left;
}
.bnr .pbox .buybox .gifts .left-info {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}
.bnr .pbox .buybox .gifts .left-info:lang(jp) {
  width: 73%;
}
.bnr .pbox .buybox .gifts .left-info:lang(fr),
.bnr .pbox .buybox .gifts .left-info:lang(de) {
  width: 78%;
}
.bnr .pbox .buybox .gifts .right-info {
  display: inline-block;
  width: 20%;
  text-align: right;
  vertical-align: middle;
}
.bnr .pbox .buybox .gifts .right-info:lang(jp) {
  width: 27%;
}
.bnr .pbox .buybox .gifts .right-info:lang(fr),
.bnr .pbox .buybox .gifts .right-info:lang(de) {
  width: 22%;
}
.bnr .pbox .buybox .gifts .right-info strong {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 16px;
}
.bnr .pbox .buybox .gifts .right-info del {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-left: 2px;
}
.bnr .pbox .buybox .gifts .tits {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 16px;
  font-family: "myriadpro bd";
}
.bnr .pbox .buybox .gifts .tits .check {
  position: absolute;
  left: -30px;
  top: 0;
  display: inline-block;
  content: "";
  width: 18px;
  height: 20px;
  background: url(/assets/sw/images/upgrade-now/v3/gou.png) no-repeat;
  background-position: 0 -56px;
  vertical-align: middle;
  pointer-events: auto;
  cursor: pointer;
}
.bnr .pbox .buybox .gifts .wen {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/assets/adr/images/upgrade-pa-demo/wen.png) no-repeat;
  vertical-align: middle;
  pointer-events: auto;
  text-align: center;
}
.bnr .pbox .buybox .gifts .wen:hover .tips {
  display: block;
}
.bnr .pbox .buybox .gifts .sotxt {
  background: #f44d4d;
  border-radius: 8px;
  font-size: 10px;
  color: #ffffff;
  line-height: 15px;
  padding: 2px 8px;
  zoom: 0.9;
  vertical-align: middle;
  font-weight: 400;
}
.bnr .pbox .buybox .gifts .sign-txt {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin-top: 5px;
}
.bnr .pbox .buybox .tips {
  border-color: #fff;
  padding: 15px 20px 20px;
  border-top: 3px solid #20a7fd;
  font-size: 14px;
  line-height: 24px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#666', Direction=125, Strength=6);
  width: 280px;
  background-color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-52%);
  display: none;
  font-weight: normal;
  z-index: 9999;
  border-radius: 10px;
  font-family: "Myriad Pro";
}
.bnr .pbox .buybox .tips::after {
  content: "";
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 6px);
  z-index: 2;
}
.bnr .pbox .buybox .tix {
  display: inline-block;
  background: #deebff;
  border-radius: 12px;
  font-size: 14px;
  color: #56739e;
  padding: 1px 10px;
  margin-bottom: 30px;
}
.bnr .pbox .buybox .tix span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 9px;
  background: url(/assets/adr/images/upgrade-adr-ios/icon-unli.png) no-repeat;
  margin-right: 10px;
}
.bnr .pbox .buybox h4 {
  font-size: 24px;
  color: #1a1a1a;
  line-height: 16px;
}
.bnr .pbox .buybox .ms {
  margin: 25px auto 15px;
  max-width: 300px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  min-height: 60px;
}
.bnr .pbox .buybox .price {
  position: relative;
}
.bnr .pbox .buybox .price:lang(jp) {
  font-size: 14px;
  min-height: 60px;
}
.bnr .pbox .buybox .price strong {
  font-size: 36px;
  font-weight: bold;
  color: #fa900e;
  line-height: 1;
  position: relative;
}
.bnr .pbox .buybox .price del {
  font-size: 14px;
  color: #999;
}
.bnr .pbox .buybox .price .ic-coupon {
  display: inline-block;
  padding: 3px 10px 1px;
  background: #f64e4e;
  color: #fff;
  border-radius: 8px 8px 8px 0px;
  position: absolute;
  font-size: 14px;
  line-height: 1;
  top: -13px;
  font-weight: 400;
  white-space: nowrap;
}
.bnr .pbox .buybox .price del,
.bnr .pbox .buybox .price .add {
  font-size: 16px;
  color: #999;
}
.bnr .pbox .buybox .price .add {
  margin: 0 4px;
}
.bnr .pbox .buybox .sym {
  font-size: 18px;
  font-weight: bold;
  color: #fa900e;
  vertical-align: top;
  line-height: 1;
}
.bnr .pbox .buybox .btn {
  width: 200px;
  min-width: auto;
  height: auto;
  background: #f37c05;
  background: linear-gradient(90deg, #f37c05, #fe9e14);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  padding: 15px 0;
  margin-top: 15px;
}
.bnr .pbox .buybox .btn:hover {
  opacity: 0.8;
}
.bnr .pbox .buybox .btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/assets/adr/images/upgrade-adr-windows/ic-buy.png) no-repeat;
  vertical-align: middle;
  margin-right: 20px;
}
.bnr .pbox .buy-tips {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 40px;
  background: #ffe6c4;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ff7918;
  line-height: 40px;
  text-align: center;
}
.cnt-guarantee {
  background: linear-gradient(0deg, #4f57eb, #469ffb);
  border-radius: 40px 40px 0px 0px;
  color: #fff;
  padding: 20px 0 16px;
}
.cnt-guarantee .protection-box {
  display: flex;
  justify-content: space-between;
}
.cnt-guarantee .protection-box li .left,
.cnt-guarantee .protection-box li .right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.cnt-guarantee .func-icon {
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background: url(/assets/adr/images/upgrade-adr-windows/v2/icon_90day.png) no-repeat;
}
.cnt-guarantee .func-icon.day90 {
  background: url(/assets/adr/images/upgrade-adr-windows/icon_30day.png) no-repeat;
}
.cnt-guarantee .func-icon.free-shipping {
  background-position: -102px 0;
}
.cnt-guarantee .func-icon.bit256 {
  background-position: -319px 0;
}
.cnt-guarantee .func-icon.support24 {
  background-position: -211px 0;
}
@media (max-width: 1480px) {
  .bnr {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .bnr .tt {
    margin-bottom: 30px;
  }
  .bnr .tt .cdtt {
    bottom: 16%;
    right: 5%;
  }
  .bnr .pbox {
    padding: 30px 15px;
  }
  .bnr .pbox .buy-tips {
    top: 0;
  }
  .bnr .pbox .pboxinfo,
  .bnr .pbox .buyboxs {
    width: 100% !important;
  }
  .bnr .pbox .pboxinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .bnr .pbox .pboxinfo .infotxt {
    width: auto;
  }
  .bnr .pbox .buybox {
    width: 49%;
  }
  .bnr .pbox .buybox:last-child {
    margin-left: 2%;
  }
}
@media (max-width: 767px) {
  .bnr .tt .cdtt {
    zoom: 0.8;
  }
  .bnr .cnt-guarantee .protection-box {
    flex-wrap: wrap;
  }
  .bnr .cnt-guarantee .protection-box li {
    width: 50%;
    margin-bottom: 10px;
  }
  .bnr .cnt-guarantee .protection-box .func-icon {
    margin-right: 0;
  }
  .bnr .cnt-guarantee .protection-box .right {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 590px) {
  .bnr .tt .cdtt {
    bottom: 8%;
  }
  .bnr-ls {
    flex-direction: column;
    align-items: center;
  }
  .bnr .pbox .buybox {
    width: 100%;
    margin-left: 0 !important;
  }
  .bnr .pbox .buybox:last-child {
    margin-top: 30px;
  }
  .bnr .pbox .buybox .item {
    max-width: 100%;
  }
  .bnr .pbox .buybox .gifts .left-info {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .bnr .pbox .buybox .gifts .right-info {
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .bnr .pbox .pboxinfo {
    flex-direction: column;
    text-align: center;
  }
  .bnr .pbox .pboxinfo h4 {
    margin-top: 20px;
  }
  .bnr .pbox .pboxinfo .desc {
    max-width: 100%;
  }
}
/*section 2*/
.sec2 {
  background-color: #f7f7f7;
  color: #000;
  padding: 80px 0;
}
.sec2 h2,
.sec2 h2 + p {
  margin-bottom: 20px;
  text-align: center;
}
.sec2 .secitem {
  display: inline-block;
  width: 400px;
  text-align: left;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(86, 131, 244, 0.2);
  border-radius: 16px;
  padding: 20px 80px 20px 60px;
  margin-bottom: 50px;
  position: relative;
}
.sec2 .secitem .srctxt {
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
}
.sec2 .secitem .sectitle {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #1a1a1a;
}
.sec2 .secitem h4 {
  font-size: 18px;
  color: #1a1a1a;
}
.sec2 .secitem p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #46505a;
}
.sec2 .secitem p:lang(fr),
.sec2 .secitem p:lang(jp) {
  min-height: 80px;
}
.sec2 .secitem.secaft:after,
.sec2 .secitem.secaft:after,
.sec2 .secitem.secbef:before,
.sec2 .secitem.secbef:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  /* outline: 1px solid red; */
  position: absolute;
  top: 25px;
}
.descr {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #46505a;
}
.col-6 {
  float: left;
  width: 50%;
}
.sec2 .secitem.secaft:after,
.sec2 .secitem.secaft:after {
  right: -45px;
}
.sec2 .secitem.secbef:before,
.sec2 .secitem.secbef:before {
  left: -45px;
}
.sec2 .secboxes > div:nth-child(1) .secitem:before {
  background: url(/assets/adr/images/upgrade-adr-windows/ic1-Convenient.png) no-repeat center;
}
.sec2 .secboxes > div:nth-child(2) .secitem:after {
  background: url(/assets/adr/images/upgrade-adr-windows/ic2-Competitive.png) no-repeat center;
}
.sec2 .secboxes > div:nth-child(3) .secitem:before {
  background: url(/assets/adr/images/upgrade-adr-windows/icon3-Comprehensive.png) no-repeat center;
}
.sec2 .secboxes > div:nth-child(4) .secitem:after {
  background: url(/assets/adr/images/upgrade-adr-windows/ic4-Compatible.png) no-repeat center;
}
.sec2 .secboxes {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.sec2 .descr {
  margin-bottom: 90px;
}
.sec2 .pie {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: auto;
}
.sec2 .f-itlc {
  font-size: 14px;
  color: #46505a;
  font-style: italic;
}
.sec2 .f-itlc {
  font-size: 14px;
  color: #46505a;
  font-style: italic;
  display: block;
  margin-top: 10px;
}
.f-cb:after {
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  clear: both;
}
.align-right {
  text-align: right;
}
@media (max-width: 1199px) {
  .sec2 .pie {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .sec2 .pie {
    display: none;
  }
  .sec2 .secitem {
    width: auto;
    padding: 80px 20px 30px;
    text-align: center;
    margin-bottom: 70px;
  }
  .sec2 .secitem::after,
  .sec2 .secitem::before {
    left: calc(50% - 45px) !important;
    top: -45px !important;
    right: auto !important;
  }
  .sec2 .col-6 {
    width: 48%;
  }
  .sec2 .align-left {
    margin-right: 4%;
  }
}
@media (max-width: 490px) {
  .sec2 .col-6 {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .top {
    padding: 80px 15px;
  }
}
@media (max-width: 470px) {
  .top h1 {
    font-size: 38px;
  }
  .more ul li {
    padding: 30px;
    height: auto;
  }
}
@media (max-width: 390px) {
  .more ul li {
    display: block;
    text-align: center;
  }
}
.common {
  text-align: center;
  padding: 90px 0 105px;
}
.common h2 {
  margin-bottom: 40px;
}
.common a.link {
  position: relative;
  color: #0b56dc;
}
.common a.link::after {
  width: 16px;
  height: 10px;
  content: "";
  right: -23px;
  top: 6px;
  display: block;
  position: absolute;
  background: url(/assets/adr/images/upgrade-adr-windows/more.png) no-repeat;
  transition: all 0.5s;
}
.common a.link:hover::after {
  right: -27px;
}
.common [data-parent="collapsed"] {
  margin-bottom: 30px;
}
.common p {
  color: #333;
}
.common .tt-des {
  margin: 25px 0 93px;
  font-size: 18px;
}
.common-cnt {
  text-align: left;
}
.common-cnt h6 {
  font-size: 2rem;
  cursor: pointer;
}
.common-cnt .collapsed {
  padding: 0 0 0;
  border-top: 1px solid #f0f0f0;
}
.common-cnt .collapsed h6:hover {
  color: #0b56dc;
}
.common-cnt .collapsed h6:hover::after {
  background-position: -407px -82px;
}
.common-cnt .collapsed.active h6 {
  color: #0b56dc;
}
.common-cnt .collapsed.active h6::after {
  background-position: -407px -82px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.common-cnt .collapsed:first-child {
  border: none;
}
.common-cnt .collapsed h6 {
  position: relative;
  padding-right: 60px;
  padding: 20px 60px 20px 0;
}
.common-cnt .collapsed h6::after {
  content: "";
  width: 19px;
  height: 10px;
  background: url(../images/icons/AR-icon-small1.png) no-repeat -368px -82px;
  position: absolute;
  top: 30px;
  right: 0;
}
.common-cnt p {
  padding: 0 60px 12px 0;
  font-size: 14px;
  position: relative;
  top: -8px;
}
.common-cnt img {
  margin-top: 20px;
}
.common-cnt .more {
  width: 30px;
  height: 23px;
  display: block;
  background: url(../images/icons/AR-icon-small1.png) no-repeat -446px -78px;
  margin: 20px auto 0;
  cursor: pointer;
}
.common-cnt [hide] {
  display: none;
}
@media (max-width: 991px) {
  .common .tt-des {
    margin-bottom: 30px;
  }
  .common .img-bx {
    text-align: center;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .common-cnt .collapsed h6 {
    padding-right: 25px;
  }
}
.footer {
  padding-top: 12px;
}
.footer .bottom {
  color: #fff;
  margin-top: 0;
}
.footer .bottom a {
  color: #fff;
}
.flipster {
  padding: 90px 0 100px 0;
  text-align: center;
  overflow: hidden;
  background: #edf2fa;
}
.flipster .flipsterbox {
  position: relative;
}
.flipster .flip-item {
  width: 500px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(86, 131, 244, 0.35);
  border-radius: 20px;
  padding: 40px;
}
.flipster .flip-item .awds-tt {
  filter: blur(2px);
}
.flipster .flip-item.flip-prev .awds-tt,
.flipster .flip-item.flip-next .awds-tt {
  filter: blur(1px);
}
.flipster .flip-item.flip-current {
  filter: none;
}
.flipster .flip-item.flip-current .awds-tt {
  clip-path: none;
  filter: none;
}
.flipster .flipto-prev,
.flipster .flipto-next {
  position: absolute;
  width: 20px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.flipster .flipto-prev {
  left: -60px;
  background: url(/assets/images/icons/jiantouleft_normal.png) no-repeat;
}
.flipster .flipto-prev:hover {
  background: url(/assets/images/icons/jiantouleft_hover.png) no-repeat;
}
.flipster .flipto-next {
  right: -60px;
  background: url(/assets/images/icons/jiantouright-normal.png) no-repeat;
}
.flipster .flipto-next:hover {
  background: url(/assets/images/icons/jiantouright-hover.png) no-repeat;
}
.flipster h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
.flipster .awsb {
  position: relative;
}
.flipster .awds-des {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 60px;
  min-height: 241px;
}
.flipster .awds-des .name {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
}
.flipster .userinfo {
  margin-top: 50px;
}
.flipster .userinfo strong {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 30px;
}
.flipster .userinfo .company {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .flipster .flipto-prev {
    left: 0px;
  }
  .flipster .flipto-next {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .flipster .flip-items {
    width: 100% !important;
  }
  .flipster .flipsterbox {
    margin: auto;
  }
  .flipster .flip-item {
    width: 100%;
    opacity: 0;
  }
  .flipster .flip-current {
    opacity: 1;
  }
}
[lang="tw"] .bnr .pbox .buybox .gifts .left-info {
  width: 52%;
}
[lang="tw"] .bnr .pbox .buybox .gifts .right-info {
  width: 48%;
}
[lang="tw"] .bnr .pbox .buybox .price del,
[lang="tw"] .bnr .pbox .buybox .price .add {
  font-size: 14px;
}
