.FuLoading #__lottie_fu_loading {
    -webkit-animation: loadingRotating 2.79s linear infinite;
    animation: loadingRotating 2.79s linear infinite
}

@-webkit-keyframes loadingRotating {
    0% {
        transform: none
    }

    to {
        transform: rotate(2turn)
    }
}

@keyframes loadingRotating {
    0% {
        transform: none
    }

    to {
        transform: rotate(2turn)
    }
}

.processVideoBlock .making {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 1;
    background-color: #dbe1e6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    cursor: unset
}

.processVideoBlock .making .customProgress {
    width: 80%;
    margin-top: 25px
}

.processVideoBlock .making .makeInfo {
    width: 80%;
    text-align: center;
    color: rgba(0,0,0,.65)
}

.processVideoBlock .making .mes {
    margin-top: 20px;
    color: #777c81;
    font-size: 10px
}

.processVideoBlock .name>span {
    display: inline-block;
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.failVideoBlock {
    width: 100%;
    height: 100%
}

.failVideoBlock>.selected {
    box-shadow: 0 0 0 4px #1890ff;
    border-radius: 2px;
    transition: box-shadow .15s ease-in
}

.failVideoBlock .failed {
    height: 100%;
    object-fit: contain;
    opacity: 1;
    background-color: #dbe1e6;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    cursor: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.failVideoBlock .failed,.failVideoBlock .failed .failStatus {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.failVideoBlock .failed .failStatus>span i {
    margin-left: 5px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    cursor: help
}

.failVideoBlock .failed .failStatus>i {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAADDklEQVRIS8WXXUhUQRTH/3N1c9XUQtukl6gkeqpM6iEppDBL3CiKPiiohzKiDAn87O569yM1hRBNQuuhoOiDomhDNCmWwh4Ks3qKsA8Iwt1WSk1dc92Juetd7267em+76H2ce87/N3PmzJkzBAq+wsIWTarOmeeFdxuALAAZAEnxudIBAL0AujlwT/qduo7W1hPjM8mS6QyKBWHBPA8pJsApAGkziU3+d1Gg+U8sbWgQhF/hfMKCS3nLXgLvJQCLFQKDzRwU3Ok6q+FeKP9/wJRSUmEwWyhQCWDaiCiYECVAdY3FaCCEULl9gDCDlhnMtwiwX4GoYhMK3LlgMR6UwwPA5bzJSoFzihVVGBLgfK21ipdc/ODJPb0bhfCGmw6l4PZJey6CWfbGeciHCBJJ6dodY7F0Fct2EVzOmwQKVCn1jsSOAKZaa5VAWHFYqOv7ruKcRsJlvq6fzvQlpIK3FHjhtUWqpsafA6cnZbypEUCRGsco2DYxcBeAjVEQUyPxkoEdAHSSV3JSEnYW7MDyZUvx6vUbdD6zY2JiQo0oYmJikLslBxvWr8PnL1/x6HE7BoeG5BpOUsab3QCNY6NZmWugz8+DVqv1G9mfd6G986kq8PbcrcjZnO33cbvdsLV1oLvn3eQYGQsAGytKkJAQHwAZGR2FubpeFdhYWYKE+CCdkVGYayQdETwV6pAOIcAcIUhP911afX0OeGlA/YcCHRbqqeQKDhETDg71yowV2LNbj5TkZBE8MDiI+w9s+Nj7yR8VBTpicvmPkzwpmEpwcul0i3Dm5HG4XP2wv2CHAcjZlI20tFQ0Xr4Cp/OHODaTDoAmVQVklz4fmWtXo/5iE34PD4uQ+YmJKDlbhJ637/HQ1qYoF8QCoqZkHjl0ABpNLK5euxEAOHb0MMbHPbh+87YSsK9kMstS3iQQBZcEWx37pNVKlHDjoWZBAVMduyTYzzm7Fn2rFpu72W0EpJDMSevD4HPW7EnwWW9v5Vk46w29HM6yXeshxVTlE4YAze7/fcLIJ1DY0qJJ/RbdR9tfBLRonH1scm0AAAAASUVORK5CYII=) 50%/cover no-repeat
}

.failVideoBlock .failed .failStatus>i:hover {
    -webkit-animation: shake .5s;
    animation: shake .5s
}

.failVideoBlock .failed>p {
    margin-top: 20px;
    color: #777c81;
    font-size: 10px
}

.failVideoBlock .failed>p a {
    color: #1890ff;
    cursor: pointer
}

.failVideoBlock .failed>p a:hover {
    color: #0d84f3;
    font-weight: 700
}

.failVideoBlock .name {
    margin-top: 10px;
    color: rgba(0,0,0,.25);
    text-align: center
}

