/* 版心 */
.w {
  max-width: 1400px;
  margin: 0 auto;
}

.iphoneBanner {
  display: none;
}

.platformIphone {
  display: none;
}

.PcBannerBg .bgimg {
  position: relative;
  width: 100%;
}

.PcBannerBg .bgimg img {
  width: 100%;
}

.PcBannerBg .text {
  position: absolute;
  top: 22%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.PcBannerBg .text div:nth-child(1) {
  font-family: "MicrosoftYaHei-Bold";
  font-size: 68px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #425ccc;
}

.PcBannerBg .text div:nth-child(2) {
  font-family: "MicrosoftYaHeiLight";
  font-size: 68px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #425ccc;
}

.PcBannerBg .content {
  position: absolute;
  top: 27%;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0 24%;
  font-family: MicrosoftYaHeiLight;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #282828;
  text-align: center;
  margin-top: 34px;
}

.videoPro {
  width: 100%;
  position: absolute;
  top: 35%;
  max-width: 1400px;
}

.videoPro video {
  width: 100%;
}

.PcBannerBg .flow {
  /*position: absolute;*/
  top: 45%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #282828;
  margin-top: 100px;
  background: url("../images/aa.png") no-repeat center;
}

.PcBannerBg .flowImg {
  display: flex;
  justify-content: center;
  /*position: absolute;*/
  top: 57%;
  margin-top: 64px;
  margin-bottom: 150px;
}

.PcBannerBg .flowImg img {
  width: 100%;
}

.hall {
  background-color: #f4f4ff;
}

.hallbox {
  position: relative;
}

.hall img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hall .text {
  padding: 50px 0;
  margin-left: 50%;
}

.hall .text .title {
  font-family: MicrosoftYaHei;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #282828;
}

.hall .text .content {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.win {
  margin-top: 95px;
}

.win .moduleTitle {
  background: url("../images/aa.png") no-repeat center;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #282828;
  margin-bottom: 20px;
}

.win .tab {
  border-bottom: 1px solid #3399ff;
}

.win ul li {
  position: relative;
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 17px;
  outline: none;
  transition: all 0.5s;
}

.win ul li .imgs {
  width: 100px;
  height: 100px;
  /* position: relative; */
  background-repeat: no-repeat;
  background-position: center;
}
.win ul li .imgs01 {
  background-image: url(../images/pic1.jpg);
}
.win ul li .imgs02 {
  background-image: url(../images/pic2.jpg);
}
.win ul li .imgs03 {
  background-image: url(../images/pic3.jpg);
}
.win ul li .imgs04 {
  background-image: url(../images/pic4.jpg);
}

.win ul li.active .imgs01 {
  background-image: url(../images/pic1-hover.jpg);
}
.win ul li.active .imgs02 {
  background-image: url(../images/pic2-hover.jpg);
}
.win ul li.active .imgs03 {
  background-image: url(../images/pic3-hover.jpg);
}
.win ul li.active .imgs04 {
  background-image: url(../images/pic4-hover.jpg);
}
/* .win ul li .imgs img{
    position: absolute;
    top: 0;
}
.win ul li:hover{
    cursor:pointer
}

.win ul li:hover .imgs :nth-child(1){
    opacity: 0;
}

.win ul li:hover .imgs :nth-child(2){
    opacity: 1;
    transition: all .5s;
}

.win ul li img:nth-child(2){
    position: absolute;
    top: 0;
    opacity: 0;
}

.win ul li:hover:before{
    display: block;
}
.win ul li:hover p{
    color: #6283fd;
}
.win ul li:hover:after{
    display: block;
} */

.win ul li.active .icon {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #3399ff;
}
.win ul li.active .icon i {
  position: absolute;
  display: inline-block;
  left: 50%;
  bottom: -11px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

/* .win ul li:nth-child(1):before{
    display: block;
}

.win ul li:nth-child(1):after{
    display: block;
} */

/* .win ul li:focus:before{
    display: block;
}
.win ul li:focus p{
    color: #6283fd;
}

.win ul li:focus:after{
    display: block;
}

.win ul li:focus .imgs :nth-child(1){
    opacity: 0;
    transition: all .5s;
}

.win ul li:focus .imgs :nth-child(2){
    opacity: 1;
    transition: all .5s;
} */

.win ul li img {
  width: 100px;
  height: 100px;
}

.win ul li p {
  font-family: MicrosoftYaHeiLight;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #070707;
}

.win .details {
  background-color: #fff;
  display: none;
}

.win .details .imgs {
  width: 60%;
}

.win .details .imgs img {
  width: 100%;
}

.tab-bd .tab-detail {
  display: none;
}
.win .details .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 7.3% 20px;
  width: 40%;
}

.win .details .text .title {
  font-family: MicrosoftYaHei;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #282828;
}

.win .details .text .content {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}

.AI {
  margin: 100px 0 90px;
  padding: 50px 0;
  background-color: #f4f4ff;
}

.AI .AIbox {
  position: relative;
  display: flex;
}

.AI .text {
  width: 60%;
  padding: 20px;
}

.AI .text .circle {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #6b70d8;
  opacity: 0.6;
  margin: 12px 10px 0;
  flex-shrink: 0;
}

.AI .text .title {
  font-family: MicrosoftYaHei;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #282828;
}

.AI .text .content {
  display: flex;
  /* align-items: center; */
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #666666;
}

.AI .imgs {
  width: 40%;
  position: relative;
}

.AI .imgs img {
  position: absolute;
  top: 0;
  right: 5%;
  transform: translateY(-30%);
}

.topBox {
  height: 250px;
}

.topBox .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 36px 20px;
}

.topBox .text .title {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #282828;
}

.topBox .text .content {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}

.topBox .imgs {
  width: 60%;
  position: relative;
}
.topBox img {
  position: absolute;
  /* top: 0; */
  right: 0;
  bottom: 0;
  transform: translatey(50%);
  width: 95%;
}
.box {
  height: 250px;
  background-image: linear-gradient(to left, #e9e9ff, #fff);
}

.box .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 36px 20px;
}

.box .text .title {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #282828;
}

.box .text .content {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}

.changetopBox {
  height: 250px;
}

.changetopBox .imgs {
  width: 60%;
  position: relative;
}

.changetopBox img {
  position: absolute;
  /* top: 0; */
  left: 0;
  bottom: 0;
  transform: translatey(50%);
  width: 95%;
}

.changetopBox .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 36px 0;
}

