.heart {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(9, 1fr);
}

.heart>* {
    width: 46px;
    height: 46px;
    /* border: 1px solid red; */
    font-size: 30px;
}

.heart dot {
    animation: animate 8s infinite ease-out;
    filter: opacity(0);
    animation-iteration-count: 1;
    /*动画只执行一次*/
    animation-fill-mode: forwards;
    /*让动画停留在最后一帧 */

    /* background-color: red; */
}

.heart dot:nth-of-type(2n) {
    animation-delay: 0.2s;
}

.heart dot:nth-of-type(3n) {
    animation-delay: 0.3s;
}

.heart dot:nth-of-type(4n) {
    animation-delay: 0.4s;
}

.heart dot:nth-of-type(5n) {
    animation-delay: 0.5s;
}

.heart dot:nth-of-type(6n) {
    animation-delay: 0.6s;
}

.heart dot:nth-of-type(7n) {
    animation-delay: 0.7s;
}

.heart dot:nth-of-type(8n) {
    animation-delay: 0.8s;
}

.heart dot:nth-of-type(9n) {
    animation-delay: 0.9s;
}

.heart dot:nth-of-type(10n) {
    animation-delay: 1.0s;
}

.heart dot:nth-of-type(11n) {
    animation-delay: 1.1s;
}

@keyframes animate {
    0% {
        filter: opacity(0);
        transform: translateY(-10em);
    }

    25%,
    75% {
        filter: opacity(1);
        transform: translateY(0);
    }

    100% {
        filter: opacity(1);
        transform: translateY(0em);
    }
}

.z-mainleft-num {
    width: 470px;
    height: 142px;
    background: url(../img/num.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.z-mainleft-num .num-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFEFE;
}

.z-mainleft-num .num-b {
    display: flex;
    margin-top: 10px;
    align-items: center;
    margin-left: 55px;
    font-size: 18px;
    color: #FFFEFE;
}

.z-mainleft-num .num-b span {
    display: inline-block;
    width: 18px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #FFFEFE;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    margin-right: 10px;
}

.xinyuan {
    padding-left: 15px;
    font-size: 18px;
    color: #C3000A;
    font-weight: bold;
    background: url(../img/Rectangle5.png) no-repeat left center;
}

.state {
    width: 74px;
    height: 32px;
    background: #C3000A;
    border-radius: 4px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}
.z-mainright-con ul{
    width: 100%;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}
.z-mainright-con ul li{
    width: 32%;
    margin-left: 14px;
    margin-top: 14px;
    overflow: hidden;
}
.z-mainright-con ul li:nth-child(1){
    margin-left:0;
}
.z-mainright-con ul li:nth-child(4){
    margin-left:0;
}
.z-mainright-con ul li:nth-child(7){
    margin-left:0;
}
.z-mainright-con ul li:nth-child(10){
    margin-left:0;
}
.z-mainright-con ul li .con-top{
    width: 100%;
    height: 177px;
}
.z-mainright-con ul li .con-top img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.z-mainright-con .con-bot{
    background: #F6F6F6;
    border-radius: 6px;
    padding: 10px;
}
.z-mainright-con .con-bot .bot-t{
    display: flex;
    justify-content: space-between;
    color: #333333;
    font-size: 16px;
    margin-bottom: 6px;
    align-items: center;
}
.z-mainright-con .con-bot .content{
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.z-mainright-con .con-bot .bot-t .num-text{
    width: 57px;
    height: 16px;
    background: url(../img/yinliang.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 16px;
    color: #FFFFFF;
    padding-left: 4px;
    font-size: 12px;
    margin-left: 16px;
}
.z-mainright-con .con-bot .bot-t .num-text:hover{
    cursor:pointer;
}
.bgSpring{
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 9999;
}
.wish-form {
    width: 600px;
    padding: 20px 30px;
    background-color: #fef7f2;
    margin: 0 auto;
    margin-top: 100px;
   position: relative;
}
.wall-title {
    width: 100%;
    text-align: center;
    color: #cc0000;
    margin-bottom: 20px;
    
}
.wall-title p {
    color: #888;
    margin-top: 20px;
}
.wish-form h6 {
    font-size: 18px;
    line-height: 40px;
}
.wish-form textarea {
    width: 97%;
    resize: none;
    font-size: 14px;
    padding: 8px;
    outline: none;
    background-color: #fef7f2;
}

.a_new_1 {
    display: flex;
    font-size: 15px;
    margin-top: 20px;
}
.a_new_1 span {
    width: 13%;
    flex-shrink: 0;
    margin-right: 10px;
    line-height: 30px;
}

.a_new_select {
    flex: 1;
}
.a_new_select_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}
.a_new_select_top select {
    width: 48%;
}
.a_new_1 select {
    height: 30px;
    line-height: 30px;
    background-color: #fef7f2;
}
.wish-form a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 10px 25px;
    background: #ffab6f;
    margin: 30px auto 0;
    border-radius: 6px;
    width: 70px;
    cursor: pointer;
}
.a_new_select_bot select {
    width: 100%;
}
.a_new_1 input {
    flex: 1;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    background: #fef7f2;
    border: 1px solid rgb(169, 169, 169);
}
button, input, select, textarea {
    font-family: "Microsoft Yahei","微软雅黑","Hiragino Sans GB","宋体",Arial;
}
.close{
    width: 30px;
    height: 30px;
    position: absolute;
    right:20px;
    top:20px;
}
.close img{
    width: 100%;
    height: 100%;
}



