body {
    max-width: 70%;
    margin: 0 auto;
    height: 100vh;
    display: none;
}

.header {
    width: 100%;
    height: 90px;
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
}

.header-content {
    width: 100%;
    height: 60%;
    float: left;
}

.header-content-company {
    height: 100%;
    position: relative;
    align-content: center;
    float: left;
}

.header-content-company p {
    font-size: 20px;
    color: #000005;
    letter-spacing: 1px;
    font-weight: bold;
    font-style: italic;
    margin-left: 40px;
}

.header-content-company img {
    position: absolute;
    top: 29%;
    width: 32px;
    height: 32px;
}

.header-content-applist {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
}

.header-content-applist-item {
    position: relative;
    float: left;
    height: 100%;
    width: 8rem;
    padding: 0 1rem;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.header-content-applist-item-span {
    font-weight: 400;
    opacity: 0.6;
    color: #000005;
}

.header-content-applist-item-span.activate {
    font-weight: 550;
    font-size: 16px;
    opacity: 1;
    color: #000000;
}

.header-content-applist-item:hover {
    opacity: 1;
}

.header-content-applist-item-broder {
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 20%;
    border-bottom: #006fff 5px solid;
    border-radius: 6px;
    display: none;
}

.header-content-applist-item-broder.activate {
    display: block;
}

.header-content-worktime {
    float: right;
    height: 100%;
    width: 13rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.header-content-worktime-content {
    position: relative;
    width: 100%;
    height: 36px;
    background: rgba(50, 118, 255, 0.18);
    border-radius: 18px;
    align-content: center;
    align-items: center;
}

.header-content-worktime-content span {
    font-weight: 400;
    font-size: 14px;
    color: #3276FF;
    letter-spacing: 0;
    margin-left: 5px;
    margin-bottom: 2px;
}

.header-content-worktime-content img {
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    left: 10px;
    top: 50%;
    transform: translateY(-47%);
}

.mainBody {
    position: relative;
    height: 85%;
    width: 100%;
}

.mainBody::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #F8F8F8;
    transform: translateX(-50%);
    z-index: -1;
}

.mainBody-content {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    align-content: center;
    height: 85%;
    width: 100%;
    overflow: hidden;
}

.mainBody-content.activate {
    opacity: 1;
    pointer-events: auto;
}

.content-section {
    display: flex;
    width: 100%;
    height: 70%;
    justify-content: space-between;
}

.text-container {
    width: 45%;
    padding-top: 30px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.app-logo {
    width: 60px;
    height: 60px;
}

.app-title {
    font-weight: 600;
    font-size: 24px;
    color: #000005;
    margin-left: 20px;
}

.description {
    margin-top: 36px;
    font-weight: 400;
    font-size: 16px;
    color: #000005;
    line-height: 27px;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.policy-list li {
    display: inline-block;
    margin: 0 10px;
}

.policy-list a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    color: #00337A;
    line-height: 19.6px;
    text-decoration: none;
}

.download-buttons {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 30px;
}

.download-icon {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.android {
    background-image: url(https://employ-app.oss-accelerate.aliyuncs.com/web-static/img/android.png);
}

.ios {
    background-image: url(https://employ-app.oss-accelerate.aliyuncs.com/web-static/img/ios.png);
}

.mainBody-bottom {
    position: absolute;
    bottom: 0;
    height: 15%;
    width: 100%;
    background-image: url(https://employ-app.oss-accelerate.aliyuncs.com/web-static/img/city.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer {
    width: 70%;
    position: fixed;
    bottom: 5px;
}

.footer span {
    margin-left: 10px;
}

.arrow {
    position: fixed;
    width: 45px;
    height: 100vh;
    top: 0;
    align-content: center
}

.arrow.left {
    left: 35px;
}

.left-div img {
    position: absolute;
    transition: opacity 0.3s ease;
}

.left-div img:first-child {
    opacity: 1;
}

.left-div img:last-child {
    opacity: 0;
}

.left-div:hover img:first-child {
    opacity: 0;
}

.left-div:hover img:last-child {
    opacity: 1;
}

.arrow.right {
    right: 35px;
}

.right-div img {
    position: absolute;
    transition: opacity 0.3s ease;
}

.right-div img:first-child {
    opacity: 1;
}

.right-div img:last-child {
    opacity: 0;
}

.right-div:hover img:first-child {
    opacity: 0;
}

.right-div:hover img:last-child {
    opacity: 1;
}

p {
    word-wrap: break-word;
    word-break: break-word;
}

.preview-container {
    width: 54%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone {
    width: 15vw;
    height: auto;
    background: #222;
    border-radius: 1.6vw;
    position: relative;
    padding: 0.4vw;
    box-shadow: 0 0 0 5px #333, 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-top: 15%;
}
.side-button {
    position: absolute;
    left: -7px;
    width: 5px;
    background: #4D4C4A;
    border-radius: 5px;
    box-shadow: inset -1px 0 2px rgba(0, 0, 0, 0.3);
}
.side-button-right {
    position: absolute;
    right: -7px;
    width: 5px;
    background: #4D4C4A;
    border-radius: 5px;
    box-shadow: inset 1px 0 2px rgba(0, 0, 0, 0.3);
}
.speaker {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    height: 4%;
    background-color: #222;
    border-radius: 30px;
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2);
}
.masking {
    position: absolute;
    bottom: -5vw;
    left: -3vw;
    width: 25vw;
    height: 30%;
    background: #F8F8F8;
    display: initial;
}
.camera {
    position: absolute;
    top: 3.7%;
    left: 58%;
    transform: translateX(-50%);
    width: 5%;
    height: 2.5%;
    background: radial-gradient(circle, #2b43e2 30%, rgba(108,112,112,0.78) 80%);
    border-radius: 50%;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.5);
}
.small-dot {
    position: absolute;
    height: 4px;
    width: 5px;
    background-color: rgba(108, 112, 112, 0.78);
    border-radius: 1px;
}
.screen {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
}
.screen img {
    width: 100%;
    aspect-ratio: 7/15;
}
@media (max-width: 1000px) {
    body {
        max-width: 95%;
        padding: 0 5%;
        margin: 0;
        height: 100vh;
    }
}
