.l-text{color: var(--highlight-color);}

/* quick-links-blocks */
.quick-links-blocks .background{width: 100%;margin-top: 80px;overflow: hidden;position: relative;}
.quick-links-blocks .background img{width: 100%;height: 100%;object-fit: cover;}
.quick-links-blocks .background .items * {color: #fff;}
.quick-links-blocks .background .items ul li{color: #fff;font-size: 16px;font-weight: bold;margin-bottom: 10px;cursor: pointer;}
.quick-links-blocks .background .items ul li.arrow-icon-show:hover *{color: var(--highlight-color);}
.quick-links-blocks .background .items ul li.arrow-icon-show:hover::before{transform: translateX(4px);}

/* flex-wrapper */
.flex-wrapper .list-item{padding: 32px 16px;display: flex;flex-direction: column;background-color: #fff;-webkit-box-shadow: 0 20px 40px -16px hsla(0, 0%, 9%, .15);box-shadow: 0 20px 40px -16px hsla(0, 0%, 9%, .15);}
.flex-wrapper .list-icon{padding: 30px 0;margin-bottom: 28px;text-align: center;border-bottom: 1px solid #d9d9d9;}
.flex-wrapper .list-icon img{width: 40px;}
/*手机端768px*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
  /* banner */
.banner-wrapper p{font-size: 36px;color: #fff;}

/* quick-links-teaser */
.quick-links-blocks .background .original-background{display: none;}
.quick-links-blocks .background .heading-block{display: none;}
.quick-links-blocks .background .block{position: relative;height: 220px;}
.quick-links-blocks .background .block-background,.quick-links-blocks .background .block-content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.quick-links-blocks .background .block-content{z-index: 10;padding: 20px;display: flex;flex-direction: column;justify-content: center;}
.quick-links-blocks .background .block .items ul{display: none;}


}

@media (min-width: 768px) {
  /* banner */
.banner-wrapper{position: relative;overflow: hidden;}
.banner-wrapper .banner-img{width: 100%;height:auto;max-height: 700px;object-fit: cover;}
.banner-wrapper .banner-text{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;}
.banner-wrapper .comwidth{display: flex;align-items: center;}
.banner-wrapper p{color: #fff;margin: 0;}

/* quick-links-teaser */
.quick-links-blocks .background{min-height: 600px;max-height: 750px;}
.quick-links-blocks .background .comwidth{position: static;display:flex}
.quick-links-blocks .background .content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.quick-links-blocks .background .comwidth:has(.block:nth-child(1):last-child) .block,
.quick-links-blocks .background .comwidth:has(.block:nth-child(2):last-child) .block{flex:0 0 25%;}
.quick-links-blocks .background .comwidth:has(.block:nth-child(3)) .block{flex:1;}
.quick-links-blocks .background .block{display:grid;place-items: center;}
.quick-links-blocks .background .block-background{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: all 1s ease-out;}
.quick-links-blocks .background .block-content{position: relative;width: 100%;height: 50%;z-index: 10;}
.quick-links-blocks .background .block-content::before{content: "";width: 100%;height: 200%;position: absolute;top: -50%;left: 0;border-left: 2px solid hsla(0, 0%, 100%, .3);background-color: hsla(0, 0%, 9%, .3);pointer-events: none;}
.quick-links-blocks .background .block:last-child .block-content::before{border-right: 2px solid hsla(0, 0%, 100%, .3);}
.quick-links-blocks .background .block-content:hover + .block-background{opacity: 1;visibility: visible;-webkit-transform: scale(1.1);transform: scale(1.1);}
.quick-links-blocks .background .heading-block,.quick-links-blocks .background .items{position: absolute;left: 30px;right: 0;top: 50%;transform: translateY(-50%);color: #fff;}
.quick-links-blocks .background .btn-collapse::after{color: #fff;border: 2px solid #fff;margin-top: 20px;}
.quick-links-blocks .background .items{visibility: hidden;}

.quick-links-blocks .background .block-content:hover .heading-block{visibility: hidden;}
.quick-links-blocks .background .block-content:hover::before{background-color: hsla(0, 0%, 9%, .5);}
.quick-links-blocks .background .block-content:hover .items{visibility: visible;}
.quick-links-blocks .background .block-content:hover .items ul li{animation: 0.22s ease-out 0s 1 normal both running quickLinksBounceInRight;}

/* flex-wrapper */
.flex-wrapper .list-item{flex: 0 0 calc(25% - 30px * 3 / 4);}

}

@keyframes quickLinksBounceInRight {
  0% {
    transform: translateX(30px);
}
 100% {
    transform: none;
}
}