.commonList {
    background-color: #fff;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    border: 0.01rem solid #f1f1f1;
    border-radius: 0.12rem;
    padding: 0.28rem 0.38rem 0;
    box-sizing: border-box;
    margin-top: 0.16rem;
}

    .commonList .hd {
        display: flex;
        align-items: flex-start;
    }

        .commonList .hd ul {
            border-bottom: 0.02rem solid #c9c9c9;
            padding-bottom: 0rem;
            height: auto;
            position: relative;
            width: 100%;
            display: flex;
        }

    .commonList .bd .title {
        background-color: #fff;
        border-bottom: 0.01rem solid #e6e6e6;
        height: 0.68rem;
        color: #999;
        margin-left: 0.5rem;
        width: auto;
        padding: 0;
    }

        .commonList .bd .title span:last-child {
            margin-right: 1.02rem;
        }

    .commonList .bd ul {
        border: none;
        box-shadow: none;
    }

    .commonList .bd li {
        padding: 0;
    }

    .commonList .hd ul li:first-child {
        border-right: none;
        font-size: 0.28rem;
        color: #676767;
        padding: 0 0.1rem;
        border-bottom: 0.02rem solid #ff8b0d;
        padding-bottom: 0.06rem;
        position: relative;
        top: 0.02rem;
        font-weight: 600;
        flex-shrink: 0;
        line-height: 0.32rem;
    }

.vipService {
    padding-bottom: 1.16rem;
}

    .vipService .bd {
        display: flex;
        flex-wrap: wrap;
    }

        .vipService .bd dl {
            width: 25%;
            text-align: center;
            margin-top: 0.5rem;
        }

        .vipService .bd dd {
            font-size: 0.24rem;
            width: 1rem;
            margin: 0 auto;
            color: #333333;
            line-height: 0.26rem;
        }

        .vipService .bd dt {
            margin-bottom: 0.08rem;
        }

            .vipService .bd dt img {
                height: 0.8rem;
                width: 0.8rem;
            }

.vipServiceFooter {
    padding: 0.42rem 0 0.7rem 0;
}

    .vipServiceFooter .btn a {
        width: 2.84rem;
        height: 0.84rem;
        line-height: 0.84rem;
        font-size: 0.36rem;
    }

        .vipServiceFooter .btn a.login {
            background-color: #fff;
        }

.coreMerSer {
    padding-bottom: 1.04rem;
}

.coreItem {
    padding: 0.42rem 0.22rem 0.32rem;
    border-radius: 0.12rem;
    border: 0.01rem solid #f1f1f1;
    box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
    background: #ffffff;
    margin-top: 0.24rem;
}

    .coreItem .title {
        display: flex;
        border-bottom: 0.02rem solid #e6e6e6;
        padding-bottom: 0.16rem;
    }

        .coreItem .title h1 {
            color: #525252;
            line-height: 0.32rem;
            font-size: 0.36rem;
        }

        .coreItem .title i {
            background: url(../../../images/mobile/page/vip/vip.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 0.72rem;
            height: 0.36rem;
            margin-right: 0.14rem;
        }

    .coreItem .list {
        border-radius: 0.12rem;
        border: .01rem solid #FFC484;
        box-shadow: 0px 0.02rem 0.1rem 0px #f1f1f1;
        padding: 0.2rem 0.22rem;
        margin-top: 0.18rem;
        display: flex;
    }

        .coreItem .list:hover {
            background: #ff8b0d;
        }

            .coreItem .list:hover .type,
            .coreItem .list:hover .type span,
            .coreItem .list:hover p {
                color: #ffffff;
            }

                .coreItem .list:hover .type span {
                    border-left: 0.02rem solid #ffffff;
                }

        .coreItem .list .l_img {
            width: 1.43rem;
            height: 1.32rem;
            border-radius: 0.12rem;
            padding: 0.01rem;
            box-sizing: border-box;
            margin-right: 0.12rem;
            margin-top: 0.08rem;
        }

        .coreItem .list .type {
            line-height: 0.66rem;
            font-weight: 600;
            color: #ff8b0d;
            font-size: 0.32rem;
        }

            .coreItem .list .type span {
                color: #676767;
                font-weight: 500;
                margin-left: 0.24rem;
                border-left: 0.02rem solid #ff8b0d;
                padding-left: 0.3rem;
                line-height: 0.28rem;
                display: inline-block;
            }

        .coreItem .list p {
            font-size: 0.24rem;
            color: #676767;
            line-height: 0.4rem;
        }

    .coreItem .headlines {
        padding: 0.32rem 0 0 0.24rem;
    }

        .coreItem .headlines p {
            font-size: 0.24rem;
            color: #676767;
            line-height: 0.45rem;
        }