.productlist {
    padding: 50px 0;
    background: #202021;
    min-height: 100vh;
}
.pro_ul img {
    margin-bottom: 20px;
}
.pro_main {
    font-size: 16px;
    color: #333;
    height: 385px;
}
.pro-title {
    color: #999999;
}
.pro-top{
    height: 197px;
    background: #181818;
}
.pro-remark{
    display: flex;
    justify-content: space-between;
}
.amount{
    display: flex;
    align-items: center;
    color: #fcc14e;
}
.pro-title{
    color: #b4b4b4;
}
.transition span{
    color: #fff;
}
.pro_ul{
    padding-left: 25px;
    padding-right: 25px;
}
.container{
    max-width: 1200px;
}
.probanner{
    height: auto;
}