
.msg-box{
    width: 100%;
    height: 93px;
    background-image: url(../../static/img/msg_title.1fe7737f.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.msg-title{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    width: 400px;
    padding-bottom: 10px;
    padding-top: 90px;
}
.msg-deta{
    font-size: 12px;
    color: rgba(0,0,0,.4);
    line-height: 18px;
}
.msg-content{
    min-height: 30vh;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: rgba(0,0,0,.6);
    line-height: 27px;
}
.home-link li:nth-child(1) .ant-list-item-meta-avatar{
    padding: 10px;
    background: rgb(255,169,35,0.1);
    border-radius: 6px;
}
.home-link li:nth-child(2) .ant-list-item-meta-avatar{
    padding: 10px;
    background: rgb(254,32,26,0.1);
    border-radius: 6px;
}
.home-link li:nth-child(3) .ant-list-item-meta-avatar{
    padding: 10px;
    background: rgb(17,205,111,0.1);
    border-radius: 6px;
}
.home-link li:nth-child(4) .ant-list-item-meta-avatar{
    padding: 10px;
    background: rgb(147,114,254,0.1);
    border-radius: 6px;
}
.home-link .ant-spin-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-link .ant-list-item{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: 0 !important;
    background: #fff;
    margin-right: 20px;
    padding: 15px 20px;
    cursor: pointer;
}
.home-link .ant-list-item:last-child{
    margin-right: 0;
}
.total-form{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.total-ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.total-ul li{
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
  /*  nth-child(3n+2)  3n表示“每三分之一”，而+2表示“从第二位开始”。  */
.total-ul li:nth-child(3n+2) {
      margin: 0 20px;
}
.total-title{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #111111;
    margin-bottom: 24px;
    display: block;
}
.total-num{
    font-size: 28px;
    font-family: Century Gothic;
    font-weight: 400;
    color: #111111;
    margin-bottom: 25px;
}
.total-img{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 15px;
    right: 20px;
}
.total-bg6{
    background: rgb(255,169,35,0.2);
    padding: 16px 10px;
}
.total-bg5{
    background: rgb(254,44,39,0.2);
    padding: 20px 10px;
}
.total-bg4{
    background: rgb(9, 180, 42,0.2);
    padding: 17px 10px;
}
.total-bg1{
    background: rgb(142, 111, 254,0.2);
    padding: 19px 10px;
}
.total-bg2{
    background: rgb(16, 83, 245,0.2);
    padding: 17px 10px;
}
.total-bg3{
    background: rgb(31, 180, 148,0.2);
    padding: 19px 10px;
}
.total-img img{
    display: block;
    width: 60%;
    margin: 0 auto;
}
.total-test{
    font-size: 15px;
font-family: PingFang SC;
font-weight: 500;
color: #666666;
display: inline-block;
margin-right: 10px;
}
.total-col{
    font-size: 16px;
font-family: Century Gothic;
font-weight: 400;
color: #44BB51;
display: inline-block;
margin-right: 50px;
}
.total-cols{
    font-size: 16px;
font-family: Century Gothic;
font-weight: 400;
color: #397CFE;
display: inline-block;
}

