/* @import url(common.css);
@import url(icon.css);
@import url(theme.css);
@import url(header.css?asd12);
@import url(footer.css);
@import url(dropdown.css); */

html,
body {
  margin: 0;
  font-weight: 300;
  font-family: "microsoft yahei";
}

a {
  text-decoration: none;
}

input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

ul li {
  text-decoration: none;
  list-style: none;
}

input,
textarea {
  outline-color: invert;
  outline-style: none;
  outline-width: 0px;
  border: none;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;
}

*::-webkit-scrollbar {
  width: 0px;
}

.content {
  overflow: hidden;
  position: relative;
}

#phone_code {
  margin: 0px 0 17px 0;
  padding: 9px 7px;
  border-radius: 5px;
  width: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid;
  padding: 13px 7px;
  -webkit-appearance: none;
  /* color: #b4b4b4; */
  background: #fff;
}