@charset "UTF-8";
@font-face {
  font-family: 'black';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/NotoSansHans-Black.ttf") format("truetype");
}

@font-face {
  font-family: 'regular';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/NotoSansHans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'regular2';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/notoRegular.ttf") format("truetype");
}

@font-face {
  font-family: 'medium';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/NotoSansHans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'bold';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/NotoSansHans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'numbers';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/FACTORY-LININGNUMBERS.ttf") format("truetype");
}

@font-face {
  font-family: 'din-bold';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/DIN_Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'din-blck';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/DIN_Black_0.ttf") format("truetype");
}

@font-face {
  font-family: 'din-regular';
  src: url("https://h5-static.yeahka.com/static/leshuatech/font/DIN-Regular.ttf") format("truetype");
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Microsoft Yahei";
}

html {
  font-size: calc(22px + 6 * (100vw - 1000px) / 1000);
}

main {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding-top: 110px;
}

input,
textarea {
  border: none;
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d4d4d4;
  font-weight: normal;
  font-family: 'regular2';
}

ul {
  list-style: none;
}

body {
  position: relative;
  background-color: #fff;
}

a {
  text-decoration: none;
}

.hide {
  display: none !important;
}

.vhide {
  visibility: hidden;
}

.bg-grey {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.65;
  z-index: 29;
}

.line {
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  z-index: -1;
  background-color: #eeeeee;
}

.line-left {
  left: 8.3333%;
}

.line-middle {
  left: 41.6666%;
}

.line-right {
  right: 8.3333%;
}

.letter-four {
  letter-spacing: 1px;
}

.letter-seven {
  letter-spacing: 1.3px;
}

.letter-thirteen {
  letter-spacing: 1.7px;
}

main {
  width: 19.2rem;
  margin: 0 auto;
}

body {
  background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.fill-head {
  height: 110px;
}

.bg-grey {
  top: 0 !important;
}

.banner {
  width: 100%;
  height: 3.9rem;
  margin: 0 auto;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/banner.jpg") center 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

.banner .line {
  position: absolute;
  z-index: 5;
  background-color: #e3e3e3;
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  z-index: -1;
  background-color: #eeeeee;
}

.banner .line-middle {
  left: 41.6666%;
  z-index: 11;
  opacity: 0.2;
}

.banner .line-left {
  left: 8.3333%;
  z-index: 11;
  opacity: 0.2;
}

.banner .line-right {
  right: 8.3333%;
  z-index: 11;
  opacity: 0.2;
}

section.content {
  position: relative;
  z-index: 2;
  padding-left: 2.4rem;
  padding-right: .8rem;
  box-sizing: border-box;
  width: 17.59rem;
  background: #fff;
  padding-top: .6rem;
}

section.content .tit-fonter {
  width: 2.05rem;
  height: .19rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/tit_font.png") no-repeat;
  background-size: cover;
  margin-bottom: .6rem;
}

section.content nav {
  height: .8rem;
}

section.content nav ul {
  overflow: hidden;
  float: left;
}

section.content nav ul li {
  float: left;
  width: 2.2rem;
  height: .8rem;
  background: #f2f2f2;
  text-align: center;
  line-height: 0.8rem;
  color: rgba(0, 6, 45, 0.8);
  font-size: .18rem;
  margin-right: .02rem;
  cursor: pointer;
  position: relative;
}

section.content nav ul li span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

section.content nav ul li:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  background: #2564ff;
}

section.content nav ul .cur {
  color: white;
}

section.content nav ul .cur::before {
  width: 100%;
}

section.content nav ul .active {
  background: #2564ff;
  color: white;
}

section.content nav .nav {
  height: .8rem;
  box-sizing: border-box;
  width: 3.13rem;
  border-bottom: 1px solid #eeeeee;
  float: right;
  color: rgba(0, 0, 0, 0.5);
  font-size: .14rem;
  padding-top: .43rem;
  line-height: 1;
  text-align: right;
}

section.content nav .nav .nav_lin {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  background: url(https://h5-static.yeahka.com/static/leshuatech/images/serve/jt_h.png) no-repeat 0 6px;
  width: 4px;
  height: 14px;
}

section.content nav .nav .nav_lin.cur {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jt_b.png") no-repeat 0 6px;
}

section.content nav .nav .cur {
  color: #000;
}

section.content .view .view_t1 {
  padding-top: .79rem;
  font-size: .34rem;
  line-height: .36rem;
  padding-bottom: .19rem;
  color: #000;
  position: relative;
  margin-bottom: .33rem;
  font-weight: bold;
}

section.content .view .view_t1:after {
  content: '';
  position: absolute;
  width: .26rem;
  height: .03rem;
  background: #000;
  left: .03rem;
  bottom: 0;
}

section.content .view .view_t3 {
  font-size: .32rem;
  line-height: .34rem;
  font-weight: bold;
  color: #000;
  position: relative;
}

section.content .view .view_describe {
  line-height: .30rem;
  font-size: .16rem;
  color: #3d3d3d;
  width: 7.65rem;
}

section.content .view .view_des {
  font-size: .20rem;
  color: #000;
  line-height: .30rem;
}

section.content .view .view_des_b {
  padding-bottom: .27rem;
}

section.content .view .view_description {
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  color: #38ac60;
  font-size: .16rem;
  padding-top: .25rem;
  padding-bottom: .31rem;
  height: .16rem;
  align-items: center;
}

section.content .view .view_description::before {
  content: '';
  height: .03rem;
  width: .08rem;
  display: block;
  background: #38ac60;
  margin-top: .05rem;
  margin-right: .06rem;
}

section.content .view .banner_img_box2 {
  width: 14.4rem;
  height: 5rem;
  overflow: hidden;
  margin-top: .48rem;
  margin-bottom: .85rem;
  cursor: pointer;
}

section.content .view .banner_img_box2 .banner_img2 {
  width: 14.4rem;
  height: 5rem;
}

section.content .view .banner_img_box {
  width: 14.4rem;
  height: 5rem;
  overflow: hidden;
  margin-bottom: .55rem;
  margin-top: .38rem;
  cursor: pointer;
}

section.content .view .banner_img_box .banner_img {
  width: 14.4rem;
  height: 5rem;
}

section.content .view .view_t2 {
  display: flex;
  align-items: center;
  padding-bottom: .6rem;
  height: .36em;
  line-height: 1;
}

section.content .view .view_t2 b {
  font-size: .32rem;
  font-family: "Microsoft YaHei";
  color: #000;
  font-weight: bold;
}

section.content .view .view_t2 i {
  display: block;
  width: .08rem;
  height: .03rem;
  background: #38ac60;
  margin: 0 .06rem 0 .2rem;
}

section.content .view .view_t2 span {
  color: #38ac60;
  font-size: .16rem;
  font-weight: bold;
}

section.content .view .item_box {
  overflow: hidden;
}

section.content .view .item_box li {
  float: left;
  height: 2rem;
  border-right: 1px solid #eeeeee;
}

section.content .view .item_box li h6 {
  font-size: .20rem;
  padding-bottom: .11rem;
}

section.content .view .item_box li p {
  line-height: .24rem;
  font-size: .16rem;
  color: rgba(0, 0, 0, 0.7);
}

section.content .view_banner {
  width: 14.4rem;
  height: 4rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view_banner.jpg") no-repeat;
  background-size: 14.4rem auto;
  position: relative;
}

section.content .view_banner .e_code_box {
  width: 2.40rem;
  height: 2.47rem;
  position: absolute;
  bottom: 0;
  right: 1.28rem;
  background: #fff;
}

section.content .view_banner .e_code_box img {
  width: 1.77rem;
  height: 1.77rem;
  display: block;
  margin: .30rem auto .15rem;
}

section.content .view_banner .e_code_box p {
  font-size: .16rem;
  line-height: 1;
  text-align: center;
}

section.content .view1 {
  overflow: hidden;
}

section.content .view1 .banner_img_box .e_code_box {
  top: -2.25rem;
  width: 1.7rem;
  height: 2.01rem;
  position: relative;
  margin-left: 6.4rem;
  background-color: #fff;
}

section.content .view1 .banner_img_box .e_code_box img {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  padding-top: .2rem;
  margin: 0 auto;
}

section.content .view1 .banner_img_box .e_code_box .mix_p {
  font-size: .15rem;
  padding-top: .10rem;
  text-align: center;
}

section.content .view1 .item_box {
  padding-bottom: 1.31rem;
}

section.content .view1 .item_box .item1 {
  width: 3.71rem;
}

section.content .view1 .item_box .item1 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item1_img.png") no-repeat;
}

section.content .view1 .item_box .item2 {
  width: 3.5rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view1 .item_box .item2 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item2_img.png") no-repeat;
}

section.content .view1 .item_box .item3 {
  width: 3.59rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view1 .item_box .item3 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item3_img.png") no-repeat;
}

section.content .view1 .item_box .item4 {
  box-sizing: border-box;
  padding-left: .4rem;
  border-right: none;
}

section.content .view1 .item_box .item4 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item4_img.png") no-repeat;
}

