﻿* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.wapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
ul {
  list-style: none;
}
body,
.container {
  min-height: 100%;
  background-color: #f7f7f7;
  position: relative;
}
body .index-title,
.container .index-title {
  border-bottom: 1px solid #f1f1f1;
}
body .index-title span:nth-child(1),
.container .index-title span:nth-child(1) {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  position: relative;
  margin-left: 26px;
}
body .index-title span:nth-child(1)::before,
.container .index-title span:nth-child(1)::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #CF002B;
  left: -8px;
  top: 2px;
}
body .menu-search,
.container .menu-search {
  position: absolute;
  right: 0;
  top: 6px;
}
body .menu-search input,
.container .menu-search input {
  outline: none;
  text-indent: 8px;
  width: 130px;
  height: 32px;
  border: 1px solid #CF002B;
  border-right: none;
  vertical-align: top;
}
body .menu-search input::-webkit-input-placeholder,
.container .menu-search input::-webkit-input-placeholder {
  height: 17px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #BBBBBB;
  font-weight: 500;
}
body .menu-search .search-btn,
.container .menu-search .search-btn {
  display: inline-block;
  width: 32px;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
  background-color: #CF002B;
  text-align: center;
  margin-left: 0 !important;
}
body .menu-search i,
.container .menu-search i {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
body .header .top-wapper,
.container .header .top-wapper {
  background-color: #333333;
  height: 40px;
}
body .header .top-wapper .login-box .login-box-left,
.container .header .top-wapper .login-box .login-box-left {
  position: absolute;
  left: 16px;
}
body .header .top-wapper .login-box .login-box-left .icon-24gl-headset,
.container .header .top-wapper .login-box .login-box-left .icon-24gl-headset {
  color: #fff;
  margin-right: 9px;
}
body .header .top-wapper .login-box .login-box-right,
.container .header .top-wapper .login-box .login-box-right {
  position: absolute;
  right: 10px;
}
body .header .top-wapper .login-box .login-box-right a:first-child,
.container .header .top-wapper .login-box .login-box-right a:first-child {
  margin-right: 16px;
}
body .header .top-wapper .login-box .login-box-right span,
.container .header .top-wapper .login-box .login-box-right span {
  position: absolute;
  right: 10px;
}
body .header .top-wapper .login-box .login-box-fonts,
.container .header .top-wapper .login-box .login-box-fonts {
  line-height: 40px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
}
body .header .header-site-menu,
.container .header .header-site-menu {
  position: relative;
  margin-top: 18px;
  margin-bottom: 18px;
}
body .header .header-site-menu .header-left,
.container .header .header-site-menu .header-left {
  height: 44px;
  width: 212px;
  display: inline-block;
  background-size: contain;
}
body .header .header-site-menu .header-right,
.container .header .header-site-menu .header-right {
  vertical-align: top;
  display: inline-block;
  position: relative;
  width: calc(100% - 218px);
}
body .header .header-site-menu .header-right .header-menu,
.container .header .header-site-menu .header-right .header-menu {
  margin-left: 170px;
}
body .header .header-site-menu .header-right .header-menu li,
.container .header .header-site-menu .header-right .header-menu li {
  vertical-align: top;
  position: relative;
  font-family: PingFangSC-Medium;
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  color: #333333;
  font-weight: 500;
}
body .header .header-site-menu .header-right .header-menu li:after,
.container .header .header-site-menu .header-right .header-menu li:after {
  position: absolute;
  display: none;
  content: '';
  width: 55px;
  height: 2px;
  bottom: 10px;
  right: 13px;
  background-color: #B31A1D;
}
body .header .header-site-menu .header-right .header-menu li:hover:after,
.container .header .header-site-menu .header-right .header-menu li:hover:after {
  display: block;
}
body .header .header-site-menu .header-right .header-menu li a,
.container .header .header-site-menu .header-right .header-menu li a {
  display: inline-block;
  text-align: center;
  width: 85px;
  font-size: 14px;
  line-height: 48px;
  color: #333333;
  font-weight: 500;
}
body .header .header-site-menu .header-right .header-menu li dl,
.container .header .header-site-menu .header-right .header-menu li dl {
  display: none;
  z-index: 999;
  position: absolute;
  width: 100%;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  line-height: 48px;
  color: #333333;
  font-weight: 500;
}
body .header .header-site-menu .header-right .header-menu li dl dd,
.container .header .header-site-menu .header-right .header-menu li dl dd {
  position: relative;
}
body .header .header-site-menu .header-right .header-menu li dl dd:hover,
.container .header .header-site-menu .header-right .header-menu li dl dd:hover {
  background-color: #fff;
  display: block;
}
body .header .header-site-menu .header-right .header-menu li dl dd a,
.container .header .header-site-menu .header-right .header-menu li dl dd a {
  text-align: center;
  height: 36px;
  line-height: 36px;
}
body .header .header-site-menu .header-right .header-menu li:hover dl,
.container .header .header-site-menu .header-right .header-menu li:hover dl {
  display: block;
  top: 38px;
  color: white;
  background-color: #f9f9f9;
  border-top: none;
}
body .header .header-site-menu .header-right .header-menu li:hover dd,
.container .header .header-site-menu .header-right .header-menu li:hover dd {
  border-top: none;
}
body .swiper-container,
.container .swiper-container {
  width: 1200px;
  height: 400px;
}
body .swiper-container a,
.container .swiper-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body .swiper-container .index-banner .swiper-slide,
.container .swiper-container .index-banner .swiper-slide {
  background: url('https://publiclyfund.sxzq.com/images/banner.jpg') top center no-repeat;
}
body .swiper-container .swiper-pagination-bullet,
.container .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
body .swiper-container .swiper-pagination-bullet-active,
.container .swiper-container .swiper-pagination-bullet-active {
  width: 32px;
  border-radius: 8px;
  background-color: #CF002B;
}
body .hot-funds,
.container .hot-funds {
  background-color: #fff;
}
body .hot-funds .hot-funds-title,
.container .hot-funds .hot-funds-title {
  height: 64px;
}
body .hot-funds .hot-funds-title span,
.container .hot-funds .hot-funds-title span {
  line-height: 64px;
}
body .hot-funds .hot-funds-content .hot-funds-info,
.container .hot-funds .hot-funds-content .hot-funds-info {
  display: inline-block;
}
body .hot-funds .hot-funds-content .single-fund,
.container .hot-funds .hot-funds-content .single-fund {
  position: relative;
  display: inline-block;
  margin: 16px 0 16px 16px;
  box-sizing: border-box;
  width: 276px;
  height: 320px;
  border: 1px solid #BBBBBB;
  text-align: center;
}
body .hot-funds .hot-funds-content .single-fund:last-child,
.container .hot-funds .hot-funds-content .single-fund:last-child {
  margin-right: 16px;
}
body .hot-funds .hot-funds-content .single-fund:hover,
.container .hot-funds .hot-funds-content .single-fund:hover {
  border: 1px solid #CF002B;
}
body .hot-funds .hot-funds-content .single-fund span,
.container .hot-funds .hot-funds-content .single-fund span {
  display: inline-block;
  margin-top: 59px;
  font-size: 10px;
  color: #666666;
  font-weight: 400;
}
body .hot-funds .hot-funds-content .single-fund .earn-rate,
.container .hot-funds .hot-funds-content .single-fund .earn-rate {
  font-family: PingFangSC-Semibold;
  font-size: 48px;
  color: #CF002B;
  font-weight: 600;
}
body .hot-funds .hot-funds-content .single-fund .fund-name,
.container .hot-funds .hot-funds-content .single-fund .fund-name {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-top: 16px;
}
body .hot-funds .hot-funds-content .single-fund .rate-box div,
.container .hot-funds .hot-funds-content .single-fund .rate-box div {
  display: inline-block;
  margin-top: 8px;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #666666;
  font-weight: 400;
  margin-left: 14px;
}
body .hot-funds .hot-funds-content .single-fund .rate-box div:first-child,
.container .hot-funds .hot-funds-content .single-fund .rate-box div:first-child {
  position: relative;
  margin-left: 0;
  margin-right: 16px;
}
body .hot-funds .hot-funds-content .single-fund .rate-box div:first-child::before,
.container .hot-funds .hot-funds-content .single-fund .rate-box div:first-child::before {
  position: absolute;
  top: 3px;
  right: -19px;
  content: '';
  display: inline-block;
  width: 1px;
  height: 22px;
  background-color: #999;
}
body .hot-funds .hot-funds-content .single-fund .buy-now,
.container .hot-funds .hot-funds-content .single-fund .buy-now {
  display: inline-block;
  width: 196px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #CF002B;
  font-size: 14px;
  margin-top: 32px;
  color: #CF002B;
  font-weight: 500;
  cursor: pointer;
}
body .hot-funds .hot-funds-content .single-fund .buy-now:hover,
.container .hot-funds .hot-funds-content .single-fund .buy-now:hover {
  color: #fff;
  background-color: #CF002B;
}
body .fixed-box,
.container .fixed-box {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99999;
}
body .fixed-box ul,
.container .fixed-box ul {
  list-style: none;
}
body .fixed-box ul li,
.container .fixed-box ul li {
  width: 40px;
  height: 40px;
  background-color: #CF002B;
  background-position: center center;
}
body .fixed-box ul li a,
.container .fixed-box ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
body .fixed-box ul li:nth-child(1),
.container .fixed-box ul li:nth-child(1) {
  background: url('https://publiclyfund.sxzq.com/images/toTop1.png') no-repeat;
}
body .fixed-box ul li:nth-child(1):hover,
.container .fixed-box ul li:nth-child(1):hover {
  background: url('https://publiclyfund.sxzq.com/images/toTop2.png') no-repeat;
}
body .fixed-box ul li:nth-child(2),
.container .fixed-box ul li:nth-child(2) {
  background: url('https://publiclyfund.sxzq.com/images/server1.png') no-repeat;
}
body .fixed-box ul li:nth-child(2):hover,
.container .fixed-box ul li:nth-child(2):hover {
  background: url('https://publiclyfund.sxzq.com/images/server2.png') no-repeat;
}
body .fixed-box ul li:nth-child(3),
.container .fixed-box ul li:nth-child(3) {
  background: url('https://publiclyfund.sxzq.com/images/wechat1.png') no-repeat;
  position: relative;
}
body .fixed-box ul li:nth-child(3)::after,
.container .fixed-box ul li:nth-child(3)::after {
  content: '';
  display: none;
  position: absolute;
  width: 100px;
  top: -24px;
  right: 50px;
  background: url('https://publiclyfund.sxzq.com/images/focus.png') no-repeat;
  background-size: contain;
  height: 100px;
}
body .fixed-box ul li:nth-child(3):hover,
.container .fixed-box ul li:nth-child(3):hover {
  background: url('https://publiclyfund.sxzq.com/images/wechat2.png') no-repeat;
}
body .fixed-box ul li:nth-child(3):hover::after,
.container .fixed-box ul li:nth-child(3):hover::after {
  display: inline-block;
}
body .index-funds,
.container .index-funds {
  background-color: #fff;
  margin: 32px auto;
}
body .index-funds .index-funds-title,
.container .index-funds .index-funds-title {
  height: 64px;
  position: relative;
  line-height: 64px;
}
body .index-funds .index-funds-title .menu-search,
.container .index-funds .index-funds-title .menu-search {
  position: absolute;
  top: 16px;
  right: 16px;
}
body .index-funds .index-funds-title .menu-search form,
.container .index-funds .index-funds-title .menu-search form {
  position: relative;
}
body .index-funds .index-funds-title .menu-search input,
.container .index-funds .index-funds-title .menu-search input {
  width: 267px;
}
body .index-funds .index-funds-title .menu-search ul,
.container .index-funds .index-funds-title .menu-search ul {
  display: none;
}
body .index-funds .index-funds-title .menu-search .nsearchlist,
.container .index-funds .index-funds-title .menu-search .nsearchlist {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  top: 40px;
  width: 300px;
}
body .index-funds .index-funds-title .menu-search .nsearchlist li,
.container .index-funds .index-funds-title .menu-search .nsearchlist li {
  height: 36px;
  line-height: 36px;
  position: relative;
  z-index: 999;
  background-color: #f6f6f6;
}
body .index-funds .index-funds-title .menu-search .nsearchlist li:hover,
.container .index-funds .index-funds-title .menu-search .nsearchlist li:hover {
  background-color: #fff;
  color: #CF002B;
}
body .index-funds .index-funds-title .menu-search .nsearchlist li a,
.container .index-funds .index-funds-title .menu-search .nsearchlist li a {
  color: #333;
  margin-left: 10px;
  width: 220px;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}
body .index-funds .index-funds-title .menu-search .nsearchlist li a span,
.container .index-funds .index-funds-title .menu-search .nsearchlist li a span {
  position: absolute;
  right: 10px;
  margin-left: 0;
}
body .index-funds .index-funds-title .menu-search .nsearchlist li a span::before,
.container .index-funds .index-funds-title .menu-search .nsearchlist li a span::before {
  content: '';
  width: 0;
}
body .index-funds .index-funds-container,
.container .index-funds .index-funds-container {
  padding: 16px;
}
body .index-funds .index-funds-container .index-funds-lists,
.container .index-funds .index-funds-container .index-funds-lists {
  border: 1px solid #EDEDED;
}
body .index-funds .index-funds-container .index-funds-lists .on,
.container .index-funds .index-funds-container .index-funds-lists .on {
  color: #CF002B;
  border-bottom: 2px solid #CF002B;
  font-weight: 600;
}
body .index-funds .index-funds-container .index-funds-lists ul,
.container .index-funds .index-funds-container .index-funds-lists ul {
  height: 48px;
  padding-left: 13px;
  border-bottom: 1px solid #EDEDED;
}
body .index-funds .index-funds-container .index-funds-lists ul li,
.container .index-funds .index-funds-container .index-funds-lists ul li {
  position: relative;
  line-height: 48px;
  display: inline-block;
  vertical-align: top;
  margin-right: 27px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper {
  display: none;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper,
body .index-funds .index-funds-container .index-funds-lists .fund-list,
.container .index-funds .index-funds-container .index-funds-lists .fund-list,
body .index-funds .index-funds-container .index-funds-lists .fund-table,
.container .index-funds .index-funds-container .index-funds-lists .fund-table {
  width: 100%;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper .fn-color-green,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper .fn-color-green,
body .index-funds .index-funds-container .index-funds-lists .fund-list .fn-color-green,
.container .index-funds .index-funds-container .index-funds-lists .fund-list .fn-color-green,
body .index-funds .index-funds-container .index-funds-lists .fund-table .fn-color-green,
.container .index-funds .index-funds-container .index-funds-lists .fund-table .fn-color-green {
  color: #13D213;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper .fn-color-red,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper .fn-color-red,
body .index-funds .index-funds-container .index-funds-lists .fund-list .fn-color-red,
.container .index-funds .index-funds-container .index-funds-lists .fund-list .fn-color-red,
body .index-funds .index-funds-container .index-funds-lists .fund-table .fn-color-red,
.container .index-funds .index-funds-container .index-funds-lists .fund-table .fn-color-red {
  color: #CF002B;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper a,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper a,
body .index-funds .index-funds-container .index-funds-lists .fund-list a,
.container .index-funds .index-funds-container .index-funds-lists .fund-list a,
body .index-funds .index-funds-container .index-funds-lists .fund-table a,
.container .index-funds .index-funds-container .index-funds-lists .fund-table a {
  color: #333333;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper thead tr,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper thead tr,
body .index-funds .index-funds-container .index-funds-lists .fund-list thead tr,
.container .index-funds .index-funds-container .index-funds-lists .fund-list thead tr,
body .index-funds .index-funds-container .index-funds-lists .fund-table thead tr,
.container .index-funds .index-funds-container .index-funds-lists .fund-table thead tr {
  background-color: #f2f2f2 !important;
  font-size: 14px;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper tr:nth-child(even),
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper tr:nth-child(even),
body .index-funds .index-funds-container .index-funds-lists .fund-list tr:nth-child(even),
.container .index-funds .index-funds-container .index-funds-lists .fund-list tr:nth-child(even),
body .index-funds .index-funds-container .index-funds-lists .fund-table tr:nth-child(even),
.container .index-funds .index-funds-container .index-funds-lists .fund-table tr:nth-child(even) {
  background-color: #f7f7f7;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper tr,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper tr,
body .index-funds .index-funds-container .index-funds-lists .fund-list tr,
.container .index-funds .index-funds-container .index-funds-lists .fund-list tr,
body .index-funds .index-funds-container .index-funds-lists .fund-table tr,
.container .index-funds .index-funds-container .index-funds-lists .fund-table tr {
  height: 40px;
  text-align: center;
}
body .index-funds .index-funds-container .index-funds-lists .fund-wapper tr td,
.container .index-funds .index-funds-container .index-funds-lists .fund-wapper tr td,
body .index-funds .index-funds-container .index-funds-lists .fund-list tr td,
.container .index-funds .index-funds-container .index-funds-lists .fund-list tr td,
body .index-funds .index-funds-container .index-funds-lists .fund-table tr td,
.container .index-funds .index-funds-container .index-funds-lists .fund-table tr td {
  font-size: 12px;
  color: #333333;
  line-height: 40px;
}
body .index-funds .index-funds-container .index-funds-lists .fund-list .showTable,
.container .index-funds .index-funds-container .index-funds-lists .fund-list .showTable {
  display: block!important;
}
body .index-funds .index-funds-container .index-funds-lists .showElement,
.container .index-funds .index-funds-container .index-funds-lists .showElement {
  display: inline-block;
}
body .columns-box,
.container .columns-box {
  margin-top: 32px;
  margin-bottom: 32px;
}
body .columns-box .columns-item,
.container .columns-box .columns-item {
  background-color: #fff;
  box-sizing: border-box;
  width: 590px;
  position: relative;
  display: inline-block;
  margin-right: 14px;
  vertical-align: text-top;
}
body .columns-box .columns-item:last-child,
.container .columns-box .columns-item:last-child {
  margin-right: 0;
}
body .columns-box .columns-item .columns-link,
.container .columns-box .columns-item .columns-link {
  position: absolute;
  right: 16px;
  font-size: 16px;
  color: #999999;
}
body .columns-box .columns-item .columns-title,
.container .columns-box .columns-item .columns-title {
  height: 48px;
  line-height: 48px;
}
body .columns-box .columns-item .column-content,
.container .columns-box .columns-item .column-content {
  height: 286px;
  width: 100%;
  position: relative;
  padding: 16px;
}
body .columns-box .columns-item .column-content .column-content-wapper,
.container .columns-box .columns-item .column-content .column-content-wapper {
  height: 100%;
  margin-bottom: 16px;
  font-size: 0;
}
body .columns-box .columns-item .column-content .column-content-left,
.container .columns-box .columns-item .column-content .column-content-left {
  height: 100%;
  display: inline-block;
  width: 174px;
  background: url('https://publiclyfund.sxzq.com/images/%E7%9F%A9%E5%BD%A2.png') no-repeat;
  background-size: cover;
}
body .columns-box .columns-item .column-content .column-content-right,
.container .columns-box .columns-item .column-content .column-content-right {
  display: inline-block;
  height: 100%;
  width: 378px;
  background-color: #f7f7f7;
  vertical-align: top;
  overflow-y: auto;
}
body .columns-box .columns-item .column-content .column-content-right::-webkit-scrollbar,
.container .columns-box .columns-item .column-content .column-content-right::-webkit-scrollbar {
  width: 4px;
  height: 53px;
}
body .columns-box .columns-item .column-content .column-content-right::-webkit-scrollbar-thumb,
.container .columns-box .columns-item .column-content .column-content-right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #999;
}
body .columns-box .columns-item .column-content .column-content-right ul,
.container .columns-box .columns-item .column-content .column-content-right ul {
  list-style: none;
}
body .columns-box .columns-item .column-content .column-content-right ul li,
.container .columns-box .columns-item .column-content .column-content-right ul li {
  position: relative;
  margin: 8px 0 8px 16px;
}
body .columns-box .columns-item .column-content .column-content-right ul li a,
.container .columns-box .columns-item .column-content .column-content-right ul li a {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  line-height: 1;
}
body .columns-box .columns-item .column-content .column-content-right ul li a .doc-title,
.container .columns-box .columns-item .column-content .column-content-right ul li a .doc-title {
  display: inline-block;
  width: 262px;
  font-family: PingFangSC-Regular;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .columns-box .columns-item .column-content .column-content-right ul li a span:nth-child(2),
.container .columns-box .columns-item .column-content .column-content-right ul li a span:nth-child(2) {
  position: absolute;
  top: 5px;
  right: 17px;
}
body .columns-box .columns-item .more-items .column-content-wapper,
.container .columns-box .columns-item .more-items .column-content-wapper {
  height: 48%;
}
body .footer,
.container .footer {
  height: 196px;
  width: 100%;
  background-color: #333333;
}
body .footer ul,
.container .footer ul {
  padding-top: 64px;
  text-align: center;
}
body .footer ul li,
.container .footer ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #fff;
}
body .footer ul li:last-child,
.container .footer ul li:last-child {
  border-right: none;
}
body .footer ul li a,
.container .footer ul li a {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  margin: 0 12px;
}
body .footer .footer-bottom,
.container .footer .footer-bottom {
  position: absolute;
  bottom: 32px;
  width: 100%;
}
body .footer .footer-bottom p,
.container .footer .footer-bottom p {
  width: 100%;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}
body .footer .footer-bottom .police,
.container .footer .footer-bottom .police {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background: url('https://publiclyfund.sxzq.com/images/beian.png') no-repeat;
  background-size: contain;
}
body .footer .footer-bottom a,
.container .footer .footer-bottom a {
  font-size: 10px;
  color: #FFFFFF;
}
body .success-warper,
.container .success-warper {
  text-align: center;
  margin: 0 auto;
}
body .success-warper span,
.container .success-warper span {
  display: inline-block;
  margin-top: 56px;
  height: 28px;
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #333333;
  text-align: right;
  font-weight: 600;
}
body .success-warper .success-image,
.container .success-warper .success-image {
  width: 76px;
  height: 76px;
  margin: 24px auto;
  background: url("https://publiclyfund.sxzq.com/images/login-success.png") no-repeat;
}
body .success-warper a,
.container .success-warper a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 223px;
  line-height: 40px;
  margin-bottom: 431px;
  color: #D50031;
  height: 40px;
  border: 1px solid #d50031;
  border-radius: 2px;
}
.login-form {
  text-align: center;
  width: 340px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.login-form .keyBoardIcon {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 8px;
  top: 14px;
  width: 16px;
  height: 11px;
  z-index: 888;
}
.login-form .login-title {
  display: inline-block;
  font-size: 20px;
  color: #333333;
  text-align: right;
  margin-bottom: 32px;
  margin-left: 93px;
}
.login-form .form-item {
  position: relative;
  height: 40px;
  margin-bottom: 24px;
}
.login-form .form-item .forget-password {
  position: absolute;
  right: -74px;
  top: 10px;
  font-size: 14px;
  color: #BBBBBB;
  text-align: right;
  font-weight: 400;
}
.login-form .form-item label {
  width: 100px;
  float: left;
  line-height: 40px;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  text-align: right;
  font-weight: 600;
}
.login-form .form-item label.error {
  color: #CF002B;
  width: 250px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 39px;
  text-align: left;
  left: 128px;
}
.login-form .form-item input {
  position: absolute;
  right: 0;
  height: 40px;
  outline: none;
  width: 223px;
  border: none;
  border-radius: 2px;
  border: 1px solid #BBBBBB;
  text-indent: 8px;
}
.login-form .form-item input:focus {
  border: 1px solid #f14c5d;
}
.login-form .form-item input::-webkit-input-placeholder {
  height: 17px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #BBBBBB;
  font-weight: 500;
}
.login-form .form-item:last-child {
  margin-bottom: 0;
}
.login-form .check-option label {
  position: absolute;
  left: 124px;
  line-height: 20px;
  width: 300px;
  top: 10px;
  text-align: left;
  color: #BBBBBB;
}
.login-form .check-option label a {
  color: #1E94E4;
}
.login-form .check-option input {
  width: 10px;
  left: 113px;
}
.login-form .auth-code input {
  width: 128px;
  right: 94px;
}
.login-form .auth-code img,
.login-form .auth-code .getAuthcode,
.login-form .auth-code span {
  position: absolute;
  right: 0;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
}
.login-form .auth-code .getAuthcode {
  border: 1px solid #979797;
  font-size: 14px;
  color: #BBBBBB;
  font-weight: 400;
  background-color: white;
}
.login-form .auth-code span {
  color: #0E80DE;
  text-decoration: underline;
  right: -83px;
}
.login-form .submit-btn {
  text-align: center;
  position: absolute;
  cursor: pointer;
  line-height: 40px;
  right: 0;
  font-size: 16px;
  color: #FFFFFF;
  width: 223px;
  height: 40px;
  background: #D50031;
  border-radius: 2px;
}
.login-form .tips {
  position: absolute;
  bottom: -31px;
  left: 118px;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.login-form .tips a {
  color: #1075D9;
}
.keyboard {
  margin: 0;
  padding: 0;
  list-style: none;
  transform: scale(0.6);
  left: -20px;
  position: absolute;
  z-index: 999;
  background-color: #f3f3f3;
  display: none;
}
.keyboard li {
  float: left;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #f9f9f9;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.keyboard li:hover {
  position: relative;
  top: 1px;
  left: 1px;
  border-color: #e5e5e5;
  background: #FFF1C2;
}
.keyboard .capslock,
.keyboard .tab,
.keyboard .left-shift {
  clear: left;
}
.keyboard .tab,
.keyboard .delete {
  width: 70px;
}
.keyboard .capslock {
  width: 80px;
}
.keyboard .return {
  width: 77px;
}
.keyboard .left-shift {
  width: 95px;
}
.keyboard .right-shift {
  width: 109px;
}
.keyboard .lastitem {
  margin-right: 0;
}
.keyboard .uppercase {
  text-transform: uppercase;
}
.keyboard .space {
  clear: left;
  width: 681px;
}
.keyboard .on {
  display: none;
}

.tab table {
   width:100%;
}

.tab table td {
      border: 1px solid #999!important;
}


#page {
  height: 25px;
  line-height: 25px;
  padding: 16px;
  flex-direction: row-reverse;
}

#page span{
 cursor:pointer
}

.page-wrap {
  overflow: hidden;
  display: inline-block;
}

#page-num {
  height: 22px;
  line-height: 22px;
  width: auto;
  white-space: nowrap
}

#page-num span {
  box-sizing: border-box;
  display: inline-block;
  width: 25px;
  text-align: center;
}

#page-num .active {
  border: 1px solid rgba(207, 0, 43, 1);
  border-radius: 2px;
}

#nextBtn {
  margin-left: 15px;
}

#lastBtn {
  margin-right: 15px;
}