.bottom {
    width: 100%;
    height: 320px;
    background-color: #333333;
    font-size: 14px;
   
    
}
.bottom-panel {
    height: 320px;
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
    box-sizing: border-box;
}
.bottom-item1 {
    width: 320px;
    height: 100%;
}
.bottom-item2 {
    width: 440px;
    height: 100%;
}
.bottom-item3 {
    width: 320px;
    height: 100%;
}
.bottom-hr {
    border-bottom: 1px dashed #a0a0a0;
    margin-top: 12px;
    margin-bottom: 12px;
}
.y-num {
    display: flex;
    align-items: center;
    margin-top: 12px;
} 
.y-num .y-box {
    width: 200px;
    height: 22px;
    background-color: #232323;
    border-radius: 30px;
    margin-left: 15px;
}
.y-num .y-box div {
    width:100%;
    height: 22px;
    background-color: #ffd478;
    border-radius: 30px;
    text-align: left;
    line-height: 22px;
    padding-left: 20px;
	overflow: hidden;
    color: #f30000;
}
.b-png {
    position: relative;
    margin-top: 10px;
}
.b2 {
    position: absolute;
    left: 34px;
    top: 10px;
}
.b-color {
    color: #e5cb5c;
}
.m-r-20 {
    margin-top: 10px;
    display: block;
}
.b-color-95 {color: #959595;}
.pd-l-r {
    margin: 0 6px;
}
.b-b-nav {
    color: #959595;
}
.b-b-nav:last-child{
    margin-top: 10px;
}
.b-brower {
    display: flex;
}
.b-brower div{
    width: 50px;
    height: 65px;
    margin-left: 10px;
    text-align: center;
}
.b-brower div img{
   width: 30px;
   height: 30px;
}
.b-brower div span{
    display: block;
   color: #fff;
   font-size: 12px;
   margin-top: 10px;
   text-align: center;
 }
 .b-bt-bottom {
    width: 100%;
    line-height: 42px;
    height: 42px;
    background-color: #272727;
    color: #acacac;
    text-align: center;
 }