* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100px;
}
html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background: #f7f7f7;
    position: relative;
}
#main {
    position: relative;
    width: 100%;
    height: 100%;
}

/******************* LOST *******************/
.lost {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    padding-top: 0.7rem;
    box-sizing: border-box;
}
.lost .lost_img {
    display: flex;
    flex-direction: column;
    color: #aaa;
    font-size: 0.14rem;
    text-align: center;
}
.lost .lost_img img {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.1rem;
}
.lost .lost_btn {
    display: inline-block;
    width: 1.7rem;
    height: 0.36rem;
    line-height: 0.36rem;
    color: #fff;
    background: #f26b01;
    border-radius: 3px;
    text-align: center;
    font-size: 0.16rem;
    margin-top: 0.25rem;
}
/******************* Loading *******************/
.loading {
    position: absolute;
    z-index: 90;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.loading .loading_logo {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    font-size: 0.18rem;
}
.loading .loading_logo img {
    width: 0.73rem;
    height: 0.73rem;
}
.loading .loading_jobcn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.31rem;
    font-size: 0.12rem;
}

.swiper-container2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.swiper-container2 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
.swiper-container2 .swiper-slide img {
    width: 100%;
}
.swiper-container2 .swiper-slide .video-wrapper {
    width: 100%;
    height: 30%;
    background-image: url("../images/videoLoading.gif");
    background-position: center center;
    background-size: 0.5rem 0.5rem;
    background-repeat: no-repeat;
}
.swiper-container2 .close {
    position: absolute;
    z-index: 1000;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-container2 .close:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.swiper-container2 .num {
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
    z-index: 100;
    font-size: 0.2rem;
    color: #fff;
}

.page5 .job_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(74,74,74,0.5);
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.page5 .job_modal .job_wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 89.33333333333333%;
    max-height: 99%;
    border-radius: 10px;
    background: #fff;
    padding: 0.3rem;
    box-sizing: border-box;
}
.page5 .job_modal .job_wrapper .close {
    position: absolute;
    z-index: 1000;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0.36rem;
    right: 0.3rem;
}
.page5 .job_modal .job_wrapper .close:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
}
.page5 .job_modal .job_wrapper .job_header .position {
    width: 2.5rem;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page5 .job_modal .job_wrapper .job_header .detail {
    font-size: 0.16rem;
    margin: 0.1rem 0 0.2rem 0;
}
.page5 .job_modal .job_wrapper .job_header .detail .salary {
    color: #f26b01;
}
.page5 .job_modal .job_wrapper .job_header .detail .time {
    color: #888;
}
.page5 .job_modal .job_wrapper .job_header .claim .claim_item {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
}
.page5 .job_modal .job_wrapper .job_header .claim .claim_item:last-child {
    margin-bottom: 0.2rem;
}
.page5 .job_modal .job_wrapper .job_header .claim .claim_item .option {
    color: #888;
}
.page5 .job_modal .job_wrapper .job_header .claim .claim_item .sel {
    color: #555;
    font-weight: bold;
    margin-left: 0.13rem;
}
.page5 .job_modal .job_wrapper .job_body {
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 2rem;
    overflow: hidden;
}
.page5 .job_modal .job_wrapper .job_body p {
    color: #555;
    height: 100%;
    overflow-y: scroll;
}
.page5 .job_modal .job_wrapper .job_body p::-webkit-scrollbar-track-piece {
    background-color: rgba(0,0,0,0);
    border-left: 1px solid rgba(0,0,0,0);
}
.page5 .job_modal .job_wrapper .job_body p::-webkit-scrollbar {
    width: 3px;
    height: 13px;
    border-radius: 5px;
}
.page5 .job_modal .job_wrapper .job_body p::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    background-clip: padding-box;
    border-radius: 5px;
    min-height: 28px;
}
.page5 .job_modal .job_wrapper .job_body p::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
}
.page5 .job_modal .job_wrapper .job_footer .post {
    margin: 0.15rem auto 0;
    width: 1.4rem;
    height: 0.35rem;
    line-height: 0.35rem;
    background: #429dfe;
    font-size: 0.17rem;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}


