/* 少年英才背景图 */
.background-snyc {
  background: url(../images/bg_xueshengzhengshu.png) fixed no-repeat;
  background-size: 100% 100%;
}
/* 舞动世界背景图 */
.background-wdsj {
  background: url(../images/bg_wudongshijie.png) fixed no-repeat;
  background-size: 100% 100%;
}
/* 超级演说家背景图 */
.background-cjysj {
  background: url(../images/bg_yanshuojia.png) fixed no-repeat;
  background-size: 100% 100%;
}
.search-container {
  min-width: 1200px;
}
.search-logo {
  width: 915px;
  height: 283px;
  margin: 89px auto 0;
}
.search-logo img {
  width: 915px;
  height: 283px;
  object-fit: cover;
}
.search-plate {
  width: 566px;
  height: 396px;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 0 79px;
  overflow: hidden;
}
.search-plate h2 {
  height: 35px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 35px;
  text-align: center;
  margin: 44px 0;
}
.search-input p {
  height: 30px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.search-input input {
  width: 409px;
  height: 59px;
  background: #ffffff;
  border: 1px solid #7d7d7d;
  margin-top: 19px;
  padding-left: 16px;
  outline: none;
}
.search-btn {
  margin: 46px auto;
  text-align: center;
}
.search-btn button {
  border: none;
  width: 312px;
  height: 61px;
  background: url(../images/btn_chaxun.png) center no-repeat;
  font-size: 18px;
  font-family: Source Han Sans CN;
  color: #ffffff;
  line-height: 60px;
}
