a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

p {
  margin: 0;
}

a:hover {
  text-decoration: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8vh;
}

.box00 {
  width: 100%;
  height: 350px;
  background: url("../../cn_images/solution/box0_detail.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

main {
  background: #fbfbfd;
}


.device-wrapper {
  width: 1205px;
  background: #fff;
  margin: 60px auto;
}
.device-wrapper-content{
  padding: 60px 40px;
}
.device-header {
  padding-bottom: 15px;
}

.device-header-title {
  font-size: 20px;
  font-weight: bold;
  color: #00B0EC;
  border-left: 4px solid #00B0EC;
  padding-left: 10px;
}

.device-line {
  height: 1px;
  background: #00B0EC;
  margin: 15px 0;
}

.device-wordList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
}

.device-word-item {
  border: 1px solid #00B0EC;
  color: #00B0EC;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #ffffff;
  cursor: default;
  transition: all 0.2s;
}

.device-content p{
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02px;
  line-height: 36px;
  text-align: left;
  color: #000;
  white-space: pre-line;
  text-indent: 2em;
}

.device-img {
  width: 1124px;
  text-align: center;
  margin-top: 40px;
}
.device-img img {
  max-width: 1124px;
  max-height:400px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}