/* 什么 */
.smcon {
  width: 100%;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 70px 12px 90px;
}

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

.smbox {
  width: 1400px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.smbox>img {
  width: 346px;
  height: 346px;
  margin-top: 24px;
}

.smcontent {
  width: 100%;
  position: relative;
}

.smcontent>div>img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -6px;
  left: 54px;
}

.smcontent>div {
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  color: #333333;
  line-height: 34px;
  text-align: justify;
  position: relative;
  box-sizing: border-box;
  padding: 0 100px;
}

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

@media (max-width:768px) {
  .smcon {
    padding: 30px 12px;
  }

  .smtitle {
    font-size: 20px;
  }

  .smcontent>div {
    font-size: 14px;
    line-height: 22px;
    padding: 0 0px 0 25px;
  }

  .smcontent>div>img {
    width: 16px;
    height: 16px;
    left: 0px;
  }

  .smbox>img {
    width: 50%;
    height: 50%;
  }
}

/* 体验 */
.tycon {
  width: 100%;
  /* height: 580px; */
  display: flex;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.tycover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  mix-blend-mode: screen;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.begin-logo-clip {
  height: 100%;
  width: auto;
  transform: scale(1);
}

.tyboxb {
  width: 50%;
  height: 100%;
  background-color: #000000;
  /* border-radius: 50%; */
  animation-name: tyboxb;
  animation-duration: 2s;
  flex-shrink: 0;
}

@keyframes tyboxb {
  0% {
    width: 0%;
    /* border-radius: 50%; */
    /* opacity: 1; */
  }

  100% {
    width: 50%;
    /* border-radius: 0%; */
    /* opacity: 0; */
  }
}


.tyleft {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(124, 189, 38, 1);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0 100%);
  margin-right: -2.7%;
}

.tyleft-c {}

.tyleft-t {
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 1.44px;
  font-weight: 700;
  line-height: 37px;
}

.tyleft-t2 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 28px;
  margin-top: 40px;
}

.tyleft-t3 {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 34px;
}

.tyleftline {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 16px;
}

.tyright {
  width: 55%;
  object-fit: contain;
  /* height: 100%; */
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -2.7%;
}

.tyright>img {
  width: 100%;
  max-width: 960px;
  height: auto;
  object-fit: contain;
}

