@CHARSET "UTF-8";
        .radios{
           width:1000px;
           min-height:75%;
      	   margin:0 auto;
      	   color: #8b8b8b;
        }
      /**进度条**/
        .myjindu{
        	width: 900px;
            margin: 0 auto 60px;
        }
        .myjindu .texts_left span{
        	display: block;
			width: 100%;
			font: normal 14px "microsoft yahei";
			color: #666666;
			overflow: hidden;
        }
   	 	.myjindu .texts_right span{
        	display: block;
			width: 100%;
			font: normal 14px "microsoft yahei";
			color: #666666;
			text-align:right;
			letter-spacing:1px;
			overflow: hidden;
        }
        .myjindu .texts_right{
      		float: right;
			width: 50%;
        }
        .myjindu .texts_left{
        	float: left;
			width: 50%;
        }
        .myjindu .texts_bott{
        	width: 100%;
			height: 8px;
			margin-top: 12px;
        }
 		.myjindu .texts_bott p{
        	width: 100%;
			height: 100%;
			background: #e9e9e9;
        }
        .myjindu .texts_bott p span{
	        display: block;
			height: 100%;
			background: #FF7E00;
			width: 0px;
        }
        .myjindu .texts_right em{
        	font-size: 18px;
        }
        .myjindu .texts span{
        	line-height:18px;
        }
        .nav_next a{
        	display: block;
			width: 170px;
			height: 44px;
			margin: 0 auto;
			font-size:16px;
			color: #ffffff;
			background: #FF7E00;
			text-align: center;
			line-height: 44px;
        }
   		
   		/**题目和答案**/
   		.mycontent{
            width: 900px;
            padding: 60px 0;
            margin: 0 auto;
        }
   		
   		.wtm{width:100%;}
   		.tm{width:100%;margin-bottom:40px;}
   		.wtm .tm span{
   			display: block;
			font-size:22px;
			color: #333333;
			text-align: center;
   		}
   		.answer{width:100%;}
   		.wtm .answer span{
   			display:block;
   			width: 900px;
			margin: 15px auto;
			height: 40px;
			border: 1px solid #eeeeee;
			border-radius: 5px;
			cursor: pointer;
   		}
   		.wtm .answer input{
   			margin-left: 15px;
   			cursor: pointer;
   		}
   		.wtm .answer label{
   			cursor: pointer;
   		}
   		.wtm .answer .aa{
   			line-height: 40px;
   		}
   		.nav_next{
   			margin-top:50px;
   		}
   		.wtm{
   			display: none;
   		}
   		div.current{
   			display: block;
   		}
   		div.answer span.error{
   			border: 1px solid red;
   		}
    .wtm .answer span{
        height: 35px;
    }
    .nav_next{
      margin-top:30px;
   }
    .mycontent {
        width: 900px;
        padding: 30px 0;
        margin: 0 auto;
    }