* {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

body {
    background-color: #F9F9F9;
    font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.2;
    font-size: 16px;
    color: #333;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

#app, #fullpage, #jobpage {
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

[v-cloak] {
    display: none;
}

.edit-area {
    width: 320px;
    height: 486px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.edit-area li>img {
    width: 100%;
    height: 100%;
}

.bg {
    position: absolute;
    z-index: 1;
    opacity: 1;
    width: 320px;
    height: 100vh;
    top: calc(-50vh + 243px);
    left: 0px;
    transform: rotateZ(0deg);
    display: block;
}

.logo {
    position: absolute;
    z-index: 14;
    opacity: 1;
    width: 120px;
    top: -25px;
    left: 5px;
    transform: rotateZ(0deg);
    display: block;
}

.p1-title1 {
    position: absolute;
    z-index: 8;
    opacity: 1;
    width: 139px;
    height: 136px;
    top: 55px;
    left: 47.5px;
    transform: rotateZ(0deg);
    display: block;
}

.p1-title2 {
    position: absolute;
    z-index: 7;
    opacity: 1;
    width: 203px;
    height: 137px;
    top: 184.5px;
    left: 70.5px;
    transform: rotateZ(0deg);
    display: block;
}

.p1-title3 {
    position: absolute;
    z-index: 9;
    opacity: 1;
    width: 74.5px;
    height: 125px;
    top: 195px;
    left: 56.5px;
    transform: rotateZ(0deg);
    display: block;
}

.p1-title4 {
    position: absolute;
    z-index: 6;
    opacity: 1;
    width: 41px;
    height: 111.5px;
    top: 58.5px;
    left: 203.5px;
    transform: rotateZ(0deg);
    display: block;
}

.p1-word1 {
    position: absolute;
    z-index: 3;
    opacity: 1;
    width: 212px;
    height: 22px;
    top: 345px;
    left: 54px;
    transform: rotateZ(0deg);
    display: block;
}

.p1-word2 {
    position: absolute;
    z-index: 2;
    opacity: 1;
    width: 185.5px;
    height: 15.5px;
    top: 435.5px;
    left: 67.5px;
    transform: rotateZ(0deg);
    display: block;
}

.p1-comName {
    width: 100%;
    padding: 0 20px;
    position: absolute;
    z-index: 2;
    top: 410px;
    left: 0;
    transform: rotateZ(0deg);
    display: block;
    font-size: 14px;
    color: #E6E6E6;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.border1 {
    position: absolute;
    z-index: 4;
    opacity: 1;
    width: 187.5px;
    height: 187.5px;
    top: 0.166667px;
    left: 127.833px;
    transform: rotateZ(0deg);
    display: block;
}

.border2 {
    position: absolute;
    z-index: 8;
    opacity: 1;
    width: 185.214px;
    height: 185.214px;
    top: 301.226px;
    left: 3.55952px;
    transform: rotateZ(0deg);
    display: block;
}

.box-bg {
    position: absolute;
    z-index: 2;
    opacity: 1;
    width: 258px;
    height: 413px;
    top: 49.5px;
    left: 31px;
    transform: rotateZ(0deg);
    display: block;
}

.p-title {
    position: absolute;
    z-index: 3;
    opacity: 1;
    width: 115px;
    height: 43px;
    top: 5.16667px;
    left: 30px;
    transform: rotateZ(0deg);
    display: block;
    line-height: 1.5;
    font-size: 22px;
    color: #fff;
}

.p2-pic {
    position: absolute;
    z-index: 12;
    opacity: 1;
    width: 233px;
    height: 119px;
    top: 60px;
    left: 43px;
    transform: rotateZ(0deg);
    display: block;
}

.p2-pic img {
    object-fit: cover;
}

.p2-content {
    position: absolute;
    z-index: 15;
    opacity: 1;
    width: 240px;
    height: 270px;
    top: 190px;
    left: 39px;
    transform: rotateZ(0deg);
    display: block;
    padding: 5px;
}

.p2-content p {
    line-height: 1.6;
    font-size: 12px;
    color: #fff;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-line;
}

.p3-welfare {
    position: absolute;
    z-index: 13;
    width: 240px;
    top: 120px;
    left: 40px;
    transform: rotateZ(0deg);
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.p3-welfare span {
    width: 100px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    display: block;
    margin-bottom: 20px;
}

.p4-apply-btn {
    position: absolute;
    z-index: 18;
    width: 190px;
    line-height: 38px;
    top: 410px;
    left: 66px;
    transform: rotateZ(0deg);
    display: block;
    border-radius: 40px;
    border: 1px solid #eee;
    text-align: center;
}

.p4-apply-btn a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.p4-posName {
    position: absolute;
    z-index: 11;
    opacity: 1;
    width: 250px;
    height: 34px;
    top: 55px;
    left: 34px;
    transform: rotateZ(0deg);
    display: block;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
}

.p4-posReq {
    position: absolute;
    z-index: 11;
    opacity: 1;
    width: 250px;
    height: 34px;
    top: 85px;
    left: 34px;
    transform: rotateZ(0deg);
    display: block;
    font-size: 12px;
    color: #eee;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
}

.p4-posReq span {
    margin-right: 10px;
}

.p4-salary {
    position: absolute;
    z-index: 11;
    opacity: 1;
    width: 250px;
    height: 34px;
    top: 110px;
    left: 34px;
    transform: rotateZ(0deg);
    display: block;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    font-weight: bold;
}

.p4-content {
    position: absolute;
    z-index: 11;
    opacity: 1;
    width: 250px;
    top: 140px;
    left: 34px;
    transform: rotateZ(0deg);
    display: block;
    padding: 5px;
}

.p4-content p {
    line-height: 1.6;
    font-size: 12px;
    color: #eee;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
    white-space: pre-line;
}

.p4-arrow {
    width: 150px;
    height: 56px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
    z-index: 20;
    font-size: 14px;
}

.p4-arrow img {
    width: 14px !important;
    height: 26px !important;
    position: absolute;
    left: 20px;
    top: 14px;
    animation: start 1.5s infinite linear;
    animation-fill-mode: both;
}

.p4-arrow p {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    line-height: 20px;
}

.p4-page {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    right: 10px;
    bottom: -30px;
    z-index: 20;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.p5-pic {
    position: absolute;
    z-index: 13;
    opacity: 1;
    width: 233px;
    top: 80px;
    left: 43px;
    transform: rotateZ(0deg);
    display: block;
}

.p5-pic img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    margin-bottom: 30px;
}

.p6-address {
    position: absolute;
    z-index: 13;
    width: 240px;
    top: 70px;
    left: 40px;
    transform: rotateZ(0deg);
    display: block;
}

.p6-address #map {
    height: 200px;
}

.p6-address .map-box {
    border: 1px solid #eee;
}

.p6-address .map-nav {
    height: 45px;
    background: #fff;
    position: relative;
}

.p6-address .map-nav a {
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #855DFD;
    float: right;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 8px;
    margin-right: 10px;
}

.p6-address .map-nav span {
    width: 140px;
    color: #333;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p6-address .addr {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.music {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 20;
    animation: rotating 1.2s linear infinite;
}

.music img {
    width: 100%;
    height: 100%;
}

.music.off {
    animation-play-state: paused;
}

.comLogo {
    position: absolute;
    z-index: 2;
    opacity: 1;
    width: 144px;
    height: 142px;
    top: 47px;
    left: 88px;
    transform: rotateZ(0deg);
    display: block;
}

.comName {
    position: absolute;
    z-index: 3;
    opacity: 1;
    width: 320px;
    top: 205px;
    left: 0px;
    transform: rotateZ(0deg);
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 6px 15px;
    text-align: center;
    line-height: 1.5;
}

.share {
    position: absolute;
    z-index: 4;
    opacity: 1;
    width: 180px;
    height: 32px;
    top: 360px;
    left: 70px;
    transform: rotateZ(0deg);
    display: block;
}

/* animate样式 */

.logo.anim {
    animation: 1s ease 1s 1 normal both running fadeInLeft;
}

.p1-title1.anim {
    animation: 2s ease 0s 1 normal both running fadeInLeft;
}

.p1-title2.anim {
    animation: 2s ease 0s 1 normal both running fadeInRight;
}

.p1-title3.anim {
    animation: 2s ease 0.2s 1 normal both running fadeInLeft;
}

.p1-title4.anim {
    animation: 2s ease 0.2s 1 normal both running rollInUp;
}

.p1-word1.anim {
    animation: 2s ease 0.6s 1 normal both running fadeInUp;
}

.p1-word2.anim {
    animation: 2s ease 1.5s 1 normal both running rollInUp;
}

.p1-comName.anim {
    animation: 2s ease 0.8s 1 normal both running fadeInUp;
}

.border1.anim {
    animation: 2s ease 0s 1 normal both running fadeInRight;
}

.border2.anim {
    animation: 2s ease 0s 1 normal both running fadeInLeft;
}

.box-bg.anim {
    animation: 1s ease 0s 1 normal both running zoomIn;
}

.p-title.anim {
    animation: 2s ease 0.4s 1 normal both running fadeInLeft;
}

.p2-pic.anim {
    animation: 1s ease 0.8s 1 normal both running flipInX;
}

.p2-content.anim {
    animation: 1s ease 1s 1 normal both running fadeInLeft;
}

.p3-welfare span:nth-child(1).anim {
    animation: 1s ease 0s 1 normal both running zoomIn;
}

.p3-welfare span:nth-child(2).anim {
    animation: 1s ease 0.25s 1 normal both running zoomIn;
}

.p3-welfare span:nth-child(3).anim {
    animation: 1s ease 0.5s 1 normal both running zoomIn;
}

.p3-welfare span:nth-child(4).anim {
    animation: 1s ease 0.75s 1 normal both running zoomIn;
}

.p3-welfare span:nth-child(5).anim {
    animation: 1s ease 1s 1 normal both running zoomIn;
}

.p3-welfare span:nth-child(6).anim {
    animation: 1s ease 1.25s 1 normal both running zoomIn;
}

.p4-apply-btn.anim {
    animation: 1s ease 0.5s 1 normal both running opacityFadeInUp;
}

.p4-arrow.anim {
    animation: 1s ease 0.6s 1 normal both running fadeInRight;
}

.p4-page.anim {
    animation: 1s ease 0.6s 1 normal both running zoomIn;
}

.p5-pic img.anim {
    animation: 1s ease 0.8s 1 normal both running flipInX;
}

.p6-address .map-box.anim {
    animation: 1s ease 0.8s 1 normal both running fadeInLeft;
}

.p6-address .addr.anim {
    animation: 1s ease 1s 1 normal both running fadeInLeft;
}