/* http://www.xzxc.tech/ */

html {
    box-sizing: border-box;
    height: 100%;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    background: #F8F8F8;
    font-family: "Microsoft Yahei", sans-serif;
    margin: 0;
    /* font-size: 1.25em; */
    color: #333333;
    height: 100%;
    padding: 0;
}

.xz-container {
    padding-left: 6vw;
    padding-right: 6vw;
}

.row-center {
    display: flex;
    justify-content: center;
}

.row-between {
    display: flex;
    justify-content: space-between;
}

.row-evenly {
    display: flex;
    justify-content: space-evenly;
}

.row-end {
    display: flex;
    align-items: flex-end;
}

.column-center {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.margin-1 {
    margin: 1vw;
}

.margin-2 {
    margin: 2vw;
}

.margin-top-2 {
    margin-top: 2vw;
}

.margin-top-5 {
    margin-top: 5vw;
}

.padding-2 {
    padding: 2vw;
}

.color-green {
    color: #1DD6AC;
}

.color-red {
    color: #FF0000;
}

@media (max-width: 575.98px) {
    .xz-show-lg {
        display: none;
    }
}

@media (min-width: 576px) {
    .xz-show-sm {
        display: none;
    }
}

/* ---------------------------------------------------------------
 head
------------------------------------------------------------------ */

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 6vw;
    z-index: 2;
}

