/* 导航栏样式 */
header .head{
    height: 40px;
    line-height: 40px;
    background-color: #00357a;
}
header .head>.wraper{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}

header .head>.wraper>.userinfo>a{
    color: #fff;
}
header .head>.wraper>.userinfo>a.a_btn{
    background: #00479d;
    border-radius: 4px;
    padding: 5px 5px;
    font-size: 16px;
}
header .head>.wraper>.userinfo>a.member_btn{
    width: 122px;
    float: right;
    background: #35bbff url(/static/images/head_icon1.png) 10px center no-repeat;
    padding-left: 25px;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

header nav{
    height: 92px;
    line-height: 92px;
    box-sizing: border-box;
    border: 1px solid #8B9EB0;
    border-bottom: 0;
    box-shadow: 0px 4px 40px 0px rgba(212, 218, 223, 0.67);
}
header nav>.wraper{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
header nav>.wraper>.logo{
    width: 113px;
    height: 53px;
}
header nav>.wraper>.logo img{
    max-height: 53px;
    max-width: 113px;
}
header nav>.wraper>ul{
    flex: 1;
    display: flex;
    justify-content: space-evenly;
}
header nav>.wraper>ul> li a{
    color:#45494C;
    font-weight: bold;
}
header nav>.wraper>ul> li a.active{
    color: #195AF4;
    /*border-radius: 20.5px;*/
    /*background: #133476;*/
    /*padding: 8px 22px;*/
}

header nav>.wraper>.search{
    position: relative;
}
header nav>.wraper>.search>input{
    position: relative;
    padding-left: 5px;
    padding-right: 35px;
    border: 1px solid #8B9EB0;
    border-radius: 6px;
    height: 32px;
    line-height: 32px;

}
header nav>.wraper>input::placeholder{
    color: #8B9EB0;
}
header nav>.wraper>.search img{
    position: absolute;
    top: 38px;
    right: 11px;
}

header nav>.wraper>ul> li.directory.active:hover .menu_panel,header nav>.wraper>ul> li.directory.active:hover .menu_panel:hover,header nav>.wraper>ul> li.directory.active .menu_panel:hover{
    display: block;
    transition: all .5s ease-in-out;
}


/* banner 图 */
.banner{
    width: 100%;
    height: 256px;
    background: url(/static/img/nei_banner_bg.png) center no-repeat;
    background-size: 100%;
}

.banner > .wrap{
    width: 1200px;
    margin: 0 auto;
}
.banner > .wrap > .title{
    font-size: 52px;
    color: #fefefe;
    font-weight: bold;
    line-height: 256px;
}


.container{
    min-height: 900px;
    font-family: Source Han Sans CN;
    background: #F7F8F9;

    --color-brand:#0068B7;
    --color-brand-light:#133476;
    --color-member:#1a96d5;
}
:root{
    --color-member:#1a96d5;
}


/*面包屑导航*/
.container > .bread_crumb > .nav{
    margin: 0 auto;
    width: 1200px;
    padding-top: 35px;
    padding-bottom: 24px;
}

.container > .bread_crumb > .nav > .breadcrumb{
    font-size: 16px;
    font-weight: bold;
}
.container > .bread_crumb > .nav > .breadcrumb a, .container > .bread_crumb > .nav > .breadcrumb span{
    color: #173778;
    opacity: 0.6;
}
.container > .bread_crumb > .nav > .breadcrumb span{
    padding:0 10px;
}


/* 主体区域 */
.container > .main-wrapper{
    width: 100%;
    background-color: #fff;
    padding-bottom: 60px;
    position: relative;
}
.container > .main-wrapper > .main{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1200px;
    /*column-gap: 6px;*/
}

main .wrapper{
    width: 1200px;
    margin: 0 auto;
}

.container > .main-wrapper > .main > .content_wrap{
    display: flex;
}

/* 菜单 */
/*菜单顶部样式*/
.container > .main-wrapper > .main > .content_wrap > .menu{
    background-color: #fff;
    min-height: 600px;
    border-radius: 4px;
    width: 250px;
}


/*菜单面板样式*/
.layui-panel{
    border-width: 0;
    box-shadow: unset;
    margin-top: 18px;
}

.layui-menu li{
    line-height: 37px;
}
.layui-menu li, .layui-menu-body-title a{
    padding: 3px 15px;
}

li.layui-menu-item-group.layui-menu-item-down > .layui-menu-body-title {
    background-color: #F1F5FD;
    color: var(--color-member); /*#3D3D3D; */
    border-radius: 8px;
}

.layui-menu-body-title{
    line-height: 50px;
    margin: 0 -10px;
    padding: 0 10px;
}
.layui-menu-body-title img {
    margin-right: 5px;
    margin-top: -5px;
    width: 25px;
    height: 25px;
}

.layui-menu-body-title.disabled>img {
    width: 16px;
    margin-left: 10px;
}

.layui-menu-body-title>.layui-icon.layui-icon-down, .layui-menu-body-title>.layui-icon.layui-icon-up{
    right: 10px;
}

.layui-menu .layui-menu-item-checked:after{
    border-right:0;
}

.layui-menu .layui-menu-item-checked{
    background-color: unset !important;
    color: var(--color-member);
}


/* 主要内容区域 */
.container > .main-wrapper > .main > .content_wrap > .content{
    flex: 1;
    background-color: #fff;
    padding: 0 40px;
    border-radius: 8px;
}

/* 主要内容 - 头部区域*/
.container > .main-wrapper > .main > .content_wrap > .content > .header{
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid rgba(216, 216, 216, 0.4);
}

.container > .main-wrapper > .main > .content_wrap > .content > .header > .title{
    color: var(--color-member);
    font-size: 24px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.container > .main-wrapper > .main > .content_wrap > .content > .header > .right{
    display: flex;
    flex-direction: row;
    height: 50px;
    line-height: 50px;
}

/*.container > .main-wrapper > .main > .content_wrap > .content > .header > .right > .coins{*/
/*    display: flex;*/
/*    column-gap: 50px;*/
/*    align-items: center;*/
/*}*/
/*.container > .main-wrapper > .main > .content_wrap > .content > .header > .right > .coins > .label >span, .container > .main-wrapper > .main > .content_wrap > .content > .header > .right > .coins > .text >span:last-child{*/
/*    color:#3D3D3D;*/
/*    font-weight: bold;*/
/*    font-size: 10px;*/
/*    opacity: 0.8;*/
/*}*/
/*.container > .main-wrapper > .main > .content_wrap > .content > .header > .right > .coins > .text >span {*/
/*    vertical-align: middle;*/
/*}*/
/*.container > .main-wrapper > .main > .content_wrap > .content > .header > .right > .coins > .text >span:first-child{*/
/*    font-size: 24px;*/
/*    color: #0087ED;*/
/*    font-weight: bold;*/
/*}*/
/*.container > .main-wrapper > .main > .content_wrap > .content > .header > .right > .coins > .text >span:last-child{*/
/*    padding-left: 17px;*/
/*}*/

.container > .main-wrapper > .main > .content_wrap > .content > .content_box{
    margin-top: 24px;
    max-width: 1005px;
}

/* 头部区域 返回按钮 */
.layui-btn.return {
    background-color: #fff;
    color: #999999;
    border: 1px solid;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
}

/* 弹窗样式 */
.admin-main {margin: 15px;}


