.details {
    overflow-wrap: break-word;
    padding: 30px;
    border: 1px solid rgb(217, 217, 217);
    background-color: rgb(255, 255, 255);

}

.details_left {
    width: 350px;
    height: auto;
    text-align: center;
}

.details_left img {
    width: 100%;
    height: auto;
}

.details_right {
    width: calc(100% - 400px);
}

.prodetail_title {
    font-size: 22px;
    line-height: 140%;
    font-family: 'Microsoft YaHei';
    border-bottom: 1px solid #e2e2e2;
    font-weight: normal;
    margin-bottom: 10px;
}

.prodetail_tprice label {
    font-size: 14px;
    color: #454545;
    font-family: 'Microsoft YaHei';
}

.prodetail_tprice span {
    font-size: 20px;
    color: #ff5022;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}

.prodetail_info {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 140%;
    line-height: 24px;
    text-indent: 0;
    background-color: #F5F5F5;
    border: 1px solid #E5E5E5;
    color: #868686;
    margin-bottom: 10px;
    padding: 5px;
}

.prodetail_video {
    padding: 30px 0;
}

.prodetail_video video {
    width: 100%;
    height: auto;
}

.prodetail_content {
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    line-height: 25px;
    color: #5a5a5a;
}

.prdview_prev_next {
    margin-top: 30px;
}

.prdview_prev_next a {
    font-family: Microsoft YaHei;
    font-size: 14px;
    color: #444;
    font-weight: normal;
    line-height: 25px;
}

@media (max-width: 480px) {
    .details {
        overflow-wrap: break-word;
        padding: 15px;
        border: 1px solid rgb(217, 217, 217);
        background-color: rgb(255, 255, 255);

    }
    .details_flex{
        flex-direction: column;
    }
    .details_left {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .details_left img {
        width: 100%;
        height: auto;
    }

    .details_right {
        width: 100%;
    }

    .prodetail_title {
        font-size: 22px;
        line-height: 140%;
        font-family: 'Microsoft YaHei';
        border-bottom: 1px solid #e2e2e2;
        font-weight: normal;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .prodetail_tprice label {
        font-size: 14px;
        color: #454545;
        font-family: 'Microsoft YaHei';
    }

    .prodetail_tprice span {
        font-size: 20px;
        color: #ff5022;
        font-weight: bold;
        font-family: 'Microsoft YaHei';
    }

    .prodetail_info {
        font-family: 'Microsoft YaHei';
        font-size: 14px;
        line-height: 140%;
        text-indent: 0;
        background-color: #F5F5F5;
        border: 1px solid #E5E5E5;
        color: #868686;
        margin: 10px 0;
        padding: 5px;
    }

    .prodetail_video {
        padding: 30px 0;
    }

    .prodetail_video video {
        width: 100%;
        height: auto;
    }

    .prodetail_content {
        font-size: 14px;
        font-family: 'Microsoft YaHei';
        line-height: 25px;
        color: #5a5a5a;
    }

    .prdview_prev_next {
        margin-top: 30px;
    }

    .prdview_prev_next a {
        font-family: Microsoft YaHei;
        font-size: 14px;
        color: #444;
        font-weight: normal;
        line-height: 25px;
    }
}