html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: grayscale
}

    html.borderbox *, html.borderbox *:before, html.borderbox *:after {
        box-sizing: border-box
    }

body, 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, menu, nav, section {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

body, button, input, select, textarea {
    font: 400 1em/1.8 Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif
}

button, input {
    *width: auto;
    *overflow: visible;
    line-height: normal
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: inherit
}

fieldset, img {
    border: 0
}

img {
    -ms-interpolation-mode: bicubic
}

iframe {
    display: block
}

blockquote {
    position: relative;
    color: #999;
    font-weight: 300;
    font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    border-left: 1px solid #1abc9c;
    padding-left: 1em;
    margin: 1em 3em 1em 2em
}

@media only screen and (max-width: 640px) {
    blockquote {
        margin: 1em 0
    }
}

acronym, abbr {
    border-bottom: 1px dotted;
    font-variant: normal
}

abbr {
    cursor: help
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 400
}

ul, ol {
    list-style: none
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

:root sub, :root sup {
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

a {
    color: #1abc9c
}

    a:hover {
        text-decoration: underline
    }

.typo a {
    border-bottom: 1px solid #1abc9c
}

    .typo a:hover {
        border-bottom-color: #555;
        color: #555;
        text-decoration: none
    }

ins, a {
    text-decoration: none
}

u, .typo-u {
    text-decoration: underline
}

mark {
    background: #fffdd1;
    border-bottom: 1px solid #ffedce;
    padding: 2px;
    margin: 0 5px
}

pre, code, pre tt {
    font-family: Courier, 'Courier New', monospace
}

pre {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    display: block;
    -webkit-overflow-scrolling: touch
}

hr {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
    *color: pink;
    *-webkit-filter: chroma(color=pink);
    *filter: chroma(color=pink);
    height: 10px;
    *margin: -7px 0 2px
}

small, .typo-small, figcaption {
    font-size: 0.9em;
    color: #888
}

strong, b {
    font-weight: bold;
    color: #000
}

[draggable] {
    cursor: move
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.textwrap, .textwrap td, .textwrap th {
    word-wrap: break-word;
    word-break: break-all
}

.textwrap-table {
    table-layout: fixed
}

.serif {
    font-family: Palatino, Optima, Georgia, serif
}

.typo p, .typo pre, .typo ul, .typo ol, .typo dl, .typo form, .typo hr, .typo table, .typo-p, .typo-pre, .typo-ul, .typo-ol, .typo-dl, .typo-form, .typo-hr, .typo-table, blockquote {
    margin-bottom: 1.8em
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
    font-weight: 200;
    color: #000
}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6 {
    margin-bottom: 0.4em;
    line-height: 1.5
}

.typo h1, .typo-h1 {
    font-size: 2em
}

.typo h2, .typo-h2 {
    font-size: 1.8em
}

.typo h3, .typo-h3 {
    font-size: 1.6em
}

.typo h4, .typo-h4 {
    font-size: 1.4em
}

.typo h5, .typo h6, .typo-h5, .typo-h6 {
    font-size: 1.2em
}

.typo ul, .typo-ul {
    margin-left: 1.3em;
    list-style: disc
}

.typo ol, .typo-ol {
    list-style: decimal;
    margin-left: 1.9em
}

    .typo li ul, .typo li ol, .typo-ul ul, .typo-ul ol, .typo-ol ul, .typo-ol ol {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 2em
    }

    .typo li ul, .typo-ul ul, .typo-ol ul {
        list-style: circle
    }

.typo table th, .typo table td, .typo-table th, .typo-table td .typo table caption {
    border: 1px solid #ddd;
    padding: 0.5em 1em;
    color: #666
}

.typo table th, .typo-table th {
    background: #fbfbfb
}

.typo table thead th, .typo-table thead th {
    background: #f1f1f1
}

.typo table caption {
    border-bottom: none
}

.typo-input, .typo-textarea {
    -webkit-appearance: none;
    border-radius: 0
}

::-moz-selection {
    background: #08c;
    color: #fff
}

::selection {
    background: #08c;
    color: #fff
}

.typo-em, .typo em, legend, caption {
    color: #000;
    font-weight: inherit
}

.typo-em {
    position: relative
}

    .typo-em:after {
        position: absolute;
        top: 0.65em;
        left: 0;
        width: 100%;
        overflow: hidden;
        content: "・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・"
    }

.typo img {
    max-width: 100%
}

@font-face {
    font-family: 'aetficonregular';
    src: url("../font/aetficonregular.eot?52913950");
    src: url("../font/aetficonregular.eot?52913950#iefix") format("embedded-opentype"),url("../font/aetficonregular.woff2?52913950") format("woff2"),url("../font/aetficonregular.woff?52913950") format("woff"),url("../font/aetficonregular.ttf?52913950") format("truetype"),url("../font/aetficonregular.svg?52913950#aetficonregular") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "aetficonregular";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-icon4:before {
    content: '\e800'
}

.icon-up-open:before {
    content: '\e801'
}

.icon-angle-up:before {
    content: '\e802'
}

.icon-up-big:before {
    content: '\e803'
}

.icon-qrcode:before {
    content: '\e804'
}

.icon-qq:before {
    content: '\e805'
}

.icon-wechat:before {
    content: '\e806'
}

.icon-weibo:before {
    content: '\e807'
}

.icon-pencil:before {
    content: '\e808'
}

.icon-cart:before {
    content: '\e809'
}

.icon-tag:before {
    content: '\e80a'
}

.icon-home:before {
    content: '\e80b'
}

.icon-config:before {
    content: '\e80c'
}

.icon-chome:before {
    content: '\e80d'
}

.icon-file:before {
    content: '\e80e'
}

.icon-postcast:before {
    content: '\e80f'
}

.icon-video:before {
    content: '\e810'
}

.icon-tree:before {
    content: '\e811'
}

.icon-cloud:before {
    content: '\e812'
}

.icon-thumbup:before {
    content: '\e813'
}

.icon-pop:before {
    content: '\e814'
}

.icon-list:before {
    content: '\e815'
}

.icon-angle-down:before {
    content: '\e816'
}

.icon-down-open:before {
    content: '\e817'
}

.icon-angle-double-up:before {
    content: '\e818'
}

.icon-angle-double-down:before {
    content: '\e819'
}

.icon-bullhorn:before {
    content: '\e81a'
}

.icon-document:before {
    content: '\e81b'
}

.icon-intro:before {
    content: '\e81c'
}

.icon-printer:before {
    content: '\e81d'
}

.icon-history:before {
    content: '\e81e'
}

body {
    background: #f6f9fb;
    min-width: 980px
}

a {
    color: #4d4b4b;
    text-decoration: none
}

    a:hover {
        text-decoration: underline
    }

    a.more {
        color: #00234e !important;
        font-size: 12px
    }

    a.blue {
        margin-top: 20px;
        line-height: 1.2em;
        color: #29779d;
        font-weight: 400;
        font-size: 20px;
        padding-left: 10px;
        display: block;
        text-decoration: none;
        padding: 1em;
        border: 1px solid #ccc;
        text-align: center
    }

.text-notice {
    color: #db5128
}

.text-gray {
    color: #777
}

.btn {
    display: inline-block;
    font: normal normal normal 14px/1 sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer
}

    .btn.btn-submit {
        border: none;
        width: 92px;
        height: 35px;
        color: #333;
        font-size: 16px;
        background: url(../images/ico_btn_submit.png) 0 0 no-repeat;
        display: block
    }

        .btn.btn-submit.tiny {
            width: 56px;
            height: 28px
        }

    .btn.btn-total {
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #db5128;
        background: none;
        cursor: default
    }

    .btn.btn-vote {
        width: 118px;
        height: 32px;
        line-height: 32px;
        background: #db5128 0 0 no-repeat;
        color: #fff;
        text-align: center;
        cursor: cursor;
        border: 0
    }

    .btn.btn-voted {
        width: 118px;
        height: 32px;
        color: #ccc;
        line-height: 32px;
        background: #eee 0 0 no-repeat;
        text-align: center;
        cursor: default;
        border: 0
    }

.notice-bar {
    background: url(../images/nav_bg.png) 0 0 no-repeat;
    height: 55px;
    font-size: 24px;
    color: #fef4d1;
    line-height: 55px
}

    .notice-bar .icon-icon5 {
        font-size: 35px;
        position: relative;
        top: 3px;
        left: -5px
    }

.pull-right {
    float: right
}

.pull-left {
    float: left
}

hr.line {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

hr.blank {
    border-bottom: 0px solid #CCC;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.text-center {
    text-align: center
}

    .text-center.line {
        border-bottom: 1px dotted #CCC
    }

.mt0 {
    margin-top: 0px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.wrapper {
    width: 100%;
    min-width: 980px;
    background-color: #868686
}

    .wrapper.banner-wrapper {
        background: none;
        height: 400px;
        background: #fff url(../images/img_top.jpg) center center no-repeat
    }

    .wrapper.subnav-wrapper {
        background-color: #fff;
        box-shadow: 0px 3px 3px 0px #ccc
    }

    .wrapper.white-wrapper {
        background: none;
        padding: 30px 0px 50px 0px
    }

    .wrapper.grey-wrapper {
        background: #f5f5f5;
        padding: 40px 0px 50px 0px
    }

.title-h1 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding-top: 85px;
    background: url(../images/ico_title1.png) top center no-repeat;
    border-bottom: 2px solid #db5128
}

    .title-h1 [class^="icon-"] {
        margin-right: 5px
    }

.title-h2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    text-align: center;
    color: #db5128;
    font-weight: bold
}

    .title-h2 [class^="icon-"] {
        margin-right: 5px
    }

.title-h3 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding-top: 50px;
    background: url(../images/ico_title3.png) top center no-repeat;
    border-bottom: 2px solid #db5128
}

    .title-h3 [class^="icon-"] {
        margin-right: 5px
    }

.subtext {
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 1em;
    background: #fff;
    border: 1px solid #db5128;
    border-radius: 5px
}

.container {
    width: 980px;
    margin: 0 auto
}

    .container .sub-header {
        position: relative;
        padding-top: 18px;
        padding-bottom: 10px;
        zoom: 1
    }

        .container .sub-header:before, .container .sub-header:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden
        }

        .container .sub-header:after {
            clear: both
        }

        .container .sub-header .sub-nav li {
            width: 25%;
            float: left
        }

            .container .sub-header .sub-nav li a {
                display: block;
                text-align: center;
                margin: 0 auto;
                color: #db5128;
                font-size: 24px;
                line-height: 70px;
                text-decoration: none;
                position: relative;
                border-bottom: 5px solid #fff
            }

                .container .sub-header .sub-nav li a.disabled .circle {
                    color: #777;
                    border: 2px solid #777777
                }

                .container .sub-header .sub-nav li a i {
                    font-size: 76px;
                    position: relative;
                    line-height: 114px
                }

                    .container .sub-header .sub-nav li a i::before {
                        margin-left: -8px
                    }

                .container .sub-header .sub-nav li a span {
                    font-size: 18px;
                    display: block;
                    line-height: 1em
                }

                .container .sub-header .sub-nav li a .circle {
                    width: 114px;
                    height: 114px;
                    border-radius: 50%;
                    margin: 0 auto;
                    border: 2px solid #db5128;
                    color: #db5128;
                    margin-bottom: 10px
                }

                .container .sub-header .sub-nav li a:hover {
                    color: #db5128
                }

                    .container .sub-header .sub-nav li a:hover .circle {
                        border: 2px solid #db5128
                    }

                .container .sub-header .sub-nav li a.disabled {
                    cursor: default;
                    color: #777
                }

                    .container .sub-header .sub-nav li a.disabled .circle {
                        border: 2px solid #777
                    }

                .container .sub-header .sub-nav li a.current {
                    color: #db5128
                }

                    .container .sub-header .sub-nav li a.current .circle {
                        background: #db5128;
                        border: 2px solid #db5128
                    }

                        .container .sub-header .sub-nav li a.current .circle i {
                            color: #FFF
                        }

        .container .sub-header .activty-time {
            position: absolute;
            right: 20px;
            top: -22px;
            color: #fff;
            background: url(../images/ico_top.png) 0 0 no-repeat;
            width: 133px;
            text-align: center;
            height: 164px
        }

            .container .sub-header .activty-time strong {
                padding-top: 60px;
                color: #fff;
                display: inline-block
            }

.header {
    zoom: 1;
    text-align: left
}

    .header:before, .header:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .header:after {
        clear: both
    }

.maintext p, .maintext h3 {
    margin-bottom: 5px
}

.nav {
    float: left
}

    .nav li {
        display: inline-block
    }

    .nav a {
        font-size: 12px;
        color: #FFF;
        font-family: 'Microsoft YaHei';
        line-height: 26px;
        padding-right: 2em;
        text-decoration: none
    }

        .nav a:hover, .nav a .focus {
            font-weight: bold
        }

    .nav.right {
        float: right
    }

        .nav.right a {
            padding-left: 2em;
            padding-right: 0
        }

.subnav {
    height: 52px;
    width: 978px;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #db5128 0 0 no-repeat
}

    .subnav li {
        float: left
    }

        .subnav li.active a {
            color: #fef4d1;
            background: #eb9b29
        }

    .subnav a {
        font-size: 18px;
        display: block;
        line-height: 52px;
        color: #fff;
        width: 163px;
        text-decoration: none;
        text-align: center;
        position: relative
    }

        .subnav a.focus {
            color: #fef4d1;
            background: #eb9b29 0 0 no-repeat
        }

        .subnav a span {
            display: block
        }

.multi-steps {
    position: relative;
    height: 26px
}

    .multi-steps::after {
        position: absolute;
        content: '';
        height: 2px;
        background: #db5128;
        left: 0%;
        top: 50%;
        width: 100%;
        margin: 0;
        clear: both
    }

    .multi-steps li {
        display: inline-block;
        float: left;
        margin: 0;
        counter-increment: steps;
        position: relative;
        width: 220px
    }

        .multi-steps li.center {
            margin: 0 160px
        }

        .multi-steps li:last-of-type::after {
            display: none
        }

        .multi-steps li > * {
            display: block;
            margin: 0 auto;
            position: relative;
            z-index: 3
        }

            .multi-steps li > * span {
                display: none
            }

            .multi-steps li > *::before {
                content: counter(steps);
                height: 26px;
                text-align: center;
                width: 26px;
                border-radius: 50%;
                font-size: 12px;
                line-height: 26px;
                display: block;
                margin: 0 auto;
                color: #ffffff;
                background-color: #db5128
            }

.multi-items {
    zoom: 1;
    padding-top: 15px
}

    .multi-items:before, .multi-items:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .multi-items:after {
        clear: both
    }

    .multi-items .item {
        width: 216px;
        min-height: 270px;
        float: left;
        border: 1px solid #db5128
    }

        .multi-items .item h3 {
            height: 35px;
            line-height: 35px;
            color: #fff;
            background-color: #db5128;
            text-align: center
        }

        .multi-items .item .inner {
            font-size: 14px;
            padding: 10px;
            line-height: 30px
        }

        .multi-items .item.center {
            margin: 0 160px
        }

.gallery-items {
    zoom: 1;
    width: 840px;
    margin: 0 auto
}

    .gallery-items:before, .gallery-items:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .gallery-items:after {
        clear: both
    }

    .gallery-items li {
        margin-right: 25px;
        margin-top: 30px;
        float: left;
        width: 255px
    }

    .gallery-items .desc {
        text-align: center;
        color: #db5128
    }

.best-items {
    zoom: 1;
    margin-bottom: 20px;
    margin-right: -30px;
    padding-top: 20px
}

    .best-items:before, .best-items:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .best-items:after {
        clear: both
    }

    .best-items .item {
        position: relative;
        border: 1px solid #db5128;
        margin-top: 30px;
        margin-left: 5px;
        margin-right: 10px;
        padding: 30px 20px;
        width: 438px;
        float: left
    }

        .best-items .item .title {
            background: #db5128 url(../images/ico_trophy.png) 5px center no-repeat;
            color: #fff;
            display: inline-block;
            line-height: 39px;
            padding: 0px 10px 0px 30px;
            position: absolute;
            top: -20px;
            left: -5px
        }

        .best-items .item .info {
            zoom: 1;
            border-bottom: 1px dashed #000;
            padding-bottom: 10px;
            margin-bottom: 10px
        }

            .best-items .item .info:before, .best-items .item .info:after {
                content: "\0020";
                display: block;
                height: 0;
                overflow: hidden
            }

            .best-items .item .info:after {
                clear: both
            }

            .best-items .item .info .author-1, .best-items .item .info .author-2 {
                font-size: 14px;
                float: left
            }

            .best-items .item .info .author-2 {
                float: right
            }

            .best-items .item .info span {
                color: #777
            }

.honorable-items {
    margin-bottom: 20px;
    padding-top: 20px
}

    .honorable-items .block {
        border: 1px solid #db5128;
        position: relative;
        margin-left: 50px;
        margin-bottom: 20px;
        padding-left: 100px;
        padding-top: 10px;
        padding-right: 10px
    }

        .honorable-items .block .title {
            background: #db5128 url(../images/ico_star.png) 5px center no-repeat;
            color: #fff;
            display: inline-block;
            height: 40px;
            width: 120px;
            line-height: 1.3em;
            text-align: center;
            padding: 10px 10px 10px 35px;
            position: absolute;
            top: 50%;
            margin-top: -20px;
            left: -50px;
            z-index: 3
        }

    .honorable-items .item {
        position: relative;
        border: 1px solid #ccc;
        padding: 5px 0px;
        margin-bottom: 10px;
        margin-left:25px;
        zoom: 1
    }

        .honorable-items .item:before, .honorable-items .item:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden
        }

        .honorable-items .item:after {
            clear: both
        }

        .honorable-items .item .col-1 {
            width: 100px;
            text-align: center;
            color: #db5128;
            position: absolute;
            top: 5px;
            left: 0
        }

        .honorable-items .item .col-2 {
            /*margin-left: 100px;
            border-left: 1px dashed #ccc;*/
            padding-left: 30px
        }

        .honorable-items .item .info {
            font-size: 12px
        }

#back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 1000px
}

    #back-top a {
        width: 30px;
        display: block;
        text-align: center;
        font: 11px / 100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        transition: 1s
    }

    #back-top span {
        width: 30px;
        height: 30px;
        display: block;
        margin-bottom: 7px;
        background: #db5128 url(../images/cd-top-arrow.svg) no-repeat center center;
        border-radius: 15px;
        -webkit-transition: 1s;
        transition: 1s
    }

