@charset "utf-8";

/* reset */

html,body{background:#fff;}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,input,textarea{margin: 0; padding: 0;font-family:"Arial Regular","Arial","Microsoft YaHei";}

dl,dt,dd,ul{display:block;}

div{margin:auto; display:block;}

h1,h2,h3,h4,h5,h6,em,h6,b,p{ font-size:14px;  font-weight: normal; font-style: normal;}	

img{vertical-align:bottom; border:0 none;}


a{text-decoration: none; color:#6d6868; font-size:14px;

	-webkit-transition:all 0.5s ease-in-out;

    -moz-transition:all 0.5s ease-in-out;

    -o-transition:all 0.5s ease-in-out;

    transition:all 0.5s ease-in-out;}

a:hover{color:#2388d9;}

p{color:#6d6868;}

ul,ol{list-style: none;}

.clear{ clear: both;}

.clearFix { zoom:1; }

.clearFix:after { content:'.'; display:block; height:0; clear:both; visibility:hidden;}

::selection{background:#0080FF; color: white; /* Safari */} 

::-moz-selection{background:#0080FF; color: efa63c; /* Firefox */ } /*鼠标滑过变色*/

.none{display: none;}

.border_none{border:none !important;}

.border_left_none{border-left:none !important;}





/*禁用表单input、select元素的默认外观*/

input,select{

	/*-webkit-appearance:none;

    appearance:none;  */

}

input[type=text],textarea{

	background:#fff;

	border:1px solid #bfbfbf;

	padding:5px;

	color:#003;

	-webkit-transition:all 0.8s ease-in-out;

    -moz-transition:all 0.8s ease-in-out;

    -o-transition:all 0.8s ease-in-out;

    transition:all 0.8s ease-in-out;

}

input:focus{

	outline:none;

}

.p_y {border: 1px dashed #c5c5c5;     margin: 5px auto;}

input[type=text]:focus,textarea:focus{

	background:#fff;

/*	color:#bdbdbd;*/

}

input[type=button]{

	font-size:14px;

	color:#fff;

	background:#970a10;

	text-align:center;

	display:block;

	cursor:pointer;

	-webkit-transition:all 0.5s ease-in-out;

    -moz-transition:all 0.5s ease-in-out;

    -o-transition:all 0.5s ease-in-out;

    transition:all 0.5s ease-in-out;

}

input[type=button]:focus{background:#b1181f;}

input[type=button]:hover{background:#2388d9; color:#fff;}





/*禁用 select 默认下拉箭头*/

select::-ms-expand {

	display: none;

}



/*禁用 radio 和 checkbox 默认样式*/

input[type=radio]::-ms-check,

input[type=checkbox]::-ms-check{

	/**display: none;**/

}



/*定位*/

.margin_top10{margin-top:10px;}

.margin_top20{margin-top:20px;}

.margin_top50{margin-top:50px !important;}

.margin_top30{margin-top:30px !important;}

.margin_top200{margin-top:200px !important;}

.margin_left14{margin-left:14px;}

.margin_left20{margin-left:20px;}



.padding_right20{padding-right:20px;}


.padding_top60{padding-top:60px;}

.padding_left40{padding-left:40px;}



.fl_l{float:left;}

.fl_r{float:right;}
#more_people{ border-top: 0 dotted #ccc; padding-top: 10px;}


.user_text_show_text img{ max-width:835px;}