@charset "utf-8";

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

html,
body {
    overflow-x: hidden;
    line-height: 1;
}

body {
    min-width: 1000px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-family: "Spartan", Arial, Helvetica, sans-serif;
    font-weight: 400;
    outline: 0;
    vertical-align: baseline;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #000;
    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: 1000px;
    min-width: 1000px;
    margin: 0 auto;
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrapper {
    width: 1213px;
}

.red {
    color: #EB2629 !important;
    font-weight: 800 !important;
}

.green {
    color: #03BD45 !important;
    font-weight: 800 !important;
}

.blue {
    color: #0096E0 !important;
    font-weight: 800 !important;
}

.blue2 {
    color: #3DBDD6 !important;
    font-weight: 800 !important;
}

.black {
    color: #1E1C2C !important;
    font-weight: 800 !important;
}


.banner {
    width: 100%;
    height: 866px;
    background: url(../images/banner_bg.jpg) no-repeat center center;
}

.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    width: 8px;
    height: 22px;
    background: url(../images/line.png) no-repeat
}

.banner .logo {
    position: absolute;
    display: inline-block;
    width: 39px;
    height: 13px;
    left: 46px;
    top: 34px;
    z-index: 999;
    text-indent: -9999px;
    background: url(../images/logo.png) no-repeat
}

.banner h1 {
    display: none
}

.banner .title {
    /* padding: 46px 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px; */
    height: 110px;
    text-emphasis: -9999px;
    background: url(../images/title.png) center center no-repeat;
}

.title_content {
    display: none;
    text-align: left;
}

.title_content p {
    display: block;
    padding-top: 12px;
    font: 400 16px/1 Poppins;
    letter-spacing: 0.32px;
    color: #FFF;
    opacity: 0.80;
}

.title_content b {
    display: inline-block;
    font: 700 60px/1 Poppins;
    letter-spacing: 1.22px;
    color: #FAF84E;
    opacity: 1;
}

.title_content b.title_off {
    color: #FFF;
}

.banner_desc {
    padding: 8px 0 40px;
    text-align: center;
    font: 600 18px/1.5 Montserrat;
    letter-spacing: 0.4px;
    color: #FFF;
}

.banner_desc b,
.banner_desc span {
    font: normal normal 600 20px/1.5 Montserrat;
    letter-spacing: 0.8px;
    color: #FFF397;
    text-transform: uppercase;
    text-shadow: 0 0 3px #A59300;
}

.saleoffer {
    position: relative;
    z-index: 1;
    margin-top: 0px;
    background: #FFF;
    height: 522px
}

.enjoyimg {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.best_off {
    position: absolute;
    top: 106px;
    left: 438px;
    padding: 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 34px;
    font: 700 18px/1 Montserrat;
    letter-spacing: 0.36px;
    color: #000;
    white-space: nowrap;
}

.best_off b {
    display: inline-block;
    padding-left: 4px;
    font: 700 20px/1 Montserrat;
    letter-spacing: 0.4px;
    color: #F9253D;
}

.best_small {
    top: 144px;
    left: 104px;
    height: 28px;
    z-index: 5;
}

.best_small b {
    font: 700 24px/1 Montserrat;
    color: #F9253D;
    /* text-shadow: 0px 3px 1px #000; */
}

.salebox {
    padding: 42px 0 0;
    text-align: center
}

.salebox li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    width: 150px;
    height: 144px;
    line-height: 144px;
    cursor: pointer
}

.salebox li::before,
.salebox li::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0
}

.salebox li::before {
    z-index: 1;
    right: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ededed;
    border: 1px solid #5e5e5e
}

.salebox li::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.42;
    background: #fff7e7
}

.salebox li>img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom
}

.salebox li.checked::before {
    top: 4px;
    width: 20px;
    height: 20px;
    background: url(../images/choice_icon.png) no-repeat;
    border: 1px solid transparent
}

.salebox li.checked::after {
    opacity: 0
}

.salepro {
    margin-left: 56px;
    width: 608px
}

.salepro h2 {
    padding: 22px 0 12px;
    color: #919191;
    font-size: 18px;
    overflow: hidden;
    /* background: url(../images/border.png) bottom center no-repeat */
}