.changetopBox .text .title {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #282828;
}

.changetopBox .text .content {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}

.changebox {
  height: 250px;
  background-image: linear-gradient(to right, #e9e9ff, #fff);
}

.changebox .text {
  margin-left: 60%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 36px 0;
}

.changebox .text .title {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #282828;
}

.changebox .text .content {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
}

.platform {
  margin-top: 95px;
}

.platform .moduleTitleTwo {
  background: url("../images/bb.png") no-repeat center;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #282828;
}

.platform .echart {
  margin-top: 70px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: inherit;
}

.platform .echart .imgs {
  width: 50%;
  padding: 10px;
}

.platform .echart .imgs img {
  width: 100%;
}

.platform .echart .text .font {
  width: 70px;
  height: 70px;
  background-color: #6283fd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platform .echart .text .font img {
  width: 24px;
  height: 46px;
  /* background-color: #ffffff; */
}

.platform .echart .text .font .linkedin {
  width: 42px;
  height: 37px;
}

.platform .echart .text .font .instagram {
  width: 46px;
  height: 46px;
}

.platform .echart .text {
  width: 50%;
  display: flex;
}

.platform .echart .text ul {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.platform .echart .text li .item {
  /* width: 25%; */
  display: flex;
  flex-direction: unset;
  /* align-items: center; */
  padding: 20px;
  box-sizing: border-box;
}
.platform .echart .text li {
  position: relative;
}
.platform .item-hover {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  background-color: #f3f6ff;
  box-shadow: 0px 0px 10px 0px #c8c8c8;
  border-radius: 10px;
  transition: all 0.5s;
}

.platform .echart .text li:hover .item-hover {
  /* background-color: #f3f6ff;
    position: relative;
    z-index: 9999; */
  opacity: 1;
  transition: all 0.5s;
}

/* .platform  .echart .text li:hover .content .details{
    display: block;
} */

.platform .echart .text li .content {
  width: 80%;
  padding: 0 10px;
  box-sizing: border-box;
}

.platform .echart .text li .content .title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 20px;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #282828;
  /* text-align: center; */
}

.platform .echart .text li .content .details {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.text-hidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.soking {
  padding-top: 95px;
  background-color: #f4f4ff;
}

.soking .moduleTitleTwo {
  background: url(../images/bb.png) no-repeat center;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 69px;
  letter-spacing: 0px;
  color: #282828;
}

.soking ul {
  display: flex;
  margin-top: 50px;
}

.soking li {
  width: 25%;
  padding-bottom: 100px;
}

.soking li .listbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.soking li .listbox .imgs {
  width: 80%;
  display: flex;
  justify-content: center;
}

.soking li .listbox .imgs img {
  width: 50%;
  object-fit: contain;
}

.soking li .listbox .text {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.soking li .listbox .text .title {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #6c6cdd;
  margin: 30px 0 20px;
}

.soking li .listbox .text .content {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}

.win .imgsIphone {
  display: none;
}

@media screen and (max-width: 1600px) {
  .PcBannerBg .flowImg img {
    width: 88%;
  }
}

@media screen and (max-width: 1400px) {
  .PcBannerBg .flowImg img {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .topBox {
    height: 200px;
  }

  .PcBannerBg .flowImg img {
    width: 76%;
  }

  .box {
    height: 200px;
  }

  .changetopBox {
    height: 200px;
  }

  .changebox {
    height: 200px;
  }

  .PcBannerBg .text div:nth-child(1) {
    font-size: 54px;
  }

  .PcBannerBg .text div:nth-child(2) {
    font-size: 54px;
  }
}
@media screen and (max-width: 2000px) {
  .PcBannerBg .flow {
    margin-top: 210px;
  }
}

@media screen and (max-width: 1800px) {
  .PcBannerBg .flow {
    margin-top: 400px;
  }
}

@media screen and (max-width: 1600px) {
  .PcBannerBg .flow {
    margin-top: 500px;
  }
}

@media screen and (max-width: 1400px) {
  .PcBannerBg .flow {
    margin-top: 450px;
  }

  .PcBannerBg .text {
    top: 20%;
  }

  .PcBannerBg .content {
    top: 24%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100%; /*10 ÷ 16 × 100% = 62.5%*/
  }

  .PcBannerBg {
    display: none;
  }

  .win .imgsIphone {
    display: block;
  }

  .platformIphone {
    display: block;
  }

  .platform {
    display: none;
  }

  .win ul li .imgs {
    display: none;
  }

  .iphoneBanner {
    display: block;
    /* background: url('../images/iphone.jpg') no-repeat top center;
        background-size: 100%; */
  }

  .iphoneBanner .bgimg {
    width: 100%;
    position: relative;
  }

  .iphoneBanner .bgimg img {
    width: 100%;
  }

  .iphoneBanner .flowImg {
    /*position: absolute;*/
    top: 66%;
    left: 0;
  }

  .iphoneBanner .flowImg img {
    width: 100%;
  }

  .iphoneBanner .text {
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
  }

  .iphoneBanner .text .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 2.3rem;
    font-weight: 700;
    font-stretch: normal;
    line-height: 2.3rem;
    letter-spacing: -1px;
    color: #425ccc;
    text-align: center;
  }

  .iphoneBanner .text .titleTwo {
    font-family: MicrosoftYaHeiLight;
    font-size: 2.3rem;
    font-weight: normal;
    letter-spacing: -1px;
    color: #425ccc;
    text-align: center;
    margin: 0.5rem 0;
  }

  .iphoneBanner .content {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
  }

  .iphoneBanner .content p {
    font-family: MicrosoftYaHeiLight;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6rem;
    margin: 0 2rem;
    letter-spacing: 0px;
    color: #282828;
    text-align: center;
  }

  .iphoneBanner .videoPro {
    top: 41%;
  }

  .iphoneBanner .flow {
    /*position: absolute;*/
    margin-top: 5rem;
    top: 59%;
    left: 0;
    width: 100%;
    background: url("../images/aa.png") no-repeat center;
    background-size: 250%;
    font-family: MicrosoftYaHei;
    font-size: 1.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: #282828;
    text-align: center;
  }

  .hallbox {
    position: none;
    display: flex;
  }

  .hall img {
    position: none;
    width: 50%;
  }

  .hall .text {
    padding: 3.5rem 1.5rem;
  }

  .hall .text .title {
    font-size: 2rem;
    line-height: 3.6rem;
  }

  .hall .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .win {
    margin-top: 3rem;
  }

  .win .moduleTitle {
    background-size: 200%;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }

  .win ul li img {
    display: none;
  }

  .win ul li p {
    font-size: 1.4rem;
  }

  .win .details .text .title {
    display: none;
  }

  .win .details {
    flex-direction: column-reverse;
  }

  .win .details .text {
    width: 100%;
    box-sizing: border-box;
  }

  .win .details .imgs {
    width: 100%;
  }

  .win .details .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .AI {
    margin: 3.8rem 0 3.5rem;
    padding: 3rem 0;
  }

  .AI .text {
    padding: 0 2rem;
  }

  .AI .AIbox {
    position: none;
  }

  .AI .imgs img {
    position: unset;
    width: 100%;
    transform: none;
  }

  .AI .text .title {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }

  .AI .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0.5rem 0;
  }

  .AI .text .circle {
    margin-top: 0.3rem;
    width: 1rem;
    height: 1rem;
  }

  .win .details .text {
    padding: 1rem 20px;
  }

  .topBox img {
    display: none;
  }

  .topBox .imgs {
    display: none;
  }

  .topBox {
    height: auto;
  }

  .topBox .text {
    width: 100%;
  }

  .box {
    height: auto;
    background-image: none;
  }

  .box .text {
    width: 100%;
  }

  .topBox .text .title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .topBox .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .topBox .text {
    padding: 0.5rem 2rem;
  }

  .box .text .title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .box .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .box .text {
    padding: 0.5rem 2rem;
  }

  .win .imgsIphone {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }

  .win .imgsIphone img {
    width: 100%;
  }

  .changetopBox img {
    display: none;
  }

  .changetopBox .imgs {
    display: none;
  }

  .changetopBox {
    height: auto;
  }

  .changetopBox .text {
    width: 100%;
  }

  .changebox {
    height: auto;
    background-image: none;
  }

  .changebox .text {
    margin-left: 0;
    width: 100%;
  }

  .changetopBox .text .title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .changetopBox .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .changetopBox .text {
    padding: 0.5rem 2rem;
  }

  .changebox .text .title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .changebox .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .changebox .text {
    padding: 0.5rem 2rem;
  }

  .platformIphone {
    margin-top: 4rem;
  }

  .platformIphone .moduleTitleTwo {
    background: url("../images/bb.png") no-repeat center;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 1.8rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3.5rem;
    letter-spacing: 0px;
    color: #282828;
    background-size: 270%;
  }

  .platformIphone .echart {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
  }

  .platformIphone .echart .text li {
    display: flex;
    margin: 2rem 0;
  }

  .platformIphone .echart .imgs {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .platformIphone .echart .imgs img {
    width: 100%;
  }

  .platformIphone .echart .text .font {
    width: 4.2rem;
    height: 4.2rem;
    margin: 0 0.8rem 0 2rem;
    background-color: #6283fd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .platformIphone .echart .text .content {
    width: 80%;
  }

  .platformIphone .echart .text .content .details {
    font-family: MicrosoftYaHei;
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6rem;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    color: #666666;
    position: relative;
  }

  .platformIphone .echart .text .content .befor:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  }

  .platformIphone .echart .text .content .title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 1.4rem;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.4rem;
    letter-spacing: 0px;
    color: #282828;
    margin-bottom: 0.5rem;
  }

  .platformIphone .echart .text .font img {
    width: 1.2rem;
    height: 2.3rem;
  }

  .platformIphone .echart .text .font .linkedin {
    width: 2.1rem;
    height: 2rem;
  }

  .platformIphone .echart .text .font .instagram {
    width: 2.3rem;
    height: 2.3rem;
  }

  .platform .echart .text ul {
    flex-direction: column;
  }

  .platform .echart .text li {
    width: 100%;
    flex-direction: unset;
    align-items: flex-start;
    margin: 0.5rem 0;
  }

  .platform .echart .text li .content .title {
    text-align: unset;
  }

  .platform .echart .text li .content .title {
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 0.8rem;
  }

  .platform .echart .text li .content .details {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .soking ul {
    flex-wrap: wrap;
  }

  .soking li {
    width: 50%;
    padding-bottom: 2rem;
  }

  .soking li .listbox .text .title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 0.5rem 0;
  }

  .soking li .listbox .text .content {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .soking {
    padding-top: 4rem;
    margin-bottom: 50px;
  }

  .soking .moduleTitleTwo {
    font-size: 1.8rem;
    line-height: 3.5rem;
  }

  .soking .moduleTitleTwo {
    background-size: 270%;
  }

  .show {
    font-size: 1.2rem;
    text-align: center;
    color: #6283fd;
  }

  .hide {
    font-size: 1.2rem;
    text-align: center;
    display: none;
    color: #6283fd;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
  }

  .AI .imgs {
    width: 30%;
    margin-left: 10%;
  }

  .hall img {
    width: 40%;
  }

  .win .moduleTitle {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  * {
    font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
  }

  .AI .imgs {
    width: 40%;
    margin-left: 0;
  }

  .hall img {
    width: 50%;
  }
}
