/* 页面部分 */
header{
    position: fixed;
    top:0;left:0;
    background:#FFFFFF;
    box-shadow: 0px 1px 0px 0px rgba(17, 17, 17, 0.1);
}
header .left {
    width: 380px;
    float: left;
    padding-left: 40px;
    padding-top:25px;
    text-align: left;
}
header .navbtnBox a:nth-child(3) {
    margin-right: 40px;
    line-height: 36px;
}

.content{
    text-align:left;
}
.content .left_sidenav{
    width: 300px;
    /* padding: 30px; */
    padding-top: 30px;
    display: inline-block;
    position: fixed;
    top:187px;
    background: #FAFAFA;
    overflow-y: auto;
    overflow-x: hidden;
}
.content .left_sidenav li a{
    padding-left: 30px;
}
.content .left_sidenav li .twoMenu a{
    padding-left: 60px;
}
.content .left_sidenav li .twoMenu div a{
    padding-left: 90px;
}
.content .left_sidenav li:hover{
    /* background-color: #F3F5F7; */
}
.content .left_sidenav img{
    width: 7px;
    height: 13px;
    margin-right: 10px;
}
.content .left_sidenav>h2{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    margin:0 0 20px 0;
}
.content .left_sidenav .input_box{
    width: 240px;
    height: 34px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 26px;
}
.content .left_sidenav .input_box input{
    margin-top: 9px;
    margin-left:6px;
    width: 170px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: #666666;
}
.content .left_sidenav .input_box>i{
    margin-left: 10px;
    cursor: pointer;
}


.content .left_sidenav li>a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.content .left_sidenav li > a:hover{
    /* color: #0091FF; */
}
.content .left_sidenav li div{
    display: none;
    /* background-color: #E5F2FF; */
}
.content .left_sidenav li .develop{
    display: block ;
}

.content .left_sidenav li>a>i{
    display:inline-block;
    width:18px;
    height:16px;
    overflow: hidden;
    position: relative;
    top:2px;
    margin-right: 12px;
}
.content .left_sidenav li>.act_class{
    /* color: #0091FF; */
}
.content .left_sidenav li>.act_class>i{
    background-position-x: -18px;
}
.content .left_sidenav li a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    display: block;
    
}
.rotate{
    transform-origin:center center;
    transform: rotate(90deg);
    transition: transform 0.2s;
}

.content .left_sidenav li > div > a:hover{
    background-color: #F3F5F7;
}
.content .left_sidenav li>div>a i{
    display:inline-block;
    width:14px;
    height:18px;
    background-position-y: -16px;
    overflow: hidden;
    position: relative;
    top:4px;
    margin-right: 12px;
}
.content .left_sidenav li .active2{
    color: #0091FF;
    background-color: #E5F2FF;
    border-right: 3px solid #1372FF;
}
.content .left_sidenav li .active2>i{
    background-position-x: -18px;
}

.right_content{
    margin-left: 300px;
    padding:40px 197px 40px 197px;
    min-height: 500px;
    overflow: hidden;
    min-width: 900px;
    background:white;
}
.guide img{
    width: 100%;
}
.Examine ul{
    margin-top: 0 !important;
    margin-bottom: 40px;
    border-bottom: 1px solid #E6E7E8;
}
.Examine h1{
    margin-bottom: 40px;
}
.Examine h2,h4{
    margin-bottom: 20px;
}
.Examine p{
    margin-bottom: 20px;
}
.Examine ul li{
    line-height: 40px;
    border-bottom: none !important;
}
.domExamine table{
    border: 1px solid #E6E7E8;
    margin-bottom: 40px;
}
.domExamine table th{
    border-bottom: 1px solid #E6E7E8;
    font-weight: normal;
}
.domExamine table th,td{
    border-right: 1px solid #E6E7E8;
    padding: 10px;
}
.right_content .menuTitle{
    font-size: 30px;
    color: #333333;
    line-height: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E7E8;
    margin-bottom: 40px;
}
.right_content .b_title{
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
}
.right_content .b_title span{
    color: #0091FF;
}
.right_content>div>.s_title{
    height: 38px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 38px;
    border-bottom: 1px solid #E6E6E6;
    margin: 40px 0 20px 0;
}
.right_content>div>.g_title{
    height: 38px;
    color: #333333;
    line-height: 38px;
    margin: 40px 0 20px 0;
}


