body,html{
    background-color: #EFEFF4;
    width: 100%;
    min-height: 100%;
    display: block;
}
.logo{
    /* width: 100%;
    overflow: hidden;
    background-color: #d90916; */
    /* border-bottom: 2px solid #d90916; */
}
.logo .logo_wk{
    margin: 0 auto;
    width: 1200px;
    height: 100%;
	display: flex;
	    align-items: center;
	    justify-content: space-around;
}
.logoImg{
    height: 100%;
    width: auto;
    line-height: 110px;
}
.logoImg img{
    height: 90px;
    width: auto;
}
.headTopPic{
    width: 100%;
    background-image: url("../../../banner3.jpg");
    background-repeat: no-repeat;
    background-size: 1920px 480px;
    height: 480px;
    background-position-y: center;
}
.headTopPicText{
    position: relative;
    width: 1100px;
    margin: 0 auto;
    text-align: right;
    height: 100px;
    line-height: 100px;
    font-size: 46px;
    font-weight: bold;
    color: #ffffff;
    top: 180px;
}
.listZB{
    
    width: 100%;
    
    
}
.listItemZB{
    /* border-bottom: 1px solid #B4B4B4; */
    width: 1070px;
    max-height: 100px;
    max-lines: 3;
    overflow: hidden;
    display: block;
    box-shadow: 1px 3px 10px rgba(0,0,0,0.06);
    background: #FFF;
    margin: 15px auto;
    padding: 15px 15px;
    border-radius: 3px;
}
.listItemZB_c{
    /* border-bottom: 1px solid #B4B4B4; */
    /* width: 1070px; */
    max-height: 100px;
    max-lines: 3;
    overflow: hidden;
    display: block;
    /* box-shadow: 1px 3px 10px rgba(0,0,0,0.06);
    background: #FFF; */
    margin: 15px auto;
    padding: 15px 15px;
    border-radius: 3px;
}
.listItemZB:last-child{
    border: none;
}
.listItemZB_tl{
    width: 900px;
    display: inline-block;
    /* height: 100%; */
}
.listItemZB_title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.listItemZB_span{
    font-size: 12px;
    color: #8B8B91;
}
.listItemZB_time{
    width: 150px;
    /* display: inline-block; */
    text-align: right;
    float: right;
    /* top: 20px; */
    height: 40px;
    line-height: 40px;
}
.listItemZB:hover .listItemZB_title,.listItemZB:hover .listItemZB_span,.listItemZB:hover .listItemZB_time{
    color: #d90916;
}
.demo2-1{
    margin: 20px auto;
}
.footer{
    width: 100%;
    background: #b45115;
    color: #ffffff;
    padding: 20px 0;
    height: 30px;
    clear: both;
}
.footer a{
	color: #ffffff;
}
.footer_wk{
    width: 1100px;
    margin: 0 auto;
    font-size: 12px;
}
.footer_l{
    float: left;
}
.footer_r{
    float: right;
}

.textBody{
    width: 100%;
    min-height: 100%;
}
.textBody_WK{
    width: 990px;
    padding:24px  60px;
    margin: 0 auto;
    background: #ffffff;
    min-height: 100%;
}
.textBody_logo{
    background: #d90916;
    position: relative;
    left: -60px;
    width: 1110px;
    padding: 10px 0;
}
.textBody_logo img{
    width: 170px;
    margin-left: 60px;

}
.textBody_title{
    font-size: 24px;
    text-align: center;
    color: #d90916;
    padding: 24px 0;
    border-bottom: 1px dotted #B4B4B4;
}
.textBody_span{
    text-align: center;
    font-size: 14px;
    padding: 18px 0;
    border-bottom: 1px dotted #B4B4B4;
}
.textBody_span span{
    display: inline;
    padding: 0 4px ;
}
.textBody_span span:hover{
    cursor: pointer;
    color: #d90916;
}
.textContent{
    padding: 24px 0;
    min-height: 300px;
}
.textContent.t_nomer *,.textContent.t_nomer{
    font-size: 16px !important;
}
.textContent.t_great *,.textContent.t_great{
    font-size: 24px !important;
}
.textContent.t_small *,.textContent.t_small{
    font-size: 12px !important;
}
.textBody_btn{
    text-align: center;
}
.lFrom{
    width: 100%;
    min-height: 600px;
}
.lFrom_wk{
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
}
.lFrom_l{
    float: left;
    width: 700px;
    height: 500px;
    text-align: left;
}
.lFrom_l img{
width: 400px;
margin-top: 150px;
}
.lFrom_r{
    float: right;
    width: 250px;
    
    margin-top: 118px;
    background: #fff;
    padding: 24px;
    
    border-radius: 5px;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 2px solid #d90916;
}
.layui-tab-brief > .layui-tab-title .layui-this{
    color:#d90916;
    }
