/*  重置样式 */
* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    color: #333;
    /*min-width: 1240px;*/
    /*font: 1em/1.4 sans-serif;*/
    background: #FAFAFA;
    position: relative;
}

ul,
h1,
h3,
h4,
p,
dl,
dd {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

i,
em {
    font-style: normal;
}

b, strong {
    font-weight: normal;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="checkbox"] {
    padding: 0;
    outline: none;
    border: none;
}

input[type="text"]::placeholder {
    color: #ccc;
}

input[type="search"]::placeholder {
    color: #ccc;
}

input[type="password"]::placeholder {
    color: #ccc;
}

input[type="checkbox"]::placeholder {
    color: #ccc;
}

/*img {*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    vertical-align: middle;*/
/*}*/

ul {
    list-style: none;
}

.container_fluid {
    margin: 0 auto;
    position: relative;
}

.container1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.containers {
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.ellipsis {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 1; !* 这里设置需要显示几行文本 *!*/
/*}*/

/*.ellipsis_2 {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 2; !* 这里设置需要显示几行文本 *!*/
/*}*/

/*.ellipsis_double {*/
/*    position: relative;*/
/*    line-height: 20px;*/
/*    max-height: 60px;*/
/*    overflow: hidden;*/
/*    word-break: break-all;*/
/*}*/

/*.ellipsis_double::after {*/
/*    content: "...";*/
/*    position: absolute;*/
/*    bottom: 4px;*/
/*    right: 0;*/
/*    padding-left: 40px;*/
/*    background: -webkit-linear-gradient(left, transparent, #fff 55%);*/
/*    background: -o-linear-gradient(right, transparent, #fff 55%);*/
/*    background: -moz-linear-gradient(right, transparent, #fff 55%);*/
/*    background: linear-gradient(to right, transparent, #fff 55%);*/
/*}*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}

.flex_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.red_color {
    color: #FF383A;
    cursor: pointer !important;
}

.gray_color {
    color: #999999;
    cursor: not-allowed !important;
}

.white_bg {
    background-color: #FFF;
}

/* 广告定位 */
.paypatent_close {
    /* 左侧定位广告容器 */
    position: fixed;
    z-index: 1000;
    left: 165px;
    top: 510px;
    transition: left .3s cubic-bezier(.14, .68, .46, 1);
}

.paypatent_close>a {
    border-radius: 10px;
    overflow: hidden;
}

/* 侧边栏样式*/
.d_buy {
    /*height: 100px;*/
    height: 144px;
    padding: 22px 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
    /*margin-bottom: 46px;*/
}

.d_trade {
    /*height: 100px;*/
    height: 144px;
    padding: 15px 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
    /*margin-bottom: 34px;*/
}

.d_iptop {
    /*height: 132px;*/
    height: 145px;
    padding: 15px 10px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    line-height: 130%;
}

#iptopOrder {
    margin: 0 auto;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
}

/*.iconradius {*/
/*    !* 关闭图标 *!*/
/*    border-radius: 50% !important;*/
/*    width: 1.1rem;*/
/*    height: 1.1rem;*/
/*    display: block;*/
/*    position: absolute;*/
/*    right: -5px;*/
/*    top: -6px;*/
/*    z-index: 1000;*/
/*    background: url(../images/d_closelas.png) no-repeat center;*/
/*    !*background: url(<s:url value="/static/images/d_closelas.png"/>) no-repeat center;*!*/
/*}*/

/* 列表公用样式 */
.d_mains {
    position: absolute;
    top: 160px;
    background: unset;
    width: 100%;
}

.patent_list {
    position: relative;
}

/* 面包屑 */
/*.crumbs {*/
/*    height: 31px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.crumbs .left,*/
/*.crumbs .left a {*/
/*    color: #666666;*/
/*}*/

/*.crumbs .right img {*/
/*    width: 205px;*/
/*    height: 25px;*/
/*    display: none;*/
/*}*/

.attention_reserve {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* 最外容器 */
.filter_items {
    background: #ffffff;
    padding: 10px 20px 0px 20px;
    border-radius: 4px !important;
    margin-bottom: 10px;
}

/* 标题 */
.filter_items .filter-title {
    height: 40px;
    line-height: 40px;
    /*margin-right: 20px;*/
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

.buxian,
.filter-select ul li {
    /* 筛选项样式 */
    height: 40px;
    /*background: rgba(0, 0, 0, 0.0500);*/
    border-radius: 4px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    padding: 0 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

/* 模块：热门领域 */
.pat_list #industry {
    /* 热门领域样式 */
    width: calc(100% - 60px - 20px - 58px - 20px);
}


/* 更多（展开选项交互） */

.first_condition .show_more_parent {
    display: none;
    width: 48px;
}


.first_condition .show_more {
    color: #FF383A;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}

.goodsCondition .filter-select .jishu-opt {
    /* 热门领域选项-默认显示一行*/
    height: 45px;
    overflow: hidden;
}

.goodsCondition .filter-select .scroll {
    /* 点击展开交互后 */
    height: auto;
}

/*.filter_items > div .buxian,*/
/*.filter_items > div li {*/
/*    height: 40px;*/
/*    background: rgba(0, 0, 0, 0.0500);*/
/*    border-radius: 4px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-right: 5px;*/
/*    color: #666666;*/
/*    padding: 0 15px;*/
/*}*/

/* 选中 */
.filter_items .buxian.active,
.filter_items .filter-select li.active {
    /*background: #FF383A;*/
    /*color: #ffffff;*/
    color: #FF383A;
}

.filter_items .filter-select li.active span {
    /*color: #ffffff;*/
    color: #FF383A;
}


/* 进日交易均价 */
.filter_items span > a {
    width: 126px;
    height: 30px;
    background: rgba(255, 56, 58, 0.0500);
    border: 1px solid #FF383A;
    border-radius: 22px !important;
    margin-left: 15px;
    color: #FF383A;
}

/* 专利范文 */
.five_condition .lotuticon-hot1 {
    font-size: 16px;
    color: #ff383a;
}

/* 搜索查询 */
/* 搜索筛选 */

.third_condition input {
    width: 340px;
    height: 40px;
    background: rgba(0, 0, 0, 0.0500);
    line-height: 40px;
    border: none;
    padding-left: 10px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.third_condition button {
    width: 66px;
    height: 40px;
    background: #FF383A;
    color: #ffffff;
    line-height: 40px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* 关注&预定 */
.third_condition .attention_reserve {
    height: 30px;
    /*background: rgba(255, 56, 58, 0.0500);*/
    /*border: 1px solid rgba(255, 56, 58, 0.6000);*/
    /*border-radius: 22px !important;*/
    color: #666666;
    font-size: 14px;
    padding: 0 10px;
}

.third_condition .attention_reserve div {
    height: 18px;
    line-height: 18px;
    padding: 0 10px;
    float: left;
}

/*.third_condition .attention_reserve .logined {*/
/*    border-right: 1px solid rgba(255, 56, 58, 0.3000);*/
/*}*/

/* 搜索结果 */
.search_result_list {
    padding: 20px;
    background: #ffffff;
    margin-top: 10px;
}

.search_result_list table,
.search_result_list table thead {
    width: 100%;
}

/* 搜索筛选 */
.search_result_list .filter_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 文字筛选项 */
.z-order,
.time-order,
.price-order {
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
}

.time-order .icon,
.price-order .icon {
    color: #999999;
/
}

/* @ 搜索结果页 */
/*#app {*/
/*    padding: 20px;*/
/*}*/

/* 表头操作样式 */
.search-box,
.goodsList {
    /*background: #ffffff;*/
    /*padding: 0 20px;*/
    background: #F2F2F2;
}

.search-box {
    /* 列表-操作头*/
    /*position: sticky;*/
    /*top: 70px;*/
    /*z-index: 98;*/
    padding: 10px 4px;
}

.goodsList {
    position: relative;
}

/* 表格样式 */
/*table.good-table tr td:first-child {*/
/*    width: 18px;*/
/*}*/

#product-list .good-table tr:first-child {
    /*position: sticky;*/
    /*top: 135px;*/
    /*z-index: 97;*/
    /*padding-top: 10px;*/
}

/*!* 三个按钮 *!*/
/*.btn {*/
/*    margin-left: 20px;*/
/*}*/

.btn div,
.btn a {
    height: 40px;
    border-radius: 4px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
}

.d-export-btn {
    padding: 10px 5px !important;
}
.d-export-btn img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}

.d-export-btn:not(:nth-child(3)) {
    margin-right: 5px;
}
.d-export-btn:not(:nth-child(4)) {
    margin-right: 5px;
}

/* 导出按钮 * 3 */
.s-export-button {
    width: 118px;
    background: #0088FF;
}

.s-export-button:hover {
    background: #0A75C7 !important;
}

.s-export-all {
    width: 118px;
    background: #FF383A;
}

.s-export-all:hover {
    background: #DE2527;
}

.s-export-selected {
    width: 88px;
    background: #00B150;
}

.s-export-selected:hover {
    background: #239557;
}

.s-share-btn {
    width: 88px;
    background: #8A39E6;
}

.s-share-btn:hover {
    background: #7741B4;
}
.s-price-sort-btn {
    width: 90px;
    background: #f2f2f2;
    color: #333 !important;
    font-size: 16px !important;
}
.s-price-sort-btn.hover {
    color: #FF383A !important;
}

.s-price-sort-btn:hover {
    color: #FF383A !important;
}
.s-time-sort-btn {
    width: 122px;
    background: #f2f2f2;
    color: #333 !important;
    font-size: 16px !important;
}
.s-time-sort-btn.hover {
    color: #FF383A !important;
}
.s-time-sort-btn:hover {
    color: #FF383A !important;
}

.s-cancel-share-btn {
    width: 88px;
    background: #678095;
}

.s-cancel-share-btn:hover {
    background: #5D6D7B;
}

.s-download-book {
    width: 103px;
    background: #FF383A;
}

.s-download-book:hover {
    background: #DE2527;
}
.notclick {
    pointer-events: none;
}

/*!* 分页按钮样式 *!*/
/*.d_fenye a {*/
/*    display: inline-block;*/
/*    !*width: 30px;*!*/
/*    padding: 0 6px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    background: rgba(0, 0, 0, 0.0300);*/
/*    !*color: rgba(0, 0, 0, 0.6000);*!*/
/*    border-radius: 2px !important;*/
/*}*/

/*.page-no a {*/
/*    !*考虑页码动态变动 *!*/
/*    !*width: unset;*!*/
/*    padding: 0 11px;*/
/*}*/

/*.d_fenye .d-next {*/
/*    !* 下一页 *!*/
/*    display: inline-block;*/
/*    transform: rotate(180deg);*/
/*}*/

/*!* 选中&鼠标经过 *!*/
/*.d_fenye a:hover,*/
/*.d_fenye a.hover {*/
/*    color: #FFFFFF;*/
/*    background: #FF383A;*/
/*}*/

/*.d_fenye .d-first,*/
/*.d_fenye .d-last {*/
/*    background: none;*/
/*}*/

/*!* 分页箭头 *!*/
/*!*.pagination {*!*/
/*!*    width: 580px;*!*/
/*!*}*!*/

/*.pagination .d-pages {*/
/*    margin-right: 20px;*/
/*}*/

/*.pagination .d-next span {*/
/*    !* 向右箭头 *!*/
/*    display: inline-block;*/
/*    transform: rotate(180deg);*/
/*}*/

/*.pageSizeSelect {*/
/*    !* 每页页数 *!*/
/*    width: 52px;*/
/*    height: 30px;*/
/*    background: #FFFFFF;*/
/*    border: 1px solid #EBEBEB;*/
/*    border-radius: 4px;*/
/*}*/

/* 导出图片默认隐藏 */
.export-loading-img {
    position: absolute;
    top: 0;
    width: calc(100% - 10px);
    height: 100%;
    padding-top: 20px;
    background: rgba(242, 242, 242, .7);
    z-index: 99;
    transition: left .3s cubic-bezier(.14, .68, .46, 1);
    color: #C71522;
    display: none;
}

/* @ 列表结果 */
/* 标题*/
/* 1：复选框*/
.head_checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none
}

.head_checkbox label {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-top: 12px;
}

.head_checkbox label input[type="checkbox"] + span {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/icons/checkbox@2x.png) no-repeat 0 0/32px 16px;
}

label input[type="checkbox"]:checked + span {
    background-position: -16px 0;
}

/* 列：专利类型/专利号/专利名称*/
/*.app-no-td {*/
/*    padding: 0 20px 0 10px;*/
/*}*/

/* 列：高价值专利列 */
/* rl: result list*/
.rl_partent_expensive .icon {
    /* 高价值专利标识图标 */
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #FF383A;
    color: #FFFFFF;
    border-radius: 50% !important;
    font-size: 12px;
}


.app-no-td .td0,
.app-no-td .td1,
.app-no-td .td2 {
    width: 32px;
    height: 18px;
    border-radius: 4px !important;
    line-height: 20px;
    padding: 2px 5px;
    text-align: center;
    font-size: 12px;
}

.app-no-td .td0 {
    /*  标签 - 发明 */
    background: #00B150;
    /*border: 1px solid #FFAADF;*/
    color: #FFF;
}

.app-no-td .td1 {
    /*  标签 - 实用 */
    background: #FF383A;
    /*border: 1px solid #EFE6FD;*/
    color: #FFF;
}

.app-no-td .td2 {
    /*  标签 - 实用 */
    background: #FF9307;
    /*border: 1px solid #81B4FF;*/
    color: #FFF;
}

.app-no-td .link-hover {
    /* 链接文字 */
    color: #006AE1;
}

.app-no-td .link-hover:hover,
.app-no-td .link-hover span:hover {
    color: #FF9307;
}

.app-no-td div:first-child span:hover {
    display: inline;
}

.app-no-td div:last-child a span {
    /* 第二个 div 单行文本*/
    width: 95%;
    display: inline;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    margin-top: 2px;
}

.app-no-td .copy-item img,
.app-no-td .search-item img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-bottom: 2px;
}

.app-no-td .copy-item,
.app-no-td .search-item {
    display: none;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 3px !important;
}

.app-no-td .copy-item {
    color: #FF383A;
    background: #FFE8E8;
    margin-left: 2px;

}

.app-no-td .search-item {
    position: absolute;
    top: 24px;
    left: 200px;
    background: #C2F8DA;
    color: #00B150;
    cursor: pointer;
}
.similarPatent{
    padding: 2px 5px 2px 17px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 3px !important;
    color: #00B150;
    cursor: pointer;
    background: #C2F8DA url(../images/icons/similar.png) no-repeat 5px center;
    background-size: 12px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 2px;
    width: 58px;
}
.similarPatent.positionstyl{
    position: absolute;
    bottom: 16px;
    right: 4px;
}
.set_ellipsis.similarPatentstyl::after {
    right:62px
}
/*.app-no-td .copy-item img {*/
/*    margin-top: 5px;*/
/*}*/

/*.app-no-td div:last-child {*/
/*    margin-top: 2px;*/
/*}*/

/*.app-no-td .patent_idnum {*/
/*    color: #666666;*/
/*}*/

.app-no-td .patent_names {
    color: #006AE1;
}

.app-no-td .patent_idnum:hover,
.app-no-td .patent_names:hover {
    color: #fd7d00;
}

/* 第5列 */

.state div {
    margin: 2px 0;
    line-height: 20px;
}

.no_certificate,
.has_certificate {
    line-height: 20px;
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 4px !important;
    text-align: center;
    font-size: 12px;
}

.no_certificate {
    color: #FFF;
    /*border: 1px solid #FF383A;*/
    background: #FF383A;
}

.has_certificate {
    color: #FFF;
    background: #00B150;
    /*border: 1px solid #9BE4BC;*/
}

.state div.no_certificate {
    /* 未下证 */
    background: #FBE6E7;
    border: 1px solid #FF383A;
    color: #FF383A;

}

.state div.has_certificate {
    background: #F0FFF7;
    border: 1px solid #00B150;
    color: #00B150;
}


.state div:nth-child(3) {
    width: 96px;
}

/* 列：专利费 */
.patentfee_box div {
    /*min-width: 154px;*/
    color: #006AE1;
}

/* 列：操作 */
.ninth_td {
    /* 容器布局 */
    min-width: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px !important;
    padding-right: 5px;
}

.ninth_td .box_top button,
.ninth_td .box_top span,
.ninth_td .box_top div a,
.d_yuding {
    /* 可操作按钮的样式（预定、） */
    width: 100%;
    height: 32px;
    /*background: #EBEBEB;*/
    border-radius: 4px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF383A;
}

.has_yuding {
    /* 已预定的样式 */
    /*background: #FBE6E7 !important;*/
    /*border: 1px solid #FF383A !important;*/
    /*color: #FF383A !important;*/
    cursor: default !important;
}

.has_yuding a {
    color: #FF383A !important;
}

.ninth_td .box_top .d_btn,
.ninth_td .box_top .d_btn {
    background: rgba(0, 0, 0, 0);
    line-height: 32px;
    color: #FF383A;
}

.d_btn:hover,
.has_yuding:hover,
.d_xiazai_pdf:hover,
.attention:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}


/* 下面容器 */
.box_bottom {
    height: 32px;
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
}

/* 详情和说明 */
.box_bottom div:first-child {
    flex: 1;
    display: flex;
}

.box_bottom div:first-child a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #E5F3FF;*/
    border-radius: 4px !important;
    color: #3C87DB;
}

