.flex-clo {
  display: flex;
	flex-direction: column;
  justify-content: center;
	align-items: center;
}

.fixed-evaulate {
  z-index:999;
  position: fixed;
  right: 30px;
  bottom: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform:translateY(0px); 
  -ms-transform:translateY(0px); 
  transform:translateY(0px);
}
.evaulate-item {
  background: rgba(0,0,0,0.5);
  border-image: linear-gradient(135deg, #00D68D, #00422A) 1 1;
  border-radius: 8px;
  border: 1px solid #00D68D;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #FFF;
  text-align: center;
}
.evaulate-text {
  font-size: 11px;
  margin-top: 5px;
}
.telephone-item {
  width: 330px;
  height: 150px;
  position: fixed;
  right: 120px;
  bottom: 200px;
  background-color: transparent;
  background-image:url("../images/dialog-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.telephone-title {
  padding: 12px 120px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
}
.telephone-text {
  padding: 26px 50px;
  font-size: 28px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 31px;
}

.message-item {
  width: 330px;
  height: 150px;
  position: fixed;
  right: 120px;
  bottom: 100px;
  background-image:url("../images/dialog-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.message-text {
  display: flex;
  justify-content: space-around;
  padding: 23px 30px;
  font-size: 18px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 31px;
}

.el-dialog__header {
  background: #011514;
  opacity: 0.9;
  text-align: center;
}
.el-dialog__title {
  color: #FFFFFF!important;
  
}
input[type=file] {
  display: none;
}