
#main {
    background-image: url('../images/common/bg_pc.png') ;
    background-repeat: repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 60px;
}
/*.banner {*/
/*    margin-bottom: 60px;*/
/*}*/
.nav{
    background: #ffffff;
    padding: 30px 30px 60px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    height: 140px;
    background-color: white;
    background-image: url("../images/img/nav_pc.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-family: CKTKingkong;
}

a.menu-item {
    padding: 20px 25px 22.5px;
    color: #000000;
}
a.menu-item:hover {
    color: #019be5;
    text-shadow: -2px -2px 2px #FFFFFF,
    2px -2px 2px #FFFFFF,
    -2px  2px 2px #FFFFFF,
    2px  2px 2px #FFFFFF;
}
.divider {
    padding: 10px 10px 10px;
    font-size: larger;
    color: #000000;
    user-select: none;
}
#module1, #module2 {
    margin-bottom: 60px;
}
.title {
    height: 80px;
    margin: 0 auto 60px;
}
.title2 {
    height: 50px;
    margin: 10px auto 45px;
}
.title3 {
    height: 100px;
    margin: 40px auto 45px;
}
.title4 {
    width: 90%;
    margin: 40px auto 60px;
}
.title5 {

    margin: 10px auto 45px;
}
.content p {
    color: #000000;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 20px;
    display: flow;
    position: relative;
}
.relative {
    position: relative;
}
#module2 .weibo-step1 {
    position: absolute;
    left: 11%;
    top: 45%;
    text-align: right;
}
#module2 .weibo-step2 {
    position: absolute;
    left: 70.5%;
    top: 20%;
    text-align: left;

}
#module2 .xiaohs-step1 {
    position: absolute;
    left: 6.5%;
    top: 22.5%;
    text-align: right;
}
#module2 .xiaohs-step2 {
    position: absolute;
    left: 75%;
    top: 20%;
    text-align: left;
    width: 26%;
}
#module2 .xiaohs-step1 p:nth-of-type(2) {
    margin-top: 48%;
}
#module2 .xiaohs-step1 p:nth-of-type(3) {
    margin-top: 10%;
}

.more-btn-bg {
    background: url('../images/img/more.png') center center no-repeat;
    background-size: contain;
    width: 400px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 60px;
    transition: transform 0.3s ease;
    text-decoration: none; /* 移除链接下划线 */
    color: inherit; /* 继承文字颜色 */
}
/* 悬停效果 */
.more-btn-bg:hover {
    transform: translateY(-2px) scale(1.05);
    text-decoration: none; /* 悬停时也不显示下划线 */
}

/* 点击效果 */
.more-btn-bg:active {
    transform: translateY(0) scale(1.02);
}

/* 禁用状态样式 */
.more-btn-bg.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.more-btn-bg.disabled:hover {
    transform: none;
    text-decoration: none;
}

.more-btn-bg.disabled:active {
    transform: none;
}

.more-btn-bg:visited {
    color: inherit; /* 访问后保持原有颜色 */
}

.more-btn-text {
    font-size: 30px;
    color: #ffffff;
    z-index: 2;
    position: relative;
}


#module3 .fuli{
    background: url('../images/img/fuli_bg.png') left center no-repeat;
    background-size: contain;
    font-size: 30px;
    color: #000000;
    text-align: left;
    padding: 5px 10px;
}
#module3 .fuli01{
    position: absolute ;
    left: 0;
    top: -1%;
    text-align: left;
}

#module3 .fuli02{
    margin-top: -100px;
}

#module3 p{
    font-size: 30px;
    color: #000000;
    line-height: 50px;
    font-family: 'SHanSanB';
    text-align: left;
}

/* 壁纸展示区域样式 */
.wallpaper-showcase {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px auto 60px;
    gap: 40px;
}

.wallpaper-item {
    text-align: center;
}

.wallpaper-item.pc-version {
    flex: 2;
}

.wallpaper-item.mobile-version {
    flex: 1;
}

.wallpaper-item img {
    width: auto;
    height: 580px;
}

.wallpaper-item p {
    font-size: 30px !important;
    color: #000000 !important;
    margin-top: 25px !important;
    text-align: center !important;
    width: auto !important;
}

/* 规则区域样式 */
.rules-container {
    margin: 40px auto 0;
    overflow: hidden;
}

.rules-section {
    position: relative;
}

.rules-header {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
    position: relative;
}

.basic-rules .rules-header {
    background-color: #666666cc;
}

.notice-rules .rules-header {
    background-color: #009bd2cc;
}

.rules-content {
    padding: 30px 40px;
    background-color: #00000010;
    margin-bottom: 50px;
}

.notice-rules .rules-content {
    background-color: #78f0ff30;
}

.rules-content span {
    font-size: 30px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'SHanSanB';
}

