* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  position: relative;
  background-color: #f8f9fc;
  font-size: 0.08333333rem;
  height: 100%;
  width: 100%;
}
/* 滚动条整体样式 */
::-webkit-scrollbar {
  width: 0.03125rem;
  /* 设置滚动条宽度 */
}
/* 滚动条轨道样式 */
::-webkit-scrollbar-track {
  background-color: #fff;
  /* 设置滚动条轨道背景色 */
}
/* 滚动条滑块样式 */
::-webkit-scrollbar-thumb {
  background-color: #c9cdd6;
  /* 设置滚动条滑块颜色 */
  border-radius: 0.10416667rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}
ul,
li,
ol {
  list-style: none;
}
input {
  border: 0;
  outline: none;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 去除特殊标签斜体 */
s,
i,
em {
  font-style: normal;
  /*去掉倾斜*/
  text-decoration: none;
  /*去掉删除线*/
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* IE/ 7 / 6 */
}
/* 去除链接默认样式 */
a {
  color: #333333;
  text-decoration: none;
  vertical-align: top;
}
img {
  width: 100%;
  height: 100%;
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input {
  border: 0;
  outline: none;
}
select,
option {
  border: 0;
  outline: none;
}
textarea {
  border: 0;
  outline: none;
}
/* 给placeholder 添加颜色样式 */
input::-webkit-input-placeholder {
  color: #a7afc4;
}
textarea::-webkit-input-placeholder {
  color: #a7afc4;
}
@keyframes info-item-in {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes anm-enlarge {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
@keyframes anm-more-enlarge {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* 单行省略 */
.dhsl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 多行省略 */
.ddsl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
.w {
  width: 7.29166667rem;
  height: auto;
  position: relative;
  margin: auto;
}
.top-box {
  width: 100%;
  position: relative;
  box-shadow: 0 0.03125rem 0.05208333rem rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.top_adver {
  width: 100%;
  height: 0.41666667rem;
  position: relative;
  cursor: pointer;
}
.do-url {
  width: 100%;
  height: 100%;
  display: block;
}
.ad_close {
  position: absolute;
  width: 0.10416667rem;
  height: 0.10416667rem;
  top: 0.0625rem;
  right: 0.0625rem;
  background: url("../img/close-icon.png") no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
}
.ad_close:hover {
  animation: 0.15s forwards anm-more-enlarge;
}
.top_nav {
  width: 100%;
  height: 0.41666667rem;
  background-color: #fff;
}
.top_nav .w {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.logo-box {
  width: 0.78125rem;
  height: 0.22916667rem;
  margin: 0 0.15625rem;
}
.nav-box {
  width: 3.125rem;
  height: 100%;
  line-height: 0.41666667rem;
  padding: 0 0.10416667rem;
  font-size: 0.09375rem;
  margin-left: 0.20833333rem;
  color: #666;
}
.nav-box > a {
  width: 0.52083333rem;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-right: 0.10416667rem;
}
.nav-box > a:hover {
  color: #ff7d00;
}
.nav-box .active {
  color: #ff7d00;
}
.nav-box .active:after {
  content: '';
  width: 80%;
  height: 0.01041667rem;
  background-color: #ff7d00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.info-box {
  width: 1.04166667rem;
  height: 0.26041667rem;
  display: inline-table;
  cursor: pointer;
  position: relative;
  text-align: left;
  margin-left: 1.04166667rem;
}
.info-box:hover .adverr {
  animation: 0.15s forwards anm-enlarge;
}
.info-box:hover .name {
  color: #ff7d00 !important;
}
.info-box .adver {
  width: 0.26041667rem;
  height: 0.26041667rem;
  background: url(../img/avatar-no.png) no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 0.05208333rem;
}
.info-box .islogin .adver {
  background: url(../img/avatar-is.png) no-repeat center !important;
  background-size: 100% 100% !important;
}
.info-box .name {
  font-size: 0.09375rem;
  color: #999;
  display: inline-block;
  line-height: 0.26041667rem;
  max-width: 0.52083333rem;
  overflow: hidden;
}
.info-box:hover .operate-box {
  display: block;
}
.operate-box {
  position: absolute;
  width: 0.625rem;
  height: auto;
  padding-top: 0.0625rem;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index: 999;
}
.item-box {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 0.03125rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.01041667rem 0.10416667rem 0 rgba(0, 0, 0, 0.1);
}
.operate-box:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 0.07291667rem solid #fff;
  border-left: 0.07291667rem solid transparent;
  border-right: 0.07291667rem solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.operate-item {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0.08333333rem;
  line-height: 0.20833333rem;
  color: #666;
  text-align: center;
}
.operate-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.footerContent {
  width: 100%;
  height: 140px;
  background-color: #525252;
}
.footerContent .w {
  height: 100%;
  color: #fff;
}
.footerContent .comInfo {
  flex-grow: 1;
  font-size: 0.07291667rem;
  line-height: 0.125rem;
  margin-top: 0.05208333rem;
  cursor: default;
  text-align: center;
  display: inline-block;
}
.footerContent .comInfo a {
  color: #fff;
  opacity: 0.8;
}
.footerContent .comInfo a:hover {
  opacity: 1;
}
.footerContent .comInfo span {
  display: inline-block;
  margin-right: 10px;
}
.footerContent .img-box {
  flex-grow: 1;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.footerContent .img-box a {
  margin: 0 10px;
}
.footerContent .img-box .findErr {
  width: 100px;
  height: 100px;
}
.footerContent .img-box .gov {
  width: 56px;
  height: 68px;
}
.footerContent .img-box a img {
  width: 100%;
  height: 100%;
}
.login-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.login-mark {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.login-con {
  width: 2.34375rem;
  height: 2.44791667rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 0.10416667rem;
  padding: 0.10416667rem;
  text-align: center;
}
.login-close {
  position: absolute;
  width: 0.10416667rem;
  height: 0.10416667rem;
  background: url("../img/login-close-icon.png") no-repeat center;
  background-size: 100% 100%;
  top: 0.10416667rem;
  right: 0.10416667rem;
}
.login-close:hover {
  cursor: pointer;
  animation: 0.15s forwards anm-more-enlarge;
}
.login-tip {
  margin-top: 0.20833333rem;
  display: inline-block;
  font-size: 0.14583333rem;
  line-height: 0.26041667rem;
  font-weight: bolder;
  position: relative;
}
.login-tip:before {
  content: '';
  width: 0.15625rem;
  height: 0.02083333rem;
  background-color: #ff7d00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0.05208333rem;
}
.login-info-box {
  margin-top: 0.20833333rem;
  padding: 0 0.20833333rem;
}
.edit-box .login-info-box {
  margin-top: 0.15625rem !important;
}
.pos-box {
  position: relative;
  margin-top: 0.1875rem;
}
.pos-box:first-child {
  margin-top: 0!important;
}
.input-item {
  width: 100%;
  height: 0.20833333rem;
  line-height: 0.20833333rem;
  color: #333;
  font-size: 0;
  border-bottom: 0.00520833rem solid #e5e5e5;
  overflow: hidden;
  display: inline-table;
  transition: all 0.1s ease-in-out;
  position: relative;
}
.input-item .pass_view {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.05208333rem;
  width: 0.20833333rem;
  height: 0.20833333rem;
  background: url("../img/pass-hide.png") no-repeat center;
  background-size: 60% 60%;
  cursor: pointer;
}
.input-item .mark {
  background: url("../img/pass-mark.png") no-repeat center;
  background-size: 60% 60%;
}
.ip-hover {
  border-bottom: 0.00520833rem solid #3079f6;
}
.ip-err {
  border-bottom: 0.00520833rem solid #f56c6c;
}
.err-tip {
  position: absolute;
  font-size: 0.07291667rem;
  line-height: 0.10416667rem;
  bottom: -0.125rem;
  left: 0.03125rem;
  color: #f56c6c;
  display: none;
}
.ip-err .err-tip {
  display: block;
}
.input-icon {
  width: 0.20833333rem;
  height: 100%;
  display: table-cell;
}
.user-icon {
  background: url(../img/user-icon.png) no-repeat center;
  background-size: 60% 60%;
}
.pass-icon {
  background: url(../img/pass-icon.png) no-repeat center;
  background-size: 60% 60%;
}
.newpass-icon {
  background: url(../img/new-pass-icon.png) no-repeat center;
  background-size: 60% 60%;
}
.form-input {
  display: table-cell;
  width: 100%;
  height: 0.20833333rem;
  line-height: 0.20833333rem;
  font-size: 0.09375rem;
  color: #333;
  padding: 0 0.05208333rem;
}
.pass-verify {
  width: 0.52083333rem;
  height: 0.23958333rem;
  border-right: 0;
  border-left: 0.00520833rem solid #e5e5e5;
}
.pass-verify img {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form-btn {
  width: 80%;
  height: 0.25rem;
  background-color: #ff7d00;
  font-size: 0.10416667rem;
  line-height: 0.25rem;
  text-align: center;
  color: #fff;
  border-radius: 0.05208333rem;
  cursor: pointer;
  margin-top: 0.3125rem;
  display: inline-block;
}
.form-btn:hover {
  font-weight: 600;
  box-shadow: -0.00520833rem 0.03645833rem 0.06770833rem 0rem rgba(255, 125, 0, 0.49);
  animation: 0.15s forwards anm-enlarge;
}
.edit-box .form-btn {
  margin-top: 0.20833333rem !important;
}
.prohibit-btn {
  cursor: no-drop !important;
  pointer-events: none;
}
.operate-log-box {
  width: 100%;
  height: auto;
  padding: 0 0.15625rem;
  color: #888;
}
.doreg,
.forgot:hover {
  color: #0a77ff;
}
.qrcode-box {
  position: fixed;
  bottom: 0.67708333rem;
  right: 0.26041667rem;
  width: 0.25rem;
  height: 0.25rem;
  background: #fff url("../img/kefu-icon.png") no-repeat center;
  background-size: 50% 50%;
  border-radius: 50%;
  box-shadow: 0 0 0.04166667rem 0 rgba(0, 0, 0, 0.12);
}
.qrcode-box:hover {
  cursor: pointer;
  animation: 0.15s forwards anm-more-enlarge;
}
.qrcode-con {
  position: absolute;
  display: none;
  width: 0.625rem;
  height: 0.83333333rem;
  background-color: #fff;
  left: -0.78125rem;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 0.07291667rem;
  padding: 0.05208333rem;
  box-shadow: 0 0 0.04166667rem 0 rgba(0, 0, 0, 0.12);
}
.qrcode-box:hover .qrcode-con {
  display: block;
}
.qrcode-con:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 0.08333333rem solid #fff;
  border-top: 0.08333333rem solid transparent;
  border-bottom: 0.08333333rem solid transparent;
  position: absolute;
  right: -0.07291667rem;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}
.qrcode-con > img {
  width: 0.52083333rem;
  height: 0.52083333rem;
  display: inline-block;
}
.gotop {
  position: fixed;
  bottom: 0.3125rem;
  right: 0.26041667rem;
  width: 0.25rem;
  height: 0.25rem;
  background: rgba(0, 0, 0, 0.5) url("../img/gotop.png") no-repeat center;
  background-size: 40% 40%;
  cursor: pointer;
  z-index: 98;
  display: none;
  border-radius: 50%;
}
.gotop:hover {
  animation: 0.15s forwards info-item-in;
}
/*分页器*/
.page {
  width: 50%;
  box-shadow: 0 0 5px #eeeeff;
  background: #fff;
  border-radius: 2px;
  line-height: 20px;
  padding: 6px 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 20px auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #bbb;
}
.page-box {
  margin-left: 0.07291667rem;
  height: auto;
  display: inline-flex;
  justify-content: center;
}
.pagination {
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin: 0 1px;
  padding: 10px 16px;
  color: #999;
  text-decoration: none;
  border-radius: 4px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ff7d00;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ff7d00;
  font-size: 0.08333333rem;
  font-weight: bolder;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ddd;
  cursor: not-allowed;
}
.nodata {
  width: 500px;
  max-height: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
/*# sourceMappingURL=common.css.map */