body,html,html *{
	padding:0px;
	margin:0px;
	font-family: '微软雅黑 ','Helvetica Neue','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft Yahei',sans-serif;
}
body{
	position:relative;
	/* min-width: 1300px; */
}
*::before{
	vertical-align: middle;
}
.loading{
	width:100%;
	height:100%;
	position: fixed;
	left:0px;
	top:0px;
	background-color: rgba(148, 147, 147, 0.05);
	z-index: 10;
}
.move2{
	left:120px!important;
}
.move3{
	left:240px!important;
}
.move4{
	left:360px!important;
}
.user_img{
	cursor:pointer; 
}

.user_img:hover .uoContainer{
    display: block;
}
@keyframes roll{
  0% {
  	transform:rotateZ(0deg);
  }100%{
  	transform:rotateZ(360deg);
  }
}
.scrollimg{
	animation-name:roll;
	animation-duration:0.5s;
	-webkit-animation-iteration-count:infinite;
	animation-timing-function: linear;
	position:absolute;
	left:300px;
	top:300px;
}
.allTip{
	display:inline-block; 
	position:absolute;
	color:white;
	font-size: 16px;
}
.loaded{
	position:fixed;
	left:500px;
	top:200px;
	width:50px;
	height:50px;
	-webkit-user-select:none;
	-ms-user-select:none;
	-moz-user-select:none;
}
html{
	/* min-width:1000px; */
	position:relative;
}
a{
	text-decoration:none;
	color:black;
	cursor:pointer;
}
header ul{
	display:inline-block;
	margin:0px;
	padding:0px;
}
header ol{
	display:inline-block;
	margin:0px;
	padding:0px;
}
header li{
	display:inline-block;
	margin:0px;
	padding:0px;
}
em{
	font-style: normal;
}
*::after,*::before{
	font-family:"ICON","Glyphicons Halflings";
}
.button_transition{
	transition-property:all;
	transition-duration:0.5s;
}
input{
	border:none;
	outline:none;
}
.common_tag{
	font-size:13px;
	color:#757575;
}
.scale_tag{
	font-size:15px;
	color:#313131;
}
.common_textarea{
	border:1px solid #b7b6b6;
	border-radius:3px;
	resize: none;
	overflow:hidden;
	outline:none;
	box-sizing:border-box;
	padding:8px;
}
.common_Fright{
	float:right;
}
.small_tip{
	font-size:10px;
	color:#757575;
}
.floatR{
	float: right;
}
.icon_tag{
	display:inline-block;
	padding-left:30px;
	height:30px;
	line-height:30px;
	background-size:20px 20px;
	background-repeat:no-repeat;
	background-position:5px 5px;
	color:#313131;
}
/*使内部块状元素水平显示*/
.blockInline{
	font-size: 0px;
}
.blockInline>*{
	font-size:14px;
	display: inline-block;
	vertical-align: top;
}
.blockInline>.blockInline{
	font-size:0px;
}
/*界面的布局控制器↓↓↓↓*/
/*宽度控制*/

.screen{
	width:1200px;
	margin: 0px auto;
}
.main{
	background-color: white;
}
/*上下边距*/
.edge{
	/* margin-top:20px; */
	padding-bottom: 50px;
	min-height:1000px;
}
.edget{
	margin-top:10px;
}
.edgeb{
	margin-bottom:20px;
}
.edgeb2{
	margin-bottom:10px;
}
.edgeL{
	margin-left: 20px;
}
.edgeLm{
	margin-left: 10px;
}

.edgeRm{
	margin-right: 10px;
}
.edgeR{
	margin-right: 20px;
}
.edgetb{
	margin: 10px 0px;
}
.db{
	display: block;
}
.imglogo{
	line-height:50px;
	vertical-align: middle;
    margin-right: 20px;
}

.JS_singleSelect{
	border:1px solid  #03A9F4!important;
	color: #03A9F4!important;
}
::-webkit-input-placeholder {
	color:#d0d0d0;
}
::-ms-input-placeholder {
	color:#d0d0d0;
}
::-moz-input-placeholder {
	color:#d0d0d0;
}
.hr{
	border: none;
    border-bottom: 1px solid #dddddd;
    margin:10px 0px;
}
.linkColor{
	color:#3e8cb1;
	font-weight: normal;
}
.free::after{
	font-family:"smallImg";
	content:"\e902";
	font-size: 16px;
	color:#42ad47;
	vertical-align: middle;
	margin-left: 3px;
}
.del{
	text-decoration: line-through;
}
.cloth{
	position: fixed;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.3);
	left:0px;
	top:0px;
	display: none;
	z-index: 5;
}