.fader {
    position: relative;
    padding-top: 500px;
    font-family: "futura", arial;
    overflow: hidden;
    height:580px;
    width:100%;
}

.fader .slide {
    position: absolute;
    width: 100%;
    height: 580px;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.index_content{
    height:580px;
}
.banner{
    height:100%;
}
.fader img.slide {
    height: 580px;
    width:100%;
}
.banner .wrap{
    height:100%;
}
.fader .prev,.fader .next {
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 50px;
    text-align: center;
    color: lightgray;
    top: 48%;
    left: 15px;
    z-index: 4;
    margin-top: -15px;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0ms;
    background-color: rgba(255,255,255,0.5);
    border-radius:30px 30px 30px 30px;
    box-shadow:0px 1px 1px 1px gray;
    -webkit-border-radius:30px 30px 30px 30px;
    -moz-border-radius:30px 30px 30px 30px;
    -ms-border-radius:30px 30px 30px 30px;
    -o-border-radius:30px 30px 30px 30px;
    -webkit-transition: all 0ms;
    -moz-transition: all 0ms;
    -ms-transition: all 0ms;
    -o-transition: all 0ms;
}

.fader .prev:hover,.fader .next:hover {
    opacity: 1;
    color: #fff;
}

.fader .next {
    left: auto;
    right: 15px;
}

.fader .pager_list {
    position: absolute;
    width: 100%;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    bottom: 0;
    text-align: center;
    z-index: 4;
}

.fader .pager_list li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    background: #fff;
    opacity: .7;
    text-indent: -9999px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0ms;
}

.fader .pager_list li:hover{
    opacity: 1;
}
.fader .pager_list li.active {
    opacity: 1;
    background: #ffaaaa;
}
body{

    background: #f5f5f5;

} 
.banner-a:hover{
    color:#f47020;
} 
.head-a:hover{
    color:#f47020;
}
.swiper {
    width: 250px;
    height: 293px;
    position: relative;
}

.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;
}
.swiper-wrapper{
    padding-left:15px;
    height:480px;
    width:231px;
}

.swiper-slide img {
    display:block;
    width:220px;
    height:300px;
    object-fit:cover;
}
.goods_box .item {
    width:550px;
    text-align: center;
}
.goods_box .quick_shop{
    height:30px;
    width:220px;
    line-height:30px;
    font-size:12px;
    margin-left:15px;
    margin-top:-30px;
    position:absolute;
    background-color:#ff6700;
    border:solid 1px #ff6700;
    z-index:9999;
}
.goods_box .quick_shop a{
    color:white;
    font-size:14px;
    padding:1px 4px;
    height:100%;
    width:100%;
    display:block;
    text-align:center;
}
.index_floor .goods_box .right_content .item .goods_title{
    display: flex;
    justify-content: left;
    margin-top:15px;
    margin-left:15px;
    margin-right:15px;
    height:30px;
    line-height:30px;
}
.index_floor .goods_box .right_content .item .goods_title a{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index_floor .goods_box .right_content .item .price_box .goods_price{
    color: black;
    font-size:normal;
    float:left;
    display:block;
    width:25%;
}
.index_floor .goods_box .right_content .item .price_box .market_price{
    color: lightgray;
    text-decoration:line-through;
    margin-left:15px;
    float:left;
    display:block;
    width:25%;
}
.index_floor .goods_box .right_content .item .price_box .collect_goods{
    float:left;
    display:block;
    text-align:right;
    width:50%;
}
.index_floor .goods_box .right_content .item .market{
    text-decoration: line-through;
    color: #aaa;
    margin-left: 15px;
}
.index_floor .goods_box .right_content .item .description{
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    color: #b0b0b0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.index_floor .title_box1 .title{
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
    margin-left:28px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
} 
.swiper-button-next,.swiper-button-prev{
    color:lightgray;
    height:14px;
}
.title_a{
    color:gray;
    border-bottom:solid 2px gray;
    font-weight:normal;
}
.title_a:hover{
    color:#ff6700;
    border-bottom:solid 2px #ff6700;
}
