.wrap {
  width: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header {
  height: 90px;
  line-height: 90px;
  display: flex;
  justify-content: space-between;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header img {
  margin-left: 100px;
  width: 60px;
  display: inline-block;
}

.header .tz {
  font-size: 40px;
  color: #390c69;
  font-family: cursive;
  font-weight: bold;
}

.header ul {
  float: right;
}

.header ul li {
  float: left;
  width: 80px;
  color: #333;
  font-size: 16px;
}

.header .btns {
  float: right;
  margin-left: 50px;
}

a.btn {
  display: inline-block;
  border: 1px solid #3da8ee;
  border-radius: 2px;
  cursor: pointer;
  color: #008de8;
  font-size: 14px;
  padding: 3px 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.btn:hover,
a.acitve {
  color: #fff;
  border-color: #008de8;
  background-color: #008de8;
}

.banner {
  background: url(/images/www/tz/index_bg.png) center center no-repeat;
  background-size: cover;
  height: 699px;
  position: relative;
}

.banner .iphone {
  background: url(/images/www/tz/index-iphone.png) center center no-repeat;
  width: 418px;
  height: 792px;
  position: absolute;
  left: 50px;
  top: 55px;
  z-index: 9;
}

.banner .sqlm {
  background: url(/images/www/tz/index-sqlm.png) center center no-repeat;
  width: 593px;
  height: 223px;
  position: absolute;
  left: 550px;
  top: 150px;
}

.banner .link {
  position: absolute;
  left: 430px;
  top: 450px;
  width: 480px;
  height: 200px;
}

.banner .bg12 {
  position: absolute;
  left: 0;
  top: 90px;
  width: 150px;
  height: 62px;
  border-radius: 20px;
  cursor: pointer;
  background: url(/images/www/index/android_btn.png) no-repeat;
  background-size: 100%;
}

.banner .bg12 a {
  display: block;
  text-indent: -999em;
  height: 100%;
}

.banner .bg13 {
  top: 0;
  background-image: url(/images/www/index/iphone_btn.png);
}

.i-qrcode {
  position: absolute;
  right: 20px;
  top: -10px;
  background: #fff;
  padding: 10px;
}

.i-qrcode img {
  display: block;
  width: 150px;
  height: 150px;
}

.module {
  background: url(/images/www/index/module_bg1.png) no-repeat;
  background-size: cover;
  height: 636px;
  position: relative;
  overflow: hidden;
}

.module .inner {
  height: 100%;
}

.module .inner img {
  display: block;
}

.module.dark {
  background-image: url(/images/www/index/module_bg.png);
}

.module .txt1 {
  position: absolute;
  left: 0;
  top: 190px;
}

.module .pic1 {
  position: absolute;
  right: 0;
  top: 170px;
}

.module .txt2 {
  position: absolute;
  right: 0;
  top: 180px;
}

.module .pic2 {
  position: absolute;
  left: 0;
  top: 70px;
}

.module .txt3 {
  position: absolute;
  left: 0;
  top: 190px;
}

.module .pic3 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.module .txt4 {
  position: absolute;
  right: 0;
  top: 190px;
}

.module .pic4 {
  position: absolute;
  left: 0;
  top: 50px;
}

.footer {
  background: #1A1A1A url(/images/www/index/footer1.png) repeat-x top center;
  padding: 50px 0 20px;
  color: #fff;
}

.footer .footer-ft {
  color: #666;
  padding: 20px 0;
  font-size: 14px;
  border-top: 1px solid #464646;
}

.footer .footer-nav {
  float: left;
}

.footer .footer-nav li {
  float: left;
  margin-right: 20px;
}

.footer .footer-ft a {
  color: #666;
}

.footer .footer-copyright {
  float: right;
}

.footer .footer-copyright a {
  color: #9e9e9e;
}

.footer .footer-copyright>span {
  margin-right: 5px;
}

.footer .footer-bd {
  padding-bottom: 20px;
}

.row {
  overflow: hidden;
  height: 75px;
}

.row .col-1 {
  width: 25%;
  float: left;
}

.row .col-3 {
  width: 75%;
  float: left;
}

.row .col-4 {
  width: 100%;
  float: left;
}


.footer .footer-logo {
  display: block;
  width: 155px;
  height: 85px;
  background-image: url(/images/www/index/footer_logo.png);
  background-image: -webkit-image-set(url(/images/www/index/footer_logo.png) 1x, url(/images/www/index/footer_logo.png) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer5 {
  float: right;
  width: 200px;
}

.footer6 {
  float: left;
}

.footer7 {
  float: left;
  margin-left: 7%;
  color: #9c9c9c;
  font-size: 12px;
}

.footer7 h2 {
  margin-top: 5px;
}

.scancode {
  width: 75px;
  height: 75px;
  display: block;
}

@media screen and (min-width:1200px) {
  .inner {
    width: 1200px;
  }
}

@media screen and (max-width:1199px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:1100px) {
  .banner .sqlm {
    left: 450px;
  }

  .banner .link {
    left: 500px;
    width: 380px;
  }
}