.remote-container {
  width: 100%;
  min-width: 1260px;
}
.remote-header {
  box-sizing: border-box;
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding-left: 20px;
}
.remote-header .title {
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.remote-header a.head-link {
  color: rgba(51, 51, 51, 0.6);
}
.remote-content {
  box-sizing: border-box;
  min-height: calc(100vh - 350px);
}

.remote-banner {
  box-sizing: border-box;
  width: 100%;
  height: 700px;
  background: url("../images/remote-banner.svg") no-repeat center;
  padding-top: 404px;
}
.remote-banner .dowload-btn {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 50px;
  border-radius: 10px;
  background: #007aff;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.remote-features {
  position: relative;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  margin-top: -80px;
}
.remote-features .features-item {
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
}
.remote-features .features-item .title {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  padding-top: 24px;
}
.remote-features .features-item .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
  padding-top: 10px;
}

.remote-features-desc {
  padding-top: 100px;
}
.remote-features-desc .title {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.features-desc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 56px 0 10px;
}
.features-desc-list li {
  box-sizing: border-box;
  width: 300px;
  height: 300px;
  background: #fafafa;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
  margin-bottom: 20px;
}
.features-desc-list li .name {
  font-size: 20px;
  line-height: 26px;
  color: #333333;
  padding-top: 34px;
}
.features-desc-list li .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  padding-top: 10px;
  text-align: center;
}
