.header {
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 99; */
  width: 100%;
  height: 60px;
  /* 60px */
  font-size: 20px;
  /* 20px */
  transition: all .5s;
  /* box-shadow: 0px 2px 46px 0px rgba(143, 143, 143, 0.1); */
  overflow: visible;
  z-index: 99;
  background: #40A9DA;
}

.header.header-b {
  /* background-color: #f7f7f7; */
  color: #40A9DA;
  min-width: 1090px;
}

.header a {
  text-decoration: none;
}

.header .header-limit {
  padding: 0 20px;
  max-width: 1900px;
  min-width: 1100px;
}

.header .header-select-box {
  padding: 10px 0;
}

.header .header-select {
  width: 100px;
  float: left;
  margin-right: -100px;
  position: relative;
}

.header .header-search-input {
  width: 100%;
}

.header .header-search-input .header-search-input-c {
  margin-left: 100px;
}

.logo-box {
  float: left;
  width: 330px;
  margin-top: 13px;
}

/* .header.header-b  .logo-box {
  margin-top: 15px;
} */

.title-txt {
  margin-left: 5px;
  font-size: 30px;
  /* 30px */
  min-width: 380px;
}

/* .bar-item {
  min-width: 60px;
}
.bar-item:first-child {
  min-width: 30px;
} */

.bar-box {
  height: 60px;
  margin-right: 50px;
}

.bar-box .bar-item {
  position: relative;
  float: left;
  line-height: 60px;
}

.bar-box .bar-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  line-height: 60px;
}

.bar-box .bar-item.on a,
.bar-box .bar-item a:hover {
  /* color: #9ce0ff; */
  color: #2775B7;
}

.header.header-b .bar-box .bar-item a {
  color: #FFF;
}

.header.header-b .bar-box .bar-item.on a,
.header.header-b .bar-box .bar-item a:hover {
  /* color: #40A9DA; */
  color: #2775B7;
}

/*加一个选中状态的下边框*/
.bar-box .bar-item.on:after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 3px solid #fff;
  position: absolute;
  bottom: 1px;
}

.header.header-b .bar-box .bar-item.on:after {
  border-bottom: 3px solid #FFF;
}

.bar-item+.bar-item {
  margin-left: 35px;
  /* 40px */
}

.header .login-btn {
  display: inline-block;
  width: 94px;
  padding: 11px 0;
  text-align: center;
  border-radius: 5px;
  /* border: 1px solid #fff; */
  color: #fff;
  line-height: 1.2;
  background: #2E84C1;
}

.header.c-white .login-btn:hover {
  /* border: 1px solid #12adf5;
  background-color: #12adf5; */
  color: #fff;
}

.header.header-b .login-btn {
  /* border: 1px solid #333;
  color: #333; */
  color: #FFF;
}

.header.header-b .login-btn:hover {
  /* color: #40A9DA;
  border: 1px solid #40A9DA; */
}

.header .z-register-btn {
  display: inline-block;
  text-align: center;
  width: 55px;
  padding: 11px 0;
  margin-left: 8px;
  color: #FFF;
  border-radius: 5px;
  /* color: #40A9DA; */
  /* border: 1px solid #12adf5; */
  line-height: 1.2;
}

.header.c-white .z-register-btn {
  /* background-color: #12adf5; */
  color: #fff;
}

.header .z-register-btn:hover {
  /* background-color: #12adf5; */
  color: #fff;
}


.main {
  width: 100%;
  /* height: 100%; */
  /* padding-top: 5.714286rem; */
  /* 80px */
  padding-bottom: 3.571429rem;
  /* 50px */
  /* overflow-y: auto; */
}

.username {
  position: relative;
  width: 150px;
  height: 60px;
  line-height: 60px;
  /* 40px */
  padding: 0 10px;
  font-size: 18px;
  margin-right: -20px;
  /* 16px */
}


.username .zxicon {
  font-size: 18px;
  color: #FFF;
}

.username .user-img {
  font-size: 30px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /*margin-top: 12px;*/
}

.username .name {
  margin: 0 10px;
  width: 55px;
  color: #FFF;
}

.username .user-menu {
  display: none;
}

.username.hover .user-menu {
  display: block;
}

.username.left-bor:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 1px;
  background-color: #40A9DA;
}

.isloginBox {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 150px;
  background-color: #40A9DA;
}

.islogin-item {
  padding: 0 10px;
  width: 100%;
  height: 40px;
  /* 40px */
  color: #fff;
  position: relative;
}

.islogin-item a {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: inherit;
  height: 40px;
}

.islogin-item:hover {
  background-color: rgba(0, 0, 0, .05);
}

.no-footer {
  padding-bottom: 0;
}

