@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1100px;
    font-size: 14px;
    line-height: 1.4;
    color: #120f0c;
    font-weight: 500;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    outline: 0;
    vertical-align: baseline;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.all-icons {
    display: inline-block;
    text-indent: -9999px;
    background: url(../images/all-icons.png) no-repeat 0 0;
}
.time_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #444345;
}
.time_box p strong {
    font-size: 18px !important;
    font-weight: bold !important;
}
/* banner */
.ban-buybtn {
    position: relative;
    display: block;
    margin: 10px auto 0;
    width: 252px;
    height: 62px;
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #65657a;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.banner .ban-buybtn {
    margin-top: 20px;
}

.ban-buybtn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 26px;
    width: 12px;
    height: 12px;
    background: url("../images/forma.png") center no-repeat;
}

.ban-buybtn.red {
    background-color: #ed4106;
}
.ban-buybtn.yellow {
    background-color: #e2b21e;
}

.ban-buybtn:hover {
    background-color: #ff602a;
}

.ban-buybtn:hover:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: url("../images/forma.png") center no-repeat;
    -webkit-animation: forma 0.5s linear infinite;
    animation: forma 0.5s linear infinite;
}

.banner {
    min-width: 1100px;
    text-align: center;
    height: 749px;
    background: url(../images/banner_bg.jpg) top center no-repeat;
    font-weight: 600;
}

.banner_desc {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.banner_desc span {
    font: inherit;
    color: #ff5e27;
}

.banner_title {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding-top: 50px;
}
.banner .wrapper {
    width: fit-content;
}

.banner .logo {
    z-index: 9;
    display: block;
    position: absolute;
    top: 29px;
    left: -4px;
}

.banner .panel {
    position: relative;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.banner .panel .off_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    transition: all 0.3s ease-out;
}
.banner .panel .off_box.sold {
    filter: grayscale(1);
}

.banner .panel ul {
    width: 400px;
    height: 340px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background: #fff;
    position: relative;
}
.banner .panel ul::after {
    content: "";
    display: block;
    width: 100%;
    height: 108%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    background: url(../images/sold.png) center no-repeat;
    background-position-y: 45%;
    z-index: -1;
    opacity: 0;
    transform: scale(3);
    transition: all 0.3s ease-out;
}
.banner .panel ul.sold {
    filter: brightness(0.5);
}
.banner .panel ul.sold::after {
    z-index: 2;
    opacity: 1;
    transform: scale(1);
}
.banner .panel ul.sold .ban-buybtn {
    cursor: auto;
}
.banner .panel ul li {
    position: relative;
}

.banner .panel ul li.box {
    height: 111px;
}

.banner .panel ul li.box img {
    display: block;
    position: absolute;
    margin-top: -100px;
    margin-left: 100px;
}

.banner .panel ul li.box p {
    padding-top: 75px;
    line-height: 16px;
}

.banner .panel ul li.off {
    height: 117px;
    padding-top: 25px;
}

.banner .panel ul li.off h2 {
    font-size: 44px;
    line-height: 40px;
}

.banner .panel ul li.off p {
    margin-top: 13px;
    line-height: 14px;
}

.banner .panel ul li.off p del {
    text-decoration: none;
}

.banner .panel ul li.price {
    padding-top: 25px;
}

.banner .panel ul li.price p {
    height: 26px;
    line-height: 26px;
}

.banner .panel ul li.price p strong {
    font-size: 26px;
}

.banner .panel ul.center {
    border-color: #feb9a1;
}

.banner .panel ul.center li.box img {
    margin-top: -110px;
    margin-left: 30px;
}

.banner .panel ul.center li.off h2 {
    color: #fff;
    text-shadow: 0 3px 8px rgba(218, 56, 6, 0.72);
}

.banner .panel ul.center li.off p {
    color: #fff;
}

.banner .panel ul.left li.off p del:after,
.banner .panel ul.center li.off p del:after {
    content: "";
    display: inline-block;
    width: 49px;
    height: 10px;
    margin-left: -49px;
    background: url("../images/del.png") -49px 0 no-repeat;
}
.banner .panel ul .off {
    height: 120px !important;
    padding: 0px !important;
    background: #b8bbc4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner .panel ul.left .off {
    background: #fbe192;
}
.banner .panel ul.center .off {
    background: #ff932a;
}
.banner .code {
    margin-top: 60px;
    color: #e2b21e;
    font-weight: 600;
    font-size: 20px;
}
.banner ul.right::after{
    display: none;
}

/*payment*/
.payment {
    margin: 42px auto 0;
    width: 967px;
    height: 50px;
    background: url("../images/award.png") no-repeat top center;
}

/* price */

.mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
}

