@CHARSET "ISO-8859-1";


 
.newsindex .row
{
   margin-right: -10px;

margin-left: -10px;
}
.newsindex .img-responsive
{

}
.newsindex .re-content
{
   margin-top:5px;
    min-height: 170px;
}
.newsindex  .re-content .re-title
{
    font-weight: 700;
    color: #212121;
    margin-top:5px;
	/*white-space:nowrap;*/
    display: inline-table;
    width:100%;
    overflow:hidden;
	min-height:60px
}
.newsindex .text-content
{  
    margin-top:0px;
	/*margin-top:10px;*/
    font-size: 14px;
    min-height: 150px;
	/*min-height: 102px;*/
    color: #795548;
	/*color: #8a6d3b;*/
}
.newsindex .re-news-time
{
    padding-top: 0px;
    /*padding-top: 10px;*/
    text-align: right;
    color: #0000FF;
	/*color: #00c1de;*/
}

 
.newsindex .new-more
{
    display: inline-block;

    width: 100%;
    margin-top: 20px;

    text-align: center;
}
.newsindex .new-more .more
{
    font-size: 16px;
    padding: 5px 20px;
    color: #0000FF;
    border: 1px solid #0000FF;
}
.newsindex .new-more .more:hover
{
    color: #fff;
    background: #ffc107;
	/*background: #279ac5;*/
}

.guestbook-list .block-area .row
{
    overflow: hidden;
    margin: 0 10px;
    padding: 10px 10px;
    border-top: 1px solid #f5f5f5;
}
.guestbook-list .block-area .row .usname
{
    font-weight: bold;
    line-height: 20px;
    float: left;
    height: 20px;
    padding-right: 10px;
    padding-bottom: 10px;

    color: #000;
}
.guestbook-list .block-area .row .time
{
    font-size:16px;
    float: right;
}
.guestbook-list .block-area .row .content-guestbook {
 color:#484848;margin:5px 0px;
}
.guestbook-list .block-area .row .star-bottom {
 height:30px
}

.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: #FFF;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
}

.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: #FFF;
        position: absolute;
        left: 13px;
        cursor: pointer;
        z-index: 2;
    }

        .produktdetailUpL .imgBtn:hover {
            color: #0000FF;
        }

    .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 #d1d1d1;
        font-family: 'TitilliumWeb-Bold';
    }

.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%);
	aspect-ratio:16/25;
}

.prodtUpCent {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
}

    .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-family: 'TitilliumWeb-Bold';
            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;
            font-family: 'TitilliumWeb-Bold';
        }

            .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;
        font-family: 'TitilliumWeb-Bold';
        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;
            font-family: 'TitilliumWeb-Bold';
            margin-top: 6px;
            color: #FFF;
        }

.produktdetailDown {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px;
    background: #f3f3f3;
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: -4px;
    position: relative;
    z-index: 1;
}

    .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;
    }

        .produktdetailDown .proLogo img {
            max-width: 100%;
        }

    .produktdetailDown .proInfo {
        border-right: 1px solid #d1d1d1;
        border-left: 1px solid #d1d1d1;
        /*line-height: 16px;*/
        position: relative;
        width: 31%;
        min-height: 110px;
    }

        .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;
        }

        .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: #9a9a9a;
                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: 20px;
            }

            .produktdetailDown .proOther .proMoney .now {
                font-size: 36px;
                font-family: 'TitilliumWeb-Bold';
                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: #FFF;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
    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-style: italic;
        font-weight: bold;
        color: #9a9a9a;
        padding: 0 30px;
        border-right: 1px solid #d6d6d6;
        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 #d6d6d6;
        padding: 20px 15px;
        font-size: 16px;
        line-height: 24px;
        color: #212121;
        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: #25b4b1;
        height: 71px;
        border-bottom: 1px solid #FFF;
    }

    .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 #d6d6d6;
}

    .Verwandte .verTit {
        color: #25b4b1;
        font-size: 20px;
        text-transform: uppercase;
    }

    .Verwandte li {
        padding-top: 25px;
        border-bottom: 1px solid #d1d1d1;
        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: #212121;
    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: #0000FF;
    font-size: 20px;
    margin-top: -5px;
}

.verCont .verScore {
    font-size: 30px;
    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;
}

.wowPic {
    position: relative;
    margin-right: 5px;
    padding-right: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wowImg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-width: 20%;
}

