@font-face {
      font-family: 'lexend';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url(../fonts/CircularStd-Book.woff) format('truetype');
}



html,
body {
      margin: 0px 0px;
      padding: 0px 0px;
      scroll-behavior: smooth;
      color: #000;
      font-family: lexend;
}

svg {
      transition: none !important;
      width: 14px;
      height: 14px;
}

a {
      text-decoration: none;
}

a:hover {
      text-decoration: none;
}

a:active {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}


::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #BCBCBC;
}

::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #BCBCBC;
}

:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #BCBCBC;
}

.blank10 {
      width: 100%;
      height: 10px;
      clear: both;
      overflow: hidden;
}

.blank20 {
      width: 100%;
      height: 20px;
      clear: both;
      overflow: hidden;
}

.blank30 {
      width: 100%;
      height: 30px;
      clear: both;
      overflow: hidden;
}

.blank40 {
      width: 100%;
      height: 40px;
      clear: both;
      overflow: hidden;
}

.blank50 {
      width: 100%;
      height: 50px;
      float: left;
      overflow: hidden;
}

.blank60 {
      width: 100%;
      height: 60px;
      clear: both;
      overflow: hidden;
}

.blank70 {
      width: 100%;
      height: 70px;
      clear: both;
      overflow: hidden;
}

.blank80 {
      width: 100%;
      height: 80px;
      clear: both;
      overflow: hidden;
}

.blank90 {
      width: 100%;
      height: 90px;
      clear: both;
      overflow: hidden;
}

.blank100 {
      width: 100%;
      height: 100px;
      clear: both;
      overflow: hidden;
}

.blank110 {
      width: 100%;
      height: 110px;
      clear: both;
      overflow: hidden;
}

.blank120 {
      width: 100%;
      height: 120px;
      clear: both;
      overflow: hidden;
}

.blank130 {
      width: 100%;
      height: 130px;
      clear: both;
      overflow: hidden;
}

.blank140 {
      width: 100%;
      height: 140px;
      clear: both;
      overflow: hidden;
}

.blank150 {
      width: 100%;
      height: 150px;
      float: left;
      overflow: hidden;
}

.blank160 {
      width: 100%;
      height: 160px;
      clear: both;
      overflow: hidden;
}

.blank170 {
      width: 100%;
      height: 170px;
      clear: both;
      overflow: hidden;
}

.blank180 {
      width: 100%;
      height: 180px;
      clear: both;
      overflow: hidden;
}

.blank190 {
      width: 100%;
      height: 190px;
      clear: both;
      overflow: hidden;
}

.blank200 {
      width: 100%;
      height: 200px;
      clear: both;
      overflow: hidden;
}

.blank210 {
      width: 100%;
      height: 210px;
      clear: both;
      overflow: hidden;
}



.navmain-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: stretch;
      width: 100%;
      height: 77px;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
      background: #000;
      position: sticky;
      top: 0px;
      z-index: 999;
      left: 0px;
}

.navmain {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.navmain-l {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 300px;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.navmain-l>a>.img1 {
      width: auto;
      height: 55px;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      object-fit: cover;
}

.navmain-l>a {
      display: block;
      width: auto;
      height: auto;
}



.navmain-m {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 50px 0 0;
      width: 100%;
      flex: 1;
      height: 100%;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
}


.navmain-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
      width: 235px;
      height: 100%;
      min-height: 0px;
      margin: 0px 0px;
      padding: 0px 0px;
}



.navmain-r a {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border: none;
      background: #BEF705;
      color: #000;
      margin: 0 0;
      padding: 0 20px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 0px;
}

.navmain-r a:hover {
      background: #D7FC00;
}


/*navmenu*/
.navmenu-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      position: relative;
}

.navmenu-drop:hover {}

.navmenu-drop:hover .label-drop {
      color: #fff;
}

.navmenu-drop:hover .icon-drop {
      color: #fff;
}

.navmenu-drop:hover .navmenu-drop-c {
      height: 300px;
      transition: all .1s linear 50ms;
}

.navmenu-item {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: auto;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 20px;
      cursor: pointer;
}

.navmenu-item:hover {
      color: #fff;
}

.navmenu-item:hover .label-text {
      color: #fff;
}

.navmenu-item>.label-text {
      padding: 0px 0px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
}

