@charset "utf-8";
/* CSS Document */

.product-show-video{position:relative;width:100%;height:80vh;background:#000;overflow: hidden;}
.product-show-video video,.product-show-video .video-cover{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block;}
.product-show-video .video-cover{z-index:1;}
.product-show-video .mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.2);z-index:2;pointer-events:none;}
.product-show-video .word{color: #fff;position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;padding: 0 4%;text-align: center;line-height: 50px;}
.product-show-video .box-flex{width: 100%;height: 100%;}

.product-show-post,.product-show-post a{color: #000;font-size: 18px;font-weight: 500;text-transform: uppercase;}
.product-show-post{margin: 30px 0;}

.product-show-ebike01{display: flex;align-items: flex-start;justify-content: space-between;}
.product-show-ebike01 .product-show-image{width: 64%;float: left;/*height: 100%;background: #ccc;*/position: sticky;z-index: 1;}
.product-show-ebike01 .product-show-info{width: 34%;float: right;/*height: 3000px;background: #eee;*/}
@media only screen and (max-width: 768px){
  .product-show-ebike01 .product-show-image{position: relative;top: 0;min-height: auto!important;}
}

.product-show-ebike01 .product-title{line-height: 44px;font-size: 44px;font-weight: 600;margin-bottom: 5px;}
.product-show-ebike01 .comment{font-size: 15px;font-weight: 600;}
.product-show-ebike01 .price{line-height: 40px;margin-top: 20px;}
.product-show-ebike01 .price bdi{font-size: 34px;font-weight: 600;}
.product-show-ebike01 .price .original,.product-show-ebike01 .price del bdi{font-size: 18px;position: relative;color: #999;margin-right: 10px;margin-top: 2px;font-weight: 400;}
.product-show-ebike01 .price .original::after,.product-show-ebike01 .price del bdi::after{position: absolute;top: 50%;left: 0;content: '';width: 100%;height: 1px;background: #999;}
.product-show-ebike01 .price del,
.product-show-ebike01 .price del span,
.product-show-ebike01 .price ins,
.product-show-ebike01 .price ins span,
.product-show-ebike01 .price .sale,
.product-show-ebike01 .price .sale * {
    text-decoration: none !important;
    border-bottom: none !important;
    border-top: none !important;
}

.product-show-ebike01 .product-show-info .sku-price bdi{font-size: 22px;font-weight: 600;}
.product-show-ebike01 .product-show-info .sku-price .original,.product-show-ebike01 .product-show-info .sku-price del bdi{font-size: 16px;position: relative;color: #999;margin-right: 6px;margin-top: 2px;font-weight: 400;}
.product-show-ebike01 .product-show-info .sku-price .original::after,.product-show-ebike01 .product-show-info .sku-price del bdi::after{position: absolute;top: 50%;left: 0;content: '';width: 100%;height: 1px;background: #999;}
.product-show-ebike01 .product-show-info .sku-price del,
.product-show-ebike01 .product-show-info .sku-price del span,
.product-show-ebike01 .product-show-info .sku-price ins,
.product-show-ebike01 .product-show-info .sku-price ins span,
.product-show-ebike01 .product-show-info .sku-price .sale,
.product-show-ebike01 .product-show-info .sku-price * {
    text-decoration: none !important;
    border-bottom: none !important;
    border-top: none !important;
}
.product-show-ebike01 .txt01{width: 100%;border-bottom: 1px solid #ddd;margin-bottom: 30px;padding-bottom: 25px;}
.product-show-ebike01 .txt01 a{font-weight: 500;color: #a6c939;border-bottom: 1px solid #a6c939;line-height: 20px;margin-left: 10px;}
.product-show-ebike01 .product-show-info .product-comparison-label{}
.product-show-ebike01 .description{font-size: 18px;}

.product-show-ebike01 .product-show-info .sku-farbe-color{width: 30px;height: 30px;border-radius: 100%;position: relative;cursor: pointer;}
.product-show-ebike01 .product-show-info .sku-farbe-color.active260519::after{content: '';width: 36px;height: 36px;border-radius: 100%;border: 2px solid #000;position: absolute;top: -5px;left: -5px;}
.product-show-ebike01 .product-show-info .sku-farbe-box{display: flex;gap: 20px;margin-left: 5px;}
.product-show-ebike01 .product-show-info .sku-name{font-size: 20px;font-weight: 500;margin-bottom: 12px;line-height: 24px;justify-content: flex-start;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box .options{border-radius: 6px;border: 1px solid #ddd;padding: 8px 24px;cursor: pointer;display: flex;max-width: 48%;align-items: center;gap: 10px;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box .options p{font-size: 16px;font-weight: 500;margin: 0!important;width: calc(100% - 30px);word-break: break-all;line-height: 20px;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box .sku-antriebssystem-active{border: 2px solid #000;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box img{width: 30px;}
.product-show-ebike01 .product-show-info .sku-antriebssystem-box,.product-show-ebike01 .product-show-info .sku-grobe-box{display: flex;gap: 30px;}
.product-show-ebike01 .product-show-info .sku-grobe-box .options{cursor: pointer;font-weight: 500;line-height: 20px;height: 24px;font-size: 16px;}
.product-show-ebike01 .product-show-info .sku-grobe-box .sku-grobe-active{border-bottom: 2px solid #000;}
.product-show-ebike01 .product-show-info .sku-line{/*padding-top: 20px;margin-top: 20px;border-top: 1px solid #ddd;*/margin-top: 30px;}
.product-show-ebike01 .product-show-info .sku-price{display: flex;align-items: center;}
.product-show-ebike01 .product-show-info .sku-price .tip{color: #e20000;font-weight: 600;font-size: 16px;margin-left: 20px;}



.product-show-accessory{border: 1px solid #ddd;padding: 30px;margin-top: 30px;padding-top: 25px;}
.product-show-accessory .name{font-weight: 600;}
.product-show-accessory li.show,.product-show-accessory li.hide{font-size: 15px;text-align: right;font-weight: 600;cursor: pointer;padding: 30px 0 0;line-height: 18px;}
.product-show-accessory li.show .box-7390,.product-show-accessory li.hide .box-7390{width: 60%;float: left;text-align: left;line-height: 18px;}
.product-show-accessory li.show .box-7391,.product-show-accessory li.hide .box-7391{width: 38%;float: right;}
.product-show-accessory li.show:hover .box-7391,.product-show-accessory li.hide:hover .box-7391{color: #a6c939;}
.product-show-accessory li{border-top: 1px solid #ddd;padding: 6px;}
.product-show-accessory li:first-child{border-top: none;}
.product-show-accessory li label{cursor: pointer;}
.product-show-accessory li .accessory-price{display: flex;flex-direction: column;line-height: 18px;align-items: flex-end;}
.product-show-accessory li .accessory-price .free{background: #e20000;border-radius: 4px;color: #fff;height: 18px;line-height: 18px;padding: 0 4px;font-weight: 500;font-size: 13px;margin-bottom: 4px;}
.product-show-accessory li .accessory-price .price2{font-size: 16px;font-weight: 500;}
.product-show-accessory li.free-5463 .accessory-price .price2{position: relative;}
.product-show-accessory li.free-5463 .accessory-price .price2::after{position: absolute;top: 40%;left: 0;width: 100%;background: #000;content: '';width: 100%;height: 2px;}
.product-show-accessory li .accessory-price .price3{display: flex;flex-direction: column;font-size: 16px;font-weight: 500;align-items: flex-end;}
.product-show-accessory li .accessory-price .price3 span{font-size: 14px;color: #999;position: relative;width: fit-content;}
.product-show-accessory li .accessory-price .price3 span::after{position: absolute;top: 50%;left: 0;width: 100%;background: #999;content: '';width: 100%;height: 1px;}
.product-show-accessory li.free-5463{}
.product-show-accessory li.free-5463 .all-input-hook {
  background-color: #a6c939;
  border-color: #a6c939;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8.5L6.5 11.5L12.5 4.5' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: not-allowed;
}

.accessory-list-260519 .box-f53{width: calc(100% - 110px);justify-content: flex-start;}
.pop-up-box-260520 {
    display: inline-block;
}
.pop-up-box-260520 .pop-up-260520{cursor: pointer;font-size: 16px;font-weight: 500;line-height: 18px;word-wrap: break-word;word-break: break-all;gap: 10px;margin-left: 10px;}
.pop-up-box-260520 .pop-up-260520 .image-hover{width: 90px;}
.pop-up-box-260520 .pop-up-260520 .title06{
    width: calc(100% - 100px);    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pop-up-box-260520 .pop-up-260520 img{}
.pop-up-box-260520 .all-pop-up-box-260520 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    background: #fff;
    z-index: 1001;
    opacity: 0;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
    width: 96%;
    max-width: 1000px;
}
.pop-up-box-260520 .box-728 {max-height: calc(80vh - 100px);overflow-y: auto;padding: 50px;}
.pop-up-box-260520 .box-728::-webkit-scrollbar {width: 6px;}
.pop-up-box-260520 .box-728::-webkit-scrollbar-thumb {background-color: #a6c939;border-radius: 10px;cursor: pointer;}
.pop-up-box-260520 .box-728::-webkit-scrollbar-track {background: #dadada;border-radius: 10px;}

.pop-up-box-260520 .all-pop-up-box-260520.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.pop-up-box-260520 .all-pop-up-box-260520 .close-btn {
    position: absolute;
    top: 15px;
    right: 30px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    text-align: right;
    z-index: 999;
    /*width: 40px;height: 40px;border-radius: 100%;border: 1px solid #000;justify-content: center;*/
}
.pop-up-260520-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}
.box-swiper-260520 {width: 54%;}
.box-swiper-260520 .mySwiper2 {
    width: 100%;
    height: auto;
}
.box-swiper-260520 .mySwiper2 .swiper-slide img {
    width: 100%;margin: 0 auto;
}
.box-swiper-260520 .mySwiper {
    width: 100%;
    margin-top: 10px;
}
.box-swiper-260520 .mySwiper .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
}
.box-swiper-260520 .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.box-swiper-260520 .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-pop-up-box-260520 .float-5467{width: 42%;word-wrap: break-word;word-break: break-all;line-height: 24px;}
.all-pop-up-box-260520 p{margin: 0!important;font-size: 16px;}
.price-0521{font-weight: 600;line-height: normal;margin: 8px 0 20px;}
.price-0521 span{font-size: 16px;color: #999;position: relative;font-weight: normal;margin-right: 8px;}
.price-0521 span::after{content: '';position: absolute;top: 46%;left: 0;width: 100%;height: 1px;background: #999;}
.link-0521{display: inline-block;border-radius: 5px;border: 1px solid #333;font-size: 15px;padding: 0 20px;height: 40px;line-height: 40px;margin-top: 30px;}
.link-0521::before {background: #a6c939;}
.link-0521:hover{color: #fff!important;}
.link-0521:hover{border-color: #a6c939;}

.all-size-260521 .box-2604, .all-size-260521 .box-2605, .all-size-260521 .box-2606, .all-size-260521 .box-2607{display: none;}
.all-size-260521 .box-2604.active, .all-size-260521 .box-2605.active, .all-size-260521 .box-2606.active, .all-size-260521 .box-2607.active {display: block;}
.all-size-260521 .error {color: #e20000; font-size: 14px; margin-top: 5px; display: none; line-height: 18px;}
.all-size-260521 .button{margin-top: 40px;gap: 20px;}
.all-size-260521 .button button{display: inline-block;border-radius: 500px;border: 1px solid #333;font-size: 16px;padding: 0 35px;height: 40px;line-height: 40px;}
.all-size-260521 .button button::before {background: #a6c939;}
.all-size-260521 .button button:hover{color: #fff!important;}
.all-size-260521 .button button:hover{border-color: #a6c939;}
.all-size-260521 .word2{font-size: 16px;margin-top: 30px;font-weight: normal;}
.all-size-260521 .border input{height: 45px;line-height: 45px;border: 1px solid #000;border-radius: 5px;width: 160px;padding-left: 15px;margin: 0!important;font-size: 17px;color: #000;}
.all-size-260521 .border .name4{font-size: 18px;}
.all-size-260521 .size{display: flex;align-items: center;}
.all-size-260521 .num{margin-left: 10px;color: #a6c939;}
.all-size-260521 .info{margin: 8px 0;}
.all-size-260521 .word3{font-size: 16px;font-weight: normal;}
.all-size-260521 .box-2607{font-size: 18px;}
.sizs-1549{justify-content: flex-start;gap: 20px;flex-direction: column;}
.sizs-1550 .picture{max-width: 100px;}
.sizs-1550{justify-content: center;gap: 80px;}
.options-size-1430 .all-pop-up-box-260520{max-width: 600px;}

.options-size-1430 .pop-up-260520{gap: 6px;font-size: 14px;color: #666;}
.options-size-1430{margin-left: 20px;}
.options-size-1430 .pop-up-260520 svg{width: 20px;}
.options-size-1430 .pop-up-260520:hover{color: #a6c939;}

.product-show-info .addcart{height: 58px;line-height: 58px;font-size: 20px;border-radius: 8px;font-weight: 500;background: #a6c939;color: #fff;text-align: center;margin-top: 30px;cursor: pointer;}
.product-show-info .addcart::before {background: #000;}
.product-show-info .addcart:hover{color: #fff!important;}
.product-show-info .addcart:hover{border-color: #000;}


.product-show-info .delivery-time{font-size: 18px;margin: 20px 0;}
.product-show-info .payment{display: grid;grid-template-columns: repeat(9, 1fr);gap: 10px;}
/*.product-show-info .methods{border-radius: 5px;border: 1px solid #000;overflow: hidden;}*/

.leasing_250514{margin-top: 20px;}
.leasing_250514 .box_all_250514{cursor: pointer;display: inline-flex;min-width: 340px;border: 1px solid #ddd;border-radius: 6px;padding: 8px 15px;align-items: center;gap: 15px;}
.leasing_250514 .box_all_250514 .ic1{width: 38px;}
.leasing_250514 .box_all_250514 .ic2{width: 12px;height: 16px;transform: rotate(90deg);}
.leasing_250514 .box_all_expand .ic2{transform: rotate(-90deg);}
.leasing_250514 .box_all_250514 .title{text-transform: none;font-weight: 600;font-size: 16px;line-height: 20px;}
/*.leasing_250514 .box_all_250514 .triangle{width: 0;height: 0;border-right:7px solid transparent;border-left: 7px solid transparent;border-top: 7px solid #c1c1c1;margin-top: 10px;}
.leasing_250514 .box_all_expand .triangle{border-top: 7px solid #a6c939;transform: rotateX(180deg);}*/
.cooperation_250514{padding: 20px!important;border: 1px solid #ddd;border-radius: 6px;margin-top: 10px;}
.cooperation_250514 .tit1{font-weight: 600;line-height: 20px;font-size: 16px;display: flex;}
.cooperation_250514 .tit1 img{width: 20px;height: 20px;margin-right: 8px;}
.cooperation_250514 .word{font-size: 15px;margin: 10px 0;}
.cooperation_250514 a{font-size: 14px;text-transform: uppercase;text-decoration: underline!important;text-underline-offset: 6px;}
.leasing_250514 .box_all_de_250514 .more_250514{margin-top: 10px;cursor: pointer;}
.leasing_250514 .box_all_de_250514 .more_250514 .line-triangle{position: relative;width: 20px;height: 20px;margin: 0 auto;}
.leasing_250514 .box_all_de_250514 .more_250514 .line-triangle::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-left: 2px solid #000;border-bottom: 2px solid black;transform: rotate(-45deg);}
.leasing_250514 .box_all_de_250514_expand .more_250514 .line-triangle::before{transform: rotate(135deg);margin-top: 10px;}

.leasing_250514 .nl_tit{font-weight: 800;font-size: 22px;color: #999;text-align: center;position: relative;padding-top: 10px;margin: 40px 0 10px;}
.leasing_250514 .nl_tit::after{width: 80%;height: 2px;background-color: #999;content: '';position: absolute;top: 0;left: 10%;}

.product-show-info .guarantee{margin-top: 20px;}
.product-show-info .guarantee dt{display: flex;gap: 15px;align-items: center;margin-top: 10px;}
.product-show-info .guarantee dt img{width: 24px;}
.product-show-info .guarantee dt .des{font-size: 16px;line-height: 20px;width: calc(100% - 24px);}


.product-show-swiper{display:flex;}
.product-show-swiper .thumbnail{width:12%;height:auto;margin: 0;}
.product-show-swiper .main-image{width:84%;height:auto;position:relative;}
.product-show-swiper .swiper-wrapper{display:flex;}
.product-show-swiper .swiper-slide{cursor:pointer;display: flex;align-items: center;}
.product-show-swiper .swiper-slide img,.product-show-swiper .main-image img{width:100%;height:stretch;object-fit: contain;}
.product-show-swiper .thumbnail .swiper-slide{width:100%;}
.product-show-swiper .thumbnail .swiper-slide img{/*padding: 10px;*/border-radius: 8px;overflow: hidden;/*border: 1px solid #ddd;*/}
.product-show-swiper .thumbnail .swiper-slide img.scene-diagram{padding: 0!important;}
.product-show-swiper .thumbnail .swiper-slide-thumb-active img{border: 2px solid #000;padding: 8px;}


.product-show-ebike01 .product-show-image .highlights{width: 75%;margin-top: 4.5%;margin-right: 6%;float: right;}
.product-show-ebike01 .product-show-image .highlights .ic{width: 35px;}
.product-show-ebike01 .product-show-image .highlights .tit-1{font-size: 15px;color: #5b5b5b;}
.product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 24px;line-height: 20px;margin-top: 5px;}
.product-show-ebike01 .product-show-image .highlights .box-1600{gap: 15px;font-weight: 600;}

.youtube-1430{position: absolute;left: 17%;top: 0;z-index: 2;}
.youtube-1430 .pop-up-260520{margin-left: 0!important;width: 56px;height: 56px;background: #fff;/*border: 1px solid #ddd;*/border-radius: 100%;display: flex;justify-content: center;box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);cursor: pointer;}
.youtube-1430 .pop-up-260520 svg{width: 26px;height: 26px;color: #000;}
.youtube-1430 .pop-up-260520:hover svg{color: #ff0033;}

.main-width-01-mobile{display: none;width: 0;}


@media (max-width: 1600px){
    .product-show-ebike01 .product-title{font-size: 40px;line-height: 40px;}
    .product-show-ebike01 .price bdi{font-size: 30px;}
    .product-show-ebike01 .description{font-size: 17px;}
    .product-show-accessory{padding: 20px;}
    .pop-up-box-260520 .pop-up-260520 .image-hover{width: 80px;}
    .pop-up-box-260520 .pop-up-260520 .title06{font-size: 15px;width: calc(100% - 80px);}
    .product-show-info .addcart{height: 55px;line-height: 55px;font-size: 18px;margin-top: 20px;}
    .product-show-info .delivery-time{font-size: 17px;}
    .product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 20px;}
    .pop-up-box-260520 .pop-up-260520{margin-left: 0;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box .options{padding-left: 14px;padding-right: 14px;}
}
@media (max-width: 1400px){
    .product-show-ebike01 .product-show-image{width: 60%;}
    .product-show-ebike01 .product-show-info{width: 39%;}
}
@media (max-width: 1200px){
    .product-show-ebike01 .product-show-image .highlights{flex-direction: column;align-items: flex-start;gap: 15px;}
}
@media (max-width: 992px){
    .product-show-video{height: 55vh;}
    .product-show-video .word{line-height: 40px;}
    .product-show-ebike01 .product-title{font-size: 32px;line-height: 32px;}
    .product-show-ebike01 .price bdi{font-size: 26px;}
    .product-show-ebike01 .price{margin-top: 10px;}
    .product-show-ebike01 .price .original, .product-show-ebike01 .price del bdi{font-size: 16px;margin-right: 5px;}
    
    .product-show-ebike01 .product-show-image,.product-show-ebike01 .product-show-info{width: 100%;}
    .product-show-ebike01 .product-show-image{position: relative;min-height: inherit!important;top: 0!important;}
    .product-show-ebike01{display: block;}
    .main-width-01-desktop{display: none;}
    .main-width-01-mobile{display: block;width: 100%;}
    .product-show-ebike01 .product-show-image{margin-top: 30px;}
    .product-show-ebike01 .product-show-image .highlights{flex-direction: row;}
    .product-show-accessory{max-width: 520px;}
    
    .pop-up-box-260520 .box-728{padding: 30px;padding-top: 50px;}
}
@media (max-width: 768px){
    .product-show-swiper .thumbnail{display: none;}
    .product-show-swiper .main-image{width: 100%;}
    .youtube-1430{left: 0;}
    .product-show-video{height: 35vh;}
    .product-show-video .word{line-height: 30px;}
    .product-show-post, .product-show-post a{font-size: 16px;}
    .product-show-ebike01 .product-show-image .highlights{flex-direction: column;margin: 0;width: 100%;margin-top: 15px;}
    .product-show-ebike01 .product-show-image .highlights .ic{width: 30px;}
    .product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 18px;margin-top: 0;}
    .product-show-ebike01 .product-title{font-size: 26px;line-height: 26px;}
    .product-show-ebike01 .price bdi{font-size: 24px;}
    
    .box-swiper-260520,.all-pop-up-box-260520 .float-5467{width: 100%;}
    .box-7282{display: block;}
    .all-pop-up-box-260520 .float-5467{margin-top: 50px;}
    .pop-up-box-260520 .box-728{max-height: calc(80vh - 100px);}
}
@media (max-width: 576px){
    .product-show-ebike01 .product-show-image{}
    .product-show-ebike01 .txt01{margin-bottom: 20px;padding-bottom: 20px;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box img{width: 25px;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box, .product-show-ebike01 .product-show-info .sku-grobe-box{gap: 20px;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box .options{max-width: fit-content;}
    .product-show-ebike01 .product-show-info .sku-name{font-size: 18px;margin-bottom: 10px;}
    .product-show-ebike01 .product-show-info .sku-line{margin-top: 20px;}
    .product-show-accessory{padding: 15px;margin-top: 20px;}
    .product-show-accessory li.show, .product-show-accessory li.hide{padding-top: 15px;}
    .product-show-accessory li.show .box-7390, .product-show-accessory li.hide .box-7390,.product-show-accessory li.show .box-7391, .product-show-accessory li.hide .box-7391{width: 100%;}
    .product-show-accessory li.show .box-7391, .product-show-accessory li.hide .box-7391{margin-top: 10px;}
    .product-show-accessory li .accessory-price .price3{font-size: 15px;}
    .product-show-accessory li .accessory-price .price3 span{font-size: 13px;}
    .product-show-info .delivery-time{font-size: 16px;margin: 12px 0;}
    .product-show-info .payment{grid-template-columns: repeat(6, 1fr);gap: 5px;}
    .product-show-info .addcart{height: 50px;line-height: 50px;}
    .leasing_250514,.product-show-info .guarantee{margin-top: 15px;}
    .product-show-info .guarantee dt{margin-top: 6px;}
    .product-show-ebike01 .description{font-size: 16px;}
    .all-pop-up-box-260520 .float-5467{margin-top: 30px;}
    
    .pop-up-box-260520 .box-728{padding: 15px;padding-top: 40px;padding-bottom: 30px;}
    .pop-up-box-260520 .all-pop-up-box-260520 .close-btn{top: 6px;right: 15px;}
    .all-size-260521 .word2{margin-top: 10px;}
    .all-size-260521 .button{margin-top: 20px;}
    .all-size-260521 .border .name4{font-size: 16px;}
    .sizs-1550{gap: 20px;}
    .sizs-1549{align-items: flex-start;}
    .all-size-260521 .button button{padding: 0 30px;}
    
    .all-pop-up-box-260520 p{font-size: 15px;}
    .link-0521{margin-top: 20px;}
    .price-0521{margin: 5px 0 15px;}
    
    .product-show-ebike01 .product-show-image .highlights{flex-direction: row;}
    .product-show-ebike01 .product-show-image .highlights .tit-2{font-size: 15px;line-height: 15px;margin-top: 2px;}
    .product-show-ebike01 .product-show-image .highlights .tit-1{font-size: 12px;line-height: 12px;}
    .product-show-ebike01 .product-show-image .highlights .box-1600{flex-direction: column;gap: 5px;text-align: center;}
    .product-show-ebike01 .product-show-image{margin-top: 20px;}
}
@media (max-width: 467px){
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box{flex-direction: column;}
    .product-show-ebike01 .product-show-info .sku-antriebssystem-box{gap: 10px;}
}


.main-header{transition:transform .3s ease;}
.main-header.hide{transform:translateY(-100%);}
.product-nav-layout{transition:top .3s ease;;display:flex;height: 60px;background: rgba(14, 14, 38, 1);color: #fff;display: flex;align-items: center;line-height: normal;}
.product-nav-layout .box{cursor:pointer;transition:.2s;font-size: 16px;margin-left: 30px;float: left;border-bottom: 2px solid rgba(255,255,255,0);margin-top: 3px;padding-bottom: 2px;}
.product-nav-layout .box.active{border-bottom: 2px solid #a6c939;}
.product-nav-layout h2{font-size: 20px;float: left;font-weight: 500;}
.product-nav-layout .main-width-01{width: 100%;}

.jump-add-1640{color: #fff;border-radius: 5px;padding: 4px 15px;background: #a6c939;font-size: 16px;font-weight: 500;}
.jump-add-1640::before {background: #fff;}
.jump-add-1640:hover {color: #a6c939;}

.product-show-ebike02{background-color: #333;background-position: center center;background-repeat: no-repeat;background-size: cover;background-attachment: fixed;padding: 235px 4%;font-size: 60px;font-weight: 600;text-align: center;color: #fff;line-height: normal;line-height: 80px;}

.product-show-ebike03{max-width: 1050px;width: 100%;padding: 0 4%;margin: 0 auto;position: relative;padding: 30px 0;}
.product-show-ebike03 .top,.product-show-ebike03 .bottom{width: 40px;position: absolute;}
.product-show-ebike03 .top{top: 0;left: 0;}
.product-show-ebike03 .bottom{bottom: 0;right: 0;}
.product-show-ebike03 .box{width: 86%;margin: 0 auto;}
.product-show-ebike03 .box h2{text-align: center;}
.product-show-ebike03 .content{font-size: 20px;}


h2.main-title01{text-align: center;margin-bottom: 30px;text-transform: uppercase;}
.ebike04-swiper-1400{position:relative;overflow:hidden;}
.ebike04-swiper-1400 .swiper{width:100%;}
.ebike04-swiper-1400 .swiper-slide{height:auto;}
.ebike04-swiper-1400 .word .box-1401{width: 100%;}
.ebike04-swiper-1400 .picture{width:56%;float: left;overflow: hidden;height: 458px;}
.ebike04-swiper-1400 .picture img{width:100%;height:100%;object-fit: cover;}
.ebike04-swiper-1400 .word{width: 40%;float: right;display: flex;align-items: center;min-height: 458px;} 
.ebike04-swiper-1400 .word .main-title03{margin-bottom: 20px;line-height: 32px;}
.ebike04-swiper-1400 .word .des1{font-size: 18px;}
.ebike04-swiper-1400 .picture,.ebike04-swiper-1400 .word{display: flex;align-items: center;}
.ebike04-swiper-1400 .box{width: 100%;display: flow-root;margin-bottom: 6%;}
.ebike04-swiper-1400 .box:last-child{margin-bottom: 0;}
.ebike04-swiper-1400 .box:nth-child(2n) .picture{float: right;}
.ebike04-swiper-1400 .box:nth-child(2n) .word{float: left;}
.ebike04-swiper-1400 .swiper-button-next,.ebike04-swiper-1400 .swiper-button-prev{color:#333;}
.ebike04-swiper-1400 .swiper-button-next:after,.ebike04-swiper-1400 .swiper-button-prev:after{font-size:20px;}
@media(min-width:768px){
  .ebike04-swiper-1400 .swiper-wrapper{transform:none;display: block;}
  .ebike04-swiper-1400 .swiper-slide{transform:none;}
  .ebike04-swiper-1400 .swiper-button-next,.ebike04-swiper-1400 .swiper-button-prev,.ebike04-swiper-1400 .swiper-pagination{display:none;}
}

.product-show-ebike05 table{width: 100%;border-collapse: collapse;}
.product-show-ebike05 table td{padding: 15px;width: 70%;}
.product-show-ebike05 table td:first-child {width: 30%;font-weight: 600;word-wrap: break-word;overflow-wrap: break-word;}
.product-show-ebike05 table tr{border-bottom: 1px solid #ddd;display: flex;align-items: center;}
.product-show-ebike05 tr.tr-1121{margin-top: 40px;padding-bottom: 0!important;margin-top: 40px;display: flow-root;width: 100%;border: none;}
.product-show-ebike05 tr.tr-1121:first-child{margin-top: 0!important;}
.product-show-ebike05 tr.tr-1122 .ic3{width: 50px;}
.product-show-ebike05 tr.tr-1122 .ic4{width: 110px;}
.product-show-ebike05 tr.tr-1122 td,.product-show-ebike05 tr.tr-1122 dl{display: flex;align-items: center;gap: 15px;}
.product-show-ebike05 tr.tr-1122 dt{text-align: center;margin-right: 30px;font-size: 15px;}
.product-show-ebike05 tr.tr-1122 dt p{margin-bottom: 0;}



.product-show-ebike06{}
.product-show-ebike06 .content{font-size: 20px;}
.product-show-ebike06 .content p:last-child{margin-bottom: 0!important;}


.tab-box-1338 .cilck-show { display: none; }
.tab-box-1338 .cilck.active {border-bottom: 4px solid #000; color: #000;}
.tab-box-1338 .image dt { display: none; }
.tab-box-1338 .image dt.active { display: block; }
.tab-box-1338 .tab-1339{display: flex;justify-content: center;gap: 8%;margin-bottom: 40px;}
.tab-box-1338 .cilck{cursor: pointer;border-bottom: 4px solid rgba(255,255,255,0);color: #797979;text-transform: uppercase;}
.tab-box-1338 .image{width: 58%;float: left;}
.tab-box-1338 .content{width: 40%;float: right;}
.tab-box-1338 .content li .letters{width: 24px;height: 24px;display: flex;justify-content: center;align-items: center;border-radius: 100%;color: #fff;background: #000;font-size: 16px;font-weight: 500;margin-right: 15px;}
.tab-box-1338 .content li .title{font-weight: 600;}
.tab-box-1338 .content li{margin-top: 12px;cursor: pointer;}
.tab-box-1338 .content li:last-child{margin-bottom: 0;}
.tab-box-1338 .content li.active .letters{background: #a6c939;}
.tab-box-1338 .content li.active{color: #a6c939;}
.tab-box-1338 .content li:first-child{margin-top: 10%;}










