p,h1{
    margin: 0;
}
/*客服样式*/
#zc__sdk__container{
    top: 50% !important;
    right: 50% !important;
    transform: translate(50%,-50%) !important;
}
a{
    text-decoration: none !important;
}
body{
    background: url("/static/image/newLive/background.png");
    background-size: cover;
}
.live{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 90px 5% 0;
}
.live_left_content{
    width: 70%;
    max-width: 1260px;
}
.live_right_content{
    width: 304px;
    /*height: 835px;*/
    height: calc(100vh - 110px);
    background: #FFFFFF;
    border-radius: 14px;
    overflow: hidden;
    margin-left: 12px;
    position: sticky;
    top: 90px;
}
#live_left,
#live_right{
    width: 100%;;
}
.left_content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A2025;
    padding: 173px 0 171px;
}
.left_content .content_center{
    width: 425px;
    height: 546px;
    background-size: cover;
    /*border: 1px solid red;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}
.left_content .content_center img{
    width: 100px;
    height: 100px;
    margin: 129px 0 16px;
}
.left_content .content_center p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
}
.left_content .content_center .contact{
    width: 160px;
    height: 34px;
    background: #FF4F00;
    border-radius: 20px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;
}
.right_title{
    justify-content: flex-end;
    padding-right: 20px;
}
.right_title img{
    width: 20px;
    height: 20px;
    margin-left: 20px;
    cursor: pointer;
}
.right_content{
    width: 100%;
    height: calc(100vh - 300px);
    position: relative;
}
.commentContent{
    height: 100%;
    width: 100%;
    padding: 16px 16px 0;
    overflow: auto;
}
.commentContent::-webkit-scrollbar{
    display: none;
}
 .commentContent .commentList{
    width: 100%;
    padding: 0 0 16px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
 .commentContent .commentList .operation{
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commentContent .commentList .operation .operation_box{
    width: 80px;
    height: 64px;
    border-radius: 6px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}
 .commentContent .commentList .operation .operation_left p:hover,
 .commentContent .commentList .operation .operation_right p:hover{
     color: #ff4f00;
     background: #F7F8FA;
}
 .commentContent .commentList .operation .operation_left p,
 .commentContent .commentList .operation .operation_right p{
    height: 31px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 11px;
    cursor: pointer;
}
 .commentContent .commentList .operation .operation_left p,
 .commentContent .commentList .operation .operation_right p{
    color: #333333;
    background: #FFFFFF;
}
 .commentContent .commentList .listHead{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
     font-size: 12px;
     font-family: PingFangSC-Semibold, PingFang SC;
     font-weight: 600;
     color: #333333;
     cursor: pointer;
     white-space: nowrap;
     position: relative;
     width: 240px;
}
 .commentContent .commentList .listHead .self{
    color: #ff4f00;
}
 .commentContent .commentList img{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-right: 6px;
}
 .commentContent .commentList .listHead:hover{
    /*color: #ff4f00;*/
}
 .commentContent .commentList .listHead .headLab{
    width: 30px;
    height: 16px;
    background: #FF4F00;
    border-radius: 4px;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
}
 .commentContent .commentList .listHead .headLab span{
    transform: scale(0.83,0.83)
}
 .commentContent .commentList .listHead .pH1{
     max-width: 70%;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
 }
 .commentContent .commentList .listBody{
    width: 240px;
    background: #F7F8FA;
    padding: 6px;
    border-radius: 6px;
    overflow: hidden;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}
.commentContent .commentList .listBody div{
    word-break: break-all;
}
.commentContent .commentList .listBody div span{
     margin-right: 5px;
}
.commentContent .commentList .listBody p{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .commentContent .commentList .listBody .commentImg{
    width: 100%;
    height: auto;
    border-radius: unset;
    margin: 0;
 }
.commentContent .commentList .listBody .magnify{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 22px;
    right: 6px;
    background: rgba(0,0,0,.5);
    display: none;
    border-radius: 20px 0 0 0;
}
 .commentContent .commentList .listBody .magnify img{
     width: 20px;
     height: 20px;
     margin: 5px 0 0 5px;
 }
 .commentContent .commentList .listBody:hover .magnify{
    display: block !important;
 }
 .overText,
 .overText span{
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     word-break: break-all;
 }
 .hint{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%,-30%);
    min-width: 80px;
    height: 30px;
    background: #FFE7E0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 30px;
    padding: 5px 10px;
     color: #FF4F00;
}
 .toHistory{
     position: absolute;
     top: 30px;
     left: 50%;
     transform: translate(-50%,-30%);
     min-width: 165px;
     height: 30px;
     background: #FFE7E0;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     font-size: 14px;
     border-radius: 30px;
     padding: 5px 10px;
     color: #FF4F00;
     z-index: 99;
 }
.hintMessage{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
 }
