﻿@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

ins, a {
    text-decoration: none;
}

a, .y-lnk-highlight, .y-lnk, .y-lnk-gray, .y-lnk-highlight {
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
}

.dn-btn {
    color: #373d41;
    font-family: PingFangSC-Light,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
    font-size: 14px;
    line-height: 1.28571;
    color: inherit;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    text-decoration: none;
}

    .dn-btn, .dn-btn *, .dn-btn:after, .dn-btn :after, .dn-btn:before, .dn-btn :before {
        box-sizing: border-box;
    }

        .dn-btn[disabled] {
            cursor: default;
        }

        .dn-btn::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

        .dn-btn:active, .dn-btn:hover {
            outline: 0;
        }

@-webkit-keyframes loadingCircle {
    0% {
        transform-origin: 50% 50%;
        transform: rotate(0deg);
    }

    to {
        transform-origin: 50% 50%;
        transform: rotate(1turn);
    }
}

.dn-btn {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-family: inherit;
    background: 0 0;
    cursor: pointer;
    transition: all .1s ease-out;
    box-shadow: none;
    border-radius: 0;
    border-style: solid;
    text-align: center;
}

    .dn-btn, .dn-btn:active, .dn-btn:focus {
        outline: 0;
    }

        .dn-btn.disabled, .dn-btn[disabled] {
            background-color: #f5f5f6;
            border-color: transparent;
        }

            .dn-btn.disabled, .dn-btn.disabled.visited, .dn-btn.disabled:link, .dn-btn.disabled:visited, .dn-btn[disabled], .dn-btn[disabled].visited, .dn-btn[disabled]:link, .dn-btn[disabled]:visited {
                color: #9b9ea0;
            }

                .dn-btn.disabled.active, .dn-btn.disabled.hover, .dn-btn.disabled:active, .dn-btn.disabled:focus, .dn-btn.disabled:hover, .dn-btn[disabled].active, .dn-btn[disabled].hover, .dn-btn[disabled]:active, .dn-btn[disabled]:focus, .dn-btn[disabled]:hover {
                    color: #9b9ea0;
                    background-color: #f5f5f6;
                    border-color: transparent;
                    text-decoration: none;
                }

        .dn-btn[disabled] {
            cursor: not-allowed;
        }

        .dn-btn:after {
            text-align: center;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            transition: opacity .5s ease;
        }

.dn-btn-primary {
    border-style: solid;
    background-color: #fe471f;
    border-color: transparent;
}

    .dn-btn-primary, .dn-btn-primary.visited, .dn-btn-primary:link, .dn-btn-primary:visited {
        color: #fff;
    }

        .dn-btn-primary.active, .dn-btn-primary.hover, .dn-btn-primary:active, .dn-btn-primary:focus, .dn-btn-primary:hover {
            color: #fff;
            background-color: #fe471f;
            border-color: transparent;
            text-decoration: none;
        }

.dn-btn-small {
    margin: 0;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 26px;
    border-width: 1px;
}

    .dn-btn-small > .dn-icon {
        margin: 0 4px;
    }

        .dn-btn-small > .dn-icon:before {
            width: 12px;
            font-size: 12px;
            line-height: inherit;
        }

    .dn-btn-small > .dn-icon-first {
        margin-left: 0;
    }

    .dn-btn-small > .dn-icon-last {
        margin-right: 0;
    }

    .dn-btn-small > .dn-icon-alone {
        margin: 0;
    }

    .dn-btn-small > .dn-icon-split:before {
        width: 12px;
        font-size: 12px;
        line-height: inherit;
    }

    .dn-btn-small.dn-btn-loading {
        padding-left: 28px;
    }

        .dn-btn-small.dn-btn-loading:after {
            width: 12px;
            height: 12px;
            font-size: 12px;
            line-height: 12px;
            left: 12px;
            top: 50%;
            text-align: center;
            margin-top: -6px;
            margin-right: 4px;
        }

        .dn-btn-small.dn-btn-loading > .dn-icon {
            display: none;
        }

