﻿@media screen and (max-width: 800px) {
    #p_p_introduce .proInfo .price_box button {
        display: inline-block;
        font-size: 12px;
        padding: 6px 10px;
        width: 115px;
        min-width: auto;
    }
}

@media screen and (max-width: 800px) {
    #p_p_detail {
        height: 429px;
    }
}

@media screen and (max-width: 800px) {
    #p_p_specification .proDesc {
        font-size: 12px;
    }
}

@media screen and (min-width: 1024px) {
    /* 处理PC端的样式 */
    .firstRow {
        width: 845px;
    }
}
@media screen and (max-width: 800px) {
    .firstRow {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #specification_0 div div table {
        width: 100%;
        font-size:12px
    }
}
@media screen and (min-width: 1024px) {
    /* 处理PC端的样式 */
    #specification_0 div div table {
        width: 845px;
    }
}
@media screen and (min-width: 1024px) {
    /* 处理PC端的样式 */
    main {
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 800px) {
    main {
        margin-top: 116px !important;
        margin-top: -30px !important;
    }
}
@media screen and (max-width: 800px) {
    .current_cover {
        margin-left: 37px;
    }
}

#p_p_specification .content table tbody tr td {
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: rgb(234, 234, 234);
}