* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
li {
  list-style: none;
}
input,
select,
textarea {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
}
/*清浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.loading-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9;
}
.loading {
  width: 150px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.loading span {
  display: inline-block;
  width: 15px;
  height: 100%;
  margin-right: 5px;
  background: #CE393E;
  -webkit-animation: load 1.04s ease infinite;
}
.loading span:last-child {
  margin-right: 0;
}
@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}
.loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}
.loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}
.loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}
.loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}
a {
  text-decoration: none;
}
body {
  font-family: "微软雅黑";
  background: #fff;
}
#search-container {
  font-size: 0;
  min-height: 344px;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
#search-container h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 10px;
  position: relative;
}
#search-container h3 span {
  font-size: 14px;
  color: red;
  font-weight: normal;
  position: absolute;
  top: 4px;
}
#search-category {
  margin: 36px 0 20px;
}
#search-category span {
  display: inline-block;
  padding: 4px 6px;
  color: #000;
  font-family: '微软雅黑';
  font-size: 15px;
  cursor: pointer;
  margin-left: 20px;
  letter-spacing: 2px;
}
#search-category span:nth-of-type(1) {
  margin-left: 0;
}
#search-category .active {
  background-color: #B9282F;
  color: #fff;
}
#search-input {
  width: 500px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  margin: 0 auto;
  outline: none;
  border: none;
  padding: 0 10px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #ccc;
}
#search-websites {
  padding-right: 16px;
  padding-top: 10px;
}
#search-websites span {
  display: inline-block;
  padding: 6px 8px;
  background-color: #B9282F;
  color: #fff;
  font-family: '微软雅黑';
  font-size: 14px;
  cursor: pointer;
  margin-left: 16px;
  margin-top: 14px;
  letter-spacing: 2px;
  transition: padding-left 0.3s;
}
#search-websites .active {
  padding: 6px 6px 6px 20px;
  background: url("../img/active.png") no-repeat 6px center;
  background-color: #B9282F;
}
#footer {
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}
#footer a {
  color: #000;
}
#footer a:hover {
  color: #B9282F;
  text-decoration: underline;
}
#footer p {
  line-height: 30px;
}
#input-container {
  position: relative;
}
#input-container .down-list {
  display: none;
  position: absolute;
  z-index: 999;
  top: 41px;
  left: 0;
  width: 522px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
#input-container .down-list li {
  text-align: left;
  padding-left: 10px;
  font-size: 14px;
  cursor: default;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#input-container .down-list li:hover {
  background-color: #F0F0F0;
}
#input-container .down-list li.active {
  background-color: #F0F0F0;
}
#input-container .history-list {
  display: none;
  position: absolute;
  z-index: 999;
  top: 41px;
  left: 0;
  width: 522px;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
#input-container .history-list li {
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
#input-container .history-list li:hover {
  background-color: #F0F0F0;
}
#input-container .history-list li .search-words {
  font-size: 14px;
  padding-left: 20px;
  display: block;
  float: left;
  color: #000;
  cursor: default;
}
#input-container .history-list li .search-link {
  font-size: 13px;
  float: right;
  color: #fff;
  height: 20px;
  position: relative;
  line-height: 20px;
  top: 6px;
  padding: 0 5px;
  right: 20px;
  background-color: #888;
  letter-spacing: 1px;
}
#input-container .history-list li .close {
  width: 12px;
  height: 32px;
  float: right;
  background: url("../img/close.png") no-repeat center center;
  background-size: 12px 12px;
  position: relative;
  right: 10px;
  cursor: pointer;
}
#input-container .history-list li .clear-words {
  font-size: 14px;
  float: left;
  color: #666;
  position: relative;
  left: 20px;
  cursor: pointer;
}
#settings {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("../img/settings.svg");
  position: absolute;
  top: 12px;
  right: 8px;
}
#mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 99;
}
#settingsDialog {
  position: absolute;
  z-index: 100;
  width: 200px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#settingsDialog .header {
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  padding-left: 10px;
}
#settingsDialog .content {
  padding: 0 5px;
}
#settingsDialog .content .setting-total {
  height: 80px;
  font-size: 15px;
}
#settingsDialog .content .setting-total .search-history {
  margin: 20px 0 8px 30px;
}
#settingsDialog .content .setting-total .search-history #checkbox-history {
  outline: none;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  border-radius: 0;
}
#settingsDialog .content .setting-total .search-history input {
  margin-left: 10px;
}
#settingsDialog .content .setting-total .search-tips {
  margin: 10px 0 8px 30px;
  font-family: "微软雅黑";
}
#settingsDialog .content .setting-total .search-tips select {
  font-size: 15px;
  border: 1px solid #ccc;
  font-family: "微软雅黑";
  letter-spacing: 5px;
  margin-left: 10px;
}
#settingsDialog .buttons {
  height: 30px;
  line-height: 26px;
  padding: 0 50px 10px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  position: relative;
}
#settingsDialog .buttons .ok-button,
#settingsDialog .buttons .cancel-button {
  background-color: #B9282F;
}
#settingsDialog .buttons .ok-button {
  float: left;
  width: 42px;
  height: 26px;
  text-align: center;
}
#settingsDialog .buttons .cancel-button {
  float: right;
  width: 42px;
  height: 26px;
  text-align: center;
}
#bookmark {
  position: absolute;
  top: 6%;
  right: 6%;
}
#bookmark a {
  color: #000;
  font-size: 15px;
  letter-spacing: 2px;
}
/*# sourceMappingURL=search.css.map */
