/*新的首页头部*/
body {
  background: #fafafa;
}
.index_top_bg {
  height: 500px;
  background: url("../images/newindex_bg.jpg") no-repeat 0 0;
    max-width: 2000px;
    margin: 0 auto;
}
.shopindex_top {
  width: 1200px;
  margin: 0px auto;
  line-height: 1;
  padding-top: 70px;
}
.shopindex_title {
  font-size: 46px;
  font-family: sans-serif;
  font-weight: bold;
  color: #fff700;
  text-align: center;
  padding: 36px 0px 44px;
}
.shopindex_searchs,
.shopindex_hotsearch {
  width: 944px;
  margin: 0px auto;
}
.shopindex_searchs .d_searchs_t a {
  width: 64px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border-radius: 3px 3px 3px 3px;
  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;
  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;
}
.shopindex_searchs .d_searchs_b a {
  color: #ffffff;
  line-height: 60px;
  width: 144px;
  background: linear-gradient(90deg, #ffb811 0%, #fe6600 100%);
  font-size: 18px;
}

.shopindex_hotsearch {
  display: flex;
  margin-top: 24px;
}
.hotsearch_title {
  flex-shrink: 0;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 24px;
  padding-top: 5px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 4px;
  text-indent: 4px;
  line-height: 22px;
  background: hsla(0, 0%, 100%, 0.16);
  color: #fff;
  box-sizing: border-box;
}
.hotsearch_list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  height: 56px;
  overflow: hidden;
}
.hotsearch_list a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  margin: 0 24px 10px 0;
  line-height: 22px;
  display: inline-block;
}
.hotsearch_list a:hover {
  text-decoration: underline;
}
/*首页-快捷入口start*/
.menu_nav_link{
  display: flex;
  justify-content: space-between;
  margin: -90px auto 0;
}
.menu_nav_link>li{
    width: 24.5%;
    background: #fff;
    border-radius: 4px;
    padding: 16px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.menu_nav_link>li:hover {
    box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2);
}
.menu_nav_link>li:hover h3{
    color: #FF383A;
}
.menu_nav_link>li:hover i{
    color: #FF383A;
    border-color: #FF383A;
}
.menu_nav_link img{
    width: 32px;
    margin-right: 8px;
}
.menu_nav_link i{
    margin-left: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #CCCCCC;
    border: 1px solid #CCCCCC;
    width: 20px;
    height: 20px;
    font-weight: 400;
    box-sizing: border-box;

}
.menu_nav_link h3{
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}
.nav_link_parent_box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px;
}
.nav_link_parent_box>a{
    border-right: 1px solid #D9D9D9;
    display: block;
    width: 33.33%;
    box-sizing: border-box;
    color: #333333;
    font-size: 15px;
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
}
.nav_link_parent_box>a:hover{
    color: #FF383A;
}
.nav_link_parent_box>a:nth-of-type(3n),.nav_link_parent_box>a:last-of-type{
    border-right: 0;
}
.qrcode_layer_box h3{
    text-align: center;
    font-size: 17px;
    color: #333;
    margin: 0 auto 20px;
}
.qrcode_layer_box img{
    display: block;
    margin:0 auto;
    width: 240px;
    height: 240px;
    border: 1px solid #FF383A;
    border-radius: 8px;
    box-sizing: border-box;
}
/*首页-快捷入口end*/
/*.shopindex_count {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  !*width: 1200px;*!*/
/*  margin: -90px auto 0;*/
/*  border-radius: 4px 4px 4px 4px;*/
/*  background: #fff;*/
/*}*/
/*.shopindex_count > li a {*/
/*  width: 240px;*/
/*  height: 124px;*/
/*  !*min-height: 124px;*!*/
/*  display: flex;*/
/*  align-items: center;*/
/*  padding-left: 30px;*/
/*  box-sizing: border-box;*/
/*  font-size: 14px;*/
/*  color: #999;*/
/*}*/
/*.shopindex_count > li img {*/
/*  width: 64px;*/
/*  height: 64px;*/
/*  margin-right: 16px;*/
/*}*/
/*.shopindex_count > li h3 {*/
/*  font-size: 18px;*/
/*  color: #333;*/
/*  font-weight: 700;*/
/*  margin-bottom: 4px;*/
/*}*/

