@charset "gb2312";
body{
    background: #f5f5f5;
}

.list_2 {
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-top: 1.7rem;
  overflow: hidden;
}
.list_2_bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  overflow: hidden;
}
.list_2_bg .list_2_title{
  /*margin-top: 50px;*/
  margin-top: 0px;
}
.list_2 .list_2_title {
  width: 100%;
  height: 40px ;
}
.list_2 .list_2_title li {
  float: left;
  width: 22%;
  width: 33.33%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.list_2 .list_2_title i {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(./images/sorting_2.png) 0 0 no-repeat;
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.list_2 .list_2_title #more i {
  margin-left: 2px;
}
.list_2 .list_2_title #order i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(./images/sorting_1.png) 0 0 no-repeat;
  -webkit-background-size: 10px 9px;
  background-size: 10px 9px;
  margin-left: 8px;
}
.list_2 .list_2_title #order .choose {
  background: url(./images/sorting_1_open.png) 0 0 no-repeat;
  -webkit-background-size: 10px 9px;
  background-size: 10px 9px;
}
.list_2 .list_2_title #order .choose_s {
  background: url("./images/choose.svg") no-repeat 0 0px;
  background-size: 7px 14px;
  -webkit-background-size: 7px 14px;
}
.list_2 .list_2_title #brand i {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(./images/sorting_2.png) 0 0 no-repeat;
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.list_2 .list_2_title #price i {
  display: inline-block;
  width: 10px;
  height: 6px;
  background: url(./images/sorting_2.png) 0 0 no-repeat;
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
  margin-left: 8px;
  margin-bottom: 2px;
}
.list_2 .list_2_title #price .choose {
  transform: rotate(180deg);
  animation: order_rotate 0.5s;
  -webkit-animation: order_rotate 0.5s;
}
.list_2 .list_2_title li.open {
  color: #fb6e52;
  border-bottom: 2px solid #fb6e52;
}
.list_2 .list_2_title li.four {
  width: 12%;
  position: relative;
}
.list_2 .list_2_title li.four i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 14px ;
  height: 13px;
  background: url("./images/style-line@2x.png") no-repeat;
  background-size: 14px 13px;
  -webkit-background-size: 14px 13px;
}
.list_2 .list_2_title li.line_block i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 14px ;
  height: 13px;
  background: url("./images/style-block@2x.png") no-repeat;
  background-size: 14px 13px;
  -webkit-background-size: 14px 13px;
}


.list_2 .search-filter-result_11 {
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  overflow: auto;
  position: relative;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
}
.list_2 .search-filter-result_11 .search-filter-right {
  float: right;
  width: 16%;
  padding: 15px 0px;
  position: absolute;
  border-left: 1px solid #e6e6e6;
  color: #999999;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #fafafa;
}
.list_2 .search-filter-result_11 .search-filter-right a {
  display: block;
  width: 100%;
  height: 100%;
  height: 20px;
}
.list_2 .search-filter-result_11 .search-filter-right a .filter-result {
  display: block;
  height: 14px;
  line-height: 20px;
  position: absolute;
  margin-top: -10px;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #f38258;
}
.list_2 .search-filter-result_11 .search-filter-conter {
  margin: 0px 16% 0px 0px;
  background-color: #f8f8f8;
}
.list_2 .search-filter-result_11 .search-filter-conter a {
  float: left;
  font-size: 14px;
  color: #666;
  margin: 5px;
  padding: 0 10px;
  border: 1px #f3a992 solid;
  background-color: #FFF;
  position: relative;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  padding-right: 24px;
}
.list_2 .search-filter-result_11 .search-filter-conter a i {
  display: inline-block;
  position: absolute;
  margin-top: 7px;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  right: 4px;
  background: url("./images/clear_01@2x.png") center no-repeat;
  background-size: 14px 14px ;
  -webkit-background-size: 14px 14px ;
  vertical-align: sub;
}

.list_2 .list_2_con{
  width: 100%;
  /*position: absolute;
  top: 40px;
  left: 0;*/
  z-index: 100;
  height: 100%;
  display: none;
  overflow: hidden;
}

