.layui-layout-admin .layui-header{
  /* border-bottom: 5px solid #5FB878; */
  border-bottom: 5px solid #009688;
}
iframe{
    width: 99.5%;
    left: 5px;
    height: 100%;
    position: absolute;
    border: 0;
    /* margin-top: -15px; */
}
.layui-tab{
    margin: 4px 0;
}
.layui-tab-title .layui-this{
    background-color: #009688;
    color: #fff;
}
.layui-tab-title{
    left: -1px;
}
.layui-nav-img{
    width: 40px;
    height: 40px;
}
.layui-tab-title li .layui-tab-close:hover {
    background-color: #FFB800;
}
/* 登录页面的css */
.login{
    height: 100%;
    width: 100%;
    /* position: absolute; */
}
.log{
    width: 400px;
    position: absolute;
    background-color: #009688;
    /* border: 1px solid #fff; */
    height: 300px;
    box-shadow: 5px 5px 20px #FFB800;
    border-radius: 20px 80px;
}
h2.cmsname{
    line-height: 85px;
    text-align: center;
    font-size: 30px;
}
div.codeinput{
    width: 90px !important;
}
div.codeimg{
    width: 90px !important;
}
img.v9{
    max-width: 100%;
    position: absolute;
    top: 0;
}