:root {
    --base-width: 87.5rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

html,
body {
    font-size: 16px;
}

.w-base {
    width: var(--base-width);
}

@media screen and (max-width: 1400px) {
    /*:root {*/
    /*    --base-width: calc(100vw - 60px);*/
    /*}*/
}

.page-header > .welcome {
    height: 5rem;
}

.page-header > .welcome > .welcome-text {
    font-size: 1.5rem;
    color: #ff812c;
    line-height: 2rem;
}

.page-header > .welcome > .search {
    width: 20.63rem;
    height: 3rem;
    border-radius: 0.5rem;
    border: 0.06rem solid #cccccc;
    display: flex;
    flex-wrap: nowrap;
}

.page-header > .welcome > .search > .search-input {
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 1.38rem;
    font-style: normal;
    outline: none;
    border: none;
    flex: 1;
    border-radius: 0.5rem;
    padding-left: 0.88rem;
}

.page-header > .welcome > .search > .search-button {
    width: 5rem;
    height: 3rem;
    background: #e61213;
    border-radius: 0.5rem;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.38rem;
    cursor: pointer;
}

.page-header > .welcome > .search > .search-button:hover {
    background: #fc4c4c;
}

.page-header > .welcome > .search > .search-button:active {
    background: #d70000;
}

.page-header > .nav {
    height: 6.88rem;
}

.page-header > .nav > .menus {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}

.page-header > .nav > .menus > .menu-item {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    margin-left: 2rem;
    text-decoration: none;
}

.page-header > .nav > .menus > .menu-item:hover,
.page-header > .nav > .menus > .menu-item.active {
    font-weight: 500;
    color: #e61213;
}

.page-banner {
    width: 100vw;
    height: 100%;
    max-width: 100%;
    /*min-width: var(--base-width);*/
}

.page-banner > .swiper > .swiper-wrapper > .swiper-slide {
    text-align: center;
    font-size: 1.1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-banner > .swiper > .swiper-wrapper > .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-news {
    --page-news-height: 25rem;
    margin-top: 1.88rem;
    height: var(--page-news-height);
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
}

.page-news > .banner {
    width: 42.5rem;
    height: var(--page-news-height);
    position: relative;
}

.page-news > .banner > .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 0.5rem;
}

.page-news > .banner > .mask > .title {
    color: #ffffff;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 5rem;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.page-news > .news {
    flex: 1;
    margin-left: 2.5rem;
}

.page-news > .news > .header {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    border-bottom: 0.13rem solid rgba(242, 242, 242, 1);
}

.page-news > .news > .header > .title {
    font-weight: 500;
    font-size: 1.38rem;
    color: #333333;
    line-height: 1.88rem;
}

.page-news > .news > .header > .more {
    display: flex;
    font-weight: 400;
    font-size: 1.38rem;
    color: #999999;
    line-height: 1.88rem;
    font-style: normal;
    text-decoration: none;
}

.page-news > .news > .header > .more > .right-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.35rem;
}

.page-news > .news > .list {
    display: flex;
    flex-direction: column;
}

