@font-face {
  font-family: 'Alibaba PuHuiTi';
  src: url('Alibaba-PuHuiTi-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.plat-title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.plat-title span {
  margin: 0 20px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
}
.plat-title img {
  display: inline-block;
}
.plat-des {
  max-width: 980px;
  margin: 40px auto 0;
  text-align: center;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}
.plat-banner {
  width: 100%;
  min-width: 1200px;
  height: 593px;
  background: url(/static/index/img/plat/banner.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.plat-banner .banner-title {
  width: 1200px;
  margin: 0 auto;
}
.plat-banner .banner-title h1 {
  margin: 183px 0 45px;
  color: #fff;
  line-height: 1;
  font-size: 56px;
}
.plat-banner .banner-title p {
  line-height: 1.5;
  font-size: 20px;
  color: #CAD0E4;
}
.plat-jiagou {
  margin-top: 100px;
}
.plat-jiagou .jiagou-img {
  width: 92%;
  height: auto;
  margin: 80px auto 0;
}
.plat-jiagou .jiagou-img img {
  width: 100%;
  height: 100%;
}
.plat-texing {
  width: 100%;
  height: 910px;
  background: url(/static/index/img/plat/bg1.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.plat-texing .wrap {
  margin-top: 164px;
}
.plat-texing .wrap .texing-box {
  margin-top: 72px;
}
.plat-texing .wrap .texing-box .texing-item {
  width: 380px;
  height: 500px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(184, 199, 230, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(184, 199, 230, 0.2);
  border-radius: 8px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plat-texing .wrap .texing-box .texing-item .item-top {
  height: 240px;
  width: 100%;
}
.plat-texing .wrap .texing-box .texing-item .item-top img {
  width: 100%;
  height: 100%;
}
.plat-texing .wrap .texing-box .texing-item .item-bottom {
  height: 260px;
  overflow: hidden;
}
.plat-texing .wrap .texing-box .texing-item .item-bottom .item-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin: 60px 0 30px;
  text-align: center;
}
.plat-texing .wrap .texing-box .texing-item .item-bottom .item-des {
  padding: 0 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.plat-texing .wrap .texing-box .texing-item .texing-img {
  position: absolute;
  width: 226px;
  height: 198px;
  top: 56px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plat-texing .wrap .texing-box .texing-item .texing-img img {
  width: 100%;
  height: 100%;
}
.plat-texing .wrap .texing-box .texing-item:nth-last-child(1) {
  margin-right: 0;
}
.plat-texing .wrap .texing-box .texing-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.plat-texing .wrap .texing-box .texing-item:hover .texing-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.plat-fangan {
  margin-top: 100px;
}
.plat-fangan .plat-title {
  margin-bottom: 60px;
}
.plat-fangan .fangan-item {
  width: 100%;
  height: 100px;
  background-size: 100% 100%;
  margin-top: 20px;
}
.plat-fangan .fangan-item .fangan-left {
  float: left;
  width: 200px;
  height: 100%;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  position: relative;
}
.plat-fangan .fangan-item .fangan-left::before {
  width: 120%;
  content: '';
  position: absolute;
  left: -10%;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
  transform: skewx(-25deg);
  -o-transform: skewx(-25deg);
  -moz-transform: skewx(-25deg);
  -webkit-transform: skewx(-25deg);
  background-size: 200% 200%;
  background-position: 200% 200%;
}
.plat-fangan .fangan-item .fangan-left:hover::before {
  transition: background-position 1s;
  background-position: -200% -200%;
}
.plat-fangan .fangan-item .fangan-right {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 100px;
  color: #333;
  font-size: 20px;
  padding-left: 40px;
}
.plat-fangan .fangan1 {
  background: url(/static/index/img/plat/tiao1.png) no-repeat;
}
.plat-fangan .fangan2 {
  background: url(/static/index/img/plat/tiao2.png) no-repeat;
}
.plat-fangan .fangan3 {
  background: url(/static/index/img/plat/tiao3.png) no-repeat;
}
.plat-fangan .fangan4 {
  background: url(/static/index/img/plat/tiao4.png) no-repeat;
}
.plat-fangan .fangan5 {
  background: url(/static/index/img/plat/tiao5.png) no-repeat;
}
.plat-zujian {
  width: 100%;
}
.plat-zujian .plat-title {
  margin-top: 150px;
}
.plat-zujian .zu-box {
  background: url(/static/index/img/plat/bg2.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}
.plat-zujian .zu-box .zujian-box {
  margin-top: 70px;
  background: url(/static/index/img/plat/line.png) no-repeat center top;
  background-size: 80% auto;
  position: relative;
}
.plat-zujian .zu-box .zujian-box .zujian-center {
  width: 480px;
  height: 480px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.plat-zujian .zu-box .zujian-box .zujian-center img {
  width: 100%;
  height: 100%;
}
.plat-zujian .zu-box .zujian-box .zujian-item {
  width: 169px;
  height: 73px;
  position: absolute;
  background: url(/static/index/img/plat/line-title.png) no-repeat;
  text-align: center;
  line-height: 67px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s;
}
.plat-zujian .zu-box .zujian-box .zujian-item.zujian1 {
  top: -33px;
  left: 55px;
}
.plat-zujian .zu-box .zujian-box .zujian-item.zujian2 {
  top: 170px;
  left: -30px;
}
.plat-zujian .zu-box .zujian-box .zujian-item.zujian3 {
  bottom: 25px;
  left: 55px;
}
.plat-zujian .zu-box .zujian-box .zujian-item.zujian4 {
  top: -33px;
  right: 55px;
}
.plat-zujian .zu-box .zujian-box .zujian-item.zujian5 {
  top: 170px;
  right: -30px;
}
.plat-zujian .zu-box .zujian-box .zujian-item.zujian6 {
  bottom: 25px;
  right: 55px;
}
.plat-zujian .zu-box .zujian-box .zujian-item:hover {
  transform: scale(1.03);
}
.plat-zujian .zu-box .zujian-center:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.plat-youshi .plat-title {
  margin: 100px 0 20px;
}
.plat-youshi .youshi-box {
  overflow: hidden;
  padding: 0 10px 70px;
  background: #fff;
}
.plat-youshi .youshi-item {
  position: relative;
  width: 380px;
  height: 220px;
  float: left;
  margin-right: 20px;
  margin-top: 100px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 85px 30px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(184, 199, 230, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(184, 199, 230, 0.2);
  -webkit-box-shadow: 8px;
  box-shadow: 8px;
}
.plat-youshi .youshi-item .box-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 120px;
  width: 120px;
  background: #AD92FD;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  border-radius: 50%;
  font-size: 56px;
  font-family: DIN;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 110px;
  text-align: center;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.plat-youshi .youshi-item .box-top.youshi2 {
  background: #677BF6;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
}
.plat-youshi .youshi-item .box-top.youshi3 {
  background: #80EAC2;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
}
.plat-youshi .youshi-item .box-top.youshi4 {
  background: #23D0B4;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
}
.plat-youshi .youshi-item .box-top.youshi5 {
  background: #FEAC86;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
}
.plat-youshi .youshi-item .box-top.youshi6 {
  background: #F7618F;
  border: 6px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
}
.plat-youshi .youshi-item p {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  word-spacing: 2px;
}
.plat-youshi .youshi-item p span:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  word-spacing: 3px;
  margin-right: 4px;
}
.plat-youshi .youshi-item:nth-child(3n) {
  margin-right: 0;
}
.plat-youshi .youshi-item:hover .box-top {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .box-top {
    padding-left: 14px;
    text-align: left !important;
  }
}
/* 弹跳动画 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* 弹跳动画 结束 */
@media screen and (max-width: 768px) {
  body {
    background: #fff;
  }
  .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }
  .plat-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plat-title span {
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .plat-title img {
    display: inline-block;
    width: 56px;
    height: 9px;
  }
  .plat-des {
    max-width: 90%;
    margin: 20px auto 0;
    text-align: center;
    color: #666;
    font-size: 10px;
    font-weight: 400;
  }
  .plat-banner {
    padding: 44px 0 30px;
    width: 100%;
    min-width: 0;
    height: auto;
    background: url(/static/index/img/plat/banner_m.png) #232735 no-repeat;
    background-size: 120% 120%;
    overflow: hidden;
  }
  .plat-banner .banner-title {
    width: 100%;
    margin-left: 16px;
    text-align: left;
  }
  .plat-banner .banner-title h1 {
    margin: 32px 0 22px;
    color: #fff;
    line-height: 1;
    font-size: 28px;
  }
  .plat-banner .banner-title p {
    line-height: 1.5;
    font-size: 14px;
    color: #CAD0E4;
  }
  .plat-jiagou {
    margin-top: 40px;
  }
  .plat-jiagou .jiagou-img {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .plat-jiagou .jiagou-img img {
    width: 100%;
    height: 100%;
  }
  .plat-texing {
    width: 100%;
    height: auto;
    background: #fff;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .plat-texing .wrap {
    margin-top: 40px;
  }
  .plat-texing .wrap .texing-box {
    margin-top: 35px;
    padding-bottom: 20px;
  }
  .plat-texing .wrap .texing-box .texing-item {
    width: 80%;
    height: auto;
    margin: 20px auto 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(184, 199, 230, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(184, 199, 230, 0.2);
    border-radius: 8px;
    float: none;
    overflow: hidden;
    position: relative;
  }
  .plat-texing .wrap .texing-box .texing-item .item-top {
    height: auto;
    width: 100%;
  }
  .plat-texing .wrap .texing-box .texing-item .item-top img {
    width: 100%;
    height: 100%;
  }
  .plat-texing .wrap .texing-box .texing-item .item-bottom {
    height: 180px;
    overflow: hidden;
  }
  .plat-texing .wrap .texing-box .texing-item .item-bottom .item-title {
    font-size: 18px;
    font-weight: bold;
    font-weight: 500;
    color: #333333;
    line-height: 1;
    margin: 40px 0 15px;
    text-align: center;
  }
  .plat-texing .wrap .texing-box .texing-item .item-bottom .item-des {
    padding: 0 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
  }
  .plat-texing .wrap .texing-box .texing-item .texing-img {
    position: absolute;
    width: 72%;
    height: 190px;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .plat-texing .wrap .texing-box .texing-item .texing-img img {
    width: 100%;
    height: 100%;
  }
  .plat-texing .wrap .texing-box .texing-item:nth-last-child(1) {
    margin: 20px auto;
  }
  .plat-fangan {
    margin-top: 0;
    padding: 10px 0 40px;
    background: #fff;
    width: 100%;
  }
  .plat-fangan .plat-title {
    margin-bottom: 30px;
  }
  .plat-fangan .fangan-item {
    width: 94%;
    height: 70px;
    background-size: 100% 100%;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .plat-fangan .fangan-item .fangan-left {
    float: left;
    width: 80px;
    height: 100%;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 70px;
    text-align: center;
  }
  .plat-fangan .fangan-item .fangan-left::before {
    display: none;
  }
  .plat-fangan .fangan-item .fangan-right {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 12px;
    padding: 0 12px 0 8px;
  }
  .plat-fangan .fangan1 {
    background: url(/static/index/img/plat/m_tiao1.png) no-repeat;
    background-size: 100% 100%;
  }
  .plat-fangan .fangan2 {
    background: url(/static/index/img/plat/m-tiao2.png) no-repeat;
    background-size: 100% 100%;
  }
  .plat-fangan .fangan3 {
    background: url(/static/index/img/plat/m-tiao3.png) no-repeat;
    background-size: 100% 100%;
  }
  .plat-fangan .fangan4 {
    background: url(/static/index/img/plat/m-tiao4.png) no-repeat;
    background-size: 100% 100%;
  }
  .plat-fangan .fangan5 {
    background: url(/static/index/img/plat/m-tiao5.png) no-repeat;
    background-size: 100% 100%;
  }
  .plat-zujian {
    width: 100%;
  }
  .plat-zujian .plat-title {
    margin-top: 0;
    padding-top: 10px;
    background: #fff;
  }
  .plat-zujian .zu-box {
    background: #fff;
    overflow: hidden;
    padding-bottom: 40px;
  }
  .plat-zujian .zu-box .zujian-box {
    margin-top: 40px;
    background: url(/static/index/img/plat/line.png) no-repeat center top;
    background-size: 96% auto;
    position: relative;
  }
  .plat-zujian .zu-box .zujian-box .zujian-center {
    width: 180px;
    height: 180px;
    margin: 0 auto;
  }
  .plat-zujian .zu-box .zujian-box .zujian-center img {
    width: 100%;
    height: 100%;
  }
  .plat-zujian .zu-box .zujian-box .zujian-item {
    width: 90px;
    height: 38px;
    position: absolute;
    background: url(/static/index/img/plat/line-title.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
  }
  .plat-zujian .zu-box .zujian-box .zujian-item.zujian1 {
    top: -15px;
    left: 15px;
  }
  .plat-zujian .zu-box .zujian-box .zujian-item.zujian2 {
    top: 65px;
    left: 0px;
  }
  .plat-zujian .zu-box .zujian-box .zujian-item.zujian3 {
    bottom: 0px;
    left: 15px;
  }
  .plat-zujian .zu-box .zujian-box .zujian-item.zujian4 {
    top: -15px;
    right: 15px;
  }
  .plat-zujian .zu-box .zujian-box .zujian-item.zujian5 {
    top: 65px;
    right: 0px;
  }
  .plat-zujian .zu-box .zujian-box .zujian-item.zujian6 {
    bottom: 0px;
    right: 15px;
  }
  .plat-youshi {
    background: #fff;
    padding-top: 10px;
  }
  .plat-youshi .plat-title {
    margin: 0 0 20px 0;
  }
  .plat-youshi .youshi-box {
    overflow: hidden;
    padding: 0 10px 70px;
    background: #fff;
  }
  .plat-youshi .youshi-item {
    position: relative;
    width: 90%;
    height: auto;
    float: none;
    margin: 60px auto 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 15px 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(184, 199, 230, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(184, 199, 230, 0.2);
    -webkit-box-shadow: 8px;
    box-shadow: 8px;
  }
  .plat-youshi .youshi-item .box-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 80px;
    width: 80px;
    background: #AD92FD;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    border-radius: 50%;
    font-size: 28px;
    font-family: DIN;
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
    line-height: 70px;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .plat-youshi .youshi-item .box-top.youshi2 {
    background: #677BF6;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  }
  .plat-youshi .youshi-item .box-top.youshi3 {
    background: #80EAC2;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  }
  .plat-youshi .youshi-item .box-top.youshi4 {
    background: #23D0B4;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  }
  .plat-youshi .youshi-item .box-top.youshi5 {
    background: #FEAC86;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  }
  .plat-youshi .youshi-item .box-top.youshi6 {
    background: #F7618F;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
  }
  .plat-youshi .youshi-item p {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
  }
  .plat-youshi .youshi-item p span:nth-child(1) {
    font-size: 16px;
    font-weight: 600;
  }
  .plat-youshi .youshi-item:nth-child(3n) {
    margin: 60px auto 0;
  }
}
