* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; /* 禁止默认点击背景高亮 */
  -webkit-touchcallout: none; /* 禁止系统默认菜单 */
}

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  color: #333;
  background: #f5f5f5;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
}

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

input, textarea, button {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  font-size: 0.7rem;
}

.maxWidth {
  max-width: 768px;
  margin: 0 auto;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
}

.container {
  max-width: 768px;
  margin: 0 auto;
  /* background: #4C80CE; */
  background: -webkit-linear-gradient(top,#7DB3EF,#4C80CE);
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .container {
    border-left: 1px solid #E3E3E4;
    border-right: 1px solid #E3E3E4;
  }
}



/* download page */
.download {
  position: relative;
}
.download .loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0);
  z-index: 10;
}

.download .loading .loadingImg {
  /*background: url("../images/loading.gif") center;*/
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  width: 2rem;
}

.download .header {
  text-align: center;
}

.download .header img {
  height: 1.7rem;
  margin-top: 1.85rem;
  margin-bottom: 0.8rem;
}

.download .header p {
  font-size: 1rem;
  color: #6669A4;
  line-height: 1.4rem;
}

.download .bg-picture {
  /*position: relative;*/
  background: url(../images/img_download_picture.png) top no-repeat;
  /* background-size: 13.8rem auto; */
  background-size: 100% auto;
  height: 17.7rem;
  text-align: center;
}

.download .bg-login {
  background: #fff;
  position: absolute;
  border-radius: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 17.25rem;
  height: 16.2rem;
}
.download .bg-login .bg-user {
  background: #F5F5F5;
  border-radius: 8px;
  margin-top: 1.2rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-user .icon-user {
  background: url(../images/ico_linvite_link_account.png) center no-repeat;
  background-size: 1rem;
  width: 2.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-user .text-user {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 1.2rem;
  left: 3.4rem;
  right: 1.2rem;
  bottom: 0;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0rem;
  height: 2.2rem;
  /* margin-left: 0.6rem;
  margin-right: -0.6rem; */
}


.download .bg-login .bg-code {
  background: #F5F5F5;
  border-radius: 8px;
  margin-top: 0.6rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-code .icon-code {
  background: url(../images/ico_login_code.png) center no-repeat;
  background-size: 1rem;
  width: 2.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-code .text-num {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 4rem;
  left: 3.4rem;
  right: 1.2rem;
  bottom: 0;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0rem;
  height: 2.2rem;
}

.download .bg-login .bg-code .text-codeBtn {
  background: rgba(255, 255, 255, 0);
  color: #7DB3EF;
  position: absolute;
  border-radius: 8px;
  width: 5rem;
  height: 2.2rem;
  top: 4rem;
  right: 1.2rem;
  bottom: 0;
}


.download .bg-login .bg-password {
  background: #F5F5F5;
  border-radius: 8px;
  margin-top: 0.6rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-password .icon-password {
  background: url(../images/ico_invite_link_password.png) center no-repeat;
  background-size: 1rem;
  width: 2.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-password .text-password {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 6.8rem;
  left: 3.4rem;
  right: 1.2rem;
  bottom: 0;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0rem;
  height: 2.2rem;
  /* margin-left: 0.6rem;
  margin-right: -0.6rem; */
}
.download .bg-login .bg-invite {
  background: rgba(245, 245, 245, 0.5);
  border-radius: 8px;
  margin-top: 0.6rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-invite .icon-code {
  background: url(../images/ico_invite_link_code.png) center no-repeat;
  background-size: 1rem;
  width: 2.2rem;
  height: 2.2rem;
}

.download .bg-login .bg-invite .icon-code-lbl {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 9.6rem;
  left: 3.4rem;
  right: 0rem;
  bottom: 0;
  width: 2.4rem;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0rem;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #999999;
}

.download .bg-login .bg-invite .text-code {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 9.6rem;
  left: 6.2rem;
  right: 1.2rem;
  bottom: 0;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0rem;
  height: 2.2rem;
  color: #999999;
}

.download .bg-login .bg-regist {
  background: -webkit-linear-gradient(left,#32F0AC,#3F5EFB);
  margin-top: 1.4rem;
  margin-left: 3rem;
  width: 11rem;
  height: 2.4rem;
  border-radius: 1.2rem;
  text-align: center;
  line-height: 2.4rem;
}
.download .bg-login .bg-regist a {
  color: #fff;
  font-size: 16px;
  width: 11rem;
  height: 2.4rem;
  display: block;
}
.download .bg-login .bg-regist span {
  vertical-align: middle;
}

.download .footer {
  margin-top: 17rem;
  text-align: center;
}

.download .footer h3 {
  font-size: 1.2rem;
  color: #454777;
}

.download .footer h3:before, .download .footer h3:after {
  content: '';
  display: inline-block;
  width: 0.45rem;
  height: 0.1rem;
  background: #454777;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.download .footer .download-file {
  margin: 1.6rem 0;
}

.download .footer .download-file a {
  display: inline-block;
  width: 8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 24px;
  border: 2px solid #fff;
  margin: 0 0.2rem;
}

.download .footer .download-file span {
  vertical-align: middle;
}

.download .footer .download-file i {
  display: inline-block;
  width: 0.9rem;
  height: 1.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 0.2rem;
}

.download .footer .download-file .icon-download-and {
  background-image: url(../images/btn_download_and.png);
}

.download .footer .download-file .icon-download-ios {
  background-image: url(../images/btn_download_ios.png);
}
