.wechat_boxs {
  margin: 0 auto;
  margin-top: 24px;
  width: 443px;
  height: 498px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(155, 155, 155, 0.18);
          box-shadow: 2px 4px 5px 0px rgba(155, 155, 155, 0.18);
  border-radius: 2px;
}
.wechat_boxs .wechat_content {
  margin: 0 auto;
  margin-top: 20px;
  width: 320px;
  height: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.wechat_boxs .wechat_box_title {
  padding-top: 20px;
  margin: 0 auto;
  width: 96px;
  height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}
.wechat_boxs .wechat_box_1 {
  margin: 0 auto;
  margin-top: 10px;
  width: 351px;
  height: 351px;
  line-height: 351px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
}
.no_account {
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.background_img {
  height: 100%;
  background: linear-gradient(90deg, rgba(206, 214, 224, 0.32) 1px, transparent 0), linear-gradient(rgba(206, 214, 224, 0.32) 1px, transparent 0);
  background-size: 30px 30px;
  background-position: 11px 20px;
  background-color: #fff;
}
.btn_item {
  font-size: 25px;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 35px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #666;
}
.input_item {
  border-radius: 50px;
}
a {
  border-bottom: 1 solid #000;
}
.duanluo {
  text-indent: 25px;
  padding: 15px 50px;
  color: #666666;
  letter-spacing: 3px;
}
.title {
  padding: 0px 50px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 14px;
}
.input_item .el-input__inner {
  background: #e8f0fe;
}
.input_item .el-input--small .el-input__inner {
  height: 60px;
  line-height: 60px;
  border-radius: 25px;
}
