@import "news.css";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
  /* 默认有边距，都要清除 */
  margin: 0;
  padding: 0;
  /*字体设置*/
  font-size: 15px;
  font-family: Montserrat,"Microsoft Yahei",sans-serif;
  color: #333;
  list-style: none;
  cursor: default;
}

/*可选*/
html,body{
  width: 100%;
  height: 100%;
  margin: 0px ;
  padding: 0px;

}
body{
  background: #fff
}

/*行内块元素*/
input,img{
  margin: 0;
  padding: 0;
  border: 0 none;
  outline-style: none;
  vertical-align: bottom;
}

/*行内元素*/
a,a:active,a:visited{
  /*下划线和颜色*/
  text-decoration: none;
  color: #333;
}

a:hover{
  color:#000;
}

textarea{
  /* 边框清零 */
  border:none;
  /* 轮廓线清零 */
  outline: none;
  /* 防止文本域被随意拖拽 */
  resize: none;
}

i{
  /*文字样式*/
  font-style: normal;
}

table{
  /*边框合并*/
  border-collapse:collapse;
  border-spacing:0;
}


/* 使用伪元素清除浮动 */
.clearfix::before,
.clearfix::after{
  content:"";
  height: 0;
  line-height: 0;
  display: block;
  visibility: none;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* 版心*/
.w{
  width: 1140px;
  margin: 0 auto;
}
.logo{
text-align: center;
font-size:38px;
padding-top: 20px;
font-weight: bold;
font-family: unset;
line-height: 53px;
margin-bottom: 20px;
letter-spacing: 1px;
}

.logo span{
 border-radius: 50%;
 color: #fff;
   font-size: 34px;
   letter-spacing: -2px;
   background-color: #666666;
   background-repeat: repeat-y;
   background-image: -moz-linear-gradient(top,#fc8e37,#ff0b00);
   background-image: -webkit-linear-gradient(top,#fc8e37,#ff0b00);
   background-image: -o-linear-gradient(top,#fc8e37,#ff0b00);
   background-image: linear-gradient(top,#fc8e37,#ff0b00);
   width: 50px;
  height: 50px;
 display: inline-block;
 vertical-align: top;
 margin-right: 5px;
 text-align: center;
 line-height: 50px;
 opacity: .9

}
.trademark_logo img{
  max-height: 50px;
  display: block;
}
.trademark_logo SPAN{
  font-size: 30PX;
  display: block;
  font-weight: bold;
}

.trademark_logo{
  font-size: 20px;
  line-height: 29px;
  padding-top: 20PX;
  padding-left: 15px;
}
.trademark_logo.list_logo{
  padding-bottom: 15px;
}
.trademark_logo.list_logo span{
  padding-top: 12px;
}
.exit .logo span{
  padding-right: 0px;
}
.exit .logo {
  padding-top: 0px;
}
.textarea{
margin: 0px auto;
position: relative;
}
.textarea_text_right.textarea_text_right_scan{
  right: 205px;
  bottom: 26px;
}
.textarea .textarea_text,.words-textarea,.upload{
width: 80%;
height: 211px;
float: left;
border: 2px solid #9e9e9e;
border-radius: 2px;
-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.12) inset;
box-shadow: 0 0 8px 2px rgba(0,0,0,.12) inset;
padding:1% 2%;
font-size: 16px;
overflow-y: auto;
line-height: 24px;
position: relative;
font-family: Montserrat
}
.textarea .textarea_text{
  min-height: 211px;
  max-height: 365px;
  height: auto;
  cursor: text;
}
.textarea_text_right{
font-weight: bold;
position: absolute;
right: 15px;
bottom:7px;
}
.textarea_text_right em{
font-style: normal;
color: #f00;
}
.upload{
height: 146px;
padding:0px;
width: 84%;
border: 2px solid #9e9e9e;
overflow: hidden;
}

.a-upload {
width:100%;
height: 150px;
text-align: center;
position: relative;
cursor: pointer;
color: #000;
overflow: hidden;
display: inline-block;
*display: inline;
font-size: 14px;
color: #333;
background: url(../img/add.png) no-repeat center 23px;
line-height: 220px;
*zoom: 1
}
#file_name{
  position: absolute;
  top: 98px;
  text-align: center;
  width: 100%;
  left:0px
}
.a-upload input {
position: absolute;
left: 0;
width: 200%;
height: 150px;
top: 0;
line-height: 329px;
margin-left: -2px;
padding-top: 300px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
font-size: 16px;
color: #000;
z-index: 44;
}

.a-upload:hover {
color: #444;
background: #ebf2fb url(../img/add.png) no-repeat center 23px;
}

.textarea_btn .write_btn.upload_btn{
height: 150px;
margin-bottom: 18px;

}
.textarea_btn .write_btn.upload_btn i{
display: block;
font-size: 44px;
}
.textarea .textarea_text{
margin-bottom: 17px;
}
.textarea .textarea_text:focus,.words-textarea:focus{
 border-color: #a6c7ff
}
.textarea #txtContent.textarea_text:focus{
border: 2px solid #fff
}
.words-textarea{

width: 80%;
margin-top: 5px;
}


.textarea_btn{
float: right;
width: 14%;
text-align: center;

}
.textarea_btn .write_btn,.textarea_btn .blue_btn,.admin_add{
border: 1px solid #0e7cd8;
background: #fff;
height: 110px;
width: 100%;
cursor: pointer;
border-radius: 4px;
background-color: #0064b8;
background-repeat: repeat-y;  color: #fff;
background-image: -moz-linear-gradient(top,#79c1ff,#0064b8);
background-image: -webkit-linear-gradient(top,#79c1ff,#0064b8);
background-image: -o-linear-gradient(top,#79c1ff,#0064b8);
background-image: linear-gradient(top,#79c1ff,#0064b8);
font-size: 16px
}
a.admin_add{color:#fff;padding: 5px 20px;font-size: 14px;    vertical-align: middle;    margin-left: 5px;}
.login_button{
border: 1px solid #235bdc;
background: #fff;
width: 100%;
cursor: pointer;
border-radius: 4px;
background-color: #326bda;
background-repeat: repeat-y;  color: #fff;
background-image: -moz-linear-gradient(top,#3a88f7,#253bab);
background-image: -webkit-linear-gradient(top,#3a88f7,#253bab);
background-image: -o-linear-gradient(top,#3a88f7,#253bab);
background-image: linear-gradient(top,#3a88f7,#253bab);
    height: 44px;    font-size: 16px;
    margin-bottom: 20px;
}
.login_button:hover{
background-color: #326bda;
background-image: -moz-linear-gradient(top,#609ef5,#3351e8);
background-image: -webkit-linear-gradient(top,#609ef5,#3351e8);
background-image: -o-linear-gradient(top,#609ef5,#3351e8);
background-image: linear-gradient(top,#609ef5,#3351e8);
}
.textarea_btn .write_btn img,.textarea_btn .blue_btn img{
display:block;
width: 40px;
margin: 0px auto;
margin-bottom: 8px;
}
.textarea_btn .blue_btn,.batch_btn button,.search button,.excel_list button,.detail_active span.active a,.detail_active span.active a:hover,.user_right li button,.error a,.admin_main button{
display: block;
color: #fff;
margin-bottom: 17px;
border: 1px solid #f2622b;
background-color: #e31717;
background-repeat: repeat-y;
background-image: -moz-linear-gradient(top,#ff9e3b,#e31717);
background-image: -webkit-linear-gradient(top,#ff9e3b,#e31717);
background-image: -o-linear-gradient(top,#ff9e3b,#e31717);
background-image: linear-gradient(top,#ff9e3b,#e31717);
}
.excel_list button{
padding: 8px 30px;
margin-top: 20px;
cursor: pointer;
border-radius: 4px;
outline:none;

}
.admin_main button{
  display: inline-block;
  padding:5px 20px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
  margin-left:10px
}
.excel_list li{
width: 25%;
float: left;
padding-bottom: 10px;
}
.excel_list li label span{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
padding-right: 15px;
cursor: pointer;
}
.nodata,.loading{
  background: url(../img/nodata.gif) no-repeat center top;
  height: 200px;
  text-align: center;
  padding-top: 128px;
  margin: 0px auto;
  font-size: 16px;
  letter-spacing: 2px
}
.loading{
background: url(../img/loading.gif) no-repeat center top;

}
.search{
margin-top: 16px;
float: right;
width: 50%;
text-align: right;
    padding-top: 17px;
}
.search input:focus{
border-color: #f60
}
.search input{
height: 34px;    width: 65%;
border: 1px solid #666;
font-size: 14px;
padding-left: 10px;
margin-right: 5px;vertical-align: top;
}
.search button,.user_right li button,.error a {
font-size: 14px;
padding: 8px 30px;
display: inline-block;
border-radius: 3px;
cursor: pointer;
}
.search button:hover,.user_right li button:hover,.error a:hover,.admin_main button:hover,a.admin_add:hover{
  opacity: .8;
}
.user_right li button,.error a{
  display: inline-block;
  padding: 8px 50px;
  margin-top:20px;
}
.batch_btn button{
vertical-align: top;
padding: 5px 10px;
border-radius: 3px;
margin-left: 10px;
position: relative;
margin-top: 0px;
top: -11px;
cursor: pointer;
}
.table {display: table; width: 100%; border-collapse: collapse;}
.table-tr {display: table-row; height: 30px;}
.table-th {display: table-cell;font-weight: bold;height: 100%;    background: #f0f0f0;
border-top: 1px solid #ddd;    border-bottom: 1px solid #ddd;text-align: left;
word-break: keep-all;
padding: 8px}
.table-td {display: table-cell; height: 100%;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; text-align: left;vertical-align: middle;padding: 8px;    word-break: break-word;}
.table-td img{
max-width: 100px
}
.table-th-fl{
width:300px
}
.scan_table .table-th-fl{
  width:350px
  }
.table-fl{
word-break: break-word;
}
/* .table-rq,.table-fl{
font-family:Arial
} */
/* table */
.layui-table-box{
margin-top: 5px;
}

.table-th a,.word_a a{
color: #1d8de6
}
.word_a{
display: inline-block;
padding-left: 48px;
vertical-align: super;
top: 6px;
position: relative;
}
.table-th a:hover,.word_a a:hover,.login_tog a:hover,.exit a:hover,.trademark_list dl li span a:hover,.table-td.table-mc a:hover u{
text-decoration: underline;
}



.layui-laypage a{
    border-top: 1px solid #e2e2e2;
      border-bottom: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
}
.layui-laypage a:last-child{
    border-right: 1px solid #e2e2e2;
}
.layui-laypage a, .layui-laypage span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 15px -5px 15px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px;
}
.layui-laypage span.layui-laypage-curr{
background-color: #1E9FFF;
color: #fff;
border: #1E9FFF 1px solid;

}
.layui-laypage-prev{
      border-radius: 2px 0px 0px 2px;
}
.layui-laypage-next{
    border-radius: 0 2px 2px 0;
}
.layui-laypage a:hover{
background: #eee
}

.blue_btn:hover,.write_btn:hover,.excel_list button:hover{
    opacity: .8;

}


.table_card {  margin:0 auto;}
.table_card .tab { height:37px; font-size:14px; border-bottom:1px #000 solid}
.table_card .tab li { float:left; height:36px; line-height:36px;  margin-right:5px; background:#f0f0f0; border-top:1px #e1e1e1 solid; border-left:1px #e1e1e1 solid; border-right:1px #e1e1e1 solid;}
.table_card .tab li:hover { height:36px; background:#fff; color:#333; cursor:pointer}
.table_card li.active,.table_card li.active:hover{ height:37px !important;
 background-color: #e31717 ;
 background-repeat: repeat-y;
 background-image: -moz-linear-gradient(top,#ff9e3b,#e31717);
 background-image: -webkit-linear-gradient(top,#ff9e3b,#e31717);
 background-image: -o-linear-gradient(top,#ff9e3b,#e31717);
 background-image: linear-gradient(top,#ff9e3b,#e31717); color:#fff;     border-color: #f15b29;
}
.table_card li.active a{
color: #fff;
}
.table_card li a{
padding:0 25px;
display: block;
}
.table_card .tabCon { background:#fff; padding:15px 0px 20px 0px;}
.table_card .tabCon .hidde,.table_card1 .tabCon .hidde { display:none}
.table_card .tabCon .on,.table_card1 .tabCon .on { display:block}

.layui-laypage{
text-align: right;padding-right: 5px;
}
.table-tr:nth-of-type(odd) .table-td,.user_right table tr:nth-of-type(odd)  td{
background: #f8f8f8
}
.table-tr:hover .table-td,.table_card1 .tab li:hover,.tabcon_main table tr:hover td,.trademark_list table tr:hover td,.user_right table tr:hover td,.admin_page button:hover{
    background: #ebf2fb;
}
.table-mc{
  max-width: 350px;
  font-weight: bold;
  min-width: 100px;
  word-break: break-word;
}
.table-th-gj{
min-width: 44px;
}
.table-td.table-gj{
word-break: keep-all;
font-size: 13px;
}
.table-font{
  font-size: 13px;
}
.table-th-rq{
width: 90px;
}
/* select */

.hidden {
display: none!important
}

.selectPickerWrapper * {
box-sizing: border-box
}

.selectPickerWrapper {
position: relative;
display: inline-block;
float: left;
padding-right: 4px;
height:38px
}

.select-picker-search {
width: 476px;
margin-right: 5px;
height: 32px;
line-height: 32px;
color: #666;
border-radius: 3px;
border: 1px solid #000;
padding: 0 10px;
font-size: 14px;
cursor: pointer
}

.select-picker-search-checked {
position: relative;
width: 458px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 5px;
color: #333;
}

.select-picker-search-checked:after {
border: 5px solid transparent;
content: ' ';
height: 0;
position: absolute;
width: 0;
top: 12.2px;
border-top: 8px solid #666;
right: 0
}

.select-picker-options-wrp {
display: none;
width: 200px;
border-radius: 2px;
box-shadow: 0 1px 5px rgba(0,0,0,.2);
background-color: #fff;
position: absolute;
top: 36px;
left: 0;
z-index: 9999;

}

.select-picker-options-serch input {
width: 160px;
height: 32px;
line-height: 32px;
border: 1px solid #666;
border-radius: 3px;
margin: 12px 0 0 10px;
padding-left: 8px
}

.select-picker-options-serch input:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.select-picker-options-list {
width: 100%;
padding: 8px 0
}

.select-picker-options-list-item {
width: 20%;
line-height: 30px;
font-size: 14px;
cursor: pointer;
display: inline-block;
height:30px;
overflow: hidden;
padding: 0 9px;

}


.select-picker-options-list-item:hover {
background: #ebf1f5
}
.select-picker-options-list-item span{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
width: 67%;
float: left;
}
.duihao {
display: inline-block;
width: 18px;
height: 18px;
border-radius: 3px;
transform: translateY(4px);
margin-right: 6px;
float: left;
margin-top: 2px
}

.duihao-checked {
background: #00a0ff;
position: relative
}

.duihao-checked:before,.duihao-checked::after {
content: "";
height: 10px;
width: 2px;
border-radius: 10px;
display: block;
background: #fff;
position: absolute;
top: 4px;
left: 10px;
transform: rotate(45deg);
-ms-transform: rotate(45deg)
}

.duihao-checked::before {
height: 6px;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
position: absolute;
top: 7px;
left: 5px
}

.duihao-nocheck {
border: 1px solid #aaa
}
#classify .select-picker-options-wrp,#country .select-picker-options-wrp{
width: 476px;
}
#country .select-picker-options-list-item span{
float: none;
display: inline;
}
#classify1  .select-picker-options-list-item{
width: 20%;
display: inline-block;
}
#country1  .select-picker-options-list-item,#country  .select-picker-options-list-item{
width: 25%;
display: inline-block;
}
#classify  .select-picker-options-serch input,#country  .select-picker-options-serch input{
width: 75%;
font-family: Montserrat
}
.select-picker-btn-cancel{
  position: absolute;
  right: 10px;
  top: 2px;
  line-height: 28px;
  border-radius: 50px;
  height: 29px;
  width: 29px;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  color: #666;
  background: #fff;
  display: none

}
.select-picker-btn-cancel:hover{
color: #e51f19;

}
@font-face {
font-family: 'Montserrat';
font-style: normal;

font-display: swap;
src: local('Montserrat Light'), local('Montserrat-Light'),
     url('../css/montserrat-v14-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
     url('../css/montserrat-v14-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.login_icon i{
  font-size:34px;
  padding:0px 5px;
}
.login_icon{
  text-align: center;
}
.login_icon i.icon-qq{
  color:#1296db
}
.login_icon i.icon-we-chat{
  color:#67cc79
}
.login_icon a{
  display: inline-block
}
.login_icon a:hover{
  opacity: .8;
}
/* select */
@font-face {font-family: "iconfont";
  src: url('../css/iconfont.eot?t=1597925372272'); /* IE9 */
  src: url('../css/iconfont.eot?t=1597925372272#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../css/iconfont.woff?t=1597925372272') format('woff'),
  url('../css/iconfont.ttf?t=1597925372272') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../css/iconfont.svg?t=1597925372272#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yonghuzhongxin:before {
  content: "\e615";
}

.icon-baobeibucunzai:before {
  content: "\e616";
}

.icon-we-chat:before {
  content: "\e6c3";
}

.icon-qq:before {
  content: "\e601";
}

.icon-shouji:before {
  content: "\e630";
}

.icon-shangchuan:before {
  content: "\e673";
}

.icon-mima:before {
  content: "\e647";
}

.icon-xingmingyonghumingnicheng:before {
  content: "\e653";
}

.icon-sekuai:before {
  content: "\e60f";
}

.icon-arrow-left-copy:before {
  content: "\e600";
}

.icon-left:before {
  content: "\e604";
}

.icon-sousuo:before {
  content: "\e614";
}



.search_status select{
 width: 100px;
 height: 32px;
 border-radius: 3px;
 padding-left: 5px;
 border: 1px solid #000;
 float: left;
}
.search_status  option{
  padding: 3px 0px;
}
.word_tip{
text-align: right;
position: absolute;
right: 0px;
top: -49px;
}
.icon-sekuai_red{
color: #f00;
font-size: 18px;
}
.icon-sekuai_yellow{
margin-left: 15px;
font-size: 18px;
color: #e600e6
}

.container-item{
cursor: pointer;
}
#pic{position: fixed; display: none;}
#pic1{max-width: 500px;height: auto; border-radius: 5px;     box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);}
.mob_text,.select-picker-options-serch{
display: none
}
.page_ys{
padding: 15px 0px;
text-align: center;
}
.batch_btn{
display: inline-block;
}
/* 尼斯分类详情页 */
.detail_page{
background: #fff
}
.detail_page .logo{
float: left;
}
.detail_page .logo h1{
display: inline-block;
font-size: 21px;
position: relative;
top: -1px;
}
.detail_page .logo h1 a{
  color: blue;
  font-size: 16px;
}
.collapsing{ width: 100%;margin-bottom: 5px;
 cursor: pointer; border: 1px solid #ddd; text-align: left; background: url(../img/pro_left.png) no-repeat right ;
 background-color: #f8f8f8;
 color: #333;
border-top-left-radius: 3px; border-top-right-radius: 3px;}
 .collapsing span{  padding: 10px; display: block;}
.coll_body{display: none;
margin-bottom: 5px;
border: 1px solid #ddd;    background: #fff;
width: 100%;
 border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
border-top: none; }
.collapsing.current{
  margin-bottom: 0px;
}
.collapsing_det{
  background: #fff;
  text-align: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 10px 0%;
  border-top-left-radius: 3px; border-top-right-radius: 3px;
  font-size: 16px;
 line-height: 24px;
}

/* .collapsing:hover{
  background:#bee2ff
} */
.current{background-image:url(../img/pro_down.png);}
.table_card1 .tab{
width: 40%;
float: left;

}
.collapsing span em{
display: block;
height: 38px;
float: left;
font-style: normal;
}


.table_card1 .tab li{
  border-left: 3px solid #f5f5f5;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
  border-right:1px solid #ddd
}

.table_card1 .tab li.active a{
color:#e8301d
}
.table_card1 .tabCon{
  width: 60%;float: left;
}
.table_card1 .tabCon .on,.tabCon_right{
width: 100%;float: left;
background: #fff;

}
.tabcon_main{
  border-right: 1px solid #ddd;
  height: 500px;
  overflow-y: auto;
  padding:5px 20px;
  line-height: 26px;
}
.tabcon_main table,.trademark_list table{
  width: 100%;
}
.tabcon_main_td_first{
  width: 10%;
}
.trademark_list .tabcon_main_td_first{
  width: 7%;
}
.tabcon_main_td_two{
  width: 30%;
}
.trademark_list .tabcon_main_td_two{
  width: 25%;
}
.tabcon_main_td_three{
  width: 60%;
}
.tabcon_main table tr th,.tabcon_main table tr td,.trademark_list table tr td,.trademark_list table tr th{
  text-align: left;
  padding: 2px 10px;
}

.table_card1 .tab .active,.table_card1 .tab .active:hover{
background: #fff;
border-left: 3px solid #e8301d;
color: #e8301d;
font-weight: bold;border-right: 1px solid #fff;
}
.table_card1 .tab li a{
display: block;
padding: 9px 5px 9px 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


/* login */
.login{
background-color: #3a88f7;
  background-image: -moz-linear-gradient(top,#253bab,#3a88f7);
  background-image: -webkit-linear-gradient(top,#253bab,#3a88f7);
  background-image: -o-linear-gradient(top,#253bab,#3a88f7);
  background-image: linear-gradient(top,#253bab,#3a88f7);
}
.login_main{
background: #fff;
width: 360px;
padding: 20px 0px;
border-radius: 5px;
margin: 0px auto;
box-shadow: 0 0 15px 4px rgba(5, 31, 123,.5);

}
.login .w{
padding-top: 120px;
}
.login_main .logo{
font-size: 34px;
}
.login_main .logo span{
background-color: #e31717;
background-repeat: repeat-y;
background-image: -moz-linear-gradient(top,#ff7f1e,#e80202);
background-image: -webkit-linear-gradient(top,#ff7f1e,#e80202);
background-image: -o-linear-gradient(top,#ff7f1e,#e80202);
background-image: linear-gradient(top,#ff7f1e,#e80202);
}
.login_main .table_card li.active a, .login_main .table_card li.active:hover{
   background: #fff;
   color: #3a88f7;
   border: none;
   font-weight: 400

}
.login_user,.login_password,.main_tab_two{
position: relative;
}
.login_user i,.login_password i{
position: absolute;
left:0px;
  bottom: 12px;
}
.login_user input,.login_password input{
border-bottom: 1px solid #ddd;
height: 40px;
font-size: 14px;
margin-top: 10px;
padding-left: 8%;    width: 92%;
}
.login_tog{
height: 60px;
font-size: 12px;
padding-top: 10px;
text-align: right;    display: block;
}
.login_tog a,.exit a,.trademark_list dl li span a,.table-td.table-mc a:hover,.table-td.table-fl a:hover{
color: #3a88f7;
}
.exit em{
  font-style: normal;
  color: #cecece;
  display: inline-block;
  padding:0px 5px
}
.login_main .table_card li.active i{
height: 3px;
width: 45px;
border-radius: 3px;
background: #3a88f7;
    display: block;
        margin: 0px auto;
}
.login_main .table_card .tabCon,.login_main .table_card .tab{
border: none;  padding: 30px;  padding-top: 10px;
}
.login_main .table_card .tab li{
border: none;font-size: 16px;        width: 49%;
  text-align: center;    padding: 0 ;
  margin-right: 0px;

background: #fff;
}
.w-relative{
position: relative;
}
.exit img{
width:25px;vertical-align: middle;
}
.exit span{
padding-right: 10px;
}
.login_main .table_card .tab li:first-child{
border-right: 1px solid #e1e1e1 ;
}
.exit{
position: absolute;
right:15px;
top:20px;
}
.introduce  ul{
margin-left: -1%;
margin-right: -1%;
}
.introduce li {
margin-top: 5px;
margin-bottom: 10px;
float: left;
width: 31.3333%;
padding: 0px 1%;
}
.introduce .item {
display: block;
padding: 30px 30px 0px 30px;
border-radius: 5px;
background: #FFFFFF;
border: 1px solid #e0e0e0;
position: relative;
}
.introduce .item span {
display: block;
width: 52px;


border-radius: 100%;
text-align: center;
right: 28px;
top: 30px;
position: absolute;
}
.introduce .item span.diy10{
  width: 100px;    top: 35px;
}
.top_banner{
  background: url(../img/banner-1.jpg) no-repeat;
  height: 60px;
  text-align: center;
  color: #333;
  line-height: 60px;
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
}
.top_banner a{
  position:absolute;
  right: 10%;
  top: -12px;
}
.top_banner a:hover{
  opacity: .6;
}
.top_banner span{
  color: #e9361f;
}
.introduce .item span img{

  width: 100%;
}
.introduce .item:hover{

  box-shadow: 0 0 8px 4px rgba(103,107,123,.1);
}
.introduce .item .tit {
  color: #333;
  font-size: 22px;
  font-weight: 600;
}
.introduce .item:hover .tit{
  color: #338bd6;
}
.introduce .item .des {
margin-top: 5px;
max-width: 300px;
line-height: 30px;
min-height: 50px;
color: #999;
}
.textarea_text u {
color: #c300da;
text-decoration: none;
}
.percent{
text-align:center;
font-size: 24px;
padding-top: 20px;
padding-bottom: 15px;
}
.progress {
  background-color: rgba(100, 100, 100, 0.2);
  border-radius: 5px;
  position: relative;
  height: 10px;
  width: 350px;
  margin: 0px auto;
}
.progress-done {
  background: linear-gradient(to left, #e31717, #ff9e3b);
  border-radius: 5px;
  height: 10px;
  width: 0;
  transition: width 1s ease 0.3s;
}
.selfecheckbox_label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-top: -2px;
  background-image: url(../img/checkbox1.png);
  background-size: 100%;
}

.selfecheckbox_label:hover:before {
  background-image: url(../img/checkbox3.png);
}
.e-selfecheckbox,.being_up,.uploading .start_up{
display: none
}
.table-th-sum{
width: 89px;
}
.table-th-number{
width: 120px;
}
fieldset{
  border: none;
  padding: 0px;
  margin: 0px;
}

.uploading .textarea_btn .write_btn.upload_btn{
    background-image: -webkit-linear-gradient(top,#f5f5f5,#cacaca);
    border: 1px solid #dedede;
    background-color: #eee;
    color: #999;
    outline:none;
    cursor: no-drop;
}
.excel_list button.stop_btn{
  background-image: -moz-linear-gradient(top,#79c1ff,#0064b8);
  background-image: -webkit-linear-gradient(top,#79c1ff,#0064b8);
  background-image: -o-linear-gradient(top,#79c1ff,#0064b8);
  background-image: linear-gradient(top,#79c1ff,#0064b8);
  background-color: #0064b8;
  border: 1px solid #0e7cd8;
}
.uploading .textarea_btn .write_btn.upload_btn:hover{
  opacity: 1;
}
.rowsCount{
  position: absolute;
  left: 133px;
  bottom: -47px;
}
.uploading .a-upload:hover{
  background: url(../img/add.png) no-repeat center 23px;
  color: #333;
}

.excel_list,.trademark_list_li{
  position: relative;
}
.uploading .excel_list li label span{
  color: #999;
}
.uploading .a-upload input,.uploading .selfecheckbox_label{
  cursor: no-drop;
}
.uploading  .selfecheckbox_label:hover:before{
  background-image: url(../img/checkbox1.png);
}
.e-selfecheckbox:checked+ .selfecheckbox_label:before {
  background-image: url(../img/checkbox2.png);
}

/* 详情页 */
.trademark_list_information{
  padding-top: 20px;
}
.trademark_list_information .collapsing{
  margin-bottom: 0px;
  background-image: none;
  cursor: auto;

}
.trademark_list_information .collapsing span{
  font-size: 18px;
  padding-left: 20px;
}
.trademark_list_information .coll_body{
  display: block;
  margin-bottom: 10px;
}
.trademark_list_information .trademark_list_li:hover .collapsing {
  border-color: #fe3621;
  border-bottom-color: #ddd;
}
.trademark_list_information .trademark_list_li:hover .coll_body {
  border-color: #fe3621;
}
.trademark_list{
  padding:15px 20px;
  line-height: 24px;
}
.trademark_list dl{
  width: 50%;
  float: left;

}
.trademark_list.trademark_list_width dl{
  width: 45%;
  float: left;

}
.trademark_list dl li label{
  width: 20%;
  text-align: right;
  float: left;
  color: #999;
}
.trademark_list.trademark_list_width dl li label{
  width: 30%;
}
.trademark_list dl li{
  padding: 6px 0px;
  width: 100%;
  float: left;
}
.trademark_list dl li span a{
  padding-right: 10px;
}
.trademark_list.trademark_list_width dl li span {  width:55%;}
.trademark_list dl li span {
  width:75%;
  float: left;
  padding-right: 5%;
}
.trademark_list h1{
  display: inline;
  font-size: 18px;
  padding-right: 10px;
}
.trademark_list .nodata{
  background:none;
  height: auto;
  padding:0px;
  text-align: left;
  font-size: 14px;
}
.trademark_img {
  position: absolute;
  right: 20px;
  bottom:25px
}
.trademark_img img{
  max-width: 250px;
}
.detail_active{
  margin-bottom: 5px;
}
.detail_active span a{
  background: #f8f8f8;
  border-radius: 20px;
  padding: 4px 0px;
  margin-bottom: 10px;
  display:inline-block;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 15px;
  width: 84px;
  letter-spacing: -1px;
}
.detail_active span a:hover{
  background: #eee;
}
.detail_active span.active a,.detail_active span.active a:hover{
  margin-bottom: auto;
  display: inline-block;
}
.coll_detail .coll_body{
  background: #f8f8f8 ;
  border-right: none;
}
.backtotop {
  bottom: 30px;
  display: none;
  font-size: 10px;
  height: 40px;
  letter-spacing: 2px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  background: #333;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; opacity: .2}
  .backtotop:hover {
    color: #ffffff;opacity: 1; background: #fa6138}
  .backtotop:after {
    border: 2px solid #f3f5f9;
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .backtotop:before {
    content: "";
    border: 2px solid transparent;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%; }
  .backtotop.ts-block {
    display: block; }
  .backtotop i {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
    top: -10px;
    width: 100%; }

.backtotop:hover::after {
  bottom: -6px;
  left: -6px;
  right: -6px;
  top: -6px; }

.backtotop span {
  display: inline-block;
  font-size: 10px;
  line-height: 14px; }

.backtotop:hover .ts-line-animate {
  height: 40px;
  opacity: 1; }
/* 商标分类 */
.trademark_list_information_det{
  padding-top: 10px;
}
.trademark_list dl.trademark_list_left{
   width: 65%;
}
.trademark_list dl.trademark_list_left p a{
  display: inline-block;
  padding: 5px 20px 5px 0px;
  color: #000;
  font-size: 16px;

}
.trademark_list_information_det .trademark_list{
   background: url(../img/bg_ico.png) repeat-y;
   background-position:  60% top;
}
.trademark_list dl.trademark_list_right{
  width:35%;

}
.trademark_list dl.trademark_list_left p a:hover,.table-td.table-mc a:hover, .table-td.table-fl a:hover{
  color: #fe3621;
  text-decoration: underline;
}
.trademark_list_right span{
  padding-left: 20px;
  display: block;
}
.trademark_list dl.trademark_list_right span{
  color: #888;
  font-size: 14px;
}
@keyframes line_animate {
  0% {
    bottom: 0;
    height: 0;
    opacity: 1; }
  10% {
    bottom: 20px;
    opacity: 0.8; }
  50% {
    bottom: 50px;
    height: 50px;
    opacity: 0.7; }
  90% {
    bottom: 60px;
    opacity: 0.4; }
  100% {
    bottom: 70px;
    height: 80px;
    opacity: 0; } }
@-webkit-keyframes line_animate {
  0% {
    bottom: 0;
    height: 0;
    opacity: 1; }
  10% {
    bottom: 20px;
    opacity: 0.8; }
  50% {
    bottom: 50px;
    height: 50px;
    opacity: 0.7; }
  90% {
    bottom: 60px;
    opacity: 0.4; }
  100% {
    bottom: 70px;
    height: 80px;
    opacity: 0; } }
@keyframes pulser {
  0% {
    transform: scale(1.1); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes pulser {
  0% {
    -webkit-transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1); } }

    .yb_conct {
      position: fixed;
      z-index: 9999999;
      top: 200px;
      right: -127px;
      cursor: pointer;
      transition: all .3s ease;
    }
    .yb_bar ul li {
      width: 180px;
      height: 54px;
      line-height: 55px;
      color: #fff;
      text-indent: 54px;
      margin-bottom: 3px;
      border-radius: 3px;
      transition: all .5s ease;
      overflow: hidden;
    }
    .yb_bar ul li.yb_QQ{
      line-height: 24px;
      padding-top: 10px;
      padding-bottom: 3px;
    }

    .yb_bar .yb_phone {
      background: #ff4a00 url(../img/fixCont.png) no-repeat 0 -57px;
    }
    .yb_bar .yb_QQ {
      text-indent: 0;
      background: #ff4a00 url(../img/fixCont.png) no-repeat 0 -105px;
    }
    .yb_bar .yb_ercode {
      /*height:200px;*/

      background: #ff4a00 url(../img/fixCont.png) no-repeat 0 -169px;
    }
    .hd_qr {
      padding: 0 29px 25px 29px;
    }
    .yb_QQ a {
      display: block;
      text-indent: 54px;
      width: 100%;
      height: 24px;
      color: #fff;
    }
    .yb_QQ a:hover{
      text-decoration: underline;
    }
 .word_btn i{
    font-size: 32px;
    padding-bottom: 8px;
    display: block;
 }
 .partner{
   font-size: 30px;
   text-align: center;
   color: #444;

 }
 .partner span{
   display: block;
   font-size: 14px;
   line-height: 24px;
   color: #888;

 }
 .partner_li li a{
  position: relative;
  display: block;
  height: 100%;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #ddd;
  color: #757575;
  background: #fff;


 }
 .partner_li li a img{
   width: 100%;

 }

 .partner_li li a:hover{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);

 }
 .partner_li {
   margin-left: -1%;
   margin-right: -1%;
   padding-top: 20px;
 }
 .partner_li ul li {
  position: relative;
  margin-bottom: 30px;
  padding: 0px 1%;
  width: 31.333333%;
  float: left;
}
.trademark_list_search{
  padding-top: 10px;
}
.trademark_list_search .trademark_list u{
  color: red;
  background-color: #ffff66;
  font-weight: bold;
  text-decoration: none;
}
.trademark_list_search .trademark_list span{
padding-right:  10px;
}

.user_left{
  float: left;
  width: 16%;
  background:#fff;
  margin-right: 1%;
}
.user_left dl{
  padding:10px 20px;
  min-height: 240px;
}
.user_left dl dt{
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 6px;
  font-size:16px;
}
.user_left dl dd a{
  padding:4px 0px 4px 22px;
  display: block;

}
.user_right b span{
  font-size:16px;
  border-bottom:2px solid #fe3621;
  padding:0px 10px;
  margin-left: 20px;
  height: 29px;
  display: inline-block;

}
.user_right li.detail_admin_fl span {

  width: 58px;

}
.detail_admin_fl .select-picker-search{
  border-color: #ddd;
  border-radius: 0px;
}
.user_right li.detail_admin_fl span.detail_admin_span {
  width: 100px;
  padding-right: 5px;
  float: left;
  padding-top: 3px;

}

.detail_admin_fl{
  height: 30px;
}
.user_right .detail_admin_fl b{
  width: 18px;
  padding: 0px;
  height: 18px;
  margin: 0px;
  border:auto;
  border-bottom: 1px solid #aaa;
}
.user_right b{
  border-bottom:1px solid #ddd;
  display: block;    padding-top: 15px;
  width: 100%;    height: 30px;
  margin-bottom: 20px;
}
.user_left dl dt i{
  font-size:14px;
  padding-right: 4px;
}
.user_left dl dd a:hover,.user_left dl dd.active a,.user_right b,.user_left dl dt i{
  color:#fe3621
}
.user_right{
  background:#fff;
  float: left;
  width: 83%;
  min-height: 400px;
}
.user_right li{
  padding-left:20px;
  padding-bottom:15px;
}
.user_right li span{
  text-align: right;
  width: 100px;    vertical-align: top;
  display: inline-block
}
.BatchAdd_select{
  width: 84%;
  border: 1px solid #ddd;
  height: 135px;
  overflow-y: hidden;
}
.BatchAdd_select option{
  padding: 4px 8px;
  width: 79px;
  float: left;
  display: inline-block;
}
.user_right .admin_form_span li span{width: 130px;}
.user_right li span.selfecheckbox_label{width: auto;}
.user_right li input,.user_right li textarea,.admin_select{
  border:1px solid #ddd;
  height: 30px;
    vertical-align: inherit;
    min-width: 250px;
    font-size:16px;
    padding-left:5px;
}
.admin_select{min-width: 257px;
  height: 32px;
  vertical-align: middle;}
.user_right li textarea{
  height: 120px;
    vertical-align: text-top;
    width: 60%;
}
.user_right table {
  width: 98%;
  margin-left: 1%;
}
.user_right table th{
  background: #f0f0f0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  word-break: keep-all;
}
.user_right table td{
  padding:8px;  border-bottom: 1px solid #ddd;    word-break: break-all;
}
.error{
  text-align: center;
  padding-top:180px;
}
.error i{
  font-size:100px;
  color:#f26805
}
.error h2{
  font-size:30px;
  padding:15px 0px
}
.admin_main{
  margin-left: 1%;
  margin-bottom:-5px
}
.admin_main label select{
  height: 28px;
  width:150px;
  margin-right:15px;
}
.admin_main label input{
  border:1px solid #aaa;
  height: 26px;
  padding-left:5px;
  vertical-align: baseline;
}
.admin_page{
  padding: 20px 1%;
  text-align: right;
}
.admin_page_total{
  display: inline-block;
  padding-right:15px;
}
.admin_page button{
  cursor: pointer;
  border:1px solid #ddd;
  color: #000;
  background:#fff;
  border-radius: 3px;
  padding:4px 13px
}

.admin_page span{
  padding:0px 5px
}
.admin_backstage{
  background:#f5f5f5;height:auto
}
.admin_main label em{
  font-style: normal;
}
@media screen and (min-width: 1600px) {
  .word_a {
    padding-left: 73px;
  }
  #classify .select-picker-options-wrp, #country .select-picker-options-wrp,.select-picker-search {
    width: 584px;
}
.search_sx #classify .select-picker-options-wrp, .search_sx #country .select-picker-options-wrp, .search_sx .select-picker-search {
  width: 531px;
}
  .select-picker-search-checked {
    width: 563px;
  }
  .search_sx .select-picker-search-checked {
    width: 507px;
}
  .w {
    width: 1400px;
  }
  .textarea_btn .write_btn, .textarea_btn .blue_btn {
    height: 113px;
  }

  .scan_table .table-th-fl,.table-th-fl {
    width: 30%;
  }
  .textarea_text_right.textarea_text_right_scan {
    right: 253px;
  }
}
@media screen and (min-width:1200px) and (max-width:1440px){
 .search_sx .select-picker-search {
    width: 421px;}
    .search_sx .select-picker-search-checked {
      width: 397px;}
}
@media (max-width: 991px){
  .search_status{
    padding-right: 10px;
    float: left;
  }.table_card .tabCon .on{
    padding-top: 30px
  }
  .user_right li.detail_admin_fl span.detail_admin_span{
    display: none
  }
  .detail_admin_fl{
    height: auto;
  }
  .admin_main label select {
    width: 176px;}
  .admin_main label em{
    width: 80px;
    display: inline-block;
    text-align: right;
  }
  .admin_table_enable{
    width: 40px;
  }
  .admin_backstage .logo {
    font-size: 29px;
    padding-top: 20px;
}
  .admin_main label{
    display: block;
    margin-bottom: 10px;
  }
  .admin_main label.admin_keyword,.user_right .detail_admin_fl b{
    display: inline-block
  }
  .user_right li input{
    min-width: auto;
  }
  .error h2{
    font-size: 24px;
  }
  .user_left dl dd.active a{
    background: #fe3621;
    color: #fff;
    border-radius: 46px;
  }
  .user_left dl dd{
    display: inline-block
  }
  .user_left dl dd a{
    padding:5px 10px;
  }
  .user_left dl{
    padding:0px;
    min-height: auto;
  }
  .user_left dt,.user_right b{
    display: none
  }
  .user_left{
    width: 100%;
    margin:0px;
    margin-bottom: 15px;
    background:transparent;
  }
  .trademark_list .tabcon_main_td_first {
      width: 11%;
  }
  .tabcon_main table tr th,.tabcon_main table tr td,.trademark_list table tr th,.trademark_list table tr td {
    padding: 2px 5px;
    font-size: 13px;
    vertical-align: top;
  }
  .table-zt,.user_right{
    float: left;
  width: 100%;
  }
  .trademark_list_information_det .trademark_list{
    background: none;
 }
  .trademark_list_information .collapsing span{
    padding-left:10px
  }
  .textarea_text_right.textarea_text_right_scan {
    left: 173px;
    bottom: 12px;
    right:auto
}
.w.w-detail.w-layout-detail,.table_card1 .tab,.table_card1 .tabCon,.trademark_list dl.trademark_list_left,.trademark_list dl.trademark_list_right{
  width: 100%;
}
.table_card1 .tab .active, .table_card1 .tab .active:hover{
  border-right: 1px solid #ddd;
}
.trademark_list_right span{
  padding-left: 0px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
}
  .w-detail .logo{
    float: none;
    padding-top: 18px;
    padding-bottom: 14px;
  }
  .tabcon_main{
    height: 500px;
    padding: 5px 10px;
  }
  .w-detail .search{
    padding: 10px 2%;
    width: 96%;
    margin-top: -40px;
    margin-bottom: 0px;
    text-align: center;
  }
  .w-detail .search button {
    padding: 8px 5%;}
  .detail_active span a{
    width: 65px;
    padding: 5px 0px;
  }
  .detail_active{
    padding:0px 10px
  }
  .coll_detail{
    padding:0px 4% 4% 4%;
  }
  .trademark_logo.list_logo{
    margin-bottom: -25px;
    padding-top: 15px;
    padding-left: 20px;
  }
  .table-gs{
    clear:left
  }
  .trademark_img {
    right: 10px;
    bottom:10px
  }
  .trademark_img img{
    max-width:50px;
  }
.trademark_list dl li {
  padding: 3px 0px;
  font-size: 14px;
}
.trademark_list{
  padding:10px;
}
.trademark_list dl li label {
  width: 40%;
}
.trademark_list dl li span{
  width: 60%;
  padding: 0px;
}
.trademark_list_information{
  padding: 10px 10px 10px 10px;
}
.table-main.table-tr{
  display: inline-block;
  width: 100%;
}
.table-rq,.table-main .table-td {
  float: left;
}
.table-main .table-tort{
  float: right;
}
.table-main .table-td{
  clear:right
}
.introduce{
  padding-top: 15px;
}
.table-td img {
  max-width: 50px;
  max-height: 80px;
}

.table-tr:nth-of-type(odd) .table-td,.admin_backstage{
  background: #fff;
}
.excel_list button {
  padding: 11px 47px;
  font-size: 16px;
  margin-top: -11px;

}
.rowsCount {
  position: absolute;
  left: 174px;
  bottom: -41px;
}
.excel_list{
  padding-top: 20px;

}
.excel_list li {
  width: 50%;
}
#classify .select-picker-options-serch input, #country .select-picker-options-serch input{
      width: 71%;
}
.select-picker-options-list-item{
  width:33.333%
}
.selectPickerWrapper{
      display: block;
      float: none
}

.textarea_btn .write_btn.upload_btn i {
   display: inline-block;
  font-size: 22px;
  vertical-align: sub;
  padding-right: 5px;
}
.textarea_btn .write_btn.upload_btn {
  height: 45px;
  margin-left: 0px;
  display: block;
  margin-bottom: 20px;
}
.a-upload input{
  padding-left: 13%;
}
.upload {
  width: 98%;}
.word_a{
  padding-left: 0px;
  top:0px;
}
.select-picker-search,#classify .select-picker-options-wrp, #country .select-picker-options-wrp,.a-upload {
  width: 100%;
}
.select-picker-search-checked{
  width: 97%;
}
#country1 .select-picker-options-list-item, #country .select-picker-options-list-item {
  width: 33.333%;
  font-size: 13px;
}

.logo {
  font-size: 36px;
  padding-top: 36px;}
.exit {
  top: 10px;
}

.table-td{
  padding: 3px 0px
}


.layui-laypage a, .layui-laypage span{
  padding: 0 10px;
margin: 0px -5px 0px 0;
}
.table_card .tabCon{
  padding: 5% 1%
}
.word_tip {
  text-align: left;
  margin-top: 0px;
   margin-bottom: 0px;
  position: relative;
  top: -24px;
  right: 5px;
  float: right;
  margin-bottom: -20px;
}
.table_card{
  margin: 0px 10px;
}
.w,.trademark_list dl {
    width: 100%;
}
.textarea{
  width: auto
}
.textarea .textarea_text, .words-textarea{
  width: 94%;
  margin-bottom: 0px;
}

.textarea_btn{
  margin-top: 15px;
  margin-left: 0px;
  margin-bottom: -18px;
  width: 100%
}
.textarea_btn .blue_btn{
  float: left;
  margin-top: 0px;
}
.textarea_btn .write_btn{
  float: left;
  margin-left: 15px;
}
.textarea_btn .write_btn img, .textarea_btn .blue_btn img,.partner,.partner_li{
  display: none
}
.textarea_btn .write_btn, .textarea_btn .blue_btn{
  height: 45px;    width: 46%;
}


.table-td {
  display: block;
  border: none;
  font-size: 14px;
}
.table-th,.exit .logo,.introduce,.word_btn i{
  display: none
}

.table-tr {
  display: block;
  height: auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.container-item{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  height: 50px;
}

.table-gj{
  float: left;padding-right: 50px;
}
.table-fl {
  clear: left;
}
.mob_text{
  color: #999;
  display: inline-block;
}
.table-tr:nth-of-type(even) .table-td{
  background: #fff;
}
.table-mc{
  font-weight: bold;
  font-size: 16px;
}
}
