﻿#ProductDetail .Top {
    height: calc(100vh - 180px);
}

#ProductDetail section#Overview .Wapper:nth-child(2) {
    padding: 50px 0 120px 0;
}


/* 
#ProductDetail section#Overview .Wapper table {
    margin: auto 20px 50px auto;
    padding: 10px;
    display: inline-block;
    color: #123456;
    background-color: rgba(255, 255, 255, 8);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

#ProductDetail section#Overview .Wapper table th {
    padding: 0 1em 0 .5em;
    font-size: 26px;
    font-weight: 400;
}

#ProductDetail section#Overview .Wapper table td {
    padding: 0 .8em 0 0;
    font-size: 30px;
    font-weight: bolder;
} */

#ProductDetail ul.Column img {
    float: left;
    width: calc(50% - 20px);
}

#ProductDetail ul.Column img:nth-last-child(2) {
    margin: 0 40px 0 0;
}

#ProductDetail #Spec {
    padding: 150px 0 100px 0;
}

.Map {
    background-color: #e9eaef;
}

@media screen and (max-width: 1249px) {
    #ProductDetail section#Overview .Wapper:nth-child(2) {
        padding: 50px 50px 80px 50px;
    }
}

@media screen and (max-width: 1023px) {
    #ProductDetail .Top {
        height: auto;
    }
    #ProductDetail .Top .MachinePic {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    #ProductDetail section#Overview .Wapper:nth-child(2) {
        padding: 30px;
    }
    #ProductDetail section#Overview .Wapper table {
        margin: auto auto 10px auto;
        width: 100%;
    }
    #ProductDetail section#Overview .Wapper table {
        display: table;
    }
    #ProductDetail section#Overview .Wapper table th {
        text-align: left;
        font-size: 22px;
    }
    #ProductDetail section#Overview .Wapper table td {
        text-align: right;
        font-size: 22px;
    }
    #ProductDetail #Spec {
        padding: 30px 0;
    }
    #ProductDetail ul.Column img {
        width: 100%;
    }
    #ProductDetail ul.Column img:nth-last-child(2) {
        margin: 20px 0 30px 0;
    }
}