body {
    background-color: #f6f7fb;
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

a {
    color: #000000;
}

@media screen and (max-width: 1400px) {
    body {
        width: 1400px;
    }
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    max-width: 1366px;
}

.navbar {
    padding: 1rem 1rem !important;
}

.system-title {
    border-left: 4px solid #ff3f3f;
    padding-left: 8px;
}

.footer {
    padding: 20px 0;
    background: #272a2c;
    min-width: 1260px;
    color: #fff;
    font-size: 12px;
}


.gonggao {
    content: "";
    display: block;
    width: 100%;
    min-height: 150px;
    height: 150px;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    z-index: -1;
    border-radius: 8px;
}

.gonggao p {
    margin-bottom: 5px;
    margin-left: 10px;
    padding-left: 8px;
    font-size: 15px;
}

.yy {
    text-shadow: 0 2px 3px rgb(0 0 0 / 55%);
}

.vip_rectangle {
    float: left;
    width: 6px;
    height: 6px;
    background: #ff3f3f;
    margin-right: 14px;
    margin-top: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff3f3f !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #ff3f3f86 !important;
}

@keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

.active {
    display: block !important;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

.ibox-content {
    position: relative;
    clear: both;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

.menu-active {
    color: #fff;
    background-color: #4b78ff;
    border-color: #4b78ff;
}

.layui-form-label {width: 100px;}
/*菜单开始*/
.homeHeader-hide > #menu .nav-link {
    color: #FFF;
}
.navbar {
    padding: 0rem 1rem !important;
    background: #FFF;
}
#navbar .navbar-right .nav-link {
    line-height: 1.5px;
}
.navbar-right .nav-link-right {
    border-right: 1px solid #999c9e;
}
#menu .nav-link{
    color: inherit;
    font-weight: 400;
    font-size: 14px;
}
.search-group .input-group .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.search-group .input-group .form-control {
    border-color: #ed5565 !important;
}
.search-group .input-group .input-group-append .btn-danger {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
/*菜单END*/
/* 闪光字 */
.hotsize{
    background: -webkit-gradient(linear,left top,right top,from(#ffae12),to(#fb0555));
    background: linear-gradient(left,#ffae12,#fb0555);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: scratchy .253s linear infinite forwards;
    animation: scratchy .253s linear infinite forwards;
}
@-webkit-keyframes scratchy {
    0% {
        background-position: 0 0
    }

    25% {
        background-position: 0 0
    }

    26% {
        background-position: 20px -20px
    }

    50% {
        background-position: 20px -20px
    }

    51% {
        background-position: 40px -40px
    }

    75% {
        background-position: 40px -40px
    }

    76% {
        background-position: 60px -60px
    }

    99% {
        background-position: 60px -60px
    }

    to {
        background-position: 0 0
    }
}

@keyframes scratchy {
    0% {
        background-position: 0 0
    }

    25% {
        background-position: 0 0
    }

    26% {
        background-position: 20px -20px
    }

    50% {
        background-position: 20px -20px
    }

    51% {
        background-position: 40px -40px
    }

    75% {
        background-position: 40px -40px
    }

    76% {
        background-position: 60px -60px
    }

    99% {
        background-position: 60px -60px
    }

    to {
        background-position: 0 0
    }
}
/* 闪光字END */
.homepage-pad-ver{
    padding-top: 10px;padding-bottom: 10px;text-align: center;
}
.homepage-pad-ver span{
    line-height: 1.1em;
    font-size: 1.3em;
    vertical-align: middle;
    background-color: transparent;
    color: inherit;
    padding: 6px 12px;
}
.badge-danger{
   background: linear-gradient(to right, rgb(255, 81, 47), rgb(240, 152, 25)); 
}
.progress-bar {
  animation: progress-bar-active 2s linear infinite normal;
}
.progress-bar {
  background-image: linear-gradient(45deg,rgba(255,255,255,.25) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.25) 50%,rgba(255,255,255,.25) 75%,transparent 75%,transparent);
  background-size: 2rem 2rem;
}
@-webkit-keyframes progress-bar-active{from{background-position:0 0;}to{background-position:2rem 0;}}
@keyframes progress-bar-active{from{background-position:0 0;}to{background-position:2rem 0;}}
.progress.progress-active>.progress-bar{animation:progress-bar-active 2s linear infinite normal;}
#main{
    min-height: 100%;
    margin-bottom:-112px;
    box-sizing: border-box;
}
#main:after {
    content: "";
    display: block;
    height: 101px;
}
.pointer {
    cursor: pointer;
}