*,
html,
body {
    /* font-size: 14px !important; */
    margin: 0;
    padding: 0;
    font-size: 2.8rem;
}

a {
    text-decoration: none;
    color: #333;
}

/*img {*/
/*    width: 100%;*/
/*}*/

header {
    position: fixed;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    z-index: 999;

}

.wrap-t img {
    width: 100%;
    height: 40.8rem;
}

.footer-t {
    margin-top: 8rem;
    margin-bottom: 3rem;
    font-size: 3rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.footer-c {
    font-size: 2.6rem;
    font-weight: 400;
    color: #808080;
    text-align: center;
    margin-bottom: 0;
}

.footer-db {
    height: 40rem;
}

.titleSzs {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.titleSzs span {
    display: inline-block;
    width: 4px;
    height: 16px;
    background: #A092D0;
    margin-right: 10px;
}

.textSty {
    text-indent: 2em;
    margin-top: 8px;
    line-height: 22px;
}

.tabs {
    display: flex;
    margin-top: 20px;
    width: 72rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 10px;
}

.tabs>div {
    padding-bottom: 3px;
    margin-right: 25px;
    white-space: nowrap;
}

.tabsBox {
    min-height: 400px;
}

.tabs_active {
    color: #A092D0;
    border-bottom: 2px solid #A092D0;
    font-weight: 600;
}

.tabsItemBox {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.tabsItem {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 15px;
}

.tabsItem div {
    text-align: center;
    margin-top: 5px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentBox {
    background-color: #fff;
    min-height: 500px;
    border-radius: 10px;
    padding: 15px;
}

.contentBox>div {
    margin-bottom: 5px;
}