/*æ–°å¢žçš„5å±æ ·å¼*/
.border_dashed:after{
    content: '';
    width: 35%;
    height: 1px;
    background-image: linear-gradient(to right, #666 0%, #666 50%, transparent 50%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
}
.hios12-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 55%;
}
.hios12-body span{
    display: flex;
    flex-flow: column;
    margin-top: 3rem;
}
.hios12-body span i{
    margin-bottom: 10px;
}
.hios12-body span i img{
    width: 80px;
    height: 80px;
}
.pc-txt-top2_5{
    top:20%
}
.col_pc_m{
    width: 62%;
}
.col_pc_m .border_dashed:after {
    content: '';
    width: 55%;
    height: 1px;
    background-image: linear-gradient(to right, #666 0%, #666 50%, transparent 50%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    display: block;
    margin: auto;
    position: unset;
    margin-top: 10px;
}
.hios12-ul{
    display: flex;
    flex-flow: column;
}
.hios12-ul .list{
    display: flex;
    flex-flow: initial;
    width: 100%;
    margin-top: 8px;
    align-items: flex-start;
}
.hios12-ul .list text{
    text-align: left;
    margin-left: 1rem;
    width: 100%;
    border-style: none;
    padding-bottom: unset;
}
.hios12-ul .list i{
    color: rgba(136, 193, 138, 1);
    border: 2px solid rgba(136, 193, 138, 1);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col_pc_m_5{
    width: 55%;
}
.col_pc_m_5 .border_dashed:after {
    content: '';
    width: 75%;
    height: 1px;
    background-image: linear-gradient(to right, #666 0%, #666 50%, transparent 50%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    display: block;
    margin: auto;
    position: unset;
    margin-top: 10px;
}
.w-35{
    width: 35%;
    margin: auto;
}

@media screen and (min-width: 1200px){
.hios12-body i{
        font-style: normal;
    }
    .hios12-ul .list text{
        margin-left: 8px;
    }
    .hios12-body {
        display: grid !important;
         align-items: unset !important;
         justify-content: unset !important;
        width: 68% !important;
        grid-template-columns: 33% 33% 33%;
    }
    .hios12-ul{
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 55% !important;
    }
    .push-xl--5{
        left: -5%;
    }
    .col_pc_m_5 .body p{
        width: 80%;
    }
}
@media screen and (max-width: 575px) {
    .m-txt-top6_5{
        top:54%
    }
    .border_dashed:after,.col_pc_m .border_dashed:after {
        width: 80%;
        top: 40px;
    }
    .hios12-body{
        flex-flow: column;
        align-items: flex-start;
        margin-top: 40px;
        width: 80%;
    }
    /*.hios12-body span text{
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
    }*/
    .hios12-body span:last-child text,.hios12-ul span:last-child text{
        border-style: none;
    }
    .hios12-body span{
        display: flex;
        flex-flow: unset;
        margin: 0 0 20px 0;
        align-items: center;
        text-align: left;
        position: relative;
    }
    .hios12-body span i{
        margin-bottom: unset;
    }
    .hios12-body span i img{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .pc-txt-top2_5{
        top: 10%;
    }
    .col_pc_m,.col_pc_m_5 {
        width: 100%;
    }
    .hios12-ul{
        width: 97%;
        margin-top: 1rem;
    }
    .hios12-ul .list {
        margin: 0 0 10px 0;
    }
    .hios12-ul .list text{
        width: 90%;
    }
}
@media (max-width: 1199px) and (min-width: 575px){
    .m-txt-top6_5{
        top:54%
    }
    .border_dashed:after {
        width: 80%;
    }
    .hios12-body{
        flex-flow: column;
        align-items: flex-start;
        margin-top: 40px;
        width: 80%;
    }
   /* .hios12-body span text{
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
    }*/
    .hios12-body span:last-child text,.hios12-ul span:last-child text{
        border-style: none;
    }
    .hios12-body span{
        display: flex;
        flex-flow: unset;
        margin: 0 0 120px 0;
        align-items: center;
        text-align: left;
        position: relative;
    }
    .hios12-body span i{
        margin-bottom: unset;
    }
    .hios12-body span i img{
        margin-right: 10px;
    }
    .pc-txt-top2_5{
        top: 10%;
    }
    .col_pc_m,.col_pc_m_5 {
        width: 100%;
    }
    .hios12-ul{
        width: 80%;
        margin-top: 1rem;
    }
    .hios12-ul .list {
        margin: 0 0 10px 0;
    }
    .hios12-ul .list text{
        width: 90%;
    }
}