@charset "utf-8";
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #999;
}
input,select,textarea,button{vertical-align:middle;outline:none;resize:none;border:0;}
.alert-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.alert-box.success .confirm{
    background-color:#25b57c;
}
.alert-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    top: 0;
    left: 0;
    z-index:-1;
}
.alert-content {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin: 15% auto 0;
    /*width:400px;*/
    width: 500px;
    border-radius: 6px;
    font-family:MicroSoft Yahei, serif;
}
.confirm,
.cancel {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    vertical-align: middle;
}
.confirm {
    color: #fff;
    background-color:#ffa200;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}
.cancel {
    background-color: #fff;
    margin-left: 10px;
    color: #ffa200;
    border:1px solid #ffa200;
    width: 98px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
}
.alert-close {
    position: absolute;
    top: 12px;
    width: 20px;
    height: 20px;
    right: 0;
    background: url(../img/prompt_close_icon.png) no-repeat center center;
    cursor: pointer;

    right: 16px;
    display: block;
}
a:hover, a:focus {
    text-decoration: none;
}
.alert-title {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    font-weight: bold;
    padding:0;
    margin:0;
}
.alert-title:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 20px;
    background-color:#f26c4f;
    margin-right: 10px;
    vertical-align: -5px;
}
.prompt-content{
    padding:0 0px;
    font-size:16px;
}
.prompt-mess{
    padding:20px 0 10px 40px;
}
.prompt-content .prompt-success,
.prompt-content .prompt-fail{
    background-repeat: no-repeat;
    vertical-align:middle;
    background-position:0 20px;
}
.prompt-content .prompt-alert{
    background-repeat: no-repeat;
    vertical-align:middle;
    background-position:0 20px;
}
.prompt-content .prompt-success{
    background-image:url(../img/prompt_success_icon.png);
}
.prompt-content .prompt-fail{
    background-image:url(../img/prompt_fail_icon.png);
    background-size: 35px 35px;
}
.prompt-content .prompt-alert{
    background-image:url(../img/prompt_alert_icon.png);
    background-size: 35px 35px;
}
.prompt-content .prompt-no-icon{
    padding-left:0;
}
.prompt-txt{
    /* margin-left:50px; */
}
.prompt-mess h2,
.prompt-mess h3,
.prompt-mess h4,
.prompt-mess h5,
.prompt-mess h6,
.prompt-mess p{
    margin:0;
    padding:0;
    line-height:2.0;
}
.prompt-mess h5{
    font-size:14px;
    font-weight:bold;
    margin-top:-10px;
    margin-bottom:5px;
}
.prompt-mess h5~p{
    font-size:14px;
}
.content-outer{
    height:100%;
    overflow-y:auto;
}
.content-outer .content-inner2{
    margin-bottom:5%;
}

.confirm1,
.cancel1 {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    vertical-align: middle;
}

.confirm1 {
    color: #fff;
    background-color:#ffa200;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    margin-right: 125px;
}
.cancel1 {
    background-color: #fff;
    margin-left: 10px;
    color: #ffa200;
    border:1px solid #ffa200;
    width: 98px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    margin-right: 50px;
}