body {
  margin: 0;
  padding: 0;
}
#share .conster {
  width: 100%;
  height: 100%;
}
#share .tends {
  width: 100%;
  height: 60vh;
  /* 加载背景图 */
  background: url('../imgs/ph.png');

  background-size: 100% 100%;
  /* 背景图垂直、水平均居中 */

  /* 文字阴影 */
  text-shadow: 0px 0.5px 0.5px rgb(0 0 0);
}
#share .tends_name {
  font-size: 50px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 19vh;
}
#share .tends_con {
  font-size: 20px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding-top: 53px;
  white-space: pre-wrap;
}
#share .tain {
  max-width: 1200px;
  margin: 0 auto;
}
#share .rows {
  margin-top: 8vh;
  margin-bottom: 6vh;
}
#share .froms {
  margin-top: 40px;
}
* {
  margin: 0px;
  padding: 0px;
}
#share .form-bg {
  background: #00b4ef;
}

#share .form-horizontal .heading {
  display: block;
  font-weight: 700;
  padding: 35px 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
}
#share .form-horizontal .form-group {
  position: relative;
  padding-bottom: 62px;
}
#share .form-horizontal .form-title {
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  margin-left: 20px;
}
#share .form-horizontal .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#share .form-horizontal .form-controled {
  border: none;
  border-radius: 20px;
  box-shadow: none;
  height: 289px;
  background: #f7f7f7;
  border-radius: 20px 20px 20px 20px;
  margin-top: 82px;
  transition: all 0.3s ease 0s;
  display: flex;
  cursor: pointer;
}
#share .form-horizontal .form-controledse {
  border: none;
  border-radius: 20px;
  box-shadow: none;
  height: 289px;
  border-radius: 20px 20px 20px 20px;
  margin-top: 82px;
  transition: all 0.3s ease 0s;
  display: flex;
  cursor: pointer;
}
#share .form-horizontal .form-controleds {
  background: #f0f2f7;
  border: none;
  border-radius: 20px;
  box-shadow: none;
  padding: 10px 20px 0 18px;
  height: 160px;
  margin-top: 8px;
  transition: all 0.3s ease 0s;
}
.form-horizontal .form-controled:focus {
  background: #e0e0e0;
  box-shadow: none;
  outline: 0 none;
}

#share .form-control:focus {
  background: #e0e0e0;
  box-shadow: none;
  outline: 0 none;
}
#share .form-horizontal .form-group i {
  position: absolute;
  top: 38px;
  left: 21px;
  font-size: 17px;
  color: #c8c8c8;
  transition: all 0.5s ease 0s;
}
#share .form-horizontal .form-control:focus + i {
  color: #4e6be1;
}
#share .form-horizontal .fa-question-circle {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 60px;
  font-size: 20px;
  color: #00b4ef;
  transition: all 0.5s ease 0s;
}
#share .form-horizontal .fa-question-circle:hover {
  color: #000;
}

#share .form-horizontal .text {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  margin-left: 7px;
  margin-top: 2px;
}
#share .btns {
  width: 218px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
#share .tb {
  width: 11px;
  height: 19px;
  margin-top: 6px;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #4e6be1;
  border-bottom: 10px solid transparent;
}
#share .fh {
  font-size: 22px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #7a7a7a;
  margin-left: 5px;
}
#share .ones {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #4e6be1;
}
#share .onese {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 40px;
}

#share .demo-pagination-block + .demo-pagination-block {
  margin-top: 10px;
}
#share .demo-pagination-block .demonstration {
  margin-bottom: 16px;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
  display: block;
  font-size: 12px;
  font-weight: 700;
  width: 20px !important;
  height: 20px;
  background: #d1d1d1;
  border-radius: 50%;
  line-height: 20px;
  padding-top: 2px;
}
select::-ms-expand {
  display: none;
}

#share .form-control {
  border: none;

  outline: none;

  /*将默认的select选择框样式清除*/

  appearance: none;

  -moz-appearance: none;

  -webkit-appearance: none;

  -ms-appearance: none;

  /*在选择框的最右侧中间显示小箭头图片*/

  background: url(../imgs/dj.png) no-repeat scroll right center transparent;

  /***将sele.png替换为你的下拉箭头**/
}

#share .ends {
  width: 372px;
  height: 289px;
  background: #e1e1e1;
  box-shadow: 0px 0px 35px 1px rgba(221, 221, 221, 0.58);
  border-radius: 20px 20px 20px 20px;
}
#share .imgs {
  width: 372px;
  height: 289px;
  background: #e1e1e1;
  box-shadow: 0px 0px 35px 1px rgba(221, 221, 221, 0.58);
  border-radius: 20px 20px 20px 20px;
  border: 6px solid #ffffff;
}
#share .lens {
  max-width: 763px;
  margin-left: 40px;
  margin-top: 24px;
  padding-bottom: 44px;
  padding-right: 33px;
}
#share .weds {
  display: flex;
  justify-content: space-between;
  max-width: 763px;
}
#share .rews {
  font-size: 40px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
#share .rews_cont {
  max-width: 763px;
  margin-top: 36px;
  max-height: 112px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 超出几行省略 */
  font-size: 20px;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
  color: #a8a8a8;
}
@media screen and (max-width: 576px) {
  #share .form-horizontal .form-controled {
    min-height: 656px !important;
    display: block !important;
  }
  #share .form-horizontal .form-controled:focus {
    background: #e0e0e0;
    box-shadow: none;
    outline: 0 none;
  }
  #share .ends {
    margin: 0 auto;
  }
  #share .btns {
    width: 100% !important;
  }
  #share .rews {
    font-size: 30px !important;
  }
  #share .tends {
    height: 510px !important;
  }
  #share .tends_name {
    padding-top: 63px;
  }
}
