@CHARSET "UTF-8";
/*dilaog*/
.alertinfo {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 1000;
    top: 0px;
    background: url(../images/touming.png) repeat;
    overflow: hidden;
}
.alert_body {
    width: 86%;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 15px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    top: 20%;
}
.alert_title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    color: #95bb37;
}
.alert_con{overflow: auto;text-align: center;background-color: #fff;border-radius: 0 0 10px 10px;}
.alert_close{
	position: absolute;
    right: 10px;
    top: 5px;
}
.alert_close .close{
	width: 25px;
    height: 25px;
	line-height: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 35px;
    color: #444;
}
.alert_close img{
	width:20px;
	height:auto;
}
.alert_foot{
	padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
/*.btn{
	    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/
.alertinfo .btn-green{
	    color: #fff;
    background-color: #95bb37;
    border-color: #8db232;
    width: 100%;
    padding: 4px 0;
    margin: 0 4px;
    max-width: 90px;
    white-space: normal;
}
.alertinfo .btn-gray{
    color: #666;
    background-color: #cfcfcf;
    border-color: #c7c7c7;
    width: 100%;
    max-width: 100px;
    white-space: normal;
}