
.xlq_main>.link {
    /* margin-top: 20px; */
}

.xlq_main>.link>.top {
    padding-left: 10px;
    height: 48px;
    background: linear-gradient(0deg, #F6753B 0%, #FF996A 100%);
    display: flex;
    /* justify-content: ; */
}

.xlq_main>.link>.top>p {
    width: 160px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.xlq_main>.link>.top>.active {
    background: #F77B43;
}

.xlq_main>.link>.bottom {
    padding:0 20px;
    line-height: 52px;
    background-color: #fff;
    display: none;
}

.xlq_main>.link>.bottom>a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-right: 52px;
}

.xlq_main>.link>.bottom>a:hover {
    color: #005BD4;
}