/*公共样式*/
.childrenBody {
    padding: 10px;
}

.childrenBody input, select, label, span {
    color: #555
}

.layui-table-view {
    margin: 0 !important;
}

.magb0 {
    margin-bottom: 0 !important;
}

.magt0 {
    margin-top: 0 !important;
}

.magt3 {
    margin-top: 3px !important;
}

.magt10 {
    margin-top: 10px !important;
}

.magb15 {
    margin-bottom: 15px !important;
}

.magt30 {
    margin-top: 30px !important;
}

.magt30 legend {
    margin: 0 auto;
}

.layui-left {
    text-align: left;
}

.layui-block {
    width: 100% !important;
}

.layui-center {
    text-align: center;
}

.layui-right {
    text-align: right;
}

.layui-elem-quote.title {
    padding: 10px!important;
    /*margin-bottom: 0;*/
}

.layui-bg-white {
    background-color: #fff !important;
}

.border {
    border: 1px solid #e6e6e6 !important;
    padding: 10px;
    border-top: none;
}

.main_btn .layui-btn {
    margin: 2px 5px 2px 0;
}

.layui-timeline-axis {
    left: -4px;
}

.layui-elem-quote {
    word-break: break-all;
    padding: 10px !important;
}

.icons li, .icons li:hover, .loginBody .seraph, .loginBody .seraph:hover, .loginBody .layui-form-item.layui-input-focus label, .loginBody .layui-form-item label, .loginBody .layui-form-item.layui-input-focus input, .loginBody .layui-form-item input {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.icons li:hover i, .icons li i {
    transition: font-size 0.3s ease-in-out;
    -webkit-transition: font-size 0.3s ease-in-out;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    transition: color 0.2s linear 0.2s;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    transition: color 0.2s linear 0.2s;
    -webkit-transition: color 0.2s linear 0.2s;
}

/*信息管理*/
.panel_box {
    margin-bottom: 5px;
}

.panel {
    text-align: center;
    height: 90px;
}

.panel_box a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 80px;
    background-color: #f2f2f2 !important;
}

.panel_icon {
    width: 40%;
    display: inline-block;
    line-height: 80px;
    float: left;
    position: relative;
    height: 100%;
}

.panel_icon h6 {
    line-height: 40px;
    height: 40px;
    margin-top: 10px;
}

.panel_icon p {
    line-height: 24px;
    height: 24px;
}

.panel_icon i {
    font-size: 40px !important;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px !important;
}

.panel_word {
    width: 56%;
    display: inline-block;
    float: right;
    margin: 13px 0 14px;
    text-align: left;
}

.panel_word span {
    font-size: 14px;
    display: block;
    height: 34px;
}

.panel .loginTime {
    font-size: 15px;
    color: #1E9FFF;
    line-height: 17px;
}

.panel em {
    font-style: normal;
}

.history_box {
    min-height: 500px;
    height: 500px;
    overflow-y: scroll;
    padding: 10px !important;
}

.history_box .layui-timeline .layui-timeline-item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 1200px) {
    .history_box {
        height: auto !important;
        overflow-y: inherit;
    }
}

/*修改密码*/
.pwdTips {
    min-height: auto;
    margin: 40px 0 15px 110px;
}

/*个人资料*/
form input.layui-input[disabled] {
    background: #f2f2f2;
    color: #595963 !important;
}

.user_right {
    text-align: center;
}

.user_right p {
    margin: 10px 0 25px;
    font-size: 12px;
    text-align: center;
    color: #FF5722;
}

.user_right img#userFace {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    cursor: pointer;
    box-shadow: 0 0 50px #44576b;
}

.userAddress.layui-form-item .layui-input-inline {
    width: 23%;
}

.userAddress.layui-form-item .layui-input-inline:last-child {
    margin-right: 0;
}

/*下拉多选*/
.layui-form-item select[multiple] + .layui-form-select dd {
    padding: 0;
}

