#schoolView{
	padding-top:42px;
}
#schoolView .pageTitle{	
	height: 60px;
	background: rgba(37, 67, 127, 0.05);
	box-shadow: 0px 2px 4px 0px rgba(28, 50, 122, 0.1);
	line-height:60px;
	position:relative;	
	font-size: 24px;
	font-weight: 600;
	color: #313836;
	
}
#schoolView .pageTitle:after{
	content:'';
	position:absolute;
	height:60px;
	width:8px;
	left:0;
	top:0;
	background:#5870CB;
}
#schoolView .pageTitle span{
	margin-left:33px;
}
#schoolView .example_block{
	line-height:1.8;
}

#schoolView .example_code pre {
    background: #f3f3f3;
    color: #303133;
}

.NewPage .example_title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.NewPage .example_content {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    color: #606266;
    padding: 15px;
    border: 1px solid #dedede;
    background: #fff;
    position: relative;
}
.NewPage .example_middle_title:before {
    border-left: 5px solid #5870cb;
}
.NewPage .example_middle_title:before {
    content: '';
    height: 20px;
    width: 25px;
    display: inline-block;
    border-left: 5px solid #5870cb;
    vertical-align: middle;
}
.NewPage .example_middle_title {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    padding-top:0;
}
.NewPage .example_small_title{
	padding-top:0;
	font-size: 14px;
    font-weight: 400;
}
.NewPage .example_small_title:before {
    content: '';
    height: 0px;
    width: 0px;
    display: inline-block;
    border: 8px solid #fff;
    border-right: 0;
    border-left-color: #5870cb;
    vertical-align: sub;
    margin-right: 10px;
    border-radius: 5px;
}
.NewPage .example_block {
    margin-bottom: 20px;
}

.NewPage .example_comments {
    text-indent: 2em;
    background: #ecf5ff;
    width: 40%;
    padding: 10px 0;
    margin: 5px 0;
    color: #384654;
}
/**********************帮助样式*************************/
#main_view{
	/* padding-bottom:0 !important; */
	font-family: PingFangSC-Semibold, PingFang SC;
	font-size:14px;
}
.mask_loading{
	position:fixed;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	z-index:99999;
}
.api_header{
    width: 1280px;
    height: 70px;
    background: #4161FD;
    box-sizing: border-box;
    padding-left: 80px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 70px;
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}
#api_main{
	margin-top:60px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #313836;
	font-size:14px;
}
.border{
	border:1px solid #c0c4cc;
	padding:10px;
	margin-top:10px;
}
/*表格的统一样式start*/
.example_table{
    border-collapse:collapse;
    width:100%;
    text-align:center;
    margin:10px 0;
}
.example_table th, .example_table td{
    border:1px solid #ddd;
    padding:6px 0;
}
.example_table th{
    font-weight: bold;
    background:#F2F7FD;
}
.example_table td img{
	width:30px;
}
/*表格的统一样式end*/

