<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    padding: 0.3rem;
}
.header .logo-wrapper {
    background-size: 60%;
}

.part-1,
.part-7,
.part-11,
.part-13,
.part-14,
.part-15 {
    padding: 0rem 0.3rem;
}

.part-1 {
    height: 14rem;
    background-size: 100% 14rem;
}
.part-1 .left .title-img {
    width: 80%;
    margin: 0 auto;
}
.part-1 .right .sub-img {
    margin-bottom: 1.2rem;
}
.part-1 .right .title {
    font-size: 0.5rem;
}
.part-1 .right .title:before {
    top: -0.5rem;
}
.part-1 .right .title:after {
    bottom: -0.5rem;
}

.part-7 .list-wrapper .pos-list {
    width: 100%;
}
.part-7 .list-wrapper .pos-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.part-7 .list-wrapper .pos-list ul li {
    width: 47% !important;
    flex: 0 0 auto;
    margin: 0 0 0.2rem 0;
    height: auto;
}
.part-7 .list-wrapper .pos-list ul li:nth-child(odd) {
    margin-right: 6%;
}
.part-10 .list-wrapper {
    padding: 0 .3rem;
}
.part-10 .list-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part-10 .list-wrapper ul li {
    flex: 1 1 40%;
    margin: 0 .2rem .15rem 0;
}
.part-10 .list-wrapper ul li:nth-child(2n) {
    margin-right: 0;
}

.part-12 .list-wrapper {
    padding: 1rem 0;
}
.time-line .inner-wrapper {
    width: 100%;
}
.time-line .inner-wrapper .item-wrapper .name {
    writing-mode: vertical-lr;
    top: -2.3rem;
    left: 50%;
    margin-left: -0.1rem;
    text-align: right;
    height: 2rem;
    font-size: 0.2rem;
}
/* .time-line .inner-wrapper .down .name {text-align: left; top: .7rem;} */

.part-14 .list-wrapper .side-list ul li {
    flex: 1 1 50%;
}

.part-15 {
    /* background: #001349; */
}
.part-15 .bg-wrapper {
    position: static;
    margin: 0;
    padding: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: auto;
    background: none;
}
.part-15 .bg-wrapper .img-wrapper {
    flex: 1 1 100%;
    margin: 0;
}
.part-15 .bg-wrapper .img-wrapper:first-child {
    margin-bottom: 0.5rem;
}
.part-15 .bg-wrapper .codes {
    flex-direction: column;
}
.contact-icon {
    width: 20px;
    float: right;
    /* margin: -45px 100px 0 0; */
    position: absolute;
    left: 63%;
}

.modal-mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-container {
    margin: auto;
    width: 80vw;
    height: 50vh;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.modal-title {
    width: 100%;
    height: 10%;
    background-color: #e96c29;
}

.modal-title img {
    float: right;
    width: 8%;
    padding: 2%;
    cursor: pointer;
}

.modal-main {
    width: 100%;
    height: 90%;
}

.modal-main form {
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
}

.modal-main form div {
    margin: auto;
    width: 85%;
    height: 18%;
}

.modal-main form .message {
    height: 30%;
}

.message textarea {
    padding: 0;
    width: 70%;
    height: 80%;
    resize: none;
    outline: none;
}

.modal-main form p {
    display: inline-block;
    margin-right: 3%;
    width: 25%;
}

.modal-main form div input {
    padding: 0;
    width: 70%;
    height: 80%;
    outline: none;
}

.modal-confirm {
    height: 15%;
}

.modal-confirm button {
    border: none;
    cursor: pointer;
    background-color: #e96c29;
    color: #fff;
    border-radius: 5%;
    width: 30%;
    height: 60%;
    float: right;
    margin-right: 4%;
}

/* 浜у搧灞曠ず閮ㄥ垎 */
.click-text {
    text-align: center;
    width: auto;
    float: none;
    padding-top: 0%;
    margin-right: 0%;
}

.click-text p {
    cursor: pointer;
}

.click-text div {
    border-bottom: 1px #999 solid;
    width: 50px;
    margin: 10px auto 15px;
}

#video-mask {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#video-modal {
    width: 100vw;
    height: 75vh;
    background-image: url(../assets/model-bg-m.png);
    background-position: center;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

#video-modal input {
    position: fixed;
    right: 46.6%;
    top: 67.9%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}

#video-modal ul {
    font-size: 0.6em;
    float: none;
    position: relative;
    width: 80%;
    color: #fff;
    top: 18%;
    /* bottom: 71%; */
    left: 15%;
    bottom: 0;
    right: 0;
    margin-right: 0;
    margin-top: 0;
}

#video-modal ul li {
    float: left;
    margin: 0;
}

#video-modal ul li input{
    display: none;
}

#video-modal ul li input+label{
    display: block;
    width: 19.5vw;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-radius: 50px;
    line-height: 230%;
    text-align: center;
}

#video-modal ul li input+label+div{
    display: none;
    position: fixed;
    white-space: nowrap;
    overflow: hidden;
}

#video-modal ul li input:checked+label{
    background-image: linear-gradient(#e6856a, #e86c2b);
    color: #fff;
}

#video-modal ul li input:checked+label+div{
    display: block;
}

#video-modal ul li label{
    cursor: pointer;
}

#video-modal ul li div{
    height: 27.3vh;
    width: 77vw;
    position: fixed;
    margin-right: 0px;
    margin-top: 0px;
    border-radius: 3px;
    display: none;
    left: 11.72%;
    top: 33%;
}

#video-modal ul li div video{
    width: 100%;
    height: 100%;
}</pre></body></html>