/* app类别 */
.applbcon {
  width: 100%;
  box-sizing: border-box;
  padding: 70px 12px;
}

.applbbox {
  background: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.applbbox-in {
  display: flex;
  align-items: center;
}

.applbtitle {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #333333;
  font-weight: 700;
}

.applbitem {
  width: 200px;
  height: 310px;
  box-sizing: border-box;
  border: 1px solid rgba(239, 239, 239, 1);
  border-right: 0;
  transition: width 0.3s linear;
  overflow: hidden;
}

.applbitem:hover {
  width: 400px;
  transition: width 0.3s linear;
}

.applbitem.ll {
  width: 400px;
  transition: width 0.3s linear;
}

.applbitem.ll .lbabbbox {
  display: none;
}

.applbitem.ll .lbdetailbox {
  display: block;
}

.applbitem:hover .lbabbbox {
  display: none;
}

.applbitem:hover .lbdetailbox {
  display: block;
}

.lbabbbox {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.lbabbbox>img {
  width: 80px;
  height: 80px;
  margin-top: 44px;
}

.lbabbname {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  margin-top: 24px;
  line-height: 25px;
}

.lbldbtn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.lbldbtn>span {
  font-size: 14px;
  color: #999999;
}

.lbldbtn>img {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}

.lbdetailbox {
  display: none;
  width: 400px;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 30px;
  position: relative;
}

.lbdeup {
  display: flex;
  align-items: center;
}

.lbdeup>img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.lbdeup>span {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

.lbdecontent {
  font-size: 13px;
  color: #333333;
  line-height: 22px;
  margin-top: 8px;
  text-align: justify;
}

.lbzxbtn {
  width: 112px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7CBD26;
  border-radius: 27px;
  cursor: pointer;
  position: absolute;
  left: 30px;
  bottom: 24px;
}

.lbzxbtn>span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
}

.lbzxbtn>img {
  width: 10px;
  height: 10px;
  margin-left: 6px;
}

#lb1id {
  display: none;
}

@media (max-width:1440px) {
  .applbbox-in {
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
  }

  .lbabbbox {
    display: none;
  }

  .lbdetailbox {
    width: 100%;
    display: block;
  }

  .applbitem {
    width: calc(33% - 14px);
    border-right: 1px solid rgba(239, 239, 239, 1);
    margin-bottom: 20px;
    /* pointer-events: none; */
    height: auto;
    margin-left: 20px;
  }

  .applbitem.ll {
    width: calc(33% - 14px);
  }

  .applbitem:nth-child(3n+1) {
    margin-left: 0px;
  }

  .lbdetailbox {
    width: 100%;
    padding: 20px 20px 74px 20px;
    /* padding-bottom: 50px; */
  }

  .lbzxbtn {
    bottom: 20px;
  }
}

@media (max-width:1024px) {
  .applbitem {
    width: calc(50% - 10px);
  }

  .applbitem.ll {
    width: calc(50% - 10px);
  }

  .applbitem:nth-child(n) {
    margin-left: 0px;
  }

  .applbitem:nth-child(2n) {
    margin-left: 20px;
  }
}

@media (max-width:768px) {
  .applbcon {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .applbbox {
    margin-top: 16px;
  }

  .applbitem {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    border-right: 1px solid rgba(239, 239, 239, 1);
    border-radius: 6px;
  }

  .applbitem:nth-child(2n) {
    margin-left: 0px;
  }

  .applbitem.ll {
    width: 100%;
  }

  .lbdetailbox {
    width: 100%;
    padding: 16px 16px 54px 16px;
    /* padding-bottom: 50px; */
  }

  .applbitem:hover {
    width: 100%;
  }

  .lbzxbtn {
    bottom: 16px;
    left: 12px;
  }

  .lbdecontent {
    font-size: 13px;
    line-height: 20px;
  }

  .lbdeup>img {
    width: 36px;
    height: 36px;
  }

  .lbdeup>span {
    font-size: 15px;
  }

  .lbzxbtn {
    width: 90px;
    height: 28px;
  }

  .lbzxbtn>span {
    font-size: 12px;
  }

  .applbtitle {
    font-size: 20px;
  }
}

/* app应用 */
.appyycon {
  width: 100%;
  height: 587px;
  position: relative;
  box-sizing: border-box;
  padding-top: 70px;
}

.appyybg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.appyytitle1 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 37px;
  font-weight: 600;
}

.appyytitle2 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 14px;
  line-height: 20px;
}

.appyybox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  box-sizing: border-box;
}

.appyyitem {
  width: 333px;
  height: 346px;
  position: relative;
  overflow: hidden;
}

.yyabbname {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 16px;
}

.whiteline {
  width: 1px;
  height: 346px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 10px;
}

.yyabbbox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-top: 80px;
}

.yyabbbox>img {
  width: 70px;
  height: 70px;
}


.yydetailbox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  transition: top 0.3s linear;
  background: #7CBD26;
  /* border-radius: 12px; */
  box-sizing: border-box;
  padding: 40px 30px 0;
}

