/* 公共样式 */
body{
    background:#efefef;
    min-width: 970px;
    overflow-x: scroll;
}
.allColor{
    color: #1273a3;
}
/* 搜索模块 */
.inputText {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #000;
}
.newForm{
    width: 100%;
    padding: 20px 30px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.newGroup{
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 15px;
}
.newGroup .newLabel{
    display: inline-block;
    /* min-width: 120px; */
    padding: 0 10px 0 30px;
}
.newGroup .newGroupInput {
    display: inline-block;
    width: 180px;
}
.newBtnBox{
    padding-right: 20px;
}
/* 搜索模块 end */
/* 按钮 */
.newBtnSearch{
    display: inline-block;
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 0px 5px 5px 0px !important;
    background: #fff !important;
    color: #1273a3 !important;
    border: 1px solid #1273a3 !important;
    cursor: pointer;
    font-size: 12px !important;
    width: 50px;
    text-align: center;
}
.layui-input-search{
    height: 14px;
    border-radius: 5px 0px 0px 5px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    color: #3F3F3F;
    border: 1px solid #e0e0e0;
}
.newBtnDefault{
    display: inline-block;
    height: 25px !important;
    line-height: 24px !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #1273a3 !important;
    border: 1px solid #1273a3 !important;
    padding: 0 5px !important;
    cursor: pointer;
    font-size: 12px !important;
}
.newBtnDefault:hover{
    background: #1273a3 !important;
    color: #fff !important;
}
.newBtnPrimary{
    background: #1273a3 !important;
    color: #fff !important;
}
.newBtnRed{
    border: 1px solid #c80000 !important;
    color: #c80000 !important;
    background: #fff !important;
}
.newBtnRed:hover{
    background: #c80000 !important;
    color: #fff !important;
}

.newBtnGreen{
    border: 1px solid #66cc99 !important;
    color: #66cc99 !important;
    background: #fff !important;
}
.newBtnGreen:hover{
    background: #66cc99 !important;
    color: #fff !important;
}

.newBtnGray{
    border: 1px solid #e0e0e0 !important;
    background: #fff !important;
    color: #595959 !important;
    padding: 0 10px !important;
}
.newBtnGray i{
    color: #595959 !important;
    font-size: 14px !important;
    float: none !important;
    margin: 0 5px 0 0 !important;

}
.newBtnGray:hover{
    background: #f0f0f0 !important;
    color: #595959 !important;
}
.rightBtnBox{
    flex: 1;
    text-align: right;
}
/* 按钮 end */
/* 底部footer*/
.indexFooter{
    width: 100%;
    /*height: 50px;*/
    line-height: 50px;
    text-align: center;
    background: #333;
    color: #c1c0c0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
}

.indexFooter .footer-left,.indexFooter .footer-mid,.indexFooter .footer-right{
    margin: 0 20px;
}
/* 底部footer end*/


/* =========================列表============================ */
/*  */
.contentBox{
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}
.content{
    width: 95%;
    margin: 0 auto 70px;
    overflow: auto;
}
.newContentBox{
    background: #fff;
    font-size: 14px;
}
.newDivision {
    width: 100%;
    height: 20px;
    background: #efefef;
}
.newListPart{
    padding: 20px 30px 55px;
    box-sizing: border-box;
}
.newTitleBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}
.newListTitle {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.newTitleBtnBox{
    float: right;
}
.newTableBox{
    padding: 0 30px;
    box-sizing: border-box;
}
.pageBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newPage{
    text-align: right;
}



/* ================================新增==========================*/
/*iframe导航栏*/
.fixedFather{
    position: relative;
    padding-top: 60px;
}
.fix{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 18px;
}
.newNotice {
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
    display: inline-block;
    line-height: 50px;
}

.newtext {
    font-size: 26px;
    color: red;
    display: inline-block;
    vertical-align: bottom;
    line-height: 40px;
}
.newFixBtnBox{
    float: right;

}
.newPart {
    /*     border: 1px solid #000;*/
}

.newPart .newTitle {
    color: #1273a3;
    font-size: 14px;
    margin-bottom: 20px;
}
.newTitle .icon {
    margin-right: 10px;
    margin-bottom: 5px;
}
.newContent {
    /*border: 1px solid red;*/
    /*display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;*/
    margin-top: 10px;
    padding: 20px 0;
    color: #666666;
    font-size: 12px;
}

.lookIcon{
    position: absolute;

}
/* 图片上传 */
.uploadImg{
    width: 100px;
    height: 150px;
    border: 1px solid #000;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.uploadImg img{
    width: 100%;
    height: 100%;
}
.uploadImg .remove{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.newTag{
    padding: 3px 10px;
    background: rgba(0,0,0,0.2);
    border-radius: 20px;
    color: #333;
    margin-right: 10px;

}
/* ==================直接修改覆盖的layui样式 =================*/
/* input框效果 */
.layui-input{
    height: 34px;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    color: #3F3F3F;
    border: 1px solid #e0e0e0;
}
/* 选择框选中效果 */
.layui-form-select dl dd.layui-this {
    background-color: #1273a3 !important;
    color: #fff !important;
}
/* 分页 */
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #1273a3;
}
.layui-laypage a, .layui-laypage span{
    border-radius: 5px;
    margin: 0 4px;
}
.layui-laypage a:hover {
    color: #1273a3;
}
.layui-laypage button{
    border-radius: 5px;
}
.layui-laypage>a:first-child, .layui-laypage>a:first-child em {
    border-radius: 5px;
}
/* checkbox */
.layui-form-checked[lay-skin=primary] i {
    border-color: #1273a3;
    background-color: #1273a3;
    color: #fff;
}
.layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #1273a3;
    color: #fff;
}
/* radio */
.layui-form-radio>i:hover, .layui-form-radioed>i {
    color: #1273a3;
}
/* 日期选择器 */
.layui-laydate .layui-this {
    background-color: #1273a3!important;
}
.newDate{
    background: url(../images/date_icon.png) no-repeat;
    background-size: 20px;
    background-position: 95%;
}
/*弹窗按钮样式*/
.layui-layer-btn .layui-layer-btn0{
    border-color: #1273a3;
    background-color: #1273a3;
    color: #fff;
    margin-right: 20px;
}
.layui-body{
    z-index: 0!important;
}
/* 导航栏选中颜色 */
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
  background-color: #1273a3;
}
/* 导航栏hover 下方span */
.layui-nav-bar{
  background-color: #fff;
}
/* ==================直接修改覆盖的layui样式 end=================*/

