.header-nav .header-nav_container .header-nav_allcats .menu-container {
    display: block
}

.verify-phone--wrapper {
    padding: 56px 32px 0 !important
}

.verify-phone__title {
    font-size: 32px;
    line-height: 40px;
    font-family: GT-Walsheim-Medium;
    color: #222
}

.verify-phone__content {
    padding-top: 8px
}

.verify-phone__desc {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    word-break: break-word
}

.verify-phone__desc__red {
    cursor: pointer;
    color: red;
    text-decoration: underline
}

.verify-number__main {
    padding: 24px 0 46px;
    position: relative
}

.bindphone__input {
    position: relative;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    width: 100%;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px
}

.bindphone__input > input {
    width: 100%;
    height: 100%;
    outline: none;
    border: 0 none;
    font-size: 16px;
    line-height: 24px
}

.bindphone__input--country {
    margin-right: 32px;
    position: relative;
    font-size: 16px;
    line-height: 24px
}

.bindphone__input--country:after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 2px;
    height: 24px;
    background-color: #e0e0e0
}

.bindphone__input--focus {
    border: 2px solid #222
}

.bindphone__input--error {
    border-color: red
}

.bindphone__input--errorinfo {
    position: absolute;
    left: 0;
    bottom: -27px;
    font-size: 12px;
    line-height: 18px;
    color: red
}

.bindphone__submit {
    font-weight: 600;
    width: 100%;
    height: 72px;
    font-size: 18px;
    line-height: 72px;
    margin-top: 48px;
    background-color: red;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.verify-code__main {
    padding: 24px 0 62px;
    position: relative
}

.main-phone {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    padding-top: 14px
}

.main-phone__numb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #222;
    margin-top: 4px
}

.main-phone__numb .btn {
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer
}

.verify-code__verifybox {
    padding-top: 46px
}

.verify-code__verifybox .code {
    width: 100%;
    padding: 0;
    height: 72px;
    font-size: 18px;
    overflow: hidden;
    border: none;
    outline: none;
    opacity: 0;
    margin-left: -100%;
    -webkit-tap-highlight-color: transparent
}

.verify-code__verifybox .code-box {
    width: 100%;
    height: 72px;
    position: relative;
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -72px;
    -webkit-tap-highlight-color: transparent
}

.verify-code__verifybox .label {
    width: 100%;
    height: 72px;
    border: 2px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    font-size: 32px;
    line-height: 72px;
    font-family: GT-Walsheim-Medium;
    text-align: center;
    color: #222;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.verify-code__verifybox .active {
    border: 2px solid #222
}

.verify-code__msg {
    font-size: 12px;
    line-height: 18px;
    color: #222;
    position: absolute;
    bottom: -26px;
    left: 0
}

.verify-code__msg.redmsg {
    color: red
}

.popup-mini_content {
    display: inline-block;
    color: rgba(0, 0, 0, .85);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    z-index: 99;
    line-height: 1
}

.icon-content {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.popup-mini_top {
    padding: 20px 50px 10px 20px
}

.popup-mini_top .popup-mini_arrow {
    border-bottom: 10px solid #fff;
    left: 35px;
    top: -10px
}

.popup-mini_top .popup-mini_arrow, .popup-mini_top .popup-mini_arrow:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute
}

.popup-mini_top .popup-mini_arrow:after {
    top: 0;
    left: 0;
    border-bottom: 10px solid RGBA(0, 0, 0, .1);
    margin-left: -10px;
    z-index: -1
}

.popup-mini_bottom {
    padding: 10px 20px
}

.popup-mini_bottom .popup-mini_arrow {
    border-top: 10px solid #fff;
    left: 70px;
    bottom: -10px
}

.popup-mini_bottom .popup-mini_arrow, .popup-mini_bottom .popup-mini_arrow:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute
}

.popup-mini_bottom .popup-mini_arrow:after {
    bottom: 0;
    left: 0;
    border-top: 10px solid RGBA(0, 0, 0, .1);
    margin-left: -10px;
    z-index: -1
}

.popup-mini_right {
    padding: 20px 60px 20px 20px
}

.popup-mini_right .popup-mini_arrow {
    border-left: 10px solid #fff;
    right: -10px;
    top: 50%
}

.popup-mini_right .popup-mini_arrow, .popup-mini_right .popup-mini_arrow:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    margin-top: -10px
}

.popup-mini_right .popup-mini_arrow:after {
    top: 0;
    left: 0;
    border-left: 10px solid RGBA(0, 0, 0, .1);
    margin-left: -10px;
    z-index: -1
}

.popup-mini_left {
    padding: 20px 50px 20px 30px
}

.popup-mini_left .popup-mini_arrow {
    border-right: 10px solid #fff;
    left: -10px;
    top: 50%
}

.popup-mini_left .popup-mini_arrow, .popup-mini_left .popup-mini_arrow:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    margin-top: -10px
}

.popup-mini_left .popup-mini_arrow:after {
    top: 0;
    left: 0;
    border-right: 10px solid RGBA(0, 0, 0, .1);
    margin-right: -10px;
    z-index: -1
}

.invite__popup__container {
    padding: 56px 32px 48px
}

.invite__popup__wrapper {
    width: 100%;
    text-align: center
}

.invite__popup__logo {
    width: 80px;
    height: 80px
}

.invite__popup__title {
    color: #222;
    font-size: 32px;
    line-height: 40px;
    padding-top: 16px
}

.invite__popup__desc {
    color: #222;
    font-size: 14px;
    line-height: 22px;
    padding-top: 8px
}

.invite__popup__rules {
    text-align: center;
    text-decoration: underline;
    color: #222;
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    cursor: pointer
}

.invite__popup__stepimg {
    height: 113px;
    margin-top: 32px
}

.invite__popup__submitbtn {
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    background-color: red;
    font-size: 18px;
    margin-top: 32px;
    cursor: pointer
}

.invite__popup__laterbtn {
    width: 100%;
    text-align: center;
    color: #222;
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px;
    cursor: pointer;
    text-decoration: underline
}

body {
    width: 100%
}

.clear {
    clear: both
}

.tncode {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 100%;
    height: 44px;
    cursor: pointer;
    opacity: 1;
    line-height: 44px;
    text-align: center;
    background: #fff
}

.tncode.success {
    background: #24c628;
    color: #fff;
    cursor: default;
    border: none
}

.tncode_div_bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .5);
    opacity: .3;
    filter: alpha(opacity=30);
    background-color: #000;
    *zoom: 1
}

.tncode_div, .tncode_div_bg {
    position: fixed;
    display: none
}

.tncode_div {
    background-color: #fff;
    z-index: 10000;
    width: 260px;
    height: 282px;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    margin-left: -130px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color="#969696", Direction=135, Strength=5);
    -moz-box-shadow: 2px 2px 5px #969696;
    -webkit-box-shadow: 2px 2px 5px #969696;
    box-shadow: 2px 2px 5px #969696
}

.tncode_div .tncode_canvas_bg {
    z-index: 0
}

.tncode_div .tncode_canvas_mark {
    z-index: 10000;
    cursor: pointer
}

.tncode_div .loading, .tncode_div canvas {
    position: absolute;
    left: 10px;
    top: 32px
}

.tncode_div .loading {
    padding-top: 60px;
    background-color: #ccc;
    width: 240px;
    height: 150px;
    text-align: center;
    box-sizing: border-box
}

.dd {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: ddf .1s ease-in 0s infinite;
    -o-animation: ddf .1s ease-in 0s infinite;
    animation: ddf .1s ease-in 0s infinite
}

@-webkit-keyframes ddf {
    0% {
        -webkit-transform: translate(-8px, 3px)
    }
    20% {
        -webkit-transform: translate(-3px, 1.5px)
    }
    50% {
        -webkit-transform: translate(0)
    }
    70% {
        -webkit-transform: translate(5px, -1.5px)
    }
    to {
        -webkit-transform: translate(0)
    }
}

@-o-keyframes ddf {
    0% {
        -o-transform: translate(-8px, 3px)
    }
    20% {
        -o-transform: translate(-3px, 1.5px)
    }
    50% {
        -o-transform: translate(0)
    }
    70% {
        -o-transform: translate(5px, -1.5px)
    }
    to {
        -o-transform: translate(0)
    }
}

@-moz-keyframes ddf {
    0% {
        -moz-transform: translate(-8px, 3px)
    }
    20% {
        -moz-transform: translate(-3px, 1.5px)
    }
    50% {
        -moz-transform: translate(0)
    }
    70% {
        -moz-transform: translate(5px, -1.5px)
    }
    to {
        -moz-transform: translate(0)
    }
}

@keyframes ddf {
    0% {
        transform: translate(-8px, 3px)
    }
    20% {
        transform: translate(-3px, 1.5px)
    }
    50% {
        transform: translate(0)
    }
    70% {
        transform: translate(5px, -1.5px)
    }
    to {
        transform: translate(0)
    }
}

.hgroup {
    z-index: 20000;
    content: "";
    position: absolute;
    left: -800px;
    top: 100px;
    width: 225px;
    height: 15px;
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 3s ease-in 0s infinite;
    -o-animation: searchLights 3s ease-in 0s infinite;
    animation: searchLights 3s ease-in 0s infinite
}

@-webkit-keyframes searchLights {
    0% {
        left: -800px;
        top: 100px
    }
    to {
        left: 350px;
        top: 70px
    }
}

@-o-keyframes searchLights {
    0% {
        left: -800px;
        top: 100px
    }
    to {
        left: 350px;
        top: 100px
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -800px;
        top: 70px
    }
    to {
        left: 350px;
        top: 100px
    }
}

@keyframes searchLights {
    0% {
        left: -800px;
        top: 100px
    }
    to {
        left: 350px;
        top: 100px
    }
}

.slide, .slide_block, .tools .tncode_close, .tools .tncode_refresh {
    background-repeat: no-repeat;
    background-image: url("../images/tncodeicon.png")
}

.tncode_msg_ok {
    background-color: #24c628
}

.tncode_msg_error {
    background-color: #de5145
}

.tncode_msg_error, .tncode_msg_ok {
    top: 158px;
    left: 10px;
    width: 240px;
    height: 24px;
    color: #fff;
    margin: 0;
    padding: 2px 10px;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10000
}

.slide, .tncode_msg_error, .tncode_msg_ok {
    position: absolute;
    overflow: visible;
    background-position: 0 0
}

