/* Font Definitions - Poppins Family */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Baliung Font */
@font-face {
    font-family: 'Baliung';
    src: url('../fonts/Baliung.otf') format('opentype'),
        url('../fonts/Baliung.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Iconfont */
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global Styles */
* {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.index-main {
    background: #ffd833;
    padding-bottom: 1.5rem;
}

.header-t {
    position: relative;
    margin-bottom: 0.67rem;
}

.header-logo {
    width: 3.47rem;
    height: auto;
    margin: auto;
    display: block;
}

.header-lang {
    width: 0.4rem;
    height: auto;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
}

.header-index h1 {
    font-size: 0.65rem;
    font-weight: 900;
    /* 使用 Poppins-Black 字体 */
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

.header-tips {
    font-size: 0.24rem;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: .2rem auto .15rem;
}

.header-btn {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 102, 35);
    background-image: -moz-linear-gradient(0deg, rgb(255, 151, 0) 0%, rgb(255, 85, 0) 48%, rgb(255, 84, 2) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(255, 151, 0) 0%, rgb(255, 85, 0) 48%, rgb(255, 84, 2) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(255, 151, 0) 0%, rgb(255, 85, 0) 48%, rgb(255, 84, 2) 100%);
    font-size: 0.18rem;
    font-weight: bold;
    margin: auto;
    width: max-content;
    border-radius: .5rem;
    padding: 0.24rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .01rem;
    z-index: 1;
    position: relative;
}

.header-bg {
    width: 100%;
    height: auto;
    max-width: 8rem;
    display: block;
    margin: -1.78rem auto 0;
    position: relative;
    z-index: 0;
    pointer-events: none;
}

.main-index {
    border-radius: .2rem;
    background-color: rgb(253, 253, 253);
    width: 6.9rem;
    margin: -1.8rem auto 0;
    position: relative;
}

.sec-1 {
    padding: .4rem .2rem .1rem .4rem;
}

.sec-1 h1 {
    font-size: .4rem;
    font-weight: 800;
    color: rgb(30, 30, 30);
    line-height: 1.2;
}

.sec-1 p {
    font-size: .2rem;
    font-weight: bold;
    color: rgb(30, 30, 30);
    line-height: 1.2;
    margin-top: .16rem;
}

.sec-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .2rem 0 .4rem;
}

.sec-2-l li {
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.sec-2-l li img {
    width: .4rem;
    height: auto;
    margin-right: .26rem;
}

.sec-2-l li p {
    font-size: .2rem;
    font-weight: 500;
    color: rgb(30, 30, 30);
    line-height: 1.2;
}

.sec-2-r img {
    width: 3.09rem;
    height: auto;
}

.sec-3 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 .18rem;
}

.sec-3 img {
    width: .1rem;
    height: auto;
    object-fit: none;
    object-position: top;
}

.sec-3::before,
.sec-3::after {
    content: '';
    width: .1rem;
    background-image: url(../images/index/border-icon.png);
    background-size: .1rem auto;
    background-repeat: repeat-y;
    background-position: top center;
    flex-shrink: 0;
}

.sec-3 p {
    flex: 1;
    font-size: .2rem;
    color: rgb(34, 34, 34);
    line-height: 1.3;
    text-align: left;
    padding: 0 .27rem;
    font-weight: 500;
    margin-top: -0.15rem;
}

.sec-4 {
    padding-left: 0.4rem;
    margin-top: 0.6rem;
}

.sec-4-top {
    display: flex;
    justify-content: space-between;
}

.sec-4-l h2 {
    font-size: .44rem;
    font-family: "Poppins";
    color: rgb(255, 102, 35);
    font-weight: bold;
    line-height: 1;
}

.sec-4-l h2 span {
    font-size: .44rem;
    font-family: "Baliung";
}

.sec-4-l .p-1 {
    font-size: .24rem;
    font-family: "Poppins";
    color: rgb(253, 253, 253);
    font-weight: bold;
    line-height: 1.333;
    text-align: left;
    border-radius: .06rem;
    background-color: rgb(30, 30, 30);
    padding: 0.06rem;
    margin: 0.2rem 0;
}

.sec-4-l .p-2 {
    font-size: .24rem;
    font-family: "Poppins";
    color: rgb(30, 30, 30);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.sec-4-r {
    width: 3.13rem;
    height: auto;
}

.sec-4-bottom {
    font-size: .2rem;
    font-family: "Poppins";
    color: rgb(34, 34, 34);
    line-height: 1.2;
    text-align: left;
    font-weight: 500;
    padding-right: 0.6rem;
    margin-top: 0.3rem;
}

.sec-4-bottom span {
    font-weight: 700;
}

.sec-5 {
    background-image: url(../images/index/expo.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0.5rem auto 0;
    width: 6.7rem;
    height: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.35rem;
    position: relative;
}

.sec-5-logo {
    position: absolute;
    width: auto;
    height: 0.4rem;
    top: 0.2rem;
    right: 0.2rem;
}

.sec-5-t {
    background-color: rgb(28, 34, 120);
    width: 3.2rem;
    height: 1.8rem;
    padding-top: 0.3rem;
    padding-left: 0.35rem;
    border-radius: .2rem 0 .2rem 0;
}

.sec-5-t h2 {
    font-size: .3rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.1;
    text-align: left;
}

.sec-5-t p {
    font-size: .24rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-top: 0.05rem;
}

.sec-5-b {
    padding-left: 0.35rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    width: 80%;
}

.sec-5-b img {
    width: .3rem;
}

.sec-5-b p {
    font-size: .2rem;
    font-family: "Poppins";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    margin-top: .1rem;
}

.sec-6 {
    padding: 0 .5rem;
    padding-bottom: 0.33rem;
    border-bottom: .01rem dashed #d8d8d8;
    border-radius: 0 0 .2rem .2rem;
    border-color: #d8d8d8;
    position: relative;
}

.sec-6 h3 {
    font-family: "Poppins";
    font-weight: bold;
    text-align: center;
    background-color: rgb(255, 102, 35);
    border-radius: 0 0 .2rem .2rem;
    font-size: .2rem;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    padding: .14rem .24rem;
}

.sec-6-main {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    margin-top: 0.33rem;
}

.sec-6-main .sec-6-item {
    display: flex;
    align-items: center;
    gap: .2rem;
    padding: 0.25rem;
    border-radius: .2rem;
    background: #ffd833;
    position: relative;
    font-size: .2rem;
    font-family: "Poppins";
    color: rgb(34, 34, 34);
    font-weight: bold;
    line-height: 1.2;
}

.sec-6-main .sec-6-item:nth-child(1) p {
    width: 60%;
}

.sec-6-item-img {
    width: .4rem;
    height: auto;
}

.sec-6-item-icon {
    width: 1.58rem;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -.3rem;
}

.sec-6-item p span {
    font-size: 0.26rem;
}

.sec-6-footer {
    display: flex;
    justify-content: center;
    gap: .2rem;
    font-size: .2rem;
    font-family: "Poppins";
    color: rgb(34, 34, 34);
    line-height: 1.2;
    margin-top: 0.3rem;
}

.sec-6-footer img {
    width: .3rem;
    height: auto;
}

.sec-6-footer p {
    text-align: center;
}

.sec-6-cut-icon {
    position: absolute;
    width: .35rem;
    height: auto;
    right: 0.5rem;
    bottom: -0.08rem;
}

.sec-7 {
    border-radius: .2rem;
    background-color: rgb(253, 253, 253);
    width: 6.9rem;
    margin: auto;
    padding: 0.45rem;
}

.sec-7 h2 {
    font-size: .36rem;
    font-family: "Poppins";
    color: rgb(34, 34, 34);
    font-weight: bold;
    line-height: 1.667;
}

.sec-7 .sec-7-participate {
    font-size: 0.2rem;
    margin-top: 0.2rem;
}

.sec-7 .sec-7-participate li {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
    font-weight: 500;
}

.sec-7 h3 {
    border-radius: .06rem;
    background-color: rgb(122, 178, 53);
    font-size: 0.2rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    padding: .07rem .16rem;
    width: max-content;
    text-transform: uppercase;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}

.sec-7-requirements {
    font-size: 0.2rem;
    margin-top: 0.2rem;
}

.sec-7-requirements li {
    display: flex;
    align-items: flex-start;
    gap: .1rem;
    font-weight: 500;
}

.sec-7-requirements li p:first-child {
    font-size: 0.2rem;
    font-weight: bold;
    color: rgb(122, 178, 53);
    line-height: 1.2;
    position: relative;
    padding-left: 0.35rem;
}

.sec-7-requirements li p:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.02rem;
    width: 0.24rem;
    height: 0.24rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%237AB235' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-7-requirements li p span {
    font-weight: 700;
}

.sec-8 {
    background-image: url(../images/index/footer-icon.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 7.5rem;
    height: 4rem;
    margin: auto;
    padding: 0.45rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.sec-8-main {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
    font-size: .22rem;
    font-family: "Poppins";
    color: rgb(34, 34, 34);
    font-weight: bold;
    line-height: 1.182;
    text-align: left;
    width: 3.48rem;
}

.sec-8-main img {
    width: .45rem;
    height: auto;
}

.sec-8-input {
    border-style: solid;
    border-width: .01rem;
    border-color: rgb(248, 168, 5);
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px .02rem 0px 0px rgba(202, 202, 202, 0.25);
    position: absolute;
    min-width: 4.08rem;
    max-width: 4.5rem;
    height: .36rem;
    font-size: .15rem;
    font-family: "iconfont";
    color: rgb(34, 34, 34);
    line-height: 1.6;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.54rem;
    padding: .2rem .1rem;
    left: 2.7rem;
}

.sec-8-input p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.sec-8-input img {
    width: .2rem;
    height: auto;
    margin-right: .1rem;
}

.footer-index {
    padding: 0.2rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    box-shadow: -.03rem -.07rem .2rem 0px rgba(0, 0, 0, 0.5);
    background-color: #ffd833;
    max-width: 8rem;
    transform: translateX(-50%);
}

.footer-btn-con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
}

.footer-index .footer-index-p {
    text-align: center;
    font-size: .2rem;
    font-family: "MiSans";
    line-height: 1.2;
    font-weight: 400;
    border-bottom: 1px solid black;
    width: max-content;
    margin: .2rem auto 0;
}

.footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    font-size: .24rem;
    font-family: "MiSans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0px .03rem .03rem rgba(0, 0, 0, 0.1);
    padding: .14rem .40rem;
    border-radius: 999rem;

}

.footer-btn img {
    width: 0.3rem;
}

.footer-index .btn-1 {
    background-color: rgb(255, 102, 35);
    cursor: pointer;
}

.footer-index .btn-2 {
    background-color: rgb(91, 133, 237);
    cursor: pointer;
}

.index-fixed {
    position: fixed;
    bottom: 3rem;
    right: 0;
    display: flex;
    gap: .2rem;
    flex-direction: column;
}

.index-fixed .fixed-btn {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 205, 38);
    background-color: #ffd733;
    box-shadow: inset 0px -4px 0px 0px rgba(255, 255, 255, 0.004);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    font-size: .2rem;
    font-family: "Poppins";
    color: rgb(40, 40, 40);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    border-radius: .45rem 0 0 .45rem;
    padding: 0.23rem .25rem;
    cursor: pointer;
    width: 2.5rem;
}

.index-fixed .fixed-btn img {
    width: .3rem;
    height: auto;
}

.header-activityRules,
.header-review,
.header-release {
    background-color: rgb(255, 216, 51);
    width: 7.5rem;
    padding: .15rem;
    display: flex;
    margin: auto;
    border-radius: 0 0 .4rem 0;
    box-sizing: border-box;
}

.header-activityRules img,
.header-review img,
.header-release img {
    width: .6rem;
    height: auto;
    cursor: pointer;
}

.main-activityRules,
.main-review,
.main-release {
    width: 7.5rem;
    padding: .25rem .33rem .15rem;
    margin: auto;
    border-radius: 0 0 .4rem 0;
    box-sizing: border-box;
}

.main-activityRules h1,
.main-review h1,
.main-release h1 {
    font-size: 0.4rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}


.act-1,
.rel-1 {
    padding: 0 .47rem;
}

.act-1 p {
    font-size: .2rem;
    margin-top: 0.1rem;
    font-weight: 500;
}

.act-1 h2,
.act-2 h2 {
    font-size: 0.28rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: .2rem;
}

.act-2 {
    padding-top: 0.2rem;
    padding-bottom: .2rem;
    border-bottom: .01rem solid #e0e0e0;
}

.act-2 h2 img {
    width: 0.3rem;
    height: 0.3rem;
}

.act-2 .ff6623 {
    font-size: .24rem;
    font-weight: 600;
    color: #ff6623;
}

.act-2 p {
    font-size: .2rem;
    font-weight: 500;
}

.act-2 ul {
    display: flex;
    flex-direction: column;
    gap: .06rem;
    margin-top: 0.1rem;
    padding-left: .47rem;
}

.act-2 ul li {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
    font-weight: 500;
}

.act-2 ul li span {
    font-weight: 700;
}

.act-2 ul li .post {
    color: #3562e6;
}

.main-activityRules .act-2:last-of-type {
    border-bottom: none;
}

.tips-icon {
    width: 5.62rem;
    height: auto;
    margin-left: 0.47rem;
}

.footer-activityRules {
    width: 7.5rem;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 0.4rem;
}

.footer-activityRules .logo-icon {
    width: 2rem;
}


.footer-activityRules .footer-input {
    border-width: .01rem;
    border-color: #e0e0e0;
    border-style: solid;
    background-color: #fff;
    box-shadow: inset 0px .02rem 0px 0px rgba(202, 202, 202, 0.25);
    position: relative;
    right: 0;
    bottom: 0;
    font-size: .15rem;
    font-family: "iconfont";
    color: rgb(34, 34, 34);
    line-height: 1.6;
    border-radius: 999rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .2rem .1rem;
}


.footer-activityRules .footer-input img {
    width: .2rem;
    height: auto;
    margin-right: .1rem;
}

.rev-1 {
    margin-top: 0.56rem;
}

.rev-1 h2 {
    border-radius: .06rem;
    background-color: rgb(122, 178, 53);
    height: .3rem;
    width: max-content;
    color: #FFFFFF;
    padding: 0.08rem;
    line-height: 1;
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}

.rev-1 .search-input,
.rev-1-code input,
.rel-1 .search-input {
    border-width: .02rem;
    border-color: rgb(170, 170, 170);
    border-style: solid;
    border-radius: .2rem;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    gap: .1rem;
    padding: 0 .2rem;
    height: 0.8rem;
    flex: 1;
    font-size: .24rem;
}

.rev-1 .search-input img,
.rev-1 .search-input img,
.rel-1 .search-input img {
    width: .3rem;
    height: auto;
}

.search-input input {
    font-size: .24rem;
    flex: 1;
}

/* Autocomplete dropdown styles */
.search-input-wrapper {
    position: relative;
    width: 100%;
}

.broker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    border: .02rem solid rgb(170, 170, 170);
    border-top: none;
    border-radius: 0 0 .2rem .2rem;
    max-height: 4.8rem;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 .04rem .08rem rgba(0, 0, 0, 0.1);
}

.broker-item {
    display: flex;
    align-items: center;
    gap: .2rem;
    padding: .2rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: .01rem solid rgb(240, 240, 240);
}

.broker-item:last-child {
    border-bottom: none;
}

.broker-item:hover {
    background-color: rgb(248, 248, 248);
}

.broker-logo {
    width: .4rem;
    height: .4rem;
    border-radius: .08rem;
    object-fit: cover;
    flex-shrink: 0;
}

.broker-name {
    font-size: .24rem;
    color: rgb(34, 34, 34);
    font-weight: 500;
    flex: 1;
}


.link-input {
    margin-top: 0.25rem;
}

.link-input svg {
    width: .3rem;
    height: auto;
}

.rev-1-add {
    display: flex;
    padding: 0;
    border-radius: 50%;
    margin: .2rem 0;
}

.rev-1-add img {
    width: .44rem;
    height: auto;
}

.rev-1-code {
    display: flex;
    align-items: center;
    gap: .2rem;
    font-size: .24rem;
    color: rgb(34, 34, 34);
    font-weight: 400;
}

.rev-1-code input {
    flex: 1;
    min-width: 0;
    font-size: .24rem;
}

.rev-1-submit {
    font-size: .28rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.714;
    border: none;
    background-color: #ffd733;
    padding: 0 .3rem;
    border-radius: .2rem;
    width: 100%;
    height: .8rem;
    margin: 0.64rem 0;
    cursor: pointer;
}

.rev-1-tips {
    font-size: .2rem;
    color: rgb(34, 34, 34);
    line-height: 1.4;
    font-weight: 400;
    padding-left: 0.2rem;
}

.main-review {
    padding: .25rem .8rem .15rem;
}

.main-review .act-2 {
    margin-top: 0.4rem;
    border: none;
    padding-left: 0;
}

.main-review .act-2 h2 {
    border-radius: .06rem;
    background-color: rgb(122, 178, 53);
    height: .3rem;
    width: max-content;
    color: #FFFFFF;
    padding: 0.08rem;
    line-height: 1;
}

.main-review .act-2 ul {
    padding: 0;
}

.main-review .act-2 ul li .post {
    color: #000;
}

.main-review .tips-icon {
    margin-left: 0;
    width: 100%;
}

.rev-popup-con,
.iframe-con,
.share-popup-con,
.rel-popup-con {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.rev-popup-main,
.share-popup-main,
.rel-popup-main {
    border-width: .05rem;
    border-color: rgb(255, 216, 51);
    border-style: solid;
    border-radius: .3rem;
    background-color: rgb(255, 255, 255);
    padding: .5rem;
    height: max-content;
    width: 6.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.1rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.share-popup-gift,
.rev-popup-gift {
    position: absolute;
    top: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
    height: auto;
}

.rev-popup-close,
.share-popup-close,
.rel-popup-close {
    border-radius: 50%;
    position: absolute;
    width: .6rem;
    height: .6rem;
    top: .2rem;
    right: .2rem;
    cursor: pointer;
}

.rev-popup-main h1,
.share-popup-main h1,
.rel-popup-main h1 {
    font-size: .36rem;
    font-family: "MiSans";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.194;
    text-align: center;
    margin-bottom: 0.22rem;
}

.share-popup-main {
    height: 6rem;
    background-size: 100% 100%;
}

.rev-popup-main p,
.share-popup-main p,
.rel-popup-main p {
    font-size: .24rem;
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: 400;
}

.share-popup-main ul li {
    display: flex;
    gap: .01rem;
}

.share-popup-main ul li {
    display: flex;
    gap: .01rem;
    font-size: .24rem;
    font-family: "MiSans";
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: left;
}

.share-popup-main ul li p {
    text-align: left;
    margin-bottom: 0.1rem;
}

.share-popup-main ul li p span {
    color: #3562e6;
    font-weight: 600;
}

.share-popup-a-list {
    display: flex;
    gap: .2rem;
    align-items: center;
    margin-top: 0.2rem;
}

.share-popup-main a {
    /* margin-top: 0.25rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 100%;
}

.share-popup-main a img {
    width: .48rem;
    height: auto;
}

.rev-popup-btn,
.share-popup-btn {
    border-radius: .2rem;
    background-color: rgb(255, 216, 51);
    width: 2.8rem;
    height: .8rem;
    font-size: .24rem;
    color: rgb(34, 34, 34);
    font-weight: bold;
    text-align: center;
}

.search-textarea {
    border-width: .02rem;
    border-color: rgb(170, 170, 170);
    border-style: solid;
    border-radius: .2rem;
    background-color: rgb(255, 255, 255);
    padding: 0.2rem;
    margin-top: 0.25rem;
}

.search-textarea textarea {
    border: none;
    color: #3d4b66;
    line-height: 1.4;
    min-height: 1.3rem;
    resize: none;
    width: 100%;
    font-size: .24rem;
    font-weight: 400;
    outline: none;
}

.search-textarea textarea:focus {
    outline: none;
}

.operation-group {
    display: flex;
    align-items: center;
    gap: .2rem;
    border-top: .01rem solid #e0e0e0;
    padding-top: .25rem;
}

.custom-opt {
    display: flex;
    align-items: center;
    gap: .2rem;
}

.custom-opt div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-opt div img {
    width: .3rem;
    height: auto;
    cursor: pointer;
}

/* Image preview list styles */
.image-preview-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(1.5rem, 1fr));
    gap: .2rem;
    margin: .2rem 0;
}

.image-preview-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* Creates square aspect ratio */
    border-radius: .15rem;
    overflow: hidden;
    background-color: rgb(248, 248, 248);
    border: .01rem solid rgb(230, 230, 230);
}

.preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-info {
    display: none;
    /* Hide file info in grid view */
}

.image-name {
    display: none;
}

.image-size {
    display: none;
}

.delete-image {
    position: absolute;
    top: .1rem;
    right: .1rem;
    width: .4rem;
    height: .4rem;
    border: none;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    padding: 0;
    opacity: 0;
    transform: scale(0.8);
}

.image-preview-item:hover .delete-image {
    opacity: 1;
    transform: scale(1);
}

.delete-image:hover {
    background-color: rgba(255, 85, 0, 0.95);
    transform: scale(1.1) !important;
}

.delete-image:active {
    transform: scale(0.95) !important;
}

.delete-image svg {
    width: .2rem;
    height: .2rem;
    color: #fff;
}


.rel-1-sync {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-top: 0.25rem;
}

/* Hide the default checkbox */
.rel-1-sync input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

/* Create custom checkbox */
.rel-1-sync label {
    font-size: .24rem;
    color: rgb(34, 34, 34);
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .2rem;
    position: relative;
    padding-left: .44rem;
    user-select: none;
}

/* Checkbox box */
.rel-1-sync label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .32rem;
    height: .32rem;
    border: .02rem solid rgb(170, 170, 170);
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s ease;
}