/* ==================加样式名覆盖的layui样式 =================*/

.cover_layui_f_i{
    width: 45%;
    position: relative;
    margin-right: 5%;
}
.cover_layui_f_l{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    width: 120px;
}
.cover_new_label{
    color: red;
    font-size: 26px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 10px
}
.cover_layui_i_b{
    max-width: 450px;
    position: relative;
    margin-left: 150px;
}
.cover_layui_s{
    display: block!important;
    width: 100%;
    height: 34px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 12px;
    color: #3F3F3F;
    border: 1px solid #e0e0e0;
}
/* 查看按钮 */
.lookIcon{
    position: absolute;
    top: 25%;
    right: -35px;
    color: #1273a3
}
/* 富文本编辑器盒子宽度 */
.cover_layui_i_b_text{
    width: 700px;
    max-width: 700px;
}
/* ==================加样式名覆盖的layui样式 end=================*/


/* 权限分配 */
.selectBox2{
    width: 75%;
}
/* 权限分配页面 */
.topTitle {
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-weight: bold;
}

.topTitleFa {
    font-size: 16px;
    margin-right: 10px;
}

.topTitle li {
    display: inline-block
}

.topTitleLabel {
    margin: 0 15px;
}

.topTitle .active>a {
    color: #1273a3 !important;
}

.authPage {
    text-align: right;
    width: 100%;
}

.addIcon {
    color: #fff;
    font-size: 16px;
}

.badge-info,
.label-info {
    background-color: #23c6c8;
    color: #FFF;
}

.label {
    font-size: 10px;
    font-weight: 500;
    padding: 3px 8px;
    text-shadow: none;
    color: #FFF;
    cursor: pointer;
}

.label-danger {
    background-color: #d9534f;
}

.sort-input {
    width: 70%;
    border: 1px solid #E5E5E5;
}

.t_center {
    text-align: center !important;
}

.user-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.backup {
    padding: 3px 15px;
    background: none;
    font-size: 14px;
    color: #1273a3;
    border-radius: 5px;
    border: 1px solid #1273a3;
    cursor: pointer;
}

.optimization {
    padding: 3px 15px;
    background: none;
    font-size: 14px;
    color: #1fb496;
    border-radius: 5px;
    border: 1px solid #1fb496;
    margin: 0 15px;
    cursor: pointer;
}

.repair {
    padding: 3px 15px;
    background: none;
    font-size: 14px;
    color: #ff0000;
    border-radius: 5px;
    border: 1px solid #ff0000;
    cursor: pointer;
}

.operatOptimi {
    padding: 0px 5px;
    background: none;
    font-size: 11px;
    color: #1fb496;
    border-radius: 5px;
    border: 1px solid #1fb496;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.operatRepair {
    padding: 0px 5px;
    background: none;
    font-size: 11px;
    color: #ff0000;
    border-radius: 5px;
    border: 1px solid #ff0000;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.hides{
    display: none;
}
.seeIcon{
    color: #1273a3;
    cursor: pointer;
    margin-left:10px
}
.authText{
    line-height: 15px;
    margin-top: 10px;

}

