
a:link { text-decoration: none;color: black}
a:active { text-decoration:blink}
a:hover { text-decoration:none;color: red !important;}
a:visited { text-decoration: none;color: black}

.neg-font{
    font-size: 1.5rem;
}
.container{
    max-width:1200px;
    padding-right:.75rem;
    padding-left:.75rem;margin-right:auto;margin-left:auto;
}

.search_res{
    margin-top: 10px;
    /*background-color: #0e90d2;*/
    display: flex;
    justify-content: space-between;
}
.feeds-header{
    font-size: 16px;
    height: 30px;
    margin-top:20px;
    color:red;
}
.feeds{
    width: 98%;
    /*background-color: #bfbfbf;*/
}
.feed-items{
    border: 1px solid #eaeaea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
}
.feed-item{
    width: 100%;
    height: 145px;

    /*background-color: #2d6987;*/
    /*border: 1px solid red;*/
    border-bottom: 1px solid #eaeaea;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feed-item:hover{
    background-color: #f6f6f6;
}
.feed-item-content{
    /*background-color: red;*/
    width: 98%;
    height: 80%;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: start;
}
.feed-item-content-img{
    width: 8%;
    height: 100%;
}
.feed-item-content-text{
    height: 100%;
    width: 78%;
    /*background-color: #bfbfbf;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.feed-item-content-play-list{
    height: 100%;
    width: 10%;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px
}
.feed-item-content-play-list a{
    height: fit-content;
}
.feed-item-content-sentence{
    height: 30%;
    font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.feed-item-content-moviename{
    height: 20%;
    font-size: 15px;

}
.feed-item-content-subname{
    height:20%;
    color:gray;
    font-size: 12px;
overflow: hidden;   
 text-overflow: ellipsis;
    white-space: nowrap;
}
.feed-item-content-op{
    height: 20%;
    display: flex;
    width: 60%;
    font-size:12px;
    /*justify-content: space-between;*/
    justify-content: flex-start;
}
.op-img-item{
    height: 18px;
    width:20px;
}

.tags{
    width: 20%;
    /*background-color: red;*/

}
.tags-header{
    font-size: 14px;
    height: 35px;
    width: 100%;
    background-color: #fbfbfb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #eaeaea;
}
.tags-content{
    height: auto;
    width: 100%;
    font-size:14px;
    display: flex;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}
.near{
    display: flex;
}
.near-left{
    width: 0%;
    /*background-color: red;*/
}
.near-right{
    width:100%;
    background-color: #f6f6f6;
}
.near-sentence-line{
    display: flex;
}
.near-sentence-time{
    width: 10%;
    margin-left: 15px;
}
.near-sentence-text{
    width: 90%;
}










@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    border: .25em solid;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    animation-name: spinner-border;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.spinner-border-reverse {
    border-color: transparent currentColor transparent transparent;

}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;


}


