.main{width:1200px;margin:0 auto;margin-top:10px;}
.breadcrumb{text-align:left;height:40px;line-height:40px;border-bottom:1px solid #e0e0e0;}

.szcbbt{width: 100%;
    height: 60px;
    background: url(/uiFramework/commonResource/image/2021083113061147204.png) no-repeat top center;}

/*图书列表*/
.main_list{border:1px solid #e0e0e0;margin-top:46px;margin-bottom:70px;}
.tabHeader{height:47px;border-bottom:1px solid #e0e0e0;}
.tabHeader ul{display:flex;}
.tabHeader ul li{width:133px;height:47px;line-height:47px;color:#333;font-size:18px;border-right:1px solid #e0e0e0;}
.tabHeader ul li:last-child{}
.tab_y{color:#bd1a2d!important;border-top:2px solid #bd1a2d;}

.rq_list{text-align:left;}
.rq_list ul{display:flex;flex-wrap:wrap;}
.rq_list ul li{margin-top:49px;margin-right:30px;margin-left:10px;width:253px;margin-bottom:43px;}
.rq_list_img{display:flex;justify-content: center;}
.rq_list ul li .rq_list_img img{height:271px;}
.rq_list_title a{font-size:18px;color:#333;}
.rq_list_title{padding-top:39px;}
.rq_list_price{font-size:28px;padding-top:18px;color:#bd1a2d;}


/*移动端*/
@media screen and (max-width: 640px){
  .main{width:100%;margin-top:0px !important;}
  .banner img{width:100%;}
  .szcbbt{width: 100%;
    height: 60px;
    background: url(/uiFramework/commonResource/image/2021083113061147204.png) no-repeat top center;    background-size: 140% 60px;}
  /*一周热销*/
  .main_list{margin-top:30px;margin-left:10px;margin-right:10px;}
  .rq_list ul li .rq_list_img img{width:100%;height:150px;}
  .rq_list ul li{margin-right:15px;width:150px;margin-top:30px;margin-bottom:30px;}
  .rq_list_title a{font-size:16px;display: -webkit-box;overflow: hidden;-webkit-line-clamp:6;-webkit-box-orient: vertical;}
  .rq_list_title{padding-top:20px;height:42px;}
}