html, body, div, ul, li, ol, a, input, textarea, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #f5f5f5;
    position: relative;
    font-size: 14px;
    max-width: 640px; /*最大宽度设置640px*/
    margin: auto;
}

a, input, img, textarea, span, div {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

* {
    box-sizing: border-box;
}

.blank {
    clear: both;
    height: 10px;
}

.blank8 {
    clear: both;
    height: 8px;
}

.blank5 {
    clear: both;
    height: 15px;
}

.tag-name {
    font-size: 0;
    position: absolute;
    top: -60px;
    left: 0;
}

#header {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    z-index: 2019;
    margin: 0 auto;
    background-color: #ffffff;
}

.head {
    position: relative;
}

.head img {
    width: 120px;
    height: auto;
    margin-top: 28px;
    margin-bottom: 9px;
}

.logo img {
    margin-left: 18px;
}

.head .top-menu {
    display: inline-block;
    width: 40px;
    height: 30px;
    float: right;
    margin-top: 28px;
    margin-bottom: 9px;
}

.head .top-menu .iconRectangleCopy {
    color: #021326;
    font-size: 26px;
}

.head ul.nav_box {
    width: 100%;
    background: #F5F5F5;
    float: none;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    display: none;
}

.normal-li {
    padding-left: 10px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
}

.head ul li a {
    line-height: 35px;
    height: 40px;
    color: #021326;
    display: block;
    padding: 0 10px;
}

.qrcode-container {
    margin-left: 3px;
}

.qrcode-container img {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-top: 0;
}

.qrcode-container p {
    text-align: center;
}

.last-li a {
    margin-left: 10px;
}

.last-li {
    margin-bottom: 5px;
    text-align: left;
    height: 1000px;
}

.qrcode-container li {
    width: 100px;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.head-js__open ul.nav_box {
    display: block;
}

.head-bg {
    background: #F5F5F5;
}

/*首页开始*/
.top-btns {
    display: none;
}

.login-btn {
    display: none;
}

/*内部招聘开始*/
.page-slider {
    width: 100%;
    height: 242px;
    margin-top: 0;
    background: url("../images/join.jpg") bottom center no-repeat;
    background-size: 100%;
}

.page-slide-join {
    padding-top: 146px;
    margin: 0 auto;
    text-align: center;
}

.page-slide-join h2 {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    margin-bottom: 8px;
}

.join-info-table {
    width: 100%;
}

.table-item {
    margin: 15px 18px;
    /*width: 90%;*/
    padding: 0 20px 20px 18px;
    border-radius: 4px;
    border: 1px solid lightslategrey;
}

.table-item h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.85
}

.table-item h4 {
    margin-bottom: 15px;
    margin-top: 15px;
    opacity: 0.85
}

.table-item p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
    opacity: 0.65
}

.right_flag {
    display: none;
}

#page-container {
    display: none;
}

.foot_div {
    display: none;
}

/*内部招聘结束*/