* {

    margin: 0;

    padding: 0;

}



li {

    list-style: none;

}

.nav-link ul{

    padding-left:0;

}

html{
    background-color: #F7F7F9;
}

a {

    text-decoration: none;

    color: inherit;

}



.content {

    /* max-width: 1300px; */

    margin: 0 auto;

}



.navbar {

    background-color: white;

    overflow: hidden;

    padding: 0 70px;

    height: 60px;

    display: flex;
    

    /* max-width: 1000px; */

    margin: 0 auto;

    justify-content: space-between;

}



.logo {

    float: left;

    height: 100%;

    text-align: left;
    display: flex;

}
.logo h2{
    line-height: 60px;
    font-size: 28px;
    color: #07284B;
    font-weight: 600;
}
.logo img{

    height: 100%;

}
.nav-links,
.nav-links ul{

    display: flex;

}

.show-login{

    line-height: 60px;

    color: rgb(111, 172, 236);

}



.nav-links  ul {

    float: right;

    display: flex;

    justify-content: center;

    color: white;

    height: 100%;

    text-align: center;

    font-size: 18px;

    text-decoration: none;

}



.nav-links  ul a {

    color: #333333;

    margin-right: 20px;

    line-height: 60px;

}



body {

    margin: 0;

    padding: 0;

    font-family: 'Arial', sans-serif;

}



.carousel-container {

    width: 100%;
    /* max-width: 800px; */
    height: auto;
    margin: 0 auto;
    max-height: 300px;
    overflow: hidden;
    position: relative;

}



.carousel-slide {

    width: 100%;

    display: none;
    height: 300px;

}



.carousel-slide img {

    width: 100%;

    height: 300px;

    /* display: none;

    opacity: 0;

    transition: opacity 0.5s ease-in-out;

    transform: translateZ(0); */

}



.carousel-indicators {

    text-align: center;

    position: absolute;

    bottom: 15px;

    width: 100%;

}



.indicator {

    display: inline-block;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background-color: #ddd;

    margin: 0 5px;

    cursor: pointer;

}



.indicator.active {

    background-color: #555;

}



.special {

    position: relative;

    width: 100%;

    /* top: -20px; */
    /* overflow: hidden; */
    margin-top: 20px;
    height: 207px;
    margin-bottom: 57px;
    
    /* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); */

}

.special .title a{
    display: none;
}

.special>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}

.before{
    position: absolute;
    bottom: -57px;
    left: 50%;
    line-height: 37px;
    height: 37px;
    z-index: 5;
    background-color: #666666;
    width: 122px;
    transform: translateX(-50%);
    color: #EAEAEA;
}

.special .subheading {
    position: absolute;
    top: 45%;
    right: 50%;
    width: 500px;
    color: #fff;
    z-index: 10;
    transform: translateX(50%);

}

.special .subheading p{

    font-size: 20px;
    text-align: left;

}



.special .title {

    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 36px;
    width: 100%;
    text-align: center;
    z-index: 10;

}

.special .title h3{

    color: #fff;
    font-weight: 700;

    font-size: 36px;

}



.special .title img {

    position: absolute;

    right: 10%;

    top: 10%;

}





.notice-container {

    width: 100%;

    overflow: hidden;

    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);

    margin-top: 10px;

    padding: 0 50px;
    background-color: #fff;
    box-sizing: border-box;

}



.notice-content {

    display: flex;

    align-items: center;

    height: 50px;

    line-height: 50px;

}



.notice-label {

    font-weight: bold;



    color: #07284B;

    margin-right: 10px;

}



.notice-text {





    display: flex;

    flex-direction: column;

}



.notice-item {

    display: none;

    color: #666666;

    /* margin-bottom: 1em; */

}



.notice-item.active {

    display: block;

}



/* 暂停动画效果当鼠标悬停时 */

.notice-container:hover .notice-content {

    animation-play-state: paused;

}

