.flat-div{
    padding: 0;
}
.sub-btn{
    margin-right: 5px;
}
.lists-wrap {
    background: #f4f4f4;
    padding: 10px 0 50px;
}

.lists-wrap .l {
    width: 80%;
    background: #fff;
}

.lists-wrap .r {
    width: 20%;
}

.lists-wrap .item:after,
.lists-wrap .item .product-info:after,
.lists-wrap .item .product-info .text-container ul {
    content: ' ';
    display: table;
    clear: both;
}

.lists-wrap .item {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
}

.lists-wrap .item:hover{
    box-shadow: 0  0 5px 0 #5790ff;
    z-index: 2;
}

.lists-wrap .item:last-child {
    border-bottom: none;
}

.lists-wrap .item .product-info {
    float: left;
    width: 65%;
    padding: 20px 0;
    padding-left: 20px;
}

.lists-wrap .item .product-info .product-pic {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
}

.lists-wrap .item .product-info .text-container {
    float: left;
    width: calc(100% - 170px);
    padding: 0 20px;
}

.lists-wrap .item .product-info .text-container h2,
.lists-wrap .item .product-info .text-container h3 {
    line-height: 24px;
    margin-bottom: 0;
}

.lists-wrap .item .product-info .text-container h2 a:hover{
    text-decoration: underline !important;
    color: #1da1f2;
}

.lists-wrap .item .product-info .text-container h2 a,
.lists-wrap .item .product-info .text-container h3 {
    font-size: 16px;
    color: #222;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.lists-wrap .item .product-info .text-container .description {
    color: #666;
    margin: 10px 0 10px 0;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

@media screen and (max-width: 1500px) {
    .lists-wrap .item .product-info .text-container .description {
        margin: 5px 0;
    }
}

.lists-wrap .item .product-info .text-container ul {
    margin-bottom: 0;
}

.lists-wrap .item .product-info .text-container li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}

@media screen and (max-width: 1500px) {
    .lists-wrap .item .product-info .text-container li {
        margin-bottom: 3px;
    }
}

.lists-wrap .item .product-info .text-container .interaction {
    padding-top: 10px;
}

@media screen and (max-width: 1500px) {
    .lists-wrap .item .product-info .text-container .interaction {
        padding-top: 5px;
    }
}

.lists-wrap .item .product-info .text-container .interaction span {
    margin-right: 10px;
}

.lists-wrap .item .product-info .text-container .interaction span i {
    color: #666;
}

.lists-wrap .item .product-info .text-container .interaction span.active i {
    color: #f5a623;
}

.lists-wrap .item .product-info .text-container h3 {
    margin-bottom: 5px;
    font-size: 14px;
}

.lists-wrap .item .company-info {
    float: left;
    width: 35%;
    padding: 20px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.lists-wrap .item .company-info h2 {
    line-height: 30px;
    height: 30px;
/*     overflow: hidden; */
    font-size: 16px;
    padding-left: 40px;
    position: relative;
}

.lists-wrap .item .company-info h2 a > span {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 30px;
    font-weight: 700;
}

.company-info .avatar {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
}

.company-info .description {
    color: #666;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    margin-top:6px;
    margin-bottom: 0;
}

@media screen and (max-width: 1260px) {
    .company-info .description {
        max-height: 22px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.company-info .country {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    width: 20px;
    height: 16px;
    margin-right: 5px;
}

.company-info .badge {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 4px 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.company-info .rz-wrap {
    padding-bottom: 5px;
}

.company-info .rz-wrap span {
    margin-right: 5px;
}

.lists-wrap .res-item {
    margin-left: 20px;
    padding-left: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.lists-wrap .res-item:last-child {
    border-bottom: none;
}

.lists-wrap .res-item h2 {
    font-size: 16px;
    color: #333;
    padding: 20px 0 15px 0;
}

.lists-wrap .res-item li {
    padding-bottom: 10px;
    color: #5b5b5b;
}

.lists-wrap .res-item li .title {
    width: 130px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1500px) {
    .lists-wrap .res-item li .title {
        width: 50%;
    }
}

@media screen and (max-width: 1260px) {
    .lists-wrap .res-item li .title {
        width: calc(100% - 50px);
    }
}

.lists-wrap .res-item li .result {
    float: right;
    display: inline-block;
    width: calc(100% - 130px);
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

@media screen and (max-width: 1500px) {
    .lists-wrap .res-item li .result {
        width: 50%;
    }
}

@media screen and (max-width: 1260px) {
    .lists-wrap .res-item li .result {
        display: none;
    }
}

.lists-wrap .res-item li .result .rate {
    color: #67bb93;
}

.lists-wrap .res-item li .min-rate {
    float: right;
    width: 50px;
    color: #67bb93;
    text-align: center;
    display: none;
}

@media screen and (max-width: 1260px) {
    .lists-wrap .res-item li .min-rate {
        display: block;
    }
}

.lists-wrap .res-item .full li .title {
    width: 100% !important;
}

.search-helper {
    float: left;
    width: calc(20% - 15px);
    background: #fff;
    margin-left: 15px;
}

.search-helper h2 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
}

.search-helper .item-wrapper {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.search-helper .item-wrapper .s {
    line-height: 26px;
}

.search-helper .item-wrapper .s:after{
    content: ' ';
    display: table;
    clear: both;
}

.search-helper .item-wrapper .s > span {
    float: right;
    line-height: 26px;
}

.search-helper .item-wrapper .s > a {
    display: block;
    max-width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-helper .item-wrapper .s > a:hover {
    color: #1da1f2;
}

.search-helper .related-search a, .search-helper .history-search a{
	border-bottom: 1px dashed #EEE;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-weight: 700;
	position: relative;
	padding-left:25px;
}
.search-helper .related-search a i, .search-helper .history-search a i{
	font-size: 12px;
	display: block;
	position: absolute;
	background: #5FB0E1;
	width: 18px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.search-helper .related-search a:last-child, .search-helper .history-search a:last-child{
	border-bottom: 0;
}
.search-helper .related-search a{
	padding-right:38px;
}
.search-helper .related-search a .score{
	font-size: 12px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
}
.search-helper .related-search a i.first{
	background-color: #f54545;
}
.search-helper .related-search a i.second{
	background-color: #ff8547;
}
.search-helper .related-search a i.third{
	background-color: #ffac38;
}
.search-helper .related-search a i.normal{
	background-color: #5FB0E1;
}

.search-helper .history-product a{
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
}
.search-helper .history-product a:last-child{
	border-bottom: 0;
}
.search-helper .history-product a img{
	width: 40px;
	height: auto;
	display: block;
	float: left;
}
.search-helper .history-product a .product{
	float: left;
	width: calc( 100% - 50px );
	padding-left: 8px;
}
.search-helper .history-product a .product .title{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size: 14px;
	font-weight: 700;
}
.search-helper .history-product a .product .brief{
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size: 12px;
	color: #888;
}

@media screen and (max-width: 1260px) {
    .sub-btn {
        padding: 0 10px;
    }
}