#message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transform: scale(0);
  transition: .3s;
}

.messagebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  z-index: 1001;
}

#message .m-content {
  margin-top: 10%;
}

#message .m-content .m-message {
  background: #fff;
  width: 680px;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 1002;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
  width: 494px;
  margin: 48px auto 0;
}

.m-message label {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}

.m-message label em {
  display: block;
  float: right;
  color: red;
  height: 32px;
  line-height: 32px;
}

.m-message label span {
  width: 70px;
  height: 34px;
  line-height: 34px;
  color: #2F2F2F;
  font-weight: bold;
  text-align: right;
  margin-right: 30px;
  display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
  width: 77%;
  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 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 label textarea {
  height: 72px;
  line-height: 24px;
  padding: 10px 14px;
}

.m-message label.code {
  line-height: 34px;
}

.m-message label.code input {
  width: 30%;
  float: left;
  margin-right: 30px;
}

.m-message label.code .pic {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 32px;
}

.m-message label.code img {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-1 input {
  width: 52px;
  height: 32px;
  line-height: 32px;
  background: #e8e8e8;
  border: none;
  color: #333;
  margin-right: 22px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-1 {
  padding-left: 100px;
}

.btn-1 input.focus {
  background: #269ed7;
  color: #fff;
}

.btn-1 input.focus:hover {
  background: #444;
}

.btn-1 input:hover {
  background: #ccc;
}


.download_btn {
  text-align: right;
  margin: 10px 10px 20px 0px;
}

.page-btn {
  background-color: #28a2da;
  border-radius: 0px;
  border: none;
}

.page-btn:hover {
  background-color: #269ed7, transparent 55%;
}

.page-btn {
  font-size: 16px;
  margin-right: -6px;
  color: #ffffff;
}

.page-btn:hover {
  font-size: 16px;
  margin-right: -6px;
  color: #ffffff;
}

.grey-btn {
  border-radius: 0px;
  border: none;
  background-color: #E8E8E8;
}

.grey-btn:hover {
  background-color: #ccc;
}