/*################AlibabaPuHuiTi##############!*/
@font-face {
  font-family: 'AlibabaPuHuiTi-Bold';
  src: url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Bold.otf"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Bold.ttf") format("truetype"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Bold.woff") format("woff"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Bold.eot") format("embedded-opentype"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Bold.svg") format("svg");
  font-weight:bold;
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Regular';
  src: url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Regular.otf"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Regular.woff") format("woff"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"), url("../webhelp-responsive/oxygen-webhelp/lib/bootstrap/fonts/Alibaba-PuHuiTi-Regular.svg") format("svg");
}

/*###body font-family###*/
body {
    font-family: 'AlibabaPuHuiTi-Regular','AlibabaPuHuiTi-Bold';
}
.wh_topic_content, .wh_content_area {
    color: #212529;
	font-size: 16px;
}

/*####h1~h6字体颜色、字体风格、是否加粗、字体大小等设置###*/
/*topictitleX~hx(1~6)*/
.topictitle1, .topictitle2, .topictitle3, .topictitle4, .topictitle5, .topictitle6 {
    color: #404d5b;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2; 
}

.topictitle1 {
    font-style: normal;
    font-weight: bold;
	font-size:1.5em;
}

/*原有h5标签,app转换h2标签*/
.sectiontitle {
    color: #404D5B;
}

/*###列表序号与对齐设置(偏左)###*/
/*特定章节或图片下包含列表标签,但不影响全局ol、ul设置*/
section>ol, section>ul {
    margin-left: -1em;
}
/*div>ul不设置,仅设置ol*/
div>ol {
    margin-left: -1.5em;
}

/*################information##############*/
/*###information border###*/
*[class~="topic/note"]:not([class~="hazard-d/hazardstatement"]) {
  /*border: 1px solid;
  border-radius: 11px;*/
  border: 1px solid #696;
  box-shadow: #666 0.25rem 0.25rem 0.5rem;
}

/*###notes-colors-colorful###*/
*[class~="topic/note"]:not([class~="hazard-d/hazardstatement"]) {
  /*background-color: rgba(0, 120, 160, 0.09);
  border-color: #0078A0;*/
}
*[class~="topic/note"].note_danger,*[class~="topic/note"].note_caution {
  /*background-color: rgba(255, 202, 45, 0.1);
  border-color: #606060;*/
}
*[class~="topic/note"].note_warning,*[class~="topic/note"].note_attention,*[class~="topic/note"].note_important {
  /*background-color: rgba(255, 202, 45, 0.1);
  border-color: #FFCA2D;*/
}
*[class~="topic/note"].note_restriction {
  /*background-color: rgba(255, 226, 225, 0.32);
  border-color: #FF342D;*/
  
}

/*###information paragraph padding###*/
div.note, div.note[dir='ltr'], *[dir] div.note[dir='ltr'], *[dir] *[dir] div.note[dir='ltr'], *[dir] *[dir] *[dir] div.note[dir='ltr'], *[dir] *[dir] *[dir] *[dir] div.note[dir='ltr'], *[dir='ltr'] div.note, *[dir] *[dir='ltr'] div.note, *[dir] *[dir] *[dir='ltr'] div.note, *[dir] *[dir] *[dir] *[dir='ltr'] div.note, *[dir] *[dir] *[dir] *[dir] *[dir='ltr'] div.note {
    padding: 0.75em 0.5em 0.7em 0.5em;
}
div.warning>p,div.attention>p,div.tip>p,div.danger>p,div.note>p{
    /* padding: 0.5em 0.5em 0.5em 3em; */
    padding: 0em 0.5em 0em 3em;
}
/* ASE-1&ASE-2 */
span.undefined_element{
   display:none;
}
div.tip>strong{
    display:none;
}
/*###danger###*/
/*danger span*/
div.danger>span.note__title{
	display: none;
}
/*danger background image*/
div.danger{
	background-image:url(../webhelp-responsive/oxygen-webhelp/app/img/danger.svg) !important;
	background-repeat:no-repeat;
	background-position: 0.5em 1em;
}
/*danger text*/
div.danger:before{
    display:block;	
	content:"高压危险";
	color: rgb(240, 131, 0);
    font-size:20px;
    font-weight:600;
	padding: 6px 4px 0px 42px;
} 

