body, html{
  width: 100%;
  height: 100%;
}
.me_content{
  width: 100%;
  height: 100%;
  background: url('https://hms-pc.oss-cn-hangzhou.aliyuncs.com/officialWebsite/img/me_bg.jpg') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.me_title{
  margin: 30px auto
}
.me_tleft{
  overflow: hidden;
}
.me_tlogo{
  display: block;
  height: 40px;
  width: 40px;
  float: left;
}
.me_tname{
  float: left;
  margin-left: 10px;
  line-height: 40px;
  font-size: 25px;
  font-weight: 700;
}
.me_tright .me_thref{
  line-height: 40px;
}
.me_tright .me_tbtn{
  height: 30px;
  width: 100px;
  border: 1px solid #ccc;
  line-height: 30px;
  display: block;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
}
.me_tright .me_thref:hover, .me_tright .me_tbtn:hover {
  text-decoration: none;
}

.me_center{
  width: 100%;
  overflow: hidden;
}
.me_cleft{
  margin-left: 100px;
}
.me_cright{
  margin-top: 200px;
  width: 400px;
}
.me_cright .me_ccode{
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  margin: 50px auto 0;
}
.me_cright .me_ctext{
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}
.me_footer{
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.me_footer .me_footer_name{
  margin-right: 10px;
}
.me_footer .me_footer_aus{
  margin-right: 10px;
}