/* Checkmark */
.rel-1-sync label::after {
    content: '';
    position: absolute;
    left: .12rem;
    top: 43%;
    transform: translateY(-50%) scale(0) rotate(45deg);
    width: .08rem;
    height: .16rem;
    border: solid #fff;
    border-width: 0 .03rem .03rem 0;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}

/* Hover effect */
.rel-1-sync label:hover::before {
    border-color: rgb(255, 102, 35);
    box-shadow: 0 0 0 .02rem rgba(255, 102, 35, 0.1);
}

/* Checked state */
.rel-1-sync input[type="checkbox"]:checked+label::before {
    background-color: rgb(255, 102, 35);
    border-color: rgb(255, 102, 35);
    box-shadow: 0 .02rem .08rem rgba(255, 102, 35, 0.3);
}

.rel-1-sync input[type="checkbox"]:checked+label::after {
    transform: translateY(-50%) scale(1) rotate(45deg);
    opacity: 1;
}

/* Focus state for accessibility */
.rel-1-sync input[type="checkbox"]:focus+label::before {
    outline: .02rem solid rgba(255, 102, 35, 0.4);
    outline-offset: .02rem;
}

/* Active/Click animation */
.rel-1-sync input[type="checkbox"]:active+label::before {
    transform: translateY(-50%) scale(0.9);
}

