﻿
/*控制最外层容器*/

.container {
    width: 100%;
}

.tip_container {
    height: 30px;
    font-family: 微软雅黑;
    color: #fff;
    position: fixed;
    z-index: 999;
}

/*错误提示*/
.error {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #e26464;
}

/*成功提示*/
.success {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #54e350;
}

/*警告提示*/
.warning {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #ff9138;
}

.mtip {
    font-family: 微软雅黑;
}
