<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(head.css);
body{
    background-color: #f0eeed;
}
.header{
    position: initial;
}
.content{
    width: 96%;
    margin: 0 2%;
    margin-top: 40px;
}
.content_wrap{
    width: 100%;
}
.content_wrap h1{
    margin-bottom: 30px;
        font-family:'DIN Next LT Pro';
    font-weight: 300;
}
.content_wrap h6{
    font-family:'DIN Next LT Pro';
    font-weight: 300;
}
.content_left{
    margin-bottom: 36px;
    // padding-left: 70px;
}
.content_left img{
    width: 100%;
}
.content_down_img_w{
    width: 80%;
}
.content_right{
    width: 70%;
    margin: 0 15%;
}
.content_down{

    border-radius:30px;
    margin-top: 160px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.content_dark{
    background-color: #47626F;
}
.content_down .content_down_wrap:nth-child(2){
    border-right: 1px solid #ccc;
}
.content_down img{
    width: 100%;
}
.content_down .col-md-12{
    padding-left: 0;
    padding-right: 0;
}


.content_down_wrap p{
    color: #fff;
    font-family:'DIN Next LT Pro';

}

.content_down_img{
    // margin-right: 10px;
}
.footer{
    position: absolute;
    // top: -46px;
    z-index: 99;
    font-size: 12px;
    line-height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    // margin: 0 38%;

    // bottom:0;
}
.foot_tit{
    position: initial;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer a{
    color: #838080;
}
@media (max-width: 767px) {
    .content_right{
        width:96%;
        margin: 0 2%;
    }
    .content_left{
        margin-bottom: 0;
    }
    .content_wrap h1{
        margin-bottom: 20px;
    }
    .content_right p{
        margin-bottom: 10px;
    }
    .content_right h6{
        text-align: left;
    }
}
// @media (min-width:632px) and (max-width: 767px){
//     .head_right_down .head_nav {
//         right: 9px;
//     }
// }
// @media (max-width: 631px){
//     .head_right_down .head_nav {
//         right: 5px;
//     }
// }
// @media (max-width: 600px){
//     .head_right_down .head_nav {
//         right: 2px;
//     }
// }</pre></body></html>