﻿.head .w1180 {
  padding: 22px 0;
}

.head .w1180 .logo {
  display: block;
}

.head .w1180 .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head .w1180 .nav ul li {
  margin-left: 68px;
}

.head .w1180 .nav ul li a {
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #000;
}

.banner {
  background: url(../image/banner_tousu.jpg) no-repeat center center/cover;
  height: 400px;
}

.form {
  
  width: 100%;
  
}

.form .w1180 {
  
  padding-top: 50px;
  padding-bottom: 92px;
}

.form .w1180 #form h2 {
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  margin-bottom: 54px;
  font-weight: 600;
}

.form .w1180 #form .list {
  margin: 0 calc(173 / 1180 * 100%);
  margin-bottom: 25px;
}

.form .w1180 #form .list .title {
  line-height: 50px;
  text-align: right;
  font-size: 16px;
  color: #0a1633;
  width: 80px;
  margin-right: 20px;
}

.form .w1180 #form .list .title span {
  color: #f41030;
  font-weight: 100;
  margin-right: 1px;
}

.form .w1180 #form .list .input {
  width: calc(100% - 100px);
  font-size: 0;
  line-height: 0;
}

.form .w1180 #form .list .input input {
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 50px;
  padding: 0 20px;
}

.form .w1180 #form .list .input input.layui-upload-file {
  display: none !important;
}

.form .w1180 #form .list .input textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #dbdbdb;
  padding: 15px 20px;
  font-family: '微软雅黑';
  line-height: 1.3;
}

.form .w1180 #form .list .input .submitUpload {
  width: 150px;
  height: 50px;
  border: 1px solid #dbdbdb;
  text-align: center;
  cursor: pointer;
  color: #ed1313;
  border: 1px solid #ee3333;
  background: #fff;
  display: block;
  font-size: 16px;
  line-height: 48px;
  margin-right: 15px;
}

.form .w1180 #form .list .input .layui-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form .w1180 #form .list .input #demoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  width: 100%;
}

.form .w1180 #form .list .input #demoList .listdob {
  padding: 10px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e82b38;
  margin-bottom: 15px;
}

.form .w1180 #form .list .input #demoList span {
  font-size: 14px;
  margin-right: 5px;
  line-height: 18px;
}

.form .w1180 #form .list .input #demoList button {
  background: none;
  border: none;
  color: #ee3333;
  line-height: 18px;
  cursor: pointer;
}

.form .w1180 #form .tips {
  font-size: 16px;
  line-height: 32px;
  max-width: 570px;
  margin-left: calc(273 / 1180 * 100%);
}

.form .w1180 #form .tips a,
.form .w1180 #form .tips i {
  font-style: normal;
  color: #e82b38;
  white-space: nowrap;
}

.form .w1180 #form .content {
  width: calc(760 / 1180 * 100%);
  margin-left: calc(273 / 1180 * 100%);
  margin-top: 16px;
}

.form .w1180 #form .content p {
  font-size: 14px;
  color: #666;
  font-weight: 100;
  line-height: 32px;
}

.form .w1180 #form .formClick {
  display: block;
  width: 150px;
  height: 50px;
  color: #fff;
  background: #eb4550;
  text-align: center;
  line-height: 50px;
  margin-left: calc(273 / 1180 * 100%);
  margin-top: 42px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
}

.footer {
  padding-top: 60px;
  background: #0a1633;
}

.footer .w1180 .footerLogo .img {
  -webkit-filter: grayscale(100%) brightness(400%);
  filter: grayscale(100%) brightness(400%);
}

.footer .w1180 .footerLogo .tips p {
  color: rgba(255, 255, 255, 0.4);
  line-height: 30px;
}

.footer .w1180 .footerLogo .tips p:first-child {
  margin-top: 20px;
}

.footer .w1180 .footerLogo .tips p a {
  color: rgba(255, 255, 255, 0.4);
}

.footer .w1180 .footerLogo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.footer .w1180 .footerLogo ul li {
  margin-right: 20px;
  position: relative;
}

.footer .w1180 .footerLogo ul li span {
  width: 24px;
  height: 24px;
  display: block;
}

.footer .w1180 .footerLogo ul li .wechat {
  display: none;
  width: 120px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -60px;
}

.footer .w1180 .footerLogo ul li .wechat::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #fff;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -10px;
}

.footer .w1180 .footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .w1180 .footerNav .list {
  margin-left: 80px;
}

.footer .w1180 .footerNav .list p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  margin-bottom: 6px;
}

.footer .w1180 .footerNav .list a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  display: block;
  line-height: 36px;
}

.footer .beian {
  margin-top: 60px;
}

.footer .beian span {
  display: block;
}

.footer .beian span a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 76px;
}

.footer .beian span a:hover {
  color: white;
}

@media (max-width: 996px) {
  .form .w1180 #form .list {
    margin: 0 60px;
    margin-bottom: 25px;
  }
  .form .w1180 #form .tips,
  .form .w1180 #form .content {
    max-width: 100%;
    width: auto;
    margin: 0 60px;
    padding-left: 100px;
  }
  .form .w1180 #form .formClick {
    margin-left: 160px;
  }
}

@media (max-width: 750px) {
  .head .w1180 .nav ul li {
    margin-left: 10px;
  }
  .form {
    padding: 40px 0;
  }
  .form .w1180 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .form .w1180 #form h2 {
    font-size: 26px;
  }
  .form .w1180 #form .list {
    margin: 0 20px;
    margin-bottom: 25px;
  }
  .form .w1180 #form .list .title {
    line-height: 32px;
    font-size: 16px;
  }
  .form .w1180 #form .list .input input {
    height: 32px;
  }
  .form .w1180 #form .list .input .submitUpload {
    height: 32px;
    line-height: 30px;
    width: auto;
    padding: 0 25px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .form .w1180 #form .tips,
  .form .w1180 #form .content {
    max-width: 100%;
    width: auto;
    margin: 0 20px;
    padding-left: 100px;
  }
  .form .w1180 #form .formClick {
    margin-left: 160px;
  }
  .footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .top .left {
    text-align: center;
  }
  .footer .top .left ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .top .right {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
  .footer .top .right .list:first-child {
    margin-left: 0;
  }
  .footer .beian {
    text-align: center;
    margin-top: 0;
  }
}

@media (max-width: 414px) {
  .form .w1180 #form .tips,
  .form .w1180 #form .content {
    padding-left: 0;
  }
  .form .w1180 #form .list .input textarea {
    height: 100px;
  }
  .form .w1180 #form .list .input #demoList {
    margin-top: 0;
  }
  .form .w1180 #form .formClick {
    margin: 0 auto;
    margin-top: 30px;
  }
}