@charset "UTF-8";
.advantage {
  padding: var(--pcspacing);
}
.advantage .advantage-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.advantage .advantage-content .advantage-left {
  width: 500px;
  margin-right: 80px;
}
.advantage .advantage-content .advantage-left img {
  width: 100%;
  height: auto;
}
.advantage .advantage-content .advantage-left span {
  font-size: 14px;
  font-weight: 400;
  color: var(--txtdesc);
  line-height: 24px;
  display: block;
  margin-top: 20px;
}
.advantage .advantage-content .advantage-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.advantage .advantage-content .advantage-right-item {
  background: #fff;
  padding: 40px;
  box-shadow: var(--global-shadow);
}
.advantage .advantage-content .advantage-right-item .advantage-right-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.advantage .advantage-content .advantage-right-item .advantage-right-item-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--txttitle);
}
.advantage .advantage-content .advantage-right-item .advantage-right-item-content p {
  font-size: 14px;
  font-weight: 400;
  color: var(--txtdesc);
  line-height: 24px;
}

.system {
  padding: var(--pcspacing);
}
.system .system-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.system .system-content .list-liunx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.system .system-content .list-windows {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.system .system-content .list-head {
  margin-bottom: 20px;
}
.system .system-content .list-main {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.system .system-content .list-main .list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.system .system-content .list-main .list-item .list-item-img {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.system .system-content .list-main .list-item .list-item-img img {
  width: 34px;
  height: auto;
}
.system .system-content .list-main .list-item .list-item-img h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--txttitle);
  margin-left: 12px;
}

.command {
  padding: var(--pcspacing);
}
.command .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.command .container .container-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 96%;
  gap: 0 20px;
}
.command .container .container-item h2 {
  width: 132px;
  font-size: 16px;
  color: var(--txtdesc);
}
.command .container .copyBtn {
  color: #20a53a;
  background-color: #f2fff4;
  border: #abdbb4 1px solid;
  border-radius: 3px;
  line-height: 38px;
  width: 74px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.command .container .copyBtn i {
  font-size: 20px;
}
.command .container .copyBtn:hover {
  border: #20a53a 1px solid;
  background-color: #20a53a;
  background-size: 18px;
  color: #fff;
  transition: background-color 0.25s;
}
.command .container .command-text {
  flex: 1;
  width: 100%;
  position: relative;
  display: flex;
  padding: 0px 10px;
  line-height: 39px;
  border-radius: 3px;
  background-color: #20202f;
  box-shadow: 0 0 5px #ececec;
  font-size: 16px;
  color: #fff;
}

.problem_bg {
  background: url(../picture/remoteL17075794763815.png) no-repeat calc(100% - 120px) 340px, url(../picture/remoteL17075795114472.png) no-repeat calc(100% + 40px) 200px;
  background-size: 144px 144px, 262px 262px;
  background-color: #fafbfe;
}

.problem {
  padding: var(--pcspacing);
}
.problem .problem-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.problem .problem-content-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.problem .problem-content-item .problem-content-item-title {
  position: relative;
  margin-bottom: 20px;
}
.problem .problem-content-item .problem-content-item-title h3 {
  padding-left: 40px;
  height: 24px;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  color: var(--txtcl);
}
.problem .problem-content-item .problem-content-item-title:after {
  position: absolute;
  content: "Q";
  width: 26px;
  height: 26px;
  background: #0056ff;
  border-radius: 0;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  font-family: "微软雅黑";
  color: #fff;
  top: 0;
}
.problem .problem-content-item .problem-content-item-content {
  width: 100%;
  background: #fff;
  padding: 20px;
}
.problem .problem-content-item .problem-content-item-content p {
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: var(--txtdesc);
}

@media (max-width: 768px) {
  .advantage {
    padding: var(--wapspacing);
  }
  .advantage .advantage-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .advantage .advantage-content .advantage-left {
    width: 100%;
    margin-right: 0;
  }
  .advantage .advantage-content .advantage-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .advantage .advantage-content .advantage-right .advantage-right-item {
    padding: 28px 20px;
  }
  .system {
    padding: var(--wapspacing);
  }
  .command {
    padding: var(--wapspacing);
  }
  .command .container .container-item {
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .command .container .container-item h2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .command .container .command-text {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    overflow: hidden;
  }
  .command .container .copyBtn {
    position: absolute;
    right: 0;
    top: -8px;
    line-height: 28px;
  }
  .problem {
    padding: var(--wapspacing);
  }
}

/*# sourceMappingURL=bt.css.map */
