.chechin-img img{
    width: 125px;
    height: 35px;
}
.chechin-img{
    margin-top: 22px;
}
.chechin-box{
    display: flex;
    margin-top: 22px;
    justify-content: space-between;
}


.chechin-box .chechin-box-left,.chechin-box-right{
    width: 592px;
    height: 414px;
    background: #F3F5F7;
    border-radius: 16px 16px 16px 16px;
}

.chechin-box-left .chechin-box-left-box  .chechin-box-left-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.chechin-box-left-box  .chechin-box-left-top div:first-child{
    font-weight: 600;
    font-size: 16px;
    color: #0A1A12;

    margin-left: 22px;
}

.chechin-box-left-box  .chechin-box-left-top div:last-child{
    width: 60px;
    height: 32px;
    background: #E4FFF3;
    text-align: center;
    line-height: 32px;
    color: #2DF098;
    border-radius: 16px 0 0 16px;
}
.chechin-box-left-bottom  .bottomConten{
    width: 125px;
    height: 98px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    position: relative;
}

.chechin-box-left-bottom  .bottomConten:before{
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    background: url('../img/checkintu.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.chechin-box-left-bottom  .bottomContenbg:before{
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    background: url('../img/chechin01.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}
.chechin-box-left-bottom{
    padding:22px;
    display: grid;
    grid-template-columns: 125px 125px 125px 125px;
    grid-row-gap: 45px;
    grid-column-gap: 16px;
    box-sizing: border-box;
    margin-top: 22px;
    text-align: center;
    padding-bottom: 10px;
}

.chechin-box-left-bottom  .bottomContenNome .chechin-box-left-bottomTop{
    margin-top: 41px;
    color:#D7D7D7;
}
.chechin-box-left-bottomBotton{
    font-family: 'MiSansBold', sans-serif;
    color:#959796;
    margin-top: 5px;
}
.chechin-box-left-bottom  .bottomConten:hover{
    background: #2DF098;
    color: #0A1A12;
}
.chechin-box-left-bottom  .alone{
    display: flex;
    width: 266px;
    height: 98px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    justify-content: space-evenly;
    align-items: center;
}
.alone img{
    width: 66px;
    height: 66px;
}
.heartbeat{
    width: 448px;
    height: 54px;
    background: #2DF098;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #0A1A12;
    position: relative;
    left: 12%;
    top: 0;
    transform: translate(-50%, -50%);
}
.heartbeat {
    cursor: pointer;
    position: relative;
    animation: heartbeat 1s linear infinite;
  }
   
  .heartbeat:hover {
    animation: heartbeat 1s linear infinite;
  }
   
  @keyframes heartbeat {
    0% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.1);
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  .chechin-box-right{
    padding: 22px;
  }
  .chechin-box-rightTitle{
    font-weight: 600;
    font-size: 16px;
    color: #0A1A12;
  }
  .chechin-box-rightConten{
    width: 548px;
    height: 92px;
    background: url('../img/chechinbg.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 11px;
    padding: 12px 0;
    padding-left: 22px;
  }
  .chechin-box-rightContenA{
    font-weight: 600;
    font-size: 16px;
    color: #0A1A12;
  }
  .chechin-box-rightContenB{
    fonst-family: 'MiSansBold', sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #2DF098;
  }
.chechin-warm {
    font-weight: 600;
    font-size: 16px;
    color: #0A1A12;
    margin-top: 12px;
    margin-bottom: 8px;
}
.chechin-warmConten{
    padding:14px 22px;
    width: 548px;
    height: 133px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    font-size: 14px;
    color: #0A1A12;
    margin-bottom: 16px;
}
.chechin-bottom{
    margin-top: 46px;

}
.chechin-bottom-title{
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}
.chechin-bottom-list ul li img{
    width: 190px;
    height: 190px;
}
.chechin-bottom-list ul {
    display: grid;
    grid-template-columns: 190px 190px 190px 190px 190px 190px;
    grid-row-gap: 12px;
    grid-column-gap: 16px;
}
.chechin-bottom-list ul li{
    width: 190px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    text-align: left;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.chechin-bottom-listConten{
    font-weight: 500;
    font-size: 14px;
    color: #0A1A12;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
    display: -webkit-box;
    overflow: hidden;
}
.chechin-bottom-list ul li .price{
    color: #FF4C43;
}
.chechin-bottom-list ul li .price i{
    font-size: 18px;
    font-family: 'MiSansBold', sans-serif;
}
.chechin-bottom-list ul li .price span:last-child{
    font-size: 12px;
    color: #959796;
}
.chechin-box-left-bottom  .bottomConten:hover {
    background: #2DF098;
}
.chechin-box-left-bottom  .bottomConten:hover  .chechin-box-left-bottomTop{

    color: #0A1A12 !important;
}
.chechin-box-left-bottom  .bottomConten:hover  .chechin-box-left-bottomBotton{
    /* background: #2DF098; */
    color: #0A1A12 !important;
}