section.content .view1 .view1_nav {
  border-bottom: 1px solid #eeeeee;
  line-height: .68rem;
  overflow: hidden;
}

section.content .view1 .view1_nav li {
  cursor: pointer;
  font-size: .18rem;
  color: Rgba(0, 0, 0, 0.65);
  margin-right: .6rem;
  float: left;
  position: relative;
}

section.content .view1 .view1_nav li::after {
  content: '';
  display: block;
  height: 2px;
  width: 0%;
  background: #2564ff;
  bottom: -1px;
  left: 0;
  transition: .3s width;
}

section.content .view1 .view1_nav .cur {
  color: #000;
}

section.content .view1 .view1_nav .cur::after {
  width: 100%;
}

section.content .view1 .view1_view .swiper-wrapper {
  background: #fafafa;
  height: 7.4rem;
  position: relative;
  width: 18rem;
  margin-left: -2.4rem;
  padding: .6rem 2.4rem 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

section.content .view1 .view1_view .swiper-pagination-bullets,
section.content .view1 .view1_view .swiper-pagination-custom,
section.content .view1 .view1_view .swiper-pagination-fraction {
  bottom: 1rem !important;
}

section.content .view1 .view1_view .swiper-pagination {
  width: auto;
  position: absolute;
  left: 47.8%;
  bottom: 17.4% !important;
}

section.content .view1 .view1_view .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #CDCDCD;
  opacity: 1;
  margin: 0 0 0 5px;
}

section.content .view1 .view1_view .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  background: #ADAEB5;
}

section.content .view1 .view1_view .swiper-button-disabled {
  background-color: #e9e9e9;
}

section.content .view1 .view1_view .item_down {
  cursor: pointer;
}

section.content .view1 .view1_view .item1 {
  width: 0.35rem;
  background: url("./1.png");
}
section.content .view1 .view1_view .item2 {
  width: 0.35rem;
  background: url("./2.png");
}
section.content .view1 .view1_view .item {
  width: 3.45rem;
  height: 5.2rem;
  display: inline-block;
  background-size: 100% 100%;
  position: relative;
}

section.content .view1 .view1_view .item .erCode {
  display: none;
  margin: 1.3rem auto;
  width: 1.8rem;
  background-color: #fff;
}

section.content .view1 .view1_view .item .erCode img {
  display: block;
  width: 1.6rem;
  margin: 0 auto;
  padding-top: .1rem;
}

section.content .view1 .view1_view .item .erCode p {
  background: #fff;
  font-size: .15rem;
  text-align: center;
  color: #3d3d3d;
  line-height: 1;
  padding-bottom: .1rem;
  padding-top: .04rem;
}

section.content .view1 .view1_view .item .item_B {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: .9rem;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

section.content .view1 .view1_view .item .item_B dl {
  padding-left: .29rem;
  line-height: 1;
  flex: 1;
}

section.content .view1 .view1_view .item .item_B dl dt {
  color: #fff;
  font-size: .19rem;
  padding-bottom: .1rem;
}

section.content .view1 .view1_view .item .item_B dl dd {
  font-size: .16rem;
  color: rgba(255, 255, 255, 0.7);
}

section.content .view1 .view1_view .item .item_B .ico_dow {
  display: block;
  width: .26rem;
  height: .23rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/download-logo.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view1 .view1_view .item_down:hover .erCode {
  display: block;
}

section.content .view1 .view1_view .item_down:hover .item_B .ico_dow {
  display: block;
  width: .26rem;
  height: .23rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/down.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view1 .view1_view .item1:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view1_img11.jpg");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item2:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view1_img21.jpg");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item3:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view1_img31.jpg");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item4:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view1_img41.jpg");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item10:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view1_img51.jpg");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item12:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/lrfBg20201029.jpg");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item13:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/ysfBg20201207.jpg");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item15:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/lrbBg20210401.png");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item16:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/lsbBg20210507.png");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item17:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/leposBg20210507.png");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item18:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/leepayBg20210701.png");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item20:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/leepayBg20210701.png");
  background-size: 100% 100%;
}

section.content .view1 .view1_view .item22:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/lfsBg20220611.jpg");
  background-size: 100% 100%;
}

section.content .view1 .banner_img_box {
  position: relative;
}

section.content .view1 .banner_img_box .view1_blue {
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 6.4rem;
  height: 2rem;
  background: #2564ff;
  color: #fff;
  display: flex;
  z-index: 1;
}

section.content .view1 .banner_img_box .view1_blue img {
  width: 1.01rem;
  margin-left: .53rem;
  margin-right: .3rem;
}

section.content .view1 .banner_img_box .view1_blue dl {
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 1;
  flex-direction: column;
}

section.content .view1 .banner_img_box .view1_blue dl dt {
  font-size: .16rem;
  padding-bottom: .14rem;
}

section.content .view1 .banner_img_box .view1_blue dl dd {
  font-size: .26rem;
  display: flex;
  align-items: center;
}

section.content .view1 .banner_img_box .view1_blue dl dd div {
  margin: 0 .08rem;
  width: 2px;
  height: .20rem;
  background: rgba(255, 255, 255, 0.5);
}

section.content .view1 .view_t2 {
  padding-top: .8rem;
}

section.content .view2 {
  overflow: hidden;
}

section.content .view2 .view_description {
  justify-content: flex-start;
  padding-bottom: .6rem;
}

section.content .view2 .view2_hide_box {
  position: relative;
}

section.content .view2 .view2_hide_box > div {
  position: absolute;
  right: .62rem;
  top: -.63rem;
  width: 4.97rem;
  height: 4rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view2_blue.jpg");
  background-size: cover;
  z-index: 2;
  color: #fff;
  padding-left: .61rem;
  box-sizing: border-box;
}

section.content .view2 .view2_hide_box > div img {
  width: 1.49rem;
  margin-left: -.24rem;
  margin-top: -.06rem;
  position: absolute;
  left: .6rem;
  top: .59rem;
}

section.content .view2 .view2_hide_box > div p {
  padding-top: 2.89rem;
  height: .16rem;
  font-size: .16rem;
  padding-bottom: .1rem;
}

section.content .view2 .view2_hide_box > div h5 {
  font-size: .26rem;
  line-height: 1;
}

section.content .view2 .view2_nav {
  border-bottom: 1px solid #eeeeee;
  line-height: .68rem;
  overflow: hidden;
}

section.content .view2 .view2_nav li {
  cursor: pointer;
  font-size: .18rem;
  color: Rgba(0, 0, 0, 0.65);
  margin-right: .6rem;
  float: left;
  position: relative;
}

section.content .view2 .view2_nav li::after {
  content: '';
  display: block;
  height: 2px;
  width: 0%;
  background: #2564ff;
  bottom: -1px;
  left: 0;
  transition: .3s width;
}

