@charset "UTF-8";
/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #aaaaaa;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: #aaaaaa;
}

:root {
  --vh: 1vh; /*calc(var(--vh) * 100) == 100vh */
}

@font-face {
  font-family: "FZYLHJW"; /*方正银联黑简体*/
  src: url("../fonts/FZYLHJW.woff2") format("woff2"), url("../fonts/FZYLHJW.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.FZYLHJW {
  font-family: "FZYLHJW", -apple-system, BlinkMacSystemFont, PingFang SC, Arial;
}

@font-face {
  font-family: "FZPSZHJW"; /*方正品尚中黑简体*/
  src: url("../fonts/FZPSZHJW.woff2") format("woff2"), url("../fonts/FZPSZHJW.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.FZPSZHJW {
  font-family: "FZPSZHJW", -apple-system, BlinkMacSystemFont, PingFang SC, Arial;
}

@font-face {
  font-family: "FZPSCHJW"; /*方正品尚粗黑简体*/
  src: url("../fonts/FZPSCHJW.woff2") format("woff2"), url("../fonts/FZPSCHJW.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.FZPSCHJW {
  font-family: "FZPSCHJW", -apple-system, BlinkMacSystemFont, PingFang SC, Arial;
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("../fonts/MiSans-Bold.woff2") format("woff2"), url("../fonts/MiSans-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.MiSans-Bold {
  font-family: "MiSans-Bold", -apple-system, BlinkMacSystemFont, PingFang SC, Arial;
}

.mainfr a {
  color: #000000;
  text-decoration: none;
  outline: none;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}
.mainfr a:hover {
  color: #72e0b9;
  text-decoration: none;
  outline: none;
}
.mainfr a:focus {
  outline: none;
  text-decoration: none;
}
.mainfr .clear {
  clear: both;
  font-size: 0vw;
  line-height: 0;
  height: 0;
}
.mainfr * html .clearfix {
  zoom: 1;
}
.mainfr *:first-child + html .clearfix {
  zoom: 1;
}
.mainfr .cell, .mainfr .cell2, .mainfr .cell3 {
  border-collapse: collapse;
  border-spacing: 0;
}
.mainfr .fl {
  float: left;
}
.mainfr .fr {
  float: right;
}
.mainfr a, .mainfr img {
  border: 0px;
  display: inline-block;
}
.mainfr p {
  margin: 0px;
  padding: 0px;
}
.mainfr i {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
.mainfr ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mainfr ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.mainfr br {
  margin: 0px;
  padding: 0px;
}
.mainfr .clearheight {
  width: 100%;
  height: 1px;
  overflow: hidden !important;
}
.mainfr input, .mainfr select, .mainfr textarea {
  font-family: "albb_regular", -apple-system, BlinkMacSystemFont, PingFang SC, Arial;
  outline: none;
}
.mainfr input::-ms-clear, .mainfr input::-ms-reveal {
  display: none;
}
.mainfr input[type=text]:disabled {
  background-color: #999;
}
.mainfr input::-moz-placeholder {
  color: #999;
}
.mainfr input::-moz-placeholder {
  color: #999;
}
.mainfr input::-ms-input-placeholder {
  color: #999;
}
.mainfr input::-webkit-input-placeholder {
  color: #999;
}
.mainfr input[type=text], .mainfr input[type=button], .mainfr input[type=submit], .mainfr input[type=reset], .mainfr select, .mainfr textarea, .mainfr button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mainfr input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0vw 13.3333vw white inset;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mainfr input[type=button], .mainfr input[type=text], .mainfr input[type=password] {
  -webkit-appearance: none;
  outline: none;
}
.mainfr a, .mainfr a:hover, .mainfr a:active, .mainfr a:visited, .mainfr a:link, .mainfr a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

/*common*/
/* CSS Document */
body {
  color: #000;
}

.wrap {
  width: 100%;
  margin: 0px auto;
}

.wrap_c {
  margin: 0px auto;
  width: 1200px;
}

.w_wap {
  display: none;
}

.mainfr {
  width: 100%;
  overflow: hidden;
  padding-top: 81px;
}

.nhapp_01 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.nhapp_01 img {
  width: 100%;
  display: block;
}

.logo {
  overflow: visible;
  position: relative;
  z-index: 10;
  margin-top: -252px;
}

.logo img {
  display: block;
  width: 200px;
  margin: 0px auto;
  padding: 0px;
  -moz-box-shadow: 0 20px 50px rgba(88, 186, 71, 0.5);
  -webkit-box-shadow: 0 20px 50px rgba(88, 186, 71, 0.5);
  box-shadow: 0 20px 50px rgba(88, 186, 71, 0.5);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.bg01fr {
  width: 100%;
  margin-top: -52px;
  padding-top: 52px;
  overflow: hidden;
  background: url("../images/bg_01.webp") 0% 0% no-repeat;
  background-size: 100% 100%;
  border-radius: 40px 40px 0px 0px;
  -webkit-border-radius: 40px 40px 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
  z-index: 9;
}

.nhapp_02 {
  overflow: hidden;
}

.nhapp_02 .con {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #000;
}

.nhapp_03 {
  overflow: hidden;
}

.nhapp_03 .p {
  width: 100%;
  overflow: hidden;
}

.nhapp_03 .np03c {
  width: 100%;
  overflow: visible;
}

.nhapp_03 .np03c .fr {
  width: 31%;
  overflow: hidden;
}

.nhapp_03 .np03c .fr img {
  width: 100%;
  display: block;
}

.nhapp_03 .np03c .fl {
  width: calc(69% - 80px);
  overflow: visible;
}

.nhapp_03 .np03c .fl ul {
  width: 100%;
  overflow: visible;
}

.nhapp_03 .np03c .fl ul li {
  width: 100%;
  overflow: visible;
  position: relative;
}

.nhapp_03 .np03c .fl ul li .bg {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nhapp_03 .np03c .fl ul li .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 2px 5px 10px rgba(27, 118, 11, 0.15);
  -webkit-box-shadow: 2px 5px 10px rgba(27, 118, 11, 0.15);
  box-shadow: 2px 5px 10px rgba(27, 118, 11, 0.15);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nhapp_03 .np03c .fl ul li .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../images/bg_03.jpg") 100% 100% no-repeat #58ba47;
  background-size: auto 220px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nhapp_03 .np03c .fl ul li .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px;
}

.nhapp_03 .np03c .fl ul li .nr .icon {
  width: 50px;
  overflow: hidden;
  float: left;
}

.nhapp_03 .np03c .fl ul li .nr .icon i {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.nhapp_03 .np03c .fl ul li .nr .icon i img {
  width: 100%;
  display: block;
}

.nhapp_03 .np03c .fl ul li .nr .icon i img.img2 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.nhapp_03 .np03c .fl ul li .nr .txt {
  width: calc(100% - 50px - 30px);
  overflow: hidden;
  float: right;
}

.nhapp_03 .np03c .fl ul li .nr .txt .p1 {
  line-height: 50px;
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nhapp_03 .np03c .fl ul li .nr .txt .p2 {
  margin-top: 10px;
  color: #000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nhapp_03 .np03c .fl ul li .nr .txt .p2 p {
  margin-bottom: 10px;
}

.nhapp_03 .np03c .fl ul li .nr .txt .p2 p:last-child {
  margin-bottom: 0px;
}

.nhapp_03 .np03c .fl ul li.active .bg::before {
  background-color: #58ba47;
  -moz-box-shadow: 20px 3px 50px rgba(88, 186, 71, 0.5);
  -webkit-box-shadow: 20px 3px 50px rgba(88, 186, 71, 0.5);
  box-shadow: 20px 3px 50px rgba(88, 186, 71, 0.5);
}

.nhapp_03 .np03c .fl ul li.active .bg::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.nhapp_03 .np03c .fl ul li.active .nr .icon i img.img2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.nhapp_03 .np03c .fl ul li.active .nr .icon i img.img1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.nhapp_03 .np03c .fl ul li.active .nr .txt .p1 {
  color: #fff;
}

.nhapp_03 .np03c .fl ul li.active .nr .txt .p2 {
  color: #fff;
}

.nhapp_03 .np03c .fl ul li.clearheight {
  height: 20px;
  padding: 0px;
  margin: 0px;
}

.bg02fr {
  width: 100%;
  overflow: hidden;
  background: url("../images/bg_02.webp") 0% 0% no-repeat;
  background-size: 100% 100%;
}

.nhapp_04 {
  overflow: hidden;
}

.nhapp_04 .nr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.nhapp_04 .nr .p {
  width: 100%;
  overflow: hidden;
}

.nhapp_04 .nr .txt {
  order: 1;
  width: calc(46.43% - 60px);
  overflow: hidden;
}

.nhapp_04 .nr .txt .c {
  width: 100%;
  overflow: hidden;
}

.nhapp_04 .nr .txt .p4 {
  color: #000;
}

.nhapp_04 .nr .img {
  width: 53.57%;
  overflow: hidden;
}

.nhapp_04 .nr .img img {
  width: 100%;
  display: block;
}

.nhapp_05 {
  overflow: hidden;
  margin-top: -2px;
  position: relative;
  z-index: 9;
}

.nhapp_05 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  height: 52px;
}

.nhapp_06 {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -30px;
}

.n06fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.n06fr .img ul li {
  width: 100%;
  overflow: visible;
  margin-bottom: 20px;
}

.n06fr .img ul li:last-child {
  margin-bottom: 0px;
}

.n06fr .img ul li:last-child img {
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.n06fr .img {
  width: 53.57%;
  overflow: visible;
}

.n06fr .img img {
  width: 100%;
  display: block;
  -moz-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.n06fr .txt {
  width: calc(46.43% - 60px);
  overflow: hidden;
}

.n06fr .txt .c {
  width: 100%;
  overflow: hidden;
}

.n06t_c {
  width: 100%;
  overflow: hidden;
}

.n06t_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.n06t_c ul li:last-child {
  padding-bottom: 0px;
}

.n06t_c ul li .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}

.n06t_c ul li .p1:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #58ba47;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 10px;
}

.n06t_c ul li .p1 {
  line-height: 1.3;
}

.n06t_c ul li .p2 {
  margin-top: 14px;
}

.n06t_c ul li::before {
  content: "";
  display: block;
  width: 1.2px;
  height: 100%;
  background-color: #d6dbe2;
  position: absolute;
  left: 10px;
  top: 0px;
}

.n06t_c ul li:first-child::before {
  margin-top: 10px;
}

.n06t_c ul li:last-child::before {
  height: 10px;
  margin-top: 0px;
}

.nhapp_07 {
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: -30px;
}

.n07fr {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px;
  -moz-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
}

.n07_t {
  width: 100%;
  overflow: hidden;
}

.n07_t .fl {
  width: 38.39%;
}

.n07_t .fr {
  width: 61.61%;
}

.n07t_c {
  width: 100%;
  overflow: hidden;
}

.n07t_c ul li {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.n07t_c ul li:last-child {
  padding-bottom: 0px;
}

.n07t_c ul li .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}

.n07t_c ul li .p1:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #58ba47;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 10px;
}

.n07t_c ul li .p1 {
  line-height: 1.3;
}

.n07t_c ul li .p2 {
  margin-top: 4px;
}

.n07t_c ul li::before {
  content: "";
  display: block;
  width: 1.2px;
  height: 100%;
  background-color: #d6dbe2;
  position: absolute;
  left: 10px;
  top: 0px;
}

.n07t_c ul li:first-child::before {
  margin-top: 10px;
}

.n07t_c ul li:last-child::before {
  height: 10px;
  margin-top: 0px;
}

.n07_c {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1.2px solid #d6dbe2;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  padding: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.n07_c img {
  display: block;
  width: calc((100% - 30px) / 2);
}

.nhapp_08 {
  overflow: visible;
}

.nhapp_08 .n08fr {
  width: 100%;
  overflow: visible;
}

.nhapp_08 .n08fr ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 30px;
}

.nhapp_08 .n08fr ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
}

.nhapp_08 .n08fr ul li .p {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.nhapp_08 .n08fr ul li .pt {
  padding: 40px 40px 20px 40px;
}

.nhapp_08 .n08fr ul li .pt .p1 img {
  display: block;
  height: 56px;
}

.nhapp_08 .n08fr ul li .pt .p2 {
  color: #fff;
  line-height: 1.4;
  margin-top: 20px;
}

.nhapp_08 .n08fr ul li:nth-child(1) .pt {
  background: url("../images/in_11.jpg") 50% no-repeat;
  background-size: cover;
}

.nhapp_08 .n08fr ul li:nth-child(2) .pt {
  background: url("../images/in_12.jpg") 50% no-repeat;
  background-size: cover;
}

.nhapp_08 .n08fr ul li:nth-child(3) .pt {
  background: url("../images/in_13.jpg") 50% no-repeat;
  background-size: cover;
}

.nhapp_08 .n08fr ul li .pc {
  padding: 40px;
  color: #000;
}

.nhapp_09 {
  overflow: visible;
}

.n09fr {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.n09fr .img {
  width: 20%;
  overflow: visible;
}

.n09fr .img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
}

.n09fr .txt {
  width: calc(80% - 60px);
  overflow: hidden;
  position: relative;
  padding-left: 56px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.n09fr .txt::before {
  content: "";
  display: block;
  width: 20px;
  height: 96px;
  background-color: #72e0b9;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.tit1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.tit1 p {
  width: 100%;
  overflow: hidden;
  color: #000;
}

.tit1 span {
  display: inline-block;
  position: relative;
}

.tit1 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background-color: #72e0b9;
  position: absolute;
  left: 0px;
  bottom: 6px;
  z-index: 1;
}

.tit1 span i {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.tit2 {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.tit3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tit3 .p1 {
  line-height: 0.8;
  color: rgba(240, 246, 239, 0.75);
}

.tit3 .t3c {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
}

.tit3 .t3c .p2 {
  color: #000;
  line-height: 1.3;
}

.tit3 .t3c .p2 span {
  display: inline-block;
  position: relative;
}

.tit3 .t3c .p2 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background-color: #72e0b9;
  position: absolute;
  left: 0px;
  bottom: 3px;
  z-index: 1;
}

.tit3 .t3c .p2 span i {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.tit3 .t3c .p3 {
  margin-top: 5px;
}

@media screen and (max-width: 1290px) {
  .logo {
    margin-top: -200px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap_c {
    width: 100%;
    padding: 0 0.20408rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .mainfr {
    padding-top: 1.12245rem;
  }
  .logo {
    margin-top: -0.7rem;
  }
  .logo img {
    width: 1.4rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    float: left;
    margin-left: 7%;
  }
  .bg01fr {
    padding-top: 0.52rem;
    border-radius: 0.2rem 0.2rem 0rem 0rem;
    -webkit-border-radius: 0.2rem 0.2rem 0rem 0rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
  }
  .nhapp_03 .np03c .fl {
    width: 100%;
  }
  .nhapp_03 .np03c .fl ul li .nr {
    padding: 0.4rem;
  }
  .nhapp_03 .np03c .fl ul li.active .nr .txt .p1 {
    min-height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.4;
  }
  .nhapp_03 .np03c .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .nhapp_04 .nr {
    padding: 0.4rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    display: block;
  }
  .nhapp_04 .nr .txt {
    width: 100%;
  }
  .nhapp_04 .nr .img {
    width: 100%;
    margin-top: 0.6rem;
  }
  .n06fr {
    padding: 0.4rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    display: block;
  }
  .n06fr .txt {
    width: 100%;
    padding-top: 0px;
  }
  .n06t_c ul li {
    padding-bottom: 0.6rem;
    margin-bottom: 0px;
  }
  .n06t_c ul li .p1:before {
    top: 3px;
  }
  .n06t_c ul li::before {
    left: 9px;
  }
  .n06fr .img {
    width: 100%;
    margin-top: 0.6rem;
  }
  .n07fr {
    padding: 0.4rem;
    border-radius: 0.6rem;
    -webkit-border-radius: 0.6rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    display: block;
  }
  .n07_t .fl {
    width: 100%;
  }
  .n07_t .fr {
    width: 100%;
    margin-top: 0.4rem;
  }
  .n07_c {
    padding: 0.4rem;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
    display: block;
  }
  .n07_c img {
    width: 100%;
    margin-top: 0.3rem;
  }
  .n07_c img:first-child {
    margin-top: 0px;
  }
  .nhapp_08 .n08fr ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .nhapp_08 .n08fr ul li {
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -webkit-backface-visibility: hidden;
    -webkit-appearance: none;
  }
  .nhapp_08 .n08fr ul li .pt {
    padding: 0.4rem 0.4rem 0.2rem 0.4rem;
  }
  .nhapp_08 .n08fr ul li .pt .p1 img {
    height: 0.56rem;
  }
  .nhapp_08 .n08fr ul li .pc {
    padding: 0.4rem;
  }
  .n09fr {
    display: block;
  }
  .n09fr .txt {
    width: 100%;
  }
  .n09fr .img {
    width: 100%;
    margin-top: 0.4rem;
  }
  .n09fr .img img {
    width: 3rem;
    margin: 0px auto;
  }
  .n07t_c ul li .p1:before {
    top: 3px;
  }
  .bg01fr {
    background-size: cover;
    overflow: visible;
    margin-top: 0.62rem;
  }
  .bg02fr {
    background-size: cover;
    background-position: 0% 100%;
  }
  .w_pc {
    display: none;
  }
  .w_wap {
    display: inline-block;
  }
}