.lh60 {
  line-height: 60px;
}

/* 底部二维码 */
.man-footer {
  width: 100%;
  background: #333333;
  color: #fff;
}

.man-footer .man-footer-box {
  padding: 30px 0;
}

.man-footer .man-footer-left {
  width: 820px;
}

.man-footer .man-footer-left .man-footer-left-item {
  margin-bottom: 20px;
}

.man-footer .man-footer-left .man-footer-left-item:last-child {
  margin-bottom: 0;
}

.man-footer .man-footer-left .man-footer-left-item p {
  width: 90px;
}

.man-footer .man-footer-left .man-footer-left-item ul {
  width: 720px;
}

.man-footer .man-footer-left .man-footer-left-item ul li {
  display: inline-block;
  margin-right: 20px;
}

.man-footer .man-footer-left .man-footer-left-item ul li a {
  text-decoration: none;
  color: rgb(190, 190, 190)
}

.man-footer-QR {
  width: 180px;
  text-align: center;
}

.man-footer-QR img {
  width: 60%;
}

.man-footer-QR p {
  margin-top: 10px;
}

/* .man-footer .man-footer-box{
  margin: 0 auto;
}
.man-footer .man-footer-box ul{
   float: left;
   width:200px;
}
.man-footer .man-footer-box ul li a{ 
  text-decoration: none;
}
.man-footer a:link,.man-footer a:visited,.man-footer a:hover,.man-footer a:active{
  color: rgba(255, 255, 255, .6)
}
.man-footer .man-footer-box ul li:first-child{
  margin-top: 30px;
  font-size: 18px;
}
.man-footer .man-footer-box ul li:not(:first-child){
  margin-top: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  cursor: pointer;
}
.man-footer .man-footer-box .man-footer-QR{
  float: right;
  font-size: 16px;
}
.man-footer .man-footer-box .man-footer-QR img{
   display: inline-block;
   margin: 30px 0 5px;
   width: 166px;
   height: 166px;
}
.clearfix:after{
  clear: both;
} */
.footer-b {
  padding: 10px 0;
  border-top: 1px solid #4C4C4C;
  /* line-height: 2; */
}

.footer-b p {
  margin: 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.platform-name {
  padding: 13px 0;
  font-size: 12px;
}

.individual_margin {
  margin-top: 12px;
}

.userTypeColour {
  background-color: goldenrod;
}

.about-header1 {
  height: 175px;
  background: url("../image/legalNotice.jpg") no-repeat center;
}

.header-limit .box {
  width: auto !important;
}

.header {
  min-width: 1283px !important;
}

.empty-container {
  margin: 100px 0;
  color: #333;
  text-align: center;
}

.upload-note {
  font-size: 14px;
  color: #BDBCBC;
}

/* 滚动条样式 */
/* .el-scrollbar__wrap {
  overflow-x: hidden;
} */
.w1190 .header .header-limit {
  font-size: 16px;
}

.w1190 .username {
  margin-left: 30px;
}

.w1190 .login-btn,
.w1190 .z-register-btn {
  margin-left: 10px;
}

.w1190 .z-register-btn {
  width: 96px;
}

.w990 .bar-box .bar-item+.bar-item {
  margin-left: 10px;
}

@media screen and (max-width:1919px) {
  .username {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1190px) and (max-width:1600px) {
  .header .header-limit {
    font-size: 18px;
  }

  .bar-box {
    margin-right: 40px;
  }

  .bar-box .bar-item+.bar-item {
    margin-left: 25px;
  }

  /* .logo-box {
    width: 360px;
  }
  .header.header-b  .logo-box {
    margin-top: 13px;
  } */
}

@media screen and (min-width: 1279px) and (max-width:1600px) {
  .header .header-limit .fr .bar-box .bar-item {
    font-size: 18px;
  }
}

@media screen and (max-width: 1189px) {
  .username {
    margin-left: 15px;
  }

  .z-register-btn {
    width: 96px;
  }

  .header .header-limit {
    font-size: 16px;
    padding: 0 10px;
  }

  /* .logo-box {
    width: 330px;
    margin-top: 10px;
  }
  .header.header-b  .logo-box {
    margin-top: 15px;
  } */

  .login-btn,
  .z-register-btn {
    margin-left: 10px;
  }

  .bar-box {
    margin-right: 30px;
  }

  .bar-box .bar-item+.bar-item {
    margin-left: 12px;
  }

}

@media screen and (max-width: 1279px) {
  .header .header-limit .fr .bar-box .bar-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 1230px) and (max-width: 1250px) {
  .bar-box .bar-item+.bar-item {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1230px) {
  .bar-box .bar-item+.bar-item {
    margin-left: 12px;
  }
}

/* 适应768px */