/* 此份版單位請用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: rgba(220, 238, 255, 0.5);
  -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('../img/bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e8f4ff;
  background-size: cover;
}

.safe-content {
  display: flex;
  flex-direction: column;
  width: 7.5rem;
  max-width: 750px;
  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%;
  height: auto;
}

.head_nav .logo {
  flex: 1;
  display: flex;
  justify-content: center;
}

.logo img {
  width: 4.6rem;
  height: auto;
}

.head_nav .service {
  width: .72rem;
  height: auto;
}

.service img {
  width: 100%;
  height: auto;
}

.kv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -.86rem;
}

.kv img {
  display: block;
  width: 98%;
  height: auto;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.1rem;
  margin-top: -0.2rem;
}

.info .info-btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
  padding: 0.16rem 0.4rem;
  cursor: pointer;
  background: #fff;
  box-shadow: rgba(207, 216, 230, 0.8) 0px 2px 8px;
  border-radius: .2rem;
}

.info .info-btn img {
  width: 2.2rem;
  height: auto;
}

.info .info-btn span {
  padding: 0.1rem .36rem;
  border-radius: .4rem;
  font-size: 0.32rem;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}

.info .info-btn span.grey {
	background-color: #adb6cc;
}

.info .info-btn span.blue55 {
	background: #0049ff;
}

.info .info-btn span.orange {
	background-color: #caa33b;
}

.info .info-btn span.green {
	background-color: #0c913f;
}

.info .info-btn span.purpleg {
	background-color: #d730f0;
}

.info .info-btn span.blue56 {
	background-color: #3380fc;
}

.info .info-btn span.bluelu {
	background-color: #699bfc;
}

.info .info-btn span.bluelu2 {
	background-color: #0877D1;
}

.info .info-btn span.blue66 {
	background-color: #32A8FF;
}

.info .info-btn span.black {
	background-color: #151515;
}

.info .info-btn span.yellowgold {
  background-color: #d19f33;
  color: #fff;
}

.info .info-btn span.yellow {
  background-color: #d1ae52;
  color: #fff;
}


.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;
}