@CHARSET "ISO-8859-1";

.commAffTitle {
    font-size: 50px;
    font-family: 'TitilliumWeb-ThinItalic';
    margin-left: -5px;
    margin-bottom: 20px;
}

.affWork {
    overflow: hidden;
    padding: 15px;
    position: relative;
    margin: 20px 0;
}

    .affWork .step {
        width: 150px;
        position: absolute;
        top: 15px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        text-align: center;
        border: 1px solid #52c9cc;
        font-size: 14px;
        border-bottom: none;
        background: rgba(82,201,204,0.2);
        cursor: pointer;
    }

        .affWork .step i {
            display: none;
        }

    .affWork li.cur .step {
        border-bottom: 1px solid #FFF;
        background: none;
    }

        .affWork li.cur .step i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .affWork li:nth-child(1) .step {
        left: 15px;
    }

    .affWork li:nth-child(2) .step {
        left: 180px;
    }

    .affWork li:nth-child(3) .step {
        left: 345px;
    }

    .affWork li:nth-child(4) .step {
        left: 510px;
    }

    .affWork li:nth-child(5) .step {
        left: 675px;
    }

    .affWork .affWorkCont {
        margin-top: 29px;
        border-top: 1px solid #52c9cc;
        display: none;
        padding: 15px 0;
    }

    .affWork li:nth-child(1) .affWorkCont {
        display: block;
    }

    .affWork .affWorkCont h3 {
        font-style: italic;
    }

.timeline {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

    .timeline:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -2px;
        height: 100%;
        width: 4px;
        background: rgba(82,201,204,0.3);
        border-radius: 2px;
        display: block;
    }

    .timeline .timeline-row {
        padding-left: 50%;
        position: relative;
        padding-bottom: 20px;
    }

        .timeline .timeline-row .timeline-img {
            position: absolute;
            right: 50%;
            top: 31px;
            text-align: right;
            margin-right: 40px;
        }

            .timeline .timeline-row .timeline-img img {
                max-width: 50%;
            }

        .timeline .timeline-row .timeline-icon {
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -20px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: white;
            text-align: center;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            color: white;
            font-size: 14px;
            z-index: 5;
            background: #32b9b1;
            line-height: 34px;
            border: 3px solid #FFF;
        }

        .timeline .timeline-row .timeline-content {
            margin-left: 40px;
            position: relative;
            color: #212121;
            padding-top: 20px;
        }

            .timeline .timeline-row .timeline-content p {
                margin-bottom: 15px;
            }

            .timeline .timeline-row .timeline-content:after {
                content: "";
                position: absolute;
                top: 48px;
                left: -41px;
                height: 4px;
                width: 40px;
                background-color: rgba(0, 0, 0, 0.2);
                z-index: -1;
            }

        .timeline .timeline-row:nth-child(odd) {
            padding-left: 0;
            padding-right: 50%;
        }

            .timeline .timeline-row:nth-child(odd) .timeline-img {
                right: auto;
                left: 50%;
                text-align: left;
                margin-right: 0;
                margin-left: 40px;
            }

            .timeline .timeline-row:nth-child(odd) .timeline-content {
                margin-right: 40px;
                margin-left: 0;
            }

                .timeline .timeline-row:nth-child(odd) .timeline-content:after {
                    left: auto;
                    right: -41px;
                }

        .timeline .timeline-row:nth-child(2n) .timeline-icon {
            background: #ef9544;
        }

        .timeline .timeline-row:nth-child(3n) .timeline-icon {
            background: #5bc0de;
        }

.affDetail {
    padding-right: 40%;
    position: relative;
}

    .affDetail img {
        width: 40%;
        position: absolute;
        right: 0px;
        top: 20px;
    }

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

.affTip {
    font-size: 0;
}

    .affTip > div {
        font-size: 16px;
        width: 33.3333%;
        display: inline-block;
        vertical-align: middle;
    }

    .affTip .tipImg img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

.tipBtn {
    width: 33.3333%;
    margin: 0 auto 30px;
}

.doTip {
    border-top: 1px dashed #eee;
    padding: 20px 0;
}

