.my-toast {
	font-family: 'Microsoft YaHei'; position: fixed;  _position: absolute; top: 50%; left: 50%;
    background-color: #383838; color: #F0F0F0; font-size: 15px; padding:10px; border-radius: 5px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);z-index:99999;}
.my-toast .my-toast-text{
	line-height: 36px; padding-left: 10px; text-align: left; width: auto;
	word-break: break-all;display:table-cell;}
.my-toast .my-toast-icon{width: 32px; display:table-cell;vertical-align:middle; }
.my-toast .my-toast-error{ background: url('../images/toast/error.png') center center no-repeat; }
.my-toast .my-toast-notice{ background: url('../images/toast/notice.png') center center no-repeat; }
.my-toast .my-toast-success{ background: url('../images/toast/success.png') center center no-repeat;}
.my-toast .my-toast-warning{background: url('../images/toast/warning.png') center center no-repeat;}