﻿.divVideoStyle {
    background-color: black;
    width: 100%;
    height: 100%
}

.divVideoClose {
    position: absolute;
    top: 1px;
    margin-left: -3px;
    color: #f3eded;
    text-align: right;
    width: 100%;
}

.divPlayCtrl {
    position: absolute;
    margin-top: -70px;
    z-index: 100;
}

    .divPlayCtrl .icon {
        position: absolute;
        margin-left: 153px;
        font-size: 50px;
        color: #c1c2ca;
        z-index: 10;
        text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff;
    }

ul {
    margin: 0;
    padding: 0;
}

#preview {
    float: none;
    margin: 20px auto;
    text-align: center;
}


.list-h li {
    float: left;
}

#spec-n5 {
    width: 350px;
    height: 56px;
    padding-top: 6px;
    overflow: hidden;
}
/*#spec-left{ background:url(images/left.gif) no-repeat; width:10px; height:45px; float:left; cursor:pointer; margin-top:5px;}
        #spec-right{background:url(images/right.gif) no-repeat; width:10px; height:45px; float:left;cursor:pointer; margin-top:5px;}*/
#spec-list {
    width: 325px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

    #spec-list ul li {
        float: left;
        margin-right: 0px;
        display: inline;
        width: 62px;
    }

        #spec-list ul li img {
            padding: 2px;
            border: 1px solid #ccc;
            width: 50px;
            height: 50px;
        }


.jqzoom {
    width: 350px;
    height: 350px;
    position: relative;
    padding: 0;
}

    .jqzoom .tip {
        position: absolute;
        z-index: 200;
        padding: 0px 3px;
        border-radius: 5px;
        color: red;
        right: 5px;
        bottom: 5px;
        text-shadow: #fff822 0px 0px 2px;
    }

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    width: 400px;
    height: 400px;
    border: 1px solid #e4e4e4;
    display: none;
    text-align: center;
    overflow: hidden;
}

.bigimg {
    width: 800px;
    height: 800px;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #cecab8 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list {
    position: relative;
    width: 322px;
    margin-right: 6px;
}

    #spec-list div {
        margin-top: 0;
        margin-left: -30px;
        *margin-left: 0;
    }

.fly_item {
    border: 1px solid #000;
    width: 38px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    opacity: .5;
    filter: alpha(opacity=50);
}

.tab-main img {
    max-width: 100%;
}

.partparam {
    display: flex;
    width: 520px;
    flex-wrap: wrap;
}

    .partparam > div {
        align-items: flex-start;
        width: 250px;
        min-height:35px;
        display: flex;
        margin-left: 10px
    }

        .partparam > div > div:nth-child(odd) {
            overflow: hidden;
            min-width: 80px;
            color: #898585;
        }

        .partparam > div > div:nth-child(even) {
            white-space: nowrap;
            line-height: 22px;
            overflow: hidden;
        
            max-height: 100px;
            min-height: fit-content;
            white-space: break-spaces !important;
            word-break: break-word;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }
.product-title .icon-copy1 {
    color: #56affb;
    margin-left: 5px;
    position: absolute;
    font-size: 12px;
    cursor: pointer;
    display: none;
}


.product-title:hover .icon-copy1 {
    display: inline-block;
}