body{
    position: relative;
    width:100%;
}
/*------------------------
头部固定定位*/
.headerNav{
	width: 100%;
    background: #1c2023;
    position: relative;
    z-index: 1;
}
.crumb {
    float: left;
    background: none repeat scroll 0 0 #f7f7f7;
    color: #777;
    font-size: 12px;
    margin-left: 20px;
    height: 45px;
    line-height: 50px;
}
.crumb li {
    display: inline;
    padding-right: 5px;
}
.crumb a {
    color:#999;
    cursor: pointer;
}
.crumb a:hover {
    color: #0192fa;
    text-decoration: none;
}
.crumb .active {
    color: #777;
}
.crumb .divider {
    color: #d9d9d9;
}
.pathNav{
    width: auto;
    margin:0 auto;
    height: 48px;
    border-bottom: 2px solid #098bc7;
    background-color: #f7f7f7;
}
.navCenter{
    width: 1200px;
    margin: 0 auto;
}
.navCenter h1{
    float: left;
    width:220px;
    background: none repeat scroll 0 0 #098bc7;
    color: #fff;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.navbar-head{
	display: flex;
	justify-content: flex-start;
	flex-flow: row nowrap;
	align-items: center;
	height: 60px;
}
.navbar-head-col{
	display: flex;
    flex-basis: auto;
	align-items: center;
	flex-grow: 1;
}
.navbar-head-nav>li.dropdown a{
	color: hsla(0,0%,100%,.5);
	padding: 0 .93rem;
}
.navbar-head-nav>li.dropdown a:hover{
	color: #fff;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.navbar-head-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
/*------------------------
菜单和内容区域*/
.container-index{
    max-width: 100%;
    position: relative;
    height: 100%;
    padding-top: 60px;
    margin-top: -60px;
}
.doc-wrap {
    position: relative;
    background-color: #f7f7f7;
    margin-left:auto;
    margin-right: auto;
    padding: 0;
    width:1200px;
    min-height: 570px;
}
.doc-wrap::before, .doc-wrap::after {
    content: "";
    display: table;
}
.doc-wrap::after {
    clear: both;
}
.doc-main {
    background-color:#fff;
    border-color: #e7e9ef;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin-left: 279px;
    padding: 10px 40px 20px;
}
.doc-wrap .doc-list {
    background: none repeat scroll 0 0 #f7f7f7;
    min-height: 570px;
    width:1200px;
}
.doc-list::before, .doc-list::after {
    content: "";
    display: table;
}
.doc-list::after {
    clear: both;
}
.doc-list h3 {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0 0;
}
.doc-list .service {
    font-size: 14px;
    margin-top: 20px;
}
.doc-list .service a {
    color: #0192fa;
}
.doc-list .service a:hover {
    text-decoration: none;
}
.doc-list .iconfont {
    color: #0192fa;
    margin-right: 8px;
}
.doc-list .icon-glossary {
    display: inline-block;
    width: 16px;
}
.sidebar {
    background-color: #0192fa;
    float: left;
    font-size: 14px;
    height:490px;
    z-index: 2;
    width: 240px;
    margin-left: 0;
}
.sidebar h1 {
    background: none repeat scroll 0 0 #098bc7;
    color: #fff;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}
.sidebar li {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    padding: 0;
}
.sidebar>ul>li {
	border-color: #0192fa;
    border-style: solid;
    border-width: 0 0 1px 1px;
}
.sidebar li a {
    color: #fff;
    display: block;
    outline: medium none;
    padding: 0 0 0 20px;
    cursor: pointer;
}
.sidebar li .menuRight{
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url("../images/icon/caidanxiangyou.png");
    width:13px;
    height: 13px;
}
.sidebar li .menuI {
    float: left;
    background-image: url("../images/icon/caidanxiangyou1.png");
    width:13px;
    height: 13px;
    margin: 13px 10px 0 0;
}
.sidebar>ul>li>ul a:hover,.sidebar>ul>li>a[data-id="0"]:hover,.sidebar>ul>li a.active{
    color: #0192fa;
    text-decoration: none;
    background-color: #f7f7f7;
}
.sidebar>ul>li:hover>a  .menuRight{
    background-image: url("../images/icon/caidanxiangyou_down.png");
}
.menu-tab > li > a {
    padding: 0 0 0 38px;
}
.sidebar > ul > li > a.x + ul{
	display: block;
}
.sidebar>ul>li>a.active>.menuRight,.sidebar > ul > li > a.x>.menuRight{
	background-image: url("../images/icon/caidanxiangyou_down.png");
}
/*------------------------
基本信息*/
.userInfo{
    margin-top: 20px;
}
.userInfo ul li{
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.userInfo ul li>label,.subID-box label,.documentVerSelectInfo{
    display: block;
    float: left;
    font-size: 14px;
    text-align: left;
    line-height: 35px;
    margin-right: 10px;
    cursor: default;
	font-weight: normal;
}
input.text, textarea.text{
    display: block;
    width: 300px;
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    outline: medium none;
    font-size: 14px;
	resize: none;
}
input.text {
	height: 36px;
}
.subID-box{
    display: inline-block;
    padding: 30px 30px 15px;
}
.subID-box:nth-child(n+2){
    //border: 1px dashed #666;
}
.subID-box:nth-child(2n+1){

}
.add-config{
    margin-right: 10px;
    display: inline-block;
}
.add-config i{
    color: #0192fa;
    cursor: pointer;
    padding:3px 0;
    font-size: 18px;
    margin-bottom: 10px;
}
.configTips{
    background-color: #d9edf7;
    border-radius: 4px;
    box-sizing: border-box;
    color: #3a87ad;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 36px;
    padding: 5px 20px;
}
.configTips ul li{
    line-height: inherit;
    margin-bottom: 0;
    list-style-type: initial;
}
.plus,.minus{
    display: inline-block;
    cursor: pointer;
}
.minus{
    color: #333;
    background: #f0f0f0;
}
.plus span,.minus span{
    cursor: pointer;
}
.subID-box:nth-child(n+2) .plus{
    //display:none;
}
.subID-box:nth-child(n+2) .minus{
    //display:block;
}
.appkey-tip{
    display: inline-block;
    line-height: 35px;
}
#selBoxGroupManage tr td:nth-child(4) {
    max-width: 100px;
    word-break:break-all;
    word-wrap:break-word;
}
#outtime{
    line-height: 30px;
    color:#E74C3C;
}
/*设备详情列表*/
.timeLabel{
    display: block;
    float: left;
    font-size: 14px;
    text-align: left;
    line-height: 35px;
    margin-right: 10px;
    cursor: default;
}
.page-table table{
	border-collapse: collapse;
	background-color: #fff;
	width: 100%;
}
.page-table table td {
    border: 1px solid #e7e9ef;
	position: relative;
}
.page-table table tbody tr:hover{
	background-color:rgba(0,0,0,.075)
}
.page-table thead tr td{
    border-bottom-width: 1px;
    background-color: #d8dde9;
}
.page-table tr{
    line-height:40px;
}
.page-table td,.page-table td{
    border-bottom: 1px solid #e7e9ef;
    padding-left:10px;
}

/*文档下载*/
.v1documentVer a,#developerDocumentation #download2,#developerDocumentation tbody a{
    color:#28AAE6;
}
.v1documentVer a:hover,#developerDocumentation #download2:hover,#developerDocumentation tbody a:hover{
    text-decoration: underline;
    color: #0886e9;
}
.documentVerTableWrap table{
    border: 1px solid #e7e9ef;
    border-radius:6px;
}
.documentVerTableWrap thead tr th{
    text-align:left;
}
.documentVerTableWrap tr{
    line-height:40px;
}
.documentVerTableWrap th,.documentVerTableWrap td{
    border-bottom: 1px solid #e7e9ef;
    padding-left:10px;
}
.documentVerTableWrap tbody tr:last-child td{
    border:none;
}
.documentVerTableWrap tr th:nth-child(2),.documentVerTableWrap tr th:nth-child(3),.documentVerTableWrap tr td:nth-child(2){
    text-align:left;
    padding-right:20px;
}
.documentVerTableWrap td span{
    color:#28AAE6;
}
#download,#download img{
    margin-right:10px;
}
.border-bottom{
    border-bottom:1px solid #e6e6e6;
}
.padding15{
    padding-top:15px;
}
.padding30{
    padding-bottom:30px;
}
.input-tips{
    color: #e74c3c;
    line-height:30px;
}
/*reset bs*/
.nav{
    height:33px;
}
.nav-tabs{
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: 0;
}
.nav-tabs li{
    margin-bottom: 0;
}
.nav-tabs li a{
    color:#666;
    outline: none;
}
.nav-tabs  li  a{
    border-color: #e7e9ef;
    border-width: 1px;
    border-style: solid;
    padding: .4rem .7rem;
    cursor: pointer;
    background-color: #fff;
    float: left;
    font-size: 1rem;
	margin: 0;
	border-radius: 0;
}
.nav-tabs  li:last-child  a{
    margin-left: -1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #0192fa;
    color: #fff;
	border-color: #e7e9ef;
}