/* 关注 */
.box_bottom .attention,
.box_right .attention {
    flex: 1;
    height: 100%;
    /*background: #FFEFE2;*/
    border-radius: 4px !important;
    margin-left: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.attention .icon {
    /* 爱心图标 */
    font-size: 10px;
    color: rgba(0, 0, 0, 0.2000);;
}

/* 商标交易 */
.d_tardemark {
    padding: 10px 20px 20px 20px;
}

.d_tardr .box_right .d_yuding,
.d_tardr .box_right .d_zixun {
    /* 右边-上边按钮 */
    height: 32px;
    /*background: #FF383A;*/
    color: #FF383A;
}

.d_tardr .box_right .attention {
    height: 32px;
    margin-top: 2px;
    font-size: 13px;
    color: #666666;
    /*background: #FFEFE2;*/
    border-radius: 4px;
}

.d_tardr .box_right .d_yuding:hover,
.d_tardr .box_right .d_zixun:hover,
.d_tardr .box_right .attention:hover {
    background-color: rgba(0, 0, 0, .05);
}

.attention span:first-child {
    /* 关注内-图标文字间距 */
    margin-right: 3px;
}

.attention.attented span {
    /* 是否关注 */
    color: #FF5500;
}

/* 隐藏提交数据表单的结构 */
.modal {
    display: none;
}

/* 字体图标 */
.icon.lotuticon {
    display: inline-block;
}

/* 响应式 */
@media screen and (max-width: 1680px) {
    .containers {
        margin: 0 70px 0 30px;
    }

    .filter_items.containers {
        margin-bottom: 10px
    }

    .first_condition .show_more_parent {
        /* “更多”按钮 显示 */
        display: block;
    }

    .pat_list #industry {
        /* “更多”显示，减掉多余的 */
        width: calc(100% - 60px - 20px - 58px - 5px - 64px);
    }

}

