.y-nav .nav {
    position: relative;
    height: 42px;
    line-height: 42px;
    background: #f4f5f6;
    color: #444;
}

.y-nav .nav-list {
    padding: 0 20px;
}

.y-nav .nav-item {
    font-size: 14px;
    font-weight: 500;
    margin-right: 42px;
    width: 28px;
    white-space: nowrap;
}

    .y-nav .nav-item.nav-more {
        position: relative;
        margin-right: 0;
    }

        .y-nav .nav-item.nav-more:hover .nav-layer {
            display: block;
        }

        .y-nav .nav-item.nav-more:hover .icon-more {
            -webkit-,-moz-,-o-,-ms-transform:rotate(180deg);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.y-nav .nav-link {
    color: #444;
    border: 0;
}

    .y-nav .nav-link:hover {
        color: #ed4040;
    }

    .y-nav .nav-link.active {
        color: #f85959;
    }

.y-nav .nav-layer {
    display: none;
    position: absolute;
    top: 42px;
    right: -32px;
    width: 90px;
    border: 1px solid #f4f5f6;
    z-index: 10;
}

.y-nav .nav-more-item {
    padding: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
}

    .y-nav .nav-more-item a, .y-nav .nav-more-item a:visited {
        color: #444;
    }

    .y-nav .nav-more-item:hover {
        background: #f4f5f6;
    }

.y-nav-topbar .nav {
    position: relative;
    height: 34px;
    line-height: 34px;
    background: 0 0;
    color: #fff;
}

.y-nav-topbar .nav-list {
    padding: 0 20px;
}

 

.y-nav-topbar .nav-link {
    color: #fff;
    border: 0;
}

    .y-nav-topbar .nav-link:hover {
        color: #fff;
    }

    .y-nav-topbar .nav-link.active {
        color: #fff;
    }

.y-nav-topbar .nav-layer {
    display: none;
    position: absolute;
    top: 34px;
    right: -32px;
    width: 90px;
    border: 1px solid none;
    z-index: 10;
}

/*.y-nav-topbar .nav-more-item {
    padding: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
}

    .y-nav-topbar .nav-more-item a, .y-nav-topbar .nav-more-item a:visited {
        color: #444;
    }

    .y-nav-topbar .nav-more-item:hover {
        background: #efefef;
    }

.y-nav-topbar .icon-more {
    color: #fff;
}*/

.wtopbar {
    position: relative;
    height: 34px;
    line-height: 34px;
    background: #222;
    font-size: 14px;
    color: #fff;
}

    .wtopbar .tb-item {
        position: relative;
        float: left;
        border-left: 1px solid #3a3a3a;
    }

        .wtopbar .tb-item:first-child {
            border: 0;
        }

    .wtopbar .tb-link {
        padding: 0 10px;
        color: #fff;
    }

        .wtopbar .tb-link:hover {
            color: rgba(255,255,255,.9);
        }

            .wtopbar .tb-link:hover .icon-location {
                color: rgba(255,255,255,.9);
            }

    .wtopbar .more .layer {
        display: none;
        position: absolute;
        border: 1px solid #d9d9d9;
        background: #fff;
        z-index: 20;
        font-size: 14px;
        right: 0;
        width: 116px;
    }

        .wtopbar .more .layer .layer-item {
            cursor: pointer;
            display: block;
            width: auto;
            height: 42px;
            line-height: 42px;
            color: #999;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: center;
        }

            .wtopbar .more .layer .layer-item:hover {
                background-color: #f2f2f5;
            }

    .wtopbar .more:hover .layer {
        display: block;
    }

    .wtopbar .weather {
        position: relative;
    }

        .wtopbar .weather .weather-box {
            display: none;
            position: absolute;
            top: 34px;
            right: 8px;
            z-index: 20;
        }

        .wtopbar .weather .city_state {
            margin: 0 9px;
        }

        .wtopbar .weather .icon-more {
            color: #fff;
            font-size: 13px;
        }

        .wtopbar .weather .city_temperature em {
            position: relative;
            margin-right: 2px;
        }

        .wtopbar .weather:hover .weather-box {
            display: block;
        }

    .wtopbar .userbox {
        margin-left: 14px;
        height: 34px;
    }

.wsearch {
    position: relative;
}

    .wsearch .input-group {
        position: relative;
        border: 1px solid #e8e8e8;
        padding: 0 14px;
        background-color: #f5f6f7;
        border-radius: 4px;
    }

    .wsearch .input-text {
        border: 0;
        color: #444;
        font-size: 14px;
        line-height: 20px;
        width: 280px;
        padding: 0;
        outline: 0;
        padding: 9px 10px 9px 0;
        background: #f5f6f7;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .wsearch .input-text::-webkit-input-placeholder {
            color: #dfdfdf;
        }

        .wsearch .input-text:-moz-placeholder {
            color: #dfdfdf;
        }

        .wsearch .input-text::-moz-placeholder {
            color: #dfdfdf;
        }

        .wsearch .input-text:-ms-input-placeholder {
            color: #dfdfdf;
        }

    .wsearch .btn-submit {
        display: block;
        border-left: 0;
    }

        .wsearch .btn-submit button {
            line-height: 38px;
            background: transparent;
            outline: 0;
            border: 0;
            cursor: pointer;
        }

    .wsearch .layer {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #fff;
        font-size: 14px;
        z-index: 22;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    }

        .wsearch .layer.layer-show {
            display: block;
        }

        .wsearch .layer:hover {
            display: block;
        }

        .wsearch .layer .search-tip {
            font-size: 15px;
            color: #999;
            padding: 10px 0 2px 16px;
        }

        .wsearch .layer .search-item > a {
            display: block;
            height: 40px;
            line-height: 40px;
            padding-right: 16px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #444;
            font-size: 0;
        }

            .wsearch .layer .search-item > a:hover {
                background: #f4f5f6;
            }

        .wsearch .layer .search-item .search-txt {
            font-size: 14px;
        }

        .wsearch .layer .search-item .search-no {
            display: inline-block;
            font-size: 14px;
            color: #999;
            width: 28px;
            margin-right: 12px;
            text-align: right;
            font-style: italic;
        }

            .wsearch .layer .search-item .search-no.search-no-1 {
                color: #f85959;
            }

            .wsearch .layer .search-item .search-no.search-no-2 {
                color: #ff7800;
            }

            .wsearch .layer .search-item .search-no.search-no-3 {
                color: #ffba00;
            }

        .wsearch .layer .search-item .search-sug {
            display: inline-block;
            width: 14px;
        }

.login-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -266px;
    margin-top: -227px;
    color: #4E4E4E;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1000;
    *width: 530px;
}

    .login-dialog .btn {
        position: absolute;
        right: 10px;
        top: 13px;
        display: block;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }

        .login-dialog .btn .icon-close {
            height: 10px;
            width: 10px;
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/home_close_normal_e37e884.png) center no-repeat;
        }

        .login-dialog .btn:hover .icon-close {
            background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/home_close_hover_5071e41.png) center no-repeat;
        }

    .login-dialog .icon {
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

    .login-dialog .login-dialog-header {
        padding: 28px 0 20px 84px;
        width: 200px;
    }

        .login-dialog .login-dialog-header h3 {
            font-size: 18px;
            font-weight: 700;
            color: #4f5157;
            line-height: 1px;
        }

    .login-dialog .login-pannel {
        padding: 8px 113px 0;
        width: 306px;
    }

    .login-dialog .login-dialog-header {
        font-size: 18px;
        font-weight: 700;
        color: #4f5157;
        line-height: 1px;
        padding-top: 28px;
        padding-bottom: 20px;
        padding-left: 84px;
        width: 200px;
    }

    .login-dialog .error {
        color: red;
        font-size: 14px;
        padding-left: 10px;
        margin-top: 10px;
    }

    .login-dialog .left {
        padding-top: 40px;
    }

    .login-dialog .input-group {
        margin-bottom: 15px;
    }

    .login-dialog .input {
        border: 1px solid #e9e9e9;
        border-radius: 4px;
    }

        .login-dialog .input label {
            font-size: 16px;
            color: #6b6b6b;
            padding: 13px 10px;
        }

    .login-dialog .name, .login-dialog .password {
        border: 0;
        color: #5e5e5e;
        font-size: 16px;
        height: 18px;
        width: 227px;
        padding: 0;
        outline: 0;
        padding: 13px 10px;
    }

        .login-dialog .name input, .login-dialog .password input {
            background-color: #fff;
        }

    .login-dialog .name {
        background-position: 10px 10px;
    }

    .login-dialog .password {
        background-position: 10px -45px;
    }

    .login-dialog .submit-btn {
        margin-top: 20px;
        height: auto;
        padding: 11px 66px;
        line-height: 18px;
        font-size: 16px;
        background-color: #ff635c;
        border-radius: 4px;
        color: #fff;
        border: 0;
        outline: 0;
        cursor: pointer;
        box-shadow: 0 2px 2px rgba(14,5,9,.16);
    }

        .login-dialog .submit-btn:hover {
            background-color: #ff746e;
        }

        .login-dialog .submit-btn:active {
            background-color: #ff635c;
        }

    .login-dialog .label {
        font-size: 14px;
        color: #9e9e9e;
    }

    .login-dialog .other {
        border-top: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    .login-dialog .sns_login_list {
        margin: 10px auto 30px;
        width: 400px;
    }

        .login-dialog .sns_login_list li {
            float: left;
        }

            .login-dialog .sns_login_list li a {
                display: block;
                font-size: 14px;
                line-height: 30px;
                width: 80px;
                color: #9e9e9e;
                text-align: center;
            }

                .login-dialog .sns_login_list li a:hover {
                    color: #dc2525;
                }

            .login-dialog .sns_login_list li .icon {
                display: block;
                height: 40px;
                width: 40px;
                margin: 0 auto;
            }

        .login-dialog .sns_login_list .sinaweibo .icon {
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weibo_71863da.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .qqweibo .icon {
            background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/tencent_0aa16bf.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .qzone .icon {
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/qq_4685a4d.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .renren .icon {
            background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/renren_701f64f.png?__sprite) no-repeat center top;
        }

        .login-dialog .sns_login_list .weixin .icon {
            background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weixin_158ddc6.png?__sprite) no-repeat center top;
        }

    .login-dialog .bottom-line {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
    }

    .login-dialog .captcha-box {
        display: none;
    }

        .login-dialog .captcha-box .input input {
            width: 158px;
        }

        .login-dialog .captcha-box img {
            height: 46px;
            width: 122px;
            vertical-align: bottom;
        }

        .login-dialog .captcha-box.show {
            display: block;
        }

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    opacity: .5;
    filter: alpha(opacity=50);
    background-color: #000;
}

.hide {
    display: none;
}

.y-weather {
    padding: 4px;
    color: #444;
    width: 220px;
    height: 124px;
    z-index: 20;
    background: #fff;
    border: 1px solid #e8e8e8;
}

    .y-weather .w-header {
        font-size: 14px;
        line-height: 18px;
    }

        .y-weather .w-header .icon-location {
            padding-left: 10px;
            cursor: pointer;
            color: #406599;
            font-size: 13px;
        }

        .y-weather .w-header .wind {
            margin: 0 10px;
        }

        .y-weather .w-header .air {
            color: #fff;
            border-radius: 4px;
            height: 18px;
            line-height: 18px;
            display: inline-block;
            font-size: 12px;
            text-align: center;
            padding: 0 4px;
        }

    .y-weather .city-select {
        display: none;
        margin: 0 auto;
        margin-top: 18px;
        width: 200px;
        height: 76px;
        background: #fff;
    }

        .y-weather .city-select:after {
            content: '';
            position: absolute;
            top: 125px;
            width: 220px;
            height: 300px;
        }

        .y-weather .city-select .select-style {
            position: relative;
            width: 94px;
            height: 26px;
            line-height: 26px;
            border: 1px solid #e8e8e8;
            font-size: 14px;
        }

            .y-weather .city-select .select-style .name {
                margin-left: 5px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #444;
            }

            .y-weather .city-select .select-style .icon-more {
                padding: 0 5px;
                background-color: #f4f5f6;
                font-size: 14px;
                line-height: 26px;
            }

        .y-weather .city-select .province-list, .y-weather .city-select .city-list {
            display: none;
            position: absolute;
            left: -1px;
            width: 180px;
            background: #fff;
            border: 1px solid #e8e8e8;
            margin-top: 2px;
            z-index: 2;
        }

            .y-weather .city-select .province-list .item, .y-weather .city-select .city-list .item {
                width: 33.33333%;
                line-height: 28px;
                text-align: center;
                background: #fff;
            }

                .y-weather .city-select .province-list .item:hover, .y-weather .city-select .city-list .item:hover {
                    background: #e8e8e8;
                }

        .y-weather .city-select .city-list {
            left: auto;
            right: -1px !important;
        }

        .y-weather .city-select .ok-btn, .y-weather .city-select .cancel-btn {
            width: 94px;
            display: inline-block;
            height: 28px;
            line-height: 28px;
            text-align: center;
            font-size: 14px;
            margin-top: 12px;
            background: #406599;
            color: #fff;
            border-radius: 6px;
        }

            .y-weather .city-select .ok-btn:hover, .y-weather .city-select .cancel-btn:hover {
                opacity: .8;
            }

        .y-weather .city-select .cancel-btn {
            margin-left: 10px;
            background: #e8e8e8;
            color: #999;
        }

    .y-weather .weather-icon {
        margin: auto;
        width: 48px;
        height: 48px;
        background: #eee;
    }

    .y-weather .weather-icon-0 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/0_2491676.png);
    }

    .y-weather .weather-icon-1 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/1_51a147f.png);
    }

    .y-weather .weather-icon-2 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/2_edf7194.png);
    }

    .y-weather .weather-icon-3 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/3_0457b68.png);
    }

    .y-weather .weather-icon-4 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/4_7642bb6.png);
    }

    .y-weather .weather-icon-5 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/5_1531508.png);
    }

    .y-weather .weather-icon-6 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/6_db5a188.png);
    }

    .y-weather .weather-icon-7 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/7_88acb18.png);
    }

    .y-weather .weather-icon-8 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/8_9815104.png);
    }

    .y-weather .weather-icon-9 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/9_2f510a8.png);
    }

    .y-weather .weather-icon-10 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/10_2537929.png);
    }

    .y-weather .weather-icon-13 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/13_b05865c.png);
    }

    .y-weather .weather-icon-14 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/14_9b3eb63.png);
    }

    .y-weather .weather-icon-15 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/15_5a76b28.png);
    }

    .y-weather .weather-icon-16 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/16_6a326fa.png);
    }

    .y-weather .weather-icon-17 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/17_32ec6f5.png);
    }

    .y-weather .weather-icon-18 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/18_a639aa7.png);
    }

    .y-weather .weather-icon-19 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/19_939a531.png);
    }

    .y-weather .weather-icon-20 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/20-36_55ac7de.png);
    }

    .y-weather .weather-icon-29 {
        background: url(/static/image/weather/29-36.png);
    }

    .y-weather .weather-icon-30 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/30_10c227c.png);
    }

    .y-weather .weather-icon-31 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/31_4b92e75.png);
    }

    .y-weather .weather-icon-32 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/32_6a54cc8.png);
    }

    .y-weather .weather-icon-33 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/33_d20b8b5.png);
    }

    .y-weather .weather-icon-34 {
        background: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/34_e4493a6.png);
    }

    .y-weather .weather-icon-35 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/29-35_0505311.png);
    }

    .y-weather .weather-icon-36 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/20-36_55ac7de.png);
    }

    .y-weather .weather-icon-44 {
        background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/44_0af4b08.png);
    }

    .y-weather .weather-icon-45 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/45-46_26db39c.png);
    }

    .y-weather .weather-icon-46 {
        background: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/weather/45-46_26db39c.png);
    }

    .y-weather .days-weather {
        display: none;
        margin-top: 10px;
        font-size: 14px;
    }

        .y-weather .days-weather .day {
            display: inline-block;
            width: 33.3333333%;
        }

        .y-weather .days-weather span {
            display: block;
            text-align: center;
        }

        .y-weather .days-weather .title {
            color: #999;
            line-height: 24px;
        }

        .y-weather .days-weather .temperature {
            white-space: nowrap;
            line-height: 24px;
        }

            .y-weather .days-weather .temperature em {
                position: relative;
                padding-right: 2px;
            }

    .y-weather .show {
        display: block !important;
    }

 /*删去顶头部样式*/

