@charset "UTF-8";
.bodyWrap{
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7;
}
.seachLlistWrap{
    box-sizing: border-box;
    width: 100%;
    box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
}

.Selectedlist{
    width: 100%;
    box-sizing: border-box;
    height:70px;
    background:#ffffff;
}
.Selectedlist>div{
    float: left;
}
.Selectedlist-title{
    padding:0px 40px 0px 20px;
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    color:#4c4948;
    opacity:0.5;
    line-height: 70px;
    width: 1px;
}
.Selectedlist-title>div{
    word-wrap:break-word;
    white-space: nowrap;
}
.Selectedlist-msg{
    padding-left: 47px;
}
.selected-item{
    line-height: 70px;
}
.selected-item>li{
    box-sizing: border-box;
    padding: 0px 30px 0px 12px;
    display: inline-block;
    min-width:118px;
    height:32px;
    line-height: 30px;
    border:1px solid #207ad6;
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:bold;
    color:#207ad6;
    position: relative;

}
.selected-item>li>span{
    display: inline-block;
}
.selected-item>li img{
    position: absolute;
    right: 9px;
    top: 10px;
    text-align: right;
}
.tobe-Selectedlist{
    border-bottom: 1px dashed #dddddd;
    background-color: #ffffff;
}
.tobe-Selectedlist:last-child{
    border-bottom: 0px;
}
.tobe-Selectedlist .Selectedlist-title{
    height: 54px;
    line-height: 54px;
}

.toBeSelected-item{

}
.toBeSelected-item>li{
    display: inline-block;
    padding-left: 59px;
}
.toBeSelected-item>li:first-child{
    padding-left: 0px;
}
.search-bottom{
    padding: 4px 0px;
    box-sizing: border-box;
    margin-top: 30px;
    box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
    background-color: #ffffff;
}
.search-bottom-list>li{
    float: left;
    border-right: 1px dashed #dddddd;
    line-height: 48px;
    padding: 0px 25px;
}
.search-bottom-list>li:last-child{
    border-right: 0px;
}
.search-bottom-list>li span{
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    color:#333333;
}
.search-bottom-list>li i{
}
.px1Up{
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 14px;
    background-image: url("../img/px1.png");
    background-position: 7px 0px;

}
.search-bottom-list li span:hover{
    color: #207AD6;
}
.px1Up:hover{
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 14px;
    background-image: url("../img/px2.png");
    background-position: 7px 0px;

}
.px1down{
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 14px;
    background-image: url("../img/px1.png");
}
.px1down:hover{
    vertical-align: middle;
    display: inline-block;
    width: 7px;
    height: 14px;
    background-image: url("../img/px2.png");
}
.sectionInput{
    display: inline-block;
    vertical-align: middle;
    width:180px;
    height:32px;
    line-height: 32px;
    background:#ffffff;
    border:1px solid #eeeeee;
}
.sectionInput>.mNUm1,.sectionInput>.mNUm2{
    vertical-align: middle;
    width: 33px;
    boder:0 none!important;
    outline: 0 none;
}
.search-bottom-list>li .sectionInput>span{
    display: inline-block;
    /*padding-left: 15px;*/
    vertical-align: middle;
    color: #C0C4CC;
}
.sectionInput input[type=number]::-webkit-inner-spin-button,
.sectionInput input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.search-bottom-list>li .seachBtn{
    border: 1px solid #207AD6;
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    line-height: 0px;
    color:#207ad6;
}
.search-bottom-list>li .seachBtn>span{
    display: inline-block;padding-left: 6px;
    line-height: 7px;
    color:#207ad6;
}
.goodsList{
    width: 1220px;
    padding-bottom: 20px;
}
.goodsList li{
    float: left;
    width:285px;
    height:320px;
    background:#ffffff;
    box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
    margin: 20px 20px 0px 0px;
}
.goodsList li:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-transform: translate3d(0, -2px, 0) !important;
    -moz-transform: translate3d(0, -2px, 0) !important;
    -ms-transform: translate3d(0, -2px, 0) !important;
    -o-transform: translate3d(0, -2px, 0) !important;
    transform: translate3d(0, -2px, 0) !important;
}
.goodsList-content{

}
.imgBox{
    height: 189px;
    text-align: center;
    line-height: 189px;
}
.imgBox>img{
    width: 285px;
    height: 190px;
    /*width: auto;*/
    /*height: auto;*/
    /*max-width: 100%;*/
    /*max-height: 100%;*/
}
.msgBox{
    padding: 0px 20px;
}
.gooodsName{
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    color:rgba(150,150,150,1);
    line-height:18px;
    width: 100%;
    height: 34px;
    padding-top: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goodsTitle{
    font-size:16px;
    padding-top: 20px;
    font-weight:bold;
    font-family:Microsoft YaHei;
    color:rgba(38,38,38,1);
    line-height:18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 265px;
}
.goodsTitle>a{
    color:rgba(38,38,38,1);
}
.priceOfThis{
    margin-top: 17px;
    border-top:1px solid #eeeeee;
    line-height: 48px;
}
.priceSpanThis{
    width:151px;
    height:12px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:14px;
}