.banner .mask {
    width: 440px;
    height: 460px;
    background: url(../images/sold-bg.png) no-repeat;
}

.mask span {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 102;
    width: 157px;
    height: 81px;
    text-indent: -9999px;
    background: url(../images/expire.png) no-repeat;
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.banner .mask span {
    top: 223px;
}

.footbuy .mask {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(3);
    transform: scale(3);
}

.mask span.on,
.footbuy .mask.on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition:
        transform ease 0.6s,
        opacity 0.6s;
    transition:
        transform ease 0.6s,
        opacity 0.6s;
}

/* feature */
.feature .wrapper{
    margin-top: 60px;
}
.feature h2 {
    font-size: 30px;
    color: #262626;
    text-align: center;
}

.feature h4 {
    margin-top: 10px;
    font-size: 22px;
    color: #262626;
    text-align: center;
}

.feature .showcase {
    position: absolute;
    top: 210px;
    left: -15px;
    display: block;
    width: 480px;
    height: 400px;
    background: url(../images/computer.png) center no-repeat;
}

.feature .showcase .inner {
    display: inline-block;
    width: 392px;
    height: 265px;
    margin-top: 8px;
    margin-left: 40px;
    overflow: hidden;
}

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

.feature .showcase .inner li {
    position: relative;
    float: left;
    width: 392px;
    height: 265px;
}

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

.feature .showcase .zoom li .container {
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.feature .showcase .zoom li.fun1 .container {
    top: 50px;
    left: 220px;
}

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

.feature .showcase .zoom li.fun3 .container {
    top: 140px;
    left: 110px;
}

.feature .showcase .zoom li.fun4 .container {
    top: 140px;
    left: 110px;
}

.feature .showcase .zoom li.fun1.active .container {
    top: -20px;
    right: -82px;
    width: 236px;
    height: 251px;
}

.feature .showcase .zoom li.fun2.active .container {
    width: 278px;
    height: 131px;
    left: 70px;
    top: 80px;
}

.feature .showcase .zoom li.fun3.active .container {
    width: 308px;
    height: 218px;
    left: 188px;
    top: 62px;
}

.feature .showcase .zoom li.fun4.active .container {
    width: 308px;
    height: 235px;
    left: 86px;
    top: 48px;
}

.feature .showcase .zoom li .container img {
    width: inherit;
    height: inherit;
}

.feature .detail-list {
    float: right;
    width: 520px;
    margin-top: 38px;
    margin-right: -30px;
}

.feature .detail-list dl {
    display: block;
    margin: 0px 0 28px;
    width: 520px;
    height: 113px;
    /*background: #fff;*/
    clear: both;
    cursor: pointer;
}

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

.feature .detail-list dt i {
    display: inline-block;
    margin-top: 18px;
    margin-left: 26px;
    width: 78px;
    height: 77px;
    background-repeat: no-repeat;
    background-image: url(../images/benfits-icons.png);
}

.feature .detail-list dt i.benfits01 {
    background-position: -78px -231px;
}

.feature .detail-list dt i.benfits02 {
    background-position: -78px -77px;
}

.feature .detail-list dt i.benfits03 {
    background-position: -78px 0px;
}

.feature .detail-list dt i.benfits04 {
    background-position: -78px -154px;
}

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

.feature .detail-list dl:hover dt i.benfits01,
.feature .detail-list dl.active dt i.benfits01 {
    background-position: 0 -231px;
}

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

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

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

.feature .detail-list dd {
    display: inline-block;
    float: left;
    width: 320px;
    margin-left: 10px;
    box-sizing: border-box;
    margin-top: 24px;
}

.feature .detail-list dl.two dd {
    margin-top: 16px;
}

.feature .detail-list dd h3 {
    font-size: 16px;
}

.feature .detail-list dd p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #797979;
    font-weight: bold;
}

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

/* giftbox */
.giftbox {
    margin-top: 60px;
    height: 564px;
    text-align: center;
    background: url("../images/giftbox-bg.jpg") no-repeat top center;
}
.giftbox h2 {
    padding: 20px 0px;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
}
.giftbox dl {
    position: relative;
    margin: 80px 0px 56px;
    float: left;
    width: 50%;
    text-align: left;
}
.giftbox dt {
    float: left;
    margin-left: -18px;
    width: 192px;
    position: relative;
}
.giftbox dt::after {
    content: "";
    display: block;
    width: 238px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: -30px;
    margin: 0px auto;
    background: url(../images/sold.png) center no-repeat;
    z-index: -1;
    opacity: 0;
    transform: scale(2);
    transition: all 0.3s ease-out;
}
.giftbox.sold dl {
    filter: brightness(0.7);
}
.giftbox.sold dl dt,
.giftbox.sold dl dd {
    filter: grayscale(1);
}
.giftbox.sold dt::after {
    z-index: 2;
    opacity: 1;
    transform: scale(0.5);
}
.giftbox.sold a {
    filter: grayscale(1);
    cursor: no-drop;
}