.filterTop {
    padding: 15px 0;
    background: #5a5a5a;
    color: #FFF;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

    .filterTop:after {
        content: "";
        background: url(../images/sw.jpg) repeat-x bottom center;
        opacity: 0.33;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .filterTop .filterTopList, .filterHideTop .filterTopList {
        padding: 0 15px;
    }

    .filterTop div.filterBtn {
        float: right;
        top: 19px;
        margin-bottom: 30px !important;
    }

        .filterTop div.filterBtn button {
            height: 45px;
        }

.commFilterTop {
}

    .commFilterTop .row > div, .commFilterTop .row > form > div {
        margin-bottom: 10px;
    }

    .commFilterTop h4 {
        margin: 0;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .commFilterTop input {
        width: 100%;

height: 45px;

background: #FFF;

color: #212121;

padding: 0 10px;
border: 2px solid #ddd;

font-size: 16px;
border-radius: 0;
    }
    .commFilterTop select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        background: #FFF url(../images/down.svg) no-repeat right 10px center;
        background-size: 14px;
        color: #212121;
        padding: 5px 30px 5px 5px;
        width: 100%;
        height: 45px;
        border: 2px solid #ddd;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .commFilterTop select::-ms-expand {
            display: none;
        }

        .commFilterTop select option {
            color: #212121;
            font-size: 16px;
        }

.filterSign {
    height: 32px;
    line-height: 32px;
    background: #0000FF;
    font-size: 16px;
    margin: 15px;
    position: relative;
}

    .filterSign span {
        display: none;
    }

    .filterSign ul {
        font-size: 0;
        letter-spacing: -4px;
        word-spacing: -4px;
    }

    .filterSign li {
        font-size: 16px;
        letter-spacing: normal;
        word-spacing: normal;
        width: 3.5%;
        text-align: center;
        display: inline-block;
    }

        .filterSign li.active {
            cursor: pointer;
            color: #FFF;
        }

        .filterSign li.nactive {
            color: #9adfe2;
        }

        .filterSign li:first-child {
             
            color: #fff;
			/*color: #212121;*/
        }

        .filterSign li.active:hover {
            background-color: #9adfe2;
        }

.filterList {
    background: #FFF;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
    margin: 20px 0;
    overflow: hidden;
}

    .filterList .filterListUl li {
        padding: 40px 0 40px 8.5%;
        position: relative;
        overflow: hidden;
        border-bottom: 1px solid #e5e5e5;
    }

        .filterList .filterListUl li:first-child {
            border-top: 1px solid #e5e5e5;
        }

        .filterList .filterListUl li span {
            position: absolute;
            top: 5px;
            left: 15px;
            font-family: 'TitilliumWeb-Bold';
            font-size: 28px;
            font-weight:bold;
        }

        .filterList .filterListUl li a {
            width: 20%;
            font-size: 16px;
            color: #212121;
            display: inline-block;
            height: 40px;
            float: left;
        }

            .filterList .filterListUl li a:hover {
                color: #0000FF;
            }

.filterSeite {
    overflow: hidden;
}

.filterTopActive {
    margin-top: 15px;
}

    .filterTopActive li {
        float: left;
        background: #212121;
        padding: 5px 10px;
        color: #FFF;
        font-size: 12px;
        margin-right: 10px;
        margin-top: 5px;
        cursor: pointer;
    }

        .filterTopActive li i {
            margin-right: 5px;
        }

.proSeite select {
    width: 150px;
    padding: 0px 30px 0px 10px;
    height: 45px;
    border: 2px solid #ddd;
    float: left;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #FFF url(../images/down.svg) no-repeat right 10px center;
    background-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pager {
    float: right;
    margin: 0;
}

    .pager .pageBtn {
        font-size: 22px;
        width: 45px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        line-height: 45px;
    }

        .pager .pageBtn.cur {
            color: #d1d1d1;
        }

    .pager input {
        width: 60px;
        height: 45px;
        border: 2px solid #ddd;
        text-align: center;
    }

    .pager select {
        width: 70px;
        padding: 0px 30px 0px 10px;
        height: 45px;
        border: 2px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        background: #FFF url(../images/down.svg) no-repeat right 10px center;
        background-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

span.sortable {
    cursor: pointer;
}

    span.sortable i {
        margin-left: 5px;
    }

.fifa .fifaList {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
    margin-bottom: 30px;
    background: #FFF;
    padding: 15px;
    overflow: hidden;
    position: relative;
    transition: border .3s, box-shadow 0.3s;
}

    .fifa .fifaList:after {
        -webkit-animation: shine 20s ease-in-out infinite;
        -moz-animation: shine 20s ease-in-out infinite;
        -o-animation: shine 20s ease-in-out infinite;
        animation: shine 20s ease-in-out infinite;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
        content: "";
        position: absolute;
        top: -110%;
        left: -210%;
        width: 200%;
        height: 200%;
        transform: rotate(30deg);
        opacity: 0.8;
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%,rgba(255, 255, 255, 0.0) 76%,rgba(255, 255, 255, 0.13) 80%,rgba(255, 255, 255, 0.5) 92%,rgba(255, 255, 255, 0.0) 100%);
    }

@-webkit-keyframes shine {
    5% {
        top: -30%;
        left: -30%;
    }

    6%, 100% {
        top: 110%;
        left: 210%;
    }
}

@-moz-keyframes shine {
    5% {
        top: -30%;
        left: -30%;
    }

    6%, 100% {
        top: 110%;
        left: 210%;
    }
}

@-o-keyframes shine {
    5% {
        top: -30%;
        left: -30%;
    }

    6%, 100% {
        top: 110%;
        left: 210%;
    }
}

@keyframes shine {
    5% {
        top: -30%;
        left: -30%;
    }

    6%, 100% {
        top: 110%;
        left: 210%;
    }
}

.fifa .fifaList:hover {
    border: 1px solid rgba(82,201,204,0.8);
    box-shadow: 0 0 5px #52c9cc;
}

.fifa .fifaList a {
    display: block;
    color: #212121;
}

.fifaList .fifaImg {
    width: 100%;
    height: 80px;
    position: relative;
}

    .fifaList .fifaImg img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }

.fifaList .fifaName {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wowList {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
    background: #FFF;
    margin-bottom: 30px;
    overflow: hidden;
}

    .wowList li {
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 10px;
    }

        .wowList li:last-child {
            border-bottom: none;
        }

        .wowList li a {
            display: block;
            color: #212121;
            font-size: 0;
            letter-spacing: -4px;
            word-spacing: -4px;
        }

            .wowList li a > div {
                display: inline-block;
                font-size: 16px;
                vertical-align: middle;
                letter-spacing: normal;
                word-spacing: normal;
            }

        .wowList li .wowL {
            width: 75%;
        }

        .wowList li .wowR {
            width: 20%;
            margin-left: 5%;
        }

        .wowList li .wowL .name {
            color: #212121;
            font-weight: bold;
            margin-bottom: 10px;
            font-size: 16px;
        }

        .wowList li .wowL p {
            font-size: 14px;
            color: rgb(154,154,154);
        }

.wowCont {
    overflow-x: hidden;
}

    .wowCont .wowTitle {
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        background: #f4f4f4;
        border-bottom: 1px solid #ddd;
    }

    .wowCont p {
        margin: 20px 15px;
    }

    .wowCont img {
        max-width: 100%;
        height: auto;
    }

.proListTitle {
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    font-size: 18px;
    color: #9a9a9a;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
}

    .proListTitle span {
        display: block;
        float: left;
        text-align: center;
    }

        .proListTitle span:nth-child(1) {
            width: 50%;
            text-align: left;
        }

        .proListTitle span:nth-child(2) {
            width: 15%;
        }

        .proListTitle span:nth-child(3) {
            width: 15%;
        }

.prodkList {
    padding: 15px;
    border-bottom: 1px solid #d6d6d6;
}

    .prodkList:last-child {
        border-bottom: none;
    }

    .prodkList a {
        color: #212121;
    }

        .prodkList a:hover {
        }

    .prodkList ul {
        font-size: 0;
        letter-spacing: -4px;
        word-spacing: -4px;
    }

    .prodkList li {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
        word-spacing: normal;
    }

        .prodkList li:nth-child(1) {
            width: 8%;
        }

        .prodkList li:nth-child(2) {
            width: 42%;
        }

        .prodkList li:nth-child(3) {
            width: 15%;
            text-align: center;
        }

        .prodkList li:nth-child(4) {
            width: 15%;
            text-align: center;
        }

        .prodkList li:nth-child(5) {
            width: 20%;
        }

    .prodkList .prodkName1 {
        font-weight: 600;
        color: #212121;
    }

        .prodkList .prodkName1:hover {
            text-decoration: underline !important;
        }

    .prodkList li .time {
        color: #0000FF;
    }

    .prodkList li .price del {
        font-size: 12px;
        color: #9a9a9a;
    }

    .prodkList li .price p {
        font-size: 20px;
    }

.prodkSeite {
    margin: -20px 0 40px;
}

.futFifa {
    margin-top: 30px;
}

.darkAge {
    padding: 20px 0;
}

    .darkAge a {
        display: block;
        color: #212121;
        font-size: 18px;
        text-decoration: underline !important;
        text-align: center;
        line-height: 36px;
    }

        .darkAge a:hover {
            color: #0000FF;
        }

.filterHideTop {
    width: 100%;
    background: #212121;
    padding: 15px 0;
    overflow: hidden;
    color: #FFF;
}

.ftHdTopL {
    background: #0000FF;
    height: 45px;
    line-height: 45px;
    padding: 0 5px;
    cursor: pointer;
}

    .ftHdTopL.m {
        margin-top: 18px;
    }

    .ftHdTopL i {
        font-size: 16px;
        margin-right: 5px;
    }

    .ftHdTopL .fa-minus {
        display: none;
    }

    .ftHdTopL .fa-filter {
        float: right;
        line-height: 45px;
    }

    .ftHdTopL.cur .fa-minus {
        display: inline-block;
    }

    .ftHdTopL.cur .fa-plus {
        display: none;
    }

.ftHdTopR .row > div {
    float: right;
}

.proListTop {
    margin-top: 30px;
}

.futPs4 {
    margin: 20px auto;
}

.futPsTabHd {
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    font-size: 18px;
    color: #9a9a9a;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

    .futPsTabHd span {
        display: inline-block;
        text-align: center;
        float: left;
    }

        .futPsTabHd span:first-child {
            width: 70%;
            text-align: left;
        }

        .futPsTabHd span:nth-child(2) {
            width: 15%;
        }

        .futPsTabHd span:last-child {
            width: 15%;
            margin-right: 15%;
        }
.futSpecialHd {
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    font-size: 18px;
    color: #9a9a9a;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

    .futSpecialHd span {
        display: inline-block;
        text-align: center;
        float: left;
    }

        .futSpecialHd span:first-child {
            width: 55%;
            text-align: left;
        }

        .futSpecialHd span:nth-child(2) {
            width: 15%;
        }

        .futSpecialHd span:last-child {
            width: 15%;
            margin-right: 15%;
        }

.futPsBody li.futPsListItem {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    position: relative;
}

    .futPsBody li.futPsListItem:last-child {
        border-bottom: none;
    }

.futPsBody li > div {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    text-align: center;
}

.futPsBody .futPsName {
    width: 70%;
    text-align: left;
}

.futPsBody .futPsTime span:first-child {
    display: none;
}

.futPsBody .futPsTime span.poa {
    color: #9a9a9a;
}

.futPsBody li .futPsPrice {
    color: #0000FF;
    font-size: 18px;
}

    .futPsBody li .futPsPrice del {
        display: block;
        color: #acacac;
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
    }

.futPsBody .futPsName a, .futPsBody .futPsName span {
    font-weight: 600;
    color: #212121;
}

    .futPsBody .futPsName a:hover {
    }

.futMask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: none;
}

.futCont {
    width: 90%;
    max-width: 1170px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #FFF;
    border: 2px solid #52c9cc;
    padding: 10px 20px;
    border-radius: 5px;
}

.futTit {
    color: #0000FF;
    border-bottom: 1px dotted #52c9cc;
}

.futRadio label {
    font-weight: normal;
    padding: 10px 0;
    line-height: 30px;
}

.futRadio input {
    outline: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    width: 18px;
    height: 18px;
    background: #FFF;
    border-radius: 100%;
    border: 1px solid #9a9a9a;
    float: left;
    margin-top: 6px;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}

    .futRadio input:checked {
        border: 1px solid #52c9cc;
    }

        .futRadio input:checked::after {
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 100%;
            background: #0000FF;
            position: absolute;
            top: 3px;
            left: 3px;
        }

.futCent {
    border: 1px solid #52c9cc;
    background: rgba(82,201,204,0.2);
    padding: 0 15px;
}

    .futCent p {
        margin: 10px 0;
    }

        .futCent p span {
            color: #F00;
        }

.futPrice {
    margin: 20px 0;
}

.futPriceInput {
    font-size: 0px;
    margin: 10px 0;
    position: relative;
}

    .futPriceInput > span {
        font-size: 16px;
        vertical-align: middle;
    }

    .futPriceInput > em, .futPriceInput .inputRequirement {
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        margin: 5px 10px 0 0;
        color: #F00;
        display: inline-block;
        line-height: normal;
    }

    .futPriceInput .futName {
        width: 30%;
        text-align: right;
        display: inline-block;
    }
     .futPriceInput .futtile {
       margin:0 2%;
       font-weight:bold;
    }
    .futPriceInput .futInput {
        display: inline-block;
        width: 35%;
        height: 36px;
        line-height: 36px;
        border: 1px solid #dddddd;
        margin: 0 2%;
        padding: 0 10px;
        cursor: pointer;
    }

    .futPriceInput .futInputPrice {
        font-size: 14px;
        display: inline;
        width: 60%;
        height: 36px;
        border: 1px solid #dddddd;
        margin: 0 2%;
        padding: 0 10px;
        vertical-align: middle;
    }

    .futPriceInput .commValHelp .commTip {
        top: initial;
        bottom: -28px;
    }

        .futPriceInput .commValHelp .commTip:before {
            top: initial;
            bottom: 28px;
        }

        .futPriceInput .commValHelp .commTip:after {
            top: initial;
            bottom: 31px;
        }

    .futPriceInput .commTipText img {
        display: block;
        margin: 5px auto;
    }

    .futPriceInput .futList {
        width: 35%;
        background: #FFF;
        border: 1px solid #9b9b9b;
        position: absolute;
        left: 32%;
        bottom: 40px;
        max-height: 240px;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
    }

        .futPriceInput .futList li {
            height: 40px;
            width: 100%;
            position: relative;
            cursor: pointer;
            font-size: 14px;
        }

            .futPriceInput .futList li:nth-child(even) {
                background: #f0f0f0;
            }

            .futPriceInput .futList li:hover {
                background: rgba(81,201,204,0.3);
            }

            .futPriceInput .futList li .futCard img {
                width: 25px;
                height: 35px;
                position: absolute;
                top: 2px;
                left: 1px;
            }

            .futPriceInput .futList li .futImg img {
                height: 35px;
                position: absolute;
                bottom: 1px;
                right: 22px;
            }

            .futPriceInput .futList li .futBadge img {
                width: 15px;
                position: absolute;
                right: 4px;
                top: 5px;
            }

            .futPriceInput .futList li .futNative img {
                position: absolute;
                right: 2px;
                width: 19px;
                bottom: 5px;
            }

            .futPriceInput .futList li .futName2, .futPriceInput .futList li .futBin {
                padding-left: 30px;
                display: block;
                line-height: 20px;
            }

            .futPriceInput .futList li .futRating {
                position: absolute;
                left: 1px;
                top: 18px;
                width: 25px;
                text-align: center;
                color: #fff;
                font-weight: bold;
                font-size: 12px;
            }

.futMask .futClose {
    width: 90%;
    max-width: 1170px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #FFF;
    z-index: 1;
}

    .futMask .futClose i {
        width: 36px;
        height: 36px;
        background: #FFF;
        border: 2px solid #52c9cc;
        border-radius: 100%;
        text-align: center;
        line-height: 32px;
        position: absolute;
        right: -18px;
        top: -18px;
        cursor: pointer;
        z-index: 10px;
    }

.bestList .prodkList li:nth-child(1) {
    width: 15%;
}

.bestList .prodkList .proImg img {
    width: 100%;
    padding-right: 20px;
}

.bestList .prodkList li:nth-child(2) {
    width: 50%;
}

.bestList .prodkList li:nth-child(4) {
    width: 20%;
}

.bestList .prodkList .prodkName p {
    font-family: "Titillium Web";
    color: rgb(154,154,154);
    margin: 10px 0;
}

.bestList .prodkList .prodkName span {
    font-family: "Titillium Web";
    color: #0000FF;
}

.bestList .prodkList li .price p {
    color: #0000FF;
}

.bestList .prodkList .proImg {
    position: relative;
    display: block;
}

    .bestList .prodkList .proImg .rabatt, .bestList .prodkList .proImg .rabattt {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background: #0000FF;
        text-align: center;
        line-height: 60px;
        color: #FFF;
        position: absolute;
        font-size: 22px;
        box-shadow: 0 0 5px #717171;
    }

    .bestList .prodkList .proImg .rabatt {
        right: 20px;
        bottom: 0;
    }

    .bestList .prodkList .proImg .rabattt {
        right: 10px;
        bottom: -5px;
    }

.bestSwiper .rabatt {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #0000FF;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    float: right;
    margin-top: -50px;
    z-index: 5;
    position: relative;
    font-size: 20px;
    box-shadow: 0 0 5px #717171;
}

.bestSwiper .commSwiper .itemGame {
    height: 40px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.futSellSpeed li {
    width: 24%;
}

.futSellList {
    overflow: hidden;
}

    .futSellList ul {
        font-size: 0;
    }

    .futSellList li {
        border-bottom: 1px solid #d6d6d6;
        padding: 10px 0;
        position: relative;
    }

        .futSellList li label {
            display: block;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: normal;
            cursor: pointer;
        }

            .futSellList li label > div {
                display: inline-block;
                vertical-align: middle;
            }

    .futSellList .futSellImg {
        width: 15%;
        text-align: center;
    }

        .futSellList .futSellImg img {
            max-width: 100%;
        }

    .futSellList .futSellName {
        width: 80%;
    }

        .futSellList .futSellName p {
            margin-bottom: 10px;
            color: #9b9b9b;
        }

        .futSellList .futSellName .futSellT {
            color: #212121;
        }

    .futSellList .futSellInput {
        float: right;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -9px;
    }

        .futSellList .futSellInput input {
            margin-top: 0;
            margin-right: 15px;
        }

    .futSellList .commKFRight {
        margin: 30px 10px 20px;
    }

.apiAccess {
    margin: 10px 20px;
    display: inline-block;
    color: #0000FF;
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 14px;
}

.futSellCont {
    padding: 20px;
}

.commVideo {
    max-width: 600px;
    margin: 20px auto;
}

    .commVideo p {
        width: 90%;
        height: 0;
        padding-bottom: 51%;
        position: relative;
        margin: 0 auto;
    }

    .commVideo iframe {
        position: absolute;
        top: 0;
    }

.futMaskCont {
    width: 90%;
    max-width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: #FFF;
    border: 2px solid #52c9cc;
    padding: 10px 20px;
    border-radius: 5px;
}

.futSellClose {
    width: 36px;
    height: 36px;
    background: #FFF;
    border: 2px solid #52c9cc;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: -18px;
    top: -18px;
    cursor: pointer;
    z-index: 10px;
}

.futMaskCont p {
    margin-bottom: 10px;
}

.futSellPay {
    padding: 20px;
    overflow: hidden;
}

    .futSellPay .commError {
        margin: 0;
    }

    .futSellPay li {
        font-size: 0;
        letter-spacing: -4px;
        word-spacing: -4px;
    }

    .futSellPay li {
        padding: 10px 0;
    }

        .futSellPay li > div {
            font-size: 16px;
            letter-spacing: normal;
            word-spacing: normal;
            display: inline-block;
            vertical-align: middle;
        }

        .futSellPay li .futSellPayL {
            width: 30%;
            text-align: right;
            padding-right: 5%;
        }

            .futSellPay li .futSellPayL img {
                max-height: 50px;
            }

        .futSellPay li .futSellPayR {
            width: 70%;
        }

            .futSellPay li .futSellPayR em {
                margin-left: 10px;
                color: #F00;
                vertical-align: middle;
            }

            .futSellPay li .futSellPayR select {
                width: 50%;
                padding: 0px 30px 0px 10px;
                height: 40px;
                border: 1px solid #ddd;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                -o-appearance: none;
                background: #FFF url(../images/down.svg) no-repeat right 10px center;
                background-size: 14px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .futSellPay .range {
        width: 80%;
    }

.futSPpay {
    color: #0000FF;
}

.futSellPay li .futSellPayR input {
    width: 50%;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ddd;
}

.futSellPay .prompt {
    color: #F00;
    text-align: center;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
}

.futSellPay .coinPaymentContainer {
    overflow: hidden;
}

.futSellPay .PayPal {
    display: none;
}

.acceptTerm {
    text-align: right;
    font-size: 14px;
    margin-top: 5px;
}

    .acceptTerm a {
    }

.futSellHeading {
    font-family: 'TitilliumWeb-Bold';
    margin-top: 20px;
}

.futSellPay #timeRemainingDays, .futSellPay #timeRemainingHours, .futSellPay #timeRemainingMinutes {
    display: none;
}

.futSellPay .progress {
    margin: 20px 0 0;
}

.wowItemTable {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
    background: #FFF;
    margin: 30px 0;
    overflow: hidden;
}

.wowTabTop {
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    font-size: 18px;
    color: #3F51B5;
	/*color: #9a9a9a;*/
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

    .wowTabTop span {
        display: inline-block;
        text-align: center;
        float: left;
    }

        .wowTabTop span:first-child {
            width: 53%;
        }

        .wowTabTop span:nth-child(2) {
            width: 18%;
        }

        .wowTabTop span:last-child {
            width: 14%;
            margin-right: 15%;
        }

.wowItemTable li {
    /*font-size: 0;*/
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.wowItemTable li:hover {
    background-color:#F7F7F7;
}

    .wowItemTable li:last-child {
        border-bottom: none;
    }

    .wowItemTable li > div {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

.wowItemTable .wowItemImg {
    width: 7%;
    padding-right: 15px;
    /*height: 50px;*/
    position: relative;
}

    .wowItemTable .wowItemImg a {
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
    }

    .wowItemTable .wowItemImg .stattrak {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 20px;
    }

.wowItemTable .wowItemCont {
    width: 46%;
    position: relative;
}

    .wowItemTable .wowItemCont .stattrak {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
    }
.wowItemTable .wowPowerCont {
    width: 53%;
    position: relative;
}

    .wowItemTable .wowPowerCont .stattrak {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
    }

.wowItemTable .wowoItemTime {
    width: 18%;
    text-align: center;
}
.wowItemTable .wowPoweTime {
    width: 17%;
    text-align: center;
}


    .wowItemTable .wowoItemTime span:first-child {
        display: none;
    }
        .wowItemTable .wowPoweTime span:first-child {
        display: none;
    }

.wowItemTable .wowItemCont a {
    font-weight: 600;
    color: #212121;
}

.wowItemTable .wowItemCont a:hover {
        color: #0000FF;
    }
.wowItemTable .wowItemCont h4 {
    font-weight: 600;
    color: #212121;
    cursor:pointer;
}

.wowItemTable .wowItemCont h4:hover {
        color: #0000FF;
}

.wowItemTable .wowPowerCont a {
    font-weight: 600;
    color: #212121;
}

.wowItemTable .wowPowerCont a:hover {
        color: #0000FF;
    }
.wowItemTable .wowPowerCont h4 {
    font-weight: 600;
    color: #212121;
}
.wowItemTable .wowPowerCont img {
    margin-right:5px;
	width:40px;
	height:40px;
}
.wowItemTable .wowPowerCont h4:hover {
        color: #0000FF;
}

.wowItemTable .wowItemPrice {
    width: 16%;
    text-align: center;
    font-size: 20px;
    color: #0000FF;
}

    .wowItemTable .wowItemPrice del {
        display: block;
        color: #acacac;
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
    }

    .wowItemTable .wowPowerPrice {
    width: 16%;
    text-align: center;
    font-size: 20px;
    color: #0000FF;
}

    .wowItemTable .wowPowerPrice del {
        display: block;
        color: #acacac;
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
    }

.wowItemTable .wowItemBtn {
    width: 13%;
    text-align: right;
}

    .wowItemTable .wowItemBtn button {
        max-width: 200px;
    }

.wowItemTable .wowItemImg img {
    width: 100%;
    max-height:60px;
	aspect-ratio:1/1
}

.wowItemRelatedProduct {
    display: inline-block;
    font-size: 18px;
    margin-top: 30px;
}

    .wowItemRelatedProduct i {
        margin-right: 5px;
    }

.keyTable {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
    background: #FFF;
    margin: 30px 0;
    overflow: hidden;
}

.keyTabTop {
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    font-size: 18px;
    color: #3F51B5;
	/*color: #9a9a9a;*/
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

    .keyTabTop span {
        display: inline-block;
        text-align: center;
        float: left;
    }

        .keyTabTop span:first-child {
            width: 53%;
        }

        .keyTabTop span:nth-child(2) {
            width: 16%;
        }

        .keyTabTop span:nth-child(3) {
            width: 16%;
            margin-right: 15%;
        }

.keyTable li {
    font-size: 0;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .keyTable li:last-child {
        border-bottom: none;
    }

    .keyTable li > div {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

.keyTable .keyImg {
    width: 12%;
    padding-right: 15px;
    height: 120px;
}

    .keyTable .keyImg a {
        display: block;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left center;
    }

.keyTable .keyCont {
    width: 41%;
    overflow: hidden;
}

.keyTable .keyTime {
    width: 16%;
    text-align: center;
}

    .keyTable .keyTime span {
        display: none;
    }

.keyTable .keyCont > a {
    font-weight: 600;
    color: #212121;
}

    .keyTable .keyCont > a:hover {
        color: #0000FF;
    }

.keyTable .keyPrice {
    width: 16%;
    text-align: center;
    font-size: 18px;
    color: #0000FF;
    font-size: 22px;
}

    .keyTable .keyPrice del {
        display: block;
        color: #acacac;
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
    }

.keyTable .keyBtn {
    width: 15%;
    text-align: right;
}

    .keyTable .keyBtn button {
        max-width: 200px;
    }

.keyTable .keyImg img {
    width: 100%;
    max-height: 100%;
}

.keyMoreMsgTit {
    color: #9a9a9a;
}

    .keyMoreMsgTit:hover {
        cursor: pointer;
    }

    .keyMoreMsgTit i {
        margin-right: 5px;
    }

.keyMoreMsgCont {
    display: none;
    font-size: 14px;
}

    .keyMoreMsgCont p {
        margin: 10px;
    }

.futCont .colorRed {
    color: #F00;
    display: block;
}

.futPriceInput select {
    font-size: 14px;
    display: inline;
    width: 35%;
    height: 36px;
    border: 1px solid #9b9b9b;
    margin: 0 2%;
    padding: 0px 30px 0px 10px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #FFF url(../images/down.svg) no-repeat right 10px center;
    background-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.futPsTable .wowPowSet {
    margin: 10px 0;
}

    .futPsTable .wowPowSet select {
        width: 70px;
        padding: 0px 30px 0px 10px;
        border: 2px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        background: #FFF url(../images/down.svg) no-repeat right 5px center;
        background-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .futPsTable .wowPowSet > i {
        margin: 0 10px;
    }

.wowPowerTable .futPsTabHd span:last-child {
    margin-right: 30%;
}

.wowPowerTable .futPsBody .futPsPrice {
    color: #0000FF;
    font-size: 20px;
}

    .wowPowerTable .futPsBody .futPsPrice del {
        display: block;
        color: #acacac;
        font-size: 14px;
        line-height: normal;
        font-weight: normal;
    }

    .wowPowerTable .futPsBody .futPsPrice em {
        display: block;
        font-style: normal;
        line-height: normal;
        color: #212121;
        font-size: 14px;
        font-weight: normal;
    }

.wowPowerTable .futPsBody .futPsBtn {
    width: 30%;
}

    .wowPowerTable .futPsBody .futPsBtn button {
        float: right;
        max-width: 200px;
    }

.wowPowerTable .futPsBody .futPsName a:hover {
    color: #0000FF;
}

.futMoreMsgTit {
    color: #9a9a9a;
}

    .futMoreMsgTit:hover {
        cursor: pointer;
    }

    .futMoreMsgTit i {
        margin-right: 5px;
    }

.futMoreMsgCont {
    display: none;
    font-size: 14px;
}

    .futMoreMsgCont p {
        margin: 10px;
    }

.futOtherProduct {
    color: #9a9a9a;
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    word-spacing: normal;
}

    .futOtherProduct i {
        margin-right: 5px;
    }

    .futOtherProduct:hover {
        color: #0000FF;
    }

.guildTit {
    padding: 15px;
}

    .guildTit p {
        margin-bottom: 10px;
    }

    .guildTit a {
        text-decoration: underline !important;
        color: #212121;
    }

.gdTitle {
    overflow: hidden;
    padding: 14px 15px;
    font-weight: 600;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
}

    .gdTitle a {
        color: #212121;
    }

        .gdTitle a:hover {
            text-decoration: underline !important;
        }

        .gdTitle a:last-child {
            float: right;
        }

.gdList {
    padding: 15px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    overflow: hidden;
    text-align: center;
    text-align: left;
    background: url(../images/levelservice.gif) no-repeat right bottom;
    background-size: auto 80%;
}

    .gdList li {
        margin-bottom: 10px;
        padding-left: 25px;
    }

        .gdList li i {
            color: #8f8f8f;
            margin-left: -25px;
        }

    .gdList a {
        color: #212121;
        padding-left: 10px;
    }

        .gdList a:hover {
            text-decoration: underline !important;
        }

    .gdList span {
        color: #9b9b9b;
    }

.dealList .prodkName1:hover {
    text-decoration: none !important;
}

.dealTop {
    margin: 20px 0;
    padding: 15px;
}

.dealTopImg img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

.dealTopContent {
    font-size: 14px;
    vertical-align: middle;
}

    .dealTopContent p {
        margin: 10px 0;
    }

    .dealTopContent img {
        max-width: 150px;
    }

    .dealTopContent a {
        color: #0000FF;
        margin-top: 5px;
    }

.dealSletter {
    overflow: hidden;
}

    .dealSletter p {
        text-align: center;
        margin-bottom: 10px;
    }

        .dealSletter p span {
            font-weight: 600;
            margin-right: 10px;
        }

    .dealSletter .dealInput {
        width: 40%;
        float: left;
        margin: 10px 0;
    }

        .dealSletter .dealInput input {
            width: 50%;
            height: 34px;
            border: 1px solid #ddd;
            padding: 0 5px;
            margin-left: 5%;
        }

    .dealSletter button {
        width: 20%;
        float: right;
        margin: 10px 0;
    }

.dealTopTit {
    height: 60px;
    line-height: 60px;
    background: #f4f4f4;
    font-size: 18px;
    color: #f00;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
}

    .dealTopTit img {
        max-height: 50px;
        margin-right: 10px;
        vertical-align: middle;
        display: inline-block;
        margin-top: -4px;
    }

    .dealTopTit span {
        color: #212121;
        font-size: 16px;
        margin-left: 5px;
    }

.dealList .click_more {
    cursor: pointer;
}

.dealMask .futClose {
    top: 10%;
}

.dealMask .futCont {
    top: 10%;
    max-height: 80%;
    overflow: auto;
}

.bigDealList .prodkList .proImg p {
    background: #ee7f00;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
}

.bigDealList .prodkList li:nth-child(1) {
    width: 20%;
}

.bigDealList .prodkList li:nth-child(2) {
    width: 45%;
}

.bigDealList .prodkList li.bigProdkName {
    width: 80%;
}

.bigDealList .bigProdkName p {
    color: rgb(154,154,154);
    margin: 10px 0;
}

.bigDealList .bigProdkName .dealInput {
    margin: 10px 0;
}

    .bigDealList .bigProdkName .dealInput span {
        display: inline-block;
        width: 20%;
        text-align: right;
        vertical-align: middle;
        font-size: 14px;
    }

    .bigDealList .bigProdkName .dealInput input {
        border: 1px solid #d4d4d4;
        height: 34px;
        margin: 0 10px;
        padding: 0 10px;
        width: 50%;
    }

        .bigDealList .bigProdkName .dealInput input[type="checkbox"] {
            width: 20px;
            height: 20px;
        }

    .bigDealList .bigProdkName .dealInput em {
        color: #f00;
    }

.enclave_key {
    background: rgba(81,201,204,0.2);
    border: 1px solid #52c9cc;
    padding: 5px;
    margin: 5px 0;
}

.productOptionsContainerTitlebar {
    text-align: left;
}

    .productOptionsContainerTitlebar h1 {
        margin-top: 0px;
        font-size: 32px;
    }

        .productOptionsContainerTitlebar h1 span {
            color: #9a9a9a;
        }

.productOptionsContainerContent {
    text-align: left;
}

    .productOptionsContainerContent .futRadio {
        display: inline-block;
        margin-left: 30px;
    }

        .productOptionsContainerContent .futRadio:first-child {
            margin-left: 0;
        }

    .productOptionsContainerContent .commBackKF {
        margin: 30px 0 10px;
    }

#playerListContainer {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #dddddd;
    height: 0px;
    z-index: 1100;
}

    #playerListContainer ul {
        list-style-type: none;
        width: 100%;
    }

        #playerListContainer ul li {
            cursor: pointer;
            height: 40px;
            width: 100%;
            position: relative;
        }

            #playerListContainer ul li span {
                color: #063a52;
            }

    #playerListContainer .selectedPlayer {
        background-color: #063a52;
    }

        #playerListContainer .selectedPlayer span {
            color: #fff;
        }

    #playerListContainer .playerID {
        display: none;
    }

    #playerListContainer .playerImage, #playerListContainer .playerImagev2 {
        position: absolute;
        height: 35px;
        bottom: 1px;
    }

    #playerListContainer .playerImage {
        right: 5px;
    }

    #playerListContainer .playerImagev2 {
        right: 25px;
    }

        #playerListContainer .playerImage img, #playerListContainer .playerImagev2 img {
            height: 100%;
        }

    #playerListContainer .playerName, #playerListContainer .playerNamev2 {
        display: block;
        padding-top: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        line-height: 14px;
    }

    #playerListContainer .playerName {
        padding-left: 5px;
        width: 220px;
    }

    #playerListContainer .playerNamev2 {
        padding-left: 30px;
        width: 180px;
    }

    #playerListContainer .playerNation {
        height: 12px;
        padding-top: 3px;
        padding-left: 5px;
        float: left;
    }

    #playerListContainer .playerNationv2 {
        position: absolute;
        right: 2px;
        width: 19px;
        bottom: 5px;
    }

    #playerListContainer .playerNation img {
        height: 100%;
        vertical-align: top;
    }

    #playerListContainer .playerNationv2 img {
        width: 100%;
        vertical-align: bottom;
    }

    #playerListContainer .playerRating {
        display: inline-block;
        float: left;
        padding-top: 2px;
        margin-left: 2px;
        font-size: 9px;
    }

    #playerListContainer .playerRatingv2 {
        position: absolute;
        left: 1px;
        top: 20px;
        width: 25px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 10px;
    }

    #playerListContainer .playerCard {
        position: absolute;
        left: 1px;
        top: 2px;
        height: 35px;
        width: 25px;
    }

        #playerListContainer .playerCard img {
            height: 100%;
        }

    #playerListContainer .playerBadge {
        position: absolute;
        right: 4px;
        width: 15px;
        top: 5px;
    }

        #playerListContainer .playerBadge img {
            width: 100%;
            vertical-align: top;
        }

    #playerListContainer .playerBin {
        display: block;
        padding-left: 28px;
        margin-left: 2px;
        font-size: 12px;
        line-height: 12px;
        margin-top: 2px;
    }