.right_content>div>.text_box{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-top: 20px;
    width: 98%;
}
.right_content>div>ul{
    margin-top: 20px;
}

.right_content>div>ul>li:nth-child(even){
    background: #FBFCFF;
} 

.right_content>div>ul>li{
    border-bottom: 1px solid #EEF1F4;
    cursor: pointer;
}
.nfwhite{
    background: #F7F8FA!important;
} 
.right_content>div>ul>li:hover div{
    word-break:normal; 
    white-space:normal; 
    text-overflow:normal;
    height: 100%;
}
.right_content>div>ul>li>span{
    display: inline-block;
    /* font-size: 14px; */
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    overflow: hidden;
}
.right_content>div>ul>li:nth-child(1){
    height:40px;
    line-height: 40px;
    color:#333333;
    border-bottom: 1px solid #EEF1F4;
    overflow: hidden;
}
.right_content>div>ul>li>div{
    padding:20px 0;
    display: inline-block;
    vertical-align: top;
    word-break:keep-all; 
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis; 
}
.text1_box{
    
border: 1px solid #CCCCCC;
    width: 100%;
    text-align:left;
    background: #F7F7F7;
}
.leftjson{
   
    margin: 20px 0 20px 29px;
}
.json{
    margin-bottom: 20px;
}
.right_content>div>.re_1>li>span{
    width: 11%;
}
.right_content>div>.re_1>li:nth-child(1)>span:nth-child(5){
    width: 30%;
}
.right_content>div>.re_1>li:nth-child(1)>span:nth-child(6){
    width: 22%;
}
.right_content>div>.re_1>li>div{
    width: 11%;
}
.right_content>div>.re_1>li>div:nth-child(5){
    width: 24%;
    margin-right: 6%;
}
.right_content>div>.re_1>li>div:nth-child(6){
    width: 22%;
}

.right_content>div>.re_2>li>span{
    width: 20%;
}
.right_content>div>.re_2>li:nth-child(1)>span:nth-child(2){
    width: 45%;
}
.right_content>div>.re_2>li:nth-child(1)>span:nth-child(3){
    width: 32%;
}
.right_content>div>.re_2>li>div{
    width: 20%;
}
.right_content>div>.re_2>li>div:nth-child(2){
    width: 40%;
    margin-right: 5%;
}
.right_content>div>.re_2>li>div:nth-child(3){
    width: 32%;
}


.fred{
    color:red;
}

.nice-select.wide{
    width: 100px;
    border:1px solid #b1b1b1;
    border-radius: 5px;
    line-height: 40px;
    vertical-align: top;
}
.selectinput {
    margin-left:10px;
    width: 200px;
    font-size: 13px;
    line-height: 41px;
    font-weight: 400;
    color: #666666;
    border:1px solid #b1b1b1;
    border-radius: 5px;
    padding-left: 15px;
    vertical-align: top;
}
.selectinput1 {
    margin-left:10px;
    width: 200px;
    margin-top: 40px;
    font-size: 13px;
    line-height: 41px;
    font-weight: 400;
    color: #666666;
    border:1px solid #b1b1b1;
    border-radius: 5px;
    padding-left: 15px;
    vertical-align: top;
}
.search2{
    font-size:20px!important;
    vertical-align: top;
    position: relative;
    left: -36px;
    top: 9px;
}
.search3{
    font-size:20px!important;
    vertical-align: top;
    position: relative;
    left: -36px;
    top: 49px;
}
header{
    z-index: 100;
}
.iframe{
    min-height: 500px;
}

::-webkit-scrollbar {/*滚动条整体样式*/
    width: 6px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(105, 107, 110, 0.5);
    background: rgba(86, 86, 88, 0.5);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px hsl(225,4%,65%,0.5);
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
}