/* 此份版單位請用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: #333;
  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: #fff;
}

.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: #fffcfa;
  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: 96%;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  z-index: 1;
}


.head_nav .logo {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.logo img {
  width: 3rem;
  height: auto;
  object-fit: contain；
}


.kv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: .1rem 0 .2rem;
  object-fit: contain；
}

.kv img {
  display: block;
  width: 110%;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.1rem;
  margin-top: 0.1rem;
  width: 100%;
  height: auto;
  object-fit: contain；
}

.info .info-btn {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 0.3rem;
  cursor: pointer;
  border-radius: .2rem;
}

.info .info-btn img {
  width: 100%;
  max-width: 6.4rem;
  height: auto;
  object-fit: contain；
}

.info .info-btn span {
  padding: 0.14rem .4rem;
  border-radius: .4rem;
  font-size: 0.32rem;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}


.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;
}

.kf a {
  position: absolute;
  top: 2.4rem;
  right: 0;
  z-index: 111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .2rem .14rem;
  border-radius: .3rem 0 0 .3rem;
  background:rgba(255, 255, 255, 0.6);
  border-top: #ffffff 1px solid;
  border-left: #ffffff 1px solid;
  border-bottom: #ffffff 1px solid;
  box-shadow: rgba(255, 255, 255, 0.4) -2px 5px 6px;
  color: #f48e00;
  font-size: .3rem;
}

.kf img {
  width: .5rem;
  margin-bottom: .1rem;
}