.navmenu-item>.label-text:hover {
      color: #fff;
      text-decoration: none;
}

.navmenu-item>.label-text:active {
      color: #fff;
      text-decoration: none;
}

.navmenu-item>.label-text:visited {
      color: #fff;
      text-decoration: none;
}


.navmenu-drop {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: auto;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 10px;
      cursor: pointer;
}

.navmenu-drop>.label-drop {
      padding: 0px 0px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
}

.navmenu-drop>.icon-drop {
      margin: 0px 0px 0px 5px;
      padding: 0px 0px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
}

.navmenu-drop-c {
      box-sizing: border-box;
      width: 100%;
      height: 0px;
      margin: 0px 0px;
      padding: 0px 0px;
      border: none;
      background: #fff;
      position: fixed;
      left: 0px;
      top: 77px;
      overflow: hidden;
      transition: all .1s linear 50ms;
      z-index: 9999;
}

.navmenu-drop-layout {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 300px;
      min-height: 300px;
      margin: 0px 0px;
      padding: 0px 0px;
      background: #fff;
}

.navmenu-drop-layout-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: center;
      width: 40%;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.navmenu-drop-layout-r>a>.img1 {
      width: 100%;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      object-fit: cover;
}

.navmenu-drop-layout-r>a {
      display: block;
      width: 100%;
      height: auto;
}

.navmenu-drop-layout-l {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 40px 40px;
}

.navmenu-dropmenu {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 45%;
      height: auto;
      min-height: 30px;
      margin: 5px 0px;
      padding: 0px 0px;
      background: #fff;
      cursor: pointer;
}

.navmenu-dropmenu:hover .icon-dropmenuitem {
      font-size: 14px;
      font-weight: bold;
      color: #000;
}

.navmenu-dropmenu:hover .label-dropmenuitem {
      font-size: 14;
      font-weight: bold;
      color: #000;
}

