.index {
    background-image: url(../images/bg.png);
    width: 750px;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
    position: relative;
    background-color: #0D36A0;
    top: 0;
    z-index: 2;
}

.wrap {
    margin-bottom: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid #F4F4F4;
}

.bb.web dd .bf {
    margin-right: 20px;
    width: 60px;
}

.flt {
    text-align: center;
    margin-bottom: 20px;
}

.flt h2 {
    margin-bottom: 30px;
}

.flt h2::after {
    display: none;
}

h2.gun::after {
    display: none;
}

.swiper-container {
    margin: -200px auto 0;
    width: 698px;
    height: 392px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -10px !important;
}

.swiper-pagination-bullet-active {
    width: 8px !important;
    height: 8px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 15px 11px !important;
    background-color: #FFFCFF;
}

.hg p span {
    font-size: 30px;
    font-weight: 500;
    color: #242424;
    line-height: 30px;
    padding-right: 20px;
}

.hg p {
    font-size: 26px;
    font-weight: 400;
    color: #686868;
    line-height: 30px;
    margin: 20px 24px 40px;
}

.en dl {
    align-items: flex-start;
}

.hg .play {
    width: 80px;
    opacity: 1;
}

.top {
    position: fixed;
    z-index: 456;
    bottom: 40px;
    right: 40px;
    width: 96px;
}

.en .tag {
    flex-flow: wrap;
}

.en .tag li {
    width: 33%;
    background-color: #B4823B;
    /* border: 1px solid #fff; */
    box-sizing: border-box;
    text-align: center;
}

.close {
    position: absolute;
    top: -57px;
    width: 32px;
    height: 32px;
    right: 0;
}

.pop {
    display: none;
}

.poper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.popbox {
    width: 692px;
    height: 392px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.popbox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav {
    height: 110px;
    position: fixed;
    width: 750px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 24px 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-color: #0D36A0;
    z-index: 99;
    align-items: center;
}

.logo {
    display: flex;
    height: 100%;
}

.go {
    width: 54px;
    position: absolute;
    bottom: 46px;
    right: 67px;
    animation: go 1.5s ease-in-out infinite;
}

.qh {
    font-size: 26px;
    font-family: Arial;
    color: #FFFFFF;
    line-height: 30px;
    width: 56px;
    height: 56px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    display: block;
    width: 220px;
    height: 90px;
}

.detail {
    min-height: 100vh;
    width: 750px;
    margin: 0 auto;
    margin-top: -3px;
    background-color: #F1F1F1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.banner {
    height: 345px;
    width: 100%;
    background-color: #0D36A0;
}

.video {
    width: 698px;
    position: relative;
    height: 392px;
}

video:focus {
    outline: none;
}

.video video {
    width: 100%;
    opacity: 0;
    height: 100%;
    object-fit: cover;
}

.play {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    top: 0;
    right: 0;
    margin: auto;
    opacity: 0.4;
    z-index: 23;
}

.fm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 22;
    margin: auto;
}

.row {
    width: 698px;
    overflow: hidden;
}

.rowbox {
    padding: 35px 50px;
    border-radius: 8px;
}

.row.active .rowbox {
    background-color: #0D36A0;
}

.row.active span {
    color: #fff;
}

.tag {
    color: #fff;
    width: 698px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    font-size: 26px;
}

.tag li {
    white-space: nowrap;
    background-color: #B4823B;
    width: 25%;
    text-align: center;
    height: 70px;
    position: relative;
    line-height: 70px;
}

.tag li.active img:nth-child(2) {
    display: block;
}

.tag li.active img:nth-child(1) {
    display: none;
}

.tag li img:nth-child(1) {
    display: block;
}

.tag li img:nth-child(2) {
    display: none;
}

.tag li i {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 48px;
    top: -25px;
}

.tag li:last-child {
    padding: 0 10px;
    flex-shrink: 0;
}

.en dl.web {
    align-items: center;
}

.tag li.active {
    background-color: #0D36A0;
}

.shadow {
    width: 698px;
    margin: 0 auto 27px;
    display: block;
}

