@charset "UTF-8";
.el-progress__text {
  font-size: 24px !important;
  font-weight: bold;
}
.head {
  padding: 30px 0 30px 60px;
  color: #fff;
  font-weight: bold;
}
.head p:nth-child(1) {
  font-size: 18px;
}
.content {
  display: flex;
  margin: 10px 0;
}
.content .left {
  width: 100%;
  transition: 2s;
  -webkit-transition: 2s;
  /* Safari */
}
.content .left .card {
  display: flex;
  justify-content: space-between;
}
.content .left .card .card-content {
  width: 100%;
  height: 130px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.content .left .card .card-content:hover {
  cursor: pointer;
}
.content .left .card .card-content p {
  margin: 10px;
  padding: 0;
}
.content .left .card .card-content img {
  width: 70px;
}
.content .left .card .card-content .num {
  margin: 10px;
  display: flex;
  align-items: center;
  height: 30px;
}
.content .badge {
  position: relative;
  height: calc(100vh - 255px);
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  margin-left: 10px;
  transition-duration: 0.4s;
}
.content .badge .arrow-right {
  position: absolute;
  width: 10px;
  height: 40px;
  background: #dad5d5;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.bg-img1 {
  background: url(../img/1.4f7f1da7.jpg) center no-repeat;
  background-size: cover;
}
.bg-img2 {
  background: url(../img/2.dbe3362c.jpg) center no-repeat;
  background-size: cover;
}
.bg-img3 {
  background: url(../img/3.145a0d67.jpg) center;
  background-size: cover;
}
.bg-img4 {
  background: url(../img/4.1e55b92d.jpg) center no-repeat;
  background-size: cover;
}

/*滑入——从右侧*/
.tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.rightToRight-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rightToRight-info .rightToRight-info-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.rightToRight-info .rightToRight-info-title .rightToRight-info-center {
  margin: 5px 0;
}
.rightToRight-info .rightToRight-info-title .rightToRight-info-center:nth-child(4) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.rightToRight-info .rightToRight-info-title .rightToRight-info-center:nth-child(3) {
  width: 100%;
}
.rightToRight-info .progress {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.rightToRight-info .progress .progress-text {
  margin-left: 30px;
}
.rightToRight-info .progress .progress-text .p1 {
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
