body {
  padding: 0;
}
h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 55px;
  line-height: normal;
}
h6 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 5px;
  line-height: normal;
}
img {
  max-width: 100%;
  height: auto!important;
}
.banner {
  background: url(/assets/ppc/images/spm/banner.png) no-repeat center;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 101px;
}
.banner .bn-in {
  padding: 55px 30px 45px 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
.banner .bn-in .mdi {
  margin-top: 64px;
  text-align: center;
}
.banner .bn-in .mdi b,
.banner .bn-in .mdi img {
  display: inline-block;
  vertical-align: middle;
}
.banner .bn-in .mdi b {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  position: relative;
  top: 2px;
  margin-right: 30px;
}
.banner .logo {
  display: block;
  margin-left: 25px;
}
.banner a.link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  line-height: 1;
}
.banner .recommend {
  position: relative;
  padding: 0;
  min-height: 300px;
}
.banner .recommend.tb .tb-cell {
  vertical-align: bottom;
}
.banner .recommend .txtbox {
  padding-left: 30px;
  padding-right: 35px;
}
.banner .recommend h2 {
  text-align: left;
  color: #1a1a1a;
  font-size: 30px;
  margin-bottom: 5px;
  line-height: normal;
}
.banner .recommend .desc {
  font-size: 20px;
  margin-top: 0;
  color: #1a1a1a;
}
.banner .recommend .imgbox {
  width: 164px;
}
.banner .recommend .imgbox .imgin-box {
  position: relative;
}
.banner .recommend .imgbox .off {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
}
.banner .recommend .imgbox .off strong {
  font-size: 3.2rem;
  display: block;
  margin-top: 19px;
}
.banner .recommend ul.ic-lf {
  padding: 20px 0 0;
  margin-top: 20px;
  border-top: 1px solid #f0f0f5;
  color: #333333;
}
.banner .recommend ul.ic-lf li {
  margin-bottom: 8px;
  font-size: 14px;
}
.banner .cartbox {
  display: inline-block;
  width: 420px;
  text-align: left;
}
.banner .cartbox .cartbox-in {
  background-color: #fff7e8;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(254, 96, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px 0px rgba(254, 96, 0, 0.4);
  box-shadow: 0px 5px 10px 0px rgba(254, 96, 0, 0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.banner .cartbox .title {
  text-align: center;
  padding-top: 10px;
  color: #fff;
  height: 40px;
  background-color: #f12e2e;
  border-radius: 10px 10px 0px 0px;
  margin: -1px;
}
.banner .cartbox .title p.text {
  padding-top: 2px;
  display: inline-block;
}
.banner .cartbox .timeout {
  display: inline-block;
}
.banner .cartbox .price-wrap {
  margin-top: 30px;
  padding: 0 30px 30px;
  text-align: center;
}
.banner .cartbox .pricing-radio {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid #fe6000;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}
.banner .cartbox .pricing-radio.pricing-checked::before {
  content: '';
  display: inline-block;
  border: 4px solid #fe6000;
  background-color: #fe6000;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.banner .cartbox .price-bx {
  display: table;
  width: 100%;
  margin: auto;
}
.banner .cartbox .price-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  color: #222;
  font-weight: 900;
  cursor: pointer;
}
.banner .cartbox .price {
  display: inline-block;
}
.banner .cartbox .price strong {
  font-size: 26px;
  color: #ff6a00;
  margin-right: 5px;
}
.banner .cartbox .price del {
  font-size: 18px;
  color: #555;
  position: relative;
  text-decoration: none;
  bottom: 2px;
}
.banner .cartbox .price del::before {
  content: '';
  display: block;
  width: 63px;
  height: 14px;
  background: url(/assets/ppc/images/huaqu.png) no-repeat center;
  position: absolute;
  top: 3px;
  left: 0;
}
.banner .cartbox .illustrate-tip {
  margin-left: 5px;
}
.banner .cartbox .btn {
  padding-top: 4px;
  text-align: left;
  margin: 20px auto 0 auto;
  min-width: 200px;
  line-height: 1.2;
  height: 50px;
  font-size: 1.8rem;
  background-color: #fe6000;
  background-image: linear-gradient(0deg, #fe6000 0%, #ff8400 100%);
  border-radius: 10px;
  transition: background-position 0.3s ease-in-out;
}
.banner .cartbox .btn:hover {
  background-color: #ff8400;
  background-image: linear-gradient(0deg, #ff8400 0%, #fe6000 100%);
}
.banner .cartbox .btn span {
  display: inline-block;
  vertical-align: middle;
}
.banner .cartbox .btn i {
  font-size: 12px;
  font-style: normal;
}
.banner .cartbox .icon-car {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(/assets/ppc/images/ic-buy.png) no-repeat center;
}
.banner .cartbox .more {
  display: table;
  margin: 14px auto 0 auto;
  color: #297ad8;
  position: relative;
}
.banner .cartbox .more::after {
  width: 20px;
  height: 9px;
  position: absolute;
  top: 6px;
  right: -20px;
  display: inline-block;
  content: '';
  background: url(/assets/ppc/images/jiantou.png) no-repeat center;
  transition: 0.3s ease-in-out;
}
.banner .cartbox .more:hover::after {
  right: -25px;
}
.banner .cartbox .sup {
  margin: 5px 0 35px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  font-size: 1.4rem;
}
.banner .cartbox .comp {
  padding-top: 5px;
  text-align: center;
  position: relative;
  width: 360px;
  height: 100px;
  background: url(/assets/ppc/images/media.png) no-repeat center;
  color: #fefefe;
  font-weight: 600;
}
.banner .cartbox .icon-zang {
  position: absolute;
  top: -20px;
  right: -10px;
  display: inline-block;
  width: 38px;
  height: 47px;
  background: url(/assets/sw/images/ab-std-upgrade/ic-zan.png) no-repeat center;
}
.banner .countdown div,
.banner .countdown p {
  display: inline-block;
  vertical-align: middle;
}
.banner .countdown span {
  color: #fcff00;
  font-weight: 900;
}
.banner .countdown i {
  vertical-align: bottom;
  display: inline-block;
  padding: 0 2px;
  font-style: normal;
  font-size: 1.8rem;
}
.use-top {
  background-color: #f7f7f7;
  padding-top: 90px;
}
.guarantee {
  background-color: #fe8900;
  padding: 17px 0 13px;
}
.guarantee .part-guarantee-box {
  text-align: center;
}
.guarantee .part-guarantee-box .txt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
}
.guarantee .u-icons {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: url(/assets/sw/images/ab-std-upgrade/DP-icon-upgrade.png) no-repeat;
  margin-right: 5px;
}
.guarantee .u-icons.ninety {
  background-position: -7px -229px;
}
.guarantee .u-icons.instant {
  background-position: -94px -229px;
}
.guarantee .u-icons.support {
  background-position: -182px -229px;
}
.guarantee .u-icons.secure {
  background-position: -268px -229px;
}
@media (max-width: 991px) {
  .guarantee .part-guarantee-box {
    padding: 0;
  }
  .guarantee li > div {
    display: inline-block;
    width: 200px;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .guarantee li > div {
    width: 100%;
    text-align: center;
  }
  .guarantee .part-guarantee-box .txt {
    display: block;
    margin: 0;
    text-align: center;
  }
}
.use .f-dib {
  vertical-align: top;
}
.feature {
  padding: 90px 0;
  background-color: #f7f7f7;
}
.feature h2 {
  margin-bottom: 15px;
  line-height: normal;
}
.feature h6 {
  margin: 10px 0px;
}
.feature .desc {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}
.feature .fea-list {
  margin-top: 30px;
  text-align: center;
}
.feature .fea-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  padding: 30px 20px;
  width: 380px;
  min-height: 240px;
  background-color: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(3, 10, 18, 0.15);
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.feature .fea-list > li img {
  height: 52px;
}
.feature .fea-list > li p {
  font-size: 1.4rem;
  color: #555;
}
.feature .fea-list > li:hover {
  box-shadow: 15px 15px 30px 10px rgba(3, 10, 18, 0.15);
  transform: translateY(-10px);
}
@media (min-width: 1200px) {
  .feature .container {
    width: 1245px;
  }
}
.use-item {
  display: none;
  padding: 80px 0 90px 0;
  text-align: center;
}
.use-item h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 65px;
}
.use-item .row {
  margin-top: 90px;
}
.use-item .row:first-child {
  margin-top: 0;
}
.use-item .ctn-item {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 360px;
}
.use-item .ctn-item h5 {
  font-size: 20px;
}
.use-item .ctn-item p,
.use-item .ctn-item dd {
  font-size: 16px;
}
.use-item .ctn-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 21px;
  background: url(/assets/ppc/images/spm/ic-xu.png) no-repeat center;
}
.use-item.active {
  display: block;
}
@media (min-width: 1200px) {
  .product .container {
    width: 1252px;
  }
}
.cnt-reviews {
  padding: 90px 0 105px;
  background: #f5f7ff;
}
.cnt-reviews h2 {
  margin-bottom: 50px;
}
.cnt-reviews .comment-box.comp img {
  display: inline-block;
}
.cnt-reviews .comment-box li .name-c {
  line-height: 80px;
}
.copyright {
  padding-top: 18px;
  text-align: center;
  background: #141924;
  height: 50px;
  color: #46505a;
  font-size: 14px;
}
.tb {
  display: table;
  width: 100%;
}
.tb .tb-cell {
  display: table-cell;
  vertical-align: middle;
}
.tb .tb-row {
  display: table-row;
}
.navi-item {
  text-align: center;
  cursor: pointer;
}
.navi-item h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #1a1a1a;
  width: 164px;
  margin: auto;
  padding-bottom: 20px;
}
.navi-item h5:after {
  content: '';
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transition: width linear 500ms, margin-left linear 500ms;
  -moz-transition: width linear 500ms, margin-left linear 500ms;
  -ms-transition: width linear 500ms, margin-left linear 500ms;
  -o-transition: width linear 500ms, margin-left linear 500ms;
  transition: width linear 500ms, margin-left linear 500ms;
}
.navi-item.active h5,
.navi-item:hover h5 {
  position: relative;
  color: #5322bc;
}
.navi-item.active h5:after,
.navi-item:hover h5:after {
  content: '';
  display: block;
  width: 100%;
  margin-left: -82px;
  left: 50%;
  -webkit-transition: width linear 500ms, margin-left linear 500ms;
  -moz-transition: width linear 500ms, margin-left linear 500ms;
  -ms-transition: width linear 500ms, margin-left linear 500ms;
  -o-transition: width linear 500ms, margin-left linear 500ms;
  transition: width linear 500ms, margin-left linear 500ms;
  height: 4px;
  background-color: #5322bc;
  border-radius: 2px;
}
.help {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 103px;
}
.help .off-tag {
  display: inline-block;
  height: 32px;
  background: url(/assets/ppc/images/spm/bg-tip.png) no-repeat center;
  background-size: 100%;
  min-width: 126px;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ea1111;
  margin-bottom: 6px;
}
.help .pricing-cb {
  margin-top: -2px;
}
.help .pricing-cb-text {
  font-size: 14px;
}
.help .tb-hd h5 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.help td h6 {
  line-height: normal;
  font-size: 16px;
}
.help h2 {
  text-align: center;
  margin-bottom: 46px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  color: #1a1919;
}
.help .lifetime {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333333;
}
.help .tips {
  margin-top: 20px;
}
.help .tips dt {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.help .tips dd {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.help .tips dd:before {
  content: '';
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../../images/icons/DP-allin1.png) no-repeat -463px -79px;
  top: 0;
}
.f-fs26 {
  font-size: 26px;
}
.s-fc-grn {
  color: #4EC45E;
}
.s-fc-grn1 {
  color: #192faa;
}
.s-fc-blue {
  color: #1A5ED8;
}
.s-fc-org {
  color: #FC9414;
}
.s-fc-gray {
  color: #666;
}
.s-fw-lighter {
  font-weight: 100;
}
.table h4 {
  font-family: 'MyriadPro';
  font-size: 26px;
  font-weight: bold;
  padding-left: 20px;
  text-align: left;
  color: #22252a;
}
.table h5 {
  font-family: "MyriadPro", sans-serif, "Microsoft YaHei";
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #ffffff;
}
.table .tb-hd {
  padding: 30px 10px 20px 20px;
}
.table .tb-bd {
  padding: 10px 10px 20px 10px;
}
.table th .free .table th .price {
  margin-bottom: 8px;
}
.table .btn {
  margin-top: 15px;
}
.table .price span {
  font-size: 26px;
}
.table .price del {
  color: #666;
  font-size: 14px;
  font-weight: 100;
  margin-left: 3px;
}
.table .lifetime,
.table .lifetime .illustrate-tip {
  font-size: 12px;
  font-weight: 100;
}
.table .illustrate-tip {
  margin-left: 6px;
}
/* same */
.table .check-box {
  display: inline-block;
  cursor: pointer;
}
.table .check-box .check {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/images/icons/DP-allin1.png) no-repeat;
}
.table .check-box.unchecked .check {
  background-position: -135px -80px;
}
.table .check-box.checked .check {
  background-position: -198px -80px;
}
/* same */
/*  */
/* table button */
.table .btn {
  min-width: 140px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  border: 0;
}
.table .btn.btn-grn {
  background: #46b854;
  background: linear-gradient(90deg, #46b854, #6cec7a);
}
.table .btn.btn-grn:hover {
  background: #46b854;
  background: linear-gradient(90deg, #46b854, #46b854);
}
.table .btn.btn-blue {
  background: #0493e4;
  background: linear-gradient(90deg, #0493e4, #3eb0ff);
}
.table .btn.btn-blue:hover {
  background: #3eb0ff;
  background: linear-gradient(90deg, #0493e4, #0493e4);
}
.table .btn.btn-blue2 {
  background: #1458d2;
  background: linear-gradient(90deg, #1458d2, #3e84ff);
}
.table .btn.btn-blue2:hover {
  background: #1458d2;
  background: linear-gradient(90deg, #1458d2, #1458d2);
}
.table .btn.btn-blue3 {
  background: #1c2c8f;
  background: linear-gradient(90deg, #1c2c8f, #304fd7);
}
.table .btn.btn-blue3:hover {
  background: #1c2c8f;
  background: linear-gradient(90deg, #1c2c8f, #1c2c8f);
}
.table .btn.btn-org {
  background: #ff7c00;
  background: linear-gradient(90deg, #ff7c00, #ff8e00);
}
.table .btn.btn-org:hover {
  background: #ff8e00;
  background: linear-gradient(90deg, #ff7c00, #ff7c00);
}
/* table button */
/* table base */
.table {
  border: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.table th,
.table td {
  border-right: 1px solid #fff;
  box-sizing: border-box;
  vertical-align: middle;
}
.table th {
  background: #fff;
}
.table th:last-child,
.table td:last-child {
  border: 0;
}
.table tbody td {
  padding: 15px 10px;
}
.table tbody td:first-child {
  text-align: left;
}
.table tbody tr:nth-child(odd) td {
  background-color: #edf0f5;
}
.table tbody tr:nth-child(even) td {
  background-color: #F3F7F9;
}
.table .s-bd-rds {
  border-radius: 60px 10px 10px 10px;
}
.table .bg-org,
.table .bg-grn,
.table .bg-blue,
.table .bg-blue2,
.table .bg-blue3 {
  color: #fff;
}
.table .bg-org {
  background: #FF9000;
  background: linear-gradient(0deg, #FF9000, #F2A464);
}
.table .bg-grn {
  background: #45B854;
  background: linear-gradient(0deg, #45B854, #6CEC7A);
}
.table .bg-blue {
  background: #0492E4;
  background: linear-gradient(0deg, #0492E4, #3DAFFF);
}
.table .bg-blue2 {
  background: #1458D1;
  background: linear-gradient(0deg, #1458D1, #3E84FF);
}
.table .bg-blue3 {
  background: #1B2C8F;
  background: linear-gradient(0deg, #1B2C8F, #2F4FD7);
}
/* table-col */
.table-col6 th,
.table-col6 td {
  width: 14.9%;
}
.table-col6 th:first-child,
.table-col6 td:first-child {
  width: 24.8%;
}
.table-col4 th,
.table-col4 td {
  width: 23.3%;
}
.table-col4 th:first-child,
.table-col4 td:first-child {
  width: 30%;
}
.table-col3 th,
.table-col3 td {
  width: 31.6%;
}
.table-col3 th:first-child,
.table-col3 td:first-child {
  width: 36.5%;
}
/* table-col */
/* table ic */
table td.hook::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url(/assets/images/icons/DP-allin1.png);
  background-position: -123px -19px;
}
table td.hook.org::before {
  background-position: -387px -19px;
}
table td.hook.blu::before {
  background-position: -189px -19px;
}
table td.hook.blu2::before {
  background-position: -190px -19px;
}
table td.hook.blu3::before {
  background-position: -256px -19px;
}
table td.hook.blu::before {
  background-position: -322px -19px;
}
.table tr > td:first-child p a {
  color: #2d52f1;
}
.table td.nohook::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 3px;
  border-radius: 2px;
  background-color: #BDBDBD;
}
/* table ic */
/* phone button */
.tb-tabs {
  display: none;
}
.tb-tabs li {
  display: block;
}
.tb-tabs li a {
  text-align: center;
  display: block;
  border-radius: 6px;
  padding: 8px 5px;
  color: #116de5;
  margin-bottom: 10px;
  border: 1px solid #116de5;
}
.tb-tabs li.active a {
  color: #fff;
  background-color: #116de5;
}
/* phone button */
.fixed-tb-header,
.fixed-tb-header thead tr th {
  background-color: #f3f7f9;
}
@media (min-width: 992px) {
  .fixed-tb-header.scrolling {
    position: fixed;
    background-color: #fff;
    z-index: 400;
  }
}
@media (max-width: 991px) {
  .tb-tabs {
    display: block;
  }
  .table th,
  .table td {
    display: none;
  }
  .table th:first-child,
  .table td:first-child,
  .table.t1 th:nth-child(2),
  .table.t1 td:nth-child(2),
  .table.t2 th:nth-child(3),
  .table.t2 td:nth-child(3),
  .table.t3 th:nth-child(4),
  .table.t3 td:nth-child(4),
  .table.t4 th:nth-child(5),
  .table.t4 td:nth-child(5),
  .table.t5 th:nth-child(6),
  .table.t5 td:nth-child(6) {
    display: table-cell;
    width: 50% !important;
  }
}
.crsl .navi {
  text-align: center;
  position: relative;
}
.crsl .navi:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 2px;
  height: 1px;
  background-color: #cdd1df;
  left: 0;
  z-index: -1;
}
.crsl .navi-item {
  letter-spacing: 0;
  word-spacing: 0;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  text-align: center;
}
.crsl .navi-item img,
.crsl .navi-item h5 {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: initial;
}
.crsl .navi-item img {
  margin-right: 20px;
}
.crsl .navi-item h5 {
  font-size: 18px;
  text-align: left;
  width: auto;
  white-space: nowrap;
  padding-bottom: 25px;
}
.crsl .navi-item h5:after {
  content: '';
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ctrlbx {
  text-align: left;
  position: relative;
}
.ctrlbx:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: -1;
  border-left: 1px dashed #d7d0e8;
}
.ctrlbx .ctrl-row {
  margin-bottom: 50px;
  padding-left: 46px;
  position: relative;
  z-index: 2;
}
.ctrlbx .ctrl-row:last-child {
  margin-bottom: 0;
}
.ctrlbx .ctrl-row h4 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 15px;
  cursor: pointer;
}
.ctrlbx .ctrl-row h4:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(/assets/ppc/images/spm/click2.png) no-repeat center;
  position: absolute;
  top: -1px;
  left: 0;
}
.ctrlbx .ctrl-row p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
}
.ctrlbx .ctrl-row.active h4 {
  color: #5322bc;
}
.ctrlbx .ctrl-row.active h4:before {
  background: url(/assets/ppc/images/spm/click1.png) no-repeat center;
}
.ctrlbx .ctrl-row.active p {
  height: auto;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all linear 400ms;
  -moz-transition: all linear 400ms;
  -ms-transition: all linear 400ms;
  -o-transition: all linear 400ms;
  transition: all linear 400ms;
}
.ctrlbx .ctrl-row kbd {
  font-weight: bold;
  font-family: "MyriadPro Bd", Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.use-item:after {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  clear: both;
}
.use-item .comment-box .slick-prev {
  background-image: url(/assets/ppc/images/spm/icon_left.png);
}
.use-item .comment-box .slick-prev:hover {
  background-image: url(/assets/ppc/images/spm/icon_left_hover.png);
}
.use-item .comment-box .slick-next {
  background-image: url(/assets/ppc/images/spm/icon_right.png);
}
.use-item .comment-box .slick-next:hover {
  background-image: url(/assets/ppc/images/spm/icon_right_hover.png);
}
.use-item .comment-box img {
  margin-right: 0;
  width: auto;
  display: block;
  border-radius: 0;
  position: relative;
}
.use-item .comment-box .slick-prev,
.use-item .comment-box .slick-next {
  width: 18px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
}
.use-item .comment-box .slick-dots {
  bottom: -50px;
}
.use-item .comment-box .slick-dots li {
  padding: 0;
}
.use-item .comment-box .slick-dots li button {
  width: 9px;
  height: 9px;
  background-color: #cecece;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.use-item .comment-box .slick-dots .slick-active button {
  width: 9px;
  height: 9px;
  background-color: #091871;
}
.use-item .slick-prev {
  left: -60px;
}
.use-item .slick-next {
  right: -60px;
}
.use-item .photo-hover .fdic {
  display: none;
  content: "";
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/ppc/images/view.png) center no-repeat;
}
.use-item .photo-hover .sld-item {
  margin-top: 10px;
}
.use-item .photo-hover .sld-item:hover {
  position: relative;
}
.use-item .photo-hover .sld-item:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.use-item .photo-hover .sld-item:hover .fdic {
  display: block;
  cursor: pointer;
  z-index: 10;
}
.cdbox-outer > p,
.cdbox-outer > .cdbox {
  display: inline-block;
  vertical-align: middle;
}
.cdbox-outer > p {
  font-size: 14px;
  position: relative;
  line-height: normal;
  top: 1px;
}
@media all and (max-width: 1200px) {
  .banner .recommend.tb .tb-cell {
    vertical-align: middle;
  }
  .use-item .slick-prev {
    left: 0;
  }
  .use-item .slick-next {
    right: 0;
  }
  .comment-box {
    max-width: 530px;
  }
}
@media all and (max-width: 992px) {
  .comment-box {
    max-width: 580px;
  }
  .ctrlbx .ctrl-row {
    margin-bottom: 20px;
  }
  .tb,
  .tb .tb-cell,
  .tb-row {
    display: block;
  }
  .tb .tb-cell {
    margin-bottom: 15px;
  }
  .tb .tb-cell:last-child {
    margin-bottom: 0;
  }
  .navi-item h5,
  .navi-item img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding-bottom: 0;
    position: static;
  }
  .navi-item {
    display: inline-block;
    min-width: 360px;
    text-align: left;
  }
  .navi-item h5 {
    padding-bottom: 10px;
  }
  .navi-item.active h5:after,
  .navi-item:hover h5:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: auto;
    margin-right: auto;
  }
  .navi-item img {
    width: 40px;
    max-width: none;
    height: auto!important;
  }
  .navi {
    text-align: center;
  }
  .use-item h3 {
    margin-bottom: 15px;
  }
  .use-item .row {
    margin-top: 0;
  }
  .use-item .ctn-item {
    margin-top: 15px;
  }
  .crsl .navi-item h5 {
    padding-bottom: 10px;
  }
  .crsl .navi-item {
    min-width: 240px;
    text-align: left;
  }
  .bn-in .tb {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
  }
  .bn-in .tb .tb-cell {
    flex-basis: 100%;
  }
  .bn-in .tb .tb-cell.imgbox {
    flex-basis: 164px;
  }
  .bn-in .tb .tb-cell.txtbox {
    flex-basis: calc(100% - 180px);
  }
  .banner .recommend .txtbox {
    padding-left: 0;
    padding-right: 0;
  }
  .banner .cartbox .price-bx {
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width: 768px) {
  .comment-box {
    max-width: 500px;
    min-height: auto;
  }
  .bn-in .tb {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
  }
  .bn-in .tb .tb-cell {
    flex-basis: auto;
    width: auto;
    text-align: center;
  }
  .bn-in .tb .tb-cell.imgbox {
    display: block;
    width: 164px;
    flex-basis: auto;
    margin: auto;
  }
  .bn-in .tb .tb-cell.txtbox {
    text-align: center;
    flex-basis: auto;
  }
  .bn-in .tb .tb-cell.txtbox h2 {
    text-align: center;
    margin-top: 35px;
  }
}
@media all and (max-width: 576px) {
  .comment-con .comment-box,
  .comment-box {
    max-width: none;
    width: 100%;
  }
  .feature .fea-list > li {
    width: auto;
    display: block;
    max-width: none;
  }
  .use-item h3 {
    white-space: normal;
    word-break: break-word;
  }
  .banner .cartbox .price-wrap {
    padding: 0 5px;
  }
  .banner .cartbox .price del::before {
    content: none;
  }
  .banner .cartbox .price del {
    text-decoration: line-through;
  }
  .banner .cartbox .title {
    padding-top: 0;
  }
  .cdbox-outer > p {
    display: block;
  }
  .navi-item {
    min-width: auto;
    display: block;
  }
  .navi-item img {
    display: block;
    margin: auto;
  }
  .navi-item h5 {
    white-space: normal;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 5px;
  }
}
/*# sourceMappingURL=server-partition-manager.css.map */