.bgColor {
  background-color: rgba(0, 0, 0, 0.3);
}
.isInline {
  display: inline;
}
.isInlineBlock {
  display: inline-block;
}
.isHidden {
  display: none;
}
.openLink {
  width: 100%;
}
.openLink a {
  width: 100%;
  margin: auto;
  display: inherit;
}
.openLink #topimg {
  width: 100%;
  height: auto;
  margin: auto;
  display: inherit;
  cursor: pointer;
}
.header {
  height: 1.1rem;
  position: relative;
}
.header .topbg {
  width: 100%;
  height: 1.1rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.header .topbg img {
  width: 100%;
  height: 100%;
  display: block;
}
.header .logo {
  width: 1.92rem;
  height: 0.79rem;
  margin-left: 0.73rem;
  margin-top: 0.14rem;
}
.header .handle {
  float: right;
  margin-right: 0.3rem;
  margin-top: 0.4rem;
}
.header .handle img {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.3rem;
}
#nav {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 4rem;
  z-index: 10;
  bottom: -4rem;
}
#nav ul {
  background: #fff;
}
#nav li {
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  line-height: 0.4rem;
  text-align: center;
  border-bottom: 1px solid #F5F5F5;
  padding: 0.12rem;
}
#search {
  text-align: center;
  padding: 0.3rem;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 1rem;
  z-index: 10;
  bottom: -1.6rem;
}
#search .search-box {
  margin: auto;
  position: relative;
}
#search .search_logo {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  left: 11%;
  top: 22%;
}
#search input {
  font-size: 0.26rem;
  background-color: #F5F5F5;
  padding: 0.2rem 0.8rem;
  border: 1px solid #dddddd;
  border-right: 0px solid #dddddd;
}
#search .search-btn {
  display: inline-block;
  background: #13559F;
  border-radius: 0px 6px 6px 0px;
  font-size: 0.32rem;
  color: #fff;
  padding: 0.15rem;
  margin-left: -0.05rem;
  vertical-align: top;
}
