*{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-family: "microsoft yahei";
	
}
body{
	font-size: 12px;
	background-color: #ececec;
}
a:link,a:hover,a:visited,a:active{
	color: #09C;
	text-decoration: none;
}
i.necessary
{
	font-style: normal;
	color: #f00;
	font-weight: bold;
}
.header{
	width: 100%;
	background: #fff;
	box-shadow: 0 5px 5px #eee;
}
.header1200{
	width:1200px;
	height: 70px;
	background:#fff;
	margin: 0 auto;
}
.site-top {
	width: 100%;
    height: 29px;
    background-color: #242736;
    text-align: right;
    border-bottom: 1px solid #151720;
}
.inner{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: right;
	color: #fff;	
}
.inner>a{
	display: inline-block;
	font-size:12px ;
	color: #fff;
	height: 29px;
	padding: 0 15px;	
	text-decoration: none;
}
.inner>a:hover{
	background: #111;
}
.logo-img{
	margin: 15px 0;
}
.logo-txt{
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #1a1a1a;
	border-left: 1px #eee solid;
	margin:20px  30px;
	padding: 0 20px;
}

.main{
	width: 1350px;
	min-height: 800px;
	background: #fff;
	margin: 20px auto;
	position: relative;
}
.padding20{
	padding: 20px;
}
.docs-left{
	width:180px;
	border-right:1px #ddd solid;
	position: absolute;
	top:0;
	bottom: 0;
	
}
#modApi .form-group{
	margin: 15px 0;
}
.menu-text{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-align: center;
	display: block;
	background: #F5F7F8;
	border-bottom: 1px #eee solid;
}
.nav-menu-two{
	width:100%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	display: block;
	border-bottom: 1px #eee solid;
    word-break:break-all; /*支持IE，chrome，FF不支持*/
　　    word-wrap:break-word;/*支持IE，chrome，FF*/
}
.nav-menu-two:hover{
	background: #0089cd;
	color: #fff;
	
}
.nav-menu-two.active{
	background: #0089cd;
	color: #fff;	
}

.nav-menu-two-list{
	width:100%;
	
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 5px;
	text-align: center;
	display: block;
	border-bottom: 1px #eee solid;
    word-break:break-all; /*支持IE，chrome，FF不支持*/
　　    word-wrap:break-word;/*支持IE，chrome，FF*/
}
.nav-menu-two-list:hover{
	background: #0089cd;
	color: #fff;
	
}

.nav-menu-two-list.active{
	background: #0089cd;
	color: #fff;
}


.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.docs-right{
	width:1160px;
	margin-left: 191px;
	padding: 10px 10px 10px 0;	
}
.content {
	margin: 20px 0;
	border:1px #f0f0f0 solid;
	padding:20px 10px;
	font-size: 24px;
	color:#666 ;
}
.h1{
	height: 60px;
	line-height: 60px;
	border-bottom: 2px #F0F0F0 solid;
}
.line{
	padding: 10px ;
	border:1px #f0f0f0 solid;
	background: #F9f9f9;	
}

.line h2{margin: 5px 0;}
.line h5{
	color: #f60;
	border:1px #f60 solid;
	padding: 5px;
}

.T-title{
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.code{
	background: #F9f9f9;
	border:1px #f0f0f0 solid;
}
.code-title{
	text-align: center;
	background: #f5f5f5;
	padding: 5px 0;
}
.code-cen{
    padding: 5px 0;
}
.breadcrumb{
	border-radius: 0;
}
.table{
	border: 1px solid #e1e6eb;
	/*table-layout:fixed ; */
}
.table thead tr th {
    padding: 8px 8px;
    color: #09C;
    border-bottom: 1px solid #e1e6eb;
    background-color: #F5F6FA;
}
.table>tbody>tr>td{
	vertical-align: middle;
	overflow: hidden;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
　     　word-wrap:break-word;/*支持IE，chrome，FF*/
}
div.userapi{
	padding: 10px 0;
}
.pagination{
	margin: 0;
}
.txt-li{
	color: #eee;
	font-size: 12px;
	font-family: 宋体;
	margin: 0 2px;
}

.text-danger{
	color:#f00;
}
.text-warning{
	color: #f60;
}
.form-control{
	border-radius: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;  
  box-shadow:  0 0 8px rgba(102, 175, 233, .1);
}
.passport-txt{
	position: relative;
	
}
.btn{
	border-radius: 0;
}
.layer-box{
	padding: 10px;
}
.form-group label{
	font-weight: normal;
	font-size: 14px;
	color: #666;	
	text-align: right;
}
.col-xs-3 {
	width: 20%;
}


label.error{
	color: #fff;
	font-size: 12px;	
	position: absolute;
	right: 5px;
	top:4px;
	background-color: #ff5c00;
	display: block;
    height: 26px;
    line-height: 26px;    
    padding: 0 5px;
    border-radius: 2px;
}

input.error,select.error{
	border: 1px #f00 solid;
    background: #FBF9BB; 
}

label#url-error{
	right: 115px;
	top:9px;
}

.break{
　　word-break:break-all; /*支持IE，chrome，FF不支持*/
　　word-wrap:break-word;/*支持IE，chrome，FF*/

}
.apitype-t{
	margin: 5px;
}
.passport-txt input.error,.passport-txt input.error:focus{
	border:1px #f00 solid;
	/*background: #FBF9BB;*/
}

 .col-code label.error{
 	right:4%;
 }
 
  .modapi label.error{
 	right:5%;
 	margin-top: 5px;
 }
.acode label.error{
	right: 5px;
}
.login-code label.error{
	right: 104px;
}
.passport-txt .valid,.passport-txt .valid:focus{
	border:1px #32BC61 solid;	
    background: url(../images/sucess.png) right 7px  no-repeat;  
   
}
.footer{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	font-size: 12px;
	background-color: #242736;
}


.label_secret{width:160px; text-align:right;}
.text_secret{width:530px; height:80px;}


.w200{
	width:200px;
}