.salepro .prolist {
    margin-top: 0;
    padding: 15px 0 3px;
    border-top: 2px solid #D7D5E8;
    border-bottom: 2px solid #D7D5E8;
}

.salepro .prolist li {
    position: relative;
    margin-bottom: 14px;
    overflow: hidden;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.salepro .prolist li>i {
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #aaa
}

.salepro .prolist li>i::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 4px;
    width: 10px;
    height: 7px;
    transform: scale(0);
    background: url(../images/marks_icon.png) no-repeat
}

.salepro .prolist li>small {
    font-size: 12px
}

.salepro .prolist li span {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 400px;
}

.salepro .prolist li span small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 7px;
    height: 18px;
    background: #FAB500;
    border-radius: 9999px;
    font: 600 12px/1.5 Montserrat;
    color: #161514;
}

.salepro .prolist li .pro-price {
    display: block;
    color: #3f3f3f;
    float: right;
    width: auto;
}

.salepro .prolist li.checked {
    color: #0d0d0d;
    font-weight: 700
}

.salepro .prolist li.checked>i {
    border: 1px solid #ff1d02
}

.salepro .prolist li.checked>i::before {
    transform: scale(1);
    transition: transform 0.4s ease
}

.salepro .prolist li.checked .pro-price {
    color: #0d0d0d;
    font-weight: 700
}

.saleorder {
    position: relative;
    margin: 20px 0 0 86px;
    padding: 0 36px;
    width: 398px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(238, 238, 238, 0.72);
    box-sizing: border-box
}

.saleorder::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -112px;
    width: 33px;
    height: 223px;
    background: url(../images/saleordbg.png) no-repeat
}

.saleorder .saletoday {
    padding: 10px 0 6px;
    /* background: url(../images/border.png) bottom center no-repeat */
}

.saleorder .orderlist {
    margin: 18px 0 30px
}

.saleorder .orderlist li {
    margin-bottom: 14px;
    overflow: hidden;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600
}

.saleorder .orderlist li.saleline {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.saleorder .orderlist li span {
    display: block;
    float: left
}

.saleorder .orderlist li span.order-price {
    float: right
}

.saleorder .orderlist li span em {
    display: inline-block;
    font-style: normal
}

.saleorder .salebuybtn {
    margin-bottom: 20px
}

.saletoday {
    position: relative;
    color: #1c1c1c;
    font-size: 18px
}

.saletoday::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    right: -16px;
    width: 66px;
    height: 16px;
    background: url(../images/saletoday.png) no-repeat
}

.salered,
.saleblank {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 16px
}

.salered.small,
.saleblank.small {
    font-size: 14px
}

.salered em,
.saleblank em {
    display: inline-block;
    font-style: normal
}

.salered {
    color: #f71d03
}

.salebuybtn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 255px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 10px 18px 2px rgba(85, 5, 5, 0.3);
    border: 1px solid #ffb400;
    box-sizing: border-box;
    text-shadow: 1px 1.732px 2px rgba(186, 1, 1, 0.6);
    background: -webkit-linear-gradient(#ff8400 0%, #e80802 100%);
    background: linear-gradient(#ff8400 0%, #e80802 100%)
}

.salebuybtn:hover {
    transition: all 0.3s ease;
    background-image: -webkit-linear-gradient(73deg, #f10707 0%, #fd3c3c 100%);
    background-image: linear-gradient(73deg, #f10707 0%, #fd3c3c 100%);
    border: 2px solid #dd0c0c;
    box-shadow: 0px 5px 18.27px 2.73px rgba(0, 0, 0, 0.35), inset -1.463px -1.364px 3px 0px rgba(255, 80, 39, 0.59), inset -2.463px 3.152px 3.92px 0.08px rgba(200, 44, 44, 0.41)
}

.saleenjoy {
    margin: 150px 0 0;
    position: relative;
    background: url(../images/bottom_bg.png) center top no-repeat;
}

.saleenjoy h2 {
    padding-top: 40px;
    position: relative;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.saleenjoy h2 b {
    font-size: 16px;
    font-weight: 700;
    color: #FF0020;
    line-height: 1.5;
}

.saleenjoy h2::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    margin: 0 auto;
    width: 311px;
    height: 90px;
    background: url(../images/subtitle.png) no-repeat
}

.saleenjoy .enjoydes {
    position: relative;
    margin: 40px 0 0;
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    background: url(../images/super_bg.png) center center no-repeat;
    /* border: 3px solid #a5c5a5 */
}

.saleenjoy .enjoydes.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
    max-width: 1200px;
    background-color: #fff
}

.saleenjoy .enjoydes .enjoyimg {
    padding-top: 0;
    float: left;
    width: 451px;
    margin-top: 50px;
    margin-left: -12px;
}

.saleenjoy .enjoydes .enjoyimg>img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.saleenjoy .enjoydes ul {
    float: left;
    margin-top: 60px;
    /* margin-left: 468px; */
    margin-left: 15px;
    width: 250px
}

.saleenjoy .enjoydes ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    line-height: 20px
}

.saleenjoy .enjoydes ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    background: url(../images/marks_icon_circle.png) no-repeat
}

