@keyframes scaleInBounce {
  0% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  3.4% {
    transform: matrix(1.068, 0, 0, 1.059, 0, 0);
  }
  4.7% {
    transform: matrix(1.055, 0, 0, 1.04, 0, 0);
  }
  6.81% {
    transform: matrix(1.034, 0, 0, 1.011, 0, 0);
  }
  9.41% {
    transform: matrix(1.012, 0, 0, 0.983, 0, 0);
  }
  10.21% {
    transform: matrix(1.006, 0, 0, 0.977, 0, 0);
  }
  13.61% {
    transform: matrix(0.988, 0, 0, 0.967, 0, 0);
  }
  14.11% {
    transform: matrix(0.986, 0, 0, 0.967, 0, 0);
  }
  17.52% {
    transform: matrix(0.979, 0, 0, 0.976, 0, 0);
  }
  18.72% {
    transform: matrix(0.979, 0, 0, 0.981, 0, 0);
  }
  21.32% {
    transform: matrix(0.98, 0, 0, 0.993, 0, 0);
  }
  24.32% {
    transform: matrix(0.985, 0, 0, 1.004, 0, 0);
  }
  25.23% {
    transform: matrix(0.987, 0, 0, 1.006, 0, 0);
  }
  29.03% {
    transform: matrix(0.994, 0, 0, 1.01, 0, 0);
  }
  29.93% {
    transform: matrix(0.995, 0, 0, 1.01, 0, 0);
  }
  35.54% {
    transform: matrix(1.002, 0, 0, 1.004, 0, 0);
  }
  36.74% {
    transform: matrix(1.003, 0, 0, 1.002, 0, 0);
  }
  41.04% {
    transform: matrix(1.004, 0, 0, 0.998, 0, 0);
  }
  44.44% {
    transform: matrix(1.003, 0, 0, 0.997, 0, 0);
  }
  52.15% {
    transform: matrix(1.001, 0, 0, 0.999, 0, 0);
  }
  59.86% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  63.26% {
    transform: matrix(0.999, 0, 0, 1.001, 0, 0);
  }
  75.28% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  85.49% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  90.69% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes scaleOutBounce {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  3.4% {
    transform: matrix(1.032, 0, 0, 1.041, 0, 0);
  }
  4.7% {
    transform: matrix(1.045, 0, 0, 1.06, 0, 0);
  }
  6.81% {
    transform: matrix(1.066, 0, 0, 1.089, 0, 0);
  }
  9.41% {
    transform: matrix(1.088, 0, 0, 1.117, 0, 0);
  }
  10.21% {
    transform: matrix(1.094, 0, 0, 1.123, 0, 0);
  }
  13.61% {
    transform: matrix(1.112, 0, 0, 1.133, 0, 0);
  }
  14.11% {
    transform: matrix(1.114, 0, 0, 1.133, 0, 0);
  }
  17.52% {
    transform: matrix(1.121, 0, 0, 1.124, 0, 0);
  }
  18.72% {
    transform: matrix(1.121, 0, 0, 1.119, 0, 0);
  }
  21.32% {
    transform: matrix(1.12, 0, 0, 1.107, 0, 0);
  }
  24.32% {
    transform: matrix(1.115, 0, 0, 1.096, 0, 0);
  }
  25.23% {
    transform: matrix(1.113, 0, 0, 1.094, 0, 0);
  }
  29.03% {
    transform: matrix(1.106, 0, 0, 1.09, 0, 0);
  }
  29.93% {
    transform: matrix(1.105, 0, 0, 1.09, 0, 0);
  }
  35.54% {
    transform: matrix(1.098, 0, 0, 1.096, 0, 0);
  }
  36.74% {
    transform: matrix(1.097, 0, 0, 1.098, 0, 0);
  }
  41.04% {
    transform: matrix(1.096, 0, 0, 1.102, 0, 0);
  }
  44.44% {
    transform: matrix(1.097, 0, 0, 1.103, 0, 0);
  }
  52.15% {
    transform: matrix(1.099, 0, 0, 1.101, 0, 0);
  }
  59.86% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  63.26% {
    transform: matrix(1.101, 0, 0, 1.099, 0, 0);
  }
  75.28% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  85.49% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  90.69% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
  100% {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }
}
@keyframes floatingY {
  0% {
    transform: translate3d(0, 2.5%, 0);
  }
  50% {
    transform: translate3d(0, -2.5%, 0);
  }
  100% {
    transform: translate3d(0, 2.5%, 0);
  }
}
@keyframes floatingX {
  0% {
    transform: translate3d(2.5%, 0, 0);
  }
  50% {
    transform: translate3d(-2.5%, 0, 0);
  }
  100% {
    transform: translate3d(2.5%, 0, 0);
  }
}
@keyframes marquee01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1800px, 0, 0);
  }
}
@keyframes marquee02 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1300px, 0, 0);
  }
}
@keyframes swing {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  10% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  20% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  50% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(-6px, 0, 0);
  }
  10% {
    transform: translate3d(6px, 0, 0);
  }
  15% {
    transform: translate3d(-4px, 0, 0);
  }
  20% {
    transform: translate3d(4px, 0, 0);
  }
  25% {
    transform: translate3d(-2px, 0, 0);
  }
  30% {
    transform: translate3d(2px, 0, 0);
  }
  35% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes backgroundVol02 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 240px 10%;
  }
  100% {
    background-position: 480px 0;
  }
}
@keyframes floatS {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(5px, 10px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(5vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes float {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes floatShadow {
  0% {
    opacity: 0.8;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(0.8);
  }
}
/*--------------------------------------------*/
body {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  background: #014550 url("img/kv_bg.png") center bottom/cover fixed no-repeat;
}

a {
  color: inherit;
}

.g_header {
  transition: background 400ms;
  background: linear-gradient(135deg, #8be01a, #005f4b 33%, #014550);
}
.g_header .header_menu {
  position: relative;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_item {
  font-size: 1.125em;
}
.g_header .nav-link {
  color: #93ee21;
}
.g_header .nav-link:hover {
  color: #fcee21;
}
.g_header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 28px;
}
.g_header.is_active {
  background-color: #003a3f;
}

.theme_lines {
  position: relative;
  width: 100%;
  height: 1em;
  font-size: 12px;
}
.theme_lines span {
  position: absolute;
  top: 0;
  border-radius: 0.5em;
  height: 1em;
}
.theme_lines .l1 {
  left: 0;
  z-index: 2;
  width: calc(76% + 1em);
  margin-left: -0.5em;
  background-color: #00aa83;
  background-image: linear-gradient(90deg, #00a583, #00b336, #fcee21);
}
.theme_lines .l2 {
  left: 76%;
  z-index: 1;
  width: calc(14% + 1em);
  margin-left: -0.5em;
  background-color: #93ea20;
}
.theme_lines .l3 {
  left: 90%;
  z-index: 2;
  width: calc(10% + 1em);
  margin-left: -0.5em;
  background-color: #008686;
}

.all_wrap {
  overflow: hidden;
}

.ly_sty {
  padding-top: 40px;
  padding-bottom: 40px;
}

.patten {
  position: absolute;
  z-index: 1;
  background: radial-gradient(circle, #0b4d87 3.5px, transparent 3.5px) 0 0/24px 24px repeat;
}

.sc_title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.sc_title .tit {
  color: #0b4d87;
  display: inline-block;
}
.sc_title .tit .zh {
  padding: 0 1em;
  font-size: 2em;
  font-weight: 700;
}
.sc_title .tit .sup {
  font-size: 1.25em;
}
.sc_title .sup_link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 20px;
  color: #00AC34;
}
.sc_title .sup_link::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  border: 2px solid #00AC34;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.sc_title .sup_link:hover a {
  color: #003a3f;
}
.sc_title .sup_link:hover::after {
  border-color: #003a3f;
}
.sc_title .theme_lines {
  margin: 10px auto 30px;
  max-width: 360px;
  width: 80%;
  font-size: 6px;
}

.kv_wrap {
  margin-top: 60px;
}
.kv_wrap .d_kv {
  position: relative;
}
.kv_wrap .d_kv .logo,
.kv_wrap .d_kv .text {
  position: absolute;
  left: 10.4166666667%;
}
.kv_wrap .d_kv .logo {
  top: 17.7777777778%;
  width: 13.5416666667%;
}
.kv_wrap .d_kv .text {
  top: 35.5555555556%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #0b4d87;
  font-weight: 700;
  line-height: 1;
}
.kv_wrap .d_kv .text .new {
  flex: 1 0 100%;
  font-size: 2.5vw;
}
.kv_wrap .d_kv .text .v {
  margin-right: 1.5vw;
  font-size: 12.5vw;
  font-weight: 900;
}
.kv_wrap .d_kv .text .right {
  padding-top: 1.5vw;
  font-size: 4.1666666667vw;
  line-height: 1.2;
}
.kv_wrap .d_kv .text .right .sub {
  font-weight: 300;
}
.kv_wrap .d_kv .text .right .min {
  margin-top: 10px;
  font-size: 2.34375vw;
  font-weight: 300;
}
.kv_wrap img {
  width: 100%;
  max-width: none;
}

.sc_active {
  position: relative;
  z-index: 2;
}
.sc_active .sc_title .tit {
  letter-spacing: -0.02em;
}

.white_bk {
  padding: 40px 30px 60px;
  background-color: #fff;
}
.white_bk .sc_title .tit .sup {
  opacity: 0.8;
  font-weight: 300;
}

.light_bk {
  padding: 40px 30px 60px;
  background-image: linear-gradient(0deg, #8be01a, #fff);
}
.light_bk .sc_title .sup {
  opacity: 0.8;
  font-weight: 300;
}

.deep_bk {
  padding: 40px 30px 60px;
  background-image: linear-gradient(180deg, rgba(0, 95, 75, 0.8), rgba(0, 65, 62, 0.9));
}
.deep_bk .sc_title .tit {
  color: #fff;
}
.deep_bk .sc_title .sup {
  opacity: 0.8;
  font-weight: 300;
}

.sec1_bk {
  background: linear-gradient(180deg, rgba(0, 95, 75, 0.8), rgba(0, 65, 62, 0.9));
  padding: 40px 30px 60px;
}
.sec1_bk .sc_title .tit {
  color: #fff;
}
.sec1_bk .part_tit {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

.global_content .items {
  display: flex;
  margin: 0 -10px;
}
.global_content .item {
  flex: 1 0 33.33%;
  padding: 0 10px;
}
.global_content .item .wrap {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 1.125rem 1.5rem;
}
.global_content .item .icon {
  margin-right: 1.25rem;
  fill: none;
  stroke: #fdc400;
  width: 40px;
}
.global_content .item .main {
  font-size: 2rem;
  font-weight: 700;
  color: #fdc400;
  line-height: 1;
}
.global_content .item .sub {
  margin-top: 0.125rem;
  font-size: 1.25rem;
  color: #fff;
}

@keyframes a1 {
  0% {
    transform: rotate(90deg);
  }
  49.99% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-115deg);
  }
  100% {
    transform: rotate(-245deg);
  }
}
@keyframes a2 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a {
  0% {
    width: 200px;
    border-radius: 200px 0 0 200px;
  }
  49.99% {
    width: 200px;
    border-radius: 200px 0 0 200px;
  }
  50% {
    width: 400px;
    border-radius: 0;
  }
  100% {
    width: 400px;
    border-radius: 0;
  }
}
.enterprise_content .items {
  padding-right: 20%;
}
.enterprise_content .item {
  position: relative;
  margin-top: 10px;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.29);
  line-height: 1.1;
}
.enterprise_content .item .number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #999;
}
.enterprise_content .item .text {
  margin-top: 0.25rem;
  color: #0b4d87;
}
.enterprise_content .item::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0) 90%);
}
.enterprise_content .chart .wrap {
  position: relative;
  width: 400px;
  height: 400px;
}
.enterprise_content .chart .wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 97.5%;
  height: 97.5%;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%);
}
.enterprise_content .chart .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 200px 0 0 200px;
  overflow: hidden;
}
.enterprise_content .chart .circle::before, .enterprise_content .chart .circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 200px;
  border-style: solid;
  border-color: #fdc400;
  border-width: 20px 20px 0;
  border-radius: 200px 200px 0 0;
  transform-origin: 200px 200px;
}
.enterprise_content .chart .circle:before {
  z-index: 1;
  transform: rotate(90deg);
}
.enterprise_content .chart .circle:after {
  opacity: 0;
  z-index: 2;
  transform: rotate(-90deg);
}
.enterprise_content .chart .text {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.enterprise_content .chart .text .main_num {
  line-height: 1;
  text-align: center;
}
.enterprise_content .chart .text .main_num span {
  display: inline-block;
  vertical-align: top;
}
.enterprise_content .chart .text .main_num span:first-child {
  font-size: 8rem;
  font-weight: 700;
}
.enterprise_content .chart .text .main_num span:last-child {
  margin-top: 1.5rem;
  font-size: 3rem;
}
.enterprise_content .chart .text .sup_txt {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
}
.enterprise_content.anied .chart .circle {
  animation: a 1200ms linear forwards;
}
.enterprise_content.anied .chart .circle:before {
  animation: a1 1200ms linear forwards;
}
.enterprise_content.anied .chart .circle:after {
  animation: a2 1200ms linear forwards;
}

.sec2_bk {
  padding: 60px 0;
  background-image: linear-gradient(0deg, #8be01a, #fff 20%);
}

.sec2_cnt .text {
  font-size: 1.5rem;
  max-width: 85%;
  margin: 0 auto;
}
.sec2_cnt .strong {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b4d87;
}
.sec2_cnt .items {
  display: flex;
}
.sec2_cnt .item {
  position: relative;
  z-index: 2;
  flex: 0 0 20%;
  padding: 0 1rem;
}
.sec2_cnt .item .t {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 700;
}

.sec3_bk {
  position: relative;
  overflow: hidden;
}
.sec3_bk .p_0 {
  left: 0;
  top: 10%;
  width: 168px;
  height: 96px;
}

.sec3_cnt {
  display: flex;
  align-items: center;
}
.sec3_cnt .pic {
  flex: 0 0 33%;
}
.sec3_cnt .text {
  padding-left: 2rem;
  font-size: 1.25rem;
}
.sec3_cnt .text .t {
  font-size: 1.5rem;
  font-weight: 700;
}
.sec3_cnt .text .p {
  line-height: 1.3;
}
.sec3_cnt .text ul {
  margin-top: 1rem;
  padding-left: 1.67rem;
  padding-right: 1.67rem;
}
.sec3_cnt .text ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.2;
}

.sec4_cnt .sc_title .tit {
  color: #003a3f;
}
.sec4_cnt .items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.sec4_cnt .item {
  flex: 0 0 32%;
  border-radius: 15px;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 58, 63, 0.9);
  text-align: center;
}
.sec4_cnt .item .icon {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec4_cnt .item .tit {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.sec4_cnt .item .list {
  margin-top: 0.5rem;
  padding-left: 1.67rem;
  text-align: left;
}
.sec4_cnt .item .text {
  margin-top: 1rem;
  font-size: 1.25rem;
}

@keyframes a1 {
  0% {
    transform: rotate(90deg);
  }
  49.99% {
    transform: rotate(-90deg);
  }
  50% {
    transform: rotate(-115deg);
  }
  100% {
    transform: rotate(-245deg);
  }
}
@keyframes a2 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a {
  0% {
    width: 200px;
    border-radius: 200px 0 0 200px;
  }
  49.99% {
    width: 200px;
    border-radius: 200px 0 0 200px;
  }
  50% {
    width: 400px;
    border-radius: 0;
  }
  100% {
    width: 400px;
    border-radius: 0;
  }
}
.sec5_bk {
  background: linear-gradient(180deg, #8be01a, rgba(255, 255, 255, 0.9) 33%, #fff 67%);
}

.need_cnt {
  padding-top: 3rem;
}
.need_cnt .items {
  display: flex;
  justify-content: center;
}
.need_cnt .item {
  flex: 0 0 20%;
  color: #0b4d87;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.need_cnt .item .tit {
  padding: 1rem 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.need_cnt .item ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.bonus_cnt {
  position: relative;
  padding-top: 4rem;
  font-size: 0;
}
.bonus_cnt .p_0 {
  right: calc(100% - 12px);
  left: -204px;
  bottom: calc(100% - 72px);
  top: -48px;
}
.bonus_cnt .tit {
  display: inline-block;
  width: 50%;
  font-size: 2rem;
  font-weight: 300;
  padding-right: 4rem;
  line-height: 1.2;
}
.bonus_cnt .tit img {
  margin-right: 0.5rem;
  height: 1.5em;
  vertical-align: baseline;
}
.bonus_cnt .cnt {
  position: relative;
  display: inline-block;
  width: 50%;
}
.bonus_cnt .cnt .p_1 {
  left: calc(100% - 240px);
  right: 0;
  top: calc(100% + 4px);
  bottom: -52px;
}
.bonus_cnt .cnt .p_2 {
  left: 100%;
  right: -48px;
  top: calc(100% - 92px);
  bottom: -52px;
}
.bonus_cnt .slick_wrap {
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  padding: 2rem;
  border: 2px solid #93ee21;
  background-color: #fff;
}
.bonus_cnt .slick_wrap .items {
  margin: 0 auto;
  width: 50%;
}
.bonus_cnt .slick_wrap .items .arr_wrap {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  cursor: pointer;
}
.bonus_cnt .slick_wrap .items .arr_wrap:hover {
  opacity: 1;
}
.bonus_cnt .slick_wrap .items .arr_wrap .arr {
  border: 2px solid #014550;
  width: 22px;
  height: 22px;
}
.bonus_cnt .slick_wrap .items .arr_wrap.p_arr {
  right: 100%;
}
.bonus_cnt .slick_wrap .items .arr_wrap.p_arr .arr {
  border-width: 2px 0 0 2px;
  transform-origin: right center;
  transform: rotate(-45deg);
}
.bonus_cnt .slick_wrap .items .arr_wrap.n_arr {
  left: 100%;
}
.bonus_cnt .slick_wrap .items .arr_wrap.n_arr .arr {
  border-width: 2px 2px 0 0;
  transform-origin: left center;
  transform: rotate(45deg);
}
.bonus_cnt .slick_wrap .item {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.bonus_cnt .slick_wrap .item .str {
  flex: 1 0 100%;
  font-size: 2.25rem;
  font-weight: 700;
}
.bonus_cnt .slick_wrap .item .text {
  flex: 1 0 100%;
  font-size: 1.125rem;
  line-height: 1.3;
}

.section_gift_block {
  background-color: #f8f8f9;
  padding: 60px 2vw;
}

.sc_form .parag,
.sc_form .point_list {
  max-width: 900px;
  margin: 0 auto;
}
.sc_form .parag {
  font-size: 1.25em;
  text-align: center;
}
.sc_form .parag strong {
  color: #005f4b;
  line-height: 1.8;
}
.sc_form .point_list {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  margin-top: 1.5em;
}
.sc_form .point_list::before, .sc_form .point_list::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 24px;
  width: 30px;
  height: calc(100% - 64px);
  border: 2px solid #00a583;
}
.sc_form .point_list::before {
  left: 15px;
  border-right-width: 0;
}
.sc_form .point_list::after {
  right: 10px;
  border-left-width: 0;
}
.sc_form .point_list .tit,
.sc_form .point_list .item,
.sc_form .point_list .cta {
  position: relative;
  z-index: 2;
}
.sc_form .point_list .tit {
  margin-bottom: 0.5em;
  font-size: 2em;
  font-weight: 700;
  color: #00a583;
  text-align: center;
}
.sc_form .point_list .item {
  border-radius: 22px;
  margin-top: 0.5em;
  padding: 2px;
  background: linear-gradient(60deg, #005f4b, #00a583, #93ee21);
  font-size: 1.125em;
  line-height: 1.1;
}
.sc_form .point_list .item .txt {
  border-radius: 20px;
  padding: 0.75em 2em;
  min-width: 60%;
  background-color: #fff;
  font-weight: 700;
  color: #454545;
}
.sc_form .point_list .item:nth-child(3) {
  background: linear-gradient(-60deg, #005f4b, #00a583, #93ee21);
}
.sc_form .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 1em 2em;
  background: linear-gradient(132deg, #00a583, #005f4b, #003a3f);
  color: #fff;
  font-size: 1.625em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.sc_form .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}
.sc_form .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 10px;
  margin-top: 6px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.sc_form .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}

.modal .modal-body {
  padding: 30px;
}
.modal .form_tit {
  text-align: center;
  margin-bottom: 20px;
}
.modal .form_tit .h2 span {
  font-weight: 700;
  color: #005f4b;
}
.modal .form_tit .tip {
  margin-top: 6px;
  color: red;
}
.modal .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 1em 2em;
  background: linear-gradient(132deg, #00a583, #005f4b, #003a3f);
  color: #fff;
  font-size: 1.625em;
  line-height: 1.1;
  border-radius: 1.5em;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
  animation: scaleInBounce 1000ms linear both;
}
.modal .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}
.modal .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 10px;
  margin-top: 6px;
  transform: translateX(-50%);
  transition: width 300ms;
}
.modal .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}

.sc_gifts {
  padding-top: 40px;
}
.sc_gifts .sc_title {
  margin-top: 1em;
}
.sc_gifts .sc_title .theme_lines {
  margin-bottom: 0;
}
.sc_gifts .gift_tit {
  font-size: 1.25em;
  text-align: center;
}
.sc_gifts .gift_tit span {
  display: block;
  color: #343434;
}
.sc_gifts .gift_tit .main {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 0.75rem 2rem;
  background: linear-gradient(-132deg, #00a583, #005f4b, #003a3f);
}
.sc_gifts .text {
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.2;
}
.sc_gifts .text .sub {
  position: relative;
  top: -3px;
  border: 1px solid currentColor;
  border-radius: 6px;
  margin-left: 0.5rem;
  padding: 3px 8px;
  font-size: 0.875rem;
  color: #00b336;
}
.sc_gifts .gift_name {
  margin-top: 0.25rem;
  font-size: 1.75em;
}
.sc_gifts .gift_name > span {
  margin-left: 0.5rem;
}
.sc_gifts .gift_name > span:first-child {
  margin-left: 0;
}
.sc_gifts .gift_name .brand {
  color: #00a583;
  font-weight: 700;
}
.sc_gifts .gift_name .name {
  color: #005f4b;
  font-weight: 700;
}
.sc_gifts .img {
  position: relative;
  background-color: #fff;
  width: 280px;
  margin: 10px auto 0;
  padding: 2px;
}
.sc_gifts .img img {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.sc_gifts .img::before {
  content: "";
  position: absolute;
  border-radius: 12px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-132deg, #00a583, #005f4b, #003a3f);
}

.main_content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
}

.sc_infomation {
  padding: 50px 5%;
  background-color: #005f4b;
}
.sc_infomation .g_whitebk,
.sc_infomation .g_hotvd {
  position: relative;
  padding: 40px 25px;
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  overflow: hidden;
}
.sc_infomation .g_whitebk .theme_lines,
.sc_infomation .g_hotvd .theme_lines {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sc_infomation .g_case {
  padding-bottom: 20px;
}
.sc_infomation .g_case .sc_title .tit {
  color: #93ee21;
  text-shadow: none;
  line-height: 1;
}
.sc_infomation .g_case .sc_title .sup_link {
  color: #fff;
}
.sc_infomation .g_case .sc_title .sup_link::after {
  border-color: #fff;
}
.sc_infomation .g_case .sc_title .sup_link:hover a {
  color: #fcee21;
}
.sc_infomation .g_case .sc_title .sup_link:hover::after {
  border-color: #fcee21;
}
.sc_infomation .g_case .item {
  position: relative;
}
.sc_infomation .g_case .item:hover .img::after {
  opacity: 0.5;
}
.sc_infomation .g_case .item:hover .img img {
  transform: scale(1.05);
}
.sc_infomation .g_case .img {
  position: relative;
  overflow: hidden;
}
.sc_infomation .g_case .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #003a3f;
  opacity: 0;
  transition: opacity 300ms;
}
.sc_infomation .g_case .img img {
  position: relative;
  z-index: 1;
  transition: transform 300ms;
}
.sc_infomation .g_case .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 3em 1em 1em;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
}
.sc_infomation .g_hotvd {
  margin-top: 15px;
}
.sc_infomation .sc_title {
  margin-top: 0;
  margin-bottom: 20px;
}
.sc_infomation .sc_title .tit {
  text-shadow: 2px 2px 0 #fff;
}
.sc_infomation .item {
  position: relative;
  display: block;
  line-height: 1.4;
  transition-property: background, color, border;
}
.sc_infomation .item .name {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.2;
  text-decoration: underline;
}
.sc_infomation .item .info {
  margin-top: 0.5em;
  line-height: 1.4;
}
.sc_infomation .item .info ul {
  padding-left: 1.5em;
  margin: 10px 0;
}
.sc_infomation .item .info ul li {
  margin: 3px 0;
}
.sc_infomation .item:hover {
  color: #005f4b;
  border-color: #003a3f;
  text-decoration: none;
}
.sc_infomation .g_whitebk .wbk_items .item {
  border-radius: 10px;
  padding: 20px;
  padding-left: 100px;
  transition: background 200ms;
}
.sc_infomation .g_whitebk .wbk_items .item::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 64px;
  height: 64px;
  background: center/contain no-repeat;
  background-image: url("img/ic_whb.svg");
}
.sc_infomation .g_whitebk .wbk_items .item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.sc_infomation .g_whitebk .wbk_bn_items .slide, .sc_infomation .g_whitebk .wbk_bn_items .item {
  outline: none;
}
.sc_infomation .g_whitebk .wbk_bn_items .item_wrap {
  display: flex;
}
.sc_infomation .g_whitebk .wbk_bn_items .item {
  cursor: pointer;
  padding: 0 1px;
  text-align: center;
}
.sc_infomation .g_whitebk .wbk_bn_items .item .img {
  overflow: hidden;
}
.sc_infomation .g_whitebk .wbk_bn_items .item .img img {
  transition: transform 300ms;
}
.sc_infomation .g_whitebk .wbk_bn_items .item .name {
  margin-top: 0.5rem;
}
.sc_infomation .g_whitebk .wbk_bn_items .item:hover img {
  transform: scale(1.05);
}
.sc_infomation .g_hotvd .item {
  margin: 0 auto;
}
.sc_infomation .g_hotvd .item .img {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #000;
}
.sc_infomation .g_hotvd .item img {
  transition: transform 200ms;
}
.sc_infomation .g_hotvd .item:hover img {
  transform: scale(0.96, 0.93);
}
.sc_infomation .g_hotvd .more_items {
  margin: 1rem 0;
}
.sc_infomation .g_hotvd .more_items .tit {
  margin: 0 auto;
  max-width: 240px;
}
.sc_infomation .g_hotvd .more_items a {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #005f4b;
  border-radius: 24px;
  padding: 0.5em 2em;
  font-size: 1.125em;
  text-align: center;
  overflow: hidden;
}
.sc_infomation .g_hotvd .more_items a span {
  position: relative;
  z-index: 2;
  color: #005f4b;
  transition: color 200ms 100ms;
}
.sc_infomation .g_hotvd .more_items a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 300ms;
  background-color: #003a3f;
}
.sc_infomation .g_hotvd .more_items a:hover {
  text-decoration: none;
}
.sc_infomation .g_hotvd .more_items a:hover span {
  color: #fff;
}
.sc_infomation .g_hotvd .more_items a:hover::after {
  opacity: 1;
}
.sc_infomation .demo_items .item_wrap {
  padding: 0 10px;
  margin-bottom: 20px;
}
.sc_infomation .demo_items .item_wrap:nth-child(2n) .item {
  background-color: rgba(0, 95, 75, 0.7);
}
.sc_infomation .demo_items .item_wrap:nth-child(2n) .item::after {
  border-left-color: #fcee21;
}
.sc_infomation .demo_items .item {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  background-color: rgba(0, 95, 75, 0.9);
  height: 100%;
  overflow: hidden;
}
.sc_infomation .demo_items .item .title {
  position: relative;
  font-size: 1.125em;
  line-height: 1.2;
  color: #fff;
  min-height: 42px;
  left: 0;
  transition: left 300ms;
}
.sc_infomation .demo_items .item::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-left: 10px solid #85e4d1;
  height: 100%;
  transition: left 300ms;
}
.sc_infomation .demo_items .item:hover::after {
  left: 0;
}
.sc_infomation .demo_items .item:hover .title {
  left: 6px;
}

