html {
    font-size: 16px;
}

body {
    /* overflow-x: hidden; */
}

*::-webkit-scrollbar {
    background: rgba(237, 144, 28, 0.1);
    width: 0.5rem;
    height: 0.5rem;
}

*::-webkit-scrollbar-thumb {
    background: #ed901c;
    border-radius: 0.75rem;
}

.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2010;
}

.page-loading > .logo {
    width: 16rem;
    animation: page-loading 3s linear infinite;
}

.page-loading-hide {
    animation: page-loading-hide 0.3s;
}

@keyframes page-loading {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@keyframes page-loading-hide {
    100% {
        opacity: 0;
        display: none;
    }
}

.fixed-nav {
    width: 4.25rem;
    background: #ffffff;
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;

    position: fixed;
    right: 4rem;
    top: calc(50vh - 10rem);
    z-index: 2005;

    padding: 0 0.5rem;
}

.fixed-nav > .nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding: 0.5rem 0;
    border-bottom: 0.06rem solid #e3e3e3;
}

.fixed-nav > .nav:last-child {
    border-bottom: none;
}

.fixed-nav .nav > .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.fixed-nav .nav > .title {
    font-weight: 400;
    font-size: 0.75rem;
    color: #999999;
    line-height: 1.06rem;
    font-style: normal;
    margin-top: 0.5rem;
    text-align: center;
}

.transition-all {
    transition: all 0.3s;
}

.fade-in {
    animation: 0.8s fadeIn;
}

.btn {
    position: relative;
}

.btn:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.1);
}

.btn:active::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.3);
}

.header-box > .header-pos {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1050;
    display: flex;
    justify-content: center;
    background: #ffffff;
    /* overflow-x: auto; */
}

.header-box > .header-placeholder {
    height: 5rem;
}

.header-box > .header-pos > .header {
    width: 120rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-box > .header-pos > .header > .logo {
    user-select: none;
}

.header-box > .header-pos > .header > .menus {
    margin-left: 5rem;
    display: flex;
    align-items: center;
}

.header-box > .header-pos > .header > .menus > .menu {
    margin-right: 3rem;
    display: flex;
    align-items: center;
}

.header-box > .header-pos > .header > .menus > .menu > .link {
    line-height: 1;
    font-weight: 500;
    font-size: 1.125rem;
    color: #333333;
    line-height: 1.5rem;
    font-style: normal;
    white-space: nowrap;
}

.header-box > .header-pos > .header > .menus > .menu.menu-this {
    position: relative;
}

.header-box > .header-pos > .header > .menus > .menu.menu-this::after {
    content: "";
    position: absolute;
    bottom: -0.625rem;
    left: 25%;
    width: 50%;
    height: 0.25rem;
    background: #ed901c;
}

.header-box > .header-pos > .header > .menus > .menu.menu-this > .link {
    color: #ed901c;
    font-weight: 600;
}

.header-box > .header-pos > .header > .menus > .menu > .link:hover {
    color: rgba(237, 144, 28, 0.8);
}

.header-box > .header-pos > .header > .menus > .menu > .link:active {
    color: rgba(237, 144, 28, 1);
}

.header-box > .header-pos > .header > .menus > .menu > .link.wechat {
    width: 1.63rem;
    height: 1.63rem;
    cursor: pointer;
    user-select: none;
}

.header-box > .header-pos > .header > .menus > .menu.hover-open-qrcode {
    position: relative;
}

.header-box > .header-pos > .header > .menus > .menu.hover-open-qrcode > .qrcode-box {
    /* width: 8.75rem; */
    /* height: 9.38rem; */

    /* box-shadow: 0rem 0rem 0.5rem 0rem rgba(239, 165, 34, 0.41); */
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 2.5rem;
    left: -3.6em;
    z-index: 2005;
    padding: 0.5rem;
}

.triangle {
    position: absolute;
    top: -0.75rem;
    width: 0;
    height: 0;
    border-bottom: 0.75rem solid #ffffff;
    border-right: 0.75rem solid transparent;
    border-left: 0.75rem solid transparent;
}

.header-box > .header-pos > .header > .menus > .menu.hover-open-qrcode:hover > .qrcode-box {
    display: flex;
}

.header-box > .header-pos > .header > .menus > .menu.hover-open-qrcode > .qrcode-box > .qrcode {
    width: 8.13rem;
    height: 8.13rem;
}

.header-box > .header-pos > .header > .menus > .menu.hover-open-qrcode > .qrcode-box > .title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.75rem;
    font-style: normal;

    margin-top: 0.25rem;
}

.banner-box {
    width: 120rem;
    height: 67.5rem;
    display: flex;
    margin: 0 auto;
    position: relative;
    
    background: #f6e1c9;
}

.banner-box > .banner {
    position: absolute;
    height: 67.5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 0.2s;
}

.banner-box > .banner > h2 {
    font-size: 3.5rem;
    font-weight: 500;
    color: #ffffff;
}

.banner-box > .banner:nth-child(1) {
    background: url("../images/banner-1.png") center;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);

    border-radius: 0.5rem 0 0 0.5rem;
}

