@charset "utf-8";
@import url(../layui/css/layui.css);
*{
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
    text-decoration: none;
}
html{
    width: 100%;
    height: 100%;
    overflow-x:hidden; 
    overflow-y:auto;
}
body{
    width: 100%;
    /* min-height: 100%; */
    /* background: #f1f1f1; */
    /* background: #fff; */
    /* background: #faf5fa; */
}
.x-red{
    color: #395cb8;
}

.layui-form-switch{
    margin-top: 0px;
}
.layui-input:focus, .layui-textarea:focus {
    /* border-color: #189f92!important; */
    border-color: #395cb8!important;
}

.layui-fluid{
    padding:15px;
}
.x-nav{
    padding: 0 20px;
    position: relative;
    z-index: 99;
    /* border-bottom: 1px solid #e5e5e5; */
    line-height: 39px;
    height: 39px;
    overflow: hidden;
    background: #fff;
}
.page{
    text-align: center;

}
.page a{
    display: inline-block;
    background: #fff;
    color: #888;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;

}
.page span{
    display: inline-block;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #E2E2E2;
}
.page .page-num-current{
    display: inline-block;
    background: #395cb8;
    color: #fff;
    padding: 5px;
    min-width: 15px;
    border: 1px solid #395cb8;
}
.page .pagination li{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.page .pagination li.active span{
    background: #395cb8;
    color: #fff;
    border: 1px solid #395cb8;

}

/*登录样式*/
/*头部*/
.container{
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #395cb8;
}
.container a,.layui-nav .layui-nav-item a{
    color: #fff;
}
.container .logo a{
    background-color: rgba(0,0,0,0);
}
.container .logo a img {
    width: 400px;
    padding-top: 25px;
}
.nav-bg {
    position: absolute;
    /* width: 500px; */
    /* height: 100%; */
    width: 100%;
    left: -30px;
}
.container .logo a{
    float: left;
    font-size: 18px;
    padding-left: 20px;
    line-height: 45px;
    width: 200px;
}
.container .right{
    background-color:rgba(0,0,0,0);
    float: right;
    margin-top: 25px;
}
.container .left_open{
    height: 45px;
    float: left;
    margin-left: 70px;
    margin-top: 25px;
}
.container .left_open i{
    display: block;
    background: rgba(255,255,255,0.1);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    margin-top: 7px;
    cursor: pointer;
}
.container .left_open i:hover{
    background: rgba(255,255,255,0.3);
}

.container .left{
    background-color:rgba(0,0,0,0);
    float: left;

}
.container .layui-nav-item{
    line-height: 45px;
}
.container .layui-nav-more{
    top: 20px;
}
.container .layui-nav-child{
    top: 50px;
}
.container .layui-nav-child i{
    margin-right: 10px;
}
.layui-nav .layui-nav-item a{
    cursor: pointer;
}
.layui-nav .layui-nav-child a{
    color: #333;
    cursor: pointer;
}
.left-nav{
    position: absolute;
    top: 100px;
    bottom: 0px;
    /*bottom: 42px;*/
    left: 0;
    z-index: 2;
    padding-top: 10px;
    background-color: white;
    width: 220px;
    max-width: 220px;
    overflow: auto;
    overflow-x:hidden;
}
#side-nav{
    width: 220px;
}

.left-nav #nav li:hover > a{
    /*color: blue;*/
}
.left-nav #nav .current{
    background-color: rgba(0, 0, 0, 0.3);
}
/* .left-select {
    float: left;
    width: 5px;
    height: 35px;
    background: #395cb8;
    display: none;
} */
.left-nav #nav li a{
    font-size: 14px;
    color: #333;
    padding: 25px 15px 10px 15px;
    display: block;
    cursor: pointer;
    border-left: 6px solid transparent;
    transition: all 0.3s;
}
/* .left-nav #nav li a::after {
    content:"";
    position:absolute;
    top:50px;
    right:-5px;
    border-left:5px solid yellow;
    border-top:5px solid  transparent;
    border-bottom:5px solid transparent;
} */
.left-nav #nav li a:hover {
    border-left: 6px solid #395cb8;
}

