.jy-explain {
  width: 100%;
}
.jy-explain h4 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  margin: 15px 0;
}
.jy-img {
  width: 100%;
  height: 350px;
}
.jy-img img {
  display: block;
  width: 60%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  transform: translateZ(0);
  overflow: hidden;
}
.terrace_msgbox {
  width: 100%;
  height: auto;
  margin-top: 15px;
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}
.terrace_bt {
  font-size: 23px;
  color: #2c3e50;
  line-height: 35px;
  text-align: left;
  text-indent: 1.5em;
  border-bottom: 1px dashed #ff7010;
  font-weight: 500;
  padding: 10px 0px;
}
.zx_msg {
  margin: 15px 0;
  font-size: 20px;
  color: #2c3e50;
  line-height: 30px;
  text-indent: 2em;
  overflow: hidden;
}
.zx_msgitem {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.zx_msgleft {
  width: 16%;
  float: left;
  font-size: 18px;
  color: #2c3e50;
  font-weight: 600;
  line-height: 30px;
  text-indent: 2em;
}
.zx_msgright {
  float: left;
  width: 84%;
  font-size: 18px;
  color: #2c3e50;
  line-height: 30px;
}
.dearusing {
  width: 100%;
  padding: 20px 0 10px;
  box-sizing: border-box;
  font-size: 17px;
  color: #2c3e50;
  text-align: left;
  text-indent: 2em;
  font-weight: 600;
}
.descriptionusing {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 17px;
  color: #2c3e50;
  line-height: 25px;
  text-indent: 2em;
  text-align: justify;
}
.btnbox {
  width: 80%;
  padding: 20px 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}
.personbtn {
  float: left;
  width: 30%;
  font-size: 16px;
  color: #b4bccc;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  text-align: center;
  padding: 10px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.firmbtn {
  float: left;
  margin-left: 5%;
  width: 30%;
  font-size: 16px;
  color: #b4bccc;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  text-align: center;
  padding: 10px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.schoolbtn {
  float: left;
  margin-left: 5%;
  width: 30%;
  font-size: 16px;
  color: #b4bccc;
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  text-align: center;
  padding: 10px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.personbtn:hover,
.firmbtn:hover,
.schoolbtn:hover {
  border-color: #1ba5fe;
  color: #1ba5fe;
}
.fingerpostbox {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  overflow: hidden;
  display: none;
}
.fingerpost {
  width: 1000px;
  height: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.closebtn {
  width: 60px;
  height: 30px;
  margin: 30px auto;
  border: 1px solid #b4bccc;
  border-radius: 4px;
  line-height: 30px;
  font-size: 15px;
  color: #b4bccc;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.closebtn:hover {
  color: #ff7010;
  border-color: #ff7010;
}
.gryi {
  width: 85%;
  height: 35px;
  line-height: 35px;
  text-align: left;
  font-size: 18px;
  color: #2c3e50;
  margin: 15px auto 0;
}
.grLogin {
  margin: 15px auto 0;
  width: 85%;
  height: auto;
  overflow: hidden;
  border: 1px solid #dcdfe6;
  padding: 2px;
  box-sizing: border-box;
  background: #fff;
}
.grLogin img {
  width: 100%;
}
.grattent {
  margin: 15px auto 0;
  width: 85%;
  height: 25px;
  line-height: 25px;
  text-align: left;
  font-size: 16px;
  color: #f75f70;
}
.member {
  width: 85%;
  margin: 0 auto;
}
.member p {
  text-indent: 2em;
  font-size: 16px;
  color: #2c3e50;
  line-height: 23px;
}
.blockes {
  display: block !important;
}
