﻿﻿html {
  font-size: 75%;
  font-size: 0.75em;


}

html, body {
  position: relative;
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "SourceHanSansCN", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #595959;

}

a {
  color: inherit;
  text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover, a:active {
  text-decoration: none;
  color: #fff;
}

.swiper-container {
  width: 100%;
  height: 100%;
}


.logo, .logo1 {
  color: #033c75;
  font-size: 7rem;
  font-family: "llogo1";
  font-weight: lighter;
  text-shadow: 0 0 0.1em rgb(255, 255, 255), -0 -0 0.1em rgb(255, 255, 255);
  /*background-color: rgba(255, 255, 255, 0.2);*/
  display: flex;
  justify-content: center;
  margin-top: 5%;
}


.logo1{
  margin-top: 5px;
}



.logoImg {
  width: 240px;
}

.logoImg > img {
  width: 100%;
}

.logoTxt {
  line-height: 2rem;
  text-align: end;
  align-self: flex-end;
  flex-wrap: nowrap;
}

.row-link {
  font-size: 3rem;
}

@media screen and (max-width: 700px) {
  .logoImg {
    width: 200px;
  }

  .logo, .logo1 {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 570px) {
  .logoImg {
    width: 160px;
  }

  .logo, .logo1 {
    font-size: 2.2rem;
    margin-top: 20%;
  }

  .logo1{
    margin-top:0;
  }
  .row-link {
    font-size: 2rem;
  }
}


@media screen and (max-width: 320px) {
  .logo, .logo1 {
    font-size: 1.8rem;
    margin-top: 30%;
  }
  .logo1 {
    margin-top: 0;
  }
  .row-link {
    font-size: 2rem;
  }

  .logoImg {
    width: 40%;
  }
}

.blk-big, .blk-small {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  text-align: center;
}



.span-link {
  border-bottom: solid rgb(255, 0, 0) 3px;
  padding-bottom: 0px;
  cursor: pointer;
  transition: border-bottom 0.2s;
  text-shadow: 0 0 0.2em #888, -0 -0 0.2em #888;
}

.span-link:hover {
  border-bottom: rgb(255, 255, 255);
}

 .foot {
   font-size: 1rem;
   color: #fff;
   text-align: center;
   line-height: 1.2;
   margin-top: 5rem;
 }

 .foot p {
   margin: 0 0;
 }

.div-text {
  padding-left: 15%;
  padding-right: 15%;
  text-align: center;
}

.span-text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
}

.div-qrcode {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .div-qrcode {
    display: none;
  }
}
