﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    box-sizing: border-box;
}
img{vertical-align: middle;
    display: block;}
input, select, textarea, button {
    box-sizing: border-box;
}
html {
    height: 100%;
}

body {
    font-size: 62.5%;
    line-height: 1;
    font-family: Arial, Tahoma, sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border:none;
    max-width: 100%;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-size: 14px;
    line-height: 1.5;
    color: #646464;
    font-family: '微软雅黑', '宋体', Arial, Verdana, Geneva, Helvetica, sans-serif;
}

input, textarea {
    margin: 0;
    padding: 0;
}

input:focus, textarea:focus, button /*,*:focus*/
{
    outline: none;
}

input, select, textarea, button {
    vertical-align: middle;
}

table, tbody, tr, th, td {
    vertical-align: middle;
}

a {
    color: #646464;
    text-decoration: none;
    outline: none;
}

a:active, a:hover {
    text-decoration: none;
    /*color: #1e78eb;*/
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

p {
    text-indent: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], textarea {
    -webkit-appearance: none;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /*background: none;*/
    text-decoration: none;
}
/* 去除某些区域点击出现阴影 */a,button,input,img,select,textarea {-webkit-tap-highlight-color:transparent;}
html, body {
    max-width: 650px;
    margin: 0 auto;
	background-color: #010430;
}
    html{
        font-size: 50px;
    }
    .new_foot{
        background:#010430;
        color: #446BB5;
        padding: 0.25rem;
        font-size: 0.2rem;
        /*margin-bottom: 1rem;*/
        text-align: center;
    }
    .new_foot span{
        /*color: #282828;*/
    }
    .lj_f{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        /*color: #282828;*/
        /*font-size: 0.24rem;*/
        margin-top: 0.1rem;
    }
    .icon-div{
        display: flex;
        width: 30%;
        justify-content: center;
        align-items: center;
    }
    .icon-img{
        width: 0.27rem;
        height: 0.27rem;
        margin-right: 0.05rem;
    }
    .lj_fs{
        display: flex;
        justify-content: center;
        width: 80%;
        margin-left: 10%;
        margin-top: 0.1rem;
    }
    
.movie-index {
    background: #010430;
    padding-bottom: 0;
	border: none;
}
.roof {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;font-size: 0; display: block;
}
.attent {
    width:100%;
    margin: 0 auto;
    margin-top:0;
	display: block;
	z-index: 1;font-size: 0; 
}
.superi {
    margin-top:0;
	display: block;font-size: 0; 
}

.cont {
    margin-top:0;font-size: 0; display: block;
}


.switchover {
    margin-top:.1rem;
}
.swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 85%;
    height:auto;
}
.swiper-button-next {
    background: url("../img/next.png") center no-repeat;
    width: .3rem;
    height: .58rem;
    background-size: 100% 100%;
    right: .2rem;
}
.swiper-button-prev {
    background: url("../img/prev.png") center no-repeat;
    width: .3rem;
    height: .58rem;
    background-size: 100% 100%;
    left: .2rem;
}
.swiper-slide img{
  border: 3px solid;  /* 必须设置border-width */
  border-image: linear-gradient(0deg, #00b2ff, #5256b1, #b452e1) 1;
  box-sizing: border-box;  /* 防止边框增加元素尺寸 */
}

.slide-content {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;  /* 确保图片不会超出圆角 */
}

.slide-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #fff, #fff, #fff);
  z-index: 1;  /* 位于图片下方 */
}

.slide-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* 保持图片比例 */
  position: relative;
  z-index: 2;  /* 位于渐变色上方 */
}
.bottom-fixed-part  {
    border: 0.5px solid #eee;
    /*transition: height 0.3s;*/
    /*height: 5.45365338rem;*/
    border-radius: 0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    bottom: 0.3rem;
    position: absolute;
    background: #fff;
    box-shadow: 0 15px 39px 0 rgb(0 0 0 / 10%);
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0.3rem;
    position: fixed;
    z-index: 999;
}

.fixed-icon {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
   
}

