body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 400 14px/1.5 Arial, "Lucida Grande", Verdana, hei;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
    display: block;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
    font-weight: 400;
}

ul,
ol {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    transition: color .2s linear;
}

fieldset,
img,
button,
input {
    border: 0;
    vertical-align: top;
}

.basefix {
    *zoom: 1;
}

.basefix:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
}

html,
body {
    height: 100%;
}

body {
    background-color: #fff;
    min-width: 320px;
    max-width: 640px;
    max-height: 7.09rem;
    margin: 0 auto;
    position: relative;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
li {
    list-style: none;
}

img {
    display: block;
}

.fixed-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
}

.pages {
    height: 1px;
    font-family: SourceHanSansCN-Normal, Arial, Helvetica, sans-serif;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 3.75rem;
    height: 6.03rem;
    overflow: hidden;
}

.banner img {
    width: 100%;
    /* height: 100%; */
}

.banner .arrow-down {
    position: absolute;
    bottom: .32rem;
    left: 1.79rem;
    width: .17rem;
    z-index: 1;
    animation: up-down 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation: up-down 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@keyframes up-down {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, .4rem)
    }
}

@-webkit-keyframes up-down {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, .4rem)
    }
}

.footer {
    position: absolute;
    width: 100%;
    top: calc(100% - 0.7rem);
    /* bottom: 0; */
    height: .69rem;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #f1f1f1;
    background: #fff;
}

.copyright {
    font-size: .09rem;
    width: 100%;
    color: rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    bottom: .05rem;
}

.footer-left {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    font-size: .12rem
}

.footer-right {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    font-size: .12rem
}

.footer .in {
    display: inline-block;
}

.footer-left .img,
.footer-right .img {
    margin: .06rem auto 0 auto;
    width: .24rem;
    background: #777;
}

.intro,
.jobs,
.process,
.more {
    width: .75rem;
    height: 100%;
}

.recruit {
    width: .42rem;
    height: .42rem;
    position: absolute;
    border-radius: 100%;
    top: .03rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.recruit .circle {
    position: absolute;
}

.recruit p {
    line-height: .42rem;
    font-size: .14rem;
    color: #fff;
}

.footer img {
    width: 100%;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 15;
    background: #000000;
    opacity: 0.85;
}

.close-btn {
    position: absolute;
    top: .18rem;
    right: .1rem;
    width: .24rem;
    height: .24rem;
}

.close-btn img {
    height: 100%;
    width: 100%;
}

.his-list {
    margin-top: .64rem;
    padding: 0 0 0 .12rem;
    width: 3.57rem;
    height: -moz-calc(100% - 0.64rem);
    height: -webkit-calc(100% - 0.64rem);
    height: calc(100% - 0.64rem);
    font-family: SourceHanSansCN-Normal, Arial, Helvetica, sans-serif;
    font-size: .12rem;
    color: #eee;
    /* font-weight: lighter; */
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.his-list::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0.1);
    width: .01rem;
    height: 0;
    /* scroll x-line height */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.his-list::-webkit-scrollbar-thumb {
    background-color: #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 10px;
}

.his-list .his-item {
    display: flex;
}

.his-item .year {
    display: inline-block;
    width: .54rem;
}

.his-item .sep-line {
    display: inline-block;
    text-align: center;
    width: .07rem;
    font-size: 0;
    transform: translate(0, .07rem);
}

.his-item .sep-line .circle {
    display: inline-block;
    width: .07rem;
    height: .07rem;
    border-radius: 50%;
}

.his-item .sep-line .line {
    display: inline-block;
    width: .01rem;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.1;
}

.his-item .text {
    display: inline-block;
    padding: 0 0 .3rem .16rem;
    width: 2.7rem;
    line-height: .18rem;
}

.tb-list {
    width: 3.5rem;
    padding-left: .18rem;
    margin-top: .62rem;
    height: -moz-calc(100% - 0.62rem);
    height: -webkit-calc(100% - 0.62rem);
    height: calc(100% - 0.62rem);
    font-size: 0;
    color: #FFFFFF;
    line-height: .18rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.tb-list::-webkit-scrollbar {
    background: rgba(255, 255, 255, 0.1);
    width: .01rem;
    height: 0;
    /* scroll x-line height */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tb-list::-webkit-scrollbar-thumb {
    background-color: #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 10px;
}

.tb-list .left {
    margin-right: .28rem;
}

.tb-list .tb-item {
    margin-bottom: .4rem;
    display: inline-block;
    font-size: .14rem;
    width: 1.56rem;
}

.tb-item img {
    width: 100%;
    height: .96rem;
    margin-bottom: .1rem;
}

.tb-item .rect {
    position: relative;
    top: .02rem;
    margin-right: .1rem;
    display: inline-block;
    width: .04rem;
    height: .14rem;
    border-radius: .04rem;
}

.bg-blur {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.bg-clear-blur {
    filter: blur(0);
    -webkit-filter: blur(0);
}

.back-btn {
    display: block;
    position: absolute;
    top: .26rem;
    left: -.2rem;
    width: .75rem;
    height: .3rem;
    padding-left: .2rem;
    line-height: .3rem;
    font-size: .12rem;
    border-radius: .15rem;
    color: #fff;
    transform: scale(0.8, 0.8);
    opacity: 1;
    transition-property: left, opacity;
    transition-duration: 0.5s;
    z-index: 999;
}

.back-btn .icon {
    display: inline-block;
    width: .11rem;
    height: .11rem;
    margin-left: .06rem;
}

.back-btn .icon img {
    width: 100%;
}

.pv-code {
    display: none;
}

.theme-color {
    color: #F58220 !important
}

.theme-background {
    background: #F58220 !important
}

.theme-gradient {
    background: linear-gradient(#F58220, #fff);
    background: -webkit-linear-gradient(#F58220, #fff);
}

.theme-border-1 {
    border: 1px solid #F58220 !important
}