.main {
  position: relative;
}

.main-top-ad-banner {
  position: relative;
  width: 100%;
  height: 540px;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.swiper-button-prev,
.swiper-button-next {
  width: 36px;
  height: 36px;
  background-color: rgba(31, 45, 61, .11);
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 12px;
  color: white;
}

.swiper-button-prev:after {
  left: 16px;
}

.swiper-button-next:after {
  right: 16px;
}

.main-top-ad-banner .ad-panel {
  width: 1400px;
  margin: 0 auto;
}

.main-top-ad-banner .swiper {
  width: 100%;
  height: 100%;
}

.main-top-ad-banner .ad-panel .ad-panner {
  width: 100%;
  display: flex;
}

.main-top-ad-banner .ad-panel .ad-panner .ad-box {
  padding: 0 20px;
  width: 660px;
}

.main-top-ad-banner .ad-panel .ad-panner .ad-box .ad-title {
  width: 100%;
  font-size: 45px;
  font-family: Black;
  font-weight: 800;
  color: #ffffff;
  line-height: 58px;
}

.main-top-ad-banner .ad-panel .ad-panner .ad-box .ad-content {
  font-size: 25px;
  font-family: Arial;
  color: #ffffff;
  line-height: 35px;
}

.main-top-ad-banner .ad-panel .ad-panner .ad-box .ad-line {
  width: 185px;
  height: 1px;
  background-color: #cc0000;
  margin-top: 5px;
}

.main-top-ad-banner .ad-panel .ad-panner .ad-box button {
  background: #b90000;
  border: 1px #b90000 solid;
  color: #eee;
}

.main-top-ad-banner .ad-panel .ad-panner .ad-box .ad-btn > button {
  height: 48px;
  width: 260px;
  background-color: #cc0000;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
}

.main-top-ad-banner .ad-panel .ad-panner .ad-box .ad-btn > button:hover {
  background-color: rgba(192, 0, 0, .75);
}

/* rgba(190, 0, 0, .85) */

.main-top-ad-banner .ad-panel .ad-panner .ad-box .ad-btn a {
  color: #fff;
  font-size: 26px;
  font-family: CAI978;
}

.main-top-ad-banner .ad-card-box {
  width: 630px;
  display: flex;
  flex-wrap: wrap;
}

.main-top-ad-banner .ad-card:nth-child(1) {
  padding-bottom: 20px;
}

.main-top-ad-banner .ad-card:nth-child(2) {
  padding-left: 15px;
  padding-bottom: 20px;
}

.main-top-ad-banner .ad-card:nth-child(3) {
  padding-top: 15px;
}

.main-top-ad-banner .ad-card:nth-child(4) {
  padding-left: 15px;
  padding-top: 15px;
}

.main-top-ad-banner .ad-card-item {
  width: 290px;
  height: 100%;
}

.main-top-ad-banner .ad-card-item > .img {
  width: 60px;
  height: 60px;
}

.main-top-ad-banner .ad-card-item > .title {
  font-size: 22px;
  font-family: black;
  font-weight: 900;
  color: #fff;
  line-height: 42px;
}

.main-top-ad-banner .ad-card-item > .desc {
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #a4a4a4;
  line-height: 20px;
}

.circle-container {
  position: absolute;
  width: auto;
  height: 30px;
  display: flex;
  gap: 8px;
  bottom: 10px;
  text-align: right;
  left: 50%;
  transform: translate(-50%);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: calc(1 + 1);
}

.circle-container li {
  background-color: transparent;
}

.circle-container li a {
  width: 63px;
  height: 4px;
  display: inline-block;
  cursor: pointer;
  background-color: #eee;
  border-radius: 1px !important;
  opacity: .5;
}

.circle-container li a.active {
  background-color: #CC0000;
  opacity: 1;
}

/*.circle a {*/
/*  width: 63px;*/
/*  height: 4px;*/
/*  background-color: white;*/
/*  display: block;*/
/*  border-radius: 1px !important;*/
/*  opacity: .5;*/
/*  float: left;*/
/*  cursor: pointer;*/
/*}*/

/*.circle a.hover {*/
/*  background-color: red;*/
/*}*/

.about-digi {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 0 70px 0;
  background-color: #fff;
}

.about-digi-container {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.about-digi-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 108px;
}

.about-digi-content .title {
  font-size: 45px;
  font-family: CAI978;
  color: #000;
  line-height: 95px;
}

.about-digi-content p {
  text-align: center;
  padding: 10px 70px 0;
  font-family: Light;
  font-weight: 300;
  font-size: 25px;
  color: #606060;
}

.about-digi-content a {
  text-decoration: none;
}

.about-digi-content a .btn {
  width: 206px;
  height: 42px;
  background-color: #c00;
  text-align: center;
  line-height: 42px;
  font-size: 30px;
  color: #fff;
  font-family: CAI978;
  margin-top: 38px;
  font-weight: 400;
  cursor: pointer;
}

.about-digi-content a .btn:hover{
  background-color: rgba(192, 0, 0, 0.75);
}

.about-digi-footer {
  display: flex;
  justify-content: space-between;
}

.about-digi-footer .item {
  width: 452px;
}

.about-digi-footer .item .data {
  font-size: 60px;
  font-family: Light;
  font-weight: 300;
  color: #c00;
  padding-bottom: 22px;
  border-bottom: 1px solid #bcbcbc;
}

.about-digi-footer .item .info .title {
  font-size: 22px;
  font-family: Roman;
  padding: 20px 0 0;
}

.about-digi-footer .item .info p {
  font-size: 14px;
  font-family: Arial;
  color: #848383;
  padding-right: 20px;
  line-height: 20px;
}

.prod-container {
  padding-bottom: 66px;
  background-color: #eef0f0;
  width: 100%;
  min-height: 100px;
  color: #000;
  margin: 0 auto;
}

.prod {
  width: 1400px;
  margin: 0 auto;
}

.prod-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 123px;
}

