.jyt {
  width: 100%;
  height: 100vh;
  background: url('../images/bg.png') center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.jyt .wapper{
  width: 13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.uls {
  display: flex;
  width: 7rem;
  flex-wrap: wrap;
  align-items: center;
  overflow-y: auto;
  height: 7rem;
  justify-content: flex-end;
}
/* .uls::-webkit-scrollbar {
  display: none;
} */
.uls a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 1.5rem;
  margin-right: .1rem;
}
.uls a img{
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 5px;
  display: block;
}
.uls a .logo-icon{
  width: 1.38rem;
  height: 1.35rem;
}
.uls a span{
  width: 1.38rem;
  border-radius: 0.21rem;
  line-height: 0.42rem;
  color: #6768EB;
  background: #FFFFFF;
  font-size: .14rem;
  font-family: AlibabaPuHuiTiR;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.uls a .logo-icon{
  width: 1.35rem;
  height: 1.35rem;
  
}
.jyt .footer {
  background: #333333;
}
.jyt .footer p{
  color: #FFFFFF;
}
.container h4{
  color: #fff;
  font-size: 0.4rem;
  padding-bottom: 0.2rem;
  font-weight: normal;
}
.jyt .container .text .allintroduce {
  width: 500px;
  color: #fff;
  font-size: 0.2rem;
  white-space: initial;
}
.jyt .container {
  width: auto;
  margin: 0;
}
.jyt .container .text {
  margin-right: 0;
}