.left-nav a:hover{
    
    /* background: #395cb8 !important; */
    /* color: #fff; */
    /* border-color:  #395cb8 !important; */
}
.left-nav #nav li .before-icon {
    color: #395cb8;
}
.left-nav #nav li a.active{
    border-left: 6px solid #395cb8;
    /* background: #395cb8 !important; */
    color: #395cb8;
    /* border-color:  #395cb8 !important; */
}

.left-nav #nav li a cite{
    font-size: 14px;
}

.left-nav #nav li .sub-menu{
    display: none;
}
.left-nav #nav li .opened{
    display: block;
}
.left-nav #nav li .opened:hover{
    /*background: #fff ;*/
}
.left-nav #nav li .opened .current{
    
}
.left-nav #nav li .sub-menu li:hover{
    /*color: blue;*/
     /*background: #fff ;*/
}
.left-nav #nav li .sub-menu li a{
    padding: 20px 15px 12px 30px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid rgba(124, 123, 123,.2);
}
.left-nav #nav li .sub-menu li .sub-menu li a{
    padding-left: 45px;
}
/*.left-nav #nav li .sub-menu li a:hover{
    color: #148cf1;
}*/
.left-nav #nav li .sub-menu li a i{
    font-size: 12px;
}
.left-nav #nav li a i{
    padding-right: 10px;
    line-height: 14px;
}
.left-nav #nav li .nav_right{
    float: right;
    font-size: 16px;
}
.x-slide_left {
    width: 17px;
    height: 61px;
    background: url(../images/icon.png) 0 0 no-repeat;
    position: absolute;
    top: 200px;
    left: 220px;
    cursor: pointer;
    z-index: 3;
}
.page-content{
    position: absolute;
    top: 100px;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    overflow: auto;
    z-index: 1;
}
.page-content-bg{
    position: absolute;
    /* top: 45px; */
    top: 0;
    right: 0;
    /*bottom: 42px;*/
    bottom: 0px;
    left: 220px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    z-index: 100;
    display: none;
}

.page-content .tab{
    height: 100%;
    width: 100%;
    /*background: #EFEEF0;*/
    margin: 0px;
}
.page-content .layui-tab-title{
    /*padding-top: 5px;*/
    height: 35px;
    background: white ;
    position: relative;
    z-index: 100;
}
.page-content .layui-tab-title li.home i{
    padding-right: 5px;
}
.page-content .layui-tab-title li.home .layui-tab-close{
    display: none;
}
.page-content .layui-tab-title li{
    line-height: 35px;
}
.page-content .layui-tab-title .layui-this:after{
    height: 36px;
}
.page-content .layui-tab-title li .layui-tab-close{
    border-radius: 50%;
}
.page-content .layui-tab-title .layui-this{
    background: #fff ;
}
.page-content .layui-tab-bar{
    height:34px;
    line-height: 35px;
}
.page-content .layui-tab-content{
    position: absolute;
    /* top: 36px; */
    /* bottom: 0px; */
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow: hidden;
}
.page-content .layui-tab-content .layui-tab-item{
    width: 100%;
    height: 100%;
    
}
.page-content .layui-tab-content .layui-tab-item iframe{
    width: 100%;
    height: 100%;

}
.x-admin-carousel,.layui-carousel,.x-admin-carousel>[carousel-item]>* {
    background-color:#fff
}

.x-admin-backlog .x-admin-backlog-body {
    display:block;
    padding:10px 15px;
    background-color:#f8f8f8;
    color:#999;
    border-radius:2px;
    transition:all .3s;
    -webkit-transition:all .3s
}
.x-admin-backlog-body h3 {
    padding-bottom:10px;
    font-size:12px
}
.x-admin-backlog-body p cite {
    font-style:normal;
    font-size:30px;
    font-weight:300;
    /* color:#009688 */
    color: #395cb8;
}
.x-admin-backlog-body:hover {
    background-color:#CFCFCF;
    color:#888
}

