.body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    
    background-color: #121313;  /*主要深色 */
    color: #ffffff; /* 文本颜色 */
    font-family: "Georgia", sans-serif; /* 使用指定的字体 */


}

.index {
    width: 100%;
    height: 100%;
    
    background-color: rgb(4, 46, 81);
}

.top_menu {
    width: 100%;
    height: 56px; /* 使用固定的导航栏高度，你可以根据需要修改 */
    display: flex;
    background: #121313; /* 导航栏背景颜色 */
}
/*.top_menu {*/

/*    width: 100%;*/
/*    height: 50;*/
/*    display: flex;*/
    
/*    background-position: 0px -110px;*/
/*}*/


.bootom_menu {

    width: 100%;
    height: 100%;

}



.body {
    width: 100%;
    height: 100%;


}

.index {
    width: 100%;
    height: 100%;


}




.bootom_menu {

    width: 100%;
    height: 100%;

}




.top_menu_1 {

    margin: auto;
    width: 15%;

}




/* .top_menu_1_img{


    width: 109px;

    background: url(../img/大图1.png) no-repeat;
    background-position: -356px -7px;
    height: 117px;
} */





.top_menu_1_img {
    height: 100%;
    display: flex;

}



.top_menu_1_img img {
    max-height: 80%;
    margin: auto;

}



.top_menu_2 {
    margin: auto;
    width: 15%;
    background-color: #dfedff;

}

.top_menu_3 {
    margin: auto;
    width: 40%;
    background-color: #dddfff;

}

.top_menu_3_img {

    width: 59px;
    background-color: #dddfff;

}


.top_menu_4 {
    margin: auto;
    width: 15%;
    background-color: #ddcefff;

}

.top_menu_4_img {

    width: 59px;
    background-color: #dddfff;
    transform: rotate(90deg);
    /*background: url(../img/大图1.png) no-repeat;*/
    background-position: -590px -48px;
    height: 30px;
    margin: auto;
}





.top_menu_5 {
    margin: auto;
    width: 15%;
    background-color: #ddcefff;

}


.top_menu_5_img {

    width: 59px;
    background-color: #dddfff;
    transform: rotate(90deg);
    
    background-position: -300px 8px;
    height: 30px;
    margin: auto;
}


.lunbotu {
    width: 100%;
    margin: auto;
    /*margin-top: 5px;*/
    /*transform: scale(0.9);*/

}


.middle_menu {

     height: 80%;
    overflow-y: auto;
    height: -webkit-calc(100% - 0px);
}

.slidesjs-pagination {

    display: flex;
    width: 40%;
    margin: auto;
    margin-top: 10px;
}

.slidesjs-pagination-item {
    height: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    width: 25%;
    margin-left: 10px;
}

.middle_top {
    overflow-x: auto;
    height: 80px;
    width: 100%;
    margin-top: 10px;

}

/*主页中间Todos,  4个图标位置样式布局*/
.middle_top_menu {

    width: 20%;
    height: 100%;
    margin: auto;
    text-align: center;
    padding-bottom: 16px; /*设置图片和文字的之间的间距*/
    border-radius: 15px 15px 15px 15px;
}


.middle_top_menu_content {
    width: 50%;
    height: 80%;

    margin: auto;

    display: flex;
}

.middle_top_menu_content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    width: 35%;
    /* height: 35px; */

}

.middle_top_menu_1 {}


.middle_top_content {
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100vw;
    justify-content: space-between;
    height: 100%;
    /* width: 2000px; */
    white-space: nowrap;
    display: inline-flex;
}
/*搜索框样式*/
.middle_input {

    width: 90%;
    height: 40px;
    display: flex;
    margin: auto;
    margin-top: 12;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease; /* 过渡效果 */
    /* 设定初始的阴影为透明 */
    box-shadow: 0px 0px 0px 0px transparent;
    background: rgba(255, 255, 255, 0.05);

}
/*点击搜索框给边框添加阴影颜色*/
.middle_input:focus-within {
  box-shadow: 0px 0px 10px 0px #FFF; /* 设置阴影 */
  border-color: white; /* 设置边框颜色 */
}


.input_div input {
    width: 80%;
    height: 80%;
    font-size: 16px;

    margin: auto;
    display: block;
    margin: auto;
    background: transparent;
    border: unset;
    outline: unset;
}





.input_div {


    height: 100%;
    width: 80%;
    display: flex;
}


.input_img {

    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    margin: auto;

}

.input_img img {

    display: block;
    margin: auto;
    max-width: 30%;

}

.group_title_zj_content {
    width: 50%;
    margin: auto;
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
}




.group {
    width: 100%;


    margin-top: 5px;
}

.group_title {
    display: flex;
    height: 30px;

}


.group_content {
    width: 100%;
    margin-top: 12px;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: auto;

}

.group_content_row {
    width: 100%;


    padding: 5px;

    display: table;
}
@media screen and (min-width: 993px) {
    #mobile {
        display: none;
    }
    .group_content_item {



        display: inline-block;
        vertical-align: top;
        margin: auto;
        text-align: center;
        width: 15% !important;
        justify-content: space-between;

    
    }
    .group_content_row {
        width: 100%;
        padding: 5px;
        display: flex;
        justify-content: space-between;
    }

    
    .middle_top_menu {
        /*background: url('../img/8a3b7b8b-a7e4-4451-924b-13844a6a608a.png');*/
        background-size: cover;
        flex-direction: column;
        display: flex;
        margin: 0 10px;
        border-radius: 20px;
        align-items: center;
        padding: 0.5%;
        width: 20%;
    }
    .middle_top_menu_font {
        /* margin-left: 20px; */
        font-size: 16px !important;
    }

    
  }


  @media screen and (max-width: 993px) {
    #five {
        display: none;
    }
    #pc {
        display: none;
    }
    .middle_top_menu_content img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
        width: auto;
        height: auto;
    }
  }


