/*index*/
form button{
    border: none;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 25px;
    color: white;
    text-align: left;
}
.dzgl-content-all-bottom button{
    height: auto!important;
}
.input-file{
    position: relative;
    cursor: pointer;
}
.input-file>input{
    position: absolute;
    opacity:0;
    filter:alpha(opacity=0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}
#preview,.previews{
    position: absolute;
    /*opacity:0;
    filter:alpha(opacity=0);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.opacity-s{
    /*opacity: 0;
    filter:alpha(opacity=0);*/
    display: none;
}
.mask{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.messSend {
    width: 530px;
    max-height: 346px;
    overflow-y: auto;
    border: 4px solid #a3a3a3;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 20%;
}
.messSendHead {
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
    background: #f6f6f6;
    font-size: 14px;
}
.messar {
    font-size: 19px;
    text-align: center;
    padding: 40px 0px 60px;
}
.messSendHead .exit {
    display: block;
    width: 20px;
    height: 100%;
    float: right;
    background: url(../images/ico_close.png) no-repeat center;
    background-size: 20px;
}

/*注册下拉框*/
.sign-up-all-right-80{
    width: 80px;
    float: left;
    margin-right: 20px;
    height: 35px;
    border: 1px solid #d6d7dc;
    position: relative;
    cursor: pointer;
}
.sign-up-all-right-80>span{
    display: inline-block;
    width: 60px;
    height: 33px;
    line-height: 34px;
    background: white;
    padding-left: 5px;
}
.sign-up-all-right-80>img{
    position: absolute;
    top: 14.5px;
    right: 5px;
}
.sign-up-all-right-80>div{
    position: absolute;
    top: 33px;
    left: -1px;
    border: 1px solid #d6d7dc;
    width: 80px;
    display: none;
    z-index: 1;
}
.sign-up-all-right-80 ul.select-list{
    position: relative;
    max-height: 130px;
    background: white;
    overflow-x: hidden;
    overflow-y: auto;
}
ul.select-list>li{
    line-height: 20px;
    padding: 4px;
}
ul.select-list>li:hover{
    background: #f0f0f0;
}
.sign-up-all-right-210{
    width: 210px;
    float: left;

    height: 35px;
    line-height: 35px;
}
.sign-up-all-right-210>input{
    width: 100%;
    height: 100%;
    border: 1px solid #d6d7dc;
    margin: 0!important;
}
.dzgl-address-list-right{
    padding-right: 15px;
}

/*现货筛选*/
.xhlb-recom-wrap-sx{
    width: 1000px;
    margin: 10px auto;
    border: 1px solid #d6d7dc;
    padding: 15px 0;
}
.sx-filter-left{
    float:left;
    width: 80px;
    line-height: 30px;
    text-align: center;
}
.sx-filter-right{
    float:left;
    width: 900px;
}
.sx-filter-right ul{
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    padding-top: 1px;
    /*height: 196px;*/
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}
.sx-filter-right ul:after{
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.sx-filter-right ul li{
    float: left;
    line-height: 30px;
    width: 140px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #ededed;
    display: none;
    margin-right: 7px;
    margin-top: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filter-contact-active{
    display: block!important;
}
.sx-filter-right ul li:hover{
    border-color: #fd6e15;
    cursor: pointer;
}
.sx-filter-right p{
    text-align: left;
}
.sx-filter-right p span{
    display: inline-block;
    line-height: 30px;
    width: 140px;
    text-align: center;
    border: 1px solid #d6d7dc;
    margin-bottom: 15px;
}
.sx-filter-right p span:hover{
    border-color: #fd6e15;
    background-color: #fd6e15;
    cursor: pointer;
    color: white;
}
.sx-filter-active{
    background-color: #fd6e15;
    cursor: pointer;
    color: white;
}
.filter-contact-active1{
    border:1px solid #fd6e15!important;
}
.sx-filter-right-result{
    min-height: 37px;
}
.sx-filter-right-result>label{
    display: inline-block;
    line-height: 30px;
    width: 140px;
    text-align: center;
    border: 1px solid #d6d7dc;
    margin-right: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.sx-filter-results{
    text-align: center;
}
.sx-filter-results .btn{
    display: inline-block;
    margin-right: 10px;
    line-height: 18px;
    width: 80px;
    text-align: center;
    background-color: #fd6e15;
    color: white;
    margin-top: 10px;
}

.displayBlock{
    display: block;
}
.kwt-span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding: 50px 0 100px;
    color: #999999;
}
.kwt-span>img{
    display: block;
    margin: 20px auto;
}