@charset "utf-8";.jqzoom {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.jqzoom img {
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 95%;
    max-height: 95%;
}

.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    background: #FFF;
    border: 1px solid #ddd;
    display: none;
    overflow: hidden
}

.zoomdiv .bigimg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: unset;
    max-height: unset
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    cursor: crosshair;
    filter: alpha(Opacity=50)
}

.jqZoomPup img {
    min-width: 390px;
}

.spec-preview {
    width: 100%;
    height: 100%;
    border: 2px solid #02899e;
    margin: 0px auto;
}

.spec-scroll {
    clear: both;
    margin: 15px auto;
    width: 390px;
    height: 90px;
    padding: 0 30px;
    position: relative;
}

.spec-scroll .next,.spec-scroll .prev {
    background: #2e2e2e center no-repeat;
    display: block;
    text-align: center;
    width: 24px;
    height: 90px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.spec-scroll .next {
    left: auto;
    right: 0;
    transform: rotate(180deg)
}

.spec-scroll .next:hover,.spec-scroll .prev:hover {
    background-color: #1fc056
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden
}

.spec-scroll .items ul {
    position: absolute;
    height: 75px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start
}

.spec-scroll .items ul li {
    flex-basis: 85px;
    width: 85px;
    padding-right: 10px
}

.spec-scroll .items ul li span {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    padding: 2px
}

.spec-scroll .items ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer
}

.spec-scroll .items ul li span.active,.spec-scroll .items ul li span:hover {
    border: 2px solid #1fc056;
    padding: 1px
}

#tinybox {
    position: absolute;
    display: none;
    padding: 10px;
    background: #FFF no-repeat 50% 50%;
    border: 10px solid #ddd;
    z-index: 99997
}

#tinymask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 99997
}

#tinycontent {
    background: #FFF
}

.spec-scroll .items ul li img {
    margin: 0px auto
}

#imgee {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media (max-width: 480px) {
    .jq-zoom {
        width:100%;
        height: 100%;
        margin: 0px auto;
        float: none
    }

    .jqzoom {
        width: 95%;
        height: 95%;
    }
    .spec-scroll{
        width: 350px;
    }
    .jqzoom img{
        margin-left: 2rem;
    }
}

.product_relate{
    padding:50px 0;
    border-top: 1px solid #e1e1e1;
}
.product_view h2.heading_h2, .product_relate h2.heading_h2{
    color:#02899e;
    font-size: 24px;
    text-transform:uppercase;
    margin-bottom:40px;
}
.slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    user-select:none;
    -webkit-touch-callout:none;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}
.slider_product .item_product{
    margin: right 8px;
    position:relative;
}
.slider_product .item_product .box_img{
    height:200px;
    width:100%;
    position:relative;
}
.slider_product .item_product .box_img img{
    max-width:70%;
    max-height:70%;
    margin:auto;
    position:absolute;
    height:auto;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(1);
    transition:.3s;
    border-radius: 5px;
}
.slider_product .item_product h3{
    color:#02899e;
    font-family:inherit;
    font-size:18px;
    font-weight:700;
    line-height:24px;
    padding:15px 40px 0;
    margin-bottom:0;
    text-align: center;
}

.slider_product .item_product a{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.product_relate .slick-arrow{
    position:absolute;
    top: 100px;
    transform:translateY(-50%);
    width: 40px;
    height:50px;
    border:2px solid #ccc;
    transition:.3s;
    background-color: #ffffff;
}
.product_view .slick-arrow i, .product_relate .slick-arrow i{
    color:#ccc;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    transition: .3s;
}