.head {
  position: relative;
  z-index: 1;
  *zoom: 1;
  width: 100%;
  height: 3.16rem;
  /* margin-bottom: .1rem; */
	background: url(../img/top_me_bg.png) no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}
/* .head .top_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 4.56rem;
} */
/* .head .content {
  position: absolute;	
  top: 1.28rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 92%;
  height: 3.7rem;
  padding-top: 1rem;
  text-align: center;
  /* background:#fff url(../img/inner_bg.png) no-repeat right bottom; */
  /* background-size: 4.14rem 3.14rem;
  border-radius: .12rem;
  font-size: .28rem;
} */ 

/* .content .avatar {
  position: absolute;
  top: -.72rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.44rem;
  height: 1.46rem;
  border-radius: 50%;
} */
.head .content{
	position: absolute;
	width: 100%;
	height: auto;
}
.content .avatar{
	position: absolute;
	top: .4rem;
	left: .3rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
}

.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.content .name {
  position: absolute;
	top: .6rem;
	left: 1.7rem;
	height: .36rem;
	font-size: .36rem;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .36rem;
}
.content>p {
  position: absolute;
	top: 1.16rem;
	left: 1.7rem;
	height: .24rem;
	font-size: .24rem;
	font-family: AlibabaPuHuiTiR;
	color: #FFFFFF;
	line-height: .24rem;
}
.content .num_gallery section{
  padding-top: 1.36rem;
}
.num_gallery p {
	height: .36rem;
	font-size: .36rem;
	font-family: ArialMT;
	color: #FFFFFF;
	line-height: .36rem;
	transform: translateY(.52rem);
	text-align: center;
}
/* .num_gallery section:nth-child(1) p {
  color: #24CBA9;
}
.num_gallery section:nth-child(2) p {
  color: #FE6F49;
}
.num_gallery section:nth-child(3) p {
  color: #FFAD27;
} */
.num_gallery span {
	height: .24rem;
	font-size: .24rem;
	font-family: AlibabaPuHuiTiR;
	color: #FFFFFF;
	line-height: .24rem;
}

.tab_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* .tab_list li {
  width: 100%;
  height: 1.32rem;
  margin-bottom: .1rem;
  border-radius: .12rem;
  background: #fff url(../img/icon_arrow_gray.png) no-repeat 96% center;
  background-size: .16rem .24rem;
} */
.tab_list li{
	width: 100%;
	height: 1.08rem;
	background: #fff url(../img/icon_arrow_gray.png) no-repeat 96% center;
	background-size: .1rem .2rem;
}
.tab_list li:last-child {
  margin-bottom: 0;
}
.tab_list li a {
  display: block;
  width: 100%;
  height: 1.08rem;
  line-height: 1.32rem;
  padding-left: .3rem;
  font-size: 0;
}
.tab_list a img {
  width: .36rem;
  height: .36rem;
  /* vertical-align: middle; */
  margin-right: .3rem;
	transform: translateY(2px);
}
.tab_list a p {
  display: inline-block;
  height: .3rem;
	font-size: .3rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #333333;
	line-height: .3rem;
}
.tab_list .spiltline_me{
	width: 6.54rem;
	height: .02rem;
	border: .02rem solid rgba(225, 226, 227, .4);
	transform: translateX(.96rem);
	box-sizing: border-box;
	border-width: .01rem !important;
}
.baseinfo{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-left: .3rem;
  box-sizing: border-box;
}
.baseinfo li{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: .28rem;
  color: #333;
}
.baseinfo li::after{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #E1E2E3;
  left: 0;
  bottom: 0;
  transform: scaleY(0.5);
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
}
.baseinfo li:last-child::after{
  content: none;
}
.baseinfo span{
  flex: 0 0 1.44rem;
  width: 1.44rem;
  height: 100%;
  color: #999;
}
.tips{
  padding: .2rem .3rem;
  line-height: .36rem;
  text-align: left;
  font-size: .24rem;
  color: #333;
}

.aboutus_wrapper{
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  box-sizing: border-box;
  margin: 0;
  padding: .6rem .3rem .46rem;
}
.aboutus_wrapper .logo{
  display: block;
  width: 1.32rem;
  height: 1.36rem;
  margin: 0 auto;
  margin-bottom: .6rem;
}
.aboutus_wrapper .words{
  line-height: .44rem;
  font-size: .28rem;
  color: #333;
  margin-bottom: 1rem;
  text-align: justify;
}
.aboutus_wrapper .qrcode{
  text-align: center;
  font-size: .24rem;
  color: #333;
}
.aboutus_wrapper .qrcode img{
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: .2rem;
}
.aboutus_wrapper .qrcode p:nth-child(2){
  margin-bottom: 1.12rem;
}
.aboutus_wrapper .qrcode p:nth-child(3){
  line-height: .3rem;
}
.aboutus_wrapper .qrcode a{
  font-size: .24rem;
}
.quit{    
  display: block;
  width: auto;
  height: .6rem;
  margin: 0.2rem auto .1rem;
  color: #666;
  font-size: 0.3rem;
  border: 0;
  background: none;
}
.copyright{
  padding-bottom: 1.52rem;
}