.slide {
    top: 182px;
    width: 93.52%;
    height: 0;
    background-color: #fff;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 0 0 13.67%
}

.tncode_div_title {
    padding: 10px;
    line-height: 14px
}

.tools {
    position: absolute;
    top: 232px;
    width: 93.52%;
    height: 0;
    background-color: #fff;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 5px 0 13.67%;
    overflow: visible;
    background-position: 0 0;
    border-top: 1px solid #eee
}

.slide_block {
    width: 65px;
    left: 0;
    top: 0
}

.slide_block, .slide_block_text {
    background-position: 0 12.9794%;
    height: 65px;
    position: absolute;
    margin: -4.62% 0 0 -2.31%;
    cursor: pointer
}

.slide_block_text {
    left: 65px;
    top: 18px;
    font-size: 12px;
    color: #88949d
}

.slide_block_text.en {
    line-height: 14px;
    top: 16px
}

.tools .tncode_close {
    background-position: 0 50%;
    margin-right: 10px
}

.tools .tncode_close, .tools .tncode_refresh {
    height: 30px;
    width: 30px;
    float: left;
    cursor: pointer
}

.tools .tncode_refresh {
    background-position: 0 94%
}

.tools .tncode_tips {
    float: right
}

.tools .tncode_tips a {
    text-decoration: none;
    font-size: 10px;
    color: #88949d
}

.login-popup {
    float: left;
    width: 500px;
    position: relative
}

.login-popup .login-popup_container-link-text {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #222;
    line-height: 22px
}

.login-popup .login-popup_container-link-text a {
    color: red
}

.login-popup .login-popup_container-title {
    width: 50%;
    text-align: center;
    font-size: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px
}

.login-popup .login-popup_container-title.active {
    border-bottom: 2px solid red;
    color: red
}

.login-popup .login-popup_container-title:hover {
    cursor: pointer;
    border-bottom: 2px solid red;
    color: red
}

.light-input-container.wd500 {
    width: 500px
}

.light-input-container.wd370 {
    width: 370px
}

.login-popup_container-select-xxShop {
    font-size: 14px;
    color: #222;
    line-height: 22px;
    margin-bottom: 30px;
    display: inline-block
}

.login-popup_container-text {
    font-size: 14px;
    color: #888;
    line-height: 22px
}

.login-popup_container-text span {
    font-weight: 700
}

.login-popup_container-btn {
    margin: 0 0 20px
}

.login-popup_container-btn, .login-popup_container-creat-btn {
    width: 500px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    line-height: 48px
}

.login-popup_container-creat-btn {
    font-weight: 700
}

.login-popup_third-login {
    margin-top: 30px;
    position: relative;
    text-align: center
}

.login-popup_third-login .hr-line {
    border: .5px solid #eee;
    margin: 30px 0 20px
}

.third-login__title {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    text-align: center
}

.orSignUpWithCn, .orSignUpWithEn {
    width: 40px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 230px
}

.text-center {
    text-align: center
}

.third-login__btn-box {
    margin: 30px auto 0;
    text-align: center;
    display: inline-block;
    color: #fff
}

.third-login__btn-box .third-login__btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    margin-right: 20px;
    cursor: pointer
}

.third-login__btn:last-child {
    margin-right: 0
}

.third-login__btn i {
    font-size: 24px;
    line-height: 48px
}

.third-login__btn.weixin {
    background: #5bc742
}

.third-login__btn.weixin:hover {
    background: #50bc36
}

.third-login__btn.weixin:active {
    background: #48b330
}

.third-login__btn.weibo {
    background: #e31b33
}

.third-login__btn.weibo:hover {
    background: #d70f27
}

.third-login__btn.weibo:active {
    background: #cc0e25
}

.third-login__btn.facebook {
    background: #44619a
}

.third-login__btn.facebook:hover {
    background: #3b578e
}

.third-login__btn.facebook:active {
    background: #345087
}

.forgotPassword {
    margin-bottom: 20px;
    margin-top: -15px
}

.text-right {
    text-align: right
}

.login-error {
    background: #fff9e9;
    border: 1px solid #ffe8c2;
    border-radius: 28px;
    width: 500px;
    font-size: 12px;
    color: #222;
    text-align: left;
    line-height: 20px;
    padding: 8px 30px
}

.login-error, .m-b-xxl {
    margin-bottom: 30px
}

.err-msg {
    color: red
}

.googleLogin_modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0 40px;
    border: 1px solid #ddd;
    border-radius: 24px;
    font-size: 14px;
    cursor: pointer
}

.googleLogin_modal:hover {
    background: #f7f7f7
}

.googleLogin_register {
    margin: 40px auto 0
}

.position_flex_baseline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 30px
}

.code-tips__wrapper[data-v-41e82e4b] {
    position: fixed;
    z-index: 50;
    left: 48px;
    bottom: 20px;
    width: 480px;
    max-height: 142px;
    background-color: #222;
    padding: 32px 56px 32px 32px
}

.code-tips__wrapper-cookie[data-v-41e82e4b] {
    bottom: 70px
}

.code-tips__content[data-v-41e82e4b] {
    font-size: 16px;
    line-height: 160%;
    color: #fff
}

.code-tips__content p[data-v-41e82e4b] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.code-tips__link[data-v-41e82e4b] {
    text-decoration: underline
}

.code-tips__close[data-v-41e82e4b] {
    font-size: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    color: #fff;
    cursor: pointer
}

.tips--wrapper {
    position: relative;
    background: #222;
    padding: 24px 32px;
    min-height: 72px;
    display: inline-block
}

.reward-tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer
}

.reward-tips__img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    padding: 0;
    margin-right: 8px
}

.verify-tips__btn--link {
    text-decoration: underline
}

.reward-tips.hasicon {
    padding: 8px 24px 8px 0
}

.reward-tips__close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    cursor: pointer
}

.container_btn-box {
    width: 60px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 13px
}

.container_split {
    width: 0;
    height: 30px;
    border-right: 1px solid #ddd
}