@keyframes spinner-grow {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.spinner-grow {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    animation-name: spinner-grow;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.more-item{
    height: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bfbfbf;
}
.more-item:hover{
     background-color: #f6f6f6;
    /*background-color: gr;*/
 }

.more-line{
    height: 80%;
    margin-top: 5px;
    display: flex;
    font-size: 15px;
    width: 95%;
    /*background-color: red;*/
}

.more-left{
    width: 20%;
}
.more-right{
    width: 70%;
}
.more-op{
    width: 10%;
    display: flex;
    justify-content: space-between;
}
.more-op-img{
    height: 20px;
}
.more-near{
    background-color: #f6f6f6;
    width: 90%;
    border-radius: 2px;
}
.more-near-line{
    display: flex;
}
.more-near-left{
    width: 20%;
    /*background-color: red;*/
}
.more-near-right{
    width: 80%;
}


.filter-but-shouqi {
    background: #E53244;
    border-radius: 4px;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
    /* padding-top: 4px; */
    display: flex;
    align-items: center;
    height: 25px;
    /* padding-bottom: 4px; */
}
.filter-but-shouqi-text {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: -0.03px;
    text-align: left;
    align-items: center;
    justify-content: center;
}
.filter-result-title{
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #646464;
    letter-spacing: -0.01px;
    text-align: left;
}

.filter-conditons div  {
    height: 36px;
    /* background-color: #bfbfbf; */
}
.filter-attr{
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.01px;
    text-align: left;
    display: flex;
    align-items: top;
    min-width: 40px!important;
}
.filter-input{
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.filter-conditons {
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    margin-bottom: 20px;
}
.filter-conditons-tags {
    display: flex;
    align-items: center;
}
.filter-conditons-area {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.filter-inputs-rows{
    display: flex;  align-items: center; justify-content: space-between;margin-top:10px
}
.filter-conditons-year {
    display: flex;
    align-items: center;
}

.filter-condition-but-elems{
    display: flex;
    align-items: top;
    margin-left: 14px;
    flex-wrap:wrap;
}
.filter-condition-but-elem{
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.01px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-right: 20px;
    height: 22px!important;
    min-width: 20px;
    padding-left: 4px;
    padding-right: 4px;
}
.filter-condition-but-elem-selected{
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #E53244;
    
    letter-spacing: -0.01px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-right: 20px;
    background: #DEDEDE;
    border-radius: 4px;
    border-radius: 4px;
    height: 22px!important;
    min-width: 24px;
    justify-content: center;
    padding-left: 4px;
    padding-right: 4px;
}
.filter-condition-but-elem-selected a {
    color: #E53244;

}
.filter-selected-item {
    border: 1px solid #E53244;
    border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-delete{
    border: 1px solid #E53244;
    border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
}

.filter-selected-item a {
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #646464;
    letter-spacing: -0.01px;
    text-align: center;
    
}
.filter-selected-item img{
    margin-left: 8px;
}
.input-box{

        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        font-size: 16px;
        flex-wrap: nowrap;
}

.input-box input {
    border: 1px solid #E53244;
    border-radius: 4px;
    border-radius: 4px;
    height: 40px;

}
.input-box button {
    width: 67px;
    margin-right: 1px;
}

.input-box button #filter-img{
    background: url(../img/shaixuan.png) no-repeat;
    width: 40px;
}
.filter-img-but{
    background: url(../img/shaixuan.png) no-repeat;
    width: 40px;
}
.filter-img-a {
    width: 64px; display: flex; align-items: center;justify-content: center;background-color:#E53244; margin-right: 1px;;

}

.searchimg-btn{
    width: 100px; display: flex; align-items: center;justify-content: center;background-color:#3c3b3b; margin-right: 1px;;
    color: white;    font-weight: 900;
    
}
.searchtext-btn{
    width: 100px; display: flex; align-items: center;justify-content: center;background-color:#E53244; margin-right: 1px;;
    color: white;    font-weight: 900;
    
}
.searchimg-btn a:hover{
    text-decoration: none;
    color: white;
}
.searchtext-btn a:hover {
    text-decoration: none;
    color: white;
}

input.Input {
    color: #1a1a1a;
    height: 24px;
    line-height: 24px;
}
.Input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    resize: none;
}
.favorite-item{
    display: flex;

}

.favorite-item-title{
    font-family: STHeitiSC-Medium;
    font-size: 18px;
    color: #191919;
}
.favorite-item-body{
    font-family: STHeitiSC-Light;
    font-size: 14px;
    color: #7F7F7F;
}
.img-item-content{
    margin: 2px;
}
.img-item-content-text{
    display: flex;
    width: 300px;
}
.img-item-content-moviename{
    height: 20%;
    font-size: 18px;
    font-weight: 500;
    width: 70%;
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;

}
.img-item-content-playlist{
    height: 20%;
    font-size: 18px;
    font-weight: 500;
    width: 80%;
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;

}

.img-item-content-sentence{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 30%;
    justify-content:  flex-end;
    overflow: hidden;
    display: flex;
    /* margin-inline-end: 10px; */

}
.img-item-content-download{
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%;
    justify-content:  flex-end;
    overflow: hidden;
    display: flex;
    /* margin-inline-end: 10px; */
}
.img-item{
    width: 350px;
    border-color: #DEDEDE;
    border-radius: 5px;
    background-color: #ededed;
    margin: 3px;
    height: 240px;
    align-items: center;
    display: flex;
    justify-content: center;

}

.img-item-content-img{

    max-height: 180px;
    display: flex;
    justify-content: center;
    ;
    object-fit: cover;

}
.img-items{
    display: flex;
    flex-flow: wrap;
}
img{
    object-fit:cover
}