.fixed-icon img {
    width: 40%;
}
.bottom-fixed-part-icon-wrap  {
    z-index: 1;
    transition-property: left, top, transform, width, height;
    transition-duration: 0.3s;
/*    width: 3.39673913rem;
    height: 3.39673913rem;*/
    position: absolute;
    left: 0.96240942rem;
    top: 1.01902174rem;
    transform: translate(0, 0);

    left: 50%;
    top: 0;
/*    width: 3.96286232rem;
    height: 3.96286232rem;*/
    transform: translate(-50%, -50%);
    
    width: 45%;
}
.developer-info {
    position: absolute;
    /*right: -1.3em;*/
    margin-top: 0.6rem;
    right: -70px;
    font-size: .24rem;
}
.developer-info a {
    color: #999;
}
.bottom-fixed-part-info-wrap {
/*    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    transition: all 0.3s;
    top: 50%;
    left: 4.86865942rem;
    transform: translateY(-50%);
    width: 60%;*/
    margin-top: .85rem;
    text-align: center;
    padding-bottom: 5px;
}
.bottom-fixed-part-info-wrap .title {
    font-size: .34rem;
    color: #282828;
}
.bottom-fixed-part-info-wrap .tips {
    margin: 5px 0;
}
.bottom-fixed-part-info-wrap .tips span {
    background: #fff;
    border: 1px solid #FFA801;
    color: #FFA801;
    /*padding: .03rem 0.1rem;*/
    padding: 0 .1rem;
    border-radius: 4px;
    margin-right: .01rem;
    font-size: 12px;
}
.bottom-fixed-part-info-wrap .compentname {
    color: #999;
}
.bottom-fixed-part-long-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
}
.bottom-fixed-part-long-wrap .duan {
    display: none;
}
.bottom-fixed-part-ver-wrap {
    text-align: center;
    font-size: .22rem;
    color: #999;
}

