.g-header-top {
  height: .72rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  padding: .08rem .32rem 0.08rem .32rem
}
.g-header-top .logo {
  display: block;
  width: 2.07rem;
  height: .56rem;
  background: url(../image/pconline-logo.png) no-repeat;
  background-size: contain;
  margin: .12rem .3rem 0 0
}
.g-header-top .search {
  width: 1.9rem;
  height: .49rem;
  background: #F1F3F8;
  border-radius: .04rem;
  padding: .12rem .1rem .1rem .6rem;
  position: relative;
  margin-right: .32rem;
  margin-top: 0rem
}
.g-header-top .search input {
  display: block;
  background: none;
  border: none;
  width: 1.9rem;
  height: .46rem;
  font-size: .28rem;
  line-height: .49rem;
  color: #848792;
  font-family: "Microsoft Yahei";
  overflow: hidden;
  outline: none
}
.g-header-top .search .btn-search {
  display: block;
  width: .28rem;
  height: .28rem;
  background: url(../image/searchicon.png)no-repeat;
  background-size: .28rem;
  position: absolute;
  top: .21rem;
  left: .18rem
}
.g-header-top .m-center {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.g-header-top .m-center .ico-user {
  display: block;
  width: .44rem;
  height: .44rem;
  background: url(../image/usericon.png)no-repeat;
  background-size: .44rem;
  border-radius: 100%
}
.g-header-top .m-center .ico-user img {
  width: .44rem;
  height: .44rem;
  border-radius: 100%;
  display: flex;
}
.g-header-top .m-center .ico-downLoad {
  width: .7rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: .26rem;
  justify-content: space-between;
  height: 100%;
}
.g-header-top .m-center .ico-downLoad::before {
  content: "";
  width: .7rem;
  height: .44rem;
  background: url(../image/header-top-download.png)no-repeat center center;
  background-size: auto .45rem;
}
.g-header-top .m-center .ico-downLoad span {
  font-size: .16rem;
  color: #2D313E;
  line-height: .18rem;
  text-align: center;
}