.saleenjoy .enjoydes .pricedes {
    position: relative;
    float: right;
    padding: 0 30px;
    padding-right: 40px;
    width: 380px;
    height: inherit;
    text-align: center;
}

/* .saleenjoy .enjoydes .pricedes::before {
	content: "";
	display: block;
	position: absolute;
	right: -4px;
	top: -4px;
	z-index: 0;
	width: 534px;
	height: 277px;
	background: url(../images/enjoy_bg.png) no-repeat
} */

.saleenjoy .enjoydes .pricedes h3,
.saleenjoy .enjoydes .pricedes p,
.saleenjoy .enjoydes .pricedes .price {
    position: relative;
    z-index: 1
}

.saleenjoy .enjoydes .pricedes h3 {
    position: relative;
    margin-top: 36px;
    display: inline-block;
    color: #000;
    font-size: 24px;
    font-weight: 700
}

.saleenjoy .enjoydes .pricedes h3::before {
    content: "";
    display: block;
    position: absolute;
    right: -74px;
    top: -34px;
    margin: 0 auto;
    width: 125px;
    height: 33px;
    background: url(../images/salecent_today.png) no-repeat
}

.saleenjoy .enjoydes .pricedes>p {
    color: #000;
    font-size: 14px;
    line-height: 20px
}

.saleenjoy .enjoydes .pricedes .price {
    margin: 20px 0 0;
    text-align: center;
}

.saleenjoy .enjoydes .pricedes .price>p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.66);
}

.saleenjoy .enjoydes .pricedes .price>p strong {
    font: 700 24px/1.5 "Montserrat";
    color: #000;
}

.saleenjoy .enjoydes .pricedes .price>p strong>big {
    font: 800 40px/1.5 "Montserrat";
    color: #000;
}

.saleenjoy .enjoydes .pricedes .price>p del {
    display: inline-block;
    padding-left: 2px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.46);
}

