
/*预约成功弹出层*/
.uploader-popup {
  display: none;
  position: fixed;
  top: 92px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(40, 50, 133, 0.9);
  text-align: center;
  z-index: 100;
}
.uploader-popup img {
  position: absolute;
  width: 260px;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.uploader-popup .closeuploader {
  position: absolute;
  bottom: 10%;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  font-size: 20px;
  color: white;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.uploader-popup .closeuploader:hover {
  background-color: white;
  color: #333;
}

/*绝对底部*/
.fixedfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: rgba(50, 39, 34, .9);
  z-index: 98;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.fixedfooter h2 {
  display: none;
}
.fixedfooter .fixed-foot-inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.fixedfooter .fixed-foot-inner img {
  margin-top: 0px;
  /*height:80px;*/
}
.fixedfooter .fixed-foot-inner form {
  position: absolute;
  bottom: 10px;
  right: 25px;
  width:380px;
}
.fixedfooter .fixed-foot-inner form input {
  font-size: 14px;
  padding: 5px 12px;
  width: 115px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
}
.fixedfooter .fixed-foot-inner form select {
  width: 115px;
  padding: 5px 12px;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top:10px;
}
.fixedfooter .fixed-foot-inner form .uploader-form {
  border: 0;
  outline: 0;
  background: url(../images/ok-btn.png) no-repeat center / 100%;
  width:116px;
  height: 31px;
  font-size:0;
  vertical-align: top;
}
.fixedfooter .fixed-foot-inner .close-footerform {
  float: right;
  background: url(../images/closefooter.png) no-repeat center / 20px;
  width: 20px;
  height: 20px;
  font-size: 0;
  margin-top: 15px;
}
.fixedfooter.off {
  width: 200px;
  bottom: 20px;
  height: 170px;
  background:none;
}
.fixedfooter.off .fixed-foot-inner {
  display: none;
}

.fixedfooter.off h2 {
  display: block;
  font-size: 0;
  color: white;
  font-weight: 600;
  line-height: 170px;
  padding: 0 22px;
  cursor: pointer;
  background:url(../images/off-bg.png) no-repeat center / 100%;
}
.news-banner .swiper-button-prev{
	left:80px;
}

.news-banner .swiper-button-next{
	right:80px;
}