.adImg{
    width: 38px;
    height: 16px;
}
.adImg2{
    width: 24px;
    height: 10px;
}
.margin4-10{
    margin: 4px 0 0 10px
}
.margin2{
    margin: 2px 0 0 0;
}
.product-list-new li.Wang .hot-product .through-list .in-x .xp {
    border-radius: 3px;
}
.product-list-new li.Wang .hot-product .through-list .in-x .xp {
    color: #6b4c1c;
    background: #f9d588;
}
.sm-list-title{
    display: inline-block;
    max-width: 460px;
    height: 25px !important;
    overflow: hidden;
}
.rl{
    position: relative;
    top: -10px;
    margin-left: 0px;
}
.wangImg{
    position: relative;
    top: 2px;
    width: 52px;
    height: 16px;
    
}
.fr{
    float: right;
}
.product-dt-list-new li .detailed p{
    position: relative;
}
.adCon{
    display: inline-block;
    padding: 0 0 0 5px;
    height: 20px;
    line-height: 15px;
    /* text-align: center; */
}
.adCon .adImg{
    margin: 0;
}
.bgPos{
    position: absolute;
    float: right;
    bottom: 0;
    right: 0;
}

.wangBg{
    background: #fffcf5;
}
.wangHover{
    background: #ff4e00;
}
.p4pHover{
    background: #ff8400;
}
.address-new{
    height: 27px;
}
.top6{
    position: relative;
    top: 6px;
}

.product-dt-list-con{
    width: 1390px;
    min-width: 950px;
    height: 370px;
    margin: 0 auto;
}
.no-margin{
    margin: 0 !important;
}

.product-dt-list-title{
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 18px;
    margin: 0 0 10px 0;
}
.product-dt-list-title span{
    display: inline-block;
    position: absolute;
    top: 10px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #333333;
    padding-left: 6px;
    border-left: 3px solid #ff6700;
}
.product-dt-list-title a{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 166px;
    height: 38px;
}
.product-dt-list-con .product-dt-list-new{
    text-align: center;
}
.product-dt-list-con .product-dt-list-new li{
    height: 314px;
}
@media (min-width: 1390px){
    .item{
        display: inline-block
    }
    .item:nth-child(6){
        margin: 0;
    }

}
@media (min-width: 1190px) and (max-width: 1390px) {
    .item:nth-child(6){
        display: none
    }
    .item:nth-child(5){
        margin: 0;
    }
    .product-dt-list-con{
        width: 1190px;
    }
}
@media (max-width: 1190px){
    .item:nth-child(6), .item:nth-child(5){
        display: none
    }
    .item:nth-child(4){
        margin: 0;
    }
    .product-dt-list-con{
        width: 950px;
    }
}


.bwc-tg {
    width: 220px;
    height: 220px;
    margin-bottom: 10px;
}

.bwc-pic {
    display: block;
    width: 220px;
    height: 220px;
}

/* 360onebox */
.search-right-box {
	width: 220px;
}

.search-onebox-tit {
	display: block;
	font-size: 14px;
	color: #1024ee;
	text-decoration: underline;
	margin-bottom: 4px;
}

.search-onebox-tit:hover {
	text-decoration: underline;
}

.search-onebox-list {
	width: 216px;
	height: 216px;
	padding: 4px 0 0 4px;
	background-color: #f5f5f5;
}

.search-onebox-item {
	float: left;
	width: 104px;
	height: 104px;
	margin: 0 4px 4px 0;
	position: relative;
	overflow: hidden;
}

.search-onebox-item::after {
	content: '';
	width: 31px;
	height: 31px;
	background: url(../images/search-onebox-icon.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.search-onebox-pic {
	display: block;
	width: 104px;
	height: 104px;
}

.search-onebox-name {
	height: 30px;
	line-height: 1.4;
	padding: 4px;
	color: #fff;
	background-color: rgba(25, 185, 85, 0.9);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
	position: absolute;
	bottom: -38px;
	-webkit-transition: bottom 0.4s ease;
	-moz-transition: bottom 0.4s ease;
	-ms-transition: bottom 0.4s ease;
	-o-transition: bottom 0.4s ease;
	transition: bottom 0.4s ease;
}

.search-onebox-item:hover .search-onebox-name {
	bottom: 0;
}

.search-onebox-botlink {
	font-size: 14px;
	color: #4e9c62;
	margin: 2px 0 12px;
}