﻿html, body {
    height: 100%;
}
#popbox {
    width: 590px;
    height: 270px;
    position: fixed;
    margin:-135px 0 0 -295px;
    left: 50%;
    top: 50%;
    z-index: 9999;
    color: #333;
    background: #fff;
    border: 6px solid #767676;
    font-family: "Microsoft YaHei", simsun, Sans-Serif;
    display: none;

    /*background: #00A6C7;*/
}
#MaskBG {
    width: 100%;
    height: 100%;
    background: url(../images/maskbgie8.png) repeat;
    position: absolute;
    top:0;
    display: none;

}


.innerBox {
    padding: 15px 0;
    margin: auto 20px;
}

.innerBox h1 {
    font-size: 16px;
    font-weight: 100;
    margin:10px 10px 0 10px;
    padding:0 0 0 32px;
    background: url("../images/tips-icon.png") no-repeat left center;

}

.devline {
    height: 10px;
    border-bottom: 1px solid #ddd;
    margin:auto 20px;
}

.boxTxt {
    padding: 20px 30px 34px 30px;
    font-size: 14px;

    line-height: 1.8;

}


.btn-area {

    text-align: center;
    margin:auto;
}

.btn-area a, .btn-area input {
    text-align: center;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    font-size: 14px;
    margin: auto 20px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 100;
    color: #fff;
    width: 252px;
    border: none;
    margin-left: 0px;
}

.btn-area2 a, .btn-area2 input {
    text-align: center;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    font-size: 14px;
    margin: auto 20px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 100;
    color: #fff;
    width: 136px;
    border: none;
}

#comfirmBtn i {
    font-style: normal;
}

.btn-blue {
    background: url(../images/btn-blue.png) no-repeat;
}

.btn-green {
    background: url(../images/btn-green.png) no-repeat;
}

.btn-grey {
    background: url(../images/btn-grey.png) no-repeat;
}