/*.layui-layer-dialog .layui-layer-content{*/
/*    height: 86px!important;*/
/*    padding: 0px!important;*/
/*    padding-top: 10px!important;*/
/*}*/
.color_font,.color_sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.color_font{
    color: #495057;
}
.color_icon{
    font-size: 20px;
    color: #ffc107;
    /*margin: 10px;*/
    animation: changeshadow 1s  ease-in  infinite ;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: changeshadow 1s linear infinite;
    -moz-animation: changeshadow 1s linear infinite;
    -ms-animation: changeshadow 1s linear infinite;
    -o-animation: changeshadow 1s linear infinite;
}
@keyframes changeshadow {
    0%{ text-shadow: 0 0 4px #ffc107}
    50%{ text-shadow: 0 0 40px #ffc107}
    100%{ text-shadow: 0 0 4px #ffc107}
}
/* 添加兼容性前缀 */
@-webkit-keyframes changeshadow {
    0%{ text-shadow: 0 0 4px #ffc107}
    50%{ text-shadow: 0 0 40px #ffc107}
    100%{ text-shadow: 0 0 4px #ffc107}
}
@-moz-keyframes changeshadow {
    0%{ text-shadow: 0 0 4px #ffc107}
    50%{ text-shadow: 0 0 40px #ffc107}
    100%{ text-shadow: 0 0 4px #ffc107}
}
@-ms-keyframes changeshadow {
    0%{ text-shadow: 0 0 4px #ffc107}
    50%{ text-shadow: 0 0 40px #ffc107}
    100%{ text-shadow: 0 0 4px #ffc107}
}
@-o-keyframes changeshadow {
    0%{ text-shadow: 0 0 4px #ffc107}
    50%{ text-shadow: 0 0 40px #ffc107}
    100%{ text-shadow: 0 0 4px #ffc107}

}
.color_sec{
    margin-top: 15px;
    /*文字底部对齐*/
    display: flex;
    align-items: flex-end;;
}
.color_sec u{
    color: #0085d0;
    font-size: 18px;
}
#layui-layer1{
    height: 170px!important;
}
.layui-layer-btn{
    text-align: center!important;
}
