.top-banner {
    width: 100%;
    height: 310px;
    /*background: url(/resources/assets/images/service_plus/top_banner.jpg) no-repeat center;*/
    background-size: cover;
}

.content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.content-wrap .left-box {
    width: 900px;
}

.content-wrap .star-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 30px;
    height: 460px;
    background: url(/resources/assets/images/service_plus/banner_bg.png) no-repeat center;
    background-size: cover;
}

.content-wrap .star-item {
    width: 350px;
    height: 400px;
    margin-left: 30px;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
}

.content-wrap .star-item img {
    width: 310px;
    height: 310px;
    transition: all 0.2s;
}

.content-wrap .star-item .star-item-img{
    width: 310px;
    height: 310px;
    overflow: hidden;
}

.content-wrap .star-item img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.content-wrap .star-item .buy-btn {
    display: block;
    width: 128px;
    height: 32px;
    margin: 18px auto 0;
    background: rgba(243, 99, 14, 0.1);
    border-radius: 4px;
    border: 1px solid #f3630e;
    line-height: 30px;
    text-align: center;
    color: #f3630e;
}

.content-wrap .star-item .buy-btn:hover {
    background: #f3630e;
    color: #fff;
}

.content-wrap .star-item:nth-of-type(2) {
    -webkit-box-shadow: 10px 10px 0px 0px rgba(70, 0, 0, 0.2);
    box-shadow: 10px 10px 0px 0px rgba(70, 0, 0, 0.2);
}

