/* 此份版單位請用rem */
@charset 'utf-8';

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Segoe UI', Arial, 'Microsoft YaHei', sans-serif;
}

body {
  background-color: #e3e3e3;
  -moz-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

div &::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

ul,
li,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input {
  font-size: 16px;
  font-family: 'Segoe UI', Arial, 'Microsoft YaHei', sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
}

.montserrat-font {
  font-family: 'Montserrat', 'Segoe UI', Arial, 'Microsoft YaHei', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#app {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}

.wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: #f9f9f9;
}

.full-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 640px);
  height: 100%;
}

.main-content {
  display: flex;
  flex: 1;
  width: 100%;
  background-image: url('../images/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e8f4ff;
  background-size: cover;
}

.safe-content {
  display: flex;
  flex-direction: column;
  width: 7.5rem;
  height: auto;
  padding: 0.24rem;
  margin: auto;
}

.head_nav {
  width: 94%;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  z-index: 1;
}

.head_nav .language {
  width: .66rem;
  height: auto;
}

.language img {
  width: 100%
}

.head_nav .logo {
  flex: 1;
  display: flex;
  justify-content: center;
}

.logo img {
  width: 3.6rem;
}

.head_nav .service {
  width: .72rem;
}

.service img {
  width: 100%;
}

.kv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3% 0;
}

.kv img {
  display: block;
  width: 96%;
}

.info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.info .info-btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.34rem;
  padding: 0.24rem 0;
  cursor: pointer;
  color: #ffffff;
  background-image: linear-gradient(0deg, #2f72f0, #54a9ff);
  border-radius: .2rem;
  margin: 0.2rem auto;
}

.info .info-btn img {
  width: 0.46rem;
  margin: 0 .2rem;
}

.info .info-dec {
  font-size: 0.36rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.34rem;
}

.service-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  cursor: pointer;
}

.service-btn i {
  width: 0.32rem;
}

.service-btn i img {
  display: block;
  width: 100%;
}

.service-btn span {
  font-size: 0.24rem;
  color: #046ef9;
  padding-left: 0.12rem;
}

/* slide */
.clear {
  clear: both;
}

.menu {
  position: relative;
  width: 90%;
}

.menu>li .jsBox {
  width: 108%;
  position: absolute;
  left: -4%;
  top: 0;
  display: none;
  box-sizing: border-box;
  border: 1px solid #327aee;
  border-radius: .2rem;
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  z-index: 99;
  padding: .1rem;
}

.menu>li .jsBox p {
  color: #1f2245;
  font-size: .26rem;
  padding: 0.2rem;
  text-align: center;
}

.menu>li .jsBox .txtapp {
  background-image: linear-gradient(0deg, #2a6ee9, #4fa5fb);
  color: #fff;
  padding: .12rem .1rem;
  border-radius: 2rem;
  font-size: .26rem;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: calc(100% - .5rem);
}

.menu>li .jsBox .txtapp span {
  background: linear-gradient(0deg, #fff, #fff);
  color: #ff0000;
  padding: .04rem .2rem;
  border-radius: 3rem;
  font-size: .28rem;
  font-weight: 600;
  margin: 0.4rem 0 .2rem;
  text-align: center;
  -webkit-animation: clo 500ms infinite alternate;
  animation: clo 500ms infinite alternate;
}

@keyframes clo {
  0% {
    color: #ff0000;
  }

  49% {
    color: #ff0000;
  }

  50% {
    color: #0597fc;
  }

  100% {
    color: #0597fc;
  }
}

.li01 .jsBox ul {
  padding: 0.2rem 0.2rem 0;
  box-sizing: border-box;
}

.li01 .jsBox li {
  margin-bottom: 0.2rem;
  overflow: hidden;
  zoom: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.li01 .jsBox li span {
  display: block;
  float: left;
  color: #1f2245;
  font-size: 0.26rem;
  line-height: 0.6rem;
  text-align: center;
  background: #eaebef;
  box-sizing: border-box;
}

.li01 .jsBox li .ms {
  padding: 0 .1rem;
  width: 1.5rem;
  font-size: 0.25rem !important;
}

.li01 .jsBox li img {
  margin: 0.25rem 0.1rem;
  width: 0.3rem;
  display: block;
  float: left;
}

.li01 .jsBox li .url {
  width: 3.8rem;
}

.li01 .jsBox li a {
  width: 1.8rem;
  display: block;
  float: right;
  color: #fff;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.6rem;
  text-align: center;
  background-image: linear-gradient(0deg, #2a6ee9, #4fa5fb);
  box-sizing: border-box;
  padding: 0 .1rem;
}

.li01 .jsBox .arrow {
  margin: 0 auto;
  width: 0.3rem;
  position: absolute;
  left: 50%;
  bottom: -0.3rem;
}