html, body {
    color: #5e6d82;
    background-color: #f4f4f9;
}
.main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb-panel {
    height: 36px;
    line-height: 36px;
    max-width: 1200px;
    margin: 10px auto 0 auto;
    text-indent: 10px;
}
.layui-table-page {
    text-align: right;
}
.layui-table-page .layui-laypage span.layui-laypage-limits {
    display: none;
}
.m0 {
    margin: 0;
}
.m5 {
    margin: 5px;
}
.m10 {
    margin: 10px;
}
.m15 {
    margin: 15px;
}
.m20 {
    margin: 20px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.p0 {
    padding: 0;
}
.p5 {
    padding: 5px;
}
.p10 {
    padding: 10px;
}
.p15 {
    padding: 15px;
}
.p20 {
    padding: 20px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.t-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.f-s-12 {
    font-size: 12px;
}
.f-s-14 {
    font-size: 14px;
}
.f-s-16 {
    font-size: 16px;
}
.f-s-18 {
    font-size: 18px;
}
.f-s-20 {
    font-size: 20px;
}
.f-s-22 {
    font-size: 22px;
}
.f-color-blue {
    color: #409eff;
}
.f-color-red {
    color: #f00;
}
.f-color-333 {
    color: #333;
}
.f-color-666 {
    color: #666;
}
.f-color-999 {
    color: #999;
}
.f-bold {
    font-weight: bold;
}
.f-normal {
    font-weight: normal;
}
.link {
    cursor: pointer;
    color: #409eff;
}
.link-red {
    cursor: pointer;
    color: #f00;
}
[v-cloak] {
    display: none;
}
html,
body {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
}
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    user-select: none;
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', SimSun, sans-serif;
}
#app {
    width: 100%;
    height: 100%;
}
#app .bin-scrollbar__wrap {
    overflow-x: hidden;
}
.tab-item a,
.tab-item a:focus,
.tab-item a:hover {
    cursor: pointer;
    /*color: #409eff;*/
    color: #fff;
    text-decoration: none;
}
.right a,
.right a:focus,
.right a:hover {
    cursor: pointer;
    color: #409eff;
    /*color: #fff;*/
    text-decoration: none;
}
.list em {
    color: #f00;
    font-style: normal;
}
[debug-border] {
    box-shadow: 0 0 0 1px #409eff;
}


.right-fixed {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 150px;
}
.right-fixed li {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #cacaca;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all 0.4s;
}
.right-fixed li:hover {
    background-position: 0 50px;
}
.right-fixed li:hover .tip span {
    top: 0;
}
.right-fixed li:hover .app-logo,
.right-fixed li:hover .weixin-logo,
.right-fixed li:hover .wap-logo {
    display: block;
}
.right-fixed li .tip {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.right-fixed li .tip span {
    position: absolute;
    left: 0;
    top: -100%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #1e9fff;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    transition: top 0.4s;
}

.right-fixed .robot:hover {
    background-position: 10px 60px;
}
.right-fixed .back-top:hover {
    background-position: 0 0;
}
.right-fixed .back-top:hover .tip span {
    display: block;
}
.right-fixed .back-top .tip span {
    display: none;
}
.right-fixed .weixin-logo,
.right-fixed .wap-logo {
    width: 162px;
    display: none;
    position: absolute;
    bottom: 0;
    left: -162px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.right-fixed .app-logo{
    width: 203px;
    display: none;
    position: absolute;
    bottom: 0;
    left: -203px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
