i{
  color: red;
}
.header{
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #0766A6;
  font-family: 'NotoSansCJKsc-Bold';
}
.container {
  width: 1200px;
  /* height: 100%; */
  /* background-color: skyblue; */
  margin: 0 auto;
}

.title  {
  width: 100%;
  height: 90px;
  background-color: #0766A6;
  font-size: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-left: calc((100vw - 1100px)/2 + 50px);
  box-sizing: border-box;
  margin-bottom: 90px;
  font-weight: bold;
}
.file-upload{
  width: 670px;
 padding: 0 10px ;
  height: 50px;
  border: 1px dashed #C8C9CA;
  display: inline-block;
  box-sizing: border-box;
  margin: 10px 0 0 57px;
  line-height: 50px;
  cursor: pointer;
  font-size: 21px;
}

.icon-add{
  font-weight: bold;
  color: #656666;
  font-size: 25px;
}
.layui-form-item{
  margin-bottom: 50px;
  margin-left: 90px;
  display: flex;
  justify-content: flex-start;
}
.last-item {
  margin-bottom: 90px;
}
.layui-form-label{
  font-size: 23px;
  color: #231815;
  font-family: 'NotoSansCJKsc-Medium';
}
.layui-form-radio *{
  font-size: 23px;
}
.layui-input-block{
  width: 670px;
  margin-left: 0;
}
.layui-input, .layui-select, .layui-textarea{
  width: 670px;
  height: 50px;
}
.label {
  font-size: 24px;
  color: #231815;
  padding-left: 15px;
}
.label-clear{
  line-height: 30px;
  display: block;
  float: none;
  width: 80%;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
}
.remark-info{
  font-size: 19px;
  color: #717071;
  padding-top: 8px;
  white-space: normal;
}
.margin-left57px{
  margin-left: 57px;
}
.layui-input, .layui-select, .layui-textarea{
  font-size: 21px;
}
.layui-form-select .layui-input{
  font-size: 21px;
}
.layui-form-select dl dd.layui-select-tips{
  font-size: 21px;
}
.layui-form-select dl dd{
  font-size: 21px;
}
.layui-btn{
  width: 188px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #0766A6;
  font-size: 23px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.layui-form-radio>i:hover, .layui-form-radioed>i{
  color: #0766A6;
}
.layui-form-select dl dd.layui-this{
  background-color: #0766A6;
}
.sex .layui-form-radio{
  width: 40%;
}
.address .layui-form-radio{
  width: 100%;
  margin-top: 20px;
}
input::placeholder,textarea::placeholder {
  color:#9b9b9b;
  font-size: 19px;
}
.verticle{
  flex-direction: column;
}