/* ---------------------------common------------------------ */
html,
body{
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.banner .banner-info{
  text-align: center;
  margin: 0 auto;
}
#qrcode-zixun-wrapper{
  display: none;
}
.banner .banner-info > p{
  font-size: 12px;
}
.navbar-header-inner .yd-btn-small-box{
  display: none;
}
.navbar-header-inner{
  padding: 0 15px;
  padding-right: 0;
  position: relative;
  background: #2c2eb9;
}
.container > .navbar-header{
  margin: 0;
}
.navbar-header-inner .jqb_header-right{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all .4s;
  -webkit-transition: all .4s;
  opacity: 0;
}
.navbar-header-inner .jqb_header-right.show{
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.navbar-menu {
  display: flex;
  height: 100%;
  width: 80px;
  justify-content: center;
  align-items: center;
}
.navbar-menu > span{
  display: block;
  background: url('https://zuizan.oss-cn-hangzhou.aliyuncs.com/uploads/ueditor/21/20181221/9a0e54214b3a0a10e6a9155ebbd01177.png') no-repeat;
  background-size: 100%;
  width: 35px;
  height: 35px;
}
.banner{
  padding: 120px 0 33px;
}
.navbar-header-inner .navbar-links{
  flex-direction: column;
  align-items: flex-start;
}
.navbar-header-inner .navbar-links a.navbar-link{
  padding-left: 20px;
  line-height: 40px;
}
.navbar-header-inner .navbar-links a.navbar-link{
  padding-left: 20px;
  line-height: 40px;
}
.navbar-header-inner .close-menu{
  display: flex;
  width: 60px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.navbar-header-inner .close-menu > span{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('https://zuizan.oss-cn-hangzhou.aliyuncs.com/uploads/ueditor/21/20181221/b69564822dd0fbdf1b77c6b451f6facd.png') no-repeat center center;
  background-size: 100%;
}
.navbar-box-wrapper.index{
  min-height: 370px;
  height: auto;
}
.banner .banner-info > h1{
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 22px;
}
.banner .banner-info > h2{
  font-size: 14px;
}
.banner-wrapper .banner-img{
  display: none;
}
.yd-btn{
  padding: 0 33px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.panel-title{
  font-size: 20px;
  padding: 0 10px;
  line-height: 1.5;
}
.panel-inner{
  padding: 50px 0;
}
.yds-panel-inner h2{
  font-size: 28px;
  padding: 0 10px;
}
.yds-panel-inner h4{
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.5;
}
.container-max{
  width: 100%;
  padding: 0 15px;
}
.footer .sitema-inner{
  width: 100%;
  flex-direction: column;
  padding: 0 20px;
  align-items: flex-start;
  margin-left: 0;
}
.footer .container ul>li{
  flex: 1;
}
.footer .container ul>li:last-child{
  flex: 2;
}
.footer .container>ul{
  width: 100%;
}
.footer .qrcode{
  margin-top: 20px;
  font-size: 14px;
}
.footer .qrcode p{
  margin-top: 10px;
}

.copy-wechat-name{
  position: fixed;
  left: -2px;
  bottom: 10%;
  z-index: 1000;
  display: none;
}
.copy-wechat-name > span{
  display: inline-block;
  padding: 0 10px;
  line-height: 36px;
  background: #da1f29;
  color: #fff000;
  text-align: center;
  font-size: 14px;
  border-radius: 0 14px 14px 0;
}

.show-wechat-copy-mobile{
  display: block;
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  background: #ffffff;
  text-align: center;
  z-index: 9999;
  box-shadow: 1px 1px 4px #cccccc;
}
.show-wechat-copy-mobile .wechat_num{
  color: #2c2eb9;
  font-weight: 500;
}