body,
html {
    background-color: white;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-scroll-wrapper-android {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.video-scroll-wrapper-android > .prism-player {
    overflow: hidden;
    object-fit: cover !important;
}

.video-scroll-wrapper-android > .prism-player > video {
    width: 100%;
    height: 100%;
}


.video-scroll-wrapper-ios {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.video-scroll-wrapper-ios > .prism-player {
    overflow: hidden;
    object-fit: cover !important;
}

.video-scroll-wrapper-ios > .prism-player > video {
    width: 100%;
    height: 100%;
}

.weui-article {
    padding: 0;
}

.video-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.video-scroll > .title {
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    background-color: #f5f5f5;
}

.video-scroll > .context {
    padding: 15px 15px 30px 15px;
    background-color: #f5f5f5;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #ddd;
}

.video-scroll > .context > .text {
    display: -webkit-box;
    word-wrap: break-word;
    word-break: normal;
    -webkit-box-orient: vertical;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}

.video-scroll > .context > .text.init {
    -webkit-line-clamp: 2;
    overflow-y: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.video-scroll > .context > .text > * {
    text-align: right;
    display: inline !important;
    font-size: 12px;
    letter-spacing: 1px;
}

.arrow-1,
.arrow-2 {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    text-align: right;
}

.arrow-2 {
    display: none;
}

.arrow-1 > span,
.arrow-1 > i,
.arrow-2 > span,
.arrow-2 > i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.arrow-1 > i,
.arrow-2 > i {
    font-size: 14px;
}

/*.pl {*/
/*padding: 20px 15px;*/
/*border-bottom: 1px solid #ddd;*/
/*font-size: 20px;*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*}*/

.video-scroll > .pl {
    padding: 20px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    position: relative;
    left: 0;
    right: 0;
}

.video-scroll > .contents {
    padding: 0 15px;
}

/*.contents {*/
/*position: absolute;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*padding: 0 15px;*/
/*}*/

.video-scroll > .contents > ul {
}

.video-scroll > .contents > ul > li:last-child > div {
    border-bottom: 0 !important;
}

.weui-col-15 {
    width: 15%;
}

.weui-col-85 {
    width: 85%;
}

.weui-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.com_time {
    /*color: #858585;
    font-size: 12px;*/
    color: rgba(153,153,153,1);
    font-size: 13px;
}
.weui-icon_toast.weui-icon-success-no-circle:before{
    font-size: 30px;
}
.weui-toast{
    width: 112px;
    min-height: 112px;
}
.weui-toast_content{
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}
.weui-icon_toast{
    margin-top: 15px;
}
[class*=" weui-icon_"]:before, [class^=weui-icon_]:before{
    font-size: 30px;
}
.weui-dialog,
.weui-toast {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    opacity: 0;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    visibility: hidden;
    margin: 0;
    top: 45%;
    z-index: 2000;
}