section.content .view2 .view2_nav .cur {
  color: #000;
}

section.content .view2 .view2_nav .cur::after {
  width: 100%;
}

section.content .view2 .view2_view {
  background: #fafafa;
  height: 6.4rem;
  position: relative;
  width: 15.2rem;
  margin-left: -2.4rem;
  padding: 0 2.4rem;
  overflow: hidden;
}

section.content .view2 .view2_view ul {
  padding: .6rem 0;
  display: flex;
  justify-content: space-between;
}

section.content .view2 .view2_view ul .view2_nav_img1 .view2_navimg {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view2_nav_img1.png") no-repeat center center;
}

section.content .view2 .view2_view ul .view2_nav_img2 .view2_navimg {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view2_nav_img2.png") no-repeat center center;
}

section.content .view2 .view2_view ul .view2_nav_img3 .view2_navimg {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view2_nav_img3.png") no-repeat center center;
}

section.content .view2 .view2_view ul .view2_view_item {
  width: 4.53rem;
  height: 2.8rem;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

section.content .view2 .view2_view ul .view2_view_item .view2_navimg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  position: absolute;
  transition: all 1s;
}

section.content .view2 .view2_view ul .view2_view_item .view2_shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: .26rem;
  line-height: 2.8rem;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 1s;
}

section.content .view2 .view2_view ul .view2_view_item:hover .view2_navimg {
  transform: scale(1.03, 1.03);
}

section.content .view2 .view2_view ul .view2_view_item:hover .view2_shade {
  opacity: 0;
}

section.content .view2 .view2_view .view2_view_change {
  display: flex;
  justify-content: flex-end;
}

section.content .view2 .view2_view .view2_view_change > div {
  width: .41rem;
  height: .14rem;
}

section.content .view2 .view2_view .view2_view_change .left {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/left_no.png") no-repeat;
  margin-right: .4rem;
}

section.content .view2 .view2_view .view2_view_change .left_ing {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/left.png") no-repeat;
}

section.content .view2 .view2_view .view2_view_change .right {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/right_no.png") no-repeat;
}

section.content .view2 .view2_view .view2_view_change .right_ing {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/right.png") no-repeat;
}

section.content .view2 .view2_view .view2_view1,
section.content .view2 .view2_view .view2_view2,
section.content .view2 .view2_view .view2_view3,
section.content .view2 .view2_view .view2_view4 {
  width: 14.4rem;
  display: flex;
  padding-top: .59rem;
  justify-content: space-between;
}

section.content .view2 .view2_view .view2_view1 .flex,
section.content .view2 .view2_view .view2_view2 .flex,
section.content .view2 .view2_view .view2_view3 .flex,
section.content .view2 .view2_view .view2_view4 .flex {
  display: flex;
  justify-content: space-between;
}

section.content .view2 .view2_view .view2_view1 .flex_l,
section.content .view2 .view2_view .view2_view2 .flex_l,
section.content .view2 .view2_view .view2_view3 .flex_l,
section.content .view2 .view2_view .view2_view4 .flex_l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.content .view2 .view2_view .view2_view1 .jh_box,
section.content .view2 .view2_view .view2_view2 .jh_box,
section.content .view2 .view2_view .view2_view3 .jh_box,
section.content .view2 .view2_view .view2_view4 .jh_box {
  position: relative;
}

section.content .view2 .view2_view .view2_view1 .jh_box p,
section.content .view2 .view2_view .view2_view2 .jh_box p,
section.content .view2 .view2_view .view2_view3 .jh_box p,
section.content .view2 .view2_view .view2_view4 .jh_box p {
  position: absolute;
  width: 100%;
  color: #fff;
  line-height: .5rem;
  font-size: .18rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: .31rem;
  bottom: 0;
}

