
/* Alert Iframe 样式 */

#custome_alert_iframe{
    overflow: hidden;
}
.layext-alert-iframe{
    width: 100%; height: 100%;
    display: flex; display: -webkit-flex; flex-direction: column;
    background-color: #F9F9F9; border-radius: 14px; box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.04);
} 
.layext-alert-iframe .header-bar{
    width: 100%; height: 60px;
    display: flex; display: -webkit-flex; flex-direction: row; align-items: center; justify-content: space-between;
    background-color: #fff; border-top-left-radius: 14px; border-top-right-radius: 14px;
}
.layext-alert-iframe .header-bar .title{
    margin-left: 25px;
    display: flex; display: -webkit-flex; flex-direction: row; align-items: center;
}
.layext-alert-iframe .header-bar .alert-icon{
    width: 17px; height: 17px;
}
.layext-alert-iframe .header-bar span{
    font-size: 16px; color: #666; margin-left: 10px;
}
.layext-alert-iframe .header-bar .alert-close{
    width: 15px; height: 15px; margin-right: 25px;
    cursor: pointer;
}
.layext-alert-iframe .content-bar{
    width: 100%; height: 100%;
    flex: 1; display: flex; display: -webkit-flex; flex-direction: column; align-items: center; 
}
.layext-alert-iframe .content-bar iframe{
    width: 100%; height: 100%;
    overflow-x:hidden; overflow-y:auto; border: none;
}
.layext-alert-iframe .footer-bar{
    width: 100%; height: 14px;
}

/* Alert提示样式 */

.layext-alert{
    width: 400px; height: 100%; /*height: 210px;*/
    display: flex; display: -webkit-flex; flex-direction: column;
    background-color: #F9F9F9; border-radius: 24px; box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.04);
} 
.layext-alert .header-bar{
    width: 100%; height: 54px;
    display: flex; display: -webkit-flex; flex-direction: row; align-items: center; justify-content: space-between;
    background-color: #fff; border-top-left-radius: 14px; border-top-right-radius: 14px;
}
.layext-alert .header-bar .title{
    margin-left: 25px;
    display: flex; display: -webkit-flex; flex-direction: row; align-items: center;
}
.layext-alert .header-bar .alert-icon{
    width: 17px; height: 17px;
}
.layext-alert .header-bar span{
    font-size: 16px; color: #666; margin-left: 10px;
}
.layext-alert .header-bar .alert-close{
    width: 15px; height: 15px; margin-right: 25px;
    cursor: pointer;
}
.layext-alert .content-bar{
    width: 100%; 
    flex: 1; display: flex; display: -webkit-flex; flex-direction: column; align-items: center; 
}
.layext-alert .content-bar .content-msg{
    width: 90%; height: 96px;
    word-wrap: break-word; word-break: break-all; font-size: 18px; color:#666666; font-weight: bolder;
    display: flex; display: -webkit-flex; align-items: center; justify-content: center;
}
.layext-alert .content-bar .content-buttons{
    width: 100%; height: 40px;
    display: flex; display: -webkit-flex; flex-direction: row; align-items: center; justify-content: center;
}
.layext-alert .content-bar .content-buttons button{
    width: 100px; height: 40px;
    font-size: 18px; border-radius: 8px; text-align: center; line-height: 40px; cursor: pointer;
}
.layext-alert .content-bar .content-buttons .cancel{
    border: 1px solid #385CED; color: #385CED; background-color: #fff;
}
.layext-alert .content-bar .content-buttons .ok{
    margin-left: 84px;
    background-color: #385CED; color: #fff; border: none;
}
/* 覆盖layui layer样式 */
.layui-layer{
    background-color: transparent !important;
    box-shadow:none !important;
}


/* Toast提示样式 */
.layext-toast{
    width: 376px; height: 190px;
    background-color: #fff; border-radius: 10px;
    /* box-shadow: 2px 2px 5px 10px rgba(229,229,229, 0.6); */
}
.layext-toast .toast-header{
    width: 100%; height: 60px; margin: 0px; padding: 0px; position: relative;
}
.layext-toast .toast-header img{
    width: 100%; height: 100%; margin: 0px; padding: 0px;
}
.layext-toast .toast-header span{
    width: 100%; height: 100%; position: absolute; top: 0px; left: 0px;
    display: flex;display: -webkit-flex; align-items: center; justify-content: center;
    font-size: 1.66rem; color: #fff; font-weight: bold;
}
.layext-toast .toast-body{
    height: 130px; width: 100%;
    display: flex; display: -webkit-flex; flex-direction: column; align-items: center; justify-content: center;
}
.layext-toast .toast-body img{
    width: 46px; height: auto;
}
.layext-toast .toast-body span{
    font-size: 1.5rem; color: #999999; line-height: 1.5rem; margin-top: 19px; overflow: hidden;
}
/* 覆盖layui msg样式 */
/* .layui-layer-msg{
    background-color: rgba(255,255,255,.1) !important;
}
.layui-layer-msg .layui-layer-content{padding: 0px !important;} */