.notice-panel {
    float: left;
    background: url(../images/ico_mail.png) center center no-repeat;
    height: 27px;
    width: 40px;
    margin-left: 260px
}

    .notice-panel .notice-num {
        position: relative
    }

        .notice-panel .notice-num span {
            position: absolute;
            top: 0px;
            left: 30px;
            font-size: 10px;
            line-height: 20px;
            background: url(../images/ico_ball1.png) 0 0 no-repeat;
            background-position: center center;
            width: 20px;
            height: 20px;
            display: block;
            text-align: center;
            color: #FFF
        }

.login-panel {
    float: right;
    width: 100px;
    height: 28px;
    background: none;
    background-position: top center;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 28px;
    color: #FFF
}

    .login-panel > a {
        color: #FFF
    }

    .login-panel > i {
        font-style: normal;
        display: inline-block;
        padding: 0 10px
    }

    .login-panel.logon {
        background: none;
        padding-top: 0;
        text-align: right;
        cursor: pointer
    }

        .login-panel.logon span {
            color: #FFF;
            width: 100px;
            height: 27px;
            display: block;
            overflow: hidden
        }

    .login-panel .info {
        position: absolute;
        width: 93px;
        border: 1px solid #CCC;
        right: 0;
        top: 24px;
        background-color: #FFF;
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        display: none;
        z-index: 9999
    }

        .login-panel .info.show {
            display: block
        }

        .login-panel .info li {
            padding-left: 1em;
            padding-right: 1em
        }

        .login-panel .info .first {
            padding-top: 5px
        }

        .login-panel .info .last {
            border-top: 1px solid #EEE
        }

