.mains {
    background: linear-gradient(177deg, #DEE8F4 20%, rgba(224, 234, 245, 0.21) 73%);
    padding-bottom: 50px;
}

    .mains .main_banner {
        background: url("/Content/Images/web/help_center/lianzheng-banner.png") no-repeat;
        height: 225px;
        background-size: 100%;
    }
.main_banner h3 {
    font-size: 24px;
    line-height: 25px;
    line-height: 34px;
    margin-bottom: 10px;
}
.main_banner .title {
    width: 1200px;
    padding-top: 110px;
    margin: 0 auto;
}
.main_banner p {
    font-size: 16px;
    color: #90979F;
    font-weight: 600;
}
.main-info {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}
    .main-info .map_tit {
        width: 1030px;
        height: 55px;
        line-height: 55px;
        padding-left: 20px;
        border-bottom: 1px solid #E6E6E6;
        color: #90979F;
    }
    .mains .map_boxs .map_tit {
        color: #90979F;
        font-size: 14px;
        width: 1030px;
        border: 1px solid #E6E6E6;
    }
.mains .map_boxs .h2 {
    font-size: 24px;
    margin-bottom: 25px;
}
.mains .map_boxs .li span {
    font-weight: 500;
    color: #333333
}
.mains .map_boxs .li {
    line-height: 26px;
    font-size: 14px;
    color: #696969
}
.mains .map_boxs .lzjbBtn {
    width: 240px;
    height: 48px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    margin: 45px auto;
}
.mains .map_boxs .li:nth-child(4) {
    margin-top: 25px;
}
    .mains .map_boxs .li:nth-child(9) {
        margin-bottom: 25px;
    }
    .mains .map_boxs {
        width: 1200px;
        margin: 0 auto;
        background-color: #fff;
        padding: 30px 50px;
        box-sizing: border-box;
        border-radius:5px;
    }
.mains .map_boxs .form{
  padding: 0 20px 25px 20px;
  display: flex;
  margin-bottom: 60px;
}
.mains .map_boxs .form:first-child{
  border-bottom: 1px solid #D7D7D7;
}
.mains .map_boxs .form .left{
  font-size: 20px;
  width: 240px;
}
.mains .map_boxs .form .right .row{
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.mains .map_boxs .form .right .row .formItem{
  flex: 1;
  margin-right: 80px;
}
.mains .map_boxs .form .right .row .formItem .label{
  font-size: 16px;
}
.mains .map_boxs .form .right .row .formItem .value input{
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #D7D7D7;
  padding-left: 10px;
  padding-right: 10px;
} 
.mains .map_boxs .form .right .colseFormItem{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  right: 10px;
  cursor: pointer;
  display: none;
}
.mains .map_boxs .form .right .row:hover .colseFormItem{
  display: block;
}
.mains .map_boxs .form .right>.formItem{
  flex: 1;
  margin-right: 80px;
  margin-bottom: 40px;
}
.mains .map_boxs .form .right>.formItem .label{
  font-size: 16px;
}
.mains .map_boxs .form .mandatory .label::before{
  content: '*';
  color: #e00000;
  margin-right: 6px;
  margin-top: 4px;
}
.mains .map_boxs .form .right>.formItem .value input{
  width: 680px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #D7D7D7;
  padding-left: 10px;
  padding-right: 10px;
} 
.mains .map_boxs .form .right>.formItem .value textarea{
  width: 680px;
  height: 120px;
  margin-top: 10px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #D7D7D7;
  padding: 10px;
  resize: none;
}
.mains .map_boxs .form .right .addFormItem{
  width: 680px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  color: #7F7F7F;
  margin-bottom: 40px;
  cursor: pointer;
  border: 1px dashed transparent;
  border-radius: 4px;
  background: linear-gradient(#fff,#fff) padding-box, 
    repeating-linear-gradient(-45deg,#D7D7D7 0, #D7D7D7 0.4em, #fff 0,#fff 0.8em);
}
.mains .map_boxs .ljjbBtn{
  width: 300px;
  height: 42px;
  line-height: 42px;
  background: #e00000;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  margin:0 auto 40px;
  cursor: pointer;
}
.mains .map_boxs .form .fuJian{
  margin-bottom: 20px !important;
}
.mains .map_boxs .form .fuJian .value{
  color: #838383;
  padding: 4px 10px;
  border: 1px solid #D7D7D7;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
  user-select: none;
}
.mains .map_boxs .form .fuJian .uploadIconImg{
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
}
.mains .map_boxs .form .fuJianTs{
  color: #838383;
}
.mains .map_boxs .form .fuJianList{
  margin-top: 30px;
}
.mains .map_boxs .form .fuJianList .fuJianLi{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 4px 10px;
}
.mains .map_boxs .form .fuJianList .fuJianLi:hover{
  background: #FFF3F0;
}
.mains .map_boxs .form .fuJianList .fuJianLi .linkIconImg,
.mains .map_boxs .form .fuJianList .fuJianLi .deleteIconImg{
  width: 16px;
  height: 16px;
  user-select: none;
}
.mains .map_boxs .form .fuJianList .fuJianLi .deleteIconImg{
  display: none;
}
.mains .map_boxs .form .fuJianList .fuJianLi:hover .deleteIconImg{
  display: block;
}
.mains .map_boxs .form .fuJianList .fuJianLi .fileName{
  color: #595554;
  margin-left: 4px;
}