.donot {
    width: 80%;
    margin: 30px auto;
    background: url(../images/9_Blank.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 60px 50px 90px;
}

    .donot .doImg {
        display: block;
        margin: 0 auto;
        width: 50%;
        max-width: 300px;
    }

    .donot .doOk, .donot .doNt {
        padding-left: 50px;
    }

        .donot .doOk p, .donot .doNt p {
            margin: 25px 0;
            position: relative;
            line-height: 20px;
        }

            .donot .doOk p:before {
                content: "";
                width: 30px;
                height: 30px;
                position: absolute;
                top: -5px;
                left: -50px;
                background: url(../images/9_do.png) no-repeat center center;
                background-size: 100% 100%;
            }

    .donot .doNt {
        border-top: 1px solid #212121;
    }

        .donot .doNt p:before {
            content: "";
            width: 30px;
            height: 30px;
            position: absolute;
            top: -5px;
            left: -50px;
            background: url(../images/9_dont.png) no-repeat center center;
            background-size: 100% 100%;
        }

.affReady {
    padding-right: 35%;
    position: relative;
    padding-bottom: 30px;
}

    .affReady img {
        width: 30%;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .affReady a {
        margin: 20px 0;
        display: block;
        max-width: 250px;
        border: 1px solid #52c9cc;
        text-align: center;
        line-height: 40px;
        color: #212121;
    }

        .affReady a:hover {
            background: rgba(82,201,204,0.2);
        }

    .affReady .regBtn {
        width: 26%;
        max-width: initial;
        position: absolute;
        right: 2%;
        text-align: center;
        display: block;
        margin: -20px auto 0;
    }

.memberTit {
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

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

.memberList {
    background: #FFF;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 0 20px;
}

    .memberList li {
        line-height: 50px;
        padding-left: 37px;
        position: relative;
    }

        .memberList li a {
            color: #212121;
            display: block;
            border-bottom: 1px solid #e4e4e4;
        }
     

        .memberList li:hover a, .memberList li:hover i {
            color: #52c9cc;
        }

        .memberList li a i.fa-angle-right {
            float: right;
            font-size: 24px;
            color: #9d9d9d;
            line-height: 50px;
        }

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

        .memberList li .mbIcon {
            font-size: 20px;
            position: absolute;
            top: 15px;
            left: 0;
            color: #a0a0a0;
            line-height: 20px;
        }


.memberSmsList {
    background: #FFF;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 0 10px;
}

    .memberSmsList li {
        line-height: 40px;
        padding-left: 30px;
        position: relative;
    }

        .memberSmsList li a {
            color: #212121;
            display: block;
            border-bottom: 1px solid #e4e4e4;
            cursor:pointer;
        }
         .memberSmsList li a.unread {
             color: #AEAEAE;
        }

        .memberSmsList li:hover a, .memberSmsList li:hover i {
            color: #52c9cc;
        }

        .memberSmsList li a i.fa-angle-right {
            float: right;
            font-size: 22px;
            color: #9d9d9d;
            line-height: 40px;
        }

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

        .memberSmsList li .mbIcon {
            font-size: 18px;
            position: absolute;
            top: 10px;
            left: 0;
            color: #a0a0a0;
            line-height: 20px;
        }


.orderList {
    margin-top: 20px;
    margin-bottom: 0;
}

    .orderList li {
        background: #FFF;
        padding-bottom: 20px;
        border: 1px solid #d6d6d6;
        box-shadow: 0 0 3px #d6d6d6;
        margin-bottom: 20px;
    }

.orderNum {
    height: 40px;
    padding: 0 10px;
    background: #f4f4f4;
    border-top: 1px solid #e6e6e5;
    border-bottom: 1px solid #e6e6e5;
    line-height: 40px;
    color: #212121;
}

.orderList li:first-child .orderNum {
    border-top: none;
}

.orderCont {
    padding: 0 20px;
}

.orderCent {
    padding: 10px 0;
    line-height: 30px;
    color: #868686;
    border-bottom: 1px solid #e4e4e4;
}

.orderBtn {
    margin-top: 10px;
    color: #6e6e6e;
    line-height: 34px;
    overflow: hidden;
}

    .orderBtn button {
        max-width: 200px;
        float: right;
    }

.myInfo {
    margin: 30px auto;
    overflow: hidden;
}

.myInfoTit {
    height: 40px;
    background: #f4f4f4;
    border-top: 1px solid #e6e6e5;
    border-bottom: 1px solid #e6e6e5;
    line-height: 40px;
    color: #212121;
    text-align: center;
}

    .myInfoTit:first-child {
        border-top: none;
    }

.commInputStyle {
    position: relative;
    height: 40px;
    margin: 10px 0;
}

.myInfo .commInputStyle {
    margin: 10px 15px;
}

.commInputStyle > span {
    display: block;
    width: 40%;
    text-align: right;
    float: left;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.commInputStyle > p > span:not([class]) {
    float: left;
    margin: 10px 10px 0;
    width: auto;
}

.commInputStyle p, .socpdeStle > div {
    width: 57%;
    float: right;
}

    .commInputStyle p em {
        display: inline-block;
        color: #f00;
        font-style: normal;
        margin-left: 10px;
        line-height: 40px;
    }

    .commInputStyle p input {
        width: 50%;
        border: 1px solid #dddddd;
        height: 40px;
        padding: 0 10px;
    }

.textareaStyle {
    height: auto !important;
}

    .textareaStyle p textarea {
        width: 50%;
        border: 1px solid #dddddd;
        height: 80px;
        padding: 0 10px;
    }

.commInputStyle img {
    height: 40px;
}

.commInputStyle .Gender label {
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-right: 5%;
    margin-bottom: 0;
}

    .commInputStyle .Gender label:nth-child(3) {
        margin-right: 0;
    }

    .commInputStyle .Gender label input {
        padding: 0;
        outline: none;
        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: 12px;
        vertical-align: middle;
        position: relative;
        margin-right: 10px;
    }

        .commInputStyle .Gender label input:checked {
            border: 1px solid #52c9cc;
        }

            .commInputStyle .Gender label input:checked::after {
                content: "";
                width: 10px;
                height: 10px;
                border-radius: 100%;
                background: #f18d05;
                position: absolute;
                top: 3px;
                left: 3px;
            }

.commInputStyle .newsBtn input {
    padding: 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none !important;
    -ms-appearance: none;
    -o-appearance: none;
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 1px solid #9a9a9a;
    border-radius: 3px;
    vertical-align: middle;
    margin-top: 10px;
}

    .commInputStyle .newsBtn input:checked {
        border: 1px solid #52c9cc;
        background: #52c9cc url(../images/rt.svg) no-repeat center center;
        background-size: 80% 80%;
    }

.commInputStyle .land select, .ebaySelected .commInputStyle select, .steamMarketForm .commInputStyle select {
    width: 50%;
    padding: 0px 30px 0px 10px;
    height: 40px;
    border: 1px 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;
}


.meinPwd {
    margin: 20px auto;
}

    .meinPwd .myInfoTit {
        margin-bottom: 30px;
    }

    .meinPwd .commInputStyle {
        margin: 10px 15px;
       
    }

.trebt {
    margin: 10px 0;
    background: #FFF;
    border: 1px solid #DDD;
    overflow: hidden;
}

.trebtCont {
    padding: 20px;
}

.trebtMaskTit {
    float: right;
    line-height: 18px;
    padding: 10px 3%;
    border: 1px solid #52c9cc;
    color: #52c9cc;
    margin-bottom: 10px;
    cursor: pointer;
}

    .trebtMaskTit:hover {
        background: rgba(82,201,204,0.2);
    }

    .trebtMaskTit a {
        color: inherit;
    }

.trebtCont li {
    line-height: 40px;
    color: #212121;
}

    .trebtCont li i {
        margin-right: 10px;
        color: #8f8f8f;
    }

.trebtImg {
    max-width: 50%;
    display: block;
    margin: 20px auto;
}

#trebtEcharts {
    margin: 20px auto;
    width: 100%;
    height: 400px;
    max-width: 600px;
}

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

.trebtLink {
    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%);
    background: #FFF;
    width: 90%;
    max-width: 1170px;
    padding: 20px 50px;
    border: 2px solid #52c9cc;
    border-radius: 5px;
    height: 90%;
    overflow: auto;
}

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

.tbtTable {
    margin: 30px 0;
}

    .tbtTable table {
        text-align: center;
    }

        .tbtTable table thead {
            background: #edf3f6;
            font-weight: 700;
        }

        .tbtTable table td {
            line-height: 20px;
            padding: 10px 0;
        }

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

.tbtCent ol {
    padding-left: 30px;
}

.tbtCent li {
    list-style-type: decimal;
    margin-bottom: 5px;
}

.closeTbt {
    position: absolute;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    max-width: 1170px;
    z-index: 15;
}

.closeTbtMask {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    background: #FFF;
    border-radius: 100%;
    border: 1px solid #52c9cc;
    z-index: 15;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #212121;
    cursor: pointer;
}

.guthaben {
    line-height: 40px;
    color: #212121;
    text-align: center;
}

    .guthaben i {
        margin-right: 10px;
        color: #8f8f8f;
    }

.bestellin {
    margin: 20px auto;
    padding: 10px 20px;
}

    .bestellin p {
        margin: 10px 0;
    }

.besthistory {
    margin: 20px auto;
    padding: 10px 20px;
}

.hisTit {
    font-weight: 700;
    line-height: 30px;
}

.besthistory li {
    line-height: 30px;
}

    .besthistory li:before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #464646;
        border-radius: 100%;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 5px;
    }

.bestTable table {
    border: 1px solid #dedede;
    text-align: center;
    vertical-align: middle;
    background: #FFF;
    box-shadow: 0 0 3px #d6d6d6;
}

    .bestTable table thead {
        background: #f4f4f4;
        font-weight: 700;
        line-height: 40px;
    }

    .bestTable table td {
        border: 1px solid #dedede;
    }

    .bestTable table tbody tr td:nth-child(2) {
        text-align: left;
        padding: 20px;
    }

    .bestTable table td .productTitle {
        font-weight: 700;
        color: #212121;
        padding-bottom: 14px;
        line-height: 18px;
        font-size: 16px;
        display: block;
    }

    .bestTable table td .commartikeCont {
        margin-bottom: 2px;
        font-size: 14px;
    }

        .bestTable table td .commartikeCont > div {
            display: inline;
        }

        .bestTable table td .commartikeCont .commartikeName {
            color: #000;
        }

        .bestTable table td .commartikeCont .commartikeCent {
            color: #9A9A9A;
        }

    .bestTable table td .name {
        font-weight: bold;
    }

    .bestTable table tbody tr td ul {
        font-size: 14px;
    }

    .bestTable table tbody tr td li:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #464646;
        border-radius: 100%;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 5px;
    }

.bestTable .bestTotal {
    background: #f4f4f4;
    text-align: right;
    line-height: 40px;
}

    .bestTable .bestTotal td {
        padding-right: 20px;
    }

        .bestTable .bestTotal td:nth-child(2) {
            padding: 0;
            text-align: center;
            font-weight: 700;
        }

.bestTable .bestLegal {
    text-align: left;
    font-size: 14px;
    font-family: 'TitilliumWeb-ThinItalic';
}

.bestTable table td .showKey {
    text-align: right;
}

    .bestTable table td .showKey .commButton {
        max-width: 200px;
    }

.bestTable table td .repeatOrder .commAfuBtn {
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
    max-width: 200px;
}

.bestTable .payCancelNow {
    background: #f4f4f4;
}

    .bestTable .payCancelNow td {
        padding: 0 20px;
        border-top-width: 2px;
    }

        .bestTable .payCancelNow td .commBackKF {
            margin: 20px 0;
        }

.newsAbon {
    margin: 20px auto;
    border: 1px solid #ddd;
    background: #FFF;
}

.Newsletter {
    padding-top: 20px;
    text-align: center;
}

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

    .Newsletter label {
        font-weight: normal;
        line-height: 30px;
        margin-right: 20px;
        outline: none;
        cursor: pointer;
    }

        .Newsletter label 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: 8px;
            vertical-align: middle;
            position: relative;
            margin-right: 10px;
        }

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

                .Newsletter label input:checked::after {
                    content: "";
                    width: 10px;
                    height: 10px;
                    border-radius: 100%;
                    background: #52c9cc;
                    position: absolute;
                    top: 3px;
                    left: 3px;
                }

.zahTable {
    margin: 30px auto;
}

.zahIcon i {
    color: #52c9cc;
    margin-right: 10px;
}

