.topmenu{
    width: 100%;
    background-color: white;
    height: 44px;
    border-bottom: 1px solid #EDEDED;
}
.topmenu dt{
    width:33.3%;
    float:left;
}
.selectlist{
    width:100%;
    height:auto;
    box-sizing: border-box;
}
.select_textdiv{
    height: 44px;
    width: 100%;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #ededed;
    position: relative;
    border-left:2px solid -webkit-linear-gradient(red, blue);
    z-index: 999;
    background-color: white;
}
.select_textul{
    width:100%;
    line-height: 3rem;
    box-sizing: border-box;
    display: none;
    max-height: 20rem;
    overflow-y: scroll;
}
.select_first_ul{
    width: 100%;
    background: white;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    z-index: 9999;
}
.select_first_ul>li{
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.select_first_ul>li>p{
    width: 50%;
    padding: 0 1rem;
    box-sizing: border-box;
    border-bottom: 1px #ededed solid;
}
.focus>p{
    /*border-bottom:1px #129243 solid !important;*/
    /*color:#129243;*/
}
.select_second_ul{
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    /*z-index: 1;*/
}

.down{
    position: absolute;
    top: 0;
    right: 0.5rem;
    display: inline-block;
    width:1rem;
    height:100%;
}
.down img{
    width:1rem;
    margin-top: 1rem;
}
.divfocus::after{
    position: absolute;
    bottom:-1px;
    left:46%;
    border-bottom:0.5rem solid #129243;
    border-left:0.5rem solid transparent;
    border-right:0.5rem solid transparent;
    content: "";
}
.focusli{
    background: #ffc107;
    color: #FFFFFF;
}
.select_second_ul>li{
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
}
.topmenu p {
    font-weight: normal;
}
.main-content {
    padding-bottom: 0;
}
.main-content .top-content {
    position: fixed;
    width: 100%;
}
.main-banner img {
    width: 100%;
    height: 150px;
}

/* 筛选条件 */
.main-content .filter {
    background-color: white;
    height: 40px;
    padding: 0 20px;
}
.filter ul {
    /*display: flex;
    justify-content: space-between;*/
}
.filter ul li {
    line-height: 40px;
}
.filter ul .cur {
    color: #FF5200;
}

/* 商品列表 */
.main-content .product-list {
    margin: 200px 10px 10px;
}
.product-list .item-row {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
}
.product-item .cover {
    width: 170px;
    height: 120px;
    border-radius: 4px 4px 0 0;
}
.product-item .detail {
    background-color: white;
    width: 170px;
    padding: 10px;
}
.product-item .detail .detail-title .tag {
    background: rgba(255,109,0,0.1);
    padding: 2px 4px;
    font-size: 8px;
    color: #FF7700;
}
.product-item .detail .detail-title .title {
    margin-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 110px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.product-item .detail .detail-content {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.product-item .detail .detail-content .content-left span {
    color: #FF6D00;
    vertical-align: middle;
}
.product-item .detail .detail-content .content-right span {
    font-size: 10px;
    color: #808080;
}
.product-item .detail .detail-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}
.product-item .detail .detail-bottom button {
    background-color: transparent;
    border: 1px solid #FF6D00;
    color: #FF6D00;
    padding: 1px 4px;
    border-radius: 2px;
}