.list_2 .order_list {
}
.list_2 .order_list .order_list_ul {
  padding: 10px 12px 0px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.list_2 .order_list .order_list_ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1em;
  text-align: left;
  position: relative;
}
.list_2 .order_list .order_list_ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
.list_2 .order_list .order_list_ul li a.click {
  color: #e14800;
}
.list_2 .order_list .order_list_ul li a em {
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
  background: url("./images/unchoose.svg") no-repeat 0 0px;
  background-size: 7px 14px;
  -webkit-background-size: 7px 14px;
}
.list_2 .order_list .order_list_ul li a em.down {
  background: url("./images/unchoose.svg") no-repeat 0 -4px;
}



.list_2 .simple_list {
}
.list_2 .simple_list .simple_list_ul {
  overflow: auto;
  max-height: 100%;
  padding: 10px 12px 10px 10px;
  background-color: #fff;
}
.list_2 .simple_list ul li {
  height: 40px;
  line-height: 40px;
  margin: 2%;
  border: 1px solid #e6e6e6;
  font-size: 1em;
  text-align: center;
  position: relative;
  width: 28%;
  overflow: hidden;
  float: left;
}
.list_2 .simple_list ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
.list_2 .simple_list ul li.split{
  margin: 0;
  height: 0;
  line-height: 0;
    width: 100%;
    border: 0;
}
.list_2 .simple_list ul li.title{
  height: 30px;
  line-height: 30px;
  width: 96%;
  color: #999;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f3;
}
.list_2 .simple_list ul li.click{
  border: 1px solid #fb6e52;
}
.list_2 .simple_list ul li.click a {
  color: #fb6e52;
}
.list_2 .simple_list_back {
  width: 100%;
  float: left;
  height: 40px;
  text-align: center;
  border-top: 1px solid #ccc;
  overflow: hidden;
  background-color: #fff;
}
.list_2 .simple_list_back img {
  width: 17px;
  height: 9px;
  margin-top: 16px;
}