.aregsin{
    font-size: 12px;
    color: #333;
}
.sigerBody{
    background-color: #fff;
    min-height: 600px;
    padding: 40px;
}
.sigerBody_title{
    font-size: 28px;
    font-weight: bold;
    padding-top: 24px;
    text-align: center;
}
.sigerBody_span{
    color: #B4B4B4;
    font-size: 13px;
    padding-bottom: 24px;
    text-align: center;
}
.menu{
    display: inline-block;
    margin-left: 14px;
    
}
.menu a{
    display: inline-block;
    margin: 0 16px;
    color: #fff;
    font-size: 16px;
}
.menu a:hover{
    color: rgb(240, 200, 200);
    text-decoration: underline;
}
.userMenu{
    width: 100%;
    background-color: #fff;
}
.userMenu_wk{
    width: 1100px;
    margin: 0 auto;
}
.userMenu_wk a{
    display: inline-block;
    /* margin: 0 24px; */
    color: #333;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 140px;
    text-align: center;
}
.userMenu_wk a:hover,.userMenu_wk a.hover{
    color: #d90916;
    /* text-decoration: underline; */
}
.userMenu_wk a.hover::after{
    content: '';
    display: inline-block;
    height: 3px;
    background-color: #d90916;
    position: absolute;
    width: 100px;
    margin-top: 40px;
    margin-left: -90px;
}
.userBody{
    min-height: 500px;
    width: 870px;
    float: right;
    overflow: hidden;
    height: auto;
    /* background-color: #ffffff; */
}
.userBody_wk{
    height: auto;
    padding: 24px;
    background: #FFF;
}
.user_grid{
    min-height: 500px;
    
}
.user_grid_wk{
    width: 1100px;
    margin: 0 auto;
    padding: 24px 0;
}
.leftMenu{
    width: 220px;
    float: left;
}
.leftMenu_arm{
    padding-right: 24px;
    text-align: left;
}
.leftMenu_arm_title{
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0;
    padding-left: 24px;
    text-align: left;
}
.leftMenu_arm a{
    
    display: block;
    padding: 7px 0;
    font-size: 13px;
    padding-left: 24px;
    border-radius: 5px;
    text-align: left;
}
.leftMenu_arm a i{
    margin-right: 14px;
}
.leftMenu_arm a:hover{
    color: #ff939a;
    background-color: #fff;
}
.leftMenu_arm a.hover{
    background-color: #e0e0e0;
    font-size: 14px;
    font-weight: bold;
    color: #d90916;
}
.userItem{
    border-bottom: 1px dotted #8B8B91;
    padding: 16px 0;
}
.userBody_title{
    font-size: 18px;
    font-weight: bold;
}
.cardTitle{
    /* width: 900px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.cardStatus{
    width: 150px;
    float:right;
    text-align: right;
}
.cardStatus.sucess{
    color: #d90916;
}
.cardStatus.fail{
    color: green;
}
.layui-btn-container{
    padding: 8px 0;
}
.layui-btn-container .layui-btn{
    margin-right: 12px;
}
.uploadFileListItem{
    padding: 5px 0;
    color: gray;
}
.uploadFileListItem span{
    color: #d90916;
    margin-left: 24px;
    cursor: pointer;
}
.uploadFileListItem span:hover{
    text-decoration: underline;
}
.textBody_WK .userBody_title{
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: bold;
    color: #d90916;
    background: #e7e7e7;
    padding: 5px 0;
    padding-left: 12px;
}
.uploadSpan{
    background-color: #ffbdc1;
    color: #d90916;
    font-size: 14px;
    margin: 18px auto;
    padding: 24px;
    border: dotted 1px #d90916;
}
.zipDownload{
    padding: 24px 0;
}
.zipDownload a{
    display: block;
    padding: 12px;
    font-size: 16px;
    color: blue;
    border-bottom: 1px dotted #B4B4B4;
}
.zipDownload a:hover{
    color: #d90916;
}
.empty{
    min-height: 350px;
    background-image: url("../img/empty.png"/*tpa=http://zhaobiao.ncgcss.com/static/img/empty.png*/);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
}
.empty #demo2-1{
    display: none;
}
/* .logingResgin,.resginBtn{
    background-color: #ffffff !important;
    color: #b45115 !important;
} */
.layui-btn-danger{
	background-color: #fff;
	color: #b45115;
}
	
.layui-btn-danger:hover,.layui-btn:hover{
	
}
#dologin2{
	background-color: #b45115;
	color: #fff;
}