.dh {
    width: 100%;
    float: left;
    padding: 1% 2.6rem;
    position: fixed;
    top: 0;
    z-index: 50;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    background: #fff;
}

.dh.on {
    background: transparent;
}

.dh.on>.rt>ul>li>a {
    color: #fff;
    /* padding-bottom: 2%; */
    /* background: rgb(0 0 0 / 40%); */
}

.dh>.lf {
    width: 12%;
    cursor: pointer;
}

.dh>.lf>img {
    width: 100%;
}

.dh>.rt {
    width: 70%;
}

.dh>.rt>ul {
    width: 100%;
    line-height: .35rem;
    display: flex;
    justify-content: flex-end;
}

.dh>.rt>ul>li {
    position: relative;
    margin-right: 5%;
}

.dh>.rt>ul>li:last-child {
    margin-right: 0;
}

.dh>.rt>ul>li>a {
    font-size: .2rem;
    color: #333;
    display: block;
    line-height: 2;
}

.dh>.rt>ul>li::after {
    transition: .8s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
}

.dh>.rt>ul>li.on::after,
.dh>.rt>ul>li:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.dh>.rt>ul>li>ul {
    position: absolute;
    width: 250%;
    background-color: #fff;
    left: -75%;
    transition: .5s;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
}

.dh>.rt>ul>li:hover>ul {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.dh>.rt>ul>li>ul>li {
    font-size: .18rem;
}

.dh>.rt>ul>li>ul>li>a {
    color: #333;
    display: block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    line-height: 3;
    /* text-underline-position: under;
    text-decoration-color: transparent;
    -moz-text-decoration-color: transparent; */
}

.dh>.rt>ul>li>ul>li:hover>a {
    /* text-decoration: underline;
    text-decoration-color: #fff;
    -moz-text-decoration-color: #fff; */
    background-color: #0071e3;
    color: #fff;
    /*color: #1443BC;
    */
    /*background-color: rgb(1, 64, 153);
    */
}

.dh>.rt>div {
    width: 15%;
    margin-right: 5%;
}

.dh>.rt>div>p {
    line-height: .35rem;
}

.dh>.rt>div>p>i {
    width: .2rem;
    height: .2rem;
    display: block;
    margin-top: 6%;
    float: left;
}

.dh>.rt>div>p>a {
    color: #fff;
    margin-left: 3%;
    font-size: .16rem;
    float: left;
    text-transform: capitalize;
}

.dh>.rt>div>p>a:last-child {
    margin-left: 12%;
    opacity: .5;
}

.dh>.rt>span {
    width: .28rem;
    height: .22rem;
    position: relative;
    cursor: pointer;
    margin-top: .05rem;
}

.dh>.rt>span>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.lf_dh {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: .2rem;
}

.lf_dh>i {
    width: .15rem;
    height: .15rem;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    transform: rotate(-45deg);
}

.lf_dh>b {
    font-size: .3rem;
    transition: .5s;
    cursor: pointer;
    text-shadow: 0px 0px 5px #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.lf_dh>b:hover {
    text-shadow: 0px 0px 1px #2345a7;
    color: #2345a7;
}

.main {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.main>video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, .3);
}

.main>div {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 .6rem;
}

.main>i {
    position: absolute;
    z-index: 10;
    top: .5rem;
    left: 3.6rem;
    width: 10%;
}

.main>div>div {
    position: relative;
    z-index: 10;
}

.main>div>div>div {
    position: absolute;
    top: -2rem;
    left: -2.2rem;
    width: 5.6rem;
    z-index: 5;
    transition: .5s;
    transform: scale(0);
}

.main>div>div.on>div {
    transform: scale(1);
}

.main>div>div.on>div {
    z-index: 10;
}

.main>div>div>div::after {
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    border-radius: 50%;
    background: rgba(248, 247, 255, 0.2);
    z-index: -1;
}

@keyframes zhuan {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.main>div>div.rt_d>div>span {
    background-image: url(../img/rt_bg1.png);
    background-size: cover !important;
    position: relative;
    transition: .5s;
}

.main>div>div.rt_d>div>span::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #181818;
    opacity: .5;
}

