.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}

.pr-left {
    width: 20%;
    float: left;
    border: 8px solid#3864af;
    display: none;
}

.pr-left h3 {
    text-align: center;
    background: #3864af;
    color: #fff;
    padding: 23px 0;
    font-size: 24px;
    font-weight: bold;
}

.pr-right {
    width: 100%;
    float: right;
}
.pbl-right {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: 5%;
}
.pr-bottom li {
    width: 31%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
}
.pr-bottom img {
    width: 100% !important;
    float: left;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    height: auto;
}
.pr-bottom li:nth-child(3n) {
    /* margin-right: 0; */
}
.pr-bottom li:nth-child(2n) {
    margin-right: 2% !important;
}
.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 img {
}

.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: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#d8d8d8;
    padding-bottom: 1%;
    padding-top: 1%;
}

.det-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.dett-left {
    float: left;
    color: #004ea1;
    font-size: 15px;
    letter-spacing: 1px;
}

.dett-right {
    float: right;
    color: #000000;
    font-size: 14px;
}

.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: auto !important;
    }
    .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
    ;
    }
    .dett-left {
        float: left;
        color: #004ea1;
        font-size: 16px;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        width: 74%;
    }
}

