.block {

    width: 100%;

    height: 16px;

}

/*广告*/

.ad {

    width: 100%;

    height: 100px;

    margin: 16px 0;

}

.gethotgood:hover{
    cursor: pointer;
}
.tj:hover{
    cursor: pointer;
}
.li:hover{
    cursor: pointer;
}
.tjbody{

	width:100%;

	/*height: 900px;*/

	margin-top:20px;

	/*border:1px solid red;*/

	display: flex;

	justify-content: space-between;

}

.tjbody_left{

	width:78%;

	height:100%;

	/*background:pink;*/

}

.tjbody_left .two{

	width:100%;

	height:200px;

	display:flex;

	justify-content:space-between;

}

.tjbody_left .two .ite{

	width:49%;

	height:100%;

	margin-right: 1%;

	padding:20px 15px;

	background: #ffffff;

	box-sizing:border-box;

	display: flex;

}

.tjbody_left .two .ite .thumbi{

	width: 35%;

	height:100%;

	overflow: hidden;

    display: flex;
    justify-content: center;


}

.tjbody_left .two .ite .thumbi img{

	height:100%;

	width: auto;

}

.tjbody_left .two .ite .itembod{

	height:100%;

	width:64%;

	margin-left:1%;

	position: relative;

}

.tjbody_left .two .ite .itembod .subtitle{

	font-size: 14px;

	color:#333333;

	font-weight: 600;

	width: 100%;

	height:41px;

	padding-top: 5px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.tjbody_left .two .ite .itembod .custom_label{

	height: 21px;

	width: 100%;

	display: flex;

	margin-top: 10px;

	text-decoration: none;

}

.tjbody_left .two .ite .itembod .custom_label li{

	padding:0 2px;

	font-size: 10px;

	border: 1px solid #FDC743;

	line-height: 19px;

	color:#FDC743;

	margin-right:5px;

}

.tjbody_left .two .ite .itembod .custom_label li:first-child{

	padding:0 2px;

	font-size: 10px;

	border: 1px solid #008CFF;

	color:#008CFF;

}

.tjbody_left .two .ite .itembod .price{

	font-weight: 600;

	color: #008CFF;

	font-size: 18px;

	margin-top: 15px;

}

.tjbody_left .two .ite .itembod .price span{

	font-size: 12px;

}

.tjbody_left .two .ite .itembod .goumai{

	height:30px;

	width:100%;

	display: flex;

	justify-content: space-between;

	align-items: center;

	position: absolute;

	bottom:0;

}

.tjbody_left .two .ite .itembod .goumai a{

	height:100%;

	width:50%;

	color:#333333;

	font-size: 14px;

	border: 1px solid #DDDDDD;

	display: flex;

	align-items: center;

	box-sizing: border-box;

	justify-content: center;

}

.tjbody_left .two .ite .itembod .goumai a .jiantou{

	width:10px;

	height:10px;

	border-top:5px solid #fff;

	border-left:5px solid #333333;

	border-right:5px solid #fff;

	border-bottom:5px solid #fff;

	box-sizing: border-box;

	color:#333333;

	margin-left:10px;

}

.tjbody_left .two .ite .itembod .goumai .xiaoliang{

	height:30px;

	width:50%;

	color: #999999;

	font-size: 12px;

	text-align: center;

	line-height: 30px;

}

.tjbody_left .qita{

	width:100%;

	/*height:500px;*/

	display: flex;

	/*justify-content: space-between;*/

	flex-wrap:wrap;

}

.tjbody_left .qita .qitamo{

	width:24%;

	height:250px;

	margin-right: 1%;

	margin-top: 7.8px;

	padding: 20px 10px 5px;

	box-sizing: border-box;

	background: #fff;

}

.tjbody_left .qita .qitamo .thumbo{

	width: 100%;

	height:50%;

	display: flex;

	justify-content: center;

}

.tjbody_left .qita .qitamo .thumbo img{

	height:100%;

	width:auto;

}

.tjbody_left .qita .qitamo .subtitle{

	margin-top: 10px;

	font-size: 12px;

	color:#333333;

	/*font-weight: 600;*/

	width: 100%;

	height:33px;

	padding-top: 5px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

	

}

.tjbody_left .qita .qitamo .custom_label{

	height: 21px;

	width: 100%;

	display: flex;

	margin-top: 10px;

	text-decoration: none;

}

.tjbody_left .qita .qitamo .custom_label li{

	padding:0 2px;

	font-size: 10px;

	border: 1px solid #FDC743;

	line-height: 19px;

	color:#FDC743;

	margin-right:5px;

}

.tjbody_left .qita .qitamo .custom_label li:first-child{

	padding:0 2px;

	font-size: 10px;

	border: 1px solid #008CFF;

	color:#008CFF;

}

.tjbody_left .qita .qitamo .price{

	width:100%;

	color:#333333;

	font-size: 14px;

	font-weight: 600;

	display: flex;

	margin-top: 10px;

	justify-content: space-between;

	

}

.tjbody_left .qita .qitamo .price div span{

	font-size: 8px;

	

}

.tjbody_left .qita .qitamo .price img{

	height: 20px;

	width:20px;

}

.tjbody_right{

	width:22%;

	height:100%;

	background:#ffffff;

	padding: 20px 15px;

	box-sizing: border-box;

}

.tjbody_right .title{

	width:100%;

	height:23px;

	color:#333333;

	font-weight: 600;

	font-size: 14px;

	border-bottom: 1px solid #DDDDDD;

	box-sizing: border-box;

	

}

.tjbody_right .goodproduct{

	width:100%;

	height:93.1px;

	padding: 10px 0;

	display: flex;

	justify-content: space-between;

	box-sizing: border-box;

	

}

.tjbody_right .goodproduct .thumbp{

	width:40%;

	height:100%;

	display: flex;

	justify-content: center;

	overflow: hidden;

}

.tjbody_right .goodproduct .thumbp img{

	width: auto;

	height:100%;

}

.tjbody_right .goodproduct .datas{

	width: 58%;

	height:100%;

	position: relative;

}

.tjbody_right .goodproduct .datas p{

	font-size: 10px;

	color: #333333;

	width: 100%;

	height:32px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.tjbody_right .goodproduct .price{

	color:#008CFF;

	font-size: 12px;

	font-weight: 600;

	margin-top: 6px;

}

.tjbody_right .goodproduct .xiaoshou{

	color: #999999;

	font-size: 8px;

	position: absolute;

	bottom: 0;

}
.newsbody{
    width:100%;
    height: 305px;
    border:1px solid #DDDDDD;
    background: #fff;
    padding:10px;
    box-sizing: border-box;
    overflow: hidden;
}
.newsbody .title{
    width: 100%;
    border-bottom:1px solid #DDDDDD;
}
.newsbody .title ul{
    display: flex;
    color:#333333;
    font-size: 16px;
}
.newsbody .title ul>li{
    text-decoration:none;
    margin-right:20px;
}
.newsbody .newslist{
    width:100%;
    height:267px;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
}
.newsbody .newslist .left{
    height:100%;
    width:36%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*border-right:1px dashed #999999;*/
}
.newsbody .newslist .left .box{
    width:100%;
    height:69px;
    display: flex;
    
}
.newsbody .newslist .left .box .imgs{
    height:100%;
    width:35%;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.newsbody .newslist .left .box .imgs img{
    width:auto;
    height:100%;
}
.newsbody .newslist .left .box .titles{
    width:58%;
    height:100%;
    margin-left:2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newsbody .newslist .left .box .titles .stitle{
    width:100%;
    font-size: 14px;
    color: #333333;
     overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;
    padding: 0;
}
.newsbody .newslist .left .box .titles .time{
    width:100%;
    font-size: 10px;
    color: #999999;
padding: 0;
}
.newsbody .newslist .right{
    height:100%;
    width:63%;
    display: flex;
    flex-direction: column;
     flex-wrap:wrap;
}
.newsbody .newslist .right a{
    height:49px;
    width:45%;
}
.newsbody .newslist .right .box{
    padding: 5px 10px 5px;
    box-sizing: border-box;
    height:49px;
    width:100%;
    display: flex;
}
.newsbody .newslist .right .box .nub{
    font-size: 14px;
    font-weight: 600;
    color: #008CFF;
    height:100%;
    width:10%;
}
.newsbody .newslist .right .box .titles{
    width:80%;
    height:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.newsbody .newslist .right .box .titles .stitle{
    width:100%;
    font-size: 14px;
    color: #333333;
     overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;
    padding: 0;
}
.newsbody .newslist .right .box .titles .time{
    width:100%;
    font-size: 10px;
    color: #999999;
padding: 0;
}

/*左侧标签*/

.tag-lift {

    display: none;

    position: fixed;

    bottom: 50px;

    left: 10%;

    z-index: 9999;

    width: 54px;

    text-align: center;

    background-color: #fff;

    border-radius: 4px;

}

.tag-lift a {

    display: flex;

    padding: 0 10px;

    justify-content: center;

    align-items: center;

    height: 35px;

    font-size: 12px;

    color: #666;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    line-clamp: 2;

    -webkit-box-orient: vertical;

}

.tag-lift a:last-child {

    height: 34px;

}

.sn-nav-wrapper>div {

    height: 50px;

    padding: 7px 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.tag-lift .sn-nav-wrapper>div.current ,

.tag-lift .sn-nav-wrapper>div.current a,

.tag-lift .sn-nav-wrapper>div.current .line{

    color: #fff !important;

    background-color: #ff284b;

    border-color: #ff284b;

}

.tag-lift .sn-nav-wrapper>div:hover ,

.tag-lift .sn-nav-wrapper>div:hover a,

.tag-lift .sn-nav-wrapper>div:hover .line{

    color: #fff !important;

    background-color: #ff284b;

    border-color: #ff284b;

}

.tag-lift .sn-nav-wrapper>div:first-child.current {

    -webkit-border-radius: 4px 4px 0 0;

    -moz-border-radius: 4px 4px 0 0;

    border-radius: 4px 4px 0 0;

}

.tag-lift .line {

    width: 34px;

    height: 0;

    border-bottom: 1px solid #eee;

    margin: 7px auto 0;

}



.tag-lift .go-top {

    position: relative;

    border-radius: 0 0 4px 4px;

    padding-top: 16px;

}

.tag-lift .go-top .back-top {

    position: absolute;

    top: 7px;

    transform: rotate(-90deg);

}

/*右侧标签*/

.tag-right {

    position: fixed;

    right: 0;

    top: 0;

    width: 34px;

    height: 100%;

    background-color: #000;

    z-index: 9999;

}

.sidebarcom-nav {

    position: relative;

    z-index: 101;

    height: 100%;

}

.sidebarcom-nav-cnt {

    position: absolute;

    top: 50%;

    right: 0;

    margin-top: -150px;

    height: 330px;

    width: 100%;

}

.sidebarcom-nav-ft {

    position: absolute;

    bottom: 0;

    right: 0;

    width: 34px;

    text-align: center;

}

.sidebarcom-top a p {

    font-size: 12px;

    color: #fff;

}

.sidebarcom-top .back-top {

    display: inline-block;

    color: #fff;

    transform: rotate(-90deg);

}

.sidebarcom-oper {

    width: 100%;

    text-align: center;

    color: #fff;

}

.sidebarcom-oper>div {

    padding: 14px 3px;

    border-bottom: 1px solid #444;

    cursor: pointer;

}

.sidebarcom-oper .sidebarcom-cart p {

    width: 14px;

    margin: 5px auto 0;

    font-size: 12px;

}

.sidebarcom-my i {

    font-size: 20px;

}

/*客服列表*/

.contact {

    position: relative;

}

.contact-list {

    display: none;

    position: absolute;

    left: -164px;

    top: -100%;

    width: 144px;

    padding: 12px 15px;

    background-color: #000;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.contact-list>div {

    height: 28px;

    line-height: 28px;

    margin-bottom: 8px;

    background-color: #fff;

    color: #000;

    font-size: 12px;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

.contact-list>div>i {

    display: inline-block;

    margin-top: -6px;

    vertical-align: middle;

    font-size: 24px;

}

.contact-list:hover,

.wechat-mask:hover{

    background-color: #000 !important;

}



.contact-list::before {

    position: absolute;

    right: -5px;

    top: 50%;

    margin-top: -5px;

    content: '';

    width: 0;

    height: 0;

    border: 5px solid transparent;

    border-right-color: #000;

    border-top-color: #000;

    transform: rotate(45deg);

}

/*微信二维码弹框*/

.wechat {

    position: relative;

}

.wechat-mask {

    display: none;

    position: absolute;

    left: -164px;

    top: -112%;

    width: 144px;

    padding: 12px 15px;

    background-color: #000;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.wechat-mask::before {

    position: absolute;

    right: -5px;

    top: 50%;

    margin-top: -5px;

    content: '';

    width: 0;

    height: 0;

    border: 5px solid transparent;

    border-right-color: #000;

    border-top-color: #000;

    transform: rotate(45deg);

}

.wechat-mask img {

    width: 96px;

    height: 96px;

    margin: 0 auto;

}

.wechat-mask .weixin {

    background-color: #fff;

    width: 100%;

    height: 30px;

    line-height: 30px;

    font-size: 14px;

    margin: 10px auto 5px;

    color: #000;

    -webkit-border-radius: 4px;

    -moz-border-radius: 4px;

    border-radius: 4px;

}

/**/

.content {

    background-color: #FFFFFF;

    padding-bottom: 56px;

}





/*轮播图*/

.carousel {

    width: 100%;

    height: 526px;

}



/*只有一张图*/

.banner-img {

    width: 100%;

    height: 500px;

}

.banner-img img {

    width: 100%;

    height: 500px;

   /* margin: 0 auto;*/

   /* object-fit: cover;
*/

}



.swiper-container {

    width: 100%;

    height: 100%;

}

.carousel .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}

.carousel .swiper-slide img {

    height: 500px;

        width: 100%;

}

.carousel .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{

    left: 50%;

    bottom: 16px;

    width: fit-content;

}

.carousel .swiper-button-next, .swiper-button-prev {

    display: none;

}

.carousel .swiper-button-prev, .swiper-container-rtl .swiper-button-next {

    left: 210px;

}

.carousel .swiper-button-next, .swiper-container-rtl .swiper-button-prev {

    right: 210px;

}

.carousel .swiper-button-next {

    background-image: url("../img/next.svg");

}

.carousel .swiper-button-prev {

    background-image: url("../img/prev.svg");

}

.dot{

    height: 28px;

    line-height: 28px;

    padding: 0 10px;

    background-color: #fff;

    -webkit-border-radius: 14px;

    -moz-border-radius: 14px;

    border-radius: 14px;

}

.dot span {

    width: 10px;

    height: 10px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    margin: 0 8px;

    background-color: #c1c1c1;

}

.dot span.swiper-pagination-bullet-active {

    background-color: #000;

}



/*秒杀*/

.seckillBox {

    color: #fff;

    margin: 16px 0;

    overflow: hidden;

    border: 1px solid #DDDDDD;

}

.seckill {

    flex-shrink: 0;

    width: 190px;

    height: 280px;

    line-height: 1;

    text-align: center;

    background: url("../img/miaoshabg.png") no-repeat;

    background-size: auto 100%;

}

.seckill h3 {

    font-size: 26px;

    font-weight: 700;

    margin-top: 56px;

    margin-bottom: 20px;

}

.seckill p {

	line-height: 40px;

    font-size: 12px;

}

.seckill .seckill-time {

    margin: 0px 0 0px 0;

    justify-content: center;

}

.seckill .seckill-time span {

    display: block;

    width: 25px;

    height: 25px;

    margin-left: 10px;

    line-height: 25px;

    background-color: #FEC843;

    font-size: 14px;

    text-align: center;

    border-radius: 4px;

}

.seckill .seckill-time span:first-child {

    margin-left: 0;

}

.seckill .seckill-time .maohao {

    width: 0;

    margin-left: 5px;

}

.seckill a {

    display: block;

    width: 90px;

    height: 32px;

    margin: 0 auto;

    line-height: 32px;

    text-align: center;

    font-size: 14px;

    border-radius: 16px;

    background-color: #fff;

}





/*为你优选*/

.prefer {

    width: 100%;

    height: 300px;

}

.prefer .item{

    flex: 1;

    flex-wrap: nowrap;

}

.prefer .item:nth-child(2) {

    margin: 0 16px;

}

.prefer .item img {

    max-width: 100%;

    height: 100%;

    object-fit: cover;

}

/*版块*/

.part {

    width: 100%;

    height: 560px;

        overflow: hidden;

}

.part .img {

    width: 310px;

    height: 560px;

}

.part .img img {

    width: 100%;

    height: 100%;

}

.part-goods {

    flex: 1;

    flex-wrap: wrap;

}

.part-goods .goods-item {

    width: 220px;

    margin-bottom: 1px;

    text-align: center;

}

.part-goods .goods-item .img {

    display: block;

    width: 200px;

    height: 200px;

    margin: 10px auto 20px;

}

.part-goods .goods-item .img img {

    width: 100%;

    height: 100%;

    margin: 10px auto 20px;

}

.part-goods .goods-item img {

    width: 200px;

    height: 200px;

    margin: 10px auto 20px;

}

.part-goods .goods-item h6 {

    padding: 0 16px;

    margin-bottom: 5px;

    text-align: left;

}

.part-goods .goods-item .price {

    font-size: 18px;

    font-weight: 700;

    padding: 0;

}



.jmtj{

	width:100%;

	/*height: 560px;*/

    overflow: hidden;
    margin-left: -54px;
    width: 113%;
    /*background: pink;*/

}

.jmtj .titles{

	position: relative;

    overflow: hidden;

    width:82%;

   
    margin-left: 5%;

    /*background: #666;*/

}

.jmtj .titles div {

	

	padding: 30px 0 10px 0;

	line-height: 1;

}

.jmtj .titles h3 {

	

    

    font-size: 24px;

    font-weight: 700;

    color: #333;

}

.jmtj .titles p {

	font-size: 5px;

	margin-top: 5px;

	

	color:#888888;

}

.jmtj .titles ul{

	color:#999999;

	display: flex;

	font-size: 12px;

	line-height: 23px;

	 padding-top: 15px;

    /*border-bottom: 2px solid #008CFF;*/

	vertical-align:bottom;

}

.jmtj .titles ul li{

	text-decoration: none;

	margin: 0 5px;

	

}

.jmtj .titles ul a{

	color:#999999;

}

.jmtj .titles ul li{

	/*border-bottom: 2px solid #008CFF;*/

}

.contentsss{

	width:100%;

	/*background: #fff;*/

	/*height:423px;*/
   /* margin-top: 20px;*/

	display: flex;

	flex-wrap: wrap;
  /*  margin-left: 4.5%;*/

}
.list1{
        width:1200px;

    /*background: #fff;*/

    /*height:423px;*/
    margin-top: 20px;

    display: flex;

    flex-wrap: wrap;
    margin-left: 4.5%;
}

.jmtj .list1 .hotgoods{

	width: 16.5%;

	display: flex;

	flex-direction: column;

	align-items: center;
   

}

.jmtj .list1 .hotgoods .image{

	width: 100%;

	height:161px;

	display: flex;

	justify-content: center;

	position: relative;

	

	

}

.jmtj .list1 .hotgoods .image img{

	height:100%;

	width: auto;

}

.jmtj .list1 .hotgoods .bookshelf{

	width: 100%;

	height:20px;

	background: #fff;

	box-shadow: 0px 5px 20px #f9f9f9;

}

.jmtj .list1 .hotgoods .subtitle{

	width: 80%;
    
	margin: 0 auto;

	color:#008CFF;

	text-align: center;

	margin-top: 16px;

	font-size: 12px;

	display:-webkit-box;
   overflow:hidden;
   text-overflow:ellipsis;
   -webkit-line-clamp:2;
   -webkit-box-orient:vertical;
   height: 33px;

}

.jmtj .list1 .hotgoods a{

	width: 100%;

}

.jmtj .list1 .hotgoods .btns{

	width:65%;

	margin: 5px auto 20px;

	border:1px solid #008CFF;

	padding:5px 10px;

	box-sizing: border-box;

	font-size:15px ;

	color: #008CFF;

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.jmtj .list1 .hotgoods .btns img{

	height:15px;

	width:15px;

}

.guanggao1{

	width: 1200px;

	margin-top: 30px;

    margin: 0 auto;

}

.guanggao1 img{

	width: 100%;

	height: auto;

}

.threeblock{

	width:100%;

	height:120px;

	display:flex;

	justify-content: space-between;

	margin-top:50px;

}

.threeblock a{

	width:33%;

	position: relative;



    padding: 13px;

    box-sizing: border-box;

}

.threeblock .box1{

		background: url("../images/lan.png") no-repeat;

    background-size:auto 100%;

}

.threeblock .box2{

		background: url("../images/qing.png") no-repeat;

    background-size:auto 100%;

}

.threeblock .box3{

		background: url("../images/lv.png") no-repeat;

    background-size:auto 100%;

}

.threeblock a .up{

	width:100%;

	height:20px;

	position: relative;

}

.threeblock a .up img{

	width:20px;

	height:20px;

	position: absolute;

	right:0;

}

.threeblock a .down{

	width:100%;

	height:60px;

	display: flex;

	color:#fff;

}

.threeblock a .down img{

	width:60px;

	height:60px;

}

.threeblock a .down div{

	display: flex;

	flex-direction: column;

	justify-content: space-between;

	margin-left: 20px;

}
/*分类*/
.qqlayerr-li{
    border-bottom: 1px double #d0d0d0;
    width: 86px;
    margin: 0 auto;
    font-size:14px;
}
.att{
    position: absolute;
    top: 748px;
    margin-left: 2%;
    z-index: 99;

}
.sfixed {
    position: fixed;
    top: 197px;
    margin-left: 2%;
    z-index: 999;
   
}
.qqlayer{
    height: 40px;
    width: 100px;
    background-color: #F6FBFC;
    border: 4px solid #008CFF;
    border-radius: 17px;
    text-align: center;
    line-height: 39px;
    font-weight: 600;
    font-size:14px;
    color: #008CFF;
}
.qqlayerr{
    margin-top: 15px;
    height: 460px;
    width: 100px;
    background-color: #F6FBFC;
    border: 4px solid #008CFF;
    border-radius: 17px;
    text-align: center;
    line-height: 39px;
    font-weight: 600;
    color: #008CFF;
}
.jingping-title{
    display: flex
}
.jingping-title-p{
    font-size: 13px;
    line-height: 32px;
    color: #ACACAC;
    margin-left: 10px;
}
.jingping-title-div{
    display: flex;
    margin-top:11px;
}
.listchange2,.listchange3,.listchange4,.listchange5,.listchange6,.listchange7,.listchange8 {
    display:none;
}
.jingping-title-div-img{
    width:15px;
    height:15px;
    margin-left: 819px;
    margin-top:4px
}
.jingping-title-div-text{
    margin-left:10px;
    color:#9D9D9D;
    cursor: pointer
}
/*.periodical2,.periodical3,.periodical4 {
    display:none;
}*/

.boutique-shugui{
    width:1200px;
    height:530px;
    margin-top: 15px;
/*    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;*/
}
.boutique{
    display: flex;
    flex-wrap: wrap;
}
.qwe{
    width: 239px;
    height: 265px;
   /* border-right: 1px solid #d0d0d0;
    border-bottom:  1px solid #d0d0d0;*/
}
.qwe-image{
    width: 86px;
    height: 120px;
    margin: 0 auto;
    margin-top: 30px;
}
.qwe-img{
    width: 86px;
    height: 120px;
}
.qwe-title{
    width: 200px;
    height: 29px;
    font-size: 15px;
    font-weight: 600;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #008CFF;
}
.boutique-wenben{
    display: flex;
}
.boutique-wenben-marketprice{
    width: 110px;
    margin-left: 25px;
    color: #008CFF;
    font-size: 14px;
    font-weight: 600;
}
.boutique-wenben-goumai{
    font-size: 15px;
    color: #008CFF;
    line-height: 24px;
    margin-left: 13px;
}
.boutique-wenben-img{
    width: 5px;
    height: 9px;
    margin-top: 7px;
    margin-left: 9px;
}
.hyp{
    display:flex;
    margin-left: 887px;
    height: 47px;
}
.hyp-img{
    height:15px;
    height:15px;
    margin-top:30px
}
.huan{
    margin-left:8px;
    color:#9D9D9D;
    height:15px;
    cursor: pointer
}
.fenlei{
    display:flex;
    width:100%;
    margin-top:30px;
}
.fenlei-1{
    width:100%;
    height:130px;
}
.fenlei-image{
    height:100%;
    width: auto;
}
.fenlei2{
    display:flex;
    width:100%;
    margin-top:10px;
}
/*详细分类*/
.pig{
    margin-top:30px;
    display:flex
}
.p1{
    color: #ACACAC;
    line-height: 32px;
    margin-left: 10px;
    font-size: 13px;
}
.for1{
    margin-left:57%;
    display:flex;
}
.fenzu{
    width:100%;
    display:flex;
}
.fenzu-div-img{
    width:100px;
    height:114px;
    margin-left:31%
}
.fenzu-img{
    height:115px;
    width: auto;
}
.fenzu-title{
    color:#6F39E4;
    font-size:18px;
    width:240px;
    text-align:center;
    font-weight: 600;
    margin-top: 10px;
    line-height: 34px
}
.fenzu-title1{
    color:#B06024;
    font-size:18px;
    width:240px;
    text-align:center;
    font-weight: 600;
    margin-top: 10px;
    line-height: 34px
}
.fenzu-biankuang{
    width:240px;
    height:15px;
}
.fenzu-biankuang-style{
    width:15px;
    height:10px;
    margin: 0 auto;
    border-bottom:1px solid #6F39E4;
}

.fenzu-biankuang-style1{
    width:15px;
    height:10px;
    margin: 0 auto;
    border-bottom:1px solid #B06024;
}
.fenzu-biankuang-style2{
    width:15px;
    height:10px;
    margin: 0 auto;
    border-bottom:1px solid #206DD8;
}
.fenzu-biankuang-style3{
    width:15px;
    height:10px;
    margin: 0 auto;
    border-bottom:1px solid #D37E42;
}
.fenzu-subtitle{
    font-size:14px;
    width:240px;
    text-align:center;
    color:#fff;
    margin-top:13px;
    height: 82px
}
.fenzu-fenlei-1{
    width:210px;
    
    padding:15px;
    border-bottom: 1px dashed  #BEBEBE;
}
.fenzu-fenlei-2{
    display:flex;
    margin-left: 19px;
}
.fenzu-fenlei-3{
    display:flex;
    width:50%;
}
.fenzu-fenlei-img{
    width:11px;
    height:12px;
    margin-top: 5px;
}
.fenzu-fenlei-text{
    margin-left:3px;
    font-size:14px;
}
/*书详细*/
.shugui{
    padding-top:20px;
    /*border-right:1px solid #BEBEBE;*/
    border-top:1px solid #008CFF;
    /*border-bottom:1px solid #BEBEBE;*/
    height:450px;width:80%;
}
.shugui-rain{
    
   /* border-right:1px solid #E0E0E0;*/
    border-top:1px solid #008CFF;
    /*border-bottom:1px solid #E0E0E0;*/
    height:466px;
    width:84%;
}
.xinxii div:nth-child(4){
    border-right: 0px solid #E0E0E0;
}
.xinxii div:nth-child(5){
    border-bottom: 0px solid #E0E0E0;
}
.xinxii div:nth-child(6){
    border-bottom: 0px solid #E0E0E0;
}
.xinxii div:nth-child(7){
    border-bottom: 0px solid #E0E0E0;
}
.xinxii div:nth-child(8){
    border-bottom: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
}
.yiyaoo div:nth-child(4){
    border-right: 0px solid #E0E0E0;
}
.yiyaoo div:nth-child(5){
    border-bottom: 0px solid #E0E0E0;
}
.yiyaoo div:nth-child(6){
    border-bottom: 0px solid #E0E0E0;
}
.yiyaoo div:nth-child(7){
    border-bottom: 0px solid #E0E0E0;
}
.yiyaoo div:nth-child(8){
    border-bottom: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
}
.wenxuee div:nth-child(4){
    border-right: 0px solid #E0E0E0;
}
.wenxuee div:nth-child(5){
    border-bottom: 0px solid #E0E0E0;
}
.wenxuee div:nth-child(6){
    border-bottom: 0px solid #E0E0E0;
}
.wenxuee div:nth-child(7){
    border-bottom: 0px solid #E0E0E0;
}
.wenxuee div:nth-child(8){
    border-bottom: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
}
.pxj div:nth-child(4){
    border-right: 0px solid #E0E0E0;
}
.pxj div:nth-child(5){
    border-bottom: 0px solid #E0E0E0;
}
.pxj div:nth-child(6){
    border-bottom: 0px solid #E0E0E0;
}
.pxj div:nth-child(7){
    border-bottom: 0px solid #E0E0E0;
}
.pxj div:nth-child(8){
    border-bottom: 0px solid #E0E0E0;
    border-right: 0px solid #E0E0E0;
}
.shugui-0{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shugui-1{
    width:47%;
    height: 144px;
    display:flex;
    /*border-right:1px solid #E0E0E0;*/
    /*padding-left:35px;*/
}
.shugui-2{
    padding-top: 11px;
    width: 238.76px;
    height: 221px;
    padding-bottom: 0px;
    /*border-right: 1px solid #E0E0E0;*/
    background-color: white;
    /*border-bottom: 1px solid #E0E0E0;*/
}
.shugui-1-img{
    width:110px;
    height:130px;
    background-color:#F1F1F1;
    margin-left: 48px;
}
.shugui-img{
    height:100px;
    width: 75px;
    padding:17px;
}
.shuigui-2{
    width:228px;
}
.shugui-3{
    display:flex;
    margin-top: 10px;

}
.shugui-3-title{
    height:23px;
    font-size:16px;
    font-weight: 600;
    margin-left: 15px;
    width:100px;
    white-space: nowrap;
     text-overflow: ellipsis;
      overflow: hidden;
      word-break: break-all;
}
.shugui-3-title{
    font-size:15px;
    height:23px;
    height: 23px;
    width: 100px;
    margin-left: 14px;
    color: #008CFF;
    font-weight:600;
}
.shugui-3-subtitle{
    color: #ABABAB;
    font-size: 14px;
    margin-left: 13px;
    margin-top: 5px;
    width: 200px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height:40px;
}
.shugui-biaoqian{

    display:flex;
    margin-top:20px;
    margin-left:5px;
}

.shugui-biaoqian-1{
    font-size: 10px;
    color: #008CFF;
    width: 53px;
    height: 18px; 
    text-align: center;
    border: 1px solid #008cFF;
}
.shugui-biaoqian-2{
    font-size: 10px;
    color: #FEC845;
    width: 50px;
    height: 18px;
    margin-left:5px;
     text-align: center;
     border: 1px solid #FEC845;
}
.shugui-biaoqian-3{
    font-size: 10px;
    color: #33AC96;
    width: 50px;
    height: 18px;
    margin-left:5px; 
    text-align: center;
    border: 1px solid #33AC96;
}
.shugui-gouwu{
    margin-left: 12px
}
.shugui-gouwu-img{
    height: 23px;
    width: 23px;
}
.shugui-biaoqian-1-jiaoyu{
    font-size: 2px;
    color: #008CFF;
    width: 66px;
    height: 18px; 
    text-align: center;
    border: 1px solid #008cFF;
}
.shugui-biaoqian-2-jiaoyu{
    font-size: 7px;
    color: #FEC845;
    width: 50px;
    height: 18px;
    margin-left:5px;
     text-align: center;
     border: 1px solid #FEC845;
}
.shugui-biaoqian-3-jiaoyu{
    font-size: 7px;
    color: #33AC96;
    width: 50px;
    height: 18px;
    margin-left:5px; 
    text-align: center;
    border: 1px solid #33AC96;
}
.shugui-2-img{
    /*width:187px;*/
    height:105px;
}
.shugui-2-imge{
    width:auto;
    height:100px;
    margin:0 auto;
}
.shugui-2-title{
    /*width:187px;*/
    text-align:center;
    font-size:14px;
    color:#008CFF;
    height:29px;
    font-weight:600;
    margin-top:10px;
    text-overflow:ellipsis;
     white-space:nowrap;
      overflow:hidden;
}
.shugui-2-labelname{
    display:flex;
    width:168px;
    /*margin-left:10px;*/
    margin-top:5px;
    height:35px;
    margin: 0 auto;
}
.shugui-2-wenzi{
    display:flex;
    width: 220px;
}
.shugui-2-marketprice{
    font-weight:600;
    margin-left: 15px;
    width:130px;
    color:#008CFF;
    font-size:15px;
}
.shuigui-2-goumai{
    font-size:14px;
    color:#008CFF;
}
.shugui-2-jiaoyugoumai{
    width:5px;
    height:5px;
    margin-top:7px;
    margin-left:10px;
}
.fenzu-title2{
    color: #1B76A0;
    font-size: 18px;
    width: 240px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    line-height: 34px;
}
.fenzu-biankuang-style2{
    width: 15px;
    height: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #1B76A0;
}
.shugui-4{
    width:238px;
    height:281px
}
.shugui-4-img{
    width:185px;height:274px;background: #F7FAFA;margin:0 auto;margin-top:20px
}
.shugui-4-imge{
    width:109px;
    height:auto;
    margin:0 auto;
    padding:10px
}
.shugui-4-title{
    text-align:center;
    color:#008CFF;
    font-size: 14px;
    font-weight: 600;
    height:32px;
    overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.shugui-4-labelname{
    display: flex;
    width: 150px;
    margin-top: 20px;
    height: 33px;
   margin: 0 auto;
}
.shugui-4-wenzi{
    display:flex;margin-top:5px
}
.shugui-4-marketprice{
    color: #008cff;
    font-size: 14px;
    margin-left: 16px;
    width: 96px;
}
.shugui-4-goumai{
    margin-left: 36px;
}
.caao div:nth-child(5){
    width: 47%;
    height: 170px;
    margin-top: 15px;
    padding:10px;
    
}
.caao div:nth-child(5) .shugui-4-img{
    width: 95%;
    height: 140px;
    background: #F7FAFA;
    margin: 0 auto;
    padding: 5px;
    display: flex;
}
.caao div:nth-child(5) .shugui-4-img .shugui-4-imge{
    width: 97px;
    height: auto;
    margin:0;
}
.caao div:nth-child(5) .shugui-4-img .shugui-4-xiangxi{
    margin-left: 20px
}
.caao div:nth-child(5) .shugui-4-img .shugui-4-xiangxi .shugui-4-title{
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    height: 32px;
    margin-top: 10px;
}
.caao div:nth-child(5) .shugui-4-img .shugui-4-xiangxi .shugui-4-labelname{
    display: flex;
    width: 150px;
    margin-top: 30px;
    height: 26px;
    margin-left: 0px;
}
.caao div:nth-child(5) .shugui-4-img .shugui-4-xiangxi .shugui-4-wenzi{
    display: flex;
    margin-top: 9px;
}
.caao div:nth-child(5) .shugui-4-img .shugui-4-xiangxi .shugui-4-marketprice{
    color: #008cff;
    font-size: 14px;
    margin-left: 0px;
    width: 150px
}
.caao div:nth-child(5) .shugui-4-goumai{
        margin-left: 80px;
}
 

.caao div:nth-child(6){
    width: 47%;
    height: 170px;
    margin-top: 15px;
    padding:10px;
    
}
.caao div:nth-child(6) .shugui-4-img{
    width: 95%;
    height: 140px;
    background: #F7FAFA;
    margin: 0 auto;
    padding: 5px;
    display: flex;
}
.caao div:nth-child(6) .shugui-4-img .shugui-4-imge{
    width: 97px;
    height: auto;
    margin:0;
}
.caao div:nth-child(6) .shugui-4-img .shugui-4-xiangxi{
    margin-left: 20px
}
.caao div:nth-child(6) .shugui-4-img .shugui-4-xiangxi .shugui-4-title{
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    margin-top: 10px;
}
.caao div:nth-child(6) .shugui-4-img .shugui-4-xiangxi .shugui-4-labelname{
    display: flex;
    width: 150px;
    margin-top: 30px;
    height: 26px;
    margin-left: 0px;
}
.caao div:nth-child(6) .shugui-4-img .shugui-4-xiangxi .shugui-4-wenzi{
    display: flex;
    margin-top: 9px;
}
.caao div:nth-child(6) .shugui-4-img .shugui-4-xiangxi .shugui-4-marketprice{
    color: #008cff;
    font-size: 14px;
    margin-left: 0px;
    width: 150px
}
.caao div:nth-child(6) .shugui-4-goumai{
        margin-left: 80px;
}




