.iso {
    padding-top: 25px;
    width: 100%;
    margin: 0 auto 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 31px;
}
.iso_left {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.iso_img {
    width: 80px;
    height: 80px;
    margin-right: 30px;

}
.iso_divimg, .iso_divimg_two{
    width: 80px;
    height: 80px;
    background-color: #fff;
    padding: 5px 5px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.iso_divimg_two{
    background: none;
}
.iso_padd .iso_divimg{
    padding: 0 0;
}
.folat {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-top: 1px solid #ccc;
    z-index: 999;
}
.folat a{
    background-color: #d6161e;
}
.folat a:nth-child(2){
    border: 1px solid #d6161e;
    color: #d6161e;
    background-color: #ffffff;
}

.folat a:hover{
    background-color: #FA456E;
}
.folat a:nth-child(2):hover{
    background-color: #FA456E;
    color: #ffffff;
}
.line_c_d {
    border-bottom: 2px dotted #ccc;
    margin: 20px 0 40px;
    padding-top: 20px;
    width: 100%;
}
.line_c_d2 {
    border-bottom: 2px dotted #ccc;
    margin: 10px 0 20px;
    padding-top: 10px;
    width: 100%;
}
.houguo_left{
    width: 80px;
    background-color: #fff;
    padding: 5px;
}
.houguo_left img{
    width: 100%;
}
.houguo_right{
    flex: 1;
    margin-left: 20px;
}
.font_bl {
    color: #2aa9e0;
}
.d-flex {
    display: flex;
}
.alignitemscenter {
    align-items: center;
}
.icon {
    width: 80px;
    height: 70px;
    flex-shrink: 0;
}
.mr {
    margin-right: 1rem;
}
.img {
    width: 200px;
    height: 135px;
    margin-left: 20px;
}
a.font_w{
    text-decoration: underline;
}
.iso_infos{
    flex: 1;
    margin-left: 24px;
  }
.iso_flexbox>div{
    width: 47%;
}
.iso_table table{
    width: 100%;
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
}
.iso_table table th {
    background-color: #1C1C1C;
    color: #FFFFFF;
    font-weight: normal;
}
.iso_table table th, .iso_table table td {
    padding: 15px;
    text-align: left;
}
.iso_table table .row1 {
    background-color: #0072C6;
    color: #FFFFFF;
}
.iso_table table .row2 {
    background-color: #00AEEF;
    color: #FFFFFF;
}
.table_imgs{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.imgs_div{
    width: 100%;
    height: 200px;
}





@media screen and (max-width: 768px) {
    .md-flex {
        display: block;
        width: 100%;
        word-break: break-all;
    }
    .img {
        margin: 0;
        margin-top: 2rem;
    }
    .iso_left{
        font-size: 20px;
    }
    .iso_flexbox>div {
        width: 100%;
      }
}











