/*alert*/
.check_mask_box {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/menu_bg.png) repeat;
    z-index: 11111;
}

.checkPrice_box {
    display: none;
    width: 800px;
    height: 500px;
    background: #fff;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    margin-left: -400px;
    left: 50%;
    z-index: 11112;
}

.checkPrice_box h1 {
    height: 48px;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #333;
    background: #f5f5f5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

.checkPrice_box h1 span {
    width: 55px;
    height: 48px;
    background: url(../images/alertclose.png) no-repeat 0px 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.checkPrice_box .content_box {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 48px;
    bottom: 48px;
    overflow-y: auto;
    margin: 20px;
    word-wrap: break-word;
}

.checkPrice_box .content_box .table {
    display: table;
    width: 100%;
    height: 100%;
}

.checkPrice_box .content_box .table .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.checkPrice_box .button_box {
    position: absolute;
    bottom: 0px;
    height: 45px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.checkPrice_box .button_box .cannel_box,
.checkPrice_box .button_box .sure_box {
    display: inline-block;
    line-height: 28px;
    margin-left: 10px;
    background: #1bbc9b;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #1bbc9b;
    cursor: pointer;
}

.checkPrice_box .button_box .cannel_box {
    border: 1px solid #1bbc9b;
    background: #fff;
    color: #1bbc9b;
}
.smallTop_box {
    width: 400px;
    margin-left: -200px;
    left: 50%;
    height: 160px;
    margin-top: -80px;
    top: 50%;
}

.smallTop_box h1 {
    line-height: 35px;
    height: 35px;
}

.smallTop_box h1 span {
    height: 35px;
    line-height: 35px;
    background-position: 2px -6px;
}

.smallTop_box .content_box {
    margin: 8px 20px;
    top: 35px;
}