/* #region 基础 */
.module {
    margin-top: 1rem;
    padding: 0 1rem;
}

.module .content {
    margin-top: 0.6rem;
}

/* #endregion */

/* #region 推荐 */
.recommend .content {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    flex-direction: column;
}

.recommend .column {
    width: 100%;
    height: 10rem;
    margin: 0;
    border-radius: 3px;
}

.recommend .box .img {
    width: 100%;
    height: 100%;
}

.recommend .box .info {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem 0.84rem 0.3rem 0.3rem;
    color: #fff;
    font-size: 0.92rem;
    background: rgba(0, 32, 66, 0.5);
    backdrop-filter: blur(20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .pagination {
    position: absolute;
    right: 0.3rem;
    bottom: 2.3rem;
    z-index: 1;
    display: flex;
    gap: 0.3rem;
}

.recommend .pagination li {
    width: 0.36rem;
    height: 0.36rem;
    background: #fff;
    border-radius: 50%;
}

.recommend .pagination .active {
    background: #2cdb58;
}

.recommend .list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommend .list li {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
}

.recommend .list .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.recommend .list .info a {
    color: #333;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
    letter-spacing: .08rem;
}

.recommend .list .info a:hover {
    color: #4574DB;
    transition: 0.3s;
}

.recommend .list .sub {
    display: flex;
    justify-content: space-between;
}

.recommend .list .sub .text {
    color: #999;
    font-size: 1rem;
    transform: scale(0.75);
    transform-origin: 100% 50%;
}

.recommend .list .sub .color {
    color: #b2caff;
    transform-origin: 0 50%;
}

.recommend .list .sub a{
    color: #b2caff;
}

.recommend .list .img {
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    border-radius: 3px;
}

.recommend .advertise {
    height: 6rem;
}

/* #endregion */

/* #region 资讯 */
.news .box:not(:first-child) {
    margin-top: 0.6rem;
}

.news .box .img {
    overflow: hidden;
    width: 100%;
    height: 15rem;
    border-radius: 3px;
}

.news .box .info {
    margin-top: 0.6rem;
}

.news .box .info a {
    display: block;
    color: #333;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.news .box .info a:hover {
    color: #4574DB;
    transition: 0.3s;
}

.news .box .info p {
    margin-top: 0.3rem;
    color: #999;
    font-size: 0.6rem;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .box .tags {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.3rem;
}

.news .box .tags span {
    border: 1px solid #4574DB;
    border-radius: 0.84rem;
}

.news .box .tags span a {
    padding: 0.3rem 0.6rem;
    color: #4574DB;
    font-size: 0.6rem;
}

.news .box .sub {
    margin-top: 0.3rem;
    color: #999;
    font-size: 0.6rem;
}

.news .box .sub i {
    display: inline-block;
    vertical-align: 0.12rem;
    width: 0.18rem;
    height: 0.18rem;
    margin: 0 0.48rem;
    background: #999;
    border-radius: 50%;
}

.news .box .list {
    margin-top: 0.6rem;
}

.news .box .list li {
    position: relative;
    font-size: 1rem;
    padding-left: 0.9rem;
    line-height: 1.5;
    display: flex;
}

.news .box .list li:not(:first-child) {
    margin-top: 0.6rem;
}

.news .box .list li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 7px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 6px solid #4574DB;
}

.news .box .list li>span {
    color: #4574DB;
    vertical-align: text-bottom;
    margin-right: .5rem;
}

.news .box .list li span a {
    color: #4574DB;
}

.news .box .list li>a {
    display: inline-block;
    vertical-align: -0.18rem;
    flex: 1;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.news .box .list li>a:hover {
    color: #4574DB;
    transition: 0.3s;
}

/* #endregion */

/* #region 关注 */
.concern {
    overflow: hidden;
    margin-top: 0.6rem;
    padding: 0.6rem 1rem 1.2rem;
    background: #f1f1f1;
}

.concern .title {
    display: block;
    text-align: center;
}

.concern .title p {
    margin-top: 0.6rem;
    color: #000;
    font-size: 0.92rem;
    line-height: 150%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.concern .title a {
    display: inline-block;
    margin-top: 0.6rem;
    padding: 0.18rem 0.48rem;
    color: #fff;
    font-size: 0.6rem;
    background: #4574DB;
    border-radius: 0.66rem;
}

.concern .content {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
}

.concern .box {
    overflow: hidden;
    width: 6rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: white;
}

.concern .box .img {
    width: 100%;
    height: 3.6rem;
}

.concern .box .info {
    box-sizing: border-box;
    padding: 0.3rem;
    text-align: center;
    background: #fff;
}

.concern .box .info h3 {
    color: #333;
    font-size: 0.92rem;
}

.concern .box .info p {
    margin-top: 0.3rem;
    color: #999;
    font-size: 0.6rem;
    line-height: 150%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* #endregion */

/* #region 问答 */
.answers .top {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 9rem;
    border-radius: 5px;
}

.answers .top .img {
    width: 100%;
    height: 100%;
}

.answers .top .info {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.5rem;
    padding: 0.72rem 0.48rem;
    background: rgba(44, 72, 153, 0.2);
    backdrop-filter: blur(20px);
}

.answers .top .info a {
    color: white;
}

.answers .top .info p {
    color: #fff;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.answers .top .sub {
    display: flex;
    justify-content: space-between;
    margin-top: 0.48rem;
}

.answers .top .doctor {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.answers .top .doctor .img {
    overflow: hidden;
    width: 1.44rem;
    height: 1.44rem;
    border-radius: 50%;
}

.answers .top .doctor span {
    color: #b2caff;
    font-size: 0.6rem;
}

.answers .top .sub a>span {
    color: #fff;
    font-size: 0.6rem;
}

.answers .top .sub a>img {
    vertical-align: -0.48rem;
    width: 1.44rem;
    height: 1.44rem;
}

.answers .nav-list {
    overflow: visible;
    margin-top: 0.6rem;
}

.answers .nav-item {
    padding: 0.66rem 0;
    color: #4574DB;
    font-size: 0.72rem;
    text-align: center;
    border: 1px solid #4574DB;
    border-radius: 3px;
}

.answers .active {
    color: #fff;
    background: #4574DB;
}

.answers .answer-list {
    margin-top: 0.6rem;
}

.answers .answer li {
    display: flex;
    gap: 0.6rem;
}

.answers .answer li:not(:first-child) {
    margin-top: 1rem;
}

.answers .answer .img {
    overflow: hidden;
    width: 5.28rem;
    height: 5.28rem;
    border-radius: 5px;
}

.answers .answer .info {
    overflow: hidden;
    position: relative;
    flex: 1;
}

.answers .answer .info::before {
    position: absolute;
    z-index: -1;
    width: 1.44rem;
    height: 1.44rem;
    content: "问";
    color: #fff;
    font-size: 0.84rem;
    text-align: center;
    line-height: 1.44rem;
    background: #4574DB;
    border-radius: 5px;
}

.answers .answer .info a {
    display: block;
    padding-left: 1.74rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.answers .answer .info a:hover {
    color: #4574DB;
    transition: 0.3s;
}

.answers .answer .info p {
    margin-top: 0.3rem;
    color: #999;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.answers .answer .doctor {
    display: flex;
    align-items: center;
    gap: 0.24rem;
    margin-top: 0.6rem;
}

.answers .answer .doctor .img {
    overflow: hidden;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}

.answers .answer .doctor span {
    color: #4574DB;
    font-size: 0.6rem;
}

.answers .question {
    margin-top: 1rem;
}

.answers .question li {
    overflow: hidden;
    position: relative;
}

.answers .question li:not(:first-child) {
    margin-top: 0.6rem;
}

.answers .question li::before {
    position: absolute;
    z-index: -1;
    width: 1.44rem;
    height: 1.44rem;
    content: "问";
    color: #fff;
    font-size: 0.84rem;
    text-align: center;
    line-height: 1.44rem;
    background: #4574DB;
    border-radius: 5px;
}

.answers .question li>a {
    display: block;
    padding-left: 1.74rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}

.answers .question li>a:hover {
    color: #4574DB;
    transition: 0.3s;
}

/* #endregion */

/* #region 同城 */
.local {
    overflow: hidden;
    margin-top: 0.6rem;
    padding: 0.6rem 1rem 1.2rem;
    background: #f1f1f1;
}

.local .title {
    display: block;
    text-align: center;
}

.local .title p {
    margin-top: 0.6rem;
    color: #000;
    font-size: 0.92rem;
    line-height: 150%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.local .box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 1.56rem;
    width: 100%;
    padding: 0.36rem 1rem;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 5px  rgba(0, 0, 0, 0.2);
}

.local .box:not(:first-child) {
    margin-top: 0.6rem;
}

.local .box .icon {
    position: relative;
    text-align: center;
}

.local .box .icon::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -0.9rem;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 1.8rem;
    content: "";
    background: #e5e5e5;
}

.local .box .icon .img {
    width: 1.8rem;
    height: 1.8rem;
}

.local .box .icon span {
    color: #4574DB;
    font-size: 0.6rem;
}

.local .box .links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.48rem;
    row-gap: 0.18rem;
}

.local .box .links a {
    color: #999;
    font-size: 1rem;
    transition: .3s;
    line-height: 1.5rem;
}

.local .box .links a:hover {
    color: #4574DB;
    transition: .3s;
}

/* #endregion */

/* #region 知识 */
.knowledge .title {
    position: relative;
    display: block;
    width: 100%;
    height: 3.72rem;
    background: linear-gradient(196.78deg,
    rgba(69, 116, 219, 1) 0%,
    rgba(69, 116, 219, 1) 40.27%,
    rgba(44,72,153, 1) 100%);
}

.knowledge .title img {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    width: 1.8rem;
    height: 1.8rem;
}

.knowledge .title h2 {
    position: absolute;
    top: 0.6rem;
    left: 3rem;
    color: #fff;
    font-size: 1rem;
}

.knowledge .title span {
    position: absolute;
    top: 1.32rem;
    left: 3rem;
    color: rgba(255, 255, 255, 0.1);
    font-size: 1rem;
}

.knowledge .nav-list {
    overflow: visible;
}

.knowledge .nav-item {
    padding: 0.66rem 0;
    color: #3388ff;
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid #3388ff;
    border-radius: 3px;
}

.knowledge .active {
    color: #fff;
    background: #3388ff;
}

.knowledge .links {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    column-gap: 0.78rem;
    row-gap: 0.8rem;
    min-height: 13.8rem;
    margin-top: 0.6rem;
}

.knowledge .links a {
    box-sizing: border-box;
    display: block;
    width: 30%;
    padding: 0.36rem 0.9rem;
    color: #3388ff;
    font-size: .9rem;
    text-align: center;
    background: #f2f8ff;
    border-radius: 0.9rem;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.knowledge .more {
    box-sizing: border-box;
    width: 100%;
    height: 2.4rem;
    margin-top: 0.6rem;
    padding: 0.36rem;
    text-align: end;
    background: linear-gradient(270deg, rgba(69, 116, 219, 1) 0%, rgba(69, 116, 219, 0) 100%);
}

.knowledge .more a {
    display: block;
}

.knowledge .more a>span {
    color: #fff;
    font-size: 1rem;
}

.knowledge .more a>img {
    margin-left: 0.42rem;
    vertical-align: -0.42rem;
    width: 1.68rem;
    height: 1.68rem;
}
/* #endregion */
