.ant-pagination-jump-next {
  display: none !important;
}
.ant-pagination-jump-next + li {
  display: none;
}
.humi-fill-button {
  padding: 13px 41px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
  line-height: 1;
  cursor: pointer;
  outline: none;
  background-color: #ff6d20;
  color: #fff;
  border: 1px solid transparent;
}
.humi-fill-button:hover {
  background-color: #e0611e;
}
.humi-border-button {
  padding: 13px 41px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
  line-height: 1;
  cursor: pointer;
  outline: none;
  border: 1px solid #ff6d20;
  background-color: #fff;
  color: #ff6d20;
}
.humi-border-button:hover {
  background-color: #ff6d20;
  color: #fff;
}
.humi-ghost-button {
  padding: 13px 41px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s linear;
  line-height: 1;
  cursor: pointer;
  outline: none;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #999;
}
.humi-ghost-button:hover {
  background-color: #f0f2f5;
  border-color: #f0f2f5;
}
.fade-enter {
  opacity: 0;
}
.fade-enter-active {
  transition: all 0.1s linear;
  opacity: 1;
}
.fade-exit {
  opacity: 1;
}
.fade-exit-active {
  transition: all 0.1s linear;
  opacity: 0;
}
body {
  background: #f2f2f2;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif !important;
}
* {
  font-size: 14px;
}
.t-color {
  color: #9A9A9A;
}
a {
  text-decoration: none !important;
}
a:hover {
  color: #9A9A9A;
}
.h-btn {
  outline: none;
  background: #D9D9D9;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.w12 {
  width: 1200px;
  margin: 0 auto;
}
.bg-header {
  background: #F4F4F4;
}
.bg-body {
  background: #EFF3F6;
}
.clear::after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.clear {
  zoom: 1;
}
.h-left {
  float: left;
}
.h-right {
  float: right;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.f-size {
  font-size: 16px;
}
.m-left {
  margin-left: 20px;
}
.of-h {
  overflow: hidden;
}
.d-flex {
  display: flex;
  align-items: center;
}
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.slick-dots li button {
  padding: 0 !important;
}
.slick-dots li button:before {
  font-size: 0 !important;
}
#__next {
  height: 100%;
}
.ant-message {
  z-index: 1102 !important;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 900;
}
.loading > .ant-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading > .ant-spin > i {
  font-size: 40px;
}

.loginPanelWrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1101;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1;
}
.loginPanelWrap .humi-yanzheng {
  width: 80px;
  height: 46px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  background-color: #ff6d20;
  color: white;
  border-radius: 5px;
}
.loginPanelWrap .yan-hide {
  display: none;
}
.loginPanelWrap .yan-show {
  display: inline-block;
}
.loginPanelWrap .loginPanel {
  position: relative;
  background-color: #ffffff;
  border-radius: 4px;
  width: 380px;
}
.loginPanelWrap .loginPanel .loginPanelClose {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 15px;
  right: 19px;
  background-size: 100% 100%;
  background-image: url('https://360humi-public-obs.360humi.com/localImg/images/loginModal/815.png');
  cursor: pointer;
}
.loginPanelWrap .loginPanel .loginPanelTitle {
  margin-top: 29px;
  padding-bottom: 18px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
}
.loginPanelWrap .loginPanel .loginPanelContent {
  width: 100%;
  padding: 39px 25px;
}
.loginPanelWrap .loginPanel .loginPanelContent .yanzheng {
  overflow: hidden;
}
.loginPanelWrap .loginPanel .loginPanelContent .ant-input {
  height: 46px;
  margin-bottom: 24px;
  background-color: #f8f8f8;
}
.loginPanelWrap .loginPanel .loginPanelContent .error-hint {
  margin: 18px 0;
  color: #fe5461;
  height: 14.4px;
}
.loginPanelWrap .loginPanel .loginPanelContent .error-hint i {
  margin-right: 12px;
  vertical-align: middle;
}
.loginPanelWrap .loginPanel .loginPanelContent .loginPanelRow {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 329px;
  height: 46px;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.loginPanelWrap .loginPanel .loginPanelContent .loginPanelRow .loginPanelIconUser {
  margin-left: 23px;
  flex: 0 0 auto;
  display: inline-block;
  width: 16px;
  height: 17px;
  background-size: 100% 100%;
  background-image: url('https://360humi-public-obs.360humi.com/localImg/images/loginModal/account.png');
}
.loginPanelWrap .loginPanel .loginPanelContent .loginPanelRow .loginPanelIconPassword {
  margin-left: 23px;
  flex: 0 0 auto;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-size: 100% 100%;
  background-image: url('https://360humi-public-obs.360humi.com/localImg/images/loginModal/password.png');
}
.loginPanelWrap .loginPanel .loginPanelContent .loginPanelRow .loginPanelInput {
  flex: 0 1 auto;
  margin-left: 10px;
  width: 100%;
  height: 100%;
}
.loginPanelWrap .loginPanel .loginPanelContent .loginPanelRow .loginPanelInput input {
  padding-left: 3px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.loginPanelWrap .loginPanel .loginPanelOther {
  margin-left: auto;
  margin-right: auto;
  width: 329px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.loginPanelWrap .loginPanel .loginPanelOther .loginPanelAuto {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #999999;
}
.loginPanelWrap .loginPanel .loginPanelOther .loginPanelAuto .ant-checkbox-inner {
  background-color: #f8f8f8;
}
.loginPanelWrap .loginPanel .loginPanelOther .loginPanelAuto .ant-checkbox-checked .ant-checkbox-inner,
.loginPanelWrap .loginPanel .loginPanelOther .loginPanelAuto .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #ff6d20;
}
.loginPanelWrap .loginPanel .loginPanelOther .loginPanelAuto input {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  outline: none;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.loginPanelWrap .loginPanel .loginPanelOther .loginPanelForget {
  color: #5774b8;
}
.loginPanelWrap .loginPanel .loginPanelBtn {
  display: block;
  width: 100%;
  height: 46px;
}
.loginPanelWrap .loginPanel .loginPanelRegister {
  display: block;
  color: #5774b8;
  margin-top: 33px;
  text-align: center;
}
@media screen and (max-width: 996px) {
  html {
    font-size: 100px;
  }
  .loginPanelWrap .loginPanel {
    width: 3.5rem;
    height: 3.6rem;
    margin: 0 auto;
  }
  .loginPanelWrap .loginPanel .loginPanelTitle {
    margin-top: 0.4rem;
  }
  .loginPanelWrap .loginPanel .loginPanelBtn {
    margin: 0.15rem auto 0;
  }
}

.Newbottom {
  padding: 50px 0  0 0;
  background: #263035;
}
.Newbottom .newBottomBox:after {
  display: block;
  content: '';
  clear: both;
}
.Newbottom .newBottomBox .newBotLeft {
  float: left;
}
.Newbottom .newBottomBox .newBotLeft .left-row-box {
  overflow: hidden;
}
.Newbottom .newBottomBox .newBotLeft .row {
  width: 172px;
  float: left;
}
.Newbottom .newBottomBox .newBotLeft .row h4 {
  width: 64px;
  height: 20px;
  font-size: 16px;
  color: #f4f4f4;
  margin-bottom: 22px;
}
.Newbottom .newBottomBox .newBotLeft .row ul {
  padding-bottom: 25px;
}
.Newbottom .newBottomBox .newBotLeft .row ul li {
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Newbottom .newBottomBox .newBotLeft .row ul li a {
  width: 56px;
  height: 14px;
  font-size: 14px;
  color: #a3a3a3;
}
.Newbottom .newBottomBox .newBotLeft .row ul li a:hover {
  color: #5774b8;
}
.Newbottom .newBottomBox .newBotLeft .links-box {
  border-top: 1px solid #666666;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Newbottom .newBottomBox .newBotLeft .links-box h4 {
  font-size: 14px;
  color: #c1c0c0;
  padding-right: 30px;
  display: inline-block;
}
.Newbottom .newBottomBox .newBotLeft .links-box a {
  font-size: 12px;
  color: #a3a3a3;
  padding-right: 25px;
}
.Newbottom .newBottomBox .newBotLeft .links-box a:hover {
  color: #5774b8;
}
.Newbottom .newBottomBox .newBotLeft .bottomNav2 {
  margin: 0 0 35px 0;
}
.Newbottom .newBottomBox .newBotLeft .bottomNav2 li {
  display: inline-block;
  padding: 0 17px 0 17px;
  border-right: 1px solid #fff;
}
.Newbottom .newBottomBox .newBotLeft .bottomNav2 li a {
  color: #fff;
  line-height: 1.1;
  font-size: 14px;
}
.Newbottom .newBottomBox .newBotLeft .bottomNav2 li:first-child {
  padding-left: 0;
}
.Newbottom .newBottomBox .newBotLeft .bottomNav2 li:last-child {
  padding-right: 0;
  border-right: none;
}
.Newbottom .newBottomBox .newBotLeft .copyRight {
  color: #939292;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 1.1;
}
.Newbottom .newBottomBox .newBotLeft .police a:first-child {
  color: #939393;
  font-size: 14px;
  line-height: 1.1;
  margin: 0 34px 0 0;
  vertical-align: middle;
  transition: all 0.3s linear;
}
.Newbottom .newBottomBox .newBotLeft .police a:first-child:hover {
  color: #397ecd;
}
.Newbottom .newBottomBox .newBotLeft .police img {
  display: inline-block;
  vertical-align: middle;
}
.Newbottom .newBottomBox .newBotRight {
  float: right;
}
.Newbottom .newBottomBox .newBotRight .attention {
  font-size: 18px;
  color: #f4f4f4;
  padding: 0 51px 0 0;
  line-height: 1.1;
  margin: 0 0 23px 0;
}
.Newbottom .newBottomBox .newBotRight .QrCode li {
  margin: 0 0 12px 0;
  height: 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.Newbottom .newBottomBox .newBotRight .QrCode li p {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.1;
  cursor: default;
}
.Newbottom .newBottomBox .newBotRight .QrCode li p i {
  margin: 0 0 0 6px;
}
.Newbottom .newBottomBox .newBotRight .QrCode li img {
  width: 124px;
  height: 124px;
  margin: 18px 0 0 0;
}
.Newbottom .newBottomBox .newBotRight .QrCode .qrCodeAct {
  height: 170px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.Newbottom .newBottomBox .newBotRight .QrCode .qrCodeAct p {
  color: #5774b8;
}
.Newbottom .newBottomBox .newBotRight .QrCode .qrCodeAct img {
  margin: 18px 0 8px 0;
}
.Newbottom .copy {
  width: 100%;
  height: 40px;
  text-align: left;
  color: #bcbcbc;
  font-size: 12px;
  line-height: 32px;
}
.Newbottom .copy .row {
  width: 1200px;
  margin: 0 auto;
}
.Newbottom .copy p {
  font-size: 12px;
}
.feedBackModal .feedBackCon {
  padding: 4px 24px;
}
.feedBackModal .feedBackCon textarea {
  width: 100%;
  height: 220px;
  resize: none;
  border: 1px solid #b2b2b2;
}
.feedBackModal .feedBackCon .feedBackTip {
  font-size: 14px;
  color: #999;
  margin: 15px 0;
}
.feedBackModal .feedBackCon .feedBackInfo {
  overflow: hidden;
}
.feedBackModal .feedBackCon .feedBackInfo .feedBackSingle {
  margin-bottom: 15px;
}
.feedBackModal .feedBackCon .feedBackInfo .feedBackSingle p {
  width: 11%;
  text-align: right;
  font-size: 14px;
  color: #333;
  float: left;
  margin-right: 15px;
  line-height: 36px;
}
.feedBackModal .feedBackCon .feedBackInfo .feedBackSingle input {
  width: 194px;
  padding: 0 10px;
  height: 36px;
  border: 1px solid #b2b2b2;
}
.feedBackModal .feedBackCon .feedBackInfo .feedBackSingle:last-child {
  margin-bottom: 0;
}
.feedBackModal .feedBackCon .feedBackBtns {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.feedBackModal .feedBackCon .feedBackBtns a {
  width: 130px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  margin-right: 30px;
  border: 1px solid transparent;
  font-size: 16px;
  transition: all 0.3s;
}
.feedBackModal .feedBackCon .feedBackBtns a:first-child {
  background: #397ecd;
  color: #fff;
  border: 1px solid #397ecd;
}
.feedBackModal .feedBackCon .feedBackBtns a:first-child:hover {
  background-color: #5193de;
  border: 1px solid #5193de;
}
.feedBackModal .feedBackCon .feedBackBtns a:last-child {
  margin-right: 0;
  background: #fff;
  color: #999;
  border: 1px solid #c2c2c2;
}
.feedBackModal .feedBackCon .feedBackBtns a:last-child:hover {
  background-color: #333333;
  border: 1px solid #333;
  color: #fff;
}

