blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
b{
  font-weight: normal
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th {
  text-align: left;
  font-weight: normal
}

abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0
}

* {
  -webkit-user-select: text;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  /* -webkit-user-select:none;
	 -moz-user-select:none;
	 -ms-user-select:none;
	 user-select:none; */
}

ul,
li {
  list-style: none
}

a,
a:hover,
del,
ins,
s {
  text-decoration: none
}

a {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: '微软雅黑', Helvetica, sans-serif;
  color: #787878;
  font-size: 14px;
  background: #F2F4F5;
  box-sizing: border-box
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #CCCCCC;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CCCCCC;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CCCCCC;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #CCCCCC;
}

/* input{
    color: #333333!important;
} */
.el-input__inner {
  color: #333333 !important;
}

.clearfix::after,
.clearfix::before {
  content: " ";
  display: table
}

.clearfix::after {
  clear: both
}

.mPanel {
  width: 100%;

}

.c_bd_header {
  height: 52px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 1px 0px #e1e6f0;
  display: flex;
}

.c_bd_header .titlebar {
  position: relative;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  width: 268px;
  flex:1 1 auto;
  padding-left: 42px;
}
.yccom .c_bd_header .titlebar{
  padding-left: 20px;
  min-width: 240px;
}

.yctml .c_bd_header .titlebar{
  min-width: 290px;
}

.c_bd_header .titlebar span {
  display: block;
  color: #fff;
  font-size: 14px;
}

.c_bd_header .titlebar .big_img {
  padding-top: 12px;
}

.c_bd_header .c_head_menu {
  flex: 0 0 auto;
  text-align: right;
}
.c_bd_header .c_head_menu ul{
  display: inline-block;
}
.c_bd_header .c_head_menu ul li {
  float: left;
}

.c_bd_header .c_head_menu ul li.search {
  height: 30px;
  width: 240px;
  margin-right: 24px;
  margin-top: 11px;
}

.c_bd_header .c_head_menu ul li.search .box {
  background-color: #F1F1F1;
  border-radius: 4px;
  height: 30px;
}

.c_bd_header .c_head_menu.curr{
  -webkit-app-region: drag;
}

.c_bd_header .c_head_menu.curr ul{
  -webkit-app-region:no-drag;
}

.c_head_menu ul li.search .box input {
  border: none;
  height: 30px;
  background: none;
  color: #999999;
  text-indent: 10px;
  width: 210px;
  float: left;
}

.c_head_menu ul li.search .box input::-webkit-input-placeholder {
  color: #999999;
}

.c_head_menu ul li.search .box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

.c_head_menu ul li.search .box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

.c_head_menu ul li.search .box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

.c_bd_header .c_head_menu ul li.search .box a {
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  background: url(../images/icon_search_a.png) center no-repeat;
}

.c_bd_header .c_head_menu ul li.help {
  height: 52px;
  padding-left: 24px;
  background: url(../images/icon_line.png) left center no-repeat;
}

.c_bd_header .c_head_menu ul li.help a {
  padding-left: 24px;
  color: #1B243A;
  line-height: 52px;
  padding-right: 24px;
  display: block;
  background: url(../images/icon_help.png) left center no-repeat;
}

.c_bd_header .c_head_menu ul li em {
  font-style: normal;
}

.c_bd_header .c_head_menu ul li.msg {
  position: relative;
  height: 52px;
  padding-left: 16px;
  background: url(../images/icon_line.png) right center no-repeat;
}

.c_bd_header .c_head_menu ul li.msg a {
  display: block;
  color: #1B243A;
  line-height: 52px;
  padding-left: 24px;
  padding-right: 34px;
  display: block;
  background: url(../images/ico_msg.png) left center no-repeat;
}

.c_bd_header .c_head_menu ul li.msg .msg_num {
  width: 22px;
  display: block;
  height: 22px;
  background-color: #FE4B4B;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  font-size: 10px;
  position: absolute;
  top: 8px;
  left: 60px;
  color: #fff;
}

.c_bd_header .c_head_menu ul li.nav_tbar {
  height: 52px;
}

.c_bd_header .c_head_menu ul li.nav_tbar a {
  display: block;
  height: 52px;
  padding: 0 22px;
}