.yydup {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yydup>img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.yydup>span {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
}

.yycontent {
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  text-align: justify;
  margin-top: 24px;
}

.yybtn {
  width: 114px;
  height: 32px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 27px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.yybtn>span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
}

.yybtn>img {
  width: 10px;
  height: 10px;
  margin-left: 8px;
}

.yyabbbox .yybtn {
  display: none;
}

.appyyitem:hover .yydetailbox {
  top: 0;
  transition: top 0.3s linear;
}

@media (max-width:1366px) {
  .yydetailbox {
    padding-top: 30px;
  }

  .yydup>img {
    width: 26px;
    height: 26px;
  }

  .yydup>span {
    font-size: 18px;
  }

  .yycontent {
    font-size: 12px;
    margin-top: 16px;
  }

  .yyabbbox .yybtn {
    bottom: 30px;
  }
}

@media (max-width:970px) {
  .appyyitem:hover .yydetailbox {
    top: 100%;
  }

  .lbldbtn {
    display: none;
  }

  .yyabbbox .yybtn {
    display: flex;
  }

}

@media (max-width:630px) {
  .zmsmbox {
    display: block;
  }

  .appyytitle1 {
    font-size: 20px;
  }

  .appyycon {
    padding-top: 30px;
  }

  .whiteline {
    display: none;
  }

  .appyybox {
    flex-wrap: wrap;
    padding: 0 12px;
  }

  .appyyitem {
    width: calc(50% - 12px);
    height: 220px;
    flex-shrink: 0;
  }

  .yyabbbox {
    padding-top: 20px;
  }

  .yyabbbox .yybtn {
    width: 90px;
    height: 28px;
    bottom: 50px;
  }

  .yyabbbox .yybtn>img {
    margin-left: 6px;
  }

  .yyabbbox .yybtn>span {
    font-size: 12px;
  }

  .yyabbbox>img {
    width: 60px;
    height: 60px;
  }

  .yyabbname {
    font-size: 16px;
  }
}

/* app为什么选择 */
.xzcon {
  width: 100%;
  /* height: 517px; */
  position: relative;
  box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 70px;
}

.xztitle {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 700;
}

.xzbox {
  max-width: 1424px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 0 12px;
}

.xzitem {
  width: 453px;
  height: 145px;
  box-sizing: border-box;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(174, 174, 174, 0.11);
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  transition: top 0.2s linear;
}

.xzitem:hover {
  top: -10px;
  transition: top 0.2s linear;
}

.xzitem:nth-child(3n) {
  margin-right: 0;
}

.xzitemtitle {
  display: flex;
  align-items: center;
}

.xzitemtitle>img {
  width: 44px;
  height: 44px;
  margin-right: 12px;
}

.xzitemtitle>span {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
}

.xzcontent {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: justify;
  margin-top: 9px;
}

@media (max-width:1439px) {
  .xzitem:nth-child(3n) {
    margin-right: 20px;
  }

  .xzitem:nth-child(2n) {
    margin-right: 0px;
  }
}

@media (max-width:967px) {
  .xzitem {
    width: calc(50% - 22px);
    padding: 20px;
    height: auto;
  }

  .xzitem:hover {
    top: 0;
  }
}

@media (max-width:550px) {
  .xzbox {
    margin-top: 16px;
  }

  .xzitem:nth-child(3n) {
    margin-right: 0px;
  }

  .xzitem {
    width: calc(50% - 5px);
    padding: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .xzitem:nth-child(2n+1) {
    margin-right: 10px;
  }

  .xzitemtitle>img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }

  .xzitemtitle>span {
    font-size: 15px;
  }

  .xzcontent {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
  }

  .xztitle {
    font-size: 20px;
  }

  .xzcon {
    padding: 30px 0 30px;
  }
}

/* 开发问题 */
.wtcon {
  width: 100%;
  height: 599px;
  box-sizing: border-box;
  padding-top: 70px;
  position: relative;
  margin-top: 90px;
}

.wttitle {
  width: 100%;
  text-align: center;
  font-size: 26px;
  color: #FFFFFF;
  font-weight: 700;
}

.wtbox {
  display: flex;
  flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
}

.wtitem {
  width: calc(50% - 20px);
  height: 124px;
  display: flex;
  box-sizing: border-box;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.wtitem:nth-child(2n) {
  margin-right: 0;
}

.wtitem-l {
  width: 26px;
  margin-right: 12px;
  flex-shrink: 0;
}

.wtitem-l>img {
  width: 26px;
  height: 26px;
  display: block;
}

.wtitem-r {
  width: 100%;
}

.wtitem-name {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 25px;
}

.wtitem-content {
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 14px;
  text-align: justify;
}

@media (max-width:1400px) {
  .wtbox {
    width: 100%;
  }
}

@media (max-width:925px) {
  .wtbox {
    width: 100%;
  }

  .wtitem {
    width: calc(50%);
    margin-right: 0px;
    margin-bottom: 0;
  }

  .wtitem-l>img {
    width: 24px;
    height: 24px;
  }

  .wtitem-name {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 25px;
  }

  .wtitem-content {
    font-size: 12px;
    margin-top: 10px;
  }

  .wtitem-l {
    width: 24px;
    margin-right: 6px;
  }
}

@media (max-width:768px) {
  .wtcon {
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
  }

  .wttitle {
    font-size: 20px;
    line-height: 24px;
  }

  .wtbox {
    margin-top: 16px;
  }

  .wtitem {
    width: 100%;
    height: auto;
    padding: 15px 20px;
  }
}


.temptest-b {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

.temptest-b.r {
  justify-content: flex-start;
}

.temptest {
  display: flex;
  align-items: center;
  animation-name: myfirst;
  animation-direction: normal;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.temptest.r {
  animation-name: myfirstr;
}

.temptest:hover {
  animation-play-state: paused
}

.temptest>img {
  width: 246px;
  height: 110px;
  box-shadow: -4px 4px 18px 0px rgba(97, 97, 97, 0.15);
  margin-right: 20px;
  cursor: pointer;
}
.temptest>img:hover {
  transform: scale(1.05);
}
/* @keyframes myfirst {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(calc(5054px - 100vw))
  }
}

@keyframes myfirst {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(calc(-5054px + 100vw))
  }
} */