body {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}
[v-cloak] {
  display: none;
}
a {
  text-decoration: none;
  color: #000;
}
.bgHeader {
  background: transparent !important;
}
header {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 84px;
  background-color: #2a2a2a;
  min-height: 84px;
  position: fixed;
  z-index: 99;
  top: 0;
}
header .fade-leave,
header .fade-enter-to {
  opacity: 1;
}
header .fade-leave-active,
header .fade-enter-active {
  transition: all 1.5s;
}
header .fade-leave-to,
header .fade-enter {
  opacity: 0;
}
header .collapses {
  align-items: center;
  min-height: 48px;
  line-height: 48px;
  background-color: #FFF;
  color: #303133;
  cursor: pointer;
  border-bottom: 1px solid #EBEEF5;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
}
header .collapses .el-collapse-item__header {
  padding: 0;
  border-bottom: none;
}
header .collapses .el-collapse-item__wrap {
  border-bottom: none;
}
header .collapses .el-collapse {
  border-top: none;
}
header .header-pupop {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 43px 0;
  z-index: 100;
  transform: translateY(100%);
  display: flex;
  justify-content: center;
  overflow-y: auto;
  max-height: 65vh;
}
.dow {
    
}
.dow .dow-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dow .dowNo {
    display: none;
}
header .header-pupop .popup {
  width: 6.25rem;
  display: flex;
  flex-wrap: wrap;
  
}
header .header-pupop .popup .popup-item {
  width: 1.25rem;
  margin-right: 0.2604rem;
  margin-bottom: 0.3646rem;
}
header .header-pupop .popup .popup-item .popup-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
header .header-pupop .popup .popup-item .line-img {
  width: 100%;
}
header .header-pupop .popup .popup-item .line-img img {
  width: 100%;
}
header .header-pupop .popup .popup-item .popup-item-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1458rem;
  margin-right: 0.0521rem;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text a:hover {
  color: #cfa167;
}
@media (max-width: 860px) {
  header .header-nav .nav-main {
    display: none !important;
  }
  header .header-nav .nav-search {
    display: none !important;
  }
  header .header-nav .nav-left {
    display: block !important;
  }
  header .header-nav .nav-left i {
    font-size: 28px !important;
    color: #fff;
    cursor: pointer;
  }
}
@media (max-width: 580px) {
  header .collapses .el-collapse-item__header {
      font-size: 12px !important;
      height: 100%;
  }
}
header .header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 7.5104rem;
}
header .header-nav .nav-logo {
  display: flex;
  align-items: center;
}
header .header-nav .nav-logo a {
  display: flex;
  align-items: center;
}
header .header-nav .nav-logo img {
  width: 0.4rem;
  /*height: 0.3281rem;*/
  min-width: 40px;
  min-height: 32px;
}
header .header-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
}
header .header-nav ul li {
  margin-right: 0.1823rem;
}
header .header-nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding-bottom: 0.0313rem;
}
header .header-nav ul li .active {
  border-bottom: 2px solid #cfa167;
}
header .header-nav .nav-search {
  width: 1rem;
  height: 0.1979rem;
  position: relative;
}
header .header-nav .nav-search .submit-search {
    background: transparent;
    border: none;
    width: 0.0781rem;
    height: 0.0781rem;
    position: absolute;
    right: 0.0521rem;
    top: 50%;
    transform: translateY(-94%);
    cursor: pointer;
}
header .header-nav .nav-search .search {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 0.0625rem;
  padding-bottom: 0.0313rem;
  color: #fff;
}
header .header-nav .nav-search img {
  width: 0.0781rem;
  height: 0.0781rem;
  position: absolute;
  right: 0.0521rem;
  top: 50%;
  transform: translateY(-94%);
  cursor: pointer;
} 
header .header-nav .nav-search2 form {
    position: relative;
}
header .header-nav .nav-search2 .search {
    width: 100%;
    height: 100%;
    background: #000;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    font-size: 0.0625rem;
    color: #fff;
    padding: 15px 20px;
}
header .header-nav .nav-search2 .search::input-placeholder{
	color:#fff;
}
header .header-nav .nav-search2 img {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
header .header-nav .nav-search2 .submit-search {
    background: transparent;
    border: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 31px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
header .header-nav .nav-left {
  display: none;
}

/*分页*/
.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}
.pagination .active {
    background: #4e6ef2;
    color: #fff;
}
.pagination li {
    padding: 8px 14px;
    background: #f6f6f6;
    font-size: 14px;
    margin-right: 5px;
    color: #4e6ef2;
}
.pagination li:last-child {
    margin-right: 0;
    background: #f6f6f6;
}
.pagination li:first-child {
    background: #f6f6f6;
}
.pagination li:last-child a,
.pagination li:first-child a {
    color: #333;
}
.pagination .disabled {
    display: none !important;
}

