.soc {
  margin-top: 2.92rem;
  padding-top: 2rem;
}
.soc .normal > img {
  width: 7rem;
  display: block;
  margin: 0 auto;
}
.soc .normal h1 {
  font-size: 1.18rem;
  color: #071933;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}
.soc .normal .button {
  text-align: center;
  margin-top: 2rem;
}
.soc .normal .button .btn {
  background: #00BC00;
  border-radius: 5px;
  color: white;
  font-size: 0.58rem;
  width: 6rem;
  display: inline-block;
  line-height: 1.83rem;
  text-align: center;
  cursor: pointer;
}
.soc .normal .button .btn.soc2 {
  margin-right: 1rem;
}
.soc .normal .button .btn:hover {
  background: rgba(20, 190, 75, 0.2);
  color: #14be4b;
}
.soc .normal .text {
  font-size: 0.7rem;
  width: 70%;
  margin: 3rem auto;
}
.soc .normal .text p {
  line-height: 1.5;
  margin-bottom: 1rem;
}
.soc .ch,
.soc .en {
  display: none;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 2rem;
}
.soc .ch h2,
.soc .en h2 {
  font-size: 1.38rem;
  color: #071933;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F9FE 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FE 100%);
  text-align: center;
  line-height: 3.5;
  font-weight: bold;
  position: relative;
}
.soc .ch h2 .img,
.soc .en h2 .img {
  width: 20px;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
}
.soc .ch h2 .img img,
.soc .en h2 .img img {
  width: 100%;
}
.soc .ch h2 .img img.close_active,
.soc .en h2 .img img.close_active {
  display: none;
}
.soc .ch h2 .img:hover .close_active,
.soc .en h2 .img:hover .close_active {
  display: block;
}
.soc .ch h2 .img:hover .close,
.soc .en h2 .img:hover .close {
  display: none;
}
.soc .ch .language,
.soc .en .language {
  font-size: 0.58rem;
  font-weight: 400;
  color: #00BC00;
  line-height: 25px;
  width: 80%;
  margin: 1rem auto;
  text-align: right;
  cursor: pointer;
}
.soc .ch .text,
.soc .en .text {
  font-size: 0.68rem;
  color: #071933;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
}
.soc .ch .text p,
.soc .en .text p {
  margin-bottom: 1rem;
}
.soc .ch .form-wrap,
.soc .en .form-wrap {
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F7F9FE 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FE 100%);
  padding-bottom: 1rem;
}
.soc .ch .form,
.soc .en .form {
  width: 52%;
  margin: 2rem auto;
  background: white;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  border: 1px solid #D2D6DC;
  padding: 1rem;
}
.soc .ch .form li,
.soc .en .form li {
  margin-bottom: 0.6rem;
}
.soc .ch .form label,
.soc .en .form label {
  font-size: 0.68rem;
  color: #111827;
  width: 6rem;
  display: inline-block;
  margin-right: 0.65rem;
}
.soc .ch .form label > .error,
.soc .en .form label > .error {
  color: red;
  display: inline;
}
.soc .ch .form input,
.soc .en .form input {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  border: 1px solid #D1D5DC;
  outline: 0;
  width: calc(100% - 7rem);
  line-height: 32px;
  height: 32px;
  padding-left: 1em;
  box-sizing: border-box;
}
.soc .ch .form input:focus,
.soc .en .form input:focus {
  outline: none;
}
.soc .ch .form input:-webkit-autofill,
.soc .en .form input:-webkit-autofill,
.soc .ch .form textarea:-webkit-autofill,
.soc .en .form textarea:-webkit-autofill,
.soc .ch .form select:-webkit-autofill,
.soc .en .form select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.soc .ch .form .submit,
.soc .en .form .submit {
  text-align: center;
  margin-top: 1rem;
}
.soc .ch .form .submit .btn,
.soc .en .form .submit .btn {
  cursor: pointer;
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #14be4b !important;
  background-color: #14be4b !important;
}
@media screen and (max-width: 768px) {
  html .soc .ch,
  html .soc .en {
    width: 90%;
  }
  html .soc .ch h2 .img,
  html .soc .en h2 .img {
    right: 2%;
  }
  html .soc .ch .form,
  html .soc .en .form {
    width: 80%;
  }
}
