#dialog-record {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.dialog-record_box {
    position: absolute;
    width: 7.5rem;
    bottom: -100vh;
}

.dialog-record_box_tit {
    width: 100%;
    height: 2.89rem;
    position: relative;
    background: url(../images/record/recordBox_tit.png)no-repeat center/100%;
}

.record_star {
    width: 3.05rem;
    height: 1.73rem;
    background: url(../images/record/record_star.png)no-repeat center/100%;
    position: absolute;
    bottom: 0.6rem;
    right: 0.5rem;
}

.record_light {
    width: 2.55rem;
    height: 1.58rem;
    background: url(../images/record/record_light.png)no-repeat center/100%;
    position: absolute;
    bottom: 1.3rem;
    right: 0.8rem;
}

.dialog-record_tit {
    position: absolute;
    bottom: 0.6rem;
    left: 0.4rem;
    background: #fff;
    width: 3.5rem;
    height: 1.36rem;
    background: url(../images/record/record_tit.png)no-repeat center/100%;
    z-index: 2;
}

.dialog-record_box_content {
    width: 100%;
    background: linear-gradient(to bottom, #fdb399,#ff5d94);
    position: relative;
    padding-top: 0.2rem;
    margin-top: -0.02rem;
    margin-bottom: -0.5rem;
    /* background: url(../images/record/record_bar.jpg) repeat-y;
    background-size: 100% 0.36rem; */
}

.dialog-record_box_content_tit {
    width: 7.10rem;
    height: 1rem;
    background: url(../images/record/record_box_content_tit.png)no-repeat center/100%;
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.dialog-record_content {
    width: 6.98rem;
    background: #fffdf7;
    margin: 0 auto;
    overflow-y: scroll;
    padding-bottom: 0.3rem;
    max-height: 8.4rem;
    min-height: 4.6rem;
}

.record_listBox {
    width: 6.7rem;
    height: 1.61rem;
    margin: 0 auto;
    /* background: url(../images/record/record_list_bg.png)no-repeat center/100%; */
    padding: 0.1rem 0.35rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}

.record_list_left {
    width: 0.90rem;
    height: 0.90rem;
    background: #fcece9;
    border-radius: 0.15rem;
}

.record_list_center {
    width: 4.05rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.record_list_center .record_list_main1 {
    width: 100%;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 700;
    font-size: 0.32rem;
    color: #8f1608;
}

.record_list_center .record_list_main2 {
    width: 100%;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 0.30rem;
    color: #484848;
}

.record_list_right {
    width: 1.65rem;
    height: 0.62rem;
    /* background: linear-gradient(to right, #e73e36, #e74d9a); */
      background-image: -moz-linear-gradient( 90deg, rgb(239,37,53) 0%, rgb(252,161,190) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(239,37,53) 0%, rgb(252,161,190) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(239,37,53) 0%, rgb(252,161,190) 100%);
    border-radius: 0.3rem;
    font-weight: 400;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    line-height: 0.6rem;
}
.record_list_left img {
    display: block;
      width: 0.90rem;
    height: 0.90rem;
    margin: 0 auto;
}


.noRecordBg {
    height: 7.03rem;
    background: url(../images/record/noRecord.png)no-repeat center/100%;
}

.noRecord_content {
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    transform: translateX(-50%);

}

.noRecord_icon {
    width: 1.91rem;
    height: 2.69rem;
    background: url(../images/record/noRecord_icon.png)no-repeat center/100%;
    margin-bottom: 0.2rem;
}

.noRecord_text {
    font-size: 0.42rem;

}

.record_close1 {
    position: absolute;
    right: 0.4rem;
    top: -2.6rem;

}

.record_close2 {
    position: absolute;
    right: 0.4rem;
    bottom: 6.6rem;
}