.sc_event .col_wrap {
  padding: 10px;
}
.sc_event .evt_item {
  position: relative;
  display: block;
  border-radius: 4px;
  border: 1px solid #85e4d1;
  padding: 1rem;
  height: 100%;
  background-color: rgba(133, 228, 209, 0);
  font-size: 0;
  transition: background 100ms;
}
.sc_event .evt_item .date_block,
.sc_event .evt_item .text_block, .sc_event .evt_item::after {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}
.sc_event .evt_item .date_block {
  padding: 4px 4px 8px;
  width: 2.25em;
  background-color: #005f4b;
  line-height: 1;
  text-align: center;
}
.sc_event .evt_item .date_block .day {
  color: #fcee21;
  font-weight: 700;
  font-size: 1.25em;
}
.sc_event .evt_item .date_block .mon {
  color: #fff;
  font-size: 0.75em;
}
.sc_event .evt_item .text_block {
  position: relative;
  width: calc(100% - 4.5em);
  padding-left: 14px;
  padding-right: 10px;
  line-height: 1.2;
}
.sc_event .evt_item .text_block .tit {
  font-size: 0.875em;
}
.sc_event .evt_item .text_block .stit {
  margin-top: 6px;
  color: #005f4b;
  font-size: 1.125em;
  font-weight: 700;
}
.sc_event .evt_item::after {
  content: "";
  width: 2em;
  height: 100%;
  background: url("img/right.svg") center no-repeat;
  opacity: 0.1;
  transition: opacity 200ms;
}
.sc_event .evt_item:hover {
  background-color: rgba(133, 228, 209, 0.5);
  color: inherit;
}
.sc_event .evt_item:hover::after {
  opacity: 1;
}

