.x-panel-header{padding: 0 !important; overflow: visible !important; border: none !important;line-height: normal !important; font-family:inherit !important;}
/*topnav*/
#comsearch_box{  padding: 0  !important;}
.sqmsg{ margin: 0 12px; }
/*help site*/
.help_site{ padding: 24px 0 6px 30px;  }
.help_site .help_name{ font-size: 20px; color: #0082fc; text-decoration: none;}
.help_site .help_name:hover{ color: #0082fc; }
.help_site .help_name_ico{ display: block; color: #333; cursor: pointer;transition: all .3s;}
.help_name_ico.cur{transform:rotate(90deg); color: #0082fc; }
.help_cata{ position: relative; padding: 10px 24px 10px 0; margin-top: -4px;}
.stie_list{ display: none; position: absolute; left: 36px; top: -30px; padding: 16px 16px; min-width: 230px; z-index: 996; background: #F7F9FD; }
.stie_list a{
	display: block; height: 32px; line-height: 32px; position: relative; 
	font-size: 14px; color: #000;  text-decoration: none !important;
	margin: 4px 0;  padding-left:16px;
	border-radius: 8px;
}
.stie_list a span{white-space:nowrap; padding-right: 34px;}
.stie_list a:hover{ background: #E2ECFF; }
.stie_list a:active{ background: #C9E1FF; color: #0082FC; }
.help_cur_ico{ color: #0082FC; margin-right: 8px; position: absolute; right: 2px;}
.helpvideo{ max-width: 960px; height: 520px; background: #f7f9fd url(/core/style/videobg.png) no-repeat center; }
.edui-default .edui-for-insertvideo .edui-dialog-content {width: 590px;height: 150px !important;}
.mycjwd a{ color: #fff !important; }
#search-box{ width: 240px !important; }
#suggest_ul{ margin-top: 0px !important }

#content-body ul {padding-left: 30px;list-style: disc;}
/*#content-body ul li{list-style:disc;}*/
/*#content-body ol li{list-style:decimal;}*/
#content-body ol li{/*list-style:decimal;*/margin-left: 18px;}

.adtxt-ico-arrow:before {
    content: "";
    display: inline-block;
    position:relative;
    width:12px;
    height:9px;
    background-image: url(/core/style/jiantou.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
/*切换语言*/
.language_box{
    position: absolute;
    right: 100px;
    height: 50px;
    box-sizing:border-box;
    bottom: 0;
}
.language_box .language_btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap:8px;
    height: 50px;
    cursor: pointer;
}
.language_box .language_btn .icon_world{
    width: 14px;
    height: 14px;
    background:url(/core/style/svg/lang.svg);
    background-size: 100% auto;
}
.language_box .language_btn .icon_darr{
    width: 13px;
    height: 13px;
    background:url(/core/style/svg/darr.svg);
    background-size: 100% auto;
    margin-bottom: -2px;
    margin-left: -6px;
    transition: all 0.2s;
}
.language_box .language_btn .lang_df{
    font-size: 14px;
}
.language_box .language_sw{
    display: none;
    padding: 4px 0;
    position: absolute;
    background-color: #fff;
    width: 120px;
    bottom: 46px;
    box-shadow: 0px 2px 8px 0px rgba(90,90,90,0.10); 
    border-radius: 4px;
}
.language_box .language_sw a{
    box-sizing:border-box;
    display: inline-block;
    width: 120px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    text-decoration: none;
}
.language_box .language_sw a:hover{
    background-color: #E9F3FD;
}
.language_box:hover .language_sw{
    display: block !important;
}
.language_box:hover .icon_darr{
    transform: rotate(180deg);
}
.xz_txt {
    white-space: normal;
    color: #333333;
    line-height: 18px;
    font-size: 11px;
}

/*文档标签*/
.mypop1{
  padding: 5px 15px;
  margin: 6px 0 0 0;
  border: 1px solid #E8E8E8;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.10);
  min-width: 90px;
  background: #FFF;
  background-clip: padding-box;
}

.mypop1::before{
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  background-clip: padding-box;
  border: solid 4px rgba(221,221,221,0);
  border-width: 4px 4px 0 0;
  position: absolute;
  top: 60px;
  left: 83px;
  content: " ";
}

.mypop1::after{
  position: absolute;
  width: 20px;
  height: 220px;
  content: "";
  transform: rotate(90deg);
  top: -38px;
  left: 107px;
}
.mypop2{
  padding: 5px 15px;
  margin: 6px 0 0 0;
  border: 1px solid #E8E8E8;
  box-shadow: 0 10px 16px 0 rgba(0,0,0,0.10);
  min-width: 90px;
  background: #FFF;
  background-clip: padding-box;
}

.mypop2::before{
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  background-clip: padding-box;
  border: solid 4px rgba(221,221,221,0);
  border-width: 4px 4px 0 0;
  position: absolute;
  top: -10px;
  left: 83px;
  content: " ";
}

.mypop2::after{
  position: absolute;
  width: 20px;
  height: 220px;
  content: "";
  transform: rotate(90deg);
  top: -112px;
  left: 107px;
}
#myadmin_gfwd{width:90px;top:0px;cursor:pointer;display:none;}
#opencz_gfwd{left:-47px;top:-90px;box-shadow: 0px 0px 4px 0px #CEDDF2;border-radius:10px;}
.tp_txt{width: 298px;white-space: normal;color:#333333;line-height:18px;font-size:11px;}
.sp_txt{line-height:20px;color:#FFFFFF;}
.sqtb{background:url(/core/style/sqtag.png) no-repeat !important;}
.fatb{background:url(/core/style/fatag.png) no-repeat !important;}
.cptb{background:url(/core/style/cptag.png) no-repeat !important;}
.catalog .full-list{height: 350px !important;}
.snippet code {
    display: block;
    max-width: 100%;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
    box-sizing: border-box;
}