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; /* 点击时的边框颜色 */
}
/*===============================================================================*/
/*=====================================已完成=======================================*/
/*===============================================================================*/

/*!*顶部栏内容*!*/
/*.headlanCover{*/
/*    width: 1300px;*/
/*    height: 52px;*/
/*}*/
.toplan{
    display: inline-flex;
    width: 1300px;
    height: 111px;
    background: linear-gradient(to right, #9a9bcd, #b4c1e7, #c5b3cd);
    align-items: center;
}
.childTitle{
    display: inline-block;
    margin: 0 165px;

    font-size: 33px;
    font-weight: bold;
    color: white;

}
.shopCar{
    display: inline-block;
    height: 33px;
    margin: 0 36px 0 333px;

    line-height: 33px;
}
.shopList{
    display: inline-block;
    height: 33px;
    line-height: 33px;
}

.topFig1{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../img/购物车.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.topFig2{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../img/marketListFig.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.topText{
    display: inline-block;

    color: white;
    font-weight: 600;
}
/*===============================================================================*/
/*=====================================已完成=======================================*/
/*===============================================================================*/

/*商品的详情位置*/
.goodShow{
    display: inline-flex;
    width: 1300px;
    height: 2000px;
    justify-content: center;
}
.mainContent{
    width: 1150px;
    height: 2000px;
    background-color: white;

    margin-top: 57px;
}
.mainTop{
    display: flex;
    align-items: center;
    width: 1150px;
    height: 213px;
    background: linear-gradient(to right, #aca6ce, #a3add4, #c5b3cd);
}
.mainTopFig1{
    width: 162px;
    height: 162px;
    background-image: url("../img/主题fig1.png");
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    margin-left: 99px;
}
.huoyue{
    margin-top: 66px;
    margin-left: 36px;
}
.huoyuedu{
    text-align: left;

    font-weight: bold;
    color: white;
    font-size: 27px;
    margin-bottom: 5px;
}
.jindutiao_out{
    display: flex;
    justify-content: center;
    align-items: center;        /*为了让里面的盒子可以竖直和水平都居中*/
    width: 600px;
    height: 39px;
    background-color: white;
}
.jindutiao_in{
    border: 3px solid #a3aed5;
}
.jindutiao_in1{
    display: inline-block;
    float: left;        /*这里也要为了防止in2在其左边*/
    width: 453px;
    height: 25px;
    background-color: white;

}
.jindutiao_in2{
    float: left;        /*这样才不会有空隙*/
    width: 133px;
    height: 25px;
    background-color: #afb1d5;
}
.huoyuedu_guize{
    display: inline-block;
    color: white;
    margin-top: 117px;
    margin-left: 27px;
}
/*===============================================================================*/
/*=====================================已完成=======================================*/
/*===============================================================================*/
.mainBody{
    width: 1150px;
    height: 1787px;

}
.anniuAndGold{
    display: flex;
    align-items: center;
    width: 960px;
    height: 151px;
    background-color: white;
    margin-left: 95px;

}
.shaixuan{
    appearance: none;
    display: inline-block;
    width: 51px;
    height: 52px;
    background-color: #f5f5f5;
    border: none;
    margin-left: 21px;

    text-align: center;
}
.shaixuan_all{
    width: 134px;
    height: 52px;
    border-top: transparent;
    border-bottom: transparent;
    border-right: none;
    border-left: 3px solid lightgrey;
    background-color: #f5f5f5;

    margin-left: 6px;

}
.shaixuan_me{
    width: 74px;
    height: 52px;
    float: left;
    border-left: none;
    border-top: transparent;
    border-bottom: transparent;
    border-right: none;
    background-color: #f5f5f5;

    font-weight: bold;
}
.coin{
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("../img/金币.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 457px;
}
.coinAmount{
    width: 192px;
    height: 33px;

    text-align: center;
    font-size: 21px;
    line-height: 33px;
}
.duihuan{
    display: inline-block;
    justify-content: center;
    width: 960px;
    height: 1636px;
    background-color: white;
    /*margin-left: 85px;      !*原本会左对齐，计算好之后添加这个就可以实现居中，居中优先使用这个*!*/
}
.line{
    margin-bottom: 100px;
}
.line1Good{
    display: inline-block;
    width: 220px;
    height: 360px;
    background-color: white;
    margin: 5px 5px;
    border: 1px solid #f6f6f6;
}
.figOut{
    width: 180px;
    height: 180px;
    margin: 10px 10px;
    border: 10px solid #c1b8d9;
}
.figBlibli{
    width: 100px;
    height: 100px;
    margin: 40px 40px;
    background-image: url("../img/marketBliBliLogo.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.figInfo{
    width: 210px;
    height: 100px;
    margin: 0 5px;
    background-color: #fafafa;

    text-align: left;
}
.text1{
    font-size: 13px;
    margin-left: 7px;
    margin-bottom: 9px;
}
.text2{
    font-size: 11px;
    margin-left: 7px;
    margin-bottom: 5px;

    color: #7cb7e2;
    font-weight: bold;
}
.coinAndPay{
    margin-left: 7px;
    margin-top: 16px;
}
.coin2{
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url("../img/金币.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.gold_pay{
    display: inline-block;
    vertical-align: top;

    color: #df5b5b;
}

.package{
    display: inline-block;
    width: 35px;
    height: 34px;
    margin-top: 1px;
    margin-bottom: 5px;
    background-color: #fafafa;
    background-image: url("../img/marketConvertFig.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.immediate{
    display: inline-block;
    width: 170px;
    height: 34px;
    margin-top: 1px;
    margin-bottom: 5px;
    background-color: #fafafa;
    vertical-align: top;
    border: none;
    /*transition: transform 0.2s ease-in-out;*/

    font-size: 16px;
    line-height: 34px;
    color: #9966cc;
    font-weight: 500;
}
/*.immediate:hover {*/
/*    transform: scale(1.05);*/
/*}*/


.line2Good{
    display: inline-block;
    width: 220px;
    height: 360px;
    background-color: white;
    margin: 5px 5px;
    border: 1px solid #f6f6f6;
}
.figTencent{
    width: 100px;
    height: 100px;
    margin: 40px 53px;
    background-image: url("../img/腾讯视频.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.line3Good{
    display: inline-block;
    width: 220px;
    height: 360px;
    background-color: white;
    border: 1px solid #f6f6f6;
    margin: 5px 5px;
}

.pageChange{
    display: flex;
    width: 240px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0 360px;
    background-color: #f5f5f5;
    border-radius: 6px;
}
.front{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: color 0.6s;

    text-decoration: none;
    font-size: 12px;
    color: #9999cc;
}
.pageJump{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: color 0.6s;

    text-decoration: none;
    font-size: 12px;
    color: black;
}
.back{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: color 0.6s;

    text-decoration: none;
    font-size: 12px;
    color: #9999cc;
}
.front:hover{
    border-radius: 15px;
    color: white;
    background-color: #9999cc;
}
.pageJump:hover{
    border-radius: 15px;
    color: white;
    background-color: #9999cc;
}
.back:hover{
    border-radius: 15px;
    color: white;
    background-color: #9999cc;
}

/*导航栏登录字样*/
.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;
}