#playButtonplayButton{

    display: none;

}



@keyframes marquee {





    0% {

        transform: translateY(0);

    }



    20% {

        transform: translateY(0);

    }



    25% {

        transform: translateY(-100%);

    }



    45% {

        transform: translateY(-100%);

    }



    50% {

        transform: translateY(-200%);

    }



    70% {

        transform: translateY(-200%);

    }



    75% {

        transform: translateY(-300%);

    }



    95% {

        transform: translateY(-300%);

    }



    100% {

        transform: translateY(-400%);



    }



}



.classify {

    /* margin-top: 40px; */
    padding-top: 40px;

    width: 100%;

    margin-bottom: 100px;

}



.classify ul {

    display: flex;

    justify-content: space-around;

    padding-left: 0 !important;

}



.classify ul li {

    width: 300px;

    height: 200px;

    position: relative;

    
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);

}



.classify ul li img {

    width: 100%;
    height: 100%;

}



.classify ul li .title {

    position: absolute;

    bottom: 30px;

    left: 30px;

    color: #fff;

    font-weight: 700;

    font-size: 18px;

}



.classify ul li p,

.carousel-container .logo_img,

.nav-link {

    display: none;

}



.transmit {

    position: absolute;

    bottom: -53%;

    right: 50%;
    width: 50%;
    transform: translateX(50%);
z-index: 5;
    height: 150px;

}



.transmit>img {

    width: 100%;

    height: 100%;

}

#playButton{

    display: none;

}

.login_user{

    position: relative;

    padding-left: 30px;

    cursor: pointer;

}

.login_user::before{

    content: '';

    display: block;

    position: absolute;

    left: 0;

    top: 50%;

    transform: translate(0, -50%);

    background-image:url(../image/yonghu.png);

    background-size: 100%;

    width: 20px;

    height: 20px;

}

/* 登录 */

.login-container {

    position: fixed;

    top: 40%;

    left: 50%;

    transform: translate(-50%, -50%);

    background-color: #fff;

    padding: 30px;

    border-radius: 5px;

    width: 350px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    text-align: left;



}

.login-container h2{

    text-align: center;

    font-size: 23px;

}



.login {

    display: none;

    position: fixed;

    top: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.3);

    z-index: 10;

}



.form-group {

    margin-bottom: 20px;

    display: flex;

    flex-direction: column;

}



label {

    display: block;

    margin-bottom: 5px;

    font-weight: bold;

    color: #333;

}



input[type="text"],

input[type="password"] {

    width: 100%;

    padding: 10px;

    border: 1px solid #ddd;

    border-radius: 3px;

    font-size: 14px;

    box-sizing: border-box;

}



button {

    width: 100%;

    padding: 10px;

    background-color: #007bff;

    color: #fff;

    border: none;

    border-radius: 3px;

    font-size: 16px;

    cursor: pointer;

}



button:hover {

    background-color: #0056b3;

}



/* 注册 */

.register-container{

    display: none;

}

.login_captcha,

.register_captcha{

    color: #007bff;

    cursor: pointer;

}



.register-container {

    background-color: #fff;

    position: fixed;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    padding: 30px;

    border-radius: 5px;

    width: 400px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    text-align: left;

}

.register-container h2{

    text-align: center;

    font-size: 23px;

}





.form-group {

    margin-bottom: 20px;

}



label {

    display: block;

    margin-bottom: 5px;

    font-weight: bold;

    color: #333;

}



input[type="number"],

input[type="password"],

#Invitation_code {

    width: 100%;

    padding: 10px;

    border: 1px solid #ddd;

    border-radius: 3px;

    font-size: 14px;

    box-sizing: border-box;

}
.special::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3;
    
}


button {

    width: 100%;

    padding: 10px;

    background-color: #007bff;

    color: #fff;

    border: none;

    border-radius: 3px;

    font-size: 16px;

    cursor: pointer;

}



