@charset "utf-8";

/* banner */
.g-carousel {
  position: relative;
  margin: 0 auto;
  min-width: 1200px;
  overflow: hidden;
}
.g-carousel .g-carousel-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}
.g-carousel .g-carousel-content .g-carousel-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
.g-carousel .g-carousel-content .g-carousel-item.s-carousel-item {
  margin: 0 auto;
  text-align: center;
}
.g-carousel .g-carousel-content .g-carousel-item.s-carousel-item img {
  height: 280px;
}
.banner-content{
  display: inline-block;
  position: absolute;
  left: 360px;
  top: 100px;
  height: 120px;
  line-height: 1;
  text-align: left;
  color: #fff;
}
.banner-content .title{
  font-size: 40px;
  font-weight: 300;
  color: #32dbdb;
}
.banner-content .desc{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 300;
}
/* 注册瑞鲨 */
.color-right{color: #00cc00}
.color-warn{color: #fe5600}
.color-reg{color: #42a4ff;}
.about .main{
  background: inherit;
  height: 100%;
}
.about .ititle{
  font-size: 40px;
  color: #333;
}
.about .content{
  margin: 40px auto 60px;
  width: 321px;
  line-height: 34px;
  font-size: 14px;
  color: #666;
}
.user-form{
  margin-top: 22px;
}
.user-form .form-group{
  position: relative;
  margin-bottom: 12px;
  font-size: 0;
}
.user-form .form-group .tip-msg{
  display: none;
  position: absolute;
  left: 339px;
  top: 5px;
  width: 200px;
  font-size: 12px;
}
.user-form .form-group .tip-msg.active{display: block;}
.user-form .form-group .icon{
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../img/reg-icon-all.png);
}
.user-form .form-group .icon-right{background-position: -336px -111px;}
.user-form .form-group .icon-err{background-position: -336px -80px;}
.user-form .form-group input{
  display: inline-block;
  position: relative;
  width: 321px;
  height: 45px;
  line-height: 45px;
  text-indent: 45px;
  font-size: 14px;
  color: #333;
  border: none;
  background: url(../img/reg-icon-all.png) no-repeat;
}
.user-form .form-group input::-webkit-input-placeholder{
  color: #ccc;
}
.user-form .form-group:nth-of-type(1) input{
  background-position: 0 -120px;
}
.user-form .form-group:nth-of-type(1) input:focus,.user-form .form-group:nth-of-type(1) input:focus.active{
  background-position: -480px -120px;
}
.user-form .form-group:nth-of-type(2) input{
  background-position: 0 -230px;
}
.user-form .form-group:nth-of-type(2) input:focus,.user-form .form-group:nth-of-type(2) input:focus.active{
  background-position: -480px -230px;
}
.user-form .form-submit{margin-top: 32px;}
.user-form .form-submit .btn-reg{
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #42a4ff;
  border-radius: 5px;
}
.user-form .form-submit .btn-reg:hover{background-color: #2e8de6;}
.about .content .account-tip{
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
