.div {
  width: 100%;
  margin-top: 30px;
  /* margin-bottom: 30px; */
}
.title {
  background-image: url(../../imgs/mobile/title_bg.png);
  height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: fixed;
  top: 0;
  line-height: 92px;
  z-index: 9999;
}

.banner {
  margin-top: 75px;
  margin-bottom: 30px;
}
.img {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 20px;
}
.content {
  height: 100%;
  margin-bottom: 0px;
}
.logo {
  position: absolute;
  top: 10px;
  left: 20px;
}
.menu {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 32px;
  height: 26px;
}
.footer {
  background-color: #222222;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

div:focus {
  outline: none;
}
.menu-list {
  position: fixed;
  justify-content: flex-end;
  width: 100px;
  top: 74px;
  right: 0;
  margin-top: 0px;
  background: url(../../imgs/mobile/list_bg.png) no-repeat;
  text-align: center;
  padding-bottom: 15px;
  display: none;
  border-radius: 3px;
  box-shadow: 1px 2px 10px #cccccc;
  z-index: 9999;
}

.menu-item {
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: hk-w12;
  font-size: 18px;
}

.menu-item-line {
  width: 100%;
  background: url(../../imgs/mobile/line.png) no-repeat center;
  height: 5px;
}

.company-info {
  font-size: 12px;
  font-family: SourceHanSansCN-Medium;
  color: #fff;
  margin-left: 2px;
}

.copyright-contant {
  font-size: 12px;
  font-family: SourceHanSansCN-Medium;
  color: #fff;
}

.footer-img {
  vertical-align: middle;
  margin-left: 2px;
  width: 28px;
  height: 22px;
}

.footer div {
  margin-bottom: 15px;
}

.btn-box {
  position: absolute;
  top: 25%;
  left: 5%;
  margin-top: 20px;
}

.btn-box .btn {
  width: 25%;
  margin-right: 12%;
}

.box {
  margin-top: 0px;
  /* padding-left: 10%; */
}

.box img {
  margin-left: 6%;
  width: 40%;
}

.modal {
  background: #fff no-repeat;
  background-size: 100%;
  border-radius: 10px;
  position: absolute;
  top: 15%;
  z-index: 500;
  width: 95%;
  margin-left: 2.5%;
  display: none;
  box-shadow: 2px 2px 5px #e6e5e5;
}

h3 {
  width: 100%;
  text-align: center;
}

.modal .close {
  position: absolute;
  top: 2%;
  right: 2%;
}

.form-item {
  margin-left: 2%;
  width: 90%;
  display: flex;
  margin-bottom: 15px;
  min-height: 35px;
}

.form-title {
  font-weight: 800;
  text-align: right;
  width: 25%;
  min-height: 35px;
  line-height: 35px;
}

.form-input-content {
  width: 65%;
  margin-left: 25px;
  min-height: 35px;
  display: flex;
}

.form-select-content {
  width: 70%;
  margin-left: 25px;
  height: 100%;
}

.form-textarea-content {
  width: 70%;
  margin-left: 25px;
}

.form-input-content input {
  width: 90%;
}

.form-select-content select {
  width: 90%;
  margin-right: 5px;
}

input,
select,
textarea {
  background: #ebebeb no-repeat;
  border-radius: 5px;
  background-size: 100%;
  outline: 0;
  border: 0;
  height: 100%;
}

input,
select {
  background: #ebebeb no-repeat;
  border-radius: 5px;
  background-size: 100%;
  height: 35px;
  outline: 0;
  border: 0;
  line-height: 35px;
}

select {
  margin-bottom: 10px;
}

.submit-btn {
  background: url(../../imgs/mobile/btn_bg.png) no-repeat;
  background-size: 100%;
  width: 75%;
  height: 35px;
  margin-left: 15%;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 35px;
}

form .form-item:last-child {
  margin-bottom: 45px;
  margin-top: 30px;
}

form .form-item:first-child {
  margin-top: 25px;
}

.left,
.right {
  width: 45%;
  text-align: center;
  text-decoration: none;
  margin-left: 4%;
}
.center {
  width: 40%;
  text-align: center;
  text-decoration: none;
  margin-left: 33%;
}
