.nav {
     position: static !important;
    display: flex;
    align-items: center;
    gap: 0.08rem;
}

.nav img {
    width: 0.2rem;
    height: 0.2rem;
}

.nav_p1 {
    width: auto;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.24rem;
    color: #8B8B8B;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.nav_p2 {
    width: auto;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.24rem;
    color: #393939;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.box_wrap {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 1.93rem;
    padding-bottom: 1.43rem;
}

.box1 {
    margin-top: 0.63rem;
    margin-bottom: 1rem;
}

.box1_box {
    display: flex;
    max-width: 16.58rem;
    margin: 0 auto;
    padding-left: 0.25rem;
}

.box1_left {
    max-width: 7.62rem;
    height: 5.2rem;
    margin-right: 0.69rem;
}
.box1_right{
    margin-top: 0.8rem;
}
.box1_right_title {
    max-width: 8rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.58rem;
    transition: 0.3s;
}

.box1_right hr {
    max-width: 8.06rem;
    width: 96.52%;
    height: 0rem;
    border: 0.01rem solid #C9C9C9;
    margin-bottom: 0.25rem;
}

.box3_smallText {
    position: relative;
    padding-left: 0.23rem;
    max-width: 8.5rem;
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.box3_smallText::before {
    content: '';
    width: 0.13rem;
    height: 0.13rem;
    background: #0076CD;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0.13rem;
}

.download {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 1.23rem;
    padding-bottom: 2rem;
}

.download_title {
    font-family: Poppins, Poppins;
    font-weight: 900;
    font-size: 0.5rem;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.82rem;
}

.download_boxWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.49rem 0.24rem;
}

.download_box {
    display: flex;
    align-items: center;
    max-width: 7.88rem;
    width: 49%;
    height: 1.82rem;
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    padding-left: 0.39rem;
    padding-right: 0.43rem;
}

.download_img1 {
    width: 0.98rem;
    height: 1.07rem;
}

.download_img2 {
    width: 0.36rem;
    height: 0.33rem;
    filter: grayscale(100%) brightness(130%);
    transition: 0.3s;
}

.download_box .line2 {
    max-width: 4.62rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.3rem;
    color: #8D8D8D;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: color 0.3s;
    margin-left: 0.38rem;
    margin-right: 0.34rem;
}

.download_box hr {
    width: 0rem;
    height: 0.86rem;
    border: 0.01rem solid #D3D3D3;
    margin-right: 0.38rem;
}

.download_box:hover .line2 {
    max-width: 4.87rem;
    margin-right: 0.09rem;
    font-weight: 600;
    color: #0076CD;
}

.download_box:hover .download_img2 {
    filter: none;
}















.page {
    margin-top: 0.71rem !important;
}








@media only screen and (max-width: 768px) {
.download_box{
        width: 100%;
    }
    .box1_box{
        flex-direction: column;
        padding-left: 0;
    }
}