.complex-box {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}

.complex-item {
    background: #ffffffff;
    border-radius: 6px;
}

.intro-box {
    width: 324px;
    height: 431px;
    padding: 20px 12px 12px;
}

.intro-content {
    height: 382px;
    margin-top: 20px;
    border-radius: 6px;
    background: linear-gradient(180deg, #063c9208 0%, #ffffff4d 100%);
    background: -webkit-linear-gradient(180deg, #063c9208 0%, #ffffff4d 100%);
    position: relative;
}

.intro-icon {
    width: 111px;
    height: 95px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.welcome-box {
    text-align: center;
}

.welcome-box img {
    width: 75px;
    height: 75px;
    margin-top: 50px;
}

.welcome-box div {
    margin: 6px auto 24px;
    color: #000000db;
    font-size: 20px;
    font-weight: 500;
    font-family: "Source Han Sans CN";
}

.intro {
    color: #00000099;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    z-index: 1;
    position: relative;
}

.quiz-box {
    width: 308px;
    height: 443px;
    padding: 20px 20px 0;
}

.quiz {
    height: 415px;
    overflow: auto;
}

.complex-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solicitor-index-box {
    background: #ffffffff;
    padding-bottom: 50px;
}

.solicitor-top-box, .business-top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
}

.solicitor-more, .business-more {
    font-size: 20px;
}

.business-index-box {
    margin-bottom: 60px;
}

.business {
    margin-top: 26px;
    display: flex;
    flex-flow: wrap;
}

.business-item {
    width: 352px;
    height: 289px;
    background: #ffffffff;
    padding: 20px 20px 32px;
    margin: 6px 12px 6px 0;
}

.business-item:nth-child(3n) {
    margin-right: 0;
}

.business-item-title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Source Han Sans CN";
}

.business-item-title {
    color: #000000db;
    font-size: 20px;
    font-weight: 700;
}

.business-item-more {
    color: #00000099;
    font-size: 16px;
    font-weight: 400;
}

.business-ul {
    color: #00000099;;
    font-size: 18px;
    font-weight: 400;
    font-family: "Source Han Sans CN";
}

.business-ul li {
    padding: 21px 0 17px;
    border-bottom: 1px solid #e5e5e5ff;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.business-ul li a:hover {
    color: #063c92ff;
}

.business-none {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