.container_btn {
    width: 58px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.tea-countdown[data-v-f73664d4] {
    display: inline-block
}

.tea-countdown .disable[data-v-f73664d4] {
    color: #999
}

.tea-countdown__btn[data-v-f73664d4] {
    background: transparent;
    border: none;
    font-size: 14px;
    color: red;
    outline: none;
    position: absolute;
    right: 20px;
    top: 20px
}

.item-view {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 225px;
    position: relative;
    margin: 0 auto
}

.item-view:hover .pin-img {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.item-view:hover .item_qrcode-box {
    position: absolute;
    top: 0;
    left: 0
}

.item-view .tag-solid-off {
    position: absolute;
    top: 185px;
    left: 20px
}

.item-view .item-view_image-box {
    position: relative;
    width: 185px;
    height: 185px;
    overflow: hidden
}

.item-view .item-view_image-box .item_img-box, .item-view .item-view_image-box .item_img-box .item_img {
    width: 185px;
    height: 185px;
    display: block
}

.item-view .item-view_image-box .item_qrcode-box {
    width: 185px;
    height: 185px;
    background: rgba(0, 0, 0, .3)
}

.item-view .item-view_image-box .item_qrcode-box .item_qrcode {
    width: 100px;
    height: 100px;
    margin-top: 26px;
    margin-left: 43px
}

.item-view .item-view_image-box .item_qrcode-box .item_qrcode .item_qrcode-img, .item-view .item-view_image-box .item_qrcode-box .item_qrcode img {
    width: 100px;
    height: 100px
}

.item-view .item-view_image-box .item_qrcode-box .item_qrcode-des {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.item-view .item-view_image-box .tag-btn--00 {
    width: 95px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -47.5px;
    text-align: center;
    z-index: 1
}

.item-view .item-view_price-box {
    text-align: left;
    white-space: nowrap;
    margin-top: 15px;
    height: 42px;
    font-size: 0
}

.item-view .item-price__market {
    color: #222;
    display: block;
    font-weight: 700;
    font-size: 24px
}

.item-view .item-price__market span {
    font-size: 14px
}

.item-view .item-price__promote {
    display: block;
    text-decoration: line-through;
    color: #888;
    font-size: 14px;
    line-height: 16px
}

.item-view .item-goods-name {
    text-align: left;
    font-size: 14px;
    color: #222;
    margin-top: 2px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.item-view .item-time-out {
    font-size: 12px;
    color: #888
}

.item-view .tag-solid-xxShopRed {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px
}

.item-view .giftcard-price {
    height: 16px
}

.item-view .giftcard-price:after {
    clear: both
}

.item-view .giftcard-price__mark {
    height: 16px;
    line-height: 16px;
    padding: 2px 5px;
    font-size: 12px;
    background: #222;
    color: #ffdec2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    white-space: nowrap;
    float: left
}

.item-view .giftcard-price__mark__img {
    width: 34px;
    height: 12px
}

.item-view .giftcard-price__mark__img--en {
    width: 50px;
    height: 12px
}

.item-view .giftcard-price__number {
    height: 16px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #ffdec2;
    float: left
}

@media screen and (max-width: 1366px) {
    .item-add {
        position: relative;
        width: 225px
    }

    .item-add .item-rank {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
        width: 40px;
        height: 48px;
        background-image: url("../images/sprite-rank.png");
        background-size: 100%;
        background-repeat: no-repeat
    }

    .item-add .flash-tag {
        top: 185px;
        left: 20px
    }

    .item-add .item-add_image, .item-add .item-add_image .item-img, .item-add .item-add_image .item_qrcode-box {
        width: 185px;
        height: 185px
    }

    .item-add .item-add_image .item_qrcode-box .item_qrcode {
        margin-top: 10px;
        margin-left: 20px
    }

    .item-add .item-add_desc .item-price {
        margin-top: 15px !important;
        height: 38px !important
    }

    .item-add .item-add_desc .item-price .shop-price {
        float: none !important
    }

    .item-add .item-add_desc .item-price .shop-price > .item-tag {
        display: block !important
    }

    .item-add .item-add_desc .item-price .market-price {
        float: none !important;
        line-height: 16px !important;
        margin-left: 0 !important;
        height: 16px !important
    }

    .item-add .item-add_desc .item-price > .item-tag {
        display: none
    }

    .item-add .item-add_desc .item-price .giftcard-price {
        float: none !important;
        margin-left: 0 !important
    }

    .item-add .item-add_desc .item-comment {
        margin: 10px 0 20px;
        background-color: #f8f8f8;
        padding: 10px 10px 10px 36px;
        position: relative;
        height: 60px
    }

    .item-add .item-add_desc .item-comment i {
        position: absolute;
        color: #e1e1e1;
        top: 10px;
        left: 10px
    }

    .item-add .item-add_desc .item-comment p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .item-add .fby-describe {
        width: 185px
    }
}

@media screen and (min-width: 1367px) and (max-width: 1679px) {
    .item-add {
        position: relative;
        width: 225px
    }

    .item-add .item-rank {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
        width: 40px;
        height: 48px;
        background-image: url("../images/sprite-rank.png");
        background-size: 100%;
        background-repeat: no-repeat
    }

    .item-add .flash-tag {
        top: 185px;
        left: 20px
    }

    .item-add .item-add_image, .item-add .item-add_image .item-img, .item-add .item-add_image .item_qrcode-box {
        width: 185px;
        height: 185px
    }

    .item-add .item-add_image .item_qrcode-box .item_qrcode {
        margin-top: 10px;
        margin-left: 20px
    }

    .item-add .item-add_desc .item-price {
        margin-top: 15px !important;
        height: 38px !important
    }

    .item-add .item-add_desc .item-price .shop-price {
        float: none !important
    }

    .item-add .item-add_desc .item-price .shop-price > .item-tag {
        display: block !important
    }

    .item-add .item-add_desc .item-price .market-price {
        float: none !important;
        line-height: 16px !important;
        margin-left: 0 !important;
        height: 16px !important
    }

    .item-add .item-add_desc .item-price > .item-tag {
        display: none
    }

    .item-add .item-add_desc .item-price .giftcard-price {
        float: none !important;
        margin-left: 0 !important
    }

    .item-add .item-add_desc .item-comment {
        margin: 10px 0 20px;
        background-color: #f8f8f8;
        padding: 10px 10px 10px 36px;
        position: relative;
        height: 60px
    }

    .item-add .item-add_desc .item-comment i {
        position: absolute;
        color: #e1e1e1;
        top: 10px;
        left: 10px
    }

    .item-add .item-add_desc .item-comment p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .item-add .fby-describe {
        width: 185px
    }
}

@media screen and (min-width: 1680px) {
    .item-add {
        position: relative;
        width: 305px
    }

    .item-add .item-rank {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
        width: 40px;
        height: 48px;
        background-image: url("../images/sprite-rank.png");
        background-size: 100%;
        background-repeat: no-repeat
    }

    .item-add .flash-tag {
        top: 265px;
        left: 20px
    }

    .item-add .item-add_image, .item-add .item-add_image .item-img, .item-add .item-add_image .item_qrcode-box {
        width: 265px;
        height: 265px
    }

    .item-add .item-add_image .item_qrcode-box .item_qrcode {
        margin-top: 50px;
        margin-left: 60px
    }

    .item-add .item-add_desc .item-price .market-price {
        vertical-align: text-bottom;
        line-height: 14px
    }

    .item-add .item-add_desc .item-comment {
        margin: 10px 0 20px;
        background-color: #f8f8f8;
        padding: 10px 10px 10px 36px;
        position: relative;
        height: 60px
    }

    .item-add .item-add_desc .item-comment i {
        position: absolute;
        color: #e1e1e1;
        top: 10px;
        left: 10px
    }

    .item-add .item-add_desc .item-comment p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 20px;
        height: 38px
    }

    .item-add .fby-describe {
        width: 265px
    }

    .item-add .giftcard-price--en .giftcard-price__mark {
        padding: 2px !important
    }

    .item-add .giftcard-price--en .giftcard-price__number {
        padding: 0 2px !important
    }
}

.item-add {
    padding: 20px;
    position: relative
}

.item-add .item-add_image {
    position: relative;
    overflow: hidden
}

.item-add .item-add_image:hover .pin-img {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.item-add .item-add_image:hover .item_qrcode-box {
    position: absolute;
    top: 0;
    left: 0
}

.item-add .item-add_image .item_img-box, .item-add .item-add_image .item_img-box .item-img {
    display: block
}

.item-add .item-add_image .item_qrcode-box {
    background: rgba(0, 0, 0, .3)
}

.item-add .item-add_image .item_qrcode-box .item_qrcode {
    width: 145px;
    height: 140px;
    background: #fff;
    padding: 8px
}

.item-add .item-add_image .item_qrcode-box .item_qrcode .item_qrcode-img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto
}

.item-add .item-add_image .item_qrcode-box .item_qrcode .item_qrcode-price {
    color: red;
    font-weight: 700;
    text-align: center;
    height: 24px;
    font-size: 0
}

.item-add .item-add_image .item_qrcode-box .item_qrcode .item_qrcode-price .price_currency {
    font-size: 12px;
    line-height: 20px
}

.item-add .item-add_image .item_qrcode-box .item_qrcode .item_qrcode-price .price_amount {
    font-size: 20px;
    color: red;
    line-height: 24px
}

.item-add .item-add_image .item_qrcode-box .item_qrcode-des {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center
}

.item-add .item-add_image .solt-out {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center
}

.item-add .flash-tag {
    height: 20px;
    position: absolute;
    font-size: 0
}

.item-add .item-add_desc {
    text-align: left
}

.item-add .item-add_desc .item-price {
    margin-top: 20px;
    font-size: 0;
    white-space: nowrap;
    height: 22px
}

.item-add .item-add_desc .item-price .shop-price {
    font-weight: 700;
    float: left;
    height: 22px;
    line-height: 22px
}

.item-add .item-add_desc .item-price .shop-price .currency {
    font-size: 14px
}

.item-add .item-add_desc .item-price .shop-price .amount {
    font-size: 24px
}

.item-add .item-add_desc .item-price .shop-price > .item-tag {
    display: none
}

.item-add .item-add_desc .item-price .market-price {
    float: left;
    color: #888;
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px
}

.item-add .item-add_desc .item-price .bundle-price {
    text-decoration: none
}

.item-add .item-add_desc .item-price .item-tag {
    margin-left: 10px;
    font-weight: 400;
    background-color: rgba(255, 0, 0, .1);
    border: 0 none
}

.item-add .item-add_desc .item-price .giftcard-price {
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    height: 16px
}

.item-add .item-add_desc .item-price .giftcard-price:after {
    clear: both
}

.item-add .item-add_desc .item-price .giftcard-price__mark {
    height: 16px;
    line-height: 16px;
    padding: 2px 5px;
    font-size: 12px;
    background: #222;
    color: #ffdec2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    white-space: nowrap;
    float: left
}

.item-add .item-add_desc .item-price .giftcard-price__mark__img {
    width: 34px;
    height: 12px
}

.item-add .item-add_desc .item-price .giftcard-price__mark__img--en {
    width: 50px;
    height: 12px
}

.item-add .item-add_desc .item-price .giftcard-price__number {
    height: 16px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #ffdec2;
    float: left
}

.item-add .item-add_desc .item-title {
    font-size: 14px;
    color: #222;
    margin-top: 5px;
    line-height: 22px;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.item-add .item-add_desc .item-rating {
    width: 100%;
    height: 16px;
    margin-top: 3px
}

.item-add .item-add_desc .item-tags {
    margin-top: 10px;
    font-size: 0;
    height: 20px
}

.item-add .item-add_desc .item-tags .icon-shop {
    font-size: 16px;
    line-height: 20px
}

.item-add .item-add_desc .item-tags .float-left {
    float: left
}

.item-add .item-add_desc .item-tags .m-l-xxs {
    margin-left: 5px
}

.item-add .item-add_desc .item-tags .item-tag {
    height: 20px;
    line-height: 18px;
    margin: 0 5px;
    display: block;
    float: left
}

.item-add .item-add_desc .item-tags .item-tag:first-child {
    margin-left: 0
}

.item-add .item-add_desc .item-tags .item-tag:nth-child(4) {
    display: none
}

.item-add .item-add_desc .item-tags .tag-solid-xxShopRed {
    line-height: 20px
}

.item-add .item-add_desc .item-tags .item-tag_pin {
    font-size: 20px;
    line-height: 20px
}

.item-add .item-add_desc .item-tags .seller-name {
    line-height: 20px;
    font-size: 12px;
    color: #888
}

.item-add .item-add_desc .item-tags .item-tag_declare {
    line-height: 20px;
    font-size: 12px;
    color: #222;
    background-color: #d4d6ff;
    height: 6px;
    line-height: 0;
    margin-top: 11px
}

.item-add .item-add_desc .item-tags .item-tag_self {
    line-height: 20px;
    font-size: 12px;
    color: #222;
    background-color: #fcd7d7;
    height: 6px;
    line-height: 0;
    margin-top: 11px
}

.item-add .item-add_desc .item-tags .text-ellipsis {
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.item-add .item-count_down {
    text-align: left;
    color: #888;
    font-size: 12px;
    line-height: 20px
}

.item-add .item-action {
    margin-top: 10px;
    text-align: center
}

.item-add .item-action .add-cart {
    width: 100%;
    height: 32px;
    line-height: 32px
}

.item-add .tag-fby:hover .fby-describe {
    display: block !important
}

.item-add .fby-describe {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .85);
    line-height: 20px
}

.item-add .fby-describe .popup-mini_arrow {
    left: 16px
}

.item-add .fby-describe--en .popup-mini_arrow {
    left: 42px
}

@media screen and (min-width: 1680px) {
    .item-add .item-add_desc .item-tags .text-ellipsis {
        max-width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media screen and (max-width: 1366px) {
    .item-add-list .item-add {
        float: left;
        margin-top: 20px;
        margin-right: 15px
    }

    .item-add-list .item-add:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1367px) and (max-width: 1679px) {
    .item-add-list .item-add {
        float: left;
        margin-top: 20px;
        margin-right: 35px
    }

    .item-add-list .item-add:nth-child(5n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1680px) {
    .item-add-list .item-add {
        float: left;
        margin-top: 20px;
        margin-right: 15px
    }

    .item-add-list .item-add:nth-child(5n) {
        margin-right: 0
    }
}

.item-add-list .item-add {
    float: left;
    margin-top: 20px;
    margin-right: 15px
}

@media screen and (max-width: 1679px) {
    .item-top-selling {
        width: 225px;
        height: 323px
    }

    .item-top-selling .item-top-selling_image-box {
        width: 185px;
        height: 185px
    }

    .item-top-selling .item-price__market {
        display: block !important;
        font-size: 24px
    }

    .item-top-selling .item-price__market span {
        font-size: 14px
    }

    .item-top-selling .item-price__promote {
        line-height: 16px !important;
        font-size: 14px
    }

    .item-top-selling .giftcard-price, .item-top-selling .item-price__promote {
        display: block !important;
        margin-left: 0 !important
    }
}

@media screen and (min-width: 1680px) {
    .item-top-selling {
        width: 305px;
        height: 403px
    }

    .item-top-selling .item-top-selling_image-box {
        width: 265px;
        height: 265px
    }

    .item-top-selling .item-price__market {
        font-size: 24px
    }

    .item-top-selling .item-price__market span, .item-top-selling .item-price__promote {
        font-size: 14px
    }
}

.item-top-selling {
    background: #fff;
    padding: 20px;
    border-radius: 8px
}

.item-top-selling .item-top-selling_image-box {
    overflow: hidden;
    position: relative
}

.item-top-selling .item-top-selling_image-box img {
    width: 100%;
    height: 100%
}

.item-top-selling .item-top-selling_image-box .tag-btn--00 {
    width: 95px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -47.5px
}

.item-top-selling .item-top-selling_price-box {
    white-space: nowrap;
    text-align: left;
    margin-top: 20px;
    font-size: 0
}

.item-top-selling .item-price__market {
    color: #222;
    display: inline-block;
    font-weight: 700
}

.item-top-selling .item-price__promote {
    display: inline-block;
    text-decoration: line-through;
    color: #888;
    margin-left: 10px
}

.item-top-selling .item-goods-name {
    font-size: 14px;
    color: #222;
    margin-top: 10px;
    line-height: 22px;
    text-align: left;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.item-top-selling .giftcard-price {
    display: inline-block;
    margin-left: 10px;
    height: 16px
}

.item-top-selling .giftcard-price:after {
    clear: both
}

.item-top-selling .giftcard-price__mark {
    height: 16px;
    line-height: 16px;
    padding: 2px 5px;
    font-size: 12px;
    background: #222;
    color: #ffdec2;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    white-space: nowrap;
    float: left
}

.item-top-selling .giftcard-price__mark__img {
    width: 34px;
    height: 12px
}

.item-top-selling .giftcard-price__mark__img--en {
    width: 50px;
    height: 12px
}

.item-top-selling .giftcard-price__number {
    height: 16px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #ffdec2;
    float: left
}

@media screen and (max-width: 1366px) {
    .cms-component_slide .swiper-button-prev {
        left: 42px !important
    }

    .cms-component_slide .swiper-button-next {
        right: 42px !important
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item {
        width: 225px;
        height: 110px;
        padding: 20px 10px 0 20px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .title {
        font-size: 20px;
        line-height: 28px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .iconfont {
        bottom: -32px;
        font-size: 30px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image {
        width: 100px;
        height: 104px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image img {
        width: 100px;
        height: 100px
    }

    .cms-component_hot-sale .hot-sale__container {
        height: 585px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item {
        width: 225px;
        height: 285px;
        padding: 30px 20px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image {
        margin-top: 38px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image .image-wrapper, .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image:before {
        width: 165px;
        height: 165px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-title .desc {
        top: 62px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:first-child {
        top: 0;
        left: 0
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(2) {
        top: 0;
        left: 240px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(3) {
        top: 0;
        left: 480px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(4) {
        top: 0;
        left: 720px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(5) {
        top: 300px;
        left: 0
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(6) {
        top: 300px;
        left: 240px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(7) {
        top: 300px;
        left: 480px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(8) {
        top: 300px;
        left: 720px
    }

    .cms-component_billboard .billboard_img {
        width: 945px;
        height: 95px
    }

    .cms-component_flash-sale .sale_title {
        margin-right: 55px
    }

    .cms-component_flash-sale .sale_swiper {
        width: 695px
    }

    .cms-component_flash-sale .sale_swiper .item-view {
        margin: 0 3px !important
    }

    .cms-component_pingo .pingo_title {
        margin-right: 55px
    }

    .cms-component_pingo .pingo_items .pingo_items-item {
        margin-left: 15px
    }

    .cms-component_pingo .pingo_items .pingo_items-item:nth-child(3), .cms-component_pingo .pingo_items .pingo_items-item:nth-child(5) {
        display: none
    }

    .cms-component_theme-cover .theme-cover, .cms-component_theme-cover .theme-cover .theme-cover_img {
        width: 305px;
        height: 145px
    }

    .cms-component_guess-recommend .item-view, .cms-component_new-arrivals .item-view {
        margin: 0 5px !important
    }

    .cms-component_layer .layer_box-category {
        width: 475px;
        padding-left: 40px
    }

    .cms-component_layer .layer_box-swiper {
        bottom: 57px;
        left: 360px;
        height: 285px;
        width: calc(100% - 360px)
    }

    .cms-component_layer .layer_box-swiper .swiper-container {
        width: 615px;
        height: 285px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box {
        width: 590px;
        height: 285px;
        padding: 30px;
        margin-right: 25px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-img {
        width: 590px;
        height: 285px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe {
        width: 245px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe .decribe_title {
        margin-top: 50px;
        height: 76px;
        font-size: 30px;
        line-height: 38px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe .decribe_count {
        font-size: 14px;
        margin-top: 28px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .content_img, .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-content {
        width: 225px;
        height: 225px;
        border-radius: 200px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .albums_img, .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-content-albums {
        width: 225px;
        height: 225px
    }

    .cms-component_layer .swiper-button-prev {
        left: 328px;
        bottom: 167px
    }

    .cms-component_layer .swiper-button-next {
        left: 918px;
        bottom: 167px
    }

    .cms-component_layer .layer_items .item {
        margin-left: 15px
    }

    .cms-component_layer .layer_items .item:nth-child(5), .cms-component_layer .layer_items .item:nth-child(6), .cms-component_layer .layer_items .item:nth-child(7) {
        display: none
    }

    .cms-component_layer .item_albums .item_albums-box {
        width: 305px;
        height: 465px;
        margin-right: 15px
    }

    .cms-component_layer .item_albums .item_albums-box:nth-child(3n) {
        margin-right: 0
    }

    .cms-component_layer .item_albums .item_albums-box .box_content, .cms-component_layer .item_albums .item_albums-box .box_content-img {
        width: 265px;
        height: 265px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe {
        width: 265px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe:after {
        top: 74px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-context, .cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-title {
        margin-top: 20px
    }

    .cms-component_theme .item {
        margin-left: 15px
    }

    .cms-component_theme .item:nth-child(5) {
        display: none
    }

    .cms-component_theme .cms-component_container {
        height: 323px
    }

    .cms-component_local-specialty .local-specialty_box {
        margin: 0 35px !important
    }

    .cms-component_hot-post .five .hot-post_main {
        display: none
    }

    .cms-component_hot-post .five .hot-post_second {
        width: 100%
    }

    .cms-component_hot-post .five .hot-post_second .second_box {
        width: 305px;
        height: 291px;
        margin-right: 15px;
        margin-top: 15px
    }

    .cms-component_hot-post .five .hot-post_second .second_box:first-child, .cms-component_hot-post .five .hot-post_second .second_box:nth-child(2), .cms-component_hot-post .five .hot-post_second .second_box:nth-child(3) {
        margin-top: 0
    }

    .cms-component_hot-post .five .hot-post_second .second_box:nth-child(3n) {
        margin-right: 0
    }

    .cms-component_hot-post .five .hot-post_second .second_box:nth-child(7), .cms-component_hot-post .five .hot-post_second .second_box:nth-child(8) {
        display: none
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-img {
        width: 305px;
        height: 157px;
        background: #fff
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-img img {
        width: 305px;
        height: 157px
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-content .content_context {
        font-size: 14px;
        line-height: 22px;
        height: 44px
    }

    .cms-component_hot-post .eight .hot-post_main {
        display: block !important
    }

    .cms-component_hot-post .eight .hot-post_second {
        width: 305px;
        margin-left: 15px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box {
        width: 305px;
        height: 291px;
        margin-right: 15px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:first-child {
        display: none
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(3) {
        margin-top: 15px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(4), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(5), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(6), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(7), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(8) {
        display: none
    }

    .cms-component_hot-post .eight .hot-post_second .second_box .second_box-img {
        width: 305px;
        height: 157px;
        background: #fff
    }

    .cms-component_hot-post .eight .hot-post_second .second_box .second_box-img .second_img {
        width: 305px;
        height: 157px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box .second_box-content .content_context {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }

    .cms-component_hot-post .eight .hot-post_third {
        display: block !important;
        margin-top: 15px
    }

    .cms-component_hot-post .eight .hot-post_third .second_box {
        width: 305px;
        height: 290px;
        margin-right: 15px
    }

    .cms-component_hot-post .eight .hot-post_third .second_box:nth-child(3) {
        margin-right: 0
    }

    .cms-component_hot-post .eight .hot-post_third .second_box .second_box-img {
        width: 305px;
        height: 157px;
        background: #fff
    }

    .cms-component_hot-post .eight .hot-post_third .second_box .second_box-img .second_img {
        width: 305px;
        height: 157px
    }

    .cms-component_hot-post .eight .hot-post_third .second_box .second_box-content .content_context {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }

    .cms-component_banner_2 {
        height: 222px
    }

    .cms-component_banner_2 .banner_2-box, .cms-component_banner_2 .banner_img {
        width: 465px;
        height: 222px
    }

    .cms-component_quick-category .quick-category_item {
        width: 145px;
        margin-right: 15px
    }

    .cms-component_quick-category .quick-category_item .item_img-box {
        width: 120px;
        height: 120px
    }

    .cms-component_quick-category .quick-category_item .item_img-box .item_img {
        width: 120px;
        height: 120px;
        border-radius: 60px
    }

    .cms-component_brand .brand_item {
        width: 145px;
        margin-left: 15px
    }

    .cms-component_brand .brand_item > a {
        width: 95px !important;
        height: 95px !important
    }

    .cms-component_brand .brand_item .item_img {
        max-width: 95px !important
    }

    .cms-component-album .swiper-album {
        width: 945px;
        margin: 0 auto
    }

    .cms-component-album .swiper-album .swiper-slide {
        width: 945px
    }

    .cms-component-album .swiper-button-prev {
        left: 30px !important
    }

    .cms-component-album .swiper-button-next {
        right: 30px !important
    }

    .cms-component_item .item_albums .item_albums-box {
        width: 305px;
        height: 465px
    }

    .cms-component_item .item_albums .item_albums-box .box_content, .cms-component_item .item_albums .item_albums-box .box_content-img {
        width: 265px;
        height: 265px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe {
        width: 265px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe:after {
        top: 74px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe .box_describe-context, .cms-component_item .item_albums .item_albums-box .box_describe .box_describe-title {
        margin-top: 20px
    }

    .cms-component_items .item-add {
        margin-right: 15px
    }

    .cms-component_items .item-add:nth-child(4n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1367px) and (max-width: 1679px) {
    .cms-component_slide .swiper-button-prev {
        left: 10px !important
    }

    .cms-component_slide .swiper-button-next {
        right: 10px !important
    }

    .relative_middle .slide_box-img {
        margin-left: calc(50% - 420px) !important
    }

    .relative_middle .swiper-button-container {
        left: 0 !important;
        margin-left: calc(50% - 420px) !important
    }

    .relative_middle .pagination {
        margin-left: 80px !important
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item {
        width: 305px;
        height: 150px;
        padding: 30px 20px 0
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .title {
        font-size: 24px;
        line-height: 32px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .iconfont {
        bottom: -54px;
        font-size: 42px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image {
        width: 130px;
        height: 134px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image img {
        width: 130px;
        height: 130px
    }

    .cms-component_hot-sale .hot-sale__container {
        height: 325px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item {
        width: 305px;
        height: 135px;
        padding: 20px 20px 30px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image {
        position: static !important
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image .image-wrapper {
        width: 85px;
        height: 85px;
        position: absolute !important;
        right: 20px !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image:before {
        width: 85px;
        height: 85px;
        top: calc(50% + 5px) !important;
        right: 20px !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-title .desc {
        top: 52px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:first-child {
        top: 0;
        left: 0
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(2) {
        top: 0;
        left: 320px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(3) {
        top: 0;
        left: 640px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(4) {
        top: 0;
        left: 960px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(5) {
        top: 150px;
        left: 0
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(6) {
        top: 150px;
        left: 320px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(7) {
        top: 150px;
        left: 640px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(8) {
        top: 150px;
        left: 960px
    }

    .cms-component_billboard .billboard_img {
        width: 1265px;
        height: 128px
    }

    .cms-component_flash-sale .sale_title {
        margin-right: 75px
    }

    .cms-component_flash-sale .sale_swiper {
        width: 1005px
    }

    .cms-component_flash-sale .sale_swiper .item-view {
        margin: 0 13px !important
    }

    .cms-component_pingo .pingo_title {
        margin-right: 75px
    }

    .cms-component_pingo .pingo_items .pingo_items-item {
        margin-left: 35px
    }

    .cms-component_pingo .pingo_items .pingo_items-item:nth-child(3) {
        display: none
    }

    .cms-component_theme-cover .theme-cover, .cms-component_theme-cover .theme-cover .theme-cover_img {
        width: 410px;
        height: 200px
    }

    .cms-component_guess-recommend .item-view, .cms-component_new-arrivals .item-view {
        margin: 0 14px !important
    }

    .cms-component_layer .layer_box-category {
        width: 545px;
        padding-left: 87px
    }

    .cms-component_layer .layer_box-swiper {
        bottom: 89px;
        left: 387px;
        height: 213px;
        width: calc(100% - 387px)
    }

    .cms-component_layer .layer_box-swiper .swiper-container {
        width: 910px;
        height: 213px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box {
        width: 440px;
        height: 213px;
        padding: 22px 22px 22px 32px;
        margin-right: 15px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-img {
        width: 440px;
        height: 213px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe {
        width: 182.5px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe .decribe_title {
        margin-top: 38px;
        height: 56px;
        font-size: 22px;
        line-height: 28px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe .decribe_count {
        font-size: 10px;
        line-height: 18px;
        margin-top: 20px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .content_img, .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-content {
        width: 168px;
        height: 168px;
        border-radius: 200px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .albums_img, .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-content-albums {
        width: 168px;
        height: 168px
    }

    .cms-component_layer .swiper-button-prev {
        left: 355px;
        bottom: 167px
    }

    .cms-component_layer .swiper-button-next {
        left: 1245px;
        bottom: 167px
    }

    .cms-component_layer .layer_items .item {
        margin-left: 35px
    }

    .cms-component_layer .layer_items .item:nth-child(6) {
        display: none
    }

    .cms-component_layer .item_albums .item_albums-box {
        width: 410px;
        height: 180px
    }

    .cms-component_layer .item_albums .item_albums-box .box_content .box_content-img {
        width: 145px;
        height: 145px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe {
        width: 210px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe:after {
        top: 54px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-title {
        margin-top: 0
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-context {
        margin-top: 20px
    }

    .cms-component_theme .item {
        margin-left: 35px
    }

    .cms-component_theme .cms-component_container {
        height: 323px
    }

    .cms-component_local-specialty .local-specialty_box {
        margin: 0 44px !important
    }

    .cms-component_hot-post .five .hot-post_main {
        display: none
    }

    .cms-component_hot-post .five .hot-post_second {
        width: 100%
    }

    .cms-component_hot-post .five .hot-post_second .second_box {
        width: 305px;
        height: 291px;
        margin-right: 15px;
        margin-top: 15px
    }

    .cms-component_hot-post .five .hot-post_second .second_box:first-child, .cms-component_hot-post .five .hot-post_second .second_box:nth-child(2), .cms-component_hot-post .five .hot-post_second .second_box:nth-child(3), .cms-component_hot-post .five .hot-post_second .second_box:nth-child(4) {
        margin-top: 0
    }

    .cms-component_hot-post .five .hot-post_second .second_box:nth-child(4n) {
        margin-right: 0
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-img {
        width: 305px;
        height: 157px;
        background: #fff
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-img .second_img {
        width: 305px;
        height: 157px
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-content .content_context {
        font-size: 14px;
        line-height: 22px;
        height: 44px
    }

    .cms-component_hot-post .eight .hot-post_main {
        display: block !important
    }

    .cms-component_hot-post .eight .hot-post_second {
        width: 625px;
        margin-left: 15px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box {
        width: 305px;
        height: 291px;
        margin-right: 15px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:first-child {
        display: none
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(3) {
        margin-right: 0
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(4) {
        margin-top: 15px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(5) {
        margin-top: 15px;
        margin-right: 0
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(6), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(7), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(8) {
        display: none
    }

    .cms-component_hot-post .eight .hot-post_second .second_box .second_box-img {
        width: 305px;
        height: 157px;
        background: #fff
    }

    .cms-component_hot-post .eight .hot-post_second .second_box .second_box-img .second_img {
        width: 305px;
        height: 157px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box .second_box-content .content_context {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }

    .cms-component_banner_2 {
        height: 300px
    }

    .cms-component_banner_2 .banner_2-box, .cms-component_banner_2 .banner_img {
        width: 625px;
        height: 300px
    }

    .cms-component_quick-category .quick-category_item {
        width: 185px;
        margin-right: 30px
    }

    .cms-component_quick-category .quick-category_item .item_img-box {
        width: 145px;
        height: 145px
    }

    .cms-component_quick-category .quick-category_item .item_img-box .item_img {
        width: 145px;
        height: 145px;
        border-radius: 72.5px
    }

    .cms-component_brand .brand_item {
        width: 185px;
        margin-left: 30px
    }

    .cms-component-album .swiper-album {
        width: 100%;
        margin: 0 auto
    }

    .cms-component-album .swiper-album .swiper-slide {
        width: 870px;
        padding: 0 50px
    }

    .cms-component-album .swiper-button-prev {
        left: -94px !important
    }

    .cms-component-album .swiper-button-next {
        right: -94px !important
    }

    .cms-component_item .swiper-album {
        width: 100%;
        margin: 0 auto
    }

    .cms-component_item .swiper-album .swiper-slide {
        width: 870px
    }

    .cms-component_item .item_albums .item_albums-box {
        width: 410px;
        height: 180px
    }

    .cms-component_item .item_albums .item_albums-box .box_content .box_content-img {
        width: 145px;
        height: 145px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe {
        width: 210px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe:after {
        top: 54px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe .box_describe-title {
        margin-top: 0
    }

    .cms-component_item .item_albums .item_albums-box .box_describe .box_describe-context {
        margin-top: 20px
    }

    .cms-component_items .item-add {
        margin-right: 35px
    }

    .cms-component_items .item-add:nth-child(5n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1680px) {
    .cms-component_slide .swiper-button-prev {
        left: -70px !important
    }

    .cms-component_slide .swiper-button-next {
        right: -70px !important
    }

    .relative_middle .slide_box-img {
        margin-left: calc(50% - 420px) !important
    }

    .relative_middle .swiper-button-container {
        left: 0 !important;
        margin-left: calc(50% - 420px) !important
    }

    .relative_middle .pagination {
        margin-left: 80px !important
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item {
        width: 385px;
        height: 190px;
        padding: 30px 30px 0 20px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .title {
        font-size: 24px;
        line-height: 32px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .iconfont {
        font-size: 50px;
        bottom: -94px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image {
        width: 180px;
        height: 184px
    }

    .cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image img {
        width: 180px;
        height: 180px
    }

    .cms-component_hot-sale .hot-sale__container {
        height: 285px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item {
        width: 250px;
        height: 285px;
        padding: 30px 20px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image {
        margin-top: 38px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image .image-wrapper, .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image:before {
        width: 165px;
        height: 165px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-title .desc {
        top: 62px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:first-child {
        top: 0;
        left: 0
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(2) {
        top: 0;
        left: 265px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(3) {
        top: 0;
        left: 530px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(4) {
        height: 135px;
        top: 0;
        left: 795px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(4) .hot-sale__item-image {
        position: static
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(4) .hot-sale__item-image .image-wrapper {
        width: 85px;
        height: 85px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(4) .hot-sale__item-image:before {
        width: 85px;
        height: 85px;
        top: calc(50% + 5px);
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(5) {
        height: 135px;
        top: 150px;
        left: 795px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(5) .hot-sale__item-image {
        position: static
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(5) .hot-sale__item-image .image-wrapper {
        width: 85px;
        height: 85px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(5) .hot-sale__item-image:before {
        width: 85px;
        height: 85px;
        top: calc(50% + 5px);
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(6) {
        top: 0;
        left: 1060px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(7) {
        height: 135px;
        top: 0;
        left: 1325px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(7) .hot-sale__item-image {
        position: static
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(7) .hot-sale__item-image .image-wrapper {
        width: 85px;
        height: 85px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(7) .hot-sale__item-image:before {
        width: 85px;
        height: 85px;
        top: calc(50% + 5px);
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(8) {
        height: 135px;
        top: 150px;
        left: 1325px
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(8) .hot-sale__item-image {
        position: static
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(8) .hot-sale__item-image .image-wrapper {
        width: 85px;
        height: 85px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_hot-sale .hot-sale__container .hot-sale__item:nth-child(8) .hot-sale__item-image:before {
        width: 85px;
        height: 85px;
        top: calc(50% + 5px);
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cms-component_billboard .billboard_img {
        width: 1585px;
        height: 160px
    }

    .cms-component_flash-sale .sale_title {
        margin-right: 87px
    }

    .cms-component_flash-sale .sale_swiper {
        width: 1312px
    }

    .cms-component_flash-sale .sale_swiper .item-view {
        margin: 0 18.5px !important
    }

    .cms-component_pingo .pingo_title {
        margin-right: 87px
    }

    .cms-component_pingo .pingo_items .pingo_items-item {
        margin-left: 47px
    }

    .cms-component_theme-cover .theme-cover, .cms-component_theme-cover .theme-cover .theme-cover_img {
        width: 518px;
        height: 250px
    }

    .cms-component_guess-recommend .item-view, .cms-component_new-arrivals .item-view {
        margin: 0 19.5px !important
    }

    .cms-component_layer .layer_box-category {
        width: 625px;
        padding-left: 167px
    }

    .cms-component_layer .layer_box-swiper {
        bottom: 57px;
        left: 507px;
        height: 285px;
        width: 150%
    }

    .cms-component_layer .layer_box-swiper .swiper-container {
        width: 1210px;
        height: 285px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box {
        width: 590px;
        height: 285px;
        padding: 30px 30px 30px 40px;
        margin-right: 15px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-img {
        width: 590px;
        height: 285px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe {
        width: 245px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe .decribe_title {
        margin-top: 50px;
        height: 76px;
        font-size: 30px;
        line-height: 38px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-decribe .decribe_count {
        font-size: 14px;
        margin-top: 28px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .content_img, .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-content {
        width: 225px;
        height: 225px;
        border-radius: 200px
    }

    .cms-component_layer .layer_box-swiper .swiper-container .slide_box .albums_img, .cms-component_layer .layer_box-swiper .swiper-container .slide_box .slide_box-content-albums {
        width: 225px;
        height: 225px
    }

    .cms-component_layer .swiper-button-prev {
        left: 475px;
        bottom: 167px
    }

    .cms-component_layer .swiper-button-next {
        left: 1665px;
        bottom: 167px
    }

    .cms-component_layer .layer_items .item {
        margin-left: 47px
    }

    .cms-component_layer .item_albums .item_albums-box {
        width: 518px;
        height: 225px
    }

    .cms-component_layer .item_albums .item_albums-box .box_content .box_content-img {
        width: 185px;
        height: 185px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe {
        width: 273px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe:after {
        top: 84px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-title {
        margin-top: 20px
    }

    .cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-context {
        margin-top: 30px
    }

    .cms-component_theme .item {
        margin-left: 15px
    }

    .cms-component_theme .cms-component_container {
        height: 403px
    }

    .cms-component_local-specialty .cms-component_container {
        padding: 0 90px
    }

    .cms-component_local-specialty .local-specialty_box {
        margin: 0 34.5px !important
    }

    .cms-component_hot-post .five .hot-post_second {
        width: 785px;
        margin-left: 15px
    }

    .cms-component_hot-post .five .hot-post_second .second_box {
        width: 385px;
        height: 354px;
        margin-right: 15px
    }

    .cms-component_hot-post .five .hot-post_second .second_box:first-child {
        display: none
    }

    .cms-component_hot-post .five .hot-post_second .second_box:nth-child(3) {
        margin-right: 0
    }

    .cms-component_hot-post .five .hot-post_second .second_box:nth-child(4) {
        margin-top: 15px
    }

    .cms-component_hot-post .five .hot-post_second .second_box:nth-child(5) {
        margin-top: 15px;
        margin-right: 0
    }

    .cms-component_hot-post .five .hot-post_second .second_box:nth-child(6), .cms-component_hot-post .five .hot-post_second .second_box:nth-child(7), .cms-component_hot-post .five .hot-post_second .second_box:nth-child(8) {
        display: none
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-img {
        width: 385px;
        height: 216px;
        background: #fff
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-img .second_img {
        width: 385px;
        height: 216px
    }

    .cms-component_hot-post .five .hot-post_second .second_box .second_box-content .content_context {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }

    .cms-component_hot-post .eight .hot-post_main {
        display: none
    }

    .cms-component_hot-post .eight .hot-post_second .second_box {
        width: 385px;
        margin-right: 15px;
        margin-top: 15px
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(4n) {
        margin-right: 0
    }

    .cms-component_hot-post .eight .hot-post_second .second_box:first-child, .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(2), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(3), .cms-component_hot-post .eight .hot-post_second .second_box:nth-child(4) {
        margin-top: 0
    }

    .cms-component_hot-post .eight .hot-post_second .second_box .second_img {
        width: 385px;
        height: 215px
    }

    .cms-component_banner_2 {
        height: 375px
    }

    .cms-component_banner_2 .banner_2-box, .cms-component_banner_2 .banner_img {
        width: 785px;
        height: 375px
    }

    .cms-component_quick-category .quick-category_item {
        width: 185px;
        margin-right: 95px
    }

    .cms-component_quick-category .quick-category_item .item_img-box {
        width: 145px;
        height: 145px
    }

    .cms-component_quick-category .quick-category_item .item_img-box .item_img {
        width: 145px;
        height: 145px;
        border-radius: 72.5px
    }

    .cms-component_brand .brand_item {
        width: 185px;
        margin-left: 95px
    }

    .cms-component-album .swiper-album {
        width: 100%;
        margin: 0 auto
    }

    .cms-component-album .swiper-album .swiper-slide {
        width: 870px;
        padding: 0 50px
    }

    .cms-component-album .swiper-button-prev {
        left: -94px !important
    }

    .cms-component-album .swiper-button-next {
        right: -94px !important
    }

    .cms-component_item .item_albums .item_albums-box {
        width: 518px;
        height: 225px
    }

    .cms-component_item .item_albums .item_albums-box .box_content .box_content-img {
        width: 185px;
        height: 185px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe {
        width: 273px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe:after {
        top: 84px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe .box_describe-title {
        margin-top: 20px
    }

    .cms-component_item .item_albums .item_albums-box .box_describe .box_describe-context {
        margin-top: 30px
    }

    .cms-component_items .item-add {
        margin-right: 15px
    }

    .cms-component_items .item-add:nth-child(5n) {
        margin-right: 0
    }
}

@media screen and (min-width: 1680px) and (max-width: 1740px) {
    .cms-component_layer .layer_box-category {
        padding-left: 67px !important
    }

    .cms-component_layer .layer_box-swiper {
        left: 407px !important
    }

    .cms-component_layer .swiper-button-prev {
        left: 375px !important
    }

    .cms-component_layer .swiper-button-next {
        left: 1565px !important
    }
}

.cms-component_slide {
    min-width: 1024px;
    margin: 0 auto;
    width: 100%;
    height: 480px;
    overflow: hidden
}

.cms-component_slide:hover .swiper-button-next, .cms-component_slide:hover .swiper-button-prev {
    visibility: visible
}

.cms-component_slide .swiper-container {
    width: 100%;
    height: 480px
}

.cms-component_slide .swiper-container .swiper-slide {
    display: block;
    width: 100%;
    height: 480px
}

.cms-component_slide .swiper-container .swiper-slide .slide_box-img {
    display: block;
    width: 1000px;
    height: 480px;
    margin: 0 auto
}

.cms-component_slide .swiper-container .pagination {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    width: 100%;
    text-align: center
}

.cms-component_slide .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 6px;
    border-radius: 100px;
    background: hsla(0, 0%, 100%, .4);
    margin: 0 5px;
    cursor: pointer
}

.cms-component_slide .swiper-container .swiper-active-switch {
    background: #fff
}

.cms-component_slide .swiper-button-container {
    width: 1000px;
    height: 0;
    position: absolute;
    top: 208px;
    left: 50%;
    margin-left: -500px
}

.cms-component_slide .swiper-button-container .swiper-button-next, .cms-component_slide .swiper-button-container .swiper-button-prev {
    top: 0;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none
}

.cms-component_slide .swiper-button-container .swiper-button-next:hover .iconfont, .cms-component_slide .swiper-button-container .swiper-button-prev:hover .iconfont {
    opacity: 1;
    font-weight: 400
}

.cms-component_slide .swiper-button-container .swiper-button-next .iconfont, .cms-component_slide .swiper-button-container .swiper-button-prev .iconfont {
    opacity: .6;
    font-size: 64px;
    color: #fff
}

.cms-component_featurestag {
    height: 108px;
    padding-top: 30px;
    padding-bottom: 30px
}

.cms-component_featurestag .featurestag {
    width: 33.3%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700
}

.cms-component_featurestag .featurestag .featurestag_box {
    display: inline-block
}

.cms-component_featurestag .featurestag .featurestag_box .featurestag_img {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    vertical-align: middle;
    overflow: hidden;
    display: block
}

.cms-component_featurestag .featurestag .featurestag_box .featurestag_context {
    display: block;
    font-size: 16px
}

.cms-component_hot-sale {
    margin: 60px auto;
    text-align: center
}

.cms-component_hot-sale .hot-sale__title {
    margin-bottom: 20px
}

.cms-component_hot-sale .hot-sale__title .title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 30px
}

.cms-component_hot-sale .hot-sale__title .desc {
    color: #888
}

.cms-component_hot-sale .hot-sale__content {
    font-size: 0;
    text-align: left
}

.cms-component_hot-sale .hot-sale__content a {
    display: inline-block;
    margin-right: 15px
}

.cms-component_hot-sale .hot-sale__content a:last-child {
    margin-right: 0
}

.cms-component_hot-sale .hot-sale__content .hot-sale__item {
    display: inline-block
}

.cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title {
    color: #fff;
    position: relative
}

.cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .title {
    font-size: 20px
}

.cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .desc {
    font-size: 14px;
    line-height: 22px
}

.cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-title .iconfont {
    position: absolute;
    left: 0;
    opacity: .2
}

.cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image {
    position: relative
}

.cms-component_hot-sale .hot-sale__content .hot-sale__item .hot-sale__item-image img {
    border-bottom: 4px solid transparent
}

.cms-component_hot-sale .hot-sale__container {
    position: relative
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item {
    position: absolute
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image {
    position: relative
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image .image-wrapper {
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image .image-wrapper img {
    width: 100%;
    height: 100%
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-radius: 50%;
    overflow: hidden;
    background: RGBA(0, 0, 0, .04);
    z-index: 1
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-title .title {
    font-size: 20px;
    color: #222;
    text-align: left
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-title .desc {
    position: absolute;
    left: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    background-image: url("../images/hot-sale-tag.png");
    background-size: 100%;
    color: #fff;
    width: 112px;
    height: 20px
}

.cms-component_hot-sale .hot-sale__container .hot-sale__item .hot-sale__item-image .image-wrapper {
    margin-left: auto;
    margin-right: auto
}

.cms-component_hot-sale a.view-more {
    margin-top: 30px
}

.cms-component_billboard {
    overflow: hidden
}

.cms-component_flash-sale {
    overflow: hidden;
    height: 355px
}

.cms-component_flash-sale .sale_title {
    width: 185px
}

.cms-component_flash-sale .sale_title .sale_title-text {
    font-size: 30px;
    height: 112px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 43px
}

.cms-component_flash-sale .sale_title .sale_title-text .text_container {
    width: 192px;
    height: 112px;
    background-image: url("../images/sprite-title.png");
    background-size: 220px;
    background-position-y: 0;
    padding-top: 32px
}

.cms-component_flash-sale .sale_title .sale_title-text .text_container .context {
    position: relative
}

.cms-component_flash-sale .sale_title .sale_title-text .text_container .context .context_title {
    position: relative;
    z-index: 2
}

.cms-component_flash-sale .sale_title .sale_title-text .text_container .context:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 24px;
    top: 19px;
    left: 0;
    background-color: #fbcccd;
    z-index: 1
}

.cms-component_flash-sale .sale_title .sale_title_more {
    margin-top: 50px
}

.cms-component_flash-sale .sale_swiper {
    position: relative;
    height: 355px;
    overflow: hidden
}

.cms-component_flash-sale .swiper-button-next, .cms-component_flash-sale .swiper-button-prev {
    top: 120px
}

.cms-component_theme-cover {
    text-align: center
}

.cms-component_theme-cover .theme-cover {
    margin-left: 15px
}

.cms-component_theme-cover .theme-cover:nth-child(3n+1) {
    margin-left: 0
}

.cms-component_theme-cover .theme-cover .theme-cover_img {
    right: 2px;
    top: 2px
}

.cms-component_theme-cover .theme-cover_more {
    margin-top: 15px
}

.cms-component_new-arrivals {
    height: 441px
}

.cms-component_new-arrivals .new-arrivals_swiper {
    position: relative;
    height: 323px;
    overflow: hidden;
    margin-top: 20px
}

.cms-component_new-arrivals .swiper-container {
    text-align: center
}

.cms-component_guess-recommend {
    height: 441px
}

.cms-component_guess-recommend .guess-recommend__swiper {
    position: relative;
    height: 323px;
    overflow: hidden;
    margin-top: 20px
}

.cms-component_layer {
    width: 100%;
    min-width: 1024px;
    position: relative;
    overflow: hidden
}

.cms-component_layer .layer_bankground {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 372px;
    background-color: #f7f7f7
}

.cms-component_layer .layer_box {
    max-width: 1920px;
    height: 402px;
    position: relative;
    margin: 0 auto
}

.cms-component_layer .layer_box .layer_box-category {
    position: absolute;
    top: 0;
    left: 0;
    height: 402px;
    z-index: 2;
    padding-top: 60px;
    color: #fff
}

.cms-component_layer .layer_box .layer_box-category .category_title {
    font-size: 30px;
    line-height: 38px;
    display: inline-block
}

.cms-component_layer .layer_box .layer_box-category .category_split {
    border-top: 4px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px
}

.cms-component_layer .layer_box .layer_box-category .category_context {
    margin-top: 10px
}

.cms-component_layer .layer_box .layer_box-category .view-more {
    display: block;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    margin-top: 20px
}

.cms-component_layer .layer_box .layer_box-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 372px;
    background-color: #f7f7f7;
    z-index: 1
}

.cms-component_layer .layer_box .layer_box-swiper {
    position: absolute;
    z-index: 3;
    background: #f7f7f7;
    overflow: hidden
}

.cms-component_layer .layer_box .layer_box-swiper .swiper-container {
    margin: 0;
    overflow: visible
}

.cms-component_layer .layer_box .layer_box-swiper .swiper-container .swiper-slide {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: .3;
    -webkit-opacity: 1
}

.cms-component_layer .layer_box .layer_box-swiper .swiper-container .swiper-slide-active, .cms-component_layer .layer_box .layer_box-swiper .swiper-container .swiper-slide-next, .cms-component_layer .layer_box .layer_box-swiper .swiper-container .swiper-slide-visible {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-opacity: 1
}

.cms-component_layer .layer_box .layer_box-swiper .slide_box-theme {
    padding: 0
}

.cms-component_layer .layer_box .layer_box-swiper .slide_box {
    background-color: #fff;
    overflow: hidden
}

.cms-component_layer .layer_box .layer_box-swiper .slide_box .slide_box-decribe .decribe_title {
    overflow: hidden
}

.cms-component_layer .layer_box .layer_box-swiper .slide_box .slide_box-decribe .decribe_count {
    color: #888;
    overflow: hidden
}

.cms-component_layer .layer_box .layer_box-swiper .slide_box .slide_box-content {
    overflow: hidden
}

.cms-component_layer .layer_box .layer_box-swiper .slide_box .slide_box-content .content_img {
    display: block
}

.cms-component_layer .layer_box .layer_box-swiper .slide_box .slide_box-content-albums .albums_img {
    vertical-align: middle;
    border-radius: 200px
}

.cms-component_layer .layer_box .swiper-button-prev {
    position: absolute;
    z-index: 10;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 50px;
    border: 0;
    outline: none;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    background-image: none
}

.cms-component_layer .layer_box .swiper-button-prev.error-item_swiper-left {
    left: 0
}

.cms-component_layer .layer_box .swiper-button-prev i {
    line-height: 64px
}

.cms-component_layer .layer_box .swiper-button-next {
    position: absolute;
    z-index: 10;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 50px;
    border: 0;
    outline: none;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1);
    background-image: none
}

.cms-component_layer .layer_box .swiper-button-next.error-item_swiper-right {
    right: 0
}

.cms-component_layer .layer_box .swiper-button-next i {
    line-height: 64px
}

.cms-component_layer .layer_items {
    max-width: 1920px;
    margin-top: 20px;
    text-align: center;
    overflow: hidden
}

.cms-component_layer .layer_items .layer_items-box {
    display: inline-block
}

.cms-component_layer .layer_items .layer_items-box .item {
    float: left;
    text-align: left
}

.cms-component_layer .layer_items .layer_items-box .item:first-child {
    margin-left: 0
}

.cms-component_layer .item_albums {
    max-width: 1920px;
    margin-top: 5px
}

.cms-component_layer .item_albums .item_albums-box {
    padding: 20px;
    margin-top: 15px
}

.cms-component_layer .item_albums .item_albums-box .box_describe {
    position: relative
}

.cms-component_layer .item_albums .item_albums-box .box_describe:after {
    content: "\201C";
    position: absolute;
    left: 0;
    font-size: 80px;
    line-height: 22px;
    opacity: .2;
    color: #888
}

.cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-title {
    width: 100%;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    white-space: nowrap
}

.cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-context {
    color: #888;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.cms-component_layer .item_albums .item_albums-box .box_describe .box_describe-name {
    text-align: right;
    color: #888;
    margin-top: 10px;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    overflow: hidden
}

.cms-component_theme {
    text-align: center
}

.cms-component_theme .theme_nav {
    margin-top: 20px;
    text-align: center
}

.cms-component_theme .theme_nav .theme_nav-col {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    margin-left: 30px;
    color: #888
}

.cms-component_theme .theme_nav .theme_nav-col:first-child {
    margin-left: 0
}

.cms-component_theme .theme_nav .theme_nav-col.active {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid #222
}

.cms-component_theme .cms-component_container .theme_container {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    position: absolute;
    top: 0;
    left: 0
}

.cms-component_theme .cms-component_container .theme_container.active {
    visibility: visible;
    opacity: 1
}

.cms-component_theme .cms-component_container .theme_container .theme_container-items {
    display: inline-block;
    font-size: 0
}

.cms-component_theme .cms-component_container .theme_container .theme_container-items .item {
    position: relative;
    float: left
}

.cms-component_theme .cms-component_container .theme_container .theme_container-items .item:first-child {
    margin-left: 0
}

.cms-component_theme .cms-component_container .theme_container .theme_container-items .item .item-sort {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 0
}

.cms-component_theme .cms-component_container .theme_container .theme_container-items .item .item-sort .item-sort_num {
    font-size: 20px
}

.cms-component_theme .cms-component_container .theme_container .theme_container-items .item .item-sort .item-sort_des {
    font-size: 14px
}

.cms-component_theme .cms-component_container .theme_container .sort-bg-1 {
    background: #daa7a6;
    -webkit-box-shadow: 0 4px 10px 0 hsla(1, 41%, 75%, .4);
    box-shadow: 0 4px 10px 0 hsla(1, 41%, 75%, .4)
}

.cms-component_theme .cms-component_container .theme_container .sort-bg-2 {
    background: #dbbba7;
    -webkit-box-shadow: 0 4px 10px 0 hsla(23, 42%, 76%, .4);
    box-shadow: 0 4px 10px 0 hsla(23, 42%, 76%, .4)
}

.cms-component_theme .cms-component_container .theme_container .sort-bg-3 {
    background: #eccb99;
    -webkit-box-shadow: 0 4px 10px 0 hsla(36, 69%, 76%, .4);
    box-shadow: 0 4px 10px 0 hsla(36, 69%, 76%, .4)
}

.cms-component_theme .cms-component_container .theme_container .sort-bg-4, .cms-component_theme .cms-component_container .theme_container .sort-bg-5 {
    background: #ccc;
    -webkit-box-shadow: 0 4px 10px 0 hsla(0, 0%, 80%, .4);
    box-shadow: 0 4px 10px 0 hsla(0, 0%, 80%, .4)
}

.cms-component_local-specialty {
    position: relative
}

.cms-component_local-specialty .swiper-wrapper {
    display: inline-block
}

.cms-component_local-specialty .swiper-container {
    height: 210px;
    overflow: hidden;
    text-align: center
}

.cms-component_local-specialty .swiper-container .local-specialty_box {
    width: 165px;
    text-align: center;
    margin: 0 auto
}

.cms-component_local-specialty .swiper-container .local-specialty_box .specialty_box-img {
    width: 165px;
    height: 165px;
    border-radius: 100px;
    display: block
}

.cms-component_local-specialty .swiper-container .local-specialty_box .specialty_box-context {
    margin-top: 20px
}

.cms-component_local-specialty .swiper-button-next, .cms-component_local-specialty .swiper-button-prev {
    top: 50px
}

.cms-component_hot-post .hot-post_main {
    width: 785px;
    height: 723px;
    background: #f7f7f7
}

.cms-component_hot-post .hot-post_main .main_img {
    width: 785px;
    height: 440px;
    background: #fff
}

.cms-component_hot-post .hot-post_main .main_img .main_img-img {
    width: 785px;
    height: 440px
}

.cms-component_hot-post .hot-post_main .main_content {
    padding: 30px
}

.cms-component_hot-post .hot-post_main .main_content .main_content-title {
    text-align: left;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cms-component_hot-post .hot-post_main .main_content .main_content-context {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    height: 132px;
    overflow: hidden
}

.cms-component_hot-post .hot-post_main .main_content .main_content-info {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
    text-align: left;
    line-height: 40px;
    position: relative
}

.cms-component_hot-post .hot-post_main .main_content .main_content-info .content-info_name {
    margin-left: 10px
}

.cms-component_hot-post .hot-post_second .second_box, .cms-component_hot-post .hot-post_third .second_box {
    background: #f7f7f7
}

.cms-component_hot-post .hot-post_second .second_box .second_box-content, .cms-component_hot-post .hot-post_third .second_box .second_box-content {
    padding: 20px
}

.cms-component_hot-post .hot-post_second .second_box .second_box-content .content_context, .cms-component_hot-post .hot-post_third .second_box .second_box-content .content_context {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.cms-component_hot-post .hot-post_second .second_box .second_box-content .content_info, .cms-component_hot-post .hot-post_third .second_box .second_box-content .content_info {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    text-align: left;
    height: 40px;
    line-height: 40px;
    position: relative
}

.cms-component_hot-post .hot-post_second .second_box .second_box-content .content_info .content-info_name, .cms-component_hot-post .hot-post_third .second_box .second_box-content .content_info .content-info_name {
    margin-left: 10px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cms-component_hot-post .hot-post_third {
    display: none
}

.cms-component_hot-post .eight .hot-post_main {
    display: none;
    width: 625px;
    height: 600px;
    background: #f7f7f7
}

.cms-component_hot-post .eight .hot-post_main .main_img {
    width: 625px;
    height: 350px;
    background: #fff
}

.cms-component_hot-post .eight .hot-post_main .main_img .main_img-img {
    width: 625px;
    height: 350px
}

.cms-component_hot-post .eight .hot-post_main .main_content-context {
    height: 88px !important
}

.cms-component_hot-post .eight .hot-post_main .main_content-info {
    margin-top: 32px !important
}

.cms-component_hot-post .content-info_img {
    display: block;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    overflow: hidden
}

.cms-component_hot-post .content-info_vip {
    position: absolute;
    bottom: -2px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 9px
}

.cms-component_pingo {
    overflow: hidden
}

.cms-component_pingo .pingo_title {
    width: 185px
}

.cms-component_pingo .pingo_title .pingo_title-text {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-top: 43px
}

.cms-component_pingo .pingo_title .pingo_title-text .text_container {
    width: 192px;
    height: 112px;
    background-image: url("../images/sprite-title.png");
    background-size: 220px;
    background-position-y: -110px;
    padding-top: 32px
}

.cms-component_pingo .pingo_title .pingo_title-text .text_container .context {
    position: relative
}

.cms-component_pingo .pingo_title .pingo_title-text .text_container .context .context_title {
    position: relative;
    z-index: 2
}

.cms-component_pingo .pingo_title .pingo_title-text .text_container .context:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 24px;
    top: 19px;
    left: 0;
    background-color: #fbcccd;
    z-index: 1
}

.cms-component_pingo .pingo_title .pingo_title-text .text_des {
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
    line-height: 22px
}

.cms-component_pingo .pingo_title .pingo_title-text .text_invait {
    font-size: 14px;
    color: #888;
    text-align: left;
    line-height: 22px;
    font-weight: 400 !important
}

.cms-component_pingo .pingo_title .pingo_title_more {
    margin-top: 20px
}

.cms-component_pingo .pingo_items {
    height: 385px;
    position: relative;
    overflow: hidden
}

.cms-component_pingo .pingo_items .pingo_items-item:first-child {
    margin-left: 0
}

.cms-component_banner_2 .banner_2-box:first-child {
    margin-right: 15px
}

.cms-component_banner_4 .banner_4-box {
    width: 25%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cms-component_banner_4 .banner_img {
    width: 100%;
    height: auto;
    max-height: 395px
}

.cms-component_quick-category .quick-category_item:nth-child(1n+7) {
    margin-top: 30px
}

.cms-component_quick-category .quick-category_item:nth-child(6n) {
    margin-right: 0
}

.cms-component_quick-category .quick-category_item .item_img-box {
    display: block;
    background: #f7f7f7;
    margin: 0 auto;
    border-radius: 100px
}

.cms-component_quick-category .quick-category_item .item_img-box .item_img {
    display: block
}

.cms-component_quick-category .quick-category_item .item_context {
    text-align: center;
    margin-top: 20px;
    max-height: 44px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.cms-component_brand {
    text-align: center;
    font-size: 0
}

.cms-component_brand .brand_item {
    display: inline-block
}

.cms-component_brand .brand_item:first-child {
    margin-left: 0
}

.cms-component_brand .brand_item > a {
    margin: 0 20px;
    display: block;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    width: 145px;
    height: 145px;
    border-radius: 100px;
    overflow: hidden;
    position: relative
}

.cms-component_brand .brand_item .item_img {
    width: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.cms-component_brand .brand_item .item_title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px
}

.cms-component_brand .brand_item .item_context {
    font-size: 12px;
    line-height: 20px;
    color: #888;
    text-align: center;
    margin-top: 5px;
    max-height: 44px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.cms-component-album {
    min-width: 1024px;
    margin: 0 auto;
    height: 604px;
    overflow: hidden
}

.cms-component-album .swiper-album {
    position: relative
}

.cms-component-album .swiper-album .swiper-container {
    width: 100%;
    height: 604px
}

.cms-component-album .swiper-album .swiper-slide {
    height: 604px;
    opacity: .2;
    display: inline-block;
    float: none
}

.cms-component-album .swiper-album .swiper-slide.swiper-slide-active {
    opacity: 1
}

.cms-component-album .swiper-album .swiper-slide .album-box {
    width: 870px;
    height: 604px;
    margin: 0 auto
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_title {
    font-size: 30px;
    text-align: center;
    line-height: 38px
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_count {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    text-align: center;
    line-height: 22px
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_describe {
    margin-top: 12px;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    text-align: center;
    height: 52px;
    padding-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_describe a {
    position: relative
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_describe a:after {
    content: "\201C";
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 80px;
    line-height: 22px;
    opacity: .2;
    color: #888
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_items {
    padding: 20px;
    margin-top: 10px;
    width: 870px;
    height: 450px
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_items .box_item {
    width: 200px;
    height: 200px;
    margin-right: 10px;
    margin-top: 10px
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_items .box_item:nth-child(4n) {
    margin-right: 0
}

.cms-component-album .swiper-album .swiper-slide .album-box .album-box_items .box_item .box_item-img {
    width: 200px;
    height: 200px
}

.cms-component-album .swiper-album .swiper-button-container {
    width: 870px;
    height: 640px;
    position: absolute;
    top: 347px;
    left: 50%;
    margin-left: -435px
}

.cms-component-album .swiper-album .swiper-button-container .swiper-button-next, .cms-component-album .swiper-album .swiper-button-container .swiper-button-prev {
    top: 0
}

.cms-component_item .cms-component_container {
    text-align: center
}

.cms-component_item .item_albums {
    display: inline-block
}

.cms-component_item .item_albums .item_albums-box {
    padding: 20px;
    margin-top: 15px;
    display: inline-block
}

.cms-component_item .item_albums .item_albums-box:first-child, .cms-component_item .item_albums .item_albums-box:nth-child(2), .cms-component_item .item_albums .item_albums-box:nth-child(3) {
    margin-top: 0
}

.cms-component_item .item_albums .item_albums-box .box_content-img {
    display: block
}

.cms-component_item .item_albums .item_albums-box .box_describe {
    position: relative
}

.cms-component_item .item_albums .item_albums-box .box_describe:after {
    content: "\201C";
    position: absolute;
    left: 0;
    font-size: 80px;
    line-height: 22px;
    opacity: .2;
    color: #888
}

.cms-component_item .item_albums .item_albums-box .box_describe .box_describe-title {
    width: 100%;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    white-space: nowrap;
    text-align: left
}

.cms-component_item .item_albums .item_albums-box .box_describe .box_describe-context {
    color: #888;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left
}

.cms-component_item .item_albums .item_albums-box .box_describe .box_describe-name {
    text-align: right;
    color: #888;
    margin-top: 10px;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    overflow: hidden
}

.cms-component_items .cms-component_container {
    margin-top: 10px
}

.cms-component_items .item-add {
    float: left;
    margin-top: 20px
}

.mg-t-60 {
    margin-top: 60px
}

.mg-b-60 {
    margin-bottom: 60px
}

.mg-t-30 {
    margin-top: 30px
}

.mg-b-30 {
    margin-bottom: 30px
}

.pd-t-30 {
    padding-top: 30px
}

.pd-t-60 {
    padding-top: 60px
}

.cms-component_title {
    width: 100%;
    height: 38px;
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700
}

.cms-component_describe {
    color: #888;
    margin-top: 10px;
    text-align: center
}

.cms-component_container {
    margin-top: 30px;
    position: relative
}

.cms-component_action {
    width: 100%;
    margin-top: 20px;
    text-align: center
}

.view-more {
    width: 185px;
    height: 40px;
    line-height: 38px;
    text-align: center
}

.view-more .iconfont {
    margin-left: 5px
}

