/*modal 样式*/
/*自定义提醒弹窗样式*/
.self-remark-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 2003;
    opacity: 1.04;
}
.self-modal-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
    opacity: 1.04;
    display: none;
}
.message-alert ,.message-confirm, .message-reply, .mm-modal{
    background-color: white;
    width: 400px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    /*margin-left: -225px;*/
    /*margin-top: -200px;*/
    overflow: hidden;
    z-index: 2002;
    display: none;
    transform: translate(-50%, -50%);

}
.message-alert{
    z-index: 2003;
}
.alert-title ,.confirm-title{
    margin: 0px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 5px;
    color: #666;
}
.alert-close ,.confirm-close{
    position: absolute;
    right: 16px;
    top:16px;
}
.alert-close img ,.confirm-close img{
    width: 20px;
    cursor: pointer;
}
.alert-content ,.confirm-content{
    text-align: center;
    padding: 20px 0px;
    color: #666;
}
.alert-content-body {
    margin-top: 6px;
}
.toast-content{
    text-align: center;
    padding: 13px 0px;
    color: #666;
}
.toast-content-detail {
    line-height: 24px;
    font-size: 14px;
    vertical-align: middle;
    color: #ffffff;
}
.toast-content-img{
    display: none;
    width: 58px;
    margin-bottom: 10px;
}

.alert-content-img ,.confirm-content-img{
    width: 60px;
    /* float: left; */
    padding-right: 3px;
    display: inline-block;
    vertical-align: middle;
}
.alert-error-img{
    display: none;
}
.alert-warning-img{
    display: none;
}
.alert-content-detail {
    /* float: left; */
    line-height: 24px;
    font-size: 20px;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-top: 30px;
    color:#505458;
}
.confirm-content-title{
    line-height: 24px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: 30px;
    color:#505458;
}
.confirm-content-detail{
    /* float: left; */
    line-height: 24px;
    font-size: 14px;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-top: 12px;
    color:#969899;
}
.alert-footer {
    text-align: center;
    clear: both;
}
.alert-btn {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 24px;
    margin: 14px 5px 30px 5px;
    cursor: pointer;
    background-color: #4c8cff;
}
.confirm-footer {
    clear: both;
}
.confirm-btn {
    /*background-color: #AEDEF4;*/
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 24px;
    margin: 14px 5px 30px 5px;
    cursor: pointer;
    background-color: #01c2c3;
}
.cancel-btn {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 24px;
    margin: 14px 5px 30px 5px;
    cursor: pointer;
}
.message-toast{
    background-color: rgba(0,0,0,0.7);
    width: 200px;
    min-height: 30px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -20px;
    overflow: hidden;
    z-index: 2005;
    display: none;
}
.message-review, .message-return{
    padding: 15px;
}
.message-review .confirm-close, .message-return .confirm-close{
    top:12px;
    right: 12px;
}
.message-header {
    text-align: left;
}
.message-header img {
    width: 18px;
    margin-right: 3px;
    vertical-align: -4px;
}
.review-content, .return-content {
    padding: 10px 0;
    text-align: left;
}
.review-content textarea, .return-content textarea  {
    width: 99%;
    height: 130px;
    border-radius: 4px;
    border: 1px solid #e1e5e6;
    background-color: #f4f8fb;
    padding: 10px;
}
.review-content .text-muted, .return-content .text-muted{

}
.review-content .err-tip-img, .return-content .err-tip-img{
    top: 55px;
}
.message-review .confirm-footer, .message-return .confirm-footer  {
    text-align: right;
    margin-top: 3px;
}
.message-review .confirm-footer .btn,  .message-return .confirm-footer .btn{
    padding: 5px 18px;
}

.preview-modal-title {
    text-align: left;
    padding: 6px 0 0 6px;
    font-size: 14px;
}
.common-modal {
    min-width: 600px;
    min-height: 300px;
}
.modal-btn{
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px 24px;
    margin: 14px 5px 5px 5px;
    cursor: pointer;
}
.modal-body{
    min-height: 200px;
}
.modal-footer{
    text-align: center;
    border-top: none;
    padding-top: 0;
}
.modal-cancel{
    background-color: #AEDEF4;
}
.modal-confirm{
    background-color: #01c2c3;
}
/*自定义提醒弹窗样式*/