.banner_box {
    margin-bottom: 0.8rem;
}

.special_con_box {
    margin-top: 0.6rem;
    display: flex;
    justify-content: flex-end;
}

.special_list {
    width: 898px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0.52rem;
}

.special_list .special_item {
    width: 1.4rem;
    background: #EEEEEE;
}

.special_list .special_item>a {
    width: 100%;
    color: #201F1F !important;
}

.special_top {
    height: 264px;
    position: relative;
}

.special_title {
    width: 232px;
    position: absolute;
    bottom: 16px;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    left: 50px;
    border-bottom: 2px solid #424E37;
}

.special_title>p:nth-child(2) {
    font-size: 12px;
}

.special_title1 {
    left: 60px;
}

.special_title1>p:nth-child(1),
.special_title1>p:nth-child(2) {
    font-size: 16px;
    line-height: 18px;
}

.special_title1>p:nth-child(3) {
    font-size: 12px;
}

.select_box {
    width: 91px;
    height: 100%;
    position: absolute;
    right: 0;
    padding-top: 70px;
    padding-left: 8px;
    box-sizing: border-box;
}

.select_box1 {
    width: 80px;
}

.select_box2 {
    padding-left: 3px;
}

.select_box .KonstantGroteskRegular {
    font-size: 20px;
}

.select_box>div>p:nth-child(2) {
    font-size: 12px;
}

.select_box img {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: 16px;
}

.special_img {
    width: 100%;
}

.series_list {
    width: 984px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* 系列 */
.visual_item {
    width: 243px;
    height: 124px;
    background: #D8D8D8;
    margin-bottom: 35px;
    margin-left: 84.8px;

}

.visual_item>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #201F1F !important;
}

.visual_item>a>div {
    width: 124px;
    height: 46px;
    bottom: 0;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    left: 46px;
    padding-left: 5px;
    padding-top: 6px;
    font-size: 12px;
    line-height: 14px;
    box-sizing: border-box;
}

.visual_item>a>img {
    width: 1.96rem;
    height: 1.24rem;
    position: absolute;
    right: 0;
}

.series_list {
    margin-bottom: 16px;
}

.mobile .special_list {
    display: block;
    padding: 0 0.3rem 0 1rem
}

.mobile .special_list .special_item {
    width: 100%;
    margin-bottom: 0.2rem;
}

.mobile .special_list .special_item>a {
    display: flex;
    justify-content: space-between;
}

.mobile .special_list .special_item .special_img {
    width: 20%;
}

.mobile .special_title1>p:nth-child(1),
.mobile .special_title1>p:nth-child(2) {
    font-size: 0.24rem;
}

.mobile .special_top {
    height: auto;
    position: static;
    padding: 0.2rem 0 0 0.2rem;
}

.mobile .special_top .special_title {
    position: static;
    transform: none;

}

.mobile .select_box {
    width: 100%;
    position: static;
    padding: 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.mobile .select_box img {
    position: static;
}

.mobile .visual_item>a>img {
    width: 3.92rem;
    height: 2.48rem;
}