.noactivity{
    padding: 197px 855px 236px 823px;
}
.noactivity p{
    font-size: 18px;
    font-weight: 400;
    color: #878787;
    text-align: center;
    margin-top: 16px;
    margin-left: 12px;
}
.fication{
    padding-top: 45px;
    width: 1200px;
    margin: 0 auto;
}
.fication ul{
    display: flex;
    align-items: center;
}
.fication ul li {
    color: #878787;
    font-size:18px;
}
.fication ul li div{
    width: 71px;
    height: 3px;
    background: linear-gradient(180deg, #FFAA53 0%, #FD7129 100%);
    border-radius: 11px;
    margin-top: 4px;
    visibility: hidden;
}
.fication ul li:not(:first-child){
    margin-left: 64px;
}
.fication .now div{
    visibility: visible;
}
.fication .now {
    font-weight: 500;
    color: #FD7129;
}
.solid{
    width: 1200px;
    height: 1px;
    background: #AAAAAA;
    margin: 0 auto ;
}
.list{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 68px;
}
.list ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.list li{
    position: relative;
    margin-top: 26px;
}
.list li div{
    display: flex;
    justify-content: space-between;
    padding: 0 18px 0 14px;
    margin-top:-20px;
}
.list li div p{
    font-size: 16px;
    font-weight: 500;
    color: #343434;
}
.list li div p span{
    color: #FE6D24;
}
.list li div h2{
    font-size: 16px;
    font-weight: 400;
    color: #878787;
}
.list li .hot{
    position: absolute;
    top:34px;
    left: 14px;
    width: 84px;
    height: 23px;
    background: linear-gradient(135deg, #8A2387 0%, #E94057 52%, #F27121 100%);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px 0 5px 0;
    color: #ffffff;
}