@charset "utf-8";
/*角色选择页面样式*/
.ckbody{
	margin: auto;
	margin-top: 15%;
	background-color: #FFFFFF;
	width: 580px;
	height: 300px;
	
}
.close{
    float: right;
    position: initial;
    margin-top: 15px;
    margin-right: 20px;
}
.chtop{
	margin: auto;
	width: 85%;
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	line-height: 50px;
	color: #606060;
	font-family: "微软雅黑";
	font-size: 12pt;
}
.chpart{
	width: 85%;
	margin: auto;
	margin-top: 40px;
	height: 85px;
	border: 2px red solid;
}
.chpart_input{
	float: left;
	height: 85px;
}
.chpart_left{
float: left;
width: 200px;	
}
.chpart_left img{
	float: left;
	height: 75px;
	margin-top: 5px;
}
.chpart_right{
	float: right;
	height: 85px;
	line-height: 85px;
	margin-right: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
}
.chpart_right a{
	font-size: 28px;
	color: red;
}
.chtop2{
	margin: auto;
	width: 85%;
	height: 40px;
	text-align: right;
	line-height: 40px;
	color: #606060;
	font-family: "微软雅黑";
	font-size: 12pt;
}
.chtop2 a{
	text-decoration: none;
	color: red;
}
.chtop3{
	margin: auto;
	width: 85%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
}
.chtop3 button{
	    width: 100px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #faddde;
    border: #980c10;
    background: #e60012;
    font-size: 12pt;
    font-family: 微软雅黑；;
}