@media screen and (max-width: 1900px) {
    .paypatent_close {
        display: none;
    }
}

/* 黏性功能 */
/*.list_head_fixed {*/
/*    padding: 0 20px;*/
/*}*/

/* 表格：鼠标经过时 */
/*.table-hover thead tr {*/
/*    background: #b9f3c8;*/
/*}*/

/*#product-list .table-hover tbody tr:hover {*/
/*    background: #ffd9d9 !important;*/
/*}*/

/* 新页面滚动区样式调整 */
.patent-price {
    /* 容器 */
    width: 100%;
    background: url(../images/price-bg.png) no-repeat 0 0/cover;
}

.patent-price .price-left {
    width: 20%;
    float: none;
    padding-left: 0;
}

.patent-price .price-left h1 {
    /* 今日专利均价 */
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.patent-price .price-left h2 {
    /* 查看数据*/
    margin-top: 10px;
    margin-left: calc(50% - 41px);
}

.d_scroll {
    /* 滚动区容器 */
    width: 80%;
}

.d_scroll ul {
    /* 滚动区容器 */
    width: 100%;
}

.patent-price ul li {
    /* 滚动-卡片项 */
    width: 23%;
    margin-right: 2%;
    margin-left: 0;
}

/* @ 标签*4 */
.d_advantage li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 商标-结果列表 样式覆盖 */
.d_tardemark ul li {
    margin-top: 0;
}

/* 商标-布局重写 */
.d_tardr {
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    /*border: 1px solid red;*/
}

.d_tardr .d_tardrt {
    text-align: left;
    border: none;
}

/*@media screen and (max-width: 1400px) {*/
/*    .d_tardr {*/
/*        min-width: 360px;*/
/*    }*/
/*}*/

#product-list li {
    border-bottom: 1px solid #DDDDDD;
}

