body {
  font-family: "微軟正黑體",sans-serif;
}

header {
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.dlBG {
  background: #FFF;
}

.main_download {
  width: 100%;
  max-width: 900px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  margin-top:50px;
}

.download_title {
  width: 70%;
  float: left;
}

.titleBG {
  /*background: url('../images/newbie2020/dl_title_hr.png') repeat-x;*/
  background: url('/../Content/images/dl_title_hr.png') repeat-x;
  width: 15%;
  height: 70px;
}

.titleWrap {
  margin-bottom: 15px;
}

  .titleWrap div:nth-child(1) {
    float: left;
  }

  .titleWrap div:nth-child(3) {
    float: right;
  }

.download_title img {
  width: 80%;
}

.downloadWrap {
  text-align: left;
  background: #f7f7f7;
}

.borderR {
  position: absolute;
  width: 1px;
  height: 93%;
  right: 0px;
  background: #cbcbcb;
  margin-top: 10%;
  display: none;
}

.download {
  width: calc(100% - 30px);
  float: left;
  padding: 20px 15px 25px;
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #b5b5b5;
}

.downloadText {
  padding-left: 5px;
  max-width: 350px;
  margin: 0 auto;
}

.subTitle {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.downloadText b {
  font-weight: 500;
  color: #ec6c00;
}

.downloadText span {
  color: #060606;
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.downloadImg {
  text-align: center;
  width: 100%;
  margin: 30px auto 0px;
}

  .downloadImg img {
    width: 100%;
    max-width: 230px;
  }

.downloadBtn {
  display: block;
  height: 55px;
  max-width: 200px;
  margin: 20px auto;
  border-radius: 8px;
}

  .downloadBtn a {
    display: block;
    height: 55px;
    width: 100%;
    border-radius: 8px;
  }

.BtnPC_1 {
  /*background: url('/../Content/images/btn_download_amarket.png')no-repeat;*/
  background: url('/../Content/images/Windows Download.png')no-repeat;
  background-position: center;
  background-size: cover;
}

.BtnAD_1 {
  /*background: url('/../Content/images/btn_download_agoogle.png')no-repeat;*/
  background: url('/../Content/images/Google Play.png')no-repeat;
  background-position: center;
  background-size: cover;
}

.BtnAD_2 {
  /*background: url('/../Content/images/btn_download_amarket.png')no-repeat;*/
  background: url('/../Content/images/Camangi market.png')no-repeat;
  background-position: center;
  background-size: cover;
}

.BtnIOS_1 {
  background: url('/../Content/images/APP Store.png')no-repeat;
  background-position: center;
  background-size: cover;
}

.BtnIOS_2 {
  background: url('/../Content/images/btn_download_iphone.png')no-repeat;
  background-position: center;
}

.BtnInd_Note {
  background: url('/../Content/images/btn_InstallationNotes.png')no-repeat;
  background-position: center;
}


.pageBG {
  background: #0068b7;
}

.top {
  width: 100%;
  margin: 30px auto 0px;
  position: relative;
}

.top_content {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 5px;
  background: #f3f3f3;
  border-radius: 30px 30px 0px 0px;
}

  .top_content img {
    width: 100%;
    margin: 60px auto 0px;
  }

.top_contentPC {
  width: 100%;
  background: url('../images/newbie2020/title_a.png')
}

.kv {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.kv_content {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  background: #f3f3f3;
}

  .kv_content img {
    width: 100%;
    margin: 80px auto 80px;
    max-width: 755px;
  }

.kv section:nth-child(4) {
  padding-bottom: 150px;
}

.overWrap {
  width: 100%;
  text-align: center;
  margin-top: -100px;
  position: absolute;
}

  .overWrap h3 {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 20px;
    position: relative;
  }

  .overWrap a {
    height: 45px;
  }

    .overWrap a:before {
      content: url('../images/newbie2020/btn_link_arrow.png');
    }

  .overWrap span {
    color: #3896db;
  }

  .overWrap a:after {
    /*content: url('../images/newbie2020/btn_link_books.png');*/
    content: url('/../Content/images/btn_link_books.png');
  }

.footer {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.footer_content {
  width: 100%;
  max-width: 935px;
  margin: 0px auto;
  position: relative;
  text-align: center;
  background: #fff;
}

  .footer_content img {
    width: 100%;
    margin-bottom: 50px;
  }

.copyright {
  width: 100%;
  background: #f3f3f3;
  text-align: center;
  margin-top: 0px;
}

  .copyright small {
    color: #6e6e6e;
    font-size: 0.9rem;
    display: block;
    background: #FFF;
  }

.footer_bottom {
  height: 30px;
  background: #fff;
  border-radius: 0px 0px 30px 30px;
  max-width: 935px;
  margin: 0px auto 80px;
}


@media (min-width: 50px) {
  .download {
    width: calc(50% - 30px);
    float: left;
    padding: 0px 15px 25px;
    position: relative;
    background: #f7f7f7;
    border-bottom: none;
    margin-bottom: 100px;
  }

  .downloadText {
    margin-top: 30px;
  }

  .download_title {
    width: 40%;
    float: left;
  }

    .download_title img {
      width: 90%;
    }

  .titleBG {
    width: 30%;
  }

  .borderR {
    display: block;
  }

  .downloadImg2 {
    margin-top: 93px;
  }

  .downloadImg3 {
    margin-top: 73px;
  }

  .top_content img {
    margin: 90px auto 120px;
  }

  .overWrap h3 {
    line-height: 0px;
  }
}
