/*nav*/
.nav {
  height: 90px;
  line-height: 90px;
  background-color: #fff;
}

.logo {
  float: left;
  margin-top: 16px;
  margin-right: 145px;
}

.nav li {
  float: left;
  margin-right: 28px;
}

.nav li.active a, .nav li a:hover {
  color: #58af9f;
}

.btn {
  float: left;
  width: 120px;
  height: 26px;
  border: 1px solid #58af9f;
  margin-top: 30px;
  line-height: 26px;
  text-align: center;
  color: #58af9f;
  transition: background-color .5s ease;
  border-radius: 40px;
}

.btn:hover {
  background-color: #58af9f;
  color: #fff;
}

.login {
  width: 68px;
  margin: 30px 20px 0 12px;
}

/*nav*/
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 530px;
  margin-bottom: 84px;
  background-color: #059d96;
}

.bd li {
  width: ;
}

.msg {
  float: left;
  margin-top: 130px;
  color: #fff;
}

.txt01 {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 4px;
}

.txt02 {
  font-size: 46px;
  color: #f8e370;
  letter-spacing: 6px;
}

.txt03 {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-top: 4px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-size: 24px;
}

.txt04 {
  letter-spacing: 10px;
  font-size: 24px;
  text-align: center;
}

.download {
  float: left;
  width: 180px;
  height: 48px;
  margin-top: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 20px;
  border-radius: 40px;
  background-color: #f8e370;
  transition: opacity .5s ease;
}

.download:hover, .now:hover {
  opacity: .95;
}

.download img {
  display: inline-block;
  margin: 6px 12px 0 18px;
}

.ios {
  margin-left: 20px;
}

.ios img {
  margin-top: 8px;
}

.banner_img {
  float: right;
  margin-top: 80px;
}

.banner_img02 {
  float: left;
  margin: 80px 90px 0 80px;
}

.banner .hd {
  position: absolute;
  bottom: 16px;
  width: 100%;
  z-index: 1;
}

.banner .hd ul {
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  margin-right: 10px;
}

.banner .hd li {
  width: 40px;
  height: 4px;
  background: #fff;
  cursor: pointer;
}

.banner .hd li.on {
  background-color: #f4e176;
}

.txt_news {
  font-size: 24px;
  line-height: 38px;
}

.code {
  margin-top: 50px;
}

.code img {
  width: 100px;
  height: 100px;
  border: 1px solid #9cd8d5;
  margin-right: 22px;
}

.code p {
  float: left;
  margin-top: 10px;
  font-size: 24px;
}

/*banner*/
/*download*/
.tips {
  margin-bottom: 40px;
  font-size: 20px;
}

.tips.active {
  margin-top: 60px;
}

.downList li {
  margin-bottom: 34px;
}

.icon {
  float: left;
  margin-right: 25px;
}

.icon05 {
  margin-right: 36px;
}

.icon02, .icon07 {
  margin-right: 24px;
}

.msg_Wrap {
  float: left;
  width: 190px;
  margin-top: 10px;
}

.name {
  margin-bottom: 4px;
  font-size: 24px;
}

.info {
  font-size: 12px;
  color: #959595;
}

.now {
  float: left;
  width: 160px;
  height: 45px;
  margin-top: 20px;
  margin-left: 46px;
  background-color: #58af9f;
  line-height: 45px;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  transition: opacity .5s ease;
}

.now img {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
}

/*download*/
/*footer*/
.footer {
  height: 40px;
  margin-top: 45px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  background-color: #3eb099;
  text-align: center;
}
