/*toast弹框*/
.mmd-toast-div{
            border-radius: 2px;
            border: 1px solid #323232;
            background-color:#323232;
            z-index:999;
            opacity: 0.5;
            position:fixed;
            top:15%;
            right:10%;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
        }
/*toast弹框文字*/
.mmd-toast-p{
            color: #ffffff ;
            font-family: 微软雅黑;
            padding: 0 40px 0 40px;
	}