*{padding:0;margin:0;border:none;touch-action: pan-y;}
html,body{width:100%;height:100%;font-family: PingFangSC-Medium, PingFang SC;background: #F3F3F3;}
html,body,form,input,select,textarea,div,p,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;}
ul{list-style:none;}
i{font-style:normal;}
h1,h2,h3,h4,h5{font-weight:normal;color:#303030;}
table,td,img{border:0;}
table,tr,td{border-collapse:collapse;border-spacing:0;}
input{outline:none;}
/* h1,h2,h3,h4,h5,input,textarea{font-family: Microsoft Yahei!important;} */

button{cursor:pointer;outline:none;}
a{text-decoration:none;outline:none;cursor:pointer;color:#333;-webkit-user-select: none;-moz-user-focus:none;-moz-user-select: none; -webkit-tap-highlight-color:transparent;}

/* header */
.header {
  width: 100%;
  position: relative;
  height: 30vh;
}
.header-bg {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header-img {
  width: 100%;
  height: 30vh;
}
.header-p {
  position: absolute;
  left: calc(50% - 70px);
  z-index: 10;
  bottom: 5vh;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.header:after {
  content: '';
  display: block;
  clear: both;
}
/* form表单统一样式 */
.el-input__inner {
  background-color: #eee;
}
.el-form-item__label {
  color: #333;
  font-weight: 500;
}
.el-date-editor.el-input {
  width: 100%;
}
/* 主体部分样式 */
.main {
  width: 70%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  min-height: 80vh;
}

.html-text {
  background-color: rgb(245 247 250);
  border-radius: 4px;
  border: 1px solid rgb(220 223 230);
  box-sizing: border-box;
  color: rgb(96 98 102);
  padding: 0 15px;
}
.el-input.is-disabled .el-input__inner {
  color: rgb(96 98 102);
}
.back-img {
    width:5rem;
    height:5rem;
    position:absolute;
    right:10px;
    top: 20px;
    background-image:url(../images/validated1.svg) ;
    background-repeat: no-repeat;
    background-size: contain; /* 或者 auto */
    opacity:0.3;
}