.page-news > .news > .list > .item {
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 1.5rem;
    font-style: normal;
    text-decoration: none;
    margin-top: 1.25rem;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.page-news > .news > .list > .item:hover {
    color: #e61213;
}

.page-card-banner {
    margin-left: auto;
    margin-right: auto;
    width: var(--base-width);
    height: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dbe2f4;
    position: relative;
}

.page-card-banner > .title {
    font-weight: bold;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    letter-spacing: 10px;
    font-style: normal;
}

.mt-2_5rem {
    margin-top: 2.5rem;
}

.mb-3rem {
    margin-bottom: 3rem;
}

.page-specialty {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 0;
    margin-top: 2rem;
}

.page-specialty > .item {
    height: 6.25rem;
    border-right: 0.13rem solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.page-specialty > .item:nth-child(4n) {
    border-right: none;
}

.page-specialty > .item .icon {
    width: 3.75rem;
    height: 3.75rem;
}

.page-specialty > .item .title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.page-lawyer {
    display: flex;
    flex-direction: column;
}

.page-lawyer > .header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-lawyer > .header > .title {
    font-weight: 500;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.page-lawyer > .lawyer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.75rem;
    margin-top: 1.88rem;
    overflow: hidden;
}

.page-lawyer > .lawyer .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*height: 18rem;*/
    gap: 0.75rem;
}

.page-lawyer > .lawyer .item > .cover {
    width: 100%;
    /*height: 15rem;*/
}

.page-lawyer > .lawyer .item > .title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.page-news-cards {
    display: flex;
    flex-direction: column;
    padding: 0 0 2.5rem 0;
}

.page-news-cards > .header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-news-cards > .header > .title {
    font-weight: 500;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.page-news-cards > .news {
    display: flex;
    flex-direction: column;
}

.page-news-cards > .news > .item {
    height: 16.25rem;
    margin-top: 1.88rem;
    display: flex;
    
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(51,51,51,0.1);
}

.page-news-cards > .news > .item > .cover {
    width: 14.38rem;
    height: 100%;
}

.page-news-cards > .news > .item > .info {
    display: flex;
    flex-direction: column;
    margin-left: 1.88rem;
    flex: 1;
}

.page-news-cards > .news > .item > .info > .title {
    font-weight: 500;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    /*margin-top: 1.88rem;*/
}

.page-news-cards > .news > .item > .info > .desc {
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;
    margin-top: 1rem;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.page-news-cards > .news > .item > .info > .info-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: 1rem;
}

.page-news-cards > .news > .item > .info > .info-footer > .date {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.page-contact {
    /*background: #f5f6f8;*/
    padding: 0 0 2.5rem 0;
}

.page-contact > .contact {
    display: flex;
    flex-direction: column;
}

.page-contact > .contact > .header {
    display: flex;
    justify-content: center;
}

.page-contact > .contact > .header > .title {
    font-weight: 500;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.page-contact > .contact > .body {
    margin-top: 1.88rem;
    display: flex;
    justify-content: space-between;
}

.page-contact > .contact > .body > .info {
    display: flex;
    flex-direction: column;
    /*width: 30rem;*/
    width: 45%;
}

.page-contact > .contact > .body > .info > .item {
    font-weight: 500;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;
    margin-top: 1.88rem;
}

.page-contact > .contact > .body > .cover {
    /*width: 47.5rem;*/
    width: 50%;
}

.page-feature {
    padding: 3.13rem 0;
}

.page-feature > .header {
    display: flex;
    align-items: center;
    margin-bottom: 1.88rem;
}

.page-feature > .header > .title {
    font-weight: 500;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.page-feature > .swiper {
    width: 100%;
    height: 100%;
}

.page-feature > .swiper > .swiper-wrapper {
    transition-timing-function: linear;
}

.page-feature > .swiper > .swiper-wrapper > .swiper-slide {
    text-align: center;
    font-size: 1.1rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-feature > .swiper > .swiper-wrapper > .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
}

.page-footer {
    background: rgba(33, 33, 33, 1);
}

.page-footer > .footer {
    display: flex;
    justify-content: space-between;
    padding: 3.13rem 0 5rem 0;
    color: #fff;
    position: relative;
}

.page-footer > .footer > .info {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    width: 25rem;
}

.page-footer > .footer > .info > .item {
    display: flex;
    align-items: center;
}

.page-footer > .footer > .info > .item > .title {
    font-weight: 400;
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.75rem;
    font-style: normal;
}

.page-footer > .footer > .info > .item > .qrcode {
    width: 5.5rem;
    height: 5.5rem;
    background: #d8d8d8;
    border-radius: 0.5rem;
    border: 0.06rem solid #979797;
    margin-right: 1.26rem;
}

.page-footer > .footer > .links {
    display: flex;
    flex: 1;
    margin-left: auto;
    /*margin-left: 8.13rem;*/
    /*gap: 6.5rem;*/
    display: flex;
    justify-content: space-around;
}

.page-footer > .footer > .links > .item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.page-footer > .footer > .links > .item > .title {
    font-weight: 500;
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.2rem;
    font-style: normal;
}

.page-footer > .footer > .links > .item > .link {
    font-weight: 400;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.1rem;
    font-style: normal;
    opacity: 0.8;
}

.page-footer > .footer > .copyright {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

/* 文章页面 */
.page-banner > .article-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.page-banner > .article-banner > .title {
    font-weight: bold;
    font-size: 4.25rem;
    color: #ffffff;
    line-height: 8.13rem;
    font-style: normal;
}

.page-article-category {
    background: #f5f5f5;
}

.page-article-category > .article-category {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 3.75rem;
    overflow-x: auto;
    gap: 2rem;
}

.page-article-category > .article-category > .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.page-article-category > .article-category > .item > .link {
    font-weight: 400;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.75rem;
    font-style: normal;
    white-space: nowrap;
}

.page-article-category > .article-category > .item > .link:hover,
.page-article-category > .article-category > .item.active > .link {
    color: rgba(214, 46, 58, 1);
}

.page-article-path {
    display: flex;
    align-items: center;
    padding: 1.88rem;
    gap: 0.81rem;
}

.page-article-path > .link {
    font-weight: 400;
    font-size: 1.13rem;
    color: #999999;
    line-height: 1.5rem;
    font-style: normal;
    white-space: nowrap;
}

.page-article-path > .right-icon {
    width: 0.5rem;
    height: 0.88rem;
}

.page-article-path > .link:last-child,
.page-article-path > .link.active {
    color: rgba(214, 46, 58, 1);
}

.page-article {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
}

.page-article > .header {
    display: block;
}

.page-article > .header > .title {
    text-align: center;
}

.page-article > .article {
    margin-top: 2.5rem;

    font-weight: 500;
    font-size: 1.38rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.page-article > .article img {
    max-width: 100%;
}

/* 下载中心 */
.page-download {
    display: flex;
    flex-direction: column;
}

.page-download > .header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.88rem;
}

.page-download > .header > .title {
    font-weight: 500;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.page-download > .category {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    
    margin-bottom: 2rem;
}

.page-download > .category > .item {
    /*width: 11rem;*/
    padding: 0.75rem 2rem;
    /*height: 4.25rem;*/
    border-radius: 0.5rem;
    border: 0.06rem solid #979797;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 1);
    line-height: 1.75rem;
    text-align: right;
    font-style: normal;
}

.page-download > .category > .item.active {
    border: 0.06rem solid #d62e3a;
    color: rgba(214, 46, 58, 1);
}

.page-download > .list {
    display: flex;
    flex-direction: column;
}

.page-download > .list > .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.25rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.page-download > .list > .item > .title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.25rem;
    font-style: normal;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.page-download > .list > .item > .btn {
    width: 6.25rem;
    height: 2.5rem;
    background: #d62e3a;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.page-download > .list > .item > .btn > .icon {
    width: 1.28rem;
    height: 1.28rem;
}

.page-download > .list > .item > .btn > .text {
    font-weight: 400;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.25rem;
    font-style: normal;
}

.page-pagination {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
    
    min-height: 20vh;
}

.page-pagination > .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 0.13rem;
}

.page-pagination > .pagination > li {
    width: 2.5rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    border-radius: 0.13rem;
    line-height: 1;
}

.page-pagination > .pagination > li > a {
    color: #333333;
    line-height: 1;
}

.page-pagination > .pagination > li:has(a:hover),
.page-pagination > .pagination > li.active {
    background: rgba(230, 18, 19, 1);
    color: #ffffff !important;
}

.page-pagination > .pagination > li.active > a,
.page-pagination > .pagination > li > a:hover {
    color: #ffffff;
}

.page-footer > .footer > .links > .item > .link:hover {
    color: #ffffff;
    opacity: 1;
}

.page-card-banner > .more {
    display: flex;
    font-weight: 400;
    font-size: 1.38rem;
    color: #999999;
    line-height: 1.88rem;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    right: 2rem;
}

.page-card-banner > .more > .right-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.35rem;
}

.page-friendship {
    padding: 0 0 3.13rem 0;
}

.page-friendship > .header {
    display: flex;
    align-items: center;
    margin-bottom: 1.88rem;
}

.page-friendship > .header > .title {
    font-weight: 500;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
}

.page-friendship > .links {
    display: flex;
    flex-wrap: wrap;
}

.page-friendship > .links > .link {
    font-weight: 500;
    font-size: 1.5rem;
    color: rgba(51,51,51,0.7);
    line-height: 2rem;
    font-style: normal;
    margin-right: 1.5rem;
}

.page-friendship > .links > .link:hover,
.page-news-cards > .news > .item > .info > .title:hover,
.page-lawyer > .lawyer .item > .title:hover,
.page-specialty > .item .title:hover {
    color: rgba(214, 46, 58, 1);
}