* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #ffffff;
  min-width: 1300px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.main {
  width: 100%;
  background: #f2faff;
  padding: 1px 0;
}
.main .con {
  background: url("../images/main_bg.png") no-repeat;
  width: 1243px;
  height: 1784px;
  box-sizing: border-box;
  padding: 50px 60px 50px 76px;
  margin: 0 auto;
  position: relative;
  top: -120px;
}
.main .con .title {
  margin: 20px auto 0;
}
.main .con .title h5 {
  display: inline-block;
  color: #004bc6;
  font-weight: bold;
  margin-right: 12px;
  font-size: 30px;
}
.main .con .title p {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}
.main .con .title p span {
  color: #ed0e0e;
}
.main .con .describe {
  text-align: justify;
  font-size: 18px;
  line-height: 36px;
  margin: 10px auto 50px;
}
.main .con .fill .row {
  margin: 30px auto 10px;
}
.main .con .fill .list {
  width: 504px;
  line-height: 48px;
  border-radius: 12px;
  position: relative;
  background: #f5f5f5;
}
.main .con .fill .list span.tip {
  position: absolute;
  top: 3px;
  left: -15px;
  color: #ed0e0e;
  font-size: 20px;
}
.main .con .fill .list span.boxTitle {
  display: inline-block;
  background: #004bc6;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px 0 0 10px;
  font-size: 18px;
  padding: 0 14px 0 16px;
  margin-right: 6px;
}
.main .con .fill .list input {
  display: inline-block;
  background: none;
  line-height: 48px;
  outline: none;
  font-size: 16px;
}
.main .con .fill .list input.name {
  width: 410px;
}
.main .con .fill .list input.city {
  width: 810px;
}
.main .con .fill .list input.phone {
  width: 378px;
}
.main .con .fill .list input.topic {
  width: 1000px;
}
.main .con .fill .list input.company {
  width: 310px;
}
.main .con .fill .list input.work {
  width: 340px;
}
.main .con .fill .list select {
  display: inline-block;
  line-height: 48px;
  height: 48px;
  outline: none;
  font-size: 16px;
  /*隐藏默认小箭头*/
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 26px 0 10px;
  /*用图片替换*/
  background: url("../images/up.png") no-repeat scroll right 5px center transparent;
}
.main .con .fill .list select.city {
  width: 810px;
}
.main .con .fill .list select.classify {
  width: 982px;
}
.main .con .fill .list textarea {
  width: 100%;
  background: #f5f5f5;
  display: block;
  border-radius: 12px;
  height: 200px;
  line-height: 30px;
  font-size: 16px;
  padding: 10px;
  resize: none;
  outline: none;
  box-sizing: border-box;
}
.main .con .fill .list.long {
  width: 1108px;
}
.main .con .fill p {
  color: #999999;
  font-size: 14px;
}
.main .con .fill .btn {
  margin: 50px 0 0 400px;
}
.main .con .fill .btn .submit {
  background: #004bc6;
  line-height: 75px;
  width: 220px;
  border-radius: 12px;
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}
.main .con .fill .btn .cancel {
  background: #e5e5e5;
  line-height: 42px;
  width: 108px;
  cursor: pointer;
  border-radius: 12px;
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
  margin-left: 20px;
  vertical-align: bottom;
  color: #666666;
}
.mask {
  position: fixed;
  top: 200px;
  left: 50%;
  background: url("../images/mask.png") no-repeat;
  width: 562px;
  height: 563px;
  z-index: 20;
  padding: 180px 70px 0;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.mask h5 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #628eff;
}
.mask p {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  margin: 40px auto;
}
.mask .btn {
  cursor: pointer;
  margin: 10px auto;
  width: 200px;
  line-height: 70px;
  border-radius: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  background: #628eff;
}
.black {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}