.layui-form-item select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] {
    margin: 0 !important;
    display: block;
    line-height: 36px !important;
    position: relative;
    padding-left: 26px;
}

.layui-form-item select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] span {
    line-height: 36px !important;
    float: none;
}

.layui-form-item select[multiple] + .layui-form-select .layui-form-checkbox[lay-skin=primary] i {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 9px;
}

.multiSelect {
    line-height: normal;
    height: auto;
    padding: 4px 10px;
    overflow: hidden;
    min-height: 38px;
    margin-top: -38px;
    left: 0;
    z-index: 99;
    position: relative;
    background: none;
}

.multiSelect a {
    padding: 2px 5px;
    background: #908e8e;
    border-radius: 2px;
    color: #fff;
    display: block;
    line-height: 20px;
    height: 20px;
    margin: 2px 5px 2px 0;
    float: left;
}

.multiSelect a span {
    float: left;
}

.multiSelect a i {
    float: left;
    display: block;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    width: 8px;
    height: 8px;
    background: url(../images/close.png) no-repeat center;
    background-size: 65%;
    padding: 4px;
}

.multiSelect a i:hover {
    background-color: #545556;
}

/*404页面*/
.noFind {
    text-align: center;
    padding-top: 2%;
}

.noFind i {
    line-height: 1em;
    font-size: 12em !important;
    color: #393D50;
    display: block;
}

.ufo {
    text-align: center;
    height: 100%;
    position: relative;
}

.noFind .page_icon, .noFind .ufo_icon {
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.noFind .page_icon {
    top: 300px;
    animation: pageGo 0.3s ease-in 0.3s forwards;
    -webkit-animation: pageGo 0.3s ease-in 0.3s forwards;
    -o-animation: pageGo 0.3s ease-in 0.3s forwards;
    -moz-animation: pageGo 0.3s ease-in 0.3s forwards;
}

.noFind .ufo_icon {
    top: 100px;
    animation: ufo 1s ease-in 0.6s forwards;
    -webkit-animation: ufo 1s ease-in 0.6s forwards;
    -o-animation: ufo 1s ease-in 0.6s forwards;
    -moz-animation: ufo 1s ease-in 0.6s forwards;
}

.page404 {
    margin-top: 10%;
    opacity: 0;
    font-size: 0;
    animation: page404 0.5s ease-in 1.7s forwards;
    -webkit-animation: page404 0.5s ease-in 1.7s forwards;
    -o-animation: page404 0.5s ease-in 1.7s forwards;
    -moz-animation: page404 0.5s ease-in 1.7s forwards;
}

.page404 p {
    font-size: 20px;
    font-weight: 300;
    color: #999;
}

/*页面被吸走*/
@keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px;
    }
}

@-moz-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

@-webkit-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

@-o-keyframes pageGo {
    from {
        font-size: 12em;
        top: 300px;
    }
    to {
        font-size: 0;
        opacity: 0;
        top: 100px
    }
}

/*ufo飞走*/
@keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-moz-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-webkit-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

@-o-keyframes ufo {
    0% {
        font-size: 14em;
        top: 100px;
    }
    20% {
        font-size: 12em;
        top: 50px;
    }
    100% {
        font-size: 0;
        opacity: 0;
        top: -100px;
        left: 80%;
    }
}

/*404显示*/
@keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-moz-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-webkit-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

@-o-keyframes page404 {
    from {
        opacity: 0;
        font-size: 2em;
    }
    to {
        opacity: 1;
        font-size: 2em;
    }
}

/*图标管理*/
.iconsLength {
    margin: 0 5px;
}

.icons li {
    margin: 5px 0;
    text-align: center;
    height: 120px;
    cursor: pointer;
}

.icons li i {
    display: block;
    font-size: 35px;
    margin: 10px 0;
    line-height: 60px;
    height: 60px;
}

.icons li:hover {
    background: rgba(13, 10, 49, .9);
    border-radius: 5px;
    color: #fff;
}

.icons li:hover i {
    font-size: 50px;
}

