html, body{
    font-family: 'Microsoft Yahei' !important;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    height: 100%;
}
#app{
    height: 100%;
}
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: 19px;
    letter-spacing: 1px;
    font-weight: bold;
}
/* index */
.el-container{
    position: relative;
    min-height: 100%;
}
.web-container{
    width: 100%;
    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: 245px;
}
.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 50px 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;
}
.login-footer .web-footer{
    color: #cccccc;
}
.web-footer{
    text-align: center;
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    position: absolute;
    bottom:0px;
    right: 0px;
}
.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-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;
}
/* 鎺堟潈绠＄悊 */
.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: 1px solid #cccccc;
    background: #eee;	// 琛ㄥご鑳屾櫙鑹叉敼鎴愮伆鑹�
}
.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-bg{
    width: 100%;
    height: 100%;
    background: url('../images/login-bg.jpg') no-repeat center;
    background-size:cover;
}
.gd-login-bg{
    width: 100%;
    height: 100%;
    background: url('../images/gd-login-bg.jpg') no-repeat center;
    background-size:cover;
}
.login-bg .web-inner{
    width: 100%;
    height: 100%;
    position: relative;
}
.login-box{
    width: 380px;
    height: 330px;
    position: absolute;
    right: 20%;
    top: 22%;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 40px;
    margin-top: 50px;
}
.login-tit{
    font-size: 19px;
    color: #4BB4D9;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
}
.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: 100%;
    width: 100%;
    background: url(../images/login-bg.jpg) no-repeat ;
    background-size:cover;
}
.gd-brand-bg{
    background: url(../images/gd-login-bg.jpg) no-repeat center top;
}
.root{
    position: relative;
     height: 80%;
}
.reg-app-new{
    position: absolute;
    z-index: 2000;
    top: 20%;
    left: 55%;
    width: 630px;
    margin-left: -380px;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 50px;
    height: 430px;
    box-sizing: border-box;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.09);
}
.reg-app{
    position: absolute;
    z-index: 2000;
    top: 25%;
    left: 50%;
    width: 830px;
    margin-left: -415px;
    background: #fff;
    padding: 20px 40px;
    height: 500px;
    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: 20px 40px;
}
.reg-form .el-button{
    width: 100%;
}
.reg-success{
    font-size: 16px;
    text-align: center;
    margin-top: 90px;
    line-height: 26px;
}
.reg-success span{
    color: #ff0000;
    font-weight: bold;
}
.reg-info{
    font-size: 16px;
    text-align: center;
}
.reg-info span{
    font-weight: bold;
}
/* 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-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;
}
/* join-app end */
/* 404 page */
.page-404{
    width:100%;
    margin-top: 100px;
    text-align:center;
}
/* .page-404 .number{ 
   color: #7bbbd6;   
   font-size: 120px; 
   font-weight: 300; 
   display: inline-block;  
}  */
.page-404 .number{
    position: relative;
    top: 35px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #7bbbd6;
    text-align: right;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
}

.page-404 .details{
    padding-top: 0;
    text-align: left;
    margin-left: 20px;
    display: inline-block;
}
.page-404 .details h3{
    font-size: 20px;
}
.page-404 .details p{
    font-size: 16px;
}
.page-404 .time{
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}
/* 404 page 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;
}
.el-submenu__title i {
    color: #ffffff;
}
.el-form-item .el-form-item__content .el-cascader{
    width: 100%;
}
.el-form-item .el-form-item__content .el-input__inner{
    height: 32px;
}
.el-menu-item{
    font-size: 15px;
}
.el-menu.el-menu--horizontal {
    border-bottom: solid 1px #846182;
}