.dn-btn-ghost {
    box-shadow: none;
    border-style: solid;
}

    .dn-btn-ghost.dn-btn-dark {
        background-color: transparent;
        border-color: #fff;
    }

        .dn-btn-ghost.dn-btn-dark, .dn-btn-ghost.dn-btn-dark.visited, .dn-btn-ghost.dn-btn-dark:link, .dn-btn-ghost.dn-btn-dark:visited {
            color: #fff;
        }

            .dn-btn-ghost.dn-btn-dark.active, .dn-btn-ghost.dn-btn-dark.hover, .dn-btn-ghost.dn-btn-dark:active, .dn-btn-ghost.dn-btn-dark:focus, .dn-btn-ghost.dn-btn-dark:hover {
                color: #373d41;
                background-color: hsla(0,0%,100%,.98);
                border-color: #fff;
                text-decoration: none;
            }

            .dn-btn-ghost.dn-btn-dark.disabled, .dn-btn-ghost.dn-btn-dark[disabled] {
                background-color: transparent;
                border-color: hsla(0,0%,100%,.4);
            }

                .dn-btn-ghost.dn-btn-dark.disabled, .dn-btn-ghost.dn-btn-dark.disabled.visited, .dn-btn-ghost.dn-btn-dark.disabled:link, .dn-btn-ghost.dn-btn-dark.disabled:visited, .dn-btn-ghost.dn-btn-dark[disabled], .dn-btn-ghost.dn-btn-dark[disabled].visited, .dn-btn-ghost.dn-btn-dark[disabled]:link, .dn-btn-ghost.dn-btn-dark[disabled]:visited {
                    color: hsla(0,0%,100%,.4);
                }

                    .dn-btn-ghost.dn-btn-dark.disabled.active, .dn-btn-ghost.dn-btn-dark.disabled.hover, .dn-btn-ghost.dn-btn-dark.disabled:active, .dn-btn-ghost.dn-btn-dark.disabled:focus, .dn-btn-ghost.dn-btn-dark.disabled:hover, .dn-btn-ghost.dn-btn-dark[disabled].active, .dn-btn-ghost.dn-btn-dark[disabled].hover, .dn-btn-ghost.dn-btn-dark[disabled]:active, .dn-btn-ghost.dn-btn-dark[disabled]:focus, .dn-btn-ghost.dn-btn-dark[disabled]:hover {
                        color: hsla(0,0%,100%,.4);
                        background-color: transparent;
                        border-color: hsla(0,0%,100%,.4);
                        text-decoration: none;
                    }

    .dn-btn-ghost.dn-btn-light {
        background-color: transparent;
        border-color: #fe471f;
    }

        .dn-btn-ghost.dn-btn-light, .dn-btn-ghost.dn-btn-light.visited, .dn-btn-ghost.dn-btn-light:link, .dn-btn-ghost.dn-btn-light:visited {
            color: #fe471f;
        }

            .dn-btn-ghost.dn-btn-light.active, .dn-btn-ghost.dn-btn-light.hover, .dn-btn-ghost.dn-btn-light:active, .dn-btn-ghost.dn-btn-light:focus, .dn-btn-ghost.dn-btn-light:hover {
                color: #fff;
                background-color: #fe471f;
                border-color: #fe471f;
                text-decoration: none;
            }

            .dn-btn-ghost.dn-btn-light.disabled, .dn-btn-ghost.dn-btn-light[disabled] {
                background-color: #f5f5f6;
                border-color: transparent;
            }

                .dn-btn-ghost.dn-btn-light.disabled, .dn-btn-ghost.dn-btn-light.disabled.visited, .dn-btn-ghost.dn-btn-light.disabled:link, .dn-btn-ghost.dn-btn-light.disabled:visited, .dn-btn-ghost.dn-btn-light[disabled], .dn-btn-ghost.dn-btn-light[disabled].visited, .dn-btn-ghost.dn-btn-light[disabled]:link, .dn-btn-ghost.dn-btn-light[disabled]:visited {
                    color: hsla(204,3%,62%,.99);
                }

                    .dn-btn-ghost.dn-btn-light.disabled.active, .dn-btn-ghost.dn-btn-light.disabled.hover, .dn-btn-ghost.dn-btn-light.disabled:active, .dn-btn-ghost.dn-btn-light.disabled:focus, .dn-btn-ghost.dn-btn-light.disabled:hover, .dn-btn-ghost.dn-btn-light[disabled].active, .dn-btn-ghost.dn-btn-light[disabled].hover, .dn-btn-ghost.dn-btn-light[disabled]:active, .dn-btn-ghost.dn-btn-light[disabled]:focus, .dn-btn-ghost.dn-btn-light[disabled]:hover {
                        color: hsla(204,3%,62%,.99);
                        background-color: #f5f5f6;
                        border-color: transparent;
                        text-decoration: none;
                    }

    .dn-btn-ghost.dn-btn-ghost-buy {
        background-color: transparent;
        border-color: #ff8a00;
    }

        .dn-btn-ghost.dn-btn-ghost-buy, .dn-btn-ghost.dn-btn-ghost-buy.visited, .dn-btn-ghost.dn-btn-ghost-buy:link, .dn-btn-ghost.dn-btn-ghost-buy:visited {
            color: #ff8a00;
        }

            .dn-btn-ghost.dn-btn-ghost-buy.active, .dn-btn-ghost.dn-btn-ghost-buy.hover, .dn-btn-ghost.dn-btn-ghost-buy:active, .dn-btn-ghost.dn-btn-ghost-buy:focus, .dn-btn-ghost.dn-btn-ghost-buy:hover {
                color: #fff;
                background-color: #fe471f;
                border-color: #fe471f;
                text-decoration: none;
            }

            .dn-btn-ghost.dn-btn-ghost-buy.disabled, .dn-btn-ghost.dn-btn-ghost-buy[disabled] {
                background-color: #f5f5f6;
                border-color: transparent;
            }

                .dn-btn-ghost.dn-btn-ghost-buy.disabled, .dn-btn-ghost.dn-btn-ghost-buy.disabled.visited, .dn-btn-ghost.dn-btn-ghost-buy.disabled:link, .dn-btn-ghost.dn-btn-ghost-buy.disabled:visited, .dn-btn-ghost.dn-btn-ghost-buy[disabled], .dn-btn-ghost.dn-btn-ghost-buy[disabled].visited, .dn-btn-ghost.dn-btn-ghost-buy[disabled]:link, .dn-btn-ghost.dn-btn-ghost-buy[disabled]:visited {
                    color: hsla(204,3%,62%,.99);
                }

                    .dn-btn-ghost.dn-btn-ghost-buy.disabled.active, .dn-btn-ghost.dn-btn-ghost-buy.disabled.hover, .dn-btn-ghost.dn-btn-ghost-buy.disabled:active, .dn-btn-ghost.dn-btn-ghost-buy.disabled:focus, .dn-btn-ghost.dn-btn-ghost-buy.disabled:hover, .dn-btn-ghost.dn-btn-ghost-buy[disabled].active, .dn-btn-ghost.dn-btn-ghost-buy[disabled].hover, .dn-btn-ghost.dn-btn-ghost-buy[disabled]:active, .dn-btn-ghost.dn-btn-ghost-buy[disabled]:focus, .dn-btn-ghost.dn-btn-ghost-buy[disabled]:hover {
                        color: hsla(204,3%,62%,.99);
                        background-color: #f5f5f6;
                        border-color: transparent;
                        text-decoration: none;
                    }