/*###warning###*/
/*warning span*/
div.warning>span.note__title{
	display: none;
}
/*warning background image*/
div.warning{
	background-image:url(../webhelp-responsive/oxygen-webhelp/app/img/warning.svg) !important;
	background-repeat:no-repeat;
	background-position: 0.5em 1em;
}
/*warning text*/
div.warning:before{
    display:block;	
	content:"警告";
	color: rgb(255, 56, 74);
    font-size:20px;
    font-weight:600;
	padding: 6px 4px 0px 42px;
}
div.warning>ul,
div.warning>ol{
    /*margin-top: -1em;*/ /* 适用ASE-3 W6 */
    margin-top: 0em; /* 适用ASE-1 ASE-2 EX5. */
    margin-left: 1.4em;
}

/*###attention###*/
/*attention span*/
div.attention>span.note__title{
	display: none;
}
/*attention background image*/
div.attention{
	background-image:url(../webhelp-responsive/oxygen-webhelp/app/img/attention.svg) !important;
	background-repeat:no-repeat;
	background-position: 0.5em 1em;
}
/*attention text*/
div.attention:before{
    display:block;	
	content:"注意";
	color: #286987;
    font-size:20px;
    font-weight:600;
    padding: 6px 4px 0px 42px;
}

div.attention>ul,
div.attention>ol{
    margin-top: 0em;
    margin-left: 1.4em;
}

/*###tip###*/
/*tip span*/
div.tip>span.note__title{
	display: none;
}
/*tip background image*/
div.tip{
	background-image:url(../webhelp-responsive/oxygen-webhelp/app/img/note.svg) !important;
	background-repeat:no-repeat;
	background-position: 0.5em 1em;
}
/*tip text*/
div.tip:before{
    display:block;	
	content:"提示";
	color: #404D5B;
    font-size:20px;
    font-weight:600;
	padding: 6px 4px 0px 42px;
}
div.tip>ul,
div.tip>ol{
    margin-left: 0;
}

/*###note###*/
/*note span*/
div.note>span.note__title{
	display: none;
}
div.note_note{
	background-image:url(../webhelp-responsive/oxygen-webhelp/app/img/note.svg) !important;
	background-repeat:no-repeat;
	background-position: 0.5em 1em;
}
div.note_note:before{
    display:block;	
	content:"提示";
	color: #404D5B;
    font-size:20px;
    font-weight:600;
	padding: 6px 4px 0px 42px;
} 
div.note_note>ul,
div.note_note>ol{
    margin-top : 0.4em;
    margin-left: 1.4em;
}
 

/*###表格###*/
.frame-all {
    border: solid 1px;
}
caption{
    margin-top:-1em;
    caption-side: top;
}
/*表格不设置margin,默认为0,与段落文字列一致*/
table {
    margin: 0;
	border: solid 1px;
}
/*表格表头背景颜色*/
thead {
    background-color: #30BF94;
    text-align:center !important;     
}

.table thead th{
    vertical-align: middle;
}
th.align-left,
td.align-left{
   text-align:left;
}
td.align-center{
    text-align:center;
	
}
.simpletable td:not([valign]), .table td:not([valign]) {
    vertical-align: middle;
}
/*表格上下内容居中,默认margin-bottom:1rem*/
th>p,td>p{
	margin-top:1rem;
}



/*###图片Image###*/
/*设置图标icon宽10mm*/
img.icon2 {
    width: 10mm;
}

/*###链接###*/
/*默认保持不变*/
a, a:hover, a:visited {
    color: #4acaa8;
}
/*默认保持不变*/
a {
    text-decoration: none;
}