.rules-content p:last-child {
    margin-bottom: 0 !important;
}



.copyright {
    font-size: 26px;
    margin-top: 10px;
    text-align: right;
}

@media screen and (max-width:1200px) {
    #main {
        padding-bottom: 5vw;
    }
    .menu {
        font-size: 3vw;
        margin-bottom: 1vw;
    }
    a.menu-item {
        padding: 3px 2.08vw 10px;
    }

    .divider {
        padding: 5px 10px 10px;
    }
    .nav{
        padding: 3vw;
    }
    #module1, #module2, #module3 {
        margin-bottom: 5.1666vw;
    }
    .title {
        height: 6vw;
        margin-bottom: 3.75vw;
    }
    .title2 {
        height: 3.333vw;
        margin-bottom: 2.75vw;
    }
    .title3 {
        height: 7.8333vw;
        margin-bottom: 3.75vw;
    }
    .title4 {
        margin-bottom: 3.75vw;
    }
    .title5 {
        margin-bottom: 3.75vw;
    }
    .rules-header {
        font-size: 2.1667vw;
        line-height: 4.3vw;
    }
    .content p {
        font-size: 2.1667vw;
        line-height: 4.3vw;
    }

    #module2 p::before {
        width: 3.6667vw;
        height: 2.5vw;
        top: 1.5vw;
    }
    #module3 p{
        font-size: 2.1667vw;
        line-height: 4.3vw;
    }
    .more-btn-bg{
        width: 300px;
        height: 60px;
    }
    .more-btn-text {
        font-size: 2.1667vw;
    }
    #module3 .fuli {
        font-size: 2.1667vw;
        padding: 0.5vw 1vw;
    }
    .rules-container {
        margin: 2vw auto 0;
    }
    .rules-content {
        padding: 3vw 4vw;
        margin-bottom: 5vw;
    }

    .rules-content span {
        font-size: 2.1667vw;
    }
    .copyright {
        font-size: 2vw;
    }
    .wallpaper-showcase {
        margin: 3vw 0 0;
    }
    .wallpaper-item p{
        font-size: 2.1667vw!important;
    }
}
@media screen and (max-width:767px) {

    /*.banner {*/
    /*    margin-bottom: 40px;*/
    /*}*/
    .menu {
        font-size: 3.73vw;
        height: 60px;
        margin-bottom: 0;
    }
    .divider {
        padding: 0 2px;
        color: #000000;
        user-select: none;
    }
    a.menu-item {
        padding: 6px 3px;
    }
    .title {
        height: 9.2vw;
        margin-top: 5vw;
        margin-bottom: 3vw;
    }
    #module1, #module2 {
        margin-bottom: 10vw;
    }
    #module1 .title {
        height: 9vw;
        margin-bottom: 4vw;
    }
    #module1 .title4 {
        margin-bottom: 3.75vw;
    }
    #module2 .title，#module3 .title2 {
        height: 10vw;
    }
    #module2 .title2 {
        height: 5.83vw;
        margin: 5vw auto 0;
    }
    #module2 .title3 {
        height: 12vw;
        margin: 20px auto 40px;
    }
    .content p {
        font-size: 3.43vw;
        line-height: 7vw;
        width: 100%;
        margin-bottom: 3vw;
    }

    #module2 p::before {
        width: 5.5vw;
        height: 3.75vw;
        top: 2.5vw;
    }
    .more-btn-bg{
        width: 200px;
        height: 40px;
        margin: 5vw auto;
    }
    .more-btn-text {
        font-size: 3.43vw;
    }


    .rules-content {
        top: 7%;
    }
    .rules-content .title {
        height: 6.6vw;
        margin-bottom: 5vw;
    }
    .rules-content p {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .copyright {
        margin-top: 1vw;
        font-size: 3vw;
    }

    #module3 .fuli {
        font-size: 3.43vw;
        padding: 0.5vw 1vw;
    }
    #module3 p {
        font-size: 3.43vw;
        line-height: 6vw;
    }
    .margin_t50 {
        margin-top: 30vw;
    }
    #module3 .fuli02 {
        margin-top: -10vw;
    }
    .wallpaper-showcase {
        margin: 2vw auto 6vw;
        gap: 4vw;
    }
    .wallpaper-item p {
        font-size: 3.43vw !important;
        margin-top: 3vw !important;
    }
    .wallpaper-item img {
        height: 45vw;
    }
    /* 移动端规则区域样式 */
    .rules-container {
        margin: 8vw auto 0;
    }

    .rules-header {
        font-size: 3.43vw;
        padding: 2vw 0;
    }

    .rules-content {
        padding: 3vw 4vw;
    }

    .rules-content span {
        font-size: 3.43vw !important;
        line-height: 1.6 !important;
        margin-bottom: 2vw !important;
    }
}
