@charset "UTF-8";



input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input, textarea, select, input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:hover, input:active, input:hover, textarea:hover, textarea:active, textarea:hover, button:hover, button:active, button:hover, select:hover, select:active, select:hover, a:hover, a:active, a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input:not([type=button]), input:not([type=submit]), input:not([type=reset]) {
  font-size: 16px !important;
}



::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
}

:-ms-input-placeholder, :-moz-placeholder {
  color: #888;
  font-size: 15px;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

.input-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.input-style:read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:-moz-read-only:focus {
  border: 1px solid #ddd;
}

.textarea-style:read-only:focus {
  border: 1px solid #ddd;
}

input:-moz-read-only {
  background: #eee;
  color: #666;
}

input:read-only {
  background: #eee;
  color: #666;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  color: #ccc;
  font-size: 15px;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected, select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: #ededed !important;
  border: 1px solid #eee;
}

img,
input[type=image],
video,
embed,
iframe,
marquee,
object,
table {
  aspect-ratio: attr(width)/attr(height);
}



#sbox .right-menu .btn-search {
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-size: 40%;
  text-align: center;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e0592a;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#sbox .right-menu .btn-search i {
	display:block;
  font-size: 24px;

}

#sbox #search-form {
  font-size: 0;
  position: fixed;
  width: 500px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 11;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease 0.1s;
  transition: transform 0.3s ease, opacity 0.3s ease 0.1s, -webkit-transform 0.3s ease;
  background: #fff;
}
#sbox #search-form.open {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
#sbox #search-form input {
  font-size: 1rem;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding: 0 0px;
  width: calc(100% - 50px);
  border-radius: 0;
  vertical-align: middle;
  text-indent:10px;
  border: 0;
  border-right: 0;
}
#sbox #search-form input:focus {
  font-size: 1rem;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding: 0 0px;
  width: calc(100% - 50px);
  border-radius: 0;
  vertical-align: middle;
  text-indent:10px;
  border: 0;
  border-right: 0;
}
#sbox #search-form button {
  font-size: 1rem;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 0;
  border-left: 0;
  padding: 0;
  border-radius: 0;
  vertical-align: middle;
  background-color: #73BF03;
}
#sbox #search-form .btn-close {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
}
#sbox #search-form .btn-close::before, #sbox #search-form .btn-close::after {
  content: "";
  width: 2px;
  height: 30px;
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  background: #fff;
}
#sbox #search-form .btn-close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sbox #search-form .btn-close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#sbox.is-scroll {
  border-bottom: 1px solid #efefef;
}



