*:focus {
  outline: none;
}

.container {
  overflow-x: hidden;
  display: flex;
}

.content {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  margin: 0 auto;
}
.content .title {
  text-align: center;
}
.content .title img {
  width: 100%;
}
.content .form {
  padding: 5px 10px;
  position: relative;
  /* */
}
.content .form input {
  width: 100%;
  font-size: 16px;
  border: none;
}
.content .form .btn {
  width: 91px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  background-color: #0fb264;
  color: #fff;
  border: none;
  position: absolute;
  cursor: pointer;
}
.content .form .ba-btn {
  background-color: #0d22c9;
}
.content[data-style=baidu] .btn {
  background-color: #0d22c9;
}
.content[data-style=bing] {
  margin-top: -150px;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-image: url("../img/bing/bg.jpg");
  background-size: cover;
}
.content[data-style=bing] .title {
  width: 160px;
  text-align: left;
  padding: 15px 10%;
}
.content[data-style=bing] .form {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 58px 0px 0px 58px;
  border-color: #fff;
}
.content[data-style=bing] .form input {
  padding: 0 15px;
}
.content[data-style=bing] .btn {
  background-color: #fff;
  color: #174ae4;
  border-radius: 0 58px 58px 0;
  right: -35px;
}
.content[data-style=sogou] .title {
  margin-bottom: 15px;
}
.content[data-style=sogou] .form {
  width: 822px;
}
.content[data-style=sogou] .btn {
  background-color: #fafafa;
  color: #000;
  border: 1px solid #e6e6e6;
}
.content[data-style=sogou] .btn:hover {
  background-color: #e1e1e1;
}
.content[data-style=sm] .title {
  margin-bottom: 10px;
}
.content[data-style=sm] .form {
  height: 30px;
  border-radius: 3px 0px 0px 3px;
}
.content[data-style=sm] .btn {
  background-color: #ff8608;
  border-radius: 0 3px 3px 0;
}

@media (max-width: 767.98px) {
  .container {
    padding-top: 80px;
  }
  .content {
    width: 100%;
  }
  .content .title {
    margin-bottom: 30px;
  }
  .content .title img {
    max-width: 200px;
  }
  .content .form {
    width: auto;
    height: 48px;
    text-align: center;
    border: 1px solid #ccc;
  }
  .content .form input {
    height: calc(100% - 2px);
    font-size: 18px;
  }
  .content .form button {
    height: calc(100% + 2px);
    font-size: 18px;
    right: -1px;
    top: -1px;
  }
  .content[data-style=bing] {
    margin-top: -80px;
  }
  .content[data-style=sogou] .form {
    width: auto;
  }
}
@media (min-width: 768px) {
  .container {
    padding-top: 150px;
  }
  .content .title {
    margin-bottom: 50px;
  }
  .content .title img {
    max-width: 265px;
  }
  .content .form {
    width: 650px;
    height: 44px;
    border: 2px solid #ccc;
    border-radius: 8px 0px 0px 8px;
  }
  .content .form input {
    height: calc(100% - 4px);
    font-size: 1rem;
  }
  .content .form button {
    height: calc(100% + 4px);
    font-size: 1rem;
    border-radius: 0 8px 8px 0;
    right: -13px;
    top: -2px;
  }
  .content[data-style=bing] {
    margin-top: -150px;
  }
}/*# sourceMappingURL=style.css.map */