body {
  padding: 0;
  margin: 0;
  box-sizing: border-box !important;
}
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
[v-cloak] {
  display: none;
}
.leftNav {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.left_right{
  display: flex;
}
.left_login{
  display: flex;
}
.left_login  .btn1{
  background-color: #28b9a8;
  border: 0;
  width: 100%;
}
.left_login  .el-button--default{
  background-color: white;
  border: 0;
  border: 1px solid gray;
  width: 100%;
  color: black !important
  ;
}
.left_login div:first-child{
 background-color: #28b9a8;
 width: 100px;

 text-align: center;
 border-radius: 2px;
 margin-right: 20px;
 border: 0;
}
.left_login div:first-child button :hover{
  background-color: #28b9a8;
  opacity: 0.5;
  border: 0;
 }

.header-nav{
  position: relative;
}
.left_login1{
  display: flex;
  position: absolute;
  right: 80px;
}
.user{
    display: flex;
    cursor: pointer;
   
    z-index: 10;
}
.user img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.user div{
  margin-top: 15px;
  margin-left: 10px;
}
.dialog_addr{
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.dialog_addr button{
  margin-bottom: 10px;
  margin-left: 10px;
}
.dialog_addr .el-button{
  background-color: white;
  color: black !important;
}
.dialog_addr .el-button:hover{
  border: 1px solid #28b9a8;
  background-color: #28b9a8;
  color: white!important;
}
.dialog_addr .el-button:focus{
  border: 1px solid #28b9a8;
  background-color: #28b9a8;
  color: white;
}

.user_list{
  border-top: 1px solid #dae0e6;
  padding-top: 15px;
  position: absolute;
  right: 0px;
  top: 70px;
  width: 350px;
  height: 300px;
  background-color: white;
}
.user_list ul{
  display: flex;
  flex-direction: column;
  /*box-shadow: 0px 0px 2px 2px gray;*/
}
.user_list ul li{
 border-top: 1px solid #dae0e6;
 width: 250px;
 color: #5b6064;
 margin-bottom: 10px;
 padding-top: 10px;
 cursor: pointer;
 margin-left: -10px;
 font-size: 20px;
}
.user_list ul li a{
  color: #5b6064 !important;
}
.user_list ul li:hover{
  color: #28b9a8;
  margin-left: 5px;
}
.address{
  /*background-color: white !important;*/
  width: 160px !important;
  margin-top: 7px;
  margin-right: 70px;
  cursor: pointer;
   z-index: 1;
   font-size: 16px;
}
.address .address_qie :hover{
  color: #28b9a8;
}
.touxiang{
  display: none;
}
.left_login1 div :first-child button{
  background-color: #28b9a8;
  border: 0;
  
}
/*.left_login1 div:first-child{*/
/* background-color: #28b9a8;*/
/* width: 100px;*/
/* text-align: center;*/
/* border-radius: 2px;*/
/* margin-right: 50px;*/
/* border: 0;*/
/*}*/
.left_login1 div:first-child button :hover{
  background-color: #28b9a8;
  opacity: 0.5;
  border: 0;
 }
.bgHeader {
  background: transparent !important;
}
.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;
}
.collapses .el-collapse-item__header {
  padding: 0;
  border-bottom: none;
}
.collapses .el-collapse-item__wrap {
  border-bottom: none;
}
.collapses .el-collapse {
  border-top: none;
}
.dow .dow-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dowNo {
  display: none !important;
}
.navAc {
    font-weight: bold;
    color: #28b9a8 !important;
    font-size: 18px !important;
}
.liActive .ho {
    display: none !important;
}
header {
  display: flex !important;
  justify-content: center;
  width: 100%;
  height: 70px;
  background-color: #fff;
  min-height: 70px;
  position: fixed;
  z-index: 99;
  top: 0;
  box-shadow: 0 1px 6px #d8d7d7;
}
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 .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;
}
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: 0.0781rem;
  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 .popup-text:last-child {
  margin-bottom: 0;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.1458rem;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text a {
  color: #333333;
  text-decoration: none;
  font-size: 0.0677rem;
}
header .header-pupop .popup .popup-item .popup-item-main .popup-text a:hover {
  color: #cfa167;
}
@media (max-width: 1010px) {
  header .header-nav {
    max-width: 90% !important;
    justify-content: space-between !important;
  }
  header .header-nav .nav-main {
    display: none !important;
  }
  header .header-nav .nav-search {
    display: none !important;
  }
  header .header-nav .nav-search2 {
    display: block !important;
    margin-bottom: 20px;
  }
  header .header-nav .nav-search2 .form-control {
    height: 46px;
  }
  header .header-nav .nav-left {
    display: block !important;
  }
  header .header-nav .nav-left i {
    font-size: 28px !important;
    color: #fff;
    cursor: pointer;
  }
}
header .navA {
  color: #333 !important;
  font-size: 18px !important;
}
@media (max-width: 1300px) {
  header .header-nav {
    width: 100% !important;
  }
}
@media (max-width: 700px){
  .user_list{
    border-top: 1px solid #dae0e6;
    padding-top: 15px;
    position: absolute;
    right: 0px;
    top: 70px;
    width: 100%;
    margin-left: 0px;
    font-size: 20px;
  }
  .user_list ul{
    display: flex;
    flex-direction: column;
    background-color: white;
  }
  .user_list ul li{
   border-top: 1px solid #dae0e6;
   width: 250px;
   color: #5b6064;
   margin-bottom: 10px;
   padding-top: 10px;
   cursor: pointer;
   margin-left: -10px;
   line-height: 50px;
  }
  .user_list ul li a{
      font-size: 20px!important;
  }
  .user_list ul li:hover{
    color: #28b9a8;
    margin-left: 5px;
  }
  .address{
    background-color: white !important;
    width: 160px !important;
    margin-top: 7px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .nav-logo {
    margin-left: 0px !important;
  }
  .touxiang{
    display: block;
  }
  .touxiang img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-left: 80px;
  }
  .address .address_qie :hover{
    color: #28b9a8;
  }
  .left_login1{
    display: none;
  }
  .left_login{
    display: block;
  }
  .user1{
    display: flex;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
}
.user1 img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.user1 div{
  margin-top: 15px;
  margin-left: 10px;
}
.user{
  display: none;
  margin-left: 10px;
  margin-bottom: 20px;
}
}
@media (max-width: 1200px) {

  header .header-nav {
    width: 100% !important;
  }
  header .header-nav ul li {
      margin-right: 10px !important;
  }
  header .header-nav .nav-logo img {}
}
header .header-nav {
  display: flex;
  justify-content: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .header-nav .nav-logo {
  display: flex;
  align-items: left;
  margin-left: 30px;
  margin-right: 30px;
}
header .header-nav .nav-logo a {
  display: flex;
  align-items: center;
}
header .header-nav .nav-logo img {

}
header .header-nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: -16px;
}
header .header-nav ul li {
  margin-right: 0.1823rem;
}
header .header-nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 0.0781rem;
  padding-bottom: 0.0313rem;
}
header .header-nav ul li .active {
  border-bottom: 2px solid #cfa167;
}
header .header-nav .nav-search {
  height: 0.1979rem;
  position: relative;
}
header .header-nav .nav-search input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 14px;
  padding-bottom: 6px;
  color: #333;
  height: 27px;
}
header .header-nav .nav-search input::input-placeholder {
  color: #333;
}
header .header-nav .nav-search img {
  width: 0.1042rem;
  height: 0.1042rem;
  min-width: 13px;
  min-height: 13px;
  position: absolute;
  right: 0.0521rem;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
header .header-nav .nav-left {
  display: none;
}
header .header-nav .nav-left i {
  color: #333;
}
.btn {
  padding: 12px !important;
}
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;
  cursor: pointer;
}
header .header-nav .nav-search .search {
  width: 100%;
  height: 100%;
  background: rgba(156, 149, 149, 0.808);
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  font-size: 14px;
  padding-bottom: 12px 6px;
  color: #fff;
}
header .header-nav .nav-search img {
  width: 0.0781rem;
  height: 0.0781rem;
  right: 0.0521rem;
}
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;
}
