* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 12px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}
.adTitle {
  padding: 0 16px;
  font-size: 12px;
  line-height: 16px;
  margin: 6px 0;
  color: #ccc;
}
.adsHeight {
  width: 100%;
  height: 252px;
}
@media (min-width: 356px) {
  .adsHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adsHeight {
    width: 100%;
    height: 280px;
  }
}
.headWrap {
  position: relative;
  z-index: 10;
}
.headWrap .mobileLogo {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.15rem;
  background-color: #0186FF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.headWrap .mobileLogo .coverlink {
  display: flex;
  justify-content: space-around;
}
.headWrap .mobileLogo .coverlink .Logo {
  vertical-align: middle;
  width: 14.11rem;
  height: 2.656rem;
}
.headWrap .mobileLogo .mSearch {
  position: absolute;
  right: 0.83rem;
  top: 0.83rem;
  background-color: #349EFF;
  height: 2.49rem;
  width: 2.49rem;
  border-radius: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.headWrap .mobileLogo .mpwaWrap {
  height: 100%;
  position: absolute;
  right: 0.83rem;
  top: 0.83rem;
  display: flex;
}
.headWrap .mobileLogo .mpwaWrap .redPoint {
  position: absolute;
  right: 0.166rem;
  top: 0.415rem;
  display: inline-block;
  width: 0.415rem;
  height: 0.415rem;
  border: 0.083rem;
  border-radius: 50%;
  background-color: red;
}
.headWrap .mHeadSearch {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.15rem;
  background-color: #0186FF;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.83rem;
}
.headWrap .mHeadSearch .restoreBtn {
  height: 2.49rem;
  width: 2.49rem;
  border-radius: 50%;
  background-color: #0186FF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headWrap .mHeadSearch .search {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  height: 3.32rem;
  border-radius: 1.66rem;
  line-height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 20 !important;
}
.headWrap .mHeadSearch .search .searchIcon {
  width: 1.66rem;
  height: 1.66rem;
  margin: 0 0.83rem;
  z-index: 1;
}
.headWrap .mHeadSearch .search .searchText {
  height: 100%;
  width: 85%;
  outline: none;
  border: none;
  font-size: 1.162rem;
}
.headWrap .mHeadSearch .search input,
.headWrap .mHeadSearch .search input:focus {
  outline: none;
  background-color: transparent;
}
.headWrap .mHeadSearch .search input::selection {
  background: transparent;
}
.headWrap .mHeadSearch .search .clearSearchHistory {
  margin: 0 0.83rem;
}
.headWrap .topContent {
  background-color: #0186FF;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  height: 4.98rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}
.headWrap .headContent {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  height: 4.98rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.headWrap .headContent .apk-logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.headWrap .headContent .apk-logo .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.headWrap .headContent .apk-logo .logoIcon-p {
  height: auto;
  width: 100%;
}
.headWrap .headContent .apk-logo .logoIcon-m {
  height: 2.49rem;
  width: 2.49rem;
}
.headWrap .headContent .apk-back {
  display: none;
  margin-right: 0.83rem;
}
.headWrap .headContent .apk-back .backIcon {
  display: block;
  width: 2.075rem;
  height: 1.66rem;
}
.headWrap .headContent .search {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  height: 3.32rem;
  border-radius: 1.66rem;
  line-height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 20 !important;
}
.headWrap .headContent .search .searchIcon {
  width: 1.66rem;
  height: 1.66rem;
  margin: 0 0.83rem;
  z-index: 1;
}
.headWrap .headContent .search .searchText {
  height: 100%;
  width: 85%;
  outline: none;
  border: none;
  font-size: 1.162rem;
}
.headWrap .headContent .search input,
.headWrap .headContent .search input:focus {
  outline: none;
  background-color: transparent;
}
.headWrap .headContent .search input::selection {
  background: transparent;
}
.headWrap .headContent .search .clearSearchHistory {
  margin: 0 0.83rem;
}
.headWrap .headContent .pwaWrap {
  width: 4.15rem;
  height: 100%;
  margin-left: 2.49rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.headWrap .headContent .pwaWrap .redPoint {
  position: absolute;
  right: 0.166rem;
  top: 0.415rem;
  display: inline-block;
  width: 0.415rem;
  height: 0.415rem;
  border: 0.083rem;
  border-radius: 50%;
  background-color: red;
}
.headWrap .searchDialogs {
  background: #ffffff;
  display: none;
  height: 41.5rem;
  overflow-y: scroll;
  border: 0.166rem solid #000;
  border-radius: 0.83rem;
  padding: 0.83rem 0.83rem;
  z-index: 5;
}
.headWrap .searchDialogs .SearchHistory {
  box-sizing: border-box;
  margin: 0.83rem 0 2.49rem 0;
}
.headWrap .searchDialogs .SearchHistory .history-title {
  display: flex;
  justify-content: space-between;
}
.headWrap .searchDialogs .SearchHistory .history-title .history-text {
  color: #000;
  font-size: 1.162rem;
}
.headWrap .searchDialogs .SearchHistory .history-title .history-icon {
  width: 1.66rem;
}
.headWrap .searchDialogs .SearchHistory .history-title .history-icon img {
  height: 1.66rem;
}
.headWrap .searchDialogs .SearchHistory .history-list {
  margin: 0.83rem 0;
  display: flex;
}
.headWrap .searchDialogs .SearchHistory .history-list .list-item .history-link {
  display: inline-block;
  color: #ffffff;
  font-size: 1.162rem;
  background-color: #000;
  margin: 0 0.415rem;
  padding: 0.249rem 0.83rem;
  line-height: 2.49rem;
  border-radius: 1.66rem;
}
.headWrap .searchDialogs .find {
  box-sizing: border-box;
  margin: 0.83rem 0 2.49rem 0;
}
.headWrap .searchDialogs .find .find-title {
  display: flex;
  justify-content: space-between;
}
.headWrap .searchDialogs .find .find-title .find-text {
  color: #000;
  font-size: 1.162rem;
}
.headWrap .searchDialogs .find .find-title .find-icon {
  display: flex;
  align-items: center;
}
.headWrap .searchDialogs .find .find-title .find-icon .cut-text {
  font-size: 1.162rem;
  color: #000;
  margin-right: 0.415rem;
}
.headWrap .searchDialogs .find .find-title .find-icon img {
  height: 1.245rem;
}
.headWrap .searchDialogs .find .find-list {
  margin: 0.83rem 0;
  display: flex;
}
.headWrap .searchDialogs .find .find-list .list-item .find-link {
  display: inline-block;
  color: #ffffff;
  font-size: 1.162rem;
  background-color: #000;
  margin: 0 0.415rem;
  padding: 0.249rem 0.83rem;
  line-height: 2.49rem;
  border-radius: 1.66rem;
}
.headWrap .searchDialogs .recommendRank {
  width: 100%;
  height: 16.6rem;
  display: flex;
  margin-top: 0.83rem;
}
.headWrap .searchDialogs .recommendRank .left-list,
.headWrap .searchDialogs .recommendRank .right-list {
  width: 50%;
}
.headWrap .searchDialogs .recommendRank .left-list .title-item,
.headWrap .searchDialogs .recommendRank .right-list .title-item {
  width: 100%;
  font-size: 1.66rem;
  font-weight: 700;
  display: flex;
}
.headWrap .searchDialogs .recommendRank .left-list .recommend-cont .item,
.headWrap .searchDialogs .recommendRank .right-list .recommend-cont .item {
  font-size: 1.328rem;
  font-weight: 500;
  color: #333;
  line-height: 2.49rem;
}
@media only screen and (max-width: 767px) {
  .headWrap {
    width: 100%;
    height: 4.15rem;
  }
  .headWrap .topContent {
    display: none;
    top: 4.15rem;
    background: #FFFFFF;
  }
  .headWrap .headContent {
    background: #FFFFFF;
    padding: 0 0.83rem;
    align-items: center;
    justify-content: center;
  }
  .headWrap .headContent .apk-logo .logoIcon-p {
    display: none;
  }
  .headWrap .headContent .apk-logo .logoIcon-m {
    display: none;
  }
  .headWrap .headContent .search {
    width: 100%;
  }
  .headWrap .headContent .search .searchText {
    height: 2.49rem;
  }
  .headWrap .headContent .pwaWrap {
    display: none;
  }
  .headWrap .searchDialogs {
    margin: 0 auto;
    margin: 0.83rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .headWrap {
    width: 100%;
  }
  .headWrap .mobileLogo {
    display: none;
  }
  .headWrap .topContent {
    top: 0;
  }
  .headWrap .headContent {
    padding: 0.83rem 1.66rem;
  }
  .headWrap .headContent .apk-logo .logoIcon-p {
    display: none;
  }
  .headWrap .headContent .search {
    width: 100%;
    margin-left: 4.15rem;
  }
  .headWrap .searchDialogs {
    width: 45.65rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .headWrap {
    width: 100%;
  }
  .headWrap .mobileLogo {
    display: none;
  }
  .headWrap .topContent {
    top: 0;
  }
  .headWrap .headContent {
    padding: 0.83rem;
  }
  .headWrap .headContent .apk-logo {
    margin-left: 0.83rem;
  }
  .headWrap .headContent .apk-logo .logoIcon-p {
    display: none;
  }
  .headWrap .headContent .search {
    width: 49.8rem;
    margin-left: 4.15rem;
  }
  .headWrap .searchDialogs {
    width: 45.65rem;
    margin-left: 8.3rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .headWrap {
    width: 100%;
    height: 4.98rem;
  }
  .headWrap .mobileLogo {
    display: none;
  }
  .headWrap .topContent {
    top: 0;
  }
  .headWrap .headContent {
    padding: 0 2.49rem;
    margin: 0 auto;
  }
  .headWrap .headContent .apk-logo .logoIcon-p {
    width: 15.77rem;
    height: 2.988rem;
  }
  .headWrap .headContent .apk-logo .logoIcon-m {
    display: none;
  }
  .headWrap .headContent .search {
    width: 49.8rem;
    margin-left: 9.96rem;
  }
  .headWrap .headContent .search .searchText {
    font-size: 1.162rem;
  }
  .headWrap .headContent .pwaWrap {
    display: none;
  }
  .headWrap .searchDialogs {
    width: 45.65rem;
    margin-left: 24.5%;
  }
}
@media only screen and (min-width: 1367px) {
  .headWrap {
    width: 100%;
    height: 4.98rem;
  }
  .headWrap .mobileLogo {
    display: none;
  }
  .headWrap .topContent {
    top: 0;
  }
  .headWrap .headContent {
    max-width: 120.35rem;
    padding: 0 2.49rem;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .headWrap .headContent .apk-logo .logoIcon-p {
    width: 15.77rem;
    height: 2.988rem;
  }
  .headWrap .headContent .apk-logo .logoIcon-m {
    display: none;
  }
  .headWrap .headContent .search {
    width: 49.8rem;
    margin-left: 9.96rem;
  }
  .headWrap .headContent .pwaWrap {
    display: none;
  }
  .headWrap .searchDialogs {
    width: 45.65rem;
    margin-left: 24.5%;
  }
}
.realTimeSearchList {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  border-radius: 4px;
  background: #FFFFFF;
}
.realTimeSearchList .realTimeList .itemSearchCont {
  width: 100%;
}
.realTimeSearchList .realTimeList .itemSearchCont .itemSearchLink {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #c9cbcc;
}
.realTimeSearchList .realTimeList .itemSearchCont .itemSearchLink .itemSearchText {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.realTimeSearchList .realTimeList .itemSearchCont:hover .itemSearchLink .itemSearchText {
  color: #333;
}
.realTimeSearchList .realTimeList .itemSearchCont:last-child .itemSearchLink {
  border-bottom: none;
}
.footerHtml {
  max-width: 99.6rem;
  min-height: 90vh;
  padding: 1.66rem;
  margin: auto;
  color: #1a1a1a;
  line-height: 1.5;
  word-break: break-word;
}
.footerHtml h1,
.footerHtml h1 span {
  font-size: 2.656rem;
  font-weight: 700;
  line-height: 3.32rem;
  padding-top: 1.66rem;
  padding-bottom: 0.996rem;
}
.footerHtml h2,
.footerHtml h2 span {
  font-size: 1.992rem;
  font-weight: 600;
  line-height: 2.656rem;
  padding-top: 1.66rem;
  padding-bottom: 0.996rem;
}
.footerHtml h3,
.footerHtml h3 span {
  font-size: 1.494rem;
  font-weight: 600;
  line-height: 2.158rem;
  padding-top: 0.996rem;
  padding-bottom: 0.996rem;
}
.footerHtml h4,
.footerHtml h4 span {
  font-size: 1.328rem;
  font-weight: 600;
  line-height: 1.992rem;
  padding-top: 0.498rem;
  padding-bottom: 0.498rem;
}
.footerHtml p,
.footerHtml p span {
  font-size: 1.328rem;
  font-weight: 400;
  line-height: 1.992rem;
  padding-top: 0rem;
  padding-bottom: 0.996rem;
}
.footerHtml ul {
  padding: 1.66rem 0.83rem;
}
@media only screen and (max-width: 767px) {
  .footerHtml h1,
  .footerHtml h1 span {
    font-size: 1.826rem;
    line-height: 2.49rem;
  }
  .footerHtml h2,
  .footerHtml h2 span {
    font-size: 1.66rem;
    line-height: 2.324rem;
  }
}
.footerWrap {
  background-color: #0186FF;
  position: relative;
}
.footerWrap .ft-con .ft-cornoa-main {
  display: flex;
  align-items: center;
}
.footerWrap .ft-con .ft-cornoa-main .logo {
  display: inline-block;
  margin-right: 2.49rem;
}
.footerWrap .ft-con .ft-cornoa-main .logo img {
  height: 2.49rem;
  width: auto;
}
.footerWrap .ft-con .ft-cornoa-main .socialMedia {
  display: flex;
}
.footerWrap .ft-con .ft-cornoa-main .socialMedia .externalLinks {
  margin: 0 0.415rem;
}
.footerWrap .ft-con .ft-cornoa-main .socialMedia .externalLinks .entryIcon {
  width: 2.49rem;
  height: 2.49rem;
}
.footerWrap .ft-con .ft-cornoa-main .ft-cornoa-wp {
  display: block !important;
  padding: 0 0.415rem;
}
.footerWrap .ft-con .ft-cornoa-main .ft-cornoa-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footerWrap .ft-con .ft-cornoa-main .ftlogo-wp {
  display: flex;
  justify-content: space-between;
}
.footerWrap .ft-con .ft-cornoa-main .footer-lang {
  display: flex;
  flex-wrap: wrap;
}
.footerWrap .ft-con .ft-cornoa-main .footer-lang-link {
  margin-right: 8px;
}
.footerWrap .ft-con .ft-cornoa-main .curlang,
.footerWrap .ft-con .ft-cornoa-main .maskcon-item-link {
  line-height: 42px;
  position: relative;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 32px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 42px;
  background-color: rgba(255, 255, 255, 0.1);
}
.footerWrap .ft-con .ft-cornoa-main .curlang {
  padding: 0rem 0.83rem;
}
.footerWrap .ft-con .ft-cornoa-main .curlang::after {
  width: 6px;
  height: 6px;
  margin-bottom: 4px;
  margin-left: 8px;
  content: '';
  transform: rotate(45deg);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-width: 0 2px 2px 0;
}
.footerWrap .ft-con .ft-cornoa-main .lang-text {
  padding: 0 8px;
}
.footerWrap .ft-con .ft-cornoa-main .maskcon-item {
  width: 50%;
}
.footerWrap .ft-con .ft-cornoa-main .maskcon-item-link {
  font-size: 13px;
  line-height: 1.2;
  justify-content: flex-start;
  width: 95%;
  margin-bottom: 16px;
  padding: 0;
  padding: 10px 16px;
  word-break: break-word;
  color: #333;
  background-color: #f2f7fa;
  box-sizing: border-box;
}
.footerWrap .ft-con .ft-cornoa-main .maskcon-item-link .icon-lang {
  flex: 0 0 2.075rem;
}
.footerWrap .ft-con .ft-cornoa-main .icon-lang {
  width: 2.075rem;
  height: 2.075rem;
  margin-right: 8px;
}
.footerWrap .ft-con .ft-cornoa-main .maskview {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.footerWrap .ft-con .ft-cornoa-main .maskcon {
  box-sizing: border-box;
  position: fixed;
  z-index: 11;
  top: 55%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  height: auto;
  margin-top: -265px;
  margin-left: -150px;
  padding: 40px 10px 0 15px;
  transition: all ease 0.25s;
  transform: translateY(200vh);
  border-radius: 10px;
  background-color: #FFFFFF;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.footerWrap .ft-con .ft-cornoa-main .maskconclose {
  position: absolute;
  top: 8px;
  left: 16px;
  display: block;
  cursor: pointer;
}
.footerWrap .ft-con .ft-cornoa-main .maskconclose svg {
  width: 26px;
  height: 26px;
}
.footerWrap .ft-con .ft-cornoa-main .maskconclose::before,
.footerWrap .ft-con .ft-cornoa-main .maskconclose::after {
  position: absolute;
  display: block;
}
.footerWrap .ft-con .ft-cornoa-main .maskconclose::before {
  top: 0;
  width: 18px;
  height: 2px;
}
.footerWrap .ft-con .ft-cornoa-main .maskconclose::after {
  top: -8px;
  left: 8px;
  width: 2px;
  height: 18px;
}
.footerWrap .ft-con .ft-cornoa-main #maskconcontrol {
  display: none;
}
.footerWrap .ft-con .ft-cornoa-main #maskconcontrol:checked ~ .maskview {
  display: block;
}
.footerWrap .ft-con .ft-cornoa-main #maskconcontrol:checked ~ .maskcon {
  transform: translateY(0);
}
.footerWrap .ft-con .ft-cornoa-main .socialMedia a img {
  width: 1.66rem;
  margin-right: 0.166rem;
}
.footerWrap .ft-con .foot-link-wp {
  padding: 0.83rem 0;
  line-height: 2.49rem;
}
.footerWrap .ft-con .foot-link-wp .foot-link {
  text-align: center;
  color: #ffffff;
  font-size: 1.328rem;
}
.footerWrap .cookie-notice-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footerWrap .cookie-notice-container .container {
  max-height: 3.32rem;
  font-size: 0.83rem;
  max-width: 900px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
}
.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footerWrap .cookie-notice-container .container .moreJump {
  color: #0186FF;
}
.footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #0186FF;
  border: none;
  color: #FFFFFF;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.footerWrap .addToScreenTip {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #0186FF;
  border-radius: 0.83rem 0.83rem 0 0;
  color: #FFFFFF;
}
.footerWrap .addToScreenTip .tipTop {
  padding: 1.328rem;
  width: 100%;
  border-bottom: 0.083rem solid #F5F5F5;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
  font-size: 1.494rem;
  font-weight: 500;
  line-height: 1.66rem;
}
.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
  line-height: 1.66rem;
  font-size: 1.162rem;
}
.footerWrap .addToScreenTip .tipCont {
  width: 100%;
  margin: 0.83rem 0;
}
.footerWrap .addToScreenTip .tipBottom {
  font-size: 1.162rem;
  margin-bottom: 1.66rem;
  text-align: center;
}
@media only screen and (max-width: 280px) {
  .footerWrap .ft-con {
    display: flex;
    flex-direction: column;
    padding: 0 0.83rem;
  }
  .footerWrap .ft-con .ft-cornoa-main {
    padding: 0.83rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerWrap .ft-con .ft-cornoa-main .logo {
    padding: 0.415rem 0;
  }
  .footerWrap .ft-con .ft-cornoa-main .logo img {
    height: 2.075rem;
    width: 10.956rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .pcMedia {
    display: block;
    margin: 0.83rem 0;
  }
  .footerWrap .ft-con .ft-cornoa-main .mobMedia {
    display: block;
  }
  .footerWrap .ft-con .foot-link-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerWrap .ft-con .foot-link-wp .foot-link {
    font-size: 1.162rem;
    margin-right: 1.66rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.162rem;
  }
  .footerWrap .cookie-notice-container .container {
    max-height: 8.3rem !important;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
}
@media only screen and (min-width: 281px) and (max-width: 767px) {
  .footerWrap .ft-con {
    display: flex;
    flex-direction: column;
    padding: 0 0.83rem;
  }
  .footerWrap .ft-con .ft-cornoa-main {
    padding: 0.83rem 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerWrap .ft-con .ft-cornoa-main .logo {
    padding: 0.415rem 0;
  }
  .footerWrap .ft-con .ft-cornoa-main .logo img {
    height: 2.075rem;
    width: 10.956rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .pcMedia {
    display: block;
    margin: 0.83rem 0;
  }
  .footerWrap .ft-con .ft-cornoa-main .mobMedia {
    display: block;
  }
  .footerWrap .ft-con .foot-link-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerWrap .ft-con .foot-link-wp .foot-link {
    font-size: 1.162rem;
    padding-right: 1.66rem;
    padding: 0.83rem 1.66rem 0 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.162rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footerWrap .ft-con {
    padding: 0 0.83rem;
  }
  .footerWrap .ft-con .ft-cornoa-main {
    justify-content: center;
    padding: 1.66rem 0;
  }
  .footerWrap .ft-con .ft-cornoa-main .logo img {
    height: 2.075rem;
    width: 10.956rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .pcMedia {
    display: block;
  }
  .footerWrap .ft-con .ft-cornoa-main .ft-cornoa-wp {
    margin: 0 2.49rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .mobMedia {
    display: none;
  }
  .footerWrap .ft-con .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.162rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footerWrap .ft-con {
    padding: 0 1.66rem;
  }
  .footerWrap .ft-con .ft-cornoa-main {
    justify-content: center;
    padding: 1.66rem 0;
  }
  .footerWrap .ft-con .ft-cornoa-main .logo img {
    height: 2.49rem;
    width: 13.114rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .pcMedia {
    display: block;
  }
  .footerWrap .ft-con .ft-cornoa-main .ft-cornoa-wp {
    margin: 0 2.49rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .mobMedia {
    display: none;
  }
  .footerWrap .ft-con .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.328rem;
  }
  .footerWrap .addToScreenTip .tipCont {
    display: flex;
    justify-content: center;
  }
  .footerWrap .addToScreenTip .tipCont .stepImg {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .footerWrap .ft-con {
    max-width: 78.85rem;
    margin: 0 auto;
    padding: 0 1.66rem;
  }
  .footerWrap .ft-con .ft-cornoa-main {
    justify-content: center;
    padding: 1.66rem 0;
  }
  .footerWrap .ft-con .ft-cornoa-main .logo img {
    height: 2.49rem;
    width: 13.114rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .pcMedia {
    display: block;
  }
  .footerWrap .ft-con .ft-cornoa-main .ft-cornoa-wp {
    margin: 0 2.49rem;
  }
  .footerWrap .ft-con .ft-cornoa-main .mobMedia {
    display: none;
  }
  .footerWrap .ft-con .foot-link-wp {
    display: flex;
    justify-content: space-around;
  }
  .footerWrap .cookie-notice-container {
    font-size: 1.328rem;
  }
  .footerWrap .addToScreenTip {
    display: none;
  }
}
.guidance_wrap {
  max-width: 107.9rem;
  min-height: 90vh;
  padding: 1.66rem;
}
.guidance_wrap h2 {
  font-size: 1.328rem;
  margin-bottom: 0.996rem;
}
.guidance_wrap p {
  font-size: 1.162rem;
}
@media only screen and (max-width: 767px) {
  .guidance_wrap {
    margin: 0 auto;
  }
  .guidance_wrap h2 {
    font-size: 1.328rem;
  }
  .guidance_wrap p {
    font-size: 1.162rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .guidance_wrap {
    margin: 6.64rem auto 0;
  }
  .guidance_wrap h2 {
    font-size: 1.328rem;
  }
  .guidance_wrap p {
    font-size: 1.162rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .guidance_wrap {
    margin: 6.64rem auto 0;
  }
  .guidance_wrap h2 {
    font-size: 1.494rem;
  }
  .guidance_wrap p {
    font-size: 1.328rem;
  }
}
@media only screen and (min-width: 1200px) {
  .guidance_wrap {
    margin: 4.15rem auto 0;
  }
  .guidance_wrap h2 {
    font-size: 1.66rem;
  }
  .guidance_wrap p {
    font-size: 1.328rem;
  }
}
