/* 内容页公用样式表 */
html, body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
    font-weight:400;
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h4, h5 {
    margin:0;
    padding:0;
}
body {
    background-color:#FFFFFF;
    color:#666666;
    font-family:Helvetica,Arial,sans-serif;
    font-size:12px;
    padding:0 10px;
    text-align:left;
}
select {
    font-size:12px;
}
table {
    border-collapse:collapse;
}
fieldset, img {
    border:0 none;
}
fieldset {
    margin:0;
    padding:0;
}
fieldset p {
    margin:0;
    padding:0 0 0 8px;
}
legend {
    display:none;
}
address, caption, em, strong, th, i {
    font-style:normal;
    font-weight:400;
}
table caption {
    margin-left:-1px;
}
hr {
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #E4E4E4;
    border-width:1px 0;
    clear:both;
    height:2px;
    margin:5px 0;
    overflow:hidden;
}
ol, ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
caption, th {
    text-align:left;
}
q:before, q:after, blockquote:before, blockquote:after {
    content:””;
}
/* 
 **********************************
 *内容页布局公用样式 
 * ********************************
 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    /*background-color: #f2f2f2;*/
    padding: 0px;
    font-family: "PingFangSC-Regular", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.box{
    width: 100%;
    height: auto;
    /* padding: 15px; */
    background-color: #f0f0f0;
}
.page-container{
    width:100%;
    background-color: #fff;
    padding-bottom: 15px;
}
.page-title{
    padding-left: 25px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    position:relative;
    display:flex;
    font-style: [PingFang];
}
.page-title .page-back{
    flex:1;
    text-align: right;
    padding-right:25px;
}
.page-title .page-back a{
    font-size: 17px;
    color: #01AAED;
}
.page-title:before{
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background-color: #3f95fc;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.form-btn-left{
    height: 53px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form-btn-right{
    height: 53px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* ******************* */
/* 顶部输入框 */
.form_wrap{
    padding: 15px 28px 7.5px 28px;
}
/* ******************* */
/* 表格外包围 */
.table_wrap{
    padding: 0 28px;
}
 /* 
 **********************************
 *人事工资内容页公用样式
 * ********************************
 */


 /* 
 **********************************
 *公众号内容页公用样式
 * ********************************
 */



