/* #region 基础 */
body {
    background: #fff;
}

    input,
    select,
    textarea,
    button {
      padding: 0;
      border: 0;
      border-radius: 0;
      outline: none;
      appearance: none;
      -webkit-appearance: none;
      /*清除ios默认圆角*/
    }
    .swiper-list-banner {
      height: 0;
    }

.main {
    margin-top: 24px;
}

.module:not(:first-child) {
    overflow: initial;
    margin-top: 40px;
}

.module .title h2 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.module .content {
    margin-top: 20px;
}

/* #endregion */

/* #region 广告 */
.advertise {
    position: relative;
    width: 100%;
    height: 286px;
}

.advertise .img {
    width: 100%;
    height: 100%;
}

.advertise .img a {
    width: 100%;
    height: 100%;
}

.advertise .img img {
    width: 100%;
    height: 100%;
}

.advertise .query {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    width: 270px;
    height: 246px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

.advertise .query h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.advertise .query .form {
    margin-top: 24px;
}

.advertise .query .align {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 36px;
    padding: 0 14px;
    font-size: 0;
    text-align: right;
    background: #f4f4f4;
    border-radius: 4px;
}

.advertise .query .align:not(:first-child) {
    margin-top: 16px;
}

.advertise .query .align span {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #333;
    font-size: 14px;
    line-height: 20px;
    user-select: none;
    cursor: default;
}

.advertise .query .align select {
    position: relative;
    z-index: 1;
    width: 80%;
    height: 100%;
    padding-right: 18px;
    color: #999;
    font-size: 14px;
    text-align: right;
    background: transparent;
    cursor: pointer;
}

.advertise .query .align img {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}

.advertise .query .form a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 36px;
    margin-top: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #ff8686;
    border-radius: 4px;
    transition: .2s;
}

.advertise .query .form a:hover {
    background: #ff6868;
}

.advertise .query .form a:active {
    background: #ff8686;
    border: 1px solid #ff6868;
}

/* #endregion */

/* #region 图表 */
.expense {
    display: flex;
    gap: 40px;
}

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

.expense .title h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.expense .title h2 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.expense .title .nav {
    display: flex;
    border: 1px solid #ff8686;
    border-radius: 4px;
}

.expense .title .nav li {
    transition: .3s;
}

.expense .title .nav li:not(:first-child) {
    border-left: 1px solid #ff8686;
}

.expense .title .nav .active,
.expense .title .nav li:hover {
    background: #ff8686;
}

.expense .title .nav li>a {
    display: block;
    width: 48px;
    height: 24px;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    transition: .3s;
}

.expense .title .nav .active a,
.expense .title .nav li:hover a {
    color: #fff;
}

.expense .column {
    box-sizing: border-box;
    flex: 1;
    height: 306px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 4px rgba(227, 227, 227, 0.5);
    border-radius: 4px;
}

.expense .echart {
    margin-top: 20px;
}

.expense .pie {
    width: 362px;
    height: 202px;
    margin: 20px auto 0;
}

.expense .line {
    width: 100%;
    height: 224px;
    margin-top: 20px;
}

/* #endregion */

/* #region 推荐 */
.commend .top {
    display: flex;
    gap: 10px;
}

.commend .hot {
    height: 160px;
}

.commend .hot>span {
    display: none;
}

.commend .hot .more {
    width: 160px;
    height: 100%;
    background: #ff8686;
    border-radius: 4px;
    text-align: center;
}

.commend .hot .more a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.commend .hot .more p {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.commend .hot .more span {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}

.commend .hot .more span>img {
    width: 8px;
    height: 8px;
}

.commend .city {
    position: relative;
    flex: 1;
}

.commend #city {
    width: 908px;
    height: 160px;
}

.commend .top .item {
    display: block;
    text-align: center;
}

.commend .item .img {
    overflow: hidden;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
}

.commend .swiper-slide:nth-child(6n+1) .img {
    background: #feeef3;
}

.commend .swiper-slide:nth-child(6n+2) .img {
    background: #eef8f0;
}

