* {
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Regular;
  /* -webkit-user-select: none; */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 0.9375rem;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

body {
  position: fixed;
  width: 100%;
  font-size: 1rem;
  height: 100%;
}

#app {
  height: 100%;
  overflow: hidden;
}

section {
  padding: 0.6666rem 1rem;
  /*margin-bottom: .6666rem;*/
  background-color: #fff;
}

.spacing {
  height: .6666rem;
  background-color: #f3f4f6;
}

p {
  color: #333;
}


img {
  width: 100%;
}

input {
  background: #fff;
  border: none;
  font-size: .933rem;
  -webkit-user-select: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  width: calc(100% - 5rem);
}

input.select_key {
  background: #f1f2f4;
  background-repeat: no-repeat;
  background-position: .6rem center;
  border: none;
  padding: .6rem .6rem .6rem 1.9rem;
  background-image: url(/static/img/search.png);
  background-size: .9333rem auto;
  height: 2.14rem;
  width: 100%;
  border-radius: .94rem;
  margin: 0 auto;
  display: block;
  font-size: .8rem;
  line-height: normal;
  color: #22242b;
  -webkit-user-select: initial;
  margin-bottom: .6rem;
  outline: none;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 0.8rem;
  color: #b8bcc3;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.8rem;
  color: #b8bcc3;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.8rem;
  color: #b8bcc3;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 0.8rem;
  color: #b8bcc3;
}

input.number {
  width: calc(100% - 7.4rem);
}

/*注释说明*/
div.annotated {
  font-size: 0.8rem;
  color: #b8bcc3;
}

textarea {
  /* background-color: #f8f9fb; */
  height: 10.4rem;
  padding: 1rem;
  font-size: .93rem;
  margin-bottom: 4.2rem;
  border: 1px solid #eef1f4;
  -webkit-user-select: initial;
  overflow: auto;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  line-height: 1.4rem;
  border-radius: 4px;
  display: block;
  width: calc(100% - 2rem);
}

section form {
  display: flex;
}

select.category_key {
  height: 2.14rem;
  width: calc(30% - 0.6rem);
  margin-right: 0.6rem;
  background-color: #f1f2f4;
  border: none;
  font-size: .8rem;
}

select {
  height: 2rem;
  border: 1px solid #e1e3e7;
  border-radius: 1rem;
  background-color: #fff;
  background-image: url(/static/img/select.png);
  background-size: .6rem auto;
  background-repeat: no-repeat;
  background-position: 85% center;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  width: calc((100% - 1.9rem) / 3);
  padding-left: 5%;
  padding-right: 8%;
  font-size: .8666rem;
  color: #6d737e;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #eef1f4;
}

.line_screen {
  width: calc(100% + 2rem);
  height: 1px;
  background-color: #e7e9ec;
  margin-left: -1rem;
}

div.line_half {
  width: calc(100% + 1rem);
  height: 1px;
  margin-top: 0.9rem;
  background-color: #eef1f4;
}

.loading {
  color: #4c576f;
  text-align: center;
  margin-top: 70%;
  font-size: 1.2rem;
}


.horizontal_line {
  height: 1px;
  width: 100%;
  background-color: #87adfe;
  position: relative;
}

.vertical_line {
  width: 1px;
  height: 0;
  background-color: #87adfe;
  padding-bottom: calc(100% / 3 - 1.33333333px);
  display: inline-block;
}

.vertical_line.vertical_line_last {
  padding-bottom: calc(100% / 3 - 1.33333333px + .6rem);
  top: .6rem;
}

.localize {
  position: relative;
}

.horizontal_bar {
  height: 2rem;
  width: 1px;
  background-color: #eeeef1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_line {
  width: 1.6rem;
  height: 2px;
  background-color: #6796fc;
  margin: 0 auto;
  margin-top: -.2rem;
}

.option_line {
  width: 2px;
  height: .8rem;
  background-color: #6796fc;
  display: inline-block;
  margin-bottom: -1px;
}

.footer_line {
  height: 1.6rem;
  width: 1px;
  background-color: #e5e5e9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
