.langruage-button {
  border-radius: 5px;
  background-color: #17bed2;
  color: #fff;
  font-weight: 800;
}

.button-div {
  position: absolute;
  left: 146px;
  top: 15px;
}

.design-more {
  width: 100%;
  text-align: center;
  padding: 30px;
}

.design-more-button {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #333;
  padding: 10px 20px;
  cursor: pointer;
}

.design-more-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  color: #fff;
}

.design-part {
  margin: 50px 0;
  padding: 30px 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px #333;
  border-radius: 10px;
}

.design-left-list {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: rgb(120, 120, 120);
  background-color: rgb(236, 236, 236);
  cursor: pointer;
}

.design-left-list:hover {
  background-color: rgb(40, 60, 123);
  color: #fff;
}

.design-left-listed {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background-color: rgb(40, 60, 123);
  color: #fff;
}

.list-img {
  width: 100%;
}

.rightList {}

#app {
  /* background: url(img/1920x1080/01.jpg) 100% repeat-y; */
}

.d-header {
  /* background-color: rgba(7, 102, 190, 0.3); */
}

.d-img {
  margin-top: 98px;
}

.d-img img {
  width: 100%;
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.title_ch {
  font-weight: bold;
  font-size: 24px;
  color: #1c6bb6;
}

.bgborder {
  margin-left: 10px;
  background: #1c6bb6;
  padding: 3px 15px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.footer-list-item {
  width: 20%;
  float: left;
}

.more-word {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}