body{font-family: 'Meiryo UI';font-size: 14px;}
.ellipsis_2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: run-in;
}
.w1200{width: 1200px;margin: auto;}
.w1000{width: 1000px;margin: auto;}
.special{overflow: hidden;}
.special .banner_box{width: 100%}
.special .banner_box img{width: 100%}

.special .detail{background:url("https://rimaotong-cmall.oss-cn-hongkong.aliyuncs.com//image/activity/halloween/background.png")no-repeat;
    background-size:100% 100%;padding-bottom: 100px;}
.special .detail .nav{}
.special .detail .nav .item{display: flex;justify-content: center}
.special .detail .nav .item .category{margin: 10px 15px;display: block;}
.special .detail .nav .item .category img{height: auto}

.content{margin-top: 10px}
.content .title-img{width: 100%}
.content .title-img img{width: 100%;height: auto}
.content .title{width: 100%;height: auto;text-align: center;margin-top: 10px}
.content .title img{height: auto;max-width: 100%}
.content .shop{margin-top: 30px}
.content .shop .shop-detail{padding: 0 10px;margin-bottom: 30px}
.content .shop .shop-detail .shop-img{border: 4px solid #e87527}
.content .shop .shop-detail .shop-img img{width: 100%}
.content .shop .shop-detail .shop-title{font-size: 16px;color: #000;height: 44px}
.content .shop .shop-detail .shop-button{width: 120px;height: 30px;text-align: center;line-height: 30px;color: #fff;font-size: 16px;margin: 15px auto 10px;
    background: #de5b03;border-radius: 30px}