button:hover {

    background-color: #0056b3;

}



/* 移动端响应样式 */

@media (max-width: 768px) {

    .carousel-slide {

        max-width: 100%;

        height: auto;

    }



    body {

        background-color: rgba(247, 247, 249);

    }



    .content {

        max-width: 100%;

        padding: 0 15px;

    }



    .navbar {

        display: none;

    }



    .indicator {

        display: inline-block;

        width: 30px;

        height: 2px;

        background-color: #ddd;

        margin: 0 5px;

        cursor: pointer;

    }



    .special {

        top: 0;

        margin-top: 15px;
        overflow: hidden;
        height: 200px;
        margin-bottom: 0;

    }



    .special .subheading {
        top: 30%;
        right: 0;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        color: #fff;
        transform: none;

    }

    .special .subheading p{

        font-size: 20px;

        text-align: left;

    }



    .special .title {

        box-sizing: border-box;

        padding-left: 10px;
        top: 5%;

    }

    .special .title h3{

        font-size: 26px !important;
        font-weight: 800;
        padding-left: 10px;
        color: #fff;
        text-align: left;

    }



    .notice-container {

        box-sizing: border-box;

        padding: 0 5px;

        background-color: #fff;

    }



    .notice-content {

        height: 30px;

        line-height: 30px;

        font-size: 14px;

    }



    .classify {

        /* margin-top: 20px; */
        padding-top: 20px;

    }



    .classify ul {

        flex-direction: column;



    }



    .classify ul li {

        height: 50px;

        background-color: #fff;

        line-height: 50px;

        padding: 0 15px;

        width: 100%;

        margin-bottom: 2px;

        box-sizing: border-box;

    }



    .classify ul li img {

        display: none;

    }



    .classify ul li a {

        display: flex;

        justify-content: space-between;

    }



    .classify ul li .title {

        color: black;

        position: initial;

        font-weight: 500;

    }



    .classify ul li p {

        display: block;

        color: #999999;

        width: 50px;

    }



    .classify ul li p::before {

        content: ">";

        position: absolute;

        right: 5px;

        display: block;

        width: 15px;

        z-index: 10;

    }



    .nav-link {

        width: 100%;

        margin-top: 20px;

        display: block;

    }



    .nav-link ul {

        display: flex;

        justify-content: space-between;
        /* flex-direction: row-reverse; */

    }



    .nav-link ul li {

        width: 100px;

        line-height: 50px;

        height: 50px;

        text-align: center;

        background-color: #fff;

    }



    .carousel-container {

        height: auto;

    }



    .carousel-container .logo_img {

        position: absolute;
        display: flex;
        width: 100px;
        height: 42px;
        left: 15px;
        top: 15px;
        border-radius: 50%;
        /* overflow: hidden; */
        z-index: 10;
    

    }



    .carousel-container .logo_img>img {

        width: auto;

        height: 100%;

        border-radius: 50%;

    }
    .carousel-container .logo_img h2{
        width: 60px;
        font-size: 18px;
        font-weight: 600;
        line-height: 40px;
    }



    .transmit {

        width: 100%;

        height: 175px;

        bottom: -134px;

        right: 0;
        transform: none;

    }

    #playButton{

        display: block;

    }

    /* .wp-playlist.wp-audio-playlist.wp-playlist-light{

        position: absolute;

        bottom: 0;

        right: 0;

        opacity: 0;

    } */

    /* #playButtonplayButton{

        display: block;

    } */

    .show-login{

        line-height: 50px;
    
    
    }
    .special>img{
        width: 100%;
        height: 200px;
        top: 0;
        z-index: 1;
        
    }
    .special::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 3;
    }
    .carousel-slide img{
        height: 200px;
    }
    
    .before{
        display: none;
    }
    .login-container,
    .register-container{
        width: 300px;
    }
    .special .title a{
        display: block;
    }
}