@media (max-width:1400px) {
  .tyleft-t {
    font-size: 22px;
    line-height: 33px;
  }

  .tyleft-t2 {
    font-size: 16px;
    margin-top: 24px;
  }

  .tyleft-t3 {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width:1200px) {
  .tyleft-t {
    font-size: 16px;
    line-height: 24px;
  }

  .tyleft-t2 {
    font-size: 15px;
    margin-top: 20px;
  }

  .tyleft-t3 {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width:850px) {
  .tyleft {
    box-sizing: border-box;
    padding: 20px 40px 20px 12px;
  }

  .tyleft-t {
    font-size: 14px;
    line-height: 18px;
  }

  .tyleft-t2 {
    font-size: 13px;
    margin-top: 10px;
  }

  .tyleft-t3 {
    font-size: 12px;
  }

  .tyleftline {
    margin-top: 6px;
    margin-bottom: 10px;
  }
}

@media (max-width:600px) {
  .tycon {
    flex-direction: column-reverse;
  }

  .tyleft {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 12px;
    background-color: #FFFFFF;
    clip-path: none;
  }

  .tyright {
    width: 100%;
    clip-path: none;
    margin-left: 0;
  }

  .tyright>img {
    max-width: 450px;
  }

  .tyleft-t2 {
    font-size: 15px;
    margin-top: 20px;
  }

  .tyleft-t {
    color: #333333;
  }

  .tyleft-t2 {
    color: #333333;
  }

  .tyleft-t3 {
    color: #333333;
  }

  .tyleftline {
    background-color: #7CBD26;
    margin-top: 10px;
    margin-bottom: 14px;
  }
}

/* 开发步骤 */
.hbzcon {
  width: 100%;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px;
}

.hbzbox {
  width: 1400px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 40px;
}

.hbzitem {
  /* width: 192px; */
  width: 20%;
  padding: 30px 20px 80px;
  /* height: 312px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}

.hbzitem:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.hbzitem>img {
  width: 86px;
  height: 86px;
}

.hbz-name {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 25px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.hbz-c {
  font-size: 14px;
  color: #999999;
  text-align: justify;
  line-height: 22px;

}

.hbz-num {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: DOUYINSANSBOLD-GB;
  font-size: 24px;
  color: rgba(153, 153, 153, 0.3);
  letter-spacing: 0;
  text-align: justify;
  font-weight: 700;
}

@media (max-width:1424px) {
  .hbzbox {
    width: 100%;
  }
}

@media (max-width:1255px) {
  .hbzitem {
    padding: 30px 12px 80px;
  }

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

  .hbz-name {
    font-size: 16px;
    margin: 14px 0;
  }

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

@media (max-width:1050px) {
  .hbzbox {
    flex-wrap: wrap;
  }

  .hbzitem {
    width: 33.33%;
    padding: 30 20px 80px;
    margin-bottom: 20px;
  }

  .hbzitem>img {
    width: 86px;
    height: 86px;
  }

  .hbz-name {
    font-size: 18px;
    margin: 16px 0;
  }

  .hbz-c {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width:768px) {
  .hbzcon {
    margin-top: 6px;
  }

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

  .hbz-name {
    font-size: 16px;
    margin: 14px 0;
  }

  .hbz-c {
    font-size: 13px;
    line-height: 20px;
  }
  .hbzbox{
    margin-top: 16px;
  }
  .hbzitem:hover {
    background: transparent;
    box-shadow: none;
    border-radius: 10px;
  }
}

@media (max-width:600px) {
  .hbzitem {
    width: 50%;
    padding: 0 20px 50px;
    margin-bottom: 20px;
  }

  .hbzitem:nth-of-type(5),
  .hbzitem:nth-of-type(6) {
    margin-bottom: 0;
  }

  .hbz-name {
    font-size: 15px;
  }

  .hbz-num {
    bottom: 12px;
  }
}

/* 份额 */

.fecon {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  box-sizing: border-box;
}

.febox {
  width: 1400px;
  margin-top: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feboxbg {
  width: 100%;
  object-fit: contain;
}

.febox-c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 30px;
}

.febox-r {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.fecontent {
  width: 45%;
  /* position: absolute;
  left: 90px;
  top: 50%;
  transform: translateY(-50%); */
}

.fecontent1 {
  display: none;
  margin-top: 20px;
}

.fec-t {
  font-size: 26px;
  color: #FFFFFF;
  letter-spacing: 1.44px;
  font-weight: 600;
  line-height: 37px;

}

.fec-c {
  font-size: 16px;
  color: #FFFFFF;
  text-align: justify;
  line-height: 26px;
  font-weight: 600;
  margin-top: 20px;
}

.fecontent1 .fec-t {
  color: #333333;
}

.fecontent1 .fec-c {
  color: #333333;
}

@media (max-width:1400px) {
  .febox {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }

  .febox>img {
    width: 100%;
    object-fit: cover;
  }

  .fecontent {
    width: 40%;
    left: 6.4%;
  }
}

@media (max-width:1200px) {
  .fec-t {
    font-size: 22px;
    line-height: 31px;
  }

  .fec-c {
    font-size: 14px;
  }
}

@media (max-width:1000px) {
  .fec-t {
    font-size: 18px;
    line-height: 28px;
  }

  .fec-c {
    font-size: 13px;
    margin-top: 14px;
    line-height: 20px;
  }
}

@media (max-width:768px) {
  .fecon {
    margin-top: 30px;
    padding: 0 24px;
  }

  .fecontent {
    display: none;
  }

  .fecontent1 {
    display: block;
    margin-top: 16px;
  }

  .febox {
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px 0;
    margin-top: 16px;
  }

  .feboxbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
  }

  .febox-c {
    position: relative;
    top: 0;
    left: 0;
    justify-content: center;
  }

  .febox-r {
    width: 78%;
  }

  .fec-t {
    font-size: 16px;
    line-height: 24px;
  }

  .fec-c {
    font-size: 12px;
    margin-top: 10px;
    line-height: 18px;
  }
}

/* 找 */
.harzcon {
  width: 100%;
  box-sizing: border-box;
  padding-top: 110px;
  background-color: #FFFFFF;
}

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

.harzbox {
  width: 1400px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}


.harzitem {
  width: 15%;
  height: 249px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 10px;
}

.harzitem:hover {
  border: none;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.09);
}

.harzitem>img {
  width: 84px;
  height: 84px;
}

.harzitem>div {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}

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

@media (max-width:1200px) {
  .harzbox {
    flex-wrap: wrap;
    height: auto;
  }

  .harzitem {
    width: 31.5%;
    margin-bottom: 16px;
  }
}

@media (max-width:768px) {
  .harzcon {
    padding: 30px 12px 0;
  }

  .harztitle {
    font-size: 20px;
  }

  .harzbox {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .harzitem {
    width: 33%;
    margin-bottom: 16px;
    pointer-events: none;
    border: none;
    height: auto;
  }

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

  .harzitem>div {
    font-size: 14px;
  }
}

@media (min-width:1200px) {

  .partners-container.sub {
    margin-top: 110px;
  }
}

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

/* app常见问题 */
.wtcon.har {
  height: 517px;
  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,
  .wtcon.har {
    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;
  }
}