section.content .view2 .view2_view .view2_view1 .jh_box dl,
section.content .view2 .view2_view .view2_view2 .jh_box dl,
section.content .view2 .view2_view .view2_view3 .jh_box dl,
section.content .view2 .view2_view .view2_view4 .jh_box dl {
  position: absolute;
  width: 100%;
  color: #fff;
  opacity: .7;
  font-size: .16rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: .31rem;
  bottom: 0;
  padding: .27rem 0 .28rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box dt,
section.content .view2 .view2_view .view2_view2 .jh_box dt,
section.content .view2 .view2_view .view2_view3 .jh_box dt,
section.content .view2 .view2_view .view2_view4 .jh_box dt {
  font-size: .19rem;
  opacity: 1;
  padding-bottom: .08rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box1,
section.content .view2 .view2_view .view2_view2 .jh_box1,
section.content .view2 .view2_view .view2_view3 .jh_box1,
section.content .view2 .view2_view .view2_view4 .jh_box1 {
  width: 3.45rem;
  height: 5.2rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img1.png");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box2,
section.content .view2 .view2_view .view2_view2 .jh_box2,
section.content .view2 .view2_view .view2_view3 .jh_box2,
section.content .view2 .view2_view .view2_view4 .jh_box2 {
  width: 3.45rem;
  height: 5.2rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img2.png");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box2 .ico_dow,
section.content .view2 .view2_view .view2_view2 .jh_box2 .ico_dow,
section.content .view2 .view2_view .view2_view3 .jh_box2 .ico_dow,
section.content .view2 .view2_view .view2_view4 .jh_box2 .ico_dow {
  right: 0;
  bottom: .5rem;
  display: block;
  width: .26rem;
  height: .23rem;
  position: absolute;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/download-logo.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box2 .erCode,
section.content .view2 .view2_view .view2_view2 .jh_box2 .erCode,
section.content .view2 .view2_view .view2_view3 .jh_box2 .erCode,
section.content .view2 .view2_view .view2_view4 .jh_box2 .erCode {
  display: none;
  margin: 1.3rem auto;
  width: 1.8rem;
  height: 2rem;
  position: relative;
  background-color: #fff;
}

section.content .view2 .view2_view .view2_view1 .jh_box2 .erCode img,
section.content .view2 .view2_view .view2_view2 .jh_box2 .erCode img,
section.content .view2 .view2_view .view2_view3 .jh_box2 .erCode img,
section.content .view2 .view2_view .view2_view4 .jh_box2 .erCode img {
  display: block;
  width: 1.6rem;
  margin: 0 auto;
  padding-top: .1rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box2 .erCode p,
section.content .view2 .view2_view .view2_view2 .jh_box2 .erCode p,
section.content .view2 .view2_view .view2_view3 .jh_box2 .erCode p,
section.content .view2 .view2_view .view2_view4 .jh_box2 .erCode p {
  background: #fff;
  font-size: .15rem;
  text-align: center;
  color: #3d3d3d;
  line-height: 1;
  padding-bottom: .1rem;
  padding-top: .04rem;
  text-indent: 0 !important;
}

section.content .view2 .view2_view .view2_view1 .item5:hover,
section.content .view2 .view2_view .view2_view2 .item5:hover,
section.content .view2 .view2_view .view2_view3 .item5:hover,
section.content .view2 .view2_view .view2_view4 .item5:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img21.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box2:hover .erCode,
section.content .view2 .view2_view .view2_view2 .jh_box2:hover .erCode,
section.content .view2 .view2_view .view2_view3 .jh_box2:hover .erCode,
section.content .view2 .view2_view .view2_view4 .jh_box2:hover .erCode {
  display: block;
}

section.content .view2 .view2_view .view2_view1 .jh_box2:hover .ico_dow,
section.content .view2 .view2_view .view2_view2 .jh_box2:hover .ico_dow,
section.content .view2 .view2_view .view2_view3 .jh_box2:hover .ico_dow,
section.content .view2 .view2_view .view2_view4 .jh_box2:hover .ico_dow {
  display: block;
  width: .26rem;
  height: .23rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/down.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box3,
section.content .view2 .view2_view .view2_view2 .jh_box3,
section.content .view2 .view2_view .view2_view3 .jh_box3,
section.content .view2 .view2_view .view2_view4 .jh_box3 {
  width: 3.45rem;
  height: 5.2rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img3.png");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box4,
section.content .view2 .view2_view .view2_view2 .jh_box4,
section.content .view2 .view2_view .view2_view3 .jh_box4,
section.content .view2 .view2_view .view2_view4 .jh_box4 {
  width: 5.64rem;
  height: 2.5rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img4.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box5,
section.content .view2 .view2_view .view2_view2 .jh_box5,
section.content .view2 .view2_view .view2_view3 .jh_box5,
section.content .view2 .view2_view .view2_view4 .jh_box5 {
  width: 5.64rem;
  height: 2.5rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img5.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box6,
section.content .view2 .view2_view .view2_view2 .jh_box6,
section.content .view2 .view2_view .view2_view3 .jh_box6,
section.content .view2 .view2_view .view2_view4 .jh_box6 {
  width: 2.72rem;
  height: 2.5rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img6.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box7,
section.content .view2 .view2_view .view2_view2 .jh_box7,
section.content .view2 .view2_view .view2_view3 .jh_box7,
section.content .view2 .view2_view .view2_view4 .jh_box7 {
  width: 2.72rem;
  height: 2.5rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img7.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box8,
section.content .view2 .view2_view .view2_view2 .jh_box8,
section.content .view2 .view2_view .view2_view3 .jh_box8,
section.content .view2 .view2_view .view2_view4 .jh_box8 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img8.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box9,
section.content .view2 .view2_view .view2_view2 .jh_box9,
section.content .view2 .view2_view .view2_view3 .jh_box9,
section.content .view2 .view2_view .view2_view4 .jh_box9 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img9.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box10,
section.content .view2 .view2_view .view2_view2 .jh_box10,
section.content .view2 .view2_view .view2_view3 .jh_box10,
section.content .view2 .view2_view .view2_view4 .jh_box10 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img10.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box11,
section.content .view2 .view2_view .view2_view2 .jh_box11,
section.content .view2 .view2_view .view2_view3 .jh_box11,
section.content .view2 .view2_view .view2_view4 .jh_box11 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img11.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box12,
section.content .view2 .view2_view .view2_view2 .jh_box12,
section.content .view2 .view2_view .view2_view3 .jh_box12,
section.content .view2 .view2_view .view2_view4 .jh_box12 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img12.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box13,
section.content .view2 .view2_view .view2_view2 .jh_box13,
section.content .view2 .view2_view .view2_view3 .jh_box13,
section.content .view2 .view2_view .view2_view4 .jh_box13 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img13.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box14,
section.content .view2 .view2_view .view2_view2 .jh_box14,
section.content .view2 .view2_view .view2_view3 .jh_box14,
section.content .view2 .view2_view .view2_view4 .jh_box14 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img14.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box15,
section.content .view2 .view2_view .view2_view2 .jh_box15,
section.content .view2 .view2_view .view2_view3 .jh_box15,
section.content .view2 .view2_view .view2_view4 .jh_box15 {
  width: 3.45rem;
  height: 5.22rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img15.jpg");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box16,
section.content .view2 .view2_view .view2_view2 .jh_box16,
section.content .view2 .view2_view .view2_view3 .jh_box16,
section.content .view2 .view2_view .view2_view4 .jh_box16 {
  width: 3.45rem;
  height: 5.2rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/jh_img16.png");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box16 .ico_dow,
section.content .view2 .view2_view .view2_view2 .jh_box16 .ico_dow,
section.content .view2 .view2_view .view2_view3 .jh_box16 .ico_dow,
section.content .view2 .view2_view .view2_view4 .jh_box16 .ico_dow {
  right: 0;
  bottom: .5rem;
  display: block;
  width: .26rem;
  height: .23rem;
  position: absolute;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/download-logo.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box16 .erCode,
section.content .view2 .view2_view .view2_view2 .jh_box16 .erCode,
section.content .view2 .view2_view .view2_view3 .jh_box16 .erCode,
section.content .view2 .view2_view .view2_view4 .jh_box16 .erCode {
  display: none;
  margin: 1.3rem auto;
  width: 1.8rem;
  height: 2rem;
  position: relative;
  background-color: #fff;
}

section.content .view2 .view2_view .view2_view1 .jh_box16 .erCode img,
section.content .view2 .view2_view .view2_view2 .jh_box16 .erCode img,
section.content .view2 .view2_view .view2_view3 .jh_box16 .erCode img,
section.content .view2 .view2_view .view2_view4 .jh_box16 .erCode img {
  display: block;
  width: 1.6rem;
  margin: 0 auto;
  padding-top: .1rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box16 .erCode p,
section.content .view2 .view2_view .view2_view2 .jh_box16 .erCode p,
section.content .view2 .view2_view .view2_view3 .jh_box16 .erCode p,
section.content .view2 .view2_view .view2_view4 .jh_box16 .erCode p {
  background: #fff;
  font-size: .15rem;
  text-align: center;
  color: #3d3d3d;
  line-height: 1;
  padding-bottom: .1rem;
  padding-top: .04rem;
  text-indent: 0 !important;
}

section.content .view2 .view2_view .view2_view1 .jh_box16:hover,
section.content .view2 .view2_view .view2_view2 .jh_box16:hover,
section.content .view2 .view2_view .view2_view3 .jh_box16:hover,
section.content .view2 .view2_view .view2_view4 .jh_box16:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/lhsd-bg.png") no-repeat;
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box16:hover .ico_dow,
section.content .view2 .view2_view .view2_view2 .jh_box16:hover .ico_dow,
section.content .view2 .view2_view .view2_view3 .jh_box16:hover .ico_dow,
section.content .view2 .view2_view .view2_view4 .jh_box16:hover .ico_dow {
  display: block;
  width: .26rem;
  height: .23rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/down.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box17,
section.content .view2 .view2_view .view2_view2 .jh_box17,
section.content .view2 .view2_view .view2_view3 .jh_box17,
section.content .view2 .view2_view .view2_view4 .jh_box17 {
  width: 3.45rem;
  height: 5.2rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/ysb20220608.png");
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box17 .ico_dow,
section.content .view2 .view2_view .view2_view2 .jh_box17 .ico_dow,
section.content .view2 .view2_view .view2_view3 .jh_box17 .ico_dow,
section.content .view2 .view2_view .view2_view4 .jh_box17 .ico_dow {
  right: 0;
  bottom: .5rem;
  display: block;
  width: .26rem;
  height: .23rem;
  position: absolute;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/download-logo.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box17 .erCode,
section.content .view2 .view2_view .view2_view2 .jh_box17 .erCode,
section.content .view2 .view2_view .view2_view3 .jh_box17 .erCode,
section.content .view2 .view2_view .view2_view4 .jh_box17 .erCode {
  display: none;
  margin: 1.3rem auto;
  width: 1.8rem;
  height: 2rem;
  position: relative;
  background-color: #fff;
}

section.content .view2 .view2_view .view2_view1 .jh_box17 .erCode img,
section.content .view2 .view2_view .view2_view2 .jh_box17 .erCode img,
section.content .view2 .view2_view .view2_view3 .jh_box17 .erCode img,
section.content .view2 .view2_view .view2_view4 .jh_box17 .erCode img {
  display: block;
  width: 1.6rem;
  margin: 0 auto;
  padding-top: .1rem;
}

section.content .view2 .view2_view .view2_view1 .jh_box17 .erCode p,
section.content .view2 .view2_view .view2_view2 .jh_box17 .erCode p,
section.content .view2 .view2_view .view2_view3 .jh_box17 .erCode p,
section.content .view2 .view2_view .view2_view4 .jh_box17 .erCode p {
  background: #fff;
  font-size: .15rem;
  text-align: center;
  color: #3d3d3d;
  line-height: 1;
  padding-bottom: .1rem;
  padding-top: .04rem;
  text-indent: 0 !important;
}

section.content .view2 .view2_view .view2_view1 .jh_box17:hover,
section.content .view2 .view2_view .view2_view2 .jh_box17:hover,
section.content .view2 .view2_view .view2_view3 .jh_box17:hover,
section.content .view2 .view2_view .view2_view4 .jh_box17:hover {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/ysb-bg.jpg") no-repeat;
  background-size: 100% 100%;
}

section.content .view2 .view2_view .view2_view1 .jh_box17:hover .ico_dow,
section.content .view2 .view2_view .view2_view2 .jh_box17:hover .ico_dow,
section.content .view2 .view2_view .view2_view3 .jh_box17:hover .ico_dow,
section.content .view2 .view2_view .view2_view4 .jh_box17:hover .ico_dow {
  display: block;
  width: .26rem;
  height: .23rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/down.png");
  background-size: 100% 100%;
  margin-right: .3rem;
}

section.content .view2 .view2_view .view-scholl .jh_box {
  display: inline-block;
  position: relative;
}

section.content .view2 .view2_view .view-scholl .jhSwiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

section.content .view2 .view2_view .view-scholl .swiper-wrapper {
  background: #fafafa;
  height: 7.4rem;
  position: relative;
  width: 18rem;
  margin-left: -2.4rem;
  padding: 0 2.4rem 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

section.content .view2 .view2_view .view-scholl .swiper-wrapper .swiper-slide {
  display: contents;
  overflow: auto;
}

section.content .view2 .view2_view .view-scholl .swiper-pagination-bullets,
section.content .view2 .view2_view .view-scholl .swiper-pagination-custom,
section.content .view2 .view2_view .view-scholl .swiper-pagination-fraction {
  bottom: 1rem !important;
}

section.content .view2 .view2_view .view-scholl .swiper-pagination {
  width: auto;
  position: absolute;
  left: 47.8%;
  bottom: 17.4% !important;
}

section.content .view2 .view2_view .view-scholl .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #CDCDCD;
  opacity: 1;
  margin: 0 0 0 5px;
}

section.content .view2 .view2_view .view-scholl .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  background: #ADAEB5;
}

section.content .view2 .view2_view .view-scholl .swiper-button-disabled {
  background-color: #e9e9e9;
}

section.content .view2 .view2_content {
  padding-top: 1rem;
}

section.content .view2 .item_box {
  width: 110%;
  padding-bottom: 1.31rem;
}

section.content .view2 .item_box li .ico_img {
  height: 1.12rem;
}

section.content .view2 .item_box .item1 {
  width: 3.7rem;
}

section.content .view2 .item_box .item1 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item16_img.png") no-repeat;
}

section.content .view2 .item_box .item2 {
  width: 3.5rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view2 .item_box .item2 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item17_img.png") no-repeat;
}

section.content .view2 .item_box .item3 {
  width: 3.59rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view2 .item_box .item3 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item18_img.png") no-repeat;
}

section.content .view2 .item_box .item4 {
  box-sizing: border-box;
  padding-left: .4rem;
  border-right: none;
}

section.content .view2 .item_box .item4 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item19_img.png") no-repeat;
}

section.content .view2 .view_banner {
  margin-bottom: 1.1rem;
}

section.content .view2 .btn-more-wrapper {
  float: right;
  overflow: hidden;
  height: .61rem;
  margin-top: .18rem;
  margin-bottom: .3rem;
}

section.content .view2 .btn-more-wrapper .btn-more {
  position: relative;
  width: 2.6rem;
  height: .615rem;
  line-height: .61rem;
  font-size: .16rem;
  border: 2px solid #dcdcdc;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

section.content .view2 .btn-more-wrapper .btn-more .arrow-wrapper {
  position: absolute;
  right: 0;
  width: .4rem;
}

section.content .view2 .btn-more-wrapper .btn-more .arrow-wrapper .arrow-line {
  position: absolute;
  top: 50%;
  width: .15rem;
  height: 2px;
  transform: translate3d(0, -50%, 0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #38b25d;
}

section.content .view2 .btn-more-wrapper .btn-more .arrow-wrapper > .icon {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: .28rem;
  height: .2rem;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #38b25d;
  fill: currentColor;
}

section.content .view2 .btn-more-wrapper .btn-more > div {
  position: relative;
  height: 100%;
}

section.content .view2 .btn-more-wrapper .btn-more > div span {
  position: absolute;
  left: .26rem;
  top: -0.01rem;
  z-index: 12;
  transition: color .2s linear;
  font-weight: bold;
}

section.content .view2 .btn-more-wrapper .btn-more::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #38b25b;
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  z-index: 1;
}

section.content .view2 .btn-more-wrapper .btn-more:hover > div {
  color: #fff;
}

section.content .view2 .btn-more-wrapper .btn-more:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

section.content .view2 .btn-more-wrapper .btn-more:hover {
  border-color: #38b25d;
}

section.content .view2 .btn-more-wrapper .btn-more:hover .arrow-wrapper .arrow-line {
  width: .21rem;
  z-index: 12;
  background-color: #fff;
}

section.content .view2 .btn-more-wrapper .btn-more:hover .arrow-wrapper .icon {
  transform: translate3d(-25%, -50%, 0);
  z-index: 12;
  color: #fff !important;
}

section.content .view3 {
  padding-bottom: 1.11rem;
}

section.content .view3 .flex_dec {
  display: flex;
  height: .8rem;
}

section.content .view3 .flex_dec .flex_left {
  flex: 1;
}

section.content .view3 .flex_dec .flex_left p {
  width: 7.65rem;
}

section.content .view3 .flex_dec .flex_left .view_description {
  justify-content: flex-start;
}

section.content .view3 .flex_dec > .view_describe {
  width: 5.58rem;
}

section.content .view3 .flex_ls {
  display: flex;
  padding-top: 2.41rem;
  height: 7.5rem;
  box-sizing: border-box;
}

section.content .view3 .flex_ls .flex_ls_left {
  flex: 1;
}

section.content .view3 .flex_ls .flex_ls_left img {
  width: 1.84rem;
}

section.content .view3 .flex_ls .flex_ls_left .view_describe {
  padding-top: .55rem;
  width: 7.65rem;
  padding-bottom: .52rem;
}

section.content .view3 .flex_ls .flex_ls_right .blue_box {
  width: 5.59rem;
  height: 2.6rem;
  background: #004aff;
  margin-top: -2.09rem;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-left: .6rem;
  color: #fff;
  font-weight: bold;
  padding-top: .54rem;
}

section.content .view3 .flex_ls .flex_ls_right .blue_box h5 {
  font-weight: normal;
  font-size: .30rem;
  width: 3.6rem;
}

section.content .view3 .flex_ls .flex_ls_right .blue_box .white_line {
  background: #dde1e2;
  width: .26rem;
  height: .02rem;
  margin-top: .25rem;
  margin-bottom: .17rem;
}

section.content .view3 .flex_ls .flex_ls_right .blue_box p {
  font-size: .20rem;
  line-height: 1;
}

section.content .view3 .flex_ls .flex_ls_right .ls_img_box {
  cursor: pointer;
  width: 5.59rem;
  height: 4.4rem;
  overflow: hidden;
}

section.content .view3 .flex_ls .flex_ls_right .ls_img_box .ls_img {
  width: 100%;
  height: 100%;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/ls_img.png") center center;
  background-size: 100% 100%;
  transition: all 1s;
}

section.content .view3 .flex_ls .flex_ls_right .ls_img_box .ls_img:hover {
  transform: scale(1.03, 1.03);
}

section.content .view3 .flex_ys {
  display: flex;
  padding-top: .28rem;
  height: 5.5rem;
  box-sizing: border-box;
}

section.content .view3 .flex_ys .ys_left {
  flex: 1;
}

section.content .view3 .flex_ys .ys_left .ys_left_top {
  width: 6.75rem;
  height: 2.4rem;
  background: #004aff;
  display: flex;
  align-items: center;
}

section.content .view3 .flex_ys .ys_left .ys_left_top img {
  margin-left: .62rem;
  margin-right: .09rem;
  width: 1.38rem;
  height: .94rem;
}

section.content .view3 .flex_ys .ys_left .ys_left_top dl {
  padding-left: .4rem;
  border-left: 2px solid #80a5ff;
  color: #fff;
}

section.content .view3 .flex_ys .ys_left .ys_left_top dl dt {
  font-size: .30rem;
  font-weight: bold;
}

section.content .view3 .flex_ys .ys_left .ys_left_top dl dd {
  font-size: .20rem;
}

section.content .view3 .flex_ys .ys_left .ys_left_bottom {
  display: flex;
  padding-top: .81rem;
  line-height: .30rem;
  font-size: .16rem;
  color: #3d3d3d;
  height: 3.1rem;
  width: 5.75rem !important;
}

section.content .view3 .flex_ys .ys_right {
  width: 7.65rem;
  height: 5.5rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/yeasales_banner.png") no-repeat;
  background-size: 100% auto;
}

section.content .view3 .view3_bg {
  margin-left: -2.4rem;
  padding-left: 2.4rem;
  background: #fafafa;
  height: 5rem;
}

section.content .view3 .view_t11 {
  padding-top: .2rem;
  font-size: .32rem;
  line-height: .36rem;
  padding-bottom: .19rem;
  color: #000;
  position: relative;
  margin-bottom: .2rem;
  font-weight: bold;
}

section.content .view3 .view3_bottom .view3_img {
  cursor: pointer;
  width: 14.4rem;
  height: 5.5rem;
  overflow: hidden;
}

section.content .view3 .view3_bottom .view3_img div {
  width: 100%;
  height: 100%;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view3_img.jpg") no-repeat center center;
  background-size: 100% 100%;
}

section.content .view3 .view3_bottom .view3_bottom_flex {
  display: flex;
}

section.content .view3 .view3_bottom .view3_bottom_flex .view3_bottom_blue {
  width: 7.64rem;
  height: 2.4rem;
  background: #004aff;
  display: flex;
  align-items: center;
}

section.content .view3 .view3_bottom .view3_bottom_flex .view3_bottom_blue img {
  margin-left: 1rem;
  margin-right: .4rem;
  width: .69rem;
  height: .94rem;
}

section.content .view3 .view3_bottom .view3_bottom_flex .view3_bottom_blue dl {
  padding-left: .4rem;
  border-left: 2px solid #80a5ff;
  color: #fff;
}

section.content .view3 .view3_bottom .view3_bottom_flex .view3_bottom_blue dl dt {
  font-size: .30rem;
  font-weight: bold;
}

section.content .view3 .view3_bottom .view3_bottom_flex .view3_bottom_blue dl dd {
  font-size: .20rem;
}

section.content .view3 .view3_bottom .view3_bottom_flex .zzg_dec {
  padding: .74rem 0 0 1.18rem;
  line-height: .29rem;
  width: 6.74rem;
  box-sizing: border-box;
  color: #3d3d3d;
  font-size: .16rem;
}

section.content .view3 .view3_bottom .view3_bottom_flex .zzg_dec p {
  padding-bottom: .73rem;
}

section.content .view3 .view3_bottom .view3_bottom_flex .zzg_dec .btn-more-wrapper {
  float: right;
}

section.content .view3 .btn-more-wrapper {
  position: relative;
  overflow: hidden;
}

section.content .view3 .btn-more-wrapper .btn-more {
  position: relative;
  width: 240px;
  height: 60px;
  line-height: 48px;
  font-size: 16px;
  border: 2px solid #dcdcdc;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
}

section.content .view3 .btn-more-wrapper .btn-more .arrow-wrapper {
  position: absolute;
  right: 0;
  width: 40px;
}

section.content .view3 .btn-more-wrapper .btn-more .arrow-wrapper .arrow-line {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  transform: translate3d(0, -50%, 0);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #38b25d;
}

section.content .view3 .btn-more-wrapper .btn-more .arrow-wrapper > .icon {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 28px;
  height: 20px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #38b25d;
  fill: currentColor;
}

section.content .view3 .btn-more-wrapper .btn-more > div {
  position: relative;
  height: 100%;
}

section.content .view3 .btn-more-wrapper .btn-more > div span {
  position: absolute;
  left: 27px;
  top: 50%;
  font-weight: 100;
  transform: translate3d(0, -50%, 0);
  z-index: 12;
  transition: color .2s linear;
}

section.content .view3 .btn-more-wrapper .btn-more::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #38b25b;
  -webkit-transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  transition: width 0.3s cubic-bezier(0.37, 0, 0.21, 1.02);
  z-index: 1;
}

section.content .view3 .btn-more-wrapper .btn-more:hover > div {
  color: #fff;
}

section.content .view3 .btn-more-wrapper .btn-more:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

section.content .view3 .btn-more-wrapper .btn-more:hover {
  border-color: #38b25d;
}

section.content .view3 .btn-more-wrapper .btn-more:hover .arrow-wrapper .arrow-line {
  width: 21px;
  z-index: 12;
  background-color: #fff;
}

section.content .view3 .btn-more-wrapper .btn-more:hover .arrow-wrapper .icon {
  transform: translate3d(-25%, -50%, 0);
  z-index: 12;
  color: #fff !important;
}

section.content .view4 {
  padding-bottom: 1.1rem;
}

section.content .view4 .banner_img_box {
  position: relative;
}

section.content .view4 .view_t22 {
  padding-top: .2rem;
  font-size: .32rem;
  line-height: .34rem;
  color: #000;
  position: relative;
  margin-bottom: -.1rem;
  font-weight: bold;
}

section.content .view4 .e_code_box {
  top: -2.85rem;
  width: 1.7rem;
  height: 2.01rem;
  position: relative;
  margin-left: 7.7rem;
  background-color: #fff;
}

section.content .view4 .e_code_box img {
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  padding-top: .2rem;
  margin: 0 auto;
}

section.content .view4 .e_code_box .mix_p {
  font-size: .15rem;
  padding-top: .10rem;
  text-align: center;
}

section.content .view4 .view_t2 {
  margin-top: -2rem;
}

section.content .view4 .view4_blue_box {
  height: 0rem;
  position: relative;
}

section.content .view4 .view4_blue_box div {
  position: absolute;
  color: #fff;
  background: #2564ff;
  width: 4.98rem;
  height: 2rem;
  right: 0rem;
  bottom: 2.86rem;
  box-sizing: border-box;
  padding: .67rem 0 0 .62rem;
}

section.content .view4 .view4_blue_box div h5 {
  font-size: .30rem;
  padding-bottom: .17rem;
  line-height: 1;
}

section.content .view4 .view4_blue_box div p {
  font-size: .20rem;
  line-height: 1;
}

section.content .view4 .item_box li .ico_img {
  height: 1.12rem;
}

section.content .view4 .item_box .item1 {
  width: 3.71rem;
}

section.content .view4 .item_box .item1 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item5_img.png") no-repeat;
}

section.content .view4 .item_box .item2 {
  width: 3.5rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view4 .item_box .item2 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item6_img.png") no-repeat;
}

section.content .view4 .item_box .item3 {
  width: 3.59rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view4 .item_box .item3 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item7_img.png") no-repeat;
}

section.content .view4 .item_box .item4 {
  box-sizing: border-box;
  padding-left: .4rem;
  border-right: none;
}

section.content .view4 .item_box .item4 .ico_img {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item8_img.png") no-repeat;
}

section.content .view5 {
  padding-bottom: 1.15rem;
}

section.content .view5 .flex {
  display: flex;
  justify-content: space-between;
}

section.content .view5 .view5_blue_box {
  height: 0;
  position: relative;
  z-index: 1;
}

section.content .view5 .view5_blue_box div {
  width: 7.65rem;
  height: 1.6rem;
  background: #2564ff;
  padding: .5rem 0 0 .59rem;
  box-sizing: border-box;
  color: #fff;
  line-height: 1;
}

section.content .view5 .view5_blue_box div h5 {
  font-size: .30rem;
  padding-bottom: .15rem;
}

section.content .view5 .view5_blue_box div p {
  font-size: .18rem;
}

section.content .view5 .view5_nav {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

section.content .view5 .view5_nav li {
  cursor: pointer;
  margin-right: .54rem;
  line-height: .7rem;
  font-size: .20rem;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}

section.content .view5 .view5_nav li::after {
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -2px;
  background: #2564ff;
  content: '';
  display: block;
  transition: .3s width;
}

section.content .view5 .view5_nav .cur {
  color: black;
}

section.content .view5 .view5_nav .cur::after {
  width: 100%;
}

section.content .view5 .view5_nav div {
  flex: 1;
}

section.content .view5 .view5_nav_box1 {
  height: 7.29rem;
  box-sizing: border-box;
  padding-top: .59rem;
  display: flex;
}

section.content .view5 .view5_nav_box1 .view5_nav_c {
  flex: 1;
}

section.content .view5 .view5_nav_box1 .view5_nav_c .view_t1 {
  padding-top: .77rem;
}

section.content .view5 .view5_nav_box1 .view5_nav_c .view5_describe {
  padding-top: .3rem;
  padding-bottom: .92rem;
}

section.content .view5 .view5_nav_box1 .view5_nav_c ul {
  display: flex;
}

section.content .view5 .view5_nav_box1 .view5_nav_c ul li {
  padding-top: .86rem;
}

section.content .view5 .view5_nav_box1 .view5_nav_c ul li p {
  font-size: .18rem;
  color: #000;
  line-height: 1;
}

section.content .view5 .view5_nav_box1 .view5_nav_c ul .item1 {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item13_img.png") no-repeat;
  width: 1.59rem;
  border-right: 1px solid #eeeeee;
}

section.content .view5 .view5_nav_box1 .view5_nav_c ul .item2 {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item14_img.png") 0.39rem 0 no-repeat;
  width: 1.97rem;
  text-indent: .39rem;
  border-right: 1px solid #eeeeee;
}

section.content .view5 .view5_nav_box1 .view5_nav_c ul .item3 {
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item15_img.png") 0.39rem 0 no-repeat;
  text-indent: .39rem;
}

section.content .view5 .view5_nav_box1 .view5_nav_box1_img {
  position: relative;
  width: 5.58rem;
  height: 6.7rem;
  overflow: hidden;
}

section.content .view5 .view5_nav_box1 .view5_nav_box1_img .view5_nav_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img.jpg");
  background-size: 100% 100%;
  position: relative;
  transition: all 1s;
}

section.content .view5 .view5_nav_box1 .view5_nav_box1_img .view5_nav_img:hover {
  transform: scale(1.03, 1.03);
}

section.content .view5 .view5_nav_box1 .view5_nav_box1_img .view5_nav_box1_blue {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.1rem;
  height: 2.6rem;
  background: #2564ff;
  color: #fff;
  box-sizing: border-box;
  padding-left: .44rem;
  padding-top: .54rem;
}

section.content .view5 .view5_nav_box1 .view5_nav_box1_img .view5_nav_box1_blue .view5_nav_box1_line {
  width: .26rem;
  height: .02rem;
  margin: .24rem 0 .17rem 0;
  background: #fff;
}

section.content .view5 .view5_nav_box1 .view5_nav_box1_img .view5_nav_box1_blue h5 {
  font-size: .30rem;
  line-height: .4rem;
}

section.content .view5 .view5_nav_box1 .view5_nav_box1_img .view5_nav_box1_blue p {
  font-size: .20rem;
  line-height: 1;
}

section.content .view5 .view5_nav_box2,
section.content .view5 .view5_nav_box3,
section.content .view5 .view5_nav_box4 {
  height: 7.29rem;
  box-sizing: border-box;
}

section.content .view5 .view5_nav_box2 .view_describe,
section.content .view5 .view5_nav_box3 .view_describe,
section.content .view5 .view5_nav_box4 .view_describe {
  width: 100%;
}

section.content .view5 .view5_nav_box2 .view_t1,
section.content .view5 .view5_nav_box3 .view_t1,
section.content .view5 .view5_nav_box4 .view_t1 {
  padding-top: 1.15rem;
  margin-bottom: .3rem;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex {
  padding-top: .52rem;
  height: 3.74rem;
  display: flex;
  justify-content: space-between;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex .view5_nav_box2_img,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex .view5_nav_box2_img,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex .view5_nav_box2_img {
  width: 8.81rem;
  height: 3.74rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img5.jpg");
  background-size: cover;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex .view5_nav_box2_img2,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex .view5_nav_box2_img2,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex .view5_nav_box2_img2 {
  width: 8.81rem;
  height: 3.74rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img6.jpg");
  background-size: cover;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex .view5_nav_box2_img3,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex .view5_nav_box2_img3,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex .view5_nav_box2_img3 {
  width: 8.81rem;
  height: 3.74rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img8.jpg");
  background-size: cover;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex .view5_nav_box2_blue,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex .view5_nav_box2_blue,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex .view5_nav_box2_blue {
  flex: 1;
  height: 3.74rem;
  background: #2564ff;
  box-sizing: border-box;
  padding-top: .77rem;
  color: #fff;
  padding-left: .62rem;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex .view5_nav_box2_blue h5,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex .view5_nav_box2_blue h5,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex .view5_nav_box2_blue h5 {
  font-size: .28rem;
  line-height: .38rem;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex .view5_nav_box2_blue .view5_nav_line,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex .view5_nav_box2_blue .view5_nav_line,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex .view5_nav_box2_blue .view5_nav_line {
  margin: .25rem 0 .17rem;
  width: .26rem;
  height: .02rem;
  background: #fff;
}

section.content .view5 .view5_nav_box2 .view5_nav_box2_flex .view5_nav_box2_blue p,
section.content .view5 .view5_nav_box3 .view5_nav_box2_flex .view5_nav_box2_blue p,
section.content .view5 .view5_nav_box4 .view5_nav_box2_flex .view5_nav_box2_blue p {
  font-size: .20rem;
}

section.content .view5 .view5_bg {
  background: #fafafa;
  width: 19.2rem;
  height: 4.6rem;
  margin-left: -2.4rem;
  padding: 0 2.4rem;
  padding-top: .7rem;
  box-sizing: border-box;
}

section.content .view5 .view5_bg .item_box {
  padding-bottom: 1.31rem;
}

section.content .view5 .view5_bg .item_box .item1 {
  width: 3.71rem;
}

section.content .view5 .view5_bg .item_box .item1 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item9_img.png") no-repeat;
}

section.content .view5 .view5_bg .item_box .item2 {
  width: 3.5rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view5 .view5_bg .item_box .item2 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item10_img.png") no-repeat;
}

section.content .view5 .view5_bg .item_box .item3 {
  width: 3.59rem;
  box-sizing: border-box;
  padding-left: .4rem;
}

section.content .view5 .view5_bg .item_box .item3 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item11_img.png") no-repeat;
}

section.content .view5 .view5_bg .item_box .item4 {
  box-sizing: border-box;
  padding-left: .4rem;
  border-right: none;
}

section.content .view5 .view5_bg .item_box .item4 .ico_img {
  height: 1.12rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/item12_img.png") no-repeat;
}

section.content .view5 .view5_scene .view_describe {
  width: 100%;
}

section.content .view5 .view5_scene .img_box_flex {
  display: flex;
  justify-content: space-between;
}

section.content .view5 .view5_scene .img_box_flex_left {
  width: 6.2rem;
  height: 6.8rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img1.jpg");
  background-size: 100% 100%;
}

section.content .view5 .view5_scene .img_box_flex_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.content .view5 .view5_scene .img_box_flex_right > div {
  display: flex;
  justify-content: space-between;
  width: 8rem;
}

section.content .view5 .view5_scene .img_box_flex_right .view5_img7 {
  width: 3.9rem;
  height: 3.6rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img7.jpg");
  background-size: 100% 100%;
}

section.content .view5 .view5_scene .img_box_flex_right .view5_img2 {
  width: 3.9rem;
  height: 3.6rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img2.jpg");
  background-size: 100% 100%;
}

section.content .view5 .view5_scene .img_box_flex_right .view5_img3 {
  width: 4.6rem;
  height: 3rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img3.jpg");
  background-size: 100% 100%;
}

section.content .view5 .view5_scene .img_box_flex_right .view5_img4 {
  width: 3.2rem;
  height: 3rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/view5_img4.jpg");
  background-size: 100% 100%;
}

section.content .view5 .view5_scene .view5_img_item {
  cursor: pointer;
  overflow: hidden;
}

section.content .view5 .view5_scene .view5_img_item .img_box_blue {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: .4rem;
  background: #2564ff;
  color: #fff;
  line-height: 1;
  margin-left: -101%;
  transition: margin 0.4s cubic-bezier(0.85, 0.01, 0.14, 0.99) 0.06s;
  padding-top: 1.51rem;
}

section.content .view5 .view5_scene .view5_img_item .img_box_blue div {
  overflow: hidden;
  margin-bottom: .53rem;
}

section.content .view5 .view5_scene .view5_img_item .img_box_blue div h5 {
  font-size: .26rem;
  transform: translateY(0.3rem);
  transition: .3s .5s transform;
}

section.content .view5 .view5_scene .view5_img_item .img_box_blue div p {
  transform: translateY(1rem);
  font-size: .18rem;
  line-height: .3rem;
  transition: .3s .5s transform;
}

section.content .view5 .view5_scene .view5_img_item:hover .img_box_blue {
  margin-left: 0%;
}

section.content .view5 .view5_scene .view5_img_item:hover div h5 {
  transform: translateY(0);
}

section.content .view5 .view5_scene .view5_img_item:hover div p {
  transform: translateY(0);
}

section.content .view5 .view5_scene .view5_img3 .img_box_blue,
section.content .view5 .view5_scene .view5_img4 .img_box_blue,
section.content .view5 .view5_scene .img_box_flex_left .img_box_blue {
  padding-top: 1.1rem;
}

section.content .view5 .view5_scene .view5_img3 .img_box_blue div,
section.content .view5 .view5_scene .view5_img4 .img_box_blue div,
section.content .view5 .view5_scene .img_box_flex_left .img_box_blue div {
  margin-bottom: .34rem;
}

section.content .view5 .view5_scene .img_box_flex_left {
  position: relative;
}

section.content .view5 .view5_scene .img_box_flex_left .img_box_blue {
  height: 3rem;
  position: absolute;
  bottom: 0;
}

section.content .view5 .view5_scene .view_describe {
  margin-bottom: .33rem;
}

section.content .to_top_box {
  display: none;
  width: .90rem;
  height: .90rem;
  position: fixed;
  bottom: 2rem;
  right: .7rem;
  z-index: 5;
}

section.content .to_top_box .to_top {
  position: absolute;
  width: .90rem;
  height: .90rem;
  background: #38ac60;
  cursor: pointer;
  transition: background-color 0.4s cubic-bezier(0.85, 0.01, 0.14, 0.99) 0.06s;
}

section.content .to_top_box .to_top div {
  width: 3px;
  height: 0.28rem;
  margin: 0.34rem auto 0;
  background: #fff;
}

section.content .to_top_box .to_top i {
  display: block;
  width: 21px;
  height: .33rem;
  background: url("https://h5-static.yeahka.com/static/leshuatech/images/serve/to_top.png") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: .29rem;
  transition: all 0.4s cubic-bezier(0.85, 0.01, 0.14, 0.99) 0.06s;
}

section.content .to_top_box .to_top:hover {
  background: #339856;
}

section.content .to_top_box .to_top:hover i {
  top: .20rem;
}

section.content .current {
  animation: fadeIn .5s linear 1;
  -webkit-animation: fadeIn .5s linear 1;
  -moz-animation: fadeIn .5s linear 1;
  -o-animation: fadeIn .5s linear 1;
  -ms-animation: fadeIn .5s linear 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*初始状态 透明度为0*/
  }
  50% {
    opacity: 0.5;
    /*中间状态 透明度为0*/
  }
  100% {
    opacity: 1;
    /*结尾状态 透明度为1*/
  }
}

@media screen and (max-width: 1620px) {
  section.content {
    width: 17.98rem;
    padding-right: 1.18rem;
  }
  .to_top {
    right: -2.1rem !important;
  }
}

@media screen and (max-width: 1560px) {
  .mix_p,
  .view_describe,
  .view_description,
  .view_t2 span,
  .item_box li p,
  .nav,
  nav span,
  .e_code_box p,
  .view1_blue dt {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 1280px) {
  .e_code_box p {
    font-size: 12px !important;
  }
}

.arrow-wrapper {
  top: -1.5rem;
  left: 0.15rem;
  width: 3rem;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.arrow-wrapper .arrow {
  position: relative;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 50%;
  background-color: #38b25d;
  transition: all .3s ease-in 0.06s;
  -webkit-transition: all .3s ease-in 0.06s;
  cursor: pointer;
}

.arrow-wrapper .arrow .slider-line-wrapper {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
}

.arrow-wrapper .arrow .slider-line-wrapper.slider-line-left-wrapper {
  right: 3px;
}

.arrow-wrapper .arrow .slider-line-wrapper.slider-line-right-wrapper {
  left: 20px;
}

.arrow-wrapper .arrow .slider-line-wrapper .slide-line {
  width: 18px;
  height: 3px;
  background-color: #fff;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.arrow-wrapper .arrow > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 10.5px;
  height: 14.5px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 13;
}

.arrow-wrapper .arrow > .icon.icon-right {
  left: 40%;
}

.arrow-wrapper .arrow > .icon.icon-left {
  left: 35%;
}

.arrow-wrapper .arrow-left {
  float: left;
}

.arrow-wrapper .arrow-left:hover .icon {
  -webkit-animation: arrow-rotate-left 0.6s cubic-bezier(0.6, 0, 0, 1);
  animation: arrow-rotate-left 0.6s cubic-bezier(0.6, 0, 0, 1);
}

.arrow-wrapper .arrow-right {
  float: right;
}

.arrow-wrapper .arrow-right:hover .icon {
  -webkit-animation: arrow-rotate-right 0.6s cubic-bezier(0.6, 0, 0, 1);
  animation: arrow-rotate-right 0.6s cubic-bezier(0.6, 0, 0, 1);
}

.arrow-wrapper .white {
  background-color: #e9e9e9;
}

.arrow-wrapper .process1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-wrapper .process1 span:nth-child(1) {
  width: 14px;
  height: 5px;
  border-radius: 8px;
  background: #ADAEB5;
  display: inline-block;
}

.arrow-wrapper .process1 span:nth-child(2) {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #CDCDCD;
  display: inline-block;
  margin-left: .05rem;
}

.arrow-wrapper .process2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-wrapper .process2 span:nth-child(1) {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #CDCDCD;
  display: inline-block;
}

.arrow-wrapper .process2 span:nth-child(2) {
  width: 14px;
  height: 5px;
  border-radius: 8px;
  background: #ADAEB5;
  display: inline-block;
  margin-left: .05rem;
}

.arrow-wrapper .process1 span,
.arrow-wrapper .process2 span {
  transition: all .3s ease-in 0.06s;
  -webkit-transition: all .3s ease-in 0.06s;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

.fadeOut {
  transform: translate(-16%, 0px);
}

.view2_view1 {
  display: block !important;
  width: 100% !important;
}