#buttonResetPlayerMatch {
    cursor: pointer;
    display: none;
    text-align: center;
    font-size: 16px;
    margin-left: -40px;
    margin-right: 28px;
    width: 12px;
    overflow: hidden;
    vertical-align: middle;
}

#selectedPlayersListContainer {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}

    #selectedPlayersListContainer table {
        border: 1px solid #d6d6d6;
        background: #FFF;
        width: 100%;
        margin: 0 auto;
        border-collapse: collapse;
    }

        #selectedPlayersListContainer table th, #selectedPlayersListContainer table td {
            padding: 5px;
            text-align: center;
        }

        #selectedPlayersListContainer table th {
            background: #f4f4f4;
            border-bottom: 1px solid #ddd;
            line-height: 40px;
        }

        #selectedPlayersListContainer table td {
            border-bottom: 1px solid #ddd;
        }

.paypalCheckOutButton {
    display: inline-block;
    width: 100%;
}

.paypalCheckOutButtonContainer {
    background-color: #ffc439;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: 2px 6px;
    cursor: pointer;
    border: 1px solid #de931c;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffdc88;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffdc88;
    box-shadow: inset 0px 1px 0px 0px #ffdc88;
    width: 100%;
    min-height: 32px;
    text-align: center;
}

    .paypalCheckOutButtonContainer img {
        display: inline-block;
        max-height: 70%;
        max-width: 39%;
        margin-top: 4px;
        margin-left: 4px;
    }

    .paypalCheckOutButtonContainer span {
        font-family: "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
        color: #333;
        text-shadow: 0 1px 0 #ffdc88;
        display: inline-block;
        white-space: nowrap;
        position: relative;
        font-weight: bold;
        font-size: 10px;
    }

#paypalCheckoutOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0,0,0,0.6) 1%, rgba(0,0,0,0.8) 100%);
    z-index: 500;
    display: none;
}

    #paypalCheckoutOverlay #paypalCheckoutOverlayBox {
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        width: 350px;
        top: 50%;
        left: 50%;
        position: fixed;
        margin-left: -165px;
        margin-top: -50px;
    }

        #paypalCheckoutOverlay #paypalCheckoutOverlayBox #paypalCheckoutOverlayBoxLogo {
            background: url('../images/paypal_express_overlay.png') no-repeat center;
            width: 132px;
            height: 36px;
            display: inline-block;
        }

        #paypalCheckoutOverlay #paypalCheckoutOverlayBox #paypalCheckoutOverlayBoxButton {
            font-family: "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", helvetica, arial, sans-serif;
            color: #fff;
            font-size: 15px;
            line-height: 1.35;
            padding: 10px 0;
            text-decoration: underline;
            font-weight: bold;
            cursor: pointer;
        }

.accounSell {
    margin: 20px 0;
}

.acSell_disabled {
    background: #f5f5f5;
    position: relative;
}

    .acSell_disabled:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255,255,255,0.5);
        cursor: not-allowed;
    }

    .acSell_disabled label {
        cursor: not-allowed;
    }

