body {
    padding: 0;
    margin: 0;
    background: #D6E9FD;
    scroll-behavior: smooth;

}
.img-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0,0,0,.6);
    display: none;
}
.preview-img{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1100;
    transform: translate(-50%,-50%);
    width: 50vh;
    height: 70vh;
}
.page-container {
    width: 100%;

}

.top-container {
    padding-top: 130px;
    width: 100%;
    background: url(/jee/images/aboutImg/aboutUsTopImg.png), linear-gradient(#F0F5FA, #D6E9FD);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 900px;
    box-sizing: border-box;
}

.top-content-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.top-content-box img {
    max-width: 80%;
    display: block;
}

.title-for-about {
    font-size: 28px !important;
    font-weight: bold;
    color: #144270;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 16px;
}

.content-for-about {
    width: calc(100% - 50px);
    max-width: 800px;
    line-height: 30px;
    font-size: 16px;
    color: #144270;
    margin-bottom: 30px;
}

.display-bar {
    width: 100%;
    background: #1F2026;
    height: 250px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.display-img {
    width: 120px;
    height: 120px;
    display: block;
    filter: brightness(2000%);
    opacity: 0.2;
    /* transition: 0.1s ease; */
}

.display-img:hover {
    filter: brightness(100%);
    opacity: 1;
}

.team-container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 150px;
}

.team-content-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 150px;
}

.team-top-left-box {
    box-sizing: border-box;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
    max-width: 790px;
    margin-bottom: 30px;
}

.team-top-right-box {
    margin-bottom: 30px;
}

.team-picture {
    box-sizing: border-box;
    object-fit: cover;
    border-radius: 25px;
    background-color: #144270;
}

.p-1,
.p-2 {
    width: 380px;
    height: 360px;
    margin-bottom: 30px;
    overflow: hidden;
}

.p-1 {
    margin-right: 30px;
}

.p-3 {
    width: 790px;
    height: 360px;
    overflow: hidden;
}

.p-4 {
    width: 380px;
    height: 750px;
    overflow: hidden;
}