.prod-header .title {
  font-family: Italic;
  color: #000;
  font-size: 30px;
  text-align: left;
}

.prod-header a {
  /* width: 120px; */
  height: 35px;
  display: flex;
  padding: 0 15px 0 30px;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  color: #fff;
  font-size: 22px;
  font-family: CAI978;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  transition: all .3s;
}

.prod-header a:hover{
  background-color: rgba(55, 55, 56, 0.85);
}

.prod-header a div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 15px;
  background-color: #bcbcbc;
}

.prod-header a:hover {
  cursor: pointer;
}

.prod-content {
  background-color: white;
}

.prod-content-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
}

.prod-content-top .active {
  width: 290px;
  padding: 10px 30px;
  cursor: pointer;
  background-color: #c00;
  font-weight: 600;
  text-align: center;
}

.prod-content-top .active span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  font-family: Light;
  font-size: 20px;
}

.prod-content-top .title {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.prod-content-top .title div {
  border-right: 1px dashed #ccc;
}

.prod-content-top .title div span {
  display: block;
  width: 289px;
  margin: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  color: black;
}

.prod-content-top .title div span:hover {
  color: red;
}

.prod-content-bottom {
  display: flex;
}

.prod-content-bottom a {
  text-decoration: none;
}

.prod-content-bottom .right {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; */
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 15px;
  padding: 15px;
}

.prod-content-bottom .w100 {
  width: 100%;
}

.prod-content-bottom .right .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.prod-content-bottom .right .item .item-img-box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  overflow: hidden;
}

.prod-content-bottom .right .item  .brand_img{
  width: 100%;
  display: flex;
  justify-content: center;
}

.prod-content-bottom .right .item  .brand_img img{
  width: auto;
  height: 52px;
  object-fit: contain;
}

.prod-content-bottom .right .item .product-img {
  width: 145px;
  height: 145px;
  overflow: hidden;
  transition: all .6s;
}

.prod-content-bottom .right .item .product-img:hover {
  transform: scale(1.2);
}