.failVideoBlock .name>span {
    display: inline-block;
    max-width: 12em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.okVideoBlock {
    width: 100%;
    height: 100%
}

.okVideoBlock>.selected {
    box-shadow: 0 0 0 4px #1890ff;
    border-radius: 2px;
    transition: box-shadow .15s ease-in
}

.okVideoBlock .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    background-color: #dbe1e6
}

.okVideoBlock .name {
    margin-top: 10px;
    color: rgba(0,0,0,.25);
    text-align: center
}

.okVideoBlock .name,.okVideoBlock .name span.nameText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.okVideoBlock .name span.nameText {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    max-width: 12em
}

.okVideoBlock .name span.nameText i {
    display: inline-block;
    width: 1.2em;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-animation: slideInUp .2s;
    animation: slideInUp .2s
}

.okVideoBlock .nameInput {
    margin-top: 10px
}

.okVideoBlock .nameInput .name {
    margin-top: 0;
    color: rgba(0,0,0,.65)!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.okVideoBlock .nameInput .name span {
    color: rgba(0,0,0,.65)
}

.okVideoBlock .nameInput .name i {
    margin-right: .75em;
    cursor: pointer
}

.okVideoBlock .nameInput .name i:hover {
    transform: scale3d(1.1,1.1,1.1);
    color: rgba(0,0,0,.85)
}

.okVideoBlock .nameInput .name.flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.okVideoBlock .nameInput .name.flex input {
    flex: 1 0 auto;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    text-indent: 10px;
    font-size: 12px
}

.okVideoBlock .nameInput .name.flex .btn button:hover {
    color: inherit;
    border-color: #eee
}

.okVideoBlock .nameInput .name.flex .btn button+button {
    margin-left: 10px
}

.myVideoContent {
    width: 100%;
    min-height: 100%;
    min-width: 750px;
    position: relative;
    background-color: #fff;
    border-radius: 3px
}

.myVideoContent .videoWrap {
    padding: 5px
}

.myVideoContent .videoWrap .videoItem {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    height: 180px;
    margin: 15px 15px 50px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1660px) and (min-width:1540px) {
    .myVideoContent .videoWrap .videoItem {
        width:288px;
        height: 162px
    }
}

@media screen and (max-width: 1540px) and (min-width:1400px) {
    .myVideoContent .videoWrap .videoItem {
        width:352px;
        height: 198px
    }
}

@media screen and (max-width: 1400px) and (min-width:1300px) {
    .myVideoContent .videoWrap .videoItem {
        width:288px;
        height: 162px
    }
}

.myVideoContent .videoWrap .videoItem>div {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;    
}

.myVideoContent .videoWrap .videoItem>div>.selected {
    box-shadow: 0 0 0 4px #1890ff;
    border-radius: 2px;
    transition: box-shadow .15s ease-in
}

.myVideoContent .videoWrap .videoItem>div .name {
    width: 100%;
    position: relative;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0,0,0,.25)
}

.myVideoContent .videoWrap .videoItem>div .name .detailBtn {
    height: 1.6em;
    position: absolute;
    right: 0;
    top: 1px;
    padding: 0 4px;
    font-size: 12px
}
.myVideoContent .videoWrap .videoItem .videoTop{
	z-index: 1;
}
.myVideoContent .videoWrap .videoItem .checkboxWrap {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    left: 10px;
    top: 10px;
    /*background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));*/
    -webkit-animation: bounceInUp .15s;
    animation: bounceInUp .15s;
    z-index: 99;
}
.myVideoContent .videoWrap .videoItem .checkboxWrap .btn-xq{
    position: absolute;
    top: -3px;
    right: 26px;
    background-color: #3b76bcab;
    color: #FFFFFF;
    border: none;
    border-radius: 0px;
    /*z-index: 99;*/
}
.myVideoContent .videoWrap .videoItem .checkboxWrap .ant-checkbox-input:focus+.ant-checkbox-inner,.myVideoContent .videoWrap .videoItem .checkboxWrap .ant-checkbox-wrapper:hover .ant-checkbox-inner,.myVideoContent .videoWrap .videoItem .checkboxWrap .ant-checkbox:hover .ant-checkbox-inner {
    border: 1px solid transparent
}

.myVideoContent .videoWrap .videoItem .checkboxWrap .selectBox {
    margin-left: 10px;
    z-index: 99;
}