.more-box {
    position: relative;
    height: 15px
}

    .more-box .more {
        position: absolute;
        right: 0px;
        top: 0px
    }

.box {
    margin-bottom: 10px;
    margin-top: 20px
}

    .box.none {
        margin-top: 10px
    }

    .box.with-border {
        border: 1px solid #ddd
    }

    .box .hd {
        padding-right: 10px;
        position: relative;
        background-color: #eeeeee;
        border-bottom: 1px solid #dcdcdc;
        height: 36px
    }

        .box .hd:before {
            position: absolute;
            left: 10px;
            bottom: 10px;
            width: 0;
            height: 0;
            content: '';
            z-index: 2;
            border-left: 12px solid red;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent
        }

        .box .hd .more {
            position: absolute;
            right: 10px;
            bottom: 0px;
            font-size: 14px;
            color: #27a9bc !important
        }

        .box .hd h3 {
            line-height: 36px;
            color: #29779d;
            font-weight: 400;
            font-size: 20px;
            display: inline-block;
            padding-left: 28px
        }

    .box .bd {
        padding: 10px 5px
    }

    .box .row {
        margin-top: 10px
    }

        .box .row .grid-50-left, .box .row .grid-50-right {
            width: 49%
        }

        .box .row .grid-50-right {
            margin-right: -2px
        }

    .box .text-wrapper {
        padding: 0 10px
    }

