/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 400 version
*/

*{
  margin:0;
  padding:0;
}
a{color:inherit;}
a,input,label{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
li,ul{list-style:none}

html,body {
  line-height: 1.4;
}

.a-btn {
  position: relative;
}
.a-btn:after {
  content: "";
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  background-color: rgba(255,255,255,0);
  filter: alpha(opacity=0);
  transition: background-color .3s;
  /*opacity: 0;*/
}
.a-btn:hover:after {
  background-color: rgba(255,255,255,.15);
  /*opacity: .15;*/
}

.t-hide1{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.m-container {
  margin-left: auto;
  margin-right: auto;
  width:1200px;
  max-width: 1200px;
}
.header {
  z-index: 3;
}
.header.transparent {
  position: absolute;
  top:0;
  left:0;
  right: 0;
}

.header .m-container{
  position: relative;
  padding:17px 0;
  z-index: 2;
  /*height: 80px;*/
/*  display: flex;*/
}
.header .logo {
  margin-top: -3px;
  margin-left: 24px;
  /*margin-right: 44px;*/
  margin-right: 27px;
  font-size: 0;
}
.header .logo img {
  display: none;
  /*width:126px;*/
  /*height: 38px;*/
  height: 49px;
  width:150px;
}
.header .logo .default {
  display: block;
}
.header .logo,
.header .right,
.header .navbar {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

.header .navbar .item {
  display: inline-block;
  padding:0 24px;
  line-height: 38px;
  font-size: 16px;
  color:#333333;
  transition: color .3s;
}
.header .-no-login,
.header .-login {
  display: none;
}

.header .-no-login.active,
.header .-login.active {
  display: block;
}
.header .right {
  float: right;
/*  position: absolute;
  right:0;
  bottom:0;*/
  font-size: 0;
}
.header .right.login {
  padding-right: 35px;
  padding-top: 11px;
  line-height: 20px;
  font-size: 16px;
}
.header .right.login span,
.header .right.login a {
  display: inline-block;
  float: left;
  color:#000;
  transition: color .3s;
}
.header .right.login a {
  margin-left: 20px;
}
.header .right.login span {
  margin-left: 8px;
}

.header .right.login .img-wrap {
  float: left;
  position: relative;
  width: 18px;
  height: 20px;
  font-size: 0;
}

.header .right.login .img-wrap img {
  position: absolute;
  top:0;
  left:0;
  width: 18px;
  height: 20px;
  transition: opacity .6s;
}
.header.light .login .img-wrap .light,
.header .login .img-wrap .default {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
}
.header.light .login .img-wrap .default,
.header .login .img-wrap .light {
  opacity: 0;
  filter: alpha(opacity=0);
}


.header.light .login a,
.header.light .login span {
  color:#fff;
}

.header .navbar-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  width:100px;
  line-height: 36px;
  border:1px solid #4e52ff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 15px;
  color:#4e52ff;
  text-align: center;
  cursor: pointer;
}
.header .navbar-btn.primary {
  color:#fff;
  background: #4e52ff;
}


.header.light .navbar .item{
  color:#fff;
}


.header.light .logo .light,
.header.light .login .light{
  display: block;
}

.header.light .logo .default,
.header.light .login .default{
  display: none;
}
.header.light .navbar-btn {
  background: #5f6dff;
  border-color: #5f6dff;
  color:#fff;
}

.footer {
  min-width: 1200px;
  background: #151515;
  color:#4c4c4c;
  font-size: 12px;
}
.footer a {
  -webkit-transition:color .2s;
  -o-transition:color .2s;
  -moz-transition:color .2s;
  transition:color .2s;
}

.footer .footer-top {
  min-height: 199px;
  padding-top: 17px;
}
.footer .footer-top .left {
  float: left;
}
.footer .links {
}
.footer .links .link-item {
  float: left;
  margin-left: 16px;
  /*margin:0 10px 0 16px;*/
  width:174px;
}
.footer .links .link-item + .link-item {
  margin-left: 10px;
}
.footer .links .link-head {
  margin-left: 30px;
  font-weight: normal;
}
.footer .links .link-list .item{
  display: inline-block;
  margin-left: 30px;
  line-height: 29px;
  color:#999;
}


.footer .footer-top .right {
  float: right;
}

.footer .links .link-head,
.footer .subscribe .title,
.footer .contact .title {
  font-size: 15px;
  font-weight: normal;
  color:#fff;
  line-height: 57px;
}

.footer .subscribe {
  float: left;
}
.footer .subscribe .qrcodes {
  /*width:500px;*/
  margin-top: -6px;
}
.footer .subscribe .qrcodes .item {
  display: inline-block;
  margin-left:5px;
  text-align: center;
}
.footer .subscribe .qrcodes .item + .item {
  margin-left: 26px;
}
.footer .subscribe .qrcodes img {
  display: block;
  width:80px;
  height: 80px;
  user-select: none;
  user-drag:none;
}
.footer .subscribe .qrcodes span {
  line-height: 30px;
  font-size: 12px;
  color:#cccccc;
}


.footer .contact {
  float: right;
  padding:0 63px 0 62px;
  font-size: 12px;
  color:#999;
  line-height: 28px;
}


.footer .footer-bottom {
  border-top: 1px solid #262626;
  padding:15px 0;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
}

.footer .links .link-list .item a:hover,
.footer .links .link-list .item a:active,
.footer .footer-bottom  a:hover,
.footer .footer-bottom  a:active {
  color:#fff;
}
/*页面路径*/
.breadcrumb {
  margin-left: 45px;
  padding-top:10px;
  line-height: 34px;
  font-size: 14px;
  color:#999;
  list-style: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.breadcrumb span {
  margin-right: 6px;
  display: inline-block;
}

.breadcrumb > .active {
  /*color: #777;*/
}
/*页码区域*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 28px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin:0 5px;
  padding: 5px 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
  background-color: #e6e6ef;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  -moz-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
  /*border: 1px solid #ddd;*/
}
.pagination > li > a.arrow {
  padding:5px 0px;
  width:28px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #4e52ff;
}
.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: #fff;
  cursor: default;
  background-color: #4e52ff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #000000;
  cursor: not-allowed;
  background-color: #e6e6ef;
}