.userFeedback {
    position: fixed;
    right: 0;
    top: 30px;
    z-index: 30;
    background: #fff;
    display: block;
}

    .userFeedback .dialog-header {
        border: 1px solid #ddd;
        border-top: 2px solid #f44d4d;
        border-bottom: 1px solid #ddd;
        padding: 9px 16px;
    }

        .userFeedback .dialog-header h3 {
            color: #f44d4d;
            font-size: 20px;
        }

    .userFeedback .dialog-inner {
        border: 1px solid #ddd;
        border-top: 0;
        padding-top: 15px;
    }

    .userFeedback .feedback_panel {
        width: 320px;
        padding: 0 20px 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .userFeedback .email, .userFeedback .content {
        border-radius: 4px;
        border: 1px solid #d7d7d7;
        color: #5e5e5e;
        height: 18px;
        width: 300px;
        padding: 0;
        outline: 0;
        background: #f2f2f5;
        padding: 5px 10px;
        resize: none;
    }

        .userFeedback .email:focus, .userFeedback .content:focus {
            border-color: #e4413a;
            box-shadow: 0 0 2px 0 #ccc;
        }

    .userFeedback .submit-btn {
        height: auto;
        padding: 8px 30px;
        line-height: 18px;
        font-size: 16px;
        background-color: #f44d4d;
        border-radius: 3px;
        color: #fff;
        border: 0;
        outline: 0;
        cursor: pointer;
    }

        .userFeedback .submit-btn:hover {
            background-color: #C52424;
        }

        .userFeedback .submit-btn.disabled {
            background-color: #C52424;
        }

    .userFeedback .error {
        margin-left: 5px;
        color: #e4413a;
    }

    .userFeedback .input-group {
        margin-bottom: 10px;
        position: relative;
    }

    .userFeedback .label {
        margin-bottom: 5px;
        color: #333;
    }

    .userFeedback .close {
        position: absolute;
        right: 0;
        top: 10px;
        color: #333;
    }

.toast .toast-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 10px 24px;
    font-size: 14px;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.7);
    border-radius: 4px;
    z-index: 1500;
}

