

.YEAR_REC{
	clear:both;
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	position:relative;
	border:3px solid#a8a8a8;
	margin-top:10px;

	}
.YEAR_REC .COM03{
	clear:both;
	width:100%;
	margin:0 auto;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
	padding:10px;

	}
	
		
.YEAR_REC .REC_TOP{
	width:101%;
	height:0;
	margin:0 auto;
	padding-bottom:26.27%;
	background-size:cover;
	background-repeat:no-repeat;
	border-bottom:3px solid #a8a8a8;
	margin:0 auto;

	}
.YEAR_REC .REC_T{
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#e4e4e4;
	padding:10px;
	margin-top:10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
	
.YEAR_REC .BT{
	width:100%;
	height:50px;
	}

.YEAR_REC .BT a{
	display:block;
	width:100%;
	height:50px;
	font-size: 1.5em;
	color: #000;
	font-weight:bold;
	text-align:center;
	line-height:47px;
	background: -moz-linear-gradient(
		top,
		#ffc410 0%,
		#eaae00);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffc410),
		to(#eaae00));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #966700;
	-moz-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		inset 0px 0px 2px rgba(255,255,255,1);

}

/*代表字*/
.YEAR_REC .SAM02{
	width:100%;
	height:0;
	padding-bottom:62.5%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;}
	
	
.YEAR_REC .SAM02 .SAM02_SCROE{
	width:50%;
	height:133px;
	position:absolute;
	text-align:center;
	left:5%;
	top:30%;}
	
@media screen and (min-width:374px){
	.YEAR_REC .SAM02 .SAM02_SCROE .REC_t05{
		font-size:1.2em;
		line-height:1.6em;
		}
	
	.YEAR_REC .SAM02 .SAM02_SCROE .REC_t09{
		font-size:1.6em;
		line-height:1.6em;
		}
	}
	
/*代表尾字*/	
	
.YEAR_REC .T_T5{
	width:100%;
	margin:0 auto;
	height:0;
	padding-bottom:34.9122807017%;
	background-repeat:no-repeat;
	background-size:cover;
	}

	
	
/*选单*/

.textfieldA{
	width: 100%;
	font-size: 16px;
	height: 38px;
	line-height: 1.6em;
	padding: 2px 2px 2px 3px;
	color: #999999;
	border: 1px solid #999;
	background-color: #FFF;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	
	
}

.textfieldB{
	width:100%;
	font-size:16px;
	height:38px;
	line-height:1.6em;
	padding-left:3px;
	color:#cc0000;
	padding:2px 2px 2px 3px;
	background-color:#FFCC66;
	border:solid 1px #FF9900;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.textfieldC{
	width:100%;
	font-size:16px;
	height:38px;
	line-height:1.6em;
	padding-left:3px;
	border:1px solid #999;
	background-color:#FFF;
	color:#333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;}
	
.INPUT{
    position:relative;	
	width:100%;
	padding:0px 2px 0px 1px;
	}
 span.icon_clear{
	position: absolute;
	right: 0px;
	width: 25px;
	height: 25px;
	display: none;
	top: 7px;
	right:6px;	
	cursor: pointer;
	font: bold 1em sans-serif;
	color: #38468F;
	text-indent: -9999px;
	background-image:url(../images/x_icon.png);
	background-size:25px 25px;
    }

.styled-select {
   width: 100%;
   height: 38px;
   overflow: hidden;
   background: url(../images/select_icon.png) no-repeat right #fff;
   background-size:15px 15px;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.styled-select select {
   background: transparent;
   width:100%;
   padding-left:3px;
   font-size: 16px;
   border: 1px solid #999;
   height: 38px;
   -webkit-appearance: none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; /*for chrome*/
}


.styled-select02 {
   width: 100%;
   height: 38px;
   overflow: hidden;
   background: url(../images/select_icon.png) no-repeat right #FFCC66;
   background-size:15px 15px;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.styled-select02 select {
   background: transparent;
   width:100%;
   padding-left:3px;
   font-size: 16px;
   border:solid 1px #FF9900;
   color:#cc0000;
   height: 38px;
   -webkit-appearance: none; /*for chrome*/
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*选项*/

.radio{
	margin-top:3px;
	margin-bottom:15px;
	}

label{  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 36px;
	  
    

}  
input[type=radio] {  
    display: none; 
	  
}
label:before {  
    content: "";
	 
    display: inline-block;  
	width: 20px;  
    height: 20px;  
	margin-right: 10px;   
    position: absolute;  
    left:5px;  
	top: 5px;
    
    background-color: #aaa;  
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
}

.radio label:before { 
    border-radius: 10px;
	} 

input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #ffffff;  
    font-size: 35px;  
    text-align: center;  
    line-height: 21px;
	
} 


.YEAR_REC .REC_t01{
	font-size:1.2em;
	line-height:1.6em;
	color:#333;
	font-weight:bold;}
	
.YEAR_REC .REC_t02{
	font-size: 1em;
	line-height: 1.6em;
	color: #6F25A7;
	font-weight: bold;
}

.YEAR_REC .REC_t03{
	font-size:1.2em;
	line-height:1.6em;
	color:#CC0000;
	font-weight:bold;}
.YEAR_REC .REC_t04{
	font-size:1em;
	line-height:1.6em;
	color:#333;}
	
.YEAR_REC .REC_t05{
	font-size:1em;
	line-height:1.6em;
	color:#333;
	font-weight:bold;}
	
.YEAR_REC .REC_t06{
	font-size:1em;
	line-height:1.6em;
	color:#974400;
	font-weight:bold;}
	
.YEAR_REC .REC_t07{
	font-size:1em;
	line-height:1.6em;
	color:#CC0000;
	font-weight:bold;}
	
.YEAR_REC .REC_t08{
	font-size:1em;
	line-height:1.6em;
	color:#008bff;
	font-weight:bold;}
	
.YEAR_REC .REC_t08:link{
	font-size:1em;
	line-height:1.6em;
	color:#008bff;
	font-weight:bold;}
	
.YEAR_REC .REC_t09{
	font-size:1.4em;
	line-height:1.2em;
	color:#6a0000;
	font-weight:bold;}