.ro-btn {
  border-radius: 3px;
  background: #fdb813;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 35px;
  width: 122px;
  height: 35px;
  border: none;
}

.add1box {
  border: 1px solid #d4d4d4;
  padding: 15px;
  box-shadow: -4px 4px 4px 0px #c7c7c7;
  border-radius: 5px;
  cursor: pointer;
}

/* 视差滚动 */
.cd-fixed-bg h1,
.cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../../images/blog/ro1.jpg");
  background-size: cover;
}

@media only screen and (min-width: 768px) {

  .cd-fixed-bg h1,
  .cd-fixed-bg h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-fixed-bg {
    background-attachment: fixed;
  }

  .cd-fixed-bg h1,
  .cd-fixed-bg h2 {
    font-size: 48px;
    font-weight: 300;
  }
}

.bg-black-08 {
  background-color: #0000008a;
}

.top {
  border-bottom: 1px solid #f3b007;
  padding-bottom: 20px;
}

.ro-top-title {
  color: #fff;
  font-weight: 700;
  font-size: 3vw;
  line-height: 1;
}

.second-title {
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  margin-top: 30px;
  line-height: 48px;
  word-break: break-all;
}

.wmkc-about-box {
  padding-top: 5vh;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.wmkc-about-img {
  /* height: 80px;
  width: 80px; */
  font-size: 30px;
  color: #fdb813;
}

.wmkc-about-img img {
  height: 100%;
  width: 100%;
}

.counter-area {
  font-size: 20px;
  letter-spacing: 1px;
}

.wmkc-about-sizes {
  font-size: 18px;
  letter-spacing: 1px;
}

.switchimg {
  height: 35%;
  width: 100%;
}

.hei_25em {
  height: 25em;
  position: relative;
}

.ro-arr {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.ro-text1 {
  font-size: 2em;
  color: #dee2e6;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 1px;
}

@media only screen and (max-width: 991px) {
  .ro-none-991 {
    display: none;
  }
}