body{
    min-width: 600px;
}
.bodyBox{
    text-align: center;
}
/*导航栏*/
*{
    margin: 0;
    padding: 0;
}
.headlan{
    display: inline-flex;
    width: 1300px;      /* 1300 = 900 + 200 + 200 chosenpage自动实现居中*/
    height: 52px;
    line-height: 52px;
    background-color: white;

    /*position: fixed;*/
    transition: background-color 0.3s; /* 添加背景颜色过渡效果 */
    z-index: 3;     /*放着在第三版那里被双图层给挡住*/

}
.headlan.scrolled{
    background-color: rgba(194, 202, 245, 0.5); /* 滚动后的背景颜色 */
}
/*心理学科的名字*/
.subject{
    float: left;
    width: 200px;
    font-family: "Monotype Corsiva", serif;
    font-size: 23px;
    /*margin-left: 3%;*/
}

/*跳转的页面*/
.chosenpage{
    display: inline-block;
    width: 800px;
    justify-content: center;
}
.choose{
    /*盒子的大小为宽52px，高16px（39-12*2）*/
    display: inline-block;
    margin: 0 9px;
    width: 110px;
    height: 32px;  /*这个和line-height保持一致可以实现文本在其所在的最内层盒子的中心，直接撑起这个盒子的高度*/
    line-height: 32px;
    border-radius: 19px;

    text-decoration: none;
    /*text-align: center;*/
    color: #5b5b5c;
    font-size: 12px; /*小于盒子高度就好*/

}
.searchBox{
    display: inline-block;
    width: 200px;
}
.glass{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 12px;
    background-image: url("../img/Search.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#searchTabel{
    display: inline-block;
    width: 132px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #a2b7e0;

    text-align: center;
    outline: none; /* 移除默认的点击时的外边框 */
    transition: border-color 0.3s;
}

/*特别效果区域*/
.choose:hover{
    background-color: #8683bb;  /*导航栏页面被靠近的颜色改变*/
}
#searchTabel:focus{
    border: 2px solid #3498db; /* 点击时的边框颜色 */
}




/*===============================================================================*/
/*=====================================已完成=======================================*/
/*===============================================================================*/



.admin_chosen_backgroundFig{
    display: inline-flex;
    width: 1300px;
    height: 400px;
    background-image: url("../img/用户自定义背景.png");
    background-size: cover;
    background-repeat: no-repeat;

}
.blur_op{
    display: inline-flex;
    width: 1300px;
    height: 400px;
    backdrop-filter: blur(3px);
    align-items: end;
}
.admin_idname{
    display: inline-flex;
    width: 200px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-left: 320px;


    color: white;
    font-size: 25px;
}