.bottom-fixed-part .bottom-fixed-part-long-wrap .long {
    /*background-color: #54C5CD;*/
    font-size: 16px;
    margin: 0 5px;
    border-radius: 30px;
    color: #fff;
    transition: all .1s;
    text-align: center;
    animation: cardDownloadBtnAnimation 1.8s infinite;
}
.bottom-fixed-part-info-wrap .star {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .03rem 0 0;
    line-height: 1;
}
.bottom-fixed-part-info-wrap .star .icon {
    width: 1.5rem;
    margin-right: .1rem;
}
.bottom-fixed-part-info-wrap .star .num {
    color: #999;
    font-size: .2rem;
}
.bottom-fixed-part-info-wrap .l-tips {
    display: block;
}
.bottom-fixed-part-info-wrap .d-tips {
    display: none;
}
.new-fixed-style .bottom-fixed-part-info-wrap .l-tips {
    display: none
}
.new-fixed-style .bottom-fixed-part-info-wrap .d-tips {
    display: block
}
.new-fixed-style .bottom-fixed-part-info-wrap .star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new-fixed-style {
    display: flex;
    align-items: center;
    z-index: 999;
    padding: .3rem .2rem;
    position: fixed;
}
.new-fixed-style .bottom-fixed-part-icon-wrap {
    position: unset;
    transform: translate(0, 0);
    width: auto;
    
    flex-shrink: 0;
    margin-right: 0.2rem;
    width: 1.23rem;
    height: 1.23rem;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.new-fixed-style .fixed-icon img {
    width: 100%;
}
.new-fixed-style .bottom-fixed-part-info-wrap {
    flex: 1 1;
    width: 0;
    font-size: .24rem;
    color: #999;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    position: relative;
    /*margin-top: 0;*/
    margin-top: 5px;
    text-align: left;
}
.new-fixed-style .bottom-fixed-part-info-wrap .tips {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-fixed-style .bottom-fixed-part-long-wrap {
    /*width: 25%;*/
    width: 23%;
    margin-left: 0.2rem;
}
.new-fixed-style .developer-info, .new-fixed-style .compentname, .new-fixed-style .bottom-fixed-part-ver-wrap  {
    display: none;
}
.new-fixed-style .bottom-fixed-part-long-wrap .long {
    display: none;
}
.new-fixed-style .bottom-fixed-part-long-wrap .duan {
    /*background-color: #54C5CD;*/
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
    transition: all .1s;
    text-align: center;
    /*padding: 0.09rem 0.1rem;*/
    display: block;
    animation: cardDownloadBtnAnimation 1.8s infinite;
}

@keyframes cardDownloadBtnAnimation {
    /*大小变化 100%-94%-104%-98%-102% */
    /* 1s动画 循环之间0.5s间隙  */
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.94);
    }
    20% {
        transform: scale(1.04);
    }
    30% {
        transform: scale(0.98);
    }
    40% {
        transform: scale(1.02);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
    .go_safari{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
    }
    .safari_web1{
        position: fixed;
        top: 40%;
        width: 80%;
        margin-left: 10%;
        background: white;
        border-radius: 10px;
        text-align: center;
        font-size: 17px;
        z-index: 2001;
        padding: 15px;
    }
    .urll{
        margin-top: 15px;
        width: 80%;
        text-align: center;
        height: 25px;
        font-size: 15px;
    }
    .copy_url{
        margin-top: 30px;
        width: 40%;
        margin-left: 30%;
        height: 30px;
        line-height: 30px;
        background: #1e1c1c;
        border-radius: 15px;
        color: white;
    }
    .dizhi002{
        width: 80%;
        height: 35px;
        opacity: 1;
        margin-top: -16%;
        margin-left: 10%;
        border-radius: 20px;
        font-size: 14px;
        border: none;
        text-align: center;
        z-index: 2001;
    }
    .dizhi003{
        width: 60%;
        height: 35px;
        opacity: 1;
        margin-top: -16%;
        margin-left: 20%;
        border-radius: 20px;
        font-size: 14px;
        border: none;
        text-align: center;
        z-index: 2001;
    }
    .dizhi004{
        display: none;
    }
    .fuzhilj{
        width: 25%;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background: #FD7339;
        border-radius: 20px;
        color: white;
        margin-left: 37.5%;
        margin-top: 5%;
    }
    .zhezhaos{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 1000;
        top: 0;
    }
    .djaz{
        font-size: 0.4rem;
        background-color: #ffc000;
        width: 3.6rem;
        height: 0.8rem;
        border-radius: 1.4rem;
        color: #fff;
        display: flex;
        align-item: center;
        text-align: center;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0.5rem;
    }
    .andtopbanner{
        display: none;
        position: fixed;
        top: 0;
        z-index: 20;
    }

    .bujhsjd{
        display: none;
        position: fixed;
        top: 0;
        z-index: 200;
        width: 99%;
        margin-left: 0.5%;
    }
    .openweb{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
    }
    .anddown{
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
    }
    .anddown_close{
        /*width: 10%;*/
        width: 7%;
        margin-left: 45%;
        margin-top: 8%;
    }

    
     .copygif-progress-bar {
        position: fixed;
        z-index: 555;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 650px;
        margin: 0 auto;
        z-index: 999999;
        display: none;
    }

    .copygif-progress-bar .mask {
        position: fixed;
        z-index: 555;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all 0.25s;
        opacity: 1;
        max-width: 650px;
        margin: 0 auto;
    }

    .copygif-progress-bar .container {
        position: relative;
        z-index: 666;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        transition: all 0.25s;
        opacity: 1;
        transform: translateY(0);
        padding-bottom: 10px;
        margin: 15px;
        border-radius: 15px;
        position: absolute;
        bottom: 0;
    }

    .copygif-progress-bar .container .gifs .hidden_gif {
        display: none;
    }

    .copygif-progress-bar .container .close {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;

        background: #282828;
        width: 5%;
        border-radius: 30px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
    }
    .copygif-progress-bar .container img {
        max-width: 100%;
        max-height: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .copygif-progress-bar .container .text {
        padding: 10px;
        text-align: center;
    }
    .copygif-progress-bar .container .text .tips {
        line-height: 1.7;
        font-size: 15px;
        font-weight: bold;
        color: #282828;
    }
    .copygif-progress-bar .container .text .tips span {
        color: #3573f0;
    }
    .copygif-progress-bar .container .text .operate {
        border-color: #3573f0;
        background: #3573f0;
        box-shadow: none;
        color: #fff;
        margin: 0 auto;
        padding: 12px;
        border-radius: 10px;
        width: 90%;
        margin-top: 25px;
        font-size: 16px;
    }
    .copygif-progress-bar .container .text .tips .explorer_one {
        display: flex;
        justify-content: center;
        align-items: center;
        /*align-items: flex-start;*/
    }

    .copygif-progress-bar .container .text .tips .explorer_one img {
        width: 20%;
        border-radius: 0;
        margin-top: -1.8px;
    }

    .copygif-progress-bar .container .text .tips .explorer_two {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copygif-progress-bar .container .text .tips .explorer_two img {
        width: 5%;
        border-radius: 5px;
    }
    
    .copygif-progress-bar .container .gifs .procedure {
        position: relative;
    }

    .copygif-progress-bar .container .gifs .procedure .step {
        position: absolute;
        top: 0;
        left: 0;
        background: #3573f0;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }


    .copygif-progress-bar-and {
        position: fixed;
        z-index: 555;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 650px;
        margin: 0 auto;
        z-index: 999999;
        display: none;
    }

    .copygif-progress-bar-and .mask {
        position: fixed;
        z-index: 555;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all 0.25s;
        opacity: 1;
        max-width: 650px;
        margin: 0 auto;
    }

    .copygif-progress-bar-and .container {
        position: relative;
        z-index: 666;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        transition: all 0.25s;
        opacity: 1;
        transform: translateY(0);
        padding-bottom: 10px;
        margin: 15px;
        border-radius: 15px;
        position: absolute;
        bottom: 0;
    }

    .copygif-progress-bar-and .container .gifs .hidden_gif {
        display: none;
    }

    .copygif-progress-bar-and .container .close {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;

        background: #282828;
        width: 5%;
        border-radius: 30px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
    }
    .copygif-progress-bar-and .container img {
        max-width: 100%;
        max-height: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .copygif-progress-bar-and .container .text {
        padding: 10px;
        text-align: center;
    }
    .copygif-progress-bar-and .container .text .tips {
        line-height: 1.7;
        font-size: 15px;
        font-weight: bold;
        color: #282828;
    }
    .copygif-progress-bar-and .container .text .tips span {
        color: #3573f0;
    }
    .copygif-progress-bar-and .container .text .operate {
        border-color: #3573f0;
        background: #3573f0;
        box-shadow: none;
        color: #fff;
        margin: 0 auto;
        padding: 12px;
        border-radius: 10px;
        width: 90%;
        margin-top: 25px;
        font-size: 16px;
    }
    .copygif-progress-bar-and .container .text .tips .explorer_one {
        display: flex;
        justify-content: center;
        align-items: center;
        /*align-items: flex-start;*/
    }

    .copygif-progress-bar-and .container .text .tips .explorer_one img {
        width: 20%;
        border-radius: 0;
        margin-top: -1.8px;
    }

    .copygif-progress-bar-and .container .text .tips .explorer_two {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copygif-progress-bar-and .container .text .tips .explorer_two img {
        width: 5%;
        border-radius: 5px;
    }

    .copygif-progress-bar-and .container .gifs .procedure {
        position: relative;
    }

    .copygif-progress-bar-and .container .gifs .procedure .step {
        position: absolute;
        top: 0;
        left: 0;
        background: #3573f0;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    
    /** huawei start **/
    .copygif-progress-bar-harmony {
        position: fixed;
        z-index: 555;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 650px;
        margin: 0 auto;
        z-index: 999999;
        display: none;
    }

    .copygif-progress-bar-harmony .mask {
        position: fixed;
        z-index: 555;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transition: all 0.25s;
        opacity: 1;
        max-width: 650px;
        margin: 0 auto;
    }

    .copygif-progress-bar-harmony .container {
        position: relative;
        z-index: 666;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        transition: all 0.25s;
        opacity: 1;
        transform: translateY(0);
        padding-bottom: 10px;
        margin: 15px;
        border-radius: 15px;
        position: absolute;
        bottom: 0;
    }

    .copygif-progress-bar-harmony .container .gifs .hidden_gif {
        display: none;
    }

    .copygif-progress-bar-harmony .container .close {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;

        background: #282828;
        width: 5%;
        border-radius: 30px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
    }
    .copygif-progress-bar-harmony .container img {
        max-width: 100%;
        max-height: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .copygif-progress-bar-harmony .container .text {
        padding: 10px;
        text-align: center;
    }
    .copygif-progress-bar-harmony .container .text .tips {
        line-height: 1.7;
        font-size: 14px;
        font-weight: bold;
        color: #282828;
    }
    .copygif-progress-bar-harmony .container .text .tips span {
        color: #3573f0;
    }
    .copygif-progress-bar-harmony .container .text .operate {
        border-color: #3573f0;
        background: #3573f0;
        box-shadow: none;

        color: #fff;
        margin: 0 auto;
        padding: 12px;
        border-radius: 10px;
        width: 90%;
        margin-top: 25px;
        font-size: 16px;
    }
    .copygif-progress-bar-harmony .container .text .tips .explorer_one {
        display: flex;
        justify-content: center;
        align-items: center;
        /*align-items: flex-start;*/
    }

    .copygif-progress-bar-harmony .container .text .tips .explorer_one img {
        width: 4%;
        border-radius: 0;
        margin-top: -1.8px;
    }

    .copygif-progress-bar-harmony .container .text .tips .explorer_two {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copygif-progress-bar-harmony .container .text .tips .explorer_two img {
        width: 5%;
        border-radius: 5px;
    }
    
    .copygif-progress-bar-harmony .container .gifs .procedure {
        position: relative;
    }

    .copygif-progress-bar-harmony .container .gifs .procedure .step {
        position: absolute;
        top: 0;
        left: 0;
        background: #3573f0;
        color: #fff;
        font-size: 12px;
        padding: 3px 10px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    /** huawei end **/
    
    /** loading start **/
    .load-index {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        max-width: 750px;
        margin: 0 auto;
        /*background-color: rgba(0,0,0,0.6);*/
        transition: all .25s;
        display: none;
    }
    .load-index .loader-site {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .load-index .loader-site .loading-container {
        text-align: center;
    }

    .load-index .loader-site .loading-container .sk-chase {
        width: 40px;
        height: 40px;
        position: relative;
        animation: sk-chase 2.5s infinite linear both;
    }

    .load-index .loader-site .loading-container .sk-chase-dot {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        animation: sk-chase-dot 2.0s infinite ease-in-out both;
    }

    .load-index .loader-site .loading-container .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff; /* 小点的颜色 */
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .load-index .loader-site .loading-container .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
    .load-index .loader-site .loading-container .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
    .load-index .loader-site .loading-container .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
    .load-index .loader-site .loading-container .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
    .load-index .loader-site .loading-container .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
    .load-index .loader-site .loading-container .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }

    @keyframes sk-chase {
        100% { transform: rotate(360deg); }
    }

    @keyframes sk-chase-dot {
        80%, 100% { transform: rotate(360deg); }
    }

    @keyframes sk-chase-dot-before {
        50% {
            transform: scale(0.4);
        }
        100%, 0% {
            transform: scale(1.0);
        }
    }
    
    
    
    /* Styles for the loading dialog */
    .loading-dialog {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        /*background-color: rgba(0, 0, 0, 0.5);  Black with opacity */
    }

    .loading-dialog .loading-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.6);
        padding: 15px 20px;
    }

    .loading-dialog .loading-content .spinner {
        border: 3px solid #f3f3f3; /* Light grey */
        border-top: 3px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 50px;
        height: 50px;
        animation: spin 2s linear infinite;
    }

    .loading-dialog .loading-content p {
        margin-top: 10px;
    }

    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    /** loading end **/