/* 数电票样式 */
.invoice-box {
  padding:100px 60px;
}
.invoice-box1 {
  padding:100px 100px;
}

.bgcolor {
  background: #f2f5fa;
  min-height: 1px;
}
.labelbox {
  width: 100%;
  padding: 6px 20px;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.labelbox .iconbox {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-image: url(/images/invoice/icon.png);
  background-size: 1000% 1000%;
}
.labelbox .iconbox1 {
  background-position: 0px 0px;
}

.labelbox .iconbox2 {
  background-position: -36px 0px;
}

.labelbox .iconbox3 {
  background-position: -72px 0px;
}

.labelbox .iconbox4 {
  background-position: -108px 0px;
}

.labelbox .iconbox5 {
  background-position: -144px 0px;
}

.labelbox .iconbox6 {
  background-position: -180px 0px;
}

.labelbox .iconbox7 {
  background-position: -216px 0px;
}

.labelbox .text {
  font-size: 14px;
  line-height: 24px;
  margin-left: 8px;
  height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.labelbox .text br{
  display: none;
}
.labelbox.is-active {
  background-color: #0b6fe3;
}

.labelbox.is-active .text {
  color: #fff;
}

.labelbox.is-active .iconbox {
  background-image: url(/images/invoice/icon_hover.png);
}

.swiperboxs {
  border-radius: 8px;
  background: linear-gradient(180deg, #e7f1ff, rgba(231, 232, 255, 0));
}

.swiperbox {
  display: none;
}

.swiperbox.active {
  display: block;
}

.swiper .swiper-slide {
  padding: 40px 50px 40px;
}

.textbox {
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.textbox .titlebox {
  margin-top: 30px;
  margin-bottom: 24px;
}

.textbox .titlebox .subtitle {
  color: #555;
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
}

.textbox .titlebox .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.textbox .desc {
  width: 90%;
  color: #666;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.textbox .desc i {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.flexbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}



/* .flexbox img {
  height: 100%;
} */

.leftbox {
  height: 100%;
  padding: 30px 0;
  margin-right: -5%;
}

.rightbox {
  height: 100%;
  padding: 30px 0;
  margin-left: -5%;
}

.centerbox img {
  max-width: 600px;
}

.itembox {
  width: 100%;
  text-align: left;
  padding-bottom: 40px;
}

.itembox .title {
  font-size: 16px;
  line-height: 26px;
  color: #296ae1;
  font-weight: 600;
}


.itembox .desc {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  margin-top: 6px;
  height: 80px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.leftbox .itembox .title {
  text-align: right;
}

.leftbox .itembox .desc {
  text-align: right;
}

@media (max-width:767px) {
  .invoice-box {
    padding: 30px 0px 10px;
  }
  .invoice-box1 {
    padding: 30px 0px;
  }
  .swiper .swiper-slide {
    padding: 24px 20px 20px;
  }
  .labelbox-menu {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .labelbox {
    padding: 4px 0px;
    width: 21%;
    border-radius: 20px;
    background: #f9f9f9;
    margin: 0 1% 3% 1%;
  }
  .labelbox2 {
    padding: 4px 0px;
    width: 18%;
    border-radius: 20px;
    background: #f9f9f9;
    margin: 0 1% 3% 1%;
  }
  .labelbox .iconbox {
    display: none!important;
  }
  .labelbox .text {
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    margin-left: 0px;
    height: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .labelbox .text br{
    display: block;
  }

  .centerbox img {
    display: none;
  }
  .leftbox .itembox .title {    
    text-align: left;
  }
  .leftbox .itembox .desc {
    text-align: left;
  }
  .textbox .titlebox {
    margin-top: 0px;
    margin-bottom: 4px;
  }

  .textbox .titlebox .subtitle {
    display: none;
  }

  .textbox .titlebox .title {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .textbox .desc {
    width: 100%;
    margin-bottom: 20px;
  }

  .leftbox,.rightbox {
    padding: 0px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .itembox {
    padding: 16px 20px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 12px;
  }
  .itembox .title{
    font-size: 14px;
    line-height: 24px;
  }
  .itembox .desc {
    height: 60px;
    -webkit-line-clamp: 3;
  }
  .flexbox {
    flex-wrap: wrap;
  }
}

@media (min-width: 992px)and (max-width: 1369px) {
  .textbox .desc i {
    display: none;
  }

  .swiper .swiper-slide {
    padding: 30px 40px 30px
  }

  .textbox .titlebox {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .textbox .titlebox .title {
    font-size: 24px;
    line-height: 28px;
  }

  .textbox .desc {
    width: 100%;
  }

  

  .leftbox {
    margin-right: -5%;
  }

  .rightbox {
    margin-left: -5%;
  }

  .invoice-box {
    padding:50px 0px 70px;
  }
  .invoice-box1 {
    padding:50px 0px 70px;
  }
  .centerbox img {
    max-width: 450px;
  }
  .itembox .title {
    font-size: 15px;
    line-height: 25px;
  }

  .itembox .desc {
    margin-top: 2px;
    height: 60px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .labelbox {
    padding: 6px 6px;
    border-radius: 6px;
  }
  .labelbox .text {
    font-size: 13px;
    line-height: 24px;
    margin-left:4px;
 }
}

@media (min-width: 1370px)and (max-width: 1600px) {
  .textbox .desc i {
    display: none;
  }

  .invoice-box {
    padding:70px 10px;
  }
  .invoice-box1 {
    padding:70px 0px;
  }
  .centerbox img {
    max-width: 500px;
  }

  .swiper .swiper-slide {
    padding: 36px 40px 36px;
  }

  .textbox .titlebox {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .textbox .titlebox .title {
    font-size: 26px;
    line-height: 32px;
  }



  .textbox .desc {
    width: 95%;
  }

  .labelbox {
    padding: 4px 20px;
  }

  .leftbox {
    margin-right: -5%;
  }

  .rightbox {
    margin-left: -5%;
  }

  .itembox .title {
    font-size: 14px;
    line-height: 24px;
  }

  .itembox .desc {
    margin-top: 4px;
  }
  .labelbox {
    padding: 6px 6px;
    border-radius: 6px;
  }
  .labelbox .text {
    font-size: 13px;
    line-height: 24px;
    margin-left:4px;
  }
}

@media (min-width: 1601px)and (max-width: 1800px) {
  .invoice-box {
    padding:70px 00px;
  }
  .invoice-box1 {
    padding:70px 30px;
  }
  .labelbox {
    padding: 6px 10px;
  }
  .centerbox img {
    max-width: 500px;
  }
}
@media (min-width: 1801px)and (max-width: 1920px) {
  .centerbox img {
    max-width: 550px;
  }
  .invoice-box {
    padding:70px 40px;
  }
}
@media (min-width: 1801px){
  .itembox .desc {
    font-size: 13px;
  }
}
