<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content .container.resources .select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .container.d3-model {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .container.d3-model .list&gt;ul&gt;div {
    /* display: flex; */
    flex-flow: row wrap;
    justify-content: space-between;
}
#layer-photos-demo&gt;li {
    width: 32% !important;
    /* margin-right: unset !important; */
}
.content .container .specifics .right {
    width: 75%;
}
.content .container .specifics .left {
    width: 20%;
}
.content .container.d3-model .right {
    width: 75%;
}
.content .container.d3-model .left {
    width: 20%;
}
.content .container .select .reperfor .table img {
    width: 100%;
    margin: 10px 0;
}
.content .container .select .reperfor img {
    width: 100%;
    height: auto;
}
.content .container .specifics .right.layout .message .textfont img {
    width: 100%;
    height: auto;
}
.content .container .page .pagination li span {
    font-size: 12px;
    color: #666;
    font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
    display: block;
    width: 100%;
    height: 100%;
}
.content .container .page .pagination li a {
    font-size: 12px;
    color: #666;
    font-family: 'helveticaltstd-bold',Helvetica,Arial,sans-serif !important;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1440px) {
    #layer-photos-demo&gt;li {
        width: 23%;
        /* margin-right: unset !important; */
    }
}
@media screen and (min-width:1200px) {
    .content .container .specifics .right .Gallery ul li .download_img {
        width: 336px;
        height: 251px;
    }
}
@media screen and (max-width:1060px) {
    .content .container .specifics .right {
        width: 70%;
    }
    .content .container .specifics .left {
        width: 25%;
    }
    .content .container.d3-model .right {
        width: 70%;
    }
    .content .container.d3-model .left {
        width: 25%;
    }
    #layer-photos-demo&gt;li {
        width: 48% !important;
        /* margin-right: unset !important; */
    }
}
@media screen and (max-width: 768px) {
    .content .container .specifics .right {
        width: 60%;
    }
    .content .container .specifics .left {
        width: 35%;
    }
    .content .container.d3-model .right {
        width: 60%;
    }
    .content .container.d3-model .left {
        width: 35%;
    }
    #layer-photos-demo&gt;li {
        width: 100% !important;
        margin-right: unset !important;
    }
}
@media screen and (max-width: 568px) {
    .content .container .specifics {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content .container .specifics .right {
        width: 100%;
    }
    .content .container .specifics .left {
        width: 100%;
    }
}
@media screen and (max-width: 468px) {
    .content .container .specifics {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content .container.d3-model {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #layer-photos-demo&gt;li {
        width: 100%;
        margin-right: unset !important;
    }
    .content .container .specifics .right {
        width: 100%;
    }
    .content .container .specifics .left {
        width: 100%;
    }
    .content .container.d3-model .right {
        width: 100%;
    }
    .content .container.d3-model .left {
        width: 100%;
    }
}

/* é€‚é…æ‰‹æœº */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 812px) {
    .content .container.resources .select {
        flex-direction: column;
    }
    .content .container .select .reperfor &gt;span {
        padding: 0 10px;
    }
}
</pre></body></html>