.booklist{
  width: 100%;
  /*background: #fff;*/
  background: #f8f8f8;
  float: left;
}
.booklist .bookinfo{
  width: 100%;
  margin-top: 0.6rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  float: left;
}
.booklist .bookinfo .bookitem{
  /*width: 3.52rem;*/
  width: 100%;
  display: inline-block;
  float: left;
  /*border:#f00 solid 1px;*/
  margin-bottom: 0.4rem;
  background: #FFFFFF;
}
.booklist .bookinfo .bookitem:nth-child(2n){
  float: right;
  margin-right: 0rem;
}
.booklist .bookinfo .bookitem .bookitempic{
    width: 100%;
    height: 3.52rem;
    display: block;
    /* height: 233px; */
    overflow: hidden;
}
.booklist .bookinfo .bookitem .bookitemtitle{
 /* width: 100%;
  margin-top: 0.26rem;
  font-size: 0.4rem;
  --font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  text-align: center;
  overflow: hidden;*/

    white-space: nowrap; 
    width: 100%;
	/*margin-top: 0.26rem;*/
	margin: 0.4rem 0 0.3rem 0.4rem;
	font-size: 0.44rem;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
.booklist .bookinfo .bookitem .bookitemcate{
  width: 100%;
  margin:0.1rem 0rem;
  /*text-align: center;*/
      overflow: hidden;
	margin-left: 0.4rem;
	font-size: 0.32rem;
    white-space: nowrap;
}
.booklist .bookinfo .bookitem .bookitemprice{
  width: 100%;
  font-size: 0.32rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  /*color: #E50412;*/
	margin-left: 0.4rem;

  /*text-align: center;*/
        overflow: hidden;

    white-space: nowrap;
}

.booklist .bookinfo .bookitem .bookitemleibie{
  width: 100%;
  font-size: 0.32rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #E50412;
	margin: 0.2rem 0 0.4rem 0.4rem ;

  /*text-align: center;*/
        overflow: hidden;

    white-space: nowrap;
}



.news{
  width: 100%;
  margin-top: 0.5rem;
  padding:0.53rem 0.26rem;
  background: #fff;
  float: left;
}
.news .newsinfo{
  width: 100%;
  float: left;
}
.news .newsinfo .newstitle{
  width: 100%;
  height: 0.6rem;
  font-size: 0.43rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 600;
  color: #333333;
  border-left: #fb6e52 solid 0.11rem;
  padding-left: 0.2rem;
  float: left;
}
.news .newsinfo .newsxx{
  width: 100%;
  margin-top: 0.4rem;
  margin-left:0.3rem;
  float: left;
}
.news .newsinfo .newsxx .newsitem{
  width: 100%;
  margin-bottom: 0.53rem;
  float: left;
}
.news .newsinfo .newsxx .newsitem .newsinfotitle{
  width: 100%;
  float: left;
}
.news .newsinfo .newsxx .newsitem .newsinfotitle a{
    width: 90%;
    display: inline-block;
    font-size: 0.35rem;
    /* font-family: Source Han Sans CN; */
    font-weight: 400;
    color: #333333;
    /*border: #f00 solid 1px;*/
    float: left;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}





.menu{
  width: 100%;
  background: #fff;
  padding-top: 2.1rem;
  padding-bottom: 0.26rem;
  float: left;
}
.menu .menuinfo{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .menuinfo .menuitem{
  display: inline-block;
  float: left;
  width: 22%;
  /*border:#f00 solid 1px;*/
  text-align: center;
}
.menu .menuinfo .menuitem img{
  width: 0.93rem;
  height: 0.93rem;
  display: block;
  /*float: left;*/
}
.menu .menuinfo .menuitem p{
  width: 100%;
  float: left;
  margin-top: 0.18rem;
  font-size: 0.32rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #333333;

}



.cate{
  width: 100%;
  margin-top: 0.4rem;
  background: #fff;
  padding:0.33rem 0.4rem;
  float: left;
}
.cate .cateinfo{
  width: 100%;
  float: left;
}
.cate .cateinfo .categorylist{
  width: 100%;
  height: 2.85rem;
  float: left;
   overflow: hidden;
}
.cate .cateinfo .categorylist ul{
  width: 100%;
  display: flex;
  overflow: auto;
  border-bottom: #BFBFBF solid 1px;
  float: left;
  flex-wrap: wrap;
}
.cate .cateinfo .categorylist ul li{
  display: line-height;
  float: left;
     min-width: 2.1rem;
     margin-right: 0.1rem;
    height: 0.8rem;

    text-align: center;
}
.cate .cateinfo .categorylist ul li.on{
  border-bottom: #fb6e52 solid 0.06rem;
}
.cate .cateinfo .categorylist ul li a{
  font-size: 0.4rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 600;
  /*letter-spacing: 0.1rem;*/
  color: #333333;
}
.cate .cateinfo .catelist{
  width: 100%;
  margin-top: 0.45rem;
  float: left;
}
.cate .cateinfo .catelist .tjzzitem{
  width: 100%;
  height: 3.12rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  float: left;

}
.cate .cateinfo .catelist .tjzzitem .lefttjzzpic{
  width: 2.26rem;
  height: 3.12rem;
  display: inline-block;
  overflow: hidden;
  float: left;
  /*border-top: #f00 solid 1px;*/
}
.cate .cateinfo .catelist .tjzzitem .lefttjzzpic img{
  width: 100%;
  display: block;
}
.cate .cateinfo .catelist .tjzzitem .righttjzzdetail{
  width: 72%;
  display: inline-block;
  float: right;
  /*border-top: #f00 solid 1px;*/
}
.cate .cateinfo .catelist .tjzzitem .righttjzzdetail .tjzzdetailtitle{
  width: 100%;
  font-size: 0.4rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #333333;
  margin-top: 0.22rem;
  float: left;
}
.cate .cateinfo .catelist .tjzzitem .righttjzzdetail .tjzzdetailcate{
  width: 100%;
  font-size: 0.35rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #333333;
  margin-top: 0.1rem;
  float: left;
}
.cate .cateinfo .catelist .tjzzitem .righttjzzdetail .tjzzdetailmess{
  width: 100%;
  font-size: 0.32rem;
  /*font-family: Source Han Sans CN;*/
  font-weight: 400;
  color: #333333;
  line-height: 0.53rem;
  margin-top: 0.2rem;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


