.pindu-list{
	width: 100%;
	height: auto;
	margin-top: 13px;
	overflow: hidden;
	border-bottom:1px solid rgba(220,220,220,1);
}
.pindu-list p{
	color: #26BBFF;
	font-size: 16px;
	margin-right: 62px;
	float: left;
	padding: 10px 0;
	cursor: pointer;
}
.pindu-list p.on{
	border-bottom:2px solid #26BBFF;
}
.btn{
	width: 100%;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
}
.btn span{
	width: 5px;
	height: 22px;
	background: rgba(38,187,255,1);
	border-radius: 10px;
	float: left;
}
.btn a{
	cursor: pointer;
	float: left;
	width:76px;
	height:22px;
	margin-left: 20px;
	box-shadow:0px 2px 8px 0px rgba(0,0,0,0.16);
	border-radius:4px;
	text-align: center;
	font-size: 12px;
	color: #1d1d1d;
	line-height: 22px;
}
/*辅音*/
.fu{
	width: 100%;
	height: auto;
	border: 1px #d1d1d1 solid;
	border-bottom: 0;
	border-right: 0;
	overflow: hidden;
	background: #eee;
	border-radius: 6px;
}
.fu div,.fu span{
	float: left; 
	border-right: 1px #d1d1d1 solid;
	border-bottom: 1px #d1d1d1 solid;
	width: 16.66%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-size: 18px;
}
/*元音*/
.yuan{
	width: 100%;
	height: auto;
	border: 1px #d1d1d1 solid;
	border-bottom: 0;
	border-right: 0;  
	overflow: hidden;
	background: #eee;
	border-radius: 6px;
}
.yuan div,.yuan span{
	float: left; 
	border-right: 1px #d1d1d1 solid;
	border-bottom: 1px #d1d1d1 solid;
	width: 16.66%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-size: 18px;
}
.yuan div{
	cursor: pointer;
}
/*音链*/
.yinlian .btn,.lici .btn{
	padding-top: 0
}
.yinlian-cont{
	width: 100%;
	height: auto;
	border: 1px #d1d1d1 solid;
	border-bottom: 0;
	border-right: 0;  
	overflow: hidden;
	background: #eee;
	border-radius: 6px;
}
.yinlian-cont div{
	float: left; 
	border-right: 1px #d1d1d1 solid;
	border-bottom: 1px #d1d1d1 solid;
	width: 33.33%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-size: 18px;
}
.yinlian-cont div p{
	display: inline-block;
	margin: 0 6px;
}
.lici-cont div p{
	display: inline-block;
}
.lici-cont{
	width: 100%;
	height: auto;
	border: 1px #d1d1d1 solid;
	border-bottom: 0;
	border-right: 0;  
	overflow: hidden;
	background: #eee;
	border-radius: 6px;
}
.lici-cont div{
	float: left; 
	border-right: 1px #d1d1d1 solid;
	border-bottom: 1px #d1d1d1 solid;
	width: 33.33%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
}
.lici img{
	width: 14px;
	height: auto;
	margin: 0 4px;
	cursor: pointer;
}


/*新增*/
.pindu_btn{
	width: 100%;
	height: auto;
	padding: 20px 0;
	overflow: hidden;
}
.pindu_btn span{
	width: 5px;
	height: 32px;
	background: rgba(38,187,255,1);
	border-radius: 10px;
	float: left;
}
.pindu_btn a {
	cursor: pointer;
	float: left;
	width: 86px;
	height: 32px;
	margin-left: 20px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	color: #1d1d1d;
	line-height: 32px;
}
.pindu_box{
	width: 100%;
	height: 420px;
	background: rgba(245,245,245,1);
	border-radius: 6px;
	padding: 20px;
	overflow-y: auto;
	margin-top: 20px;
}
.pindu_box p {
	width: 82px;
	height: 38px;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	cursor: pointer;
}
.pindu_box .lock0{/*未解锁*/
	background: #26bbff;
	background-image: url(../images/lock-white.png);
	background-repeat: no-repeat;
	background-position: 64px 16px;
}
.pindu_box .lock1{/*已解锁*/
	background: #22de92;
	background-image:none;
}
.pindu2 .pindu_box p{
	font-size: 15px;
	width: 88px;
}
.pindu2 .pindu_box .lock0{
	background: #26bbff;
	background-image: url('../images/lock-white.png');
	background-repeat: no-repeat;
	background-position: 70px 16px;
}
.tab_active{
	font-weight: bold!important;
}