@charset "utf-8";

body{background: white;}

header{
    display: flex;
    align-items: center;
    background: #fbfafb;
    padding: 0.25rem 0.5rem;
}
header .logo{
    width:1.625rem;
    height: 1.675rem;
}
header .sousuo{
    width: 14.0rem;
    height: 1.45rem; 
    line-height: 1.45rem;
    margin-left: 0.375rem;
    background: #eeeeee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .sousuo img{
    width: 0.825rem;
    height: 0.875rem;
    padding-right: 1rem;
}
header input{
    background: #eeeeee;
    margin-left: 0.5rem;
    font-size: 0.65rem;
}
input::-webkit-input-placeholder {
    color:#555;
}
input:-moz-placeholder {
    color:#555;
}
input:-ms-input-placeholder {
    color:#555;
}
header .daohang{
    width: 0.95rem;
    height: 0.8rem;
    margin-left: 0.75rem
}

/*去掉搜索框叉号*/
input[type="search"]{-webkit-appearance:none;} 
input::-webkit-search-cancel-button {display: none;}

/*轮播*/
#banner {
	width: 95%;
    height: 7.25rem;
    margin:0.25rem auto;
	overflow: hidden;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
	position:relative;
}
#banner .swiper-slide {
	position:relative;
	text-align:center;
}
#banner img {
	width: 100%;
    height: 7.25rem;
    border-radius: 5px;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 0.5rem;
  width: 66px;
  text-align: center;
  right:0;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 10px!important;
  height: 5px!important;
  border-radius:0!important;
  background: #fdf3ee!important;
  margin: 0 2px;
  opacity: 1!important;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #ff3e41!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:10px!important;
}

.part1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.625rem 1.625rem;
}
.part1 div{
    display: flex;
    align-items: center;
}
.part1 div img{
    width: 0.9rem;
    height: 1.025rem;
}
.part1 div p{
    font-size: 0.6rem;
    color: #222;
    padding-left: 0.3rem
}

.type{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    border-top: 1px solid #b7b7b7;
}
.type .column{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dbdbdb;
}
.type .column:last-child{
    border-bottom: none;
}
.type a{
    display: flex;
    flex: 1;
    align-items: center;
    padding:0.5rem 1.05rem;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.type a:nth-child(2n){
    border-right: none;
}
.type a:nth-child(5),.type a:nth-child(6){
    border-bottom: none;
}

.type a:nth-child(2n-1){
    flex: 0
}

.type img{
    width: 1.625rem;
    height: 1.625rem;
}
.type a p{
    width: 5.5rem;
    font-size: 0.7rem;
    color: #222;
    margin-left:0.625rem;
    font-weight: bold;
}
.type a i{
    font-size: 1rem;
    color: #838383;
}

.zhuanti .zhuanti_left{
    width: 49.5%;
}
.zhuanti .zhuanti_left img{
    width:9.325rem;
    height: 10.675rem; 
}
.zhuanti .zhuanti_right{
    width:49.5%;
}
.zhuanti .zhuanti_right img{
    width:9.325rem;
    height: 5.26rem;
}
.recommend img{
    width: 5.55rem;
    height: 0.775rem;
    display: block;
    margin:auto;
    padding:0.5rem 0;
}
.recommend_box{
    margin-bottom: 2.375rem
}
.recommend_box .item{
    border-bottom: 0.25rem solid #fbfbfb;
}
.recommend_box .item:last-child{
    border-bottom:none;
}
.item:last-child .top{
    border-bottom:none!important;
}
.recommend_box .item .top{
    display: flex;
    align-items: center;
    padding:0.5rem;
    border-bottom: 1px solid #e3e3e3;
}
.recommend_box .item .top .typename{
    width: 16.25rem;
    font-size: 0.75rem;
    letter-spacing: 1px;
}
.recommend_box .item .top .line{
    width: 4px;
    height: 0.8rem;
    background: #0071bc;
    margin-right: 0.3rem;
}
.recommend_box .item .top i{
    color: #a1a1a1;
    font-size: 1rem;
    /*transform:rotate(90deg);
    -ms-transform:rotate(90deg);     
    -moz-transform:rotate(90deg);    
    -webkit-transform:rotate(90deg);*/
}
.transform{
    transform:rotate(90deg)!important;
    -ms-transform:rotate(90deg)!important;     
    -moz-transform:rotate(90deg)!important;    
    -webkit-transform:rotate(90deg)!important;
}
.recommend_box .item ul{
    padding:0 0.5rem 0.75rem 0.5rem;
}
.recommend_box .item ul li{
    width: 32%;
    margin-bottom: 0.35rem;
    margin-right: 0.35rem;
}
.recommend_box .item ul li:nth-child(3n){
  margin-right: 0;
}
.recommend_box .item ul li .db{
    background: #fbfafb;
    border-top-left-radius:0.2rem;
    border-top-right-radius:0.2rem;
    border:1px solid #e7e7e7;
}
.recommend_box .item ul li img{
    width: 4.2rem;
    height: 4.2rem;
    display: block;
    margin:auto;
    padding:0.575rem 0;
}
.recommend_box .item ul li .describe{
    width: 100%;
    height: 1.55rem;
    line-height: 1.55rem;
    color: white;
    text-align: center;
    font-size: 0.65rem;
    background: #0071bc;
    border-bottom-right-radius:0.2rem;
    border-bottom-left-radius:0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.recommend_box .item ul li .bottom .name{
    width: 7.5rem;
    font-size: 0.7rem;
    color: #222;
    margin:0.25rem auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.recommend_box .item ul li .bottom .price{
    width: 7.5rem;
    margin:auto;
    font-size: 0.7rem;
}
.recommend_box .item ul li .bottom .price b{
    color: #b2313a;
}
.recommend_box .item ul li .bottom .price del{
    font-weight: bold;
    color: #909090;
    padding-left: 0.55rem;
}
.recommend_box .item ul li:nth-child(2n){
    float: right
}