* {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.clearfix,
.cl {
  zoom: 1;
  margin-bottom: 60px;
}
.clearfix:before,
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.banxin {
  max-width: 1280px;
  margin: 0 auto;
}
.footer-wrap {
  min-width: 1280px;
  height: 150px;
  background: #fff;
  padding-top: 41px;
}
.footer-wrap .footer_info {
  width: 1280px;
  height: 89px;
  text-align: center;
  margin: 0 auto;
  padding-top: 12px;
  padding-left: 20px;
  color: #8f8f8f;
}
.footer-wrap .footer_info a {
  color: #8f8f8f;
}
.footer-wrap .footer_info a:hover {
  color: #666;
  text-decoration: underline;
}
.footer-wrap .footer_info p {
  font-size: 16px;
  line-height: 30px;
}
.footer-wrap .footer_info .marginl20 {
  margin-left: 20px;
}
* {
  margin: 0;
  padding: 0;
}
.header-wrap {
  height: 144px;
  width: 100%;
  min-width: 1280px;
  box-sizing: border-box;
  background: #fafbfc;
  box-shadow: 0px 1px 2px 0px rgba(143, 154, 168, 0.52);
  z-index: 10;
}
.header-wrap .bannerBox {
  width: 1280px;
  height: 72px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.header_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerBox h1 {
  display: block;
  flex: 0 0 auto;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
}
.bannerBox .banner {
  margin: 0px 60px;
}
.bannerBox .banner a {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 22px 0px;
  margin: 0 24px;
  text-align: center;
  display: inline-block;
  color: #000;
  position: relative;
}
.bannerBox .banner .decor {
  color: #1473FF;
}
.bannerBox .banner .decor::before {
  content: "";
  position: absolute;
  top: 68px;
  left: 0px;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #1473FF;
  border-radius: 2px;
}
.bannerBox img {
  width: 36px;
  height: 36px;
  margin-right: 5px;
}
#login_container {
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cd_login,
.cd_res {
  color: #000;
  text-align: center;
  line-height: 36px;
  width: 100px;
  height: 36px;
  border-radius: 7px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
}
.cd_login {
  color: #fff;
  background: #1473FF;
  margin-right: 12px;
}
.cd_res {
  color: #fff;
  background: #1473FF;
}
.zhanwei {
  width: 100%;
  height: 72px;
}
/*内容主体 开始*/
.wrap {
  overflow: hidden;
}
.wrap .res_form {
  width: 1200px;
  height: 662px;
  background: rgba(255, 255, 255, 0.6);
  margin: 102px auto;
  overflow: hidden;
  position: relative;
}
.wrap .res_form .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.wrap .res_form .container div {
  margin-bottom: 40px;
}
.wrap .res_form .container p {
  display: inline-block;
  width: 100px;
}
.wrap .res_form .container .wh {
  width: 300px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  border: 1px solid #ccc;
  padding-left: 10px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wrap .res_form .container .res_btn {
  width: 258px;
  height: 54px;
  background: #3c82ff;
  color: #fff;
  border-radius: 5px;
  line-height: 54px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  font-size: 24px;
}
.wrap .res_form .container .blue_color {
  color: blue;
}
.wrap .res_form .container .v_contain {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
}
.wrap .res_form .container input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 18px;
  height: 18px;
}
/*内容主体 结束*/