.prod-content-bottom .right .item .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.prod-content-bottom .right .item .info a {
  text-decoration: none;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-content-bottom .right .item .info .number {
  width: 100%;
  font-size: 18px;
  font-family: Arial;
  color: #000;
  cursor: pointer;
  overflow-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}

.prod-content-bottom .right .item .info .number:hover {
  color: #1e6ffa;
}

.prod-content-bottom .right .item .info .describe {
  margin: 8px 0 15px 0;

  font-size: 15px;
  font-family: Arial;
  color: #848383;
  overflow-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  text-align: center;
}

.brands-container {
  width: 100%;
  background-image: url("/dist/img/brand_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-bottom: 50px;
}

.brands-container .title[data-v-7f682278] {
  width: 100%;
  font-size: 30px;
  font-family: Italic;
  font-weight: 400;
  color: #fff;
  text-align: center
}

.brands-container .brand-item[data-v-7f682278] {
  position: relative;
  height: 180px;
}

.brands-container .brand-item .brand-img[data-v-7f682278] {
  width: 250px;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
}
.brands-container .brand-item .brand-img[data-v-7f682278] img {
  transition: all .6s;
}
.brands-container .brand-item .brand-img[data-v-7f682278] img:hover {
  transform: scale(1.2);
}

.brands-container .brand-item .brand[data-v-7f682278] {
  background-color: #fff;
  width: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%,-50%);
  z-index: 99;
  display: block !important;
}

.brands-container .brand-item .brand .footer[data-v-7f682278] {
  padding: 5px 20px;
  color: #fff;
  display: flex;
  background-color: #c00;
  font-size: 13px;
  font-family: Arial
}

.brands-container .brand-item .brand .footer span[data-v-7f682278] {
  flex: 1
}

.brands-container .brand-item .brand-name[data-v-7f682278] {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.brands-container .brand-item .brand-name[data-v-7f682278]:hover{
  color: #cc0000;
  text-decoration: underline;
  cursor: pointer;
}

.brands-container .card[data-v-7f682278] {
  width: 279px
}

.container {
  width: 1400px;
}

.el-header {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  height: 60px;
}

.el-header .title {
  width: 100%;
  font-size: 30px;
  font-family: Italic;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.el-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}

.industry-container {
  padding-bottom: 54px;
}

.container {
  width: 1400px;
  margin: 0 auto;
}

.industry-container .header-content {
  height: 135px;
  line-height: 135px;
  text-align: center;
  font-family: Italic;
  font-weight: 400;
  font-size: 30px;
  color: #000;
}

.industry-container .industry-content {
  display: flex;
  justify-content: space-between;
}

.industry-container .industry-content .cols {
  width: 451px;
  background-color: #fff;
}

.industry-container .industry-content .cols .img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.industry-container .industry-content .cols .img a {
  text-decoration: none;
}

.industry-container .industry-content .cols .img img:hover {
  transform: scale(1.2);
}

.industry-container .industry-content .cols .img img {
  transition: all .6s;
}

.industry-container .industry-content .cols .title {
  padding: 7px 22px 19px;
  border-bottom: 1px solid #ccc;
}

.industry-container .industry-content .cols .title a {
  display: block;
  line-height: 1.3;
  font-size: 20px;
  font-family: Black;
  font-weight: 900;
  color: #000;
  margin-bottom: 12px;
}

.industry-container .industry-content .cols .title .info {
  display: flex;
  justify-content: space-between;
}

.industry-container .industry-content .cols .title .info span {
  font-size: 14px;
  font-family: Arial;
  color: #6b6b6b;
  cursor: auto;
}

.industry-container .industry-content .cols .title a:hover {
  color: #1e6ffa;
}

.industry-container .industry-content .cols .info-item {
  padding: 0 36px 0 15px;
}

.industry-container .industry-content .cols .info-item .item-container {
  margin: 20px 0;
}

.industry-container .industry-content .cols .info-item .item-container a {
  color: black;
}

.industry-container .industry-content .cols .info-item .item-container a:hover {
  color: #1e6ffa;
}

.industry-container .industry-content .cols .info-item .item-container .title {
  font-size: 17px;
  font-family: Arial;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0;
  border-bottom: 0 solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.industry-container .industry-content .cols .info-item .item-container .info span {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #848383;
  cursor: auto;
}

.home-main-bottom {
  width: 100%;
  background-color: rgb(51, 51, 51);
}

.product-variety-container {
  padding: 45px 0 37px;
  background-color: #fff;
}

.product-variety-container .container {
  width: 1400px;
  margin: 0 auto;
}

.tab-menu {
  white-space: nowrap;
  position: relative;
  transition: transform .6s;
  float: left;
  z-index: calc(1 + 1);
}

.tab-menu li {
  width: 245px;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  cursor: pointer;
  border-top-style: none;
  border-right: 1px solid #bcbcbc;
  border-bottom-style: none;
  margin: 0 30px 0 30px;
  height: 87px;
  line-height: 87px;
  font-size: 20px;
  font-family: Light;
  font-weight: 300;
  color: #3f4245;
}

.tab-menu li.active {
  background-color: #FFF;
  border-left: 7px solid #CC0000;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-right: none;
  font-size: 22px;
  font-family: Black;
  font-weight: 900;
  color: #000;
  height: 58px !important;
  line-height: 58px;
  padding: 0 14px 0 0;
}

.tab-content {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tab-content ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
}

.tab-content ul li {
  max-width: 25%;
  flex: 0 0 25%;
  box-sizing: border-box;
}

.tab-content ul li .item {
  padding: 6px 0 0 0;
  margin: 0 0 14px 0;
}

.tab-content ul li .item a {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #848383;
}

.tab-content ul li .item a:hover {
  color: #1e6ffa;
  cursor: pointer;
}

.el-col-sm-8 {
  display: block;
  max-width: 20%;
  flex: 0 0 20%;
}

.el-col-24 {
  max-width: 100%;
  flex: 0 0 100%;
}

[class*=el-col-] {
  box-sizing: border-box;
}

.main-top-ad-banner .swiper .swiper-wrapper .swiper-bg1{
   background-image: url('/dist/img/banner/ad_1.webp');
}

.main-top-ad-banner .swiper .swiper-wrapper .pdt160{
  padding-top: 160px;
}

.main-top-ad-banner .swiper .swiper-wrapper .wd660{
  width: 660px;
}

.main-top-ad-banner .swiper .swiper-wrapper .mg0010{
  margin: 0 0 10px 0;
}

.main-top-ad-banner .swiper .swiper-wrapper .mg2040{
  margin: 20px 0 40px 0;
}

.main-top-ad-banner .swiper .swiper-wrapper .swiper-bg2{
   background-image: url('/dist/img/banner/ad_2.webp')
}

.main-top-ad-banner .swiper .swiper-wrapper .pdt160_jf{
  padding-top: 160px;
  justify-content: flex-end;
}

.main-top-ad-banner .swiper .swiper-wrapper .ad_box{
  width:600px;
  display: flex;
  flex-direction:column;
  align-items: flex-end;
}

.main-top-ad-banner .swiper .swiper-wrapper .ad_title{
  margin: 0 0 10px 0;
  display:flex;
  justify-content: flex-end;
}

.main-top-ad-banner .swiper .swiper-wrapper .jf{
  justify-content: flex-end;
}

.main-top-ad-banner .swiper .swiper-wrapper .ad_content{
  margin: 20px 0 40px 0;
  text-align: right;
}

.main-top-ad-banner .swiper .swiper-wrapper .swiper-bg3{
   background-image: url('/dist/img/banner/ad_3.webp');
}

.main-top-ad-banner .swiper .swiper-wrapper .wd660_pt160{
  width: 660px;
  padding-top: 160px;
}

.main-top-ad-banner .swiper .swiper-wrapper .pdt55{
  padding-top: 55px;
}

.main-top-ad-banner .swiper .swiper-wrapper .ad_card{
  border-bottom: 1px solid rgb(102, 102, 102);
  border-right: 1px solid rgb(102, 102, 102);
}

.main-top-ad-banner .swiper .swiper-wrapper .bb1s{

  border-bottom: 1px solid rgb(102, 102, 102);
}

.main-top-ad-banner .swiper .swiper-wrapper .br1s{
  border-right: 1px solid rgb(102, 102, 102);
}

.main-top-ad-banner .swiper .swiper-wrapper .swiper-bg4{
   /*background-image: url('//cf.digi-electronics.com/banner/ad_4.webp');*/
  background-image: url('/dist/img/banner/ad_4.webp');

}

.main-top-ad-banner .swiper .swiper-wrapper .ad_box_wd1360{
  width:1360px;
  display: flex;
  flex-direction:column;
  align-items: flex-end;
}

.wd139_hg52{
  width: 139px;
  height: 52px;
}

.brands-container .pd60{
  padding: 60px 0;
}

.brands-container .dn{
  display: none;
}

.brands-container .pd0{
  padding: 0px;
}

.brands-container .w2h8pd10{
  width: 214px;
  height: 80px;
  padding: 10px 0px;
}

.bg238{
  background-color: rgb(238, 240, 240);
}

.w451hg242{
  width: 451px;
  height: 242px;
}

.elip{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

.textOverflow{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ffff{
  color: #fff;
}

.main .h_normal{
  font-weight: normal;
  margin: 0;
}

.el-card .footer span{
  white-space: nowrap;
}