.acuSellTit {
    padding: 10px 0;
}

.acSell {
    margin: 20px 0;
    padding: 0 15px 15px;
    overflow: hidden;
}

    .acSell .eyePsdShow i {
        width: 40px;
        height: 40px;
        margin-left: -40px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        line-height: 38px;
        cursor: pointer;
    }

        .acSell .eyePsdShow i.psdHide {
            display: none;
        }

        .acSell .eyePsdShow i.cur {
            display: inline-block;
        }

.steamMarketForm {
    overflow: hidden;
}

    .steamMarketForm .wowItemTable {
        margin: 0;
        box-shadow: unset;
    }

        .steamMarketForm .wowItemTable li u {
            border-bottom: 1px dashed #333;
            text-decoration: none;
            cursor: help;
        }

    .steamMarketForm .affdeInfoList .affdeInfoListExmpl {
        color: #9a9a9a;
        text-align: center;
        font-family: 'TitilliumWeb-ThinItalic';
    }

    .steamMarketForm #steamMarketItemTable {
        margin-top: 0 !important;
        border: 0;
        box-shadow: none;
    }

    .steamMarketForm .steamMarketItemTableInventory .wowItemCont {
        width: 78%;
    }

    .steamMarketForm .steamMarketItemTableLastUpdt {
        padding: 5px;
        text-align: right;
    }

        .steamMarketForm .steamMarketItemTableLastUpdt .commButton {
            max-width: 200px;
        }

    .steamMarketForm .steamMarketSellForm, .steamMarketForm .steamMarketListingUpdateForm, .steamMarketForm .steamMarketSaleUpdateForm {
        display: none;
    }

    .steamMarketForm .commInputStyle > span:nth-of-type(2) {
        width: 57%;
        float: right;
        right: 0;
        left: auto;
        text-align: left;
    }

