@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  list-style: none;
}

body,
html {
  height: 100%;
  /* overflow: hidden; */
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 0 !important
}

/* 
  头部线条 
*/
.top-line {
  width: 100%;
  height: 5px;
  background: #AD892D;
}

/*
    导航组件
*/
nav {
  width: 100%;
  max-width: 1265px;
  margin: 0 auto;
  height: 107px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* -webkit-box-shadow: 0 2px 4px #ccc;
  box-shadow: 0 2px 4px #ccc; */
  padding: 10px 0;
  display: flex;
  align-items: flex-end;
}

nav li,
nav a {
  text-decoration: none;
  list-style: none;
}

nav .nav-logo {
  width: auto;
  height: 100%;
  /* margin-left: 20px; */
  /* float: left; */
}

nav .nav-logo a,
nav .nav-logo li,
nav .nav-logo ol,
nav .nav-logo span,
nav .nav-logo p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-decoration: none;
}

nav .nav-logo img {
  max-width: 100%;
  max-height: 100%;
}

nav ::-webkit-scrollbar {
  display: none;
}

nav .nav-list {
  /*nav-list*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 19px;
  /* margin-right: 73px; */
}

@media (max-width: 970px) {
  nav .nav-list {
    position: fixed;
    height: 100%;
    top: 0;
    padding-top: 10px;
    margin-left: 0px;
    width: 60%;
    background: #fff;
    left: -60%;
    z-index: 2;
  }
}

nav .nav-list>li {
  position: relative;
  list-style: none;
  float: left;
  text-align: center;
}

@media (max-width: 970px) {
  nav .nav-list>li {
    width: 100%;
    margin: 0;
    overflow: hidden;
  }

  nav .nav-list>li {
    margin-bottom: 15px;
  }
}

nav .nav-list>li .active {
  color: #B58615;
  border-radius: 0;
  border-bottom: 3px solid #B58615;
}

nav .nav-list>li a {
  color: #515151;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  line-height: 32px;
  /* padding: 1px 15px; */
  margin: 0 25px;
  font-size: 15px;
  text-decoration: none;
}

@media (max-width: 970px) {
  nav .nav-list>li a {
    width: 100%;
    border-radius: 0;
    margin: 0;
  }
}

nav .nav-list .login-state>a,
nav .nav-list .tel>a {
  color: #B58615
}

nav .nav-list .login-state {
  margin-left: 48px;
  position: relative;
}

nav .nav-list .tel>a {
  display: flex;
  align-items: center;
}

nav .nav-list .tel>a span:first-child {
  font-weight: normal;
  font-size: 30px;
}

nav .nav-list .tel>a span:last-child {
  margin-left: 9px;
  font-size: 22px;
}

nav .nav-list>li .menu {
  min-width: 100px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px #ccc;
  box-shadow: 0 2px 10px #ccc;
  position: absolute;
  border-radius: 5px;
  white-space: nowrap;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 970px) {
  nav .nav-list>li .menu {
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: 0 -1px 7px #ccc inset;
    box-shadow: 0 -1px 7px #ccc inset;
  }

  nav .nav-list .login-state {
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 20px;
  }

  nav .nav-list .tel {
    width: auto;
    display: inline-block;
    float: right;
    margin-right: 20px;
  }


}

@media (max-width: 600px) {


  nav .nav-list .login-state {
    width: 100%;
    float: left;
    margin-left: 0px;
  }

  nav .nav-list .tel {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  nav .nav-list .tel a {
    margin: 0 auto;
    display: block;
  }

}

nav .nav-list>li .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

nav .nav-list>li:hover .menu {
  height: auto;
}

nav .nav-menu {
  display: none;
  z-index: 999;
  background: #fff;
  cursor: pointer;
}

@media (min-width: 970px) and (max-width:1210px) {
  .nav-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  nav .nav-list>li a {
    width: auto;
    margin: 0 10px;
  }
}

@media (max-width: 970px) {
  nav .nav-menu {
    display: block;
    float: right;
    padding: 8px 5px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 15px;
  }

  nav .nav-menu span {
    height: 2px;
    width: 25px;
    display: block;
    background: #CCC;
    border-radius: 10px;
  }

  nav .nav-menu span+span {
    margin-top: 6px;
  }
}

nav .open {
  left: 0%;
  overflow: auto;
  box-shadow: 2px 0px 8px #ccc;
  -webkit-transition: 1s;
  transition: 1s;
}

.container-fluid {
  width: 100%;
  padding-bottom: 10px;
}

.carect {
  position: relative;
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-bottom: 2px;
  border-top: 6px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-radius: 10px;
  display: inline-block;
}

/* 隐藏数字框进步器 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width:970px) {
  nav {
    height: 60px;
    justify-content: space-between;
  }

  .nav-logo {
    margin-left: 20px;
  }
}

.editionCenter {
  max-width: 1920px;
  margin: 0 auto;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 登录后样式 */
.login-state-hover .account {
  padding: 15px 0;
  height: 126px;
}

@media (min-width:970px) {
  .account {
    position: absolute;
    top: 32px;
    left: 0;
  }
}

.account {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding: 0;
  text-align: center;
  line-height: 32px;

  background-color: #fff;
  transition: all 0.8s;
  /* box-shadow: 0 2px 10px rgb(0 0 0 / 15%); */
}

/* .account::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgb(0 0 0 / 15%);
} */

.account div a:hover {
  color: #B58615;
}


/* 警告弹窗 */
.warning-popup {
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  z-index: 3;
}

@media (max-width:768px) {
  .banner {
    width: 100%;
    /* display: flex;
    align-items: center; */
    overflow: hidden;
  }

  .banner img {
    display: block;
    width: auto;
    height: 200px;
    margin: 0 auto;
  }

  .warning-popup {
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -40%;
    width: 80%;
    z-index: 3;
  }
}

/* 引导关注公众号样式 */

.guide-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .68);
  display: flex;
  align-items: center;
}

.guide-title {
  width: 65%;
  font-size: 16px;
  text-align: center;
}

.guide-flex{
  height: 90%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}

.guide-con {
  width: 500px;
  height: 60%;
  position: relative;
  margin: 0 auto;
  background: #fff;
  padding: 40px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  
}

.guide-icon img {
  margin: 10px 98px;
  transform: rotate(90deg);
  width: 90px;
}

.guide-qcode-img img {
  width: 280px;
  height: auto;
  margin: 0 auto;

}

.guide-close {
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 5px;
  right: 5px;
}

@media (max-width:600px) {
  .guide-con {
    width: 80vw;
    height: 70vh;
  }

  .guide-qcode {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .guide-qcode-img img {
    width: 60%;
    margin: 0 20%;

  }

  .guide-icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

}

/*# sourceMappingURL=zd-1.0.css.map */