@charset "UTF-8";
/*
 *@Name{download css}
 *@Date{2020-07-02 17:26:00}
 *@Author{Lisn}
 *@Version{1.0.0}
 */
.download{
  position: relative;
  width: 100%;
  height: 710px;
  min-width: 1200px;
  background: url("../images/download-bc.png") no-repeat center #fff;
}
.download .wrapper{
  /*height: 744px;*/
  padding: 126px 0 0 60px;
  box-sizing: border-box;
}
.download .title{
  height: 96px;
  margin-bottom: 30px;
  /* padding-left: 116px; */
  font-weight: normal;
  font-size: 48px;
  line-height: 96px;
  color: #000;
  /* background: url("../images/app-icon.png") no-repeat left; */
}
.download .app-info{
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.download .load-entry{
  height: 148px;
}
.download .load-btn{
  margin-right: 30px;
}
.download .load-btn .btn{
  display: block;
  width: 260px;
  height: 64px;
  padding-left: 22px;
  font-weight: normal;
  font-size: 22px;
  line-height: 64px;
  color: #fff;
  text-align: center;
  transition: all .3s ease;
  box-sizing: border-box;
}
.download .load-btn .ios{
  background: url("../images/ios-icon.png") no-repeat left;
  background-color: #4dcca0;
  background-position: 40px;
}
.download .load-btn .android{
  margin-bottom: 20px;
  background: url("../images/android-icon.png") no-repeat left;
  background-color: #3799ff;
  background-position: 40px;
}
.download .load-btn .ios:hover{
  background-color: #48bc85;
}

.download .load-btn .android:hover{
  background-color: #3289e4;
}

.download .load-qrcode{
  position: relative;
  width: 260px;
  height: 148px;
}
.download .load-qrcode img{
  width: 148px;
  height: 148px;
}
.download .load-qrcode .qr-tip{
  display: block;
  position: absolute;
  left: 160px;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

  /*entry-footer start*/
.entry-footer{
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
.entry-footer p{
  font-size: 12px;
  line-height: 28px;
  color: #9698a3;
  text-align: center;
}
.entry-footer p .mid{
  margin: 0 10px;
}
.entry-footer p .police-icon{
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: -3px 6px 0 0;
  background: url("../images/police-icon.png") no-repeat center;
  vertical-align: middle;
}
.entry-footer .address{
  margin-bottom: 24px;
}
.entry-footer .sites img{
  display: inline-block;
}
.entry-footer .sites img:first-child{
  margin-right: 20px;
}
/*entry-footer end*/
.entry-footer  ul li {
  float: left;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
}
.entry-footer .fri-links {
	color: #9698a3;
    border-bottom: 1px solid #d7d7d7;
}
.entry-footer .fri-links .links-tag {
    width: 72px;
    height: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    background-color: #a2a4a6;
}
.entry-footer .foot-nav {
    border-bottom: 1px solid #d7d7d7;
}
.entry-footer .wrapper ul {
    width: 566px;
    height: 43px;
    margin: 0 auto;
    padding-top: 20px;
}

.entry-footer ul li:last-child {
  margin-right: 0;
}