.d_mains.newtop{
    top:178px
}
.search_header--module{
    flex-direction: column;
}
.search_history{
    display: none;
    align-items: center;
    color: #999;
    font-size: 14px;
    width: 100%;
    margin-top: 8px;
}
.search_history>ul{
    display: flex;
}
.search_history li{
    max-width: 125px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    cursor: pointer;
    margin-right: 16px;
}
.search_history li:hover{
    color: #FF383A;
}
.reset_search_condition{
    text-align: center;
}
.reset_search_condition button{
    width: 200px;
    height: 30px;
    background: #FF383A;
    border-radius: 4px 4px 4px 4px !important;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.buxian, .filter-select ul li{
    height: 26px;
    line-height: 26px;
    margin: 12px 5px 0px 0px;
}
.filter_items .buxian.active, .filter_items .filter-select li.active {
    background: #FF383A;
    color: #ffffff;
}
.filter_items .filter-select li.active span {
     color: #ffffff;
}
.filter_items .filter-title{
    height: 50px;
    line-height: 50px;
}
.price_filter--input{
    margin-bottom: 0px;
}
.timedate_choose_box{
    margin-top: 5px;
    margin-bottom: 0px;
}
.platform_volume{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.8;
    display: flex;
    justify-content: center;
}
/*@keyframes zoomInOut {*/
/*    0% {*/
/*        transform: scale(1); !* 原始大小 *!*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.1); !* 放大两倍 *!*/
/*    }*/
/*    100% {*/
/*        transform: scale(1); !* 恢复原始大小 *!*/
/*    }*/
/*}*/

/*.platform_volume_bg {*/
/*    animation: zoomInOut 3s ease-in-out infinite; !* 应用动画 *!*/
/*}*/
.platform_volume_bg{
    display: flex;
    background: #e8000a;
    padding: 0 20px;
    border: 1px solid #ffd600;
    border-radius: 30px !important;
}
.platform_volume_bg>div{
    margin-left: 20px;
    color: #fff;
}
.platform_volume_bg>div:first-of-type{
    margin-left: 0;
}
.platform_volume_bg span{
    color: #FFF700;
    font-size: 18px;
    margin: 0 5px;
    font-weight: bold;
}
.switchCondition{
    /*position: relative;*/
    /*top: 2px;*/
    display: flex;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
/*.switchCondition>div{*/
/*    margin: 0px;*/
/*    padding: 0px;*/
/*}*/
.switchCondition .el-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}
.switchCondition .el-switch__core{
    border-radius: 10px !important;
}
.switchCondition .el-switch.is-checked .el-switch__core {
    border-color: #FF383A;
    background-color: #FF383A;
}
/*更多操作*/
.export-type-patent ul>li.d-export-btn{
    padding: 0px !important;
    margin: 0px;
}
.export-type-patent{
    position: relative;
    background: #FF383A;
    margin-right: 5px;
    border: 1px solid #FF383A;
    padding: 0px !important;
}
.export-type-patent>button{
    background: transparent;
    height: 100%;
    padding: 0px 22px 0px 5px;
    color: #fff;
}
.export-type-patent>button i {
    content: '';
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    border-width: 6px;
    border-top-color: #fff;
}

.export-type-patent ul{
    position: absolute;
    width: 100%;
    left: 0px;
    top:38px;
    background: #fff;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #d2d2d2;
    z-index: 1;
    border-radius: 2px;
    white-space: nowrap;
    color: #333;
    display: none;
}
.export-type-patent ul>li:hover{
    background: #f2f2f2;
    color: #000;
}
.export-type-patent:hover{
    background-color: #DE2527;
}
.export-type-patent:hover button{
    color: #fff;
}
.export-type-patent:hover button i {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}
.export-type-patent:hover ul{
    display: block;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: up-show-ul;
    animation-name: up-show-ul
}
@-webkit-keyframes up-show-ul {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes up-show-ul {
    from {
        transform: translate3d(0, 30px, 0);
        opacity: .3
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
/*人工智能推荐搜索专利*/
.ai_search_patent{
    position:fixed;
    z-index:99;
    left:-8px;
    bottom:5%;
    transition: all ease-in-out .1s;
}
.ai_search_patent img{
    max-width: 151px;
}
.ai_left_close{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 6;
    background: url(../images/ai_patent_search/ai_left_close.png) no-repeat center;
    background-size: 100%;
}
.ai_search_patent:hover {
    left: 0px;
}
.ai_search_modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 1000;
}
.ai_search_modal>div{
    width: 561px;
    height: 361px;
    background: url(../images/ai_patent_search/ai_modal_bg.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -281px;
    margin-top: -181px;
}
.ai_search_modal .ai_modal_close{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../images/ai_patent_search/ai_modal_close.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}
.ai_search_modal .modal_cnt_box{
    width: 490px;
    margin: 108px auto 0;
}
.ai_search_modal h3{
    display: flex;
    align-items: center;
    color: #727272;
    border-bottom: 1px solid #d4d4d4;
    height: 40px;
    padding: 0 0 0 38px;
    background: url(../images/ai_patent_search/ai_modal_tips.png) no-repeat 10px center;
    background-size: 22px;
    font-size: 15px;
}
.ai_search_modal textarea{
    width: 100%;
    height: 130px;
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    background: transparent;
}
.ai_search_modal textarea::placeholder {
    color: #BABABA; /* 将颜色改为您想要的颜色 */
}
.ai_search_modal .submit_btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #BABABA;
    padding: 0 15px 15px;
    font-size: 15px;
}
.ai_search_modal .submit_btn button{
    height: 26px;
    border-radius: 13px !important;
    width: 60px;
    background:linear-gradient(-180deg,#75E5E9,#2236D8);
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai_search_modal .submit_btn button i{
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url(../images/ai_patent_search/ai_modal_submit.png) no-repeat center;
    background-size: 100%;
    margin-right: 4px;
}
