/******************************/
/* global */
*{
	margin:0px;
	padding:0px;
	}
body{
	font:15px '黑体';
	color:#666; 
	background:#F0F0F0;
}
ul,li{
	list-style:none;
	}
img{
	border:0px;
	vertical-align:middle;
	}
a{
  text-decoration:none;
  color:#666; 
  cursor:pointer;
}
a:hover{
  text-decoration:none;
  color:#FF668A;
}
i,em{
  font-style:normal;
}
a:focus {
    outline:none;
}
select,input,img{ vertical-align:middle;}
select,input{ font-family:'黑体';}
input:focus,a:focus{ outline:0;}
.kuangtab0{ width:100%; background:#DDD;}
.kuangtab0 td{ padding:10px; background:#FFF;}
.kuangtab0 .td1{ text-align:right; width:80px; color:#333;}
.kuangtab0 .td1 i{ color:#FF0000;}
.kuangtab0 .td2{ text-align:left; color:#999;}
.kuangtab0 b{ color:#FF0000;}
.kuangtab0 .txb,.kuangtab0 select{ width:80%;}
.txb,select{ border:solid 1px #E7E7EB; background:#FFF; box-sizing:border-box; height:40px; line-height:40px; text-indent:10px;}
.txb2{border:solid 1px #CCC; box-sizing:border-box; height:40px; line-height:40px; text-indent:10px;}
.btnreg{ width:80%; height:50px; line-height:50px; font-size:22px; text-align:center; background:#FF668A; border:none; color:#FFF; border-radius:25px; cursor:pointer;}
.btnreg2{ width:80%; height:50px; line-height:50px; font-size:22px; text-align:center; background:#FB753F; border:none; color:#FFF; border-radius:25px; cursor:pointer;}
/*分页*/
.listpage{ width:100%; height:30px;line-height:30px;padding:15px 0px; overflow:hidden;}
.listpage .total{ float:left;}
.listpage .total span{margin:0px 5px; color:#666;}
.listpage .pager { float:right;}
.listpage .pager a{ display:inline-block; height:30px; margin-left:5px; padding:0px 10px;border:1px solid #d5dfe8; background:#fff;color:#666;}
.listpage .pager a:hover,.listpage .pager .oran_pg_cur{border:1px solid #FF668A; background:#FF668A;color:#fff;}

.line{width:1px;float:left; overflow:hidden;}
.line i{ display:block; float:left; clear:both; width:100%; height:450px; overflow:hidden; background:#FFF;}
.line i:nth-child(1){
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff ), to(#dddddd )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff , #dddddd ); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #ffffff , #dddddd ); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #ffffff , #dddddd ); /* IE10 */
    background-image:      -o-linear-gradient(top, #ffffff , #dddddd ); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #ffffff , #dddddd );
}
.line i:nth-child(2){
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd ), to(#ffffff )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #dddddd , #ffffff ); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #dddddd , #ffffff ); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #dddddd , #ffffff ); /* IE10 */
    background-image:      -o-linear-gradient(top, #dddddd , #ffffff ); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #dddddd , #ffffff );
}