<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-device {
    width: 100%;
    height: 4.6rem;
    position: relative;
    /* background-image: url(/assets/images/deviceBanner.png); */
    background-image: url(/assets/images/banner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-device h1:nth-of-type(1) {
    position: absolute;
    display: block;
    top: 1.47rem;
    margin: 0;
    width: 12rem;
    font-size: 0.54rem;
    font-family: RobotoCondensed-Bold, RobotoCondensed;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.63rem;
}

.top-button {
    top: 3.16rem;
}

.intro {
    width: 12rem;
    margin: 0 auto;
    margin-top: .7rem;
}

.intro p {
    font-size: .17rem;
    margin: .2rem auto;
    font-size: 0.2rem;
    font-family: PTSans-Regular, PTSans;
    font-weight: 400;
    color: #454547;
    line-height: 0.26rem;
}

.device-detail-intro {
    width: 100%;
}

.device-detail-intro&gt;.container {
    width: 100% !important;
    padding:0;
}

/* ===== */
.devices-intro-content {
  margin: 0 auto 0.4rem;
}

.h2-title {
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 24px;
  color: #081C4B;
}

.device-box {
  display: flex;
  flex-direction: column;
  flex: auto;
  margin: 24px 12px 0px 12px;
  background: #fff;
  background:rgba(255,255,255,1);
  border-radius:0.08rem;
  border:1px solid #DBDCDF;
}

.title-name{
  font-size: 24px;
  padding-left: 20px;
  color: #3775F6;
}

.title-img{
  position: relative;
  padding-left: .29rem;
  background: #F4F5F8;
  border-top-left-radius: .08rem;
  border-top-right-radius: .08rem;
  height: 1.56rem;
}

.title-img.out-of-stock .title-name,
.title-img.out-of-stock img{
  opacity: 0.6;
}

.out-of-stock .stock-box{
  font-size: 12px;
  color: #FF4D4F;
  background-color: #FFEDED;
  border-radius: 4px;
  width: 89px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 0.06rem;
  right: 0.06rem;
}

.title-img img{
  height: 1.22rem;
}

.device-desc {
  font-size: 16px;
  display: flex;
  padding: .2rem 0 .26rem .16rem;
  flex: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.device-desc ol {
  list-style:disc;
  margin-bottom: .14rem;
}

.device-desc li {
  color: #39496F;
  font-size: 0.16rem;
  list-style-type: none;
  margin-bottom: .06rem;
}

.device-desc li .dot {
  display: inline-block;
  height: 4px;
  width: 4px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #526081;
}

.footer-btn {
  display: flex;
}

.footer-btn .el-button{
  display: flex;
  border: 1px solid #3775f6;
  border-radius: 4px;
  padding: 6px;
  background: #3775f6;
  border-color: #3775f6;
}

.el-button a {
  font-size: .14rem;
  color: #fff;
}

.down-manual-btn.el-button {
  background: #fff;
  margin-left: 0.2rem;
}

.down-manual-btn.el-button a{
  color: #3775f6;
}

.down-manual-btn.button-disabled{
  background-color: #FFF;
  border-color: #EBEEF5;
}

.down-manual-btn.button-disabled a {
  color: #C0C4CC;
}

.down-manual-btn.button-disabled:hover{
  background-color: #FFF;
  border-color: #EBEEF5;
}

.down-manual-btn.button-disabled:hover a{
  text-decoration: none;
  cursor:not-allowed;
}


.down-manual-btn:hover {
  color: #2951CD;
  border-color:  #2951CD;
}

.device-box.plug-and-play{
  width: calc(33.33% - 24px);
}

@media (max-width:768px) {
  .device-box.plug-and-play{
    width: 100%;
  }
}
/* ===== */

@media (max-width:768px) {
    .banner-container{
        width: 100%;
    }
    .banner h1:nth-of-type(1) {
        text-align: center;
        top: .92rem;
        left: 1%;
        width: 98%;
        font-size: 0.44rem;
        line-height: 0.52rem;
    }

    .top-button {
        top: 3.3rem;
        left: 50%;
    }

    .intro {
        width: 3.82rem;
        margin: 0 auto;
        margin-top: .7rem;
    }

    .intro p {
        font-size: .17rem;
        margin: .2rem auto;
        font-size: 0.16rem;
        line-height: 0.2rem;
    }

    .detail-intro {
        width: 100%;
        margin: 0;
    }
    .detail-intro .container{
        padding: 0;
        margin: 0;
    }

}</pre></body></html>