.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.pr-left {
    width: 20%;
    float: left;
    border: 8px solid#3864af;
}

    .pr-left h3 {
        text-align: center;
        background: #3864af;
        color: #fff;
        padding: 23px 0;
        font-size: 24px;
        font-weight: bold;
    }

.pr-right {
    width: 76%;
    float: right;
}

.main-top {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}

.main-left {
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}

    .main-left img {
        float: left;
        margin-right: 6px;
        margin-top: 24px;
    }

    .main-left p {
        float: left;
    }

        .main-left p a {
            color: #434343;
        }

.detail {
    width: 100%;
    height: auto;
}
.detail li h3{    text-align: center;
    padding: 10px
;
    color: black;
}
    .detail img {
        width: 100%;
        height: 319px;
    }

    .detail p {
        line-height: 27px;
        font-size: 14px;
        padding-top: 10px;
    }

.recommend {
    width: 100%;
    height: auto;
    display: inline-block;
}

.rec-box {
    width: 90%;
    height: auto;
    padding: 5%;
    margin: 0 auto;
    display: block;
}

    .rec-box a {
        width: 100%;
        height: auto;
        font-size: 15px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #000;
    }


.detail ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 1%;
}

.detail li {
    width: 24%;
    height: auto;
    display: inline-block;
    padding-bottom: 1%;
    padding-top: 2%;
    float: left;
    margin-right: 1%;
}

.det-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.dett-left {
    float: left;
    color: #004ea1;
    font-size: 20px;
    letter-spacing: 1px;
}

.dett-right {
    float: right;
    color: #000000;
    font-size: 14px;
    line-height: 28px;
}

.det-bottom {
    color: #6d6d6d;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .pr-left {    width: 96%;
    float: left;
    border: 8px
 solid#3864af;
}
.cd-accordion-menu li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 5px;
    margin-bottom: 3px;
    width: 100%;
    float: left;
    margin-right: 2%;
}
.pr-right {
    width: 100%;
    float: right;
}
.detail img {
    width: 100% !important;
    height: 141px !important;
}
    .detail h3{
        font-size: 14px;
        text-align: center;
        padding: 10px;
        color: black;
        font-weight: normal;
    }
.main-left {
    float: left;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 4%;
    margin-bottom: 4%;
}
.main-left img {
    float: left;
    margin-right: 6px
;
    margin-top: 0px
;
}
.detail li {
    width: 32%;
    height: auto;
    display: inline-block;
    padding-bottom: 1%;
    padding-top: 2%;
    float: left;
    margin-right: 1%;
}
}

