
.md31692.Header {
    width: 100%;
    overflow: hidden;
    height: 1rem;
}

.md31692.Header .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .md31692.Header .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.md31692.Header .HBoard {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
}

.md31692.Header .HBoard .Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md31692.Header .HLogo {
    width: auto;
    margin: 0.3rem 0;
}

.md31692.Header .HLogo .Logo {
    display: block;
    /* width: 2.36rem; */
    height: 0.4rem;
    position: relative;
    z-index: 5;
}

.md31692.Header .HLogo .Logo img {
    /* width: 100%; */
    height: 100%;
}

.md31692.Header .HTab {
    width: auto;
}

.md31692.Header .HTab .TabList {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.md31692.Header .HTab .TabItemI {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 5;
}

@media (min-width: 901px) {
    .md31692.Header .HTab .TabItemI:hover .ItemIHref .IHref {
        color: var(--theme);
        border-bottom-color: var(--active);
    }

    .md31692.Header .HTab .TabItemI:hover .ItemIList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.md31692.Header .HTab .TabItemI .ItemIHref {
    width: auto;
    height: 100%;
}

.md31692.Header .HTab .TabItemI .ItemIHref .IHref {
    width: auto;
    margin: 0 0.2rem;
    height: 100%;
    color: var(--theme);
    line-height: 1.8;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 0.03rem solid transparent;
    border-bottom: 0.03rem solid transparent;
}

.md31692.Header .HTab .TabItemI .ItemIList {
    display: none;
    position: absolute;
    width: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 0.1rem 0 #ccc;
    box-shadow: 0 0 0.1rem 0 #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}

.md31692.Header .HTab .TabItemI .ItemIList:has(.TabItemII:nth-child(7)) {
    width: 200%;
}

.md31692.Header .HTab .TabItemI .ItemIList:has(.TabItemII:nth-child(7)) .TabItemII {
    width: 50%;
}

.md31692.Header .HTab .TabItemII {
    width: 100%;
}

@media (min-width: 901px) {
    .md31692.Header .HTab .TabItemII:hover .ItemIIHref .IIHref {
        background-color: var(--active);
        color: #fff;
    }
}

.md31692.Header .HTab .TabItemII .ItemIIHref {
    width: 100%;
}

.md31692.Header .HTab .TabItemII .ItemIIHref .IIHref {
    text-align: center;
    padding: 0.14rem 0.2rem;
    /* word-wrap: break-word; */
    line-height: 1.2;
    letter-spacing: 0.01rem;
    color: var(--theme);
    display: block;
    /* white-space: nowrap; */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.md31692.Header .HControl {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md31692.Header .HSearch {
    margin-left: 0.3rem;
}

.md31692.Header .HSearch .SearchIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.md31692.Header .HSearch .SearchIcon .Icon {
    color: var(--theme);
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    min-width: 13.5px;
    min-height: 13.5px;
    cursor: pointer;
}

.md31692.Header .HSearch .SearchDialog {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 0.5rem 0;
    -webkit-box-shadow: 0 0 0.05rem #ccc;
    box-shadow: 0 0 0.05rem #ccc;
    display: none;
}

.md31692.Header .HSearch .SearchClose {
    width: 0.2rem;
    height: 0.2rem;
    min-width: 16px;
    min-height: 16px;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    z-index: 3;
    cursor: pointer;
}

.md31692.Header .HSearch .SearchClose::before,
.md31692.Header .HSearch .SearchClose::after {
    width: 10%;
    background: var(--theme);
    height: 80%;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
}

.md31692.Header .HSearch .SearchClose::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.md31692.Header .HSearch .SearchClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.md31692.Header .HSearch .SearchFrame {
    width: 64%;
    min-width: 300px;
    height: 0.46rem;
    min-height: 40px;
    border: 0.01rem solid var(--theme);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.md31692.Header .HSearch .SearchFrame .SearchInput {
    width: 76.5%;
    height: 100%;
    font-size: 0;
}

.md31692.Header .HSearch .SearchFrame .SearchInput input {
    width: 100%;
    height: 100%;
    line-height: 1.2;
    border: 0.01rem solid var(--theme);
    padding: 0 0.1rem;
}

.md31692.Header .HSearch .SearchFrame .SearchButton {
    width: 23.5%;
    height: 100%;
    font-size: 0;
}

.md31692.Header .HSearch .SearchFrame .SearchButton button {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: var(--theme);
    border: 0.02rem solid var(--theme);
    cursor: pointer;
}

.md31692.Header .HLang {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 5;
}

.md31692.Header .HLang:hover .LangOptions {
    display: block;
}

.md31692.Header .HLang .LangBoard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    cursor: pointer;
}

.md31692.Header .HLang .LangIcon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.04rem;
}

.md31692.Header .HLang .LangIcon .Icon {
    display: block;
    width: 0.18rem;
    height: 0.18rem;
    min-width: 13.5px;
    min-height: 13.5px;
    color: var(--theme);
}

.md31692.Header .HLang .LangIcon .Icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.md31692.Header .HLang .LangText {
    white-space: nowrap;
    color: var(--theme);
    line-height: 1.2;
    padding-left: 0.1rem;
    padding-right: 0.06rem;
}

.md31692.Header .HLang .LangArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.md31692.Header .HLang .LangArrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.04rem solid transparent;
    border-right: 0.04rem solid transparent;
    border-top: 0.05rem solid var(--theme);
}

@media (max-width: 1920px) {
    .md31692.Header .HLang .LangArrow::after {
        border-top-width: 5px;
        border-left-width: 4px;
        border-right-width: 4px;
    }
}

.md31692.Header .HLang .LangOptions {
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    -webkit-box-shadow: 0 0 0.1rem 0 #ccc;
    box-shadow: 0 0 0.1rem 0 #ccc;
    display: none;
}

.md31692.Header .HLang .LangOption {
    width: 100%;
    padding: 0.1rem 0;
    color: #666;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.md31692.Header .HLang .LangOption:hover {
    background-color: var(--theme);
    color: #fff;
}

.md31692.Header .HMenu {
    width: auto;
    display: none;
    margin-left: 0.3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md31692.Header .HMenu .MenuIcon {
    width: 0.18rem;
    height: 0.18rem;
    min-width: 13.5px;
    min-height: 13.5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md31692.Header .HMenu .MenuIcon::before,
.md31692.Header .HMenu .MenuIcon::after,
.md31692.Header .HMenu .MenuIcon div {
    width: 80%;
    height: 9%;
    display: block;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: var(--theme);
}

@media (max-width: 900px) {
    .md31692.Header .HBoard {
        width: 100%;
    }

    .md31692.Header .HTab {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0;
        top: 0;
        z-index: 10;
    }

    .md31692.Header .HTab .TabList {
        width: 64%;
        height: 100%;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
        overflow-y: auto;
    }

    .md31692.Header .HTab .TabItemI {
        height: auto;
    }

    .md31692.Header .HTab .TabItemI .ItemIHref {
        padding: 5px 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .md31692.Header .HTab .TabItemI .ItemIHref .IHref {
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        color: var(--theme);
        border: 0;
    }

    .md31692.Header .HTab .TabItemI .ItemIHref .IDrop {
        position: relative;
        z-index: 5;
        width: 20px;
        height: 20px;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .md31692.Header .HTab .TabItemI .ItemIHref .IDrop::after {
        content: "";
        display: block;
        width: 42.5%;
        height: 42.5%;
        border-right: 0.03rem solid var(--theme);
        border-bottom: 0.03rem solid var(--theme);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -60%) rotate(-45deg);
        transform: translate(-50%, -60%) rotate(-45deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

    .md31692.Header .HTab .TabItemI .ItemIHref .IDrop.Open::after {
        -webkit-transform: translate(-50%, -40%) rotate(45deg);
        transform: translate(-50%, -40%) rotate(45deg);
    }

    .md31692.Header .HTab .TabItemI .ItemIHref.In .IHref {
        color: var(--active);
    }

    .md31692.Header .HTab .TabItemI .ItemIHref.In .IDrop::after {
        border-color: var(--active);
    }

    .md31692.Header .HTab .TabItemI .ItemIList {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: static;
        left: auto;
        top: auto;
        z-index: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
    }

    .md31692.Header .HTab .TabItemI .ItemIList:has(.TabItemII:nth-child(7)) {
        width: 100%;
    }

    .md31692.Header .HTab .TabItemI .ItemIList:has(.TabItemII:nth-child(7)) .TabItemII {
        width: 100%;
    }

    .md31692.Header .HTab .TabItemII .ItemIIHref .IIHref {
        text-align: left;
        padding: 5px 20px;
        color: #000;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .md31692.Header .HTab .TabItemII .ItemIIHref.In .IIHref {
        color: var(--active);
    }

    .md31692.Header .HTab.Show {
        display: block;
    }

    .md31692.Header .HMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.md31693.Footer .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .md31693.Footer .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.md31693.Footer {
    background: #f8f8f8;
}

.md31693.Footer .FBoard {
    width: 100%;
}

.md31693.Footer .FContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.64rem 0 0.54rem;
    position: relative;
    z-index: 5;
}

.md31693.Footer .FInfo {
    /* width: 28.75%; */
    /* flex-shrink: 0; */
}

.md31693.Footer .FLogo {
    width: 100%;
    padding-bottom: 0.18rem;
    margin-bottom: 0.4rem;
    border-bottom: 0.01rem solid #e6e6e6;
}

.md31693.Footer .FLogo .Logo {
    display: block;
    /* width: 2.36rem; */
    height: 0.4rem;
    position: relative;
    z-index: 5;
}

.md31693.Footer .FLogo .Logo img {
    /* width: 100%; */
    height: 100%;
}

.md31693.Footer .FContact {
    width: 100%;
    display: none;
}

.md31693.Footer .FContact .ContactItem {
    width: 100%;
}

.md31693.Footer .FContact .ContactItem+.ContactItem {
    margin-top: 0.28rem;
}

.md31693.Footer .FContact .ItemHead {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.md31693.Footer .FContact .ItemIcon {
    width: 0.18rem;
    height: 0.18rem;
    min-width: 13.5px;
    min-height: 13.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.08rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.md31693.Footer .FContact .ItemIcon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.md31693.Footer .FContact .ItemTitle {
    width: auto;
    line-height: 1.5;
    color: #666;
    font-weight: bold;
}

.md31693.Footer .FContact .ItemBody {
    width: 100%;
    padding-left: 0.24rem;
    margin-top: 0.06rem;
}

.md31693.Footer .FContact .ItemBody p {
    width: 100%;
    color: var(--theme);
    line-height: 1.8;
}

.md31693.Footer .FContact .ItemBody p+p {
    margin-top: 0;
}

.md31693.Footer .FContact.PC {
    display: block;
}

.md31693.Footer .FContact.Mobile {
    display: none;
}

.md31693.Footer .FTab {
    /* width: 65.25%; */
    padding-left: 0.3rem;
}

.md31693.Footer .FTab .TabList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
}

.md31693.Footer .FTab .TabItemI .ItemIHref {
    width: 100%;
}

.md31693.Footer .FTab .TabItemI:last-child .IHref {
    margin-right: 0
}

.md31693.Footer .FTab .TabItemI:last-child .ItemIList {
    padding-right: 0
}

.md31693.Footer .FTab .TabItemI .ItemIHref .IHref {
    /* width: 100%; */
    color: var(--theme);
    font-weight: 700;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
    margin-right: 0.6rem;
}

.md31693.Footer .FTab .TabItemI .ItemIHref .IHref:hover {
    color: var(--active);
}

.md31693.Footer .FTab .TabItemI .ItemIHref .IDrop {
    display: none;
}

.md31693.Footer .FTab .TabItemI .ItemIList {
    padding-top: 0.12rem;
    padding-right: 1em;
}

.md31693.Footer .FTab .TabItemII {
    width: 100%;
    margin-top: 0.16rem;
}

.md31693.Footer .FTab .TabItemII .ItemIIHref {
    width: 100%;
}

.md31693.Footer .FTab .TabItemII .ItemIIHref .IIHref {
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    max-width: 2rem;
    /* white-space: nowrap; */
}

.md31693.Footer .FTab .TabItemII .ItemIIHref .IIHref:hover {
    color: var(--active);
}

.md31693.Footer .FCode {
    position: absolute;
    right: 0;
    bottom: 1rem;
    z-index: 5;
    text-align: center;
}

.md31693.Footer .FCode .CodeImg {
    width: 1.4rem;
    height: 1.4rem;
    min-width: 105px;
    min-height: 105px;
    margin: 0 auto
}

.md31693.Footer .FCode .CodeImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.md31693.Footer .FCode .CodeText {
    width: 100%;
    text-align: center;
    color: var(--theme);
    line-height: 1.5;
    margin-top: 0.1rem;
}

.md31693.Footer .FCopyright {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--theme);
    line-height: 1.5;
    padding: 0.245rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
    border-top: 0.01rem solid #e6e6e6;
    border-bottom: 0.01rem solid transparent;
}

.md31693.Footer .FCopyright .Build {
    display: block;
}

@media (max-width: 900px) {
    .md31693.Footer .FContent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .md31693.Footer .FLogo {
        margin-bottom: 0;
        padding-bottom: 0.3rem;
    }

    .md31693.Footer .FInfo {
        width: 100%;
    }

    .md31693.Footer .FContact.PC {
        display: none;
    }

    .md31693.Footer .FContact.Mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .md31693.Footer .FContact.Mobile .ContactItem {
        width: 49%;
    }

    .md31693.Footer .FContact.Mobile .ContactItem+.ContactItem {
        margin-top: 0;
    }

    .md31693.Footer .FTab {
        width: 100%;
    }

    .md31693.Footer .FTab .TabList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .md31693.Footer .FTab .TabItemI {
        width: 100%;
        height: auto;
        padding-right: 0;
    }

    .md31693.Footer .FTab .TabItemI .ItemIHref {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .md31693.Footer .FTab .TabItemI .ItemIHref .IHref {
        padding: 0;
        width: auto;
        height: auto;
    }

    .md31693.Footer .FTab .TabItemI .ItemIHref .IDrop {
        position: relative;
        z-index: 5;
        width: 20px;
        height: 20px;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .md31693.Footer .FTab .TabItemI .ItemIHref .IDrop::after {
        content: "";
        display: block;
        width: 42.5%;
        height: 42.5%;
        border-right: 0.03rem solid var(--theme);
        border-bottom: 0.03rem solid var(--theme);
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -60%) rotate(-45deg);
        transform: translate(-50%, -60%) rotate(-45deg);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }

    .md31693.Footer .FTab .TabItemI .ItemIHref .IDrop.Open::after {
        -webkit-transform: translate(-50%, -40%) rotate(45deg);
        transform: translate(-50%, -40%) rotate(45deg);
    }

    .md31693.Footer .FTab .TabItemI .ItemIList {
        width: 100%;
        padding: 10px 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: static;
        left: auto;
        top: auto;
        z-index: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        transition: none;
        display: none;
        margin-top: 0;
    }

    .md31693.Footer .FTab .TabItemII {
        margin-top: 0;
    }

    .md31693.Footer .FTab .TabItemII .ItemIIHref .IIHref {
        text-align: left;
        padding: 10px 0;
        color: #666;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .md31693.Footer .FCode {
        position: static;
        margin-top: 0.3rem;
    }
}

@media (max-width: 600px) {
    .md31693.Footer .FContact.Mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0.2rem;
    }

    .md31693.Footer .FContact.Mobile .ContactItem {
        width: 100%;
    }

    .md31693.Footer .FContact.Mobile .ContactItem+.ContactItem {
        margin-top: 10px;
    }
}


.BackToTop.md31693 {
  position: fixed;
  right: 0.2rem;
  bottom: 30%;
  z-index: 99;
  width: 0.52rem;
  height: 0.52rem;
  min-width: 39px;
  min-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.BackToTop.md31693.Show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.BackToTop.md31693 img {
  width: 100%;
  height: 100%;
  display: block;
}


.Button.More {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.165rem 0.315rem;
  border-radius: 0.3rem;
  border: 0.01rem solid #fff;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 1920px) {
  .Button.More {
    border-radius: 30px;
  }
}
.Button.More .ButtonText {
  color: #fff;
  white-space: nowrap;
  margin-right: 0.55rem;
}
.Button.More .ButtonIcon .Icon {
  width: 0.12rem;
  height: 0.12rem;
  min-width: 9px;
  min-height: 9px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Button.More:hover {
  border-color: var(--active);
  background: var(--active);
}
.Button.More:hover .ButtonIcon .Icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.Arrow {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 33px;
  min-height: 33px;
  border-radius: 50%;
  border: 0.01rem solid #fff;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.Arrow .Icon {
  width: 0.07rem;
  height: 0.11rem;
  min-width: 5.25px;
  min-height: 8.25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--active);
}
.Arrow:hover {
  background: var(--active);
  border-color: var(--active);
}

.Banner.md31694 {
    width: 100%;
    position: relative;
    z-index: 5;
}

.Banner.md31694 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .Banner.md31694 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.Banner.md31694 .BannerImg {
    width: 100%;
    font-size: 0;
}

.Banner.md31694 .BannerImg img {
    height: auto;
    width: 100%;
}

.Banner.md31694 .BannerText {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Banner.md31694 .BannerText .Title {
    width: auto;
}

.Banner.md31694 .BannerText .Title .s30 {
    width: 100%;
    color: #fff;
    white-space: nowrap;
}

.Banner.md31694 .BannerText .Title .s48 {
    width: 100%;
    color: #fff;
    white-space: nowrap;
    font-weight: 700;
    margin-top: 0.1rem;
}

.Crumb.md31695 {
    width: 100%;
}

.Crumb.md31695 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .Crumb.md31695 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.Crumb.md31695 {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.Crumb.md31695::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.01rem;
    min-height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.06);
}

.Crumb.md31695 .Container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Crumb.md31695 .CrumbTab {
    width: 78%;
}

.Crumb.md31695 .CrumbTab .TabSwiper .swiper-slide.In .Text {
    color: var(--active);
    border-bottom-color: var(--active);
}

.Crumb.md31695 .CrumbTab .TabSwiper .swiper-slide {
    width: auto;
    display: block;
    cursor: pointer;
}

.Crumb.md31695 .CrumbTab .TabSwiper .swiper-slide:hover .Text {
    color: var(--active);
    border-bottom-color: var(--active);
}

.Crumb.md31695 .CrumbTab .TabSwiper .swiper-slide .Text {
    width: 100%;
    color: #666;
    text-align: center;
    white-space: nowrap;
    padding: 0.27rem 0;
    border-top: 0.03rem solid transparent;
    border-bottom: 0.03rem solid transparent;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
}

.Crumb.md31695 .CrumbSeat {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Crumb.md31695 .CrumbSeat .SeatIcon {
    display: block;
    margin-right: 0.1rem;
}

.Crumb.md31695 .CrumbSeat .SeatIcon .Icon {
    width: 0.15rem;
    height: 0.16rem;
    min-width: 11.25px;
    min-height: 12px;
    color: var(--active);
}

.Crumb.md31695 .CrumbSeat .SeatLink,
.Crumb.md31695 .CrumbSeat .SeatSign {
    width: auto;
    color: #666;
    line-height: 1.3;
    padding: 0.29rem 0;
}

.Crumb.md31695 .CrumbSeat .SeatLink {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
}

.Crumb.md31695 .CrumbSeat .SeatLink:hover {
    color: var(--active);
}

.Crumb.md31695 .CrumbSeat .SeatSign {
    margin: 0 0.1rem;
}

@media (max-width: 550px) {

    .Crumb.md31695 .CrumbTab,
    .Crumb.md31695 .CrumbSeat {
        width: 100%;
    }

    .Crumb.md31695 .CrumbSeat {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.Crumb.md31695 .TabSwiper{
    position: relative;
}

.Crumb.md31695 .sbtn {
  width: 1em;
  height: 1em;
  border-radius: 50%;
 color:  var(--active);
  position: absolute;
  top: calc(50% - 0.5em);
  cursor: pointer;
  z-index: 30;
  opacity: 0.7;
  transition: 0.5s;
}
.Crumb.md31695 .sbtn:hover {
  opacity: 1;
}
.Crumb.md31695 .sbtn svg {
  width: calc( 12 / 40 * 100%);
  height: calc( 12 / 40 * 100%);
}

.Crumb.md31695 .prev{
    left: -0.75em;
}
.Crumb.md31695 .next{
    right: -0.75em;
}

.Crumb.md31695 .swiper-button-disabled{
    opacity: 0 !important;
}

.Message.md31696 {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    background-color: #faf7f4;
}

.Message.md31696 .layout {
    margin-left: auto;
    margin-right: auto;
    width: 16rem;
    max-width: 92%;
}

@media (max-width: 1200px) {
    .Message.md31696 .layout {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
}

.Message.md31696 .MessageBoard {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Message.md31696 .MessageLeft {
    width: 38%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0.4rem;
}

.Message.md31696 .MessageHead {
    width: 100%;
}

.Message.md31696 .MessageHead .Title {
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
}

.Message.md31696 .MessageHead .Remark {
    width: 100%;
    line-height: 1.95;
    margin-top: 0.3rem;
    text-align: justify;
}

.Message.md31696 .MessageSubmit {
    width: 100%;
    margin-top: 0.78rem;
}

.Message.md31696 .MessageSubmit .SubmitBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.16rem 0.7rem;
    border: none;
    border-radius: 0.3rem;
    background: var(--active);
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 1920px) {
    .Message.md31696 .MessageSubmit .SubmitBtn {
        border-radius: 30px;
    }
}

.Message.md31696 .MessageSubmit .SubmitBtn:hover {
    opacity: 0.85;
}

.Message.md31696 .MessageForm {
    width: 58%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Message.md31696 .MessageForm form {
    width: 100%;
}

.Message.md31696 .MessageForm .FormRows {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Message.md31696 .MessageForm .FormItem {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

.Message.md31696 .MessageForm .FormItem:nth-child(2n) {
    margin-right: 0;
}

.Message.md31696 .MessageForm .FormItem.Required {
    position: relative;
}

.Message.md31696 .MessageForm .FormItem.Required::before {
    content: "*";
    position: absolute;
    left: 0.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--active);
    z-index: 2;
    pointer-events: none;
    line-height: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.Message.md31696 .MessageForm .FormItem.Required:has(.FormInput:not(:-moz-placeholder))::before {
    opacity: 0;
}

.Message.md31696 .MessageForm .FormItem.Required:has(.FormInput:not(:-ms-input-placeholder))::before {
    opacity: 0;
}

.Message.md31696 .MessageForm .FormItem.Required:has(.FormInput:not(:placeholder-shown))::before {
    opacity: 0;
}

.Message.md31696 .MessageForm .FormItem.Required .FormInput {
    padding-left: 0.28rem;
}

.Message.md31696 .MessageForm .FormInput {
    width: 100%;
    height: 0.55rem;
    min-height: 41.25px;
    padding: 0 0.15rem;
    border: none;
    border-radius: 0.06rem;
    background: #fff;
    color: var(--theme);
    outline: none;
    resize: none;
    display: block;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.Message.md31696 .MessageForm .FormInput::-webkit-input-placeholder {
    color: #888;
}

.Message.md31696 .MessageForm .FormInput::-moz-placeholder {
    color: #888;
}

.Message.md31696 .MessageForm .FormInput:-ms-input-placeholder {
    color: #888;
}

.Message.md31696 .MessageForm .FormInput::-ms-input-placeholder {
    color: #888;
}

.Message.md31696 .MessageForm .FormInput::placeholder {
    color: #888;
}

.Message.md31696 .MessageForm .FormInput:focus {
    -webkit-box-shadow: 0 0 0 0.01rem rgba(205, 18, 24, 0.3);
    box-shadow: 0 0 0 0.01rem rgba(205, 18, 24, 0.3);
}

.Message.md31696 .MessageForm .FormCheck {
    width: 100%;
}

.Message.md31696 .MessageForm .FormCheck .CheckLabel {
    width: 100%;
    font-weight: 700;
    line-height: 1.4;
}

.Message.md31696 .MessageForm .FormCheck .CheckLabel::before {
    content: "*";
    color: var(--active);
}

.Message.md31696 .MessageForm .FormCheck .CheckList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.15rem;
}

.Message.md31696 .MessageForm .FormCheck .CheckItem {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.25rem;
    margin-bottom: 0.18rem;
    cursor: pointer;
}

.Message.md31696 .MessageForm .FormCheck .CheckItem input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.Message.md31696 .MessageForm .FormCheck .CheckItem .CheckBox {
    width: 0.16rem;
    height: 0.16rem;
    min-width: 12px;
    min-height: 12px;
    border: 0.01rem solid #ddd;
    border-radius: 0.02rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 0.06rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.Message.md31696 .MessageForm .FormCheck .CheckItem .CheckBox svg {
    width: 60%;
    height: 60%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.Message.md31696 .MessageForm .FormCheck .CheckItem input:checked+.CheckBox {
    background: var(--active);
    border-color: var(--active);
}

.Message.md31696 .MessageForm .FormCheck .CheckItem input:checked+.CheckBox svg {
    opacity: 1;
}

.Message.md31696 .MessageForm .FormCheck .CheckItem .CheckText {
    color: #333;
    white-space: nowrap;
}

.Message.md31696 .MessageForm .FormTextarea {
    width: 100%;
    margin-top: 0.24rem;
}

.Message.md31696 .MessageForm .FormTextarea.Required {
    position: relative;
}

.Message.md31696 .MessageForm .FormTextarea.Required::before {
    content: "*";
    position: absolute;
    left: 0.2rem;
    top: 0.15rem;
    color: var(--active);
    z-index: 2;
    pointer-events: none;
    line-height: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.Message.md31696 .MessageForm .FormTextarea.Required:has(.FormInput:not(:-moz-placeholder))::before {
    opacity: 0;
}

.Message.md31696 .MessageForm .FormTextarea.Required:has(.FormInput:not(:-ms-input-placeholder))::before {
    opacity: 0;
}

.Message.md31696 .MessageForm .FormTextarea.Required:has(.FormInput:not(:placeholder-shown))::before {
    opacity: 0;
}

.Message.md31696 .MessageForm .FormTextarea.Required .FormInput {
    padding-left: 0.28rem;
}

.Message.md31696 .MessageForm .FormTextarea .FormInput {
    height: 1.4rem;
    min-height: 105px;
    padding: 0.12rem 0.15rem;
    line-height: 1.6;
}

.Message.md31696 .MessageForm .FormSubmit {
    width: 100%;
    margin-top: 0.3rem;
    display: none;
    text-align: center;
}

.Message.md31696 .MessageForm .FormSubmit .SubmitBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.16rem 0.7rem;
    border: none;
    border-radius: 0.3rem;
    background: var(--active);
    color: #fff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

@media (max-width: 1920px) {
    .Message.md31696 .MessageForm .FormSubmit .SubmitBtn {
        border-radius: 30px;
    }
}

.Message.md31696 .MessageForm .FormSubmit .SubmitBtn:hover {
    opacity: 0.85;
}

@media (max-width: 900px) {
    .Message.md31696 {
        padding: 0.6rem 0 0.8rem;
    }

    .Message.md31696 .MessageLeft {
        width: 100%;
        padding-right: 0;
    }

    .Message.md31696 .MessageForm {
        width: 100%;
        margin-top: 0.4rem;
    }

    .Message.md31696 .MessageForm .FormItem {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .Message.md31696 .MessageForm .FormCheck .CheckItem {
        margin-right: 0.2rem;
    }

    .Message.md31696 .MessageForm .FormCheck .CheckLabel {
        margin: 10px 0;
    }

    .Message.md31696 .MessageForm .FormSubmit {
        display: block;
    }

    .Message.md31696 .MessageSubmit {
        display: none;
    }
}
