.device .mobileDevice[data-v-e871c8f8] {
  display: none;
}
.device a[data-v-e871c8f8] {
  display: block;
  width: 100%;
}
.device a .itemContent[data-v-e871c8f8] {
  display: flex;
}
.device a .itemContent img[data-v-e871c8f8] {
  width: 200px;
}
.device a .itemContent .listBox[data-v-e871c8f8] {
  flex: 1;
  background: #fff;
  padding: 0 15px;
}
.device a .itemContent .listBox h3[data-v-e871c8f8] {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
}
.device a .itemContent .listBox .text[data-v-e871c8f8] {
  padding: 20px 0;
}
.device a .itemContent .listBox .text P[data-v-e871c8f8] {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1200px) {
.device .mobileDevice[data-v-e871c8f8] {
    display: none !important;
}
.device .row[data-v-e871c8f8] {
    margin: 0;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, calc((100% - 30px * 2) / 3));
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
}
.device .row .col-xl-4[data-v-e871c8f8] {
    flex: 1;
    max-width: 100%;
    padding: 0;
}
}
@media (min-width: 992px) {
.device .mobileDevice[data-v-e871c8f8] {
    display: none !important;
}
.device .row[data-v-e871c8f8] {
    margin: 0;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, calc((100% - 30px * 2) / 3));
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
}
.device .row .col-lg-4[data-v-e871c8f8] {
    flex: 1;
    max-width: 100%;
    padding: 0;
}
}
@media (min-width: 768px) {
.device .mobileDevice[data-v-e871c8f8] {
    display: none;
}
.device .row[data-v-e871c8f8] {
    margin: 0;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, calc((100% - 30px * 2) / 3));
    grid-column-gap: 30px;
    grid-row-gap: 25px;
    flex-wrap: wrap;
}
.device .row .col-md-4[data-v-e871c8f8] {
    flex: 1;
    max-width: 100%;
    padding: 0;
}
}
@media (max-width: 768px) {
.device .pcDevice[data-v-e871c8f8] {
    display: none !important;
}
.device .mList[data-v-e871c8f8] {
    display: block;
}
.device .mList li[data-v-e871c8f8] {
    margin-bottom: 15px;
}
.device .mList li[data-v-e871c8f8]:last-child {
    margin-bottom: 0px;
}
.device .mList li a[data-v-e871c8f8] {
    display: block;
    width: 100%;
}
.device .mList li a .itemContent[data-v-e871c8f8] {
    display: flex;
    flex-direction: column;
}
.device .mList li a .itemContent img[data-v-e871c8f8] {
    width: 100%;
}
.device .mList li a .itemContent .listBox[data-v-e871c8f8] {
    flex: 1;
    background: #fff;
    padding: 0 10px;
}
.device .mList li a .itemContent .listBox h3[data-v-e871c8f8] {
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
}
.device .mList li a .itemContent .listBox .text[data-v-e871c8f8] {
    padding: 15px 0;
}
.device .mList li a .itemContent .listBox .text P[data-v-e871c8f8] {
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    margin: 0;
}
}

