.goodsContents{
    display: flex;
    justify-content: space-between;
}
.leftBox{
    width: 200px;
    height: 1046px;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.leftBox>.jifen{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #003399;
    background-color: #F7F9FC;
    position: relative;
    padding: 16px 20px;
}
.leftBox>.jifen>.back3{
    width: 82px;
    height: 57px;
    background: url('../../images/boxBack3.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.leftBox>.jifen>.p01{
    width: 100%;
    height: 16px;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}
.leftBox>.jifen>.p02{
    width: 100%;
    height: 32px;
    font-family: 'phb';
    font-size: 24px;
    color: #003399;
    line-height: 32px;
}
.leftBox>.cates{
    width: 100%;
    flex: 1;
    padding-top: 10px;
}
.leftBox>.cates>.list{
    width: 100%;
    height: 911px;
    overflow-y: auto;
}
.leftBox>.cates>.list>.item{
    display: block;
    width: 100%;
    height: 36px;
    font-family: 'phr';
    font-size: 12px;
    color: #666666;
    line-height: 36px;
    padding-left: 10px;
    cursor: pointer;
}
.leftBox>.cates>.list>.item.active{
    background-color: #EEF4FC;
    color: #003399;
}
.leftBox>.cates>.list>.item:hover{
    color: #003399;
}

/* 右边部分 */
.rightBox{
    width: 990px;
    height: 1046px;
    background-color: white;
    padding: 20px;
}
.rightBox>.filters{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rightBox>.filters>.sort{
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.rightBox>.filters>.sort>.sortItem{
    font-family: 'phr';
    font-size: 12px;
    color: #333333;
    line-height: 1em;
}
.rightBox>.filters>.sort>.sortItem:hover{
    color: #003399;
}
.rightBox>.filters>.sort>.sortItem.active{
    color: #003399;
}
.rightBox>.filters>.sort>.sortItem:first-child{
    margin-right: 20px;
}
.rightBox>.filters>.sort>.sorticon{
    width: 15px;
    height: 28px;
    background: url('../../images/sort.png') center no-repeat;
    background-size: contain;
    margin-right: 7px;
}
.rightBox>.filters>.sort>.sorticon.sortUp{
    background: url('../../images/sortUp.png') center no-repeat;
    background-size: contain;
}
.rightBox>.filters>.sort>.sorticon.sortDown{
    background: url('../../images/sortDown.png') center no-repeat;
    background-size: contain;
}
.rightBox>.filters>.sort>input{
    width: 70px;
    height: 28px;
    border: 1px solid #CDCDCD;
    background-color: white;
    font-family: 'phr';
    font-size: 12px;
    padding: 0 10px;
}
.rightBox>.filters>.sort>input:hover{
    border: 1px solid #003399;
}
.rightBox>.filters>.sort>span{
    width: 8px;
    height: 1px;
    background-color: #666666;
    margin: 0 6px;
}
.rightBox>.filters>.search{
    width: 453px;
    height: 40px;
    border: 1px solid #FFCC00;
    position: relative;
}
.rightBox>.filters>.search>input{
    width: 100%;
    height: 38px;
    border: none;
    background-color: white;
    padding-left: 10px;
    padding-right: 50px;
    font-family: 'phr';
    font-size: 14px;
    color: #999999;
    line-height: 1em;
}
.rightBox>.filters>.search>div{
    width: 38px;
    height: 38px;
    background-color: #FFCC00;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightBox>.filters>.search>div>div{
    width: 16px;
    height: 16px;
    background: url('../../images/search.png') center no-repeat;
    background-size: 100% 100%;
}
.rightBox>.filters>.links{
    flex: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.rightBox>.filters>.links>a{
    width: 48px;
    height: 40px;
}
.rightBox>.filters>.links>a>div{
    width: 100%;
    height: 24px;
    margin-bottom: 2px;
}
.rightBox>.filters>.links>a:first-child{
    margin-right: 20px;
}
.rightBox>.filters>.links>a:nth-child(1)>div{
    background: url('../../images/orders.png') center no-repeat;
    background-size: contain;
}
.rightBox>.filters>.links>a:nth-child(2)>div{
    background: url('../../images/cart.png') center no-repeat;
    background-size: contain;
}
.rightBox>.filters>.links>a>p{
    width: 100%;
    height: auto;
    font-family: 'phr';
    font-size: 12px;
    color: #003399;
    line-height: 16px;
    text-align: center;
}
.rightBox>.list{
    width: 100%;
    /* height: 912px; */
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 20px;
}
.rightBox>.list>.item{
    width: 230px;
    height: 294px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 20px 15px;
    border: 1px solid #F3F3F3;
    display: block;
}
.rightBox>.list>.item:nth-child(4n){
    margin-right: 0;
}
.rightBox>.list>.item>.img{
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.rightBox>.list>.item>p{
    width: 100%;
    font-family: 'phr';
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
}
.rightBox>.list>.item>.price{
    width: 100%;
    height: 24px;
    display: flex;
    align-items: flex-end;
}
.rightBox>.list>.item>.price>.p01{
    font-family: 'phb';
    font-size: 18px;
    line-height: 24px;
    color: #003399;
}
.rightBox>.list>.item>.price>.p02{
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    color: #003399;
    margin-left: 2px;
}
.rightBox>.list>.item:hover{
    border: 1px solid #003399;
}
.rightBox>.list>.item:hover>p{
    color: #003399;
}

.rightBox>.noResult{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.rightBox>.noResult>div{
    width: 40px;
    height: 40px;
    background: url('../../images/noResult.png') center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.rightBox>.noResult>p{
    width: 100%;
    font-family: 'phr';
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #666666;
    margin-top: 10px;
}