body{
    background-color: #f16060;
    color: #444;
}

.siteContainer{
    height: 100vh;
    padding-top: 7vh;
    padding-bottom: 7vh;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.siteContainer nav{
    height: 48px;
}
.siteContainer .tab-content{
    height: calc(100% - 48px);
}

.tabbs{
    background: #c3c3c3;
}
.nav-item{
    border-radius: 2px !important;
}
.nav-item.active{
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}


.tab-content{
    background: #fff;
    /* height: 430px; */
    position: relative;
    padding: 10px 15px;
}

.loadingDiv{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.loadingDiv img{
    width: 350px;
}

.youtubeDiv{
    height: auto;
    margin-top: 30px;
    background: #ddd;
    width: 100%;
    padding: 10px;
    
}

.videoDiv{
    min-height: 230px;
    padding: 7px 8px;
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    background: #bbb;
    margin: 0px 5px;
}

.videoDiv .thumb{
    width: 100%;
    height: auto;
    position: relative;
}

.videoDiv .thumb .iconsDiv{
    top: 6px;
    right: 6px;
    font-size: 20px;
    position: absolute;
    color: green;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}
.videoDiv .thumb .iconsDiv a{
    color: green;
}
.videoDiv .thumb .duration{
    bottom: 6px;
    right: 6px;
    font-size: 20px;
    position: absolute;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 25px;
}
.videoDiv .thumb .iconsDiv i:hover{
    color: #aaa;
}

.infoDiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    height: 25px;
}

.infoDiv .downloadCount{
    font-weight: 600;
}
.infoDiv .uploadTime{
    font-weight: 400;
}
.nameDiv p{
    height: 40px;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 19px;
    margin-bottom: 0px;

    white-space: break-spaces;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.copyDiv{
    position: relative;
}
.copyDiv span{
    color: #fff;
    position: absolute;
    font-size: 12px;
    right: 23px;
    top: 5px;
}
.errorDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.errorDiv img{
    width: 80px;
    height: auto;
}
.errorDiv span{
    font-size: 25px;
}

/* search css */



form {
  display:block;
}

input[type=search] {
    border:solid 3px #ddd;
    box-sizing:border-box;
    font-size:30px;
    height:50px;
    margin: 35px auto 25px 5px;
    outline:solid #fc0 0;
    padding:.5em;
    transition:all 2s ease-in;
    width:70%;
    z-index:1;
  }
  input[type=search]:focus {
    border:solid 3px #09f;      
    outline:solid #fc0 ;
  }

/* search css */

/* slick */
.slick-next, .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 6;
}
.slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-next:before, .slick-prev:before {
    font-size: 40px;
    color: #444;
}

/* slick */