/* body,html{background-color: #f3f7f9;} */

.main{width:1200px;margin:0 auto;}
.header{padding: 9px 0;box-shadow: 0 0 7px #c6c6c6;background:#fff;}
.header img{max-height:50px;margin-right:10px;vertical-align: middle;}
.header a{color:#4183f4!important;}


.footer{width: 100%;text-align: center;line-height: 29px;border-top:1px solid #e4e4e4;color: #737373;padding: 20px 0 3px;font-size: 12px;}
.footer a{display:inline-block; margin:0 10px;color: #737373;}

.content-wrap{margin: 20px auto 0; border-radius: 4px; min-height:calc(100vh - 171px); padding:1%;background:#fff;  box-sizing: border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }

.wrap{height:100%;}
.inputContent{padding:20px 20px 10px 0;}
.tableContent{padding:20px;}
.label-required{position: relative;}
.label-required::before{content:"*";color:red;}
.valid_error_msg{position:absolute;color:red;font-size:12px;}