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; /* 点击时的边框颜色 */
}








.mainContent{
    display: inline-block;
    box-shadow: 1px 1px 9px #5b5b5c;
    width: 750px;
    height: 7690px;
    margin-top: 2%;
}
.headContent{
    text-align: left;
}
.headContent h2{
    display: block;
    margin: 12px 12px;
}
.headContent div{
    display: inline-block;
}
.headContent .date{
    color: #6c6d6f;
    margin-left: 1.2em;
}
.headContent .author{
    color: #45bcda;
    margin-left: 12px;
}

.line{
    display: inline-block;
    width: 700px;
    height: 1px;
    background-color: lightgrey;
    margin: 2em 0;
}

.paperContent{
    display: inline-block;
    width: 718px;

    border: 16px solid white;/*#ccf8ff*/
    height: 7390px;
    background-color: #f1e1f0;

}
.paperContent .backgroundImg1{
    display: inline-block;
    width: 718px;
    height: 198px;
    background-image: url("../img/scienceFig1.png");
    background-size: contain;
    background-repeat: repeat-x;
}

.paperContent p{
    margin: 1em 0;
}
.paperContent .contentFig1{
    display: inline-block;
    width: 199px;
    height: 199px;
    background-image: url("../img/contentFig1.png");
    background-size: contain;
    background-repeat: repeat-x;
    margin: 2em 0;
}
.paperContent .contentFig2{
    display: inline-block;
    width: 5em;
    height: 5em;
    background-image: url("../img/contentFig2.png");
    background-size: contain;
    background-repeat: repeat-x;
    margin-bottom: 2em;
    margin-left: 300px;
}
.textBox1{
    display: inline-block;
    width: 645px;
    height: 527px;
    background-color: white;
}
.textBox1 .contentFig3{
    display: inline-block;
    width: 348px;
    height: 218px;
    background-image: url("../img/contentFig3.png");
    background-size: contain;
    background-repeat: repeat-x;
    margin: 2em 0;
}
.paperContent .contentFig4{
    display: inline-block;
    width: 144px;
    height: 92px;
    background-image: url("../img/contentFig4.png");
    background-size: contain;
    background-repeat: repeat-x;
    margin: 2em 0;
}
.numberBar{
    display: inline-block;
    width: 718px;
    height: 28px;
    background-color: #ccf5fa;
}
.orderCircle\"{
    display: inline-block;
    width: 46px;
    height: 34px;
    border-radius: 23px;
    background-color: #daacff;
    margin-top: -9px;
    margin-right: 40px;
    font-size: 21px;
    padding-top: 12px;
}
.smallTitle1{
    display: inline-block;
    width: 490px;
    height: auto;
    text-align: left;
    font-size: 21px;
}
.textBox2{
    display: inline-block;
    width: 645px;
    height: 366px;
    background-color: white;
}
.textBox2 p{
    font-size: 15px;
    margin: 0.5em;
}
.textBox2 .line2{
    display: inline-block;
    width: 200px;
    height: 2px;
    background-color: #9a9bcd;
    margin-top: 3em;
    margin-left: 300px;
}
.textBox2 .circle{
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 9px;
    margin-bottom: -0.5em;
    margin-left: 0.6em;
    background-color: #9a9bcd;
}
.textBox3{
    display: inline-block;
    width: 645px;
    height: 700px;
    background-color: white;
}
.textBox3 .contentFig5{
    display: inline-block;
    width: 465px;
    height: 279px;
    background-image: url("../img/contentFig5.jpeg");
    background-size: contain;
    background-repeat: repeat-x;
    margin: 2em 0;
}
.textBox4{
    display: inline-block;
    width: 645px;
    height: 900px;
    background-color: white;
}
.textBox4 .contentFig6{
    display: inline-block;
    width: 479px;
    height: 429px;
    background-image: url("../img/contentFig6.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2em 0;
}
.textBox5{
    display: inline-block;
    width: 645px;
    height: 600px;
    background-color: white;
}
.textBox5 .contentFig7{
    display: inline-block;
    width: 465px;
    height: 297px;
    background-image: url("../img/contentFig7.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2em 0;
}
.textBox6{
    display: inline-block;
    width: 645px;
    height: 600px;
    background-color: white;
}
.textBox6 .contentFig8{
    display: inline-block;
    width: 363px;
    height: 376px;
    background-image: url("../img/contentFig8.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2em 0;
}
.textBox7{
    display: inline-block;
    width: 645px;
    height: 471px;
    background-color: rgba(199, 172, 222, 0.15);
}
.purpleBox{
    display: inline-block;
    width: 36px;
    height: 45px;
    background-color: rgb(125, 90, 150);
    margin-top: -15px;
}
.textBox7 .contentFig9{
    display: inline-block;
    width: 603px;
    height: 342px;
    background-image: url("../img/contentFig9.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 2em 0;
}
.textBox8{
    display: inline-block;
    width: 645px;
    height: 233px;
    background-color: white;
}
.upline{
    width: 50%;
    height: 6px;
    border-top: 2px dotted #6e4bda;
}
.downline{
    margin-left: 50%;
    width: 50%;
    height: 6px;
    border-bottom: 2px dotted #6e4bda;
}
.readAndComplicate{
    color: #7f7f87;
}
.readAndComplicate .read{
    display: inline-block;
    margin-right: 600px;
}
.readAndComplicate .complicate{
    text-decoration: none;
    color: #7f7f87;
}



.commentBox{

    box-shadow: 1px 1px 9px #5b5b5c;
    width: 750px;
    height: 400px;
    margin: 2em auto;
}
.messageAndWrite{
    color: #7f7f87;
}
.messageAndWrite .message{
    margin-top: 1em;
    display: inline-block;
    margin-right: 490px;
}
.messageAndWrite .write{
    margin-top: 1em;
    margin-left: 100px;
    text-decoration: none;
    color: #7f7f87;
}
.headFig{
    width: 49px;
    height: 49px;
    border-radius: 6px;
    background-color: #7cb7e2;
    margin-left: 2em;
    margin-top: 1.5em;
    background-image: url("../img/我的头像.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.commentMainContent{
    width: 633px;
    height: 300px;
    margin-left: 117px;
    margin-top: -49px;
    text-align: left;
}
.commentPersonInfo{
    display: inline-block;
}

.commentMainContent .info{
    margin: 0 0.3em;
}
.commentMainContent .province{
    font-size: 13px;
    color: #7f7f87;
}
.commentMainContent .date{
    font-size: 13px;
    color: #7f7f87;
}
.commentMainContent .reply{
    margin-left: 311px;
    text-decoration: none;
    color: #6f8cd7;
}
.commentMainContent .like{
    width: 27px;
    height: 27px;
    background-image: url("../img/likeFig.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 33.6em;
    margin-top: -1.6em;
}
.commentMainContent .likeNum{
    margin-left: 2.7em;
}

.commentMainContent .commentText{
    width: 36em;
    height: 200px;
    margin-top: 1.5em;
    line-height: 33px;
}








/*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;
}