.giftbox dl.pf dt {
    margin-left: 16px;
}
.giftbox dd {
    float: left;
    width: 308px;
}
.giftbox dd p {
    color: #cfcfcf;
}
.giftbox dl.pf dd {
    float: right;

    width: 288px;
}
.giftbox dl.pf p {
    padding-right: 0px;
}
.giftbox h3 {
    margin: 8px 0 30px;
    color: #fff;
    font-size: 20px;
}
.giftbox h3 span {
    padding-left: 8px;
    color: #afafaf;
    font-size: 12px;
}

.giftbox a {
    margin: 20px auto 0;
    display: block;
    width: 284px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: linear-gradient(to bottom, #ff8502, #eb4511);
    border-radius: 4px;
    color: #fde8aa;
    text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
    box-shadow: 0 12px 20px 0 rgba(137, 35, 0, 0.4);
}
.giftbox .time_box {
    color: #fff;
    margin-top: 28px;
}
.giftbox .time_box img {
    filter: invert(1);
}
.giftbox a:hover {
    background: #ed4a10;
    text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
}

.giftbox a:before {
    margin-right: 26px;
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url("../images/button-cart-icon.png");
    vertical-align: middle;
    content: "";
}

.giftbox .countdown-container {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
}

.giftbox .countdown-container span {
    font-size: 16px;
}

/* reviews */
.review {
    width: 100%;
    min-height: 707px;
    padding-top: 90px;
}
.review h2 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #1c1c1c;
}
.review h2:after {
    content: "";
    display: block;
    width: 582px;
    height: 8px;
    margin: 34px auto 0;
    background: url("../images/line-update.png") center no-repeat;
}
.review .content {
    position: relative;
    width: 1050px;
    height: 407px;
    margin: 34px auto 0;
    text-align: left;
    background: url("../images/review-bg.png") 95px 60px no-repeat;
}
.review .content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}
.review .content ul {
    z-index: 0;
    position: relative;
    width: 100%;
    height: 112px;
    margin-top: 127px;
}
.review .content ul li {
    position: absolute;
    top: 0;
    width: 112px;
    height: 112px;
}
.review .content ul li.one {
    z-index: 0;
    left: -16px;
}
.review .content ul li.two {
    z-index: 1;
    left: 187px;
}
.review .content ul li.two img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.review .content ul li.three {
    z-index: 0;
    right: 138px;
}
.review .content ul li.four {
    z-index: 0;
    right: -16px;
}
.review .content ul li.five,
.review .content ul li.six {
    z-index: -1;
    opacity: 0;
}
.review .content ul li img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.7143);
    -ms-transform: scale(0.7143);
    -o-transform: scale(0.7143);
    transform: scale(0.7143);
}
.review .content a {
    z-index: 9;
    display: block;
    position: absolute;
    top: 216px;
    width: 10px;
    height: 18px;
    background-image: url("../images/review-arrow.png");
}
.review .content a.next {
    left: 321px;
    background-position: -20px 0;
    -webkit-animation: nextmove 1s linear infinite;
    animation: nextmove 1s linear infinite;
}
.review .content a.next:hover {
    background-position: -30px 0;
    animation-iteration-count: 0;
}
.review .content a.prev {
    left: 155px;
    background-position: 0 0;
    -webkit-animation: prevmove 1s linear infinite;
    animation: prevmove 1s linear infinite;
}
.review .content a.prev:hover {
    background-position: -10px 0;
    animation-iteration-count: 0;
}
.review .content .details {
    position: absolute;
    top: 115px;
    left: 375px;
    width: 365px;
}
.review .content .details div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    visibility: hidden\0;
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -o-transform: translate(20%, 0);
    transform: translate(20%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
}
.review .content .details div.active {
    visibility: visible\0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.review .content .details div h4 {
    font-size: 18px;
    line-height: 20px;
}
.review .content .details div h4 img {
    display: inline;
    vertical-align: middle;
}
.review .content .details div p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
    color: #525252;
}

/* comparsion */
.comparsion table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.comparsion th {
    padding: 20px 0;
    height: 60px;
    vertical-align: middle;
    border-bottom: 1px #e4e4e4 solid;
}

.comparsion th strong {
    display: block;
    font-size: 18px;
}