.weibo-box {
    background-color: #fff;
    border: 1px solid #ddd;
    padding-bottom: 10px
}

    .weibo-box img {
        display: block;
        margin: 0 auto
    }

.row {
    zoom: 1
}

    .row:before, .row:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .row:after {
        clear: both
    }

.tab-content {
    margin-right: -24px
}

    .tab-content .item {
        width: 476px;
        float: left;
        height: 155px;
        margin-right: 20px;
        margin-bottom: 10px;
        border: 1px solid #db5128;
        background: #fff;
        zoom: 1
    }

        .tab-content .item:before, .tab-content .item:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden
        }

        .tab-content .item:after {
            clear: both
        }

        .tab-content .item [class^="col-"] {
            float: left;
            height: 155px
        }

            .tab-content .item [class^="col-"] .title {
                line-height: 1.4em;
                padding-top: 10px;
                padding-bottom: 6px;
                font-size: 14px
            }

            .tab-content .item [class^="col-"] .info {
                zoom: 1
            }

                .tab-content .item [class^="col-"] .info:before, .tab-content .item [class^="col-"] .info:after {
                    content: "\0020";
                    display: block;
                    height: 0;
                    overflow: hidden
                }

                .tab-content .item [class^="col-"] .info:after {
                    clear: both
                }

                .tab-content .item [class^="col-"] .info .author-1, .tab-content .item [class^="col-"] .info .author-2 {
                    font-size: 13px;
                    float: left
                }

                .tab-content .item [class^="col-"] .info .author-2 {
                    float: right
                }

                .tab-content .item [class^="col-"] .info span {
                    color: #777
                }

            .tab-content .item [class^="col-"] .row {
                position: absolute;
                width: 100%;
                bottom: 5px
            }

            .tab-content .item [class^="col-"] .btn-total {
                float: left
            }

            .tab-content .item [class^="col-"] .btn-vote, .tab-content .item [class^="col-"] .btn-voted {
                float: right
            }

        .tab-content .item .col-0 {
            width: 76px;
            text-align: center;
            border-right: 1px solid #db5128;
            margin-right: 10px
        }

            .tab-content .item .col-0 .item-id {
                line-height: 90px;
                font-size: 18px;
                font-weight: bold;
                color: #db5128;               
                width: 90%;
                margin: 0 auto
            }

            .tab-content .item .col-0 .item-img {
                margin-top: 10px
            }

                .tab-content .item .col-0 .item-img img {
                    display: block;
                    margin: 0 auto;
                    border-radius: 50%
                }

            .tab-content .item .col-0 .item-name {
                font-size: 14px
            }

        .tab-content .item .col-1 {
            width: 380px;
            position: relative
        }

