.learn-platform {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 1rem;
}
.learn-platform .orange-text {
  font-size: 0.27rem;
  font-weight: 400;
  color: #FD8C55;
}
.learn-platform .banner {
  width: 100%;
  position: relative;
  margin-top: 0.9rem;
}
.learn-platform .banner .banner-inside {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 0.42rem;
  height: 0.66rem;
  margin-left: -0.21rem;
}
.learn-platform .banner .banner-inside img {
  width: 100%;
  height: 100%;
}
.learn-platform .banner img {
  width: 100%;
}
.learn-platform .banner .banner-text {
  position: absolute;
  width: 17rem;
  left: calc((100% - 17rem)/2);
  top: 50%;
  transform: translateY(-50%);
}
.learn-platform .banner .banner-text .banner-text-title1 {
  line-height: 0.66rem;
  font-size: 0.65rem;
  font-weight: bold;
  color: #FFFFFF;
}
.learn-platform .banner .banner-text .banner-text-title2 {
  width: 4.7rem;
  height: 0.71rem;
  background: url(../image/learnPlatform-pc-icon11.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.41rem;
  font-size: 0.38rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.71rem;
  text-align: center;
}
.learn-platform .banner .banner-text .banner-text-container {
  margin-top: 0.78rem;
}
.learn-platform .banner .banner-text .banner-text-container .top,
.learn-platform .banner .banner-text .banner-text-container .bottom {
  display: flex;
}
.learn-platform .banner .banner-text .banner-text-container .top .banner-text-item,
.learn-platform .banner .banner-text .banner-text-container .bottom .banner-text-item {
  width: 1.87rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: rgba(0, 15, 45, 0.46);
  border-radius: 0.1rem;
  font-size: 0.25rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 0.19rem;
  margin-bottom: 0.1rem;
  text-align: center;
}
.learn-platform .platform-customization {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.95rem;
}
.learn-platform .platform-customization .title {
  font-size: 0.42rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform .platform-customization .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.28rem;
}
.learn-platform .platform-customization .platform-customization-container {
  margin-top: 0.67rem;
  display: flex;
  width: 16rem;
  justify-content: space-between;
}
.learn-platform .platform-customization .platform-customization-container .container-item {
  width: 4.6rem;
  height: 4.2rem;
  background: #FFFFFF;
  box-shadow: 0px 0.01rem 0.34rem 0.06rem rgba(142, 142, 142, 0.15);
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-header {
  height: 0.92rem;
  background: #405DF0;
  display: flex;
  align-items: center;
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-header img {
  width: 0.43rem;
  height: 0.43rem;
  margin-right: 0.21rem;
  margin-left: 0.5rem;
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-header span {
  font-size: 0.25rem;
  font-weight: 600;
  color: #FFFFFF;
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-main {
  display: flex;
  flex-direction: column;
  padding: 0.7rem 0 0.63rem 0.49rem;
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-main .container-item-main-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.52rem;
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-main .container-item-main-item:nth-last-child(1) {
  margin-bottom: 0;
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-main .container-item-main-item span:nth-child(1) {
  width: 0.11rem;
  height: 0.11rem;
  background: linear-gradient(90deg, #FD8C55, #FD5A53);
  border-radius: 50%;
  margin-right: 0.16rem;
}
.learn-platform .platform-customization .platform-customization-container .container-item .container-item-main .container-item-main-item span:nth-child(2) {
  font-size: 0.25rem;
  font-weight: 400;
  color: #2C2C2C;
}
.learn-platform .deep-customization {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.95rem;
  width: 100%;
}
.learn-platform .deep-customization .title {
  font-size: 0.42rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform .deep-customization .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.28rem;
}
.learn-platform .deep-customization .deep-customization-container {
  width: 100%;
  height: 7.97rem;
  position: relative;
  margin-top: 0.67rem;
  display: flex;
  justify-content: center;
  background: #415ff4;
}
.learn-platform .deep-customization .deep-customization-container .middle-main {
  position: absolute;
  left: calc((100% - 16rem)/2);
  width: 16rem;
  height: 6.47rem;
  bottom: 0;
}
.learn-platform .deep-customization .deep-customization-container .middle-main img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.learn-platform .deep-customization .deep-customization-container .orange-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.69rem;
}
.learn-platform .deep-customization .deep-customization-container .white-text {
  font-size: 0.25rem;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  line-height: 0.3rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.learn-platform .deep-customization .deep-customization-container .blue-text {
  color: #415FF4;
  font-size: 0.25rem;
  font-weight: 600;
  position: absolute;
  line-height: 0.3rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text1 {
  bottom: 0.53rem;
  left: 0.13rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text2 {
  bottom: 1.04rem;
  left: 3.08rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text3 {
  bottom: 4.11rem;
  left: 3.74rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text4 {
  bottom: 4.82rem;
  left: 7.71rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text5 {
  bottom: 3.1rem;
  left: 9.14rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text6 {
  bottom: 2.7rem;
  left: 12.88rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text7 {
  bottom: 2.73rem;
  left: 1.65rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text8 {
  bottom: 3.34rem;
  left: 5.87rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text9 {
  bottom: 4.11rem;
  left: 10.99rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text10 {
  bottom: 1.16rem;
  left: 11.43rem;
}
.learn-platform .deep-customization .deep-customization-container .deep-customization-text11 {
  bottom: 0.51rem;
  left: 14.32rem;
}
.learn-platform .privatization-deployment {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background: url(../image/learnPlatform-pc-icon22.png) no-repeat;
  background-size: 100%;
  padding-bottom: 0.3rem;
}
.learn-platform .privatization-deployment .privatization-deployment-container {
  width: 16rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0.71rem;
}
.learn-platform .privatization-deployment .privatization-deployment-container .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.63rem;
}
.learn-platform .privatization-deployment .privatization-deployment-container .container .container-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 3rem;
  height: 2.19rem;
  background: #FFFFFF;
  box-shadow: 0px 0.01rem 0.34rem 0.06rem rgba(142, 142, 142, 0.15);
  border-radius: 0.1rem;
  margin-bottom: 0.37rem;
}
.learn-platform .privatization-deployment .privatization-deployment-container .container .container-item img {
  width: 0.65rem;
  height: 0.65rem;
}
.learn-platform .privatization-deployment .privatization-deployment-container .container .container-item span {
  font-size: 0.25rem;
  font-weight: 400;
  color: #393939;
  margin-top: 0.17rem;
}
.learn-platform .function-matching {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url(../image/learnPlatform-pc-icon23.png) no-repeat;
  background-size: 100%;
  height: 6.11rem;
}
.learn-platform .function-matching .function-matching-container {
  width: 16rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0.7rem;
}
.learn-platform .function-matching .function-matching-container .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.63rem;
}
.learn-platform .function-matching .function-matching-container .container .container-item {
  width: 3rem;
  height: 0.65rem;
  border: 0.02rem solid #FFFFFF;
  font-size: 0.25rem;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.13rem;
}
.learn-platform .learning-traning {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.88rem;
}
.learn-platform .learning-traning .title {
  font-size: 0.42rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform .learning-traning .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.28rem;
}
.learn-platform .learning-traning .learning-traning-container {
  margin-top: 0.69rem;
  width: 16rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.learn-platform .learning-traning .learning-traning-container .container {
  width: 100%;
  margin-top: 0.65rem;
}
.learn-platform .learning-traning .learning-traning-container .container .top {
  display: flex;
  justify-content: space-between;
  height: 3.67rem;
  align-items: center;
  width: 100%;
}
.learn-platform .learning-traning .learning-traning-container .container .top .top-left {
  width: 7.2rem;
  height: 3.67rem;
  background: url(../image/learnPlatform-pc-icon5.png) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.learn-platform .learning-traning .learning-traning-container .container .top .top-left img {
  width: 0.68rem;
  height: 0.68rem;
}
.learn-platform .learning-traning .learning-traning-container .container .top .top-left span {
  font-size: 0.25rem;
  font-weight: 400;
  color: #EBF2FF;
  margin-top: 0.31rem;
}
.learn-platform .learning-traning .learning-traning-container .container .top .top-middle {
  display: flex;
  flex-shrink: 0;
}
.learn-platform .learning-traning .learning-traning-container .container .top .top-middle img {
  width: 0.52rem;
  height: 3.67rem;
  margin-right: 0.26rem;
}
.learn-platform .learning-traning .learning-traning-container .container .top .top-middle .content {
  display: flex;
  flex-direction: column;
  height: 3.5rem;
  justify-content: space-between;
  margin-top: 0.09rem;
}
.learn-platform .learning-traning .learning-traning-container .container .top .top-middle .content span {
  font-size: 0.25rem;
  font-weight: 400;
  color: #393939;
  display: block;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom {
  width: 100%;
  display: flex;
  background: url(../image/learnPlatform-pc-icon24.png) no-repeat;
  background-size: 100%;
  height: 6.08rem;
  margin-top: 0.71rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 3.36rem;
  margin-top: 2.5rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .left img {
  width: 1.14rem;
  height: 0.66rem;
  margin-bottom: 0.18rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .left span {
  font-size: 0.25rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.31rem;
  display: block;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 12.1rem;
  flex-shrink: 0;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .title {
  font-size: 0.27rem;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0.65rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.21rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item {
  font-size: 0.25rem;
  font-weight: 400;
  color: #FFFFFF;
  background: rgba(0, 14, 45, 0.5);
  padding: 0.24rem 0;
  text-align: center;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item1 {
  width: 2.1rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item2 {
  width: 2.6rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item3 {
  width: 3.1rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item4 {
  width: 3.6rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item5 {
  width: 2.7rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item6 {
  width: 1.8rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item7 {
  width: 2.8rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item8 {
  width: 2rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item9 {
  width: 2rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item10 {
  width: 1rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item11 {
  width: 1rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item12 {
  width: 1.9rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item13 {
  width: 1.65rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item14 {
  width: 1.65rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item15 {
  width: 1.5rem;
}
.learn-platform .learning-traning .learning-traning-container .container .bottom .right .content .content-item16 {
  width: 2rem;
}
.learn-platform .special-personnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.88rem;
}
.learn-platform .special-personnel .title {
  font-size: 0.45rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform .special-personnel .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.28rem;
}
.learn-platform .special-personnel .special-personnel-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  background: url(../image/learnPlatform-pc-icon9.png) no-repeat;
  background-size: 100% 100%;
  height: 8rem;
  margin-top: 0.69rem;
}
.learn-platform .special-personnel .special-personnel-container .container {
  width: 16rem;
  display: flex;
  align-items: center;
  height: 7rem;
  justify-content: space-between;
  margin-top: 0.68rem;
}
.learn-platform .special-personnel .special-personnel-container .container .content-item {
  width: 4.5rem;
}
.learn-platform .special-personnel .special-personnel-container .container .content-item .title {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.learn-platform .special-personnel .special-personnel-container .container .content-item .title span {
  display: block;
  font-size: 0.27rem;
  font-weight: 500;
  line-height: 0.4rem;
  color: #FD8C55;
}
.learn-platform .special-personnel .special-personnel-container .container .content-item .content-box {
  margin-top: 0.57rem;
  background-color: rgba(255, 255, 255, 0.29);
}
.learn-platform .special-personnel .special-personnel-container .container .content-item .content-box .box {
  background-color: #fff;
  width: 4.3rem;
  height: 3.85rem;
  display: flex;
  flex-direction: column;
  padding-top: 0.8rem;
}
.learn-platform .special-personnel .special-personnel-container .container .content-item .content-box .box .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.48rem;
  margin-left: 1.4rem;
}
.learn-platform .special-personnel .special-personnel-container .container .content-item .content-box .box .item span:nth-child(1) {
  width: 0.11rem;
  height: 0.11rem;
  background: linear-gradient(90deg, #FD8C55, #FD5A53);
  border-radius: 50%;
  margin-right: 0.13rem;
}
.learn-platform .special-personnel .special-personnel-container .container .content-item .content-box .box .item span:nth-child(2) {
  font-size: 0.25rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform-mobile {
  margin: 0.73rem auto 0 auto;
  max-width: 7.5rem;
  min-width: auto;
}
.learn-platform-mobile .orange-text {
  font-size: 0.25rem;
  font-weight: 400;
  color: #FD8C55;
}
.learn-platform-mobile .banner {
  background: url(../image/learnPlatform-h5-icon1.png) no-repeat;
  background-size: 100% 100%;
  height: 4.04rem;
  padding: 0 0.39rem;
}
.learn-platform-mobile .banner .banner-text {
  padding-top: 0.82rem;
}
.learn-platform-mobile .banner .banner-text .title {
  font-size: 0.33rem;
  font-weight: bold;
  color: #FFFFFF;
}
.learn-platform-mobile .banner .banner-text .subtitle {
  background: url(../image/learnPlatform-h5-icon2.png) no-repeat;
  background-size: 100% 100%;
  height: 0.48rem;
  width: 3.15rem;
  margin-top: 0.16rem;
  font-size: 0.27rem;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  line-height: 0.48rem;
  margin-bottom: 0.37rem;
}
.learn-platform-mobile .banner .banner-text .banner-text-container {
  display: flex;
}
.learn-platform-mobile .banner .banner-text .banner-text-container .banner-text-item {
  margin-right: 0.1rem;
  width: 1.2rem;
  height: 0.4rem;
  background: rgba(0, 15, 45, 0.46);
  border-radius: 0.05rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.07rem;
}
.learn-platform-mobile .platform-customization {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.68rem;
}
.learn-platform-mobile .platform-customization .title {
  font-size: 0.33rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform-mobile .platform-customization .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.33rem;
}
.learn-platform-mobile .platform-customization .platform-customization-container {
  margin-top: 0.67rem;
}
.learn-platform-mobile .platform-customization .platform-customization-container .container-item {
  display: flex;
  align-items: center;
  width: 6.95rem;
  height: 1.99rem;
  background: #FFFFFF;
  margin-bottom: 0.31rem;
  box-shadow: 0px 0.01rem 0.34rem 0.06rem rgba(142, 142, 142, 0.15);
}
.learn-platform-mobile .platform-customization .platform-customization-container .container-item .item-left {
  width: 1.4rem;
  height: 1.99rem;
  background: #405DF0;
  font-size: 0.29rem;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.learn-platform-mobile .platform-customization .platform-customization-container .container-item .item-left span {
  width: 0.28rem;
  line-height: 0.35rem;
}
.learn-platform-mobile .platform-customization .platform-customization-container .container-item .item-right .right-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.learn-platform-mobile .platform-customization .platform-customization-container .container-item .item-right .right-item:nth-child(3) {
  margin-bottom: 0;
}
.learn-platform-mobile .platform-customization .platform-customization-container .container-item .item-right .right-item span:nth-child(1) {
  width: 0.11rem;
  height: 0.11rem;
  background: linear-gradient(90deg, #FD8C55, #FD5A53);
  border-radius: 50%;
  margin-right: 0.13rem;
  margin-left: 0.44rem;
}
.learn-platform-mobile .platform-customization .platform-customization-container .container-item .item-right .right-item span:nth-child(2) {
  font-size: 0.25rem;
  font-weight: 400;
  color: #2C2C2C;
  line-height: 0.31rem;
}
.learn-platform-mobile .deep-customization {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.26rem;
  margin-top: 0.4rem;
}
.learn-platform-mobile .deep-customization .title {
  font-size: 0.33rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform-mobile .deep-customization .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.33rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container {
  width: 100%;
  background-color: #415ff4;
  margin-top: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 4.48rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .orange-text {
  font-size: 0.25rem;
  font-weight: 400;
  color: #FD8C55;
  margin-top: 0.37rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main {
  width: 7.5rem;
  height: 3.55rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main img {
  width: 6.55rem;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .white-text {
  font-size: 0.19rem;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  line-height: 0.22rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .blue-text {
  color: #415FF4;
  font-size: 0.19rem;
  font-weight: 600;
  position: absolute;
  line-height: 0.22rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text1 {
  bottom: 0.21rem;
  left: 0.19rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text2 {
  bottom: 0.39rem;
  left: 1.44rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text3 {
  bottom: 2.46rem;
  left: 1.76rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text4 {
  bottom: 2.7rem;
  left: 3.13rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text5 {
  bottom: 1.35rem;
  left: 3.84rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text6 {
  bottom: 1.45rem;
  left: 5.44rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text7 {
  bottom: 1.45rem;
  left: 0.74rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text8 {
  bottom: 1.35rem;
  left: 2.44rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text9 {
  bottom: 2.45rem;
  left: 4.54rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text10 {
  bottom: 0.4rem;
  left: 4.69rem;
}
.learn-platform-mobile .deep-customization .deep-customization-container .middle-main .deep-customization-text11 {
  bottom: 0.2rem;
  left: 5.91rem;
}
.learn-platform-mobile .privatization-deployment {
  width: calc(100% - 0.52rem);
  position: relative;
  display: flex;
  justify-content: center;
  background: url(../image/learnPlatform-h5-icon4.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0.26rem;
  padding-bottom: 0.55rem;
}
.learn-platform-mobile .privatization-deployment .privatization-deployment-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0.71rem;
}
.learn-platform-mobile .privatization-deployment .privatization-deployment-container .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.56rem;
  padding: 0 0.35rem;
}
.learn-platform-mobile .privatization-deployment .privatization-deployment-container .container .container-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 1.94rem;
  height: 1.42rem;
  background: #FFFFFF;
  box-shadow: 0px 0.01rem 0.34rem 0.06rem rgba(142, 142, 142, 0.15);
  border-radius: 0.1rem;
  margin-bottom: 0.33rem;
}
.learn-platform-mobile .privatization-deployment .privatization-deployment-container .container .container-item img {
  width: 0.55rem;
  height: 0.55rem;
}
.learn-platform-mobile .privatization-deployment .privatization-deployment-container .container .container-item span {
  font-size: 0.23rem;
  font-weight: 400;
  color: #393939;
  margin-top: 0.15rem;
}
.learn-platform-mobile .function-matching {
  width: calc(100% - 0.53rem);
  display: flex;
  justify-content: center;
  background: url(../image/learnPlatform-h5-icon14.png) no-repeat;
  background-size: 100%;
  height: 7.67rem;
  margin: 0 0.26rem;
}
.learn-platform-mobile .function-matching .function-matching-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0.6rem;
  padding: 0 0.32rem;
}
.learn-platform-mobile .function-matching .function-matching-container .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.learn-platform-mobile .function-matching .function-matching-container .container .container-item {
  width: 1.98rem;
  height: 0.6rem;
  border: 0.02rem solid #FFFFFF;
  font-size: 0.23rem;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.11rem;
}
.learn-platform-mobile .learning-traning {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.26rem;
  margin-top: 0.66rem;
}
.learn-platform-mobile .learning-traning .title {
  font-size: 0.33rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform-mobile .learning-traning .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.33rem;
}
.learn-platform-mobile .learning-traning .learning-traning-top,
.learn-platform-mobile .learning-traning .learning-traning-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../image/learnPlatform-h5-icon15.png) no-repeat;
  background-size: 100%;
  height: 2.68rem;
  margin-top: 0.65rem;
  width: 100%;
}
.learn-platform-mobile .learning-traning .learning-traning-top .title,
.learn-platform-mobile .learning-traning .learning-traning-bottom .title {
  font-size: 0.21rem;
  font-weight: 400;
  color: #FD6453;
  margin-top: 0.42rem;
}
.learn-platform-mobile .learning-traning .learning-traning-top .subtitle,
.learn-platform-mobile .learning-traning .learning-traning-bottom .subtitle {
  width: 2.91rem;
  height: 0.39rem;
  border: 0.02rem solid #fd7554;
  border-radius: 0.2rem;
  font-size: 0.21rem;
  font-weight: 400;
  color: #EBF2FF;
  text-align: center;
  line-height: 0.39rem;
  margin-top: 0.18rem;
}
.learn-platform-mobile .learning-traning .learning-traning-top .learning-traning-top-container,
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-top-container {
  margin-top: 0.48rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.3rem;
  padding-left: 0.35rem;
}
.learn-platform-mobile .learning-traning .learning-traning-top .learning-traning-top-container .item,
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-top-container .item {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 0.19rem;
}
.learn-platform-mobile .learning-traning .learning-traning-top .learning-traning-top-container .item img,
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-top-container .item img {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.05rem;
}
.learn-platform-mobile .learning-traning .learning-traning-top .learning-traning-top-container .item span,
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-top-container .item span {
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom {
  background: url(../image/learnPlatform-h5-icon16.png) no-repeat;
  background-size: 100%;
  height: 3.65rem;
  margin-top: 0.13rem;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .subtitle {
  width: 3.41rem;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container {
  padding: 0 0.1rem;
  width: calc(100% - 0.2rem);
  margin-top: 0.41rem;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.15rem;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item {
  height: 0.44rem;
  background: rgba(0, 14, 45, 0.5);
  font-size: 0.17rem;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item1 {
  width: 16%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item2 {
  width: 24%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item3 {
  width: 24%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item4 {
  width: 32%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item5 {
  width: 22%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item6 {
  width: 15%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item7 {
  width: 25%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item8 {
  width: 16%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item9 {
  width: 16%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item10 {
  width: 9%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item11 {
  width: 9%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item12 {
  width: 19%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item13 {
  width: 12%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item14 {
  width: 12%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item15 {
  width: 14%;
}
.learn-platform-mobile .learning-traning .learning-traning-bottom .learning-traning-bottom-container .content .content-item16 {
  width: 16%;
}
.learn-platform-mobile .special-personnel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.26rem;
  margin-top: 0.66rem;
}
.learn-platform-mobile .special-personnel .title {
  font-size: 0.33rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform-mobile .special-personnel .subtitle {
  font-size: 0.25rem;
  font-weight: 300;
  color: #5D5D5D;
  margin-top: 0.33rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container {
  display: flex;
  flex-direction: column;
  background: url(../image/learnPlatform-h5-icon17.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.64rem;
  width: calc(100% - 0.66rem);
  padding: 0 0.33rem;
  padding-bottom: 0.79rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item {
  margin-top: 0.3rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item:nth-child(1) {
  margin-top: 0.98rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-title {
  width: 4.84rem;
  background: url(../image/learnPlatform-h5-icon18.png) no-repeat;
  background-size: 100%;
  height: 0.66rem;
  font-size: 0.27rem;
  font-weight: 600;
  color: #FFFFFF;
  padding-left: 0.17rem;
  line-height: 0.66rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container {
  height: 0.86rem;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.36rem;
  padding-top: 0.23rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container .item-container-item {
  display: flex;
  align-items: center;
  width: 33%;
  height: 0.21rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container .item-container-item span:nth-child(1) {
  width: 0.11rem;
  height: 0.11rem;
  background: linear-gradient(90deg, #FD8C55, #FD5A53);
  border-radius: 50%;
  margin-right: 0.13rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container .item-container-item span:nth-child(2) {
  font-size: 0.21rem;
  font-weight: 400;
  color: #393939;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container2 {
  height: 0.75rem;
  padding-top: 0.34rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container2 .item-container-item {
  width: 25%;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container3 {
  height: 0.86rem;
  padding-top: 0.23rem;
}
.learn-platform-mobile .special-personnel .special-personnel-container .special-personnel-item .item-container3 .item-container-item {
  width: 25%;
}
@media screen and (max-width: 750px) {
  .learn-platform-mobile {
    display: block;
  }
  .learn-platform {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .learn-platform-mobile {
    display: none;
  }
  .learn-platform {
    display: block;
  }
}