.d_tardc font.d_fen {
    /* 分类项 */
    height: 18px;
    background: #FF383A;
    /*border: 1px solid #FF383A;*/
    border-radius: 4px !important;
    padding: 1px 4px;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
}

.d_tardc h1 {
    font-size: 16px;
    /* 高 & 行高——优化火狐浏览器行高不足造成的遮挡问题*/
    height: 24px;
    line-height: 20px;
    margin-top: 2px;
}

/* 弹窗样式 */


.selectPointOfInterest {
    border: 1px solid #DDD !important;
    padding-left: 10px !important;
}

/* 我要出售&求购 鼠标经过处理 */
.d_shop wjyshop_styl a.secend span {
    display: block;
}

.app-no-td:hover span {
    display: inline;
}

/* 弹框样式 */
.modal-open .modal {
    width: 100%;
    height: 100%;
}

#showFriendModal > div > div {
    /*resize: both;*/
    overflow: hidden;
    width: 1040px !important;
    margin: 0 auto;
    height: 97% !important;
    margin-top: 3%;
}

/* 缺省页 */
.d_default {
    display: none;
}

.el-dialog__wrapper .dialog-fade-leave-active {
    /* 防止在IE上弹窗关闭时抖动*/
    -ms-animation: none !important;
}

.modal-open .modal {
    overflow: hidden !important;
}

