@charset "UTF-8";
.bodyWrap{
    overflow: hidden;
    width: 100%;
    background-color: #FFEFDE;
}
.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-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-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-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-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;
}
.goodsList li{
    float: left;
    width:285px;
    /* height:300px; */
    background:#ffffff;
    box-shadow:0px 0px 10px 0px rgba(221,221,221,0.5);
    margin: 20px 20px 0px 0px;
    padding-bottom: 10px;
}
.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;
    color:rgba(150,150,150,1);
    line-height:18px;
    width: 100%;
    height: 34px;
    padding-top: 12px;
    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;
    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-weight:400;
    color:rgba(51,51,51,1);
    line-height:14px;
}
.search-bottom-list>li span,
.Selectedlist-title,
.gooodsName,
.search-bottom-list>li .seachBtn,
.selected-item>li{
    font-family:Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/**pic-nav样式*/
.pic-nav{
    padding:30px 88px 30px 88px;
    background-color: #fff;
    margin-top: 35px;
}
.pic-nav li{
    float:left;
    text-align: center;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #D5151F;
}
.pic-nav li > img {
    width: 48px;
    height: 48px;
}
.pic-nav li > .pic-nav-title{
    margin-top: 12px;
    color: rgba(0,0,0,0.65);
    font-size: 16px;
}
.pic-nav .arrow{
    width: 11px;
    height: 18px;
    background: url(../img/server/arrow.png) no-repeat center;
    background-size: cover;
    margin-top: 12px;
    margin-left: 37px;
    margin-right: 36px;
}
.content-title{
    font-size:24px;
    color:#333;
    line-height: 24px;
    height: 24px;
}
.outside-item .title{
    height: 63px;
}
.content-title::before{
    content:'';
    display: inline-block;
    height: 24px;
    margin-right:10px;
    width: 4px;
    background-color: #d3021b;
    vertical-align: top;
}
.bannerBox-content-center{
    text-align: center;
}
.bannerDiv{
    height: 240px;
    /* background:url(../img/server/banner.png) center no-repeat; */
    background:url(../img/new-banner.png) center no-repeat;
    background-size: cover;
}
.goods-list-button{
    height: 38px;
    margin-top:14px;
}
.goods-list-button > div {
    float:left;
    width: 50%;
    text-align: center;
}
.goods-list-button .layui-btn{
    width:110px;
}

/*协议服务样式*/
.outside-list li{
    width: calc(33% - 20px);
    height: 220px;
    box-sizing: border-box;
}
.outside-item{
    padding: 20px 20px 0 20px;
}
.outside-list .title{
    font-size: 16px;
}
.badge{
    background-color: #207AD6;
    color: #fff;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 12px;
}
.text-red-color{
    color: #ff2626;
}
.no-login-msg{
    height: 200px; 
    line-height: 200px; 
    width: 100%; 
    background-color: #fff;
    font-size: 16px;
    color: #e11b10;
    margin-top:20px;
}
.dialog-content-flex {
    display: flex;
    align-items: center;
}
.layui-layer.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
    background-color: #d3021b;
    border-color: #d3021b;
}
.layui-layer-btn .layui-layer-btn0:hover {
    opacity: 0.8;
}