/**!
* 搜索结果
* date: 2022-01-14
* author: wangkai;
*/

html {
    position: relative;
    min-height: 100%;
    background-color: #f4f4f7;
}
body {
    margin-bottom: 120px;
}

.ft-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* .header-center {
    background: #fff;
}
 */
.content {
    color: #333;
}

.breadcrumb {
    padding-top: 18px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
}

.breadcrumb>li {
    float: left;
    color: #e81425;
}

.breadcrumb>li>a {
    color: #333;
}


.goods-bd {
    margin: 0 -10px;
}

.goods-node {
	float: left;
    width: 33.3333333333333%;
}

.goods-item {
    display: block;
    margin: 20px 10px 0 10px;
    height: 540px;
}

.goods-img {
    position: relative;
    height: 378px;
    overflow: hidden;
}

.goods-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;
}

.goods-img>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;
}

.goods-info {
    padding: 20px 30px 0 30px;
}

.goods-name {
    height: 56px;
    line-height: 28px;
    overflow: hidden;
    font-size: 18px;
}

.goods-tips {
    margin-top: 18px;
    height: 36px;
    line-height: 36px;
}

.goods-price {
    float: left;
    font-weight: bold;
    color: #e81425;
}

.goods-price>span:nth-child(1) {
    font-size: 28px;
}

.goods-price>span:nth-child(2) {
    font-size: 20px;
	float: right;
	padding-left: 5px;
}

.goods-reserve {
    float: right;
    width: 109px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background: #e81425;
}

.no-result {
    margin-top: 26px;
    padding: 28px 50px 28px 25px;
    line-height: 30px;
    background: #fbfaf5;
    border: 1px solid #bf9411;
    font-weight: 600;
    font-size: 18px;
}

.no-tips {
    float: left;
    width: calc(100% - 140px);
}

.return-home {
    position: relative;
    float: right;
    color: #e81425;
}

.return-home::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #e81425;
}

.nogroup{
	height: 25px;
}

.ptuan-wrap {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}
.ptuan-wrap em {
	color: #d82a38;
}
.pro-process {
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: #e86444;
}
.pro-process .process-bar {
	width: 100px;
	height: 4px;
	border-radius: 2px;
	background: -webkit-linear-gradient(left, #904e95, #eb7355);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #904e95, #eb7355);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #904e95, #eb7355);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #904e95, #eb7355);
	/* 鏍囧噯鐨勮娉� */
}
