/*设置丝滑滚动*/
html {
    scroll-behavior: smooth;
}
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; /* 点击时的边框颜色 */
}

















/*body主题位置噢*/
.buttonstyle{
    display: inline-block;
    width: 8em;
    height: 8%;
    margin-left: -40px;
    background-color: #8683bb;
    border: none;
    border-radius: 26px;

    cursor: pointer; /* 鼠标指针样式为手型 */
    transition: border-color 0.9s, background-color 0.9s;

    font-size: 18px;
    line-height: 39px;
    color: white;
}
.buttonstyle:hover{
    background-color: #9a9bcd;
}
.two_text:hover{
    border: 3px solid darkorange;
    font-weight: 600;
    color: orange;
}

.xinxi:focus{
    border-color: darkblue;
    border-width: 3px;
}

.zhuce:focus{
    border-color: cadetblue;
    border-width: 5px;
}

.five_text:hover{
    font-weight: bold;
    font-size: 21px;
    color: #8683bb;
}

.label52:hover{
    color: deepskyblue;
}














/*图像*/
.fig0{
    width: 15px;
    height: 15px;
}
.fig2{
    width: 100%;
    height: 777px;
}
.fig2pro{
    display: block;
    width: 180px;
    height: 130px;
    margin: 15px 60px;   /*(378-250)/2   */
}
.fig3{
    width: 123px;
    height: 123px;
    background-image: url("../img/首页第三版图二.png");
    margin-top: 6%;
    position: absolute;
    left: 72%;
}
.fig5{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3%;
}
.fig51{
    background-image: url("../img/Facebookpro.png");
}
.fig52{
    background-image: url("../img/Twitterpro.png");
}
.fig53{
    background-image: url("../img/Instagrampro.png");
}
.glass2{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../img/Searchpro.png");
}


/*文本*/
.oneque{
    font-size: xxx-large;

    margin-top: 150px;
}
.onetext{
    width: 20em;
    /*根据字数实现宽度*/
    margin-top: 100px;
    margin-left: 150px;
    margin-bottom: 9%;

    color: #9c9aa0;
    line-height: 1.5em;
}

.two_text{
    display: inline-block;
    width: 180px;
    height: 100px;
    background-color: #fafbec;
    margin-top: 150px;
    transition: border-color 0.3s, border-width 0.3s, font-weight 0.3s, color 0.9s;
    border: 1px solid white;

    text-decoration: none;
    line-height: 99px;
    font-weight: 500;
    color: black;
}
.note_tip1{
    display: block;
    margin-bottom: 15px;

    font-size: 21px;
    color: #e17276;
}
.note_tip2{
    text-decoration: none;

    color: white;
}
.three_text{
    display: block;
    margin-left: 200px;
    margin-top: 200px;
}
.threetitle{
    margin-bottom: 23%;

    font-size: xxx-large;
}
.threeparagrah{
    margin-bottom: 39%;
    color: #9c9aa0;

    line-height: 25px;
}
.four_text{
    margin: 48px 0;
}
.fourtitle{
    text-align: center;
    margin-bottom: 3%;

    font-size: 57px;
    color: white;
}
.fourparagraph{
    text-align: center;

    color: white;
}
.five_text{
    display: inline-block;
    margin-left: 21px;  /*文本之间的距离*/
    transition: color 0.3s, font-weight 0.3s, font-size 0.3s;

    text-decoration: none;
    color: black;
    font-size: 16px;
}
.label52{
    margin-left: 16px;
    transition: color 0.9s;
}


/*盒子*/
.one{
    display: inline-flex;
    width: 1300px;
    height: 600px;
}
.oneleft{
    display: inline-block;
    width: 650px;
    height: 600px;
    background-color: #f2f3ff;
}
.oneright{
    width: 650px;
    height: 600px;
    background-color: #c6d1f9;
    background-image: url("../img/首页第一块右.png");
    background-size: contain;
    background-repeat: repeat-x;
}
.two{
    display: inline-block;
    text-align: center;
    background-repeat: repeat-x;
    width: 1300px;
    height: 700px;
    background-image: url("../img/首页第二块pro.png");
}
.two_chosen{
    display: inline-block;
    width: 300px;
    height: 499px;
    margin: 90px 40px 150px;
    background: linear-gradient(to top, #c7c4e2, #b4dedf); /* 从中心向外的径向渐变，从蓝色到红色 */
    border-top-left-radius: 189px;
    border-top-right-radius: 189px;
}
.two_note{
    display: block;
    background-image: url("../img/TipsFigPro.png");
    background-repeat: no-repeat;
    width: 130px;
    height: 130px;
    position: relative;
    left: 100px;
    margin-top: -100px;
    padding-top: 25px;

}
.three{
    display: inline-flex;
    width: 1300px;
    height: 900px;
    background-color: white;
}
.doublebox{
    display: inline-block;
}
.double1{
    width: 500px;
    height: 666px;
    background: linear-gradient(to top, #a5b4e9, #c7dbf8);
    margin-top: 100px;
    margin-left: 40px;
    z-index: 1;
}
.double2{
    width: 500px;
    height: 666px;
    background-color: #eceaf7;
    margin-top: -630px;
    margin-left: 100px;
    background-image: url("../img/首页第三块.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.four{
    display: inline-flex;
    width: 1300px;
    height: 900px;
    background-image: url("../img/画的底板pro.png");
    justify-content: center;
    align-items: center;
}
.signin{
    width: 1200px;
    height: 480px;
    border-radius: 133px;
    background: linear-gradient(to top, #b7bfed, #cfe4fb);
}
.shuxing{
    display: inline-block;
    width: 100px;
    text-align: center;
    background-color: #333233;
    margin-bottom:1.5%;
    color: white;

    font-size: 12px;
    line-height: 36px;
}
.xinxi{
    display: inline-block;
    height: 36px;
    width: 300px;
    transition: border-color 0.9s, border-width 0.3s;
    border-color: white;
    border-width: 2px;
}
.zhuce{
    display: inline-block;
    width: 93px;
    text-align: center;
    background-color: #333233;
    color: white;
    transition: border-color 0.9s, border-width 0.3s;

    font-size: 12px;
    line-height: 36px;
}
.five{
    display: inline-block;
    width: 1300px;
    height: 333px;
}
.five1{
    display: inline-block;
    position: relative;
    left: -300px;
    top: 40px;
}
.five2{
    display: inline-block;
    position: relative;

    top: 40px;
}
.five3{
    display: inline-block;
    width: 300px;   /*盒子足够大才可以放多个图案盒子*/
    position: relative;
    left: 230px;
    top: 40px;
}


.denglu{
    display: inline-block;
    width: 93px;
    text-align: center;
    background-color: #333233;
    color: white;
    transition: border-color 0.9s, border-width 0.3s;
    margin-top: 12px;

    font-size: 12px;
    line-height: 36px;
}

/*导航栏登录字样*/
.loginBox{
    display: inline-block;
    margin-left: 16px;
    background-color: transparent;
    border: none;
    font: inherit;
    cursor: pointer;
}

/*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;
}