* {
    margin: 0;
    padding: 0;
}
.mian {
    width: 100%;
    padding-bottom: 23%;
    position: relative;
    background-color: #F6FAFF;
}
.top {
    width: 90%;
    height: 37px;
    margin: 14px auto;
    background: rgba(6,183,117,0.1);
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.top .area {
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #3560FF;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:1;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}
.top .area img {
    width: 15px;
    height: 20px;
    margin-top: -2px;
    vertical-align: middle;
}

.top .inputBox {
    width: 50%;
    height: 29px;
    border-radius: 3px;
    position: relative;
}
.top .inputBox .search {
    position: absolute;
    left: 8px;
    top: 6px;
    width: 14px;
    height: 15px;
}
.top .inputBox .search img {
    width: 100%;
    height: 100%;
}
.top .inputBox input{
    width: 100%;
    height: 100%;
    padding-left: 15%;
    padding-right: 2%;
    background: #fff;
    box-sizing: border-box;
    color: #A0A0A0;
    border-radius: 3px;
    font-size: 12px;
}
input::-webkit-input-placeholder{
    color:#A0A0A0;
    font-size: 12px;
}
.top button{
    height: 29px;
    line-height: 29px;
    border-radius: 3px;
    font-size: 12px;
    border: 0;
    padding: 0 4px;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #3560FF;
    border: 1px solid #3560FF;
}
.top .btn_book{
    background: linear-gradient(-90deg, #2A78FF, #29ACFF);
    color: #FFFFFF;
    border: 0;
}



.banner {
    width: 100%;
    margin: 14px 0;
    height: 135px;
    box-sizing: border-box;
}
.swiper-container {
    width: 90%;
    height: 135px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(162,176,183,0.3);
} 
.swiper-slide img {
    width: 100%;
    height: 100%;
} 
/* 消息 */
.notice{
    width: 90%;
    height: 26px;
    margin: 0 auto;
    background-color: #F6EFE8;
    border-radius: 13px;
    padding:0 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice img{
    width: 15px;
    height: 18px;
}
.notice p{
    width: calc(100% - 25px);
    font-size: 12px;
    color: #F5A544;

}

/* 导航 */
.nav {
    width: 90%;
    margin:14px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.nav .nav_l{
    width: 65%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(162,176,183,0.3);
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #CDCDCD;
    display: flex;
    flex-wrap: wrap;
    padding-top: 13px;
    padding-bottom: 0px;
    box-sizing: border-box;
}
.nav .nav_l .item {
    width: 25%;
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav .nav_l .item img {
    width: 30px;
    height: 30px;
}
.nav p {
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.nav .nav_r{
    width: 33%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(162,176,183,0.3);
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #CDCDCD;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding:  13px 0px;
    box-sizing: border-box;
}
.nav .nav_r img{
    width: 47px;
    height: 94px;
}

.book {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.book .item {
    width: 31%;
    margin-bottom: 10px;
}
.book .item .bookBox {
    width: 100%;
    height: 142px;
}
.book .item .bookBox img {
    width: 100%;
    height: 100%;
}
.book .item .botBox {
    width: 100%;
    height: 44px;
    padding: 7px 5px;
    background-color: #fff;
    font-size: 11px;
    box-sizing: border-box;
    position: relative;
}
.book .item .botBox .shop_icon {
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 20px;
}
.book .item .botBox .shop_icon img {
    width: 100%;
    height: 100%;
}
.book .item .price {
    font-size: 13px;
}
.book .item .price .now {
    color: #ED2B0E;
}
.book .item .price .old {
    color: #A2B0B7;
    text-decoration:line-through;
}
.book .item .address {
    color: #000000;
    display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:1;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}
.tabbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 98px;
    background: url(../image/tabbar.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}
.tabbar .tabItem {
    width: 25%;
    position: relative;
    margin-top: 40px;
}
.tabbar .tabItem .center {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.tabbar .tabItem .center img {
    width: 26px;
    height: 26px;
}
.tabbar .tabItem p {
    font-size: 10px;
    color: #A5A5A5;
}
.tabbar .tabItem .active p{
    color: #2A78FF;
}
.tabbar .tabItem:nth-child(3) {
    margin-top: 25px;
}
.tabbar .tabItem:nth-child(3) .center img{
   
    width: 40px;
    height: 40px;
}

/* 弹窗 */
#dialog {
    background-color:#fff;
    height:auto;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:99999;
    display:none;
}
.school {
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
    position: relative;
}
.topSearh {
    width: 100%;
    height: 43px;
    padding: 6px;
    box-sizing: border-box;
    position: relative;
}
.topSearh  .imgBox {
    width: 15px;
    height: 16px;
    position: absolute;
    left: 15px; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.topSearh  .imgBox img {
    width: 100%;
    height: 100%;
}
.topSearh input {
    /* left: 1rem; */
    /* top: 50%;
    transform: translateY(-50%); */
    width: 90%;
    height: 100%;
    padding-left: 9%;
    box-sizing: border-box;
    background-color:#F6F7F9;
    border-radius: 10px;
    font-size: 13px;
    color: #999999;
}
.topSearh .close {
    width: 10px;
    height: 10px;
    /* padding-top: 5px;
    padding-left: 5px; */
    box-sizing: border-box;
    display: inline-block;
}
.topSearh .close img {
    width: 100%;
    height: 100%;
}
.schoolBox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.schoolBox .sheng {
    width: 35%;
   /* height: 667px; */
    overflow-y: auto;
    background-color: #fff;
}
.schoolBox .shi {
    width: 65%;
    /* height: 667px; */
    overflow-y: auto;
    background-color: #F6F7FB;
}
.schoolBox .sheng li {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
}
.schoolBox .sheng .active {
    position: relative;
    color: #1D94FF;
    background-color: #F6F7FB;
}
.schoolBox .sheng .active::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background-color: #1D94FF;
}
.schoolBox .shi ul {
    padding-bottom: 53px;
}
.schoolBox .shi li {
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    padding: 0 17px;
    box-sizing: border-box;
    color: #333333;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    background-color: #F6F7FB;
}
.schoolBox .shi .active {
    position: relative;
    color: #1D94FF;
    background-color: #fff;
}
.schoolBox .shi .active::before {
    content: '';
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background-color: #1D94FF;
}
.message {
    position:fixed;
    right: 0;
    bottom: 0;
    width: 65%;
    height: 53px;
    color: #fff;
    font-size: 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #1D94FF;
}