@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1462933907_4749696.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1462933907_4749696.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1462933907_4749696.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1462933907_4749696.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1462933907_4749696.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{
  font-family:"iconfont";
  font-size:16px;font-style:normal;
  color: #999;
}

/*common*/
.download-text{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

/*header*/
.header{
  height: 64px;
  width: 100%;
  background-color: #fff;
}

.header-inner{
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}

.logo-left{
  margin-top: 13px;
  float: left;
}
.header--logo {
  display: inline-block;
  width: 187px;
  height: 44px;
}

.header--logo h1{
  width: 100%;
  height: 100%;
  background: url(http://static.xitaoinfo.com/v4/hlm_logo_small.png) center no-repeat;
  /*background-size: contain;*/
}

.header--logo:hover {
  text-decoration: none;
}

.header--logo .iconfont {
  color: #fd7284;
  font-size: 60px;
  line-height: 50px;
}

.headre--dl {
  float: left;
  position: relative;
  top: 22px;
  left: 50px;
  font-size: 18px;
  color: #666666;
}

.headre--dl:hover {
  text-decoration: none;
  color: #ff7385;
}

.headre--dl:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 2px;
  height: 28px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}

.logo-right{
  margin-top: 9px;
  height: 72px;
  width: 72px;
  float: right;
}

.head-back{
  float: right;
  display: block;
  width: 120px;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 16px;
  color: #666666;
  line-height: 63px;
  text-align: center;
}

.head-back:hover{
  text-decoration: none;
  color: #ff7385;
}

/*content*/
.content{
  height: 660px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav_title{
  height: 30px;
  width:1200px;
  position:absolute;
  top: 0;
  left: 50%;
  margin-left: -493px;
  z-index: 2;
}
.nav_title a{
  color:#ffffff;
}
.nav_title span{
  color:#ffffff;
}

.nav_title a{
  font-size: 16px;
}
.nav_title h1,
.nav_title h2,
.nav_title h3,
.nav_title h4{
  color: #fff;
  display: inline;
  font-size: 16px;
}
.content-bg{
  background: url('../img/appDownloadPc/banner.jpg') no-repeat center;
  position: absolute;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  left: 50%;
  top: 0;
}

.content-inner{
  width: 840px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -420px;
  margin-top: -250px;
}

.swiper{
  overflow: hidden;
  height: 100%;
  width: 230px;
  float: left;
  position: relative;
}

.iphone-frame{
  width: 222px;
  height: 466px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../img/appDownloadPc/iphone_frame.png") no-repeat center;
}

.swiper-container{
  z-index: 2;
  position: absolute;
  width: 192px;
  height: 340px;
  top: 64px;
  left: 16px;
}

.swiper-slide{
  width: 222px;

}

.swiper-slide img{
  position: relative;
  left: -1px;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 8px;
  margin: 10px 5px 0 5px;
  opacity: 0.6;
  background-color: #fff;
  cursor: pointer;
}
.swiper-active-switch {
  opacity: 1;
}

.content-right{
  right: 0;
  height: 100%;
  width: 440px;
  position: absolute;
  padding-top: 40px;
}

.banner-text{
  display: block;
  width: 478px;
  height: 224px;
}

.content-link-wrapper{
  position: absolute;
  margin-top: 40px;

}

.download-link{
  display: block;
  margin-bottom: 10px;
  width: 140px;
  height: 40px;
  border:1px solid #fff;
  color: #ffffff;
  font-size: 18px;
  line-height: 40px;
  padding-left: 60px;
  border-radius: 5px;
}

.download-link:hover{
  text-decoration: none;
}

.ios-link{
  background: url("../img/appDownloadPc/icon_ios.png") no-repeat 15% center;
}

.android-link{
  background: url("../img/appDownloadPc/icon_android.png") no-repeat 15% center;
}

.qr-wrapper{
  width: 130px;
  height: 160px;
  position: absolute;
  right: 50px;
  bottom: 130px;
}

.qr-img{
  border:5px solid #fff;
}




/*footer*/
.footer{
  height: 330px;
  width: 100%;
  position: relative;
}

.download-intro {
  background: url('http://static.xitaoinfo.com/v4/download_intro.png') no-repeat center;
  position: absolute;
  width: 1203px;
  height: 250px;
  left: 50%;
  top: -50px;
  margin-left: -601px;
}

.download-intro-link{
  width: 222px;
  height: 222px;
  display: block;
  float: left;
  padding: 9px;
}

.copyright{
  position: absolute;
  bottom: 20px;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 1.4;
}

/*baidu*/
#cnzz_stat_icon_1253900766{
  display: none;
}

