@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  color: #000;
}
html, body {
  width: 100%;
  height: 100%;
  background: #f4f6f8;
}

body, button, input, select, textarea {
  font-size: 12px;
  font-family: 'Microsoft Yahei', '微软雅黑', \5FAE\8F6F\96C5\9ED1, '宋体', \5b8b\4f53, arial, 'Hiragino Sans GB', Tahoma, Arial, Helvetica;
}
ul, ol, li, dl, dd, dt {
  list-style: none;
}
em {
  font-style: normal;
}
a {
  text-decoration: none !important;
  outline: none;
  cursor: pointer;
  color: #666;
}
a:hover {
  text-decoration: none;
}
legend {
  color: #000;
}
fieldset, img {
  border: 0;
}
label, button {
  cursor: pointer;
  outline: none;
}

/*解决IE图片缩放失真*/
img {
  -ms-interpolation-mode: bicubic;
}
input {
  outline: none;
} 

/*清除浮动*/
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}

/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.container {
  width: 100%;
}

/* -----------分页css------------- */
.page {
  height: 40px;
  float: left;
  position: relative; 
  left:50%;
}
.page .page-con {
  width: auto;
  position: relative;
  left:-50%;
}
.page .count {
  padding: 0 20px;
  border: 1px solid #e9e9e9;
  background: #0161b7;
  font-size: 14px;
  color: #ffffff;
  line-height: 38px;
  height: 38px;
}
.page .list li {
  /* padding: 0 15px; */
  border: 1px solid #e9e9e9;
  font-size: 14px;
  color: #222222;
  line-height: 38px;
  height: 38px;
  float: left;
  margin-left: 12px;
  cursor: pointer;
  background: #ffffff;
}
.page .list li.on {
  color: #ffffff;
  background: #0161b7;
}
.page .list li:hover {
  color: #ffffff;
  background: #0161b7;
}

.page .list li a{
  display: block;
  height: 38px;
  padding: 0 15px; 
}
.page .list li.on a{
  color:#ffffff;
}
.page .list li:hover{
  color: #ffffff;
}
.page .list li:hover a:hover{
  color: #ffffff;
}


/* 登录弹框 */
.root{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:rgba(0, 0, 0, 0.5);
  z-index:10;
  display:none;
}
.login-boom,.login-boom2,.login-forum{
  width:465px;
  height:505px;
  background:#fff;
  border-radius:3px;
  position:fixed;
  top:30%;
  left:50%;
  transform:translateX(-50%);
  z-index:20;
  display:none;
}

.close{
  width:16px;
  height:16px;
  background:url(../close.html) no-repeat;
  position:absolute;
  top:18px;
  right:20px;
  cursor:pointer;
}
.login-boom-in{
  padding:0 58px 33px 58px; 
  box-sizing: border-box;
}
.login-nav{
  margin-top:40px;
  height:60px;
  border-bottom:#eee solid 1px;
}
.login-nav li{
  width:172px;
  height:60px;
  font-size:18px;
  color:#666;
  line-height:60px;
  text-align:center;
  float:left;
  cursor:pointer;
}
.login-nav li.now{
  border-bottom:#1e7be2 solid 2px;
  color:#1e7be2;
}
.login-con ul{
  display:none;   
}
.login-con ul li{
  width:342px;
  height:48px;
  margin-top:30px;
}
.login-con ul li .txt{
  width:342px;
  height:48px;
  border:#ddd solid 1px;
  padding-left:25px;
  box-sizing: border-box;
}
.login-con ul li .code{
  width:202px;
  height:48px;
  border:#ddd solid 1px;
  padding-left:25px;
  box-sizing: border-box;
  float:left;
}
.login-con ul li .code-btn{
  width:130px;
  height:48px;
  border:none;
  display:block;
  float:left;
  background:#ff9913;
  color:#fff;
  float:right;
}
.login-con .tips{
  color:#ff9913;
  margin-top:27px;
}
.login-con .clearfix{
  position: relative;
}
.next-btn{
  width:342px;
  height:55px;
  background:#1e7be2;
  color:#fff;
  display:block;
  border:none;
  margin-top:14px;
  font-size:16px;
}
.ul-bottom{
  margin-top:15px;
}
.zhuce-jump{
  color:#666; 
}
.zhuce-jump a,.forget-num{
  color:#1e7be2;  
}
.login-bottom{
  border-top:#eee solid 1px;
  background:#f5f5f5;
  height:73px;
  border-radius:3px 3px 3px 3px;
  cursor:pointer;
}
.login-bottom span{
  color:#333;
  text-align:center;
  display:block;
  line-height:73px;
  position:relative;
}
.login-bottom span:after{
  content:"";
  width:39px;
  height:39px;
  background:url(icon-weixin.png) no-repeat;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:128px;
}

.login-boom .identifying-code{
  width: 109px;
    height: 36px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
/* 登录弹框 */