.team-bottom-box {
    width: 100%;
    height: 380px;
    box-sizing: border-box;
    border-radius: 25px;
    background: #1A8CFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.team-item {
    width: 50%;
    height: 100%;
    background: url(/jee/images/aboutImg/team-left-img.svg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 150px;
}

.team-item-right {
    width: 50%;
    height: 100%;
    background: url(/jee/images/aboutImg/team-right-img.svg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding-left: 150px;
    padding-right: 100px;
}

.team-item-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    letter-spacing: 2px;
}

.team-item-text {
    color: #fff;
    letter-spacing: 2px;
    line-height: 32px;
}

.products-container {
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    min-height: 900px;
    background: url(/jee/images/aboutImg/about-products-background.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.products-display-wall {
    width: 1200px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 25px;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
}

.products-box {
    width: calc(100% - 140px);
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    min-height: 250px;
}

.none-border {
    border: none;
}

.left-tips-box {
    width: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.left-tips-box .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 20px;
}

.left-tips-box .tips {
    font-size: 14px;
    line-height: 25px;
    color: #595959;
    margin: 0;
}

.right-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    margin-left: 50px;
}

.right-list .item {
    width: 25%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
}

.right-list .item p {
    font-size: 16px;
    color: #595959;
    margin: 0;
}

.right-list .item .icon {
    width: 100px;
    height: 100px;
    transition: 0.3s ease;
}

.right-list .item .icon img {
    width: 100%;
    height: 100%;
}

.right-list .item:hover .icon {
    transform: scale(1.15);
}


.show-container {
    width: 100%;
    background: #1F2026;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding-top: 400px;
    padding-bottom: 150px;
}

.copyright-list {
    width: 1260px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.copyright-item {
    width: 20%;
    box-sizing: border-box;
    padding: 15px;
    cursor: pointer;
}

.copyright-item img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.map-img {
    width: 1200px;
    overflow: hidden;
    border-radius: 25px;
    border: 5px solid #1A8CFF;
    margin: 20px 0 30px;
}

.map-img img {
    width: 100%;
    display: block;
}

.contact-title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 38px;
    margin: 0;
    width: 1200px;
    text-align: center;
    max-width: calc(100% - 50px);
    margin-top: 30px;
}

.contact-text {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    width: 1200px;
    text-align: center;
    max-width: calc(100% - 50px);
    text-decoration: none;
}


@media screen and (max-width:768px) {
    .top-container {
        height: auto;
        background: url(/jee/images/aboutImg/aboutUsTopImg.png), linear-gradient(#F0F5FA, #D6E9FD);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top;
        min-height: auto;
        box-sizing: border-box;
    }

    .top-content-box {
        width: calc(100% - 50px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .display-bar {
        height: 100px;
        border-radius: 12px;
    }

    .display-img {
        width: 60px;
        height: 60px;
        display: block;
        filter: brightness(100%);
        opacity: 1;
        /* transition: 0.1s ease; */
    }

    .team-container {
        width: calc(100% - 50px);
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 70px;
    }

    .team-top-left-box {
        box-sizing: border-box;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-right: 0;
        max-width: 790px;
        margin-bottom: 20px;
        width: 100%;
    }

    .team-picture {
        border-radius: 12px;
    }

    .p-1,
    .p-2 {
        width: calc((100% - 20px) / 2);
        height: 180px;
        margin-bottom: 20px;
    }

    .p-1 {
        margin-right: 20px;
    }

    .p-3 {
        width: 100%;
        height: 180px;
    }

    .p-4 {
        display: none;
    }


    .team-bottom-box {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        border-radius: 12px;
        background: #1A8CFF;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .team-item {
        width: 100%;
        height: auto;
        background: #1A8CFF;
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
        padding: 20px 70px;
        padding-bottom: 50px;
    }

    .team-item-right {
        width: 100%;
        height: auto;
        background: #1F2026;
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
        padding: 20px 70px;
    }

    .team-item-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 5px;
    }

    .team-item-text {
        color: #fff;
        letter-spacing: 2px;
        line-height: 25px;
        font-size: 13px;
    }




    .products-container {
        width: 100%;
        box-sizing: border-box;
        padding-top: 50px;
        min-height: 600px;
        background: url(/jee/images/aboutImg/about-products-background.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }




    .products-display-wall {
        width: calc(100% - 50px);
        background: #fff;
        box-sizing: border-box;
        border-radius: 12px;
        position: absolute;
        /* padding-bottom: 30px; */
        top: 100%;
        transform: translateY(-200px);
    }

    .products-box {
        width: calc(100% - 50px);
        margin: 0 auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        min-height: 250px;
        padding-top: 50px;
    }

    .none-border {
        border: none;
    }

    .left-tips-box {
        width: calc(100% - 70px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
    }

    .left-tips-box .title {
        font-size: 20px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 10px;
    }

    .left-tips-box .tips {
        font-size: 14px;
        line-height: 25px;
        color: #595959;
        margin: 0;
    }

    .right-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        flex-grow: 1;
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 30px;
    }

    .right-list .item {
        width: calc(100% / 3);
        box-sizing: border-box;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        text-decoration: none;
    }

    .right-list .item p {
        font-size: 12px;
        color: #595959;
        margin: 0;
    }

    .right-list .item .icon {
        width: 60px;
        height: 60px;
        transition: 0.3s ease;
    }

    .right-list .item .icon img {
        width: 100%;
        height: 100%;
    }

    .right-list .item:hover .icon {
        transform: scale(1.15);
    }


    .show-container {
        width: 100%;
        background: #1F2026;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        padding-top: 560px;
        padding-bottom: 60px;
    }

    .copyright-list {
        width: calc(100% - 50px);
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .copyright-item {
        width: 50%;
        padding: 6px;
    }

    .map-img {
        width: calc(100% - 50px);
        border-radius: 12px;
        border-width: 3px;
        margin-bottom: 10px;
    }

    .content-for-about {
        width: calc(100% - 50px);
        max-width: 800px;
        line-height: 25px;
        font-size: 13px;
        color: #144270;
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .title-for-about {
        font-size: 20px;
        font-weight: bold;
        color: #144270;
        letter-spacing: 2px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .team-content-box {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .contact-title {
        font-size: 12px;
        letter-spacing: 2px;
        color: #fff;
        line-height: 30px;
        margin: 0;
        width: 1200px;
        text-align: center;
        max-width: calc(100% - 50px);
        margin-top: 20px;
    }

    .contact-text {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        color: #fff;
        margin: 0;
        width: 1200px;
        text-align: center;
        max-width: calc(100% - 50px);
        text-decoration: none;
    }

    .min-title {
        margin-top: 70px !important;
    }
}
