/* 輸入框 */
.input-group-text{
    background:#0370E8 ;
    color:white;
    border: none;
}
.input-group-append{
    width: 18%;
}
.input-group-append button{
    width: 100%;
    font-size: 1.3rem;
}
.input-group img{
    height: 100%;
}
.input-group{
    height: 75px;
}
.search_con .recommend span,.history span{
    font-size: 1.3rem;
    width: fit-content;
    margin-top: 10px;
    margin-right: 35px;
}


/* 推薦歷史 */
.recommend_title,.history_title{
    font-weight:bold;
}
.mt-7{
    margin-top: 6rem;
}
.history .history_con span{
    color:#0370E8;
    background:#F5F5F5;
    padding: 0.5rem 1rem;
}
.history .history_con span img{
    margin-left: 1rem;
    width: 16px;
}


/* 搜索結果 */
.nav-tabs {
    border-bottom: 1px solid #F6A167;
    width: fit-content;
}
.nav-tabs li{
    padding: 0.3rem 0;
    font-size: 1.3rem;
    word-break: keep-all;
    text-align: center;
}
.nav-tabs li .active{
    background:#F6A167;
    color: white;
    padding: 0.5rem 1rem;
}
.middle-li{
    margin: 0 9rem;
}
.nav-tabs a{
    color: #212121;
    padding: 0.5rem 1rem;
}
.nav-tabs a:hover{
    text-decoration: none;
}

.result-all div,.result-video div,.result-pic div{
    padding-left: 0;
    padding-right: 0;
}
.result-num{
    color: #999999;
}
.result-num span{
    color: #212121;
}
.f-box {
    padding-left: 10px;
}
.f-card {
    background-color: #F5F5F5;
    font-size: 20px;
    font-weight: bold;
}
.f-card img{
    width: 100%;
}
.text {
    margin: 10px 10px;
    font-size: 1rem;
}
.share-box {
    font-size: 12px;
    margin: 10px 10px;
    font-weight: normal;
    color: #53585C;
}
.share-box .share-icon {
    background-color: #E7E7E7;
}
.share {
    width: 12px!important;
    margin: 0px 5px;
}

/* 分頁 */
.pagination li{
    margin: 0 0.5rem;
}
.page-link {
    color: #212121;
    background-color: #DCDAD2;
    border: 1px solid #DCDAD2;;
}

/* 篩選 */
.dropdown img{
    width: 20px;
}
.dropdown-toggle{
    color:#1A4F8A;
}
.dropdown-toggle::after {
    border-right: none;
    border-left: none;
}
.dropdown-menu{
    background: url('../img/drop.png') no-repeat;
    background-size: 100%;
    text-align: center;
    min-width: 2rem;
    border: none;
    margin-left: -50%;
}
.dropdown-item{
    color: #999999;
}
.order{
    color:#1A4F8A;
}
.order img{
    width: 10px;
}

/* 視頻 */
.v-sh {
    bottom: 0;
    position: absolute!important;
    height: 100%;
    background-image: url(../img/v-cover.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 15px;
    padding-left: 18px!important;
    display: flex;
    flex-direction: column;
}
.v-play {
    width: 39px;
    height: 38px;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.f-card div{
    position:relative;
}

/* pic */
.pic_small{
    width: 18%;
}
.pic_big{
    width: 100%;
}
.pic_con img{
    margin: 1%;
}
