@charset "UTF-8";
/*
    基础样式
    @author  fulh
    http://www.2339.com
*/
html {
  color: #55595c;
  background: #fff;
  font: 12px/1.5 'Microsoft YaHei UI','Microsoft YaHei','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
  text-size-adjust: none; }

/*'Microsoft YaHei UI','Microsoft YaHei','SimSun','Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif*/
body {
  position: relative;
  text-size-adjust: none; }

a {
  color: #55595c;
  text-decoration: none; }
  a:hover {
    color: #999999; }

:focus,
a:active,
a:hover {
  outline: none;
  text-decoration: none; }

.body,
.main {
  min-height: 400px; }

#page {
  min-width: 1140px;
  margin-right: 60px;
  background-color: #f2f2f2;
  max-height: 99999999px; }

.container {
  position: relative;
  width: 1140px;
  margin: 0 auto; }

.body {
  border: solid 1px #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  margin: 20px -1px; }

.body-hd {
  height: 30px;
  line-height: 30px;
  border-bottom: solid 1px #e6e6e6;
  color: #666;
  font-size: 14px;
  text-indent: 20px; }

.body-hd a {
  color: #666; }

.body-hd a:hover {
  color: #7c55f9; }

.text-hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.text-overflow {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block; }

.text-break {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  vertical-align: middle; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.fl {
  float: left; }

.fr {
  float: right; }

.hide {
  display: none; }

.hidden {
  display: none !important; }

.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.scripts {
  display: none; }

.block-img {
  text-align: center; }

.block-img img {
  width: 100%;
  vertical-align: top; }

/*底部*/
.footer {
  background: #fff no-repeat;
  padding: 10px 0;
  box-shadow: 0 5px #fff, 0 0 4px rgba(9, 4, 6, 0.2);
  min-width: 1000px; }

.footer p {
  line-height: 26px;
  color: #2b2b2b; }

.footer p .icon-base {
  margin-right: 5px; }

.footer a {
  color: #2b2b2b; }
  .footer a[href="https://beian.miit.gov.cn/"] {
    color: #f05533; }

.footer-link {
  padding-bottom: 8px; }

.footer-link a {
  margin-right: 20px;
  color: #999;
  font-size: 14px; }

.footer-link a:hover {
  color: #6d70ff; }

.footer-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.footer-icon a {
  text-align: left; }

.icon-footer {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle; }
  .icon-footer-gongshang {
    background: url("/static/base/styles/images/icon-gongshang_fedbcae.png") 0 0/contain no-repeat; }
  .icon-footer-hulian {
    background: url("/static/base/styles/images/icon-hulian_06b45dd.png") 0 0/contain no-repeat; }
  .icon-footer-gongan {
    background: url("/static/base/styles/images/icon-gongan_49d13f8.png") 0 0/contain no-repeat; }
  .icon-footer-wangwen {
    background: url("/static/base/styles/images/wangwen_a542172.jpeg") 0 0/contain no-repeat; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.text-hidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-break {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  vertical-align: middle; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-muted {
  color: #999999 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: gray; }

.text-primary {
  color: #6d70ff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #3a3eff; }

.text-success {
  color: #6d70ff !important; }

a.text-success:focus, a.text-success:hover {
  color: #3a3eff; }

.text-info {
  color: #999999 !important; }

a.text-info:focus, a.text-info:hover {
  color: gray; }

.text-warning {
  color: #ff6242 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ff380f; }

.text-danger {
  color: #f00 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #cc0000; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