.websearchkuwarp {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
}

.websearchku {
    margin: 0 auto;
    width: 1200px;
    font-size: 12px;
}

    .websearchku ol, .websearchku ul {
        list-style: none;
    }

    .websearchku i {
        font-style: normal;
    }

.search-left {
    float: left;
    width: 300px;
}

.search-center {
    float: left;
    width: 600px;
    padding-top: 20px;
}

.search-right {
    float: right;
    width: 190px;
}

.search-left img {
    height: 99px;
}

.search-center form {
    display: inline-block;
    width: 70%;
    position: relative;
    float: left;
}

    .search-center form .search-btn {
        position: absolute;
        right: 0;
    }

.search-center .find {
    font-size: 12px;
    width: 78%;
    height: 32px;
    border: 2px solid #fe471f;
    padding-left: 2%;
    outline: 0;
    float: right;
    border-left: 0;
}

    .search-center .find:focus {
        border-color: #fe471f;
    }

.search-center .or {
    color: #979797;
    float: left;
    line-height: 32px;
    width: 38px;
    text-align: center;
}

.search-center .witkey {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 30%;
}

    .search-center .witkey .release .dbl-icon-base-shangjiantou {
        display: none;
    }

    .search-center .witkey .witkey-pop {
        position: absolute;
        z-index: 3;
        top: 32px;
        left: 38px;
        overflow: hidden;
        width: 280px;
        max-height: 0;
        background: #fff;
        transition: all .5s;
    }

        .search-center .witkey .witkey-pop h4, .search-center .witkey .witkey-pop p {
            margin: 0;
        }

        .search-center .witkey .witkey-pop .witkey-inner {
            border: 1px solid #e1e1e1;
            border-top: 0;
        }

        .search-center .witkey .witkey-pop .title {
            border-top: 1px solid #e1e1e1;
            line-height: 35px;
            height: 35px;
            text-align: left;
            background: #f8f8f8;
            padding-left: 20px;
        }

        .search-center .witkey .witkey-pop ul.release-list li {
            line-height: 34px;
            margin-top: 10px;
            border-top: 0;
            background-repeat: no-repeat;
        }

            .search-center .witkey .witkey-pop ul.release-list li img {
                float: left;
                width: 25px;
            }

            .search-center .witkey .witkey-pop ul.release-list li .text-box {
                margin-left: 20px;
            }

                .search-center .witkey .witkey-pop ul.release-list li .text-box h4 {
                    line-height: 14px;
                    height: 14px;
                }

                    .search-center .witkey .witkey-pop ul.release-list li .text-box h4:hover {
                        color: red;
                    }

                .search-center .witkey .witkey-pop ul.release-list li .text-box p {
                    line-height: 24px;
                    color: #999;
                }

                    .search-center .witkey .witkey-pop ul.release-list li .text-box p:hover {
                        color: #0b9eff;
                    }

        .search-center .witkey .witkey-pop ul.release-list li {
            background-position: 10px top;
        }

            .search-center .witkey .witkey-pop ul.release-list li + li {
                background-position: 10px -45px;
            }

                .search-center .witkey .witkey-pop ul.release-list li + li + li {
                    background-position: 10px -90px;
                }

        .search-center .witkey .witkey-pop .guide {
            line-height: 30px;
            text-align: center;
        }

            .search-center .witkey .witkey-pop .guide a {
                color: red;
            }

        .search-center .witkey .witkey-pop .foot-area {
            margin: 10px 0;
            text-align: center;
        }

            .search-center .witkey .witkey-pop .foot-area .y-btn-s {
                border: 1px solid #fe471f;
            }

            .search-center .witkey .witkey-pop .foot-area .y-btn-blue {
                background: #fe471f;
            }

            .search-center .witkey .witkey-pop .foot-area a.y-btn-white:hover {
                border: 1px solid #fe471f;
                background: #fe471f;
            }

    .search-center .witkey .search-btn:hover .release .dbl-icon-base-shangjiantou {
        display: inline;
        transition: all .5s;
    }

    .search-center .witkey .search-btn:hover .release .dbl-icon-base-xiajiantou {
        display: none;
    }

    .search-center .witkey .search-btn:hover + .witkey-pop, .search-center .witkey .witkey-pop:hover {
        overflow: hidden;
        max-height: 400px;
    }