.group_content_item {

    display: inline-block;
    vertical-align: top;
    margin: auto;
    text-align: center;
    width: 34%;
    height: auto;

}

.group_content_item img {
    display: block;
    margin: auto;
    max-height: 100%;
    width: 90%;
    border-radius: 12px;
}









.bottom_menu {

    height: 8%;
    background-color: #22674a;
    display: flex;

}



.bottom_menu_item img {

    max-width: 60%;
    max-height: 60%;
    margin: auto;
    display: block;



}



.group_title_left {

    width: 10%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.group_title_zj {

    width: 80%;
    height: 100%;
    display: flex;

    /* background: url(../img/pgbg.png) no-repeat; */
}

.group_title_left_content {
    text-align: center;
    width: 80%;

}

.group_title_left_content img {

    max-height: 50%;
    max-width: 60%;

}




.group_title_right {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group_title_right_content {
    text-align: center;
    width: 80%;

}

.group_title_right_content img {

    max-height: 50%;
    max-width: 60%;

}

.left_menu {
    position: absolute;

    width: 50%;
    height: 80%;
    display: none;

    z-index: 100;
    background: black;
}

.left_menu_list {

    width: 100%;

    padding-top: 10px;
    display: inline-block;

}

.left_menu_item {

    height: 60;
    /* width: 100%; */

    font-size: 10px;
    margin: auto;
    text-align: center;
    width: 50%;
    float: left;
    display: flex;

}

.left_menu_item2 {

    height: 80;
    /* width: 100%; */

    font-size: 10px;
    margin: auto;
    text-align: center;
    width: 50%;
    float: left;
    display: flex;

}

.left_menu_item_c {

    width: 90%;
    height: 90%;
    margin: auto;
    background-color: #2b326c;
    border-radius: 15px;
}

.left_menu_item_title {

    width: 100%;
    height: 20%;


}


.left_menu_item_img {

    width: 100%;
    height: 60%;


}

.left_menu_item_img img {


    max-width: 100%;
    max-height: 100%;


}



.left_menu_item_img2 {

    width: 100%;

    margin: auto;

}

.left_menu_item_title2 {
    position: absolute;
    top: 10px;
    left: 20;


}

.left_menu_item_img2 img {

    width: 100%;
    max-width: 100%;
    max-height: 100%;


}







.left_menu1 {

    width: 100%;

}

.left_menu1_item {


    margin: auto;
    background-color: #22674a;
    border-radius: 15px;
    margin-top: 30px;
    display: flex;
    /* top: 10px; */
    position: sticky;


}


.middle_top_menu_font {

    font-size: 15px;
    height: 30%;

}

.left_menu1_img {

    width: 95%;
    /* height: 80%; */
    margin: auto;


}

.left_menu1_img img {

    width: 100%;


}

.left_menu1_title {

    width: 30%;
    text-align: center;
    font-size: 30px;
    line-height: 120px;
    position: absolute;
}

.left_menu_item_c2 {

    width: 90%;

    margin: auto;
    /* background-color: #22674a; */
    border-radius: 15px;
    position: sticky;

}


.bottom_menu_item {

    width: 25%;
    display: flex;
    background-color: #2b326c;

}


.login {

    position: absolute;
    width: 100%;

    top: 150px;
    z-index: 999;


}


.form {

    width: 100%;
    height: 300;
    margin: auto;

}

.input {

    width: 90%;
    height: 40;


    margin: auto;
    margin-top: 20;

    border: 1px solid #dce1e1;
    display: flex;
    border-radius: 8px;
}

.title {
    width: 100%;
    height: 20px;
    line-height: 0px;
    font-size: 22px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.img {


    height: 100%;
    width: 10%;
    display: flex;
}

.img img {
    width: 50%;
    margin: auto;
    display: block;

}

.content {
    width: 90%;
    height: 100%;

}

.content input {

    height: 100%;
    width: 80%;
    background-color: unset;
    border: unset;
    outline: unset;
    font-size: 8px;
}

.loginbody {

    width: 90%;

    margin: auto;
    border: 1px solid #dce1e1;
    border-radius: 10px;
    background-color: #262828;

}

.buton {

    width: 90%;
    height: 30px;
    background-color: #56cbaa;
    border-radius: 5px;
    margin-top: 20px;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 8px;
}


.guanbi {

    display: flex;
    height: 55px;
    padding: 10px;
}

.guanbi img {

    margin: auto;
    height: 100%;
}


.option {

    width: 100%;
    height: 20px;
    display: flex;
    margin-top: 20px;
}


.left_list {

    margin-top: 20px;
    width: 100%;
    height: 70px;
    padding-left: 5px;
    padding-right: 5px;
}

.left_list_row {


    width: inherit;
    height: inherit;
    display: flex;
}

.left_list_row_img {


    widht: inherit;
    width: 30%;
    height: inherit;
    /* margin: auto; */
    display: flex;
}


.left_list_row_img img {

    height: 80%;
    margin: auto;
    margin: auto;
}


.left_list_row_text {


    width: 70%;
    height: inherit;
    font-size: 30px;
    line-height: 60px;
}









.more {
    text-align: center;
    height: 12px;
    line-height: 12px;
    width: 80%;
    margin: auto;
    /* background-color: #22674a; */
    margin-top: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 10px;
}

.groupBody {
    /* overflow-y: auto; */
    height: 300px;

}


.groupItem {

    height: 300px;
}