.comparsion th.text {
    text-align: left;
    font-size: 22px;
    text-indent: 8px;
    border-top: solid #e4e4e4 1px;
}

.comparsion th.itema {
    color: #fff;
    background-color: #e53935;
}

.comparsion th.itemb {
    color: #fff;
    font-weight: 500;
    background-color: #565656;
}

.ccomparsion td.virtue {
    text-align: left;
    width: 610px;
    font-size: 13px \0;
}

.comparsion td.virtue img {
    vertical-align: middle;
    margin-left: 5px;
}

.comparsion td.virtue span {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    max-width: 560px;
}
.comparsion tr.three td.virtue sup {
    vertical-align: middle;
    line-height: 18px;
}

.comparsion td.virtue sup {
    display: inline-block;
    font-size: 12px;
    line-height: 38px;
    vertical-align: top;
    font-weight: 600;
}

.comparsion td.virtue sup.nou {
    color: #45b527;
}
.comparsion td.virtue sup.nou.first {
    line-height: normal;
}
.comparsion td.virtue sup.ame {
    color: #ff0000;
}

.comparsion .itema {
    color: #000;
    background: #fef5f5;
    text-align: center;
    width: 168px;
}

.comparsion .itemb {
    color: #000;
    text-align: center;
    width: 168px;
}

.comparsion i {
    width: 19px;
    height: 18px;
    vertical-align: middle;
    background-position: 0 -12px;
}

.comparsion i.red {
    background-position: 0 -30px;
}

.comparsion td.gray {
    background-color: #f6f6f6;
}

.comparsion .space {
    width: 6px;
    border: none;
}

.comparsion td {
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    border-bottom: 1px #e4e4e4 solid;
}

.comparsion td.icons {
    width: 36px;
    text-align: left;
}

.comparsion td img {
    vertical-align: middle;
}

/* footbuy */
.footbuy {
    margin-top: 54px;
    width: 100%;
    height: 230px;
    background: url("../images/footbuy-bg.jpg") top center no-repeat;
}

