body {
    background-color: #F7F7F7;

}

* {
    padding: 0;
    margin: 0;
    /* box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important; */
}

.banner {
    width: 100%;
    height: 220px;
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
    max-width: 1920px;
    display: flex;
    align-items: center;
    /* margin-bottom: 20px; */
    margin: 0 auto 20px auto;
}

.banner>div {
    width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.mainCls {
    /* width: 1140px; */
    width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    padding: 0 30px;
    margin-bottom: 20px;
}

.imgHeader {
    padding: 0 0px 4px 0px;
    border-bottom: 1px solid #D8D8D8;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-top: 15px;
    position: relative;
}

.imgHeader::after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 2px;
    background: #1677FF;
    position: absolute;
    bottom: -2px;
    left: 0px;
}

.formDiv {
    width: 1200px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.updateImgDivAll,
.updateImgDivAll2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

.updateImgDivAll {
    border: 1px solid #dcdcdc;
    width: 599px;
    background-color: #fafafa;
    height: 44px;
    margin-bottom: 20px;
}

.updateImgDiv {
    width: 43px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
    border-right: 1px solid #dcdcdc;
}


.updateImg {
    width: 22px;
    height: 22px;
}

.inputDiv,
.inputDiv1 {
    height: 44px;
    background-color: #fafafa;
    font-size: 16px;
    color: #666666;
    font-family: 微软雅黑;
    border: none;
}

.updateImgDivAll .inputAll {
    width: 554px;
}

.updateImgDivAll2 .inputAll {
    width: 414px;
}

.canvasDiv {
    width: 120px;
    height: 46px;
    margin-left: 20px;
    background-color: pink;
}

.updateImgDivAll2 {
    margin-bottom: 20px;
}

.updateImgDivMiddle {
    width: 459px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
}


.layui-form-label {
    width: 110px;
    line-height: 44px;
    text-align: center;
    background-color: #fafafa;
    border-right: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 0 0;
    color: #666666;
}

.layui-form-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.layui-unselect {
    border: none;
    background-color: #fafafa;
}

.layui-form-select dl dd.layui-this {
    background: #1677FF;
}

.btnAll {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.layui-form-select .layui-input {
    font-size: 16px;
    color: #666666;
    height: 44px;
    padding-right: 0px;
}

.layui-input,
.layui-textarea {
    width: 98%;

}

.layui-unselect {
    line-height: 44px;
}

.btnAll>button {
    width: 200px;
    height: 44px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 微软雅黑;
    font-weight: 400;
    border: none;
}

.btnAll>button:first-child {
    background: #1677FF;
    color: #FFFFFF;
    margin-right: 40px;
}

.btnAll>button:last-child {
    background: #DCDCDC;
    color: #333333;
}

.layui-btn+.layui-btn {
    margin-left: 0px;
}

.listInfoAll {
    margin: 20px 0;
    border: 1px solid #DCDCDC;
}

.listInfoDiv {
    display: flex;
    align-items: center;
    flex-direction: row;
    /* height: 67px; */
    min-height: 67px;
    background: #F5F5F5;
}

.listInfoDiv:not(:last-child) {
    border-bottom: 1px solid #DCDCDC;

}

.listInfoDiv div {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* display: flex;*/
    align-items: center;
    line-height: 26px;
}

.listInfoDiv div:first-child {
    display: inline-block;
    height: initial;
}

.infoLeft {
    width: 282px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    /* padding-right: 26px; */
    padding: 20px 20px 20px 26px;
}

.infoRight {
    background: #FFFFFF;
    min-height: 67px;
    background: #FFFFFF;
    border-left: 1px solid #DCDCDC;
    width: 100%;
    padding: 20px 26px 20px 20px;

}

.listInfoAll:not(:last-child) {
    margin-bottom: 20px;
}

.footerDiv {
    margin-bottom: 68px;
    text-align: center;
}


.layui-elem-field,
.layui-laypage {
    border: none;
    margin: 0;
}

.layui-laypage a,
.layui-laypage span {
    margin: 0;
}

.spanDiv {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #1677FF;
}

.layui-laypage a:hover {
    color: #1677FF;
}

.bjjd_img_noneDiv {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.bjjd_img_noneDiv>span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-top: 20px;
}

.bjjd_img_none {}