input {
    text-align: right !important;
}

.van-step--horizontal .van-step__title {
    font-size: 16px;
}

.submitDom {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
}

.videoItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.videoDom {
    height: calc(100vh - 64px);
    overflow: auto;
}

.videoItem>div {
    font-size: 18px;
    width: 70%;
    /* word-wrap: break-word; */
    text-align: center;
    display: flex;
}

.link .van-field__button {
    color: #1890ff;
    border-bottom: 1px solid #1890ff;
}

.deleteBtn {
    text-decoration: underline;
    color: red;
}

.upload {
    margin: 0 0 10px 20px;
    color: #1989fa;
    text-decoration: underline;
}

.empty {
    padding: 20px;
    text-align: center;
}

.van-loading {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}