@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 1100px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    outline: 0;
    vertical-align: baseline;
    background: url("../images/bottom-bg.jpg") bottom center no-repeat;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    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: "";
}

.clearfix {
    zoom: 1;
}

.clear {
    display: block;
    clear: both;
    zoom: 1;
}

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

.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 0 0;
}

.linear {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.ease {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* price */
.price {
    margin: 12px 0 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #000;
}

.price b {
    font-size: 42px;
}

.price del {
    font-size: 18px;
    font-weight: 400;
    color: #939393;
}

.price.large {
    color: #e85d00;
}


/* buybtn */
.buybtn {
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.buybtn i {
    width: 23px;
    height: 14px;
    background-position: 0 -12px;
}

.buybtn span {
    display: inline-block;
}

.buybtn.small {
    width: 210px;
    height: 47px;
    margin: 9px auto 0;
    line-height: 47px;
}

.buybtn.small i {
    margin-right: 8px;
}

.buybtn.large {
    width: 259px;
    height: 51px;
    margin: 8px auto 0;
    font-size: 18px;
    line-height: 51px;
}

.buybtn.large i {
    margin-right: 13px;
}

.buybtn:hover {
    color: #000 !important;
    background: #ffd200 !important;
    background: -webkit-linear-gradient(bottom, #ffd200 0%, #f7971e 100%) !important;
    background: linear-gradient(to top, #ffd200 0%, #f7971e 100%) !important;
}

.buybtn.small:hover i {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.buybtn.small:hover span {
    margin-left: 0;
}

.buybtn.gray {
    color: #676c92;
    background: #e0e9fc;
}

.buybtn.gray i {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.buybtn.gray span {
    margin-left: -18px;
    margin-left: 0\0;
}

.buybtn.gray i,
.buybtn.gray span {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.buybtn.yellow {
    color: #000;
    background: #f7971e;
    background: -webkit-linear-gradient(top, #ffd200 0%, #f7971e 100%);
    background: linear-gradient(to bottom, #ffd200 0%, #f7971e 100%);
}


/* countdwon */
.countdown {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #888797;
}

.countdown strong,
.countdown span {
    display: inline-block;
    font-size: 18px;
    color: #ed8d28;
}

.countdown span {
    width: 4px;
}

.countdown strong {
    width: 22px;
}

.countdown strong.last {
    width: 30px;
}


/* banner */
.banner {
    min-width: 1100px;
    height: 650px;
    background: url("../images/banner-bg.jpg") top center no-repeat;
}

.banner .logo {
    z-index: 9;
    position: absolute;
    top: 20px;
    left: 0;
    width: 47px;
    height: 16px;
    text-indent: -9999px;
    background: url("../images/logo.png") center no-repeat;
}

/* title */
.banner h1 {
    height: 106px;
    text-indent: -9999px;
    background: url("../images/title.png") bottom center no-repeat;
}

.banner.soldout h1 {
    background: url("../images/title-soldout.png") bottom center no-repeat;
}

/* offer */
.banner .content {
    position: relative;
    margin: 90px 0 0 0;
}

.banner .offer {
    position: absolute;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.banner .offer dl {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .offer dl dt {
    position: relative;
}

.banner .offer dl dt img {
    display: block;
    position: absolute;
}

.banner .offer dl dd ul {
    position: relative;
    height: 154px;
    margin: 7px 0 0 49px;
}

.banner .offer.large.threelarge dl dd ul {
    margin: 7px 0 0 14px;
}

.banner .offer dl dd ul li {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #363e68;
}

.banner .offer dl dd ul li i {
    width: 15px;
    height: 12px;
    margin-right: 3px;
}

.banner .offer dl dd ul:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -1px;
    left: 2px;
    width: 206px;
    height: 1px;
    background: #dde4f2;
}

.banner .offer.large.threelarge dl dd ul:after {
    width: 348px;
}

/* small */
.banner .offer.small {
    top: 30px;
    left: 208px;
    width: 304px;
    height: 392px;
    background: #fff;
    -webkit-box-shadow: 0 18px 51px rgba(208, 230, 255, .84);
    box-shadow: 0 18px 51px rgba(208, 230, 255, .84);
}

.banner .offer.small dl dt {
    height: 60px;
}

.banner .offer.small dl dt img {
    top: -83px;
    left: 95px;
}

/* large */
.banner .offer.large {
    top: 0;
    right: 174px;
    /* width: 376px;
    height: 454px; */
    /* padding: 2px 2px 7px; */
    box-shadow: 0 14px 62px 8px rgba(190, 220, 255, .66);
    /* background: url("../images/banner-offer-large-bg.png") top center no-repeat; */
    -webkit-animation: notice 4s linear infinite;
    animation: notice 4s linear infinite;
}

.offer_inner {
    position: relative;
    z-index: 1;
    width: 372px;
    height: 452px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 14px 53.94px 8.06px rgba(190, 220, 255, 0.66);
}

.offer_mask {
    border-radius: 10px;
    background-color: #adccf4;
    background: linear-gradient(180deg, #adccf4 0%, transparent 100%);
    opacity: 0.68;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 376px;
    height: 457px;
    z-index: 0;
}

.offer_line {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 8px;
    background: #f79a3a;
    border-radius: 0 0 12px 12px;
}

.other_bundle_pic .gift_pic {
    display: block;
    position: absolute;
    top: -22px !important;
    left: 130px !important;
    z-index: 1 !important;
}

.bottombuy .gift_pic {
    top: -6px !important;
    left: 95px !important;
}

.gift_ribbon,
.gift_off {
    display: block;
    position: absolute;
    z-index: 2;
}

.gift_ribbon {
    top: -21px;
    left: 135px;
    width: 89px;
    height: 103px;
    background: url(../images/ribbon.png) center center no-repeat;
}

.bottombuy .gift_ribbon {
    top: -4px;
    left: 101px;
}

.bottombuy .gift_off {
    top: 52px;
    left: 160px;
}

.gift_off {
    z-index: 3;
    top: 36px;
    left: 185px;
    height: 14px;
    background: #e6a44b;
    color: #0a0a0a;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
}

.gift_off div,
.gift_off b {
    position: relative;
    font: inherit;
    color: inherit;
}

.gift_off b {
    display: inline-block;
    line-height: 14px;
    transform: scale(0.86);
}

.gift_off::before,
.gift_off::after {
    content: '';
    display: block;
    position: absolute;
    right: -6px;
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.gift_off::before {
    top: 0;
    border-top: 8px solid #e6a44b
}

.gift_off::after {
    bottom: 0;
    border-bottom: 6px solid #e6a44b;
}

.gift_text::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #e6a44b;
}

.banner .offer.large dl dt {
    position: relative;
    height: 88px;
}

.banner .offer.large dl dt img {
    top: -58px;
    left: 63px;
    z-index: 0;
}

.banner .offer.large.threelarge dl dt img {
    top: -58px;
    left: 60px;
}

.banner .offer.large dl dt span {
    position: relative;
    z-index: 1;
    display: block;
    float: right;
    width: 53px;
    height: 53px;
    margin: 15px 19px 0 0;
    background: url("../images/moneyback.png") center no-repeat;
}

.banner .offer.large dl dd ul:after {
    width: 256px;
}

/* soldout */
.banner.soldout .offer.large {
    -webkit-animation: none;
    animation: none;
}

.banner.soldout .offer.large:before {
    z-index: 9;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 376px;
    height: 454px;
    border-radius: inherit;
    background: #ebebeb;
    opacity: 0.7;
    pointer-events: none;
    /* mask-image: radial-gradient(circle at top left, transparent 50%, black 50%); */
}

.banner.soldout .offer.large dl dt img {
    filter: gray;
    -webkit-filter: grayscale(1);
}

.banner.soldout .offer.large.threelarge:before {
    background: url("../images/banner-offer-soldout-three.png?t=16") top center no-repeat;
}

.banner.soldout .offer.large:after {
    content: '';
    z-index: 10;
    display: block;
    position: absolute;
    top: 128px;
    left: 47px;
    width: 270px;
    height: 122px;
    background: url("../images/soldout.png") center no-repeat;
    -webkit-animation: show .5s ease-in-out;
    animation: show .5s ease-in-out;
}

.banner.soldout .offer.large .offer_inner {
    background: #f8f8f8;
    pointer-events: none;
}

.banner.soldout .offer.large .offer_mask {
    background: linear-gradient(180deg, #c7ced7 0%, transparent 100%);
}

.banner.soldout .offer.large .offer_line {
    background: #bbb;
}

.banner.soldout .offer.large dl dt.other_bundle_pic {
    position: relative;
}

.banner.soldout .offer.large .offer_pic_mask,
.bottombuy.soldout .offer.large .offer_pic_mask {
    display: block;
    position: absolute;
    top: -58px;
    left: 64px;
    z-index: 5;
    width: 178px;
    height: 148px;
    background: url(../images/gray_bg.png) center center no-repeat;
    mask-image: linear-gradient(0deg, transparent 0%, black 50%);
    background-size: cover;
}

.banner.soldout .offer.large.asc_bundle_pic .offer_pic_mask,
.bottombuy.soldout .offer.large.asc_bundle_pic .offer_pic_mask  {
    width: 213px;
    height: 149px;
    background: url(../images/asc_gray_bg.png) center center no-repeat;
    background-size: cover;
}

.bottombuy.soldout .offer.large .offer_pic_mask {
    top: -46px;
    left: 28px;
}

.bottombuy.soldout .offer.large.asc_bundle_pic .offer_pic_mask {
    left: 26px;
}


.banner.soldout .offer.large .other_bundle_pic .gift_pic {
    top: -18px !important;
}

.banner.soldout .offer.large dl dd ul li {
    color: #3d3d3d;
}

.banner.soldout .offer.large .price.large,
.banner.soldout .offer.large .countdown strong,
.banner.soldout .offer.large .countdown span {
    color: #979797
}

.banner.soldout .offer.large .buybtn.yellow {
    background: linear-gradient(to bottom, #ddd 0%, #bdbdbd 100%);
}


/* payments */
.payments img {
    display: block;
    margin: 67px auto 0;
}


/*benefits*/
.benefits {
    display: block;
    position: relative;
    height: 830px;
    padding-top: 96px;
}

.benefits h2 {
    font-size: 36px;
    font-size: 32px\0;
    line-height: 52px;
    text-align: center;
}

.benefits .showcase {
    position: absolute;
    top: 184px;
    left: 0;
    display: block;
    width: 555px;
    height: 416px;
}

.benefits .showcase .inner {
    display: inline-block;
    width: 555px;
    height: 378px;
    overflow: hidden;
}

.benefits .showcase .inner ul {
    width: 2775px;
    transition: all 0.4s ease-out;
}

.benefits .showcase .inner ul li {
    position: relative;
    float: left;
    width: 555px;
    height: 378px;
}

.benefits .showcase .zoom {
    position: absolute;
    top: -7px;
}

.benefits .showcase .zoom li .container {
    position: absolute;
    transition: all 0.4s ease-out;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    transform: scale(0, 0);
    filter: alpha(opacity=0)\0;
}

.benefits .showcase .zoom li .container img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: alpha(opacity=0)\0;
}

.benefits .showcase .zoom li.active .container {
    width: 521px;
    height: 327px;
    left: 17px;
    top: 35px;
    transform: scale(1, 1);
    filter: alpha(opacity=100)\0;
    background: url("../images/zoom-bg.png") repeat;
    border: solid #3f4971 1px;
    box-shadow: 0 6px 29px 0 rgba(0, 0, 0, 0.4);
}

.benefits .showcase .zoom li.active .container img {
    filter: alpha(opacity=100)\0;
}

.benefits .showcase .list-icon {
    margin-top: 15px;
    text-align: center;
}

.benefits .showcase .list-icon li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    cursor: pointer;
}

.benefits .showcase .list-icon li.active {
    background: #3f6dcf;
}

.benefits .detail-list {
    float: right;
    width: 525px;
    margin-top: 80px;
}

.benefits .detail-list dl {
    display: block;
    margin: 0 0 9px 0;
    width: 525px;
    height: 113px;
    background: #fff;
    clear: both;
    cursor: pointer;
}

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

.benefits .detail-list dl:hover dt i.benefits01,
.benefits .detail-list dl.active dt i.benefits01 {
    background-position: -77px 0;
}

.benefits .detail-list dl:hover dt i.benefits02,
.benefits .detail-list dl.active dt i.benefits02 {
    background-position: -77px -77px;
}

.benefits .detail-list dl:hover dt i.benefits03,
.benefits .detail-list dl.active dt i.benefits03 {
    background-position: -77px -154px;
}

.benefits .detail-list dl:hover dt i.benefits04,
.benefits .detail-list dl.active dt i.benefits04 {
    background-position: -77px -231px;
}

.benefits .detail-list dl dt {
    float: left;
    width: 112px;
}

.benefits .detail-list dl dt i {
    display: inline-block;
    margin-top: 18px;
    margin-left: 26px;
    width: 77px;
    height: 77px;
    background: url(../images/benefits-icon.png) no-repeat;
}

.benefits .detail-list dl dt i.benefits01 {
    background-position: 0 0;
}

.benefits .detail-list dl dt i.benefits02 {
    background-position: 0 -77px;
}

.benefits .detail-list dl dt i.benefits03 {
    background-position: 0 -154px;
}

.benefits .detail-list dl dt i.benefits04 {
    background-position: 0 -231px;
}

.benefits .detail-list dl dd {
    display: inline-block;
    float: right;
    width: 400px;
    box-sizing: border-box;
    margin-top: 14px;
}

.benefits .detail-list dl dd h3 {
    margin-bottom: 4px;
    font-size: 16px;
}

.benefits .detail-list dl dd p {
    width: 410px;
    font-size: 14px;
    line-height: 18px;
    color: #797979;
}

.benefits .detail-list .textlink {
    display: inline-block;
    margin-left: 125px;
    color: #0075e9;
    font-size: 12px;
    text-decoration: underline;
}


/* review */
.review {
    height: 694px;
    min-width: 1100px;
    padding-top: 13px;
    background: url("../images/review-bg.jpg") bottom center no-repeat;
}

.review h2 {
    font-size: 36px;
    line-height: 68px;
    text-align: center;
    color: #010101;
}

.review h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    color: #414141;
}

.review .content {
    position: relative;
    margin-top: 97px;
}

/* describe */
.review .describe {
    position: relative;
    float: left;
    width: 578px;
    height: 366px;
    margin: 9px 0 0 44px;
    border: 1px solid rgba(149, 182, 255, .5);
    border-right: 0;
}

.review .describe:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: -42px;
    width: 64px;
    height: 60px;
    background: url("../images/queto.png") center no-repeat;
}

.review .describe p {
    position: absolute;
    top: 30px;
    left: 47px;
    width: 480px;
    height: 320px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.review .describe p.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

/* user */
.review ul {
    float: right;
    width: 336px;
    margin: 0 40px 0 0;
}

.review ul li {
    position: relative;
    width: 100%;
    height: 71px;
    padding: 4px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.review ul li img {
    display: block;
    float: left;
    width: 62px;
    height: 62px;
    margin-right: 50px;
    opacity: .21;
    filter: alpha(opacity=21);
}

.review ul li p {
    float: left;
    width: 200px;
    margin-top: 9px;
    font-size: 16px;
    font-size: 14px\0;
    line-height: 24px;
    color: #5d5d5d;
}

.review ul li p b {
    display: block;
    font-weight: 700;
    color: #333;
}

.review ul li.active {
    height: 96px;
    padding: 7px;
}

.review ul li.active img {
    width: 82px;
    height: 82px;
    margin-left: -12px;
    margin-right: 38px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.review ul li.active:before {
    content: '';
    position: absolute;
    top: 1px;
    left: -20px;
    width: 104px;
    height: 95px;
    background: url("../images/user-hover.png") center no-repeat;
}

.review ul li.active p {
    margin-top: 18px;
}

.review ul li.active p,
.review ul li.active p b {
    color: #2640eb;
}

/* arrow */
.review .arrow {
    display: block;
    position: absolute;
    top: 9px;
    left: 621px;
    width: 13px;
    height: 366px;
    overflow: hidden;
}

.review .arrow img {
    display: block;
    margin-top: -339px;
}

.review .view {
    float: right;
    display: inline-block;
    margin: 70px 94px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}


/* compare */
.compare {
    position: relative;
    margin-top: 103px;
}

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

.compare table thead th {
    height: 114px;
    font-size: 20px;
    font-weight: 700;
    color: #060817;
    border-bottom: 1px solid #dcdcdc;
}

.compare table thead th.text {
    border-top: 1px solid #dcdcdc;
}

.compare table thead th.text,
.compare table tbody td.text,
.compare table tfoot th.text {
    width: 680px;
    text-align: left;
}

.compare table thead th.itema,
.compare table tbody td.itema,
.compare table tfoot th.itema {
    width: 212px;
    text-align: center;
    background: #fefefe;
}

.compare table thead th.itemb,
.compare table tbody td.itemb,
.compare table tfoot th.itemb {
    width: 184px;
    text-align: center;
    background: #fefefe;
}

.compare table thead th.space,
.compare table tbody td.space,
.compare table tfoot th.space {
    width: 12px;
    border-bottom: 0;
}

.compare table tbody td.last {
    border-bottom: 0;
}

.compare table tbody td.itemb.last {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.compare table thead th.itema .box {
    height: 100%;
    padding-top: 36px;
    font-size: 16px;
    line-height: 30px;
    background: #396dec;
}

.compare table thead th.itemb .box {
    height: 105px;
    padding-top: 31px;
    font-size: 14px;
    line-height: 24px;
    background: #8c8f94;
}

.compare table thead th.itema .box,
.compare table thead th.itemb .box {
    width: 100%;
    font-weight: 700;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.compare table tbody td {
    height: 47px;
    font-size: 16px;
    color: #17191d;
    border-bottom: 1px solid #dcdcdc;
}

.compare table tbody td i {
    width: 20px;
    height: 20px;
    background-position: 0 -46px;
}

.compare table tbody td.itema i {
    background-position: 0 -46px;
}

.compare table tbody td.itemb i {
    background-position: 0 -66px;
}

.compare table tbody td.itemb i.yes {
    background-position: 0 -26px;
}

.compare table tbody td.text span {
    display: inline-block;
    width: 70px;
    height: 12px;
    margin-left: 3px;
    text-indent: -9999px;
    vertical-align: sub;
    background: url("../images/comparison-icons.png?t=5554") 0 -12px no-repeat;
}

.compare table tbody td.text span.red {
    width: 150px;
    background-position: 0 -24px;
}

.compare table tbody td.text span.nieuw {
    background-position: 0 0px;
}

.compare table tfoot th.radius {
    position: relative;
    height: 20px;
    border-bottom: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.compare table tfoot th.text,
.compare table tfoot th.itemb {
    background: none;
}

.compare table tfoot th.itemb .shadow {
    position: absolute;
    display: block;
    right: 0;
    bottom: 19px;
    width: 184px;
    height: 472px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: 0 17px 32px rgba(225, 227, 235, .39);
    box-shadow: 0 17px 32px rgba(225, 227, 235, .39);
}

.compare table tfoot th.itema .shadow {
    position: absolute;
    display: block;
    width: 212px;
    height: 603px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 17px 32px rgba(225, 227, 235, 1);
    box-shadow: 0 17px 32px rgba(225, 227, 235, 1);
}


/* bottombuy */
.bottombuy {
    position: relative;
    height: 330px;
    margin-top: 152px;
}

.bottombuy .offer {
    position: absolute;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.bottombuy .offer dl dt {
    position: relative;
}

.bottombuy .offer dl dt img {
    display: block;
    position: absolute;
}

.bottombuy .offer .price {
    text-align: left;
}

.bottombuy .offer ul {
    position: relative;
}

.bottombuy .offer ul li {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.bottombuy .offer ul li i {
    width: 15px;
    height: 12px;
    margin-right: 3px;
}

/* small */
.bottombuy .offer.small {
    top: 32px;
    left: 100px;
    width: 408px;
    height: 278px;
    background: #fff;
    -webkit-box-shadow: 0 10px 51px rgba(208, 230, 255, 1);
    box-shadow: 0 10px 51px rgba(208, 230, 255, 1);
}

.bottombuy .offer.small dl dt {
    height: 95px;
}

.bottombuy .offer.small dl dt img {
    top: -48px;
    left: 36px;
}

.bottombuy .offer.small .price {
    margin: 0 0 0 182px;
    line-height: 95px;
}

.bottombuy .offer.small ul {
    margin: 18px 0 0 106px;
}

.bottombuy .offer.small ul li {
    color: #363e68;
}

.bottombuy .offer.small .buybtn {
    width: 197px;
    height: 44px;
    margin: 27px auto 0;
    line-height: 44px;
}

.bottombuy .offer.large {
    top: 0;
    right: 116px;
    width: 452px;
    height: 329px;
    background: #5677ff;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 14px 62px 8px rgba(190, 220, 255, .66);
    box-shadow: 0 14px 62px 8px rgba(190, 220, 255, .66);
    -webkit-animation: notice 4s linear infinite;
    animation: notice 4s linear infinite;
}

.bottombuy .offer.large dl dt {
    height: 101px;
}

.bottombuy .offer.large dl dt img {
    top: -45px;
    left: 26px;
}

.bottombuy .offer.large.threelarge dl dt img {
    top: -43px;
    left: 20px;
}

.bottombuy .offer.large .price {
    margin: 0 0 0 242px;
    line-height: 101px;
    color: #fecd02;
}

.bottombuy .offer.large .price del {
    color: #d1daff;
}

.bottombuy .offer.large ul {
    margin: 12px 0 0 130px;
}

.bottombuy .offer.large.threelarge ul {
    margin: 12px 0 0 60px;
}

.bottombuy .offer.large ul li {
    color: #fff;
}

.bottombuy .offer.large .buybtn {
    margin: 25px auto 0;
    -webkit-box-shadow: 0 15px 30px rgba(0, 54, 190, .4);
    box-shadow: 0 15px 30px rgba(0, 54, 190, .4);
}

.bottombuy .countdown {
    color: #e4e9ff;
}

.bottombuy .countdown strong,
.bottombuy .countdown span {
    color: #fecd02;
}

/* soldout */
.bottombuy.soldout .offer.large {
    -webkit-animation: none;
    animation: none;
}

.bottombuy.soldout .offer.large {
    background: #fff;
}

.bottombuy.soldout .offer.large:before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #fff;
    opacity: 0.56;
    /* background: url("../images/bottombuy-offer-soldout.png?t=74") top center no-repeat; */
}

.bottombuy.soldout .offer.large dl dt img {
    filter: gray;
    -webkit-filter: grayscale(1);
}

.bottombuy.soldout .offer.large ul li {
    color: #c0c0c0;
}

.bottombuy.soldout .offer.large dl {
    pointer-events: none;
}

.bottombuy.soldout .offer.large .price,
.bottombuy.soldout .countdown,
.bottombuy.soldout .countdown strong,
.bottombuy.soldout .countdown span {
    color: #808080;
}

.bottombuy .offer.large .buybtn.yellow {
    color: #000;
    background: #b1b1b1;
}

.bottombuy.soldout .offer.large.threelarge:before {
    background: url("../images/bottombuy-offer-soldout-three.png?t=16") top center no-repeat;
}

.bottombuy.soldout .offer.large:after {
    content: '';
    z-index: 3;
    display: block;
    position: absolute;
    top: 124px;
    left: 84px;
    width: 270px;
    height: 122px;
    background: url("../images/soldout.png") center no-repeat;
    -webkit-animation: show .5s ease-in-out;
    animation: show .5s ease-in-out;
}


/* service */
.service {
    display: block;
    height: 190px;
    margin-top: 35px;
}

.service dl {
    float: left;
    width: 33.33%;
    text-align: center;
}

.service dl.last dd img {
    margin-top: 10px;
}

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


/* footer */
.footer {
    padding-bottom: 40px;
}

.footer .annotation {
    display: block;
    padding-top: 20px;
    font-size: 14px;
    border-top: solid #c8c8c8 1px;
}

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

.popbg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -9998;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.8);
    display: block !important;


}

.popbg.on {
    z-index: 9998;
    opacity: 1;
    transform: scale(1);
}

.floatlayer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -9999;
    opacity: 0;
    transform: scale(0);
    height: 420px;
    width: 685px;
    text-align: center;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block !important;
}

.floatlayer.on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.floatlayer .left {
    position: relative;
    z-index: 1;
    margin: 194px 76px 0 34px;
    width: 240px;
}

.floatlayer .price {
    position: relative;
    z-index: 1;
    float: left;
    margin-top: 300px;
    width: 200px;
}

.floatlayer .buybtn.small {
    position: relative;
    width: 198px;
    height: 44px;
    line-height: 44px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.floatlayer .price::before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -82px;
    width: 72px;
    height: 72px;
    background: url(../images/money-back.png) no-repeat;
}

.floatlayer-close {
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    z-index: 1;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: url(../images/pop_close.svg) no-repeat;
}

.floatlayer-close:hover {
    opacity: 0.8 !important;
    transition: all 0.3s ease;
}

.floatlayer .buybtn.small>span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.floatlayer-tis {
    padding-top: 6px;
    color: #373737;
    font-size: 14px;
    line-height: 22px;
}

.time-text {
    display: inline-block;
    color: #F54300;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
}

.floatlayer-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
    height: 420px;
    width: 685px;
}



@keyframes show {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    to {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes notice {

    0%,
    5%,
    10%,
    15%,
    20%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    2.5%,
    12.5% {
        -webkit-transform: translateY(1%);
        transform: translateY(1%);
    }

    7.5%,
    17.5% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%);
    }
}