.navmenu-dropmenu-l {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.navmenu-dropmenu-l>.icon-dropmenuitem {
      margin: 0px 0px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #666;
      cursor: pointer;
}

.navmenu-dropmenu-r {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.navmenu-dropmenu-r>.label-dropmenuitem {
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #000;
      cursor: pointer;
      text-align: left;
}

/*--------自适应--------*/



.footer-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 50px 0px 20px 0;
      background: #000;
}

.footer {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      max-width: 1170px;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-m {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 20px 0px;
}

.footer-cnt {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-cnt-l {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-cate {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: auto;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-cate-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px 5px 0px;
      padding: 0px 0px;
}

.footer-cate-t>.label-title {
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
}

.footer-cate-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-cate-item {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 24px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-cate-item>.label-item {
      padding: 0px 0px;
      font-size: 13px;
      font-weight: normal;
      color: #ddd;
}

.footer-cate-item>.label-item:hover {
      color: #ddd;
      text-decoration: none;
}

.footer-cate-item>.label-item:active {
      color: #ddd;
      text-decoration: none;
}

.footer-cate-item>.label-item:visited {
      color: #ddd;
      text-decoration: none;
}

.footer-cnt-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      width: 45%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px 0 100px;
}

.footer-contact-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
}

.footer-contact {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px 10px 0px;
      padding: 0px 0px;
}




.footer-contact-r {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-contact-r>.label-text {
      padding: 0px 0px;
      font-size: 12px;
      font-weight: normal;
      color: #fff;
}

.footer-contact-r>.label-tel {
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
}

.footer-contactrow {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: auto;
      min-height: 24px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-contactrow-l {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 25px;
      height: auto;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-contactrow-l>.label1 {
      margin: 0px 0px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: var(--e-global-color-12740f9);
}

.footer-contactrow-r {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-contactrow-r>.label1 {
      padding: 0px 0px;
      text-align: left;
      font-size: 13px;
      font-weight: normal;
      color: #fff;
}

.footer-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 20px 0px;
      border-top: solid 1px #333;
}

.footer-b>.label1-cpy {
      width: auto;
      padding: 0px 0px;
      font-size: 12px;
      font-weight: normal;
      color: #fff;
}

.footer-b-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end;
      width: auto;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footer-b-b>.iconlink {
      margin: 0px 0px 0px 10px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
}

.footer-b-b>.iconlink:hover {
      color: #fff;
      text-decoration: none;
}

.footer-b-b>.iconlink:active {
      color: #fff;
      text-decoration: none;
}

.footer-b-b>.iconlink:visited {
      color: #fff;
      text-decoration: none;
}


.footscribe {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      width: 100%;
      height: 40px;
      min-height: 30px;
      margin: 20px 0px;
      padding: 0px 0px;
      border: none;
}

.footscribe-l {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.footscribe-l>.input-footscribe {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 10px;
      border: none;
      border-radius: 5px;
      background: #fff;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #666;
      outline: none;
}

.footscribe-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: auto;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px 0px 10px;
      padding: 0px 0px;
      background: #009100;
}

.footscribe-r>.button-footscribe {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 20px;
      border: none;
      border-radius: 5px;
      background: var(--e-global-color-12740f9);
      text-align: center;
      font-size: 14px;
      font-weight: bold;
      color: #000;
      outline: none;
      cursor: pointer;
}

/*--------自适应--------*/

.elementor-widget-text-editor p {
      margin-top: 0;
      /* 去掉上边距 */
      margin-bottom: 0;
      /* 去掉下边距 */
}



.elementor-image-gallery .galleryid-4231 img {
      aspect-ratio: 4/3;
}

.post4238-takecare img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
}

audio {
      display: none !important;
}

.post4195-oursec img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
}


.post4227-surface img {
      width: 100%;
      aspect-ratio: 4/2.5;
      object-fit: cover;
}

.post4219-customparts img {
      width: 100%;
      aspect-ratio: 4/3;
      object-fit: cover;
}







.formok-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 100px 0px;
}

.formok-c-a {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.formok-c-a-a {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.formok-c-a-a>.label1 {
      padding: 0px 0px;
      text-align: center;
      font-size: 26px;
      font-weight: bold;
      color: #666;
}

.formok-c-a-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 20px 0px;
}

.formok-c-a-b>.label1 {
      padding: 0px 0px;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #666;
}

.formok-c-a-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.formok-c-a-c>.link-goback {
      margin: 0px 0px;
      padding: 10px 30px;
      background: #D7FC00;
      font-size: 14px;
      font-weight: normal;
      color: #000;
}

.formok-c-a-c>.link-goback:hover {
      color: #000;
      text-decoration: none;
}

.formok-c-a-c>.link-goback:active {
      color: #000;
      text-decoration: none;
}

.formok-c-a-c>.link-goback:visited {
      color: #000;
      text-decoration: none;
}

/*--------自适应--------*/














.formbox-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 30px 30px;
      border-radius: 30px;
      background: #000;
}

.formbox {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      position: relative;
}

.formbox-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px 30px 0px;
}

.formbox-t>.label-ttile1 {
      padding: 0px 0px;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      color: #D7FC00;
}

.formbox-m1 {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.formbox-m1>.input1 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: 45px;
      min-height: 45px;
      margin: 10px 0px;
      padding: 0px 10px;
      border: solid 1px #ccc;
      border-radius: 5px;
      background: #fff;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #000;
      outline: none;
}

.formbox-m1>.textarea2 {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      min-height: 100px;
      margin: 10px 0px;
      padding: 10px 10px;
      border: solid 1px #ccc;
      border-radius: 5px;
      background: #fff;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #000;
      outline: none;
}

.formbox-m2 {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 0px;
      background: transparent;
}

.formbox-m2>.button-upload {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 45px;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      border: solid 1px #ccc;
      border-radius: 5px;
      background: transparent;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      outline: none;
      cursor: pointer;
}

.formbox-m3 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 0px;
}

.formbox-m3>.button-send {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 45px;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      border: solid 0px #ccc;
      border-radius: 5px;
      background: #D7FC00;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      color: #000;
      outline: none;
      cursor: pointer;
}

.formbox-m4 {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 0px;
}

.formbox-m4>.label-info {
      width: 100%;
      padding: 0px 0px;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #ddd;
}

.formbox-m4>.label2 {
      margin: 20px 0px;
      padding: 0px 0px;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #ddd;
}

.formbox-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.formbox-b>.label1 {
      margin: 0px 0px;
      padding: 0px 0px;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #D7FC00;
}

.uploadprocess {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: 16px;
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: flex-start;
}

.uploadcur {
      width: 0%;
      height: 100%;
      background-color: #009100;
      color: #fff;
      font-size: 12px;
}

.upload-filex {
      display: none;
}



.formmodal-bg {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 0%;
      height: 100%;
      text-align: center;
      position: fixed;
      z-index: 999994;
      left: 0px;
      top: 0px;
      background-color: #000;
      opacity: 0.3;
}

.formmodal-bg.on {
      width: 100%;
}

.formmodal-c {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 0%;
      height: auto;
      text-align: center;
      position: fixed;
      z-index: 999999;
      left: 50%;
      top: 55%;
      transform: translateX(-50%) translateY(-50%);
      overflow: hidden;
}

.formmodal-c.on {
      width: 90%;
      max-width: 600px;
}


.formmodal-close {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 30px;
      height: 30px;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      color: red;
      position: absolute;
      z-index: 10;
      right: -10px;
      top: -10px;
      font-size: 22px;
      cursor: pointer;
}

.blog-banner {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      position: relative;
}

.blog-banner>img {
      width: 100%;
      height: auto;
      margin: 0 0;
      object-fit: cover;
      max-height: 200px;
      object-position: center center;
}

.blog-text {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 10px 20px;
      width: 100%;
      height: auto;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      position: absolute;
      z-index: 10;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
}





.bloglist-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      max-width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 100px 0px;
}