#copyText {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/*开发文档*/
h2.method {
    font-size: 18px;
    line-height: 45px;
    padding-left: 5px;
}

/*登录*/
.loginHtml, .loginBody {
    height: 100%;
}

.loginBody {
    background: url("../images/login_bg.png") no-repeat center center;
    background-attachment: fixed;
    background-size: contain;
}

.loginBody .login_title {
    color: #ffffff;
    font: 35px 微软雅黑 bold;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 5%;
}

.loginBody form.layui-form {
    padding: 0 20px;
    width: 400px;
    min-height: 335px;
    position: absolute;
    right: 8%;
    top: 50%;
    margin: -150px 0 0 -200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 50px #eec082;
}

.login_face {
    margin: -55px auto 20px;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0px solid #fff;
    overflow: hidden;
    box-shadow: 0 0 30px #69aa83;
}

.login_face img {
    width: 100%;
}

.loginBody .layui-form-item {
    position: relative;
}

.loginBody .layui-form-item label {
    position: absolute;
    color: #757575;
    left: 10px;
    top: 9px;
    line-height: 20px;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    cursor: text;
}

.loginBody .layui-form-item.layui-input-focus label {
    top: -10px;
    font-size: 12px;
    color: #ff6700;
}

.loginBody .layui-form-item.layui-input-active label {
    top: -10px;
    font-size: 12px;
}

.loginBody .layui-input::-webkit-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::-moz-placeholder {
    color: #fff;
}

.loginBody .layui-input:-ms-input-placeholder {
    color: #fff;
}

.loginBody .layui-input::placeholder {
    color: #fff;
}

.loginBody .layui-form-item.layui-input-focus input {
    border-color: #ff6700 !important;
}

.loginBody .layui-input-focus .layui-input::-webkit-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::-moz-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input:-ms-input-placeholder {
    color: #757575;
}

.loginBody .layui-input-focus .layui-input::placeholder {
    color: #757575;
}

.loginBody .seraph {
    font-size: 30px;
    text-align: center;
}

.loginBody .seraph.icon-qq:hover {
    color: #0288d1;
}

.loginBody .seraph.icon-wechat:hover {
    color: #00d20d;
}

.loginBody .seraph.icon-sina:hover {
    color: #d32f2f;
}

.imgCode {
    position: relative;
}

#imgCode img {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
}

/*用户等级*/
.layui-table-view .layui-table span.seraph {
    font-size: 25px !important;
}

.vip1 {
    color: #994a2b;
}

.vip2 {
    color: #899396;
}

.vip3 {
    color: #bd6a08;
}

.vip4 {
    color: #a3b8c4;
}

.vip5 {
    color: #63c3ea;
}

.vip6 {
    color: #b563ed;
}

.vip7 {
    color: #ff9831;
}

.vip8 {
    color: #A757A8;
}

.vip9 {
    color: #0ff;
}

.vip10 {
    color: #f00;
}

/*新闻添加*/
.layui-elem-quote .layui-inline {
    margin: 5px 1px;
}

.category .layui-form-checkbox {
    margin: 5px 0;
}

.border .layui-form-item {
    margin-bottom: 10px;
}

.border .layui-form-label {
    width: 50px;
}

.border .layui-form-label i {
    position: absolute;
    top: 10px;
    left: 3px;
}

.border .layui-input-block {
    margin-left: 80px;
}

.thumbBox {
    height: 151px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 153px;
}

.thumbImg {
    max-width: 100%;
    max-height: 100%;
    border: none;
}

.thumbBox:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 153px;
    z-index: -1;
    text-align: center;
    font-size: 20px;
    content: "缩略图";
    left: 0;
    top: 0;
    color: #9F9F9F;
}

/*图片管理*/
#Images li {
    width: 19%;
    margin: 0.5% 0.5%;
    float: left;
    overflow: hidden;
}

#Images li img {
    width: 100%;
    cursor: pointer;
}

