body
{
    background-image:url(../img/bg.png);
    background-repeat:no-repeat;
    background-size: 100% 271px;
    /*background-color:#cccccc;*/
    background-color: #F2F2F2;
}
.title{
    /*width: 138px;*/
    /*height: 25px;*/
    text-align: center;
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 21px;
    letter-spacing: 2px;
    margin-top: 53px;
    /*text-align: center;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.bg-tm{
    margin-top: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 387px;
    height: 100px;
    background: rgba(255,255,255,0.2);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
/*.z-center{*/
/*    text-align: center;*/
/*}*/
/*.log{*/
/*    margin-top: 50px;*/
/*}*/
.logo{
    width: 100%;
    /*width: 324px;*/
    height: 52px;
}
.white-content{
    /*background-color: #FFFFFF;*/
    /*height: 200px;*/

    /*border-radius: 5px 5px 5px 5px;*/
    margin-top: 14px;
}

.list-img{
    background-color: #FFFFFF;
    /*height: 200px;*/
    padding: 9px;
    border-radius: 5px 5px 5px 5px;
}
.list-img img{
    width: 100%;
}

.list-title{

    /*width: 130px;*/
    /*height: 20px;*/
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 17px;
    -webkit-background-clip: text;
    flex: 1;
    width: 0;
    display: flex;
    /*justify-content: center;*/
    align-items: center;

}
.list-rz{
    flex: 1;
    /*width: 59px;*/
    /*height: 19px;*/
}
.list-content{
    /*width: 149px;*/
    /*height: 62px;*/
    font-size: 11px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 13px;
    -webkit-background-clip: text;
    height: 60px;
    overflow: auto;
    /*-webkit-text-fill-color: transparent;*/
}

.foot{
    margin-top: 14px;
    margin-bottom: 24px;
    text-align: center;
}

.foot-img{
    width: 170px;
    height: 15px;
}