@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: Microsoft YaHei, Arial;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input,
select,
textarea,
map,
area {
  outline: none;
  border: none;
  background: none;
  resize: none;
}
/* 清浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,
html {
  height: 100%;
  width: 100%;
}
.inner {
  margin: 0 auto;
  width: 1200px;
}
.container {
  min-width: 1250px;
}
.container .header {
  height: 1886px;
  width: 100%;
  background: url(../images/header_img.jpg) no-repeat top center;
}
.container .main {
  height: 638px;
  width: 100%;
  background: url(../images/main_bg.jpg) no-repeat top center;
  position: relative;
}
.container .main form {
  width: 943px;
  position: absolute;
  left: 50%;
  margin-left: -713px;
  top: 218px;
}
.container .main .item_input {
  height: 95px;
  width: 100%;
  display: flex;
  align-items: center;
}
.container .main .item_input .user_tel {
  flex: 1;
  height: 100%;
  background-color: #ffffff;
  text-indent: 48px;
  font-size: 44px;
  color: #b2b2b2;
}
.container .main .item_input .submit {
  width: 230px;
  height: 95px;
  background: url(../images/submit_btn.png) no-repeat top center;
  cursor: pointer;
}
.container .main .code_container {
  position: absolute;
  left: 50%;
  margin-left: 624px;
  top: 1px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .main .code_container .zx_tel {
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.container .main .code_container img {
  display: flex;
  width: 191px;
  height: 191px;
  margin-top: 30px;
}
.container .main .code_container .desc {
  font-size: 26px;
  line-height: 58px;
}
.container .footer {
  height: 137px;
  width: 100%;
  background: url(../images/footer_img.jpg) no-repeat top center;
}
