.float-l {
  float: left;
}

.float-r {
  float: right;
}

.float-c {
  clear: both;
}

.page-container {
  position: relative;
}

.header-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: #030d54;
  opacity: 0.9;
}

.header-wrapper.bgc-whiter {
  background-color: #fff;
  opacity: 1;
}

.handlian-nav-wrap {
  width: 1200px;
  margin: 0 auto;
  border-bottom: none;
}

.handlian-nav .nav-item {
  position: relative;
  margin: 0 60px;
  padding: 0;
  height: 60px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

.header-wrapper .n-link {
  color: #fff;
}

.header-wrapper .n-link:visited {
  color: #fff;
}

.header-wrapper.bgc-whiter .n-link {
  color: #000;
}

.nav-logo {
  margin: 8px auto;
  vertical-align: middle;
}

.handlian-nav .active {
  color: #0071ff;
}

.handlian-nav .active:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  top: 57px;
  width: 40px;
  height: 3px;
  background: #0071ff;
}

.page-content-wrapper {
  padding-top: 60px;
  min-height: 735px;
}

.bg-image-container {
  height: 860px;
  background-repeat: no-repeat;
  background-image: url("../image/cl_index_bg_pic_3.png");
}

.tagline-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
}

.motto-wrap {
  width: 682px;
}

.motto-wrap .m-item {
  width: 575px;
  height: 116px;
  background-repeat: no-repeat;
}

.motto-first {
  background-image: url("../image/cl_motto_1.png");
}

.motto-second {
  margin-top: 15px;
  background-image: url("../image/cl_motto_2.png");
}

.introduce-wrapper {
  width: 775px;
  margin-top: 40px;
}

.introduce-text-container {
  padding-top: 85px;
  color: #fff;
}

.introduce-text {
  width: 770px;
  font-size: 18px;
  line-height: 36px;
  text-indent: 47px;
  text-align: justify;
  letter-spacing: 5px;
}

.phone-img-wraper {
  position: relative;
  width: 350px;
  height: 700px;
  background-repeat: no-repeat;
  background-image: url("../image/cl_index_phone.png");
}

.link-download-btn {
  position: absolute;
  bottom: 80px;
  left: 55px;
  display: block;
  width: 218px;
  padding: 12px 10px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 4px;
  border: 1px solid #fff;
  border-radius: 122px;
  background-repeat: no-repeat;
  background-position: 42px 7px;
  background-image: url("../image/cl_download_1.png");
}

.dl-btn-text {
  margin-left: 80px;
}

.link-download-btn:hover {
  color: #ffa800;
  border-color: #ffa800;
  background-image: url("../image/cl_download_2.png");
}

.cl-feature-wrapper {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}

.feature-item {
  margin-top: 100px;
}

.feature-title {
  height: 45px;
  font-weight: 400;
  font-size: 48px;
  line-height: 45px;
}

.feature-extra {
  height: 27px;
  margin-top: 41px;
  font-weight: 400;
  font-size: 28px;
  line-height: 27px;
  color: #808080;
}

.feature-image {
  margin: 45px 0;
}

.app-image {
  width: 280px;
  height: 500px;
  margin: 0 4px;
  transition: all 0.4s;
}

.app-image:hover {
  transform: scale(1.1);
  box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.05);
}

.download-app-wrapper {
  width: 520px;
  height: 260px;
  margin: 100px auto 165px auto;
  text-align: center;
}

.image-container {
  width: 200px;
  height: 200px;
  margin: 0 30px;
  transition: all 0.4s;
  background-color: #fff;
}

.android-img {
  float: left;
}

.qrcode-img {
  float: right;
}

.image-container:hover {
  transform: scale(1.1);
  box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.05);
}

.weixin-qrcode {
  width: 145px;
  margin-top: 8px;
}

.weixin-text-wrap {
  position: relative;
  top: -5px;
  font-size: 14px;
  line-height: 20px;
}

.android-text-wrap {
  position: relative;
  top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.android-qrcode {
  width: 125px;
  margin-top: 17px;
}

.footer-container {
  padding: 18px 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 12px;
  background-color: #1a70db;
}

.slice-line {
  margin: 0 30px;
}

.foot-item a {
  color: #fff;
}

.foot-item img {
  vertical-align: middle;
}

.suggest-form-wrapper {
  text-align: left;
}

.tip-container-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
}

.tip-container-box.is-modern-brs {
  display: none;
}

.tip-container {
  width: 550px;
  position: absolute;
  top: 55%;
  left: 50%;
  padding: 25px 10px;
  border-radius: 2px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.tip-text {
  margin: 16px 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.browser-item {
  display: inline-block;
  margin: 0 20px;
}

.browser-item .img-wrap {
  display: inline-block;
  vertical-align: middle;
}

.chrome-browser-img {
  width: 36px;
  height: 36px;
}

.firefox-browser-img {
  width: 45px;
  height: 45px;
}

.browser-item .link-wrap {
  display: inline-block;
}

.link-text {
  color: #1a70db;
}
