@charset "utf-8";
/* CSS Document */
@import url("reset.min.1.2.css");

/* ////////////////// #footer ////////////////// */
/* 版權copyright */ /*///////////////////////////////////////////////////////////////////////////////*/
/*-----copyright------*/
.footer {
  margin: 0 auto;
  width: 60%;
  height: auto;
  position: relative;
  bottom: 0%;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
  padding: 1rem 0%;
  font-family: "微軟正黑體";
  font-weight: 600;
  color: white;
}

.footer li,
.footer li span {
  font-size: 0.8rem;
}
.cr_con {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.8rem;
  /* border-bottom: #345477 1px solid; */
}
.cr_con ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
}
.cr_con ul li {
  transition: all 0.3s ease-out; /*chrome*/
  -webkit-transition: all 0.3s ease-out; /*firefox*/
  -moz-transition: all 0.3s ease-out;
}
.cr_uj {
  width: 180px;
}
.cr_text {
  flex-grow: 0;
}
.cr_uj {
  width: 100%;
  height: auto;
  max-width: 171px;
}
.cr_txt {
  text-align: left;
  line-height: 1.6;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem 0rem 0.8rem;
}
.rank_con ul li img {
  margin: 0.3rem;
}
.rank_con {
  width: 100%;
}
.rank_con ul {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -ms-flex-direction: row;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.rank_con ul li {
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0.5rem 0.5rem;
  transition: all 0.3s ease-out; /*chrome*/
  -webkit-transition: all 0.3s ease-out; /*firefox*/
  -moz-transition: all 0.3s ease-out;
}
.rank_con ul li:nth-of-type(1) {
  width: 50%;
}
.rank_con ul li:nth-of-type(2) {
  width: 1%;
  border-left: #dcddde 1px solid;
}
.rank_con ul li:nth-of-type(3) {
  width: 48%;
}
.rank_con ul li:nth-of-type(1) {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
.icon img {
  width: 46px !important;
  height: auto;
}
.rank_con ul li:nth-of-type(1) > div:nth-of-type(2) {
  padding-left: 0.5rem;
  flex-grow: 1;
  text-align: left;
}
/*隱私權條款*/
.cr_link {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  font-family: "微軟正黑體";
  font-weight: 600;
}
.cr_link {
  margin-top: 0.3rem;
  padding: 0.1rem 0;
  position: relative;
  z-index: 1;
}
.cr_link a {
  color: #fff;
  display: inline;
}
.cr_link a:hover {
  color: #f6ebc0;
}
/*使用者合約*/
.app_box {
  width: 50%;
  margin: 0 auto;
  position: relative;
  /* padding-top: 2vw; */
}
.app_info {
  width: 70%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app_icon {
  width: 15%;
  background: url(../images/icon.jpg);
  background-size: 100% auto;
}
.app_info_tt {
  margin-left: 2vw;
  color: #345477;
  font-size: 1.1rem;
  line-height: 1.8;
  font-family: "微軟正黑體";
  font-weight: 600;
  text-shadow: 3px 1px 2px rgba(3, 3, 3, 0.5), 3px 1px 4px rgb(2, 2, 2),
    3px 3px 3px rgb(2, 2, 2);
}
.app_link {
  width: 70%;
  margin: 0 auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app_link ul {
  width: 100%;
}

/* /////////////////////// RWD設定 /////////////////////// */

@media screen and (max-width: 1600px) {
  .footer {
    width: 80%;
  }
}

@media screen and (max-width: 1440px) {
  .app_box {
    width: 60%;
  }
  .app_info_tt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1351px) {
}

@media screen and (max-width: 1281px) {
}

@media screen and (max-width: 1201px) {
  .app_box {
    width: 90%;
  }
  .app_link {
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 1081px) {
  .footer {
    width: 90%;
    padding: 0 0 1rem 0;
  }
  .footer li,
  .footer li span,
  .rank_con ul li {
    font-size: 0.7rem;
  }
  .cr_uj {
    width: 13%;
  }
  .cr_txt {
    padding: 0 0.5rem 0rem 0.8rem;
  }
  .icon img {
    width: 30px;
  }
}

@media screen and (max-width: 1025px) {
}

@media screen and (max-width: 992px) {
  /* footer */
  .footer {
    margin-bottom: 2rem;
  }
  .cr_link {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 912px) {
  .rank_con ul {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .rank_con ul li:nth-of-type(1) {
    width: auto;
    margin: 0 auto;
  }
  .rank_con ul li:nth-of-type(2) {
    display: none;
  }
  .rank_con ul li:nth-of-type(3) {
    width: 100%;
    text-align: center;
  }

  .app_box {
    width: 100%;
  }
  .app_info_tt {
    font-size: 0.8rem;
  }

  .footer {
    padding: 0;
  }
}

@media screen and (max-width: 769px) {
  .cr_link {
    margin-bottom: 1.5rem;
  }
  .footer {
    padding-bottom: 6.5rem;
  }
}

@media screen and (max-width: 640px) {
  .cr_uj {
    width: 25%;
  }
  .div_frame_footer {
    background-color: #000;
  }
  .footer li,
  .footer li span,
  .rank_con ul li {
    display: inline-block;
  }
  .cr_link {
    font-size: 0.8rem;
    padding-bottom: 1.5vh;
    padding-top: 1rem;
  }

  .app_box .app_menu {
    top: 2vh;
  }
  .app_info {
    width: 90%;
  }
  .app_link {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding-bottom: 4rem;
  }
  .cr_uj {
    width: 40%;
    margin-left: 0;
  }
}
@media screen and (max-width: 428px) {
  .cr_con ul {
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .cr_uj {
    width: 30%;
  }
  .cr_con ul li {
    text-align: center;
  }
}