.footbuy .wrapper {
    height: 230px;
    width: 1100px;
    min-width: 1100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footbuy .imgbox {
    position: relative;
    margin-left: -30px;
    width: 340px;
    height: 100%;
}

.footbuy .imgbox img {
    display: block;
    position: absolute;
    top: 24px;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        left ease 0.4s,
        opacity 0.4s;
    transition:
        left ease 0.4s,
        opacity 0.4s;
}

.footbuy .imgbox img.small {
    /*top: 42px;*/
    left: -60px;
}

.footbuy .imgbox img.on {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.footbuy .imgbox img.small.on {
    left: 0;
}

.footbuy ul {
    position: relative;
    height: 100%;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footbuy li {
    position: relative;
    width: 440px;
    height: 72px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
    font-size: 18px;
    cursor: pointer;
    background: url("../images/footbuy-active-1.png") no-repeat;
    text-align: center;
}
.footbuy li.sold {
    filter: grayscale(1);
    cursor: no-drop;
    position: relative;
}
.footbuy ul.sold{
    left: -60px;
}
.footbuy ul.sold::before {
    content: "";
    display: block;
    width: 100%;
    height:70%;
    top: 0px;
    z-index: 2;
    position: absolute;
}
.footbuy li.sold::after {
    content: "";
    display: block;
    width: 238px;
    height: 120px;
    position: absolute;
    top: -36px;
    left: 25%;
    z-index: 3;
    background: url(../images/sold.png) center no-repeat;
    transform: scale(0.4);
}
.footbuy li span {
    display: inline-block;
    padding-left: 30px;
    /*margin-left: 92px;*/
    /*width: 230px;*/
}

.footbuy li em {
    font-style: normal;
}

.footbuy li.on {
    color: #691e03;
    line-height: 42px;
    font-size: 18px;
    background: url("../images/footbuy-active-0.png");
}

.footbuy li.on em {
    color: #a22b01;
}

.footbuy .price {
    text-align: center;
    color: #fff;
}

.footbuy .price b {
    font-size: 54px;
    font-weight: bold;
    line-height: 60px;
}

.footbuy .price i {
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    font-style: normal;
}

.footbuy .price del {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #cfcfcf;
}

.footbuy .price span {
    margin-left: 4px;
    display: inline-block;
    text-align: left;
}

.footbuy .price a {
    margin: 10px auto 0px;
    display: block;
    width: 284px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: linear-gradient(to bottom, #ff8502, #eb4511);
    border-radius: 4px;
    color: #fde8aa;
    text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
    box-shadow: 0 12px 20px 0 rgba(137, 35, 0, 0.4);
    text-align: center;
}

.footbuy .price a:hover {
    background: #ed4a10;
    text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
}

.footbuy .price a:before {
    margin-right: 26px;
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url("../images/button-cart-icon.png");
    vertical-align: middle;
    content: "";
}

/* service */
.service dl {
    padding: 76px 0 50px;
    width: 25%;
    text-align: center;
}

.service dl img {
    display: block;
    margin: 0 auto;
}

.service dl dd h3 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
}

.service dl dd p {
    padding: 0 20px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

/* footer */
.footer {
    height: 105px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #c9c9c9;
}

.footer .notes p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #898989;
}

.footer p.copyright {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
}

/* pop */
.popbg,
.popbox {
    position: fixed;
    z-index: -1;
    visibility: hidden;
}

.popbg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.popbox {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin-top: 60px;
    width: 874px;
    height: 575px;
    color: #000;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition:
        opacity 0.6s,
        transform 0.6s ease;
    transition:
        opacity 0.6s,
        transform 0.6s ease;
}

.popbox h2 {
    text-indent: -9999px;
}

.popbox h4 {
    padding-top: 196px;
    color: #593b00;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.popbox h4 b {
    color: #681e06;
    font-weight: 600;
    font-size: 20px;
}

.popbox .left {
    display: block;
    margin: 15px 44px 0 96px;
}

.popbox .right {
    width: 302px;
    text-align: center;
}

.popbox h3 {
    margin-top: 50px;
    margin-bottom: 22px;
    color: #410203;
    font-size: 16px;
    font-weight: 600;
}

.popbox p {
    margin-bottom: 8px;
}

.popbox p strong {
    display: inline-block;
    width: 80px;
    line-height: 32px;
    font-weight: 900;
    color: #812c2e;
    text-decoration: line-through;
}

.popbox p strong.two {
    width: 92px;
    font-size: 16px;
    color: #3e0506;
    border-left: 1px solid #eea121;
}

.popbox p strong.three {
    width: 108px;
    font-size: 22px;
    color: #c10202;
    border-left: 1px solid #eea121;
    text-decoration: none;
}

.popbox a {
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    width: 284px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: linear-gradient(to bottom, #ff8502, #eb4511);
    border: 1px solid #f8a404;
    border-radius: 4px;
    color: #fde8aa;
    text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
    box-shadow: 0 12px 20px 0 rgba(137, 35, 0, 0.4);
}

.popbox a:hover {
    background: #ed4a10;
    text-shadow: 0 2px 4px rgba(172, 5, 5, 0.56);
}

.popbox a:before {
    margin-right: 26px;
    display: inline-block;
    width: 19px;
    height: 14px;
    background: url("../images/button-cart-icon.png");
    vertical-align: middle;
    content: "";
}

.secbox {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 2px;
    width: 17px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-style: normal;
    vertical-align: text-bottom;
    background-color: #580b0c;
    border-radius: 3px;
    color: #f1b338;
}

.secbox .seclist {
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.secbox .seclist span {
    display: block;
    margin-right: 1px;
    width: 17px;
    height: 20px;
    background: #8b0305;
    border-radius: 4px;
    border-right: 1px solid #ff585a;
}

.popbox .close {
    display: block;
    position: absolute;
    top: 190px;
    right: 52px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    font-size: 0;
    background: url("../images/icon-close-pop.png") no-repeat 0 0;
}

.popbox .close:hover {
    background-position-x: -40px;
}

/* animation */
.popbg.on {
    z-index: 999;
    visibility: visible;
}

.popbox.on {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animation */
@-webkit-keyframes recover {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(0.5);
    }
    20% {
        -webkit-transform: scale(1.8);
    }
    30% {
        -webkit-transform: scale(0.8);
    }
    40% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.5);
    }
    60% {
        -webkit-transform: scale(1.5);
    }
    70% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: scale(0.5);
    }
    90% {
        -webkit-transform: scale(0.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes recover {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.5);
    }
    20% {
        transform: scale(1.8);
    }
    30% {
        transform: scale(0.8);
    }
    40% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.5);
    }
    60% {
        transform: scale(1.5);
    }
    70% {
        transform: scale(1);
    }
    80% {
        transform: scale(0.5);
    }
    90% {
        transform: scale(0.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes forma {
    0%,
    50%,
    100% {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(40%, 0);
        -ms-transform: translate(40%, 0);
        -o-transform: translate(40%, 0);
        transform: translate(40%, 0);
    }

    75% {
        -webkit-transform: translate(-40%, 0);
        -ms-transform: translate(-40%, 0);
        -o-transform: translate(-40%, 0);
        transform: translate(-40%, 0);
    }
}