/*.shopindex_count > li h3 i {*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  line-height: 18px;*/
/*  background: #ff383a;*/
/*  border-radius: 4px 4px 4px 4px;*/
/*  opacity: 1;*/
/*  font-size: 12px;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  top: -18px;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*  left: 8px;*/
/*}*/
/*.shopindex_count > li h3 i.cheng_bg {*/
/*  background: #ff8e38;*/
/*}*/
/*.shopindex_count > li h3 i.huang_bg {*/
/*  background: #ffc338;*/
/*}*/
/*新首页头部结束*/


/*广告位置*/
/*1、手机版扫码*/


body{
  min-width: 1440px;
}
.shopindex_cnt{
  width: 1440px;
  line-height: 1.5;
  margin: 0px auto 0;
}
.shopindex_cnt *{
  box-sizing: border-box;
}
@media only screen and (max-width: 1440px) {
  body{
    min-width: 1200px;
  }
  .shopindex_cnt{
    width: 1200px;
  }
}
/*模块标题*/
.module_title{
  padding: 40px 0px;
  text-align: center;
}
.module_title h1{
  font-size: 30px;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}
.module_title p{
  font-size:16px;
  color: #666666;
}
/*模块内容*/
.module_cnt{
background: #fff;
  display: flex;
flex-wrap: wrap;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.module_cnt_left{
  width: 240px;
  height: 520px;
  position: relative;
  background: rgba(11,195,84,0.04);
}
.module_cnt_left>h1{
  height: 100px;
  background: url("../images/shopindex/ip_guanjia.png") no-repeat center;
  background-size: 100% 100%;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  padding: 20px;
}
.module_cnt_left>a{
  font-size: 14px;
  color: #333333;
  padding: 20px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
}
.shopindex_searchs .d_searchs_b form {
  position: relative;
}
.module_cnt_left>a:hover{
  color: #FF383A;
}
.module_cnt_left>a i{
  margin-left: 4px;
  font-size: 12px;
}
.module_cnt_left_tab li{
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  font-size: 16px;
  color: #333333;
  border-bottom: 1px solid rgba(11,195,84,0.1);
  cursor: pointer;
}
.module_cnt_left_tab li i{
  font-size: 18px;
  margin-right: 12px;
}
.module_cnt_left_tab li.active,.module_cnt_left_tab li:hover{
  background: linear-gradient(90deg, #0BC354 0%, rgba(11,195,84,0.3) 100%);
  color: #fff;
}
.module_cnt_left_tab li.active,.module_cnt_left_tab li:hover i{
  color: #fff;
}

.module_cnt_right{
  flex: 1;
}
.dailiban_box>div{
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  height: 130px;
}
.shouji_box{
  padding: 30px;
 height: 100%;
}
.shouji_box>div{
  height: 100%;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shouji_box img{
  width: 100%;
}
.module_cnt_right_msg1{
  padding: 30px;
  cursor: pointer;
  width: 300px;
  display: flex;
  height: 130px;
}
.module_cnt_right_msg1 img{
  width: 100%;
  max-height: 130px;
  margin-right: 20px;
}
.module_cnt_right_msg1 img+div{
  width: calc(100% - 180px);
}
.module_cnt_right_msg1 h2{
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.module_cnt_right_msg1 h2+div{
  font-size: 14px;
  color: #666666;
  margin: 20px 0px 20px;
}
.module_cnt_right_msg1 .link_button{
  width: 112px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DDDDDD;
  display: inline-block;
  color: #666;
  line-height: 36px;
  text-align: center;

}
.module_cnt_right_msg1 .link_button.active{
  border: 1px solid #FF383A;
  color: #FF383A;
  margin-right: 10px;
}
.module_cnt_right_msg1:hover {
  box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2);
}
.module_cnt_right_msg1 .link_button:hover{
  background: #FF383A;
  color: #FFFFFF;
}

/*专利交易和商标交易*/
.heng_tab{
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
  font-size: 20px;
  color: #333333;
  display: flex;
  margin-bottom: 20px;
}
.heng_tab>div{
   border-bottom: 4px solid #fff;
  width: 50%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
 }
.heng_tab>.active,.heng_tab>div:hover{
  box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2);
  color: #FF383A;
  font-weight: 700;
  border-bottom: 4px solid #FF383A;
}

/*专利交易*/
.patent_jiaoyi{
  height: 540px;
  background: rgba(231,0,17,0.04);
}
.patent_jiaoyi>h1{
  background: url(../images/shopindex/patent_jiaoyi.png) no-repeat center;
  background-size: 100% 100%;
}
.patent_jiaoyi .module_cnt_left_tab li.active, .patent_jiaoyi .module_cnt_left_tab li:hover{
  background: linear-gradient(90deg, #FF383A 0%, rgba(255,56,58,0.3) 100%);
}
.patent_jiaoyi .module_cnt_left_tab li{
  border-bottom: 1px solid rgba(231,0,17,0.1);
}

.patent_list_box>a{
  display: block;
  width: 33.333333%;
  height: 180px;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 30px;
  cursor: pointer;
  overflow: hidden;
  transition: all ease-in .2s;
}
.patent_desc{
  font-size: 16px;
}
.patent_status span{
  font-size: 12px;
  color: #FFFFFF;
  padding: 2px 4px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 8px;
}
.patent_status span.status_type1{
background: #FF383A;
}
.patent_status span.status_type2{
  background: #00B150;
}
.patent_status span.patent_type0{
  display: none;
}
.patent_status span.patent_type1{
  background: #00B150;
}
.patent_status span.patent_type2{
  background: #FF383A;
}
.patent_status span.patent_type3{
  background: #FF9307;
}
.blue_color{
color: #006AE1;
 }
.red_color{
  color: #FF383A;
}
.fontbold{
  font-weight: 700;
}
.patent_desc h2{
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 6px 0;
}
.patent_desc button{
  width: 100%;
  height: 36px;
  background: #FF383A;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  border: none;
  font-size: 14px;
  position: relative;
 top: 32px;
  transition: all ease-in .2s;
}
.patent_pubdate{
  font-size: 14px;
  margin-top: 24px;
}
.patent_list_box>a:hover{
  box-shadow: 0px 4px 20px 0px rgba(243,26,42,0.2);
}
.patent_list_box>a:hover button{
  top: -26px;

}

/*商标交易*/
.brand_jiaoyi{
  height: 540px;
  background: rgba(231,0,17,0.04);
}
.brand_jiaoyi>h1{
  background: url(../images/shopindex/brand_jiaoyi.png) no-repeat center;
  background-size: 100% 100%;
}
.brand_jiaoyi .module_cnt_left_tab li.active, .brand_jiaoyi .module_cnt_left_tab li:hover{

  background: linear-gradient(90deg, #FF7D1F 0%, rgba(255,125,31,0.3) 100%);
}
.brand_jiaoyi .module_cnt_left_tab li{
  border-bottom: 1px solid rgba(255,125,31,0.1);
}

.brand_list_box>a{
  display: block;
  width: 33.333333%;
  height: 180px;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 20px;
  cursor: pointer;
  overflow: hidden;
  transition: all ease-in .2s;
}
.brand_desc{
  font-size: 16px;
}

.branddesc_top{
  display: flex;
  align-items: center;
}
.branddesc_top .brand_img_box{
  width: 82px;
  height: 82px;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  /*background:#BE7BB6 ;*/
  text-align: center;
  font-weight: 700;
  line-height: 82px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.errorimg_box{
  display: none;
}
.branddesc_top>div:nth-of-type(1){
  margin-right: 8px;
}
.branddesc_top>div:nth-of-type(2){
  width: calc(100% - 82px);
}
.branddesc_top h2{
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.branddesc_top .brand_appno{
  margin: 6px 0;
}
.brand_desc button{
  width: 100%;
  height: 36px;
  background: #FF383A;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  border: none;
  font-size: 14px;
  position: relative;
  top: 32px;
  transition: all ease-in .2s;
}
.brand_pubdate{
  font-size: 14px;
  margin-top: 24px;
}
.brand_list_box>a:hover{
  box-shadow: 0px 4px 20px 0px rgba(243,26,42,0.2);
}
.brand_list_box>a:hover button{
  top: -26px;
}

/*科技人才*/
.people_list_box{
  padding: 20px 0px 0;
  display: flex;
  flex-wrap: wrap;
}
.people_list_box>a{
width: 548px;
  height: 280px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 4px;
  overflow: hidden;
}
.people_list_box>a img{
  width: 100%;
  height: 100%;
}

.people_list_box>a:hover img{
  transform: scale(1.1);
}
.people_list_box>a img{
  transition: all ease-in .8s;
}
.people_list_box>a>div{
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: rgba(0,0,0,0.4);
  padding: 0px 20px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  font-size: 20px;
  font-weight: 700;
  transition: all ease-in .2s;
}
/*.people_list_box>a:hover div{*/
/*  background: #FF383A;*/
/*}*/
.people_list_box>a:nth-of-type(n+2){
  width: 264px;
}
@media only screen and (max-width: 1440px) {
  .people_list_box>a{
    width: 452px;
    height: 240px;
  }
  .people_list_box>a:nth-of-type(n+2){
    width: 216px;
  }
}

/*成功转化案例*/
.news_list_box{
  padding: 30px;
}
.news_list_box>div{
  width: 100%;
}
.news_list_box>div:first-child{

  display: flex;
}
.news_list_left{
  padding-right: 40px;
  border-right: 1px solid #EDEDED;
}
.news_list_left>a{
  display: block;
  width: 400px;
  height: 226px;
  overflow: hidden;

}
.news_list_left>a img{
  transition: all ease-in .5s;
}
.news_list_left>a:nth-of-type(1){
  margin-bottom: 30px;
}
.news_list_left>a:hover img{
  transform: scale(1.1);
}
.news_list_right{
  width: calc(100% - 440px);
  padding-left: 40px;
}
.news_list_right>a{
display: flex;
  align-items: center;
  padding: 16px;
  height: 116px;
  margin-bottom: 6px;
  position: relative;
}
.news_list_right>a:last-child{
  margin-bottom: 0px;
}
.news_list_right>a:before{
content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: #fff;
  border: 2px solid #EDEDED;
  position: absolute;
  top:50%;
  margin-top: -10px;
  left: -50px;
  border-radius: 50%;
  box-sizing: border-box;
}
.news_list_right>a:hover{
  box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2);
}
.news_list_right>a:hover h1{
color: #FF383A;
}
.news_list_right>a:hover:before{
  border: 2px solid #FF383A;
}
.news_list_img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.news_list_msg{
  color: #666;
  font-size: 14px;
  width: calc(100% - 100px);
}
.news_list_msg h1{
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list_msg h1+div{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.look_more{
  width: 100%;
  margin-top: 30px;
}
.look_more a{
  width: 280px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DDDDDD;
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 54px;
  margin: 0px auto;
  text-align: center;
}
.look_more a i{
  font-size: 12px;
  margin-left: 8px;
}
.look_more a:hover{
  color: #fff;
  background: #FF383A;
  border: 1px solid #FF383A;
}
/*人工智能+大数据*/
.big_data_box{
    padding: 30px;

}
.bid_data_parent{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.big_data_left{
    display: flex;
    flex-wrap: wrap;
    width: 40%;
}
.big_data_left>li{
    width: 50%;
    color: #333;
    font-size: 16px;
}
.big_data_left>li:nth-of-type(-n+2){
    margin-bottom: 80px;
}
.big_data_left b{
    color:#FF383A;
    font-size: 40px;
}
.big_data_left p{
    color: #666666;
}
.big_data_right{
    margin-left: 100px;
}
.big_data_right>div{
    width: 540px;
    height: 456px;
    /*border: 1px solid #ddd;*/
}
.tooltip_box{
    background: #FF383A;
    padding: 4px 6px;
    border-radius: 4px;
    position: relative;
}
.tooltip_box:after{
    position: absolute;
    display: block;
    border-top: 10px solid transparent;
    border-right: 10px solid #eee;
    border-bottom: 10px solid transparent;
    border-right-color:#FF383A;
    transform: translateY(-50%);
    top: 50%;
    left: -10px;
    content: '';
}
.tooltip_box>p{
    color: #fff;
}
.tooltip_box>p:last-child{
    color: rgba(255,255,255,0.6);
}

/*专利文献*/
.new_patent_box{
  padding: 6px 30px 30px;
}
.new_patent_box>div{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new_patent_box>div:first-child>a{
  width: 49%;
  display: flex;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DDDDDD;
  margin-top: 24px;
  padding: 24px;
}
.patent_titme_parent{
  min-width: 90px;
  margin-right: 24px;
}
.patent_time_date{
  font-size: 24px;
  font-weight: 700;
  color:#666
}
.patent_time_year{
  font-size: 16px;
  color: #999999;
}
.patent_title_name{
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 1.9;
}
.new_patent_box>div:first-child>a:hover{
  box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2);
  border: 1px solid #FF383A;
}
.new_patent_box>div:first-child>a:hover h1{
  color:  #FF383A;
}

/*专利企业分析报告*/
.analyse_word_tab{
display: flex;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-size: 20px;
  width: 100%;

  background: #E5E5E5;
}
.analyse_word_tab>li{
width: 25%;
  text-align: center;
  cursor: pointer;
}
.intellectual_news_tab>li{
  width: 20%;
}
.analyse_word_tab>li.active,.analyse_word_tab>li:hover{
  color: #fff;
  background: #FF383A;

  box-shadow: 0px 4px 20px 0px rgba(255,56,58,0.2);
}

.analyse_word_cnt{
  width: 100%;
}
.analyse_word_cnt>li{
  padding: 30px 30px 30px;
}
.analyse_word_cnt_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.analyse_word_cnt_list>a{
  width: 49%;
  padding: 12px 0;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  padding-left: 30px;
  color: #333333;
}
.analyse_word_cnt_list h1{
  font-size: 16px;
  font-weight: 700;

  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.analyse_word_cnt_list span{
  font-size: 14px;
  color: #666666;
}
.analyse_word_cnt_list>a:before{
  position: absolute;
  top:12px;
  left:0px;
  font-family: 'lotuticon';
  content: "\e677";
font-size: 16px;
  color: #666666;
}
.analyse_word_cnt_list>a:hover{
  color: #FF383A;
}
.analyse_word_cnt_list>a:hover:before{
  color: #FF383A;
}

/*流程不揍*/
.liucheng_step_box{
color: #666666;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.liucheng_step_box>div{
  text-align: center;
}
.liucheng_step_box>div img{
  width: 80px;
}
.liucheng_step_box>i{
  color: #CCCCCC;
  position: relative;
  top: -36px;
}
.liucheng_step_box>div h1{
  margin: 10px 0px 6px;
  font-weight: 700;
  color: #333333;
  font-size: 20px;
}

/*页面显示隐藏元素切换*/

@media only screen and (max-width: 1440px) {
  .module_cnt_right>li>div.new_nodata_style ol{
    width: 100%;
    padding: 30px;
  }
  .new_nodata_style ol>li>img {
    margin-right: 20px;
  }
  .new_nodata_style ol>li{
    padding: 30px 10px;
    width: 49%;
  }
}
.module_cnt_right>li:nth-of-type(n+2){
  display: none;
}
.patent_brand_box>div:nth-of-type(n+2){
  display: none;
}

.heng_tab_curr1{
  display: none;
}
.analyse_word_cnt>li:nth-of-type(n+2){
  display: 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;
}


/*顶部新增我要求购*/
.pay_sell_box{
    position: absolute;
    z-index: 2;
    right: 90px;
    top: 80px;
    background: url(../images/pay_sell_bg.png) no-repeat center center;
    background-size: contain;
    width: 110px;
    height: 110px;
}
.pay_text{
    text-align: center;
    padding: 18px 6px 10px;
    width: 80%;
    margin: 10px 14px 0px;
    padding-left: 8px;
    box-sizing: border-box;
}
.pay_text img{
    width: 37px;
}
.sell_text{
    text-align: center;
    width: 80%;
    margin: 1px 14px;
    height: 24px;
}
.sell_text img{
    width: 67px;
}
.pay_sell_box h1{
    cursor: pointer;
}
.pay_sell_box h1+div{
    position: absolute;
    right: -50px;
    top:76px;
    background: #ffffff;
    z-index: 3;
    display: none;
    border: 1px solid #FF383A;
    border-radius: 4px;
    overflow: hidden;
}
.pay_sell_box h1+div img{
    width: 200px;
}
.pay_sell_box h1+div p {
    text-align: center;
    color: #FF383A;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 14px;
}
.pay_sell_box ul>li:first-child h1:hover+div{
    display: block;
}
