@charset "utf-8";
/* reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, i{margin:0;padding:0;box-sizing:border-box;}
fieldset, img{border:0;}
body {
  color: #333;
  width: 100%;
  overflow-x: hidden;
  background-color: #fbf9fe;
  position: relative;
  font-size: 0px;
}
input[type="button"]{-webkit-appearance:none;}
input[type="submit"]{-webkit-appearance:none;}
input[type="text"]{-webkit-appearance:none;}
input[type="search"]{-webkit-appearance:none;}

a{cursor:pointer;}
a:active, a:hover, a:focus{text-decoration:none;outline:none;}
a:link, :visited{text-decoration:none;}
:focus{outline:0;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
texearea{resize:none;}
.fl{float: left;}
.fr{float: right;}
.dn{display: none;}

/* 页面主体 */
.bigImg{width: 100%;height: auto;}
.content{position: relative;width:949px;margin: 0 auto;}
.imgContent{position: absolute;top: 0px;bottom: 0px;width: 949px;left: 50%;margin-left: -474.5px;}
.box{position: relative;height: auto;}
.signBtn{position: absolute;width: 205px;height: 80px;top: 50%;margin-top: -40px;right: -205px;display: inline-block;}
.signBtn img{width: 100%;height: 100%;}
.fixedBox{
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 270px;
  z-index: 22;
}
.fixedLink{
  display: inline-block;
}
.fixedLink img{
  width: 100%;
  height: auto;
}
.fold{
  display: inline-block;
  width: 270px;
  height: 61px;
  text-align: center;
  line-height: 46px;
  background:url(../img/f8.png) no-repeat;
  font-size: 20px;
  color: #699eff;
}
.fold:hover{
  color: #fff;
}
.signBox{
  position: absolute;
  top: 48%;
  right:2%;
  width:29%;
  margin:0 auto;
  z-index: 20;
}
.signLi{
  position: relative;
  margin-top: 10px;
}
.signLb{
  width: 60px;
  text-align: justify;
  font-size: 14px;
  color: #000;
  display: inline-block;
  text-align: left;
}
.singnInput{
  margin-left: 25px;
  width: 55%;
  background-color: #fff;
  border:1px solid #95cbf5;
  padding: 5px 10px;
}
.submitBtn{
  display: inline-block;
  margin:0 auto;
  margin-top: 20px;
}
.submitBtn img{
  width:100%;
  height: auto;
}
.layui-layer-btn .layui-layer-btn0{
  font-size: 14px;
}
