#page {
    padding-top: 1.14rem;
    /* padding-top: 0.87rem; */
}


/* #header {
    top: 0;
    left: 0;
} */

.page {
    margin-bottom: 6px;
    border-radius: 0.6rem;
    overflow: hidden;
    padding: 0.26rem;
    background: #FFFFFF;
}

.page1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0.27rem;
}

.page-banner {
    position: relative;
    height: 3.3rem;
    border-radius: 0.6rem;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.page-banner::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #E8E8E8 100%);
}

.banner-title {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
}

.banner-title h2 {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #3D3D3D;
    margin-bottom: 0.2rem;
}

.banner-title p,
.banner-title p a,
.banner-title p span {
    font-size: 0.24rem;
    font-size: max(0.24rem, 16px);
    font-weight: bold;
    line-height: 0.3rem;
    line-height: max(0.3rem, 22px);
    color: #3D3D3D;
}

.page-wrap .h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 0.28rem;
    font-size: max(0.28rem, 18px);
    font-weight: bold;
    line-height: 0.4rem;
    line-height: max(0.4rem, 28px);
    text-transform: uppercase;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: rgba(61, 61, 61, 0.85);
    padding-bottom: 0.16rem;
}

.page2 {
    padding: 0.45rem;
}

.tab .item {
    padding: 0.16rem 0.26rem;
    border-radius: 0.6rem;
    font-size: 0.16rem;
    font-size: max(0.16rem, 14px);
    font-weight: 600;
    line-height: 0.16rem;
    line-height: max(0.16rem, 14px);
    color: #030620;
    cursor: pointer;
}

.tab .item.active {
    color: #FFFFFF;
    background: #000;
}

.page2-content {
    padding-top: 0.48rem;
}

.page2-content ul li {
    display: none;
}

.page2-content ul li.active {
    display: block;
}

.page2-content ul li .li-left {
    width: 49%;
    float: left;
}

.page2-content ul li .li-left .title,
.page2-content ul li .li-right .title {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #3D3D3D;
    margin-bottom: 0.24rem;
}

.page2-content ul li .li-left .left-content-box {
    padding: 0.28rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.page2-content ul li .li-left .left-content {
    padding: 0.12rem;
    background: #F4F4F4;
    font-size: 0.16rem;
    font-size: max(0.16rem, 14px);
    font-weight: 500;
    line-height: 0.28rem;
    line-height: max(0.28rem, 22px);
    overflow: auto;
    height: 3.88rem;
}

.page2-content ul li .li-left .left-content p {
    font-family: MiSans;
    font-size: 0.16rem;
    font-size: max(0.16rem, 14px);
    font-weight: 500;
    line-height: 0.28rem;
    line-height: max(0.28rem, 22px);
    padding-left: 0.28rem;
    text-indent: -0.16rem;
}

input[type=checkbox]{
    /* width: 16px;
    height: 16px; 
    border: 1px solid rgba(61, 61, 61, 0.7);
    border-radius: 2px;
    color: rgba(61, 61, 61, 0.7);
    text-align: center;
    line-height: 15px;
    -webkit-appearance: none;
    appearance: none;
    outline: none; */
}
 

input[type=checkbox]{
    width: 12px;
    height: 12px;
    background: rgba(244, 244, 244, 0.8);
    backdrop-filter: blur(10px);
    border: 2px solid #003366;
    color: rgba(244, 244, 244, 0.8);
    text-align: center;
    line-height: 8px;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

input[type=checkbox]:checked {
    color: #000;
    background: #003366;
}
input[type=checkbox]:after {
    /* content: "\2713";
    font-size: 10px; */
}

.page2-content ul li .li-right {
    width: 49%;
}

.li-right {
    display: flex;
    flex-direction: column;
    height: 100%;
    float: right;
}

.li-right .list {
    overflow-y: auto;
    height: 4.44rem;
    padding-right: 0.2rem;
}

.li-right .list .item {
    padding: 0.24rem 0.28rem;
    border-radius: 0.4rem;
    overflow: hidden;
    background: #FFFEDB;
    margin-bottom: 0.1rem;
}

.li-right .list .item:nth-of-type(2n) {
    background: #DEEBD4;
}

.li-right .list .item h2 {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.32rem;
    color: rgba(61, 61, 61, 0.85);
    margin-bottom: 0.14rem;
}

.li-right .list .item p {
    font-size: 0.16rem;
    font-size: max(0.16rem, 14px);
    font-weight: 500;
    line-height: 0.26rem;
    line-height: max(0.26rem, 20px);
    color: rgba(61, 61, 61, 0.7);
}

.li-2-h2 {
    font-size: 0.46rem;
    font-weight: bold;
    line-height: 0.46rem;
    color: #3D3D3D;
    margin-bottom: 0.3rem;
}

.li-2-message {}

.li-2-message p {
    font-size: 0.16rem;
    font-size: max(0.16rem, 12px);
    color: rgba(61, 61, 61, 0.7);
}

.li-2-message p b {
    font-weight: 700;
    font-size: 0.18rem;
    font-size: max(0.18rem, 14px);
    color: rgba(61, 61, 61, 0.7);
    margin-bottom: 0.1rem;
    display: block;
}

.li-2-box {
    margin: 0 auto;
    width: 80%;
}

@media screen and (max-width:750px) {
    .page2-content ul li .li-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .page2-content ul li .li-right {
        width: 100%;
    }
    .page2-content ul li .li-left .left-content p {
        padding-left: 20px;
        text-indent: -20px;
    }
    .page2-content ul li .li-left .left-content,
    .li-right .list {
        height: auto;
    }
    .li-2-h2 {
        line-height: 0.6rem;
    }
}