.commend .swiper-slide:nth-child(6n+3) .img {
    background: #fff6e9;
}

.commend .swiper-slide:nth-child(6n+4) .img {
    background: #f3f7fe;
}

.commend .swiper-slide:nth-child(6n+5) .img {
    background: #e9f8fb;
}

.commend .swiper-slide:nth-child(6n+6) .img {
    background: #f4f2fc;
}

.commend .item .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.commend .item .img img {
    width: 100%;
    height: 100%;
}

.commend .item .text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
}

.commend .item .text a {
    color: #333;
    transition: .3s;
}

.commend .item .text a:hover {
    color: #ff8686;
}

.commend .swiper-slide {
    width: max-content;
}

.commend .city-btn-prev,
.commend .city-btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 1;
    transition: all .3s;
}

.commend .city-btn-prev {
    left: 0;
    background-image: url(/static/icon/feiyong/city-prev.png);
}

.commend .city-btn-next {
    right: 0;
    background-image: url(/static/icon/feiyong/city-next.png);
}

.commend .city-disabled {
    cursor: not-allowed;
    opacity: .4;
}

.commend .bottom {
    margin-top: 24px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.commend .nav {
    display: none;
}

.commend .fast {
    padding: 20px;
    background: #fafafa;
    border-radius: 4px;
}

.commend .fast .align {
    display: flex;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.commend .fast .hide:not(:first-child) .align {
    margin-top: 20px;
}

.commend .fast .hide:last-child .align {
    padding-bottom: 0;
    border-bottom: 0;
}

.commend .fast .align div {
    flex-shrink: 0;
    min-width: 70px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.commend .fast .align ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 14px;
}

.commend .fast .align a {
    display: block;
    height: 24px;
    padding: 0 12px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    transition: .3s;
}

.commend .fast .align a:hover {
    color: #fff;
    background: #f78ba8;
}

.commend .region {
    display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 28px;
    margin-top: 20px;
}

.commend .region .item {
    box-sizing: border-box;
    width: 371px;
    padding: 20px;
    background: #fafafa;
}

.commend .region .item p {
    color: #333;
    font-size: 18px;
    line-height: 25px;
}

.commend .region .item p img {
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.commend .region .item ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
    font-size: 0;
}

.commend .region .item a {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    transition: .3s;
}

.commend .region .item a:hover {
    color: #ff8686;
}

/* #endregion */

/* #region 排行 */
.rank .nav {
    display: none;
}

.rank .content {
    display: flex;
    gap: 39px;
}

.rank .item {
    box-sizing: border-box;
    width: 374px;
    padding: 32px 20px 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
}

.rank .red {
    background-image: url(/static/icon/feiyong/rank-red.png);
}

.rank .green {
    background-image: url(/static/icon/feiyong/rank-green.png);
}

.rank .orange {
    background-image: url(/static/icon/feiyong/rank-orange.png);
}

.rank .item .name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.rank .item .name h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.rank .item .name a {
    margin-left: auto;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.rank .item .name a img {
    vertical-align: -1px;
    width: 12px;
    height: 12px;
}

.rank .item .name p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.rank .item .table {
    margin-top: 24px;
    background: #fff;
    border-radius: 4px;
}

.rank .item .table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 20px;
}

.rank .item .table th {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.rank .item .table th:nth-child(1) {
    width: 28px;
}

.rank .item .table th:nth-child(3) {
    text-align: right;
}

.rank .item .table td {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.rank .item .table td:nth-child(3) {
    text-align: right;
}

.rank .item .table td img {
    vertical-align: -6px;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 50%;
}

.rank .item .table tbody tr:nth-child(1) td:nth-child(1),
.rank .item .table tbody tr:nth-child(2) td:nth-child(1),
.rank .item .table tbody tr:nth-child(3) td:nth-child(1) {
    color: #ef3d3d;
}

.rank .item .table td a {
    color: #333;
    transition: .3s;
}

.rank .item .table td a:hover {
    color: #ff8686;
}

/* #endregion */

/* #region 双栏 */
.layout {
    display: flex;
    align-items: start;
    align-content: start;
    gap: 40px;
}

.layout .left {
    width: 890px;
}

.layout .right {
    width: 270px;
}

/* #endregion */

/* #region 热点 */
.hotspot .content {
    display: flex;
    gap: 40px;
}

.hotspot .left {
    width: 270px;
}

.hotspot .left .top .img {
    overflow: hidden;
    width: 100%;
    height: 142px;
    border-radius: 4px;
}

.hotspot .left .top .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.hotspot .left .top .img img {
    width: 100%;
    height: 100%;
}

.hotspot .left .top .text {
    margin-top: 12px;
}

.hotspot .left .top .text a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}

.hotspot .left .top .text a:hover {
    color: #ff8686;
}

.hotspot .left .top .text p {
    height: 40px;
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hotspot .left ul {
    margin-top: 18px;
    padding: 16px;
}

.hotspot .left ul li:not(:first-child) {
    margin-top: 8px;
}

.hotspot .left ul a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}

.hotspot .left ul a:hover {
    color: #ff8686;
}

.hotspot .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 20px;
}

.hotspot .list li {
    display: flex;
    gap: 8px;
    width: 270px;
}

.hotspot .list .img {
    overflow: hidden;
    width: 90px;
    height: 72px;
    border-radius: 4px;
}

.hotspot .list .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.hotspot .list .img img {
    width: 100%;
    height: 100%;
}

.hotspot .list .text {
    overflow: hidden;
    flex: 1;
}

.hotspot .list .text a {
    display: block;
    height: 44px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .3s;
}

.hotspot .list .text a:hover {
    color: #ff8686;
}

.hotspot .list .text p {
    margin-top: 8px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* #endregion */

/* #region 问答 */
.answers {
    margin-top: 40px;
}

.answers .list li {
    padding: 20px;
    background: #fafafa;
    border-radius: 4px;
}

.answers .list li:not(:first-child) {
    margin-top: 24px;
}

.answers .list span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px 0 4px 0;
}

.answers .list a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}

.answers .list a:hover {
    color: #ff8686;
}

.answers .list a span {
    background: #ff8686;
}

.answers .list p {
    margin-top: 10px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.answers .list p span {
    background: #9b84ff;
}

/* #endregion */

/* #region 热搜 */
.right .hot {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.right .hot div {
    box-sizing: border-box;
    width: 100%;
    padding: 21px 19px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(90deg, #FF8686 0%, #FFAFAF 100%);
    border-radius: 4px 4px 0 0;
}

.right .hot ul {
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: start;
    gap: 12px;
    height: 260px;
    padding: 20px 20px 0;
    background: #fff;
}

.right .hot ul a {
    display: block;
    padding: 4px 16px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    background: #f7f7f7;
    border-radius: 14px;
    transition: .3s;
}

.right .hot ul a:hover {
    color: #fff;
    background: #ff8686;
}

/* #endregion */

/* #region 已解决 */
.right .resolve {
    overflow: hidden;
    margin-top: 90px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.right .resolve .title {
    width: 100%;
    height: 70px;
    background: url(/static/icon/feiyong/resolve.png) no-repeat;
    background-size: 100% 100%;
}

.right .resolve .resolved {
    padding: 30px 25px;
    text-align: center;
}

.right .resolve .resolved p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.right .resolve .resolved div {
    height: 54px;
    margin: 16px 0;
    color: #ff8686;
    font-size: 30px;
    font-weight: 600;
    line-height: 54px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, rgba(247, 139, 168, 0.25) 50%, rgba(255, 255, 255, 0.2) 100%);
}

.right .resolve .resolved span {
    color: #999;
    font-size: 12px;
    line-height: 17px;
}

.right .resolve .resolved span>i {
    color: #ff8686;
}

/* #endregion */

/* #region 讨论 */
.right .discuss {
    margin-top: 24px;
    padding: 20px;
    background: linear-gradient(180deg, #FFE6E6 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
}

.right .discuss div {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
}

.right .discuss ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 24px;
    margin-top: 20px;
    counter-reset: section;
}

.right .discuss ul li {
    overflow: hidden;
    position: relative;
    width: 47%;
}

.right .discuss ul li::before {
    position: absolute;
    width: 20px;
    counter-increment: section;
    content: counter(section);
    color: #999;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.right .discuss ul li:nth-child(1):before {
    color: #ef3d3d;
}

.right .discuss ul li:nth-child(2):before {
    color: #ff6969;
}

.right .discuss ul li:nth-child(3):before {
    color: #ff9696;
}

.right .discuss a {
    display: block;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}

.right .discuss a:hover {
    color: #ff8686;
}

/* #endregion */

/* #region 适配 */
@media screen and (max-width: 768px) {

    /* #region 基础 */
    .main {
        overflow: hidden;
        width: 100%;
        margin-top: 0;
    }

    .wrapper {
        width: 100%;
    }

    .module:not(:first-child) {
        margin-top: 1.5rem;
        padding: 0 1.25rem;
    }

    .module .title h2 {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .module .content {
        margin-top: 1rem;
    }
    
    .module .nav {
        display: flex !important;
    }

    /* #endregion */

    /* #region 广告 */
    .advertise {
        height: 15.5rem;
        background: #ffc4c4;
    }
    
    .advertise .img {
        display: none;
    }

    .advertise .query {
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 20.9375rem;
        height: 13.5rem;
        padding: 1rem;
        opacity: 0.8;
    }

    .advertise .query h3 {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .advertise .query .form {
        margin-top: 1rem;
    }

    .advertise .query .form a {
        margin-top: 1.5rem;
    }

    /* #endregion */

    /* #region 图表 */
    .expense {
        display: block;
    }
    
    .expense .title {
        flex-wrap: wrap;
        align-items: center;
        gap: .625rem;
    }

    .expense .title h3 {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .expense .title .nav li>a {
        width: 2.25rem;
        height: 1.375rem;
        font-size: .625rem;
        line-height: 1.375rem;
    }

    .expense .column {
        width: 100%;
        height: auto;
        padding: 1rem;
    }

    .expense .column:not(:first-child) {
        margin-top: 1.5rem;
    }

    .expense .echart {
        margin-top: 1rem;
    }

    .expense .pie {
        width: 16.9375rem;
        height: 6.625rem;
    }

    .expense .line {
        height: 10.4375rem;
    }

    /* #endregion */

    /* #region 推荐 */
    .commend .top {
        gap: 1rem;
    }

    .commend .hot {
        height: auto;
    }

    .commend .hot>span {
        display: block;
        color: #333;
        font-size: .875rem;
        line-height: 1.25rem;
        text-align: center;
        margin-top: .625rem;
    }

    .commend .hot .more {
        width: 3.375rem;
        height: 3.375rem;
        border-radius: 50%;
    }

    .commend .hot .more p {
        display: none;
    }

    .commend .hot .more span {
        margin-top: 0;
        font-size: .625rem;
        line-height: .875rem;
    }

    .commend .hot .more span>img {
        display: block;
        margin: .25rem auto 0;
    }

    .commend #city {
        width: 16.5625rem;
        height: auto;
    }

    .commend .item .img {
        width: 3.375rem;
        height: 3.375rem;
    }

    .commend .item .text {
        margin-top: .625rem;
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .commend .city-btn-prev,
    .commend .city-btn-next {
        display: none;
    }

    .commend .bottom {
        margin-top: 1.5rem;
        padding: 0;
        border: none
    }

    .commend .nav {
        display: flex;
        gap: 1rem;
    }

    .commend .nav li {
        position: relative;
        color: #333;
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .commend .nav .active {
        color: #ff8686;
    }

    .commend .nav .active::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background: #ff8686;
    }

    .commend .hide {
        display: none;
    }

    .commend .active {
        display: block;
    }

    .commend .fast {
        margin-top: .625rem;
        padding: 1rem;
    }

    .commend .fast .align {
        display: block;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .commend .fast .hide:not(:first-child) .align {
        margin-top: 0;
    }

    .commend .fast .align div {
        display: none;
    }

    .commend .fast .align ul {
        column-gap: 1rem;
    }

    .commend .fast .align a {
        padding: 0 .75rem;
        font-size: .875rem;
        line-height: 1.5rem;
    }

    .commend .region {
        gap: .5rem;
        margin-top: .625rem;
    }

    .commend .region .item {
        width: 100%;
        padding: 1rem;
    }

    .commend .region .item p {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .commend .region .item p img {
        vertical-align: -2px;
        width: 1rem;
        height: 1rem;
        margin-right: 6px;
    }

    .commend .region .item ul {
        gap: .75rem;
        margin-top: .5rem;
    }

    .commend .region .item a {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    /* #endregion */

    /* #region 排行 */
    .rank .content {
        display: block;
    }

    .rank .nav {
        display: flex;
        gap: 1rem;
        margin-top: .75rem;
    }

    .rank .nav li {
        position: relative;
        color: #333;
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .rank .nav .active {
        color: #ff8686;
    }

    .rank .nav .active::before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background: #ff8686;
    }

    .rank .hide {
        display: none;
    }

    .rank .active {
        display: block;
    }

    .rank .item {
        width: 100%;
        padding: 1rem;
    }

    .rank .item .name {
        gap: .25rem;
    }

    .rank .item .name h3 {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .rank .item .name a {
        font-size: .75rem;
        line-height: 1.0625rem;
    }

    .rank .item .name a img {
        vertical-align: 0;
        width: .625rem;
        height: .625rem;
    }

    .rank .item .name p {
        font-size: .75rem;
        line-height: 1.0625rem;
    }

    .rank .item .table {
        margin-top: 1rem;
    }

    .rank .item .table table {
        border-spacing: 1rem;
    }

    /* #endregion */

    /* #region 双栏 */
    .layout {
        display: block;
    }

    .layout .left {
        width: 100%;
    }

    .layout .right {
        width: 100%;
    }

    /* #endregion */

    /* #region 热点 */
    .hotspot .content {
        flex-direction: column-reverse;
        gap: .5rem;
    }

    .hotspot .left {
        width: 100%;
    }

    .hotspot .left .top {
        display: none;
    }

    .hotspot .left ul {
        margin-top: 0;
    }

    .hotspot .left ul a {
        text-overflow: ellipsis;
    }

    .hotspot .list {
        overflow: hidden;
        width: 100%;
        max-height: 14.5rem;
        gap: .5rem;
    }

    .hotspot .list li {
        width: 100%;
        gap: .75rem;
    }

    .hotspot .list .img {
        width: 7.5rem;
        height: 4.5rem;
    }

    .hotspot .list .text p {
        margin-top: .5rem;
    }

    /* #endregion */

    /* #region 问答 */
    .answers {
        margin-top: 1.5rem;
    }

    .answers .list li {
        padding: 1rem;
    }

    .answers .list li:not(:first-child) {
        margin-top: .5rem;
    }

    .answers .list span {
        width: 1.25rem;
        height: 1.25rem;
        margin-right: .75rem;
        font-size: .625rem;
        line-height: 1.25rem;
    }

    .answers .list a {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .answers .list p {
        line-height: 1.25rem;
    }

    /* #endregion */

    /* #region 热搜 */
    .right .hot {
        margin-top: 1.5rem;
        padding-bottom: 1rem;
    }

    .right .hot div {
        padding: 1rem .9375rem;
        font-size: 1rem;
    }

    .right .hot ul {
        height: auto;
        padding: 1rem 1rem 0;
    }

    /* #endregion */

    /* #region 已解决 */
    .right .resolve {
        margin-top: 1.5rem;
    }

    .right .resolve .resolved {
        padding: 1.5rem 1.5625rem;
    }

    .right .resolve .resolved p {
        font-size: .875rem;
    }

    .right .resolve .resolved div {
        height: 3.375rem;
        font-size: 1.5rem;
        line-height: 3.375rem;
    }

    .right .resolve .resolved span {
        font-size: .75rem;
    }

    /* #endregion */

    /* #region 讨论 */
    .right .discuss {
        padding: 1rem .875rem;
    }

    /* #endregion */
}

/* #endregion */