.bd_border{
    background: #ffffff !important;
}
.specialshow-banner{width: 100%;height:350px;min-width: 1200px;position: relative;z-index: 1;color: #fff;}
.specialshow-banner img{width: 100%;height:350px;position: absolute;left: 0px;top: 0px;z-index: 2;}

.specialshow-data-error{
    border: 1px #ddd solid;
    background: #fff;
    min-height: 500px;
    margin: 20px 0px;

}

.specialshow-data-error b{width: 100px;background: url(../images/shop-ico.png) 0px -120px no-repeat;height: 100px;margin: 0px auto;margin-top: 150px;display: block;}

.specialshow-data-error .title{
    width: 100%;
    text-align: center;
}

.specialshow-data-error .enter{width: 100%; margin-top: 30px;}
.specialshow-data-error .enter .backindex{width: 150px;height: 40px; line-height: 40px;text-align: center; color: #fff;margin: 0px auto;display: block;background: #dd342c;}
.specialshow-data-error .enter .backindex:hover{background:#b61109; }

.specialshow-data-info{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 1200px;
    height:120px;
    background: #fff;
    margin:20px auto 30px;
    padding: 0 25px 0;

}

.specialshow-data-info ul {
    display: flex;
}




.specialshow-data-info .left {
    width: 385px;
    color: #999;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
}

.specialshow-data-info .left li{
    text-align: center;
}

.specialshow-data-info .left .num {
    margin-bottom: 10px;
    color: #DD342C;
    font-size: 36px;
    font-weight: bold;
}


.specialshow-data-info .left i{
    height: 75px;
    width: 1px;
    position: absolute;
    top: -10px;
    right: 0;
    background-color: #ddd;

}

.specialshow-data-info .right {
    color: #999999;
    padding-left: 20px;
}

.specialshow-data-info .right ul{
    display: inline-block;
}

.specialshow-data-info .right li{
    float: left;
}

.specialshow-data-info .right li:nth-child(-n+4){
    width: 49%;
}

.specialshow-data-info .right .title{
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.specialshow-data-info .right .item{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.specialshow-data-info .right .content{
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#select3 dd {
    margin: 0;
    margin-left: 10px
}
