.reminder-wrap{padding: .5rem .6rem;}
.reminder-item{display: flex;align-items: center;border-radius: .3rem;height: 5.7rem;margin-top: 1rem; background-color: #f7f7f7;}
.reminder-item:nth-child(2n){flex-direction: row-reverse;}
.reminder-video{position: relative;width: 7.6rem;height: 100%; border-radius: .3rem;overflow: hidden;}
.video-cover{position: absolute;left: 0;top: 0;width: 100%;display: flex;align-items: center;justify-content: center;height: 100%;background-color: rgba(0,0,0,.1);}
video{width: 100%;height: 100%; }
.video-play{display: flex;align-items: center;justify-content: center;width: 0.6rem;height: 0.6rem;background-color: #fff;border-radius: 50%;cursor: pointer;}
.video-play::after{content: "";width: .75em;height: 1em; background: url(/static/home/images/icon/video-play.png) no-repeat center/contain;}

.reminder-content{display: flex;align-items: center;flex: 1; padding: .6rem;}
.reminder-inner{margin: 0 auto;width: 100%;max-width: 6.2rem;}
.reminder-title{line-height: 1.5;color: #222;font-family: "Montserrat-Bold";}
.reminder-info{line-height: 1.777;color: #666;margin: .17rem 0 .6rem;}
@media (max-width: 750px) {
    .reminder .reminder-item{flex-direction: column;height: auto;}
    .reminder-video{width: 100%;}
}


.download-title{font-family: "Montserrat-Bold";color: #222;line-height: 1.2;}
.download-head,.download-tags{display: flex;align-items: stretch;}
.download-tags{max-width: 100%;overflow-x: auto;}
.download-head{justify-content: space-between;}
.download-tag{display: flex;align-items: center;padding: .1rem 0; color: #999;cursor: pointer;text-align: center;}
.download-tag.active{color: var(--theme-color);}
.download-tag:nth-child(n+2){margin-left: .4rem;}
@media (max-width: 750px) {
    .download-head{flex-direction: column;}
    .download-tags{margin-top: .3rem;}
    .download-card{width: 100%;}
}

.download-main{position: relative;height: 3.6rem;margin-top: .55rem;overflow: hidden;}
.download-inner{position: absolute;top: 0;left: 0;width: 100%;transition: .5s;}
.download-card{display: flex;flex: 1; width: 6.2rem;height: 3.6rem;overflow: hidden;background: linear-gradient(to bottom,#f7f7f7,#f7f7f7);;border-radius: .3rem;padding: .4rem;}
.download-card{transform: scale(72.58%);margin: 0 -.4rem; transition: .3s;}
.download-card.swiper-slide-active .goods-name,
.download-card.swiper-slide-active .goods-model{color: #fff;}
.download-card.swiper-slide-active{transform: scale(1);margin: 0;background: linear-gradient(to bottom,var(--theme-color),#ffb696);}
.download-card.swiper-slide-active .swiper-next{background-color: var(--theme-color);}
.download-card.swiper-slide-active .swiper-next img{filter: grayscale(1) brightness(10);}

.download .btn-box{margin-top: .65rem;display: flex;width: 100%;justify-content: center;}
.download-item .swiper-next{position: static;transform: none;width: 0.46rem;height: 0.46rem;margin-top: auto;}
.download-content{height: 100%;display: flex;flex-direction: column;}
.goods-name,.goods-model{line-height: 1.5;color: #999;white-space: nowrap;}
.goods-model{padding: .15rem 0 .25rem;}
.goods-name{margin:.1rem 0 .085rem;color: #222;}
.download-pic{padding: .1rem .3rem;height: 2.2rem;flex: 1;display: flex;justify-content: center;align-items: center;}
@media (max-width: 750px) {
    .download-card{flex: initial;margin: 0;width: 100%;flex-shrink: 0;}
    .download-card{transform: scale(1)}
}

.contact-info-wrap{background-image: linear-gradient(270deg, #ffb797 0%, #ff8d5a 47%, #ff621c 100%), linear-gradient(#f7f7f7, #f7f7f7);margin-top: .8rem;}
.contact-info{display: flex;justify-content: space-between;align-items: center;}
.contact-info-title{line-height: 1.2;}
.contact-info{line-height: 1.5;color: #fff;margin-top: .3rem;}
.learn-more:hover{text-shadow: .01rem .01rem .01rem #fff8;}
.learn-more:hover::after{box-shadow: 0 .01rem .01rem #fff8 ;}
@media (max-width: 750px) {
    .contact-info{flex-direction: column;}
    .contact-info .btn-box{margin-top: .3rem;}
}    


.video-cover{position: absolute;left: 0;top: 0;width: 100%;display: flex;align-items: center;justify-content: center;height: 100%;background-color: rgba(0,0,0,.1);}
.video-cover.no-event{pointer-events: none;}
video{width: 100%;height: 100%; }
.video-play{display: flex;align-items: center;justify-content: center;width: 0.6rem;height: 0.6rem;background-color: #fff;border-radius: 50%;cursor: pointer;}
.video-play::after{content: "";width: .75em;height: 1em; background: url(/static/home/images/icon/video-play.png) no-repeat center/contain;}
.reminder-dialog .dialog-inner{margin: 0 auto;width: 100%;max-width: 16rem; overflow-y: auto;height: 100%;}
.reminder-dialog .dialog-main{padding: 1.2rem .3rem 1rem;margin: 0 auto;width: 100%;max-width: 13.6rem;}
.reminder-dialog{padding: .6rem;}
.reminder-dialog .reminder-video{width: 100%;}
.reminder-dl-title{line-height: 1.2;font-family: "Montserrat-Bold";margin: .9rem 0 .45rem;}
.rdl-subtitle{line-height: 1.5;font-family: "Montserrat-Bold";}
.rdl-text{margin: .15rem 0 .3rem;}
.rdl-text p{line-height: 1.777;color: #666;}