﻿/*提示框圆角*/
#msg .am-modal-dialog {
    border-radius: 5px;
}

.hide {
    display: none;
}

.cursor{
    cursor:pointer;
}