.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

#fullpage {
    visibility: hidden;
}

html {
    margin: auto !important;
}

body,
html {
    color: #120f0b;
    max-width: 540px;
    background: #091023;
}

body {
    margin: 0;
}

.fp-tableCell {
    display: block;
    width: 100%;
    height: 100%;
}

.btn {
    border: none;
}

.btn abbr {
    position: relative;
    top: -0.01rem;
}

.section {
    background: #061377;
}

.top_logo {
    width: 8.62676vh;
    display: block;
    margin: 0 auto;
}

.nextPage {
    position: absolute;
    width: 3.52113vh;
    bottom: 1.54507vh;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: flashing 2s linear infinite;
    animation: flashing 2s linear infinite;
}

@-webkit-keyframes flashing {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

@keyframes flashing {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
}

.section .sub_title {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: auto;
    /* background: #091023; */
    width: 0.4rem;
    text-align: center;
}

.section .sub_title p {
    position: absolute;
    color: #ffffff;
    font-size: 0.04rem;
    text-shadow: 0 0 0;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 0.005rem;
    margin-left: 0.005rem;
}


/* .section .sub_title:before {
    left: 0;
}

.section .sub_title:after,
.section .sub_title:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 0.07813rem;
    background: #db7f45;
    position: absolute;
    top: 0;
}

.section .sub_title:after {
    right: 0;
} */

.navBox {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 40%;
}

.navBox img {
    width: 0.1rem;
    display: block;
}

.section .sub_title img {
    width: 100%;
}

.guide {
    width: 0.015rem;
    vertical-align: middle;
}

.section .introBox {
    height: 48.21831vh;
    width: 88%;
    margin: 0.0875rem auto 0.21875rem;
    border: 1px solid #db7f45;
    position: absolute;
    padding: 0.06875rem 0.03125rem 0.04688rem;
    box-sizing: border-box;
    display: flex;
    top: 38vh;
    background: #fff;
    border-radius: 0.01rem;
    z-index: 1;
}

.section .introBox .content {
    color: #fff;
    font-size: 0.03125rem;
    flex: 1;
    overflow: auto;
    height: 48.23944vh;
    max-height: 100%;
}

.section .introBox .content>P {
    text-indent: 2em;
    margin: 10px;
    line-height: 1.5em;
}

.section .introBox .content>P:last-of-type {
    margin-bottom: 0.0625rem;
}

.section .introBox .content>h3 {
    font-size: 0.04063rem;
    text-align: center;
    margin: 0 0 0.02187rem;
}

.section1 .fp-tableCell {
    position: relative;
    box-sizing: border-box;
    font-size: 0.03125rem;
}

.section1 .section1_header_background {
    width: 41.02113vh;
    display: block;
    margin: 0 auto;
    z-index: 10;
}

.section1 .section1_background {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.section1 .titleBox {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.section1 .title {
    width: 100%;
    display: block;
}

.section1 .btns {
    position: absolute;
    width: 100%;
    top: 43.21831vh;
    z-index: 1;
}

.hezuo {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 82.21831vh;
}

.section1 .btns .time {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    transform: scale(0.8);
}

.section1 .btns .btn {
    background: url(../2022imgs/menu-bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    width: 0.6rem;
    font-size: 0.04rem;
    display: block;
    color: #f9ecb6;
    height: 0.12rem;
    margin: 0 auto 0.01rem;
    padding: 0;
    position: relative;
    letter-spacing: 0.005rem;
}

.section1 .btns .btn.hot:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 2.64085vh;
    height: 2.64085vh;
    background: url(09741c05e64fe6ece2c2e3546de45980.png) no-repeat;
    background-size: 100%;
    left: 3.52113vh;
    margin-right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.zz {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.zz .note {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.625rem;
    font-size: 0.0375rem;
    background: #fff;
    border-radius: 5px;
}

.zz .note .content {
    padding: 0.04375rem 0;
    text-align: center;
    border-bottom: 1px solid #efefef;
    color: #333;
}

.zz .note .submit {
    width: 100%;
    border: none;
    height: 2.4em;
    font-size: 0.0375rem;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #53698d;
    -webkit-tap-highlight-color: transparent;
}

.section2 .fp-tableCell {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.03125rem;
    justify-content: space-between;
    align-items: center;
}

.section2 .ts {
    margin-top: 3.16901vh;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.8em;
}

.section2 .ts>p {
    margin: 0;
    text-align: justify;
}

.section3 .fp-tableCell {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.03125rem;
    justify-content: space-between;
    align-items: center;
}

.section3 .footer,
.section3 .item {
    width: 100%;
    display: block;
}

.section3 .item {
    color: #fff;
    border-bottom: 1px solid #e2e0e0;
    margin-bottom: 2.64085vh;
    padding-bottom: 0.44014vh;
    text-decoration: none;
}

.section3 .item .top {
    width: 100%;
    display: flex;
    align-items: stretch;
    height: 8.80282vh;
    justify-content: space-between;
    margin-bottom: 1.05634vh;
}

.section3 .item .img {
    width: 17.60563vh;
    height: 9.85915vh;
    margin-right: 1.76056vh;
    background-size: cover;
}

.section3 .item .img img {
    width: 100%;
    max-height: 100%;
}

.section3 .item .articl_title {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.3em;
    height: 3.9em;
    color: #333;
}

.section3 .item .intro {
    font-size: 12px;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
    color: #b5b5b5;
    padding-top: 0.70423vh;
}

.section3 .item .time {
    font-size: 10px;
    text-align: right;
    color: #b5b5b5;
}

.section4 .fp-tableCell {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.03125rem;
    justify-content: space-between;
    align-items: center;
}

.section4 .content_title {
    width: 0.1375rem;
    display: block;
    margin: 0.01563rem auto 0.03125rem;
}

.section4 .content .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.07813rem;
}

.section4 .content .item .num {
    width: 0.09375rem;
    margin-right: 0.02813rem;
}

.section4 .content .item .desc {
    font-size: 0.03438rem;
    transform: scale(0.9);
    transform-origin: 0 0;
}

.section5 .fp-tableCell {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.03125rem;
    justify-content: space-between;
    align-items: center;
}

.section5 .content {
    width: 100%;
}

.section5 .item {
    display: block;
    width: 0.8rem;
    margin: auto auto 0.05rem;
    color: #000;
    font-size: 0.03438rem;
    text-decoration: none;
}

.section5 .item img {
    width: 100%;
}

.section5 .item .title {
    transform: scale(0.9);
    transform-origin: center;
}

.section6 .fp-tableCell {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.03125rem;
    justify-content: space-between;
    align-items: center;
}

.section6 .jg {
    width: 100%;
    margin-top: 0.01563rem;
}

.section7 .fp-tableCell {
    position: relative;
    flex-direction: column;
    font-size: 0.03125rem;
    align-items: center;
}

.section7 .fp-tableCell,
.section7 .list {
    display: flex;
    justify-content: space-between;
}

.section7 .list {
    flex-wrap: wrap;
    padding: 0 0.0510312rem;
}

.section7 .list .item {
    width: 0.23438rem;
    text-align: center;
    font-size: 0.03125rem;
    margin-bottom: 0.06875rem;
}

.section7 .list .item img {
    width: 100%;
    display: block;
    margin-bottom: 0.01875rem;
}

.section7 .list .item .name {
    color: #162c9b;
    font-size: 0.0375rem;
    font-weight: 700;
    margin-bottom: 0.01563rem;
}

.section7 .list .item .position {
    font-size: 0.03125rem;
    color: #000;
    text-align: left;
    transform: scale(0.9);
    transform-origin: center center;
}

@media only screen and (max-width: 320px) {
    .section .nextPage {
        bottom: 2.52113vh;
    }
    .section3 .item {
        margin-bottom: 1.05634vh !important;
    }
    .section3 .stepName {
        margin-bottom: 0.70423vh !important;
    }
}

html {
    font-size: 100vw;
}

@media screen and (min-width: 540px) {
    html {
        font-size: 540px;
    }
}

.common_header {
    display: block;
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 800px) {
    .content::-webkit-scrollbar {
        width: 6px;
        border-radius: 5px;
    }
    .content::-webkit-scrollbar-track {
        background-color: #bee1eb;
        border-radius: 5px;
    }
    .content::-webkit-scrollbar-thumb {
        background-color: #db7f45;
        border-radius: 5px;
    }
}

.section2 p {
    color: #000;
}

.yicheng-box ul {
    margin: 0;
    padding: 0;
}

.yicheng-box li {
    list-style: none;
    color: #192f9c;
    font-size: 0.04rem;
    margin: 0;
    padding: 0;
    display: flex;
    text-shadow: 0 0 0;
    justify-content: space-between;
    margin: 0.02rem 0;
}

.yicheng-box li .time {
    color: #192f9c;
    flex: 1;
}

.yicheng-box li .text {
    color: #000;
    width: 0.1rem;
    flex: 2;
}

.yicheng-box h1 {
    color: #192f9c;
    font-size: 0.07rem;
}

.yicheng-box h1 small {
    font-size: 0.04rem;
}

.newsBox .item .footer {
    display: none!important;
}

.desc p {
    font-size: 0.04rem;
    line-height: 0.06rem!important;
}
