#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: 1rem;
    float: left;
    cursor: pointer;
    background-color: #fff;
    border-radius: 3px;
    -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: #FECF02;
}

#spec-right {
    width: 0.25rem;
    height: 1rem;
    float: left;
    cursor: pointer;
    background-color: #fff;
    border-radius: 3px;
    -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: #FECF02;
}

#spec-list {
    width: 325px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

#spec-list ul li {
    float: left;
    margin-right: 0;
    padding: 0 0.05rem;
    display: inline;
    width: 1rem;
    margin-top: 0;
    line-height: 1;

}

#spec-list ul li img {
    padding: 0.03rem;
    border: 1px solid #ccc;
    width: 0.9rem;
    height: 0.9rem;
    cursor: pointer;
    background-color: #fff;
}

#spec-list {
    position: relative;
    width: calc(100% - 0.6rem);
    margin: 0 0.05rem;
    height: 1rem;
}

#spec-list div {
    margin-top: 0;
    margin-left: 0;
    height: 1rem;
}


/*jqzoom*/

.jqzoom {
    position: relative;
    width: auto;
    height: 100%;
    max-width: 100%;
    padding: 0;
    border: #dedede 1px solid;
    line-height: 0;
}

.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: 100px !important;
    height: 100px !important;
    border: 1px solid #aaa;
    background: #FEDE4F 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