.box {
    width: 698px;
    margin: auto;
    display: none;
}

.box.active {
    display: block;
}

.box.aa h2,
.box.aa .slide h2::after,
.box.aa .slide .time {
    text-align: left;
    right: auto;
}

p.nr {
    text-indent: 2em;
    font-size: 28px;
    font-weight: 400;
    color: #242424;
    line-height: 42px;
}

.box.aa ul li {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 400;
    color: #242424;
    line-height: 42px;
}

.box.aa ul li:last-child {
    margin-bottom: 0;
}

.row {
    display: block;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(13, 54, 160, 0.15);
    border-radius: 8px;
}

.box.aa dt {
    width: 250px;
    margin: auto;
}

.slide1 {
    display: flex;
    flex-flow: wrap;
}

.pick {
    display: flex;
    margin-top: 40px;
    justify-content: flex-end;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #001DC4;
    line-height: 1em
}

.pick img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.box.aa dl:nth-child(1),
.box.aa dl:nth-child(2) {
    padding-top: 0;
}

.box.aa dl {
    padding-top: 36px;
    padding-bottom: 25px;
    flex-direction: column;
    width: 49.5%;
    margin-bottom: 0;
    border-bottom: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
}

.box.aa dl:nth-child(2n) {
    border-right: none;
}

.box.aa dd {
    font-size: 26px;
    margin: 0 auto;
    font-weight: 500;
    color: #242424;
    line-height: 30px;
    text-align: center;
}

.row .rowbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row:last-child {
    margin-bottom: 0;
}

.row .btn {
    width: 30px;
    height: 17px;
}

.row.active .btn img:nth-child(1) {
    display: none;
}

.row.active .btn img:nth-child(2) {
    display: block;
}

.row .btn img:nth-child(2) {
    display: none;
}

.no {
    width: 270px;
    margin: 180px auto 0;
}

.no p {
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    font-weight: 500;
    color: #0D36A0;
    line-height: 1em;
    opacity: 0.9;
}

.slide {
    padding: 50px 30px;
    display: none;
}

h2 {
    font-size: 34px;
    text-align: center;
    font-weight: 500;
    color: #242424;
    line-height: 1em;
    margin-bottom: 32px;
    position: relative;
}

h2::after {
    position: absolute;
    content: '';
    width: 49px;
    height: 4px;
    background-color: #0D36A0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23px;
}

.hg .row {
    box-shadow: none;
}

.hg h2 {
    margin-top: 45px;
    margin-bottom: 58px;
}

.hg .video {
    margin: 0 auto;
    width: 660px;
}

.slide .time {
    font-size: 24px;
    color: #555555;
    line-height: 30px;
    text-align: center;
    margin-bottom: 36px;
}