/* 公用-头 */
.search_header--module {
    position: relative;
    top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 公用-搜索 */
/*.container_search {*/
/*    width: 1200px;*/
/*    margin: 0 auto;*/
/*}*/

.search_pannel {
    width: 100%;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*.shopindex_searchs {*/
/*    margin: 0 auto;*/
/*}*/

.shopindex_searchs,
.shopindex_hotsearch {
    width: 944px;
}

.shopindex_searchs .d_searchs_t a {
    width: 64px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 3px !important;
    font-size: 16px;
    letter-spacing: normal;
    padding: 0px;
    margin-bottom: 12px;
    position: relative;
    margin-right: 30px;
}

.shopindex_searchs .d_searchs_t a.hover {
    color: #FF383A;
    background: #FFFFFF;
}

.shopindex_searchs .d_searchs_t a.hover:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-top: 6px solid white;
    position: absolute;
    left: 26px;
    bottom: -12px;
}

.shopindex_searchs .d_searchs_b {
    border: none;
    border-radius: 4px !important;
    display: flex;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.shopindex_searchs .d_searchs_b input {
    width: 800px;
    height: 60px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 60px 0 98px;
    border: 1px solid #FF383A;
    border-right: none;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.shopindex_searchs .d_searchs_b a {
    color: #FFFFFF;
    line-height: 60px;
    width: 144px;
    background: linear-gradient(90deg, #FFB811 0%, #FE6600 100%);
    font-size: 18px;
}

/* 公用-我要求购+我要出售 */
.communication {
    position: relative;
    z-index: 79;
}

.communication > ul {
    display: flex;
    align-items: center;
    width: 200px;
    height: 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1000);
    border-radius: 4px !important;
    padding: 2px;
    background: #ffffff;
}

.communication li {
    width: 98px;
    height: 56px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FF383A;
    border-radius: 4px !important;
}

.communication li:hover {
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(90deg, #FF383A 0%, #FF7A38 100%);
}

.com_img a {
    position: absolute;
    display: block;
    left: 0;
    top: 60px;
}

.com_img a div {
    background: #ffffff;
    display: none;
    border: 1px solid #FF383A;
    border-radius: 4px !important;
    overflow: hidden;
}

.com_img a div p {
    text-align: center;
    color: #FF383A;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 14px;
}

/* 搜索-下拉选 */
#selectSel {
    position: absolute;
    z-index: 1;
    border-radius: 4px !important;
}

#selectSel .sel_items {
    display: flex;
    justify-content: center;
    align-items: center;
}

#content {
    height: 60px;
    line-height: 60px;
    padding-left: 18px;
    border-radius: 4px !important;
    font-size: 16px;
    color: #333;
    cursor: default;
}

#selectImg {
    margin-left: 4px;
    font-size: 14px;
    cursor: default;
}

#selectItem {
    display: none;
    position: absolute;
    z-index: 9;
    border: 1px solid #eee;
    width: 120px;
    background: #fff;
    border-radius: 4px !important;
    overflow: hidden;
    box-shadow: 0 20px 10px 0px rgba(0, 0, 0, .1);
}