.layui-table td, .layui-table th{
    min-width: 80px;
    text-align: center;
}

table th, table td {
    word-break: break-all;
}

/*404页面样式*/
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    /*background-color: #fff;*/
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.fly-none {
    min-height: 600px;
    text-align: center;
    padding-top: 50px;
    color: #999;
}
.fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}
.fly-none p {
    margin-top: 50px;
    padding: 0 15px;
    font-size: 20px;
    color: #999;
    font-weight: 300;
}
#tab_right{
    display: none;
    width: 80px;
    position: absolute;
    top: 35px;
    left: 0px;
}
#tab_right dl{
    top: 0px;
}
#tab_show{
    position: absolute;
    top: 36px;
    bottom: 0px;
    width: 100%;
    background:rgb(255, 255, 255,0);
    padding: 0px;
    overflow: hidden;
    display: none;
}


@media screen and (max-width: 768px){
    .fast-add{
        display: none;
    }
    .layui-nav .to-index{
        display: none;
    }
    .container .logo a{
        width: 140px;
    }
    .container .left_open {
        /*float: right;*/
    }
    .left-nav{
        width: 60px;
    }
    .left-nav #nav li a i{
        font-size: 18px;
    }
    .left-nav cite,.left-nav .nav_right{
        display: none;
    }
    .page-content{
        left: 60px;
    }
    .page-content .layui-tab-content .layui-tab-item{
        -webkit-overflow-scrolling: touch; 
        overflow-y: scroll; 
    }
    .x-so input.layui-input{
        width: 100%;
        margin: 10px;
    }

    /* 新增footer */
    .lafitewu_footer {
        height: 130px !important;
        bottom: -130px !important;
    }
    .lafitewu_footer div {
        width: 95%;
    }
    .lafite_font1 {
        display: none;
    }
    .lafite_font2 span {
        display: block;
        margin-left: 0px !important;
    }
    .lafite_f_con_right {
        margin-top: 0px !important;
    }
}



/*精细版样式*/

.x-admin-sm{
    font-size: 12px;
}
.x-admin-sm body{
    font-size: 12px;
	padding:0 0 100px 0;
}
/*登录页面样式*/
.x-admin-sm .login input[type=submit],.x-admin-sm .login input[type=button]{
    font-size: 14px;
}
.x-admin-sm .login input[type=text],
.x-admin-sm .login input[type=file],
.x-admin-sm .login input[type=password],
.x-admin-sm .login input[type=email], .x-admin-sm select {
    font-size: 12px;
}
.x-admin-sm .login .message{
    font-size: 14px;
}

.x-admin-sm .layui-table td, .x-admin-sm .layui-table th{
    font-size: 12px;
}
.x-admin-sm .layui-elem-field legend{
    font-size: 18px;
}

.x-admin-sm .x-admin-backlog-body p cite{
    font-size: 24px;
}
.x-admin-sm .left-nav #nav li a cite{
    font-size: 14px;
}
.x-admin-sm .iconfont{
    font-size: 14px;
}
.x-admin-sm .layui-tab-title li{
    font-size: 14px;
}
.x-admin-sm .layui-icon{
    font-size: 14px;
}
.x-admin-sm .layui-nav *{
    font-size: 14px;
}
.x-admin-sm  .layui-breadcrumb>*{
   font-size: 12px; 
}
.x-admin-sm  .layui-btn,.x-admin-sm .layui-btn-xs,.x-admin-sm .layui-btn-sm{
    font-size: 12px;
}