.slide i {
    font-size: 30px;
    font-weight: 500;
    color: #C97B0D;
    line-height: 30px;
    width: fit-content;
    padding: 0 20px;
    height: 50px;
    background: rgba(201, 123, 13, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 40px;
}

.row span {
    font-size: 32px;
    font-weight: 500;
    color: #575757;
    line-height: 1em;
}

dl {
    margin-bottom: 44px;
    padding-bottom: 44px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F4F4F4;
}

dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

dd {
    margin-left: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

.slide dd p.time {
    text-align: left;
    margin: 0;
    line-height: 1.5em;
}

p.name {
    font-size: 30px;
    font-weight: 500;
    color: #242424;
    line-height: 1.5em;
}

p.zw {
    font-size: 26px;
    font-weight: 400;
    color: #686868;
    line-height: 1.5em;
}

dd .bf {
    width: 45px;
}

dt {
    width: 136px;
}

@keyframes go {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.bb dd .bf {
    display: block;
}

dd .bf {
    display: none;
}

.en p.nr {
    text-indent: 0;
    margin-bottom: 40px;
    text-align: justify;
}

.jj {
    background-color: #fff;
    padding: 44px 30px;
    width: 698px;
    box-sizing: border-box;
}

.jj dt {
    width: 88px;
}

.zk img {
    width: 24px;
    margin-left: 10px;
    margin-top: 2px;
}

.zk {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 400;
    color: #001DC4;
    line-height: 1em;
}

.jj h2 {
    font-size: 34px;
    font-weight: 500;
    color: #242424;
    line-height: 1em;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.jj h2:after {
    position: absolute;
    content: '';
    width: 49px;
    height: 4px;
    background-color: #0D36A0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -23px;
}

.jj .wrap {
    margin-bottom: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid #F4F4F4;
}

.web {
    float: left;
    margin-left: -10px;
    padding: 35px 10px;
    float: left;
    box-sizing: border-box;
    width: 658px;
    background: rgba(201, 123, 13, 0.2);
    margin-top: -44px;
    border-radius: 8px;
    margin-bottom: 0;
}

.jj dl {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding: 0 0 0 20px;
}

.wrapbox {
    display: none;
    margin-top: 34px;
    padding: 30px;
    background: #F4F4F4;
    border-radius: 12px;
    position: relative;
}

.wrapbox::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 43px solid #F4F4F4;
    left: 30px;
    top: -30px;
}

.wrap.active .zk {
    display: none;
}

.zk.kk {
    justify-content: flex-end;
    margin-top: 35px;
    display: none;
}

.wrap.active .zk.kk {
    display: flex;
}

.box.aa ul li span {
    padding: 0 10px;
}

@media (max-width:750px) {
    .index {
        background-image: url(../images/bg.png);
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        background-size: cover;
        position: relative;
        background-color: #0D36A0;
        top: 0;
        z-index: 2;
    }
    .en dl {
        align-items: flex-start;
    }
    .en .tag {
        flex-flow: wrap;
    }
    .close {
        position: absolute;
        top: -0.57rem;
        width: 0.32rem;
        height: 0.32rem;
        right: 0;
    }
    .pop {
        display: none;
    }
    .poper {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .popbox {
        width: 6.92rem;
        height: 3.92rem;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .popbox video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .nav {
        height: 1.1rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0.2rem 0.24rem 0;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        background-color: #0D36A0;
        z-index: 99;
        align-items: center;
        width: 100%;
    }
    .logo {
        display: flex;
        height: 100%;
    }
    .go {
        width: 0.54rem;
        position: absolute;
        bottom: 0.46rem;
        right: 0.67rem;
        animation: go 1.5s ease-in-out infinite;
    }
    .qh {
        font-size: 0.26rem;
        font-family: Arial;
        color: #FFFFFF;
        line-height: 0.3rem;
        width: 0.56rem;
        height: 0.56rem;
        border: 0.02rem solid rgba(255, 255, 255, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo img {
        display: block;
        width: 2.2rem;
        height: 0.9rem;
    }
    .detail {
        margin-top: -3px;
        min-height: 100vh;
        background-color: #F1F1F1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .banner {
        height: 3.45rem;
        width: 100%;
        background-color: #0D36A0;
    }
    .video {
        width: 6.98rem;
        position: relative;
        height: 3.92rem;
    }
    video:focus {
        outline: none;
    }
    .video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .play {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.2rem;
        top: 0;
        right: 0;
        margin: auto;
    }
    .fm {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    .row {
        width: 6.98rem;
        overflow: hidden;
    }
    .rowbox {
        padding: 0.35rem 0.5rem;
        border-radius: 8px;
    }
    .row.active .rowbox {
        background-color: #0D36A0;
    }
    .row.active span {
        color: #fff;
    }
    .tag {
        color: #fff;
        width: 6.98rem;
        margin: 0.3rem auto 0;
        display: flex;
        justify-content: space-between;
        font-size: 0.26rem;
    }
    .tag li {
        white-space: nowrap;
        width: 25%;
        text-align: center;
        height: 0.7rem;
        line-height: 0.7rem;
    }
    .tag li:last-child {
        padding: 0 0.1rem;
        flex-shrink: 0;
    }
    .tag li.active {
        background-color: #0D36A0;
    }
    .shadow {
        width: 6.98rem;
        margin: 0 auto 0.27rem;
        display: block;
    }
    .box {
        width: 6.98rem;
        margin: auto;
        display: none;
    }
    .box.active {
        display: block;
    }
    .box.aa h2,
    .box.aa .slide h2::after,
    .box.aa .slide .time {
        text-align: left;
        right: auto;
    }
    p.nr {
        text-indent: 2em;
        font-size: 0.28rem;
        font-weight: 400;
        color: #242424;
        line-height: 0.42rem;
    }
    .box.aa ul li {
        margin-bottom: 0.3rem;
        font-size: 0.28rem;
        font-weight: 400;
        color: #242424;
        line-height: 0.42rem;
    }
    .box.aa ul li:last-child {
        margin-bottom: 0;
    }
    .row {
        display: block;
        margin-bottom: 0.3rem;
        box-sizing: border-box;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px rgba(13, 54, 160, 0.15);
        border-radius: 8px;
    }
    .box.aa dt {
        width: 2.5rem;
        margin: auto;
    }
    .slide1 {
        display: flex;
        flex-flow: wrap;
    }
    .pick {
        display: flex;
        margin-top: 0.4rem;
        justify-content: flex-end;
        align-items: center;
        font-size: 0.24rem;
        font-weight: 400;
        color: #001DC4;
        line-height: 1em
    }
    .pick img {
        width: 0.24rem;
        height: 0.24rem;
        margin-left: 0.1rem;
    }
    .box.aa dl:nth-child(1),
    .box.aa dl:nth-child(2) {
        padding-top: 0;
    }
    .box.aa dl {
        padding-top: 0.36rem;
        padding-bottom: 0.3rem;
        flex-direction: column;
        width: 49.5%;
        margin-bottom: 0;
        border-bottom: 1px solid #F4F4F4;
        border-right: 1px solid #F4F4F4;
    }
    .box.aa dl:nth-child(2n) {
        border-right: none;
    }
    .box.aa dd {
        font-size: 0.26rem;
        margin: 0 auto;
        font-weight: 500;
        color: #242424;
        line-height: 0.3rem;
        text-align: center;
    }
    .row .rowbox {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .row:last-child {
        margin-bottom: 0;
    }
    .row .btn {
        width: 0.3rem;
        height: 0.17rem;
    }
    .row.active .btn img:nth-child(1) {
        display: none;
    }
    .row.active .btn img:nth-child(2) {
        display: block;
    }
    .row .btn img:nth-child(2) {
        display: none;
    }
    .no {
        width: 2.7rem;
        margin: 1.8rem auto 0;
    }
    .no p {
        text-align: center;
        margin-top: 0.4rem;
        font-size: 0.3rem;
        font-weight: 500;
        color: #0D36A0;
        line-height: 1em;
        opacity: 0.9;
    }
    .slide {
        padding: 0.5rem 0.3rem;
        display: none;
    }
    h2 {
        font-size: 0.34rem;
        text-align: center;
        font-weight: 500;
        color: #242424;
        line-height: 1em;
        margin-bottom: 0.32rem;
        position: relative;
    }
    h2::after {
        position: absolute;
        content: '';
        width: 0.49rem;
        height: 0.04rem;
        background-color: #0D36A0;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -0.23rem;
    }
    .slide .time {
        font-size: 0.24rem;
        color: #555555;
        line-height: 0.3rem;
        text-align: center;
        margin-bottom: 0.36rem;
    }
    .slide i {
        font-size: 0.3rem;
        font-weight: 500;
        color: #C97B0D;
        line-height: 0.3rem;
        width: fit-content;
        padding: 0 0.2rem;
        height: 0.5rem;
        background: rgba(201, 123, 13, 0.2);
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-bottom: 0.4rem;
    }
    .row span {
        font-size: 0.32rem;
        font-weight: 500;
        color: #575757;
        line-height: 1em;
    }
    dl {
        margin-bottom: 0.44rem;
        padding-bottom: 0.44rem;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #F4F4F4;
    }
    dl:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    dd {
        margin-left: 0.19rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
    }
    .slide dd p.time {
        text-align: left;
        margin: 0;
        line-height: 1.5em;
    }
    p.name {
        font-size: 0.3rem;
        font-weight: 500;
        color: #242424;
        line-height: 1.5em;
    }
    p.zw {
        font-size: 0.26rem;
        font-weight: 400;
        color: #686868;
        line-height: 1.5em;
    }
    dd .bf {
        width: 0.45rem;
    }
    dt {
        width: 1.36rem;
    }
    @keyframes go {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(0);
        }
    }
    .bb dd .bf {
        display: block;
    }
    .bb.web dd .bf {
        margin-right: 0.2rem;
        width: 0.6rem;
    }
    dd .bf {
        display: none;
    }
    .en p.nr {
        text-indent: 0;
        margin-bottom: 0.4rem;
    }
    .jj {
        background-color: #fff;
        padding: 0.44rem 0.3rem;
        width: 6.98rem;
        box-sizing: border-box;
    }
    .jj dt {
        width: 0.88rem;
    }
    .zk img {
        width: 0.24rem;
        margin-left: 0.1rem;
        margin-top: 0.02rem;
    }
    .zk {
        display: flex;
        align-items: center;
        font-size: 0.24rem;
        font-weight: 400;
        color: #001DC4;
        line-height: 1em;
    }
    .jj h2 {
        font-size: 0.34rem;
        font-weight: 500;
        color: #242424;
        line-height: 1em;
        text-align: center;
        position: relative;
        margin-bottom: 0.6rem;
    }
    .jj h2:after {
        position: absolute;
        content: '';
        width: 0.49rem;
        height: 0.04rem;
        background-color: #0D36A0;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -0.23rem;
    }
    .wrap {
        margin-bottom: 0.44rem;
        padding-bottom: 0.44rem;
        border-bottom: 1px solid #F4F4F4;
    }
    .jj dl {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        padding: 0 0 0 0.2rem;
    }
    .wrapbox {
        display: none;
        margin-top: 0.45rem;
        padding: 0.3rem;
        background: #F4F4F4;
        border-radius: 12px;
        position: relative;
    }
    .wrapbox::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 0.3rem solid transparent;
        border-right: 0.3rem solid transparent;
        border-bottom: 0.43rem solid #F4F4F4;
        left: 0.3rem;
        top: -0.3rem;
    }
    .wrap.active .zk {
        display: none;
    }
    .zk.kk {
        justify-content: flex-end;
        margin-top: 0.35rem;
        display: none;
    }
    .wrap.active .zk.kk {
        display: flex;
    }
    .box.aa ul li span {
        padding: 0 0.1rem;
    }
    .top {
        position: fixed;
        z-index: 456;
        bottom: 0.4rem;
        right: 0.4rem;
        width: 0.96rem;
    }
    .web {
        float: left;
        margin-left: -0.1rem;
        padding: 0.35rem 0.1rem;
        float: left;
        box-sizing: border-box;
        width: 6.58rem;
        background: rgba(201, 123, 13, 0.2);
        margin-top: -0.44rem;
        margin-bottom: 0;
        border-radius: 8px;
    }
    .hg .video {
        margin: 0 auto;
        width: 6.6rem;
    }
    .hg h2 {
        margin-top: 0.45rem;
        margin-bottom: 0.58rem;
    }
    .hg .play {
        width: 0.8rem;
        opacity: 1;
    }
    .hg p span {
        font-size: 0.3rem;
        font-weight: 500;
        color: #242424;
        line-height: 0.3rem;
        padding-right: 0.2rem;
    }
    .hg p {
        font-size: 0.26rem;
        font-weight: 400;
        color: #686868;
        line-height: 0.3rem;
        margin: 0.2rem 0.24rem 0.4rem;
    }
    .swiper-container {
        margin: -2rem auto 0;
        width: 6.98rem;
        height: 3.92rem;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -10px !important;
    }
    .tag li i {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 0.48rem;
        top: -0.25rem;
    }
    .flt {
        text-align: center;
        margin-bottom: 0.2rem;
    }
    .flt h2 {
        margin-bottom: 0.25rem;
    }
    .en dl.web {
        align-items: center;
    }
    .index,
    .detail {
        width: 100%;
    }
}