/*产品详情*/
/*================== */
.products-detail-left {
    float: left;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.products-detail-right {
    float: left;
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}

.spec-preview {
    width: 100%;
}

.jqzoom {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 300px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff /*url(../img/zoom.png) 50% center no-repeat*/;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

.jqzoom img {
    width: 100%;
}

.spec-scroll .items ul {
    position: absolute;
    height: 81px;
    padding-left: 0px;
    list-style: none;
    width: 100%;
    margin-top: 10px;
}

.spec-scroll .items ul li {
    float: left;
    text-align: center;
    margin: 0px;
}

.spec-scroll .items ul li img:hover {
    border: 1px solid #A9A9A5;;
    padding: 1px;
}

.p-crumb a, .p-crumb span {
    text-transform: capitalize;
}

.right-extra {
    float: left;
    margin-top: 30px;
    margin-bottom: 60px;
}

.detail-right {
    float: left;
    z-index: 99;
    margin-top: 30px;
    margin-bottom: 60px;
}

.prd {
    border-bottom: 1px solid #ddd;
}

.tab-content img {
    max-width: 100%;
}

.spec-preview {
    width: 100%;
}

.spec-scroll {
    clear: both;
    margin-top: 20px;
}

.spec-scroll .items {
    float: left;
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 70px;
    padding-left: 0px;
}

.spec-scroll .items ul li {
    float: left;
    width: 70px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 10px;
}

.spec-scroll .items ul li img {
    width: 100%;
}

.spec-scroll .items ul li img:hover {
    border: 1px solid #dcdcdc;
    padding: 1px;
}

.product-main {
    background: #f2f2ea;
    padding-bottom: 30px;
}

.product-main {
    background: #f2f2ea;
    padding-bottom: 30px;
}

.product-main-left {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.product-main-ul {
    padding: 20px 0 0px 0;
    margin-left: 0px;
}

.product-main-ul li {
    line-height: 25px;
}

.product-main-ul li:nth-child(odd) {
    float: left;
    width: 30%;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.product-main-ul li:nth-child(even) {
    color: #888;
    float: right;
    width: 70%;
    min-height: 25px;
}

.prev, .next {
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 222;
    top: 20px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    _border: 1px solid none;
}

.spec-scroll .prev {
    float: left;
}

.spec-scroll .next {
    float: right;
}

.spec-scroll .prev, .spec-scroll .next {
    display: block;
    text-align: center;
    width: 13px;
    height: 54px;
    /*margin-top: 30px;*/
    line-height: 54px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.product-main-right {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.product-main-right h1 {
    font-weight: bold;
}

.product-detail-table2 {
    margin-top: 105px;
    border: 1px #dcdcdc solid;
    width: 100% !important;
}

.product-detail-table2 tr th {
    background-color: #4f81bd;
    color: #fff;
}

.product-detail-form1 {
    width: 47%;
    float: left;
    background-color: #fff;
    border: 1px #dcdcdc solid;
    margin-bottom: 15px;
}

.product-detail-form2 {
    float: right;
}

.product-detail-form3 {
    width: 100%;
    height: 150px;
    border: 1px #dcdcdc solid;
    margin-bottom: 15px;
    padding: 10px 0 0 10px;
}

.product-detail-about1 img {
    width: 100%;
}

.product-detail-about {
    margin: 100px 0 100px 0;
}

.spec-scroll .items ul li img, .jqzoom img {
    border: 1px solid #dcdcdc;
}

@media (max-width: 768px) {
    .products-detail-left {
        float: none !important;
        width: 100% !important;
        padding: 0 15px;
    }

    .products-detail-right {
        float: none !important;
        width: 100% !important;
        padding: 0 15px;
    }

    .product-main-left {
        float: left;
        width: 100% !important;
        margin-right: 0;
    }

    .product-main-right {
        width: 100% !important;
        float: left;
    }
}