@media only screen and (max-width: 1366px) {
	.font-size-lg{
		font-size: 18px;
	}
	.font-size-m{
		font-size: 16px;
	}
}
@media screen and (min-width:1366px) and (max-width:1920px){
    .font-size-lg{
		font-size: 20px;
	}
	.font-size-m{
		font-size: 18px;
	}
}
@media only screen and (min-width: 1920px) {
	.font-size-lg{
		font-size: 24px;
	}
	.font-size-m{
		font-size: 22px;
	}
}

html{
	font-size: 14px;
}
#loginLogo{
	height: 100%;
}
/*body{
	height: 100vh;
	background: url(../../image/chooseRole/role_bg.png) no-repeat 100% 100%;
	background-size: 100% 100%;
}*/
#role_body{
	width: 1200px;
	height: 600px;
	margin: auto;
	background: url(../../image/chooseRole/role_bg.png) no-repeat 100% 100%;
	background-size: 100% 100%;
}
#role_head{
	height: 60px;
	background: #1b7acc;
	box-shadow: 0 10px 10px #ccc;
	margin-bottom: 40px;
	padding-left: 20px;
}
#select_type_box{
	padding-left: 40px;
	margin-bottom: 30px;
}
.select_type{
	border: none;
	padding: 10px 30px;
	/*font-size: 1.7rem;*/
	/*height: 60px;*/
/*	line-height: 60px;*/
	border-radius: 30px;
	background: #fff;
	outline: none;
	letter-spacing: 1px;
}
.select_active{
	color: #fff;
	background: #ffc017;
}
#role_type_box{
	width: 40%;
	position: relative;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 60px 30px 60px;
}
.role_type{
	display: block;
	width: 100%;
	/*height: 60px;
	line-height: 60px;*/
	padding: 5px 0;
	border-radius: 30px;
	padding-left: 54px;
	background: #1b7acc;
	color: #fff;
	/*font-size: 1.5rem;*/
	font-weight: 600;
	outline: none;
	border: none;
	text-align: left;
	margin-top: 35px;
	letter-spacing: 2px;
}
#role_type_box .role_active{
	background: #ffbe17;
}
.role_type_icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	/*margin-top: 15px;*/
	border-radius: 50%;
	background: #fff;
	margin-right: 23px;
	vertical-align: middle;
	margin-bottom: 2px;
}
#role_submit_box{
	text-align: center;
}
#role_submit_btn{
	display: inline-block;
	color: #ffb117;
	width: 150px;
	height: 50px;
	line-height: 50px;
	/*font-size: 1.7rem;*/
	border: 1px dashed #ffb117;
	background: #fff;
}
#select_role_box{
	/*position: relative;*/
	padding-left: 25%;
}
#role_detail{
	position: absolute;
	left: 45%;
	top: 0;
}
#role_detail_box{
	padding: 40px 40px 0 40px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 40px;
}
#role_detail_box li{
	margin-bottom: 25px;
	/*font-size: 1.7rem;*/
}
.role_detail_icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ffbe17;
	vertical-align: middle;
	margin-right: 20px;
}
#role_enter_box{
	text-align: center;
}
#role_enter{
	display: inline-block;
	/*width: 200px;*/
	/*height: 60px;
	line-height: 60px;*/
	padding: 10px 60px;
	text-align: center;
	/*font-size: 1.7rem;*/
	color: #fff;
	background: #1b7acc;
	border-radius: 35px;
	text-decoration: none;
}
.role_active .role_type_icon{
	/*background: url(../../../media/chooseRole/icon_gou.png);*/
	background-image: url(../../image/chooseRole/icon_gou.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px;
}
#role_triangle{
	position: absolute;
	width: 30px;
	height: 30px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	right: -15px;
	top: 65px;
	background: #fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 	/* Opera */
}