.search-center .under-search {
    overflow: hidden;
    width: 100%;
    height: 23px;
}

.search-center ul.recommand-keywords {
    margin-left: -8px;
    margin-top: 8px;
    overflow: hidden;
}

    .search-center ul.recommand-keywords li {
        float: left;
        font-size: 0;
    }

        .search-center ul.recommand-keywords li a {
            padding: 0 6px;
            border-left: 1px solid #979797;
            font-size: 12px;
            color: #979797;
        }

            .search-center ul.recommand-keywords li a:hover {
                color: #fe471f;
            }

.search-center .J-suggest-words {
    position: absolute;
    z-index: 10;
    display: none;
    width: 70%;
    margin-top: -1px;
    padding-bottom: 5px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

    .search-center .J-suggest-words .title {
        font-size: 14px;
        line-height: 30px;
        padding-left: 10px;
    }

    .search-center .J-suggest-words #J-suggest-product {
        border-bottom: 1px solid #e0e0e0;
    }

    .search-center .J-suggest-words ul.J-suggest-list {
        width: auto;
        height: auto;
        margin-left: 20px;
    }

        .search-center .J-suggest-words ul.J-suggest-list li {
            float: none;
        }

            .search-center .J-suggest-words ul.J-suggest-list li a {
                font-weight: 700;
                display: block;
                cursor: pointer;
                color: #fe471f;
            }

            .search-center .J-suggest-words ul.J-suggest-list li:hover {
                background: #eafbfe;
            }

.search-btn {
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 0;
    background: #fe471f;
}

a.search-btn, a.search-btn:link, a.search-btn:visited, a.search-btn:hover {
    color: #fff;
}

.search-type {
    position: relative;
    float: left;
    border: 1px solid #fe471f;
    height: 30px;
    padding: 0 20px;
}

.type-center {
    border: 2px solid #fe471f;
    border-right: 0;
}

    .type-center li {
        padding: 5px 8px;
        height: 30px;
        line-height: 30px;
        border-bottom: 0;
    }

    .type-center i {
        padding: 4px 12px;
        height: 28px;
        line-height: 28px;
        color: #fe471f;
    }

.search-center ul.user-center li.center-item ul li {
    line-height: 30px;
    height: 30px;
}

.type-center i.tt .dbl-icon-base-shangjiantou {
    display: none;
}