.wh_main_page_toc > div:nth-child(6n+1),
.wh_main_page_toc > div:nth-child(6n+1) + .wh_main_page_toc_accordion_entries {
    background-color: #fff;
	
}
.wh_main_page_toc > div:nth-child(6n+3),
.wh_main_page_toc > div:nth-child(6n+3) + .wh_main_page_toc_accordion_entries {
     background-color: #fff;
}
.wh_main_page_toc > div:nth-child(6n+5),
.wh_main_page_toc > div:nth-child(6n+5) + .wh_main_page_toc_accordion_entries {
     background-color: #fff;
}


.wh_breadcrumb li:not(:last-of-type):after {
    content: "x";
    font-family: "oXygen WebHelp", serif;
	color: #4acaa8;
}

/* 搜索结果设置 */
.searchresult li {
    padding: .5em 2em;
}
.search-breadcrumb ol {
    margin-left:1em;
}

/* 初始页面背景图片 */
.wh_search_input{
    background: url(../webhelp-responsive/oxygen-webhelp/app/img/flowers_bgr.jpg) no-repeat;
    background-size:  cover;
    box-shadow: 0px 7px 21px -12px rgba(0, 0, 0, 0.3);
}
.wh_topic_page.wh_serach_input{
    padding:10%;
}
/*背景图展示*/
.wh_search_input {
    padding: 2em 0 10em 0;
}
/*索引按钮展示*/
.navbar-toggler {     
    background-color: #4acaa8;
}

/*ase-1 ase-2 */
img.icon1{
    width:10mm;
    height:10mm;
}
img.icon2{
    width:10mm;
        height:10mm;
}

/*  
img.span{
    width:58mm;
    height:58mm;
}*/
/*图片与标题的margin边距 */
.topictitle1 {
    margin-bottom: 0.5em;
}
/*处理列表中图片与上下文间距情况*/
ol>li>img{
	margin-top:-0.5em;
	margin-bottom: 0.5em;
}

/*处理章节section中的img与上下文间距情况*/
br{
	display:none;
}
.section>img{
	margin-top:0em;
	margin-bottom:1em;
}


li>ul{
    list-style-type: disc;
}

.table thead th {
    border: 1px solid #dee2e6;
}
.table td{
    border: 1px solid #dee2e6;
}


/*Tiles Background Image*/
/*按生产实际章节ID进行背景渲染*/
/*隐藏前言Tiles
.wh_tile [data-id='X076819'] {
     display:none;
}*/

.wh_tile > div {
    background-repeat: no-repeat;
    background-position: center 0;
    padding-top: 65px;
	
}

/*首页背景颜色*/
.wh_main_page .wh_content_area {
    background-color: rgb(255 255 255);
}
/*章节图片*/
.wh_tile:nth-child(6n+0) {
   /*background-color: #4acaa8;*/
   background-color:white;
   
}
.wh_tile:nth-child(6n+1) {
    background-color: white;
}
.wh_tile:nth-child(6n+2) {
    background-color: white;
}
.wh_tile:nth-child(6n+3) {
    background-color:  white;
}
.wh_tile:nth-child(6n+4) {
    background-color:  white;
}
.wh_tile:nth-child(6n+5) {
    background-color:  white;
}

/*章节字体颜色*/
 .wh_tile_title a {
    color: #4acaa8 !important;
}

/*网页Titles宽度设置*/
.wh_tile {
    margin: 1em;
    padding: 1em;
    width: 30%;
    min-height: 140px;

}

/*手机Titles宽度设置*/
/*设置最小宽度才生效min-width*/
@media only screen and (max-width: 767px) {
    .wh_tile {
        width: 40%;
	    min-width:100px;
    }
	.wh_top_menu ul li a{
		line-height:1.3em;
		font-size: 1.3em;
		border-bottom: 1px solid #ccc;
	}
}

@media only screen and (max-width: 767px){
	.wh_toggle_button {
	   display:none;
	}
}