#selectItem ul {
    list-style: none;
}

#selectItem ul li {
    height: 40px;
    border-radius: 4px !important;
    line-height: 40px;
    font-size: 16px;
    padding-left: 18px;
    cursor: pointer;
}

#selectItem ul li:hover {
    background-color: #F1F1F1;
}

.top_images {
    display: none;
}

.image_top {
    width: 150px;
    height: 190px;
    margin: 0 auto;
    margin-top: 30px;
}

.d_searchs_b {
    position: relative;
}

.search__global--clears {
    position: absolute;
    top: 16px;
    right: 162px;
    font-size: 17px;
    cursor: pointer;
    /*display: inline-block;*/
    display: none;
    color: #1BAD55;
    line-height: 28px;
    /*background: #FFFFFF;*/
    border: none;
    /*不允许选中文本*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;user-select:none;
}

/* 清空（待合并）*/
.d_searchs_b {
    position: relative;
}

.search__global--clears {
    position: absolute;
    top: 20px;
    right: 162px;
    font-size: 16px;
    cursor: pointer;
    /*display: inline-block;*/
    display: none;
    color: #1BAD55;
    line-height: 20px;
    /*background: #FFFFFF;*/
    border: none;
    /*不允许选中文本*/
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    -ms-user-select:none;user-select:none;
}
/*专利交易列表搜索框特殊样式处理*/
.patentList_searchbox{

}
.patentList_searchbox .shopindex_searchs{
    width: 800px;
}
.patentList_searchbox .shopindex_searchs .d_searchs_b input{
    width: 654px;
}
.patentList_searchbox .aiSearch_btn{
    color: #e8000a;
    line-height: 58px;
    width: 144px;
    background: #fff;
    border:1px solid #e8000a;
    font-size: 18px;
    text-align: center;
    border-radius: 4px !important;
    margin-right: 40px;
    box-sizing: border-box;
}
.patentList_searchbox .aiSearch_btn i{
    background: url("../images/ai_search.png") no-repeat center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: -5px;
}