.c_bd_header .c_head_menu ul li.small a {
  background: url(../images/icon_small.png) center no-repeat;
}

.c_bd_header .c_head_menu ul li.big a {
  background: url(../images/icon_big.png) center no-repeat;
}

.c_bd_header .c_head_menu ul li.big a.ismax {
  background: url(../images/icon_big_a.png) center no-repeat;
}

.c_bd_header .c_head_menu ul li.close a {
  background: url(../images/ico_out.png) center no-repeat;
}

.c_head_menu ul li.user {
  height: 52px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  background: url(../images/icon_line.png) right center no-repeat;
}

.c_head_menu ul li.user .user_pic {
  height: 52px;
  padding-top: 11px;
  position: relative;
  background: url(../images/ico_dorp_b.png) right center no-repeat;
}

.c_head_menu ul li.user .user_pic img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
}

.c_head_menu ul li.user .user_pic span {
  color: #1B243A;
  float: left;
  line-height: 32px;
  padding-left: 8px;
}

.c_head_menu ul li.user .drop {
  top: 52px;
  position: absolute;
  right: 20px;
  width: 140px;
  display: none;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0px 2px 3px 2px #ccc;
  z-index: 99999;
  border-radius: 0 0 2px 2px;
  text-align: left;
}

.c_head_menu ul li.user .drop ul li {
  height: 36px;
  line-height: 36px;
  width: 140px;
  text-indent: 42px;
}

.c_head_menu ul li.user .drop ul li a {
  color: #333;
  display: block;
}

.c_head_menu ul li.user .drop ul li.user_center {
  margin: 0;
  background: url(../images/ico_user.png) 20px center no-repeat;
}

.c_head_menu ul li.user .drop ul li.user_msg {
  background: url(../images/ico_msg_a.png) 20px center no-repeat;
}

.c_head_menu ul li.user .drop ul li.user_out {
  background: url(../images/ico_out_a.png) 20px center no-repeat;
}

.c_bd_main {
  padding-top: 52px;
  height: 100%;
}

.c_bd_main .c_menu {
  padding-top: 10px;
  width: 120px;
  float: left;
  position: fixed;
  left: 0;
  background-color: #344567;
  height: 100%;
  z-index: 101;
}

.c_bd_main .c_menu .navigation {
  min-width: 120px;
  height: calc(100% - 49px);
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
  scrollbar-width: none;
}

.c_bd_main .c_menu .navigation::-webkit-scrollbar {
  width: 2px;
}

.c_bd_main .c_menu .navigation::-webkit-scrollbar-track {
  background-color: #344567;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.c_bd_main .c_menu .navigation::-webkit-scrollbar-thumb {
  background-color: #0089FF;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.c_bd_main .c_menu .navigation ul {
  margin-bottom: 26px;
}

.c_bd_main .c_menu .navigation .navBox .nav1 ul li {
  padding-top: 10px;
  position: relative;
}

