﻿.con{
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 25px;
}
.tree{
    width: 200px;
    flex-shrink: 0;
}
.treeTitle{
    height: 19px;
    margin-bottom: 26px;
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111;
}
.treeTitle a{
    color: #111;
    text-decoration: none;
}
.treeTitle a.curr, .treeTitle a:hover{
    color: #54bac9;
    text-decoration: none;
}
.con_right{
    width: 1060px;
    overflow: hidden;
}
.subTitle{
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111
}
.products{
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    width: 1200px;
    min-height: 500px;
    _height: 500px;
    padding-bottom: 50px;
}
.product{
    cursor: pointer;
    width: 140px;
    box-sizing: border-box;
    height: 230px;
    margin: 28px 90px 0 0;
}
.product .img{
    width: 140px;
    height: 140px;
}
.product .img a{
    display: block;
    width: 140px;
    height: 140px;
}
.product .img img{
    display: block;
    width: 140px;
    height: 140px;
    border: none;
}
.product .tit{
    height: 19px;
    margin-top: 14px;
    line-height: 19px;
    font-size: 14px;
    color: #181818;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}
.product .tit a{
    color:#181818;
}
.product .tit a:hover{
    color:#54bac9;
    text-decoration: none
}
.product .sn{
    height: 19px;
    margin-top: 10px;
    line-height: 19px;
    font-size: 14px;
    color: #5B5B5B
}
.hot{
    width: 376px;
    height: 524px;
    border: 1px solid #D1D1D1;
}
.hot .hotHeader{
    width: 376px;
    height: 100px;
    background: rgb(133,120,107);
    position: relative;
    cursor: pointer;
}
.hotHeader .miniTitle{
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    top: 32px;
    left: 36px;
}

.hotHeader .goodsTitle{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 53px;
    left: 36px;
}
.hotGo{
    width: 26px;
    height: 26px;
    top: 43px;
    left: 320px;
    position: absolute;
    cursor: pointer;
    background-image: url(../images/形状\ 3.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.hotList{
    padding-top: 17px;
}
.hotList>div{
    height: 111px;
    margin-bottom: 8px;
    position: relative;
}
.hotNum{
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45px;
    left: 37px;
    background-size: contain;
    background-repeat: no-repeat;
}
.hotNum.num_1{
    background-image: url(../images/num1.png);
}
.hotNum.num_2{
    background-image: url(../images/num2.png);
}
.hotNum.num_3{
    background-image: url(../images/num3.png);
}
.hotImg{
    width: 142px;
    height: 111px;
    background: #4E4E4E;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    left: 67px;
}
.hotInfo{
    position: absolute;
    left: 239px;
    display: flex;
    width: 136px;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.hotInfoTitle{
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 4px;
}
.hotInfoSale{
    font-size: 8px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E4B300;
}
.hotInfoPrice{
    font-size: 8px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}