html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font-weight: normal; */
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-text-decoration: none;
  text-decoration: none;
}
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  border-radius: 6px;
}
@font-face {
  font-family: "Source Han Sans CN-Normal";
  src: url("//m.nabefarmer.com/statics/font/SourceHanSansCN-Normal.otf") format('truetype');
}
html,
body {
  width: 100%;
}
body {
  font-family: Source Han Sans CN-Normal;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 1200px;
}
header .con {
  width: 1200px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header .con h1 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
header .con .links a {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-right: 30px;
}
header .con .links a:hover {
  color: var(--primary);
}

.title {
  background: url(../images/6a7511f6.png) center / contain no-repeat;
  text-align: center;
}
.title h2 span {
  font-weight: bold;
  font-size: 48px;
  letter-spacing: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FCE8CF), color-stop(40%, #EDB773));
  background: linear-gradient(to right, #FCE8CF 0%, #EDB773 40%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.title p {
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  word-spacing: 8px;
  letter-spacing: 8px;
  margin-top: 5px;
}

.banner {
  width: 100%;
  min-width: 1200px;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lthg {
  padding: 60px 0;
  background-color: var(--white);
}
.lthg .content {
  width: 1200px;
  margin: 0 auto;
}
.lthg .content .top {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lthg .content .top .left {
  width: 568px;
}
.lthg .content .top .left h3 {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 41px;
  letter-spacing: -1px;
  text-align: justify;
}
.lthg .content .top .left p {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 29px;
  text-align: left;
  margin-top: 16px;
}
.lthg .content .top .left a {
  display: block;
  width: 160px;
  height: 50px;
  background: var(--primary);
  border-radius: 20px 0px 20px 0px;
  font-family: Source Han Sans, Source Han Sans;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  margin-top: 29px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(16, 30, 93, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(16, 30, 93, 0.3);
}
.lthg .content .top .left a img {
  margin-left: 9px;
  vertical-align: -3px;
}
.lthg .content .top .right {
  width: 586px;
  height: 382px;
  position: relative;
  background-color: #fff;
}
.lthg .content .top .right .tcplayer {
  width: 574px;
  height: 382px;
  background-color: #000;
}
.lthg .content .top .right video {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.lthg .content .bottom {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lthg .content .bottom li {
  width: 200px;
  height: 140px;
  background: #f5f7ff;
  border-radius: 40px 0px 0px 0px;
}
.lthg .content .bottom li .li_wrap {
  width: 200px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lthg .content .bottom li .li_wrap .li_wrap_in {
  text-align: center;
}
.lthg .content .bottom li .li_wrap .li_wrap_in span {
  font-weight: bold;
  font-size: 50px;
  position: relative;
  margin-left: -10px;
  display: inline-block;
  padding-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#FCE8CF), to(#EDB773));
  background: linear-gradient(to right, #FCE8CF, #EDB773);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.lthg .content .bottom li .li_wrap .li_wrap_in span::after {
  position: absolute;
  right: -24px;
  top: 8px;
  content: "+";
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
.lthg .content .bottom li .li_wrap .li_wrap_in p {
  font-weight: 400;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  margin-top: 10px;
}

.ztyj {
  padding: 60px 0;
  background: #101E5D url(../images/8e39e0bf.png) center -24px / contain no-repeat;
}
.ztyj .yj {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}
.ztyj .yj a {
  display: block;
  position: relative;
  width: 580px;
  height: 240px;
  background: #FFFFFF url(../images/f51375f1.png) center top / contain no-repeat;
  border-radius: 12px 12px 12px 12px;
  margin-top: 105px;
  padding: 40px 0 0 32px;
}
.ztyj .yj a span {
  display: block;
  line-height: 30px;
  text-align: center;
  width: 97px;
  height: 30px;
  border-radius: 15px 15px 15px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#FCE8CF), to(#EDB773)), #101E5D;
  background: linear-gradient(90deg, #FCE8CF 0%, #EDB773 100%), #101E5D;
  font-size: 16px;
  font-weight: 350;
  color: #101E5D;
}
.ztyj .yj a h3 {
  font-size: 24px;
  font-weight: bold;
  color: #EDB874;
  padding: 17px 0 17px;
}
.ztyj .yj a h4 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.ztyj .yj a p {
  font-weight: bold;
  font-size: 24px;
  color: #EDB874;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 60px;
  padding-left: 32px;
}
.ztyj .yj a img {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 182px;
  height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.ztyj .yj a:nth-of-type(-n + 2) {
  margin-top: 80px;
}

.videos {
  width: 100%;
  height: 720px;
  min-width: 1200px;
  background: #101E5D center / 1920px 720px no-repeat;
  padding: 70px 0;
}
.videos .con {
  width: 1200px;
  margin: 70px auto 0;
  overflow: hidden;
}
.videos .con .case-wrap {
  position: relative;
}
.videos .con .case-wrap .swiper-container-horizontal > .swiper-pagination-bullets,
.videos .con .case-wrap .swiper-pagination-custom,
.videos .con .case-wrap .swiper-pagination-fraction {
  bottom: 0px;
}
.videos .con .case-wrap .swiper-slide.swiper-slide-active .list p {
  opacity: 1;
}
.videos .con .case-wrap .swiper-slide .swiper-slide-shadow-left {
  bottom: 40px;
  height: auto;
}
.videos .con .case-wrap .swiper-slide .swiper-slide-shadow-right {
  bottom: 40px;
  height: auto;
}
.videos .con .case-wrap .swiper-slide {
  width: 754px;
  height: 424px;
}
.videos .con .case-wrap .swiper-slide .video-wrap {
  position: relative;
  width: 754px;
  height: 424px;
  padding-bottom: 40px;
}
.videos .con .case-wrap .swiper-slide .video-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .con .case-wrap .swiper-slide .video-wrap #player_s {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 754px;
  height: 424px;
  border-radius: 10px;
  background-color: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .con .case-wrap .swiper-slide .list p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding-top: 17px;
  opacity: 0;
}
.videos .con .case-wrap .swiper-slide.swiper-slide-active .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
}
.videos .con .case-wrap .swiper-button-prev {
  background-image: url(//m.nabefarmer.com/topic/2024/shenzhen/images/e5b61a34.png);
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -52px;
}
.videos .con .case-wrap .swiper-button-next {
  background-image: url(//m.nabefarmer.com/topic/2024/shenzhen/images/bec9856b.png);
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -52px;
}

.hdxc {
  padding: 60px 0;
  text-align: center;
  background-color: var(--white);
}
.hdxc .images {
  padding: 60px 0 40px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hdxc .images img {
  width: 387px;
  height: 300px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.hdxc a {
  display: inline-block;
  width: 160px;
  height: 50px;
  background: var(--primary);
  border-radius: 20px 0px 20px 0px;
  font-weight: 350;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(16, 30, 93, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(16, 30, 93, 0.3);
}

.school {
  padding: 60px 0;
  background-color: var(--white);
}
.school ul {
  margin: 60px auto 0;
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.school ul li {
  width: 227px;
  margin-bottom: 32px;
  margin-right: 16px;
}
.school ul li:nth-of-type(5n) {
  margin-right: 0;
}
.school ul li img {
  width: 227px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.school ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 23px;
  padding-top: 12px;
  text-align: center;
}

.ltxw {
  padding: 70px 0;
  min-width: 1200px;
  width: 100%;
  background-color: var(--white);
}
.ltxw .con {
  margin: 70px auto 0;
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ltxw .con .left {
  width: 545px;
  height: 380px;
  background: #f7f7f7;
  text-align: center;
}
.ltxw .con .left img {
  width: 545px;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ltxw .con .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 68px;
}
.ltxw .con .right span {
  position: relative;
  display: block;
  width: 190px;
  height: 38px;
  line-height: 38px;
  background-color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-left: 24px;
}
.ltxw .con .right span::after {
  position: absolute;
  right: -29px;
  bottom: -19px;
  width: 48px;
  height: 61px;
  background-color: var(--white);
  content: "";
  -webkit-transform: rotateZ(34deg);
  transform: rotateZ(34deg);
}
.ltxw .con .right .links a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 22px;
  display: block;
  white-space: nowrap;
}
.ltxw .con .right .links a p {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}
.ltxw .con .right .links a:hover {
  color: var(--primary);
}

body section .wqhg {
  padding: 60px 0;
  background-color: var(--white);
}
body section .wqhg ::-webkit-scrollbar {
  background-color: #fefefe;
  width: 10px;
}
body section .wqhg ::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background-color: var(--primary);
  border: solid 1px var(--primary);
  cursor: pointer;
}
body section .wqhg .con {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body section .wqhg .con img {
  width: 260px;
  height: 200px;
}
body section .wqhg h3 {
  text-align: center;
  margin-top: 70px;
}
body section .wqhg h3 span {
  font-size: 26px;
  font-weight: 500;
  color: var(--primary);
  position: relative;
  text-align: center;
}
body section .wqhg h3 span::after,
body section .wqhg h3 span:before {
  content: "--";
  position: absolute;
  top: 0;
  font-size: 26px;
  font-weight: 500;
  color: var(--primary);
  line-height: 35px;
}
body section .wqhg h3 span::before {
  left: -45px;
}
body section .wqhg h3 span::after {
  right: -45px;
}
body section .wqhg p.tip {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  padding: 25px 0 50px;
}
body section .wqhg .textwrap {
  position: relative;
  width: 1200px;
  height: 360px;
  margin: 0 auto;
}
body section .wqhg .textwrap::before,
body section .wqhg .textwrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1170px;
  height: 6px;
  background: #FFF;
  z-index: 10;
}
body section .wqhg .textwrap::before {
  top: 0;
}
body section .wqhg .textwrap::after {
  bottom: 0;
}
body section .wqhg .textwrap .text {
  width: 1200px;
  height: 360px;
  background: #FFF;
  overflow-y: scroll;
}
body section .wqhg .textwrap .text p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #333;
  line-height: 38px;
}
body section .wqhg .textwrap .text p a {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
body section .wqhg .textwrap .text p b {
  font-weight: bold;
  display: inline-block;
  padding-top: 40px;
  padding-bottom: 14px;
}
body section .wqhg .textwrap .text p:nth-of-type(1) b {
  padding-bottom: 0;
  padding-top: 35px;
}
body section .wqhg .textwrap .text p:nth-of-type(2) b {
  padding-top: 0;
}
body section .wqhg .textwrap .text p:last-of-type {
  padding-bottom: 36px;
}

body .footer_nav {
  background-color: var(--primary);
  clear: both;
  min-width: 1280px;
}
body .footer_nav .con {
  width: 1280px;
  margin: 0 auto;
}
body .footer_nav .con .footer-menu {
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .footer_nav .con .footer-menu h2 {
  width: 176px;
  height: 44px;
  margin-left: 20px;
  margin-top: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
body .footer_nav .con .footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .footer_nav .con .footer-menu ul li {
  line-height: 90px;
}
body .footer_nav .con .footer-menu ul li a {
  display: inline-block;
  line-height: 50px;
  color: white;
  font-size: 16px;
  font-weight: 300;
}
body .footer_nav .con .footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 27px 0 14px 0;
}
body .footer_nav .con .footer-contact ul {
  width: 633px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body .footer_nav .con .footer-contact ul li:nth-of-type(even) {
  margin-top: -16px;
}
body .footer_nav .con .footer-contact ul li img {
  width: 120px;
  height: 120px;
  margin: 0 10px;
}
body .footer_nav .con .footer-contact ul li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-top: 10px;
}
body .footer_nav .con .footer-contact ul li p {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
body .footer_nav .con .footer-contact ul li p:last-of-type {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  margin-right: 10px;
}
body .footer_nav .con .footer-contact .right {
  padding-bottom: 10px;
}
body .footer_nav .con .footer-contact .right p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
body .footer_nav .con .footer-contact .right p:first-of-type {
  margin-top: 0;
}
body .footer_nav .con .footer-contact .right p span {
  position: relative;
  margin-right: 19px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  cursor: pointer;
}
body .footer_nav .con .footer-contact .right p span:hover a {
  color: white;
}
body .footer_nav .con .footer-contact .right p span:hover a.img-wrap {
  display: block;
}
body .footer_nav .con .footer-contact .right p span:first-of-type {
  width: 80px;
  display: inline-block;
  text-align: right;
  margin-top: 0;
}
body .footer_nav .con .footer-contact .right p span:last-of-type {
  margin-right: 0;
}
body .footer_nav .con .footer-contact .right p span a {
  font-size: 12px;
  font-weight: 400;
  color: white;
}
body .footer_nav .con .footer-contact .right p span a.img-wrap {
  position: absolute;
  display: none;
  width: 120px;
  height: 136px;
  bottom: 0;
  left: 50%;
  z-index: 1100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 16px;
}
body .footer_nav .con .footer-contact .right p span a.img-wrap img {
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
  box-shadow: 0 0 2px 0 rgba(185, 201, 214, 0.7);
}
body .footer_nav .con .footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body .footer_nav .con .footer-copyright p {
  font-size: 14px;
  font-weight: 300;
  color: white;
  line-height: 46px;
}
body .footer_nav .con .footer-copyright p a {
  color: white;
  float: left;
}
body .footer_nav .con .footer-copyright p a img {
  width: 15px;
  height: 17px;
  margin: 0 4px;
  margin-top: -2px;
}

body .right-fixed-nav {
  position: fixed;
  right: 0;
  top: 35%;
  width: 98px;
  z-index: 100;
  background-color: var(--primary);
}
body .right-fixed-nav ul li {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .right-fixed-nav ul li:hover .right-nav-list {
  -webkit-transform: scale(1);
  transform: scale(1);
}
body .right-fixed-nav ul li:first-of-type .right-nav-list {
  left: -151px;
  top: -26px;
}
body .right-fixed-nav ul li:nth-of-type(3) .right-nav-list {
  left: -151px;
  top: -10px;
}
body .right-fixed-nav ul li:nth-of-type(4) .right-nav-list {
  left: -151px;
  top: -10px;
}
body .right-fixed-nav ul li:last-of-type p.title2 {
  padding-bottom: 0;
  border-bottom: none;
}
body .right-fixed-nav ul li > img {
  width: 44px;
  height: 44px;
}
body .right-fixed-nav ul li p.title2 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  width: 70px;
  margin: 0 auto;
  padding-bottom: 14px;
  border-bottom: solid 1px #fff;
}
body .right-fixed-nav ul li .right-nav-list {
  border: 1px solid #dcdcdc;
  position: absolute;
  font-size: 16px;
  color: #333;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  background-color: #fff;
}
body .right-fixed-nav ul li .right-nav-list div {
  display: inline-block;
  width: 149px;
  padding-bottom: 5px;
}
body .right-fixed-nav ul li .right-nav-list div img {
  width: 122px;
  height: 122px;
  margin-top: 7px;
}
body .right-fixed-nav ul li .right-nav-list div p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 15px;
  margin-top: -4px;
}
#share {
  padding: 6px 0 0 0;
}
#share .wechat-qrcode {
  padding-bottom: 0;
}
#share .wechat-qrcode h4 {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  line-height: 15px;
}
#share .wechat-qrcode p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  line-height: 18px;
  padding: 0 5px;
}
#share .wechat-qrcode .help {
  padding-bottom: 0;
}

body .mask {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 110;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
body .mask.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .mask .inner .form {
  width: 436px;
  height: 532px;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
}
body .mask .inner .form h2.title {
  padding: 37px 0 11px;
  text-align: center;
}
body .mask .inner .form h2.title span {
  font-size: 28px;
}
body .mask .inner .form form div {
  overflow: hidden;
  width: 368px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  margin: 26px auto 0;
}
body .mask .inner .form form div input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 368px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: inset #fff 100px 100px 100px;
  box-shadow: inset #fff 100px 100px 100px;
}
body .mask .inner .form form div input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
body .mask .inner .form form div input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
body .mask .inner .form form div input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
body .mask .inner .form form div input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
body .mask .inner .form form div input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
body .mask .inner .form form div select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 368px;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #999;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
}
body .mask .inner .form form div select:-internal-autofill-previewed {
  -webkit-text-fill-color: #000;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}
body .mask .inner .form form div select:-internal-autofill-selected {
  -webkit-text-fill-color: #000;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}
body .mask .inner .form form div select option {
  color: #000;
}
body .mask .inner .form form p.error-tips {
  font-size: 16px;
  color: red;
  height: 0;
  line-height: 60px;
  text-align: center;
}
body .mask .inner .form form button[type=submit] {
  display: block;
  width: 368px;
  height: 56px;
  background: var(--primary);
  border-radius: 4px;
  margin: 60px auto 0;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
}
body .mask .inner .bottom {
  text-align: center;
}
body .mask .inner .bottom img {
  width: 48px;
  height: 48px;
  margin-top: 40px;
  cursor: pointer;
}

:root {
  --primary: #101e5d;
  --white: #F5F7FF;
}