.steamMarketSaleUpdateForm .saleComment {
    display: none;
}

.steamMarketSellForm .sellErrorContainer, .steamMarketListingUpdateForm .updateErrorContainer, .steamMarketSaleUpdateForm .updateErrorContainer {
    display: none;
}

    .steamMarketSellForm .sellErrorContainer > span, .steamMarketListingUpdateForm .updateErrorContainer > span, .steamMarketSaleUpdateForm .updateErrorContainer > span {
        display: none;
    }

.steamMarketForm .loginSteam {
    text-align: center;
}

    .steamMarketForm .loginSteam a {
        display: inline-block;
    }

.steamMarketForm .filterTop {
    position: static;
    padding: 0px;
    background: #fff;
    color: #333;
}

    .steamMarketForm .filterTop:after {
        position: static;
        background: none;
    }

.steamMarketForm .wowItemTable .wowoItemTime i {
    font-style: normal;
    font-size: 12px;
    background-color: #212121;
    color: #fff;
    padding: 0 5px;
    line-height: 12px;
}

.cookieAccept {
    position: relative;
}

    .cookieAccept > div {
        position: fixed;
        bottom: 0;
        z-index: 10000;
        background: #212121;
        color: #fff;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        padding: 10px;
        font-size: 14px;
    }

    .cookieAccept span {
        float: left;
        width: 90%;
    }

    .cookieAccept button {
        border: 1px solid #ddd;
        width: 10%;
        padding: 5px;
        font-size: 12px;
        line-height: 14px;
        cursor: pointer;
        background: #000;
        color: #fff;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .cookieAccept button:hover {
            background: #666;
        }

    .cookieAccept a {
        color: #fff;
    }

        .cookieAccept a:hover {
            color: #0000FF;
            text-decoration: underline;
        }

@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 #d6d6d6;
        float: none;
        -ms-flex-preferred-size: auto;
    }

        .prodetail .prodetailCont {
            padding: 20px 15px;
        }

    .produktdetailDown .proInfo {
        width: 30%;
    }

    .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;
    }

    .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 {
            display: none;
        }

        .produktdetailDown .proInfo {
            border: none;
            width: 40%;
        }

            .produktdetailDown .proInfo div {
                padding-left: 0;
            }

        .produktdetailDown .proOther {
            width: 60%;
            padding-left: 15px;
            border-left: 1px solid #d6d6d6;
        }

            .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 #d6d6d6;
        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;
        width: 8%;
    }

        .filterSign li:first-child {
            width: 12%;
        }

    .filterList .filterListUl li {
        padding: 30px 0 20px 10%;
    }

        .filterList .filterListUl li span {
            font-size: 26px;
            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 .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 .wowItemBtn {
        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 #d6d6d6;
    }

    .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 #d1d1d1;
        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;
    }
}
