html {
    background-color: #f8f8f8;
    color: #666;
}

.layui-fluid {
    padding: 15px;
}

.layui-card-header {
    position: relative;
}

.layui-card-header.layuiadmin-card-header-auto {
    padding: 15px;
    height: auto;
}

.layuiadmin-card-header-auto .layui-form-item:last-child {
    margin-bottom: 0;
}

.layuiadmin-act-area {
    padding-bottom: 10px;
}

.layui-required {
    color: red;
    position: absolute;
    right: -10px;
    top: 10px;
}

.layui-table-cell {
    padding: 0 8px;
}

.layui-table td, .layui-table th {
    font-size: 12px;
}

.layui-disabled-ext {
    color: #000 !important;
    cursor: not-allowed !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #e6e6e6;
}

.layui-layout-admin .layui-header, .layui-bg-black, .layui-nav {
    background-color: rgb(51, 47, 134) !important;
}

.layui-layout-admin .layui-logo {
    color: #fff;
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a,
.layui-nav-tree .layui-this > a:hover {
    background-color: #70b3da !important;
}

.layui-nav-tree .layui-nav-item a:hover {
    background-color: #70b3da !important;
}

.layui-nav-tree .layui-nav-bar {
    background-color: #70b3da !important;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree
.layui-nav-itemed:after {
    background-color: #70b3da !important;
}

.layui-nav-itemed > .layui-nav-child {
    padding: 5px 0;
}

.layui-btn {
    background-color: rgb(51, 47, 134);
}

.layui-btn-primary {
    background-color: #fff;
}

.layui-btn-normal {
    background-color: #70b3da;
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #70b3da;
    border-color: #70b3da;
}

.layui-btn-warm {
    background-color: #FF5722;
}

.layui-btn-danger {
    background-color: #FFB800;
}

.layui-btn-disabled {
    background-color: #FBFBFB;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: rgb(51, 47, 134) !important;
}

.layui-elem-quote {
    border-left: 5px solid rgb(51, 47, 134) !important;
}

.layui-form {
    font-size: 12px !important;
}

#yt-content {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.feedback-first {
    text-align: center;
}

.feedback-first fieldset {
    border: none;
    padding: 0;
    border-top: 1px solid #eee;
}

.feedback-first fieldset a {
    color: rgb(51, 47, 134) !important;
}

.feedback-first fieldset i {
    font-size: 20px;
    margin-right: 10px;
}

.feedback-first span {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.feedback-second {
    text-align: left;
    margin-left: 50px;
    font-weight: bold;
    line-height: 40px;
}

.feedback-second .fa-tags {
    color: rgb(51, 47, 134) !important;
}

.feedback-second span {
    font-size: 16px;
}

.feedback-third {
    text-align: left;
    margin-left: 100px;
    line-height: 40px;
}

.feedback-fourth {
    box-shadow: rgb(208 196 196) 1px 1px 3px 3px;
    position: absolute;
    width: 350px;
    background-color: #fff;
    z-index: 99;
    padding: 10px;
    display: none;
}

.feedback-fourth .close-btn {
    line-height: 20px;
    text-align: right;
    font-size: 20px;
    color: red;
    cursor: pointer;
}

.feedback-fourth .dlg-title {
    float: left;
    font-size: 14px;
    color: grey;
    font-weight: bold;
}

.feedback-third .fad {
    color: rgb(51, 47, 134);
    margin-right: 15px;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 10px;
    float: right;
}

#yt-content .qt-input {
    height: 22px;
    width: 180px;
}

#yt-content .layui-form-checkbox span {
    margin-left: -5px;
}

.layui-form-checkbox[lay-skin=primary] span {
    padding-right: 0px;
}

.layui-form-checked[lay-skin=primary] i {
    background-color: rgb(51, 47, 134);
}

#sjdq_bg {
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #605D7A), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%);
    background-image: url('/zhgqt/images/shsj/sjdq_bj-9add64c5923b2418dbe5c99db981b3b8.png');
    background-size: cover;
    background-position: center;
}