.asdfkalfasf ul li label {
    display: block;
    font-size: 16px;
    width: 100%;
    color: #000;
    padding-right: 2px;
    text-align: center;
    background: #fff;
    border-left: 0.3px solid #ddd;
}

.asdfkalfasf ul li {
    border: 2px solid #e4e4e4;
    border-left: 0;
    border-right: 0;
}

.asdfkalfasf {
    padding-left: 0;
}

.asdfkalfasf ul li {
    float: left;
    width: 102px;
}

.asdfkalfasf ul li:last-child {
    border-radius: 0 8px 8px 0;
}

.asdfkalfasf ul li:last-child>label {
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-radius: 0 8px 8px 0;
}

.save-2 {
    position: absolute;
    left: 35px;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 14px;
    bottom: 50px;
}

.duxiang_tab {
    padding-top: 50px;
}

.duxiang_tab table {
    width: 100%;
}

.duxiang_tab table th {
    padding: 23px 54px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;

}

.duxiang_tab table tr th:first-child {
    border: 1px solid #EDEDED;
}

.duxiang_tab table tr td {
    padding: 23px 54px;
    color: #64646B;
    border: 1px solid #EDEDED;
    width: 42%;
    text-align: left;
}

.duxiang_tab table tr td:first-child {
    color: #333;
    font-size: 18px;
    width: 16%;
    text-align: center;
}



@media (max-width:900px) {
    .save-2 {
        left: 15px;
        bottom: 26px;
    }

    .asdfkalfasf ul {
        display: flex;
    }

    .asdfkalfasf ul li:last-child {
        border-radius: none;
    }

    .asdfkalfasf ul li:last-child>label {
        border: none;
        border-radius: none;
    }

    .asdfkalfasf>ul>li>label {
        line-height: 26px;
        border: none;
        background-color: #e4e4e4;
        color: #000;
        font-size: 12px !important;
        border-radius: 4px !important;
    }

    .asdfkalfasf>ul>li {
        border: none;
        background-color: #e4e4e4;
        width: 22% !important;
        margin: 0px auto;
        border-radius: 4px !important;
    }
}