
#c-scroll{
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 110%;
	top: -0.6rem;
	left: 0;
	border: 1px solid #ccc;
	border-right: none;
}
#c-scrollBar{
	width: 4px;
	height: 100%;
	background-color: #aaa;
	position: absolute;
	right: 0;
	top: 0;
	/* 移动端点击闪烁 */
	-webkit-touch-callout: none; 
	-webkit-text-size-adjust: none; 
	-webkit-user-select: none; 
	-webkit-highlight: none; 
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}
#rollingBall{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	left: -8px;
	top: 0px;
	background-color: #aaa;
}
#c-content{
	box-sizing: border-box;
	overflow: hidden;
	width: 90%;
	height: 90%;
	position: absolute;
	top: 3%;
	left: 5%;
}
#c-content-body{
	width: 99%;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #eee;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px){
	#c-scroll{
		top: 0;
		height: 100%;
	}
}

#c-scroll .left{
	border-right: 1px solid #ccc;
	width: 40%;
	float: left;
}
#c-scroll .left .imgbox{
	width: 50%;
	height: 1rem;
	border: 1px solid #ccc;
	margin: 10px 25%;
	overflow: hidden;
	border-radius: 30%;
	position: relative;
}
#c-scroll .left .imgbox img,
#c-scroll .left .imgbox .imgTop{
	width: 100%;
	height: 100%;
	opacity: 0.7;
	border-radius: 30%;
}
#c-scroll .left .imgbox .imgTop{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#c-scroll .left .myinfo{
	padding: 0 5%;
	font-size: 0.14rem;
}
#c-scroll .left .myinfo li{
	line-height: 0.2rem;
}
#c-scroll .left .skillBox{
	padding: 5%;
}
#c-scroll .left .header,
#c-scroll .right .title{
	font-size: 0.20rem;
	line-height: 0.3rem;
	height: 0.3rem;
	color: #f69;
}
#c-scroll .left .skillBox p,
#c-scroll .right .right-content{
	border: 1px solid #ccc;
	padding: 5px;
}

#c-scroll .right{
	width: 55%;
	float: left;
	border-left: 1px solid #ccc;
	margin-left: -1px;
}
#c-scroll .right .header,
#c-scroll .left .oheader{
	padding: 0 2%;
}
#c-scroll .left .oheader{
	display: none;
}
#c-scroll .right h2,
#c-scroll .right h5,
#c-scroll .left h2,
#c-scroll .left h5{
	display: inline-block;
}
#c-scroll .right h5,
#c-scroll .left h5{
	color: rgba(255, 255, 255, 0.6);
	margin-left: 0.1rem;
}
#c-scroll .right .right-box{
	padding: 0.1rem 2%;
}
#c-scroll .right li{
	margin: 0.05rem 0;
}

@media screen and (max-width: 768px){
	#c-scroll .left{
		float: none;
		width: 100%;
	}
	#c-scroll .right{
		float: none;
		width: 100%;
	}
	#c-scroll .left .oheader{
		display: block;
	}
	#c-scroll .right .header{
		display: none;
	}
}