@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1100px;
    font-size: 14px;
    line-height: 1.4;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    outline: 0;
    vertical-align: baseline;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #222;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ul li {
    list-style-type: none;
}

img {
    border: none;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    content: "";
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.wrapper {
    position: relative;
    width: 1100px;
    min-width: 1100px;
    margin: 0 auto;
    zoom: 1;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.all-icons {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    background: url("../images/all-icons.png") no-repeat;
}

.red {
    color: red !important;
}

.btn {
    width: 265px;
    height: 79px;
    background: url(../images/button.png) no-repeat center center;
    text-align: center;
    display: block;
    transition: all .3s;
    margin: 12px auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    margin: 12px 0px 0px 23px;
    position: relative;
    text-shadow: 0px 1px 2px #ffdd82;
}

.btn::before {
    position: relative;
    content: '';
    width: 20px;
    display: inline-block;
    height: 15px;
    left: -5px;
    top: 2px;
    background: url(../images/cart.png) no-repeat center center;
}

.btn:hover {
    background: url(../images/button_hover.png) no-repeat center center;
}

.btn_red {
    width: 307px;
    height: 87px;
    line-height: 60px;
    background: url(../images/btn_red.png) no-repeat center center;
    margin: 12px 0 0px 45px;
}

.btn_red:hover {
    background: url(../images/btn_red_hover.png) no-repeat center center;
}

.btn_one::before {
    display: none;
}

.banner_btn {
    width: 302px;
    height: 90px;
    line-height: 68px;
    background: url(../images/banner_btn.png) no-repeat center center;
}

.banner_btn:hover {
    background: url(../images/banner_btn_hover.png) no-repeat center center;
}


/* banner */

.banner .price del {
    left: 150px;
    color: #000;
}

.special {
    left: 196px !important;
}

.banner {
    height: 698px;
    background: url(../images/bg.png) no-repeat center;
}

.banner .logo {
    display: block;
    position: absolute;
    top: 28px;
    left: 0px;
    z-index: 9;
    width: 41px;
    height: 14px;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat;
}

.banner .title {
    height: 47px;
    text-indent: -9999px;
    padding-top: 33px;
    background: url("../images/title.png") center bottom no-repeat;
}

.banner .subtitle {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #894125;
}

.banner .subtitle sup {
    font-size: 12px;
    vertical-align: super;
}

.banner .subtitle strong {
    display: inline-block;
    width: 25px;
}

.banner .subtitle strong,
.banner .subtitle span {
    color: #fff;
    font-size: 18px;
}

.banner .content {
    position: relative;
    margin-top: 100px;
    width: 100%;
    height: 480px;
}

.banner li {
    position: absolute;
    top: 0;
    width: 292px;
    height: 386px;
    background-color: #fff;
    border-radius: 3px;
    transition: all .5s ease-out;
}

.banner .on-left {
    left: 0px;
}

.banner .on-middle {
    top: -44px;
    left: 360px;
    z-index: 9;
    width: 378px;
    height: 475px;
    box-shadow: 0.959px 10.958px 27px 0px rgba(133, 187, 95, 0.94);
    background: rgb(255, 243, 207);
}


/* .banner .on-middle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  width: 378px;
  height: 246px;
  background-color: #f8edc7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
} */

.banner .on-right {
    right: 0px;
}

.banner .on-left {
    left: 0;
}

.banner li img {
    display: block;
    position: relative;
    z-index: 9;
}

.banner .box {
    margin: 77px 0 12px 74px;
    /* width: 180px; */
}

.banner .on-left .box {
    margin: 77px 0 12px 45px;
}

.banner .on-right .box {
    margin: 77px 0 12px 45px;
}

.banner .on-middle .box {
    margin: 100px 0 0 23px;
    width: 303px;
}

.banner .price {
    margin-top: 20px;
}

.banner .off {
    position: absolute;
    top: 14px;
    right: 30px;
    z-index: 10;
}

.banner .on-middle .off {
    top: 28px;
    right: 22px;
}

.countdown {
    margin: 15px auto 0;
    width: 396px;
    height: 52px;
    color: #ffffff;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    background: url(../images/countdown.png) no-repeat center;
    background-size: cover;
}

.countdown b {
    width: 30px;
    display: inline-block;
    text-align: right;
    font-weight: bold;
    font-size: 24px;
    margin: -3px 3px 0 0;
    vertical-align: middle;
}

.countdown span {
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #fdbf01;
    margin: -3px 3px 0 40px;
    text-shadow: 0 0 3px #fbaf72;
    webkit-animation: warn 0.5s linear infinite;
    animation: warn 0.5s linear infinite;
}

@keyframes warn {
    0% {
        color: #fdbf01;
    }
    50% {
        color: #ffffff;
    }
    100% {
        color: #fdbf01;
    }
}

p.countdown {
    position: absolute;
    top: -33px;
    left: 21px;
    width: 315px;
    height: 34px;
    padding-top: 9px;
    padding-left: 38px;
    background: url("../images/banner-timer-bg.png") center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
}

p.countdown b {
    display: inline-block;
    width: 21.5px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    text-align: center;
}

p.countdown strong.small {
    font-size: 14px;
}


/* price */

.price p {
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.pop .price p,
.pop .price del {
    color: #353535;
    font-size: 14px;
    font-weight: 500;
}

.price p.name {
    margin-bottom: 30px;
}

.price p.people {
    margin-top: -5px;
    font-size: 12px;
    font-weight: 500;
    left: -5px;
}

.price p.people i {
    width: 17px;
    height: 11px;
    background-position: 0 -97px;
}

.price strong {
    font-size: 22px;
}

.price strong big {
    font-size: 50px;
    font-weight: 800;
}

.price del {
    padding-left: 2px;
    color: #717171;
    font-size: 16px;
    font-weight: 500;
}

.bottomcart .price {
    margin-top: 50px;
}

.bottomcart .price del {
    left: 168px;
}

.price p {
    margin-bottom: 6px;
    position: relative;
    left: -19px;
    top: -11px;
}

.price p strong {
    color: #1d1305;
    position: relative;
}

.price strong big {
    font-size: 44px;
    font-weight: 700;
    position: relative;
    top: 16px;
}

.bottomcart .price strong span {}

.price del {
    color: #648f46;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 26px;
    left: 157px;
}

.pop .price strong {
    color: #ef2232;
    font-size: 16px;
    font-weight: 600;
}

.pop .price strong big {
    font-size: 30px;
    font-weight: 600;
}

.pop .price p.prix {
    color: #ababab;
    line-height: 28px;
}

.pop .price p.prix.last {
    background: url(../images/pop-line.png) center top no-repeat;
}

.mask,
.sold-word {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.mask {
    top: 0;
    left: 0;
    z-index: 99;
    /* display: none; */
    background: url(../images/mask-bg.png);
}

.gift-box .mask {
    top: -52px;
    left: -2px;
    width: 1100px;
    height: 350px;
    border-radius: 6px;
}

.sold-word {
    top: 158px;
    left: 51px;
    width: 190px;
    height: 90px;
    font-style: normal;
    text-indent: -9999px;
    background: url(../images/termine.png) no-repeat;
    opacity: 0;
    visibility: hidden;
    transform: scale(3);
    transition: opacity 0.6s, transform 0.6s ease;
}

.gift-box .sold-word {
    top: 80px;
    left: 420px;
}

.bottomcart .sold-word {
    top: 0px;
    left: -67px;
    z-index: 99;
    width: 488px;
    height: 42px;
    background: url(../images/termine-small.png) no-repeat;
}

.sold-word.on {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    /* display: none; */
}

.ul-mask {
    position: absolute;
    width: 520px;
    height: 46px;
    background: transparent;
    top: 153px;
    left: 257px;
    z-index: 99;
}

.on-right .mask {
    /* background: rgba(245, 245, 245, 0.6); */
}


/* .on-right .sold-word {
    top: 133px;
    left: 80px;
    width: 188px;
    height: 148px;
    background: url(../images/termine2.png) no-repeat;
} */


/* buybtn */

.buybtn {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 256px;
    height: 53px;
    color: #fffc00;
    font-size: 18px;
    font-weight: 600;
    line-height: 53px;
    text-align: center;
    border-radius: 3px;
    background: #dd0007;
    box-shadow: 1.854px 5.706px 10px 0px rgba(223, 123, 42, 0.65);
    background: -webkit-linear-gradient(-90deg, rgb(247, 60, 18) 0%, rgb(221, 0, 7) 100%);
    background: linear-gradient(to right, rgb(247, 60, 18) 0%, rgb(221, 0, 7) 100%);
    transition: background 0.3s ease;
}

.buybtn.gray {
    width: 220px;
    height: 46px;
    color: #313131;
    font-size: 16px;
    line-height: 46px;
    background: #fff;
    box-shadow: none;
    border: 2px solid #545454;
}

.banner .buybtn {
    margin-top: 12px;
}

.pop .buybtn {
    margin: 10px auto 8px;
    width: 214px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
}

.buybtn:hover {
    color: #fffc00;
    background: #f73c12;
    background: -webkit-linear-gradient(-90deg, rgb(221, 0, 7) 0%, rgb(247, 60, 18) 100%);
    background: linear-gradient(to right, rgb(221, 0, 7) 0%, rgb(247, 60, 18) 100%);
}

.buybtn.gray:hover {
    width: 224px;
    height: 50px;
    border: 0px;
    border: none;
    line-height: 50px;
    box-shadow: 1.854px 5.706px 10px 0px rgba(223, 123, 42, 0.65);
}

.bottomcart .buybtn {
    color: #212121;
    background: #f9cc30;
    box-shadow: 1.854px 5.706px 10px 0px rgba(179, 35, 44, 0.65);
    background: -webkit-linear-gradient(to right, rgb(251, 218, 72) 0%, rgb(246, 183, 11) 100%);
    background: linear-gradient(to right, rgb(251, 218, 72) 0%, rgb(246, 183, 11) 100%);
}

.bottomcart .buybtn:hover {
    color: #212121;
    background: #f9cc30;
    background: -webkit-linear-gradient(to left, rgb(251, 218, 72) 0%, rgb(246, 183, 11) 100%);
    background: linear-gradient(to left, rgb(251, 218, 72) 0%, rgb(246, 183, 11) 100%);
}


/* payment */

.payment {}

.payment img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}


/* feature */

.feature {
    min-height: 530px;
    margin-top: 70px;
    text-align: center;
    color: #201919;
}

.feature h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
}

.feature .content {
    position: relative;
    width: 1002px;
    margin: 60px 0 0 -1px;
}

.feature dl {
    float: left;
    width: 334px;
}

.feature dl dt {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}

.feature dl dt span {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.feature dl dd {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #4c4343;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.feature dl dd.chart {
    position: relative;
    height: 174px;
}

.feature dl.one dd.chart {
    padding: 33px 0 0 102px;
}

.feature dl.one dd.chart div {
    position: relative;
    height: 134px;
    text-align: left;
    background: url("../images/feature-dl-cube-bg.png") top left no-repeat;
}

.feature dl.two dd.chart {
    padding: 50px 0 0 115px;
}

.feature dl.two dd.chart div {
    height: 107px;
    background: url("../images/feature-dl-cylinder.png") top left no-repeat;
}

.feature dl.three dd.chart {
    padding: 43px 0 0 136px;
}

.feature dl.three dd.chart div {
    position: relative;
    height: 120px;
    background: url("../images/feature-timer.png") top left no-repeat;
}

.feature dl span.data {
    display: inline-block;
    height: 29px;
    margin: 16px 0 0 70px;
    padding-left: 13px;
    font-size: 12px;
    font-weight: 500;
    line-height: 29px;
    color: #f69392;
    background: url("../images/feature-arrow.png") left center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.feature dl span.cube {
    display: block;
    position: absolute;
    bottom: 29px;
    left: 1px;
    width: 56px;
    height: 35px;
    background: url("../images/feature-cube.png") bottom center no-repeat;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.feature dl span.cube:after {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 26px;
    background: url("../images/feature-cube-section.png") center no-repeat;
}

.feature dl span.pointer {
    display: block;
    position: absolute;
    top: 31px;
    left: 23px;
    width: 37px;
    height: 37px;
    background: url("../images/feature-pointer.png") center no-repeat;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 1.2s ease .3s;
    transition: all 1.2s ease .3s;
}

.feature dl.on span.cube {
    height: 92px;
}

.feature dl.on span.data {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.feature dl.on span.pointer {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}


/* intro */

.intro {
    margin-bottom: 68px;
    overflow: hidden;
}

.intro .left-message {
    position: relative;
    width: 570px;
    height: 480px;
    margin-top: 40px;
    margin-left: -63px;
    background: url("../images/computer.png?t=65") center no-repeat;
}

.intro .screenshots {
    position: absolute;
    top: 10px;
    left: 75px;
    width: 417px;
    height: 281px;
}

.intro .screenshots ul {
    position: relative;
    width: 417px;
    height: 281px;
}

.intro .screenshots ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 417px;
    height: 281px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.intro .screenshots ul li span {
    z-index: 1;
    position: absolute;
    top: 149px;
    left: 77px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}

.intro .screenshots ul li.last span {
    top: 139px;
    left: 121px;
}

.intro .screenshots ul li.on {
    opacity: 1;
    filter: alpha(opacity=100);
}

.intro .screenshots ul li.on span {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.intro .right-message {
    position: relative;
    margin-left: -17px;
    margin-top: 43px;
}

.intro .right-message .container {
    position: relative;
    width: 100%;
}

.intro .right-message>span {
    z-index: 0;
    position: absolute;
    top: -32px;
    left: -31px;
    width: 544px;
    height: 112px;
    margin-top: -123px;
    background: url("../images/selector-bg.png") center no-repeat;
}

.intro .right-message dl {
    margin-bottom: 40px;
    cursor: pointer;
}

.intro .right-message dl.last {
    margin-bottom: 50px;
}

.intro .right-message dl dt {
    float: left;
    width: 24px;
    height: 48px;
    line-height: 40px;
    text-align: left;
}

.intro .right-message dl dt img {
    vertical-align: middle;
}

.intro .right-message dl dd {
    float: left;
    width: 460px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #272222;
}

.intro .right-message dl dd strong {
    font-weight: 600;
    color: #ff4444;
}


/* benfits */

.benfits {
    color: #1c1e23;
}

.benfits>h2 {
    margin-top: 62px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.benfits .showcase {
    position: absolute;
    top: 183px;
    left: 18px;
    display: block;
    width: 538px;
    height: 364px;
    background: url("https://purchase.iobit.com/2020/db/sepolduserpromofr/images/computer.png") center no-repeat;
}

.benfits .showcase .inner {
    display: inline-block;
    width: 377px;
    height: 252px;
    margin-top: 13px;
    margin-left: 22px;
    overflow: hidden;
}

.benfits .showcase .inner ul {
    width: 2025px;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.benfits .showcase .inner li {
    position: relative;
    float: left;
    width: 405px;
    height: 273px;
}

.benfits .showcase .zoom {
    position: absolute;
    top: 0;
}

.benfits .showcase .container {
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.benfits .showcase .container img {
    width: inherit;
    height: inherit
}

.benfits .showcase li.fun1 .container {
    top: 40px;
    left: 150px;
}

.benfits .showcase li.fun1.active .container {
    left: 70px;
    top: 86px;
    width: 297px;
    height: 219px;
}

.benfits .showcase li.fun2 .container {
    top: 120px;
    left: 169px;
}

.benfits .showcase li.fun2.active .container {
    left: 244px;
    top: 55px;
    width: 172px;
    height: 208px;
}

.benfits .showcase li.fun3 .container {
    top: 50px;
    left: 220px;
}

.benfits .showcase li.fun3.active .container {
    left: -87px;
    top: 100px;
    width: 320px;
    height: 139px;
}

.benfits .showcase li.fun4 .container {
    top: 50px;
    left: 220px;
}

.benfits .showcase li.fun4.active .container {
    left: 90px;
    top: 48px;
    width: 431px;
    height: 139px;
}

.benfits .detail-list {
    display: flex;
    margin-top: 36px;
    flex-direction: column;
    align-items: flex-end;
}

.benfits .detail-list dl {
    display: block;
    margin: 12px 0;
    width: 518px;
    height: 98px;
    clear: both;
    cursor: pointer;
    background: #fff;
}

.benfits .detail-list dl:hover,
.benfits .detail-list dl.active {
    background: url("../images/btnfits-list-bg.png") left center no-repeat;
}

.benfits .detail-list dl:hover dt i.benfits01,
.benfits .detail-list dl.active dt i {
    background-color: #cb1f20;
    background-position: 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.benfits .detail-list dl:hover dt i.benfits02,
.benfits .detail-list dl.active dt i.benfits02 {
    background-position: 0 -55px;
}

.benfits .detail-list dl:hover dt i.benfits03,
.benfits .detail-list dl.active dt i.benfits03 {
    background-position: 0 -110px;
}

.benfits .detail-list dl:hover dt i.benfits04,
.benfits .detail-list dl.active dt i.benfits04 {
    background-position: 0 -165px;
}

.benfits .detail-list dt {
    float: left;
    width: 100px;
    text-align: left;
}

.benfits .detail-list dt i {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    width: 55px;
    height: 55px;
    background: url(../images/benfits-icon.png) center center no-repeat;
}

.benfits .detail-list dt i {
    background-color: #f6f5f4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.benfits .detail-list dt i.benfits01 {
    background-position: -55px 0;
}

.benfits .detail-list dt i.benfits02 {
    background-position: -55px -55px;
}

.benfits .detail-list dt i.benfits03 {
    background-position: -55px -110px;
}

.benfits .detail-list dt i.benfits04 {
    background-position: -55px -165px;
}

.benfits .detail-list dd {
    display: inline-block;
    margin-top: 14px;
    float: left;
    color: #1c1e23;
    box-sizing: border-box;
}

.benfits .detail-list dd h3 {
    font-size: 18px;
    font-weight: 600;
}

.benfits .detail-list dd p {
    font-size: 12px;
    line-height: 20px;
}

.benfits a.intro {
    display: block;
    margin-right: 204px;
    font-size: 12px;
    color: #0075e9;
    text-decoration: underline;
}


/* gift-box */

.gift-box {
    position: relative;
    margin-top: 84px;
    height: 619px;
    background: url(../images/gift-box-bg.png) center bottom no-repeat;
    overflow: hidden;
}

.gift-box h2 {
    margin-bottom: 70px;
    margin-top: 60px;
    height: 42px;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    color: #e42d36;
    background: url(../images/gift-title.png) center center no-repeat;
}

.gift-box dl {
    margin: 0 70px 0 50px;
    float: left;
    width: 250px
}

.gift-box dl.last {
    margin-right: 0px;
}

.gift-box dt {
    margin: -69px 0 0 -18px;
    text-align: center;
}

.gift-box dl dd {
    text-align: center;
}

.gift-box h4 {
    font-size: 18px;
    color: #000;
    text-align: center;
}

.gift-box strong {
    font-size: 16px;
    color: rgb(100, 143, 70);
    text-decoration: line-through;
}

.gift-box span {
    padding-left: 4px;
    font-weight: 600;
    color: rgb(255, 90, 0);
    font-size: 20px;
}

.gift-box p {
    color: #000000;
    font-size: 12px;
    line-height: 22px;
}

.gift_btn {
    width: 302px;
    height: 89px;
    background: url(../images/gift_btn.png) no-repeat center center;
    display: flex;
    justify-content: center;
    line-height: 68px;
    transition: all .3s;
    font-size: 18px;
    color: black;
    position: relative;
    top: 70px;
    margin: 0 auto;
    font-weight: 600;
    text-shadow: 0px 1px 2px #ffdd82;
}

.gift_btn:hover {
    background: url(../images/gift_btn_hover.png) no-repeat center center;
}


/* comparison */

.comparison h2 {
    padding-top: 100px;
    margin-bottom: 68px;
    font-size: 28px;
    text-align: center;
}

.comparison table {
    position: relative;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.comparison table:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: 192px;
    width: 212px;
    height: 536px;
    border-radius: 10px;
    box-shadow: 0px 0px 29.76px 2.24px rgba(49, 62, 96, 0.31);
}

.comparison thead th {
    border-bottom: 1px solid #e1dbdb;
}

.comparison tr td.virtue {
    padding-left: 18px;
    width: 628px;
    text-align: left;
}

.comparison tr {
    font-size: 14px;
    text-align: center;
}

.comparison .itema,
.comparison .itemb {
    position: relative;
    z-index: 2;
    width: 182px;
    color: #000;
    vertical-align: middle;
    text-align: center;
    background-color: #f4f4f4;
}

.comparison .itema {
    width: 212px;
    background-color: #fff;
}

.comparison th.itema,
.comparison th.itemb {
    height: 82px;
    font-size: 14px;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.comparison tfoot th.itema,
.comparison tfoot th.itemb {
    height: 22px;
    border-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.comparison th.itema div {
    display: block;
    margin-top: -8px;
    padding-top: 22px;
    height: 68px;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #cc060d;
    background: -webkit-linear-gradient(90deg, rgb(232, 67, 30) 0%, rgb(204, 6, 13) 100%);
    background: linear-gradient(90deg, rgb(232, 67, 30) 0%, rgb(204, 6, 13) 100%);
}

.comparison th i {
    display: block;
    margin: 10px auto 0px;
    width: 27px;
    height: 27px;
    background: url(../images/tabicon.png) 0 -27px no-repeat;
}

.comparison th.itema i {
    background-position: 0 0;
}

.comparison td {
    height: 46px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: 1px solid #e1dbdb;
}

.comparison td.icons {
    width: 50px;
    text-align: center;
}

.comparison td.icons img {
    vertical-align: middle;
}

.comparison .space {
    width: 10px;
}

.comparison td i {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    background-position: 0 -23px;
}

.comparison td i.gray {
    width: 15px;
    height: 15px;
    background-position: 0 0px;
}


/*
 * review
 */

.review {
    padding: 40px 0;
    margin-top: 35px;
}

.review h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 66px;
    color: #212121;
}

.review .review-message {
    position: relative;
    height: 434px;
    margin-top: 30px;
    background: url(../images/map.jpg) no-repeat center;
}

.review .review-message dl {
    position: absolute;
    width: 115px;
    height: 101px;
}

.review .review-message dl dt {
    position: relative;
    height: 101px;
    text-align: center;
}

.review .review-message dl dt .img-box {
    position: relative;
    z-index: 30;
    width: 115px;
    height: 101px;
    cursor: pointer;
}

.review .review-message dl h4 {
    padding-top: 30px;
    font-size: 12px;
    font-weight: 500;
    color: #d82029
}

.review .review-message dl img {
    position: relative;
    z-index: 5;
    width: 38px;
    height: 38px;
    margin-top: 2px;
    border-radius: 50%;
    border: solid #d82029 2px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.review .review-message dl .line {
    position: absolute;
    background: url(../images/line.png);
}

.review .review-message dl dd {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 8;
    left: 108px;
    top: 5px;
    width: 310px;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #Fff;
    background: rgba(232, 26, 19, .65);
    box-shadow: 0 6px 15px 0 rgba(216, 32, 41, 0.39);
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.review .review-message dl dd:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    top: 50%;
    left: -10px;
    margin-top: -9px;
    background: url(../images/arrow.png);
}

.review .review-message dl .line:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 114px;
    left: 93px;
    border-radius: 50%;
    background: #ababab;
}

.review .review-message dl .line:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 111px;
    left: 90px;
    background: rgba(171, 171, 171, .35);
}

.review .review-message dl.active dd {
    z-index: 35;
    filter: alpha(opacity=100);
    opacity: 1;
}

.review .review-message dl.active h4 {
    padding-top: 0;
    font-size: 16px;
    font-weight: 600
}

.review .review-message dl.active img {
    width: 77px;
    height: 77px;
    border: solid #d82029 3px;
}

.review .review-message dl.active.wayne .line {
    background-position: -96px 0;
}

.review .review-message dl.active.myo .line {
    background-position: -251px 0;
}

.review .review-message dl.active.pcmag .line {
    background-position: -374px 0;
}

.review .review-message dl.active.chip .line {
    background-position: -473px 0;
}

.review .review-message dl.active.fabio .line {
    background-position: -533px 0;
}

.review .review-message dl.active.vector .line {
    background-position: -644px 0;
}

.review .review-message dl.active.adam .line {
    background-position: -62px -147px;
}

.review .review-message dl.active.olnet .line {
    background-position: -227px -135px;
}

.review .review-message dl.active.olorin .line {
    background-position: -382px -135px;
}

.review .review-message dl.active.html .line {
    background-position: -518px -134px;
}

.review .review-message dl.active .line:after,
.review .review-message dl.active .line:before {
    animation: round 1s;
}

@keyframes round {
    from {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.review .review-message dl.red-round .line:after {
    background: #d82029;
}

.review .review-message dl.red-round .line:before {
    background: rgba(211, 50, 50, .3);
}

.review .review-message {
    position: relative;
    width: 1000px;
    height: 434px;
    margin: 30px auto 0;
    background: url(../images/map.jpg) no-repeat center;
}

.review .review-message dl {
    position: absolute;
    width: 115px;
    height: 101px;
}

.review .review-message dl dt {
    position: relative;
    height: 101px;
    text-align: center;
}

.review .review-message dl dt .img-box {
    position: relative;
    z-index: 30;
    width: 115px;
    height: 101px;
    cursor: pointer;
}

.review .review-message dl h4 {
    padding-top: 30px;
    font-size: 12px;
    color: #d82029
}

.review .review-message dl img {
    position: relative;
    z-index: 5;
    width: 38px;
    height: 38px;
    margin-top: 2px;
    border-radius: 50%;
    border: solid #d82029 2px;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.review .review-message dl .line {
    position: absolute;
    background: url(../images/line.png);
}

.review .review-message dl dd {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: 8;
    left: 108px;
    top: 5px;
    width: 310px;
    padding: 15px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #Fff;
    background: rgba(232, 26, 19, .65);
    box-shadow: 0 6px 15px 0 rgba(216, 32, 41, 0.39);
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.review .review-message dl dd:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 17px;
    top: 50%;
    left: -10px;
    margin-top: -9px;
    background: url(../images/arrow.png);
}

.review .review-message dl .line:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 114px;
    left: 93px;
    border-radius: 50%;
    background: #ababab;
}

.review .review-message dl .line:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 111px;
    left: 90px;
    background: rgba(171, 171, 171, .35);
}

.review .review-message dl.active dd {
    z-index: 35;
    filter: alpha(opacity=100);
    opacity: 1;
}

.review .review-message dl.active h4 {
    padding-top: 0;
    font-size: 16px;
}

.review .review-message dl.active img {
    width: 77px;
    height: 77px;
    border: solid #d82029 3px;
}

.review .review-message dl.active.wayne .line {
    background-position: -96px 0;
}

.review .review-message dl.active.myo .line {
    background-position: -251px 0;
}

.review .review-message dl.active.pcmag .line {
    background-position: -374px 0;
}

.review .review-message dl.active.chip .line {
    background-position: -473px 0;
}

.review .review-message dl.active.fabio .line {
    background-position: -533px 0;
}

.review .review-message dl.active.vector .line {
    background-position: -644px 0;
}

.review .review-message dl.active.adam .line {
    background-position: -62px -147px;
}

.review .review-message dl.active.olnet .line {
    background-position: -227px -135px;
}

.review .review-message dl.active.olorin .line {
    background-position: -382px -135px;
}

.review .review-message dl.active.html .line {
    background-position: -518px -134px;
}

.review .review-message dl.active .line:after,
.review .review-message dl.active .line:before {
    animation: round 1s;
}

@keyframes round {
    from {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.review .review-message dl.red-round .line:after {
    background: #d82029;
}

.review .review-message dl.red-round .line:before {
    background: rgba(211, 50, 50, .3);
}

.review .review-message dl.wayne {
    top: 12px;
    left: -5px;
}

.review .review-message dl.wayne .line {
    width: 94px;
    height: 115px;
    left: 54px;
    bottom: -89px;
}

.review .review-message dl.myo {
    top: 38px;
    left: 134px;
}

.review .review-message dl.myo .line {
    width: 58px;
    height: 83px;
    left: 53px;
    bottom: -75px;
    background-position: -192px 0;
}

.review .review-message dl.myo .line:after {
    top: 81px;
    left: 57px;
}

.review .review-message dl.myo .line:before {
    top: 78px;
    left: 54px;
}

.review .review-message dl.pcmag {
    top: 32px;
    left: 268px;
}

.review .review-message dl.pcmag .line {
    width: 62px;
    height: 87px;
    left: -7px;
    bottom: -68px;
    background-position: -311px 0;
}

.review .review-message dl.pcmag .line:after {
    top: 83px;
    left: -3px;
}

.review .review-message dl.pcmag .line:before {
    top: 80px;
    left: -6px;
}

.review .review-message dl.chip {
    top: 28px;
    left: 386px;
}

.review .review-message dl.chip .line {
    width: 34px;
    height: 68px;
    left: 55px;
    bottom: -57px;
    background-position: -438px 0;
}

.review .review-message dl.chip .line:after {
    top: 68px;
    left: 35px;
}

.review .review-message dl.chip .line:before {
    top: 65px;
    left: 32px;
}

.review .review-message dl.fabio {
    top: 39px;
    left: 462px;
}

.review .review-message dl.fabio .line {
    width: 24px;
    height: 77px;
    left: 35px;
    bottom: -66px;
    background-position: -509px 0;
}

.review .review-message dl.fabio .line:after {
    top: 75px;
    left: -6px;
}

.review .review-message dl.fabio .line:before {
    top: 72px;
    left: -9px;
}

.review .review-message dl.vector {
    top: 55px;
    left: 675px;
}

.review .review-message dl.vector .line {
    width: 83px;
    height: 79px;
    left: 56px;
    bottom: -69px;
    background-position: -559px 0;
}

.review .review-message dl.vector .line:after {
    top: 76px;
    left: 78px;
}

.review .review-message dl.vector .line:before {
    top: 73px;
    left: 75px;
}

.review .review-message dl.olnet dd,
.review .review-message dl.adam dd,
.review .review-message dl.olorin dd,
.review .review-message dl.html dd {
    top: 30px;
    left: 117px;
}

.review .review-message dl.adam h4,
.review .review-message dl.olnet h4,
.review .review-message dl.olorin h4,
.review .review-message dl.html h4 {
    padding-top: 0;
}

.review .review-message dl.adam img,
.review .review-message dl.olnet img,
.review .review-message dl.olorin img,
.review .review-message dl.html img {
    margin-top: 30px;
}

.review .review-message dl.adam {
    top: 274px;
    left: 44px;
}

.review .review-message dl.adam .line {
    width: 61px;
    height: 85px;
    left: 56px;
    bottom: 71px;
    background-position: 0 -147px;
}

.review .review-message dl.adam .line:after {
    top: -3px;
    left: 63px;
}

.review .review-message dl.adam .line:before {
    top: -6px;
    left: 60px;
}

.review .review-message dl.olnet {
    top: 273px;
    left: 304px;
}

.review .review-message dl.olnet .line {
    width: 97px;
    height: 98px;
    left: 58px;
    bottom: 71px;
    background-position: -130px -135px;
}

.review .review-message dl.olnet .line:after {
    top: -6px;
    left: 96px;
}

.review .review-message dl.olnet .line:before {
    top: -9px;
    left: 93px;
}

.review .review-message dl.olorin {
    top: 252px;
    left: 373px;
}

.review .review-message dl.olorin .line {
    width: 47px;
    height: 74px;
    left: 58px;
    bottom: 68px;
    background-position: -335px -135px;
}

.review .review-message dl.olorin .line:after {
    top: -6px;
    left: 47px;
}

.review .review-message dl.olorin .line:before {
    top: -9px;
    left: 44px;
}

.review .review-message dl.html {
    top: 275px;
    left: 520px;
}

.review .review-message dl.html .line {
    width: 82px;
    height: 85px;
    left: -22px;
    bottom: 68px;
    background-position: -435px -134px;
}

.review .review-message dl.html .line:after {
    top: -5px;
    left: -6px;
}

.review .review-message dl.html .line:before {
    top: -8px;
    left: -9px;
}

.review .review-message dl.pcmag dd {
    left: -335px;
}

.review .review-message dl.pcmag dd:after {
    width: 9px;
    height: 16px;
    top: 50%;
    right: -9px;
    left: initial;
    margin-top: -8px;
    background: url(../images/right-arrow.png);
}

.comparison-table {
    margin: 30px auto 10px;
    display: block;
    width: 1000px;
    color: #000;
    font-weight: 600;
}

.comparison-table table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.comparison-table tr th {
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
    vertical-align: middle;
}

.comparison-table thead tr th:first-of-type {
    text-align: left;
    font-size: 20px;
}

.comparison-table th {
    padding: 25px 0;
    font-size: 16px;
}

.comparison-table tr td.virtue {
    text-align: left;
    width: 574px;
    color: #21222a;
}

.comparison-table tr {
    text-align: center;
    font-size: 14px;
}

.comparison-table .itema {
    color: #000;
    background: #fcfaf4;
    text-align: center;
    width: 178px;
}

.comparison-table .itemb {
    color: #000;
    background-color: #f7f7f7;
    text-align: center;
    width: 178px;
}

.comparison-table th.itema {
    background-color: #c00618;
    color: #fff;
}

.comparison-table th.itemb {
    background-color: #7a7a7a;
    color: #fff;
}

.comparison-table td {
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px #ccc solid;
}

.comparison-table td.icons {
    text-align: center;
    width: 50px;
}

.comparison-table td.yellow {
    background-color: #f4f4f4;
}

.comparison-table .space {
    width: 10px;
    border: none;
}

.comparison-table td sup {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #54bb3f;
}

.comparison-table td sup.nou {
    color: #db0a14;
}


/* bottomcart */

.bottomcart {
    margin-top: 94px;
    height: 239px;
    background: url(../images/bottom-buy-bg.png) center bottom no-repeat;
}

.bottomcart h2 {
    height: 45px;
    text-indent: -9999px;
    position: relative;
    top: -20px;
    background: url(../images/bottombuy_title.png) center top no-repeat;
}

#centbuy {
    margin-top: 140px;
}

#centbuy h2 {
    background: url(../images/centbuy-title.png) center top no-repeat;
}

.bottomcart .showcase {
    position: relative;
    margin-top: 12px;
    float: left;
    width: 300px;
    height: 200px;
}

.bottomcart .showcase img {
    position: absolute;
    top: 0px;
    left: 0pc;
    opacity: 0;
    visibility: hidden;
    transform: translate(-100px, 0);
    transition: opacity 0.3s, transform 0.3s;
}

.bottomcart .showcase img.on {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0);
    transition: opacity 0.3s, transform 0.3s;
}

.bottomcart .changelist {
    float: left;
    margin: 18px 0 0 64px;
}

.bottomcart .changelist li {
    position: relative;
    width: 370px;
    color: #698854;
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
    cursor: pointer;
}

.bottomcart .changelist li:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -94px;
    width: 568px;
    height: 47px;
}

.bottomcart .changelist span {
    display: inline-block;
    position: relative;
    z-index: 9;
}

.bottomcart .changelist strong {
    position: relative;
    z-index: 9;
    display: block;
    float: right;
    font-size: 22px;
    text-align: left;
}

.bottomcart .changelist li.on {
    color: #000;
    font-size: 18px;
}

.bottomcart .changelist li.on:before,
.bottomcart .changelist li.sold:before {
    background: url(../images/list-on.png) 0 0 no-repeat;
}

.bottomcart .changelist li.sold:before {
    left: -99px;
    width: 558px;
    height: 45px;
    background-position: 0 -47px;
}

.bottomcart .changelist li.on strong {
    color: #f0212c;
    font-size: 28px;
}

.bottomcart .changelist li.sold {
    color: #698854;
    cursor: default;
}

.footer {
    padding: 20px 0;
    background: #f5f5f5;
}

.footer .service dl {
    float: left;
    width: 33.3%;
    padding-top: 20px;
    text-align: center;
}

.footer .service dl dt {
    height: 68px;
    line-height: 68px;
    font-size: 16px;
}

.footer .service dl dt img {
    display: inline-block;
    vertical-align: middle;
}

.footer .service dl dd {
    margin-top: 10px;
    font-size: 12px;
}

.footer .service dl h3 {
    font-size: 16px;
}

.annotation {
    margin-top: 20px;
    padding-top: 20px;
    color: #696969;
    font-size: 12px;
    line-height: 20px;
    border-top: 1px solid #c8c8c8;
}


/* footer */

.footer p {
    padding: 15px 0 30px;
    text-align: center;
}


/* pop */

.pop-bg,
.pop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1001;
    margin: auto;
    text-align: center;
    visibility: hidden;
    ]
}

.pop-bg.on,
.pop.on {
    z-index: 1001;
    visibility: visible;
}

.pop.on {
    opacity: 1;
    transform: scaleX(1);
    transition: transform 0.5s 0.2s;
}

.pop-bg {
    width: 100%;
    height: 100%;
    background: url(../images/pop.png);
}

.pop {
    top: -40px;
    width: 693px;
    height: 390px;
    background: url(../images/pop-bg.png) no-repeat;
    opacity: 0;
    transform: scaleX(0);
    transition: 0.5s;
}

.pop h2 {
    display: block;
    position: absolute;
    top: -146px;
    left: 34px;
    width: 628px;
    height: 225px;
    text-indent: -9999px;
    background: url(../images/pop-title.png) no-repeat;
}

.secondbox {
    padding: 48px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.secondbox b {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.secondbox b em {
    display: inline-block;
    margin: 0 2px;
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-style: normal;
    border-radius: 4px;
    background-color: #ee6500;
}

.pop li {
    float: left;
    width: 50%;
}

.pop li img {
    display: block;
    margin: 22px 0 4px 100px;
    width: 146px;
}

.pop .ou {
    display: block;
    position: absolute;
    top: 214px;
    left: 342px;
    color: #747474;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}

.pop .ou:before,
.pop .ou:after {
    content: '';
    display: block;
    position: absolute;
    top: -96px;
    left: 12px;
    width: 2px;
    height: 90px;
    background-color: #bdbdbd;
}

.pop .ou:after {
    top: 28px;
}

.pop .close {
    display: block;
    position: absolute;
    top: -32px;
    right: 0px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/close.png) no-repeat;
}

.pop .close:hover {
    opacity: 0.5;
}