.tag-group {
    display: flex;
    align-items: center;
    gap: .2rem;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.tag-group .item-tag {
    border-radius: .15rem;
    background-color: rgb(238, 238, 238);
    font-size: .24rem;
    font-family: "MiSans";
    color: rgb(153, 153, 153);
    line-height: 2;
    text-align: center;
    padding: .1rem .2rem;
    cursor: pointer;
}

.tag-group .item-tag.active {
    background-color: rgb(255, 216, 51);
    color: rgb(34, 34, 34);
}

.iframewikifx {
    width: 100%;
    height: 13rem;
    position: absolute;
    bottom: 0;
}

.rel-popup-main {
    border-width: .05rem;
    border-color: rgb(255, 216, 51);
    border-style: solid;
    border-radius: .3rem;
    background-color: rgb(255, 255, 255);
    padding: .8rem 0.5rem .5rem;
    height: max-content;
}

.rel-popup-close {
    top: 0.2rem;
}

.rel-popup-close {
    margin-top: 0;
}

.rel-popup-main p {
    width: 80%;
}

.rel-popup-btn-con {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
}

.rel-popup-btn {
    border-radius: .2rem;
    background-color: rgb(255, 216, 51);
    width: 2.8rem;
    height: .8rem;
    font-size: .24rem;
    color: rgb(34, 34, 34);
    font-weight: bold;
    text-align: center;
}

/* Hashtag hint styling */
.hashtag-hint {
    margin-top: 0.08rem;
    padding: 0.05rem 0;
}

.hashtag-text {
    font-size: 0.14rem;
    color: #1877F2;
    font-weight: 500;
    line-height: 1.2;
}

/* Custom Alert Popup */
.custom-alert-con {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-alert-main {
    position: relative;
    border-width: .05rem;
    border-color: rgb(255, 216, 51);
    border-style: solid;
    border-radius: .3rem;
    background-color: rgb(255, 255, 255);
    padding: .6rem .5rem .4rem;
    width: 5.5rem;
    max-width: 90%;
    box-sizing: border-box;
}

.custom-alert-close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: .4rem;
    height: auto;
    cursor: pointer;
}

.custom-alert-message {
    font-size: .22rem;
    color: rgb(34, 34, 34);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    margin-bottom: .4rem;
    margin-top: .5rem;
}

.custom-alert-btn {
    border-radius: .2rem;
    background-color: rgb(255, 216, 51);
    width: 100%;
    height: .8rem;
    font-size: .24rem;
    color: rgb(34, 34, 34);
    font-weight: bold;
    text-align: center;
    border: none;
    cursor: pointer;
}

.custom-alert-btn:active {
    opacity: 0.8;
}

/* Language Selection Popup */
.lang-popup-con {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: stretch;
    justify-content: flex-end;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lang-popup-con.show {
    opacity: 1;
}

.lang-popup-main {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: .6rem .4rem .4rem;
    width: 6rem;
    max-width: 90%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.lang-popup-con.show .lang-popup-main {
    transform: translateX(0);
}

.lang-popup-close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: .4rem;
    height: auto;
    cursor: pointer;
    border-radius: 50%;
}

.lang-popup-main h1 {
    font-size: .36rem;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0.3rem;
}

.lang-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
}

.lang-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0.3rem;
    font-size: .24rem;
    color: rgb(34, 34, 34);
    font-weight: 400;
    cursor: pointer;
    border-radius: .1rem;
    transition: background-color 0.2s ease;
}

.lang-item:hover {
    background-color: rgba(255, 216, 51, 0.2);
}

.lang-item.active {
    color: rgb(255, 102, 35);
    font-weight: 600;
}

.lang-item svg {
    width: .3rem;
    height: .3rem;
    color: rgb(255, 102, 35);
    flex-shrink: 0;
}

.lang-item span {
    flex: 1;
}

.header-lang {
    cursor: pointer;
}


@media (min-width: 800px) {
    .index-main {
        background-color: #fff;
    }

    .header-index {
        background: #ffd833;
    }
}