.x-admin-sm .layui-laydate{
    font-size: 12px;
}
.x-admin-sm  .layui-btn{
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.x-admin-sm .layui-btn-lg{
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
}
.x-admin-sm .layui-layer-title,.x-admin-sm .layui-layer-dialog .layui-layer-content{
    font-size: 12px;
}
.x-admin-sm .layui-input,.x-admin-sm .layui-select,.x-admin-sm .layui-textarea{
    height: 30px;
}

.x-admin-sm .layui-form-pane .layui-form-label{
    height: 30px;
    line-height: 14px;
}
.x-admin-sm .layui-form-checkbox span{
    font-size: 12px;
}
.x-admin-sm .fly-none .layui-icon {
    line-height: 300px;
    font-size: 300px;
    color: #393D49;
}



/* lafitewu新增css */
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background: transparent;
}
.x-nav a:hover {
    color: #395cb8 !important;
}
.x-nav .layui-btn,.lafite_search .layui-btn {
    background: #395cb8;
}
.layui-form-select dl dd.layui-this {
    background: #395cb8;
}

.td-manage .lafitewu_look {
    color: #4A90E2;
}
.td-manage .lafitewu_auditing {
    color: #395cb8;
}
.lafitewu_margin_left_20 {
    margin-left: 20px;
}
.lafitewu_margin_left_10 {
    margin-left: 10px;
}
.lafitewu_del {
    color: #999999;
}

.lafitewu_circle {
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    color: #FFB6A4;
    background: white;
    border-radius: 90%;
    margin-right: 10px;
}
    .lafitewu_circle i {
        position: absolute;
        left: 5px;
        font-size: 10px;
        margin-top: -10px;
    }
    .lafitewu_exit i {
        font-size: 20px !important;
        /* margin-right: 5px; */
    }