.myVideoContent .videoWrap .videoItem .checkboxWrap .selectBox .ant-checkbox {
    border-radius: 10px;
    overflow: hidden
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.bottomBar .ant-checkbox-inner {
    background-color: transparent;
    border: 0
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.bottomBar .ant-checkbox {
    border: 1px solid #fff
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.bottomBar .ant-checkbox-checked.ant-checkbox {
    border: none
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.bottomBar .ant-checkbox-checked .ant-checkbox-inner {
    background-color: #1890ff;
    border: 1px solid #1890ff
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.hovering .ant-checkbox-inner {
    background-color: #fff
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.hovering .ant-checkbox {
    border: 0;
    position: relative
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.hovering .ant-checkbox.ant-checkbox-checked:after {
    content: ""
}

.myVideoContent .videoWrap .videoItem .checkboxWrap.hovering .ant-checkbox:after {
    position: absolute;
    content: "\2714";
    display: block;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    left: 0;
    top: 0;
    text-align: center;
    color: #979797
}

.myVideoContent .videoWrap .videoItem .videoTop {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.myVideoContent .videoWrap .videoItem .detailsPopover .ant-popover-inner-content {
    max-height: 300px;
    overflow-y: auto
}

.myVideoContent .videoWrap .videoItem .detailsPopover .ant-popover-inner-content::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.myVideoContent .videoWrap .videoItem .detailsPopover .ant-popover-inner-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    box-shadow: inset 0 0 8px rgba(0,0,0,.2);
    background: #dcdcdc;
    cursor: pointer
}

.myVideoContent .videoWrap .videoItem .detailsPopover .ant-popover-inner-content::-webkit-scrollbar-thumb:hover {
    background: #d1cece
}

.myVideoContent .videoWrap .videoItem .detailsPopover .ant-popover-inner-content::-webkit-scrollbar-track {
    background: #fff
}

.myVideoContent .videoWrap .videoItem .videoDetailsPop {
    padding: 20px 10px
}

.myVideoContent .videoWrap .videoItem .videoDetailsPop .item {
    width: 19em;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap
}

.myVideoContent .videoWrap .videoItem .videoDetailsPop .item+.item {
    margin-top: 16px
}

.myVideoContent .videoWrap .videoItem .videoDetailsPop .item .status {
    font-weight: 600
}

.myVideoContent .videoWrap .videoItem .videoDetailsPop .item>span {
    flex: 0 0 7em
}

.myVideoContent .videoWrap .videoItem .videoDetailsPop .item>p,.myVideoContent .videoWrap .videoItem .videoDetailsPop .item>ul {
    flex: 0 0 12em;
    word-wrap: break-word;
    word-break: break-all
}

.myVideoContent .videoWrap .videoItem .videoDetailsPop .item>ul li+li {
    margin-top: 5px
}

.myVideoContent .videoWrap .noData {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0
}

.myVideoContent .useBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f7fafc;
    box-shadow: 0 -2px 10px 0 rgba(0,0,0,.1);
    z-index: 11;
    -webkit-animation: bounceInUp .15s;
    animation: bounceInUp .15s
}

.myVideoContent .useBtn>div {
    height: 48px;
    margin-left: 220px;
    margin-right: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.myVideoContent .useBtn .left {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.myVideoContent .useBtn .left button.ant-btn-primary {
    border: none;
    background-color: rgba(24,144,255,.15)!important;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px
}

.myVideoContent .useBtn .left .selectCount {
    margin-right: 15px;
    margin-left: 10px
}

.myVideoContent .useBtn .left .ant-checkbox-indeterminate .ant-checkbox-inner:after {
    content: "\2013";
    color: #979797;
    font-weight: 600;
    background-color: #fff
}

.myVideoContent .useBtn .saveBtn {
    margin-left: 20px
}

.myVideoContent .pagination {
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center
}

.myVideoContent .pagination .ant-pagination-item-active {
    background-color: #1890ff
}

.myVideoContent .pagination .ant-pagination-item-active a {
    color: #fff
}

.ant-modal-content .modalVideo {
    max-width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
    border-radius: 3px
}

.failInfoTips .ant-tooltip-inner {
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 30px
}


.myvideolist .myVideoContent .videoWrap .videoItem .checkboxWrap .selectBox .ant-checkbox{
	border-radius: 0px 0px;
}
.myvideolist .ant-radio-checked:after {
	border: 1px solid #1890ff;
	border-radius: 0px 0px; 
}
.myvideolist .ant-radio-inner:after {
	border-radius: 0px 0px; 
}
.myvideolist .ant-checkbox-inner{
	border-radius:0px 0px;
}
.videoBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #00000066;
	z-index: 999999;
}
@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@-webkit-keyframes shake {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(0,-10%,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(0,10%,0) rotate(3deg)
    }

    45% {
        transform: translate3d(0,-7%,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(0,5%,0) rotate(2deg)
    }

    75% {
        transform: translate3d(0,-2%,0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes shake {
    0% {
        transform: translateZ(0)
    }

    15% {
        transform: translate3d(0,-10%,0) rotate(-5deg)
    }

    30% {
        transform: translate3d(0,10%,0) rotate(3deg)
    }

    45% {
        transform: translate3d(0,-7%,0) rotate(-3deg)
    }

    60% {
        transform: translate3d(0,5%,0) rotate(2deg)
    }

    75% {
        transform: translate3d(0,-2%,0) rotate(-1deg)
    }

    to {
        transform: translateZ(0)
    }
}