.bloglist {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      max-width: 1000px;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 0px 0px;
}

.bloglistitem {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 30%;
      height: auto;
      min-height: 30px;
      margin: 20px 0px;
      padding: 0px 0px;
      background: #fff;
      position: relative;
}

.bloglistitem-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.bloglistitem-t>a>.img1 {
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      object-fit: cover;
      aspect-ratio: 2/1;
}

.bloglistitem-t>a {
      display: block;
      width: 100%;
      height: auto;
}

.bloglistitem-m {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 10px;
}

.bloglistitem-m>.label1 {
      padding: 0px 0px;
      text-align: left;
      font-size: 20px;
      font-weight: bold;
      color: #000;
}

.bloglistitem-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 10px;
}

.bloglistitem-b>.label1 {
      padding: 0px 0px;
      text-align: left;
      font-size: 14px;
      font-weight: normal;
      color: #666;
}

/*--------自适应--------*/


.bloginfo-c {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px auto;
      padding: 80px 0px;
      background: #fff;
}

.bloginfo {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      max-width: 1200px;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.bloginfo-l {
      box-sizing: border-box;
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 200px;
      margin: 0px 0px;
      padding: 0px 0px;
      background: #eee;
}

.blogdetail {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 10px;
      background: #fff;
}

.blogdetail-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 0px;
}

.blogdetail-t>.label-title {
      padding: 0px 0px;
      font-size: 20px;
      font-weight: normal;
      color: #000;
}

.blogdetail-m1 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 0px 20px 0px;
      border-bottom: solid 1px #eee;
}

.blogdetail-m1>.label-from {
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #999;
}

.blogdetail-m1>.label-date {
      margin: 0px 0px 0px 20px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #999;
}

.blogdetail-m1>.label-view {
      margin: 0px 0px 0px 20px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #999;
}

.blogdetail-m2 {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 0px;
}

.blogdetail-detail {
      box-sizing: border-box;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 10px 10px;
      text-align: left;
      font-size: 14px;
      color: #666;
      line-height: 1.8;
}


.blogdetail-detail p {
      margin: 0px 0px;
}

.blogdetail-detail img {
      margin: 10px auto;
      width: auto;
      max-width: 100%;
      height: auto;
}


.blogdetail-detail iframe {
      margin: 10px auto;
      width: 100%;
      max-width: 100%;
      min-height: 400px;
      height: auto;
}


.blogdetail-detail>.p1 {
      margin: 0px 0px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #666;
}

.blogdetail-detail>.img {
      object-fit: cover;
}

.blogdetail-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 20px 0px;
}

