.rs-swiper-slide {
  position: relative;
}

.rs-swiper-img {
  display: block;
  width: 100%;
}

.rs-swiper-text-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-swiper-title {
  font-size: 56px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.rs-swiper-text {
  font-size: 27px;
  color: #fff;
  text-align: center;
}

.rs-swiper {
  position: relative;
  overflow: hidden;
  --swiper-pagination-color: #ff9c37; /* 两种都可以 */
  --swiper-pagination-bottom: 20px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-size: 12px;
}
/* rs-download */

.rs-download-top {
  padding-top: 75px;
  min-height: 1100px;
  background: url(../images/download/top-bg.png) center bottom no-repeat;
  background-color: #fff;
}
.rs-download-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.rs-download-item {
  width: 50%;
}

.rs-download-img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.rs-download-text {
  font-size: 18px;
  line-height: 30px;
  color: #585858;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

.color-blue {
  color: #00a3ff;
}

.color-orange {
  color: #fc9149;
}
.color-stream {
  color: #00cade;
}

.color-client {
  color: #de1f00;
}

.rs-download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.rs-download-btn-short {
  width: 257px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.rs-download-btn-long {
  width: 333px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}

.rs-download-btn-icon {
  display: block;
  width: 48px;
  margin-right: 10px;
}

.rs-download-btn-name {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
}

.usb-camera-btn {
  background-color: #96918d;
}

.linkxview-stream-btn {
  background-color: #03dbf0;
}

.support-btn {
  background-color: #fc9149;
}

.linkxview-see-btn {
  background-color: #de1f00;
}

.rs-download-qr-code {
  display: block;
  width: 76px;
  margin-left: 5px;
}

.rs-download-bottom {
  padding-top: 400px;
  min-height: 750px;
  background: url(../images/download/bottom-bg.png) center top no-repeat;
  background-color: #f6f5f3;
}
/* rs-case */
.rs-case {
  background-color: #fff;
  padding: 95px 0 150px;
}

.rs-case-title {
  font-size: 48px;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}

.rs-case-tab-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.rs-case-tab-item {
  padding: 0 35px;
  font-size: 20px;
  line-height: 54px;
  color: #000;
  cursor: pointer;
}

.rs-case-tab-item.checked {
  background-color: #d0781f;
  color: #fff;
  border-radius: 27px;
}

.rs-case-tab-content-list {
  position: relative;
  width: 1200px;
  height: 400px;
  border-radius: 15px;
  overflow: hidden;
}

.rs-case-shadow {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  border-radius: 0 15px 15px 0;
}

.rs-case-content-item {
  position: relative;
  display: none;
  width: 1200px;
  height: 400px;
}

.rs-case-content-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 55px;
}

.rs-case-content-title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.rs-case-content-text {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}

.rs-case-content-item.checked {
  display: flex;
}

.rs-case-img {
  position: relative;
  width: 1200px;
  height: 400px;
  /* left: -1200px; */
}


.rs-case-swiper {
  width: 1200px;
  height: 400px;
  overflow: hidden;
}
