body
{
}
.bookstore_title
{
    width: 1200px;
    height: 40px;
    margin-top: 40px;
}
.bookstore_title p
{
    font-size: 28px;
    color: #202020;
}
.bookstore
{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.bookstore_items
{
    margin-left:10px;
    margin-right:10px;
    width: 280px;
    height: 380px;
    background-color: #ffffff;
    margin-top: 40px;
}
.bookstore_img
{
    width: 150px;
    height: 215px;
    margin-top: 40px;
    margin-left: 65px;
}
.bookstore_img img
{
    width: 150px;
    height: 215px;
}
.bookstore_name
{
    width: 280px;
    height: 60px;
    margin-top: 30px;
}
.bookstore_name p
{
    font-size: 18px;
    color: #525252;
    padding: 0 20px;
}
.bookstore_price
{
    width: 280px;
    height: 30px;
    display: flex;
    margin-top: 10px;
}
.bookstore_price_yj
{
    width: 120px;
    height: 30px;
}
.bookstore_price_yj p
{
    font-size: 14px;
    color: #525252;
    line-height: 30px;
    text-align: center;
}
.bookstore_price_yj span
{
    color: #0b989a;
    padding-left: 5px;
}
.bookstore_price_vip
{
    width: 120px;
    height: 30px;
}
.bookstore_price_vip p
{
    font-size: 14px;
    color: #525252;
    line-height: 30px;
    text-align: center;
}
.bookstore_price_vip span
{
    color: #ff6c00;
    padding-left: 5px;
}
.bookstore_price_gwc
{
    width: 30px;
    height: 30px;
}
.page
{
    width: 1200px;
    height: 30px;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.page_num
{
    width: auto;
    height: 30px;
    display: flex;
    margin-left: 435px;
}
.page_num_items
{
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    margin-right: 10px;
}
.page_num_items p
{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.page_num_l
{
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    margin-right: 10px;
}
.page_num_l p
{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #acb1bc;
}
.page_num_r
{
    width: 30px;
    height: 30px;
    background-color: #ffffff;
}
.page_num_r p
{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #acb1bc;
}
.page_num_items:hover
{
    background-color: #38abad;
}
.page_num_items p:hover
{
    color: #ffffff;
}
.page_all
{
    width: auto;
    height: 30px;
    margin-left: 10px;
}
.page_all p
{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.page_go
{
    width: auto;
    height: 30px;
    margin-left: 15px;
    display: flex;
}
.page_go p
{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-left: 5px;
}
.page_goto
{
    width: 60px;
    height: 30px;
    border: 1px solid #e3e3e3;
    margin-left: 5px;
    box-sizing: border-box;
}
/* 书城详情页 */
.bookstore_details
{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.bookstore_cont
{
    width: 775px;
    height: auto;
}
.bookstore_ad
{
    width: 425px;
    height: auto;
}
.bookstore_cont_top
{
    width: 775px;
    height: 500px;
    margin-top: 40px;
    display: flex;
}
.bookstore_details_img
{
    width: 430px;
    height: 430px;
    border: 1px solid #f0f0f0;
}
.bookstore_details_img img
{
    width: 235px;
    height: 330px;
    margin-top: 50px;
    margin-left: 97px;
}
.bookstore_details_info
{
    width: 345px;
    height: 500px;
}
.bookstore_info_bookname
{
    width: 345px;
    height: 242px;
}
.bookstore_info_bookname p
{
    font-size: 30px;
    padding: 0 20px;
}
.bookstore_info_price
{
    width: 345px;
    height: auto;
    display: flex;
}
.bookstore_info_price_yj
{
    width: 170px;
    height: 37px;
}
.bookstore_info_price_yj p
{
    font-size: 18px;
    line-height: 37px;
    text-align: center;
}
.bookstore_info_price_yj span
{
    font-size: 20px;
    color: #808080;
    padding-left: 2px;
}
.bookstore_info_price_vip
{
    width: 175px;
    height: 37px;
}
.bookstore_info_price_vip p
{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.bookstore_info_price_vip span
{
    font-size: 26px;
    color: #ff6c00;
    padding-left: 2px;
}
/* 购物+- */
.buy_book
{
    width: 345px;
    height: 50px;
    margin-top: 20px;
    display: flex;
}
.buy_num
{
    width: 72px;
    height: 48px;
    margin-left: 60px;
}
input[type=text]
{
    width: 48px;
    height: 48px;
    outline: none;
    border: 1px solid #ccc;
    border-right: 0;
    box-sizing: border-box;
}
input[type=button]
{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.total_num
{
    text-align: center;
}
input
{
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.buy_btn
{
    width: 170px;
    height: 48px;
    background-color: #0b989a;
    margin-left: 20px;
}
.buy_btn p
{
    font-size: 20px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
}
.bookstore_allintro
{
    width: 775px;
    height: auto;
    border: 1px solid #f3f3f3;
    margin-bottom: 100px;
}
.allintro_title
{
    width: 775px;
    height: auto;
}
.allintro_title p
{
    font-size: 24px;
    color: #808080;
    padding-left: 40px;
    padding-top: 60px;
}
.allintro_cont
{
    width: 775px;
    height: auto;
}
.allintro_cont p
{
    font-size: 18px;
    color: #808080;
    padding: 10px 40px 0px;
    line-height: 30px;
}
.allintro_cont p img
{
    max-width:680px;
}
.foot_null
{
    width: 100%;
    height: 60px;
}
.bookstore_ad img
{
    margin-left: 65px;
    margin-top: 40px;
}