.type-center i.tt:hover .dbl-icon-base-shangjiantou {
    display: inline;
}

.type-center i.tt:hover .dbl-icon-base-xiajiantou {
    display: none;
}

.type-center .type-info {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    border-top: 0;
    z-index: 999;
    padding-bottom: 10px;
    width: 85px;
    margin-top: 2px;
    padding-left: 4px;
    box-shadow: 2px 20px 30px 0 rgba(0,0,0,.35);
    transition: box-shadow .3s .8s;
}

.search-right {
    position: relative;
    z-index: 2;
    text-align: right;
    float: right;
    top: 21px;
}

    .search-right a {
        color: #fe471f;
        background: #fff;
    }

    .search-right .partner-manage-btn {
        display: none;
        min-width: 70px;
    }

    .search-right ul.user-center li.center-item {
        position: relative;
        display: inline-block;
        margin-left: 10px;
    }

        .search-right ul.user-center li.center-item .api-count:before {
            content: "(";
        }

        .search-right ul.user-center li.center-item .api-count:after {
            content: ")";
        }

        .search-right ul.user-center li.center-item i {
            line-height: 30px;
            position: relative;
            z-index: 1001;
            display: inline-block;
            height: 30px;
            padding: 0 10px;
            cursor: pointer;
            color: #fe471f;
            border: 1px solid #fe471f;
            background: #fff;
        }

            .search-right ul.user-center li.center-item i .icons {
                margin-left: 3px;
            }

        .search-right ul.user-center li.center-item .unpay-icon {
            line-height: 20px;
            position: absolute;
            z-index: 1002;
            top: -10px;
            right: -10px;
            min-width: 20px;
            height: 20px;
            text-align: center;
            color: #fff;
            border-radius: 50%;
            background: #ff5029;
        }

        .search-right ul.user-center li.center-item .dbl-icon-base-shangjiantou, .search-right ul.user-center li.center-item .unpay-count-2 .api-count:after, .search-right ul.user-center li.center-item .unpay-count-2 .api-count:before, .search-right ul.user-center li.center-item .unpay-count-2:empty {
            display: none;
        }

        .search-right ul.user-center li.center-item ul {
            position: absolute;
            z-index: 1000;
            top: 30px;
            left: 0;
            display: none;
            text-align: left;
            border: 1px solid #fe471f;
        }

            .search-right ul.user-center li.center-item ul li {
                line-height: 30px;
                height: 30px;
            }

                .search-right ul.user-center li.center-item ul li a {
                    display: block;
                    padding: 0 10px;
                    text-decoration: none;
                    font-size: 12px;
                }

                    .search-right ul.user-center li.center-item ul li a:hover {
                        background: #ffe4e4;
                    }

            .search-right ul.user-center li.center-item ul.buyer-info {
                width: 100px;
                overflow: hidden;
            }

            .search-right ul.user-center li.center-item ul.solder-info {
                width: 100px;
                overflow: hidden;
            }

        .search-right ul.user-center li.center-item:hover i {
            border-bottom: 1px solid #fff;
        }

        .search-right ul.user-center li.center-item:hover ul {
            display: block;
        }

        .search-right ul.user-center li.center-item:hover .dbl-icon-base-shangjiantou {
            display: inline;
        }

        .search-right ul.user-center li.center-item:hover .dbl-icon-base-xiajiantou {
            display: none;
        }

.dbl-icon-base {
    font-size: 10px;
}

.witkey-pop * {
    font-size: 12px;
}

.witkey-pop .title, .witkey-pop h3, .witkey-pop h4 {
    font-size: 12px;
    color: #333;
    font-weight: 400;
}

.buyer-info, .solder-info {
    top: 29px !important;
}

.websearchku * {
    box-sizing: border-box !important;
}

form {
    margin: 0;
}

.search-center form .search-btn {
    border-radius: 0;
}

.coupon-box .info p {
    line-height: 70px;
}

#coupon-container .time {
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    font-size: 10px;
}

.search-right ul.user-center li.center-item ul {
    overflow: hidden;
}

.search-center .witkey .witkey-pop {
    z-index: 99999;
}

.subnew {
    background: url(../images/sh.png) no-repeat center;
    background-color: #fe471f;
    width: 60px;
}

.under-search .lj {
    font-size: 13px;
    color: #999;
    line-height: 32px;
    padding: 0 5px;
}

.under-search .li .a {
    padding: 0 7px;
    color: #999;
    line-height: 32px;
}

    .under-search .li .a:hover {
        line-height: 32px;
        text-decoration: underline;
    }
