<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* position: relative; */
}

.page{
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
    margin: 0;
    background-image: url(../img/page/page01_bg.png);
    background-size: cover;
}
#title{
    width: 1000px;
    height: 150px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 6px solid #0c88c2;
    position: absolute;
    margin: auto;
    top: 150px;
    left: 0;
    right: 0;
    /* bottom: 0;  */
}
#title div{
    width: 500px;
    height: 40px;
    color: #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
    /* border: #0c88c2 1px solid; */
    
}
#title_1{
    font-family: 'æ€æºé»‘ä½“';
    font-size: 45px;
    letter-spacing: 22px;
    text-indent:20px
}
#title_2{
    position: relative;
    top: 25px;
    font-family: 'Agency FB';
    font-size: 20px;
    letter-spacing: 4px;
}
#title_3{
    top: 15px;
    font-family: 'æ€æºé»‘ä½“';
    font-size: 23px;
    letter-spacing: 15px;
    opacity: 0.7;
    text-indent:15px
}
#show_case{
    width: 1000px;
    height: 550px;
    /* border: 1px solid white; */
    background-color: #35353D;
    position: absolute;
    margin: auto;
    top: 306px;
    left: 0;
    right: 0;
    /* bottom: 0;  */
}
.case_style{
    float: left;
    width: 240px;
    height: 140px;
    /* border: red 1px solid; */
    /* background-color: red; */
    margin-left: 8px;
    margin-top: 8px;
    position: relative;
    /* opacity: 0.1; */
    /* background-image: url(../img/case/case_demo.png) no-repeat; */
}
#btn_back{
    width: 95px;
    height: 29px;
    background-image: url(../img/case/btn_back.png);
    position: relative;
    margin: auto;
    top: 500px;
}
.case_style img{
    /* width: 100%;
    height: 100%; */
    /* border: blue 1px solid; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}</pre></body></html>