* {
	font-family: "Lantinghei SC","Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-text-size-adjust: none;
	padding:0; margin:0; color:#3a3a3a;  list-style: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
div{
	font-size: 16px;
}
input{
	font-size: 16px;
	font-family: "Microsoft Yahei";
}
a{
	text-decoration:none;
	color: #000;
}
input:focus{
	outline:none;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	font-size: inherit;
	font-weight: inherit;
}
body{
	background: #fff;
}
button{
	outline:none;
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
	/* outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px */
	outline:none;
}
.button{
	display: block;
	cursor: pointer;
	text-align: center;
}
.left{
	float: left;
}
.right{
	float: right;
}
.div{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.in-line{
	display: inline-block;
	vertical-align: middle;
}
.strut{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.container{
	width: 1200px;
	margin:0 auto; 
	padding: 0;
}
.container-fluid{
	width: 100%;
	padding: 0;
}

.button-blue-1{
	background: #009bff;
	color: #fff;
	border:solid #009bff 1px;
}
.button-blue-1:hover{
	background: #3399fe;
	color: #fff;
	border:solid #3399fe 1px;
}
.button-white-1{
	background: #fff;
	color: #a7a7a7;
	border:solid #a7a7a7 1px;
}
.button-white-1:hover{
	background: #fff;
	color: #009bff;
	border:solid #009bff 1px;
}
.hover-blue:hover,.hover-blue>a:hover{
	color: #009bff;
}
.icon-img{
	padding: 0 5px 5px 0;
}
ol, ul{
	margin: 0;
}


/*.header*/
/*.header {
  height: 60px;
  background: #00a1ea;
}
.header .logo {
  padding: 5px 0;
}
.header .ul-nav > li {
  width: 120px;
  height: 100%;
  text-align: center;
}
.header .ul-nav > li > a {
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 60px;
}
.header .ul-nav li.active {
  background: #32b4ed;
}
.header .ul-nav li:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #32b4ed;
}
*/

/*footer*/
/*.footer{
	height: 294px;
	background: #fff;
}
.footer .container{
	padding: 40px;
}
.footer-logo{
	margin-left:40px; 
}
.footer ul{
	display: block;
	margin: 10px 0 0 80px;
	font-size:15px; 
}
.footer ul>li:first-child{
	font-weight: bold;

}
.footer ul>li{
	margin: 10px 0 0 0;
	font-size: 15px;
}
.footer ul>li a{
	font-size: 15px;
	color: #757575;
}*/
ul.link{
	margin-left: 200px;
}
ul.address{
	margin-left: 200px;
}


/*tip*/
.tips-waiting{
	width: 63px;
	height: 26px;
	background: #fe1c1b;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
}
.tips-making{
	width: 63px;
	height: 26px;
	background: #22a4fd;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
}
.tips-starting{
	width: 80px;
	height: 26px;
	background: #00db1d;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
}
.tips-end{
	width: 63px;
	height: 26px;
	background: #acacac;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
}
.tips-recom{
	width: 63px;
	height: 26px;
	top: 7px;
	left: 0;
	position: absolute;
}

.text-red{
	color: #fd1d19;
}
.text-blue,.text-blue a{
	color: #00b9eb;
}
.text-green{
	color: #00db1d;
}
.text-gray{
	color: #dcdcdc;
}

.div-title{
	font-size: 18px;
	padding: 8px 12px 0px;
	text-align: left;
}

#messageModal .modal-content{
	text-align: center;
}
#messageModal button.close{
	margin: 10px 10px 0 0;
}
#messageModal .modal-header{
	min-height: 53px;
}
#messageModal .modal-body{
	min-height: 53px;
}
#messageModal .modal-dialog{
	width: 340px;
	margin: 240px auto;
}

#rocket-to-top div {left: 0; margin: 0; overflow: hidden; padding: 0;  position: absolute;  top: 0;   width: 149px;}
#rocket-to-top .level-2 {    background: url("https://img.znds.com/images/src/image/rocket_button_up.png") no-repeat scroll -149px 0 transparent;    display: none;    height: 250px;    opacity: 0;    z-index: 1;}
#rocket-to-top .level-3 {    background: none repeat scroll 0 0 transparent;    cursor: pointer;    display: block;    height: 150px;    z-index: 2;}
/*download by www.sucaijiayuan.com*/
#rocket-to-top {    background: url("https://img.znds.com/images/src/image/rocket_button_up.png") no-repeat scroll 0 0 transparent;    cursor: default;    display: block;    height: 250px;    margin: -125px 0 0;    overflow: hidden;    padding: 0;    position: fixed;    right: 0;    top: 80%;    width: 149px;    z-index: 11;}
.header .ul-nav li.user {
  width: 160px;
}
.user-box img {
  width: 50px;
  height: 50px;
}
.user-box {
  /* margin-top: 20px; */
  padding: 4px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  cursor: pointer;
}
.user-box .caret {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  margin-top: -2px;
  width: 10px;
  height: 5px;
}
.user-box .nickname {
  padding-left: 5px;
}
.user-box .newpm_avt {
  position: absolute;
  margin: -2px 0 0 40px;
  width: 16px;
  height: 14px;
  background: url(http://localhost/Discuz_X3.2_SC_UTF8/static/image/common/new_pm_2.png) no-repeat 100% 0;
}
.user-menu li {
  width: 100% ;
  height: 50px;
}
.user-menu li > a {
  text-align: center;
  width: 100%;
  padding: 0px;
}
.user-menu li > a:hover {
  background: none;
}
.user-menu li a {
  line-height: 50px;
}