#header {
    width: 100%;
    background: #fff;
    margin-bottom: 6px;
    z-index: 2;
}

    #header .middlebar {
        position: relative;
        height: 58px;
        background: #fff;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,.12);
    }

        #header .middlebar .middlebar-inner {
            width: 1200px;
            margin: 0 auto;
        }

            #header .middlebar .middlebar-inner .logo-box {
                line-height: 58px;
                overflow: hidden;
            }

                #header .middlebar .middlebar-inner .logo-box .logo-link {
                    display: block;
                }

#header .middlebar .middlebar-inner .logo-box .logo-link > img {
                        width: 150px;
                        max-height:58px;
                    
                        vertical-align: middle;
                    }

            #header .middlebar .middlebar-inner .chinese-tag {
                font-size: 16px;
                margin-left: 20px;
                line-height: 58px;
            }

                #header .middlebar .middlebar-inner .chinese-tag a {
                    color: #444;
                }

                    #header .middlebar .middlebar-inner .chinese-tag a:hover {
                        color: #406599;
                    }

                    #header .middlebar .middlebar-inner .chinese-tag a:active {
                        color: #444;
                    }

                #header .middlebar .middlebar-inner .chinese-tag span {
                    color: #999;
                }

#footer {
    position: relative;
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #9a9a9a;
    margin-top: 16px;
    background-color: #fff;
}

    #footer .fitem {
        margin: 0 3px;
        color: #9a9a9a;
    }

        #footer .fitem > img {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin: 0 3px 3px 0;
        }
    #footer img {
    max-height:60px;max-width:120px;}
    .subscribe {
        margin-top: 2px;
    }

    .subscribe .left-arrow {
        width: 66px;
        border-radius: 3px;
        position: relative;
        font-size: 14px;
        cursor: pointer;
    }

        .subscribe .left-arrow:before {
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 4px;
            top: 8px;
            left: -8px;
        }

        .subscribe .left-arrow span {
            font-size: 14px;
            vertical-align: middle;
            font-weight: 400;
        }

    .subscribe .article-subscribe {
        width: 74px;
        border-radius: 3px;
        color: #777;
        height: 22px;
        border: 1px solid #ddd;
        text-align: center;
    }

        .subscribe .article-subscribe:before {
            border-color: transparent #ddd transparent transparent;
        }

        .subscribe .article-subscribe:after {
            content: "";
            position: absolute;
            border-style: solid;
            border-width: 4px;
            border-color: transparent #fff transparent transparent;
            top: 8px;
            left: -7px;
        }

        .subscribe .article-subscribe i {
            color: #777;
            font-size: 8px;
            vertical-align: middle;
        }

        .subscribe .article-subscribe span {
            margin-left: 4px;
            line-height: 22px;
        }

    .subscribe .article-unsubscribe {
        width: 74px;
        color: #444;
        background: #2a90d7;
        color: #fff;
        height: 24px;
        text-align: center;
    }

        .subscribe .article-unsubscribe:before {
            border-color: transparent #2a90d7 transparent transparent;
        }

        .subscribe .article-unsubscribe span {
            color: #fff;
            line-height: 24px;
        }

