.alert-model .font{
    color: #333;
    font-family: "Open Sans",Arial,"Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
}

.alert-model{

}
.alert-model .modal-dialog {
    width: 430px;
    min-height: 180px;
    max-height: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
   -moz-box-sizing: border-box;     -webkit-box-sizing: border-box;     -o-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box;
}

.alert-model .btn{
    border: none;
    background-color: #fff;
}
.alert-model .modal-body{
    padding-top: 20px;
    border: none;
}
.alert-model .btn-default{
    color: #3683ef;
}
.alert-model .alert-cont{
    overflow: hidden;
    min-height: 100px;
}
.alert-model .alert-cont .cont-left{
    float: left;
    height: 100%;
    width: 90px;
}
.alert-model .alert-cont .cont-right{
    float: right;
    height: 100%;
    width: 300px;
    padding-top: 5px;
   -moz-box-sizing: border-box;     -webkit-box-sizing: border-box;     -o-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box;
}
.alert-model .alert-cont .icon{
    display: inline-block;
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 10px;
    background: url("../images/model-alert-icon.png") no-repeat center;
}
.alert-model-error .alert-cont .icon{
    background-position: 0px -140px;
}
.alert-model-alert .alert-cont .icon{
    background-position: 0px -65px;
    
}
.alert-model-success .alert-cont .icon{
    background-position: 0px 0px;
}
.alert-model .alert-cont .alert-title{
    display: inline-block;
    height: 32px;
    width: 100%;
    line-height: 32px;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    word-break: break-all;

}

.alert-model .alert-cont .alert-desc{
    display: inline-block;
    width: 100%;
    color: #999;
    font-size: 14px;
    min-height: 60px;
    line-height: 21px;
    margin: 0;
    max-width: 290px;
    overflow: hidden;
    padding: 8px 0 0;
}


.alert-model .modal-footer{
    border: none;
    padding: 0px 30px 10px;
}
.alert-model .modal-footer .btn{
    font-size: 14px !important;
}

.alert-model .btn-line{
    display: inline-block;
    width: 1px;
    height: 20px;
    vertical-align: middle;
   -moz-box-sizing: border-box;     -webkit-box-sizing: border-box;     -o-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box;
    background-color: #eee;
}
/*******************/
.alert-model-textarea .font{
    color: #333;
    font-family: "Open Sans",Arial,"Hiragino Sans GB","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 200;
}

.alert-model-textarea{

}
.alert-model-textarea .modal-dialog {
    width: 500px;
}

.alert-model-textarea .modal-title{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    word-break: break-all;
    font-size: 24px;
    font-weight: normal;
}

.alert-model-textarea .btn{
    border: none;
    background-color: #fff;
}
.alert-model-textarea .btn-active{
    color: #3683ef;
}
.alert-model-textarea .btn-negative{
    color: #bbb;
}
.alert-model-textarea .btn-ok{

}

.alert-model-textarea .btn-line{
    display: inline-block;
    width: 1px;
    height: 20px;
    vertical-align: middle;
   -moz-box-sizing: border-box;     -webkit-box-sizing: border-box;     -o-box-sizing: border-box;     -ms-box-sizing: border-box;     box-sizing: border-box;
    background-color: #eee;
}

.alert-model-textarea .modal-header{
    background-color: #fff;
    border-radius: 10px;
}
#transfer-modal .modal-header{
    background-color: #f1f1f1;
}
.alert-model-textarea .modal-body textarea{
    display: inline-block;
    min-height: 150px;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #eee;
}
.alert-model-textarea .modal-body textarea.tip-style{
    color: #aaa;
}
.alert-model-textarea .modal-body textarea.normal-style{
    color: #333;
}
.alert-model-textarea .modal-body .input-num-tip{
    padding-top: 10px;
    overflow: hidden;
}
.alert-model-textarea .modal-body .input-num-tip>*{
    float: right;
}
.alert-model-textarea .modal-body .input-num-tip span{
    display: inline-block;
    color: #ccc;
}
.alert-model-textarea .modal-body .input-num-tip .free-num{
    display: inline-block;
    color: #04bc0d;
    font-style: normal;
    padding: 0px 5px;
}
.alert-model-textarea .modal-footer{
    border-top: 1px solid #eee;
}