.navbar-header {
    width: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-background {
    background: #26A98B;
}

.navbar img {
    width: 3vw;
    height: 3vw;
}

.nav-brand {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .nav-brand img {
        display: none;
    }
}

.nav-brand-text {
    margin-left: 1vw;
    font-weight: 600;
}

.nav-item a {
    color: #FFFFFF;
    font-size: 1.2vw;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.nav-item a:hover {
    text-decoration: underline solid 3px;
    text-underline-position: under;
    text-underline-offset: 0.3vw;
}

@media (max-width: 576px) {
    .navbar {
        padding: 0;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-toggler {
        padding: 0;
    }
    .mr-auto {
        padding: 0 40px;
        width: 100%;
        background: linear-gradient(180deg, #25A98B 0%, #64D2AE 100%);
    }
    .mr-auto .nav-link {
        font-size: 12px;
    }
}

/* ---------------------------------------------------------------
 section
------------------------------------------------------------------ */

.sec-main {
    background-image: url('https://cdn.xzxc.tech/xzxc/hp/img/v2/bg-m.png');
    background-repeat: no-repeat;
    background-size: 100vw;
    height: 120vw;
    position: relative;
    z-index: -3;
}

.main-item {
    padding-top: 7vw;
    color: #FFFFFF;
}

.main-line {
    width: 3vw;
    height: 0.2vw;
    background: #FFFFFF;
}

.main-item i, .main-item h3, .main-desc {
    font-size: 1.5vw;
}

.main-item h1 {
    margin-top: 5vw;
    font-size: 5vw;
    font-weight: 900;
}

.main-item h3 {
    margin-top: -6vw;
    letter-spacing: 0.7vw;
}

.main-text-back {
    margin-top: -14vw;
    margin-left: -26vw;
    font-size: 13vw;
    font-family: PingFang SC;
    font-style: italic;
    font-weight: 900;
    -webkit-text-stroke: 1px #FFFFFF;
    -webkit-text-fill-color: transparent;
    opacity: 0.24;
    position: relative;
    z-index: -2;
}

.main-trangle {
    margin-top: 12.8vw;
    font-size: 1vw;
    letter-spacing: 0.7vw;
}

.section {
    height: fit-content;
}

.sec-title-part {
    font-size: 0.9vw;
    font-weight: 600;
    font-family: PingFang SC;
    color: #1DD6AC;
    letter-spacing: 0.2vw;
}

.sec-title-main {
    font-size: 3.2vw;
    font-weight: 600;
    color: #151517;
    margin-top: 1vw;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .sec-title-main {
        font-size: 16px;
    }
}

.sec-title-back {
    font-size: 3vw;
    font-weight: 500;
    color: #BFBFBF;
    font-family: PingFang SC;
    letter-spacing: 0.1vw;
    opacity: 0.24;
    margin-top: -2.5vw;
    position: relative;
    z-index: -1;
}

.sec-title-underline {
    margin-top: 0.2vw;
    width: 120px;
    height: 4px;
    background: #1DD6AC;
}

.sec-detail {
    font-size: 1vw;
    font-weight: 400;
    color: #666666;
    margin: 1em 0px;
}

@media (max-width: 576px) {
    .sec-detail {
        font-size: 12px;
    }
}

.sec-item-title, .sec-item-title-l, .sec-item-title-m, .sec-item-title-s {
    font-weight: bold;
    color: #25A98B;
}

.sec-item-title-l {
    font-size: 2.8vw;
}

.sec-item-title-m {
    font-size: 1.5vw;
}

.sec-item-title-s {
    font-size: 1.2vw;
}

.sec-desc-m, .sec-desc-s, .sec-desc-xs {
    color: #666666;
}

.sec-desc-m {
    font-size: 1vw;
}

.sec-desc-s {
    font-size: 0.8vw;
}

.sec-desc-xs {
    font-size: 0.6vw;
}

.sec-item-line {
    margin: 1vw 0;
    width: 30%;
    height: 4px;
    background: #333333;
}

.btn-desc {
    background: #1DD6AC;
    border-radius: 10px;
    padding: 0.6vw;
    font-size: 1.2vw;
    font-weight: 600;
    color: #FFFFFF;
}

.sec-fill {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}

.sec-vertical-line {
    display: flex;
    align-items: center;
    border: 2px solid #EEEEEE;
    margin: 0 2vw;
}

.sec-one {
    margin-top: -67vw;
    margin-bottom: 5vw;
    padding-top: 7vw;
}

@media (max-width: 576px) {
    .sec-one-detail-bg {
        background: rgb(256, 256, 256, 0.8);
        padding: 10px;
        border-radius: 10px;
    }
}

@media (min-width: 576px) {
    .sec-one .sec-detail {
        width: 47%;
    }
    .sec-one-items {
        width: 45vw;
    }
}

.sec-one-items img {
    width: 40%;
    margin-top: 1vw;
    margin-right: 1vw;
}

.sec-two-round {
    margin-left: 20vw;
    margin-bottom: -1vw;
    margin-top: -1vw;
    width: 2vw;
    height: 2vw;
    background: #1DD6AC;
    border-radius: 50%;
}

.sec-two {
    background-image: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-two-bg.png');
}

.sec-eight {
    background-image: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-eight-bg.png');
}

.sec-ten {
    background-image: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-ten-bg.png');
}

.sec-eleven {
    background-image: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-eleven-bg.png');
}

.sec-two, .sec-eight, .sec-ten, .sec-eleven {
    background-repeat: no-repeat;
    background-size: 100vw;
    text-align: center;
    position: relative;
    z-index: -2;
    padding-top: 7vw;
}

.sec-bg-content {
    width: 100%;
    margin-top: 4vw;
}

.sec-two .sec-title-main, .sec-eight .sec-title-main, .sec-eleven .sec-title-main {
    color: #FFFFFF;
}

.sec-two .sec-title-back, .sec-eight .sec-title-back, .sec-eleven .sec-title-back {
    opacity: 0.48;
    margin-top: -6.5vw;
}

.sec-two .sec-title-underline, .sec-eight .sec-title-underline, .sec-eleven .sec-title-underline {
    margin-top: 3.5vw;
}

.sec-two .sec-detail, .sec-eight .sec-detail, .sec-eleven .sec-detail {
    color: #FFFFFF;
    margin-top: 4vw;
}

@media (max-width: 576px) {
    .sec-two img {
        height: 130px;
    }
}

@media (min-width: 575.98px) {
    .sec-two img {
        height: 20vw;
        margin-bottom: 1vw;
    }
}

.sec-two-btn-left {
    width: 70%;
}

.sec-two-block-right {
    width: 90%;
}

.sec-three, .sec-five, .sec-six, .sec-seven, .sec-eight, .sec-nine, .sec-ten, .sec-eleven {
    margin-top: 8vw;
}

.sec-three .sec-title, .sec-three .sec-detail, .sec-five .sec-title, .sec-six .sec-title, .sec-seven .sec-title, .sec-seven .sec-detail, .sec-nine .sec-title, .sec-nine .sec-detail, .sec-ten .sec-title, .sec-ten .sec-detail {
    text-align: center;
}

@media (max-width: 576px) {
    .sec-three .sec-detail {
        padding: 0 10px;
    }
}

.sec-thr-blocks {
    margin-top: 3vw;
    height: 30vw;
}

@media (max-width: 576px) {
    .sec-thr-blocks {
        height: fit-content;
    }
}

.sec-thr-block-left {
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.08);
    border-radius: 16px 16px 16px 0;
}

.sec-thr-block-left img {
    width: 28vw;
}

@media (min-width: 576px) {
    .sec-thr-block-left {
        margin-left: 6vw;
        margin-right: 10px;
    }
    .sec-thr-block-right {
        margin-left: 10px;
        margin-right: 6vw;
    }
}

@media (max-width: 576px) {
    .sec-thr-block-left {
        margin-left: 10px;
        width: 40%;
        background: none;
        box-shadow: none;
    }
    .sec-thr-block-right {
        margin-right: 10px;
        width: 60%;
    }
    .sec-thr-block-left img {
        width: 100%;
    }
}

.sec-thr-block-right {
    padding: 3vw 2vw;
}

.sec-thr-item {
    width: 26vw;
    text-align: center;
    font-size: 1.2vw;
    color: #666666;
    padding: 0;
}

.sec-thr-block-right img {
    width: 3vw;
    margin-bottom: 1vw;
}

.sec-thr-item-title {
    font-size: 1.8vw;
    font-weight: bold;
}

@media (min-width: 576px) {
    .sec-thr-item-lg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sec-thr-block-right .border-r-b {
        border-right: 2px solid #EEEEEE;
        border-bottom: 2px solid #EEEEEE;
    }
    .sec-thr-block-right .border-b {
        border-bottom: 2px solid #EEEEEE;
    }
    .sec-thr-block-right .border-r {
        border-right: 2px solid #EEEEEE;
    }
    .sec-thr-item-up {
        padding-bottom: 2vw;
    }
    .sec-thr-item-down {
        padding-top: 2vw;
    }
}

@media (max-width: 576px) {
    .sec-thr-item {
        width: 100%;
        padding: 10px 0;
    }
}

.sec-four {
    margin: 10vw auto;
    width: 88%;
}

.sec-four .sec-detail {
    margin-left: 6vw;
}

.sec-four-bg img {
    width: 35vw;
    margin-top: -4vw;
}

@media (min-width: 576px) {
    .sec-four .sec-detail {
        font-size: 1.5vw;
    }
    .sec-four-blocks {
        margin-top: -15vw;
    }
}

.sec-four .club-card .title {
    font-size: 1.2vw;
    font-weight: bold;
    font-family: PingFang SC;
    letter-spacing: 0.2vw;
}

.sec-four .club-card .card-line {
    margin-top: 1vw;
}

.sec-four .club-card .card-item {
    margin-bottom: 1vw;
    padding: 1vw;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.sec-four .club-card .card-fill {
    margin-top: 0.5vw;
    width: 14vw;
    height: 150px;
    padding: 1vw;
    background: #FFFFFF;
    border-radius: 10px;
}

.sec-four .club-card .card-fill-title {
    font-size: 1.5vw;
    font-weight: bold;
}

.sec-four .club-card .card-fill-desc {
    margin-top: 1.5vw;
    font-size: 1vw;
}

.sec-four .club-card img {
    height: 25px;
}

@media (max-width: 576px) {
    .sec-four .club-card .card-item {
        width: 48%;
        padding: 7px;
    }
    .sec-four .club-card .card-fill {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .sec-four .club-card .card-fill-title, .sec-four .club-card .card-fill-desc {
        font-size: 12px;
    }
}

.sec-four .club-card .card-item-01 {
    background: linear-gradient(180deg, #98ABFF 0%, #6F90FB 100%);
}

.sec-four .club-card .card-item-02 {
    background: linear-gradient(180deg, #5C98F5 0%, #3E81E5 100%);
}

.sec-four .club-card .card-item-03 {
    background: linear-gradient(180deg, #9A6EBB 0%, #7D50A3 100%);
}

.sec-four .club-card .card-item-04 {
    background: linear-gradient(180deg, #FDD148 0%, #FDC201 100%);
}

.sec-four .club-card .card-item-05 {
    background: linear-gradient(180deg, #8580F0 0%, #625ED1 100%);
}

.sec-four .club-card .card-item-06 {
    background: linear-gradient(180deg, #F9CB6E 0%, #F3B744 100%);
}

.sec-four .club-card .card-item-07 {
    background: linear-gradient(180deg, #FCAA63 0%, #FE922B 100%);
}

.sec-four .club-card .card-item-08 {
    background: linear-gradient(180deg, #81726B 0%, #61544D 100%);
}

.sec-four .club-card .card-item-09 {
    background: linear-gradient(180deg, #FE938A 0%, #FB7865 100%);
}

.sec-four .club-card .card-item-10 {
    background: linear-gradient(180deg, #25A98B 0%, #64D2AE 100%);
}

.sec-five .coupon-item {
    margin-bottom: 1vw;
    width: 25vw;
    height: 36vw;
    text-align: center;
    position: relative;
    z-index: -2;
}

.sec-five .coupon-item .title {
    margin-top: 7vw;
    font-size: 1.3vw;
    font-weight: bold;
    color: #FFFFFF;
}

.sec-five .coupon-item .desc {
    font-size: 1vw;
    color: #FFFFFF;
}

.sec-five .coupon-item .back-text {
    margin-top: 1.4vw;
    font-size: 1vw;
    color: #FFFFFF;
    letter-spacing: 0.2vw;
    opacity: 0.24;
    position: relative;
    z-index: -1;
}

.sec-five .coupon-item .detail {
    margin: auto;
    margin-top: 3.5vw;
    width: 70%;
    font-size: 1vw;
    color: #333333;
    text-align: center;
}

@media (max-width: 576px) {
    .sec-five .coupon-item {
        width: 44vw;
        height: 76vw;
    }
    .sec-five .coupon-item .title {
        margin-top: 15vw;
        font-size: 12px;
    }
    .sec-five .coupon-item .detail {
        margin-top: 6.5vw;
        width: 80%;
        font-size: 12px;
    }
}

.sec-five .coupon-item-01 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-five-bg01.png');
    background-position: center;
}

.sec-five .coupon-item-02 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-five-bg02.png');
    background-position: center;
}

.sec-five .coupon-item-03 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-five-bg03.png');
    background-position: center;
}

.sec-five .coupon-item-04 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-five-bg04.png');
    background-position: center;
}

.sec-five .coupon-item-05 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-five-bg05.png');
    background-position: center;
}

.sec-five .coupon-item-01, .sec-five .coupon-item-02, .sec-five .coupon-item-03, .sec-five .coupon-item-04, .sec-five .coupon-item-05 {
    background-repeat: no-repeat;
    background-size: contain;
}

.sec-six .send-item {
    width: 26vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
}

.sec-six .send-item img {
    width: 100%;
}

.sec-six .send-item .sent-item-fill {
    padding: 2vw 0;
    text-align: center;
}

.sec-six .send-item .send-item-sub {
    margin-bottom: 1vw;
    font-size: 0.4vw;
    font-family: PingFang SC;
    font-weight: bold;
    color: #999999;
}

.sec-six .send-item-sm {
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}

.sec-six .sent-item-fill-sm {
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    background: rgb(256, 256, 256, 0.9);
    border-radius: 6px;
}

.sec-six .send-item-sm-01 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-six01.png');
    background-size: 100%;
}

.sec-six .send-item-sm-02 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-six02.png');
    background-size: 100%;
}

.sec-six .send-item-sm-03 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-six03.png');
    background-size: 100%;
}

.sec-seven .chain-line {
    margin-top: 3vw;
    margin-left: 60px;
    margin-right: 60px;
}

.sec-seven .chain-item {
    width: 14vw;
}

@media (max-width: 576px) {
    .sec-seven .chain-line {
        margin-left: 20px;
        margin-right: 20px;
    }
    .sec-seven .chain-item {
        margin-bottom: 10px;
        width: 42vw;
    }
}

.sec-seven .btn-chain-width {
    width: 80%;
    text-align: center;
}

.sec-seven img {
    width: 100%;
    margin-top: 1vw;
    box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.08);
}

.sec-eight .manage-item {
    margin-bottom: 1vw;
    width: 19.5vw;
    height: 19.5vw;
    padding: 2vw;
    text-align: left;
}

.sec-eight .manage-item-hide {
    width: 19.5vw;
}

.sec-eight .manage-item img {
    height: 40px;
}

.sec-eight .manage-item-title {
    margin: 1vw 0;
    font-size: 1.4vw;
    font-weight: bold;
}

@media (max-width: 576px) {
    .sec-eight .manage-item {
        margin-bottom: 10px;
        padding: 10px;
        width: 100%;
        height: fit-content;
    }
    .sec-eight .manage-item img {
        margin: 0 5px 0 0;
        height: 20px;
    }
    .sec-eight .manage-row-sm {
        display: flex;
        align-items: center;
    }
    .sec-eight .manage-item-title, .sec-eight .manage-item-desc {
        font-size: 12px;
    }
}

.sec-nine .cop-line {
    margin-top: 4vw;
    width: 100%;
}

.sec-nine img {
    width: 47%;
}

.sec-nine .cop-left {
    width: 30vw;
    height: 30vw;
}

.sec-nine .cop-right {
    width: 50vw;
    height: 30vw;
}

.sec-nine .cop-right-item {
    width: 50%;
}

.sec-nine .cop-right-item img {
    width: 40%;
}

@media (max-width: 576px) {
    .sec-nine .cop-line {
        font-size: 12px;
    }
    .sec-nine .cop-line-item-sm {
        margin: 10px;
        padding: 10px;
        display: flex;
        align-items: center;
        text-align: left;
    }
    .sec-nine img {
        margin: 10px;
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }
}

.sec-ten .block-left {
    width: 58%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sec-ten .block-left img {
    width: 100%;
}

.sec-ten img.img-up {
    margin-top: -6vw;
    margin-left: 7vw;
    width: 82%;
}

.sec-ten .block-right {
    width: 40%;
    padding: 2vw;
}

.sec-ten .block-right img {
    width: 45%;
}

.sec-ten .sec-ten-item-sm {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.sec-ten .sec-ten-item-sm img {
    width: 30vw;
    box-shadow: 0px 20px 48px rgba(0, 0, 0, 0.08);
}

.sec-ten .sec-ten-item-sm-content {
    padding: 10px;
    text-align: left;
}

.sec-eleven {
    margin-bottom: 7vw;
}

@media (min-width: 576px) {
    .sec-eleven .sec-item-line {
        background: #EEEEEE;
    }
}

.eleven-item {
    width: 27vw;
}

.eleven-item img {
    width: 100%;
}

.eleven-sub-title {
    margin-bottom: 1vw;
    font-size: 1vw;
    font-weight: bold;
}

.sec-eleven .eleven-item-sm {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.08);
}

.sec-eleven .eleven-item-sm-content {
    padding: 10px;
    font-size: 12px;
    text-align: center;
    background: rgb(256, 256, 256, 0.9);
    border-radius: 8px;
}

.sec-eleven .eleven-item-sm-01 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-eleven01.png');
    background-size: 100%;
    background-position-y: center;
}

.sec-eleven .eleven-item-sm-02 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-eleven02.png');
    background-size: 100%;
    background-position-y: center;
}

.sec-eleven .eleven-item-sm-03 {
    background: url('https://cdn.xzxc.tech/xzxc/hp/v2/img/v2/sec-eleven03.png');
    background-size: 100%;
    background-position-y: center;
}

/* ---------------------------------------------------------------
 foot
------------------------------------------------------------------ */

.footer {
    background: #EEF1F5;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.foot-brand {
    display: flex;
}

.foot-brand img {
    width: 4vw;
}

.foot-brand-text {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 1vw;
}

.foot-brand-name {
    font-size: 1.25vw;
    font-weight: 600;
    color: #151517;
}

.foot-brand-desc {
    font-size: 1vw;
    font-weight: 600;
    color: #999999;
}

.foot-contact {
    font-size: 0.8vw;
    color: #666666;
    display: flex;
    align-items: center;
    margin-top: 1vw;
}

.foot-contact img {
    width: 1vw;
    margin-right: 0.5vw;
}

@media (max-width: 576px) {
    .foot-brand img {
        width: 30px;
        height: 30px;
    }
    .foot-contact img {
        width: 10px;
    }
    .footer .foot-brand-name {
        font-size: 14px;
    }
    .footer .foot-brand-desc, .footer .foot-contact {
        font-size: 12px;
    }
}

/* ---------------------------------------------------------------
 qr wash
------------------------------------------------------------------ */

@media (min-width: 576px) {
    .fix-exp {
        position: fixed;
        bottom: 1vw;
        right: 2vw;
        display: flex;
    }
    .fix-exp-item img {
        width: 7vw;
        margin-right: 1vw;
    }
}

@media (max-width: 576px) {
    .fix-exp {
        margin: 10px 0;
        display: flex;
        justify-content: space-evenly;
    }
    .fix-exp-item img {
        width: 110px;
    }
}

/* ---------------------------------------------------------------
 资料下载
------------------------------------------------------------------ */

.doc-main {
    color: #ffffff;
}

.doc-main .title {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.doc-main h1 {
    font-size: 3vw;
    font-weight: 600;
}

@media (max-width: 576px) {
    .doc-main .title {
        top: 50px;
    }
    .doc-main h1 {
        font-size: 16px;
    }
}

.doc-content {
    margin: 6vw 8vw;
}

.doc-content dd, .doc-content li {
    font-size: .8em;
}

.doc-content .kind dd {
    margin: 1rem 0;
    padding: 3px 0;
}

.doc-content .kind dd.active {
    color: #25A98B;
    text-decoration: underline 3px #25A98B;
    text-underline-offset: 8px;
}

.doc-content .list a {
    color: #666666;
}

.doc-content .list a:hover {
    text-decoration: none;
}
.doc-content li {
    margin: 1em 0;
}
.doc-content .list .new::after {
    content: 'new~~';
    margin-left: 10px;
    padding: 1px 2px;
    color: red;
    /* border: 1px solid red; */
    font-size: .5em;
}

@media (max-width: 576px) {
    .doc-foot {
        position: absolute;
        bottom: 0;
    }
}