.alertDialogDiv {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	display: none; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.alertDialogDiv .alertDialog{
	background-color: #fff;
	width:750px;
	height: 390px;/*宽高后期会调整*/
	margin:10% auto; 
	border-radius: 5px;
}



.dialog-title {

    border-color: currentcolor currentcolor #dadada;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

.alertDialog .content {
  width: 70%;
  padding-left:15%; 
}

.alertDialog .cue {
	font-size: 12px;
	margin-top: 15px;
}

.dialog-form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    height:20px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    margin-bottom:13px
}



.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.alertDialog .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 3px;
    padding: 5px 12px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.alertDialog .btn-big {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 3px;
    padding: 5px 30px;
    text-align: center;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}