/* x新增footer */
.lafitewu_footer {
    position: absolute;
    bottom: -88px;
    width: 100%;
    height: 88px;
    background: black;
}
    .lafitewu_footer_con {
        position: inherit;
        width: 90%;
        height: 80%;
        left: 5%;
        top: 10%;
        font-size: 14px;
        color: white;
        line-height: 26px;
        opacity: .6;
    }
        .lafite_f_con_left {
            float: left;
            width: 70%;
            margin-top: 10px;
        }
            .lafite_font2 {
                font-size: 12px;
            }
                .lafite_font2 span {
                    margin-left: 20px;
                }
        .lafite_f_con_right {
            float: right;
            margin-top: 20px;
        }
    .layui-form-label span {
        color: #395cb8;
        font-size: 16px;
    }
    .lafite_width_20 {
        width: 20% !important;
    }
    .lafite_width_26 {
        width: 26% !important;
    }
    .lafite_width_30 {
        width: 30% !important;
    }
    .lafite_width_50 {
        width: 50%;
    }
    .lafite_width_60 {
        width: 60%;
    }
    .lafite_width_80 {
        width: 80%;
    }
    .lafite_width_100 {
        width: 100%;
    }
    .lafite_margin_left_20 {
        margin-left: 20%;
    }
    .lafite_margin_left_10 {
        margin-left: 10%;
    }
    .lafite_margin_left_20px {
        margin-left: 20px;
    }
    .lafite_margin_left_10px {
        margin-left: 10px;
    }
    .lafite_margin_top_20px {
        margin-top: 20px;
    }
    .lafite_margin_left_15 {
        margin-left: 15%;
    }
    .lafite_height_35px {
        height: 35px !important;
        line-height: 35px !important;
    }
    .lafite_height_30px {
        height: 30px !important;
        line-height: 30px !important;
    }
    .x-admin-sm .layui-input, .x-admin-sm .layui-select, .x-admin-sm .layui-textarea {
        height: 35px;
        font-size: 14px;
    }
    .layui-form-label {
        font-size: 14px;
        color: #3F3F3F;
        width: auto;
        padding: 0;
        height: 36px;
        line-height: 36px;
        text-align: left;
    }
    .layui-input-block {
        margin-left: 80px;
        height: 36px;
        line-height: 36px;
    }
    .layui-input-inline {
        margin-left: 5px;
    }
    .lafite_float_left {
        float: left;
    }
    .lafite_float_right {
        float: right
    }
    .layui-form-item {
        clear: none;
        margin-bottom: 0;
    }
    .lafite-input-inline {
        width: 200px !important;
    }
    .layui-form-onswitch {
        border-color: #395cb8;
        background-color: #395cb8;
    }
    .lafite_textarea {
        resize:none; 
    }

    .layui-upload-img {
        width: 120px;
        height: 80px;
        margin-right: 15px;
    }
    .lafite_btn {
        background: #395cb8;
    }
    .lafite_details_child {
        position: relative;
    }
    .lafite_item {
        position: absolute;
        right: 0;
        top: 0;
    }
    .lafite_custom_btn,.lafite_del_btn {
       width: 135px;
       height: 35px;
       line-height: 35px;
       text-align: center;
       color: #395cb8;
       font-size: 16px;
       background: #FFE2E1;
       border-radius: 3px;
       margin: 20px auto;
       cursor: pointer;
   }
   .lafite_del_btn {
    background: #9D9D9D;
    color: #FFFFFF;
   }

   /* 表单btn样式 */
   .lafite-layui-btn,.lafite-layui-btn2 {
       width: 125px;
       height: 40px;
       background: #FFF1EC;
       border-radius: 6px;
       font-size: 16px;
       color: #D43100;
       border: 1px solid #ECE3E3;
       cursor: pointer;
       text-align: center;
       line-height: 42px;
   }
   .lafite-layui-btn2 {
        background: #D43100;
        color: #FFFFFF;
        border: 1px solid #D43100;
   }


   /* input disabled 的样式 */
   .layui-select-disabled .layui-disabled {
       /* color: red !important; */
   }

   /* 弹窗按钮样式 */
   .layui-layer-btn .layui-layer-btn0 {
       background: #395cb8 !important;
       border-color: #395cb8 !important;
   }
   
   .layui-form-radio>i:hover, .layui-form-radioed>i {
        color: #395cb8;
   }

   /* 项目审核样式 */
   .lafite_approval_div {
       height: auto;
       border: 1px solid #ECE3E3;
       background: white;
       padding: 10px 0;
   }
   .lafite_approval_div_font {
       height: 30px;
       width: 100%;
       line-height: 30px;
       font-size: 15px;
   }
    .lafite_approval_font_left {
        float: left;
        width: 40%;
        margin-left: 5%;
    }
    .lafite_approval_font_right {
        float: right;
        width: 20%;
    }
    .lafite_approval_div_text {
        width: 90%;
        line-height: 30px;
        font-size: 15px;
        margin-left: 5%;
    }
        .lafite_approval_div span {
            color: #999;
        }

    /* 主体内容更改 */
    .layui-col-space15>* {
        /* border: 1px solid #ECE3E3; */
        padding-top: 25px;
    }
    .layui-card {
        box-shadow: none;
    }

    /* 个人资料审核（详情） */
    .lafite_blue_label {
        width: 170px;
        font-size: 15px;
        color: #4A90E2;
    }
    .lafite_blue_span {
        font-size: 14px;
        line-height: 40px;
    }
    /* 交易中心 */
    .layui-form-checked[lay-skin=primary] i {
        border-color: #395cb8;
        background-color: #395cb8;
    }
    .layui-form-checkbox[lay-skin=primary]:hover i {
        border-color: #395cb8;
    }
    .lafite_card_head {
        width: 95.5%;
        height: 50px;
        margin-left: 1.2%;
        background: #FFE8E8;
        margin-top: 10px;
    }
    .lafite_card_btn {
        width: 82px;
        height: 30px;
        background: #395cb8;
        border-radius: 3px;
        margin-top: 6px;
    }
    .lafite_table_a_blue a {
        color: #5B91DF;
    }

    /* 分页居中 */
    #lafite_pages {
        margin-left: 30%;
    }
    .layui-laypage a:hover {
        color: #395cb8;
    }
    /* 百度地图样式 */
    #lafite_map {
        width: 50%;
        height: 350px;
        margin-left: 10%;
    }


    .lafite_main_color {
        background: #395cb8;
        margin-left: 5px;
    }

    /* 首页菜单图标样式更改 */
    #nav .iconfont {
        font-size: 16px;
    }

    .layui-card-header {
        border-bottom: none;
    }

    /* 新增用户弹窗 */
    .layui-layer-title {
        background: #395cb8 !important;
        padding: 0 !important;
        text-align: center;
        color: white !important;
        font-size: 15px !important;
    }

    .lafite_min_height_80px {
        min-height: 80px !important;
    }

    /* 新增角色 */
    .lafite_head_title {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
    }

    /* table hover效果 */
    .layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table[lay-even] tr:nth-child(even) {
        background-color: transparent;
    }
    .lafite_none_border_table tr td {
        border-style: none;
        text-align: left;
    }
    .lafite_special_td {
        width: 200px;
        text-align: center !important;
    }
    .lafite_role .layui-table td, .lafite_role .layui-table th {
        padding: 0 !important;
        text-align: left;
    }

    .lafite_text_align_left {
        text-align: center;
    }
    .lafite_blue_btn {
        background: #5B91DF !important;
    }

    .lafite_role .layui-form-item .layui-form-checkbox[lay-skin=primary] {
        margin-left: 20px;
    }
    .lafite_table_width_100 {
        width: 100px;
        /* font-weight: bold; */
    }

    .x-admin-sm .layui-table td, .x-admin-sm .layui-table th {
        text-align: left;
    }
    /* 弹窗icon */
    /* .layui-layer-setwin .layui-layer-min cite {
        background: white !important;
    } */

    /* 点击生成账号 */
    .lafite_create_btn  {
        width: 140px;
        height: 40px;
        text-align: center;
        background: #FFE2E1;
        border-radius: 91px;
        line-height: 40px;
        font-size: 14px;
        color: #395cb8;
        margin-left: 20%;
        cursor: pointer;
    }

    /* 新增特殊label_name */
    .lafite_special_label_name {
        display: block;
        font-size: 14px;
        color: #3F3F3F;
        width: 650px;
        padding: 9px 15px;
    }
        .lafite_special_label_name span {
            color: black;
        }

    /* 移除弹窗的 X */
    /* .layui-layer-setwin .layui-layer-close1 {
        display: none !important;
    } */

    /* disabled 样式 */
    input:disabled{
        color: #c5c5c5;
    }

    .lafite_search_btn {
        background: #395cb8;
    }


    /* 后台登录页面 */
    .lafite_login {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
        .login_bg {
            width: 100%;
            height: 100%;
        }
        .login_font {
            /* position: fixed; */
            width: 284px;
            /* left: 0; */
            /* right: 0; */
            /* top: 120px; */
            margin-left: calc(50% - 142px);
            margin-bottom: 45px;
        }
    .login_mian {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        height: 600px;
        margin: auto;
    }
    .login_con {
        /* position: fixed; */
        width: 540px;
        height: 400px;
        background: rgba(255,255,255,.5);
        /* left: 0; */
        /* top: 210px; */
        /* bottom: 0; */
        /* right: 0; */
        border-radius: 6px;
        margin: auto;
    }
        .login_con_title {
            font-size: 20px;
            padding-top: 30px;
            text-align: center;
            color: white;
        }
    .login_con input {
        width: 420px;
        height: 60px;
        margin-left: 61.5px;
        background: #FFFFFF;
        border: 1px solid #DEDEDE;
        box-shadow: inset 0 1px 1px 0 #EAE9E9;
        border-radius: 6px;
        text-indent: 50px;
        margin-top: 30px;
    }
    .login-input {
        width: 376px;
        height: 36px;
        margin-left: 20px;
        background: #FFFFFF;
        border: 1px solid #DEDEDE;
        box-shadow: inset 0 1px 1px 0 #EAE9E9;
        border-radius: 6px;
        text-indent: 40px;
        margin-top: 24px;
    }
    .yzm-input {
        width: 284px;
    }
    .login-yzm {
        width: 84px;
        height: 36px;
        margin-left: 10px;
        cursor: pointer;
    }
    .input_icon {
        position: absolute;
        font-size: 18px !important;
        left: 32px;
        top: 34px;
        color: #395cb8;
    }
        .loign_name span {
            position: absolute;
            left: 75px;
            bottom: -22px;
            display: inline-block;
            width: 100%;
            font-size: 12px;
            color: #FFFFFF;
        }
        .loign_name span i {
            font-size: 12px;
            color: #395cb8;
        }
        .forget_pwd {
            z-index: 66;;
            position: relative;
            width: 420px;
            margin-left: 61.5px;
            text-align: right;
            font-size: 12px;
            margin-top: 5px;
        }
            .forget_pwd a {
                color: #FFFFFF;
            }
    .loign_name {
        position: relative;
    }
        .login_submit {
            width: 376px;
            margin-left: 20px;
            height: 49px;
            background: #395cb8;
            border-radius: 6px;
            font-size: 16px;
            color: #FFFFFF;
            letter-spacing: 6.9px;
            line-height: 49px;
            text-align: center;
            margin-top: 35px;
            cursor: pointer;
            border: none;
        }



/* 新增2021.07.02 */
.container {
    background: #395cb8;
}
.page-content,.page-content .tab {
    background: #f3f5fa;
}
.page-content .layui-tab-content {
    /* bottom: 10px; */
    /* background: white !important; */
}
.news-nav {
    width: 95%;
    height: 50px;
    margin: auto;
    line-height: 50px;
    margin-top: 20px;
    background: white;
    /* background: red; */
}
    .news-nav-con {
        display: flex;
        width: 96%;
        height: 100%;
        font-size: 14px;
        color: #333333;
        margin: auto;
    }
        .news-line {
            position: relative;
            top: 17px;
            margin-left: 12px;
            margin-right: 12px;
            width: 1px;
            height: 15px;
            background: #AAB5D2;
        }
        .top-line {
            float: right;
            margin-right: 30px;
            color: white;
        }
        .last-icon {
            /* display: flex; */
            float: right;
            width: 120px;
        }
        .top-pic {
            float: left;
            width: 40px;
            height: 40px;
            border-radius: 90px;
        }
            .top-pic img {
                width: 100%;
                border-radius: 90px;
            }
        .top-name {
            float: left;
            line-height: 24px;
            margin-left: 13px;
        }
            .top-name-tops {
                font-size: 16px !important;
            }
            .top-name-bottom {
                font-size: 12px !important;
            }
.sub-menu {
    background: #f8f9fd;
}

/* 新增登陆页 2021.07.02 */
.x-admin-login,.x-admin-login body {
    width: 100%;
    height: 100%;
}
.login-bg {
    /*position: relative;*/
    width: 100%;
    height: 500px;
}
.bgs {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
    .login-logo {
        position: absolute;
        left: 100px;
        top: 35px;
        width: 400px;
    }
    .login-form {
        /*position: fixed;*/
        /*top: 22%;*/
        right: 200px;
        width: 430px;
        height: 420px;
        margin: 0 auto;
        background: white;
    }
        .form-name {
            margin-top: 24px;
            font-size: 24px;
            color: #395DB8;
            text-indent: 24px;
        }
        .login-form .layui-form-select .layui-input {
            text-indent: 30px;
        }
        .select-input {
            position: relative;
            margin-bottom: 0px;
        }
        .select-input .input_icon {
            z-index: 77;
            left: -30px;
            top: 10px;
        }
        .layui-fluid2 {
            width: 95%;
            min-height: 550px;
            margin: auto;
            margin-top: 20px;
            background: white;
        }
        .font-bg {
            position: absolute;
            width: 100%;
            font-size: 12px;
            text-align: center;
            color: #fff;
            bottom: 30px;
        }