.ser_list {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 50px;
}

.ser_list:nth-child(3n) {
    margin-right: 0
}

.ser_list .imgbox {
    border: 1px solid #ccc;
}

.ser_list .imgbox .imgarea {
    height: auto;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    background: #eee
}

.ser_list .imgbox img {
    display: block;
    width: 100%;
    margin: auto
}

.ser_list .imgbox .ser_kind {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative
}

.ser_list .imgbox .ser_kind::after {
    content: "+";
    display: block;
    width: 15px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 24px;
    transition: all 0.4
}

.ser_list .imgbox .ser_kind .ser_kind_title {
    display: block;
    width: 70%;
    background: #6dc8f2;
    box-sizing: border-box;
    padding-left: 30px;
    color: #fff;
    border-radius: 0 20px 20px 0
}

.ser_list .ser_info {}

.ser_list .ser_info .ser_name {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative
}

.ser_list .ser_info .ser_name .sex {
    width: 35px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%)
}

.ser_list .ser_info .ser_name .age {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 50px;
    border-radius: 20px;
    border: 0px solid #999;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #999;
    font-weight: 600
}

.ser_list .ser_info .ser_txt {
    font-size: 16px;
    color: #aaa
}

.table-ace {
    display: none;
    opacity: 0
}

/* menu */
.menulist {}

@media screen and (max-width: 1100px) {
    .ser_list {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .ser_list:nth-child(3n) {
        margin-right: 2%
    }

    .ser_list:nth-child(2n) {
        margin-right: 0
    }

    .ser_list .imgbox .ser_kind .ser_kind_title {
        font-size: 16px;
        padding-left: 20px
    }

    .ser_list .ser_info .ser_name {
        font-size: 18px
    }

    .ser_list .ser_info .ser_txt {
        font-size: 14px
    }
}

@media screen and (max-width: 720px) {
    .ser_list {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .ser_list:nth-child(3n) {
        margin-right: 2%
    }

    .ser_list:nth-child(2n) {
        margin-right: 0
    }

    .ser_list .imgbox .ser_kind .ser_kind_title {
        font-size: 14px;
        padding-left: 10px;
        width: 80%
    }

    .ser_list .ser_info .ser_name {
        font-size: 16px
    }

    .ser_list .ser_info .ser_txt {
        font-size: 13px
    }

    .ser_list .ser_info .ser_name .sex {
        width: 20px;
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%)
    }

    .ser_list .ser_info .ser_name .age {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        width: 35px;
        border-radius: 20px;
        border: 0px solid #999;
        text-align: center;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
        color: #999;
        font-weight: 600
    }
}

@media screen and (max-width: 468px) {
    .ser_list {
        width: 49%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .ser_list:nth-child(3n) {
        margin-right: 2%
    }

    .ser_list:nth-child(2n) {
        margin-right: 0
    }

    .ser_list .imgbox .ser_kind {
        display: block;
        width: 100%;
        height: 20px;
        line-height: 20px;
        position: relative
    }

    .ser_list .imgbox .ser_kind::after {
        height: 20px;
        font-size: 16px;
        width: 9px
    }

    .ser_list .imgbox .ser_kind .ser_kind_title {
        font-size: 10px;
        padding-left: 10px;
        width: 80%;
    }

    .ser_list .ser_info .ser_name {
        font-size: 14px;
        margin-top: 10px
    }

    .ser_list .ser_info .ser_txt {
        font-size: 12px
    }
}