@charset"utf-8";
.header{
    width: 100%;
}
.header_inner{
    width: 1200px;
    margin: 0 auto;
}
.header .headerimg{
    width: 180px;
}
.header .headerimg a{
    line-height: 125px;
}
.header .headerimg img{
    width: 100%;
}
.header .headerft span{
    font-size: 16px;
    color: #666666;
    line-height: 125px;
    margin-left: 20px;
}
.nav{
    background-color: #00448c;
}
.nav ul li{
    float: left;
    width: 140px;
    text-align: center;
    height:50px;
}
.nav ul li:hover{
    background-color: #0471de;
}
.nav ul li.active{
    background-color: #0471de;
}
.nav ul li a{
    display: block;
    line-height: 50px;
    color: #fff;
    font-size:18px;
}
/*图书商城*/
.book_header_tou{
    height: 40px;
    background: #e3e4e5;
}
.header .book_headerimg a span{
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    vertical-align: middle;
}
.header .book_headerimg a i{
    font-size: 22px;
    color: #666666;
    line-height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
.header .book_headerft span {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    margin-left: 20px;
}
.header .book_header_c{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.book_header_c_img{
    width: 180px;
}
.book_header_c_img img{
    width: 100%;
}
.book_header_c_kuang{
    width: 600px;
}
.book_header_c_kuang input{
    height: 40px;
    border: 1px solid #bababa;
    width: 500px;
    vertical-align:middle;
}
.book_header_c_kuang button{
    border: none;
    width: 80px;
    height: 40px;
    background-color: #246fd4;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    vertical-align:middle;
    position: relative;
    left: -5px;
}
.book_header_c_gwc a{
    display: block;
    width: 160px;
    height: 40px;
    background: #f9f9f9;
    border: 1px solid #bababa;
    font-size: 16px;
    color: #e60012;
    line-height: 40px;
    text-align: center;
    position: relative;
}
.book_header_c_gwc i{
    font-size: 20px;
    color: #e60012;
    line-height: 40px;
}
.book_header_c_gwc em{
    width: 20px;
    height: 20px;
    background: #e60012;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    display: block;
    line-height: 20px;
    position: absolute;
    top: 5px;
    right: 15px;
}
.book_nav{
    height: 50px;
    background: #f6f6f6;
}
.book_nav ul li{
    float: left;
    width: 138px;
    text-align: center;
    height: 50px;
    padding: 12px 0;
    
}
.book_nav ul li:hover{
    background-color: #0471de;
}
.book_nav ul li.active{
    background-color: #0471de;
    width: 225px;
}
.book_nav ul li:hover a{
    color: #fff;
}
.book_nav ul li.active a{
    color: #fff;
}
.book_nav ul li a{
    display: block;
    line-height: 26px;
    color: #333333;
    font-size:18px;
    padding: 0 20px;
    border-right: 1px solid #bababa;
}
.book_nav ul li.active a{
    border-right: none;
}
.book_nav ul li:last-child a{
    border-right: none;
}
/*尾部*/
.foot footer{
    background: #202020;
    padding: 70px 0;
    border-bottom: 1px solid #999;
}
.foot .foot_ul{
    display: flex;
    margin-bottom: 70px;
}
.foot .foot_ul li{
    width: 20%;
    text-align: center;
}
.foot .foot_ul li a{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
.foot_erweima{
    text-align: center;
}
.foot_erweima img{
    width: 150px;
    height: 150px;
}
.foot_erweima p{
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0px;
    margin-top: 24px;
}
.foot_bottom{
    background:#202020;
    height: 58px;
}
.foot_bottom p{
    text-align: center;
    font-size: 14px;
    color: #eeeeee;
    line-height: 58px;
    letter-spacing: 0px;
}
.foot_bottom a{
    color: #eeeeee;
}

/*分页*/
.main_md {
    width: 100%;
    margin: 0 auto;
}
.mypage {
    height: auto;
    border: #2D6FE7 0px solid;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
}
.pc_dis {
  display: none;
}

/* 列表下的页码 */
.mypage a {
  color: #333333;
  width: auto;
  height: auto;
  padding: 5px 10px;
  font-size: 16px;
  margin-right: 5px;
  border: 1px solid #dedede;
  text-decoration: none;
}

.linking {
    border: none;
}

.linking,
.mypage a:hover,
.mypage a.active {
    background-color: #0471de;
}
.linking,
.mypage a:hover,
.mypage a.active{
    color: #fff !important;
}

@media screen and (max-width:767px) {
    .ph_dis {
        display: none;
    }
    .pc_dis {
        display: block;
    }
}