.main>div>div>div>span>img {
    animation-name: zhuan;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


.main>div>div>div>p.on {
    top: 28%;
    left: 1rem;
    width: 50%;
    padding-left: 0%;
}

.main>div>div>div>p>b {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
}

.main>div>div>div>p>u {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
    display: none;
    width: 100%;
    line-height: 1.2;
}

.main>div>div>div>p>i {
    font-size: .26rem;
    color: #fff;
    display: none;
    margin-top: .1rem;
}

.main>div>div>div>ul {
    position: absolute;
    z-index: 10;
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 13% 0;
    opacity: 0;
    transition-delay: .5s;
}

.main>div>div.on>div>ul {
    transition-duration: .5s;
    opacity: 1;
}

.main>div>div>div>ul>li {
    display: table;
    position: relative;
    transition: .5s;
    cursor: pointer;

}

.main>div>div>div>ul>li>p {
    transition: .5s;
    font-size: .24rem;
    color: #fff;
    opacity: 0;
    position: absolute;
    width: 2rem;
    top: .3rem;
}

.main>div>div>div>ul>li>p>i {
    width: 25%;
    margin-left: .2rem;
}

.main>div>div>div>ul>li:last-child>p>i {
    margin-left: 0;
}

.main>div>div>div>p {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    padding-left: 10%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.main>div>div>div>ul>li.on>p {
    opacity: 1;
}

.main>div>div>div>ul>li.on {
    transform: scale(1.2);
}


.main>div>div>div>ul>li>span {
    width: 1rem;
    transition: .5s;
}

.main>div>div.rt_d>div>ul>li.on>span {
    opacity: 0;
}

.main>div>div>div>ul>li>i {
    width: .75rem;
    transform: scale(.5);
    opacity: 0;
    position: absolute;
    right: -.25rem;
    top: -.4rem;
    transition: .5s;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
}

.main>div>div>div>ul>li.on>i {
    opacity: 1;
}

.main>div>div>div>ul>li:nth-child(2) {
    left: .4rem;
}

.main>div>div:last-child>div>ul>li:nth-child(2) {
    left: auto;
    right: .4rem;
}

.main>div>div:last-child {}

.main>div>div:last-child>div {
    left: auto;
    right: -2.2rem;
}

.main>div>div:last-child>div>p {
    padding-left: 0;
    padding-right: 10%;
}

.main>div>div:last-child>div>p.on {
    padding: 0;
}

.main>div>div:last-child>div>ul {
    right: auto;
    left: 0;
}

.main>div>div>p {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.main>div>div.on>p {
    opacity: 0;
    z-index: 5;
}

@keyframes lf_dong {
    0% {
        left: 0%;
    }

    25% {
        left: -5%;
    }

    50% {
        left: -10%;
    }

    75% {
        left: -5%;
    }

    100% {
        left: 0%;
    }
}

@keyframes rt_dong {
    0% {
        right: 0%;
    }

    25% {
        right: -5%;
    }

    50% {
        right: -10%;
    }

    75% {
        right: -5%;
    }

    100% {
        right: 0%;
    }
}

.main>div>div>p>i {
    width: 1rem;
    position: relative;
    animation-name: lf_dong;
    animation-duration: 2.4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.main>div>div>p>b {
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
    margin-left: -.25rem;
}

.main>div>div>p:last-child>i {
    animation-name: rt_dong;
}

.main>div>div>p:last-child>b {
    margin-right: -.25rem;
    margin-left: auto;
}

.main>div>li {
    position: relative;
    z-index: 10;
}


.main>div>li>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .4rem;
}

.main>div>li>div>span {
    width: 2rem;
}

.main>div>li>div>i {
    height: .4rem;
    width: .02rem;
    background: #fff;
    margin: 0 .3rem;
}

.main>div>li>div>p {
    width: 2.5rem;
}

.main>div>li>h3 {
    font-size: .6rem;
    text-align: center;
    color: #fff;
    margin-bottom: .5rem;
}

.main>div>li>i {
    width: 1rem;
    height: 2px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-bottom: .25rem;
}

.main>div>li>p {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem 0;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

.main>div>li>p::after {
    width: 126%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 51%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.2;
    top: 0;
    left: -13%;
    border-radius: .5rem;
}

.main>div>li>p:hover::after {
    background: #0071e3;
    opacity: 1;
}

.main>div>li>p>b {
    font-size: .3rem;
    color: #fff;
    position: relative;
    z-index: 10;
}

.main>div>li>p>i {
    width: .4rem;
    margin-left: .2rem;
    position: relative;
    z-index: 10;
}

.main>li {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -4.4rem;
    left: 0;
    transition: .5s;
}

.main>li.on {
    bottom: -2.4rem;
}

.main>li>img {
    width: 100%;
}

.main>li>p {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: .15rem;
}

.main>li>p>i {
    width: .4rem;
    margin: 0 auto;
}

.main>li>p>b {
    font-size: .24rem;
    text-align: center;
    margin-top: .1rem;
}

.top2 {
    background: url(../img/top2_bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.top2.on {
    display: none;
}

.top2::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 5;
}


.top2>p {
    display: table;
    /* width: 100%; */
    text-align: left;
    font-size: .24rem;
    transform: translateY(-.2rem);
    font-weight: normal;
    color: #333;
    transition: .5s;
    cursor: pointer;
    position: absolute;
    top: 1.1rem;
    z-index: 20;
    padding-left: 3.1rem;
    color: #fff;
}

.top2>p:hover {
    color: #0071e3;
}

.top2>div {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url("../img/Hand.ani"), default;
}


.top2>div>span {
    width: 3.75rem;
}

.top2>div>p {
    margin-left: .6rem;
}

.top2>div>p>b {
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: .45rem;
}

.top2>div>p>i {
    font-size: .3rem;
    color: #fff;
    line-height: 1.5;
}

.top2>div>p>u {
    font-size: .2rem;
    color: #fff;
    border: 1px solid #fff;
    padding: .15rem .3rem;
    border-radius: .4rem;
    margin-top: .2rem;
    cursor: pointer;
    display: table;
}

.top2>div>p>u:hover {
    background: #0071e3;
    border-color: transparent;
}

.top3 {
    display: none;
    padding: 0rem 1.5rem 0rem 3.1rem;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.top3.on {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.top3>p {
    display: table;
    /* width: 100%; */
    text-align: left;
    font-size: .24rem;
    transform: translateY(.2rem);
    font-weight: normal;
    color: #333;
    transition: .5s;
    cursor: pointer;
    position: relative;
    z-index: 15;
}

.top3>p:hover {
    color: #0071e3;
}

.top3.on1>p {
    color: #fff;
}

.top3>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: .5s;
    opacity: 0;
}

.top3.on1>video {
    opacity: 1;
}

.top3>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
    margin-bottom: .2rem;
}

.top3>div>ul {
    width: 25%;
}

.top3>div>ul>li {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
    position: relative;
    cursor: pointer;
    transform: translateX(1rem);
    opacity: 0;
    transition: .5s;
}

.top3>div>ul>li:nth-child(2) {
    transition-delay: .1s;
}

.top3>div>ul>li:nth-child(3) {
    transition-delay: .2s;
}

.top3>div>ul>li:nth-child(4) {
    transition-delay: .3s;
}

.top3>div>ul.on>li {
    opacity: 1;
    transform: translateX(0rem);
}

.top3>div>ul>li>p {
    position: relative;
    width: 30%;
    transform: scale(.8);
}

.top3>div>ul>li>p>i {
    height: 1.68rem;
    width: auto;
    transform: scale(.7);
}

.top3>div>ul>li>p>i>img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    transition: .5s;
    transform: rotateY(90deg);
    transition-delay: .5s;
}

.top3>div>ul>li:nth-child(2)>p>i>img {
    transition-delay: .7s;
}

.top3>div>ul>li:nth-child(3)>p>i>img {
    transition-delay: .9s;
}

.top3>div>ul>li:nth-child(4)>p>i>img {
    transition-delay: 1.1s;
}

.top3>div>ul.on>li>p>i>img {
    transform: rotateY(0deg);
}

.top3>div>ul>li>p>span {
    height: 1.68rem;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.top3>div>ul>li>p>span>img {
    height: 100%;
}

.top3>div>ul>li>b {
    font-size: .3rem;
    font-weight: bold;
    width: 70%;
    position: relative;
    z-index: 10;
    transition: .5s;
}

.top3.on1>div>ul>li>b {
    color: #fff;
}

.top3>div>ul>li::after {
    width: 2.58rem;
    width: 77%;
    height: .82rem;
    right: -7%;
    background: linear-gradient(-90deg, #2A5FF9 0%, rgba(44, 97, 249, 0) 100%);
    transform-origin: left;
    transition: .5s;
    transform: scaleX(0);
}

.top3>div>ul>li.on>b {
    color: #2345A7;
}

.top3.on1>div>ul>li.on>b {
    color: #fff;
}

.top3>div>ul>li.on::after {
    transform: scaleX(1);
}

.top3.on1>div>ul>li::after {
    background: linear-gradient(-90deg, #ffffff 0%, rgba(44, 97, 249, 0) 100%);
}

.top3>div>div {
    width: 75%;
    position: relative;
    transition-delay: 1s;
    transition: .5s;
    opacity: 0;
    transform: translateX(10%);
}

.top3>div>div.on {
    opacity: 1;
    transform: translateX(0%);
}

.top3>div>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    /* transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s; */
}

.top3>div>div>div>img {
    width: 100%;
}

.top3>div>div>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.top3>div>div>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-top: .75rem;
}

.top3>div>div>div>div>b {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
}

.top3>div>div>div.t3_d1 {}

.top3>div>div>div.t3_d1>div {}

.top3>div>div>div.t3_d1>div>ul {
    margin-top: .88rem;
    position: relative;
    z-index: 15;
}

.top3>div>div>div.t3_d1>div>ul>li {
    margin-top: .4rem;
    display: flex;
    padding-left: .92rem;
}

.top3>div>div>div.t3_d1>div>ul>li:nth-child(2) {
    padding-left: 1.35rem;
}

.top3>div>div>div.t3_d1>div>ul>li:last-child {
    padding-left: 1.68rem;
}

.top3>div>div>div.t3_d1>div>ul>li>p {
    font-size: .2rem;
    padding: .16rem 0.23rem;
    background: #EEEBFE;
    border-radius: .2rem;
    margin-right: .6rem;
    position: relative;
    line-height: 1.5;
}

.top3>div>div>div.t3_d1>div>ul>li:nth-child(2)>p {
    margin-right: .3rem;
}

.top3>div>div>div.t3_d1>div>ul>li>p::after {
    width: .11rem;
    height: .11rem;
    background: url(../img/top3_1ico.png) no-repeat;
    background-size: 100% 100%;
    right: -.1rem;
    bottom: .2rem;
}

.top3>div>div>div.t3_d1>div>span {
    position: absolute;
    width: 3rem;
    bottom: .3rem;
    right: 1.2rem;
}

.top3>div>div>div.t3_d2 {}

.top3>div>div>div.t3_d2>div {}

.top3>div>div>div.t3_d2>div>li {
    display: flex;
    justify-content: space-between;
    padding: 0 .97rem;
    margin-top: .9rem;
    align-items: center;
}

.top3>div>div>div.t3_d2>div>li>span {
    width: 45%;
}

.top3>div>div>div.t3_d2>div>li>p {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top3>div>div>div.t3_d2>div>li>p>i {
    font-size: .18rem;
    background: #EEEBFE;
    padding: .15rem 0;
    width: 48%;
    text-align: center;
    border-radius: .2rem;
    margin-bottom: 4%;
}

.top3>div>div>div.t3_d3 {}

.top3>div>div>div.t3_d3>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2rem;
    margin-top: .2rem;
}

.top3>div>div>div.t3_d3>div>ul>li {
    position: relative;
    width: 50%;
}

.top3>div>div>div.t3_d3>div>ul>li>img {
    width: 100%;
}

.top3>div>div>div.t3_d3>div>ul>li>p {
    padding-top: .35rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top3>div>div>div.t3_d3>div>ul>li>p>b {
    font-size: .24rem;
    margin-bottom: .5rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.top3>div>div>div.t3_d3>div>ul>li>p>i {
    font-size: .18rem;
    text-align: center;
    line-height: 2;
}

.top3>div>div>div.t3_d4>div>span {
    width: 100%;
    padding: 0 .5rem;
    margin-top: .2rem;
}

.top3>li {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -4.4rem;
    left: 0;
    transition: .5s;
    z-index: 10;
}

.top3>li.on {
    bottom: 5%;
}

.top3>li>img {
    width: 100%;
}

.top3>li>p {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 0;
}

.top3>li>p>i {
    width: .4rem;
    margin: 0 auto;
}

.top3>li>p>b {
    font-size: .24rem;
    text-align: center;
    margin-top: .1rem;
    color: #fff;
    text-align: center;
    padding-right: 0;
    text-shadow: 1px 1px 8px #333;
    font-weight: bold;
    cursor: pointer;
}

.top4 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: url(../img/top4_bg.png) no-repeat center;
    background-size: cover;
}


.top4 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: url(../img/top4_bg.png) no-repeat center;
    background-size: cover;
    padding-top: 2rem;
}

.top4>p {
    margin-left: 3.1rem;
    font-size: .24rem;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    transition: .5s;
    display: table;
}

.top4>p:hover {
    color: #0071e3;
}

.top4>div {
    padding: 0 2.9rem 0 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .4rem;
    margin-bottom: .4rem;
}

.top41>div {
    padding-left: 2.9rem;
    padding-right: 3.6rem;
}

.top4>div>span {
    width: 27%;
}

.top41>div>span {
    width: 29%;
}

.top4>div>p {
    width: 65%;
}

.top41>div>p {
    width: 63%;
}

.top4>div>p>b {
    font-size: .4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .45rem;
}

.top4>div>p>i {
    font-size: .3rem;
    color: #fff;
    line-height: 1.5;
}

.top4>span {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 2px;
}

.top4>ul {
    display: flex;
    padding: 0 2.6rem 0 2.6rem;
    justify-content: center;
    position: relative;
}

.top4>ul>li {
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.top4>ul>li:nth-child(1) {
    width: 15%;
}

.top4>ul>li:nth-child(2) {
    width: 20%;
}

.top4>ul>li:nth-child(3) {
    width: 20%;
}

.top4>ul>li:nth-child(4) {
    width: 20%;
}

.top4>ul>li:nth-child(5) {
    width: 20%;
}

.top4>ul>li>p {
    position: absolute;
    width: 4.3rem;
    top: -0.2rem;
    left: 0;
}

.top4>ul>li:nth-child(1)>p {
    left: .5rem;
}

.top4>ul>li:nth-child(3)>p {
    left: .2rem;
}

.top4>ul>li>i {
    display: none;
    width: .4rem;
    height: .4rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 0px .2rem rgba(255, 255, 255, .4);
}

.top4>ul>li>div {
    /* display: flex; */
    transition: .5s;
    opacity: 0;
    /* justify-content: center; */
}

.top4>ul>li>div>p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .2rem;
    padding: 0rem .15rem;
    border-radius: 6px;
    border: 1px solid #fff;
    transition: .5s;
    width: 140%;
    transform: translateX(-20%);
}

.top4>ul>li>div>p:last-child {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.top4>ul>li>div>p:last-child {
    width: 1.4rem;
    margin: 0 auto;
    justify-content: center;
    transform: translate(0);
}

.top4>ul>li>div>p.p_vid {
    border: none;
    margin-bottom: .05rem;
}

.top4>ul>li>div>p.p_vid>b {
    margin-right: .1rem;
    margin-left: 0;
    width: 80%;
    line-height: 1.3;
    text-align: center;
}

.top4>ul>li>div>p>i {
    width: .4rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top4>ul>li>div>p:hover {
    border-color: transparent;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
}

.top4>ul>li>div>p.p_vid:hover {
    background: none;
}

.top4>ul>li>div>p>b {
    font-size: .24rem;
    color: #fff;
    margin-left: .1rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top4>ul>li>div>p.p_vid>b {
    font-size: .2rem;
}

.top4>ul>li>div>p.p_vid:hover>b {
    text-decoration: underline;
}

.top4>ul>li>div>p.p_vid:hover>i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.top4>ul>li.on>div {
    opacity: 1;
}

.top4>ul>li>b {
    font-size: .3rem;
    color: #fff;
    text-align: center;
    margin: 0.6rem 0 .3rem 0;
    transition: .5s;
}

.top41>ul>li>b {
    font-weight: bold;
}

.top4>ul>li.on>b,
.top41>ul>li:hover>b {
    transform: scale(1.2);
}

.top4>ul>li>span {
    width: .79rem;
    margin: 0 auto;
    transition: .5s;
    opacity: 0;
}

.top4>ul>li.on>span,
.top41>ul>li:hover>span {
    opacity: 1;
    cursor: pointer;
}

.top4>ul::before {
    width: 100%;
    height: .4rem;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 2;
}

.top41>ul::before {
    display: none;
}

.top4>ul>i {
    position: absolute;
    width: 0%;
    height: .25rem;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: .13rem;
    left: 0;
    top: .15rem;
    z-index: 5;
    /* transition: .5s; */
}


.top5 {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 1rem;
    background: url(../img/top5_bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}

.top5>h3 {
    font-size: .4rem;
    text-align: center;
}

.top5>div {
    padding: 0.3rem .42rem 0 2.8rem;
}

.top5>div>p {
    display: flex;
    position: relative;
    z-index: 20;
}

.top5>div>p>i {
    font-size: .24rem;
    margin-right: .5rem;
    position: relative;
    padding-bottom: .1rem;
    transition: .5s;
    cursor: pointer;
    font-weight: bold;
}

.top5>div>p>i.on {
    color: #2345A7;
}

.top5>div>p>i::after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: .02rem;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    opacity: 0;
}

.top5>div>p>i.on::after {
    opacity: 1;
}

.top5>div>div {
    margin-top: 0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.top5>div>div>ul {
    width: 43%;
    position: relative;
    /* overflow: hidden; */
    height: 7rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.top5>div>div.on>ul {
    width: 100%;
    overflow: hidden;
}

.top5>div>div>ul>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .5s;
}

.top5>div>div>ul>li.t5_li2 {
    min-height: 6rem;
    flex-direction: column;
    /* display: flex; */
    justify-content: center;
    width: 120%;
    transform: translateX(-20%);
}

.top5>div>div>ul>li.t5_li2>div.t5_li2_d1,
.top5>div>div>ul>li.t5_li2>div.t5_li2_d2.on {
    display: block;
}

.top5>div>div>ul>li.t5_li2>div.t5_li2_d1.on,
.top5>div>div>ul>li.t5_li2>div.t5_li2_d2 {
    display: none;
}

.top5>div>div>ul>li.t5_li2>div {
    margin-bottom: .35rem;
    position: relative;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3 {
    padding: .25rem .15rem .25rem .3rem;
    border-radius: .1rem;
    background: #fff;
    display: flex;
    align-items: center;
    height: 1.45rem;
    margin-top: .5rem;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3:last-child {
    margin-bottom: 0;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>div {
    width: 22%;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>div>p {
    display: flex;
    align-items: center;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>div>p>i {
    width: .5rem;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>div>p>b {
    font-weight: bold;
    font-size: .3rem;
    color: #333333;
    background: linear-gradient(180deg, #3059F9 0%, #59A3F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: .15rem;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>div>b {
    margin-top: .15rem;
    font-weight: bold;
    font-size: .2rem;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>ul {
    width: 78%;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>ul>li {
    margin-bottom: 0;
    display: inline-table;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>ul>li:last-child {
    margin-bottom: 0;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>ul>li>b {
    font-size: .16rem;
    font-weight: bold;
    display: inline;
    line-height: 2;
}

.top5>div>div>ul>li.t5_li2>.t5_li2_d3>ul>li>p {
    font-size: .16rem;
    display: inline;
    line-height: 1.5;
}

.t5_d2 {
    padding-right: 0;
}

.t5_d2>p {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    margin-top: .2rem;
}

.t5_d2>p>b {
    font-weight: bold;
    font-size: .2rem;
    color: #333333;
    background: linear-gradient(180deg, #3059F9 0%, #59A3F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 10;
}

.t5_d2>p>i {
    font-size: .2rem;
    font-weight: bold;
    position: relative;
    z-index: 10;
    margin-left: 1.2rem;
}

.t5_d2>p>i:nth-child(3) {
    margin-left: 1.45rem;
}

.t5_d2>p>span {
    position: absolute;
    width: 8.6rem;
    left: -1.2rem;
}

.t5_d2>i {
    font-size: .16rem;
    width: 2.6rem;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 3.4rem;
}

.t5_d2>u {
    font-size: .16rem;
    line-height: 1.3;
    position: absolute;
    top: 1.6rem;
    right: 2rem;
}

.t5_d2>.c1 {
    position: absolute;
    right: -.6rem;
    top: .8rem;
    z-index: 10;
}

.t5_d2>.c1>b {
    font-size: .2rem;
    margin-bottom: .15rem;
    font-weight: bold;
}

.t5_d2>.c1>p {
    font-size: .16rem;
}

.t5_d2>.c2 {}

.t5_d2>.c2>.c3 {}

.t5_d2>.c2>.c3>b {
    font-weight: bold;
    font-size: .2rem;
    color: #333333;
    background: linear-gradient(180deg, #3059F9 0%, #59A3F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 10;
    margin-top: .1rem;
}

.t5_d2>.c2>.c3>p {
    font-size: .16rem;
    font-weight: bold;
    margin: .2rem 0 .15rem 0;
}

.t5_d2>.c2>.c3>i {
    font-size: .16rem;
    line-height: 1.5;
}

.t5_d2>.c2>.c3>div {
    margin-top: .1rem;
    display: flex;
    flex-wrap: wrap;
}

.t5_d2>.c2>.c3>div>b {
    font-size: .16rem;
    font-weight: bold;
    width: 12%;
}

.t5_d2>.c2>.c3>div>p {
    font-size: .16rem;
    display: flex;
    width: 88%;
}

.t5_d2>.c2>.c3>div>p:last-child {
    margin-left: 12%;
    margin-top: .1rem;
}

.t5_d2>.c2>.c3>div>p>b {
    font-weight: bold;
}

.t5_d2>.c2>.c3>div>p>i {}

.t5_d2>.c2>.c5>b {
    font-weight: bold;
    font-size: .2rem;
    color: #333333;
    background: linear-gradient(180deg, #3059F9 0%, #59A3F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 10;
    margin-top: .3rem;
}

.t5_d2>.c2>.c5>i {
    font-size: .16rem;
    margin-top: .1rem;
}

.t5_d2>.c2>.c5>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.t5_d2>.c2>.c5>div>div {}

.t5_d2>.c2>.c5>div>div>p {}

.t5_d2>.c2>.c5>div>div>p>b {
    font-size: .16rem;
    font-weight: bold;
    margin-top: .2rem;
}

.t5_d2>.c2>.c5>div>div>p>i {
    font-size: .16rem;
    margin-top: .15rem;
}

.t5_d2>.c2>.c5>div>span {
    width: .9rem;
}

.t5_d2>.c2>.c5>div>p {}

.t5_d2>.c2>.c5>div>p>i {
    font-size: .16rem;
    line-height: 1.7;
}

.top5>div>div>ul>li.t5_li2>div>b {
    font-size: .2rem;
    margin-bottom: .2rem;
    font-weight: bold;
}

.top5>div>div>ul>li.t5_li2>div>p {
    font-size: .16rem;
    line-height: 1.7;
    position: relative;
}

.top5>div>div>ul>li.t5_li2>div.t5_d1>p {
    text-indent: 2em;
    line-height: 2;
}

.top5>div>div>ul>li.t5_li2>div.t5_d1>p::before {
    width: .1rem;
    height: .1rem;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    top: .1rem;
    left: .1rem;
}

.top5>div>div>ul>li.t5_li1 {}

.top5>div>div>ul>li>b,
#t5_sw>p>b {
    font-weight: bold;
    font-size: .3rem;
    color: #333333;
    background: linear-gradient(180deg, #3059F9 0%, #59A3F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: .45rem;
}

#t5_sw>p>b {
    display: none;
    text-align: center;
}

#t5_sw>p>b.on {
    display: block;
}

.top5>div>div>ul>li.t5_li1>p {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .3rem;
}

.top5>div>div>ul>li.t5_li1>div {
    display: flex;
    align-items: center;
    position: relative;
    /* justify-content: space-between; */
}

.top5>div>div>ul>li.t5_li1>div>ul {
    width: 23%;
    margin-right: 8%;
}

.top5>div>div>ul>li.t5_li1>div>ul>li {
    padding: .15rem .15rem;
    position: relative;
    border-radius: 6px;
    font-size: .16rem;
    margin-bottom: .1rem;
    padding-left: .35rem;
}

.top5>div>div>ul>li.t5_li1>div>ul>li::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, #BBC0FF 0%, #F0F0F0 100%);
    border-radius: 6px;
    opacity: 0.3;
}

.top5>div>div>ul>li.t5_li1>div>ul>li::before {
    width: .1rem;
    height: .1rem;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    left: .15rem;
    top: .18rem;
}

.top5>div>div>ul>li.t5_li1>div>span {
    position: absolute;
    width: 2.2rem;
    left: 2.5rem;
}

.top5>div>div>ul>li.t5_li1>div>p {
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    padding: .6rem .4rem .45rem .1rem;
    position: relative;
    z-index: 15;
    width: 5.3rem;
}

.top5>div>div>ul>li.t5_li1>div>p>b {
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .45rem;
}

.top5>div>div>ul>li.t5_li1>div>p>i {}

.top5>div>div>ul>li.t5_li1>div>i {
    width: 1.54rem;
    margin-left: -.75rem;
    position: relative;
    z-index: 10;
}

.top5>div>div>ul>li.t5_li1>div>div {
    margin-left: .3rem;
}

.top5>div>div>ul>li.t5_li1>div>div>p {
    display: flex;
    align-items: center;
}

.top5>div>div>ul>li.t5_li1>div>div>p>b {
    font-size: .2rem;
    font-weight: bold;
    margin-right: .1rem;
}

.top5>div>div>ul>li.t5_li1>div>div>p:first-child {
    margin-bottom: .6rem;
}

.top5>div>div>ul>li.t5_li1>div>div>p>i {
    width: .3rem;
}

.top5>div>div>ul>li.t5_li3 {}

.top5>div>div>ul>li.t5_li3>p,
.top5>div>div>ul>li.t5_li4>p {
    font-size: .2rem;
    margin-bottom: .3rem;
    font-weight: bold;
}

.top5>div>div>ul>li.t5_li3>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.top5>div>div>ul>li.t5_li3>ul>li {
    width: 31%;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    padding: .25rem .2rem;
    margin-right: 2.3%;
    margin-bottom: 2.5%;
}

.top5>div>div>ul>li.t5_li3>ul>li>b {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .1rem;
}

.top5>div>div>ul>li.t5_li3>ul>li>p {
    font-size: .16rem;
    line-height: 1.3;
    text-align: justify;
}

.top5>div>div>ul>li.t5_li3>div {
    margin-top: .2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top5>div>div>ul>li.t5_li3>div>b {
    font-size: .2rem;
    margin-right: .4rem;
}

.top5>div>div>ul>li.t5_li3>div>p {}

.top5>div>div>ul>li.t5_li3>div>p:last-child {
    margin-left: .6rem;
}

.top5>div>div>ul>li.t5_li3>div>p>b {
    font-weight: bold;
    font-size: .36rem;
    color: #333333;
    background: linear-gradient(0deg, #FA5551 0%, #EF6739 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.top5>div>div>ul>li.t5_li3>div>p>i {
    font-size: .2rem;
    margin-top: .3rem;
    text-align: center;
}

.top5>div>div>ul>li.t5_li4 {}

.top5>div>div>ul>li.t5_li4.on {
    width: 100%;
    transform: translateY(12%);
}

.top5>div>div>ul>li.t5_li4>p {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
}

.top5>div>div>ul>li.t5_li4>p.on {
    justify-content: flex-start;
}

.more {}

.top5>div>div>ul>li.t5_li4>p.t5_li4_p2 {
    margin-top: .4rem;
}

.top5>div>div>ul>li.t5_li4>p>i {
    display: none;
    margin-left: .1rem;
    font-weight: normal;
}

.top5>div>div>ul>li.t5_li4>p>u {
    padding-right: .2rem;
}

.top5>div>div>ul>li.t5_li4>p.on>u {
    opacity: 0;
}

.top5>div>div>ul>li.t5_li4>p.on>i {
    display: inline-block;
}

.top5>div>div>ul>li.t5_li4>p::after {
    width: .1rem;
    height: .1rem;
    border-top: 2px solid #333;
    position: absolute;
    right: .1rem;
    border-right: 2px solid #333;
    transition: .5s;
    transform: rotate(45deg);
    margin-left: .1rem;
}

.top5>div>div>ul>li.t5_li4>p.on::after {
    transform: rotate(135deg);
}

.top5>div>div>ul>li.t5_li4>span {
    width: 108%;
}

.top5>div>div>ul>li.t5_li4>.t5_li4_d1 {
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top5>div>div>ul>li.t5_li4>.t5_li4_d1>b {
    font-size: .2rem;
    margin-right: .4rem;
}

.top5>div>div>ul>li.t5_li4>.t5_li4_d1>p:nth-child(2) {
    margin-right: .4rem;
}

.top5>div>div>ul>li.t5_li4>.t5_li4_d1>p>b {
    font-weight: bold;
    font-size: .36rem;
    color: #333333;
    background: linear-gradient(0deg, #FA5551 0%, #EF6739 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.top5>div>div>ul>li.t5_li4>.t5_li4_d1>p>i {
    font-size: .2rem;
    margin-top: .3rem;
    text-align: center;
}

.top5>div>div>ul>li.t5_li4>.t5_li4_d2 {
    display: none;
}

.t5_li4_d2>div {
    display: flex;
    align-items: center;
}

.t5_li4_d2>div>.t5_li4_d3 {
    width: 48%;
    position: relative;
    z-index: 10;
}

.t5_li4_d2>div>.t5_li4_d3>img {
    width: 100%;
}

.t5_li4_d2>div>.t5_li4_d3>ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li {
    position: absolute;
    transition: .5s;
    transform: translateY(1rem);
    opacity: 0;
}

.t5_li4_d2>div>.t5_li4_d3>ul.on>li {
    transform: translateY(0rem);
    opacity: 1;
}

.t5_li4_d2>div>.t5_li4_d3>ul.on>li {}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(1) {
    top: 0.4rem;
    left: .35rem;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(1)>p {
    margin-left: -.3rem;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(2) {
    bottom: .6rem;
    left: 1.35rem;
    transition-delay: .2s;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(2)>p {
    margin-left: -.5rem;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(3) {
    top: .25rem;
    left: 3.8rem;
    transition-delay: .4s;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(4) {
    bottom: .35rem;
    right: -0.3rem;
    transition-delay: .6s;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(4)>p {
    margin-left: -.5rem;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(5) {
    bottom: 1.1rem;
    right: -1.05rem;
    transition-delay: .8s;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:nth-child(5)>p {
    margin-left: -.4rem;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li>p {
    position: relative;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: .5s;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:hover>p,
.t5_li4_d2>div>.t5_li4_d3>ul>li.on>p {
    transform: scaleY(1);
}

.t5_li4_d2>div>.t5_li4_d3>ul>li:hover>p {}

.t5_li4_d2>div>.t5_li4_d3>ul>li>p>img {
    width: 100%;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li>p>i {
    font-size: .16rem;
    position: absolute;
    padding: .15rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 1.5;
}

.t5_li4_d2>div>.t5_li4_d3>ul>li>b {
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
}

.t5_li4_d2>div>.t5_li4_d4 {
    width: 40%;
    background: #fff;
    padding: .7rem .4rem .8rem .4rem;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    position: relative;
    z-index: 5;
}

.t5_li4_d2>div>.t5_li4_d4>b {
    font-size: .2rem;
    margin-bottom: .3rem;
    font-weight: bold;
}

.t5_li4_d2>div>.t5_li4_d4>p {}

.t5_li4_d2>div>.t5_li4_d4>p>i {
    font-size: .2rem;
    line-height: 2;
    text-indent: 2em;
    position: relative;
}

.t5_li4_d2>div>.t5_li4_d4>p>i::before {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    left: .15rem;
    top: .14rem;
}

.top5>div>div>ul>li.t5_li5 {}

.top5>div>div>ul>li.t5_li5>b {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .3rem;
    background: none;
    -webkit-text-fill-color: #333;
}

.top5>div>div>ul>li.t5_li5>p {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.top5>div>div>ul>li.t5_li5>p.t5_li5_on2.on,
.top5>div>div>ul>li.t5_li5>p.t5_li5_on1 {
    display: flex;
}

.top5>div>div>ul>li.t5_li5>p.t5_li5_on1.on,
.top5>div>div>ul>li.t5_li5>p.t5_li5_on2 {
    display: none;
}

.top5>div>div>ul>li.t5_li5>p>i {
    padding: .25rem .15rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: 6px;
    font-size: .16rem;
    width: 29%;
    /* text-align: center; */
    line-height: 1.3;
}

.top5>div>div>ul>li.t5_li5>p>i:nth-child(2) {
    text-align: center;
}

.top5>div>div>ul>li.t5_li5>ul {
    /* height: 5rem;
    overflow: auto; */
}

.top5>div>div>ul>li.t5_li5>b.t5_li5_on2.on,
.top5>div>div>ul>li.t5_li5>b.t5_li5_on1,
.top5>div>div>ul>li.t5_li5>ul.t5_li5_on2.on,
.top5>div>div>ul>li.t5_li5>ul.t5_li5_on1 {
    display: block;
}

.top5>div>div>ul>li.t5_li5>b.t5_li5_on1.on,
.top5>div>div>ul>li.t5_li5>b.t5_li5_on2,
.top5>div>div>ul>li.t5_li5>ul.t5_li5_on1.on,
.top5>div>div>ul>li.t5_li5>ul.t5_li5_on2 {
    display: none;
}

.top5>div>div>ul>li.t5_li5>ul>li {}

.top5>div>div>ul>li.t5_li5>ul>li>p {
    font-size: .2rem;
    font-weight: bold;
    position: relative;
    padding: .05rem 0;
    border-bottom: 1px solid transparent;
    transition: .5s;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}

.top5>div>div>ul>li.t5_li5>ul>li>p>u {
    padding-right: .2rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top5>div>div>ul>li.t5_li5>ul>li.on>p>u {
    opacity: 0;
}

.top5>div>div>ul>li.t5_li5>ul>li.on>p {
    border-color: #333;
}

.top5>div>div>ul>li.t5_li5>ul>li>p::after {
    position: absolute;
    right: 0;
    width: .1rem;
    height: .1rem;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transition: .5s;
    transform: rotate(45deg);
    margin-left: .05rem;
    transform-origin: center;
}

.top5>div>div>ul>li.t5_li5>ul>li>div {
    padding: .2rem 0 0 .3rem;
    display: none;
}

.top5>div>div>ul>li.t5_li5>ul>li:first-child>div {
    display: block;
}

.top5>div>div>ul>li.t5_li5>ul>li>div>p {
    display: flex;
    margin-bottom: .15rem;
}

.top5>div>div>ul>li.t5_li5>ul>li>div>p>b {
    font-weight: bold;
    font-size: .16rem;
    width: 15%;
}

.top5>div>div>ul>li.t5_li5>ul>li>div>p>i {
    font-size: .16rem;
    width: 85%;
    line-height: 1.3;
}

.top5>div>div>ul>li.t5_li5>ul>li>div>span {}

.top5>div>div>ul>li.t5_li5>ul>li.on {}

.top5>div>div>ul>li.t5_li5>ul>li.on>p::after {
    transform: rotate(135deg);
}

.top5>div>div>ul>li.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.top5>div>div>div {
    width: 49%;
    opacity: 0;
    position: absolute;
    z-index: 5;
}

.top5>div>div>div.on {
    z-index: 10;
    opacity: 1;
    position: relative;
}

.top5>div>div>div .swiper-pagination {}

.top5>div>div>div .swiper-pagination>span {
    background: #fff;
    opacity: .5;
}

.top5>div>div>div .sw521_qie {
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 15;
}

.top5>div>div>div .sw521_qie>i {
    width: .35rem;
    cursor: pointer;
    margin-left: .4rem;
    height: .35rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}

.top5>div>div>div .sw521_qie>i:last-child {
    cursor: pointer;
    margin-right: .4rem;
    margin-left: 0;
    transform: rotate(135deg);
}

.top5>div>div>div .swiper-pagination>span.swiper-pagination-bullet-active {
    opacity: 1;
}

.top5>div>div>div .swiper-slide {
    position: relative;
    transition: .5s;
    transform: scale(.8);
    z-index: 5;
    border-radius: .2rem;
}

.top5>div>div>div .swiper-slide.af::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: .6;
    z-index: 1;
}

.top5>div>div>div .swiper-slide-active {
    transform: scale(1);
    z-index: 10;
}

.top5 .swiper-container {
    overflow: visible;
}

.top5>div>div>div .swiper-slide>.swiper-qie {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: -0.4rem;
    right: .2rem;
    z-index: 10;
}

.top5>div>div>div .swiper-slide>.swiper-qie>i {
    transition: .5s;
    width: 1.7rem;
    margin-left: .2rem;
    border-radius: .1rem;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
}

.top5>div>div>div .swiper-slide>.swiper-qie>i>img {}

.top5>div>div>div .swiper-slide>.swiper-qie>i::after {
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .3;
}

.qie_play {
    position: absolute;
    top: .25rem;
    left: .6rem;
    width: .45rem;
    z-index: 10;
}

.top5>div>div>div .swiper-slide>.swiper-qie>i.on {
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 20px 0px #ffffff;
}

.top5>div>div>div .swiper-slide>img {}

.top5>div>div>div .swiper-slide>p {
    position: absolute;
    top: 1.2rem;
    left: .6rem;
    flex-direction: column;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.top5>div>div>div .swiper-slide .pl_zx {
    position: absolute;
    z-index: 10;
    bottom: 1.2rem;
    left: .6rem;
    display: flex;
}

.top5>div>div>div .swiper-slide .pl_zx>p {
    font-size: .2rem;
    padding: 0.12rem 0.2rem;
    border-radius: 6px;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}

.top5>div>div>div .swiper-slide .pl_zx>p:first-child {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-color: transparent;
    margin-right: 0.3rem;
}

.top5>div>div>div .swiper-slide .pl_zx>p:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    border: 1px solid transparent;
}

.top5>div>div>div .swiper-slide>p>i {
    font-size: .3rem;
    color: #fff;
}

.top5>div>div>div .swiper-slide>p>b {
    font-size: .3rem;
    margin-top: .3rem;
    margin-bottom: .4rem;
    color: #fff;
    font-weight: bold;
}

.top5>div>div>div .swiper-slide>p>span {
    width: .8rem;
    cursor: pointer;
    transition: .5s;
}

.top5>div>div>div .swiper-slide>p>span:hover {
    transform: scale(1.1);
}

.top5>span {
    position: absolute;
    right: 1.5rem;
    width: 7.9rem;
    bottom: .9rem;
    z-index: 10;
    opacity: 0;
    transition: .5s;
}

.top5>i {
    width: 11.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

.top5>i.on,
.top5>span.on {
    opacity: 1;
}

.top6 {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/top5_bg.png) no-repeat center;
    background-size: cover;
    padding: 1.5rem 2.5rem 1.1rem 2.8rem;
    overflow: hidden;
    display: none;
}

.top6.on {
    display: block;
}

.top6>h3 {
    font-size: .4rem;
    text-align: center;
}

.top6>p {
    margin-top: .8rem;
    display: flex;
    margin-bottom: .45rem;
    position: relative;
    z-index: 10;
}

.top6>p>i {
    transition: .5s;
    font-size: .24rem;
    margin-right: .9rem;
    position: relative;
    padding-bottom: .1rem;
    font-weight: bold;
    cursor: pointer;
}

.top6>p>i::after {
    width: 100%;
    height: .02rem;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #3059F9 0%, #59A3F6 100%);
    transition: .5s;
    opacity: 0;
}

.top6>p>i.on,
.top6>p>i:hover {
    color: #2345A7;
}

.top6>p>i.on::after,
.top6>p>i.on:hover::after {
    opacity: 1;
}

.top6>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 5;
    display: none;
}

.top6>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
    display: block;
}

.top6>div>div {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}

.top6 .t6_d1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.top6 .t6_d1>.t6_d11 {
    width: 42%;
}

.top6 .t6_d1>.t6_d11>p {
    font-size: .2rem;
    margin-bottom: .3rem;
    font-weight: bold;
}

.top6 .t6_d1>.t6_d11>ul {}

.top6 .t6_d1>.t6_d11>ul>li {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.top6 .t6_d1>.t6_d11>ul>li:last-child {
    margin-bottom: 0;
}

.top6 .t6_d1>.t6_d11>ul>li>span {
    width: .95rem;
    height: .95rem;
    background: linear-gradient(0deg, #BBC0FF 0%, #FFFFFF 100%);
    border-radius: 50%;
    padding: .2rem .15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top6 .t6_d1>.t6_d11>ul>li>span>img {
    max-width: 80%;
}

.top6 .t6_d1>.t6_d11>ul>li>p {
    margin-left: .3rem;
    width: 75%;
}

.top6 .t6_d1>.t6_d11>ul>li>p>b {
    font-size: .16rem;
    font-weight: bold;
    margin-bottom: .15rem;
}

.top6 .t6_d1>.t6_d11>ul>li>p>i {
    font-size: .16rem;
    line-height: 1.3;
}

.top6 .t6_d1>.t6_d12 {
    width: 55%;
}

.top6 .t6_d1>.t6_d12>span {
    width: 90%;
    margin-left: auto;
}

.top6 .t6_d1>.t6_d12>li {
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    padding: .14rem .35rem .1rem .3rem;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .06rem;
}


.top6 .t6_d1>.t6_d12>li>p {
    width: 40%;
}

.top6 .t6_d1>.t6_d12>li>p>b {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .1rem;
}

.top6 .t6_d1>.t6_d12>li>p>i {
    font-size: .16rem;
    line-height: 1.5;
}

.top6 .t6_d1>.t6_d12>li>span {
    width: 56%;
}

.top6 .t6_d2 {
    margin-top: 1.5rem;
}

.top6 .t6_d2>div {
    margin-top: .5rem;
    display: flex;
    margin-bottom: -.2rem;
}

.top6 .t6_d2>div>b {
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
}

.top6 .t6_d2>div:last-child {
    padding: .2rem .45rem 0.15rem .35rem;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: .06rem;
    background: #fff;
    width: 58%;
    display: block;
    margin-top: -.3rem;
    margin-left: .4rem;
}

.top6 .t6_d2>div>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top6 .t6_d2>div>ul>li {
    /* display: flex; */
    width: 48%;
    margin-top: .2rem;
    display: table;
}

.top6 .t6_d2>div>ul>li>p {
    font-size: .16rem;
    line-height: 1.3;
    display: inline;
}

.top6 .t6_d2>div>ul>li>b {
    font-size: .16rem;
    font-weight: bold;
    display: inline-block;
}

.top6 .t6_d2>div>li {
    display: flex;
    align-items: center;
    height: .8rem;
    padding: 0 .15rem;
    border-radius: .06rem;
    background: #fff;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
}

.top6 .t6_d2>div>li:first-child {
    margin-right: 1.25rem;
}

.top6 .t6_d2>div>li>b {
    font-size: .2rem;
    font-weight: bold;
    margin-right: .45rem;
}

.top6 .t6_d2>div>li>p {
    display: flex;
    flex-wrap: wrap;
    width: 34%;
}

.top6 .t6_d2>div>li>p>b {
    font-size: .16rem;
    font-weight: bold;
    width: 50%;
    line-height: 2;
}

.top6 .t6_d2>div>li.t6_li2>p,
.top6 .t6_d2>div>li.t6_li2>p>i,
.top6 .t6_d2>div>li.t6_li2>p>b {
    width: auto;
}

.top6 .t6_d2>div>li>p>i {
    font-size: .16rem;
    width: 50%;
    line-height: 2;
}

.top6 .t6_d2>span {
    position: relative;
    display: flex;
    align-items: center;
}

.top6 .t6_d2>span>img {
    width: 97%;
}

.top6 .t6_d2>span>i {
    font-size: .3rem;
    position: absolute;
    right: -.12rem;
}

.top6 .t6_2 {}

.top6 .t6_2 .zhushi {
    font-size: .16rem;
    text-align: right;
    width: 100%;
    font-style: normal;
    margin-top: .5rem;
}

.top6 .t6_21 {}

.top6 .t6_21>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem;
}

.top6 .t6_21>div>.t6_211 {
    position: relative;
    border-radius: .06rem;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    background: #fff;
    padding: .4rem .5rem .3rem .5rem;
    width: 48.5%;
}

.top6 .t6_21>div>.t6_211>b {
    font-size: .24rem;
    font-weight: bold;
    margin-bottom: .2rem;
}

.top6 .t6_21>div>.t6_211>ul {}

.top6 .t6_21>div>.t6_211>ul>li {
    display: flex;
    align-items: center;
    margin-bottom: .1rem;
}

.top6 .t6_21>div>.t6_211>ul>li>span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .95rem;
    height: .95rem;
    border-radius: 50%;
    background: linear-gradient(0deg, #BBC0FF 0%, #FFFFFF 100%);
}

.top6 .t6_21>div>.t6_211>ul>li>p {
    font-size: .16rem;
    width: 74%;
    margin-left: .2rem;
    line-height: 1.5;
}

.top6 .t6_21>div>.t6_211>ul>li>p>i {
    display: inline;
    font-weight: bold;
}

.top6 .t6_21>div>.t6_211>i {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 1.66rem;
    color: #333333;
    background: linear-gradient(180deg, #BBC0FF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 2.15rem;
    right: 0;
}

.top6 .t6_21>div>.t6_212 {
    width: 51%;
    padding: .8rem 1rem;
    background: linear-gradient(0deg, #BBC0FF 0%, #FFFFFF 100%);
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: .06rem;
    position: relative;
    transform: translateX(-.4rem);
}

.top6 .t6_21>div>.t6_212::before {
    font-weight: bold;
    font-size: 1.66rem;
    color: #333333;
    background: linear-gradient(180deg, #BBC0FF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 2.55rem;
    left: -.1rem;
    content: 'S';
}

.top6 .t6_21>div>.t6_212>b {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .35rem;
}

.top6 .t6_21>div>.t6_212>ul {}

.top6 .t6_21>div>.t6_212>ul>li {
    margin-bottom: .5rem;
    padding: .3rem;
    background: #fff;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    margin-left: auto;
    height: .95rem;
}

.top6 .t6_21>div>.t6_212>ul>li:nth-child(1) {
    width: 3.2rem;
}

.top6 .t6_21>div>.t6_212>ul>li:nth-child(2) {
    width: 4.1rem;
}

.top6 .t6_21>div>.t6_212>ul>li:last-child {
    margin-bottom: 0;
}

.top6 .t6_21>div>.t6_212>ul>li>b {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: .48rem;
    color: #FFFFFF;
    text-stroke: 2px #1F6AB4;
    -webkit-text-stroke: 2px #b3cdfd;
}

.top6 .t6_21>div>.t6_212>ul>li>i {
    font-size: .2rem;
    font-weight: bold;
    margin-left: .3rem;
}

.top6 .t6_21>div>.t6_212>i {
    width: 1.6rem;
    position: absolute;
    top: 1.8rem;
    left: .5rem;
}

.top6 .t6_21>div>.t6_212>i::after {
    height: 109%;
    width: 2px;
    bottom: .05rem;
    left: .05rem;
    transform-origin: bottom;
    background: #feb252;
    transform: rotate(27deg);
}

.top6 .t6_21>div>.t6_212>span {
    position: absolute;
    width: 3.6rem;
    right: -.2rem;
    bottom: -.25rem;
}

.top6 .t6_22,
.top6 .t6_23,
.top6 .t6_24 {
    margin-top: 2rem;
}

.top6 .t6_22>p,
.top6 .t6_23>p {
    font-size: .2rem;
    margin: .5rem 0 .45rem 0;
    line-height: 1.5;
}

.top6 .t6_23>p {
    padding-left: .4rem;
}

.top6 .t6_22>p>b,
.top6 .t6_23>p>b {
    font-weight: bold;
    display: inline-block;
}

.top6 .t6_22>div {
    display: flex;
    align-items: center;
}

.top6 .t6_22>div>ul {
    width: 18%;
}

.top6 .t6_22>div>ul>li {
    padding: .15rem;
    border-radius: .06rem;
    background: #fff;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    margin-bottom: .2rem;
}

.top6 .t6_22>div>ul>li:last-child {
    margin-bottom: 0;
}

.top6 .t6_22>div>ul>li>b {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .1rem;
    text-align: center;
}

.top6 .t6_22>div>ul>li>p {
    font-size: .16rem;
    line-height: 1.7;
    text-align: center;
}

.top6 .t6_22>div>span {
    width: 10%;
    position: relative;
}

.top6 .t6_22>div>span>img {
    max-width: 50%;
}

.top6 .t6_22>div>span::after {
    height: .02rem;
    width: 100%;
    background: #333;
    top: 50%;
    left: 0;
}

.top6 .t6_22>div>div {
    width: 72%;
    padding: .15rem .35rem;
    background: #fff;
    box-shadow: 0px 6px 30px 0px rgba(51, 51, 51, 0.1);
    border-radius: .06rem;
}

.top6 .t6_22>div>div>b {
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .2rem;
}

.top6 .t6_22>div>div>ul {
    width: 100%;
}

.top6 .t6_22>div>div>ul>li {
    width: 48%;
    margin-bottom: .15rem;
    position: relative;
    padding: .2rem;
    border-radius: .2rem;
    border: 1px dashed #333;
}

.top6 .t6_22>div>div>ul>li>p {
    font-size: .16rem;
}

.top6 .t6_22>div>div>ul>li>i {
    width: 70%;
    margin: 0 auto;
}

.top6 .t6_24 {}

.top6 .t6_24>div {
    margin-top: .7rem;
    position: relative;
}

.top6 .t6_24>div>span {}

.top6 .t6_24>div>span>img {
    width: 100%;
}

.top6 .t6_24>div>p {
    position: absolute;
    top: 1rem;
    left: .8rem;
}

.top6 .t6_24>div>p>b {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .3rem;
}

.top6 .t6_24>div>p>i {
    font-size: .2rem;
    position: relative;
    padding-left: .35rem;
    line-height: 2;
}

.top6 .t6_24>div>p>i::before {
    width: .1rem;
    height: .1rem;
    background: linear-gradient(0deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 50%;
    top: .15rem;
    left: .1rem;
}

.top6 .t6_24>div>ul {
    width: 32%;
    position: absolute;
    top: 1.1rem;
    left: 6.3rem;
}

.top6 .t6_24>div>ul>li {}

.top6 .t6_24>div>ul>li>b {
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .2rem;
}

.top6 .t6_24>div>ul>li>p {
    font-size: .16rem;
    text-align: justify;
    line-height: 1.5;
}

.top6 .t6_24>div>ul>li:nth-child(2) {
    margin: .5rem 0 .75rem 0;
    width: 83%;
    transform: translateX(-1.45rem);
}

.top6 .t6_24>div>ul>li:nth-child(3) {
    width: 90%;
    transform: translateX(-3.35rem);
}

.t6_b {
    font-weight: bold;
    font-size: .3rem;
    color: #333333;
    background: linear-gradient(180deg, #3059F9 0%, #59A3F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.sj_video,
.sj_video2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: scale(0);
}

.sj_video.on,
.sj_video2.on {
    transform: scale(1);
}

.sj_video>div,
.sj_video2>div {
    position: relative;
    width: 60%;
    z-index: 10;
}

.sj_video>div>video,
.sj_video2>div>video {
    width: 100%;
}

.sj_video>div>i,
.sj_video2>div>i {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(102 98 98 / 50%);
    font-size: .28rem;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sj_video>div>i:hover,
.sj_video2>div>i:hover {
    background-color: rgb(33 33 33 / 100%);
}

.sj_video>i,
.sj_video2>i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    top: 0%;
    left: 0%;
}

@media screen and (max-width:2560px) and (min-width:1930px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {

    .sj_video>div,
    .sj_video2>div {
        width: 90%;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:540px) {}