*,
html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-weight: normal;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  display: inline-block;
  list-style: none;
}

.s-bg {
  background-position: center;
}

.s-txt {
  color: #fff;
}

.h-600 {
  height: 600px;
}

.highlight {
  color: #0084ff;
}

.f24 {
  font-size: 24px;
}

.mg-0a {
  margin: 0 auto;
}

.s-bg-f {
  background: #fff;
}

.s-bg-e {
  background: #eee;
}

.p612 {
  padding: 6px 12px;
}

.w100 {
  width: 100%;
}

.w85 {
  width: 85%;
}

.pr30 {
  padding-right: 30px;
}

.t-bold {
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.header .hd-row {
  height: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .header .hd-row {
    width: 80%;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .header .hd-row {
    width: 900px;
  }
}

@media screen and (min-width: 600px) and (max-width: 959px) {
  .header .hd-row {
    width: 900px;
  }
}

@media screen and (max-width: 599px) {
  .header .hd-row {
    width: 300px;
  }
}

.header .hd-row img {
  height: 44px;
  margin-top: 10px;
}

.header .hd-row form:nth-of-type(1) {
  padding-top: 5px;
}

.header .hd-row form li {
  color: #666;
  padding: 3px 6px;
  font-size: 12px;
  cursor: pointer;
  margin-right: 2px;
}

.header .hd-row form li.active {
  background: #0084ff;
  color: #fff;
}

.header .hd-row form input {
  border: 1px solid #0084ff;
  width: 300px;
}

@media screen and (max-width: 599px) {
  .header .hd-row form input {
    width: 190px;
  }
}

.header .hd-row form button {
  background: #0084ff;
  color: #fff;
  margin-left: -5px;
  border: 1px solid #0085ff;
}

