body {
  background: #F8F8F8;
}
.title {
  padding-top: 56px;
  font-size: 36px;
  color: #161616;
  text-align: center;
}
.des {
  margin-top: 14px;
  font-size: 14px;
  color: #999999;
  text-align: center;

}
.content {
  width: 1200px;
  margin: 70px auto 0;
}
.imgBox {
  margin: 48px 0 0;
  display: flex;
  justify-content: space-between;
}
.imgBox .bigImg {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  object-fit: cover;
}
.f-j-c {
  justify-content: center;
}
.upBtn,
.downBtn {
  text-align: center;
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #EEEEEE;
  border-radius: 16px;
  cursor: pointer;
}
.upBtn {
  margin-right: 16px;
  line-height: 68px;
}
.upBtn i,
.downBtn i {
  display: inline-block;
  border-left: 3px solid #BABABA;
  border-top: 3px solid #BABABA;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
}
.downBtn i {
  transform: rotate(225deg);
}
.smallImglList {
  max-height: 555px;
  overflow: auto;
}
.smallImglList::-webkit-scrollbar {
  display: none
}
.smallImglList img{
  width: 228px;
  height: 170px;
  background: #fff;
  border-radius: 16px;
}
.info {
  margin-top: 47px;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}
.info .iTitle {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #123FA7;
}
.info .iTitle span {
  width: 16px;
  height: 16px;
  background: #123FA7;
  border-radius: 50%;
  margin-right: 18px;
}
.text {
  font-size: 18px;
  color: #666666;
}
.row {
  margin-bottom: 24px;
}
.bt-img {
  display: flex;
  justify-content: end;
  align-items: center;
}
.bottomLabelBox {
  padding-bottom: 60px;
  margin-top: 48px;
  display: flex;
}
.btImgItem {
  margin-right: 35px;
}
.btImgItem img {
  background: #fff;
  border-radius: 16px;
}
.btImgItem:nth-child(3n) {
  margin-right: 0;
}
.row {
  color: #333333;
  margin-bottom: 24px;
  font-size: 18px!important;
}
.smallImglList li {
  border-radius: 16px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.smallImglList .active {
  border: 1px solid #ddd;
}
.line {
  margin: 0 10px;
}