#message-foot{position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 1000;transform: scale(0);transition: .3s;}
.messagebg-foot{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 1001;}
#message-foot .m-content-foot{margin-top: 10%;}
#message-foot .m-content-foot .m-message-foot{background: #fff;width: 580px;background: #fff;padding: 50px;margin: 0 auto;position: relative;z-index: 1002;box-shadow: 1px 1px 50px rgba(0,0,0,.3);}
.m-message-foot{width: 350px;margin: 22px auto 0;}
.m-message-foot label{margin-bottom: 35px;display: block;font-size: 14px;}
.m-message-foot label em{display: block;float: right;color: red;height: 32px;line-height: 32px;}
.m-message-foot label span{width: 70px;height: 34px;line-height: 34px;color: #FFF;float: left;font-weight: bold;text-align: right;margin-right: 30px;display: inline-block;}
.m-message-foot label input.inp,.m-message-foot label textarea,.m-message-foot label.code input{width: 100%;overflow: hidden;height: 32px;line-height: 32px;border: #cccccc 1px solid;border-radius: 3px;padding:0 14px;box-sizing: border-box;color: #555;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.m-message-foot label input:focus,.m-message label textarea:focus{border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);}
.m-message-foot label textarea{height: 72px;line-height: 24px;padding:10px 14px;}
.m-message-foot label.code{line-height: 34px;}
.m-message-foot label.code input{width: 30%;float: left;margin-right: 30px;}
.m-message-foot label.code .pic{display: inline-block;vertical-align: top;width: 80px;height: 32px;}
.m-message-foot label.code img{width: 100%;height: 100%;display: inline-block;vertical-align: middle;}
.btn-1-foot input{width: 82px;height: 42px;line-height: 42px;background: #e8e8e8;border: none;color: #333;margin-right: 22px;cursor: pointer;transition: 0.3s;}
.btn-1-foot{padding-left: 1px;}
.btn-1-foot input.focus{background: #fb4e37;color: #fff;}
.btn-1-foot input.focus:hover{background: #444;}
.btn-1-foot input:hover{background: #ccc;}