/* 权限分配弹窗 */
.new_style{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 98%;
	/*height: 98%;*/
	margin:1%;
	border: 1px solid #E6E6E6;
}
.new_style input[type="radio"], input[type="checkbox"]{
	margin: 0;
}
.all_choose{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 10%;
	/*height: 100%;*/

}
.right_box{
	width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    border-left: 1px solid #E6E6E6;
}
.list_one{
	display: flex;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding: 5px 0px;
    line-height: 40px;
    font-size: 14px;
    color: #797979;
}
.classif_left{
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #E6E6E6;
}
.classif_right{
	display: flex;
	flex-direction: column;
	width: 80%;
}
.right_centerone{
	width: 100%;
	display: flex;
	border-bottom: 1px dashed #E6E6E6;
	padding: 5px 0px;
}
.right_centerone:last-child{
	border:none;
}
.left_type{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	border-right: 1px solid #E6E6E6;
}
.little_title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.right_type{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
}
.type_one{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0px 10px;
}
.per_class {
	/*padding: 10px 20px;
	margin-bottom: 0px;*/
}

.Two_level_all {
	width: 140px;
}

.Three_level {
	width: 535px
}

.authority-btn {
	width: 90px;
	margin-top: 30px;
	margin-left: 300px;
	margin-bottom: 30px;
}

.label_right_text {
    position: absolute;
    top: 25%;
    right: -210px;
}

.tree {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfb;
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tree ul {
    margin: 0 0 10px 25px;
}
.tree li {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 0 5px;
    position: relative;
}
.tree li:last-child::before {
    height: 30px;
}
.tree>ul>li::before, .tree>ul>li::after {
    border: 0;
}
.tree li::before {
    border-left: 1px solid #999 !important;
    bottom: 50px !important;
    height: 100% !important;
    top: 0 !important;
    width: 1px !important;
}
.tree li::after {
    border-top: 1px solid #999 !important;
    height: 20px !important;
    top: 25px !important;
    width: 25px !important;
}
.tree li::before, .tree li::after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}
.tree li span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
}
.layui-textarea{
    height: auto;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    color: #3F3F3F;
    border: 1px solid #e0e0e0;
}
.time {
    display: none !important;
}
.format{
    display: none !important;
}
.json-format {
    display: none !important;
}
.c_value {
    display: flex;
}
.c_value button{
    margin: 0 0 0 20px;
}

.laypage{
    display: flex;
    float: right;
    align-items: center;
}
.laypage .laypage_total{
    text-align: right;
    margin-right: 10px;
}
.laypage .laypage_skip{
    text-align:right;
}

.display{
    display: none!important;
}

/*  登录模块样式  */
.signinwrap {
    background: url(../images/icon_back.jpg) no-repeat center;
    width: 100%;
    height: 100vh;
    position: relative;
}
.signinwrap .modelbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.signinwrap .signin {
    width: 400px;
    height: 420px;
    position: absolute;
    top: 50%;
    left: 60%;
    margin-top: -215px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    border: 1px solid #ffffff;
    border-radius: 20px;
}
.signinwrap .signin h3 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 15px 0;
}
.signinwrap .signin .user {
    margin-bottom: 10px;
}
.signinwrap .signin .usericon {
    background: url(../images/usericon.png) no-repeat center;
    background-color: #3f81a5;
}
.signinwrap .signin span {
    width: 50px;
    height: 50px;
    background-color: #3f81a5;
}
.signinwrap .signin input[type="text"] {
    height: 50px;
    line-height: 50px;
    width: 85%;
    border: 1px solid #3f81a5;
    text-indent: 5px;
}
.signinwrap .signin .psw {
    margin-bottom: 10px;
}
.signinwrap .signin .pswicon {
    background: url(../images/pswicon.png) no-repeat center;
    background-color: #3f81a5;
}
.psw>input {
    height: 50px;
    line-height: 50px;
    width: 85%;
    border: 1px solid #3f81a5;
    text-indent: 5px;
}
.signinwrap .signin .signinbtn {
    height: 50px;
    line-height: 50px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #3f81a5;
    margin-top: 20px;
}
.signinbot {
    margin-top: 20px;
    font-size: 14px;
}
.signinwrap .signin input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #3f81a5;
    margin-top: 2px;
}
.signinbot p {
    margin: 0 0 0 5px;
    color: #FFFFFF;
}
.signinbot a {
    color: #FFFFFF;
}
.flex_between{
    justify-content: space-between;
}
.col_1273a3{
    color: #1273a3;
}



