@CHARSET "UTF-8";

/**默认分页样式0**/
.page0 {
  padding: 5px;
}

.page0 .first {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page0 .prev {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page0 .next {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page0 .end {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page0 .num {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
  margin: 0 2px;
}

.page0 .current {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  background: #1992ce;
  color: #ffffff;
  font-weight: bold;
  border: 1px #1992ce solid;
  text-align: center;
}

.page0 a:hover {
  background: #f5f5f5;
  border: #ccc 1px solid;
}

/**默认分页样式1**/
.page1 {
  padding: 5px;
}

.page1 .first {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page1 .prev {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page1 .next {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page1 .end {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
}

.page1 .num {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  border: 1px #ddd solid;
  text-align: center;
  margin: 0 2px;
}

.page1 .current {
  line-height: 24px;
  border-radius: 3px;
  display: inline-block;
  min-width: 20px;
  padding: 0 2px;
  background: #1992ce;
  color: #ffffff;
  font-weight: bold;
  border: 1px #1992ce solid;
  text-align: center;
}

.page1 a:hover {
  background: #f5f5f5;
  border: #ccc 1px solid;
}

/**默认分页样式2**/
.page2 {
  float: right;
  padding: 5px 0;
  font-family: Arial;
  color: #333;
}

.page2 a {
  border-radius: 3px;
  display: inline-block;
  padding: 6px 9px;
  color: #999;
  background: #e8e8e8;
  margin: 0 3px;
  text-decoration: none;
}

.page2 a:hover {
  color: #333;
  background: #d7d7d7;
  text-decoration: none;
}

.page2 span.current {
  border-radius: 3px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 3px;
  background: #1992ce;
}

.page2 span.disabled {
  border-radius: 3px;
  background: #ececec;
  padding: 6px 10px;
  color: #ccc;
  margin: 0 3px;
}

/**默认分页样式3**/
.page3 {
  float: right;
  padding: 5px 0;
  font-family: Arial;
  color: #333;
}

.page3 a {
  border-radius: 3px;
  padding: 6px 9px;
  color: #999;
  background: #e8e8e8;
  margin: 0 3px;
  text-decoration: none;
}

.page3 a:hover {
  color: #333;
  background: #d7d7d7;
  text-decoration: none;
}

.page3 span.current {
  border-radius: 3px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 3px;
  background: #1992ce;
}

.page3 span.disabled {
  border-radius: 3px;
  background: #ececec;
  padding: 6px 10px;
  color: #ccc;
  margin: 0 3px;
}

/**默认分页样式4**/
.page4 {
  padding: 5px 0;
  font-family: Arial;
  color: #333;
}

.page4 a {
  border-radius: 3px;
  padding: 6px 9px;
  color: #999;
  background: #e8e8e8;
  margin: 0 3px;
  text-decoration: none;
}

.page4 a:hover {
  color: #333;
  background: #d7d7d7;
  text-decoration: none;
}

.page4 a.end {
  cursor: default;
  color: #999;
}

.page4 a.end:hover {
  background: #f7f7f7;
  color: #999;
}

.page4 span.current {
  border-radius: 3px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 3px;
  background: #1992ce;
}

.page4 span.disabled {
  border-radius: 3px;
  background: #ececec;
  padding: 6px 10px;
  color: #ccc;
  margin: 0 3px;
}

/* 提示框 */
#fullbg {
  background-color: #000;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  position: fixed;
  _position: absolute;
  top: 0;
  z-index: 999998;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}

#dialog {
  left: 50%;
  top: 50%;
  background-color: #fff;
  position: fixed !important;
  position: absolute;
  z-index: 999999;
  border-radius: 5px;
}

#dialog p.t {
  width: auto;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

#dialog p.t h3.notice {
  color: #bd1418;
  text-align: center;
}

#dialog p.t p.notice {
  line-height: 30px;
  font-size: 14px;
}

#dialog p.t p.notice i {
  width: 80px;
  text-align: left;
  display: inline;
  float: left;
  font-style: normal;
  color: #666;
}

#dialog p.t p.notice i.m {
  line-height: 15px;
}

#dialog p.t p.notice b {
  font-family: Arial;
  color: #bd1418;
}

#dialog p.t p.notice span {
  width: 100px;
  text-align: left;
  display: inline;
  font-style: normal;
  color: #666;
}

#dialog p.t p.notice span.m {
  line-height: 15px;
}

#dialog p.tit {
  text-align: left;
  background: #ebebeb;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}

#dialog p.diai {
  text-align: center;
  background: #ebebeb;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

#dialog p.diai input {
  line-height: 28px;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
  border: 0;
  background: #d3d3d3;
  padding: 0 10px;
  color: #666;
  border-radius: 4px;
  cursor: pointer;
}

#dialog p.diai input:hover {
  background: #ddd;
  color: #333;
}

#dialog p.diai input.on {
  background: #f60;
  color: #fff;
}

#dialog p.diai input.on:hover {
  background: #ff5400;
  color: #ff0;
}

#dialog p.zftt p.notice {
  text-align: left;
  line-height: 24px;
}

#dialog p.zftt p.notice i {
  width: auto;
}

#dialog p.zftt h3.notice {
  color: #333;
  font-size: 18px;
  border-bottom: #e5e5e5 1px solid;
  margin-bottom: 5px;
  padding-bottom: 10px;
}

/* 站点关闭 */
#close {
  background: url(../img/ts.jpg) no-repeat center;
  height: 465px;
  width: 435px;
  margin: 20px auto;
  padding: 40px 60px 0 61px;
}

#close h3 {
  line-height: 50px;
  font-size: 26px;
  color: #c00;
  font-weight: bold;
  text-align: center;
}

#close p {
  font-size: 14px;
  line-height: 28px;
}

/*绑定手机弹层*/
.bindtip {
  text-align: center;
  padding: 5px 3px;
}

#loginbindmsg {
  text-align: center;
  padding: 5px 3px;
  color: red;
  font-size: 13px;
}

.loginbind li {
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative;
}

.loginbind .ina {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 5px;
  color: #666;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  margin-top: 7px;
  padding: 0 8px;
  position: absolute;
  right: 25px;
  top: 0;
}

.loginbind a.ina:hover,
.loginbind .inaon {
  background: #ff7900 none repeat scroll 0 0;
  color: #fff;
}

.lbindtxt {
  background-color: #fff;
  background-image: url("../img/icon.gif");
  background-repeat: no-repeat;
  border: 1px solid #bebebe;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0 #bfbfbf inset;
  color: #999;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  margin-right: 5px;
  padding: 0 25px 0 25px;
  width: 260px;
}