html, body 
{
      position: relative;
      height: 100%;
      overflow-y: hidden;
}

body 
{
	background-color: #F7F8F8;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
	-moz-user-select: none;
    -webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
}

a
{
	text-decoration: none;
}

a:link
{
	color: rgba(0, 0, 0, 1);
}

a:visited
{
	color: rgba(0, 0, 0, 1);
}

a:hover
{
	color: rgba(0, 0, 0, 1);
}

a:active
{
	color: rgba(0, 0, 0, 1);
}

.head-bar
{
	width: 100%;
	height: 2.75rem;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1875rem 0.5rem 0 rgb(0 60 221 / 6%);
	border-bottom: 0.5px solid rgba(232, 232, 232, 1);
	position: relative;
	z-index: 1;
}

.head-bar-icon
{
	width: 4.125rem;
    height: 1.4375rem;
    margin: 0.625rem 0.75rem 0.6875rem 1.875rem;
    display: inline-block;
    background: url(../img/improve/kingdee_logo.png) no-repeat;
    background-size: cover;
}

.head-bar-menu-icon
{
    width: 2.75rem;
    height: 2.75rem;
    margin: 0px 0.625rem 0px 0px;
    background: url(../img/improve/btn_menu.png) no-repeat;
    background-size: cover;
    display: inline-block;
    float: right;
}

.head-bar-cancel-menu-icon
{
	width: 2.75rem;
	height: 2.75rem;
	margin: 0px 0.625rem 0px 0px;
	background: url(../img/improve/btn_cancel.png) no-repeat;
	background-size: cover;
    display: inline-block;
    float: right;
}

.sub-menu
{
	position: absolute;
	top: 2.75rem;
	left: 0px;
	display: none;
	width: 100%;
	height: 5.625rem;
	background-color: rgba(255, 255, 255, 1);
	z-index: 99;
}

.head-bar-menu-container
{
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding-inline-start: 0px;
	margin: 1.125rem 3.6875rem;
}

.sub-menu-item
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sub-menu-home-icon
{
	width: 2.25rem;
	height: 2.125rem;
	display: inline-block;
	background: url(../img/improve/icon_home.png) no-repeat;
	background-size: cover;
}

.sub-menu-help-icon
{
	width: 2.25rem;
	height: 2.125rem;
	display: inline-block;
	background: url(../img/improve/icon_help.png) no-repeat;
	background-size: cover;
}

.sub-menu-trend-icon
{
	width: 2.25rem;
	height: 2.125rem;
	display: inline-block;
	background: url(../img/improve/icon_trend.png) no-repeat;
	background-size: cover;
}

.head-bar-item
{
	width: 1.5625rem;
    height: 0.875rem;
    margin: 0.5rem 0 0 0;
    padding: 0 0 0.125rem 0;
    font-family: lanLantinghei SC;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    line-height: 0.875rem;
} 

.selected
{
    color: #85A2FF;
    height: 0.875rem;
    line-height: 0.875rem;
    border-bottom: 0.125rem solid #85A2FF;
}

.second-selected
{
	color: #85A2FF;
    border-bottom: 0.125rem solid #85A2FF;
	height: 0.875rem;
	line-height: 0.875rem;
}

.second-selected a
{
	color: #85A2FF;
}

.sa-nav-item-container
{
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
}

