@charset "utf-8";
/* CSS Document */   .mensawd {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 101;
        background-image: url(__ROOT__/Public/imgs/static/case_bar.png);
        background-repeat: repeat;
        padding-top: 40px;
        display: none;
    }
    .makes_left_top{ width: 430px; height: 125px; margin-top: 8px; margin-left: 10px;}
    .makes {
        width: 880px;
        height: 460px;
        margin: 0 auto;
        z-index: 1001
    }

    .makes_left {
        width: 440px;
        height: 460px;
        float: left;
        background-color: #ffffff;
    }

    .makes_right {
        width: 440px;
        height: 460px;
        float: right;
        background-color: #ffffff;
    }

    .price-result-title {
        width: 440px;
        height: 70px;
        font-size: 22px;
        color: #333;
        font-weight: bold;
        text-align: center;
        margin-top: 30px;
    }
    .xgt-price-area { width: 312px; height: 54px; margin: 0 auto; line-height: 28px; background-color: #fff9f6; text-align: center; border: 1px solid #ffe4da}
    .xgt-price-area li{
        display: inline-block; float: left; width:127px; text-align: left; margin-left: 29px; margin-top: 5px; font: 12px/1.5 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1","\9ED1\4F53, \5B8B\4F53","Microsoft JhengHei","\534E\6587\7EC6\9ED1","STHeiti","MingLiu";
    }


    .popup-close {position: relative;  top: 10px; right: -410px; width: 28px; height: 37px; cursor: pointer;}
    .buildname{ padding: 8px 9px 7px; font-size: 14px; margin-top: 30px;}
    .buttonss{  width: 120px; height: 36px; color: #fff; line-height: 36px; text-align: center; background-color: #f36f20; border: none; cursor: pointer; margin-top: 20px;}
