.contact-banner {
    height: 29vw;
    margin-bottom: 8rem;
}
.address-name span{
    width: 15%;
    line-height: 52px;
    font-size: 18px;
    border-radius: 12px;
    box-shadow: 0px 4.95804px 86.7656px 24.7902px rgba(29, 34, 90, 0.09);
    text-align: center;
    cursor: pointer;
    background: #EEF7FF;
    transition: 0.4s all ease;
}
.address-name span.active{
    background: linear-gradient(329.64deg, #008AD8 14.52%, #41B6D5 84.84%);
    color: white;
    font-size: 23px;
}
ul.address-list li div.mess{
    width: 38%;
    padding: 0 4.5%;
    font-weight: 600;
}
ul.address-list li div.img{
    height: 320px;
    width: 652px;
}
ul.address-list li div.img iframe{
    width: 100%;
    height: 320px;
}
ul.address-list li div.img span{
    background-size: cover !important;
    /* min-height: 432px; */
}
ul.address-list li p.title{
    color: #397594;
    margin-bottom: 0rem;
    font-size: 17px;
    font-weight: 500;
}
ul.address-list li div.mess span{
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding-left: 1.6rem;
    background: url(../img/address.svg) no-repeat center left;
    background-size: 0.7rem;
    color: black;
    line-height: 30px;
    margin-bottom: .5rem;
}
ul.address-list li div.mess span.phone{
    background: url(../img/phone.svg) no-repeat center left;
    background-size: 1rem;
}
ul.address-list li div.mess span.telephone{
    background: url(../img/telephone.svg) no-repeat center left;
    background-size: 1rem;
}
ul.address-list li div.mess span.web{
    background: url(../img/web.svg) no-repeat center left;
    background-size: 1rem;
}
ul.address-list li div.mess span.email{
    background: url(../img/email.svg) no-repeat center left;
    background-size: 1rem;
}
ul.address-list li{
    background-color: white;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    margin-bottom: 5rem;
}
ul.address-list .border-bf::before {
    height: 111%;
    background-color: #eeeeee26;
    box-shadow: 0 0px 76px #0000001a;
}
ul.address-list{
    display: none;
}
.address-list.active{
    display: block;
}
.contact-content .top{
    padding: 0 1vw;
    min-height: 37rem;
    position: relative;
    max-width: 1050px;
}
.report-part div{
    min-width: 26%;
    text-align: center;
    margin-top: 3.5rem;
}
div.contact-report{
    padding-left: 5.5vw;
    margin-top: 20rem;
    color: #397594;
}
.report-part p{
    margin-bottom: 0rem;
    line-height: 1.8rem;
}
.report-part p span{
    font-size: 1.5rem;
    display: block;
}
.report-part p a{
    display: block;
}
.report-part .button-red.arrow{
    padding: 0 3.2rem 0 2rem;
    font-size: 12px;
    font-weight: 400;
    background-size: 13px;
    margin-top: 1rem;
}
.contact-content{
    position: relative;
}
/* .contact-content::before{
    content: '';
    width: 100%;
    height: 120%;
    background: url(../img/news-bg01.png) no-repeat center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    right: -27%;
    z-index: -1;
    background-size: contain;
} */
.contact-content .all-bg{
    height: 117%;
    top: -8rem;
    z-index: -1;
}
.contact-content .all-bg::before {
    width: 198%;
    height: 125%;
    background: url(../img/all-banner.png) no-repeat center right;
    background-position-x: 61%;
    background-size: 42%;
    position: absolute;
    top: -13rem;
    left: unset;
    right: 36%;
    transform-origin: right;
    transform: rotate(359deg) translateX(50%);
    z-index: -1;
    opacity: .6;
}
img.loading{
    width: 4.5rem;
    position: absolute;
    top: 18rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s all ease;
}
img.loading.active{
    opacity: 1;
}