body {
    background: rgba(247, 249, 250, 1);
    color: #333333;
}

.banner {
    height: auto;
}

.banner img {
    width: 100%;
}

.news_detail {
    padding: 0 0 40px;
}

.bread_nav {
    width: 100%;
    height: auto;
}

.bread_nav a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.bread_nav span {
    display: inline-block;
    font-family: "宋体";
    margin: 0 5px;
}

.serchMode_box {
    background: #ffffff;
}

.clearance_main {
    width: 1200px;
    background: #ffffff;
    margin: 20px auto 0;
    padding-left: 13px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.clearance_main ul {
    width: 100%;
}


.clearance_main ul > li {
    width: 260px;
    height: 368px;
    border: 1px solid rgba(238, 238, 238, 1);
    float: left;
    margin-top: 27px;
    margin-left: 27px;
    position: relative;
}

.clearance_main ul li .name {
    margin-top: 36px;
    font-size: 15px;
    text-align: center;
}

.clearance_main ul li .price {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #FF0068;
    font-weight: bold;
}

.imgbox {
    display: block;
    width: 100%;
    height: 263px;
    overflow: hidden;
    position: relative;
}

.imgbox img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.price_mode_box .pic_hover {
    width: 100%;
    height: 263px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
}

.price_mode_box .pic_hover img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.price_mode_box li:hover .pic_hover {
    right: 0;
    top: 0;
    opacity: 1;

}

.clearance_main ul li .lay {
    cursor: pointer;
    display: block;
    width: 260px;
    height: 368px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #FF0068;
    opacity: 0;
}

.clearance_main ul li .lay a {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 112px;
}

.clearance_main ul li .lay a.car {
    background: url("../images/icon/car.png") no-repeat;
    background-size: 100% 100%;
    left: 40px;
    /*left:69px;*/
}

.clearance_main ul li .lay a.collecte {
    background: url("../images/icon/collecte.png") no-repeat;
    background-size: 100% 100%;
    right: 40px;
    /*right:69px;*/
}

.adent {
    line-height: 50px;
}

.adent span {
    color: #999999;
}

.head_banner .banner img {
    width: 100%;
}

.sele_box {
    padding: 0 18px;
    box-sizing: border-box;
}

.sele_itemlist {
    width: 100%;
    border-bottom: 1px dashed #eee;
    padding: 20px 0 20px 100px;
    position: relative;
}

.sele_item {
    font-size: 14px;
    line-height: 30px;

}

.sele_itemlist_top .sele_item {

}

.sele_itemlist .item_name {
    color: #999999;
    width: 100px;
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 14px;
    line-height: 30px;
}

.sele_itemlist .sele_item {
    width: 100%;
}

.sele_item .sele_list .level_name {
    color: #999;
    display: inline-block;
    width: 80px;
}

.sele_item .sele_list a {
    color: #333;
    margin-right: 28px;
    white-space: nowrap
}

.sele_item .sele_list .all {
    color: #FF0068;
}

.sele_item .sele_list .price_sele {
    display: inline-block;
    margin-right: 28px;
    height: 40px;
    position: relative;
}

.sele_item .sele_list .price_sele .price_icon {
    position: absolute;
    top: 9px;
    right: -18px;
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url("../images/product/holen.png") no-repeat center center;
}

.sele_item .sele_list .price_sele .price_icon a {
    display: block;
    width: 8px;
    height: 8px;
}

.sele_item .price_mode {
    display: inline-block;
}

.sele_item .sele_list a.marginr_more {
    margin-left: 28px;
}

.price_title {
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 46px;
    text-align: center;
}

.first_tit {
    font-size: 26px;
    font-weight: 500;
}

.second_tit {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}

.pagetation {
    width: 290px;
    margin: 80px auto;
}

.pagetation .prve, .pagetation .next {
    width: 36px;
    height: 36px;
    background: rgba(249, 249, 249, 1);
    border-radius: 2px;
    border: 1px solid rgba(234, 234, 234, 1);
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    background: url("../images/icon/next_page.png") no-repeat center center;
}

.pagetation a {
    display: block;
    width: 36px;
    height: 36px;
    background: rgba(249, 249, 249, 1);
    border-radius: 2px;
    border: 1px solid rgba(234, 234, 234, 1);
    float: left;
    margin-left: 10px;
    text-align: center;
    line-height: 36px;
}

.pagetation a.active {
    background: rgba(255, 0, 104, 1);
    color: #ffffff;
}

.screeres {
    padding: 10px 0;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 20px;
}

.screereslink {
    font-family: "宋体", Arial;
    margin: 0 5px;
}

.screerestag {
    border: 1px dashed #FF0068;
    display: inline-block;
    color: #FF0068;
    padding: 0 10px;
    border-radius: 10px;
    cursor: default;
}

.screerestag:hover {
    border: 1px solid #999;
}

.screerestag span {
    display: inline-block;
    padding: 0 3px;
    vertical-align: top;
}

.screerestag i {
    display: inline-block;
    padding: 0 3px;
    vertical-align: top;
    font: normal 16px/20px Arial;
    color: #FF0068;
    cursor: pointer;
}

.screerestag i:hover {
    color: #c00;
}

.screerest {
    display: inline-block;
    margin-left: 10px;
}

.screerest span {
    color: #FF0068;
}