.hisms_productb {
    width: 95vw;
    height: 14.2rem;
    margin: auto;
    background-color: #2f2d2f;
}

.hisms_productb .pace {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hisms_productb_con {
    width: 40%;
    
}

.hisms_productb_con_tit {
    margin-bottom: 20px;
}

.hisms_productb_con_tit h2 {
    font-size: .75rem;
    font-weight: 500;
    color: #FFF;
}

.hisms_productb_con_tit h3 {
    font-size: .45rem;
    font-weight: 300;
    color: #FFF;
    padding: .375rem 0;
}

.hisms_productb_con_tit p {
    width: 90%;
    font-size: .35rem;
    font-weight: 300;
    line-height: 20px;
    color: #FFF;
    padding: .375rem 0;
}

.hisms_productb_con_des ul li {
    font-size: .35rem;
    color: #fff;
    padding: .25rem 0;
}

.hisms_productb_con_des ul li img {
    width: .875rem;
    height: .875rem;
    vertical-align: middle;
    margin-right: .5rem;
}

.hisms_productb_con_des ul li span {
    font-size: .35rem;
    font-weight: 300;
    color: #FFF;
}

.hisms_proudctb_img {
    width: 60%;
}

.hisms_proudctb_img_yd {
    display: none;
}

.hisms_proudctb_img video {
    width: 90%;
    border: .25rem solid #FFF;
    border-radius: .35rem;
}

@media screen and (max-width:1000px) {
    .hisms_productb {
        width: 100vw;
        height: auto;
        padding: .5rem 0;
    }

    .hisms_productb_con {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hisms_proudctb_img {
        display: none;
    }

    .hisms_proudctb_img_yd {
        width: 100%;
        display: block;
    }

    .hisms_proudctb_img_yd video {
        width: 100%;
        border: .25rem solid #FFF;
        border-radius: .35rem;
    }

    .hisms_productb_con_des {
        width: 100%;
    }

    .hisms_productb_con_des ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .hisms_productb_con_des ul li {
        width: 45%;
        display: flex;
        align-items: center;
    }

    .hisms_productb_con_des ul li span {
        display: inline-block;
        padding-left: .125rem;
    }
}


.hisms_producwt {
    position: relative;
    width: 95vw;
    background-color: #FFF;
    margin: auto;
    padding: 1.25rem 0;
}

.hisms_producwt .pace {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hisms_producwt_musetit_1 h2 {
    font-size: 0.6rem;
    font-weight: 300;
    margin: .5rem 0 .5rem 0;
}

.hisms_producwt_login {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a82e5;
    border: 1px solid #dbdce1;
    border-radius: .25rem;
    transition: all 0.25s;
}

.hisms_producwt_login:hover {
    box-shadow: #cfe5fb 0px 4px 8px;
}

.hisms_producwt_login a {
    color: #fff;
    font-size: .4rem;
    padding: .2rem .3rem;
}

.hisms_producyy {
    position: relative;
    width: 95vw;
    background-color: rgb(255, 255, 255);
    margin: auto;
    padding: 1.25rem 0;
}

.hisms_producyy .pace {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.hisms_producwt_musetit_2 h2 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 .5rem 0;
}

.hisms_producwt_musedes span {
    font-size: .4rem;
    font-weight: 300;
    color: #202124;
}

.hisms_producwt_museimg {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: .75rem 0;
}

.hisms_producwt_card {
    position: relative;
    width: 30%;
    height: auto;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 20px 0 hsl(210deg 2% 47% / 8%);
    box-shadow: 0 5px 20px 0 hsl(210deg 2% 47% / 8%);
}

.hisms_producwt_card:hover::before {
    opacity: 1;
}

.hisms_producwt_card::before {
    background-color: #afd135;
    content: "";
    height: 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%;
    border-radius: 4px 4px 0 0;
}


.producwt_card_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5rem .25rem;
}



.top_content h2 {
    font-size: .5rem;
    font-weight: 300;
    color: #202124;
}

.img_content {
    padding: .25rem 0;
}

.img_content img {
    width: 50%;
}



.bottom_content p {
    font-size: .4rem;
    font-weight: 500;
    color: #5f6368;
}

.btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.btn_link span {
    font-size: .3rem;
    font-weight: 500;
    color: #024da0;
}

.btn_link img {
    vertical-align: middle;
    padding-left: .5rem;
}



@media screen and (max-width:1000px) {
    .hisms_producwt {
        width: 100vw;
        background-color: #FFF;
    }

    .hisms_producwt_museimg {
        flex-direction: column;
    }

    .hisms_producwt_card {
        width: 100%;
        margin-top: .75rem;
    }

}




.hios_three {
    width: 95vw;
    height: auto;
    margin: auto;
    background-color: #FFF;
}

.hios_three_text {
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    background-color: #1a73e8;
    margin-bottom: .75rem;
}

.hios_three_text_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
    width: 1rem;
    border-radius: .8rem;
    background-color: #FFF;
    margin: 0 .5rem;
}

.hios_three_text_tit {
    display: flex;
    align-items: center;
}

.hios_three_text_tit h2 {
    font-size: .6rem;
    font-weight: 300;
    color: #FFF;
}

.hios_three_text p {
    font-size: .4rem;
    font-weight: 300;
    color: #202124;
}


.hios_three_des {
    width: 80vw;
    display: flex;
    justify-content: space-between;
    margin-top: 1.25rem;
    padding: 50px 0;
    border-bottom: 1px solid #e6e7e8;
}

.hios_three_des_tit {
    width: 40vw;
}

.hios_three_des_tit h2 {
    font-size: .5rem;
    font-weight: 300;
    color: #202124;
    margin: .5rem 0;
}

.hios_three_des_tit p {
    font-size: .4rem;
    font-weight: 300;
    color: #202124;
    line-height: 30px;
    padding-right: 1.25rem;
}

.hios_three_des_list ul li {
    display: flex;
    align-items: center;
    margin-top: .5rem;
}

.hios_three_des_list .num {
    display: flex;
    align-items: center;
}

.hios_three_des_list .num svg {
    width: .5rem;
    height: .5rem;
    vertical-align: middle;
}

.hios_three_des_list .content {
    display: flex;
    align-items: center;
    margin-left: .25rem;
}

.hios_three_des_list .content span {
    font-size: .4rem;
    font-weight: 300;
    color: #202124;
}

.hios_three_des_img {
    width: 40vw;
}

.hios_three_des_img_yd {
    display: none;
}

.hios_three_des_img_yd img {
    width: 90%;
    border: .125rem solid #e7ecf0;
    border-radius: .125rem;
}

.hios_three_des_img img {
    width: 90%;
    border: .125rem solid #e7ecf0;
    border-radius: .125rem;
}


@media screen and (max-width:1000px) {
    .hios_three {
        width: 100vw;
        height: auto;
        margin: auto;
        background-color: #FFF;
    }

    .hios_three_des_tit {
        width: 80vw;
    }

    .hios_three_des_tit h2 {
        text-align: center;
    }

    .hios_three_des_list {
        width: 80vw;
    }

    .hios_three_des_list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .hios_three_des_list ul li {
        width: 50%;
    }

    .hios_three_des_img {
        display: none;
    }

    .hios_three_des_img_yd {
        display: block;
        text-align: center;
        margin: .75rem 0;
    }
}

































.hisms_last {
    width: 95vw;
    height: auto;
    background-color: #FFFFFF;
    margin: 1.25rem 0 1.25rem 0;
    display: flex;
    align-items: center;
    margin: auto;
}

.hisms_last .pace {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hisms_last_img {
    width: 100%;
    padding: 1.25rem 1.75rem 1.25rem 0;
    margin-right: 1.25rem;
    text-align: center;
}

.hisms_last img {
    width: 100%;
    border: 1px solid #888;
}

.hisms_last_text p {
    font-size: .4rem;
    font-weight: 500;
    display: block;
    width: 100%;
    padding-right: .75rem;
    line-height: .625rem;
    letter-spacing: .025rem;
}

@media screen and (max-width:1000px) {
    .hisms_last {
        width: 100vw;
    }

    .hisms_last_img {
        width: 100%;
        padding: .5rem 0;
        margin: auto;
    }

    .hisms_last .pace {
        flex-direction: column;
    }
}