.banner-box > .banner:nth-child(2) {
    background: url("../images/banner-2.png") center;
    background-size: cover;
    clip-path: polygon(23.5% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.banner-box > .banner:nth-child(3) {
    background: url("../images/banner-3.png") center;
    background-size: cover;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.banner-box > .banner:nth-child(4) {
    background: url("../images/banner-4.png") center;
    background-size: cover;
    clip-path: polygon(26.5% 0%, 100% 0%, 100% 100%, 0% 100%);

    border-radius: 0 0.5rem 0.5rem 0;
}

.banner-box[data-active="1"] > .banner:nth-child(1) {
    left: 0;
    width: 53.125rem;
}

.banner-box[data-active="1"] > .banner:nth-child(2) {
    left: 46.5625rem;
    width: 29.6875rem;
}

.banner-box[data-active="1"] > .banner:nth-child(3) {
    left: 69.25rem;
    width: 29.6875rem;
}

.banner-box[data-active="1"] > .banner:nth-child(4) {
    right: 0;
    width: 28.125rem;
}

.banner-box[data-active="2"] > .banner:nth-child(1) {
    left: 0;
    width: 29.6875rem;
    clip-path: polygon(0% 0%, 100% 0%, 79% 100%, 0% 100%);
}

.banner-box[data-active="2"] > .banner:nth-child(2) {
    left: 23.75rem;
    width: 53.125rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-box[data-active="2"] > .banner:nth-child(3) {
    left: 70.9375rem;
    width: 29.6875rem;
    clip-path: polygon(21.5% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.banner-box[data-active="2"] > .banner:nth-child(4) {
    right: 0;
    width: 26.375rem;
    clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-box[data-active="3"] > .banner:nth-child(1) {
    left: 0;
    width: 29.6875rem;
    clip-path: polygon(0% 0%, 100% 0%, 79% 100%, 0% 100%);
}

.banner-box[data-active="3"] > .banner:nth-child(2) {
    left: 23.75rem;
    width: 29.6875rem;
    clip-path: polygon(21.5% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.banner-box[data-active="3"] > .banner:nth-child(3) {
    left: 46.375rem;
    width: 53.125rem;
    clip-path: polygon(14% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-box[data-active="3"] > .banner:nth-child(4) {
    right: 0;
    width: 26.375rem;
    clip-path: polygon(24% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-box[data-active="4"] > .banner:nth-child(1) {
    left: 0;
    width: 29.6875rem;
    clip-path: polygon(0% 0%, 100% 0%, 79% 100%, 0% 100%);
}

.banner-box[data-active="4"] > .banner:nth-child(2) {
    left: 23.75rem;
    width: 29.6875rem;
    clip-path: polygon(21.5% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.banner-box[data-active="4"] > .banner:nth-child(3) {
    left: 46.375rem;
    width: 29.6875rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.banner-box[data-active="4"] > .banner:nth-child(4) {
    right: 0;
    width: 51.125rem;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.banner-box > .options-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5rem;
    display: flex;
    justify-content: center;
}

.banner-box > .options-box > .options {
    width: 75rem;
    height: 8.13rem;
    background: #ffffff;
    border-radius: 1.63rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner-box > .options-box > .options > .line {
    background: #d8d8d8;
    width: 0.13rem;
    height: 3.63rem;
}

.banner-box > .options-box > .options > .link {
    display: flex;
    flex: 1;
    height: 100%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.banner-box > .options-box > .options > .link > img {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1.25rem;
}

.banner-box > .options-box > .options > .link > .title {
    display: flex;
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 9.25rem;
}

.agency-box > .title {
    font-weight: 600;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
    position: relative;
}

.agency-box > .title::after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 30%;
    width: 40%;
    height: 0.38rem;
    border-radius: 0.19rem;
    background: #ed901c;
}

.agency-box > .sub-title {
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 1.75rem;
    color: #999999;
    line-height: 2.5rem;
    font-style: normal;
    text-transform: uppercase;
}

.agency-box > .agency {
    margin-top: 3.75rem;
    display: flex;
}

.agency-box > .agency > .card {
    display: flex;
    flex-direction: column;
    padding: 1.88rem;
}

.agency-box > .agency > .card:nth-child(1) {
    width: 31.25rem;
    height: 41.25rem;
    background: url("../images/agency-card-1.png") no-repeat;
    background-size: 100% 100%;
}

.agency-box > .agency > .card:nth-child(1) > .title {
    font-weight: 500;
    font-size: 1.75rem;
    color: #ef7c01;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-box > .agency > .card:nth-child(1) > .desc {
    margin-top: 1.25rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-box > .agency > .card:nth-child(1) > .view-details {
    margin-top: 1.88rem;
    width: 8.75rem;
    height: 3.75rem;
    cursor: pointer;

    background: #f1901a;
    border-radius: 0.5rem;
    backdrop-filter: blur(10px);
    outline: unset;
    border: unset;
    color: #ffffff;

    font-weight: 400;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 1.5rem;
    font-style: normal;

    display: flex;
    justify-content: center;
    align-items: center;
}

.agency-box > .agency > .card:nth-child(1) > .view-details > .right-icon {
    margin-left: 0.65rem;
    width: 1.25rem;
    height: 1.25rem;
}

.agency-box > .agency > .card:nth-child(2),
.agency-box > .agency > .card:nth-child(3) {
    margin-left: 1.88rem;
    width: 20rem;
    height: 41.25rem;
    background: url("../images/agency-card-2.png") no-repeat;
    background-size: 100% 100%;

    justify-content: center;
    align-items: center;
}

.agency-box > .agency > .card:nth-child(2) > img,
.agency-box > .agency > .card:nth-child(3) > img {
    width: 3.63rem;
    height: 3.63rem;
}

.agency-box > .agency > .card:nth-child(2) > .title,
.agency-box > .agency > .card:nth-child(3) > .title {
    margin-top: 1.88rem;
    font-weight: 500;
    font-size: 1.75rem;
    color: #ffffff;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-box > .agency > .card:nth-child(2) > .desc,
.agency-box > .agency > .card:nth-child(3) > .desc {
    margin-top: 1.25rem;
    font-weight: 400;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 1.88rem;
    font-style: normal;
}

.psychological-box {
    width: 100vw;
    max-width: 100%;

    background: url("../images/psychological.png") no-repeat;
    background-size: 100% 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 9.25rem;
}

.psychological-box > .title {
    font-weight: 600;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
    position: relative;
}

.psychological-box > .title::after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 30%;
    width: 40%;
    height: 0.38rem;
    border-radius: 0.19rem;
    background: #ed901c;
}

.psychological-box > .sub-title {
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 1.75rem;
    color: #999999;
    line-height: 2.5rem;
    font-style: normal;
    text-transform: uppercase;
}

.psychological-box > .psychological {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80rem;
    margin-top: 5.75rem;
}

.psychological-box > .psychological > .card {
    width: 37.25rem;
    height: 14.75rem;
    background: url("../images/psychological-card.png") no-repeat;
    background-size: 100% 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.psychological-box > .psychological > .card > img {
    width: 3.5rem;
    height: 3.5rem;
}

.psychological-box > .psychological > .card > .info {
    display: flex;
    flex-direction: column;
    margin-left: 2.5rem;
}

.psychological-box > .psychological > .card > .info > .title {
    font-weight: 500;
    font-size: 1.38rem;
    color: #333333;
    line-height: 1.88rem;
    font-style: normal;
}

.psychological-box > .psychological > .card > .info > .desc {
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 1.38rem;
    font-style: normal;
}

.psychological-article-box {
    width: 100vw;
    max-width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 9.25rem;
}

.psychological-article-box > .title {
    font-weight: 600;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
    position: relative;
}

.psychological-article-box > .title::after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 30%;
    width: 40%;
    height: 0.38rem;
    border-radius: 0.19rem;
    background: #ed901c;
}

.psychological-article-box > .sub-title {
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 1.75rem;
    color: #999999;
    line-height: 2.5rem;
    font-style: normal;
    text-transform: uppercase;
}

.psychological-article-box > .psychological-article {
    width: 75rem;
    height: 41.38rem;
    background: url("../images/psychological-article.png") no-repeat;
    background-size: 100% 100%;

    display: flex;
    flex-direction: column;

    padding: 0 3.15rem;

    margin-top: 5rem;
}

.psychological-article-box > .psychological-article > .tabs {
    display: flex;
    justify-content: space-around;
    align-items: center;

    padding-top: 2.56rem;
    padding-bottom: 1.88rem;

    border-bottom: 1px solid rgba(237, 144, 28, 0.2);
}

.psychological-article-box > .psychological-article > .tabs > .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.psychological-article-box > .psychological-article > .tabs > .tab > .link {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-article-box > .psychological-article > .tabs > .tab.tab-this {
    position: relative;
}

.psychological-article-box > .psychological-article > .tabs > .tab:hover > .link,
.psychological-article-box > .psychological-article > .tabs > .tab:active > .link {
    color: #ed901c;
}

.psychological-article-box > .psychological-article > .tabs > .tab.tab-this::after {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 45%;
    width: 10%;
    height: 0.38rem;
    background: #ed901c;
    border-radius: 0.125rem;
}

.psychological-article-box > .psychological-article > .tabs > .tab.tab-this > .link {
    font-weight: 500;
    font-size: 1.5rem;
    color: #ef7c01;
    line-height: 2.06rem;
}

.psychological-article-box > .psychological-article > .article {
    display: flex;
    flex-direction: column;
    padding-top: 0.9rem;
}

.psychological-article-box > .psychological-article > .article > .link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.94rem 0;
}

.psychological-article-box > .psychological-article > .article > .link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 39%;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 99rem;
    background: rgba(239, 124, 1, 1);
    opacity: 0.5;
}

.psychological-article-box > .psychological-article > .article > .link > .title {
    margin-left: 1.5rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-article-box > .psychological-article > .article > .link > .date {
    margin-left: auto;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-article-box > .psychological-article > .article > .link:hover > .title,
.psychological-article-box > .psychological-article > .article > .link:active > .title,
.psychological-article-box > .psychological-article > .article > .link:hover > .date,
.psychological-article-box > .psychological-article > .article > .link:active > .date {
    color: #ef7c01 !important;
}

.study-box {
    width: 100vw;
    max-width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 9.25rem;

    background: #fef8f2;
}

.study-box > .title {
    font-weight: 600;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
    position: relative;
}

.study-box > .title::after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 30%;
    width: 40%;
    height: 0.38rem;
    border-radius: 0.19rem;
    background: #ed901c;
}

.study-box > .sub-title {
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 1.75rem;
    color: #999999;
    line-height: 2.5rem;
    font-style: normal;
    text-transform: uppercase;
}

.study-box > .study {
    display: flex;
    margin-top: 5rem;
}

.study-box > .study > .left {
    display: flex;
    flex-direction: column;
}

.study-box > .study > .left > .link {
    width: 22.5rem;
    height: 6.25rem;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;

    padding: 0 3.15rem;
    background: #ffffff;
}

.study-box > .study > .left > .link.link-this {
    background: linear-gradient(180deg, #f7c33c 0%, #ed901c 100%);
}

.study-box > .study > .left > .link > .title {
    font-weight: 400;
    font-size: 1.38rem;
    color: #666666;
    line-height: 1.88rem;
    font-style: normal;
}

.study-box > .study > .left > .link.link-this > .title {
    color: #ffffff;
}

.study-box > .study > .left > .link:nth-last-child(1) {
    margin-bottom: 0;
}

.study-box > .study > .right {
    margin-left: 1.88rem;
    width: 50.63rem;
    height: 43.75rem;

    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1.88rem;
}

.study-box > .study > .right > .info {
    margin-top: 1.88rem;
    display: flex;
}

.study-box > .study > .right > .cover {
    border-radius: 0.5rem;
}

.study-box > .study > .right > .info > .desc {
    width: 36.25rem;
    font-weight: 400;
    font-size: 1.38rem;
    color: #666666;
    line-height: 1.88rem;
    font-style: normal;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.study-box > .study > .right > .info > .view-details {
    margin-left: 3.15rem;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 8.75rem;
    height: 3.75rem;
    border-radius: 0.5rem;
    border: 0.06rem solid #f1901a;
    background: #ffffff;

    font-weight: 400;
    font-size: 1.13rem;
    color: #f1901a;
    line-height: 1rem;
    font-style: normal;

    cursor: pointer;
}

.study-box > .study > .right > .info > .view-details > .right-icon {
    margin-left: 0.65rem;
}

.society-article-box {
    width: 100vw;
    max-width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 9.25rem;
    background: #f5f6f8;
}

.society-article-box > .title {
    font-weight: 600;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
    position: relative;
}

.society-article-box > .title::after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 30%;
    width: 40%;
    height: 0.38rem;
    border-radius: 0.19rem;
    background: #ed901c;
}

.society-article-box > .sub-title {
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 1.75rem;
    color: #999999;
    line-height: 2.5rem;
    font-style: normal;
    text-transform: uppercase;
}

.society-article-box > .society-article {
    margin-top: 5rem;
    width: 75rem;
    display: flex;
    flex-wrap: wrap;
}

.society-article-box > .society-article > .link {
    padding: 1.88rem;
    display: flex;
    flex-direction: column;
    margin-right: 1.85rem;
    background: #ffffff;
    margin-bottom: 1.85rem;
}

.society-article-box > .society-article > .link:nth-of-type(3n + 3) {
    margin-right: 0;
}

.society-article-box > .society-article > .link > .cover {
    width: 20rem;
    height: 15rem;
    border-radius: 0.5rem;
}

.society-article-box > .society-article > .link > .title {
    margin-top: 1.88rem;
    text-align: center;

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

.news-article-box {
    width: 100vw;
    max-width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-bottom: 9.25rem;
    background: #ffffff;
}

.news-article-box > .title {
    font-weight: 600;
    font-size: 2.25rem;
    color: #333333;
    line-height: 3.13rem;
    font-style: normal;
    position: relative;
}

.news-article-box > .title::after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 30%;
    width: 40%;
    height: 0.38rem;
    border-radius: 0.19rem;
    background: #ed901c;
}

.news-article-box > .sub-title {
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 1.75rem;
    color: #999999;
    line-height: 2.5rem;
    font-style: normal;
    text-transform: uppercase;
}

.news-article-box > .news-article {
    margin-top: 5rem;
    width: 75rem;
    display: flex;
    flex-wrap: wrap;
}

.news-article-box > .news-article > .link {
    width: 37.25rem;
    height: 14.75rem;
    background: url("../images/news-card.png") no-repeat;
    display: flex;

    padding: 1.75rem;
}

.news-article-box > .news-article > .link > .cover {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 0.5rem;
}

.news-article-box > .news-article > .link > .cover {
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 0.5rem;
}
.news-article-box > .news-article > .link > .cover img{
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 0.5rem;
}
.news-article-box > .news-article > .link > .info {
    width: calc(100% - 12.5rem);
    display: flex;
    flex-direction: column;
    margin-left: 1.25rem;
}


.news-article-box > .news-article > .link > .info {
    display: flex;
    flex-direction: column;
    margin-left: 1.25rem;
}

.news-article-box > .news-article > .link > .info > .title {
    margin-top: 1rem;
    width: 21.25rem;
    font-weight: 500;
    font-size: 1.38rem;
    color: #333333;
    line-height: 1.88rem;
    font-style: normal;

    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-article-box > .news-article > .link > .info > .desc {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.13rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.88rem;
    font-style: normal;

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

.news-article-box > .news-article > .link > .info > .date {
    margin-top: 1.15rem;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;
}

.footer-box {
    width: 100vw;
    max-width: 100%;
    background: linear-gradient(180deg, #ffcb9d 0%, #fe9b64 100%);
    padding: 3rem 0;
}

.footer-box > .footer {
    display: flex;
    justify-content: center;
}

.footer-box > .footer > .col {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
}

.footer-box > .footer > .col:nth-child(1) {
    margin-left: 0;
}

.footer-box > .footer > .col > .logo {
    width: 5.5rem;
    height: 8rem;
}

.footer-box > .footer > .col > .tel-title {
    margin-top: 2rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.38rem;
    font-style: normal;
}

.footer-box > .footer > .col > .tel {
    margin-top: 0.6rem;
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 2rem;
    font-style: normal;
}

.footer-box > .footer > .col > .title {
    font-weight: 600;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 1.5rem;
    font-style: normal;
}
.footer-box > .footer > .col > .col_tips {
    font-weight: 600;
    font-size: 1.13rem;
    color: #ffffff;
    line-height: 1.5rem;
    font-style: normal;
    margin-top: 1.5rem;
}
.footer-box > .footer > .col > .link {
    margin-top: 1.25rem;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.38rem;
    font-style: normal;
    max-width: 8rem;
}

.footer-box > .footer > .col > .qrcode {
    margin-top: 1.25rem;
    width: 11.25rem;
    height: 11.25rem;

    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    border: 0.06rem solid #ffffff;

    backdrop-filter: blur(10px);

    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box > .footer > .col > .qrcode > .wechat {
    width: 9.38rem;
    height: 9.38rem;
}

.footer-box > .copyright{
    text-align: center;
    font-weight: 600;
    font-size: 1.03rem;
    margin-top: 3rem;
    color: #ffffff;
    line-height: 1.5rem;
    font-style: normal;
}
.footer-box > .copyright a{
    text-decoration: none;
    color: #ffffff;
}
/* 机构介绍页面 */
.agency-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

.agency-page > .tabs-box {
    width: 100vw;
    max-width: 100%;
    height: 5rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.agency-page > .tabs-box > .tabs {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.agency-page > .tabs-box > .tabs > .link {
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
    line-height: 2rem;
    font-style: normal;
}

.agency-page > .tabs-box > .tabs > .link.link-this {
    font-weight: 500;
    color: #f1901a;
}

.agency-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}

.agency-page > .l-r-img-text-box {
    background: #ffffff;
    width: 100vw;
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.agency-page > .l-r-img-text-box > .l-r-img-text {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.agency-page > .l-r-img-text-box > .l-r-img-text.card-bg {
    background: url("../images/career-card.png") no-repeat;
    background-size: 100% 100%;
    padding: 3.15rem;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .header > .sub-title {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body {
    display: flex;
    justify-content: space-between;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body > .left {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top {
    display: flex;
    align-items: flex-end;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .content {
    margin-top: 1.25rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    max-width: 42rem;
}

.agency-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body > .left > .content {
    max-width: 40rem;
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body > .right {
    /*display: flex;*/
}

.agency-page > .l-r-img-text-box > .l-r-img-text > .body > .right > .cover {
    display: flex;
    width: 30rem;
    border-radius: 0.5rem;
}

.agency-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body > .right > .cover {
    display: flex;
    width: 26rem;
    border-radius: 0.5rem;
}

.agency-page > .develop-box {
    width: 100vw;
    max-width: 100%;
    /* background: rgba(254, 249, 244, 1); */
}

.agency-page > .develop-box > .develop {
    padding-top: 3rem;
    padding-bottom: 5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 120rem;
    /*height: 56.5rem;*/
    height: 72.5rem;
    background: url("../images/develop-bg.png") no-repeat;
    background-size: 100% 100%;
}

.agency-page > .develop-box > .develop > .header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agency-page > .develop-box > .develop > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-page > .develop-box > .develop > .header > .sub-title {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.agency-page > .develop-box > .develop > .body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agency-page > .develop-box > .develop > .body > .rows {
    display: flex;
    margin-bottom: 7.7rem;
}

.agency-page > .develop-box > .develop > .body > .rows > .item {
    display: flex;
    position: relative;
    margin-right: 1.6rem;
}

.agency-page > .develop-box > .develop > .body > .rows > .item:last-child(1) {
    margin-right: 0;
}

.agency-page > .develop-box > .develop > .body > .rows > .item > .date {
    width: 3.63rem;
    height: 3.63rem;
    border: 2px solid #ef7c01;
    border-radius: 99rem;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 400;
    font-size: 1rem;
    color: #ef7c01;
    line-height: 1.38rem;
    font-style: normal;
}

.agency-page > .develop-box > .develop > .body > .rows > .item > .line {
    background: #ef7c01;
    width: 0.13rem;
    height: 6.25rem;
    position: absolute;
    top: 3.55rem;
    left: 1.75rem;
}

.agency-page > .develop-box > .develop > .body > .rows > .item > .arrow {
    width: 19.38rem;
    height: 1.25rem;
    position: absolute;
    top: 9.8rem;
    left: 0;
}

.agency-page > .develop-box > .develop > .body > .rows > .item > .desc {
    width: 14.88rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

    margin-left: 0.75rem;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 1.38rem;
    font-style: normal;
}

.agency-page > .develop-box > .develop > .body > .rows > .item > .arrow-left {
    width: 8.75rem;
    height: 17.38rem;

    position: absolute;
    left: -11rem;
    top: 9.7rem;
}

.agency-page > .develop-box > .develop > .body > .rows > .item > .arrow-right {
    width: 8.75rem;
    height: 17.38rem;

    position: absolute;
    right: -11rem;
    top: 9.7rem;
}

.agency-page > .expert-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;
}

.agency-page > .expert-box > .expert {
    padding-top: 3rem;
    padding-bottom: 5rem;
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.agency-page > .expert-box > .expert > .header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agency-page > .expert-box > .expert > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.agency-page > .expert-box > .expert > .header > .sub-title {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.agency-page > .expert-box > .expert > .body {
    display: flex;
    flex-wrap: wrap;
}

.agency-page > .expert-box > .expert > .body > .card {
    width: 23.75rem;
    height: 35rem;

    background: url("../images/expert-card.png") no-repeat;
    background-size: 100% 100%;
    padding: 1.25rem;
    position: relative;
    margin-right: 1.8rem;
    margin-bottom: 1.8rem;
}
.agency-page > .expert-box > .expert > .body > .card:nth-of-type(3n + 3) {
    margin-right: 0;
}

.agency-page > .expert-box > .expert > .body > .card > .cover {
    border-radius: 0.5rem;
    width: 21.25rem;
    height: 25rem;
}

.agency-page > .expert-box > .expert > .body > .card > .name-card {
    position: absolute;
    left: 1.25rem;
    top: 24.5rem;

    min-width: 10.69rem;
    height: 3rem;
    padding: 0 1.25rem;

    background: url("../images/name-card.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.agency-page > .expert-box > .expert > .body > .card > .name-card > .name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6rem;
    font-style: normal;
}

.agency-page > .expert-box > .expert > .body > .card > .desc {
    margin-top: 2.8rem;

    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;

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

/* 心理服务页面 */
.psychological-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

 .tabs-box {
    width: 100vw;
    max-width: 100%;
    height: 5rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .tabs-box > .tabs {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

 .tabs-box > .tabs > .link {
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
    line-height: 2rem;
    font-style: normal;
}

.tabs-box > .tabs > .link.link-this {
    font-weight: 500;
    color: #f1901a;
}

.psychological-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}

.psychological-page > .consult-box {
    background: #ffffff;
    width: 100vw;
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.psychological-page > .consult-box > .consult {
    display: flex;
    flex-direction: column;
    width: 75rem;
    margin: 0 auto;
}

.psychological-page > .consult-box > .consult > .header {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: flex-end;
}

.psychological-page > .consult-box > .consult > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.psychological-page > .consult-box > .consult > .header > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 2.25rem;
    font-style: normal;
}

.psychological-page > .consult-box > .consult > .body {
    display: flex;
    justify-content: space-between;
}

.psychological-page > .consult-box > .consult > .body > .card {
    background: url("../images/psychological-card-bg.png") no-repeat;
    background-size: 100% 100%;
    width: 23.75rem;
    height: 23.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5rem;
}

.psychological-page > .consult-box > .consult > .body > .card > .cover {
    width: 6.25rem;
    height: 6.25rem;
}

.psychological-page > .consult-box > .consult > .body > .card > .title {
    margin-top: 3.15rem;
    font-weight: 600;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;
}

.psychological-page > .consult-box > .consult > .body > .card > .desc {
    margin-top: 1.25rem;
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 1.88rem;
    font-style: normal;
    text-align: center;

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

.psychological-page > .l-r-img-text-box {
    background: #ffffff;
    width: 100vw;
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text.card-bg {
    background: url("../images/career-card.png") no-repeat;
    background-size: 100% 100%;
    padding: 3.15rem;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .header {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: flex-end;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .header > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 2.25rem;
    font-style: normal;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body {
    display: flex;
    justify-content: space-between;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body > .left {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top {
    display: flex;
    align-items: flex-end;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .content {
    margin-top: 1.25rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    max-width: 42rem;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body > .left > .content {
    max-width: 40rem;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body > .right {
    display: flex;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text > .body > .right > .cover {
    display: flex;
    width: 30rem;
    border-radius: 0.5rem;
}

.psychological-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body > .right > .cover {
    display: flex;
    width: 26rem;
    border-radius: 0.5rem;
}

.psychological-page > .consult-article-box {
    width: 100vw;
    max-width: 100%;
}

.psychological-page > .consult-article-box > .consult-article {
    padding-top: 3rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width: 120rem;*/
    height: 42.75rem;
    /*background: #fef7f1;*/
    background: url(../images/psychological-article-bg.png) no-repeat;
    /*background-size: 100% 100%;*/
    background-position: center;

    overflow-y: auto;
}

.psychological-page > .consult-article-box > .consult-article > .header,
.psychological-page > .consult-article-box > .consult-article > .body {
    width: 75rem;
}

.psychological-page > .consult-article-box > .consult-article > .header {
    display: flex;
    align-items: flex-end;
}

.psychological-page > .consult-article-box > .consult-article > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.psychological-page > .consult-article-box > .consult-article > .header > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 2.25rem;
    font-style: normal;
}

.psychological-page > .consult-article-box > .consult-article > .body {
    margin-top: 1.88rem;
}

.psychological-page > .consult-article-box > .consult-article > .body > .content {
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;
}

.psychological-page > .address-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;
}

.psychological-page > .address-box > .address {
    width: 75rem;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.psychological-page > .address-box > .address > .header {
    display: flex;
    align-items: flex-end;
}

.psychological-page > .address-box > .address > .header > .title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.psychological-page > .address-box > .address > .header > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-page > .address-box > .address > .body {
    margin-top: 3rem;
    display: flex;
}

.psychological-page > .address-box > .address > .body > .left {
    display: flex;
}

.psychological-page > .address-box > .address > .body > .left > .address {
    width: 39.38rem;
    height: 34.38rem;
    display: flex;
}

.psychological-page > .address-box > .address > .body > .right {
    margin-left: 1.88rem;
    display: flex;
    flex-direction: column;
}

.psychological-page > .address-box > .address > .body > .right > .tel {
    display: flex;
    flex-direction: column;
}

.psychological-page > .address-box > .address > .body > .right > .tel > .top {
    display: flex;
    align-items: center;
}

.psychological-page > .address-box > .address > .body > .right > .tel > .top > .tel-icon {
    width: 1.25rem;
    height: 1.25rem;
}
.psychological-page > .address-box > .address > .body > .right > .tel > .top > .title {
    margin-left: 0.25rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: #ef7c01;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-page > .address-box > .address > .body > .right > .tel > .desc {
    margin-top: 1.25rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-page > .address-box > .address > .body > .right > .qrcode {
    margin-top: 1.5rem;
    display: flex;
}

.psychological-page > .address-box > .address > .body > .right > .qrcode > .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5.88rem;
}

.psychological-page > .address-box > .address > .body > .right > .qrcode > .item > .cover {
    display: flex;
    width: 8.13rem;
    height: 8.13rem;
}

.psychological-page > .address-box > .address > .body > .right > .qrcode > .item > .title {
    margin-top: 0.5rem;

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

.psychological-page > .address-box > .address > .body > .right > .time,
.psychological-page > .address-box > .address > .body > .right > .address {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.psychological-page > .address-box > .address > .body > .right > .time > .icon,
.psychological-page > .address-box > .address > .body > .right > .address > .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.psychological-page > .address-box > .address > .body > .right > .time > .title,
.psychological-page > .address-box > .address > .body > .right > .address > .title {
    margin-left: 0.44rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #ef7c01;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-page > .address-box > .address > .body > .right > .time > .desc,
.psychological-page > .address-box > .address > .body > .right > .address > .desc {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-page > .address-box > .address > .body > .right > .buttons {
    margin-top: 2.25rem;
    display: flex;
}

.psychological-page > .address-box > .address > .body > .right > .buttons > .button {
    height: 3.75rem;
    border-radius: 0.5rem;
    border: 0.06rem solid #f1901a;
    outline: unset;
    background: #ffffff;
    color: #f1901a;
    padding: 1.13rem 1.25rem;
    margin-right: 3rem;
    cursor: pointer;

    font-weight: 400;
    font-size: 1.13rem;
    color: #f1901a;
    line-height: 1.5rem;
    font-style: normal;
}

.psychological-page > .address-box > .address > .body > .right > .buttons > .button > .icon {
    margin-left: 0.45rem;
}

.staff-page > .expert-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;
}

.staff-page > .expert-box > .expert {
    padding-top: 3rem;
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.staff-page > .expert-box > .expert:last-child {
    margin-bottom: 5rem;
}

.staff-page > .expert-box > .expert > .header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.staff-page > .expert-box > .expert > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.staff-page > .expert-box > .expert > .header > .sub-title {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.staff-page > .expert-box > .expert > .body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.staff-page > .expert-box > .expert > .body > .card {
    width: 23.75rem;
    height: 35rem;
    border: 1px solid rgba(51,51,51,0.5);
    border-radius:10px;
    /*background: url("../images/expert-card.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    padding: 1.25rem;
    position: relative;
    margin: 0 0.6rem;
    margin-bottom: 1.8rem;
}


/*.staff-page > .expert-box > .expert > .body > .card:nth-child(1 + 3n) {*/
/*    margin-left: 0;*/
/*}*/
/*.staff-page > .expert-box > .expert > .body > .card:nth-of-type(3n + 3) {*/
/*    margin-right: 0;*/
/*}*/

.staff-page > .expert-box > .expert > .body > .card > .cover {
    border-radius: 0.5rem;
    width: 21.25rem;
    height: 25rem;
}

.staff-page > .expert-box > .expert > .body > .card > .name-card {
    position: absolute;
    left: 1.25rem;
    top: 24.5rem;

    min-width: 5.69rem;
    height: 3.5rem;
    padding: 0 .8rem;

    background: url("../images/name-card.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.staff-page > .expert-box > .expert > .body > .card > .name-card > .name {
    font-weight: 600;
    font-size: 1.3rem;
    color: #ffffff;
    line-height: 2rem;
    font-style: normal;
}

.staff-page > .expert-box > .expert > .body > .card > .desc {
    margin-top: 2.8rem;
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;

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


.staff-page > .expert-box > .expert > .body > .card:hover {
    border: 1px solid rgba(237, 144, 28, 1);
}

.staff-page > .expert-box > .expert > .body > .card:hover .desc{
    color: rgba(237, 144, 28, 1);
}

.staff-page > .expert-box > .expert > .body > .card > .desc:hover{
    color: rgba(237, 144, 28, 1);
}
.reservation-page > .reservation-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;
}

.reservation-page > .reservation-box > .reservation {
    padding-top: 1.88rem;
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.reservation-page > .reservation-box > .reservation:last-child {
    margin-bottom: 5rem;
}

.reservation-page > .reservation-box > .reservation > .header {
    display: flex;
    align-items: center;
}

.reservation-page > .reservation-box > .reservation > .header > .title {
    font-weight: 500;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.reservation-page > .reservation-box > .reservation > .header > .sub-title {
    font-weight: 400;
    font-size: 1.13rem;
    color: rgba(51, 51, 51, 0.8);
    line-height: 1.56rem;
    font-style: normal;
    margin-left: 1.25rem;
}

.reservation-page > .reservation-box > .reservation > .body {
    display: flex;
    flex-direction: column;
}

.reservation-page > .reservation-box > .reservation > .body > .card {
    margin-top: 1.88rem;
    padding: 1.88rem;

    background: url("../images/reservation-card.png") no-repeat;
    background-size: 100% 100%;

    display: flex;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .cover {
    border-radius: 0.5rem;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info {
    margin-left: 1.88rem;
    display: flex;
    flex-direction: column;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .name {
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .desc {
    margin-top: 1.25rem;
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .time-box {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .time-box > .title {
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 1.56rem;
    font-style: normal;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .time-box > .time {
    font-weight: 400;
    font-size: 1.13rem;
    color: #ef7c01;
    line-height: 1.56rem;
    font-style: normal;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .qrcode {
    margin-top: .45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7.5rem;
    height: 7.5rem;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .qrcode > .cover {
    display: flex;
}

.reservation-page > .reservation-box > .reservation > .body > .card > .info > .qrcode > .title {
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 1.56rem;
    font-style: normal;
}

/* 心理科普页面 */
.psychological-science-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

.psychological-science-page > .tabs-box {
    width: 100vw;
    max-width: 100%;
    height: 5rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.psychological-science-page > .tabs-box > .tabs {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.psychological-science-page > .tabs-box > .tabs > .link {
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
    line-height: 2rem;
    font-style: normal;
}

.psychological-science-page > .tabs-box > .tabs > .link.link-this {
    font-weight: 500;
    color: #f1901a;
}

.psychological-science-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}

.psychological-science-page > .l-r-img-text-box {
    background: #ffffff;
    width: 100vw;
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text.card-bg {
    background: url("../images/card-bg-2.png") no-repeat;
    background-size: 100% 100%;
    padding: 3.15rem;

    width: 120rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .header > .sub-title {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body {
    display: flex;
    justify-content: space-between;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top {
    display: flex;
    align-items: flex-end;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}




.article  .l-r-img-text-box {
    
    width: 100vw;
    max-width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.article  .l-r-img-text-box > .l-r-img-text {
    /*width: 75rem;*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.article  .l-r-img-text-box > .l-r-img-text.card-bg {
    background: url("../images/card-bg-2.png") no-repeat;
    background-size: 100% 100%;
    padding: 3.15rem;

    width: 120rem;
}

.article .l-r-img-text-box > .l-r-img-text > .header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article .l-r-img-text-box > .l-r-img-text > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.article  .l-r-img-text-box > .l-r-img-text > .header > .sub-title {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.article .l-r-img-text-box > .l-r-img-text > .body {
    display: flex;
    justify-content: space-between;
}

.article  .l-r-img-text-box > .l-r-img-text.card-bg > .body {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.article  .l-r-img-text-box > .l-r-img-text > .body > .left {
    display: flex;
    flex-direction: column;
    /*margin-top: 1rem;*/
}

.article .l-r-img-text-box > .l-r-img-text > .body > .left > .top {
    display: flex;
    align-items: flex-end;
}

.article  .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}


.article 
    > .l-r-img-text-box
    > .l-r-img-text
    > .body
    > .left
    > .top
    > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.article .l-r-img-text-box > .l-r-img-text > .body > .left > .content {
    /*margin-top: 1.25rem;*/

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    max-width: 42rem;
}

.article .l-r-img-text-box > .l-r-img-text > .body > .left > .max-row-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article .l-r-img-text-box > .l-r-img-text > .body > .left > .qrcode {
    margin-top: 1.25rem;
    display: flex;
}

.article .l-r-img-text-box > .l-r-img-text > .body > .left > .qrcode > .cover {
    width: 10rem;
    height: 10rem;
}

.article .l-r-img-text-box > .l-r-img-text > .body > .left > .qrcode > .info {
    display: flex;
    flex-direction: column;

    margin-left: 1rem;
}


.article .l-r-img-text-box > .l-r-img-text > .body > .right {
    display: flex;
    padding-top: 0.81rem;
}

.article .l-r-img-text-box > .l-r-img-text > .body > .right > .cover {
    display: flex;
    height: 16rem;
    border-radius: 0.5rem;
}




.psychological-science-page
    > .l-r-img-text-box
    > .l-r-img-text
    > .body
    > .left
    > .top
    > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .content {
    margin-top: 1.25rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    max-width: 42rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .max-row-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .qrcode {
    margin-top: 1.25rem;
    display: flex;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .qrcode > .cover {
    width: 10rem;
    height: 10rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .qrcode > .info {
    display: flex;
    flex-direction: column;

    margin-left: 1rem;
}

.psychological-science-page
    > .l-r-img-text-box
    > .l-r-img-text
    > .body
    > .left
    > .qrcode
    > .info
    > .title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;

    margin-top: 1.25rem;
}

.psychological-science-page
    > .l-r-img-text-box
    > .l-r-img-text
    > .body
    > .left
    > .qrcode
    > .info
    > .desc {
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 1.88rem;
    font-style: normal;

    margin-top: 1.25rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body > .left > .content {
    max-width: 40rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .right {
    display: flex;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text > .body > .right > .cover {
    display: flex;
    width: 30rem;
    border-radius: 0.5rem;
}

.psychological-science-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body > .right > .cover {
    display: flex;
    width: 26rem;
    border-radius: 0.5rem;
}

.psychological-science-page > .address-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;
}

.psychological-science-page > .address-box > .address {
    width: 75rem;
    margin: 0 auto;
    padding-bottom: 5rem;
}

.psychological-science-page > .address-box > .address > .header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.psychological-science-page > .address-box > .address > .header > .title {
    font-weight: 600;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.psychological-science-page > .address-box > .address > .header > .sub-title {
    margin-top: 0.63rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-science-page > .address-box > .address > .body {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

.psychological-science-page > .address-box > .address > .body > .left {
    display: flex;
}

.psychological-science-page > .address-box > .address > .body > .left > .address {
    width: 39.38rem;
    height: 31.25rem;
    display: flex;
}

.psychological-science-page > .address-box > .address > .body > .right {
    display: flex;
    flex-direction: column;
}

.psychological-science-page > .address-box > .address > .body > .right > .tel {
    display: flex;
    flex-direction: column;
}

.psychological-science-page > .address-box > .address > .body > .right > .tel > .top {
    display: flex;
    align-items: center;
}

.psychological-science-page > .address-box > .address > .body > .right > .tel > .top > .tel-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.psychological-science-page > .address-box > .address > .body > .right > .tel > .top > .title {
    margin-left: 0.25rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: #ef7c01;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-science-page > .address-box > .address > .body > .right > .tel > .desc {
    margin-top: 1.25rem;
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-science-page > .address-box > .address > .body > .right > .qrcode {
    margin-top: 1.5rem;
    display: flex;
}

.psychological-science-page > .address-box > .address > .body > .right > .qrcode > .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 5.88rem;
}

.psychological-science-page > .address-box > .address > .body > .right > .qrcode > .item > .cover {
    display: flex;
    width: 8.13rem;
    height: 8.13rem;
}

.psychological-science-page > .address-box > .address > .body > .right > .qrcode > .item > .title {
    margin-top: 0.5rem;

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

.psychological-science-page > .address-box > .address > .body > .right > .time,
.psychological-science-page > .address-box > .address > .body > .right > .address {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.psychological-science-page > .address-box > .address > .body > .right > .time > .icon,
.psychological-science-page > .address-box > .address > .body > .right > .address > .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.psychological-science-page > .address-box > .address > .body > .right > .time > .title,
.psychological-science-page > .address-box > .address > .body > .right > .address > .title {
    margin-left: 0.44rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #ef7c01;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-science-page > .address-box > .address > .body > .right > .time > .desc,
.psychological-science-page > .address-box > .address > .body > .right > .address > .desc {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.psychological-science-page > .address-box > .address > .body > .right > .buttons {
    margin-top: 2.25rem;
    display: flex;
}

.psychological-science-page > .address-box > .address > .body > .right > .buttons > .button {
    height: 3.75rem;
    border-radius: 0.5rem;
    border: 0.06rem solid #f1901a;
    outline: unset;
    background: #ffffff;
    color: #f1901a;
    padding: 1.13rem 1.25rem;
    margin-right: 3rem;
    cursor: pointer;

    font-weight: 400;
    font-size: 1.13rem;
    color: #f1901a;
    line-height: 1.5rem;
    font-style: normal;
}

.psychological-science-page
    > .address-box
    > .address
    > .body
    > .right
    > .buttons
    > .button
    > .icon {
    margin-left: 0.45rem;
}

/* 文章列表 */
.article-list-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

.article-list-page > .tabs-box {
    width: 100vw;
    max-width: 100%;
    height: 5rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-list-page > .tabs-box > .tabs {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.article-list-page > .tabs-box > .tabs > .link {
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
    line-height: 2rem;
    font-style: normal;
}

.article-list-page > .tabs-box > .tabs > .link.link-this {
    font-weight: 500;
    color: #f1901a;
}

.article-list-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}

.article-list-page > .article-list-box {
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;

    margin-bottom: 3rem;
}

.article-list-page > .article-list-box > .article {
    display: flex;
    margin: 0 auto;
    width: 75rem;
    padding: 1.88rem 0;
    border-bottom: 0.13rem solid #f2f2f2;
}

.article-list-page > .article-list-box > .article:last-child {
    border-bottom: none;
}

.article-list-page > .article-list-box > .article > .cover {
    /*width: 22rem;*/
    height: 17.5rem;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
}

.article-list-page > .article-list-box > .article > .info {
    display: flex;
    flex-direction: column;

    margin-left: 1.25rem;
}

.article-list-page > .article-list-box > .article > .info > .title {
    margin-top: 1.25rem;

    font-weight: 500;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;

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

.article-list-page > .article-list-box > .article > .info > .desc {
    margin-top: 1.25rem;

    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 1.88rem;
    font-style: normal;

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

.article-list-page > .article-list-box > .article > .info > .time {
    margin-top: 1.25rem;

    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    line-height: 1.63rem;
    font-style: normal;
}

.article-list-page > .article-list-box > .article > .info > .open-page {
    width: 6.88rem;
    height: 2.5rem;

    border-radius: 0.13rem;
    border: 0.06rem solid #999999;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 1.25rem;
}

.article-list-page > .article-list-box > .article > .info > .open-page > .title {
    font-weight: 400;
    font-size: 1rem;
    color: #999999;
    line-height: 1.38rem;
    font-style: normal;
}

.article-list-page > .article-list-box > .article > .info > .open-page > .icon {
    width: 0.75rem;
    height: 0.63rem;
}

/* 学习培养 */
.study-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

.study-page > .tabs-box {
    width: 100vw;
    max-width: 100%;
    height: 5rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.study-page > .tabs-box > .tabs {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.study-page > .tabs-box > .tabs > .link {
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
    line-height: 2rem;
    font-style: normal;
}

.study-page > .tabs-box > .tabs > .link.link-this {
    font-weight: 500;
    color: #f1901a;
}

.study-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}

.study-page > .l-r-img-text-box {
    background: #ffffff;
    width: 100vw;
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.study-page > .l-r-img-text-box > .l-r-img-text {
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body {
    display: flex;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body {
    display: flex;
    justify-content: space-between;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body > .left {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top {
    display: flex;
    align-items: flex-end;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .title {
    font-weight: 600;
    font-size: 2rem;
    color: #333333;
    line-height: 2.75rem;
    font-style: normal;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .top > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body > .left > .content {
    margin-top: 1.25rem;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    max-width: 42rem;
}

.study-page > .l-r-img-text-box > .l-r-img-text.card-bg > .body > .left > .content {
    max-width: 40rem;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body > .right {
    display: flex;
}

.study-page > .l-r-img-text-box > .l-r-img-text > .body > .right > .cover {
    display: flex;
    width: 30rem;
    border-radius: 0.5rem;
}

.study-page > .consult-article-box {
    width: 100vw;
    max-width: 100%;

    margin-bottom: 3rem;
}

.study-page > .consult-article-box > .consult-article {
    padding: 3.15rem 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 75rem;
    /* height: 42.75rem; */
    /*background: #fffcfa;*/

    /* overflow-y: auto; */
}

.study-page > .consult-article-box > .consult-article > .header {
    display: flex;
    align-items: flex-end;
    /*padding: 0 3.15rem;*/
}

.study-page > .consult-article-box > .consult-article > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.study-page > .consult-article-box > .consult-article > .header > .sub-title {
    margin-left: 1.88rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 2.25rem;
    font-style: normal;
}

.study-page > .consult-article-box > .consult-article > .body {
    margin-top: 1.88rem;
}

.study-page > .consult-article-box > .consult-article > .body > .card {
    /*padding: 1.25rem 1.25rem;*/
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content {
    padding: 1.25rem 1.25rem;
    border-radius: 0.5rem;
    background: #FFF2EA;
    margin-bottom: 1.5rem;
    border-radius: 12px;
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content:nth-of-type(2n) {
    /*background: rgba(239, 124, 1, 0.1);*/
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content > .wen,
.study-page > .consult-article-box > .consult-article > .body > .card > .content > .da {
    /*display: flex;*/
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content > .wen {
    margin-bottom: 1.25rem;
    background: #EF7C01;
    border-radius: 12px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 1.3rem;
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content > .wen > .icon,
.study-page > .consult-article-box > .consult-article > .body > .card > .content > .da > .icon {
    width: 1.5rem;
    height: 1.5rem;
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content > .da > .icon {
    margin-top: 0.25rem;
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content > .wen > .title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 80px;
    font-style: normal;

    margin-left: 1.25rem;
}

.study-page > .consult-article-box > .consult-article > .body > .card > .content > .da > .title {
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 2.25rem;
    font-style: normal;

}
.study-page > .consult-article-box > .consult-article > .body > .card > .content > .da > .title .content_pic{
    width: 200px;
    height: 200px;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    float: left;
    border-radius: 12px;
}

/* 心理健康教育项目 */
.product-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

.product-page > .tabs-box {
    width: 100vw;
    max-width: 100%;
    height: 5rem;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page > .tabs-box > .tabs {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-page > .tabs-box > .tabs > .link {
    font-weight: 400;
    font-size: 1.5rem;
    color: #999999;
    line-height: 2rem;
    font-style: normal;
}

.product-page > .tabs-box > .tabs > .link.link-this {
    font-weight: 500;
    color: #f1901a;
}

.product-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}

.product-page > .product-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;

    margin-bottom: 3rem;
}

.product-page > .product-box > .product {
    padding-top: 3rem;
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.product-page > .product-box > .product > .header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-page > .product-box > .product > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.product-page > .product-box > .product > .header > .sub-title {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.75rem;
    font-style: normal;
}

.product-page > .product-box > .product > .body {
    display: flex;
    flex-wrap: wrap;
}

.product-page > .product-box > .product > .body > .card {
    width: 23.75rem;
    padding: 1.88rem;

    background: url("../images/product-card.png") no-repeat;
    background-size: 100% 100%;

    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-page > .product-box > .product > .body > .card:nth-of-type(3n) {
    margin-right: 0;
}

.product-page > .product-box > .product > .body > .card > .cover {
    border-radius: 0.5rem;

    width: 20rem;
    height: 20rem;

    margin-bottom: 1.25rem;
}

.product-page > .product-box > .product > .body > .card > .title {
    font-weight: 500;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;
}

.product-page > .product-box > .product > .body > .card > .desc {
    margin-top: 0.88rem;
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;
}

.product-page > .product-box > .product > .body > .card > .price-box {
    margin-top: 1.25rem;
    display: flex;
    align-items: flex-end;
}

.product-page > .product-box > .product > .body > .card > .price-box > .price {
    font-weight: 500;
    font-size: 2.25rem;
    color: #ff2828;
    line-height: 2.25rem;
    font-style: normal;
}

.product-page > .product-box > .product > .body > .card > .price-box > .price::before {
    content: "￥";

    font-weight: 500;
    font-size: 1.5rem;
    color: #ff2828;
    line-height: 2.25rem;
    font-style: normal;
}

.product-page > .product-box > .product > .body > .card > .price-box > .old-price {
    margin-left: 1rem;
    font-weight: 400;
    font-size: 1.5rem;
    color: #a8a8a8;
    line-height: 2.25rem;
    font-style: normal;
    text-decoration-line: line-through;
}

/* 新闻中心 */

.news-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

.news-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}


.news-page > .news-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;

    margin-bottom: 3rem;
}

.news-page > .news-box > .news {
    padding-top: 3rem;
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.news-page > .news-box > .news.article {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
}

.news-page > .news-box > .news.article > .title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
    text-align: center;
}

.news-page > .news-box > .news.article > .info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.news-page > .news-box > .news.article > .info > .date {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;
}

.news-page > .news-box > .news.article > .info > .view {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;

    margin-left: 1.25rem;
}

.news-page > .news-box > .news.article > .content {
    margin-top: 1.88rem;

    min-height: 20rem;
}

.news-page > .news-box > .news > .card {
    display: flex;
    flex-direction: column;
    width: 23.75rem;

    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.news-page > .news-box > .news > .card > .cover {
    border-radius: 0.5rem;
    width: 23.75rem;
    height: 18.75rem;
}

.news-page > .news-box > .news > .card > .title {
    margin-top: 1.5rem;

    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;

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

.news-page > .news-box > .news > .card > .desc {
    margin-top: 0.63rem;

    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;

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

.news-page > .news-box > .news > .card > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}

.news-page > .news-box > .news > .card > .bottom > .time {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1;
    font-style: normal;
}

.news-page > .news-box > .news > .card > .bottom > .open-page {
    width: 5.19rem;
    height: 1.88rem;
    border-radius: 0.13rem;
    border: 0.06rem solid #999999;

    display: flex;
    justify-content: center;
    align-items: center;
}

.news-page > .news-box > .news > .card > .bottom > .open-page > .title {
    font-weight: 400;
    font-size: 0.88rem;
    color: #999999;
    line-height: 1;
    font-style: normal;
}



.news-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;

    margin-bottom: 3rem;
}

.news-box > .news {
    padding-top: 3rem;
    width: 75rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.news-box > .news.article {
    padding-top: 3rem;
    display: flex;
    flex-direction: column;
    flex-wrap: unset;
}

.news-box > .news.article > .title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
    text-align: center;
}

.news-box > .news.article > .info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.news-box > .news.article > .info > .date {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;
}

.news-box > .news.article > .info > .view {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;

    margin-left: 1.25rem;
}

.news-box > .news.article > .content {
    margin-top: 1.88rem;

    min-height: 20rem;
}

.news-box > .news > .card {
    display: flex;
    flex-direction: column;
    width: 23.75rem;

    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.news-box > .news > .card > .cover {
    border-radius: 0.5rem;
    width: 23.75rem;
    height: 18.75rem;
}

.news-box > .news > .card > .title {
    margin-top: 1.5rem;

    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;

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

.news-box > .news > .card > .desc {
    margin-top: 0.63rem;

    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1.38rem;
    font-style: normal;

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

.news-page > .news-box > .news > .card > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}

.news-page > .news-box > .news > .card > .bottom > .time {
    font-weight: 400;
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.5);
    line-height: 1;
    font-style: normal;
}

.news-page > .news-box > .news > .card > .bottom > .open-page {
    width: 5.19rem;
    height: 1.88rem;
    border-radius: 0.13rem;
    border: 0.06rem solid #999999;

    display: flex;
    justify-content: center;
    align-items: center;
}

.news-page > .news-box > .news > .card > .bottom > .open-page > .title {
    font-weight: 400;
    font-size: 0.88rem;
    color: #999999;
    line-height: 1;
    font-style: normal;
}

.news-page > .news-box > .news > .card > .bottom > .open-page > .icon {
    width: 0.75rem;
    height: 0.63rem;
    margin-left: 0.3rem;
}


.news-page > .news-box > .news > .card > .bottom > .open-page > .icon {
    width: 0.75rem;
    height: 0.63rem;
    margin-left: 0.3rem;
}

/* 建议反馈 */
.help-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

.help-page > .placeholder-box {
    height: 1.88rem;
    background: #f5f6f8;
    width: 100vw;
    max-width: 100%;
}

.help-page > .help-box {
    width: 100vw;
    max-width: 100%;
    background: #ffffff;

    margin-bottom: 3rem;
}

.help-page > .help-box > .help {
    padding-top: 3rem;
    width: 75rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.help-page > .help-box > .help > .left {
    display: flex;
    flex-direction: column;
}

.help-page > .help-box > .help > .left > .header {
    display: flex;
    align-items: flex-end;
}

.help-page > .help-box > .help > .left > .header > .title {
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
}

.help-page > .help-box > .help > .left > .header > .sub-title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    text-align: left;
    margin-left: 1.88rem;
}

.help-page > .help-box > .help > .left > .body {
    display: flex;
    flex-direction: column;

    margin-top: 0.63rem;
    max-width: 34rem;
}

.help-page > .help-box > .help > .left > .body > .content {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    margin-top: 1.25rem;
}

.help-page > .help-box > .help > .left > .body > .open-page {
    width: 23.44rem;
    height: 5rem;
    background: rgba(239, 124, 1, 0.1);
    border-radius: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 1.5rem;
}

.help-page > .help-box > .help > .left > .body > .open-page > .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.help-page > .help-box > .help > .left > .body > .open-page > .title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #ef7c01;
    line-height: 1.75rem;
    font-style: normal;
    margin-left: 0.5rem;
}

.help-page > .help-box > .help > .left > .body > .open-page > .content {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}

.help-page > .help-box > .help > .right {
    display: flex;
}

.help-page > .help-box > .help > .right > .cover {
    width: 26.25rem;
    height: 23.56rem;
}

/* 个人中心 */
.user-page {
    background: #f1f1f1;
}

.user-page > .header-box > .header-pos > .header {
    display: flex;
    justify-content: space-between;
    width: 85rem;
}

.user-page > .main {
    margin: 2.5rem auto;
    width: 85rem;
    display: flex;
    justify-content: space-between;
}

.user-page > .main > .left {
    width: 18rem;
    height: 50rem;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.user-page > .main > .right {
    width: 65rem;
    height: 50rem;
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
}

.user-page > .main > .left > .header,
.user-page > .main > .right > .header {
    border-bottom: 0.06rem solid #f2f2f2;
    padding-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-page > .main > .left > .header > .title,
.user-page > .main > .right > .header > .title {
    font-weight: 500;
    font-size: 1.5rem;
    color: #333333;
    line-height: 2rem;
    font-style: normal;
}

.user-page > .main > .right > .header > .score-box {
    width: 12.5rem;
    height: 3.38rem;

    background: rgba(239, 124, 1, 0.2);
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-page > .main > .right > .header > .score-box > .title {
    font-weight: 400;
    font-size: 1.5rem;
    color: #ef7c01;
    line-height: 2rem;
    font-style: normal;
}

.user-page > .main > .left > .body {
    display: flex;
    flex-direction: column;
}

.user-page > .main > .left > .body > .link {
    padding: 1.25rem 0;
    border-bottom: 0.06rem solid #f2f2f2;
    display: flex;
    align-items: center;
}

.user-page > .main > .left > .body > .link > .icon,
.user-page > .main > .left > .body > .link > .icon-active {
    width: 1.5rem;
    height: 1.5rem;
}

.user-page > .main > .left > .body > .link > .title {
    margin-left: 0.63rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1.63rem;
    font-style: normal;
}

.user-page > .main > .left > .body > .link.link-this > .title {
    color: #ef7c01;
}

.user-page > .main > .left > .body > .link > .icon-active,
.user-page > .main > .left > .body > .link.link-this > .icon {
    display: none;
}

.user-page > .main > .left > .body > .link > .icon,
.user-page > .main > .left > .body > .link.link-this > .icon-active {
    display: flex;
}

.user-page > .main > .left > .body > .link:hover > .icon-active {
    display: flex;
}

.user-page > .main > .left > .body > .link:hover > .icon {
    display: none;
}

.user-page > .main > .left > .body > .link:hover > .title {
    color: #ef7c01;
}

.user-page > .main > .right > .body {
    padding: 1.88rem 0;
    display: flex;
    flex-direction: column;

    height: 100%;
}

.user-page > .main > .right > .body > .form {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.user-page > .main > .right > .body > .form > .form-item {
    display: flex;
}

.user-page > .main > .right > .body > .form > .form-item > .input {
    background: #f5f6f8;
    border-radius: 0.5rem;
    flex: 1;
    padding: 1.25rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1;
    font-style: normal;

    margin-bottom: 1.88rem;

    border: unset;
    outline: unset;
}

.user-page > .main > .right > .body > .form > .form-item > .input::placeholder {
    font-weight: 400;
    font-size: 1.25rem;
    color: #999999;
    line-height: 1;
    font-style: normal;
}

.user-page > .main > .right > .body > .form > .form-item > .upload {
    width: 7.5rem;
    height: 7.5rem;

    background: #f5f6f8;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 1rem;
    position: relative;
}
.user-page > .main > .right > .body > .form > .form-item > .upload .close{
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    content: 'X';
    color: red;
    position: absolute;
    right: -0.2rem;
    top: -0.2rem;
    line-height: .8;
    border-radius: 50%;
    align-items: center;
    border: 1px solid red;
    text-align: center;
}
.user-page > .main > .right > .body > .form > .form-item > .upload > .imgicon {
    width: 7.5rem;
    height: 7.5rem;
}

.user-page > .main > .right > .body > .form > .form-item > .upload > .icon {
    width: 1.75rem;
    height: 1.75rem;
}

.user-page > .main > .right > .body > .form > .form-item > .upload > .title {
    font-weight: 400;
    font-size: 1.13rem;
    color: #333333;
    line-height: 1.5rem;
    font-style: normal;
    margin-top: 0.63rem;
}

.user-page > .main > .right > .body > .form > .form-item.bottom {
    position: absolute;
    bottom: 0;
    left: calc(50% - 6.25rem);
}

.user-page > .main > .right > .body > .form > .form-item > .submit {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: unset;
    outline: unset;

    width: 12.5rem;
    height: 3.75rem;
    background: rgba(239, 124, 1, 0.2);
    border-radius: 1rem;

    font-weight: 500;
    font-size: 1.25rem;
    color: #ef7c01;
    line-height: 1.75rem;
    font-style: normal;
}

.user-page > .main > .right > .body .layui-table {
    border-spacing: 0;
}

.user-page > .main > .right > .body .layui-table thead tr {
    height: 4.25rem;
    background: #eeeeee;
    /*border-radius: 0.5rem;*/

    font-weight: 500 !important;
    font-size: 1.25rem;
    color: #333333;
    line-height: 4.25rem;
    font-style: normal;
}
.user-page > .main > .right > .body .layui-table thead tr span{
    
    font-weight: bold !important;
}

.user-page > .main > .right > .body .layui-table tbody {
    display: block;
    overflow-y: auto;
}

.user-page > .main > .right > .body .layui-table tbody tr {
    height: 4.25rem;
    background: #ffffff;
    border-radius: 0.5rem;
    text-align: center;

    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.75rem;
    font-style: normal;
}
.layui-table thead tr{
    background: transition;
}
.user-page > .main > .right > .body .layui-table tbody tr:hover {
    background: rgb(238, 238, 238, 0.5);
}

.user-page > .main > .right > .body .layui-table tbody tr td {
    border-bottom: 0.06rem solid #f2f2f2;
}

.user-page > .main > .right > .body .layui-table thead tr,
.user-page > .main > .right > .body .layui-table tbody tr,
.user-page > .main > .right > .body .layui-table tfoot tr {
    box-sizing: border-box;
    table-layout: fixed;
    display: table;
    width: 100%;
}



._scheme-box {
    display: flex;
    width: 100%;

    background: #FDF1E4;
}

._scheme-box ._scheme {
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    margin: 0 auto;
}

._scheme-box ._scheme>.title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 30px;
    color: #EF7C01;
    line-height: 42px;
    font-style: normal;
}

._scheme-box ._scheme>.line {
    width: 60px;
    height: 4px;
    background: #EF7C01;
    border-radius: 2px;
    margin-top: 20px;
}

._scheme-box ._scheme .body {
    display: flex;
    justify-content: space-between;
}

._scheme-box ._scheme .body .left {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 56px;
}

._scheme-box ._scheme .body .left .content {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-style: normal;

    text-indent: 2em;
}

._scheme-box ._scheme .body .cover {
    width: 616px;
    height: 616px;
}

._scheme-box ._scheme .body .left .card-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

._scheme-box ._scheme .body .left .card-box .card {
    margin-top: 30px;
    width: 240px;
    height: 138px;

    background: linear-gradient(180deg, #F8B302 0%, #EF7C01 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

._scheme-box ._scheme .body .left .card-box .card>.title {
    font-weight: 500;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
    font-style: normal;
}

._scheme-box ._scheme .body .left .card-box .card>.sub-title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
}

._project-box {
    display: flex;
    width: 100%;

    background: #FFFFFF;
}

._project-box ._project {
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    margin: 0 auto;
}

._project-box ._project>.title {
    font-weight: 600;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    font-style: normal;
    text-align: center;
}

._project-box ._project>.sub-title {
    font-weight: 400;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 28px;
    font-style: normal;
    text-align: center;
    margin-top: 10px;
}

._project-box ._project>.card-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

._project-box ._project>.card-box .card {
    display: flex;
    flex-direction: column;

    width: 380px;
    height: 380px;
    background: rgba(239, 124, 1, 0.1);
    border-radius: 20px;

    margin-right: 30px;
    margin-bottom: 30px;
}

._project-box ._project>.card-box .card:nth-of-type(3n) {
    margin-right: 0;
}

._project-box ._project>.card-box .card>.header {
    width: 380px;
    height: 80px;

    background: #FF8915;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

._project-box ._project>.card-box .card>.header>.title {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    font-style: normal;
}

._project-box ._project>.card-box .card>.body {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

._project-box ._project>.card-box .card>.body>.title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-style: normal;
}

._project-box ._project>.card-box .card>.body>.item-box {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

._project-box ._project>.card-box .card>.body>.item-box>.item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

._project-box ._project>.card-box .card>.body>.item-box>.item>.icon {
    width: 16px;
    height: 16px;

    border: 2px solid #333333;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(239, 124, 1, 1);
    font-size: 10px;
    font-weight: 600;
}

._project-box ._project>.card-box .card>.body>.item-box>.item>.title {
    margin-left: 13px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    font-style: normal;
}

._contact-box {
    display: flex;
    width: 100%;

    background: #FFFFFF;
}

._contact-box ._contact {
    width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    margin: 0 auto;
}

._contact-box ._contact>.title {
    font-weight: 600;
    font-size: 28px;
    color: #333333;
    line-height: 40px;
    font-style: normal;
    text-align: center;
}

._contact-box ._contact>.sub-title {
    font-weight: 400;
    font-size: 20px;
    color: rgba(51, 51, 51, 0.5);
    line-height: 28px;
    font-style: normal;
    text-align: center;
    margin-top: 10px;
}

._contact-box ._contact>.card-box {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 50px;
    background: url("../images/contact.png") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

._contact-box ._contact>.card-box>.header {
    display: flex;
    align-items: flex-end;
}

._contact-box ._contact>.card-box>.header>.title {
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
    font-style: normal;
}

._contact-box ._contact>.card-box>.header>.sub-title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
    margin-left: 60px;
    opacity: 0.8;
}

._contact-box ._contact>.card-box>.line {
    margin-top: 20px;

    width: 60px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
}

._contact-box ._contact>.card-box>.body {
    display: flex;
    justify-content: space-between;
}

._contact-box ._contact>.card-box>.body>.left {
    display: flex;
    flex-direction: column;
}

._contact-box ._contact>.card-box>.body>.left>.item {
    margin-top: 30px;
}

._contact-box ._contact>.card-box>.body>.left>.item>.title-box {
    display: flex;
    align-items: center;
}

._contact-box ._contact>.card-box>.body>.left>.item>.title-box>.icon {
    width: 20px;
    height: 20px;
}

._contact-box ._contact>.card-box>.body>.left>.item>.title-box>.title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
    margin-left: 8px;
}

._contact-box ._contact>.card-box>.body>.left>.item>.content {
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    font-style: normal;
}
        
.customized-page > .banner {
    width: 100vw;
    max-width: 100%;
    display: flex;
}

._contact-box ._contact>.card-box>.body>.right {
    display: flex;
}

._contact-box ._contact>.card-box>.body>.right>.qrcode-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

._contact-box ._contact>.card-box>.body>.right>.qrcode-box>.qrcode {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

._contact-box ._contact>.card-box>.body>.right>.qrcode-box>.title {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    font-style: normal;
}

._banner-box {
    width: 100vw;
    max-width: 100%;
}

._banner-box > .banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
}

._banner-box > .banner > .image {
    width: 25%;
    height: 100vh;
    background: red;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

._banner-box > .banner > .image > h2 {
    font-size: 3.5rem;
    font-weight: 500;
    color: #ffffff;
}

._banner-box > .banner > .image:nth-of-type(1) {
    background: url("../images/1.png") center;
    background-size: cover;
}

._banner-box > .banner > .image:nth-of-type(2) {
    background: url("../images/2.png") center;
    background-size: cover;
}

._banner-box > .banner > .image:nth-of-type(3) {
    background: url("../images/3.png") center;
    background-size: cover;
}

._banner-box > .banner > .image:nth-of-type(4) {
    background: url("../images/4.png") center;
    background-size: cover;
}

._banner-box > .banner > .image:hover {
    width: 50%;
}





._banner-box > .options-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5rem;
    display: flex;
    justify-content: center;
}

._banner-box > .options-box > .options {
    width: 75rem;
    height: 8.13rem;
    background: #ffffff;
    border-radius: 1.63rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

._banner-box > .options-box > .options > .line {
    background: #d8d8d8;
    width: 0.13rem;
    height: 3.63rem;
}

._banner-box > .options-box > .options > .link {
    display: flex;
    flex: 1;
    height: 100%;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

._banner-box > .options-box > .options > .link > img {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1.25rem;
}

._banner-box > .options-box > .options > .link > .title {
    display: flex;
    font-weight: 600;
    font-size: 1.75rem;
    color: #333333;
    line-height: 2.5rem;
    font-style: normal;
    
}


.swiperbody {
    width: 1200px;
    margin: 0 auto;
}

.swiperbody .partner {
    width: 260px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    padding: 10px 0;
    margin: 0 auto;
}