
/* 改版新加 */
.subafter {
    position: relative;
    top: 10px;
    margin-right: 20px;
}

.subafter::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    height: 4px;
    background-color: #FF40B4;
}

.banner-right {
    width: 216px;
    height: 400px;

}

.banner-right img {
    width: 216px;
    height: 400px;
    border-radius: 12px;
}
.header_nav li{
    padding: 0 !important;
    margin-right: 30px;
}
.header_logo{
    margin-right: 20px;
}
.subafter{
    margin-right: 0 !important;
}