.grid-100 {
    width: 100%;
    min-width: 980px
}

.grid-50-left {
    width: 50%;
    float: left
}

.grid-50-right {
    width: 50%;
    float: right
}

.footer-nav {
    background-color: #f2f2f2;
    padding: 20px 30px
}

    .footer-nav .footer > li {
        float: left;
        width: 213px
    }

    .footer-nav strong {
        font-size: 12px
    }

    .footer-nav a {
        color: #868686;
        font-size: 12px
    }

    .footer-nav .wechat, .footer-nav .weibo {
        margin-left: 10px;
        margin-bottom: -4px;
        display: inline-block;
        width: 24px;
        height: 19px;
        background: url(../images/ico_weixin_weibo.png) 0 0 no-repeat
    }

    .footer-nav .weibo {
        background-position: right
    }

    .footer-nav .qrcode {
        margin-top: 8px
    }

        .footer-nav .qrcode img {
            display: block
        }

.copyright {
    text-align: center;
    font-size: 12px;
    background-color: #868686;
    color: #FFF
}

.grid {
    zoom: 1;
    min-height: 80px;
    margin-top: 16px;
    margin-bottom: 16px
}

    .grid:before, .grid:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .grid:after {
        clear: both
    }

    .grid.border-less {
        border: 0;
        height: 80px
    }

        .grid.border-less .maintext {
            border-right: 0
        }

    .grid .maintext {
        width: 642px;
        float: left
    }

    .grid .sidebar {
        width: 300px;
        float: right
    }

        .grid .sidebar .block {
            margin-bottom: 14px;
            padding-bottom: 10px
        }

            .grid .sidebar .block .hd {
                padding-right: 10px;
                position: relative;
                background-color: #eeeeee;
                border-top: 1px solid #0084ab;
                height: 36px
            }

                .grid .sidebar .block .hd h3 {
                    line-height: 36px;
                    color: #29779d;
                    font-weight: 400;
                    font-size: 20px;
                    padding-left: 10px
                }

            .grid .sidebar .block .bd {
                width: 300px;
                margin: 0 auto
            }

                .grid .sidebar .block .bd.weibo-wrapper {
                    margin-top: 10px;
                    width: 280px
                }

            .grid .sidebar .block .article-list.rank-list li {
                line-height: 26px;
                padding-left: 20px;
                background: none;
                height: 26px
            }

                .grid .sidebar .block .article-list.rank-list li a {
                    line-height: 26px;
                    font-size: 13px
                }