.oneEntrance{
    width: 100%;
    height: 38px;
    background: #E6ECF4;
    padding: 10px 16px;
    font-size: 12px;
    font-family: AppleColorEmoji;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
}
.oneEntrance p{
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.reply{
    width: 100%;
    height: 38px;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    padding: 9px 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 23px;
}
.reply img{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-bottom: 3px;
}
.reply span{
    color: #CCCCCC ;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 10px;
}
.replySpan,
.replySpan span{
    color: #999999 !important;
    margin-right: 0 !important;
}
.give_like{
    width: 44px;
    height: 44px;
    position: absolute;
    right: 16px;
    bottom: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.likeNums{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #FF4F00;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 8px 2px #e7e7e7;
    position: absolute;
    bottom: 65px;
}
.give_like img{
    width: 44px;
    height: 44px;
    cursor: pointer;
}
.commentFooter{
    width: 100%;
    height: 128px;
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 1px solid #EBEBEB;
}
.commentFooter .commentBtn{
    position: absolute;
    bottom: 0;
    right: 16px;
    width: 60px;
    height: 28px;
    background: #FF4F00;
    border-radius: 4px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.commentFooter .notLogin{
    width: 240px;
    height: 44px;
    background: #F5F5F5;
    border-radius: 8px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.commentFooter .notLogin a{
    color: #FF4F00;
}
.commentFooter img{
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.el-textarea__inner{
    border: unset!important;
    border-radius: unset!important;
    width: 100%!important;
    height: 90px !important;
    font-size: 14px !important;
    box-shadow: none!important;
}
.el-textarea__inner:focus {
    outline: 0!important;
    border-color: #FF4F00!important;
    box-shadow: none!important;
}
.el-textarea__inner:hover {
    box-shadow: none;
}
.el-textarea__inner::placeholder{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.text-container{
    font-size: 14px;
    color: #F56B6B;
    /*margin-right: 20px;*/
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.text {
    text-align: right;
    margin: auto 0;
}

.slide-enter-active, .slide-leave-active {
    transition: all 1s;
}

.slide-enter{
    transform: translateY(40px);
}

.slide-leave-to {
    transform: translateY(-40px);
}


/*right样式*/
.el-tabs__nav-wrap{
    display: flex;
    justify-content: center;
    padding: 11px 0 0;
}
.el-tabs__nav-wrap::after{
    background-color: #F5F5F5;
}
.el-tabs__header{
    margin: 0;
}
.el-tabs__item{
    padding: 0 60px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
    box-shadow: unset !important;
    border: unset !important;
}
.goodsBox{
    width: 100%;
    height: 93%;
    overflow-x: auto;
    padding-bottom: 20px;
}
.goodsBox::-webkit-scrollbar{
    display: none;
}
.goodsBox .goodsLoad,
.goodsBox .noMore{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FF4F00;
    padding: 10px 0;
}
.goodsContent{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 12px;
}
.goodsContent:hover{
    background: #F7F8FA;
}
.goodsContent .goodsContent_left{
    width: 120px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.goodsContent .goodsContent_left img{
    width: 120px;
    height: 90px;
    cursor: pointer;
}
.goodsContent .goodsContent_left .sequence{
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 22px;
    background: rgba(0,0,0,0.5);
    border-radius: 8px 0 8px 0;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.goodsContent .goodsContent_left .explain{
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 20px;
    background: rgba(245,51,15,0.9);
    border-radius: 0 8px 0 8px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 3px;
}
.goodsContent .goodsContent_left .explain span{
    font-weight: 700;
    font-size: 12px;
}
.goodsContent .goodsContent_right{
    width: 150px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.goodsContent .goodsContent_right h1{
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}
.goodsContent .goodsContent_right .cont_right_price{
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    position: relative;
    flex: 1;
    cursor: pointer;
}
.goodsContent .goodsContent_right .cont_right_price div{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 24px; */
}
.goodsContent .goodsContent_right .cont_right_price span{
    text-decoration: line-through;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C1C1C1;
}
.goodsContent .goodsContent_right .cont_right_price p{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF4F00;
    line-height: 18px;
}
.goodsContent .goodsContent_right .cont_right_price p span{
    text-decoration: none;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF4F00;
}
.goodsContent .goodsContent_right .cont_right_price .priceBtn{
    position: absolute;
    right: 0;
    width: 66px;
    height: 24px;
    background: #FF4F00;
    border-radius: 12px;
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}
.goodsContent .goodsContent_right .cont_right_price .explain{
    position: absolute;
    right: 0;
    width: 56px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #FF4F00;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 0;
    bottom: 0;
}
.goodsContent .goodsContent_right .cont_right_price .explain span{
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF4F00;
    text-decoration: none;
}
.goodsContent .goodsContent_right .cont_right_price .priceBtn span{
    font-size: 12px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.el-upload__input{
    display: none !important;
}
/*表情样式*/
.sampleExpression{
    display: none;
    width: 212px;
    height: 100px;
    background: #000000;
    overflow-y: scroll;
    border-radius: 20px;
    padding: 5px 10px;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1080;
}
.sampleExpression span{
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 20px;
}
.san_jiao{
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: black;
    position: absolute;
    right: 94px;
    bottom: 30px;
    display: none;
    z-index: 1080;
}
.el-textarea .el-input__count{
    bottom: 6px;
    right: unset;
    left: 123px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #C1C1C1;
}
/*@media only screen and (max-width: 1520px){*/
/*    .commentContent{*/
/*        height: 580px;*/
/*    }*/
/*    .goodsBox{*/
/*        height: 710px;*/
/*    }*/
/*    .UnStartBox{*/
/*        height: 560px !important;*/
/*    }*/
/*    .live_right_content{*/
/*        height: 765px;*/
/*    }*/
/*    #live_left{*/
/*        height: 765px !important;*/
/*    }*/
/*    .liveVlog{*/
/*        height: 561px !important;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 1520px){*/
/*    #live_right .el-tabs__content{*/
/*        height: 91% !important;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 1440px){*/
/*    #live_right .el-tabs__content{*/
/*        height: 91% !important;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1340px){
    .commentFooter .commentBtn,
    .commentFooter img{
        bottom: 15px;
    }
    .el-textarea .el-input__count{
        bottom: 18px;
    }
}
@media only screen and (max-height: 900px){
    /*.right_content{*/
    /*    height: 64vh !important;*/
    /*}*/
    /*.commentFooter .commentBtn{*/
    /*    bottom: -3px;*/
    /*}*/
    /*.commentFooter img{*/
    /*    bottom: -3px;*/
    /*}*/
}
@media only screen and (max-width: 1280px){
    .flowerCounts{
        right: 60px !important;
        top: -6px !important;
    }
    #live_right .el-tabs__content{
        height: 91% !important;
    }
    .right_content{
        height: 74% !important;
    }
    .countDownText{
        margin: 80px 0 0 0 !important;
    }
    .liveLeftUser{
        width: 40% !important;
    }
    .liveLeftUser div{
        width: 80% !important;
    }
    .liveLeftUser div p{
        font-size: 13px !important;
    }
    .liveLeftUser div h1{
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .liveBottomText{
        padding-top: 2px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .giftBox{
        top: 230px !important;
    }
    .live_left_bottom{
        /*min-height: 112px !important;*/
        padding: 10px 15px !important;
    }
    .liveBottomLine{
        margin: 10px 16px 0 16px !important;
        height: 60px !important;
    }
    .live_left_content{
        width: 780px !important;
    }
    .liveLeftUser img{
        width: 40px !important;
        height: 40px !important;
    }
    .live_left_title{
        padding: 15px 20px !important;
    }
    .liveFlower div{
        width: 52px !important;
        height: 52px !important;
    }
    .sendText{
        font-size: 13px !important;
        letter-spacing: 0 !important;
    }
    .commentFooter{
        height: 24%;
    }
    #live_right {
        width: 100%;
        background: #ffffff;
        border-radius: 14px;
    }
    .live_right_content{
        background: unset;
    }
    .san_jiao{
        bottom: 30px;
    }
    .sampleExpression{
        bottom: 50px;
    }
    .goodsBox{
        /*height: 75vh;*/
    }
    #live_left .liveBreak,
    #live_left .liveStop,
    .liveVlog,
    .UnStartBox{
        max-height: 438px !important;
    }
}
/*直播中断*/
#live_left .liveBreak,
#live_left .liveStop{
    width: 100%;
    max-height: 708px;
    position: relative;
    overflow: hidden;
}
#live_left .liveBreak img,
#live_left .liveStop img{
    width: 100%;
}
#live_left .liveBreak div,
#live_left .liveStop div{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 50px;
    background: rgba(0,0,0,0.7);
}
/*主讲人*/
.introduceContent{
    width: 100%;
    background: #FFFFFF;
    padding: 25px 20px 0;
}
.introduceContent .keynote_speakerContent{

}
.introduceContent .keynote_speakerContent:last-child{
    margin-top: 20px;
}
.introduceContent .keynote_speakerContent .liveImg{
    width: 100%;
}
.introduceContent .keynote_speakerContent .liveImg ol{
    padding-left: 17px;
}
.introduceContent .keynote_speakerContent .liveImg img{
    width: 100%;
    margin-top: 20px;
}
.introduceContent .keynote_speakerContent h1{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 9px;
}
.introduceContent .keynote_speakerContent h1 img{
    width: 4px;
    height: 18px;
    margin-right: 6px;
}
.introduceContent .keynote_speakerContent .teacher{
    width: 100%;
    height: 82px;
    background: #F7F8FA;
    border-radius: 6px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
}
.introduceContent .keynote_speakerContent .teacher img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.introduceContent .keynote_speakerContent .teacher .teacherContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.introduceContent .keynote_speakerContent .teacher .teacherContent h1{
    border: unset;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}
.introduceContent .keynote_speakerContent .teacher .teacherContent p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.introduceContent .keynote_speakerContent .teacher .teacherContent p span{
    color: #ff4f00;
    cursor: pointer;
}
.loadBox {
    width: 100%;
    height: 35px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadBox .loaderContantBox {
    color: #FF4F00;
    font-size: 20px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateZ(0);
    /* animation：规定完成动画所花费的时间，该属性必须规定，否则动画时长为0，无法播放 */
    animation: loadBox 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes loadBox {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
        -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
        -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg); /* 开始旋转 div 元素 */
    }
    100% {
        transform: rotate(360deg); /* 结束旋转 div 元素 */
    }
}

