ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
* {
  box-sizing: border-box;
  cursor: pointer;
}
.topHead {
  width: 100%;
  height: 80px;
  background-color: #fff;
  padding: 0 80px;
}
.w {
  width: 1490px;
  margin: 0 auto;
}
#viewModelBox {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
header {
  width: 100%;
  background-color: #f8f8f8;
  height: 120px;
}
header .content {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content .head {
  color: #999;
  font-size: 12px;
}
header .content .help {
  display: flex;
  align-items: center;
}
header .content .help p {
  margin: 0 15px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
header .content .help p img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -3px;
}
header .content .help .red {
  color: #d53b3d;
}
header .logo {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
header .logo .image {
  height: 80px;
  display: flex;
  align-items: center;
}
header .logo img {
  width: 500px;
  height: 50px;
}
.footer {
  width: 100%;
  height: 116px;
  background: linear-gradient(103deg, #D03F46, #D3393B);
}
.footer .top {
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #B30905;
}
.footer .top p {
  margin: 0 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.footer .top span {
  background-color: #B30905;
  display: inline-block;
  height: 20px;
  width: 1px;
}
.footer .icp {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  height: 56px;
  line-height: 56px;
}
.footer .icp img {
  width: 17px;
  height: 18px;
  vertical-align: middle;
}
main {
  width: 100%;
  height: 100%;
  padding: 40px;
  box-sizing: border-box;
  background-color: #F3F5F8;
}
main .formBox {
  padding: 40px;
  min-height: 600px;
  box-sizing: border-box;
  background-color: #fff;
}
main .formBox .redTips {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #D23B3F;
  text-align: center;
  margin-bottom: 40px;
}
.df {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.df .submit {
  width: 163px;
  height: 36px;
  background: #D53B3D;
  border-radius: 2px 2px 2px 2px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.df .reset {
  width: 163px;
  height: 36px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D53B3D;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #D53B3D;
  display: flex;
  align-items: center;
  justify-content: center;
}
