<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#preview {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}


.list-h li {
    float: left;
}

#spec-n5 {
    width: 100%;
    /*height: 1.1rem;*/
    padding-top: 0.1rem;
    overflow: hidden;
}

#spec-left {
    width: 0.25rem;
    height: 5vw;
    padding: 0.03rem 0;
    float: left;
    cursor: pointer;
    background-color: #fff;
    border-radius: .03rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

#spec-left svg {
    width: 0.2rem;
    height: 0.2rem;
}

#spec-left:hover {
    background-color: var(--thcolor);
}

#spec-left:hover svg {
    fill: #fff;
}

#spec-right {
    width: 0.25rem;
    height: 5vw;
    padding: 0.03rem 0;
    float: left;
    cursor: pointer;
    background-color: #fff;
    border-radius: .03rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

#spec-right svg {
    width: 0.2rem;
    height: 0.2rem;
}

#spec-right:hover {
    background-color: var(--thcolor);
}

#spec-right:hover svg {
    fill: #fff;
}

#spec-list {
    /*width: 325px;*/
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

#spec-list ul {
    display: flex;
}

#spec-list ul li {
    float: left;
    margin-right: 0;
    padding: 0.03rem;
    display: inline;
    width: calc(4.8vw + 0.06rem);
    margin-top: 0;
    line-height: 1;

}

#spec-list ul li img {
    padding: 0.02rem;
    border: solid .01rem #ccc;
    width: 4.8vw;
    height: 4.8vw;
    cursor: pointer;
    background-color: #fff;
}

#spec-list {
    position: relative;
    width: calc(100% - 0.6rem);
    margin: 0 0.05rem;
    height: calc(4.8vw + 0.15rem);
    line-height: 4.8vw;
}

#spec-list div {
    margin-top: 0;
    margin-left: 0;
    height: calc(4.8vw + 0.6rem)!important;
    width: 100% !important;
}


/*jqzoom*/

.jqzoom {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    border: #dedede 1px solid;
    line-height: 0;
}
.jqzoom img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: contain;
}
.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 4rem;
    height: 4rem;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}

.zoomdiv img {
    max-width: 8rem !important;

}

.bigimg {
    width: 8rem !important;
    height: 8rem !important;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem !important;
    height: 1rem !important;
    border: solid .01rem #aaa;
    background: var(--thcolor) 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

</pre></body></html>