a{ color:#333; text-decoration:none;}
a:link{ color:#333; text-decoration:none;}
a:visited{ color:#333; text-decoration:none;}
a:hover{ color:#333; text-decoration:none;}
a:actived{ color:#333; text-decoration:none;}

a.a_link{ color:#028DFF; text-decoration:none;}
a.a_link:link{ color:#028DFF; text-decoration:none;}
a.a_link:visited{ color:#028DFF; text-decoration:none;}
a.a_link:hover{ color:#028DFF; text-decoration:underline;}
a.a_link:actived{ color:#028DFF; text-decoration:none;}

.control_expand_btn {
    transition: all .5s;
    position: absolute;
    left: 395px;
    top: 50%;
    z-index: 9;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    cursor: pointer;
}
div#api_main {
    position: relative;
}
.api_tree {
    width:400px; 
    transition: width 0.5s; 
    position: fixed;
}
.api_tree_container{
	overflow: auto;
	font-size:14px;
}
.api_content{
	width:calc(100% - 405px);
	transition: width 0.5s; 
	float:right;
    padding-left: 20px;
}
.el-icon-caret-right:before{
	margin-left:-6px;
}


/************************************/
.example_wapper {
    /* margin-top: 30px; */
}
.example_title {
    font-size: 18px;
    font-weight: 600;
    color:#000;
    letter-spacing: 2px;
    padding-top: 50px;
}
.example_title span{
    position:relative;
}
.example_title span::before{
    content: '';
    width: 100%;
    height: 4px;
    background: #3C67F5;
    position: absolute;
    bottom: -6px;
    left: 0;
}
.example_content {
    letter-spacing: 0.5px;
    line-height: 1.8;
    padding: 15px; 
    background: #fff;
}
.example_point {
    text-indent: 2em;
}
.example_middle_title {
    font-size: 16px;
    font-weight: 600;
    padding-top:30px;
    margin-bottom:10px;
}
.example_middle_content{
	/* padding-left:2em; */
}
.example_block {
    margin-bottom: 20px;
}
.example_small_title {
    font-size: 16px;
   	padding-top:30px;
    margin-bottom:10px;
    font-weight: 600;
} 
.example_lesser_title{
	font-size: 14px;
    font-weight: 600;
    padding-top:30px;
    margin-bottom:10px;
}
.example_middle_block {
    border: 1px solid #c0c4cc;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
}
.example_sub_row {
    padding-left: 2em;
}
.download_icon{
	width: 15px;
    height: 13px;
}
.example_content pre{ 
    background: #f3f3f3;
    color: #303133; 
}
.example_comments {
    text-indent: 2em;
    /* background: #F6F8FF; */
    color: #384654;
    display: inline-block;
    padding: 20px 40px 20px 20px;
    margin: 20px 0;
    border:1px solid #c0c4cc;
}
.download_label {
    cursor: pointer;
    color: #409eff;
} 
.download_btn {
    display: inline-block;
    cursor: pointer;
    margin-right: 25px; 
    padding: 10px 15px;
    color: #fff;
    background: #f78401;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 0px #b1acac;
    position: absolute;
    right: 0;
    bottom: 30px;
}
/**********************覆盖回测样式s*************************/
#quant_detail_baseInfo {
    background: #fff !important;
    border: 1px solid #ebeef5;
    box-shadow: 0 0 5px 0px #dedede;
}
#quant_detail_baseInfo .top_text_row {
    color: #333333 !important;
} 
#quant_detail_baseInfo .bottom_text.el-row {
    color: #333333 !important;
    font-size: 22px !important;
}
.quant_out_width {
    color: #333333;
}
.test-date {
    color: #333333;
}
img.quant_mdf_icon {
    display: none;
}
.returnsWeek_block {
    color: #000 !important;
}
#quant_detail_baseInfo .bottom_text_row {
    color: #666666 !important;
}
#quant_detail_baseInfo .top_text.el-row{
	 color: #666666 !important;
}
#quant_detail_baseInfo .gray_background {
    background: #fff !important;
    box-shadow: 0 0 5px #dcdfe6 !important; 
    right: 10px !important;
}
#echarts-view{
	background: #fff;
}
#quant_detail_baseInfo .yellow_text{
	color:red !important;
}
#quant_detail_baseInfo .gray_background{
	height:80px  !important;
}
.returns_select .el-input--suffix .el-input__inner { 
    background: #ebeef5 !important;
}
/**********************覆盖回测样式e*************************/

/******************注释样式覆盖s*****************************/
.hljs-comment, .hljs-quote {
    color: #6ab346 !important;
    font-style: initial !important;
}
.hljs{
	background: #f3f3f3 !important;
}
/******************注释样式覆盖e*****************************/

/* 高宽分别对应横竖滚动条的尺寸*/
#api_main  ::-webkit-scrollbar{
	width: 12px;     
    height: 6px;
    scrollbar-arrow-color:red;
}

#api_main  ::-webkit-scrollbar-thumb {
	background: #6C9BFF;
	border-radius: 8px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    scrollbar-arrow-color:red;
}
 /*滚动条里面轨道*/
 #api_main ::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 0;
    background: #E7EFFF;
}  

/************************************/
.fw_bold{
	font-weight:bold;
}
.ace_editor{
	font-size:15px;
}
.api_img{
	width:100%;
	display:block;
	margin:20px 0;
}
.example_arrows{
	padding-left:20px;
	position:relative;
}
.example_arrows::before{
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 10px;
    left: 0;
    background: #000;
}
.example_list{
    border: 1px solid #ddd;
    border-bottom: none;
    width: 300px;
    margin: 10px 0;
}
.example_list div{
	border-bottom: 1px solid #ddd;
    padding: 5px;
}

.el-tree>.el-tree-node>.el-tree-node__content>.el-tree-node__expand-icon{
	display:none;
}
.el-tree-node__expand-icon{
	color: #0E7DFC;
	font-size:16px;
}
.el-tree-node__content{
	height:36px;
}
/* .custom-tree-node{
	width:200px;
} */
.custom-tree-node a{
	padding-left:6px;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{
	background: #F2F7FD;
}
.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content a{
	color: #0E7DFC;
}
/* .el-tree-node__expand-icon.is-leaf{
	cursor: default;
    width: 4px;
    height: 4px;
    background: #0E7DFC;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    margin-right: 5px;
} */
.el-tree-node__content>.el-tree-node__expand-icon{
	padding:0;
}
.custom-tree-node a[href='#tree_1'],
.custom-tree-node a[href='#tree_2'],
.custom-tree-node a[href='#tree_3'],
.custom-tree-node a[href='#tree_4']{
	font-size: 16px;
	font-weight: 600;
	
}

#api_main ul,#api_main li{
	list-style:none;
	margin:0;
	padding:0;
}
#api_main ul li{
	padding-left: 20px;
    position: relative;
}
#api_main ul li::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(/images/w2/icon_arrows.png);
    background-size: 100% 100%;
    top: 7px;
    left: 0;
}

.table_fixed{
    position: relative;
    margin-top:20px;
}
.table_head{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding-right: 12px;
    box-sizing: border-box;
    font-weight: bold;
    min-height:40px;
}
.table_head div{
    background: #F2F7FD;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_body{
    height: 500px;
    overflow-y: scroll;
    padding-top:40px;
}
