﻿
.detailseiteTop {
    overflow: hidden;
}

    .detailseiteTop .commPageTitle {
        float: left;
        font-size: 72px;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.detailseiteTopR {
    float: right;
    margin-top: 24px;
}

    .detailseiteTopR .likeBtn a {
        height: 20px;
        width: 50px;
        color: #fff;
        display: block;
        font-size: 12px;
        line-height: 18px;
        padding-left: 5px;
        position: relative;
    }

        .detailseiteTopR .likeBtn a span {
            float: right;
            padding: 0 5px;
            display: block;
        }

    .detailseiteTopR .likeBtn .facebook {
        background: #3b5998;
        border: 1px solid #3b5998;
    }

        .detailseiteTopR .likeBtn .facebook span {
            color: #183a75;
            background: #99adcf;
        }

        .detailseiteTopR .likeBtn .facebook:hover {
            background: #4273c8;
        }

    .detailseiteTopR .likeBtn .googleplus {
        margin-top: 11px;
        background: #d34836;
        border: 1px solid #d34836;
    }

        .detailseiteTopR .likeBtn .googleplus:hover {
            background: #f75b44;
        }

.produktdetail {
    background: #1e243e;
    border-radius: 4px 4px 0px 0px;
    color:#fff;
}

.produktdetailUp {
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.produktdetailUpL {
    width: 70px;
    position: absolute;
    left: 15px;
    top: 15px;
    height: 340px;
    overflow: hidden;
}

    .produktdetailUpL .produktImgUl {
        width: 90px;
        overflow-x: hidden;
        position: absolute;
        top: 0px;
        transition: top 0.5s;
        -webkit-transition: top 0.5s;
        -moz-transition: top 0.5s;
        -ms-transition: top 0.5s;
        -o-transition: top 0.5s;
    }

    .produktdetailUpL li {
        width: 70px;
        margin-bottom: 12px;
        cursor: pointer;
    }

        .produktdetailUpL li:last-child {
            margin-bottom: 0;
        }

        .produktdetailUpL li img {
            width: 100%;
            height: 40px;
        }

        .produktdetailUpL li.video {
            height: 70px;
            border: 1px solid #212121;
            text-align: center;
        }

            .produktdetailUpL li.video a {
                color: #FFF;
            }

            .produktdetailUpL li.video i {
                display: block;
                font-size: 30px;
                line-height: 70px;
            }

    .produktdetailUpL .imgBtn {
        width: 44px;
        height: 20px;
        color: #d1d1d1;
        text-align: center;
        line-height: 20px;
        font-size: 20px;
        background: rgba(7,20,34,.8);
        position: absolute;
        left: 13px;
        cursor: pointer;
        z-index: 2;
    }

        .produktdetailUpL .imgBtn:hover {
            color: #52c9cc;
        }

    .produktdetailUpL .prev {
        top: 0;
    }

    .produktdetailUpL .next {
        bottom: 0;
    }

.produktdetailUpR {
    padding-left: 90px;
}

.prodetailUpRImg {
    width: 26%;
    float: left;
    height: 340px;
    position: relative;
}

.prodtUpCont {
    width: 73%;
    float: left;
    padding-left: 20px;
}

    .prodtUpCont.withDeal {
        padding-bottom: 60px;
    }

    .prodtUpCont .title {
        font-size: 30px;
        line-height: 50px;
        border-bottom: 1px solid hsla(0,0%,100%,.12);
       
    }

.prodetailUpRImg img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.prodtUpCent {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: hsla(0,0%,100%,.6);
}

    .prodtUpCent p {
        margin-bottom: 15px;
    }

    .prodtUpCent a {
        text-decoration: underline !important;
    }

.proDeal {
    width: 150%;
    position: absolute;
    top: -100px;
    right: 0;
}

    .proDeal .proDealL {
        float: right;
        line-height: 20px;
        font-size: 16px;
    }

        .proDeal .proDealL .name {
            text-transform: uppercase;
            color: #25b4b1;
          
            font-size: 20px;
            margin-bottom: 10px;
        }

    .proDeal .proDealR {
        float: right;
        margin-left: 20px;
        background: #7a7a7a;
        padding: 20px;
    }

        .proDeal .proDealR li {
            width: 32px;
            height: 32px;
            border-radius: 4px;
            text-align: center;
            line-height: 32px;
            background: #FFF;
            display: inline-block;
            margin-right: 16px;
            position: relative;
            color: #212121;
            font-size: 16px;
           
        }

            .proDeal .proDealR li:last-child {
                margin-right: 0;
            }

            .proDeal .proDealR li:after {
                content: ":";
                width: 16px;
                height: 32px;
                text-align: center;
                font-size: 20px;
                color: #FFF;
                position: absolute;
                right: -16px;
                top: -3px;
            }

            .proDeal .proDealR li:last-child:after {
                content: "";
            }

.produktdetailStickyBar {
    width: 100%;
    background: #000;
    position: fixed;
    height: 55px;
    top: 75px;
    left: 0;
    z-index: 9;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
}

    .produktdetailStickyBar:after {
        content: "";
        background: url(../images/sw.jpg) repeat-x center center;
        opacity: 0.33;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .produktdetailStickyBar .container {
        padding: 0 15px;
    }

    .produktdetailStickyBar .productsName {
        float: left;
        width: 61%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 30px;
      
        margin-top: 6px;
        color: #FFF;
    }

    .produktdetailStickyBar .productsPriceBuy {
        float: right;
        width: 38%;
    }

        .produktdetailStickyBar .productsPriceBuy a {
            width: 45%;
            margin-left: 5%;
            margin-top: 8px;
            float: right;
        }

        .produktdetailStickyBar .productsPriceBuy .commKF, .produktdetailStickyBar .productsPriceBuy .commButton {
            height: 38px;
        }

        .produktdetailStickyBar .productsPriceBuy p {
            float: right;
            text-align: right;
            font-size: 30px;
          
            margin-top: 6px;
            color: #FFF;
        }

.produktdetailDown {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
    background: #272d45;
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: -4px;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 4px 4px;
}

    .produktdetailDown:after {
        content: "";
        display: block;
        background: url(../images/sw.jpg) no-repeat bottom center;
        opacity: 0.33;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .produktdetailDown > div {
        font-size: 16px;
        letter-spacing: normal;
        word-spacing: normal;
        display: inline-block;
        vertical-align: middle;
    }

    .produktdetailDown .proLogo {
        width: 31%;
        text-align: center;
        font-weight: bold;
    }

        .produktdetailDown .proLogo img {
            max-width: 100%;
        }

    .produktdetailDown .proInfo {
        border-right: 1px solid #493e56;
        border-left: 1px solid #493e56;
        /*line-height: 16px;*/
        position: relative;
        width: 31%;
        min-height: 120px;
    }

        .produktdetailDown .proInfo div {
            margin: 0;
            width: 100%;
            padding: 0 30px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

        .produktdetailDown .proInfo table th {
            font-weight: normal;
            vertical-align: top;
            padding-bottom: 8px;
            white-space: nowrap;
            text-align:left;
        }

        .produktdetailDown .proInfo table td {
            padding-left: 10px;
            padding-bottom: 8px;
            vertical-align: top;
        }

        .produktdetailDown .proInfo table tr:last-child td {
            padding-bottom: 0;
        }

    .produktdetailDown .proOther {
        position: relative;
        width: 38%;
    }

        .produktdetailDown .proOther .proPay {
            width: 45%;
            float: right;
            margin-left: 5%;
        }

            .produktdetailDown .proOther .proPay .commKF, .produktdetailDown .proOther .proPay .commButton {
                height: 38px;
            }

            .produktdetailDown .proOther .proPay .proBtn {
                width: 100%;
                height: 32px;
                background: #ffc439;
                border: 1px solid #e6a430;
                box-shadow: 0 1px 1px rgba(255,255,255,0.8) inset;
                border-radius: 3px;
            }

            .produktdetailDown .proOther .proPay .commKaufen {
                margin-top: 0;
                height: 35px;
            }

            .produktdetailDown .proOther .proPay button img {
                max-width: 100%;
            }

        .produktdetailDown .proOther .proOder {
            text-align: center;
            line-height: 40px;
            position: relative;
        }

            .produktdetailDown .proOther .proOder:before, .produktdetailDown .proOther .proOder:after {
                content: "";
                width: 30%;
                height: 2px;
                background: #493e56;
                position: absolute;
                top: 50%;
                margin-top: -1px;
            }

            .produktdetailDown .proOther .proOder:before {
                left: 0;
            }

            .produktdetailDown .proOther .proOder:after {
                right: 0;
            }

        .produktdetailDown .proOther .proMoney {
            text-align: right;
            float: right;
        }

            .produktdetailDown .proOther .proMoney del {
                color: #9a9a9a;
                font-size: 18px;
            }

            .produktdetailDown .proOther .proMoney .now {
                font-size: 26px;
              
                margin-top: -10px;
            }

            .produktdetailDown .proOther .proMoney .num {
                line-height: 27px;
                position: relative;
                margin-top: 8px;
            }

                .produktdetailDown .proOther .proMoney .num span {
                    margin-left: 5px;
                    width: 62px;
                    border: 1px solid #dddddd;
                    padding-right: 30px;
                    display: inline-block;
                    text-align: center;
                    height: 27px;
                    background: #FFF;
                    position: relative;
                    cursor: pointer;
                }

                    .produktdetailDown .proOther .proMoney .num span em {
                        font-style: normal;
                    }

                    .produktdetailDown .proOther .proMoney .num span i {
                        position: absolute;
                        right: 0px;
                        top: 0px;
                        width: 30px;
                        height: 25px;
                        border-left: 1px solid #ddd;
                        background: #eee;
                        display: block;
                        text-align: center;
                        line-height: 25px;
                        color: #979797;
                    }

                .produktdetailDown .proOther .proMoney .num ul {
                    overflow: hidden;
                    background: #FFF;
                    width: 62px;
                    line-height: 30px;
                    text-align: center;
                    border: 1px solid #ddd;
                    position: absolute;
                    right: 0;
                    display: none;
                    z-index: 5;
                    max-height: 120px;
                    overflow-y: scroll;
                }

                    .produktdetailDown .proOther .proMoney .num ul li {
                        cursor: pointer;
                    }

                        .produktdetailDown .proOther .proMoney .num ul li:hover {
                            background: rgba(82,201,204,0.2);
                        }

.produktdetailCont {
    background: #1e243e;
    border-radius: 4px;
    margin: 20px 0;
    overflow: hidden;
    min-height: 500px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
}

    .produktdetailCont .prodeInfo {
        padding-top: 70px;
    }

.prodetail {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

    .prodetail .prodetailTit {
        height: 70px;
        line-height: 70px;
        font-size: 25px;
     
        font-weight: bold;
        color: #9a9a9a;
        padding: 0 30px;
        border-right: 1px solid hsla(0,0%,100%,.12);
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .prodetail .prodeInfo .prodetailTit {
        width: 300px;
        text-align: center;
        padding: 0;
    }

    .prodetail .proSys .prodetailTit {
        left: 300px;
    }

    .prodetail .prodetailCont {
        width: 100%;
        border-top: 1px solid hsla(0,0%,100%,.12);
        padding: 20px 15px;
        font-size: 16px;
        line-height: 24px;
        color: hsla(0,0%,100%,.6);
        display: none;
    }

        .prodetail .prodetailCont p {
            margin-bottom: 20px;
        }

        .prodetail .prodetailCont ul {
            margin-bottom: 20px;
            margin-left: 20px;
        }

            .prodetail .prodetailCont ul li {
                list-style: square;
            }

    .prodetail li.cur .prodetailTit {
        color: #fff;
        height: 71px;
         
    }

    .prodetail li.cur .prodetailCont {
        display: block;
    }

.proMask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
}

    .proMask .imgMask {
        width: 920px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border: 10px solid #FFF;
        border-radius: 10px;
    }

        .proMask .imgMask img {
            width: 100%;
        }

        .proMask .imgMask a {
            display: block;
            width: 50px;
            height: 70px;
            font-size: 50px;
            position: absolute;
            top: 50%;
            margin-top: -35px;
            z-index: 5;
            background: #FFF;
            color: #212121;
            text-align: center;
            cursor: pointer;
        }

            .proMask .imgMask a.prev {
                left: -10px;
            }

            .proMask .imgMask a.next {
                right: -10px;
            }

    .proMask span {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background: #FFF;
        border: 1px solid #212121;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        display: block;
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
    }

    .proMask .video {
        width: 920px;
        height: 540px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        border: 10px solid #FFF;
        border-radius: 10px;
        display: none;
    }

.Verwandte {
    -ms-flex: 0;
    -webkit-flex: 0;
    flex: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    min-width: 40%;
    max-width: 40%;
    margin-top: 70px;
    margin-bottom: 20px;
    padding-top: 19px;
    border-top: 1px solid hsla(0,0%,100%,.12);
}

    .Verwandte .verTit {
        color: #e98d06;
        font-size: 20px;
        text-transform: uppercase;
    }

    .Verwandte li {
        padding-top: 25px;
        border-bottom: 1px solid hsla(0,0%,100%,.12);
        height: 115px;
        overflow: hidden;
        position: relative;
    }

    .Verwandte .verImg {
        width: 100px;
        height: 90px;
        position: absolute;
        top: 25px;
        left: 0;
    }

        .Verwandte .verImg img {
            width: 100%;
        }

    .Verwandte .verCont {
        width: 100%;
        padding-left: 110px;
    }

.verCont .verName {
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.verCont .verPrice {
    position: absolute;
    left: 110px;
    bottom: 5px;
}

.verCont del {
    color: #9a9a9a;
    font-size: 12px;
}

.verCont .now {
    color: #fff;
    font-size: 18px;
    margin-top: -5px;
}

.verCont .verScore {
    font-size: 26px;
    color: #ffcc00;
    position: absolute;
    right: 45%;
    bottom: 0px;
}

.Verwandte .commKF, .Verwandte .commButton {
    width: 100px;
    height: 24px;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 13px;
}

.Verwandte li > a {
    display: block;
}

.produktdetailUpL .prev .icon {
    transition: all ease-in-out .2s;
    transform: rotate(180deg);
  
}
.produktdetailUpL .icon {
    position: absolute;
    right: 8px;
    top: 0%;
    font-size: 30px;
    margin-top: 0px;
}

.proOther .buynow {
    width: 100%;
    color: #fff;
    font-size: 14px;
    background: #ee6a25;
    line-height: 25px;
    border-top: 1px solid #333;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .proOther .buynow i {
        margin-right: 10px;
        font-size: 22px
    }

    .proOther .buynow:hover {
        background: #ed580a;
        color: #fff
    }

.proOther .addcart {
    width: 100%;
    color: #fff;
    font-size: 14px;
    background: rgb(86, 79, 255);
    line-height: 25px;
    border-top: 1px solid #333;
    border-radius: 4px;
}

    .proOther .addcart i {
        margin-right: 10px;
        font-size: 22px
    }

    .proOther .addcart:hover {
        background: rgb(82, 62, 201);
        color: #fff
    }


@media (max-width:1200px) {
    .detailseiteTop .commPageTitle {
        font-size: 60px;
    }

    .detailseiteTopR {
        margin-top: 27px;
    }

        .detailseiteTopR .gPlus {
            margin-top: 3px;
        }

    .produktdetailStickyBar .productsName {
        width: 65.6%;
    }

    .produktdetailStickyBar .productsPriceBuy {
        width: 33.4%;
    }

    .produktdetailDown .proInfo {
        width: 33.3%;
    }

        .produktdetailDown .proInfo div {
            padding: 0 15px;
        }

    .produktdetailDown .proLogo {
        width: 33.3%;
    }

    .produktdetailDown .proOther {
        width: 33.4%;
    }

    .verCont .verScore {
        right: 35%;
    }
}

@media (max-width:992px) {
    .detailseiteTop .commPageTitle {
        font-size: 45px;
        margin: 15px 0 20px;
        max-width: 85%;
    }

    .detailseiteTopR {
        margin-top: 14px;
    }

    .produktdetailStickyBar .productsName {
        width: 59%;
    }

    .produktdetailStickyBar .productsPriceBuy {
        width: 40%;
    }

        .produktdetailStickyBar .productsPriceBuy a {
            width: 40%;
        }

    .produktdetailDown .proOther .proPay {
        width: 40%;
    }

    .prodetail {
        border-bottom: 1px solid hsla(0,0%,100%,.12);
        float: none;
        -ms-flex-preferred-size: auto;
    }

        .prodetail .prodetailCont {
            padding: 20px 15px;
        }

    .produktdetailDown .proInfo {
        width: 30%;
        min-height: 120px;
    }

    .produktdetailDown .proLogo {
        width: 30%;
    }

    .produktdetailDown .proOther {
        width: 40%;
    }

    .produktdetailCont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        min-height: auto;
    }

    .produktdetailDown .proInfo table th {
        white-space: normal;
    }

    .Verwandte {
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-top: 20px;
        margin-top: 0;
        float: none;
        border-top: none;
        -ms-flex-preferred-size: auto;
    }

    .verCont .verScore {
        right: 55%;
    }

    .filterList .filterListUl li a {
        width: 33.3333%;
    }

    .wowImg {
        max-height: 40px;
    }

    .bestList .prodkList .proImg .rabatt, .bestList .prodkList .proImg .rabattt {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .bestList .prodkList .commKF {
        font-size: 14px;
    }

    .wowProList .commPageTitle {
        font-size: 50px;
    }

    .ftHdTopL {
        margin-bottom: 10px;
    }

    .wowList .commKF, .wowList .commButton {
        font-size: 14px;
    }

        .wowList .commKF i, .wowList .commButton i {
            margin-right: 0px;
        }

    .paypalCheckOutButtonContainer {
        padding: 2px 1px;
    }

        .paypalCheckOutButtonContainer span {
            font-size: 9px;
        }

    .cookieAccept span {
        width: 87%;
    }

    .cookieAccept button {
        width: 13%;
    }
}

@media (max-width:768px) {
    .produktdetailStickyBar {
        width: 100%;
        top: 45px;
        height: 50px;
    }

    .newsindex .text-content {
        min-height: 0px;
    }

    .newsindex .re-content {
        min-height: 0px;
    }

    .produktdetailStickyBar .container {
        padding: 0;
    }

    .produktdetailStickyBar .productsName {
        font-size: 18px;
        margin-top: 12px;
    }

    .produktdetailStickyBar .productsPriceBuy p {
        font-size: 18px;
        margin-top: 12px;
    }

    .produktdetailStickyBar .productsPriceBuy a {
        margin-top: 5px;
        width: 50%;
    }

    .produktdetailDown {
        display: block;
    }

        .produktdetailDown > div {
            padding: 0;
        }

        .produktdetailDown .proLogo {
            width: 100%;
            font-weight: bold;
        }

        .produktdetailDown .proInfo {
            border: none;
            width: 40%;
            min-height: 180px;
        }

            .produktdetailDown .proInfo div {
                padding-left: 0;
            }

        .produktdetailDown .proOther {
            width: 60%;
            padding-left: 15px;
            border-left: 1px solid hsla(0,0%,100%,.12);
        }

            .produktdetailDown .proOther .proPay {
                width: 50%;
            }

    .detailseiteTop {
        padding: 0 10px;
    }

        .detailseiteTop .commPageTitle {
            font-size: 30px;
            line-height: 30px;
            margin: 0;
            float: none;
            max-width: none;
        }

    .detailseiteTopR {
        float: none;
        margin: 0px 0 30px;
    }

        .detailseiteTopR .likeBtn a {
            float: left;
            margin-top: 6px !important;
            margin-left: 10px;
            margin-bottom: 6px;
        }

            .detailseiteTopR .likeBtn a:first-child {
                margin-left: 0;
            }

    .produktdetailCont .prodeInfo {
        padding-top: 0;
    }

    .prodetail .prodetailTit {
        position: static;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        padding: 0 0 0 15px;
        color: #25b4b1;
        border-right: none;
    }

    .prodetail .prodeInfo .prodetailTit {
        width: auto;
        text-align: left;
        padding-left: 15px;
    }

    .prodetail li.cur .prodetailTit {
        height: 50px;
    }

    .prodetail .prodetailCont {
        margin-top: 0;
        display: block;
        border-top: none;
        border-bottom: 1px solid hsla(0,0%,100%,.12);
        padding-top: 0;
    }

    .prodetail {
        border-bottom: none;
    }

    .produktdetail {
        position: relative;
    }

    .proMask .imgMask {
        width: 90%;
    }

        .proMask .imgMask a {
            width: 40px;
            height: 50px;
            line-height: 50px;
            margin-top: -25px;
            font-size: 25px;
        }

    .proMask .video {
        width: 90%;
        height: 0;
        padding-bottom: 50%;
    }

        .proMask .video iframe {
            position: absolute;
        }

    .proDeal {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-top: 15px;
        border-top: 1px solid #d1d1d1;
        top: 15px;
        margin-bottom: 15px;
    }

    .produktdetailDown .proOther .proMoney {
        text-align: left;
        float: none;
    }

        .produktdetailDown .proOther .proMoney .num {
            display: inline-block;
        }

    .proDeal .proDealR {
        margin: 0;
        padding: 10px;
        margin-top: 10px;
        margin-left: 3%;
    }

        .proDeal .proDealR li {
            width: 28px;
            height: 28px;
            line-height: 28px;
            margin-right: 10px;
        }

            .proDeal .proDealR li:after {
                width: 12px;
                right: -12px;
            }

    .proDeal .proDealL .name {
        margin-bottom: 5px;
    }

    .produktdetailUpL {
        height: 260px;
        z-index: 5;
    }

    .prodetailUpRImg {
        height: 260px;
    }

    .prodtUpCont.withDeal {
        padding-bottom: 0px;
    }

    .prodtUpCont .title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .Verwandte .verImg {
        width: 60px;
        height: auto;
    }

    .Verwandte .verCont {
        padding-left: 70px;
    }

    .verCont .verName {
        font-size: 16px;
    }

    .verCont .verScore {
        font-size: 25px;
        bottom: 5px;
    }

    .verCont .verPrice {
        left: 70px;
    }

    .filterSign span {
        display: block;
        position: absolute;
        top: 0;
    }

    .filterSign .leftSign {
        left: -12px;
    }

    .filterSign .rightSign {
        right: -12px;
    }

    .filterSign ul {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        height: 42px;
        padding-bottom: 10px;
    }

        .filterSign ul::-webkit-scrollbar {
            width: 0px;
        }

    .filterSign li {
        height: 32px;
    }

        .filterSign li:first-child {
            width: 12%;
        }

    .filterList .filterListUl li {
        padding: 10px 0 20px 10%;
    }

        .filterList .filterListUl li span {
            font-size: 36px;
            left: 5px;
            top: 0px;
        }

        .filterList .filterListUl li a {
            width: 50%;
        }

    .wowPic {
        padding-right: 30%;
    }

    .wowImg {
        max-width: 30%;
        max-height: 40px;
    }

    .filterTop .filterTopList, .filterHideTop .filterTopList {
        padding: 0 10px;
    }

    .commFilterTop .row > div, .commFilterTop .row > form > div {
        margin-bottom: 10px;
    }

    .proSeite select {
        width: 130px;
    }

    .pager .pageBtn {
        width: 40px;
    }

    .filterTop .row, .filterHideTop > .row {
        margin: 0;
    }

    .fifa .row {
        margin: 0;
    }

        .fifa .row > div {
            padding: 0 5px;
        }

    .fifa .fifaList {
        margin-bottom: 10px;
        padding: 10px;
    }

    .fifaList .fifaName {
        margin-bottom: 10px;
    }

    .fifaList .commKF, .fifaList .commButton {
        font-size: 14px;
    }

        .fifaList .commKF i, .fifaList .commButton i {
            margin-right: 0px;
        }

    .wowProList .commPageTitle {
        font-size: 32px;
    }

        .wowProList .commPageTitle img {
            display: none;
        }

    .wowList li .wowL {
        width: 100%;
    }

    .wowList li .wowR {
        width: 100%;
        margin: 15px 0;
    }

        .wowList li .wowR .commKF:hover:before, .wowList li .wowR .commKF:hover:after {
            border-width: 34px 700px;
        }

    .wowList .commKF, .wowList .commButton {
        width: 50%;
        max-width: 200px;
        float: right;
    }

    .wowPowerTable .futPsBody li .futPsPrice, .wowPowerTable .futPsBody li .futPsBtn {
        width: 50%;
    }

    .wowPowerTable .futPsBody li .futPsPrice {
        margin: 10px 0 0;
    }

    .wowPowerTable .futPsBody li .futPsBtn {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .proListTitle {
        display: none;
    }

    .prodkList {
        padding: 10px 10px 10px 75px;
        position: relative;
    }

        .prodkList .proImg {
            height: 100%;
            position: absolute;
            top: 0;
            left: 10px;
        }

            .prodkList .proImg img {
                max-width: 55px;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

        .prodkList li:nth-child(2), .prodkList li:nth-child(3), .prodkList li:nth-child(4), .prodkList li:nth-child(5) {
            width: 100%;
            text-align: left;
        }

        .prodkList li:nth-child(4), .prodkList li:nth-child(5) {
            width: 50%;
            text-align: left;
        }

        .prodkList li .price p {
            margin-top: -5px;
        }

        .prodkList li .commKF:hover:before, .prodkList li .commKF:hover:after {
            border-width: 34px 600px;
        }

        .prodkList li .time {
            margin-bottom: 5px;
        }

        .prodkList .commKF, .prodkList .commButton {
            max-width: 200px;
        }

    .filterTop .row > div, .filterHideTop .row > div, .filterTop .row > form > div, .filterHideTop .row > form > div {
        padding: 0 5px;
    }

    .filterHideTop .row .row {
        margin: 0 -5px;
    }

    .futPsTabHd {
        display: none;
    }

    .futPsBody li {
        padding: 10px;
    }

    .futPsBody .futPsName {
        width: 100%;
    }

    .futPsBody li > div {
        text-align: left;
    }

    .futPsBody .futPsTime {
        width: 100%;
        font-size: 14px;
    }

        .futPsBody .futPsTime span:first-child {
            display: inline;
        }

    .futPsBody .futPsPrice, .futPsBody .futPsBtn {
        width: 50%;
    }

    .futPsBody li .futPsPrice {
        font-size: 24px;
        line-height: 1;
    }

        .futPsBody li .futPsPrice del {
            font-size: 16px;
        }

    .futPsBody .futPsBtn button {
        max-width: 200px;
        float: right;
    }

    .futMask .futClose {
        top: 5%;
    }

    .futCont {
        height: 90%;
        top: 5%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 10px;
    }

    .futPriceInput .futName {
        width: 25%;
    }

    .futPriceInput .futtile {
        margin: 0 2%;
    }

    .futPriceInput .futInput, .futPriceInput .futInputPrice {
        width: 60%;
    }

    .futPriceInput .futList {
        width: 60%;
        left: 27%;
    }

    .futPriceInput em {
        margin-left: -2%;
        margin-right: 5px;
    }

    .futPriceInput .commValHelp .commTip {
        width: 100%;
        left: 0;
        bottom: 50px;
    }

        .futPriceInput .commValHelp .commTip:before {
            bottom: -10px;
            left: initial;
            right: 20px;
        }

        .futPriceInput .commValHelp .commTip:after {
            bottom: -7px;
            left: initial;
            right: 23px;
        }

    .bestTitle {
        margin-top: 10px;
        line-height: 40px;
    }

    .bestList .prodkList li:nth-child(2) {
        width: 100%;
    }

    .bestList .prodkList li:nth-child(3), .bestList .prodkList li:nth-child(4) {
        width: 50%;
    }

    .bestList .prodkList .proImg {
        width: 75px;
    }

    .bestList .prodkList {
        padding: 10px 10px 10px 90px;
    }

        .bestList .prodkList .proImg {
            position: absolute;
        }

            .bestList .prodkList .proImg img {
                padding-right: 0;
                max-width: 85px;
            }

            .bestList .prodkList .proImg .rabatt, .bestList .prodkList .proImg .rabattt {
                margin-top: 40%;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

            .bestList .prodkList .proImg .rabatt {
                right: 5px;
                top: 50%;
            }

            .bestList .prodkList .proImg .rabattt {
                right: 0;
                top: 55%;
            }

        .bestList .prodkList button {
            max-width: 260px;
        }

    .bigDealList .bigProdkName .dealInput span {
        width: 30%;
    }

    .bigDealList .bigProdkName .dealInput input {
        margin: 0 5px;
        width: 60%;
    }

    .futSellList .futSellImg {
        width: 30%;
    }

    .futSellList .futSellName {
        width: 65%;
    }

    .futSellPay, .futSellCont {
        padding: 10px;
    }

        .futSellPay li .futSellPayR select {
            width: 100%;
        }

        .futSellPay li .futSellPayR input {
            width: 100%;
        }

        .futSellPay li .futSellPayR {
            position: relative;
        }

            .futSellPay li .futSellPayR em {
                position: absolute;
                right: -10px;
                line-height: 40px;
            }

    .wowTabTop {
        display: none;
    }

    .wowItemTable li {
        position: relative;
        padding: 10px;
    }

    .wowItemTable .wowItemImg {
        width: 12%;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .wowItemTable .wowItemCont, .wowItemTable .wowoItemTime {
        width: 100%;
        text-align: left;
        padding-left: 12%;
    }

    .wowItemTable .raidItemCont, .wowItemTable .wowoItemTime {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .wowItemTable .wowPowerCont, .wowItemTable .wowPoweTime {
        width: 100%;
        text-align: left;
        padding-left: 2%;
    }

    .wowItemTable .wowPowerPrice {
        width: 50%;
        padding-left: 2%;
        text-align: left;
        font-size: 24px;
    }

    .wowItemTable .wowPoweTime {
        font-size: 14px;
    }

    .wowItemTable .wowoItemTime {
        font-size: 14px;
    }

        .wowItemTable .wowoItemTime span {
        }

    .wowItemTable .wowPoweTime span:first-child {
        display: inline;
        font-size: 16px;
        font-weight: bold;
    }

    .wowItemTable .wowoItemTime span:first-child {
        display: inline;
    }

    .wowItemTable .wowItemPrice {
        width: 50%;
        padding-left: 12%;
        text-align: left;
        font-size: 24px;
    }

    .wowItemTable .raidItemPrice {
        width: 50%;
        padding-left: 12%;
        text-align: left;
        font-size: 24px;
    }

    .wowItemTable .wowItemBtn {
        width: 50%;
    }

    .wowItemTable .raidItemBtn {
        width: 50%;
    }

    .wowItemTable {
        margin: 20px 0;
    }

    .wowPowerTable .futPsBody .futPsPrice {
        font-size: 24px;
    }

    .keyTabTop {
        display: none;
    }

    .keyTable li {
        position: relative;
        padding: 10px 10px 60px;
    }

    .keyTable .keyImg {
        width: 20%;
        position: absolute;
        top: 10px;
        left: 10px;
        height: calc(100% - 20px);
    }

        .keyTable .keyImg img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: auto;
        }

    .keyTable .keyCont, .keyTable .keyTime {
        width: 100%;
        text-align: left;
        padding-left: 20%;
    }

    .keyTable .keyTime {
        font-size: 14px;
    }

        .keyTable .keyTime span {
            display: inline;
        }

    .keyTable .keyPrice {
        width: 50%;
        padding-left: 20%;
        text-align: left;
        position: absolute;
        left: 5px;
        bottom: 5px;
        font-size: 24px;
    }

        .keyTable .keyPrice del {
            position: absolute;
            bottom: 25px;
        }

    .keyTable .keyBtn {
        width: 40%;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .keyTable .keyMoreMsg {
        /*display: none;*/
    }

    .futPriceInput select {
        width: 60%;
    }

    .guildCont .gdWd {
        padding: 0 5%;
    }

    .guildCont .row div {
        padding: 0 5px;
    }

    .guildCont .gdWd1 {
        padding: 0;
    }

    .gdList {
        background: none;
        padding: 10px;
    }

    .guildTit {
        padding: 10px;
    }

    .gdTitle {
        padding: 14px 10px;
    }

    .dealTop {
        padding: 10px;
    }

    .dealSletter p span {
        display: block;
    }

    .dealSletter .dealInput {
        width: 100%;
    }

        .dealSletter .dealInput span {
            width: 30%;
            display: inline-block;
            text-align: center;
        }

        .dealSletter .dealInput input {
            width: 60%;
        }

    .dealSletter button {
        width: 40%;
        margin-right: 4%;
    }

    .dealTopTit {
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
    }

        .dealTopTit img {
            max-height: 40px;
        }

    .dealMask .futCont {
        max-height: 90%;
        top: 5%;
    }

    .paypalCheckOutButtonContainer {
        padding: 2px 6px;
    }

        .paypalCheckOutButtonContainer span {
            font-size: 10px;
        }

    .acSell .commInputStyle {
        position: static;
        overflow: hidden;
        height: auto;
    }

        .acSell .commInputStyle span {
            display: block;
            width: 100%;
            text-align: left;
            float: none;
            position: static;
            transform: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            margin-bottom: 5px;
        }

        .acSell .commInputStyle p {
            width: 100%;
            display: block;
            float: none;
        }

            .acSell .commInputStyle p input {
                width: 100%;
            }

    .steamMarketForm .steamMarketItemTableLastUpdt {
        border-bottom: 1px solid hsla(0,0%,100%,.12);
    }

    .steamMarketForm .steamMarketItemTableInventory .wowItemBtn {
        width: 100%;
    }

    .cookieAccept > div {
        left: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        text-align: center;
    }

    .cookieAccept span {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .cookieAccept button {
        position: static;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        width: auto;
    }
}

@media (max-width:568px) {
    .produktdetailDown .proInfo {
        border-bottom: 1px solid #493e56;
        padding-bottom: 10px;
        width: 100%;
        float: none;
    }

        .produktdetailDown .proInfo div {
            padding-right: 0;
        }

    .produktdetailDown .proOther {
        padding-top: 15px;
        width: 100%;
        float: none;
        border-left: none;
        padding-left: 0;
    }

    .produktdetailDown .proInfo table {
        width: 100%;
    }

        .produktdetailDown .proInfo table th {
            font-weight: normal;
            vertical-align: top;
            width: 50%;
        }

        .produktdetailDown .proInfo table td {
            padding-left: 0;
        }
}

@media (max-width:480px) {
    .futPriceInput .futName {
        width: auto;
        display: block;
        margin: 0;
        text-align: left;
        color: #9a9a9a;
        font-size: 14px;
    }

    .futPriceInput .futtile {
        margin: 0 2%;
    }

    .futPriceInput .futInput, .futPriceInput .futInputPrice {
        width: 85%;
        margin-left: 0;
    }

    #selectedPlayersListContainer table th {
        font-size: 12px;
    }

    #buttonResetPlayerMatch {
        margin-left: -30px;
        margin-right: 18px;
    }

    .produktdetailStickyBar .productsName {
        width: 69%;
        margin-top: 0;
    }

    .produktdetailStickyBar .productsPriceBuy {
        width: 30%;
    }

        .produktdetailStickyBar .productsPriceBuy a {
            width: 100%;
            margin-left: 0;
        }

        .produktdetailStickyBar .productsPriceBuy p {
            position: absolute;
            left: 15px;
            bottom: 0;
        }

    .produktdetailDown {
        top: 290px;
        position: absolute;
    }

    .produktdetailUpR {
        padding-left: 0;
    }

    .prodetailUpRImg {
        width: 100%;
        padding-left: 90px;
        float: none;
    }

        .prodetailUpRImg img {
            left: 90px;
        }

    .prodtUpCont {
        float: none;
        padding: 0;
        width: 100%;
        padding-bottom: 0;
    }

    .prodtUpCent {
        margin-top: 0;
        padding-top: 15px;
    }

    .prodtUpCont .title {
        display: none;
    }

    .verCont .verScore {
        right: 35%;
    }

    .futSellPay #buttonOK {
        width: 100%;
        max-width: none;
    }
}

@media (max-width:360px) {
    .commBackKF > button > i, .commBackKF > a > i {
        display: none;
    }
}