#Images li .operate {
    display: block;
    height: 40px;
    width: 100%;
    background: #f4f5f9;
}

#Images li .operate .check {
    float: left;
    margin-left: 11px;
    height: 18px;
    padding: 11px 0;
    width: 74%;
    position: relative;
}

#Images li .operate .check .layui-form-checkbox[lay-skin=primary] {
    width: 100%;
}

#Images li .operate .check .layui-form-checkbox[lay-skin=primary] span {
    padding: 0 5px 0 25px;
    width: 100%;
    box-sizing: border-box;
}

#Images li .operate .check .layui-form-checkbox[lay-skin=primary] i {
    position: absolute;
    left: 0;
    top: 0;
}

#Images li .operate .img_del {
    float: right;
    margin: 9px 11px 0 0;
    font-size: 22px !important;
    cursor: pointer;
}

#Images li .operate .img_del:hover {
    color: #f00;
}

@media screen and (max-width: 1050px) {
    #Images li {
        width: 24%;
    }
}

@media screen and (max-width: 750px) {
    #Images li {
        width: 49%;
    }
}

@media screen and (max-width: 432px) {
    #Images li {
        width: 99%;
    }
}

/*系统日志*/
.layui-btn-green {
    background-color: #2cb861 !important;
}

.layui-btn-delete {
    border-style: solid;
    color: white;
    border-radius: 2px;
    background-color: #ff5722 !important;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/*友情链接*/
.linkLogo {
    width: 80px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 42px;
}

.linkLogoImg {
    max-width: 90%;
    max-height: 90%;
}

.linkLogo:after {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 42px;
    z-index: -1;
    text-align: center;
    font-size: 12px;
    content: "上传LOGO";
    left: 0;
    top: 0;
    color: #9F9F9F;
}

.linksAdd .layui-form-label {
    width: 60px;
    padding-left: 0;
}

.linksAdd .layui-input-block {
    margin-left: 75px;
}

.linksAdd .layui-input-block input {
    padding: 0 5px;
}

/*响应式*/
@media screen and (max-width: 450px) {
    #userFaceBtn {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .user_right img#userFace {
        width: 100px;
        height: 100px;
        margin-top: 0;
    }

    .layui-col-xs12 .layui-form-label {
        width: 60px;
        padding-left: 0;
    }

    .layui-col-xs12 .layui-input-block, .layui-col-xs12 .layui-input-inline {
        margin-left: 75px;
    }

    .layui-col-xs12 .layui-input-inline {
        left: 0 !important;
        width: auto !important;
    }

    .noFind {
        padding-top: 0;
    }

    *[pc] {
        display: none;
    }
}

.layui-table-body {
    overflow-x: hidden;
}

.layui-table-view .layui-table {
    width: 100%
}

.align_r {
    text-align: right;
    margin-bottom: 0px;
    padding: 10px;
    line-height: 22px;
    border-left: 0px solid #ff7733;
    border-radius: 0;
    background-color: #fff
}

.align_r div, select, label, span {
    text-align: left;
}

.align_r .layui-input-inline{
    width: 150px!important;
}

.wid_120 {
    width: 120px;
}

.wid_150 {
    width: 150px;
}

.width_300 {
    width: 300px;
}

.width_all {
    width: 100%;
}

.mar_l_340 {
    margin-left: 340px;
}

.layui-upload {
    width: 120px;
    margin: 45px auto;
    position: relative;
    cursor: pointer;
}

