@charset "utf-8";

* {

   -webkit-box-sizing: border-box;

    box-sizing: border-box;

}
/* 禁止文本缩放 字体设置  取消touch高亮效果 */

html {

  width: 100%;

  height: 100%;

   margin: 0px;

   padding: 0px;

   -webkit-text-size-adjust: 100%;

   font-family: -apple-system, "PingFang SC","Helvetica Neue", Helvetica, STHeiTi, sans-serif;

   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);


    background: transparent;

   }

body {

    width: 100%;

   -webkit-overflow-scrolling: touch;

 }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, sumary {

    margin: 0;
    padding: 0;
    font-family: PingFang SC,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,\\5FAE\8F6F\96C5\9ED1,STHeiti,\\534E\6587\7EC6\9ED1,sans-serif;

}

ol, ul {

    list-style: none;

}

/* 禁止选中文本内容 */

*:not(input, select, textArea) {

    -webkit-user-select: none;

}

/* 禁用长按页面时的弹出菜单(iOS下有效) ,img和a标签都要加 */

img,a{

-webkit-touch-callout:none;

}

a,a:active,a:hover {

text-decoration: none!important;

}

/* 去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android) */

a,button,input,textarea{

-webkit-tap-highlight-color:rgba(0,0,0,0);

}
a{
    text-decoration:none!important;
    color:#999CA8
}
::-webkit-scrollbar {
    display: none;
}
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb{
    background-color: transparent
}
::-webkit-scrollbar-track{
    background-color: transparent
}
input{
  outline: none
}



  .wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .wrapper .downloadbanner {
    width: 100%;
    height: auto;
    background-size: 100% auto;
    padding-top: 12%;
    padding-bottom: 12%;
  }
  .wrapper .logo {
    display: block;
    width: 25%;
    margin: auto;
  }
  .wrapper .title {
    font-size: 28px;
    font-family: PingFangSC-Medium;
    color: white;
    line-height: 60px;
    text-align: center;
  }
  .wrapper .title1 {
    font-size: 24px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.86);
    text-align: center;
    line-height: 33px;
  }
  .wrapper #downloadButton {
    width: 190px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    border: 2px solid rgba(0, 0, 0, 0);
    text-align: center;
    margin: auto;
    margin-top: 50px;
    font-size: 16px;
    font-family: PingFangSC-Medium;
    color: white;
    line-height: 48px;
  }
  .wrapper #downloadButton img {
    position: relative;
    top: 2px;
  }
  .wrapper .downbottom .bottommsg {
    /* font-size: 16px;
    color: #eee;
    float: right;
    line-height: 60px;
    margin-right: 12px; */
  }
  
  .bottommsg{
    display: inline-block;
    text-align: center;
    /* margin-top: 20px; */
  }
  .companyMsg{
    position: fixed;
    bottom: 60px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    left: 0;
  }

  @media screen and (max-width:960px){
    .bottommsg{
      font-size: 14px;
    }
    .bottommsg a{
      display: block;
      line-height: 20px;
    }
    .companyMsg{
      bottom: 30px;
    }
  }