* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wx-100 {
  max-width: 100%;
}

.clearfix::after {
  display: table;
  content: " ";
  clear: both;
}

.hide {
  display: none;
}

.text-center {
  text-align: center;
}

.top {
  max-width: 1170px;
  margin: 0 auto;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  background: #fff;
}

.top-btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #555;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.top-btn:hover {
  background: rgba(11, 176, 246, 0.1);
  color: #333;
}

.erweiCode {
  display: none;
  width: 195px;
  min-height: 265px;
  background-color: #fff;
  border: 4px solid #f8b716;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  z-index: 999;
  line-height: normal;
  top: 40px;
  right: 0;
  box-sizing: border-box;
}

.erweiCode h3 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 18px;
  margin-bottom: 10px;
}

.erweiCode p {
  color: #0bb0f6;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.top-btn:hover .erweiCode {
  display: block;
}

.bg-gray {
  background: #f9f9f9;
}


#container {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

#inner-list {
  width: 25500px;
  position: absolute;
  top: 0;
  left: 0;
}

#inner-list li {
  float: left;
  list-style: none;
  height: 400px;
  overflow: hidden;
}

#inner-list li img {
  max-width: 100%;
}

#dot-list {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#dot-list li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  background: rgba(0, 0, 0, .3);
  cursor: pointer;
  margin-right: 10px;
  color: #eee;
}

#dot-list li.cur {
  background: rgba(255, 255, 255, .6);
  color: #555;
}

.btn-ctrl {
  position: absolute;
  cursor: pointer;
  top: 50%;
  font-weight: 500;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  background: #666;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
  margin-top: -30px;
}

#btn-prev {
  left: -100px;
}

#btn-next {
  right: -100px;
}

.btn-ctrl:hover {
  background: #0bb0f6;
  opacity: 1;
}

#container:hover #btn-prev {
  left: 40px;
}

#container:hover #btn-next {
  right: 40px;
}


.copyright {
  padding: 30px 0;
}

.copyright p {
  color: #555;
  font-size: 14px;
  margin-bottom: 10px;
}

.copyright a {
  text-decoration: none;
  color: #555;
  font-size: 14px;
  margin-left: 20px;
}


.toTop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #eee;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), inset 0 -1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 0 #fff;
  cursor: pointer;
}

.toTop:hover {
  background-color: #f8f8f8;
}

.toTop img {
  width: 20px;
  margin-top: 10px;
}

.device-warp {
  color: #777;
  font-size: 12px;
  margin-top: 10px;
}

.device-copy {
  cursor: pointer;
  margin-left: 10px;
  color: #888;
  position: relative;
}

.top-info {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  border-bottom: 1px #f2f2f2 solid;
  color: #EA3425;
  font-size: 14px;
  font-weight: 500;
}

.agreement{
  font-size: 12px;
  color: #409EFF;
  cursor: pointer;
}

.top-info img {
  vertical-align: middle;
  margin-right: 10px;
}

.login-btn {
  width: 110px;
  height: 40px;
  background: rgba(11, 176, 246, 1);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
}

.login-btn:hover {
  background: rgba(11, 176, 246, 0.9);
}

.swiper-container {
  height: 500px;
}

.swiper-container .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-center {
  margin: 0 auto;
}

.toBannerLink {
  display: block;
  width: 100%;
  height: 100%;
}

.page-1 {
  height: 600px;
  background-image: url("./images/page-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-2 {
  background-image: url("./images/page-2-bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  text-align: center;
  padding: 60px;
}

.page-2 img, .page-3 img, .page-4 img, .page-5 img, .page-6 img, .page-7 img {
  max-width: 1000px;
}

.page-3 {
  text-align: center;
  padding-bottom: 60px;
}

.page-4 {
  background-color: #F9FEFF;
  text-align: center;
  padding: 100px;
}

.page-5 {
  text-align: center;
  padding-top: 60px;
}

.page-6 {
  text-align: center;
  padding: 60px;
  background-color: #F9FEFF;
}

.page-7 {
  text-align: center;
  padding: 100px 0 60px 0;
}

.page-8 {
  text-align: center;
  padding: 100px;
  background-color: #F9FEFF;
}

.page-9 {
  text-align: center;
  padding: 100px;
  background-color: #F9F9F9;
}