.c_bd_main .c_menu .navigation ul li .dorpNav {
  display: block;
  height: 40px;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a {
  display: block;
  height: 40px;
  text-align: center;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em {
  width: 100px;
  height: 40px;
  position: relative;
  color: #F1F1F1;
  font-size: 13px;
  line-height: 40px;
  text-indent: 30px;
  font-style: normal;
  display: inline-block;
  text-align: left;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em::before {
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  left: 7px;
  top: 12px;
}

.c_bd_main .c_menu .navigation ul li .dorp ul li em i.dot {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #F5494D;
  border-radius: 100%;
  position: absolute;
  right: 18px;
  top: 6px;
}

.c_bd_main .c_menu .navigation ul li .dorpNav:hover a em,
.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em {
  background-color: rgba(255, 255, 255, .2);
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.Overview::before {
  background: url(../images/nav_Overview.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.Overview::before {
  background: url(../images/nav_Overviewa.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.zhushou::before {
  background: url(../images/nav_zhushou.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.zhushou::before {
  background: url(../images/nav_zhushoua.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.mall::before {
  background: url(../images/nav_mall.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.mall::before {
  background: url(../images/nav_malla.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.cggj::before {
  background: url(../images/nav_cggj.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.cggj::before {
  background: url(../images/nav_cggja.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.yfzs::before {
  background: url(../images/nav_yfzs.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.yfzs::before {
  background: url(../images/nav_yfzsa.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.data::before {
  background: url(../images/nav_data.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.data::before {
  background: url(../images/nav_dataa.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.ykt::before {
  background: url(../images/nav_ykt.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.ykt::before {
  background: url(../images/nav_ykta.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a em.qyfw::before {
  background: url(../images/nav_qyfw.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.qyfw::before {
  background: url(../images/nav_qyfwa.png) no-repeat;
}
.c_bd_main .c_menu .navigation ul li .dorpNav a em.xqfb::before {
  background: url(../images/nav_xqfb.png) no-repeat;
}
.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.xqfb::before {
  background: url(../images/nav_xqfba.png) no-repeat;
}
.c_bd_main .c_menu .navigation ul li .dorpNav a em.chain::before {
  background: url(../images/nav_chain.png) no-repeat;
}
.c_bd_main .c_menu .navigation ul li .dorpNav a.curr em.chain::before {
  background: url(../images/nav_chain.png) no-repeat;
}
.c_bd_main .c_menu .navigation .userstatus {
  position: fixed;
  width: 120px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: 4px 0px 6px rgba(0, 0, 0, 0.1);
  left: 120px;
  top: 52px;
  padding-top: 10px;
}

.c_bd_main .c_menu .navigation .userstatus ul {
  max-height: 90%;
  overflow-y: auto;
}

.c_bd_main .c_menu .navigation .userstatus ul::-webkit-scrollbar {
  width: 2px;
}

.c_bd_main .c_menu .navigation .userstatus ul::-webkit-scrollbar-track {
  background-color: #eee;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.c_bd_main .c_menu .navigation .userstatus ul::-webkit-scrollbar-thumb {
  background-color: #999;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.c_bd_main .c_menu .navigation .userstatus.click {
  position: absolute;
  top: 0;
}

.c_bd_main .c_menu .navigation .userstatus ul li a {
  display: block;
  text-align: left;
  padding: 0 14px;
  position: relative;
}

.c_bd_main .c_menu .navigation .userstatus ul li a.curr {
  background-color: #EBEDF0;
}

.c_bd_main .c_menu .navigation .userstatus ul li a em {
  display: block;
  color: #323233;
  line-height: 40px;
  font-style: normal;
}
.c_bd_main .c_menu .navigation .userstatus ul li a em.hot::after{
  width: 13px;
  height: 13px;
  content: '';
  position: absolute;
  display: block;
  background: url(../images/icon_hot.png) no-repeat;
  top: 50%;
  margin-top: -8px;
  right: 6px;
}
.c_bd_main .c_menu .navigation .userstatus ul li a.down em {
  color: #999;
  font-size: 12px;
}

.c_bd_main .c_menu .navigation .navBox .nav1 ul li .is_paid {
  position: absolute;
  width: 34px;
  height: 15px;
  display: block;
  top: 4px;
  right: 0;
  background: url(../images/paid_tip.png) no-repeat;
}

.c_bd_main .c_menu .navigation .navBox .nav1 ul li .dot {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #F5494D;
  border-radius: 100%;
  position: absolute;
  right: 16px;
  top: 16px;
}

.c_bd_main .c_menu .navigation ul li .dorp ul {
  margin-bottom: 0;
}

.c_bd_main .c_menu .navigation ul li .dorp ul li {
  padding-bottom: 0;
  height: 40px;
  position: relative;
}

.c_bd_main .c_menu .navigation ul li .dorp ul li a {
  padding: 0 10px;
  display: block;
}

.c_bd_main .c_menu .navigation ul li .dorp ul li a.curr {
  background: none;
}

.c_bd_main .c_menu .navigation ul li a .down {
  transition: transform .3s;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 13px;
  right: 10px;
  background: url(../images/nav_down.png) no-repeat;
}

.c_bd_main .c_menu .navigation ul li a.fa-chevron-up .down {
  transform: rotate(180deg);
  top: 15px;
}

.c_bd_main .c_menu .navigation ul li .dorp ul li a em {
  padding-left: 10px;
  font-size: 13px;
  color: #323233;
}

.c_bd_main .c_menu .navigation ul li .dorp ul li a.curr em,
.c_bd_main .c_menu .navigation ul li .dorp ul li a:hover em {
  background: #EBEDF0;
}

.c_menu .more {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 120px;
  background-color: #344567;
}

.c_menu .more span {
  margin: 0 20px;
  display: block;
  height: 56px;
  border-top: 1px solid #626d7c;
}

.c_menu .more span a {
  display: block;
  line-height: 56px;
  color: #fff;
  padding-left: 24px;
  background: url(../images/ico_set.png) left center no-repeat;
}

.c_menu .more .dorp {
  width: 100px;
  position: absolute;
  bottom: 16px;
  left: 92px;
  background-color: #fff;
  border-radius: 2px;
  display: none;
}

.c_menu .more .dorp ul li {
  width: 100px;
  height: 46px;
  text-align: center;
}

.c_menu .more .dorp ul li a {
  display: block;
  line-height: 46px;
  color: #333;
  font-size: 12px;
}

.c_container {
  margin-left: 120px;
}

.c_bd_main_nav .c_container {
  margin-left: 240px;
}

.c_container.c_container_a {
  margin-left: 0;
}

.container_main {
  margin: 16px;
}

.bg_white {
  background-color: #fff;
}

.page_item {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.page_item span {
  display: inline-block;
  margin-left: 4px;
}

.page_item span a {
  display: block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-family: arial;
  color: #333;
  background-color: #F2F4F5;
  border-radius: 4px;
  padding: 0 12px;
}

.page_item span.pre a {
  text-indent: -99999px;
  background: url(../images/icon_pre.png) center no-repeat;
  background-color: #F2F4F5;
}

.page_item span.next a {
  text-indent: -99999px;
  background: url(../images/icon_next.png) center no-repeat;
  background-color: #F2F4F5;
}

.page_item span.num a:hover,
.page_item span.num a.curr {
  color: #fff;
  background-color: #2577E3;
}

.page_item span.go_link {
  margin-left: 10px;
}

.page_item span.go_link input {
  width: 40px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #F2F4F5;
  border: 1px solid #F2F4F5;
  color: #333;
  border-radius: 4px;
  margin: 0 3px;
  font-family: arial;
  font-size: 12px;
}

.c_container_loc {
  height: 26px;
  margin-bottom: 20px;
}

.c_container_loc .return a {
  width: 60px;
  height: 26px;
  display: block;
  float: left;
  border: 1px solid #CDCDCD;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
  color: #333;
  margin-right: 20px;
  font-size: 12px;
}

.c_container_loc .loc {
  display: block;
  text-align: left;
}

.c_container_loc .loc a {
  display: inline-block;
  line-height: 26px;
  color: #999;
  font-size: 12px;
}

.c_container_loc .loc em {
  display: inline-block;
  line-height: 26px;
  position: relative;
  top: 2px;
}

.newlist {
  float: left;
  width: 50%;
  background-color: #fff;
  padding-top: 30px;
  margin-bottom: 0px !important;
}

.preul {
  position: relative;
}

/* .preul >:nth-child(odd){
    padding-left: 20px;
    padding-right: 20px;
}
.preul >:nth-child(even){
    padding-left: 20px;
    padding-right: 20px;
} */
.totalnum {
  color: #2577E3 !important;
}

.new_op_btn {
  padding: 0px 8px;
  border: 1px solid #2577E3;
  border-radius: 2px;
}

.new_op_btn a {
  color: #2577E3;
}

/* .totaltext {
    padding-right: 10px;
} */
.pad_none {
  padding: 0 !important;
}

.title_btn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 25px;
  min-width: 90px;
}

.num_btn {
  display: inline-block;
  text-align: left;
  /* white-space: nowrap; */
  width: 100%;
  padding-bottom: 8px;
}

.w_copy_select .option_three {
  display: inline-block;
  line-height: 26px;
  padding: 0 11px;
  margin: 0 12px 15px 12px;
  color: #333;
  font-size: 12px;
}

.opt_all {
  padding: 20px 30px 0 30px !important;
  margin-bottom: 0 !important;
}

.opt_all .sxrrbox {
  border-bottom: 1px solid #EEEEEE;
}

.search_title_btn {
  position: absolute;
  top: 135px;
  right: 30px
}

.search_title_btn input {
  height: 30px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  width: 200px;
  padding-left: 10px;
}

.search_title_btn i {
  position: absolute;
  right: 10px;
  top: 8px;
}

.back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  padding-top: 20px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.back_top a {
  color: #111111;
}

.back_top a i {
  display: block;
  color: #C9C9C9;
}

.double_select {
  margin-bottom: 20px;
}

.double_select .sxrrbox {
  overflow: hidden;
  border-bottom: 1px dashed #F0F0F0;
}

.matop {
  margin-top: 40px;
}

.search_prenum {
  display: none;
}

.search_num {
  display: block;
  position: absolute;
  top: -30px;
  color: #333333;
  font-size: 12px;
  padding-left: 0;
}

/* .preul li:first-child {
    padding-top: 10px;
} */

/* 我的营销 */
.info_huoke {
  display: flex;
  position: relative;
}

.info_huoke_desc {
  display: inline-block;
  flex-grow: 1;
  min-width: 300px;
}

.title_btn_huoke .up_data_huoke {
  padding-left: 4px;
  padding-right: 32px;
  color: #2577E3;
}

.info_huoke_desc .title a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  margin-bottom: 16px;
  margin-top: 4px;
}

.info_huoke_desc .desc {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
  margin-bottom: 16px;
  height: 48px;
}

.info_huoke_data {
  display: inline-block;
  padding-right: 40px;
  min-width: 250px;
  text-align: right;
}

.info_huoke_data .item {
  display: inline-block;
  margin-top: 48px;
  text-align: center;
  flex-grow: 1;
}

.info_huoke_data .center {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #EEEEEE
}

.info_huoke_data .item .num {
  font-size: 16px;
  font-weight: bold;
  color: #2577E3;
}

.info_huoke .op_btn {
  align-self: center;
  min-width: 142px;
}

.info_huoke .op_btn a {
  font-size: 14px;
  color: #2577E3;
  border: 1px solid #2577E3;
  text-align: center;
  line-height: 48px;
  width: 140px;
}

.sort_hk {
  margin-bottom: 0 !important;
}

.mynewList {
  border-bottom: 1px dashed #F0F0F0;
}

.edit_btn_myhk {
  position: absolute;
  right: 0;
  bottom: 0;
}

.edit_btn_myhk a:first-child {
  margin-right: 50px;
}

.edit_btn_myhk a {
  display: inline-block;
  font-size: 14px;
  color: #2577E3;
  padding: 0;
  border: none;
}

.edit_btn_myhk a img {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.edit_btn_myhk .btn_c2 {
  color: #FF9558 !important;
}

/* 企业文库 */
.con_title {
  display: flex;
}

.con_title .info_desc {
  flex-grow: 1;
  min-width: 150px;
}

.con_title .info {
  min-width: 216px;
}

.num_btn_qywk {
  float: right;
  display: inline-flex;
  align-items: center;
  height: 145px;
  min-width: 365px;
}

.num_btn_qywk .data {
  padding-left: 40px;
  padding-right: 40px;
}

.num_btn_qywk .data .share {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #EEEEEE;
}

.num_btn_qywk .data .item .totalnum {
  font-size: 16px;
  font-weight: bold;
  color: #2577E3;
}

.num_btn_qywk .op_btn a {
  font-size: 14px;
  color: #2577E3;
  width: 140px;
  border: 1px solid #2577E3;
  height: 48px;
  border-radius: 2px;
  text-align: center;
  line-height: 48px;
}

.home_category {
  background-color: white;
  padding-top: 20px;
  padding-left: 20px;
}

.home_category .con_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 31px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fr {
  float: right;
}

.dib {
  display: inline-block;
}

.hiddiv {
  display: none;
}

.showdiv {
  display: block;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 2719167 */
  src: url('//at.alicdn.com/t/font_2719167_3j6fqncry75.woff2?t=1631071663089') format('woff2'),
    url('//at.alicdn.com/t/font_2719167_3j6fqncry75.woff?t=1631071663089') format('woff'),
    url('//at.alicdn.com/t/font_2719167_3j6fqncry75.ttf?t=1631071663089') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}