html,body{
	margin:0;
	padding:0;
}
.container{
	background:#F8F8F8;
	height:100vh;
	position: fixed;
}
.column{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.row{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.between{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.top{
	width:100vw;
	height:28vw;
	background-repeat: no-repeat;
	background-size:100% 100%;
	color:#fff;
	font-size:3.6vw;
	padding-top:7vw;
}
.top>span:nth-child(1){
	font-size:7vw;
}
.myList{
	width:90vw;
	margin:0 auto;
	background:#fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.6) ;
	border-radius: 6px;
	margin-top:-10vw;
	color:#464646;
	font-size:3.5vw;
}
.myItem{
	font-weight: bolder;
	padding: 20px 0;
	margin: 0 5vw;
	border-bottom:1px solid #F1F1F1;
}
.myItem img{
	width:6px;
	margin-left:10px;
	display:block;
}
.row>img{
	width:6vw;
	margin-right:16px;
	display: block;
}
/*关注公众号*/
.shadow{
	position:fixed;
	top:0;
	width:100vw;
	height:100vh;
	display: none;
	background: rgba(0,0,0,0.7);
	justify-content: center;
}
.follow{
	width:82vw;
	padding:6vw 4vw;
	background:#fff;
	margin:20px auto;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.follow>span{
	color:#09BB07;
	font-size:3.6vw;
	padding:1vw 8vw;
	border-radius: 4px;
	border:1px solid #09BB07;    
}
.left>img{
	width:10vw;
	height:10vw;
	border-radius: 5vw;
	margin-right:10px;
}
.followDetail{
	display: none;
	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:80vw;
	background:#fff;
	z-index:999;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
/*.followDetail1{
	display: block;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background:#fff;
	z-index:999;
}*/
.tops>img{
	width:18vw;
	height:18vw;
	margin-top:-9vw;
	border-radius: 9vw;
	margin-bottom:10px;
}
.tops{
	color:#333;
	font-size:3.8vw;
	font-weight: bold;
}
.followImg{
	width:60vw;
	margin:4vw 10vw;
}
.followNotice{
	color:#333;
	font-size:4.6vw;
	margin: 5vw 0 10vw;
	text-align: center;
	font-weight: bold;
}
.left>div{
	align-items: flex-start;
	font-size:3.8vw;
	font-weight: bold;
}

a {
	text-decoration:none;
	out-line: none;
	color: #464646;
}