.sa-current-item
{
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.sa-nav-next-item-container
{
	width: 100%;
	height: auto;
}

.sa-current-item-icon
{
    width: 1rem;
    height: 1rem;
    margin: 1.25rem 0.875rem 1.125rem 1.125rem;
    float: left;
}

.sa-current-item-icon-qing-analysis-1
{
	background: url(../img/qing-analysis/nav_icon1.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-2
{
	background: url(../img/qing-analysis/nav_icon2.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-3
{
	background: url(../img/qing-analysis/nav_icon3.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-4
{
	background: url(../img/qing-analysis/nav_icon4.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-5
{
	background: url(../img/qing-analysis/nav_icon5.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-6
{
	background: url(../img/qing-analysis/nav_icon6.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-7
{
	background: url(../img/qing-analysis/nav_icon7.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-8
{
	background: url(../img/qing-analysis/nav_icon8.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-9
{
	background: url(../img/qing-analysis/nav_icon9.png) no-repeat;
	background-size: contain;
}

.sa-current-item-icon-qing-analysis-10
{
    background: url(../img/qing-analysis/nav_icon10.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-analysis-11
{
    background: url(../img/qing-analysis/nav_icon11.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-1
{
    background: url(../img/qing-rpt/nav_icon1.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-2
{
    background: url(../img/qing-rpt/nav_icon2.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-3
{
    background: url(../img/qing-rpt/nav_icon3.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-4
{
    background: url(../img/qing-rpt/nav_icon4.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-5
{
    background: url(../img/qing-rpt/nav_icon5.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-6
{
    background: url(../img/qing-rpt/nav_icon6.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-7
{
    background: url(../img/qing-rpt/nav_icon7.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-8
{
    background: url(../img/qing-rpt/nav_icon8.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-9
{
    background: url(../img/qing-rpt/nav_icon9.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-10
{
    background: url(../img/qing-rpt/nav_icon10.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-rpt-11
{
    background: url(../img/qing-rpt/nav_icon11.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-1
{
    background: url(../img/qing-modeler/nav_icon1.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-2
{
    background: url(../img/qing-modeler/nav_icon2.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-3
{
    background: url(../img/qing-modeler/nav_icon3.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-4
{
    background: url(../img/qing-modeler/nav_icon4.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-5
{
    background: url(../img/qing-modeler/nav_icon5.png) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-6
{
    background: url(../img/qing-modeler/nav_icon6.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-7
{
    background: url(../img/qing-modeler/nav_icon7.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-8
{
    background: url(../img/qing-modeler/nav_icon8.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-icon-qing-modeler-9
{
    background: url(../img/qing-modeler/nav_icon9.svg) no-repeat;
    background-size: contain;
}

.sa-current-item-text
{
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 0.9375rem;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 0.006875rem;
    line-height: 3.375rem;
    height: 3.375rem;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 9.125rem;
}

.sa-nav-arrow
{
    position: absolute;
    right: 0px;
    top: 0px;
}

.sa-nav-arrow-down .sa-nav-arrow-icon
{
	width: 1rem;
    height: 1rem;
    margin: 1.1875rem;
	background: url(../img/improve/big_nav_arrow.png) no-repeat;
	transform:rotate(180deg); 
	background-position: 0 0;
	background-size: cover;
}

.sa-nav-arrow-up .sa-nav-arrow-icon
{
    width: 1rem;
    height: 1rem;
    margin: 1.1875rem;
    background: url(../img/improve/big_nav_arrow.png) no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.sa-next-item-container
{
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 1);
}

.sa-next-current-item
{
	width: 100%;
	height: auto;
	position: relative;
}

.sa-next-current-item .sa-nav-arrow
{
    height: 2.625rem;
    position: absolute;
    right: 0px;
    top: 0px;
}

.sa-nav-arrow-down .sa-next-nav-arrow-icon
{
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.9375rem 1.3125rem;
    background: url(../img/improve/big_nav_arrow.png) no-repeat;
    background-size: cover;
	transform:rotate(180deg); 
}

.sa-nav-arrow-up .sa-next-nav-arrow-icon
{
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.9375rem 1.3125rem;
    background: url(../img/improve/big_nav_arrow.png) no-repeat;
    background-size: cover;
}

.content-head-bar
{
    width: 100%;
    height: 44px;
    background-color: #212B3A;
    display: flex;
}

.sa-catalog-container
{
	width: 100%;
	height: 3.25rem;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
}

.sa-hamburger-button
{
    width: 2.25rem;
    height: 2.25rem;
    background: url(../img/improve/hamburger_button.png) no-repeat;
    background-size: cover;
    margin: 0.5rem 0.5rem 0.5rem 0;
    display: inline-block;
    box-sizing: border-box;
    border: 0.3125rem solid rgba(255, 255, 255, 1);
    box-shadow: 0.125rem 0.25rem 0.5rem 0 rgb(1 1 1 / 16%);
    border-radius: 0 0.25rem 0.25rem 0;
	-webkit-box-shadow: 0.125rem 0.25rem 0.5rem 0 rgb(1 1 1 / 16%);
}

.sa-selected-content-container
{
	background: #FFFFFF;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 6rem;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid rgba(232, 232, 232, 1);
}

.sa-breadcrumb-nav
{
    padding: 0 0.625rem;
    color: #828282;
    font-size: 0.75rem;
    height: 2rem;
    line-height: 2rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(232, 232, 232, 1);
    white-space: nowrap;
    overflow-y: auto;
}

.sa-breadcrumb-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sa-breadcrumb-nav-icon
{
    display: inline-block;
    text-align: center;
    width: 1rem;
    height: 1rem;
}

.sa-breadcrumb-nav-text
{
    display: inline-block;
}

.sa-breadcrumb-nav-text-clickable
{
    color: #2386EE;
}

.sa-content-iframe-container
{
	position: absolute;
    left: 0px;
    top: 2rem;
    right: 0px;
    bottom: 2.75rem;
	-webkit-overflow-scrolling:touch;
}

.sa-mask 
{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 8;
}

.sa-content-iframe
{
	width: 100%;
    /* 解决 iOS 动态添加元素后无法滚动的 hack 方法 */
    height: calc(100% + 1px);
    border: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sa-modallayer
{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    display: none;
}

.sa-nav-bar-container
{
	width: 15.1875rem;
    height: 100%;
    position: relative;
}

.sa-back-container
{
    width: 2.25rem;
    height: 2.25rem;
    top: 3.75rem;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 15.1875rem;
    border-radius: 0 0.3125rem 0.3425rem 0;
	box-shadow: 0.125rem 0.25rem 0.5rem -0.5rem rgb(1 1 1 / 16%);
    z-index: 1;
}

.sa-back-button
{
    width: 1rem;
    height: 0.8125rem;
    background: url(../img/improve/back_button.png) no-repeat;
    background-size: cover;
    margin: 0.71875rem 0.5rem 0.71875rem 0.5rem;
}

.sa-nav-bar
{
	overflow-y: auto;
    overflow-x: auto;
    position: absolute;
    top: 0;
    padding-top: 1.25rem;
    width: 100%;
    height: -webkit-fill-available;
    left: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0.125rem 0.25rem 0.5rem 0 rgb(1 1 1 / 16%);
}

.sa-nav-bar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.sa-nav-bar::-webkit-scrollbar:vertical {
    width: 8px;
}

.sa-nav-bar::-webkit-scrollbar:horizontal {
    height: 8px;
}

.sa-nav-bar::-webkit-scrollbar-thumb {
    background-color: #b9c2cc;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.sa-nav-bar::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

.sa-block
{
	position: absolute;
	left: 15.1875rem;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.tree-item-selected
{
	background: #E8E9FF;
}

.tree-item-selected .sa-current-item-text
{
	/* color: #FFFFFF !important; */
}

.tree-item-selected .sa-next-current-item-text
{
	/* color: #FFFFFF !important; */
}

.sa-nav-item-container>.sa-next-item-container>.sa-nav-next-item-container>.sa-next-current-item>.sa-next-current-item-text
{
	text-indent: 3.75rem;
    font-family: PingFangSC-Regular;
    font-size: 0.875rem;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 0.006875rem;
    line-height: 2.625rem;
    height: 2.625rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sa-nav-item-container>.sa-next-item-container>.sa-next-item
{
	text-indent: 3.75rem;
    font-family: PingFangSC-Regular;
    font-size: 0.875rem;
    color: rgba(51, 51, 51, 1);
    letter-spacing: 0.006875rem;
    line-height: 2.625rem;
    height: 2.625rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sa-nav-next-item-container .sa-next-item
{
    text-indent: 4.5rem;
    font-family: PingFangSC-Regular;
    font-size: 0.875rem;
    color: rgba(102, 102, 102, 1);
    letter-spacing: 0.006875rem;
    line-height: 2.5rem;
    height: 2.5rem;
    white-space: nowrap;
}

.sa-nav-item-container .sa-nav-next-item-container .sa-next-item-container .sa-next-current-item-text
{
    text-indent: 4.5rem;
    font-family: PingFangSC-Regular;
    font-size: 0.875rem;
    color: rgba(102, 102, 102, 1);
    letter-spacing: 0.006875rem;
    line-height: 2.5rem;
    height: 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sa-nav-item-container .sa-nav-next-item-container .sa-next-item-container .sa-next-item-container .sa-next-item
{
	text-indent: 5.25rem;
	font-size: 0.8125rem;
	color: rgba(102, 102, 102, 1);
	height: 2.375rem;
	line-height: 2.375rem;
	letter-spacing: 0.00625rem;
}

.sa-search-bar-container
{
    background-color: #FFFFFF;
    position: absolute;
    left: 3rem;
    top: 0.5rem;
    right: 1rem;
}

.sa-search-text
{
    margin: 0.75rem 0 0 0.75rem;
    font-size: 0.75rem;
    color: rgba(153, 153, 153, 1);
    line-height: 1.0625rem;
    height: 1.0625rem;
    font-family: PingFangSC-Regular, PingFang SC;
}

.sa-search-bar
{
	width: 100%;
	height: 100%;
	border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.sa-search-icon-container
{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-top-right-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
    width: 2.46125rem;
    height: 2.25rem;
    background-image: linear-gradient(to right, rgba(73, 110, 255, 1), rgba(103, 102, 255, 1));
}

.sa-search-icon
{
    margin: 0.75rem 0.875rem 0.625rem 0.6875rem;
    width: 0.88625rem;
    height: 0.863125rem;
    background: url(../img/icon_search.png) no-repeat;
    background-size: cover;
}

.sa-search-input
{
    font-size: 0.75rem;
    color: rgba(33, 33, 33, 1);
    line-height: 0.875rem;
    padding: 0.6875rem 0px;
    height: 2.25rem;
    position: absolute;
    border-top-left-radius: 1.125rem;
    border-bottom-left-radius: 1.125rem;
	width: 17.9375rem;	
    border: 1px solid rgba(232, 232, 232, 1);
    outline: 0px;
    box-sizing: border-box;
    text-indent: 1rem;
}

.sa-delete-icon
{
    margin: 0.75rem 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
    background: url(../img/improve/icon_delete.png) no-repeat;
    background-size: cover;
    display: none;
    position: absolute;
    right: 2.46125rem;
    top: 0px;
    cursor: pointer;
}

.sa-search-result-container
{
	position: absolute;
    	top: 0;
    	right: 0;
    	left: 0;
    	bottom: 0px;
	background-color: #ffffff;
}

.sa-search-result-content
{
	position: absolute;
    top: 1.8125rem;
    left: 0;
    right: 0;
    bottom: 3.25rem;
    padding: 0 0.75rem;
    overflow-y: auto;
}

.sa-result-item
{
	margin: 0.75rem 0;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0.1875rem 0.6875rem 0px rgb(63 129 217 / 11%);
    border-radius: 0.375rem;
}

.sa-title
{
	font-family: PingFangSC-Regular, PingFang SC;
    font-size: 0.875rem;
    height: 0.875rem;
    color: rgba(34, 134, 238, 1);
    letter-spacing: 0;
    line-height: 0.875rem;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.sa-content
{
    font-size: 0.75rem;
    color: rgba(102, 102, 102, 1);
    line-height: 1.0625rem;
}

.sa-no-search-result
{
	margin: 8.875rem 4.6875rem 0 4.75rem;
}

.sa-no-search-result-pic
{
	margin-bottom: 0.5rem;
    background: url(../img/improve/no_result.png) no-repeat;
    width: 14rem;
    height: 8rem;
    background-size: contain;
}

.sa-no-search-result-text
{
	margin: 0 0.5rem;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: rgba(33, 33, 33, 1);
    font-size: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.sa-context-container
{
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2.75rem;
    border-top: 0.03125rem solid rgba(232, 232, 232, 1);
}

.sa-up-page
{
	float: left;
    font-size: 0.75rem;
    line-height: 2.75rem;
    text-align: left;
    margin-left: 1rem;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(50% - 1.875rem);
}

.sa-down-page
{
	float: right;
    font-size: 0.75rem;
    line-height: 2.75rem;
    text-align: left;
    margin-right: 1rem;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(50% - 1.875rem);
}

.back-to-top-icon
{
	position:absolute;
	right: 20px;
	bottom: 70px;
	width: 35px;
	height: 35px;
	background: url(../img/back_to_top_icon.png) no-repeat;
	background-size: contain;
	opacity: 0;
	z-index: 99;
}

/*查看文档中的图片时支持点击图片查看原图*/
.check-img-mask
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background-color: rgba(1, 1, 1, 0.7);
    top: 0;
    left: 0;
}

.check-img-div
{
    display: block;
    max-width: 100%;
    max-height: calc(100% - 80px);
}

.check-img
{
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    border: 1px solid rgb(215, 215, 215);
}

.check-prev, .check-next
{
    display: none;
}

.check-count
{
    position: absolute;
    bottom: 14px;
    right: 14px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.check-tips
{
    display: none;
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7);
}

/*查看文档中的链接时支持点击链接弹出iframe*/
.check-href-mask
{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgba(1, 1, 1, 0.7);
    top: 0;
    left: 0;
}

.check-href-div
{
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.check-href
{
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 52px);
    max-height: 100%;
    max-width: 100%;
    display: block;
    bottom: 0px;
    position: absolute;
}

.check-close
{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url(/support/img/help/icon-img-close.png);
    background-size: contain;
    cursor: pointer;
}