.container-fluid {
  position: relative;
}
.msg_model {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.80);
  z-index: 99999;
}
.msg_model_content {
  width: 800px;
  height: 530px;
  background: #2571B1;
  padding: 0px 8px 8px 8px;
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  
}
.msg_model_content .title {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
}
.msg_model_content .info {
  height: 480px;
  background-color: #FFFFFF;
  padding-top: 29px;
  padding-right: 35px;
  padding-left: 23px;
  box-sizing: border-box;
  text-align: center;
}
#text {
  width: 670px;
  height: 230px;
  border: 1px solid #DDDDDD;
  float: right;
}
.label {
  padding-top: 51px;
  width: 68px;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}
.textarea_box {
  height: 230px;
}
.user_box {
  height: 45px;
  position: relative;
  margin-top: 33px;
}
.user_name {
  position: absolute;
  left: 0;
  height: 100%;
}
.user_tel {
  position: absolute;
  right: 0;
  height: 100%;
}
.user_box input {
  width: 265px;
  height: 45px;
  border: 1px solid #DDDDDD;
  text-indent: 24px;
  margin-left: 12px;
}
.label_title {
  font-size: 18px;
  color: #333333;
}
.label span.red {
  font-size: 14px;
  color: #F6333D;
  margin-left: -8px;
}
.model_btn_box .btn {
  width: 265px;
  height: 50px;
  border: 0;
  margin-top: 47px;
  font-size: 20px;
  color: #FFFFFF;
  outline: none;
}
.close_btn {
  display: inline-block;
  width: 18px;
  height: 19px;
  background-image: url('../images/close.png');
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
}
.model_btn_box .btn:hover {
  cursor: pointer;
}
.model_btn_box .submit {
  background: #4A90E2;
  border-radius: 8px;
  margin-right: 67px;
}
.model_btn_box .cancel {
  background: #6DB5C1;
  border-radius: 8px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #CCCCCC;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #CCCCCC;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #CCCCCC;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #CCCCCC;
}
textarea::-webkit-input-placeholder  {
  transform: translateY(17px);
  text-indent: 18px;
}
textarea:-moz-placeholder {
  transform: translateY(17px);
  text-indent: 18px;
}
textarea::-moz-placeholder {
  transform: translateY(17px);
  text-indent: 18px;
}
textarea:-ms-input-placeholder {
  transform: translateY(17px);
  text-indent: 18px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.25s ease-out;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}