/*封面显示样式调整*/
.wh_main_page_toc{
    width: 100%;
    margin: 1em auto 2em;
}
.wh_main_page_toc .wh_main_page_toc_accordion_header.expanded:before{
    content: "p"; /* collapse symbol */
    /*color: #fff;*/
	color:#6c757d;
}
.wh_main_page_toc_accordion_header:hover:before{
    color: #4ACAA8 !important;
}
.wh_main_page_toc_accordion_entries{
    background: none;
    /* border-bottom: 1px solid #c0c0c0; */
}
.wh_main_page_toc .expanded {
    background: none;
    /*border-bottom: 1px solid #f8f9fa;*/
    border-bottom:none;
}

.wh_main_page_toc_accordion_entries .wh_main_page_toc_entry{
    margin-left: 1em;
}

/*调整一级、二级、三级等字体大小*/
/*update20220324-调整二级、三级与一级字体大小一致*/
.wh_main_page_toc a{
    font-size: 1.4em; 
}


/*调整二级、三级偏左距离*/
.wh_main_page_toc > .wh_main_page_toc_accordion_entries > .wh_main_page_toc_accordion_entries > .wh_main_page_toc_entry{
	padding-left: 2.5em;
}
div.wh_main_page_toc_accordion_entries > .wh_main_page_toc_entry{
	padding-left: 4.5em;  
}
.wh_main_page_toc_accordion_entries > .wh_main_page_toc_entry,
.wh_main_page_toc_accordion_entries > .wh_main_page_toc_accordion_header{
	padding: 0.5em;
    padding-left: 4.5em;
    margin: 0;	
}


/*取消一级、二级、三级的下边线*/
.wh_main_page_toc .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry,
.wh_main_page_toc_accordion_entries {
    /*border-bottom: 1px solid #f8f9fa;*/
	/*border-bottom:none; */
	border: none;	
	
}

.wh_main_page_toc > .wh_main_page_toc_accordion_header
.wh_main_page_toc_accordion_entries {
    border-bottom: none;
}

.wh_main_page_toc .topicref a {
    color: #6c757d;
}

.wh_main_page_toc_accordion_header:before {
    color: #6c757d;
}

.wh_main_page_toc>.wh_main_page_toc_accordion_header .topicref a{
	font-size: 1.4em;
}

/*箭头偏右*/
.wh_main_page_toc .wh_main_page_toc_accordion_header.expanded:before, .wh_main_page_toc .wh_main_page_toc_accordion_header:before{
    display: inline-block;
    font-weight: bold;
    font-family:"oXygen WebHelp", serif;
    position: inherit;
    left: 0;
    cursor: pointer;
    float: right;
}
/*一级偏左*/
.wh_main_page_toc > .wh_main_page_toc_accordion_header,
.wh_main_page_toc > .wh_main_page_toc_entry{
    padding:0.5em;
    padding-left: 1em;
    margin:0;
    border-bottom: 1px solid #f0f0f0;
}
.wh_main_page_toc{
    background-color: none;
}
.wh_header{
    display: none;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.expanded + .wh_main_page_toc_accordion_entries{
    border: none;
}
article{
    padding: 0  1.5em;
}
.wh_breadcrumb li{
    display: none;
}
.wh_breadcrumb ol li:first-child{
    display: block;
    padding-left: 1.5em;

}

/*搜索结果增加返回链接*/
.row>span>a>span{
	padding-bottom:0.5em;
	padding-left: 0.7em;
	font-size:1.5em;
}


/*update20220325*/
/*折叠展开按钮偏右*/
.wh_expand_btn.expanded:before {
    padding-left: 2em;
}
.wh_expand_btn:before {
    padding-left: 2em;
}
/*Breakdumb的折叠展开按钮位置*/
.webhelp_expand_collapse_sections:after {    
    padding-right: 0.5em;
}

/*隐藏丢失words*/
.searchresult .wh_missing_words {
    display:none;
}