.weibo-show {
    height: 342px;
    width: 275px;
    margin: 30px auto 25px auto;
    overflow: hidden
}

.etabs {
    margin: 0;
    padding: 0
}

.tab {
    display: inline-block;
    border-bottom: none
}

    .tab a {
        font-size: 18px;
        color: #777777;
        line-height: 2em;
        display: block;
        padding: 0 1em;
        outline: none;
        text-decoration: none
    }

    .tab.active {
        color: #000;
        position: relative
    }

        .tab.active:after {
            content: " ";
            position: absolute;
            bottom: -2px;
            left: 50%;
            margin-left: -3px;
            width: 14px;
            height: 8px;
            background: url(../images/ico_tab_arrow.png) 0 0 no-repeat
        }

    .tab a.active {
        color: #000
    }

.tab-container .panel-container {
    padding-top: 20px
}

.panel-container {
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .for-desktop {
        display: none
    }

    body, .wrapper, .container, .grid-100 {
        min-width: 100%;
        width: 100%
    }

    .best-items {
        margin-right: 0
    }

        .best-items .item {
            width: auto
        }

    .honorable-items .block {
        padding-left: 10px;
        margin-left: 0px;
        margin-top: 50px;
        padding-top: 40px
    }

        .honorable-items .block .title {
            top: -15px;
            width: 100px;
            left: 50%;
            margin-left: -80px
        }

    .wrapper.banner-wrapper {
        height: 150px;
        background: #fff url(../images/img_top.jpg) center center no-repeat;
        background-size: cover
    }

    .wrapper.grey-wrapper {
        padding: 15px 0px 15px 0px
    }

    .tab-content {
        margin-right: 0px
    }

        .tab-content .item {
            width: 100%;
            margin-left: auto;
            margin-right: auto
        }

            .tab-content .item .col-0 {
                width: 100px
            }

            .tab-content .item .info .author-2, .tab-content .item .info .author-1 {
                float: none
            }

            .tab-content .item .col-1 {
                width: calc(100% - 118px)
            }

    .subnav {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        background: none
    }

        .subnav li {
            width: 33%;
            margin-bottom: 10px;
            background: #db5128
        }

        .subnav a {
            font-size: 13px;
            width: auto
        }
}