.tipsCon{
	letter-spacing: 0.025em;
    font-size: 14px;
    background-color: #d9edf7;
    border-radius: 4px;
    color:#3a87ad;
    padding: 5px 20px;
	box-sizing: border-box;
}
textarea.tagsinput{
	height: 122px;
	max-height: 122px;
	resize: none;
}
.severTextarea,.configTextarea,.responseTime{
	height: 155px;
	border-radius: 3px;
	resize: none;
}
.responseTime{
	height: 60px;
}
.configTextarea{
    word-break: break-all;
}
.custom-select,input.custom-select[readonly]{

}
textarea[disabled], textarea[readonly]{
	background-color: #fff;
}
/*------------------------
基础样式*/
.lineH58{
    line-height:58px;
}
.marginLeft22{
    margin-left:22px;
}
.marginBottom15{
    margin-bottom:15px;
}
.borderRadius6{
    border-radius:6px;
}
.colorL{
    color:#5a5a5a;
}
.colorD{
    color:#8d8d8d;
}
.colorIco1{
    color:#0886e9;
}
.colorIco2{
    color:#7cbae5;
}
.colorIco3{
    color:#ffa3a3;
}


/* Responsive
-------------------------------------------------- */
/* 横向放置的手机及分辨率更小的设备
------------------------- */
@media (max-width: 480px) {
    .navCenter,.doc-wrap,.footer{
        width:700px;
        min-width:700px;
    }
    .navCenter h1{
        width:150px ;
    }
    .sidebar{
        width:170px;
    }
    .doc-wrap .doc-list,.panel-body{
        width:495px;
    }
	body{
		height:1000px;
	}
}


.in-set textarea[disabled], .in-set textarea[readonly]{
    background-color:#eee;
}
#showConfig{
    margin-top: 0px;
}
#showConfig li div{
    font-size: 14px;
}
#showConfig li{
    float:none;
    margin-bottom: 0px;
}
.select-multiple-box ul li{
    width: auto;
    margin-bottom: 0px;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 0px;
    min-height: 36px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
    padding: 9px 9px 0px 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}