﻿.main {
    width: 1200px;
    margin: 0 auto;
}

.location {
    height: 44px;
    line-height: 44px;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 2px solid #868383;
}

    .location .pic {
        display: inline-block;
        width: 10px;
    }

        .location .pic img {
            width: 100%;
        }

.machine_detail {
    margin-bottom: 150px;
}

    .machine_detail .content .machine_info {
        width: 734px;
        margin-left: 330px;
        margin-top: 42px;
    }

        .machine_detail .content .machine_info .machine_name {
            height: 50px;
            line-height: 50px;
            font-size: 24px;
            border-bottom: 1px solid #000;
            margin-bottom: 20px;
        }

        .machine_detail .content .machine_info .machine_img {
            width: 714px;
            height: 429px;
        }

            .machine_detail .content .machine_info .machine_img img {
                width: 100%;
                height: 100%;
            }

        .machine_detail .content .machine_info .name {
            font-size: 18px;
            text-align: center;
            margin-top: 20px;
        }

        .machine_detail .content .machine_info .machine_intro {
            margin-top: 20px;
        }

            .machine_detail .content .machine_info .machine_intro .machine_intro_title {
                font-size: 18px;
                margin-bottom: 10px;
            }
