html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

html,
body,
div,
span,
h1,
h2,
p,
img,
a,
i,
ul,
li,
label,
button,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: middle;
    list-style: none;
    box-sizing: border-box;
}

a {
    background-color: transparent;
}

b,
strong {
    font-weight: bolder;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[hidden] {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

.full {
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}

html,
body {
    background: #472d1b;
    max-width: 750px;
    margin: 0 auto;
    font-size: 50px;
}

body {
    background: url("../555O_files/sbg.png");
    background-size: 22px 16px;
    min-height: 100vh;
}

.wraper {
    position: relative;
    padding-bottom: .2rem;
}

.header {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 9;*/
    width: 100%;
    background: #281B12;
    height: .84rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wraper .logo {
    width: 100%;
}

.swiper-banner {
    position: relative;
    overflow: hidden;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
}

.swiper-banner .swiper-pagination-bullet {
    background: #a8a0a0;
    opacity: 1;
}

.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fcc419;
}

.list-info {
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 11;
    font-size: .22rem;
    color: #fff;
    background: url("../img/j.png") 0 0 no-repeat;
    background-size: 100% 100%;
    width: 2.5rem;
    height: 96%;
}

.list-info p {
    text-align: center;
    height: .4rem;
    line-height: .35rem;
    font-size: 0;
}

.list-ul {
    max-height: 69%;
    margin-bottom: 1%;
    overflow: hidden;
}

.list-info ul {
    height: 100%;
    overflow-y: auto;
    animation: rowup 108s linear infinite;
}

.list-info ul::-webkit-scrollbar {
    width: 0;
}

.list-info ul li {
    display: flex;
    justify-content: space-between;
    padding: 0.036rem .2rem;
    color: #787878;
}

.list-info ul li b {
    color: #ffffff;
    font-weight: normal;
}

.list-info a {
    display: block;
    font-size: .26rem;
    color: #fffe8d;
    padding-left: .25rem;
}

.list-info>img {
    position: absolute;
    bottom: 0.1rem;
    right: 0.2rem;
    z-index: 3;
    width: 0.5rem;
}

.main-content {
    width: 100%;
    margin: 0 auto;
}

.notice {
    display: flex;
    align-items: center;
    font-size: .26rem;
    color: #fff;
    background: #6d5128;
    height: .5rem;
    line-height: .5rem;
    padding: 0 .2rem;
    border-radius: 30px;
    margin-bottom: .2rem;
}

.notice .gg {
    width: 0.32rem;
    margin-right: .1rem;
}

.marquee-wrap {
    width: 100%;
    /* 宽度 100% */
    overflow: hidden;
    /* 隐藏超出部分 */
    white-space: nowrap;
    /* 防止内容换行 */
    box-sizing: border-box;
    height: 100%;
}

.marquee-wrap p {
    display: inline-block;
    padding-left: 100%;
    /* 使内容从屏幕右侧开始 */
    animation: marquee-scroll 20s linear infinite;
    /* 使用动画滚动 */
    padding-bottom: 10px;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
        /* 从右侧开始 */
    }

    to {
        transform: translateX(-100%);
        /* 移动到左侧 */
    }
}

.net-wrapper {
    /* margin-bottom: .4rem; */
}

.net-wrapper ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #6d5128;
    padding: .08rem .08rem .08rem .2rem;
    font-size: .24rem;
    color: #fff;
    border-radius: 50px;
    margin-bottom: .2rem;
}

.net-wrapper .img1 {
    width: .4rem;
    margin-right: .24rem;
}

.net-wrapper span {
    color: #fbf600;
}

.net-wrapper .button {
    width: 1.28rem;
    margin-left: 0.4rem;
}

.net-wrapper>p {
    font-size: .24rem;
    color: #fbf600;
    text-align: center;
}

.text_vpn {
    font-size: .24rem;
    color: #fbf600;
    text-align: center;
    position: relative;
    top: -.2rem;
}

.links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 .25rem;
}

.links2 img {
    width: 100%;
    margin-top: -.2rem;
    margin-bottom: .2rem;
}

.links img {
    width: 100%;
    margin-bottom: .2rem;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
}

.popup-img {
    width: 100%;
}

@keyframes rowup {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

.ZvyDsn48oSuCoga63jmJ {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%
}

.buttom-box {
    width: 100%;
    height: 3.4rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* position: relative;
    left: 0;
    top: 0; */
    /* background:#472d1b; */

}


.homev2-background-img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.download-frame {
    /* position: absolute;
        top:0.90rem;
        right: .2rem;
        z-index: 3; */
    width: auto;
    height: auto;
    margin-right: 0.4rem;

}

.panel-download-iatext-frame {
    width: 3.29rem;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
}

.meng-show {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.panel-download-iatext {
    width: 3.29rem;
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    /* background: linear-gradient(90deg, #f6742c 0%, #b042db 100%); */
    border-radius: 0.11rem;
    margin-bottom: 10px;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 0.4rem;

}

.button3 {
    display: none;
}

.button4 {
    display: flex;
}

.hideClass {
    display: none;
}

.download-logo {
    width: 0.44rem;
    position: absolute;
    left: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
}

.download-img {
    width: 0.44rem;
}

span {
    font-size: .24rem;
    color: #fff;
}

.download-img {
    width: 0.44rem;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
}

.title-img {
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0.55rem;
    z-index: 2;
}

.homev2-icon {
    /* position: absolute;
        top: .4rem;
        left: .44rem; */
    width: 2.64rem;
    height: 2.64rem;
    margin-left: 0.2rem;
    /* z-index: 3; */
}

.links-frame {
    position: absolute;
    right: .2rem;
    top: 4rem;
}

.bottom-frame {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .4rem;


}

.liaison-frame {
    width: .66rem;
    height: .66rem;
    border-radius: 50%;
    position: relative;
    left: 0;
    top: 0;

}

.liaison-frame img {
    position: absolute;
    left: 0;
    top: 0;
    width: .66rem;
}

.liaison-frame1 {
    width: .55rem;
    height: .55rem;

}

.liaison-frame1 img {
    position: absolute;
    left: 0;
    top: 0;
    width: .55rem;
}

.intervals-frame {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}