/***** footer *****/
.footer {
  position: relative;
  z-index: 960;
  background: #7b34c6;
  padding: 1.5em 1em;
  box-sizing: border-box;
  font-size: 22px;
  font-family: Arial, "微軟正黑體", "儷黑Pro", sans-serif;
  color: #beadf2;
}
.footer img {
  border: 0;
  width: 100%;
  height: auto;
  display: block;
}
.footer .app {
  text-align: center;
  width: 100%;
  margin: 0 auto 0.8em auto;
}
.footer .app::after {
  clear: both;
  display: block;
  content: "";
}
.footer .appTxt {
  color: #ffffff;
  font-size: 0.8em;
  margin: 0 0 0.6em 0;
  text-align: center;
}
.footer .appBtn {
  display: inline-block;
  width: 46%;
}
.footer .appBtn > span {
  display: block;
  font-size: 0.5em;
  line-height: 1em;
  color: #c192f3;
  text-align: center;
  padding: 0.4em 0 1.4em 0;
  text-decoration: none;
}
.footer .appBtnLeft {
  float: left;
}
.footer .appBtnRight {
  float: right;
}
.footer .media {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto 0.5em auto;
}
.footer .media > span {
  display: inline-block;
  width: 12%;
  margin: 0 5% 0 0;
  cursor: pointer;
}
.footer .media > span:after {
  clear: both;
  display: block;
  content: "";
}
.footer .copyRight {
  font-size: 0.6em;
  line-height: 1.4em;
  color: #beadf2;
  width: 100%;
  padding: 0 0 1em 0;
  text-align: center;
}
.footer .copyRight > span {
  display: inline-block;
}
.footer .low {
  text-align: center;
  box-sizing: border-box;
  font-size: 0.6em;
  color: #beadf2;
  margin: 0 auto;
}
.footer .low > a {
  color: #beadf2;
  text-decoration: underline;
}
.footer .low > a:active {
  color: #beadf2;
  text-decoration: underline;
}
.footer .cdic {
  margin: 0 auto;
  width: 20%;
}
/********************自媒體連結警告************************/
.alertGroup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  width: 100%;
  height: 100%;
  font-size: 22px;
}
.alertBox {
  position: relative;
  width: 90%;
  max-width: 500px;
  margin: 20% auto 0 auto;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #7b34c6;
  box-sizing: border-box;
}
.alertBox::after {
  clear: both;
  display: block;
  content: "";
}
.alertBox > div:nth-child(1) {
  box-sizing: border-box;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  padding: 0.5em;
  width: 1.7em;
  height: 1.7em;
  border-radius: 300px;
  background: #7b34c6;
  cursor: pointer;
}
.alertBox > div:nth-child(1) img {
  display: block;
  width: 100%;
  height: auto;
}
.alertBox > div:nth-child(2) {
  width: 95%;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
  color: #7b34c6;
  letter-spacing: 3px;
  border-bottom: 1px dashed #7b34c6;
  margin: 0 auto 1em auto;
  font-family: 'Noto Sans TC', sans-serif;
}
.alertBox > div:nth-child(3) {
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: left;
  margin: 0 auto 1.4em auto;
  padding: 0 0.5em;
  font-weight: normal;
  color: #000000;
}
.alertBtnOK {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #7b34c6;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0px 0px 0px 10px;
  padding: 0.5em 0;
  background: #7b34c6;
  cursor: pointer;
  text-decoration: none;
}
.alertBtnOK:hover {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #754ebf;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0px 0px 0px 10px;
  padding: 0.5em 0;
  background: #754ebf;
  text-decoration: none;
}
.alertCancel {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #d2baff;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  color: #7b34c6;
  border-radius: 0px 0px 10px 0px;
  padding: 0.5em 0;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
}
.alertCancel:hover {
  font-family: 'Noto Sans TC', sans-serif;
  box-sizing: border-box;
  float: left;
  width: 50%;
  border: 1px solid #754ebf;
  text-align: center;
  font-size: 0.8em;
  font-weight: 500;
  color: #ffffff;
  border-radius: 0px 0px 10px 0px;
  padding: 0.5em 0;
  background: #754ebf;
  text-decoration: none;
}
@media screen and (min-width: 451px) and (max-width: 820px) {
  /***** footer *****/
  .footer {
    position: relative;
    z-index: 960;
    background: #7b34c6;
    padding: 1.5em 1em;
    box-sizing: border-box;
    text-align: center;
    font-size: 26px;
    font-family: Arial, "微軟正黑體", "儷黑Pro", sans-serif;
    color: #beadf2;
  }
  .footer img {
    border: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .footer .app {
    text-align: center;
    margin: 0 auto 0.8em auto;
    width: 70%;
  }
  .footer .app::after {
    clear: both;
    display: block;
    content: "";
  }
  .footer .appTxt {
    color: #ffffff;
    font-size: 0.9em;
    margin: 0 0 0.6em 0;
    text-align: center;
  }
  .footer .appBtn {
    display: inline-block;
    width: 46%;
  }
  .footer .appBtnLeft {
    float: left;
  }
  .footer .appBtnRight {
    float: right;
  }
  .footer .media {
    box-sizing: border-box;
    margin: 0 auto 1em auto;
    width: 100%;
    text-align: center;
  }
  .footer .media > span {
    display: inline-block;
    width: 7%;
    margin: 0 5% 0 0;
  }
  .footer .copyRight {
    font-size: 0.7em;
    line-height: 1.4em;
    color: #beadf2;
    width: 100%;
    text-align: center;
    padding: 0 0 1em 0;
  }
  .footer .copyRight > span {
    display: inline-block;
  }
  .footer .low {
    text-align: center;
    box-sizing: border-box;
    font-size: 0.7em;
    color: #beadf2;
    margin: 0 auto;
  }
  .footer .cdic {
    margin: 0 auto;
    width: 12%;
  }
  /********************自媒體連結警告************************/
  .alertBox > div:nth-child(2) {
    width: 95%;
    font-size: 1.46em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
    color: #7b34c6;
    letter-spacing: 3px;
    border-bottom: 1px dashed #7b34c6;
    margin: 0 auto 1em auto;
    font-family: 'Noto Sans TC', sans-serif;
  }
  .alertBox > div:nth-child(3) {
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    margin: 0 auto 1.4em auto;
    padding: 0 0.5em;
    font-weight: normal;
  }
  .alertBtnOK {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #7b34c6;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0px 0px 0px 10px;
    padding: 0.5em 0;
    background: #7b34c6;
    cursor: pointer;
    text-decoration: none;
  }
  .alertBtnOK:hover {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #754ebf;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0px 0px 0px 10px;
    padding: 0.5em 0;
    background: #754ebf;
    text-decoration: none;
  }
  .alertCancel {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #d2baff;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #7b34c6;
    border-radius: 0px 0px 10px 0px;
    padding: 0.5em 0;
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
  }
  .alertCancel:hover {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #754ebf;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0px 0px 10px 0px;
    padding: 0.5em 0;
    background: #754ebf;
    text-decoration: none;
  }
}
/********************/
@media screen and (min-width: 821px) {
  /***** footer *****/
  .footer {
    font-size: 22px;
    position: relative;
    z-index: 960;
    background: #7b34c6;
    padding: 1.5em 1em;
    box-sizing: border-box;
    text-align: center;
    font-family: Arial, "微軟正黑體", "儷黑Pro", sans-serif;
    color: #beadf2;
  }
  .footer img {
    border: 0;
    width: 100%;
    height: auto;
    display: block;
  }
  .footer .app {
    width: 49%;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 auto;
  }
  .footer .app::after {
    clear: both;
    display: block;
    content: "";
  }
  .footer .appTxt {
    color: #ffffff;
    font-size: 0.8em;
    margin: 0 0 0.8em 0;
    text-align: left;
  }
  .footer .appBtn {
    width: 44%;
  }
  .footer .appBtnLeft {
    float: left;
  }
  .footer .appBtnRight {
    float: right;
  }
  .footer .media {
    width: 49%;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }
  .footer .media > span {
    display: inline-block;
    width: 7%;
    margin: 0 5% 0 0;
  }
  .footer .copyRight {
    font-size: 0.7em;
    line-height: 1.6em;
    color: #beadf2;
    text-align: center;
    width: 100%;
    padding: 1.5em 0 0 0;
  }
  .footer .copyRight > span {
    display: inline-block;
  }
  .footer .low {
    text-align: center;
    box-sizing: border-box;
    font-size: 0.7em;
    color: #beadf2;
    margin: 2em auto 0 auto;
  }
  .footer .low > a {
    color: #beadf2;
    text-decoration: underline;
  }
  .footer .low > a:active {
    color: #beadf2;
    text-decoration: underline;
  }
  .footer .cdic {
    margin: 1em auto 0 auto;
    width: 4%;
  }
  /********************自媒體連結警告************************/
  .alertGroup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    width: 100%;
    height: 100%;
    font-size: 22px;
  }
  .alertBox > div:nth-child(2) {
    width: 95%;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
    color: #7b34c6;
    letter-spacing: 3px;
    border-bottom: 1px dashed #7b34c6;
    margin: 0 auto 1em auto;
    font-family: 'Noto Sans TC', sans-serif;
  }
  .alertBox > div:nth-child(3) {
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: left;
    margin: 0 auto 1.4em auto;
    padding: 0 0.5em;
    font-weight: normal;
  }
  .alertBtnOK {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #7b34c6;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0px 0px 0px 10px;
    padding: 0.5em 0;
    background: #7b34c6;
    cursor: pointer;
    text-decoration: none;
  }
  .alertBtnOK:hover {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #754ebf;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0px 0px 0px 10px;
    padding: 0.5em 0;
    background: #754ebf;
    text-decoration: none;
  }
  .alertCancel {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #d2baff;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    color: #7b34c6;
    border-radius: 0px 0px 10px 0px;
    padding: 0.5em 0;
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
  }
  .alertCancel:hover {
    font-family: 'Noto Sans TC', sans-serif;
    box-sizing: border-box;
    float: left;
    width: 50%;
    border: 1px solid #754ebf;
    text-align: center;
    font-size: 0.9em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0px 0px 10px 0px;
    padding: 0.5em 0;
    background: #754ebf;
    text-decoration: none;
  }
}