.saleenjoy .enjoydes .pricedes .price .salebuybtn {
    margin: 0px auto 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 276px;
    height: 50px;
    border: none;
    box-shadow: none;
    background: transparent linear-gradient(90deg, #FF0020 0%, #EF001E 100%) 0% 0% no-repeat padding-box;
    border-radius: 9999px;
    font: 700 15px/1.5 Montserrat;
    letter-spacing: 0.75px;
    color: #FFF;
    transition: none;
}

.saleenjoy .enjoydes .pricedes .price .salebuybtn:hover {
    color: #fff;
    box-shadow: none;
    background: #D50100;
    border: 2px solid #F00001;
    transition: none;
}

.award {
    padding: 128px 0 90px;
    text-align: center
}

.award .award-title {
    padding-bottom: 56px;
    font-size: 30px
}

.award .award-title::before {
    display: none
}

.btn {
    width: 182px;
    height: 42px;
    background: transparent linear-gradient(359deg, #FFBB00 0%, #FFF954 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset -2px -3px 9px #FB5C00, 0px 6px 11px #DE564AA1;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 700 14px/1.5 Spartan;
    color: #540600;
    text-shadow: 1px 0px 0px #FFFFFF;
    font-weight: 800;
    position: relative;
}

.cart {
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: -20px;
    width: 16px;
    height: 16px;
    background: url(../images/cart.png) no-repeat;
    opacity: 0;
    transition: all 0.3s;
}

.btn:hover .cart {
    left: 6%;
    bottom: 13px;
    opacity: 1;
}

.btn:hover {
    /* color: #FFF; */
    background: #FF5E00 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 11px #DE564AA1;
}

.btn_special:hover .cart {
    left: 55px;
}

.button:hover {
    background: linear-gradient(180.81deg, #FC8268 -172.55%, #FF334D 49.78%) !important;
}

.button:hover .cart {
    left: 76px;
    bottom: 20px;
    opacity: 1;
}

.section1 {
    width: 100%;
    padding-top: 0px;
}

.section1 .wrapper {
    width: 1120px;
}

.section1 .wrapper h2 {
    text-align: center;
    font: normal normal bold 36px/18px Spartan;
    letter-spacing: 0px;
    color: #1E1C2C;
    font-weight: 800;
    margin-bottom: 100px;
}

.section1 .wrapper h2 p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
    color: #7E7E7E;
}

.section1 .sec1_div {
    width: 100%;
}

.section1 .sec1_div h3 {
    text-align: center;
    font: normal normal normal 26px/18px Spartan;
    letter-spacing: 0px;
    color: #1E1C2C;
    font-weight: 800;
    margin-bottom: 35px;
}

.section1 .sec1_div h3 p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.section1 .sec1_div .sec1_box {
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1 .sec1_div .sec1_box .sec1_box_bg {
    width: 552px;
    height: 365px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 14px;
    padding: 17px 35px;
    box-sizing: border-box;
}

.section1 .sec1_div .sec1_box .sec1_box_bg h4 {
    letter-spacing: 0px;
    color: #1E1C2C;
    position: relative;
    font-size: 16px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg h4::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    background: url(../images/icon1.png) no-repeat center center;
    right: 10px;
    top: 16px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg p {
    margin-top: 32px;
    color: #00AAFF;
    font-weight: 800;
    font-size: 12px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg ul {
    margin-top: 15px;
    min-height: 120px;
}

.section1 .sec1_div .sec1_box .sec1_box_bg ul li {
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1E1C2C;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn {
    width: 483px;
    height: 88px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDDE5;
    border-radius: 8px;
    padding: 19px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p {
    font: normal normal normal 16px/19px Spartan;
    letter-spacing: 0px;
    color: #FC4140;
    font-weight: 800;
    margin-top: 0;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p span {
    background: rgba(252, 65, 64, 0.14) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    font: normal normal normal 9px/11px Spartan;
    letter-spacing: 0px;
    color: #FC4140;
    font-weight: 800;
    display: inline-block;
    padding: 6px 6px 3px 6px;
    transform: scale(0.8);
    vertical-align: top;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p:nth-of-type(2) {
    margin-top: 14px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .save p:nth-of-type(2) del {
    color: #8E8B9D;
    font-weight: 500;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .buy {
    margin-top: 10px;
    text-align: center;
}

.section1 .sec1_div .sec1_box .sec1_box_bg .sec1_btn .buy p {
    text-align: center;
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1E1C2C;
    margin-top: 7px;
}

.section1 .sec1_div2 {
    margin-top: 70px;
}

.section1 .db_icon::before {
    background: url(../images/icon2.png) no-repeat center center !important;
}

.section1 .iu_icon::before {
    background: url(../images/icon3.png) no-repeat center center !important;
}

.section1 .sd_icon::before {
    background: url(../images/icon4.png) no-repeat center center !important;
}

.section1 .imf_icon::before {
    background: url(../images/icon5.png) no-repeat center center !important;
}

.section1 .pf_icon::before {
    background: url(../images/icon6.png) no-repeat center center !important;
}

.section3 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 58px;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    margin-top: 80px;
}

.section3 .sec3_div {
    width: 100%;
}

.section3 .sec3_div h3 {
    text-align: center;
    font: normal normal bold 36px/18px Spartan;
    letter-spacing: 0px;
    color: #1E1C2C;
    opacity: 1;
    margin-top: 50px;
    margin-bottom: 63px;
}

.section3 .sec3_div .sec3_box {
    width: 100%;
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section3 .sec3_div .sec3_box .sec3_box_bg {
    width: 342px;
    height: 451px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    padding: 17px 22px;
    box-sizing: border-box;
}

.section3 .sec3_div .sec3_box .sec3_box_bg h4 {
    letter-spacing: 0px;
    color: #1E1C2C;
    position: relative;
    font-size: 16px;
    margin-left: 10px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg h4::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    right: 10px;
    top: 16px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(1) h4:before {
    background: url(../images/icon7.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(2) h4:before {
    background: url(../images/icon8.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(3) h4:before {
    background: url(../images/icon9.png) no-repeat center center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg p {
    margin-top: 32px;
    color: #00AAFF;
    font-weight: 800;
    font-size: 12px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg ul {
    margin-top: 15px;
    min-width: 304px;
    min-height: 80px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg ul li {
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1E1C2C;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn {
    width: 296px;
    height: 159px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #DEDDE5;
    border-radius: 8px;
    padding: 19px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg:nth-of-type(3) .sec3_btn {
    margin-top: 48px;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p {
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 16px/19px Spartan;
    letter-spacing: 0px;
    color: #FC4747;
    font-weight: 800;
    margin-top: 0;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p span {
    background: rgba(252, 65, 64, 0.14) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    font: normal normal normal 9px/11px Spartan;
    letter-spacing: 0px;
    color: #FC4747;
    font-weight: 800;
    display: inline-block;
    padding: 6px 6px 3px 6px;
    transform: scale(0.8);
    vertical-align: top;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p:nth-of-type(2) {
    margin-top: 14px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .save p:nth-of-type(2) del {
    color: #8E8B9D;
    font-weight: 500;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .buy {
    margin-top: 10px;
    text-align: center;
}

.section3 .sec3_div .sec3_box .sec3_box_bg .sec3_btn .buy p {
    text-align: center;
    font: normal normal normal 12px/18px Spartan;
    letter-spacing: 0px;
    color: #1E1C2C;
    margin-top: 7px;
}

.review {
    margin-top: 160px;
}

.review .content {
    position: relative;
    width: 1104px;
    height: 297px;
    margin: 0 auto;
    background: url(../images/review-bg.png);
}

.review .content>span {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 110px;
    cursor: pointer;
    background: url(../images/prev.png);
    opacity: 0.3;
}

.review .content>span.prev {
    left: 50px;
}

.review .content>span.next {
    right: 50px;
    background-position: -54px 0px;
}

.review .content>span:hover {
    background-position: 0px -54px;
}

.review .content>span.next:hover {
    background-position: -54px -54px;
}

.review .content .message {
    width: 820px;
    float: left;
    margin-left: 153px;
    margin-top: -50px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.review .content .message .roll {
    width: 4920px;
}

.review .content .message dl {
    float: left;
    width: 820px;
}

.review .content .message h3 {
    margin-top: 10px;
    font-size: 26px;
    color: #282525;
}

.review .content .message p {
    margin-top: 15px;
    color: #504528;
    line-height: 22px;
}

.review .content .message h4 {
    font-size: 14px;
    color: #282525;
    margin-top: 13px;
}

/* service */
.service {
    margin-top: 60px;
    padding: 70px 0px 20px;
    background-color: #f9f9f9;
}

.service .wrapper {
    width: 1120px;
    min-width: 1120px;
}

.service dl {
    width: 553px;
    height: 125px;
    float: left;
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
}

.service dl h3 {
    margin-bottom: 20px;
    color: #28282c;
    font-weight: 600;
    font-size: 14px;
}

.service dl.first dt {
    float: left;
    margin-top: 25px;
    margin-right: 20px;
    margin-left: 20px;
}

.service dl.first dd {
    padding-top: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #7c7c7f;
}

.service dl.last {
    float: right;
}

.service dl.last dt {
    margin-top: 20px;
}

.service dl.last dt,
.service dl.last dd {
    padding-left: 25px;
}

.note {
    margin-top: 30px;
    font-size: 12px;
    color: #7b7b7e;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #7b7b7e;
}