.layui-upload-add {
    opacity: 0;
    moz-opacity: 0;
    khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.replace_pictures {
    margin-left: 50px;
    border-style: solid;
    border: 1px solid;
    color: #fc764b;
    border-radius: 4px;
    width: 100px;
    height: 40px;
    background: white;
    position: relative;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-top: 103px;
}

.replace_pictures_add {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.statement_p {
    margin-left: 40px;
}

.statement_p2 {
    margin-left: 1100px;
    float: left;
}

.statement_p3 {
    margin-left: 1180px;
    float: left;
    margin-top: -20px;
}

.statement_p4 {
    margin-left: 1260px;
    float: left;
    margin-top: -20px;
}


.gssbsltj_box {
    width: 98%;
    min-height: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.gssbsltj_box img {
    display: block;
    max-width: 100%;
    height: 100%;
}

.byh_xinxiguanli_tab {
    width: 99%;
    margin: 0 auto;
}

.span_green {
    color: #ff7733;
}

.dear_p {
    margin-left: 100px;
    margin-top: 80px;
    font-size: 26px;
}

.neirong_p {
    margin-top: 60px;
    margin-left: 190px;
    font-size: 20px;
}

.neirong_p2 {
    margin-left: 150px;
    font-size: 20px;
}

.btn {
    background-color: #fc764b;
    width: 120px;
    height: 40px;
    color: white;
    border: none;
    border-radius: 2px;
    margin: 150px 700px;
}

.zhushi_p {
    color: red;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: left;
}

.shangbaojieguo {
    margin-left: 600px;
    margin-top: 200px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 50px;
    width: 50%;
}

.xiantiao {
    width: 327px;
}

.btn2 {
    background-color: #fc764b;
    width: 120px;
    height: 40px;
    color: white;
    border: none;
    border-radius: 2px;
    text-align: center;
    margin-top: 50px;
}

.location {
    color: #777;
    height: 45px;
    line-height: 24px;
}

.location img {
    margin-right: 10px;
}

.location i {
    margin-right: 6px;
}

.location .fa-tags {
    color: #ff7733
}

.location label {
    margin-right: 6px;
}

.form-80 {
    width: 80%;
    margin: 0 10%;
    margin-top: 30px;
}

.form-text {
    line-height: 38px;
    padding-left: 10px;
}

.form-explain {
    line-height: 24px;
    font-size: 13px;
    display: block;
    margin-top: 3px;
    color: #a0a0a0;
    float: none;
}

.layui-icon-loading {
    font-size: 40px !important;
    color: #00d20d !important;
}

.layui-upload {
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 0;
    position: relative;
}

.layui-upload img {
    height: 180px;
    margin: 0;
}

.layui-upload .layui-upload-file {
    width: 100%;
    height: 100%;
}

.byh_xinxiguanli_tab table {
    width: 100%;
    margin-bottom: 10px;
}

.byh_xinxiguanli_tab table thead th {
    height: 40px;
    background: #f2f2f2;
    color: #5b5b5b;
    border: 1px solid #d7d7d7;
}

.byh_xinxiguanli_tab table tbody tr td {
    font-size: 14px;
    color: #5b5b5b;
    height: 40px;
    text-align: left;
    padding-left: 20px;
    background: #fff;
    line-height: 28px;
    border: 1px solid #d7d7d7;
}

.byh_xinxiguanli_tab table tbody tr:nth-child(even) td {
    background: #f4f4f4;
}

.byh_xinxiguanli_tab table tbody tr:hover td {
    background: #e5f4e9;
}

.byh_xinxiguanli_tab table tbody tr td a {
    color: #f1751a;
}

.explain {
    line-height: 30px;
    padding: 0 1%;
    display: block;
}

.explain_title {
    line-height: 40px;
    padding: 0 1%;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
    color: #333;
}

.layui-tab {
    margin: 0 !important;
}

.div_pass {
    position: relative
}

.div_pass .pass {
    display: inline-block;
    position: relative !important;
    padding-right: 30px;
}

.div_pass i {
    position: absolute;
    right: 10px;
    top: 11px;
    color: #666;
    cursor: pointer
}

.real_pass {
    color: #ff7733;
    cursor: pointer;
    margin-left: 5px;
}

.real_pass label {
    color: #7c7c7c;
}

.real_pass i {
    color: #ff7733;
    cursor: pointer;
    margin-left: 5px;
    font-size: 16px;
}

.required-fa {
    color: #ff5a4d;
    margin-left: 3px;
    float: right;
    line-height: 20px;
    font-size: 8px;
}

.layui-btn-reset {
    background-color: #3cb9ba;
}

.layui-nav-tree .layui-nav-more {
    border-top-color: rgba(63, 63, 63, 0.7)
}

input:focus, textarea:focus {
    box-shadow: 0 0 5px rgb(201, 201, 201);
}

.tips {
    margin: 15px 30px;
    line-height: 30px;
    color: #666;
}

.tips textarea {
    height: 100px;
    padding: 5px;
    line-height: 24px;
}

.tips label {
    margin-right: 20px;
}

.check_item{
    width:100%;
    text-align: left;
}

.check_item li{
    float: left;
    padding:3px 15px;
    min-width: 130px;
}

.check_item li span{
    padding-left:25px!important;
}

.uploadHeadImage{
    width: 150px!important;
}

input:-internal-autofill-selected {
    background-color: #ffffff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

/* 9.19 */

.nongji_tongji {
    position: relative;
    text-align: center;
    margin: 0 39px
}

.nongji_tj_list {
    position: absolute;
    top: 10px;
    right: 0;
}

.nongji_tj_list li {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-radius: 5px;
    background-color: #e1e1e1;
    margin-left: 14px;
    cursor: pointer;
}

.nongji_tj_list li.on {
    background-color: #ff7931;
    color: #fff
}

.layui-input-inline .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.nongji_table{
    text-align: center
}
.nongji_table thead tr th{
    text-align: center
}
.nongji_table tbody tr td a{
    width: 80px;
    height: 23px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: rgb(250, 121, 81);
    line-height: 23px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(250, 121, 81);
    border-image: initial;
    margin: 0px auto;
}
.NJshishi{
    text-align: left;
    float:left;
}
.Nj_shishi_list{
    float:right;

}
.Nj_shishi_list ul li{
    float:left;
    width:92px;
    height:38px;
    border-radius: 5px;
    text-align: center;
    line-height:38px;
    background-color:#f2f2f2;
    color:#666666;
    font-size:16px;
    margin-right:8px;
}
.Nj_shishi_list ul li.on{
    /*background-color:#1f9fff;*/
    background-color:#ff8f31;
    color:#fff
}
.NJ_shishibox{
    position: relative;
    height:850px;
}

.NF_guiji_f{
    position: absolute;
    width:617px;
    height:160px;
    border-radius:10px;
    background:rgba(52,62,51,0.6);
    right:24px;
    top:90px
}
.NF_guiji_f_p{
    padding:20px
}
.Nf_guiji_t{
    padding-bottom:13px;

    border-bottom:1px solid #ff751a;
    font-size:24px;
    color:#ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.Nf_guiji_t span{
    padding-left:6px;
    border-left:6px solid #ff751a;
    color:#ffffff;
}
.NJ_txt{

}
.NJ_txt p{
    margin-top:12px;
    font-size:18px;
    color:#ffffff;
}
.NJ_txt p span{
    width:233px;
    display: inline-block;
    color:#fff
}
.NJ_icon1{
    position: absolute;
    top:456px;
    left:233px;
    width:82px;
    height:82px;
    text-align: center;
    line-height:82px;

    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.NJ_icon1.on{
    background:url(../images/nj_icon_bj.png)no-repeat center
}
.NJ_icon1:hover{
    background:url(../images/nj_icon_bj.png)no-repeat center
}
.NJ_icon1 img{

}
.NJ_float2{
    left:488px;
    top:240px;
}
.NJ_float3{
    left:427px;
    top:566px;
}
.NJ_float4{
    left:488px;
    top:240px;
}
.NJ_float5{
    left:1108px;
    top:545px;
}
.NJ_float6{
    left:1338px;
    top:397px;
}
.NJ_float7{
    left:727px;
    top:577px;
}
.nj_big{
    position: absolute;
    top:30px;
    left:36px
}

.add_people_tk_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 9999 !important;
    display: none;
}