.payMethod {
    padding: 20px;
}

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

    .payMethod li {
        border-bottom: 1px solid #dedede;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        min-height: 45px;
        cursor: pointer;
    }
    .payMethod li:hover {
         border-bottom:1px solid #52c9cc;
    }

        .payMethod li:first-child {
            border-top: 1px solid #dedede;
        }

        .payMethod li label {
            display: block;
            margin-bottom: 0;
            min-height: 45px;
            cursor: pointer;
        }

        .payMethod li span {
            display: inline-block;
            float: left;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

    .payMethod .payImg {
        width: 20%;
        display: inline-block;
        text-align: center;
        left: 0;
    }

        .payMethod .payImg img {
            max-width: 100%;
            padding: 10px 0;
            
        }

    .payMethod li .payName {
        width: 80%;
        padding-right: 20px;
        line-height: 20px;
        left: 20%;
        padding-left: 10px;
    }

    .payMethod em {
        font-style: normal;
        font-weight: normal;
    }

    .payMethod input {
        padding: 0;
        margin: 0;
        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;
        vertical-align: middle;
        position: absolute;
        float: right;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

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

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

.payCoupon {
    padding: 20px;
}

    .payCoupon p {
        margin-bottom: 10px;
    }
.payuser {
    padding: 20px;
}

    .payuser p {
        margin: 10px 0px 5px 0px; 
    }
    .delivery {
    padding: 20px;
}

    .delivery p {
        margin: 10px 0px 5px 0px; 
    }

    .payCoupon .payCupInput {
        width: 30%;
        height: 34px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }
   .payuser .payinfo {
        width: 95%;
        height: 34px;
        border: 1px solid #ddd;
        padding: 0 10px;
    }
   .payuser  .payinfo_tool
   {
       width: 72%;
        height: 35px;
        border: 1px solid #ddd;
        padding: 0 8px;
   }
    .payuser .select_tool {
      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: auto auto;

background-size: 16px;

color: #212121;

padding: 5px 30px 5px 5px;

width: 22.4%;

height: 35px;

border: 1px solid #ddd;

font-size: 16px;

white-space: nowrap;

overflow: hidden;

text-overflow: ellipsis;
    }
    .payCoupon button {
        width: 30%;
        height: 34px;
        max-width: 150px;
        margin-left: 10px;
        border: 1px solid #52c9cc;
        background: none;
        color: #52c9cc;
    }

        .payCoupon button:hover {
            background: rgba(80,201,204,0.2);
        }

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

    .payCount strong {
        display: block;
        margin-bottom: 5px;
    }

.zahTable .bestTotal span {
    font-weight: normal;
    text-align: left;
    float: left;
    padding-left: 20px;
}

.zahMethod {
    padding: 20px;
}

    .zahMethod a {
        padding-left: 10px;
        text-decoration: underline !important;
        color: #52c9cc;
    }

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

    .zahMethod .zahMd {
        padding-left: 20px;
    }

        .zahMethod .zahMd:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url(../images/kp-cyan.png) no-repeat center center;
            background-size: 100%;
            margin-right: 10px;
        }

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

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

    .zusa strong {
        display: block;
    }

    .zusa p a {
        text-decoration: underline !important;
        color: #52c9cc;
    }

.gsView {
    margin: 20px auto;
    padding: 15px;
    overflow: hidden;
}

    .gsView h4 {
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 0;
    }

    .gsView .gsInfo {
        margin-bottom: 15px;
    }

    .gsView .Wdate {
        background: #FFF !important;
        border: 1px solid #dddddd !important;
        width: 75%;
        height: 30px;
        padding: 0 5px;
        float: right;
    }

    .gsView .row > div {
        margin: 10px 0;
    }

        .gsView .row > div span {
            width: 25%;
            vertical-align: middle;
            display: inline-block;
        }

    .gsView .row select {
        width: 75%;
        border: 1px solid #dddddd;
        height: 30px;
        padding: 0 5px;
        float: right;
    }

    .gsView .row label {
        font-weight: normal;
        cursor: pointer;
    }

.gsVSTitle {
    display: block;
    margin: -20px 0 0;
    color: #52c9cc;
    text-decoration: underline !important;
}

.gsViewShow {
    overflow: hidden;
    margin: 20px auto;
}

    .gsViewShow .gsTit {
        height: 50px;
        line-height: 50px;
        background: #000;
        color: #FFF;
        text-align: center;
        position: relative;
        z-index: 1;
    }

        .gsViewShow .gsTit: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;
        }

    .gsViewShow ul {
        line-height: 30px;
        overflow: hidden;
        background: #FFF;
        margin-bottom: 10px;
    }

    .gsViewShow li span {
        display: inline-block;
        width: 60%;
        text-align: right;
        margin-right: 10px;
    }

    .gsViewShow li {
        border-bottom: 1px solid #ddd;
    }

    .gsViewShow .row ul {
        border: 1px solid #d6d6d6;
        box-shadow: 0 0 3px #d6d6d6;
        background: #FFF;
        border-top: none;
    }

    .gsViewShow .row button {
        width: 40%;
        float: left;
        margin: 15px 5%;
    }

.commAffNewsTop {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: #F4F4F4;
    color: #212121;
    border-bottom: 1px solid #DDD;
}

.commAffNews a {
    color: #212121;
}

.commANTit span {
    color: #52c9cc;
    text-decoration: underline;
}

.commANTit:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/kp-cyan.png) no-repeat center center;
    background-size: 100%;
    margin-right: 5px;
}

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

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

.commANCont {
    padding: 15px;
}

    .commANCont p {
        line-height: 20px;
        overflow: hidden;
        text-align: left;
    }

    .commANCont span {
        color: #868686;
        float: right;
        display: block;
    }

.gsKlicks .gsKTop {
    padding: 10px 15px;
}

.gsKlicks .gsKL {
    font-weight: 600;
}

    .gsKlicks .gsKL i {
        font-style: normal;
        font-weight: normal;
    }

.gsKlicks .gsKR {
    float: right;
    color: #52c9cc;
}

    .gsKlicks .gsKR a {
        display: inline-block;
        text-decoration: underline !important;
        color: #52c9cc;
    }

.gsKlicks table {
    text-align: center;
    vertical-align: middle;
}

    .gsKlicks table thead {
        line-height: 40px;
        background: #f4f4f4;
        border-bottom: 1px solid #ddd;
    }

    .gsKlicks table tbody tr {
        border-bottom: 1px solid #ddd;
    }

        .gsKlicks table tbody tr td {
            padding: 10px 0;
        }

.gsTBTit {
    padding: 10px 15px;
    font-weight: 600;
}

.gsTopBanner table {
    text-align: center;
    vertical-align: middle;
}

    .gsTopBanner table thead {
        background: #f4f4f4;
        border-bottom: 1px solid #ddd;
        line-height: 40px;
    }

    .gsTopBanner table tbody tr {
        border-bottom: 1px solid #ddd;
    }

        .gsTopBanner table tbody tr td {
            padding: 10px;
        }

            .gsTopBanner table tbody tr td:first-child {
                width: 10%;
            }

            .gsTopBanner table tbody tr td:nth-child(2) {
                width: 70%;
                text-align: left;
                word-break: break-all;
            }

            .gsTopBanner table tbody tr td:last-child {
                width: 20%;
            }

.affKlicks {
    margin: -20px 0 20px;
}

.affBnTop {
    padding: 10px 15px;
}

.affBnCont {
    margin: 15px;
}

    .affBnCont p {
        margin: 10px 0;
    }

        .affBnCont p span {
            width: 210px;
            display: inline-block;
            vertical-align: middle;
        }

    .affBnCont select {
        padding: 5px 30px 5px 10px;
        border: 1px solid #dddddd;
        margin: 0 5px;
        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;
    }

.affBnPreview {
    padding: 15px;
}

    .affBnPreview table {
        text-align: center;
        border: 1px solid #ededed;
    }

        .affBnPreview table tr {
            border: 1px solid #ededed;
        }

            .affBnPreview table tr td {
                padding: 10px;
                word-break: break-all;
            }

        .affBnPreview table thead {
            font-weight: 600;
        }

        .affBnPreview table a {
            text-decoration: underline !important;
            color: #212121;
            cursor: pointer;
        }

.affBnUrl {
    padding: 15px;
    overflow: hidden;
}

    .affBnUrl h4 {
        margin-bottom: 5px;
        font-weight: 600;
        margin-top: 0;
    }

.affBnUrlTop {
    margin-bottom: 20px;
}

.affBnUrl .affBnCont {
    margin: 15px 0;
}

    .affBnUrl .affBnCont p .affBnInput {
        width: auto;
        display: inline-block;
        color: #212121;
        font-weight: normal;
        margin: 0 5px;
    }

        .affBnUrl .affBnCont p .affBnInput em {
            display: block;
            font-style: normal;
        }

        .affBnUrl .affBnCont p .affBnInput input {
            width: 200px;
            height: 38px;
            padding: 0 10px;
            border: 1px solid #ddd;
        }

.affBnUrl .affOther {
    margin: 10px 0;
}

    .affBnUrl .affOther a {
        color: #52c9cc;
        text-decoration: underline !important;
    }

.affLogin {
    margin: 20px auto;
    overflow: hidden;
    padding: 10px;
}

.affLoginL {
    width: 32%;
    float: right;
    background: rgba(0,0,0,0.6);
}

.affLoginTit {
    text-align: center;
    line-height: 50px;
    background: rgba(0,0,0,0.8);
    color: #FFF;
}

