body,
p,
ul,
dl,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
html{
  font-size: 50px;
}
body {
  text-align: left;
  font-size: 12px;
  padding: 0 0 0 0;
  font-family: "微软雅黑";
  background: none;
  background: #ebebeb
}

li {
  list-style: none
}

input {
  -webkit-appearance: none;
}

a:link {
  text-decoration: none
}

a,
a:visited {
  text-decoration: none;
  color: #333;
}

.clearfix:after {
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
  content: "."
}

em {
  font-style: normal;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
}

.g-head {
  position: relative;
  width: 100%;
  height: 0.84rem;
  background-color: #40b4f7;
}

.g-head h2 {
  width: 100%;
  height: 0.84rem;
  line-height: 0.84rem;
  text-align: center;
  font-size: 0.36rem;
  font-weight: normal;
  color: #fff;
}

.g-head .g-head-home {
  display: block;
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  z-index: 2;
  width: 0.44rem;
  height: 0.39rem;
  background: url(../images/icon_01.png) no-repeat 0 0;
  background-size: contain;
}

.g-head p {
  position: absolute;
  right: 0;
  top: 0.2rem;
  z-index: 2;
  width: auto;
}

.g-head p .g-head-search {
  display: block;
  float: left;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.38rem;
  background: url(../images/icon_02.png) no-repeat 0 0;
  background-size: contain;
}

.g-head p .g-head-col {
  display: block;
  float: left;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/icon_03.png) no-repeat 0 0;
  background-size: contain;
}

.g-nav {
  display: block;
  width: 100%;
  height: 0.8rem;
  padding: 0 .8rem 0 0;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.g-nav a {
  display: inline;
  width: 25%;
  float: left;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.3rem;
  color: #999999;
}

.g-nav a.hover {
  font-weight: bold;
  color: #40b4f7;
}

.g-nav .u-nav-showbtn {
  width: .8rem;
  height: .8rem;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.g-nav .u-nav-showbtn::before {
  content: '';
  width: .2rem;
  height: .2rem;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid #ccc;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: .23rem;
  transform: translate(-50%, 0) rotate(-45deg);
}

.g-nav .u-nav-showbtn.hover {
  transform: rotate(180deg)
}


.g-allsearch-box,
.g-hotapp-box {
  width: auto;
  height: auto;
  padding: 0 0 12px 0;
  margin: 0px 10px;
  border: 1px solid #eee;
  display: block;
  overflow: hidden;
  background: #fff;
}

.u-h3-title {
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  margin: 0px 12px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  display: block;
  overflow: hidden
}

.m-allsearch-cont {
  width: 100%;
  height: auto;
  padding: 0 7px;
  box-sizing: border-box;
  display: block;
  overflow: hidden
}

.m-allsearch-cont a {
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px 5px 0;
  display: block;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
  border-color: #65bb0a;
  color: #65bb0a;
  padding: 0 12px;
  float: left;
}

.m-allsearch-cont a:nth-child(2) {
  border-color: #4d90ba;
  color: #4d90ba
}

.m-allsearch-cont a:nth-child(4) {
  border-color: #966de1;
  color: #966de1
}

.m-allsearch-cont a:nth-child(5) {
  border-color: #5bc3af;
  color: #5bc3af
}

.m-allsearch-cont a:nth-child(6) {
  border-color: #4d90ba;
  color: #4d90ba
}

.m-allsearch-cont a:nth-child(8) {
  border-color: #ff7573;
  color: #ff7573
}