#fp-nav ul li a span, .fp-slidesNav ul li a span{
  width: 8px;
  height: 8px;
  border: 1px solid #25B864;
  background: rgba(0, 0, 0, 0);
  margin: -4px 0 0 -4px;
  transition: all 0.3s;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
  background: #25B864;
}

#fp-nav ul li a.nav-color span, .fp-slidesNav ul li a.nav-color span{
  border-color: white;
}
#fp-nav ul li a.nav-color.active span, #fp-nav ul li:hover a.nav-color.active span, .fp-slidesNav ul li a.nav-color.active span, .fp-slidesNav ul li:hover a.nav-color.active span{
  background: white;
}
.section{
  min-width: 1200px;
}

.head-wrapper{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 999;
}
.head{
  width: 1200px;
  height: 64px;
  /*position: absolute;*/
  /*left: calc(50% - 1200px / 2);*/
  text-align: left;
  position: relative;
  display: inline-block;
}
.head .email{
  position: absolute;
  top: 20px;
  right: 0;
  color: white;
  font-size: 16px;
}
.head .email > img{
  position: relative;
  top: 3px;
  margin-right: 6px;
  width: 20px;
  height: 17px;
}
.head .email > .email-show-wrapper{
  color: #25B864;
  border: 1px solid #25B864;
  width: 145px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 34px;
  display: none;
}
.head .email:hover .email-show-wrapper{
  display: block;
}
.head .logo{
  margin: 17px;
  width: 120px;
  height: 30px;
}

.submit-success{
  width: 444px;
  height: 108px;
  position: fixed;
  left: calc(50% - 444px / 2);
  top: calc(50% - 108px / 2);
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  display: none;
}
.submit-success .submit-success-icon{
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 16px;
}
.submit-success .submit-success-title{
  padding-top: 16px;
  padding-left: 24px;
  color: #333333;
  font-size: 16px;
  height: 24px;
  /*box-sizing: border-box;*/
}
.submit-success .submit-success-content{
  color: #666666;
  font-size: 14px;
  padding-left: 64px;
  padding-right: 32px;
  line-height: 22px;
  margin-top: 8px;
}
.submit-error{
  /*width: 250px;*/
  height: 40px;
  position: fixed;
  top: 84px;
  left: calc(50%);
  transform: translateX(-50%);
  background-color: white;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  display: none;
}
.submit-error .submit-error-icon{
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.submit-error .submit-error-content{
  color: #666666;
  font-size: 14px;
}