﻿.product-details {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 4%;
}

.index {
    width: 74%;
    margin: 0 auto;
}

.pd-left {
    width: 27%;
    float: right;
    overflow: hidden;
}

.pd-right {
    width: 65%;
    float: left;
}

.pbr-title {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.pbr-title h3 {
    width: 90%;
    height: auto;
    z-index: 9999999;
    position: absolute;
    left: 0px;
    top: 8px;
    margin-bottom: 0px;
    font-size: 20px !important;
    letter-spacing: 1px;
    line-height: 31px;
    font-weight: bold;
    display: inline-block;
}

.pbr-title img {
    position: absolute;
    left: 0px;
}

.pbtt-box {
    width: 100%;
    margin-top: 6%;
    overflow: hidden;
    height: auto;
    font-size: 16px;
}

.pbtt-box h4 {
    color: #ff8a00;
    font-weight: bold;
    margin-bottom: 5%;
    font-size: 23px;
}

.pbtt-box h3 {
    font-size: 16px;
    font-weight: bold;
}

.p-video {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
    padding-top: 5%;
}

.abt-title {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
}

.abt-title h3 {
    color: #fd914f;
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: bold;
}

.abt-title h2 {
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10%;
}

.s-video-wrap {
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    height: 400px;
    display: flex;
    align-items: center;
    margin-top: 36px;
    overflow: hidden;
    width: 100%;
}

.s-video-content {
    position: absolute;
    left: 48%;
}

.s-video-content a {
    z-index: 9;
    font-size: 14px;
    height: 178px;
    width: 178px;
    text-align: center;
    line-height: 178px;
    border-radius: 50%;
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.pl-one {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 11%;
}

.pl-two {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pbtt-technology {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pbtt-technology h3 {
    font-size: 17px;
    font-weight: bold;
}

.pt-box {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pt-box ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.pt-box li {
    width: 100%;
    height: 39px;
}

.ptb-left {
    width: 40%;
    float: left;
    text-align: left;
    border: 1px solid#dcdcdc;
    font-size: 15px;
    background: #d2d2d2;
    color: black;
    height: 39px;
    line-height: 39px;
    padding-left: 15px;
}

.ptb-right {
    width: 59%;
    float: left;
    border: 1px solid#dcdcdc;
    text-align: center;
    font-size: 15px;
    color: black;
    height: 39px;
    line-height: 39px;
    padding-left: 15px;
}

.pbtt-box span b {
    text-transform: inherit;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}











@media screen and (max-width: 1024px) and (min-width: 0px) {
    .index {
        width: 85%;
        margin: 0 auto;
    }
    .product-details {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 4%;
        position: relative;
        overflow: hidden;
    }
    .pbr-title {
        width: 100%;
        height: auto;
        display: inline-block;
        position: absolute;
        top: 0px;
    }

    .pd-left {
        width: 100%;
        float: left;
        overflow: hidden;
        margin-top: 24%;
    }

    .pd-right {
        width: 100%;
        float: right;
    }

    .abt-title h3 {
        color: #fd914f;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 400;
    }

    .abt-title h2 {
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 37px;
        font-weight: bold;
        color: #fff;
    }

    .s-video-wrap {
        background-position: center;
        background-size: cover;
        margin-bottom: 0px;
        height: auto;
        display: flex;
        align-items: center;
        margin-top: 0px;
        overflow: hidden;
        width: 100%;
    }

    .s-video-content a img {
        width: 63px;
    }
    .s-video-content .hy{
        z-index: 9;
        font-size: 14px;
        height: 178px;
        width: 178px;
        text-align: center;
        line-height: 178px;
        border-radius: 50%;
        display: block;
        margin-bottom: 25px;
        position: relative;
    }
    #thumbs li {
        margin: 0px 7px;
        width: 100% !important;
        display: inline;
        float: left;
        height: auto;
        overflow: hidden;
        margin-bottom: 15px;
    }

    #thumbs li a {
        width: 100% !important;
        display: block;
        font-size: 0px;
        height: auto;
    }

    #thumbs li a {
        width: 100% !important;
        display: block;
        font-size: 0px;
        height: auto !important;
    }

    .image {
        text-align: center;
        width: 100% !important
    }

    .s-video-content {
        position: absolute;
        left: 25%;
    }

    .p-video {
        width: 100%;
        height: auto;
        margin-top: 5%;
        padding-top: 5%;
    }

    .pd-right p {
        margin-bottom: 10px;
        line-height: 21px !important;
    }

    .pbtt-box {
        width: 103%;
        margin-top: 22%;
        overflow: hidden;
        height: auto;
        font-size: 16px;
    }

    .ptb-left {
        width: 45%;
        float: left;
        text-align: left;
        border: 1px solid#dcdcdc;
        font-size: 13px;
        background: #d2d2d2;
        color: black;
        height: 39px;
        line-height: 39px;
        padding-left: 6px;
    }

    .pt-box {
        width: 745px;
        height: auto;
        display: inline-block;
    }

    .pbtt-technology {
        width: 100%;
        height: auto;
        overflow-x: auto;
    }

    .ptb-right {
        width: 54%;
        float: left;
        border: 1px solid#dcdcdc;
        text-align: left;
        font-size: 13px;
        color: black;
        height: 39px;
        line-height: 39px;
        padding-left: 15px;
    }

    .ptb-right p {
        text-align: left !important;
        color: black;
    }
    .s-video-content img {
        width: 63px;
    }
}