.special-offer {
    height: 428px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.special-offer h6 {
    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;
    padding-left: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe8c9), to(#ffffff));
    background: -o-linear-gradient(top, #ffe8c9 0%, #ffffff 100%);
    background: linear-gradient(180deg, #ffe8c9 0%, #ffffff 100%);
}

.special-offer h6 img {
    width: 190px;
}

.special-offer .left-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.special-offer .left-title img {
    width: 96px;
    margin-right: 20px;
}

.special-offer .left-title span {
    color: #3c0d6f;
    font-weight: 400;
}

.special-offer .goods-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px 0;
}

.special-offer .goods-item {
    position: relative;
    width: 220px;
    height: 349px;
    padding: 10px;
}

.special-offer .goods-item:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.special-offer .goods-item img {
    width: 200px;
    height: 200px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.special-offer .goods-item img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.special-offer .goods-item .goods-title {
    height: 40px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 20px;
}

.special-offer .goods-item p {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
}

.special-offer .goods-item p span {
    margin-left: 5px;
    color: #f3630e;
}

.special-offer .goods-item p b {
    margin: 0 2px;
    font-size: 18px;
}

.special-offer .goods-item .buy-btn {
    display: block;
    height: 32px;
    margin-top: 10px;
    background: rgba(243, 99, 14, 0.1);
    border: 1px solid #f3630e;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #f3630e;
}

.special-offer .goods-item .buy-btn:hover {
    background: #f3630e;
    color: #fff;
}

.special-offer .goods-item a.bought {
    background: #bebebe;
}

.special-offer .goods-item .goods-tag {
    position: absolute;
    top: -10px;
    right: 7px;
}

.special-offer .goods-item .img-wrap {
    width: 200px;
    height: 200px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.special-offer .goods-item .goods-tag img {
    width: 60px;
    height: 60px;
}

.special-offer .goods-item .goods-tag img:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.activity-area {
    margin-top: 40px;
}

.activity-area h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 31px;
}

.activity-area h6 img {
    width: 14px;
    margin: 0 0 0 10px;
}

.activity-area h6 span {
    color: #f3630e;
    font-weight: 400;
    font-size: 14px;
}

.activity-area h6 span i {
    margin: 0 3px;
    padding: 0 1px;
    background: rgba(255, 183, 140, 0.6);
    font-style: normal;
    font-weight: 800;
}

.m-goods-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 19px;
}
.m-goods-wrap a{
    margin: 0 20px 20px 0;
}
.m-goods-wrap .goods-item {
    position: relative;
    width: 210px;
    /*height: 358px;*/
    margin: 0 20px 20px 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.m-goods-wrap .goods-item:nth-of-type(4n) {
    margin-right: 0;
}

.m-goods-wrap .goods-item .img-wrap {
    width: 210px;
    height: 210px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.m-goods-wrap .goods-item img {
    width: 210px;
    height: 210px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.m-goods-wrap .goods-item img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.m-goods-wrap .goods-item .goods-info .amount-price {
    margin-top: 2px;
    margin-left: 20px;
    color: #999999;
    text-decoration-line: line-through;
    font-size: 14px;
}

.m-goods-wrap .goods-item .goods-info {
    padding: 10px 12px;
}

.m-goods-wrap .goods-item .goods-title {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 20px;
}

.m-goods-wrap .goods-item p {
    margin-top: 12px;
    font-size: 12px;
    color: #999;
    line-height: 16px;
}

.m-goods-wrap .goods-item p span {
    color: #f3630e;
}

.m-goods-wrap .goods-item p b {
    margin: 0 2px;
    font-size: 18px;
}

.m-goods-wrap .goods-item p del {
    margin-left: 15px;
    font-size: 14px;
}

.m-goods-wrap .goods-item .buy-btn {
    display: block;
    height: 32px;
    margin-top: 12px;
    background: rgba(243, 99, 14, 0.1);
    border: 1px solid #f3630e;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #f3630e;
}

.m-goods-wrap .goods-item .buy-btn:hover {
    background: #f3630e;
    color: #fff;
}

.m-goods-wrap .goods-item .goods-tag {
    position: absolute;
    top: -5px;
    right: -5px;
}

.m-goods-wrap .goods-item .goods-tag img {
    width: 60px;
    height: 60px;
}

.m-goods-wrap .goods-item .goods-tag img:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.m-goods-box {
    margin-top: 15px;
}

.m-goods-box h6 {
    font-size: 24px;
}

.m-goods-box .m-goods-wrap .goods-item {
    /*padding-bottom: 14px;*/
    /*height: 344px;*/
}

.m-goods-box .m-goods-wrap .goods-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 9px;
}

.m-goods-box .m-goods-wrap .goods-item p .saled-box {
    color: #999;
}

.m-goods-box .m-goods-wrap .goods-item a {
    margin-top: 18px;
}

.design-decoration {
    margin-bottom: 30px;
}

.right-box {
    position: relative;
    width: 280px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.fixed-style{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(320px);
}

.right-box .top-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    padding-top: 12px;
    background: url(/resources/assets/images/service_plus/right_bg.png) no-repeat center;
    background-size: cover;
}

.right-box .top-title-box img {
    height: 26px;
}

.right-box .top-title-box img:nth-of-type(1) {
    width: 22px;
    margin-right: 6px;
}

.right-box .top-title-box img:nth-of-type(2) {
    width: 111px;
}

.right-box .goods-content {
    margin-top: -50px;
    padding: 0 10px;
}

.right-box .goods-content .wrap-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 5px;
    padding: 5px;
}

.right-box .goods-content .wrap-item:hover{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.right-box .goods-content .wrap-item::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.right-box .goods-content .wrap-item:nth-of-type(1)::before {
    background-image: url(/resources/assets/images/service_plus/01_ico.svg);
}

.right-box .goods-content a.wrap-item:nth-of-type(2)::before {
    background-image: url(/resources/assets/images/service_plus/02_ico.svg);
}

.right-box .goods-content .wrap-item:nth-of-type(3)::before {
    background-image: url(/resources/assets/images/service_plus/03_ico.svg);
}

.right-box .goods-content .wrap-item:nth-of-type(4)::before {
    background-image: url(/resources/assets/images/service_plus/04_ico.svg);
}

.right-box .goods-content .wrap-item:nth-of-type(5)::before {
    background-image: url(/resources/assets/images/service_plus/05_ico.svg);
}

.right-box .goods-content .wrap-item img {
    width: 80px;
    height: 80px;
}

.right-box .goods-content .right-info {
    width: 150px;
    margin-left: 10px;
}

.right-box .goods-content .right-info h6 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
}

.right-box .goods-content .right-info p {
    margin: 8px 0;
    line-height: 24px;
    color: #f3630e;
}

.right-box .goods-content .right-info p b {
    font-size: 18px;
}

.right-box .goods-content .right-info span {
    color: #999;
    font-size: 12px;
}

.left-nav {
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-750px, -50%);
    -ms-transform: translate(-750px, -50%);
    transform: translate(-750px, -50%);
    width: 128px;
    border: 1px solid #c21f29;
    background: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: none;
    text-align: center;
    font-size: 14px;
    z-index: 99;
}

.left-nav.left-nav-show {
    display: block;
}

.left-nav li {
    height: 40px;
    line-height: 40px;
    color: #c21f29;
    cursor: pointer;
}

.left-nav li.active {
    background: #c21f29;
    color: #fff;
}
