body{
    font-family: 'Microsoft Yahei' !important;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
}
textarea{
     font-family: 'Microsoft Yahei' !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
a{
    text-decoration: none;
    color: #06a1c8;
    cursor: pointer;
}
.mt20{
    margin-top: 20px;
}
.ml10{
    margin-left: 10px;
}
.text-center{
    text-align: center;
}
.pull-right{
    float: right!important;
}
.pull-left{
    float: left!important;
}
/* nav */
.web-nav.el-header{
    padding: 0;
}
.web-nav{
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 99;
}
.web-nav .logo h1{
    margin: 0;
    font-size: 22px;
}
/* index */
.web-container{
    width: 100%;
    position: absolute;
    padding: 60px 0 0 0;
    box-sizing: border-box;
    height: 100%;
}
.web-aside{
    position: fixed;
    height: 100%;
    background: #f3f0f3;   
}
.web-aside .el-menu-vertical-demo:not(.el-menu--collapse){
    width: 200px;
}
.web-aside .el-menu-vertical-demo .el-menu-item:hover{
    background: #e8e8e8!important;
}
.web-aside .el-menu-vertical-demo .el-menu-item.is-active{
    background: rgb(75, 181, 218)!important;
}
.web-aside .menu{
    font-size: 18px;
    margin: 24px;
    color: #4d4d4d;
    cursor: pointer;
}
.web-aside .el-menu-item .fa{
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}
.web-main{
    width: 100%;
    padding:20px 20px 20px 225px;
    box-sizing: border-box;
}
.web-main .web-title{
    border-bottom: 1px solid #dcdfe6;
    padding-bottom: 10px;
}
.web-main .web-title h2{
    font-weight: normal;
    display: inline;
    color: #333;
    vertical-align: bottom;
    font-size: 20px;
}
.web-main .web-title span{
    display: inline;
    vertical-align: bottom;
    font-size: 16px;
}
.web-footer{
    text-align: center;
    margin: 20px 0;
}
.toTop{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: rgba(0,0,0,0.4);
    font-size: 26px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    border-radius: 3px;
}
.search-condition{
    padding: 8px 0;
}
.search-condition .form-list{
    position: relative;
    padding-left: 96px;
    margin: 6px 0;
}
.search-condition .form-list .form-label{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: right;
    line-height: 28px;
}
.search-condition .el-input,.el-select{
    width: 100%;
}
.search-condition .opearteBtn{
    padding: 0 0 0 96px;
    margin: 10px 0;
}
.search-table{
    margin-bottom: 20px;
}
.search-text .box-card{
    margin: 15px 0;
}
.search-text .box-card .card-text{
    line-height: 30px;
}
.search-text .box-card .el-card__header{
    background: #f2f2f2;
}
.search-text .box-card .card-text label{
    display: inline-block;
    width: 110px;
    background: #f2f2f2;
    text-align: center;
    margin: 0 8px 0 0;
}
.search-text .box-card .card-text .el-col{
    margin: 3px 0;
}
.card-text .card-item{
	position:relative;
}
.card-text .card-item .card-item-left{
	position: absolute;
	top:0;
	left:0;
}
.card-text .card-item .card-item-right{
	display:block;
	width:100%;
	padding-left:120px;
    box-sizing:border-box;
    word-wrap:break-word;
}
.card-text .card-item .card-item-right-span{
	display:block;
	width:100%;
	padding-left:120px;
	box-sizing:border-box;
	width:98%;
}
.card-text .card-item-right .app-icon{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.card-text .card-item-tit{
    text-align: center;
    background: #f2f2f2;
    font-size: 14px;
    color: red;
}
.box-card .tip{
    padding: 8px 16px;
    background-color: #ecf8ff;
    border-radius: 4px;
    border-left: 5px solid #50bfff;
    margin: 20px 0;
    font-weight: bold;
}

.box-card .tip span{
    color: red;
}

/*remark-dialog 中的el-card */
.remark-dialog .el-dialog__body{
    padding: 10px 20px;
    max-height: 600px;
    overflow-y: auto;
}
.remark-dialog .el-card__body{
    padding: 15px 20px;
}
.remark-dialog .box-card{
    margin: 0 0 15px 0;
}
.remark-dialog .box-card:last-child{
    margin: 0;
}
.remark-dialog .box-card .card-text{
    line-height: 24px;
}
.remark-dialog .box-card .el-card__header{
    background: #f2f2f2;
    padding: 8px 20px;
}
.remark-dialog .box-card .card-text label{
    display: inline-block;
    width: 110px;
    background: #f2f2f2;
    text-align: center;
    margin: 0 8px 0 0;
}
.remark-dialog .box-card .card-text span{
    word-wrap:break-word;
}
.remark-dialog .box-card .card-text .el-col{
    margin: 3px 0;
}
.remark-dialog .remark .el-textarea{
    width: 550px;
}
/*api详情*/
.api-dialog .el-dialog__body{
    padding: 10px 20px;
    max-height: 600px;
    overflow-y: auto;
}
.api-dialog .el-card__body{
    padding: 15px 20px;
}
.api-dialog .box-card{
    margin: 0 0 15px 0;
}
.api-dialog .box-card:last-child{
    margin: 0;
}
.api-dialog .box-card .card-text{
    line-height: 24px;
}
.api-dialog .box-card .el-card__header{
    background: #f2f2f2;
    padding: 8px 20px;
}
.api-dialog .box-card .card-text label{
    display: inline-block;
    width: 110px;
    background: #f2f2f2;
    text-align: center;
    margin: 0 8px 0 0;
}
.api-dialog .box-card .card-text span{
    word-wrap:break-word;
}
.api-dialog .box-card .card-text .el-col{
    margin: 3px 0;
}
.api-dialog .remark .el-textarea{
    width: 550px;
}
/* 授权管理 */
.app-tab{
    margin: 20px 0;
}
/* table-b */
.table-b{
    width: 100%;
    margin: 20px 0;
    border-top: 2px solid #999999;
    border-collapse: collapse;
}
.table-b th {
    padding: 6px;
    text-align: left;
/*     border-left: 1px solid #cccccc; */
}
.table-b td{
    padding: 6px;
    border: 1px solid #cccccc;
}
.table-b label {
    margin: 0 4px;
}
.table-b  .my-pat-operate span {
    margin: 0 6px 0 0;
}
.table-b .my-pat-operate span i {
    font-size: 14px;
    margin-right: 4px;
}
.table-b .table-line{
    background: #f2f2f2;
    color: red;
    font-size: 16px;
}
.table-b .table-line .el-checkbox__label{
    color: red;
}
.table-title{
    font-size: 16px;
    font-weight: normal;
    border-left:4px solid #06a1c8;
    padding: 0 0 0 10px; 
    line-height: 20px;
}
.table-title .el-checkbox{
    margin:0 8px 0 0;
    vertical-align: bottom;
}
.table-title .table-btn{
    font-size: 14px;
    color: #06a1c8;
    cursor: pointer;
    margin-left: 10px;
}
.table-title .table-btn i{
    margin-right: 4px;
    vertical-align: baseline;
}
.table-b .icon-tag{
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
    color: #f56c6c;
}
.table-b .icon-tag .fa-mobile{
    font-size: 20px;
}
.table-b .icon-btn{
    vertical-align: middle;
    font-size: 14px;
    margin-left: 10px;
    color: #06a1c8;
    cursor: pointer;
}
.table-b .icon-btn i{
    margin-right: 4px;
}
/* element */
.el-table{
    font-size: 12px;
}
.el-button--primary{
    background: rgb(75, 181, 218);
}
.el-button--primary:hover,.el-button--primary:focus{
     background: rgb(75, 181, 218);
}
.el-tabs__item:hover{
    color: rgb(75, 181, 218);
}
.el-tabs__item.is-active{
    color: rgb(75, 181, 218);
}
.el-checkbox__label{
    color: #333;
}
.el-button--text,.el-button--text:hover,.el-button--text:focus{
    color: #06a1c8;
}
.el-checkbox__input.is-checked+.el-checkbox__label{
    color: rgb(75, 181, 218);
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: rgb(75, 181, 218);
    border-color:rgb(75, 181, 218);
}
.el-step.is-simple .el-step__title{
    font-size: 14px;
}
.el-step.is-simple .el-step__icon-inner[class*=fa]:not(.is-status){
    font-size: 18px;
}
.el-step__head.is-finish{
    color: #4BB4D9;
    border-color: #4BB4D9;
}
.el-step__title.is-finish{
    color: #4BB4D9;
}
.el-form-item{
    margin-bottom: 15px;
}
.el-form-item__error{
    padding-top: 2px;
}
.el-form-item__label,.el-form-item__content{
    font-size: 12px;
}
/*login part begin*/
.web-inner{
    width: 985px;
    margin: 0 auto;
}
.login-header{
    height: 75px;
    line-height: 75px;
}
.login-header img{
/*     display: inline-block; */
/*     font-size: 24px; */
/*     color: #4BB4D9; */
/*     height: 32px; */
/*     line-height: 32px; */
    margin: 0 10px 5px 0;
    vertical-align: middle;
}
.login-header span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #666666;
    vertical-align: baseline;
    padding: 0 0 0 10px;
    border-left: 1px solid #8b8b8b;
}
.login-header h1{
    display: inline-block;
    font-size: 24px;
    color: #4BB4D9;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
}
.login-header span{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #666666;
    vertical-align: baseline;
    padding: 0 0 0 10px;
    border-left: 1px solid #8b8b8b;
}
.login-bg{
    width: 100%;
    height: 550px;
    background: url('../images/login-bg.jpg') no-repeat center;
    background-size:cover;
}
.login-bg .web-inner{
    position: relative;
}
.login-box{
    /*width: 380px;*/
    /*height: 330px;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 80px;*/
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}
.login-tit{
    font-size: 24px;
    color: #4BB4D9;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.login-tit span{
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
}
.input-item{
    margin: 8px 0 0 0;
}
.login-btn{
    width: 100%;
    margin: 8px 0;
}
/*login part end*/
/* register part begin */
.brand-bg{
    height: 550px;
    width: 100%;
    background: url(../images/login-bg.jpg) no-repeat center top;
    background-size:cover;
}
.root{
    position: relative;
    height: 580px;
}
.reg-app{
    position: absolute;
    z-index: 2000;
    top: 100px;
    left: 50%;
    width: 830px;
    margin-left: -415px;
    background: #fff;
    padding: 20px 40px;
    height: 488px;
    box-sizing: border-box;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.09);
}
.login-tip{
    text-align: right;
    font-size: 14px;
}
.reg-form{
    padding: 30px 130px;
}
.reg-form .el-button{
    width: 100%;
}
.reg-form .el-form-item{
    margin-bottom: 18px;
}
.reg-success{
    font-size: 16px;
    text-align: center;
    margin-top: 90px;
    line-height: 26px;
}
.reg-success span{
    color: #ff0000;
}
/* register part end */
/* find-password part begin */
.san-form{
    padding: 30px 200px;
}
.san-form .help-tips{
    font-size: 14px;
}
.san-form-item{
    margin: 18px 0;
}
.san-form-item.yzm-input{
    padding-right: 120px;
    position: relative;
}
.san-form-item .yzm{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    display: block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.san-form-item .el-button{
    width: 100%;
}
.san-form-item .tip{
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: bold;
}
/* find-password part end */
/* user-center part begin */
.user-sidebar{
    position: fixed;
    height: 100%;
    background: #f3f0f3;   
    width: 252px;
}
.user-sidebar-inner{
    width: 240px;
    height: 100%;
    background: #ffffff;
}
.user-profile{
    padding: 20px;
    text-align: center;
}
.user-profile .round-profile{
    border-radius: 50%;
    width: 88px;
    height: 88px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto 10px auto;
    position: relative;
}
.user-profile .round-profile .upload-profile{
    width: 100%;
    height: 88px;
    line-height: 88px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    cursor: pointer;
    display: none;
}
.user-profile .user-account{
    font-size: 14px;
    margin-bottom: 8px;
}

/* user-center part end */

/*显示更多*/
.wrapper-container {
    position: relative;
    padding-bottom: 40px;
}
.wrapper-container .control {
    /*[滑稽]这里的代码是从 CSDN 那复制过来的，毕竟人家的渐变遮罩层写好了我就不重复发明轮子了*/
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 40px;
    text-align: center;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
.wrapper-container .control .show-more {
    padding-top: 0;
    background: none;
} 
.wrapper-container-else{
	font-size: 16px;
	text-align: center;
    line-height: 20px;
}


/*end*/

.search-text .api-modal .grid-content{
	border-radius: 4px;
    min-height: 36px;
    text-align: center;
	line-height:36px;
}
.search-text .api-modal .bg-purple{
	background: #d3dce6;
}
.search-text .api-modal .bg-purple-light{
	background: #e5e9f2;
}
.search-text .api-modal .el-col{
	border-radius: 4px;
}

.search-text .api-list .grid-content{
	margin-top: 5px;
	border-radius: 4px;
    min-height: 36px;
    text-align: center;
	line-height:36px;
}
 .api-list .bg-purple-auth{
    border: 1px solid #06a1c8;
}
 .api-list .bg-purple-unauth{
    border: 1px solid #d3dce6;
}
.api-list .bg-purple-change{
    border: 1px solid #67c23a;
}
.search-text .api-list .el-col{
	border-radius: 4px;
}
.api-table-title{
    font-size: 20px;
    font-weight: normal;
    border-left:4px solid #06a1c8;
    padding: 0 0 0 10px; 
    line-height: 26px;
}
.api-auth-title-color{
    font-weight: normal;
    border-left:14px solid #06a1c8;
    padding: 0 20px 0 10px; 
    float: right;
}
.api-unauth-title-color{
    font-weight: normal;
    border-left:14px solid #d3dce6;
    padding: 0 20px 0 10px;
    float: right;
}
.api-change-title-color{
    font-weight: normal;
    border-left:14px solid #67c23a;
    padding: 0 20px 0 10px; 
    float: right;
}
/*编辑授权数据库*/
.wrapper-container .el-checkbox-list{
	width: 18%;
	margin: 5px 0px 0px 10px;
}

.user-sidebar-nav{
    padding: 0 20px;
}
.user-sidebar-nav h3{
    font-size: 16px;
    margin: 0 0 15px 0;
    color: #666666;
}
.user-sidebar-ul{
    padding: 0;
    margin: 15px 0;
    border-left: 2px solid #4BB3D8;
    font-size: 14px;
}
.user-sidebar-ul li{
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    padding-left: 10px;
    border-bottom: 1px dotted #cccccc;
    cursor: pointer;
}
.user-sidebar-ul li i{
    width: 16px;
    font-size: 14px;
    color: #999999;
    margin: 0 2px 0 0;
    text-align: center;
}
.user-sidebar-ul li.curli{
    color: #06a1c8;
}
.user-sidebar-ul li.curli i{
    color: #06a1c8;
}
.developDialog .el-dialog__body{
    min-height: 300px;
}
.developDialog .next-step{
    width: 320px;
    display: block;
    margin: 0 auto;
}
/* api dialog */
.api-dialog .el-dialog__body{
    padding: 10px 20px;
    max-height: 600px;
    overflow-y: auto;
    font-size: 12px;
}
/* user-center part end */
/* join-app begin */
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}
.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.avatar {
    width: 120px;
    height: 120px;
    display: block;
}
.hoverAvatar{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.hoverAvatar .hover-avatar-icon{
    font-size: 28px;
    color: #ffffff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.reg-auth-app{
    position: absolute;
    z-index: 2000;
    top: 50px;
    left: 50%;
    width: 460px;
    margin-left: -230px;
    background: #fff;
    padding: 30px 20px 0px 0px ;
    height: 440px;
    box-sizing: border-box;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.09);
}
.login-auth-tit{
    font-size: 24px;
    color: #4BB4D9;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.login-auth-tit span{
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
} 
.login-auth-tip{
    text-align: right;
    font-size: 16px;
}
.reg-auth-form{
    padding: 0px 20px 10px 20px;
    font-size: 16px;
}
.reg-auth-form .el-button{
    width: 100%;
}
.reg-auth-form .el-form-item{
    margin-bottom: 18px;
}
.reg-auth-success{
    font-size: 16px;
    text-align: center;
    margin-top: 90px;
    line-height: 26px;
}
.reg-auth-success span{
    color: #ff0000;
}
/* join-app end */
/* 404 page */ 
.page-404{ 
   position: absolute; 
   top:30%; 
   left:35%; 
} 
.page-404 .number{ 
   color: #7bbbd6; 
   letter-spacing: -8px; 
   line-height: 128px; 
   font-size: 128px; 
   font-weight: 300; 
   display: inline-block; 
} 
.page-404 .details{ 
   padding-top: 0; 
   text-align: left; 
   margin-left: 40px; 
   display: inline-block; 
} 
.page-404 .details h3{ 
   font-weight: 300; 
   font-size: 24px; 
} 
.page-404 .details p{ 
   font-size: 16px; 
} 
/* 404 page end */
.el-submenu__title i {
    color: #ffffff;
}
.card-table-title{
    font-size: 16px;
    /*font-weight: normal;*/
    /*border-left:4px solid #798aab;*/
    /*padding: 0 0 0 10px;*/
    /*line-height: 20px;*/
    /*margin-right: 5px;*/
}