﻿html {
    overflow-y: scroll;
}
.ab-container {
    width: 100%;
    height: 100%;
}
/* .common-head {
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
} */
.ab-container-box {
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ab-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 64px;
}
.ab-title {
    font-size: 28px;
    color: #1D1724;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 44px;
}
.ab-left {
    align-self: flex-end;
    margin-left: 20px;
}
.ab-img {
    width: 100%;
    display: block;
}
.ab-msg {
    width: 100%;
    padding: 20px 0 60px;
}
.ab-right-msg {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
}

@media (min-width:768px) {
    .ab-container {
        min-width: 1200px;
    }
    .ab-msg {
        display: -webkit-box; 
        display: -moz-box; 
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex; 
       
        -webkit-justify-content: space-around;
        justify-content: space-around;
      
        -webkit-align-items: flex-start;
        align-items: flex-start;  
    }
    .ab-left-img {
        width: 621px;
        height: 362px;
    }
    .ab-right {
        width: 564px;
    }
}

@media (max-width:768px) {
    .ab-content {
        width: 100%;
        padding-top: 0;
    }
    .ab-left-img {
        width: 95%;
        margin: 0 auto;
    }
    .ab-title {
        font-size: .61rem;
        padding-left: .56rem;
        margin-bottom: .69rem;
    }
    .ab-right-msg {
        font-size: .44rem;
        padding: 0 .56rem .7rem;
    }
}









#interpolation {
    width: 100%;
    background: #381495;
}