.affLogForm {
    width: 90%;
    margin: 15px auto;
}

    .affLogForm .input-group {
        margin: 20px 0;
    }

    .affLogForm .input-group-addon, .affLogForm .form-control {
        border-radius: 0;
        border: 2px solid #ddd;
        box-shadow: none;
    }

    .affLogForm .form-control {
        height: 45px;
        border-left: none;
    }

    .affLogForm .input-group-addon {
        padding: 6px 20px;
        color: #9a9a9a;
    }

    .affLogForm .commKF, .affLogForm .commButton {
        height: 45px;
    }

        .affLogForm .commKF:hover:before, .affLogForm .commKF:hover:after {
            border-width: 45px 400px;
        }

.affLogFgt {
    margin-top: 20px;
    border-top: 1px solid #FFF;
    padding: 20px 5%;
}

    .affLogFgt a {
        color: #fff;
        text-decoration: underline !important;
    }

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

.startBtn {
    background: #52c9cc;
    color: #FFF;
    height: 40px;
    width: 20%;
    float: right;
    text-align: center;
    line-height: 40px;
    margin: 50px 0 20px;
}

    .startBtn:hover {
        color: #FFF;
        background: #3d9294;
    }

.affLoginR {
    width: 65%;
    float: left;
}

    .affLoginR .affLogTit {
        color: #52c9cc;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .affLoginR .row h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .affLoginR .row p {
        margin: 10px 0;
    }

    .affLoginR .row img {
        max-width: 100%;
    }

.affIntro {
    margin: 30px auto;
    padding: 20px;
}

    .affIntro ul {
        margin-top: 20px;
    }

    .affIntro li {
        margin-bottom: 10px;
        padding-left: 17px;
    }

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

        .affIntro li:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url(../images/kp-cyan.png) no-repeat center center;
            background-size: 100%;
            margin-left: -17px;
        }

.affdeContBG {
    margin: 20px 0;
}

.affdePage {
    margin: 20px 0 0;
}

    .affdePage > div:nth-of-type(2) {
        box-shadow: none;
        border: 0;
        margin: 20px 0 0;
    }

    .affdePage .wowItemTable, .affdePage .keyTable, .affdePage .futPsTable {
        margin-top: 30px !important;
        border-top: 1px solid #d6d6d6 !important;
    }

.affdePageView {
    background: #FFF;
    padding: 15px;
    margin-bottom: 0;
    border-top: none;
}

    .affdePageView .gsView {
        border: 1px solid #52c9cc;
        margin: 0;
        background: rgba(80,201,201,0.1);
    }

.affdeTit {
    border-bottom: 1px solid #d6d6d6;
}

    .affdeTit ul {
        margin-bottom: -1px;
        overflow: hidden;
        font-size: 0;
    }

    .affdeTit li {
        height: 54px;
        line-height: 54px;
        display: inline-block;
        text-align: center;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        cursor: pointer;
        font-weight: bold;
        font-style: italic;
        color: #9a9a9a;
        font-size: 18px;
    }

        .affdeTit li.cur {
            background: #FFF;
            border-bottom: 1px solid #FFF;
        }

        .affdeTit li a {
            color: inherit;
            display: block;
            padding: 0 40px;
        }

        .affdeTit li:hover a {
            color: #52c9cc;
        }

        .affdeTit li.cur a {
            color: #52c9cc;
        }

.affdeCont {
    padding: 15px;
    overflow: hidden;
    display: none;
}

    .affdeCont.cur {
        display: block;
    }

.affdeInfo {
    overflow: hidden;
}

    .affdeInfo h4 {
        font-weight: 600;
    }

.affdeInfoList {
    margin-bottom: 50px;
}

.affdeInfo.affdeInfoBoku .affdeInfoList {
    margin-bottom: 0;
}