.blogdetail-prenext {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.blogdetail-prenext-l {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      width: 48%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.blogdetail-prenext-l>.label-prev {
      width: 60px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: bold;
      color: #666;
}

.blogdetail-prenext-l>.label-prev-text {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #666;
}

.blogdetail-prenext-l>.label-prev-text:hover {
      color: #666;
      text-decoration: none;
}

.blogdetail-prenext-l>.label-prev-text:active {
      color: #666;
      text-decoration: none;
}

.blogdetail-prenext-l>.label-prev-text:visited {
      color: #666;
      text-decoration: none;
}

.label-prev-text>label {
      color: #666;
      font-size: 14px;
      margin: 0 5px 0 0;
      cursor: pointer;
}

.blogdetail-prenext-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 48%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
}

.blogdetail-prenext-r>.label-next {
      width: 60px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: bold;
      color: #666;
}

.blogdetail-prenext-r>.label-next-text {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #666;
}

.blogdetail-prenext-r>.label-next-text:hover {
      color: #666;
      text-decoration: none;
}

.blogdetail-prenext-r>.label-next-text:active {
      color: #666;
      text-decoration: none;
}

.blogdetail-prenext-r>.label-next-text:visited {
      color: #666;
      text-decoration: none;
}

.label-next-text>label {
      color: #666;
      font-size: 14px;
      margin: 0 5px 0 0;
      cursor: pointer;
}

.bloginfo-r {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 300px;
      height: auto;
      min-height: 100px;
      margin: 30px 0px 0px 20px;
      padding: 0px 0px;
      background: #fff;
      position: sticky;
      left: 0px;
      top: 100px;
      z-index: 9;
}

.bloginfo-r>.blogquote-button {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 50px;
      min-height: 30px;
      margin: 0px 0px;
      padding: 0px 0px;
      border: none;
      border-radius: 5px;
      background: #D7FC00;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      color: #000;
      outline: none;
      cursor: pointer;
}

.blogquote-button:hover {
      background: #BEF705;
}

.blogcat {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 20px 0px;
      padding: 0px 0px;
}

.blogcat-t {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 0px 0px;
      padding: 20px 0px;
      border-radius: 10px;
      background: #ddd;
}

.blogcat-t>.label-cc1 {
      padding: 0px 0px;
      text-align: left;
      font-size: 20px;
      font-weight: bold;
      color: #000;
}

.blogcat-b {
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 20px 0px;
      padding: 0px 20px;
      border-left: solid 2px #ddd;
}

.blogcat-b-a {
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      width: 100%;
      height: auto;
      min-height: 30px;
      margin: 5px auto;
      padding: 0px 0px;
}

.blogcat-b-a>.link-tt {
      margin: 0px 0px;
      padding: 0px 0px;
      font-size: 14px;
      font-weight: normal;
      color: #000;
}

.blogcat-b-a>.link-tt:hover {
      color: #000;
      text-decoration: none;
}

.blogcat-b-a>.link-tt:active {
      color: #000;
      text-decoration: none;
}

.blogcat-b-a>.link-tt:visited {
      color: #000;
      text-decoration: none;
}

/*--------自适应--------*/


.sharebox {
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0 0 0 0;
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
}

.sharebox>a {
      box-sizing: border-box;
      margin: 0 10px 0 0;
      padding: 0 0 0 0;
      width: 30px;
      height: 30px;
      text-align: center;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      overflow: hidden;
}

.sharebox>a svg {
      width: 30px;
      height: 30px;
}



.pager {
      box-sizing: border-box;
      clear: both;
      font-size: 14px;
      width: 100%;
      height: auto;
      margin: 40px 0 50px 0;
      padding: 0 0px 0 0;
      text-align: center;
}

.pager a {
      color: #666;
      font-size: 14px;
      text-decoration: none;
      border: solid 1px #ddd;
      display: inline-block;
      padding: 6px 10px;
      margin: 2px 4px;
      border-radius: 3px;
}

.pager a:visited {
      color: #666;
      text-decoration: none
}

.pager a:active {
      color: #666;
      text-decoration: none
}

.pager a:hover {
      color: #666;
      text-decoration: none;
}

.pager a.cur {
      color: #fff;
      background: #009aff;
      border: solid 1px #009aff;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
      color: #dddddd;
      border: solid 1px #ddd;
}

.pager span {
      float: right;
}

.pager input {
      outline: none;
      width: 40px;
      height: 29px;
      text-align: center;
      line-height: 28px;
      border: solid 1px #ccc;
}

.pager button {
      outline: none;
      width: 40px;
      height: 29px;
      line-height: 28px;
      border: solid 1px #ccc;
      border-left: none;
      cursor: pointer;
}


#btnSend2{
      width: 100%;
}