.top {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  height: 80px;
  display: flex;
  justify-content: center;
  padding: 0 30px;
  background-color: #fff;
}

.top_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  padding: 0 40px;
}

.logo {
  width: 150px;
  height: 40px;
}

.consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  height: 40px;
  padding: 0 20px;
  background-color: #53b0b0;
  color: #FFF;
  font-size: 20px;
  border-radius: 5px;
}

.consult_img {
  width: 18px;
  height: 18px;
  margin-top: 5px;
}

/* 头部图片 */
.head_img_box {
  min-width: 1200px;
  max-width: 1418px;
  height: 450px;
  margin: 80px auto 0;
}

.head_img {
  width: 100%;
  height: 100%;
}

/* 卡片区 */
.card {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1200px;
  height: 520px;
  padding: 20px 0;
  margin: 20px auto;
}

.card_info {
  width: 450px;
  height: 490px;
  margin-left: 700px;
}

.form_title {
  height: 53px;
  line-height: 53px;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.input_box {
  width: 100%;
  height: 60px;
  padding: 0 23px;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

input {
  width: 350px;
  height: 100%;
  font-size: 20px;
  border: none;
  padding: 0 20px;
  background-color: #f5f5f5;
}

.card_submit {
  width: 300px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  margin: 80px auto 0;
  text-align: center;
  color: #FFF;
  background-color: #53b0b0;
  font-size: 20px;
}

/* 图片区 */
.img_box {
  min-width: 1200px;
  max-width: 1420px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* 地址 */
.address_info {
  min-width: 1200px;
  max-width: 1420px;
  height: 364px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.info {
  color: #FFF;
  width: 40%;
}

.info_title {
  font-size: 30px;
  margin-top: 60px;
}

.company_address {
  color: #FFF;
  font-size: 18px;
  margin: 20px 0;
}

.company_address span {
  color: rgb(255, 255, 255);
  opacity: .8;
}

.info_image {
  margin-top: 20px;
}

/* 底部 */
.bottom {
  height: 100px;
  line-height: 100px;
  margin-top: 20px;
  text-align: center;
}

/* 右侧固定 */
.right {
  position: fixed;
  top: 100px;
  right: 20px;
  width: 60px;
  height: 240px;
  box-shadow: 0 0 15px #dfdede;
  background-color: #fff;
}

.right>div {
  width: 60px;
  height: 60px;
  font-size: 12px;
  text-align: center;
}

.success {
  background-color: #53b0b0;
  color: #FFF;
}

.right img {
  width: 20px;
  height: 20px;
  margin: 6px 0;
}

.right .rocket {
  margin: 20px 0;
}

/* 弹框 */
.pop_up_box {
  position: fixed;
  top: 160px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.pop_up {
  position: relative;
  width: 800px;
  height: 400px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.qr_code {
  padding: 20px;
}

.callback_default {
  width: 400px;
}

.close {
  width: 40px;
  height: 40px;
  user-select: none;
  font-size: 36px;
  position: absolute;
  top: 0;
  right: 20px;
}