@charset "utf-8";

/*css-reset*/
* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}
html, body {
	width:100%;
	height:100%;
	font-family: 'PingFangSC','microsoft yahei ui','microsoft yahei', 'helvetica neue','hiragino sans gb','arial','simsun','sans-serif'!important;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
	color:#333;
}
body,button,input,select,textarea {
  position: relative;
}
ul,li {
  margin:0;
  list-style:none;
}
a {
  text-decoration: none;
  -webkit-transition:color .2s;
  -moz-transition:color .2s;
  -ms-transition:color .2s;
  -o-transtion:color .2s;
  color: white;
}
a:hover {
  /*color:#2771d4;*/
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  margin:0;
  font-weight:300;
}
img {
  display: block;
  max-width: 100%;
}
.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility:hidden;
	line-height: 0;
	height:0;
}

/* 头部 */
.robot-nav {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    background-color: #26282d;
    color: white;
    padding: 0 200px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.robot-nav .label-left {
    float: left;
    height: 52px;
}
.robot-nav .label-left img {
    width: 46px;
    height: 46px;
    margin: 3px 0;
}
.robot-nav .label-right {
    float: right;
    margin-left: 30px;
    height: 52px;
}
.robot-nav .label-right>a {
    font-size: 14px;
    color: #b0b0b0;
    cursor: pointer
}
.robot-nav .label-right>a:hover {
    color: #fff;
}
.robot-nav .label-right>a:active {
    color: #fff;
}
/*底部*/
.robot-bottom {
    font-size: 12px;
    background-color: #242b2e;
    color: white;
    line-height: 62px;
    text-align: center;
}

input::-ms-clear { display: none; }