.affdeInfoCheck label {
    font-weight: normal;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

    .affdeInfoCheck label a {
        color: #52c9cc;
        text-decoration: underline !important;
    }

.affdeOr {
    text-align: center;
    padding: 15px;
    color: #9a9a9a;
    font-style: italic;
    text-transform: uppercase;
}

.werbeHin {
    position: relative;
    margin: 10px 0;
    height: 40px;
}

    .werbeHin div {
        display: block;
        width: 40%;
        text-align: right;
        float: left;
        line-height: 18px;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .werbeHin div select {
            width: 30%;
            padding: 0px 30px 0px 10px;
            height: 40px;
            border: 1px solid #ddd;
            float: right;
            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;
        }

        .werbeHin div i {
            color: #f00;
            vertical-align: middle;
            display: inline-block;
            font-size: 20px;
            margin-right: 15px;
            margin-top: 10px;
            cursor: pointer;
        }

    .werbeHin p {
        width: 57%;
        float: right;
    }

    .werbeHin input {
        width: 50%;
        border: 1px solid #dddddd;
        height: 40px;
        padding: 0 10px;
    }

    .werbeHin em {
        display: inline-block;
        color: #f00;
        font-style: normal;
        margin-left: 10px;
        line-height: 40px;
    }

.werbHinTip {
    text-align: center;
    line-height: 20px;
    padding: 10px 0;
    cursor: pointer;
}

    .werbHinTip i {
        color: #52c9cc;
        font-size: 20px;
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -2px;
    }

.SubIDTit {
    text-decoration: underline !important;
    margin-bottom: 15px;
    cursor: pointer;
}

    .SubIDTit:before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #464646;
        border-radius: 100%;
        vertical-align: middle;
        margin-top: -3px;
        margin-right: 5px;
    }

.subIdNew {
    display: none;
    margin-bottom: 20px;
}

    .subIdNew .commInputStyle {
        margin: 0;
    }

.SubIdNewTop {
    font-weight: 600;
    margin-bottom: 10px;
    display: none;
}

.subIdTable .subIdTop {
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    line-height: 40px;
    font-weight: 600;
}

    .subIdTable .subIdTop span {
        display: inline-block;
        float: left;
        overflow: hidden;
        text-align: center;
    }

        .subIdTable .subIdTop span:first-child {
            width: 30%;
        }

        .subIdTable .subIdTop span:last-child {
            width: 40%;
        }

.subIdTable li {
    font-size: 0;
    border-bottom: 1px solid #ddd;
}

    .subIdTable li span {
        font-size: 16px;
        display: inline-block;
        text-align: center;
        padding: 10px;
        vertical-align: middle;
    }

    .subIdTable li .subId {
        width: 30%;
    }

    .subIdTable li .subName {
        width: 40%;
    }

    .subIdTable li span:last-child {
        width: 30%;
    }

    .subIdTable li span a {
        color: #212121;
        text-decoration: underline !important;
        cursor: pointer;
    }

.affdeReport label {
    font-weight: normal;
    display: block;
    text-align: center;
    margin: 20px 0;
}

    .affdeReport label input {
        margin-left: 10px;
    }

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

.affMaskCont {
    width: 90%;
    max-width: 1170px;
    position: absolute;
    top: 10%;
    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;
    max-height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
}

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

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

.affBnImg img {
    display: block;
    margin: 0 auto;
}

.affBnImg p {
    text-align: center;
    margin: 10px 0;
}

.affBnImg textarea {
    width: 100%;
    height: 100px;
}

.affPayment table {
    width: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.affPayment thead {
    background: #f4f4f4;
    border-bottom: 1px solid #DDD;
    line-height: 40px;
}

.affPayment tbody tr {
    border-bottom: 1px solid #DDD;
}

.affPayment thead tr td {
    word-wrap: break-word;
}

.affPayment tbody tr td {
    padding: 10px;
    word-wrap: break-word;
}

.affPayment i {
    color: #52c9cc;
    cursor: pointer;
    font-size: 20px;
}

.affContact {
    padding: 20px;
    margin: 20px auto 0;
    overflow: hidden;
}

.affCreate {
    margin: 20px auto;
}

.commInputStyle p input.newsCheckbox {
    width: 24px;
    height: 24px;
    margin-top: 8px;
}

.socpdeStle {
    height: auto !important;
    min-height: 40px;
    overflow: hidden;
}

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

.otherLoginTit {
    font-weight: 600;
    margin-bottom: 20px;
}

.otherLgIcon ul {
    font-size: 0;
}

.otherLgIcon li {
    font-size: 16px;
    width: 10%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}

    .otherLgIcon li span {
        width: 45px;
        height: 45px;
        margin: 10px auto;
        display: block;
        background: url(../images/lgIcon.png) no-repeat;
        background-size: cover;
    }

    .otherLgIcon li:nth-child(1) span {
        background-position: 0 0;
    }

    .otherLgIcon li:nth-child(2) span {
        background-position: -45px 0;
    }

    .otherLgIcon li:nth-child(3) span {
        background-position: -90px 0;
    }

    .otherLgIcon li:nth-child(4) span {
        background-position: -135px 0;
    }

    .otherLgIcon li:nth-child(5) span {
        background-position: -180px 0;
    }

    .otherLgIcon li:nth-child(6) span {
        background-position: -225px 0;
    }

    .otherLgIcon li:nth-child(7) span {
        background-position: -270px 0;
    }

    .otherLgIcon li:nth-child(8) span {
        background-position: -315px 0;
    }

    .otherLgIcon li:nth-child(9) span {
        background-position: -360px 0;
    }

    .otherLgIcon li:nth-child(10) span {
        background-position: -405px 0;
    }

    .otherLgIcon li:nth-child(11) span {
        background-position: -450px 0;
    }

    .otherLgIcon li:nth-child(12) span {
        background-position: -495px 0;
    }

    .otherLgIcon li:nth-child(13) span {
        background-position: -540px 0;
    }

    .otherLgIcon li:nth-child(14) span {
        background-position: -585px 0;
    }

.otherLgIcon a {
    display: block;
    text-align: center;
    color: #212121;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
}

.loginTerm {
    margin-top: 20px;
}

    .loginTerm a {
        text-decoration: underline !important;
        color: #52c9cc;
    }

.pswdDb {
    margin: 30px 0;
    padding: 20px;
    overflow: hidden;
}

    .pswdDb h4 {
        font-weight: 600;
    }

.pswdText {
    margin: 30px 0;
}

    .pswdText span {
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
    }

.signUpOk {
    text-align: center;
    margin: 15px auto;
}

.affFaq {
    overflow: hidden;
}

    .affFaq .affFaqTit {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        cursor: pointer;
    }

    .affFaq .affFaqCont {
        border: 1px solid #52c9cc;
        margin: 5px 0;
        padding: 10px;
        background: rgba(80,201,204,0.2);
        display: none;
    }

        .affFaq .affFaqCont p {
            margin-bottom: 10px;
        }

    .affFaq .aFaqBold {
        font-weight: bold;
    }

    .affFaq .aFaqLabel {
        margin: 10px 0;
        font-weight: 600;
        cursor: pointer;
    }

        .affFaq .aFaqLabel input {
            vertical-align: middle;
            margin-top: -2px;
        }

.feedTit {
    padding: 10px 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #e6e6e5;
    color: #212121;
    font-weight: 600;
}

.feedCont {
    padding: 15px;
}

    .feedCont ul {
        overflow: hidden;
    }

.feedTot li {
    padding: 10px 0 10px 20px;
    vertical-align: middle;
}

    .feedTot li i {
        font-size: 18px;
        margin-left: -20px;
        margin-right: 5px;
    }

    .feedTot li:first-child i {
        color: #0d0;
    }

    .feedTot li:nth-child(2) i {
        color: #52c9cc;
    }

    .feedTot li:nth-child(3) i {
        color: #9b9b9b;
    }

    .feedTot li span {
        float: right;
    }

.feedTotal {
    padding: 10px 0;
    border-top: 1px solid #999;
    font-weight: 600;
}

    .feedTotal span {
        float: right;
    }

.feedProgress li {
    overflow: hidden;
    padding: 10px 0;
}

    .feedProgress li span {
        display: block;
        width: 25%;
        float: left;
    }

    .feedProgress li .progress {
        width: 30%;
        float: left;
        margin-bottom: 10px;
    }

.feedKunde li {
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #ddd;
}

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

    .feedKunde li i {
        font-size: 20px;
        float: left;
        margin: 2px 10px 0 -30px;
    }

    .feedKunde li .fa-smile-o {
        color: #0d0;
    }

    .feedKunde li .fa-meh-o {
        color: #52c9cc;
    }

    .feedKunde li .fa-frown-o {
        color: #9b9b9b;
    }

.feedKunde p {
    text-align: right;
    margin-top: 10px;
}

.feedExt li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

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

    .feedExt li img {
        max-height: 40px;
        display: block;
        margin-bottom: 10px;
    }

.inputSearch {
    padding: 15px;
}

.txtSearch {
    position: relative;
}

    .txtSearch:after {
        content: "";
        width: 30px;
        height: 30px;
        background: #fff;
        position: absolute;
        right: 51%;
        top: 5px;
    }

.cookieCont {
    padding: 20px;
}

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

    .cookieCont ol li {
        list-style-position: outside;
        list-style-type: decimal;
    }

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

.faqList {
    padding: 20px;
}

    .faqList h4 {
        font-weight: 600;
    }

    .faqList ul {
        margin-bottom: 20px;
    }

    .faqList .faqTit {
        cursor: pointer;
        padding: 10px 0;
    }

        .faqList .faqTit:before {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #52C9CC;
            border-radius: 100%;
            vertical-align: middle;
            margin-top: -3px;
            margin-right: 5px;
        }

        .faqList .faqTit:hover {
            text-decoration: underline !important;
        }

    .faqList .faqCont {
        border: 1px solid #52c9cc;
        margin: 0 10px;
        padding: 10px;
        background: rgba(80,201,204,0.2);
        display: none;
    }

.payMethods {
    margin: 20px 0;
}

    .payMethods li {
        font-size: 0;
        letter-spacing: -4px;
        word-spacing: -4px;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

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

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

    .payMethods .payMdImg {
        width: 20%;
        text-align: center;
    }

        .payMethods .payMdImg img {
            max-width: 100%;
        }

    .payMethods .payMdCont {
        width: 80%;
    }

        .payMethods .payMdCont h4 {
            margin-top: 0;
            font-weight: 600;
        }

        .payMethods .payMdCont a {
            color: #52c9cc;
        }

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

.seaList {
    width: 100%;
    overflow: hidden;
}

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

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

            .seaList .seaListTitle span:first-child {
                width: 69%;
            }

            .seaList .seaListTitle span:last-child {
                width: 16%;
                margin-right: 15%;
            }

    .seaList .searchCont {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        .seaList .searchCont ul {
            font-size: 0;
        }

        .seaList .searchCont li {
            font-size: 16px;
            display: inline-block;
            vertical-align: middle;
        }

        .seaList .searchCont .itemImg {
            width: 12%;
            padding-right: 15px;
            height: 120px;
        }

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

        .seaList .searchCont .itemCont {
            width: 57%;
            overflow: hidden;
        }

            .seaList .searchCont .itemCont > a {
                color: #212121;
                font-weight: 600;
            }

            .seaList .searchCont .itemCont > p {
                color: #9a9a9a;
            }

        .seaList .searchCont .itemPrice {
            width: 16%;
            color: #52c9cc;
            text-align: center;
            font-size: 22px;
        }

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

        .seaList .searchCont .itemBtn {
            width: 15%;
            text-align: right;
        }

            .seaList .searchCont .itemBtn button {
                max-width: 200px;
            }

.checkoutSuccess {
    padding: 20px;
    overflow: hidden;
    font-size: 0;
    margin: 20px 0;
}

    .checkoutSuccess > div {
        font-size: 16px;
    }

.checkSucImg, .checkSucImg2 {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}

.checkSucImg2 {
    padding: 8px;
}

.checkSucInfo {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}

.checkoutSuccess p {
    margin: 10px 0;
}

.checkSucCont p {
    margin-left: 15%;
}

.checkSucList .commBack {
    float: right;
}

.checkSucLiCent {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

    .checkSucLiCent ul {
        font-size: 0;
    }

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

        .checkSucLiCent li:nth-child(1) {
            width: 10%;
            margin-right: 5%;
        }

        .checkSucLiCent li:nth-child(2) {
            width: 85%;
        }

        .checkSucLiCent li img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

    .checkSucLiCent .ckSucTit {
        line-height: 24px;
        font-weight: 700;
    }

        .checkSucLiCent .ckSucTit span {
            margin-right: 5px;
        }

    .checkSucLiCent .ckSucInfo {
        color: #9A9A9A;
        font-size: 14px;
    }

    .checkSucLiCent .opStatusContainer {
        margin-top: 10px;
        float: left;
        color: #FFF;
        padding: 5px 8px;
        text-transform: uppercase;
        position: relative;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .checkSucLiCent .opStatusContainer .commTip {
            text-transform: none;
        }

        .checkSucLiCent .opStatusContainer .commTipText {
            color: #212121;
        }

    .checkSucLiCent .opStatusContainerCyan {
        background-color: #52c9cc;
    }

    .checkSucLiCent .opStatusContainerGreen {
        background-color: #639903;
    }

    .checkSucLiCent .opStatus {
        color: inherit;
        font-size: inherit;
    }

    .checkSucLiCent .opInfo {
        background-color: #FFF;
        display: inline-block;
        padding: 2px 7px;
        cursor: pointer;
        margin-left: 5px;
        line-height: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
    }

    .checkSucLiCent .opInfoCyan {
        color: #52c9cc;
    }

    .checkSucLiCent .opInfoGreen {
        color: #639903;
    }

    .checkSucLiCent .opStatusSpinner {
        display: inline-block;
        margin-top: 17px;
        margin-left: 10px;
        float: left;
    }

        .checkSucLiCent .opStatusSpinner i {
            font-size: 20px;
            color: #9a9a9a;
        }

    .checkSucLiCent .opShowKeyContainer {
        display: none;
        margin-top: 5px;
    }

        .checkSucLiCent .opShowKeyContainer .commButton {
            max-width: 200px;
        }

    .checkSucLiCent .opStatusId {
        display: none;
    }

    .checkSucLiCent .opStatusDescription {
        height: 0px;
        overflow: hidden;
    }

        .checkSucLiCent .opStatusDescription .opStatusDescriptionText {
            padding: 10px;
            background-color: #fffec3;
            margin-top: 10px;
        }

.iframeContainer {
    height: 100%;
}

    .iframeContainer .paymentIframeClose {
        margin: 0;
        background-color: #EEE;
        padding: 10px 10px 15px;
    }

        .iframeContainer .paymentIframeClose button:nth-child(2) {
            float: right;
        }

.paymentIframe {
    border: 0px;
    width: 100%;
    height: 100%;
}

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

.selProTop {
    font-weight: 600;
    margin-bottom: 10px;
}

.selProList {
    font-size: 0;
    letter-spacing: -4px;
    word-spacing: -4px;
    margin: 10px 0;
}

    .selProList span {
        display: inline-block;
        width: 40%;
        font-size: 16px;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: middle;
    }

    .selProList div {
        width: 60%;
        display: inline-block;
        font-size: 0;
    }

    .selProList em {
        width: 10%;
        font-size: 16px;
        display: inline-block;
        font-style: normal;
        color: #F00;
        text-align: right;
        vertical-align: middle;
    }

    .selProList div input {
        vertical-align: middle;
        width: 90%;
        padding: 0 10px;
        height: 40px;
        font-size: 16px;
        border: 1px solid #ddd;
        display: inline-block;
    }

    .selProList div select {
        vertical-align: middle;
        width: 90%;
        padding: 0px 30px 0px 10px;
        height: 40px;
        font-size: 16px;
        border: 1px solid #ddd;
        display: inline-block;
        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;
    }

    .selProList div textarea {
        width: 90%;
        padding: 10px;
        height: 120px;
        font-size: 16px;
        border: 1px solid #ddd;
        display: inline-block;
    }

.setPdtListTop .selectProductList {
    width: 60%;
    float: left;
    margin-bottom: 10px;
}

    .setPdtListTop .selectProductList .selectProduct {
        width: 100%;
        margin-top: 10px;
    }

.selectProduct .setPdtList {
    width: 90%;
    overflow: auto;
    max-height: 200px;
}

    .selectProduct .setPdtList li {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        overflow: hidden;
    }

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

        .selectProduct .setPdtList li input {
            vertical-align: top;
            margin-top: 10px;
            width: 20px;
            height: 20px;
            padding: 0;
        }

        .selectProduct .setPdtList li span {
            width: auto;
            line-height: 20px;
            float: none;
        }

        .selectProduct .setPdtList li select {
            float: right;
            width: 150px;
            vertical-align: top;
            display: inline-block;
        }

.setPdtListTop span {
    vertical-align: top;
    margin-top: 10px;
    float: left;
}

.selProList div p {
    margin: 10px 0;
}

    .selProList div p span {
        width: 30%;
    }

    .selProList div p select {
        width: 60%;
    }

.selProListDif > span {
    vertical-align: top;
    padding-top: 15px;
}

.addSelPro, .addSPTxtTit {
    text-align: right;
    margin-right: 6%;
    padding: 5px 0;
}

    .addSelPro span {
        cursor: pointer;
    }

    .addSPTxtTit a {
        cursor: pointer;
    }

    .addSelPro i, .addSPTxtTit i {
        color: #52c9cc;
        font-size: 20px;
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -2px;
    }

.selProList em i {
    color: #f00;
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}

.addSelProTxt span, .addSelProTxt .selProList em {
    vertical-align: top;
    padding-top: 5px;
}

.addSelProTxt .selProList {
    display: none;
}

.selPrice {
    padding: 20px;
}

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

.selPriList {
    overflow: hidden;
}

.selPriLi {
    margin-bottom: 10px;
}

.selPriLiTit {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

    .selPriLiTit .delSelPri {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 24px;
        float: right;
        line-height: 50px;
        cursor: pointer;
        color: #999;
    }

.selPriLiCont {
    padding: 10px 20px;
    line-height: 40px;
}

    .selPriLiCont p {
        float: right;
    }

        .selPriLiCont p input {
            width: 150px;
            height: 40px;
            border: 1px solid #b7b7b7;
            margin-right: 10px;
            padding: 0 10px;
        }

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

.delMaskCont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 535px;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 60px 50px;
    background: #FFF;
}

.cusLanInfo {
    text-align: center;
    min-height: 5.65em;
}

.delBtuWrap {
    margin-top: 20px;
}

    .delBtuWrap button {
        background: none;
        width: 45%;
        min-width: 80px;
        margin: 0 2.5%;
        height: 45px;
        float: left;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        outline: none;
    }

    .delBtuWrap .btnModalConfirm {
        border: 1px solid #52c9cc;
        color: #52C9CC;
    }

    .delBtuWrap .btnModalCancel {
        background: #52c9cc;
        color: #fff;
    }

    .delBtuWrap button:hover {
        background: rgba(81,201,204,0.2);
    }

    .delBtuWrap .btnModalCancel:hover {
        border: 1px solid #52c9cc;
        color: #52C9CC;
    }

.delClose {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 34px;
    height: 34px;
    font-size: 24px;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    background: none;
    outline: none;
}

    .delClose:before, .delClose:after {
        position: absolute;
        top: 16px;
        left: -4px;
        content: "";
        width: 44px;
        height: 3px;
        background: #605f5f;
        -webkit-transition: -webkit-transform .5s ease-out;
        -moz-transition: -moz-transform .5s ease-out;
        -ms-transition: -ms-transform .5s ease-out;
        -o-transition: -o-transform .5s ease-out;
        transition: transform .5s ease-out;
        transition: transform .5s ease-out,-webkit-transform .5s ease-out;
    }

    .delClose:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .delClose:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .delClose:hover:before, .delClose:hover:after {
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -ms-transition: -ms-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    }

    .delClose:hover:before {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .delClose:hover:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.ebayTable p {
    font-weight: 600;
    padding: 10px 20px;
}

.ebayTable table {
    vertical-align: middle;
    width: 100%;
}

    .ebayTable table td {
        padding: 8px;
    }

        .ebayTable table td:first-child {
            padding: 8px 0 8px 20px;
        }

.ebayTable .ebayTableAligned td:first-child {
    width: 30%;
}

.ebayTable .lastTotal {
    background: #f4f4f4;
    font-weight: 700;
    border-top: 1px solid #dedede;
}

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

.ebaySetCont {
    padding: 10px;
    border: 1px solid #52c9cc;
    background: rgba(80,201,201,0.1);
}

.ebayCont h4 {
    margin-top: 0;
}

.ebayTxt a {
    color: #52c9cc;
    text-decoration: underline !important;
}

.liveStream {
    width: 100%;
    border: 1px solid #52c9cc;
    padding: 10px;
    background: rgba(80,201,204,0.2);
    overflow: hidden;
    display: none;
    margin-top: 10px;
}

    .liveStream a {
        color: #52c9cc;
    }

    .liveStream .liveUrl {
        overflow-wrap: break-word;
    }

.affTwitch div {
    margin: 10px 0;
    font-size: 0;
}

    .affTwitch div span {
        width: 20%;
        vertical-align: middle;
        display: inline-block;
        font-size: 16px;
    }

.affTwitch .affTwitchR {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

    .affTwitch .affTwitchR select, .affTwitch .affTwitchR input {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #ddd;
    }

    .affTwitch .affTwitchR em {
        font-style: normal;
    }

.affTwitch .twiSet {
    font-size: 16px;
    vertical-align: middle;
}

    .affTwitch .twiSet select {
        border: 1px solid #ddd;
        padding: 5px 10px;
        margin-right: 10px;
    }

    .affTwitch .twiSet #a_ptb_options_language {
        margin-left: -3px;
    }

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

.twitchIframe iframe {
    max-width: 100%;
}

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

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

.feedback {
    margin: 20px 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.feedbackTit {
    padding: 0 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

    .feedbackTit p {
        padding: 0 7% 0 30%;
        position: relative;
    }

        .feedbackTit p i {
            margin: 0 20px;
        }

        .feedbackTit p span {
            display: inline-block;
            height: 40px;
            background: #f4f4f4;
        }

        .feedbackTit p .slt {
            text-align: right;
            float: right;
            padding-left: 10px;
        }

.feedbackCent {
    padding: 10px 15px 0;
}

.feedbackRange {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 0;
}

    .feedbackRange span {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .feedbackRange .title {
        width: 30%;
    }

    .feedbackRange .feedRange {
        width: 50%;
    }

    .feedbackRange .rangeVal {
        width: 20%;
        text-align: center;
    }

    .feedbackRange input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        border-radius: 10px;
        background: -webkit-linear-gradient(#5bc0de, #5bc0de) no-repeat;
        height: 13px;
        background-size: 0% 100%;
    }

        .feedbackRange input[type=range]:focus {
            outline: none;
        }

        .feedbackRange input[type=range]::-webkit-slider-runnable-track {
            height: 15px;
            border-radius: 10px;
            box-shadow: 0 1px 1px #def3f8, inset 0 1px 1px #0d1112;
        }

        .feedbackRange input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            height: 25px;
            width: 25px;
            margin-top: -5px;
            background: #fff;
            border-radius: 50%;
            border: solid 0.125em rgba(205, 224, 230, 0.5);
            box-shadow: 0 1px 1px #3b4547;
        }

        .feedbackRange input[type=range]::-moz-range-track {
            height: 15px;
            background: #FFF;
            border-radius: 10px;
            box-shadow: 0 1px 1px #def3f8, inset 0 1px 1px #0d1112;
        }

        .feedbackRange input[type=range]::-moz-range-thumb {
            appearance: none;
            height: 25px;
            width: 25px;
            margin-top: -5px;
            background: #ffffff;
            border-radius: 50%;
            border: solid 0.125em rgba(205, 224, 230, 0.5);
            box-shadow: 0 .125em .125em #3b4547;
        }

        .feedbackRange input[type=range]::-moz-range-progress {
            background: linear-gradient(to right, #059CFA, white 100%, white);
            background: #5bc0de;
            height: 13px;
            border-radius: 10px;
        }

        .feedbackRange input[type=range]::-ms-track {
            height: 25px;
            border-radius: 10px;
            box-shadow: 0 1px 1px #def3f8, inset 0 1px 1px #0d1112;
            border-color: transparent;
            color: transparent;
        }

        .feedbackRange input[type=range]::-ms-thumb {
            border: solid 0.125em rgba(205, 224, 230, 0.5);
            height: 25px;
            width: 25px;
            border-radius: 50%;
            background: #fff;
            margin-top: -5px;
            box-shadow: 0 1px 1px #3b4547;
        }

        .feedbackRange input[type=range]::-ms-fill-lower {
            height: 22px;
            border-radius: 10px;
            background: #5bc0de;
        }

        .feedbackRange input[type=range]::-ms-fill-upper {
            height: 22px;
            border-radius: 10px;
            background: #fff;
        }

        .feedbackRange input[type=range]:focus::-ms-fill-lower {
            background: #5bc0de;
        }

        .feedbackRange input[type=range]:focus::-ms-fill-upper {
            background: #fff;
        }

.feedbackRadio {
    margin-bottom: 15px;
    font-size: 0;
}

    .feedbackRadio .title {
        width: 30%;
        display: inline-block;
        font-size: 16px;
        vertical-align: middle;
    }

    .feedbackRadio .feedRadio {
        font-size: 16px;
        vertical-align: middle;
        display: inline-block;
        width: 70%;
    }

        .feedbackRadio .feedRadio label {
            font-weight: normal;
            width: 30%;
        }

            .feedbackRadio .feedRadio label i {
                margin-left: 5px;
                vertical-align: middle;
            }

            .feedbackRadio .feedRadio label .fa-smile-o {
                color: #0d0;
            }

            .feedbackRadio .feedRadio label .fa-meh-o {
                color: #52c9cc;
            }

            .feedbackRadio .feedRadio label .fa-frown-o {
                color: #9b9b9b;
            }

    .feedbackRadio textarea {
        vertical-align: top;
        width: 50%;
        height: 120px;
        line-height: 20px;
        padding: 10px;
        font-size: 16px;
    }

#live_embed_player_flash {
    width: 70%;
    height: 445px;
}

#twitchChat {
    width: 30%;
    height: 445px;
}

.liveShow {
    background: #FFF;
}

.liveShow_wrapper {
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 3px #d6d6d6;
    background: url(../images/liveBG1.png) no-repeat center top;
    background-size: 100%;
}

.liveTit {
    margin: 0 auto;
    display: block;
    max-width: 50%;
}

.liveShow_content {
    margin: 0px 20px 20px;
    border: 2px solid #52c9cc;
    padding: 20px;
}

    .liveShow_content li {
        margin-bottom: 10px;
    }

    .liveShow_content .title {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 16px;
    }

@media (max-width:1200px) {
}

@media (max-width:992px) {
    .commAffTitle {
        font-size: 40px;
    }

    .affWork {
        position: static;
    }

        .affWork .step {
            position: static;
            width: 100%;
            height: 50px;
            line-height: 50px;
            text-align: left;
            padding: 0 10px;
            border-radius: 0;
            background: rgba(44,44,44,.9) url(../images/sw.jpg) no-repeat center center;
            background-blend-mode: overlay;
            color: #FFF;
            font-size: 16px;
            border: 1px solid #212121;
        }

        .affWork li.cur .step {
            background: rgba(44,44,44,.9) url(../images/sw.jpg) no-repeat center center;
            background-blend-mode: overlay;
        }

        .affWork .affWorkCont {
            margin-top: 0;
            border: 1px solid #212121;
            border-top: none;
            padding: 10px;
        }

        .affWork li {
            margin: 20px 0;
        }

        .affWork .step i {
            display: block;
            float: right;
            font-size: 24px;
            line-height: 50px;
        }

    .gsView .row > div span {
        width: 20%;
    }

    .gsView .Wdate, .gsView .row select {
        width: 50%;
        float: none;
    }

    .otherLgIcon li {
        width: 12.5%;
    }

    .feedProgress li span {
        width: 30%;
    }

    .feedProgress li .progress {
        width: 50%;
    }

    .m_liveShow {
        padding: 20px 0;
    }
}

@media (max-width:768px) {
    .commAffTitle {
        font-size: 30px;
        margin-left: 5px;
        line-height: 35px;
    }

    .timeline:after {
        left: 20px;
    }

    .timeline .timeline-row {
        padding-left: 0;
        margin-bottom: 16px;
    }

        .timeline .timeline-row .timeline-img {
            position: relative;
            right: auto;
            top: 0;
            text-align: left;
            margin: 0 0 6px 56px;
        }

        .timeline .timeline-row .timeline-icon {
            top: 52px;
            left: -2px;
            margin-left: 0;
        }

        .timeline .timeline-row .timeline-content {
            margin-left: 30px;
            position: relative;
        }

            .timeline .timeline-row .timeline-content:after {
                right: auto !important;
                left: -20px !important;
                top: 32px;
            }

        .timeline .timeline-row .timeline-content {
            padding-top: 0;
        }

            .timeline .timeline-row .timeline-content h3 {
                margin-top: 0;
            }

        .timeline .timeline-row:nth-child(odd) {
            padding-right: 0;
        }

            .timeline .timeline-row:nth-child(odd) .timeline-img {
                left: auto;
            }

            .timeline .timeline-row:nth-child(odd) .timeline-content {
                margin-right: 0;
                margin-left: 30px;
            }

    .affDetail {
        padding-right: 0;
    }

        .affDetail img, .affReady img {
            display: none;
        }

    .affTip > div, .tipBtn {
        width: 100%;
    }

    .affTip .tipImg img {
        margin: 20px auto;
        max-width: 300px;
    }

    .doTip {
        padding: 0;
    }

    .donot {
        width: 100%;
        margin: 10px auto;
        padding: 20px;
    }

        .donot .doOk, .donot .doNt {
            padding-left: 10px;
        }

            .donot .doOk p:before, .donot .doNt p:before {
                top: 0;
                left: -40px;
            }

            .donot .doOk p, .donot .doNt p {
                margin: 10px 0;
            }

        .donot .doImg {
            width: 70%;
            margin-top: 10px;
        }

    .affReady {
        padding-right: 0;
    }

        .affReady a {
            margin: 20px auto;
        }

        .affReady .regBtn {
            width: 100%;
            position: static;
            margin: 0 auto;
            max-width: 250px;
        }

    .memberTit {
        margin-top: 15px;
        padding: 15px;
    }

    .memberList {
        padding: 0 10px;
    }

    .accoutBtn {
        width: 70%;
    }

    .orderCont {
        padding: 0 15px;
    }

    .orderBtn button {
        width: 35%;
    }

    .orderList {
        margin-top: 15px;
    }

    .commInputStyle span {
        width: 30%;
    }

    .commInputStyle p, .socpdeStle > div {
        width: 67%;
    }

        .commInputStyle p input {
            width: 85%;
        }

    .textareaStyle p textarea {
        width: 85%;
    }

    .commInputStyle .land select, .ebaySelected .commInputStyle select, .steamMarketForm .commInputStyle select {
        width: 85%;
    }

    .trebtCont {
        padding: 15px;
    }

    .trebtMaskTit {
        float: none;
        text-align: center;
    }

    .trebtLink {
        padding: 10px;
    }

    .trebtImg {
        max-width: 94%;
    }

    #trebtEcharts {
        height: 300px;
        padding: 0 -20px;
    }

    .besthistory {
        padding: 5px 15px;
        overflow: hidden;
    }

        .besthistory li {
            position: relative;
        }

    .bestellin {
        padding: 5px 15px;
    }

    .bestTable table tbody tr td:nth-child(2) {
        padding: 5px;
        word-break: break-all;
    }

    .bestTable {
        margin-bottom: 20px;
    }

    .payMethod {
        padding: 10px;
    }

    .payMethod {
        margin-bottom: 20px;
    }

    .zahTable {
        width: 100%;
        overflow: hidden;
    }

        .zahTable table {
            width: 100%;
            overflow: hidden;
        }

    .payCoupon, .payCount {
        padding: 10px;
    }

        .payCoupon .payCupInput {
            width: 65%;
        }
    .payuser, .payCount {
        padding: 10px;
    }

        .payuser .payCupInput {
            width: 65%;
        }
         
    .zahMethod, .zusa {
        padding: 10px;
    }

    .gsView {
        margin: 20px auto;
        padding: 10px;
    }

        .gsView .Wdate, .gsView .row select {
            width: 60%;
            height: 40px;
        }

    .gsKlicks table tbody tr td {
        word-break: break-all;
        padding: 10px 2px;
    }

    .gsTopBanner table tbody tr td {
        padding: 10px 2px;
    }

    .affLoginL {
        width: 100%;
        float: none;
    }

    .affLoginR {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

        .affLoginR .row img {
            max-width: 70%;
            margin: 0 auto;
            display: block;
        }

    .startBtn {
        width: 50%;
        margin: 20px 0;
    }

    .gsVSTitle {
        margin-top: 20px;
        text-align: right;
    }

    .affBnCont select {
        margin: 5px 0;
        max-width: 100%;
    }

    .affBnCont p span {
        display: block;
    }

    .affBnUrl .affBnCont p .affBnInput {
        margin: 5px 0;
    }

    .affdeCont, .affContact {
        padding: 10px;
    }

    .affdeInfo h4 {
        margin-top: 0;
    }

    .affdeTit {
        height: 54px;
        margin-bottom: 10px;
    }

        .affdeTit ul {
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
        }

            .affdeTit ul::-webkit-scrollbar {
                width: 0px;
            }

        .affdeTit li a {
            padding: 0 20px;
        }

    .werbeHin p {
        width: 67%;
    }

    .werbeHin div {
        width: 30%;
    }

        .werbeHin div select {
            width: 100%;
        }

    .werbeHin p input {
        width: 85%;
    }

    .affPayment tbody tr td {
        padding: 10px 0;
        border-right: 1px solid #ddd;
    }

        .affPayment tbody tr td:last-child {
            border-right: none;
        }

        .affPayment thead tr td:nth-child(2), .affPayment tbody tr td:nth-child(2) {
            display: none;
        }

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

    .otherLgIcon li {
        width: 20%;
    }

    .affWork.affFaq {
        padding: 0 5px;
    }

        .affWork .affFaq li {
            margin: 0;
        }

    .affFaq .affFaqCont {
        margin: 5px 0;
        padding: 5px;
    }

    .affWork li:first-child {
        margin-top: 0;
    }

    .feedTit, .feedCont {
        padding: 10px;
    }

    .feedProgress li span {
        width: 50%;
    }

    .txtSearch:after {
        right: 16%;
    }

    .cookieCont, .faqList {
        padding: 10px;
    }

    .payMethods li > div {
        display: inline;
    }

    .payMethods .payMdImg {
        width: 50%;
        text-align: left;
    }

    .payMethods .payMdCont {
        width: auto;
    }

        .payMethods .payMdCont h4 {
            width: 50%;
            float: right;
            text-align: right;
        }

        .payMethods .payMdCont p {
            width: 100%;
            margin-top: 10px;
        }

    .subIdNew {
        padding: 10px;
    }

    .seaList .seaListTitle {
        display: none;
    }

    .seaList .searchCont {
        padding: 10px 10px 60px;
        position: relative;
    }

        .seaList .searchCont .itemImg {
            width: 20%;
            position: absolute;
            top: 10px;
            left: 10px;
            height: calc(100% - 20px);
        }

        .seaList .searchCont .itemCont {
            width: 100%;
            text-align: left;
            padding-left: 20%;
        }

        .seaList .searchCont .itemPrice {
            width: 50%;
            padding-left: 20%;
            text-align: left;
            position: absolute;
            left: 5px;
            bottom: 5px;
            font-size: 24px;
        }

            .seaList .searchCont .itemPrice del {
                position: absolute;
                bottom: 25px;
            }

        .seaList .searchCont .itemBtn {
            width: 40%;
            position: absolute;
            right: 10px;
            bottom: 10px;
        }

    .checkSucImg {
        width: 20%;
        margin-right: 2%;
    }

    .checkSucInfo {
        width: 78%;
    }

    .checkSucImg2 {
        display: none;
    }

    .m_checkSucInfo {
        width: 100%;
    }

    .checkSucLiCent li:nth-child(1) {
        width: 20%;
        margin-right: 2%;
    }

    .checkSucLiCent li:nth-child(2) {
        width: 78%;
    }

    .checkSucLiCent li img {
        margin: 0;
    }

    .checkoutSuccess, .checkSucLiCent {
        padding: 15px;
    }

    .affMaskCont {
        padding: 10px;
    }

    .selPro {
        padding: 10px;
    }

    .selProList span, .selProList div {
        display: block;
        width: 100%;
        margin: 5px 0;
    }

    .setPdtListTop .selectProductList {
        display: block;
        width: 100%;
        margin-top: 0;
        float: none;
    }

    .selProList div p span {
        display: inline-block;
    }

    .addSelPro, .addSPTxtTit {
        margin-right: 10%;
    }

    .selProList .selectProductList .selectProduct {
        padding-left: 0;
    }

    .selectProduct .setPdtList li span {
        display: inline-block;
        margin-top: 10px;
    }

    .selPriLiCont {
        padding: 10px;
        line-height: normal;
    }

        .selPriLiCont p {
            margin: 10px 0;
            float: none;
        }

    .delMaskCont {
        padding: 30px 20px;
    }

    .delClose {
        top: 5px;
        right: 5px;
    }

    .selPrice {
        padding: 10px;
    }

    .selPriLiTit {
        padding-left: 10px;
    }

    .ebayTable p {
        padding: 10px 15px;
    }

    .ebayTable table td:first-child {
        padding: 8px 0 8px 15px;
    }

    .ebayCont {
        padding: 15px;
    }

    .affTwitch div span {
        width: 30%;
    }

    .affTwitch .affTwitchR {
        width: 70%;
    }

    .feedbackRange .title {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .feedbackRange .feedRange {
        width: 80%;
    }

    .feedbackRadio .title {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .feedbackRadio .feedRadio {
        width: 100%;
    }

        .feedbackRadio .feedRadio label {
            width: 32%;
        }

            .feedbackRadio .feedRadio label input {
                margin-right: 3px;
            }

            .feedbackRadio .feedRadio label i {
                margin-left: 3px;
            }

    .feedbackRadio textarea {
        width: 100%;
    }

    .feedbackTit p {
        padding: 0;
    }

    #live_embed_player_flash {
        width: 100%;
        height: 350px;
    }

    #twitchChat {
        width: 100%;
    }

    .m_liveShow {
        padding: 10px 0;
    }

    .liveTit {
        max-width: 70%;
    }

    .liveShow_wrapper {
        background: url(../images/liveBG1.png) no-repeat center top,url(../images/liveFt.jpg) no-repeat center bottom;
        background-size: 100%;
    }
}

@media (max-width:480px) {
    .iframeContainer .commBackKF {
        font-size: 14px;
    }

    .commInputStyle {
        height: 65px;
    }

        .commInputStyle > span {
            width: 100%;
            text-align: left;
            position: static;
            line-height: normal;
            float: none;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            color: #9a9a9a;
            font-size: 14px;
        }

        .commInputStyle p, .socpdeStle > div {
            float: none;
            width: 100%;
        }

            .commInputStyle p input {
                width: 92%;
            }

    .textareaStyle p textarea {
        width: 92%;
    }

    .commInputStyle .land select, .ebaySelected .commInputStyle select, .steamMarketForm .commInputStyle select {
        width: 92%;
    }
}