.child_headlan{
    display: inline-flex;
    width: 1300px;
    height: 100px;
    background-color: white;

}
.admin_fig{
    width: 200px;
    height: 200px;
    background-color: rgba(134, 131, 187, 0.15);

    position: relative;
    bottom: 150px;
    left: 100px;
    border-radius: 100%;
}
.fig{
    width: 9em;
    height: 9em;
    background-image: url("../img/我的头像.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 16% auto;
}

.all_page{
    width: 650px;
    height: 100px;
    line-height: 100px;
    margin-left: 100px;
}
.child_page{
    margin: 0 45px;
    padding: 6px 0;
    transition: border-bottom-color 0.6s;
    border-bottom-color: white;

    text-decoration: none;
    color: black;
    font-size: 18px;
}
.child_page:hover{
    border-bottom: 5px solid #8482b8;
}
.three_fig{
    display: inline-flex;
    width: 350px;
    height: 100px;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}
.child_fig{
    margin: 15px;
}
.child_fig1{
    width: 45px;
    height: 45px;
    background-image: url("../img/刷新.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s;
}
.child_fig2{
    width: 45px;
    height: 45px;
    background-image: url("../img/communityPostNoteFig.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s;
}
.child_fig3{
    width: 45px;
    height: 45px;
    background-image: url("../img/铃铛提示图形.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s;
    cursor: pointer;
}
.child_fig1:hover{
    transform: scale(1.2);
}
.child_fig2:hover{
    transform: scale(1.2);
}
.child_fig3:hover{
    transform: scale(1.2);
}

.notification {
    display: none;
    position: fixed;
    width: 300px;
    height: 100px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease; /* 添加过渡效果 */
    z-index: 3;
}
/*===============================================================================*/
/*=====================================已完成=======================================*/
/*===============================================================================*/




.back_all{
    display: inline-block;
    width: 1300px;
    height: 1300px;
    background-image: url("../img/communityBackgroundImg.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: -105px 0;
}
.text1{
    margin: 19px 0;
    padding-top: 19px;
    font-size: 48px;
    font-weight: bold;
    color: white;
}
.text2{
    color: white;
}
.little_circle_multi{
    display: block;
    width: 100px;
    height: 400px;
    position: relative;
    left: 1160px;
}
.circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 8px solid white;
    border-radius: 49px;
    background-color: white;
    margin: 20px 0;

    transition: background-color 0.6s;
}
.circle1:hover{
    background-color: #eeeeff;
}
.message{
    display: none;
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease; /* 添加过渡效果 */
    opacity: 0; /* 初始透明度为0 */
}
.circle2:hover{
    background-color: #eeeeff;
}
.history{
    display: none;
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease; /* 添加过渡效果 */
    opacity: 0; /* 初始透明度为0 */
}
.circle3:hover{
    background-color: #eeeeff;
}
.rule_tip {
    display: none;
    position: relative;
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease; /* 添加过渡效果 */
    opacity: 0; /* 初始透明度为0 */

}


.warning{
    margin-top: -45px;

    font-size: 12px;
    color: #999999;
}
.bn1{
    display: block;
    width: 300px;
    height: 100px;
    line-height: 100px;
    background-color: #8482b8;
    position: relative;
    top: 200px;
    left: 500px;
    border-radius: 50px;
    border: none;
    transition: border-color 0.3s;
    cursor: pointer;
}
.bn1:focus{
    border: 3px solid #6f8cd7;
}
.bottleContent{
    display: inline-flex;
    position: fixed;
    width: 40%;
    height: 49%;
    margin: 3% 27%;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: opacity 0.6s ease; /* 添加过渡效果 */
    z-index: 3;
}
.tiny_fig1{
    width: 49px;
    height: 49px;
    position: relative;
    top: 12px;
}
.button_text1{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: 30px;

    font-size: 25px;
    color: white;
}
.bn2{
    display: block;
    width: 300px;
    height: 100px;
    line-height: 100px;
    background-color: #7f7f87;
    position: relative;
    top: 250px;
    left: 500px;
    border-radius: 50px;
    border: none;
    transition: border-color 0.6s;
    cursor: pointer;
}
.bn2:focus{
    border: 3px solid #6f8cd7;
}
.tiny_fig2{
    width: 100px;
    height: 100px;
}
.button_text2{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    top: -43px;

    font-size: 25px;
    color: white;
}
.relax_tip{
    position: relative;
    width: 150px;
    height: 150px;
    left: 1040px;
    top: 300px;

    background-image: url("../img/TipsFigPro.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.relax_text1{
    padding-top: 32px;
    padding-bottom: 7px;

    color: #c87175;
    font-weight: bold;
    font-size: 23px;
}
.relax_text2{
    text-decoration: none;
    color: white;
}
.text3{
    display: block;
    position: relative;
    top: 260px;

    color: #666666;
}



/*导航栏登录字样*/
.loginBox{
    display: inline-block;
    margin-left: 16px;
    background-color: transparent;
    border: none;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
    color: #5b5b5c;
}


/*AI*/
.AIBox{
    text-align: center;
    position: fixed;
    top: 12%;
    right: 26%;
    width: 48%;
    height: 81%;
    background-color: rgba(162, 183, 224, 0.49);
    opacity: 0;
    transition: opacity 0.5s ease; /* 过渡时间为0.5秒 */
    z-index: 3;
    border-radius: 3%;
}
.click2WakeAI{
    width: 100px;
    height: 100px;
    position: fixed;
    top: 39%;
    right: 9%;
    cursor: pointer;
    background-image: url("../img/小海豹.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    z-index: 3;
}



.inputTitle{
    margin-left: -69%;
    font-size: 21px;
}
#chatData{
    width: 96%;
}
#send{
    width: 9%;
    margin-left: -87%;
    font-size: 21px;
    margin-top: 1%;
    margin-bottom: 1%;
}
#content{
    width: 93%;
    margin: 0 2%;
    height: 366px;
    background-color: white;
    padding: 1.5%;
}
#count{
    margin-left: 2%;
    text-align: left;
}