/*公共部分*/
body{
    background-color: #f3f3f3;
}

.layui-input:focus, .layui-textarea:focus {
    filter:
            progid:DXImageTransform.Microsoft.Shadow(color=#009688,direction=0,strength=2)
            progid:DXImageTransform.Microsoft.Shadow(color=#009688,direction=90,strength=2)
            progid:DXImageTransform.Microsoft.Shadow(color=#009688,direction=180,strength=2)
            progid:DXImageTransform.Microsoft.Shadow(color=#009688,direction=270,strength=2);
    -moz-box-shadow: 0 0 5px 1px #009688;/*兼容firefox*/
    -webkit-box-shadow: 0 0 5px 1px #009688;/*兼容safari或chrome*/
    box-shadow: 0 0 5px 1px #009688;/*兼容opera或ie9*/
    border-width: 1px;
}

.es-header {
    background-color: #2F4056;
    /*position: fixed;*/
    top: 0;
    z-index: 999;
    width: 100%;
}
.es-content {
    margin-top: 20px;
    min-height: 580px;
}

.es-content .layui-container{
    background-color: #FFF;
}

.es-content .cur-site{
    padding-top: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.es-footer {
    /*margin-bottom: 0px;*/
    width: 100%;
    padding-bottom: 30px;
    color: #9b9b9b;
    /*background-color: #2F4056;*/

}

.es-footer .es-footer-copyright {
    padding-top: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.es-footer .es-footer-copyright a {
    color: #9b9b9b;
}

.es-footer .es-footer-copyright a:hover {
    color: #9b9b9b;
}

/*json页面*/
.es-content .biz-json textarea {
    min-height: 256px;
    /*margin-top: 10px;*/
    /*width: calc(100% - 29px);*/
    width: 100%;
}

.es-content .biz-json .es-line-textarea {
    min-height: 256px;
    width: calc(100% - 29px);
}

.es-pass{
    background-color: #efe;
    color: #393;
    border: 2px solid #393;
    padding: 10px;
}

.es-fail{
    background-color: #fee;
    color: #933;
    border: 2px solid #933;
    padding: 10px;
}

.es-tool-desc{
    font-size: 20px;
    color: #009688;
}

.es-tool-desc i{
    font-size: inherit;
}

.layui-breadcrumb a{
    font-size: 16px ;
    color: #009688  !important;
}





