.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: 100px;
    margin-right: 30px;
}
.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;
}
.icons {
    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;
}












@media screen and (max-width: 768px) {
    .md-flex {
        display: block !important;
        width: 100%;
        word-break: break-all;
    }
    .img {
        margin: 0;
        margin-top: 2rem;
    }
    .iso_left{
        font-size: 20px;
    }
}











