.header_wrap {
    border-bottom: 0.01rem solid rgb(255, 255, 255, 0.34);
}

.box1_bg {
     background-repeat: no-repeat;
     background-size: cover;
     height: 7rem;
     background-position: center;
}

.box1 {
    position: relative;
}

.box1_bg p {
    font-family: Poppins, Poppins;
    font-weight: 900;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: absolute;
    top: 3.19rem;
    left: 0;
}

.box2 {
    height: 1.2rem;
    display: flex;
    align-items: center;
}

.box2 .main {
    display: flex;
    align-items: center;
}

.box2_box1 {
    display: flex;
    align-items: center;
    gap: 0.32rem;
}

.box2_btn {
    width: 1.73rem;
    height: 0.64rem;
    background: #FFFFFF;
    border-radius: 0.12rem 0 0.12rem 0;
    border: 0.01rem solid #0076CD;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.25rem;
    color: #0076CD;
    line-height: 0.64rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: 0.3s;
}

.box2_btn_active {
    border-radius: 0 0.15rem 0 0.15rem;
    background: #0076CD;
    color: #FFFFFF;
}

.box2_btn:hover {
    border-radius: 0 0.15rem 0 0.15rem;
    background: #0076CD;
    color: #FFFFFF;
}

.nav {
    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;
}

.box3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 1.04rem;
    padding-bottom: 1.8rem;
}

.box3_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.7rem;
}

.box3_box {
    display: flex;
    flex-wrap: wrap;
    gap: 0.39rem 0.23rem;
}

.box3_imgBox {
    max-width: 5.18rem;
    width: 32%;
}

.box3_img {
    overflow: hidden;
    border-radius: 0.1rem 0.1rem 0 0;
}

.box3_img img {
    max-width: 5.18rem;
    width: 100%;
    height: 3.42rem;
    border-radius: 0.1rem 0.1rem 0 0;
    transition: 0.3s;
}

.box3_p {
    max-width: 5.18rem;
    width: 100%;
    height: 0.79rem;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box3_p p {
    max-width: 4.48rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.22rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transition: 0.3s;
}

.box3_imgBox:hover img {
    transform: scale(1.1);
}

.box3_imgBox:hover p {
    color: #0076CD;
}
.page{
    margin-top: 0.65rem !important;
}
.popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.popup_content {
    width: 17.34rem;
    height: 10.8rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 1.03rem;
}

.popup_img1 {
    width: 0.44rem;
    height: 0.44rem;
    margin-bottom: 0.28rem;
    left: 0.4rem;
    position: relative;
}

.popup_box1 {
    display: flex;
    align-items: center;
    justify-content: end;
}

.popup_box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.alertSwiper {
    width: 11.42rem !important;
    height: 8rem !important;
}
.popup_box3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.41rem;
}

/*.popup_prev,*/
/*.popup_next {*/
/*    width: 0.4rem;*/
/*    height: 0.4rem;*/
/*}*/
.popup_slider_img{
     height: 6.5rem !important;
}
.swiper-button-prev{
    /*margin-left: -2.92rem;*/
}
.swiper-button-next{
    /*margin-right: -2.92rem;*/
}
.swiper-button-prev,
.swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  background: #8B8B8B;
  border-radius: 50%;
  opacity: 1 !important;
  position: absolute;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: .16rem;
  color: blue;
  font-weight: bold;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: #0076CD;
}
.swiper-button-disabled{

cursor:no-drop;
}
/*.popup_img2 {*/
/*    width: 11.42rem;*/
/*    height: 7.84rem;*/
/*}*/

.popup_text {
    max-width: 11rem;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 768px) {
.box3_imgBox{
    flex: 0 0 48%;
    }
    .popup_content{
        width: auto;
            padding-top: 2.5rem;
    }
    .popup_box2 {
        margin-top: 0rem;
    }
    .alertSwiper{
        width: 6.42rem !important;
    }
    .popup_img1{
        left: -0.6rem;
    }
        .box1_bg {
         background-repeat: no-repeat;
         background-size: contain;
         height: 4rem !important;
         background-position: center;
    }
    .box1_bg p{
        top: 1.5rem !important;
    }
    .nav{
        top: 2.2rem !important;
    }
    .box2{
        margin-top:-0.6rem;
    }
}