/* banner相关 */
.sci {
  margin-bottom: 106px;
}

.sci-main {
  margin: 0 auto;
  padding-top: 64px;
  max-width: 1920px;
}

.sci-banner {
  height: 98px;
  background-image: url('../images/science/banner.png?v=2.0.30');
  background-size: cover;
  color: #fff;
}

.sci-app {
  padding: 8px;
}

.sci-app-list a {
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
	height: 2.08rem;
  border-radius: 8px;
  font-size: 0.32rem;
  background: #f8f8f8;
}
.sci-app-list a:active {
  background: transparent;
}
.sci-app-list a:not(:first-child) {
  margin-top: 10px;
}

.sci-mobile-comLogo img {
  width: 1.28rem;
}

.sci-mobile-comInfo {
  flex: 1;
  margin: 0 0 0 16px;
  padding-right: 30px;
  background: #f8f8f8 url(../images/science/arrow.png?v=2.0.30) right center no-repeat;
  background-size: 16px 16px;
}

.sci-mobile-comInfo-tit {
  padding-right: 35px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.sci-mobile-comInfo p {
  /* margin-top: 5px; */
	line-height: .34rem;
  font-size: 12px;
  color: #777d87;
}

.sci-skillCard-list {
  margin-top: 0.16rem;
}

.sci-skillCard-list li {
}

.sci-skillCard-list li img {
  width: 100%;
}