.row_others .item {
  display: block;
  border-radius: 8px;
  margin: 10px 0;
  padding: 0.75em 1.5em;
  font-size: 1.33em;
  line-height: 1.25;
  border: 2px solid #000;
  height: 2.5em;
  box-sizing: content-box;
  transition-property: background, color;
  transition-duration: 300ms;
}
.row_others .news_wrap,
.row_others .article_wrap {
  padding: 0 15px;
}
.row_others .news_wrap .item {
  border-color: #005f4b;
  background-color: rgba(0, 95, 75, 0.1);
  color: #005f4b;
}
.row_others .news_wrap .item:hover {
  background-color: #005f4b;
  color: #fff;
  text-decoration: none;
}
.row_others .article_wrap .item {
  border-color: #00a583;
  background-color: rgba(0, 165, 131, 0.1);
  color: #00a583;
}
.row_others .article_wrap .item:hover {
  background-color: #00a583;
  color: #fff;
  text-decoration: none;
}

.sc_company {
  padding-bottom: 80px;
}
.sc_company .container {
  position: relative;
  padding-left: 7%;
  padding-right: 7%;
}
.sc_company .parag_wrap {
  position: relative;
  border-radius: 20px;
  border: 1px solid #003a3f;
  padding: 45px 60px;
}
.sc_company .parag_wrap::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: -8px;
  z-index: 1;
  border-radius: 16px;
  border: 1px solid #85e4d1;
}
.sc_company .parag_wrap .parag {
  position: relative;
  z-index: 2;
}
.sc_company .parag_wrap .parag a {
  color: #005f4b;
  text-decoration: underline;
}
.sc_company .parag_wrap .parag a:hover {
  color: #85e4d1;
}
.sc_company .company_tit {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 3;
  padding: 0 10px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.sc_company .company_tit .ti,
.sc_company .company_tit .nam {
  display: inline-block;
}
.sc_company .company_tit .ti {
  border-radius: 20px;
  padding: 4px 12px;
  border: 1px solid #003a3f;
  color: #003a3f;
}
.sc_company .company_tit .nam {
  margin-left: 6px;
  width: 200px;
}

.line_wrap {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  background-color: #00b336;
}
.line_wrap .logo,
.line_wrap .text {
  display: inline-block;
  vertical-align: middle;
}
.line_wrap .logo img {
  height: 40px;
}
.line_wrap .text {
  margin-left: 1rem;
  font-size: 2em;
  line-height: 1.1;
  color: #fcee21;
  font-weight: 700;
}
.line_wrap .text div {
  padding: 0 6px;
  text-shadow: 0 1px 3px black;
}
.line_wrap .theme_lines {
  margin-top: 6px;
  font-size: 10px;
}
.line_wrap .qr_wrap {
  position: relative;
  width: 100px;
  margin-left: 10px;
}
.line_wrap .qr {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .sc_infomation .wbk_items .item_wrap,
.sc_infomation .wbk_bn_items .item_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 90px 20px;
  }
  .sc_infomation .wbk_items .item_wrap .arw,
.sc_infomation .wbk_bn_items .item_wrap .arw {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-top: 2px solid #00AC34;
    border-left: 2px solid #00AC34;
    cursor: pointer;
    opacity: 0.4;
  }
  .sc_infomation .wbk_items .item_wrap .arw.arw_left,
.sc_infomation .wbk_bn_items .item_wrap .arw.arw_left {
    left: 50px;
    transform: rotate(-45deg);
  }
  .sc_infomation .wbk_items .item_wrap .arw.arw_right,
.sc_infomation .wbk_bn_items .item_wrap .arw.arw_right {
    right: 50px;
    transform: rotate(135deg);
  }
  .sc_infomation .wbk_items .item_wrap .arw:hover,
.sc_infomation .wbk_bn_items .item_wrap .arw:hover {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .navbar-toggler {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .navbar-toggler-icon {
    background-image: url("img/menu.svg");
  }

  .sc_title .tit .zh {
    padding: 0;
    line-height: 1.1;
  }
  .sc_title .tit .sup {
    margin-top: 0.5rem;
  }

  .sec2_cnt .items {
    display: block;
  }

  .global_content .items {
    display: block;
  }
  .global_content .item {
    margin-bottom: 10px;
  }

  .enterprise_content .items {
    padding-right: 15px;
  }
  .enterprise_content .item::after {
    content: "";
    height: 0;
  }
  .enterprise_content .chart {
    margin-top: 20px;
    padding: 15px;
  }
  .enterprise_content .chart .wrap {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
  .enterprise_content .chart .circle {
    animation-name: none;
  }
  .enterprise_content.anied .chart .circle {
    width: 100%;
  }
  .enterprise_content.anied .chart .circle, .enterprise_content.anied .chart .circle::before, .enterprise_content.anied .chart .circle::after {
    animation-name: none;
  }
  .enterprise_content.anied .chart .circle::before, .enterprise_content.anied .chart .circle::after {
    width: 100%;
    height: 50%;
    transform-origin: 50% 100%;
  }
  .enterprise_content.anied .chart .circle::before {
    transform: rotate(115deg);
  }
  .enterprise_content.anied .chart .circle::after {
    opacity: 1;
  }

  .sec3_bk .p_0 {
    top: 90%;
    left: -20%;
  }

  .sec3_cnt {
    flex-direction: column;
  }
  .sec3_cnt .pic {
    order: 2;
  }
  .sec3_cnt .text {
    padding-left: 0;
  }

  .sec4_cnt .items {
    display: block;
  }
  .sec4_cnt .item {
    margin-bottom: 1rem;
  }

  .need_cnt {
    padding-top: 1rem;
  }
  .need_cnt .items {
    flex-wrap: wrap;
  }
  .need_cnt .item {
    flex: 0 0 50%;
    margin-bottom: 1.5rem;
  }

  .bonus_cnt {
    padding-top: 2rem;
  }
  .bonus_cnt .p_0 {
    right: calc(100% + 12px);
  }
  .bonus_cnt .tit,
.bonus_cnt .cnt {
    display: block;
  }
  .bonus_cnt .tit {
    width: 100%;
    padding-right: 0;
  }
  .bonus_cnt .tit img {
    width: 70%;
  }
  .bonus_cnt .cnt {
    margin-top: 1rem;
    width: 100%;
  }
  .bonus_cnt .slick_wrap {
    padding: 1rem;
  }
  .bonus_cnt .slick_wrap .items {
    width: 80%;
  }
  .bonus_cnt .slick_wrap .items .arr_wrap {
    width: 10%;
  }
  .bonus_cnt .slick_wrap .items .arr_wrap.n_arr {
    left: 104%;
  }
  .bonus_cnt .slick_wrap .items .arr_wrap.p_arr {
    right: 104%;
  }

  .sc_form strong {
    display: block;
  }
  .sc_form .point_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sc_form .point_list::before, .sc_form .point_list::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 24px;
    width: 20px;
    height: calc(100% - 64px);
    border: 2px solid #00a583;
  }
  .sc_form .point_list::before {
    left: -10px;
    border-right-width: 0;
  }
  .sc_form .point_list::after {
    right: -10px;
    border-left-width: 0;
  }
  .sc_form .point_list .tit {
    font-size: 1.5em;
    line-height: 1.2;
  }
  .sc_form .point_list .item .txt {
    padding: 0.75em 1em;
  }
  .sc_form .main_button {
    padding: 1em 1.25em;
    font-size: 1.5em;
  }

  .sc_gifts {
    padding-top: 50px;
  }
  .sc_gifts .gift_tit .main {
    padding-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.3;
    transform: skew(0deg);
  }
  .sc_gifts .gift_name {
    text-align: center;
    line-height: 1.2;
  }
  .sc_gifts .gift_name > span {
    display: inline-block;
  }
  .sc_gifts .gift_name .sub {
    top: 0;
    display: inline-block;
    line-height: 1.5;
  }

  .main_content .sc_title .sup_link {
    position: static;
    text-align: right;
  }

  .sc_infomation .g_case .sc_title .sup_link {
    color: #fff;
  }
  .sc_infomation .g_whitebk {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sc_infomation .g_whitebk .wbk_bn_items .item_wrap {
    display: block;
  }
  .sc_infomation .g_whitebk .slide {
    margin-bottom: 1.5rem;
  }
  .sc_infomation .g_hotvd {
    margin-top: 40px;
  }
  .sc_infomation .g_hotvd .hvd_items .item {
    margin-bottom: 30px;
  }

  .row_others {
    padding-bottom: 40px;
  }
  .row_others .sc_news,
.row_others .sc_article {
    padding-top: 0;
    padding-bottom: 0;
  }
  .row_others .sc_article {
    margin-top: 20px;
  }
  .row_others .item {
    height: auto;
  }

  .sc_company .parag_wrap {
    padding: 45px 30px 30px;
  }
  .sc_company .parag_wrap::after {
    left: 6px;
    top: 6px;
    right: 6px;
  }
  .sc_company .company_tit {
    transform: translate(-50%, -65%);
  }
  .sc_company .company_tit .nam {
    margin-left: 0;
    margin-top: 6px;
  }

  .line_wrap .qr_wrap {
    width: 100%;
    margin-left: 0;
  }
  .line_wrap .qr_wrap .qr {
    position: relative;
    width: 160px;
    margin: 20px auto;
  }
}