body{
	background:#ffffff;
}
.qiye_banner {
	width: 100%;
	height: 530px;
	background: url(../img/practice/mftk_banner.jpg) no-repeat center;
	justify-content: center;
	background-size: cover;
}
.practice_one{
	margin-top:100px;
}
.practice_one ul li{
	float: left;
	background:url(../img/practice/dbx.png) no-repeat;
	background-size: cover;
	width:348px;
	height:312px;
	text-align: center;
	margin-left: 40px;
}
.practice_one ul li:nth-of-type(1) span{
	background:url(../img/practice/每日一练.png) no-repeat;
	width:53px;
	height:53px;
	background-size: cover;
	display: inline-block;
	margin-top: 30px;
}
.practice_one ul li h4{
	font-size: 24px;
	margin-bottom: 30px;
	letter-spacing: 3px;
}
.practice_one ul li p{
	letter-spacing: 2px;
	font-size: 18px;
	margin-bottom:20px;
}
.practice_one ul li p i{
	background:#87e2c1;
	margin-left:8px;
}
.practice_one ul li p i:nth-of-type(1){
	margin-left: 0;
}
.practice_one ul li strong{
	background:#87e2c1;
	color:#ffffff;
	font-size: 18px;
	border-radius: 5px;
	width:110px;
	height:35px;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
	display: inline-block;
	cursor: pointer;
}
.practice_one ul li:nth-of-type(2) span {
	background:url(../img/practice/全真模拟.png) no-repeat;
	width:53px;
	height:53px;
	background-size: cover;
	display: inline-block;
	margin-top: 30px;
}
.practice_one ul li:nth-of-type(3) span {
	background:url(../img/practice/电脑1.png) no-repeat;
	width:88px;
	height:52px;
	background-size: cover;
	display: inline-block;
	margin-top: 24px;
}
.practice_two{
	text-align: center;
	margin-top:60px;
	margin-bottom: 20px;
}
.practice_two li{
	letter-spacing: 2px;
	color:#666666;
	line-height: 30px;
}
.practice_two li span{
	color:#22c880;
}
.practice_two li:nth-of-type(3){
	font-size: 18px;
	color:#333333;
}
.practice_three {
    padding: 0 100px;
}
.practice_three .practice_left{
	background:url(../img/practice/fdj.png) no-repeat;
	background-size: cover;
	width:360px;
	height:360px;
	float: left;
}
.practice_three .practice_right{
	float: left;
	font-size: 18px;
	line-height: 30px;
	margin-left:200px;
	margin-top:60px;
	font-weight: 400;
	letter-spacing: 3px;
}
.practice_four{
	margin:30px 0;
}
.practice_four p{
	color:#ffffff;
	width:243px;
	height:60px;
	line-height: 60px;
	text-align: center;
	background:#24c87f;
	border-radius: 5px;
	font-size: 30px;
	margin: auto;
}

input[type=radio] {
	margin: 10px;
	/*åŒæ ·ï¼Œé¦–å…ˆåŽ»é™¤æµè§ˆå™¨é»˜è®¤æ ·å¼*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*ç¼–è¾‘æˆ‘ä»¬è‡ªå·±çš„æ ·å¼*/
	position: relative;
	width: 22px;
	height: 22px;
	background: #D1D4DB;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

input[type=radio]:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #BF0712;
	color: #fff;
	border: 1px solid #C10000;
	text-align: center;
	line-height: 18px;
	/*å¢žåŠ åŠ¨ç”»*/
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
	/*åˆ©ç”¨border-radiuså’Œopacityè¾¾åˆ°å¡«å……çš„å‡è±¡ï¼Œé¦–å…ˆéšè—æ­¤å…ƒç´ */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}

input[type=radio]:checked:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
}

input[type=checkbox] {
	margin: 10px;
	/*margin-bottom: 0;*/
	/*margin-top: 7px;*/
	/*åŒæ ·ï¼Œé¦–å…ˆåŽ»é™¤æµè§ˆå™¨é»˜è®¤æ ·å¼*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*ç¼–è¾‘æˆ‘ä»¬è‡ªå·±çš„æ ·å¼*/
	position: relative;
	width: 22px;
	height: 22px;
	background: #D1D4DB;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	cursor: pointer;
}

input[type=checkbox]:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #BF0712;
	color: #fff;
	border: 1px solid #C10000;
	text-align: center;
	line-height: 18px;
	/*å¢žåŠ åŠ¨ç”»*/
	-webkit-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
	/*åˆ©ç”¨border-radiuså’Œopacityè¾¾åˆ°å¡«å……çš„å‡è±¡ï¼Œé¦–å…ˆéšè—æ­¤å…ƒç´ */
	-webkit-border-radius: 50%;
	;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}

label {
	display: flex;
}

input[type=checkbox]:checked:after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
}

.pos_ ul li p {
	line-height: 44px;
	color: #2C2F43;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
	display: flex;
}
.bottom{
	margin-top: 80px;
}
.practice_five ul {
	padding: 30px 0;
	max-height: 242px;
    overflow-y: auto;
}
.practice_five .five_1{
	float: left;
	margin-right: 35px;
	position: relative;
}
.practice_five .five_1:nth-of-type(3){
	margin-right: 0;
}
.practice_five .five_p{
	padding: 10px;
	color:#333333;
	font-size: 18px;
	font-weight: 600;
}
.practice_five p:nth-of-type(2){
	padding: 0 20px;
	line-height: 30px;
	color:#666666;
}
.practice_five ul li p{
	margin-top:11px;
	padding: 0;
	max-width: 320px;
}
.practice_five .five_1{
	border: 1px solid #CCCCCC;
	width:377px;
	min-height: 485px;
	padding-bottom: 20px;
}
.tj_look{
	width:180px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background:#eeeeee;
	border-radius: 3px;
	margin: auto;
	font-size: 20px;
	letter-spacing: 2px;
	cursor: pointer;
	position: absolute;
    bottom: 20px;
    /* left: 50%; */
    right: 0;
    left: 0;
}
.practice_tan {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    display: none;
    z-index: 999;
}
.practice_1 {
    width: 500px;
    height: 280px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.tan_title2 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
}
.practice_uli {
    padding-top: 20px;
    padding-left: 32px;
}
.practice_uli li {
    float: left;
}
.question_textarea {
    padding: 30px;
}
.question_textarea textarea {
    width: 100%;
}

.analysis_tan_btn {
    cursor: pointer;
    width: 125px;
    text-align: center;
    margin: auto;
}
.analysis_tan_btn p {
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
    background-color: #c10000;
    color: #ffffff;
    border: 1px solid #e5e5e5;
}