/* 返回顶部按钮 start*/

.back-btn {
    width: 2rem;
    height: 2rem;
    position: fixed;
    bottom: 2.5641rem;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 999;
    /* display: none; */
    opacity: 0;
}

.back-btn>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 返回顶部按钮 end*/
/* 底部 start */

.footer {
    min-height: 5.1282rem;
    padding: 0.7436rem 0.2564rem 0.5128rem;
    background: #C20907;
    margin-top: 0.9231rem;
    font-size: 0.2564rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #f6f6f6;
    text-align: center;
    line-height: 1.6;
}

.footer-imgs {
    width: 100%;
    margin-top: 0.2564rem;
    height: 1.0256rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-imgs>img {
    width: 1.0256rem;
    height: 1.0256rem;
    object-fit: contain;
}
/* 底部 end */

.app-container {
    width: 100%;
    height: 100%;
    background: #fff;
}

.container-mask {
    padding: 0 0.3077rem;
}

a {
    display: inline-block;
    text-decoration: none;
    /* 去除默认的下划线 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 超出隐藏 */

.font-overflow {
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 2;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
}

.fontone-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.flex-row-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

.padding-12 {
    padding: 0 0.3077rem;
}
/* mode-2 start */

.mode-2 {
    background: #fff;
    margin-top: 0.1538rem;
}

.mode-nav {
    padding: 0.3846rem 0 0.1538rem;
}

.mode-nav .nav-title {
    font-size: 0.4359rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}

.mode-nav .nav-right {
    width: 0.4359rem;
    height: 0.4359rem;
    object-fit: cover;
}

.mask-list {}

.mask-list .item-list-1 {
    height: 2.0513rem;
    padding: 0.2821rem 0;
    /* border-bottom: 0.0256rem solid rgb(242, 242, 242); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mask-list .item-border:first-child {
    /* margin: 0.4359rem 0 0; */
}

.mask-list .item-border {
    width: 100%;
    border-bottom: 0.0256rem solid rgb(242, 242, 242);
}

.mask-list .content-item {
    width: 100%;
}

.mask-list .item-border:last-child {
    border-bottom: 0;
}

.mask-list .content-item .item-left {
    width: 6rem;
}

.mask-list .content-item .item-right {
    width: 3.0769rem;
    height: 2.0513rem;
    border-radius: 0.1538rem;
    object-fit: cover;
}

.mask-list .content-item .item-left .left-title {
    height: 1.2308rem;
    font-size: 0.4359rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 1.4;
}

.mask-list .content-item .item-left .left-min-title {
    font-size: 0.3077rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
}
/* mode-2 end */
/* 结果 start */

.result {
    width: 100%;
    height: 100%;
}

.result .none {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 0.5128rem;
}

.result .none>img {
    width: 5.6154rem;
    height: 3.8205rem;
    object-fit: cover;
}
/* 结果 end */

.loading-mask {
    width: 100%;
    height: 30px;
    padding-bottom: 10px;
}

.none-text {
    font-size: 0.4359rem;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #7f7f7f;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    text-align: center;
}