.yheader {
    background: #fff;
}

    .yheader .bg-header {
        display: block;
        width: 100%;
        height:170px;
    }

    .yheader > div {
        /*position: relative;
        min-height: 84px;
       padding: 16px 0 123px 134px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;*/
           /* 小庄*/
          position: relative;
        padding: 16px 0 16px 134px;
        box-sizing: border-box;
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

        .yheader > div > a {
            position: absolute;
            left: 20px;
            top: -36px;
        }

            .yheader > div > a:before {
                content: '';
                position: absolute;
                left: 1px;
                top: 1px;
                width: 100px;
                height: 100px;
                border-radius: 50%;
                background: rgba(0,0,0,.08);
            }
           /* 小庄*/
            /*.yheader > div > ul {
                float:left;
            }
            .yheader > div > #userAtn {
                float:right;
            }*/
        .yheader > div .avatar {
            width: 100px;
            height: 100px;
            border: 1px solid rgba(255,255,255,.2);
            border-radius: 100px;
        }

        .yheader > div .title {
            font-size: 24px;
            color: #222;
            letter-spacing: 0;
            line-height: 24px;
        }

 

            .yheader > div .title .tth { 
                margin-right:5px;
                border:solid 1px #ed4040;
                color:#ed4040;font-size: 12px;   
                font-weight: 700;
                /*background: url(//s3.pstatp.com/site/tt_mfsroot/pc_img/tth.png) 3px 4px no-repeat;
                background: none,url(//s3.pstatp.com/site/tt_mfsroot/pc_img/tth.svg) 3px 4px no-repeat;*/
            }
            .yheader > div .title .capt { font-size: 12px; 
    
    color: #777;
            }
            .yheader > div .title span {
                /*font-weight: 700;*/
                padding:0 1px; 
            }

            .yheader > div .title .name {
                color: #222;     font-weight: 700; 
            }
            .yheader > div .title .dv {
                color: #fff;
                font-size: 12px;
                margin: 0 5px;
                background: #FEC346;
                padding: 0 4px;
                border-radius: 9px;
            }
            .yheader > div .title > a, .yheader > div .title > div {
                display: table-cell;
                vertical-align: middle;
            }

            .yheader > div .title > div {
                margin-top: 0;
                padding-left: 20px;
            }

                .yheader > div .title > div .subscribe {
                    margin-top: 0;
                }

        .yheader > div .btn-attention /*, .yheader > div .btn-publish*/ {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            line-height: 34px;
            width: 100px;
               height:34px;
            background: #2a90d7;
            text-align: center;
            border: 1px solid #2a90d7;
            padding: 0;
            border-radius: 6px;
            cursor: pointer;
            float:right;
            margin-right:60px;
        }
            .yheader > div .btn-enterhaibao  {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            line-height: 34px;
            width: 100px;
               height:34px;
            background: #FF9500;
            text-align: center;
            border: 1px solid #FF9500;
            padding: 0;
            border-radius: 6px;
            cursor: pointer;
            display: block;
            float: left;
            margin-right:10px;
        }
    .yheader > div .btn-entershop  {
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            line-height: 34px;
            width: 100px;
               height:34px;
            background: #ff6b6b;
            text-align: center;
            border: 1px solid #ff6b6b;
            padding: 0;
            border-radius: 6px;
            cursor: pointer;
            margin-right:10px;
        }
  .yheader > div .btn-publish {
            position: absolute;
            top: 14px;
            right: 20px;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            line-height: 30px;
            width: 283px;
            padding: 0;
            border-radius: 6px;
            cursor: pointer;
        }
            .yheader > div .btn-attention.following, .yheader > div .btn-attention.each, .yheader > div .btn-publish.following, .yheader > div .btn-publish.each {
                color: #777;
                border: 1px solid #ddd;
                background: 0 0;
            }

            .yheader > div .btn-publish span {
                display: inline-block;
                vertical-align: middle;
            }

            .yheader > div .btn-publish .y-icon {
                font-size: 15px;
            }

            .yheader > div .btn-publish i, .yheader > div .btn-publish b {
                display: none;
            }

            .yheader > div .btn-publish.hangup i {
                display: block;
                position: absolute;
                top: -9px;
                right: -9px;
                background-color: #ED4040;
                width: 18px;
                height: 18px;
                border-radius: 9px;
                line-height: 18px;
                text-align: center;
                color: #fff;
                font-size: 14px;
            }

            .yheader > div .btn-publish.hangup b {
                display: block;
                position: absolute;
                top: -48px;
                left: 0;
                font-size: 13px;
                color: #222;
                line-height: 33px;
                width: 100%;
                background-color: #fff;
                border-radius: 4px;
                box-shadow: 0 2px 2px #e8e8e8;
                border: 1px solid #eee;
            }

                .yheader > div .btn-publish.hangup b:before {
                    content: '';
                    width: 4px;
                    height: 4px;
                    background-color: #ED4040;
                    display: inline-block;
                    vertical-align: middle;
                    margin-right: 2px;
                    border-radius: 2px;
                }

                .yheader > div .btn-publish.hangup b:after {
                    content: '';
                    width: 6px;
                    height: 6px;
                    position: absolute;
                    bottom: -3px;
                    left: 79px;
                    background-color: #fff;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    z-index: 0;
                    box-shadow: 2px 2px 2px #e8e8e8;
                }

        .yheader > div .des a {
            font-size: 14px;
            color: #777;
            letter-spacing: 0;
            line-height: 20px;
            margin-top: 10px;
           
            display: inline-block;
            width: 570px;
            display: -webkit-box;
              -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
        }
.Tablist {  background: #fff; border-bottom: 2px solid #E8E8E8;  overflow:hidden;
position:relative;}
/*width:700px;*/


.swiper-container-appTitRightNav {
    overflow: hidden;
}
.swiper-wrapper {
    position: relative;
    /*width: 100%;*/
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
 
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
 
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-wrapper ul li {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.tab {
    /*display:inline-flex;*/ 
    position: relative; 
    height: 46px;
    line-height: 46px;
    border-spacing: 40px 0;
    

}   .tab.hauto{
    height:auto;}
.Itemmore {  top: 17px;
    position: absolute;
    right: 18px;
    cursor:pointer;
    
}
.listmore {
position:absolute;     
    top: 44px;
    right: 0px;
    border: 1px solid none;
    z-index: 10;
    box-shadow: 0px 5px 17px -1px rgba(0,0,0,.52);
    background: #ffffff;
    padding:0 18px;
    
}
.listmore li {    
     padding: 10px 0px;
    line-height: 10px;
    text-align: center; 
}
    .tab li {
    font-size: 18px;
    cursor: pointer;
    float: left;
    padding: 0 18px;
      text-align: center;
    font-size: 18px;
    background: #fff;
    width:auto !important;
    padding:0 .5rem;

        
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }

        .tab li.active {
            color: #E72418;
            
        }

    .tab:after {
        /*content: " ";
        position: absolute;
        left: 40px;
        display: block;
        width: 36px;
        height: 2px;
        background-color: #E72418;
        -webkit-transition: left linear .2s;
        transition: left linear .2s;*/
    }

    .tab.tab-followed:after {
        left: 116px;
    }

    .tab.tab-following:after {
        left: 40px;
    }

    .tab.tab-0:after {
        left: 40px;
    }

    .tab.tab-1:after {
        left: 116px;
    }

    .tab.tab-2:after {
        left: 193px;
    }

.list {
    background: #fff;
}

    .list .media li {
        position: relative;
    }

        .list .media li:nth-last-child(1) .media-list:after {
            content: none;
        }

        .list .media li .media-list {
            display: table;
            width: 100%;
        }

            .list .media li .media-list:after {
                content: " ";
                display: block;
                position: absolute;
                height: 1px;
                width: 640px;
                background-color: #e8e8e8;
                bottom: -1px;
                left: 30px;
            }

            .list .media li .media-list > dd {
                display: table-cell;
                padding: 14px 0;
                width: auto;
                vertical-align: middle;
            }

                .list .media li .media-list > dd h3 {
                    font-size: 18px;
                    color: #222;
                    line-height: 20px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 500px;
                    font-weight: 700;
                    margin-bottom: 8px;
                }

                    .list .media li .media-list > dd h3 .dv:after {
                        content: "\e641";
                        color: #FEC346;
                        font-size: 14px;
                    }

                    .list .media li .media-list > dd h3 .tth {
                        display: inline-block;
                        width: 50px;
                        height: 16px;
                        vertical-align: -2px;
                        background: url(//s3.pstatp.com/site/tt_mfsroot/pc_img/tth_tag.png) 4px 1px no-repeat;
                        background: none,url(//s3.pstatp.com/site/tt_mfsroot/pc_img/tth_tag.svg) 4px 1px no-repeat;
                    }

                .list .media li .media-list > dd p {
                    font-size: 14px;
                    color: #777;
                    line-height: 20px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 500px;
                }
                 .list .media li .media-list > dd span.price {                  
                    color: #ed4040;                   
                }
                .list .media li .media-list > dd.avatar-wrap {
                    width: 55px;
                    padding: 14px 15px 14px 30px;
                }

                    .list .media li .media-list > dd.avatar-wrap > a {
                        position: relative;
                        display: inline-block;
                    }

                        .list .media li .media-list > dd.avatar-wrap > a:before {
                            content: '';
                            position: absolute;
                            width: 54px;
                            height: 54px;
                            border-radius: 50%;
                            background: rgba(0,0,0,.08);
                        }

                    .list .media li .media-list > dd.avatar-wrap img {
                        width: 54px;
                        height: 54px;
                        border-radius: 100%;
                    }

                .list .media li .media-list > dd.relation {
                    width: 85px;
                    text-align: right;
                    padding-right: 30px;
                }

    .list .empty {
        text-align: center;
        padding: 200px 50px;
        color: #777;
    }

        .list .empty:before {
            content: " ";
            display: block;
            height: 80px;
            background: url(//s3.pstatp.com/site/tt_mfsroot/pc_img/empty_fans.png) center center no-repeat;
            background: none,url(//s3.pstatp.com/site/tt_mfsroot/pc_img/empty_fans.svg) center center no-repeat;
        }

        .list .empty.ban:before {
            background: url(//s3.pstatp.com/site/tt_mfsroot/pc_img/blocked_user_pic.png) center center no-repeat;
            background: none,url(//s3.pstatp.com/site/tt_mfsroot/pc_img/blocked_user_pic.svg) center center no-repeat;
        }

    .list .no-more, .list .loading {
        text-align: center;
        padding: 14px 0;
        font-size: 14px;
        color: #777;
    }

    .list .no-more {
        position: relative;
    }

        .list .no-more:after {
            content: " ";
            display: block;
            position: absolute;
            height: 1px;
            width: 640px;
            background-color: #e8e8e8;
            top: 0;
            left: 30px;
        }
/*个人商品列表*/
/*productlist*/
.productlist .media li .media-list > dd.avatar-wrap{
     
    
}
.productlist .media li .media-list > dd.avatar-wrap > a {
     border: 1px solid #e8e8e8;
}
   .productlist .media li .media-list > dd.avatar-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 0%;
}

 .relatedFeed .productlist .lbtn {
border:#2a90d7 1px solid;
color:#2a90d7; 
margin-right: 10px;
padding:0 2px;
 
}
.productlist .media li .media-list > dd h3 {
    font-size: 18px;
    color: #222;
     white-space:normal;  
    line-height: 20px;
       overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    max-width: 500px;
    font-weight: 700;
    margin-bottom: 8px;
}
/*商品*/
.list .media li.oneproduce .media-list > dd.avatar-wrap {
    width: 100px;
    padding: 14px 15px 14px 30px;
}
.list .media li.oneproduce .media-list > dd.avatar-wrap  > a {
     border: 1px solid #e8e8e8;
}
.list .media li.oneproduce .media-list > dd.avatar-wrap img {
    width: 100px;
    height: 100px;
    border-radius: 0%;
}
.list .media li.oneproduce .media-list > dd h3 {
     font-size: 18px;
    color: #222;
    white-space: normal;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 500px;
    font-weight: 700;
    margin-bottom: 8px;
}
.relatedFeed  li.oneproduce .lbtn {
    border: #2a90d7 1px solid;
    color: #2a90d7;
    margin-right: 10px;
    padding: 0 2px;
}
.btn-attention,.btn-entershop {
    display: inline-block;
    text-align: center;
    width: 78px;
    line-height: 28px;
    border: 1px solid #2A90D7;
    border-radius: 6px;
    color: #fff;
    background: #2A90D7;
    cursor: pointer;
}
    .btn-attention, .btn-entershop a {
    color:#ffffff;}
        .btn-attention, .btn-enterhaibao a {
    color:#ffffff;}
    .btn-attention.following, .btn-attention.each {
        background: #E8E8E8;
        border-color: #e8e8e8;
    }

    .btn-attention .text:before {
        content: "\e6ec";
        font-family: yFont;
        padding-right: 2px;
    }

    .btn-attention.following {
        color: #999;
    }

        .btn-attention.following .text:before {
            content: "\e643";
        }

    .btn-attention.each {
        color: #999;
    }

        .btn-attention.each .text:before {
            content: "\e6ed";
        }

.statistics {
    display: table;
    width: 100%;
    background: #fff;
    margin-bottom:2px;
}

    .statistics h3 {
        font-size: 14px;
        color: #222;
    }

        .statistics h3 i {
            font-weight: 700;
        }

    .statistics p {
        font-size: 14px;
        color: #777;
        margin-top: 4px;
    }

    .statistics > dt, .statistics > dd {
        display: table-cell;
        width: 50%;
        text-align: center;
        padding: 5px 0;
        position: relative;
    }

        .statistics > dt a, .statistics > dd a {
            display: block;
        }

        .statistics > dt:after {
            content: " ";
            display: block;
            position: absolute;
            background: #e8e8e8;
            height: 24px;
            width: 1px;
            left: 100%;
            top: 10px;
        }

.recommend > h2 {
    font-size: 18px;
    font-weight: 700;
    padding: 13px 0 9px 20px;
    color: #222;
    background: #fff;
    border-top: 2px solid #ed4040;
    border-bottom: 1px solid #ddd;
}

.recommend .list .media .media-list dd:first-child {
    padding-left: 20px;
}

.recommend .list .media .media-list dd:last-child {
    padding-right: 20px;
}

.recommend .list .media .media-list dd p {
    width: 230px;
}

.recommend .list .media .media-list dd.relation {
    display: none;
}

.recommend .list .media .media-list:after {
    content: none;
}

.recommend .list .media .btn-attention {
    width: 68px;
}

.recent {
    background: #fff;
}

    .recent > h2 {
        font-size: 18px;
        font-weight: 700;
        padding: 13px 0 9px 20px;
        color: #222;
        border-top: 2px solid #ed4040;
        border-bottom: 1px solid #ddd;
    }

    .recent .articles {
        padding-top: 8px;
    }

        .recent .articles .line {
            height: 68px;
            padding-bottom: 19px;
        }

            .recent .articles .line .lbox {
                float: left;
                position: relative;
                width: 118px;
                height: 68px;
                margin-left: 20px;
            }

                .recent .articles .line .lbox img {
                    width: 100%;
                }

                .recent .articles .line .lbox .duration, .recent .articles .line .lbox .count {
                    display: inline-block;
                    position: absolute;
                    right: 8px;
                    bottom: 8px;
                    border-radius: 100px;
                    font-size: 12px;
                    color: #fff;
                    background: rgba(34,34,34,.7);
                    padding: 3px 7px 5px 16px;
                }

                .recent .articles .line .lbox .count {
                    padding-left: 7px;
                }

                .recent .articles .line .lbox .duration::before {
                    content: '';
                    background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/feed/video_icon_bf43446.png) left center no-repeat;
                    width: 6px;
                    height: 8px;
                    position: absolute;
                    top: 50%;
                    margin-top: -5px;
                    margin-left: -9px;
                }

            .recent .articles .line .rbox {
                float: right;
                width: 300px;
                height: 68px;
                margin-right: 22px;
                font-size: 0;
            }

                .recent .articles .line .rbox::before {
                    /*content: '';
                    width: 0;
                    height: 68px;
                    display: inline-block;
                    vertical-align: middle;*/
                }

                .recent .articles .line .rbox .rbox-inner {
                    vertical-align: middle;
                    display: inline-block;
                }

                .recent .articles .line .rbox a {
                    display: block;
                    width: 100%;
                    line-height: 22px;
                    font-size: 14px;
                    max-height: 44px;
                    overflow: hidden;
                    display: -webkit-box;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    letter-spacing: 0;
                    margin-bottom: 7px;
                }

                .recent .articles .line .rbox span {
                    font-size: 14px;
                    color: #777;
                    letter-spacing: 0;
                    line-height: 14px;
                }

            .recent .articles .line.image .rbox {
                width: 166px;
            }
.shopinter {padding-bottom:5px;margin-bottom:5px;
}
.shopinter .shophead { position:relative; 
    height:100px;
        display: flex;
    align-items: center;
}
.shopinter > div > a {
    position: absolute;
    left: 20px;
    top: 15px;
}
.shopinter > div .avatar {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 100px;overflow:hidden
}
    .shopinter > div .avatar img {
    width:100%;}
    .shopinter > div .title {
        padding-left: 110px;
        padding-right: 20px; 
        float: left;
        font-size:20px;
        color: #222;
        letter-spacing: 0;
        line-height: 24px;
    }
    .shopinter .shopinfo { line-height: 25px;margin:0 13px;font-size:14px;
    }
        .shopinter .shopinfo li {
        margin-bottom:5px;}
        .shopinter .shopinfo i {     display: inline-block;
    width: 5px;
    height: 15px;
    top: 2px;
    background: #444;
    position: relative;
    margin-right: 10px;
        }   
    .shopinter .shopinfo li span { font-weight:600;
    }
        .shopinter .shopinfo li em {    color: #777;
        display:block;}
.top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 40px;
    background: #fff;
    z-index: 99;
     color: #ED4040;
    cursor: pointer;
    border: #e8e8e8 solid 1px;
}

    .top:after {
        content: "\e63f";
        font-family: yFont;
       
        font-size: 24px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }

.feedBox {
    min-height: 519px;
}

    .feedBox .tt-declare {
        display: none;
        margin-top: 22px;
        margin-bottom: 40px;
        padding: 8px 0;
        text-align: left;
        font-size: 16px;
        color: #777;
    }

    .feedBox .tt-related-title {
        display: none;
        font-size: 20px;
        font-weight: 700;
        padding-bottom: 20px;
        border-bottom: 4px solid #444;
    }

    .feedBox .feed-load-more {
        color: #406599;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        background-color: #f4f5f6;
        margin-top: 10px;
        cursor: pointer;
    }

.relatedFeed {
    position: relative;
    background: #fff;
}

    .relatedFeed .img-wrap {
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: pointer;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .relatedFeed .img-wrap img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .5s ease-out .1s;
            transition: all .5s ease-out .1s;
        }

        .relatedFeed .img-wrap:hover img {
            -webkit-transform: matrix(1.04,0,0,1.04,0,0);
            -ms-transform: matrix(1.04,0,0,1.04,0,0);
            transform: matrix(1.04,0,0,1.04,0,0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

    .relatedFeed .item-hidden {
        display: none;
    }

    .relatedFeed .item {
        position: relative;
    }
 
        .relatedFeed .item:after {
            content: " ";
            display: block;
            width: 656px;
            border-bottom: 1px solid #e8e8e8;
            position: absolute;
            bottom: 0;
            left: 20px;
        }

        .relatedFeed .item:last-child:after {
            border-bottom: 0;
        }

        .relatedFeed .item:hover .dislike {
            color: #777;
        }

            .relatedFeed .item:hover .dislike i {
                color: #fff;
            }

        .relatedFeed .item:hover .trash {
            display: block;
        }

    .relatedFeed .item-inner {
        position: relative;
        padding: 14px 24px 14px 20px;
    }

    .relatedFeed .link {
        color: #4f5157;
    }

        .relatedFeed .link:visited {
            color: #999;
        }

            .relatedFeed .link:visited:hover {
                color: #999 !important;
            }

        .relatedFeed .link.visited {
            color: #999 !important;
        }

        .relatedFeed .link.title:hover {
            color: #406599;
        }

    .relatedFeed .title-box {
        display: block;
        font-size: 20px; 
        line-height: 1.3;
        margin-bottom: 4px;
      
    }
   .relatedFeed .title-box p{ 
        font-size: 12px; 
    }
        .relatedFeed .title-box a {
            color: #222;  font-weight: 700;
        }

    .relatedFeed .img-list {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
   

 
        .relatedFeed .img-list .img-wrap {
            display: block;
            width: 154px;
            height: 100px;
            float: left;
            text-align: center;
            margin-left: 9px;
            /*background: #e8e8e8;*/
            border: 1px solid #e8e8e8;
            overflow: hidden;
        }
         

            .relatedFeed .img-list .img-wrap:first-child {
                margin-left: 0;
            }

            .relatedFeed .img-list .img-wrap .add-info {
                display: inline-block;
                width: 88px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border-radius: 4px;
                font-size: 14px;
                color: #406599;
                margin-top: 36px;
            }

                .relatedFeed .img-list .img-wrap .add-info i {
                    font-size: 12px;
                    color: #406599;
                }

            .relatedFeed .img-list .img-wrap img {
                width: 100%;
                height: 100%;
            }

        .relatedFeed .img-list .img-num {
            position: absolute;
            right: 10px;
            bottom: 10px;
            padding: 0 6px;
            height: 20px;
            background: #000;
            background: rgba(0,0,0,.7);
            border-radius: 10px;
            color: #fafafa;
            font-size: 12px;
            text-align: center;
            line-height: 20px;
        }

    .relatedFeed .lbox {
        position: relative;
        float: left;
    }

        .relatedFeed .lbox .img-wrap {
            display: block;
            width: 156px;
            height: 100px;
            border: 1px solid #e8e8e8;
            background: #e8e8e8;
            overflow: hidden;
        }
 

        .relatedFeed .lbox .ftype {
            position: absolute;
            right: 4px;
            bottom: 4px;
            height: 22px;
            min-width: 6px;
            line-height: 22px;
            font-size: 12px;
            color: #fff;
            background: #000;
            background: rgba(0,0,0,.5);
            padding: 0 8px;
            border-radius: 11px;
        }

            .relatedFeed .lbox .ftype.video span {
                padding-left: 8px;
            }

            .relatedFeed .lbox .ftype.video:before {
                content: '';
                position: absolute;
                background: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/feed/video_icon_bf43446.png) left center no-repeat;
                width: 6px;
                height: 8px;
                top: 50%;
                margin-top: -4px;
            }

    .relatedFeed .normal {
        position: relative;
        font-size: 0;
        overflow: hidden;
    }

        .relatedFeed .normal.no-image {
            padding: 6px 0;
        }

        .relatedFeed .normal.rbox {
            float: right;
            height: 102px;
            width: 480px;
        }

        .relatedFeed .normal:before {
            content: '';
            width: 0;
            font-size: 0;
            height: 100%;
            visibility: hidden;
            display: inline-block;
            vertical-align: middle;
        }

        .relatedFeed .normal .rbox-inner {
            display: inline-block;
            width: 100%;
            vertical-align: middle;
        }

    .relatedFeed .footer {
        font-size: 12px;
        color: #999;
        height: 18px;
        line-height: 18px;
        margin-top: 10px;
    }

    .relatedFeed .lbtn {
        float: left;
        display: inline-block;
        color: #777;
        font-size: 14px;
    }

        .relatedFeed .lbtn.media-avatar {
            position: relative;
            color: #fff;
            margin-right: 2px;
            width: 18px;
            height: 18px;
            line-height: 17px;
            text-align: center;
            font-size: 12px;
            border-radius: 50%;
            background-color: #eee;
            overflow: hidden;
        }

            .relatedFeed .lbtn.media-avatar:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                background-color: rgba(0,0,0,.08);
            }

            .relatedFeed .lbtn.media-avatar > img {
                width: 100%;
                height: 100%;
            }

        .relatedFeed .lbtn.source:hover, .relatedFeed .lbtn.comment:hover {
            color: #406599;
        }

        .relatedFeed .lbtn.recommend {
            font-size: 12px;
            color: #2a90d7;
            height: 14px;
            line-height: 14px;
            border: 1px solid #2a90d7;
            padding: 0 2px;
            margin-top: 1px;
            margin-left: 8px;
        }

        .relatedFeed .lbtn.ltop {
            padding: 1px 2px;
            border: 1px solid #ed4040;
            color: #ed4040;
            font-size: 12px;
            margin-right: 10px;
            line-height: 14px;
        }

    .relatedFeed .tag-hot {
        width: 14px;
        height: 14px;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        border: 1px solid #ed4040;
        color: #ed4040;
        margin-top: 1px;
        margin-left: 8px;
    }

    .relatedFeed .dislike {
        display: inline-block;
        padding-left: 8px;
        padding-right: 2px;
        text-align: center;
        background-color: #fff;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }

        .relatedFeed .dislike i {
            font-size: 16px;
            color: #ddd;
            top: 2px;
        }

    .relatedFeed .trash {
        cursor: pointer;
        display: none;
    }

        .relatedFeed .trash span {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
        }

        .relatedFeed .trash .y-icon {
            color: #ccc;
            font-size: 16px;
        }

    .relatedFeed .list-refresh-msg {
        text-align: center;
        font-size: 14px;
        color: #406599;
        height: 38px;
        line-height: 38px;
        background-color: #f4f5f6;
        cursor: pointer;
    }

        .relatedFeed .list-refresh-msg i {
            font-size: 12px;
            color: #406599;
        }

        .relatedFeed .list-refresh-msg:hover {
            opacity: .8;
        }

    .relatedFeed .empty {
        text-align: center;
        padding: 200px 50px;
        color: #777;
    }

        .relatedFeed .empty:before {
            content: " ";
            display: block;
            height: 110px;
            background: url(//s3.pstatp.com/site/tt_mfsroot/pc_img/empty_article.png) center center no-repeat;
            background: none,url(//s3.pstatp.com/site/tt_mfsroot/pc_img/empty_article.svg) center center no-repeat;
        }

        .relatedFeed .empty.ban:before {
            background: url(//s3.pstatp.com/site/tt_mfsroot/pc_img/blocked_user_pic.png) center center no-repeat;
            background: none,url(//s3.pstatp.com/site/tt_mfsroot/pc_img/blocked_user_pic.svg) center center no-repeat;
        }

    .relatedFeed .avatar-bg-0 {
        background-color: #ff9090 !important;
    }

    .relatedFeed .avatar-bg-1 {
        background-color: #90ccff !important;
    }

    .relatedFeed .avatar-bg-2 {
        background-color: #bfa1d0 !important;
    }

    .relatedFeed .avatar-bg-3 {
        background-color: #80c184 !important;
    }

    .relatedFeed .avatar-bg-4 {
        background-color: #e7ad90 !important;
    }

    .relatedFeed .avatar-bg-5 {
        background-color: #ccc !important;
    }

.avatar-bg-0 {
    background-color: #ff9090 !important;
}

.avatar-bg-1 {
    background-color: #90ccff !important;
}

.avatar-bg-2 {
    background-color: #bfa1d0 !important;
}

.avatar-bg-3 {
    background-color: #80c184 !important;
}

.avatar-bg-4 {
    background-color: #e7ad90 !important;
}

.avatar-bg-5 {
    background-color: #ccc !important;
}

.loading {
    height: 16px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 4px;
    width: 100%;
    text-align: center;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .7;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.loading.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale .75s -.24s infinite cubic-bezier(0.2,.68,.18,1.08);
    animation: scale .75s -.24s infinite cubic-bezier(0.2,.68,.18,1.08);
}

.loading.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale .75s -.12s infinite cubic-bezier(0.2,.68,.18,1.08);
    animation: scale .75s -.12s infinite cubic-bezier(0.2,.68,.18,1.08);
}

.loading.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale .75s 0s infinite cubic-bezier(0.2,.68,.18,1.08);
    animation: scale .75s 0s infinite cubic-bezier(0.2,.68,.18,1.08);
}

.loading.ball-pulse > div {
    background-color: #999;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 1px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

.loading.loading-normal {
    display: inline-block;
}

    .loading.loading-normal > img {
        width: 14px;
        height: 14px;
        vertical-align: -3px;
    }

.ugcBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #000;
    background-color: rgba(0,0,0,.8);
}

.ugcBox-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 600px;
    min-height: 342px;
    background-color: #fff;
    border-radius: 4px;
}

.ugcBox .ugc-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

    .ugcBox .ugc-close i {
        font-size: 12px;
        color: #999;
    }

    .ugcBox .ugc-close:before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 1px;
        height: 36px;
        background-color: #e8e8e8;
    }

.ugcBox .ugc-tab-list {
    height: 48px;
    background-color: #fff;
}

    .ugcBox .ugc-tab-list .ugc-tab-item {
        margin-left: 20px;
        font-size: 16px;
        color: #222;
        line-height: 48px;
        cursor: pointer;
    }

.ugcBox .ugc-content {
    background-color: #f4f5f6;
    min-height: 100px;
}

.videoBox {
    padding: 30px 19px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .videoBox .title-input {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 8px 10px 16px;
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        background-color: #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: relative;
        z-index: 2;
    }

        .videoBox .title-input.warning {
            border: 1px solid #dc8d99;
            background-color: #fff7f8;
            color: #c91032;
            -webkit-animation-name: shake;
            animation-name: shake;
        }

@-webkit-keyframes shake {
    0%,30%,40%,70%,80% {
        border: 1px solid #e8e8e8;
        background-color: #fff;
    }

    10%,20%,50%,60%,90%,100% {
        border: 1px solid #dc8d99;
        background-color: #fff7f8;
    }
}

.videoBox .too-long {
    position: absolute;
    right: 30px;
    top: 45px;
    background-color: #ea6464;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 10px;
    border-radius: 0 0 3px 3px;
    z-index: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}

    .videoBox .too-long.out {
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

.videoBox .videoUploadBox {
    margin-top: 20px;
}

    .videoBox .videoUploadBox .upload-box {
        height: 80px;
    }

    .videoBox .videoUploadBox .upload-cover {
        width: 124px;
        height: 80px;
        background-color: #e8e8e8;
        text-align: center;
        background-repeat: no-repeat;
        background-size: 32px;
        background-position: center;
    }

        .videoBox .videoUploadBox .upload-cover.upload-cover-add {
            cursor: pointer;
            background-image: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/ugc/add_file_5d6d528.png);
            background-image: url(//s3a.pstatp.com/toutiao/resource/ntoutiao_web/static/image/ugc/add_file_6589b85.svg),none;
        }

        .videoBox .videoUploadBox .upload-cover.upload-cover-loading {
            background-image: url(//s3b.pstatp.com/toutiao/resource/ntoutiao_web/static/image/ugc/upload_1e4715c.png);
            background-image: url(//s3.pstatp.com/toutiao/resource/ntoutiao_web/static/image/ugc/upload_257be05.svg),none;
        }

        .videoBox .videoUploadBox .upload-cover img {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

    .videoBox .videoUploadBox .upload-warning {
        display: table;
        width: 438px;
        height: 80px;
        padding: 0 14px;
        font-size: 14px;
        line-height: 1.2;
        color: #777;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .videoBox .videoUploadBox .upload-warning span {
            display: table-cell;
            vertical-align: middle;
        }

    .videoBox .videoUploadBox .upload-info {
        position: relative;
        width: 438px;
        height: 80px;
        padding: 20px 14px 0;
        background-color: #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .videoBox .videoUploadBox .upload-info h3 {
            font-size: 14px;
            color: #222;
            margin-bottom: 10px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .videoBox .videoUploadBox .upload-info .upload-status {
            font-size: 14px;
            color: #999;
            margin-right: 16px;
        }

        .videoBox .videoUploadBox .upload-info .upload-ctr {
            font-size: 14px;
            color: #406599;
            cursor: pointer;
        }

        .videoBox .videoUploadBox .upload-info .progress {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 4px;
            background-color: #ddd;
        }

            .videoBox .videoUploadBox .upload-info .progress .progress-rate {
                width: 0;
                height: 4px;
                background-color: #2A90D7;
            }

    .videoBox .videoUploadBox .cover-list {
        margin-top: 10px;
        margin-right: -6px;
    }

        .videoBox .videoUploadBox .cover-list .cover-item {
            position: relative;
            width: 65px;
            height: 42px;
            cursor: pointer;
            margin-right: 6px;
        }

            .videoBox .videoUploadBox .cover-list .cover-item.active:before {
                position: absolute;
                content: "";
                left: 0;
                top: 0;
                width: 64px;
                height: 42px;
                background: rgba(0,0,0,.6);
            }

            .videoBox .videoUploadBox .cover-list .cover-item > img {
                width: 100%;
                height: 100%;
            }

    .videoBox .videoUploadBox .poster-tips {
        margin: 10px 0;
        font-size: 14px;
        color: #999;
        font-weight: 400;
    }

    .videoBox .videoUploadBox .upload-msg {
        min-height: 14px;
        margin-top: 10px;
        margin-bottom: 29px;
        font-size: 14px;
        color: #999;
    }

.videoBox .upload-footer {
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    height: 40px;
    line-height: 40px;
}

    .videoBox .upload-footer .upload-auto {
        font-size: 14px;
        color: #999;
    }

    .videoBox .upload-footer .upload-action {
        font-size: 0;
    }

    .videoBox .upload-footer .upload-backend {
        font-size: 14px;
        color: #406599;
        margin-right: 20px;
    }

    .videoBox .upload-footer .upload-publish {
        display: inline-block;
        width: 120px;
        text-align: center;
        font-size: 14px;
        background: #DDD;
        border-radius: 4px;
        color: #fff;
    }

        .videoBox .upload-footer .upload-publish.active {
            background: #ED4040;
        }

html, body {
    background: #f4f5f6;
}

#header .middlebar .middlebar-inner {
    width: 1060px !important;
}

#wrapper {
    width: 1060px;
    margin: 0 auto;
}

 #wrapper .yheader {
        margin-bottom: 5px; position:relative;
    }
#wrapper .yheader .entershop {
    position: absolute;
    right: 0;
    top: 147px;
    color: #fff;
    padding: 5px;
    Background: #d6592f;

        }
    #wrapper .left {
        display: table-cell;
        width: 715px;
        padding-right: 5px;
        vertical-align: top;
    }

        #wrapper .left .list {
            min-height: 500px;
        }

            #wrapper .left .list .loading {
                margin-top: 0;
            }

    #wrapper .right {
        display: table-cell;
        width: 340px;
        vertical-align: top;
    }

html, body {
    height: 100%;
}

.y-wrap {
    min-height: 100%;
    margin-bottom: -72px;
}

.footer-push {
    height: 72px;
}

/*商品列表*/
.product-parent {
    width: 100%;
    min-width: 20rem;
    margin-top: .9375rem;
    background: #fff;
}
.products-con li {
    float: left;
    width: 50%;
    margin-top: .625rem;
    padding: .625rem 0;
    border: #e0e0e0 solid 1px;
}

.eewwmm{width:188px; height:188px;text-align:center;margin: 20px auto 10px auto;display: block;overflow: hidden;}
.eewwmmTxt{text-align:center;}
   