﻿@charset "utf-8";

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure {
    margin: 0;
    padding: 0;
}

html, body, input, button, textarea {
    color: #333;
    font: 14px/1.8 Gulim,"Microsoft YaHei","微软雅黑",Helvetica,Arial,sans-serif;
}

article, aside, figcaption, figure, footer, header, nav, section {
    display: block;
}

html, body {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow-x: hidden;
}

body {
    width: 100%;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3, h4, h5 {
    font-size: 14px;
}

img {
    border: none;
    vertical-align: middle;
}

li {
    list-style: none;
}

i, em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

input[type="text"]:focus {
    outline: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

input[type="text"], input[type="password"], input[type="button"], input[type="reset"], input[type="checkbox"], input[type="submit"], select, textarea {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
}

    input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

/* clear floating */
.layout:after, .main-tit-bar:after, .b114-items ul:after, .promote-items ul:after,
.list-tit-bar:after, .list-tas-bar ul:after, .gallery-list ul:after, .filter-list ul:after, .list-tool-bar ul:after, .list-main .i-item:after, .info-modify-pop dl:after, .view-tit-badr:after, .view-meta:after, .path-bar:after, .comment-item .item-hd:after, .view-tool-bar:after, .form-foot:after, .f-item:after, .b114-item:after, .file-list li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* layout */
.layout {
    width: 100%;
    margin: 0 auto;
}

.page-body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 3.4em;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

.page-wrap {
    padding-top: 1.1em;
    padding-bottom: 8.5em;
    position: relative;
    min-height: 100%;
}

.z9999 {
    position: relative;
    z-index: 9999;
}

.footer, .main-tit-bar, .new-info-list li, .b114-items .b114-hd, .list-tit-bar, .my-info-hd, .path-bar, .view-detail .view-meta, .view-detail .view-content {
    padding-left: 0.72em;
    padding-right: 0.72em;
}


/* box sizing */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/* color */
.green, .green a {
    color: #003eaf;
}

.red, .red a, .info-item .modify:hover {
    color: #f50 !important;
}

.blue, .blue a, .info-item .modify {
    color: #06c;
}

.gray, .gray a {
    color: #ccc;
}

.b114-items ul .b114-item:hover {
    color: #333;
    text-decoration: none;
}

.gray a:hover, .main-tit-bar .more:hover, .b114-items ul .adv-link a:hover, .b114-items ul .b114-item .name:hover, .b114-items ul .b114-item .desc:hover, .b114-items ul .item-cate:hover, .b114-items ul .adv-link .name:hover, .b114-items ul .adv-link .desc:hover {
    color: #f50;
}

.main-tit-bar .tit em, .b114-items ul .item-cate, .b114-items ul .item-cate a, .filter-panel .filter-list li a.hot, .pager a.current, .pager span.current, .pager a.current:hover, .view-summary, .write-faqs dt, .write-faqs dt a, .my-info-item .info-meta dd, .my-info-item .info-meta dd a {
    color: #f50;
}

.fb {
    font-weight: bold;
}

/* transition */
.top-nav-bd li .ico-menu, .b114-hd .ico-arrow {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.gallery-list ul li, .top-city-nav .city-toggle:before, .search-select .select-value i, .top-nav-bd li a, .top-nav-bd {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.transition, .layout {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}




/* --------------------- form --------------------- */
/* checkbox */
input[type='checkbox'] {
    border: 0;
    width: 1.1em;
    height: 1.1em;
    border: 1px solid #999;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

    input[type='checkbox']:checked {
        background: url(img/ico-tick-small.png) center no-repeat;
        -webkit-background-size: 0.65em auto;
        background-size: 0.65em auto;
    }

label {
    vertical-align: middle;
}

.write-main .f-item input[type='checkbox'] {
    float: left;
}


/* button */
.btn {
    display: inline-block;
    height: 2.14em;
    line-height: 2.14em;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 0.5em;
}

    .btn:hover, .write-main .item-label .btn:hover {
        text-decoration: none;
        background-color: #efefef;
        color: #333;
        border: 1px solid #bbb;
    }

.btn-red, .btn-red:hover, .my-info-item .btn {
    background-color: #f50;
    border-color: #e33600;
    color: #fff;
}

    .btn-red:hover {
        background-color: #F05000;
    }

/* text & select */
.ipt-txt, .select-box select {
    height: 2.14em;
    line-height: 2.14em;
    border: 1px solid #ccc;
    border-left-color: #aaa;
    border-top-color: #aaa;
    background-color: #fff;
    overflow: hidden;
    color: #333;
    font-size: 1em;
}

.ipt-txt, .select-box {
    margin-bottom: 0.2em;
}

.ipt-txt {
    width: auto;
    padding: 0 0.72em;
}

.ipt-txt-wide {
    width: 100%;
}

.ipt-w-1 {
    padding: 0 0.36em;
    text-align: center;
    width: 2.14em;
}

.select-box {
    display: inline-block;
    margin-right: 0.5em;
    position: relative;
    background-color: #fff;
}

    .select-box select {
        padding: 0 1.2em 0 0.36em;
        background-color: transparent;
        position: relative;
        z-index: 99;
        float: left;
    }

    .select-box:before {
        content: '';
        display: block;
        width: 1.5em;
        height: 100%;
        background: url(img/ico-arrow-down-2.png) center no-repeat;
        -webkit-background-size: 0.8em auto;
        background-size: 0.8em auto;
        position: absolute;
        right: 0.1em;
        top: 0;
    }

/* textarea */
.txt-area {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-left-color: #aaa;
    border-top-color: #aaa;
    padding: 0.5em 0.72em;
    color: #666;
}

    .txt-area:focus {
        color: #333;
    }



/* --------------------- header --------------------- */
.header {
    width: 100%;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ccc;
    padding: 0.9em 0.72em;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    margin: 0 auto 0.857em;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.logo {
    width: 8.71em;
    display: inline;
    float: left;
    margin: 0 1.15em 0 75px;
}

    .logo img {
        /*width: 100%;*/
        height: 20px;
    }

.top-city-nav {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 1px;
    width:60px;
}

    .top-city-nav .city-toggle {
        display: inline-block;
        padding-right: 0.6em;
        line-height: 1.25em;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        cursor: pointer;
    }

        .top-city-nav .city-toggle:before {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            overflow: hidden;
            border-width: 4px 4px 0;
            border-style: solid dashed dashed dashed;
            border-color: #666 transparent transparent;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -4px;
        }

    .top-city-nav .city-menu {
        min-width: 60px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #ddd;
        position: absolute;
        left: 0;
        top: 32px;
        box-shadow: 0 0 3px rgba(0,0,0,0.05);
        padding: 8px 0;
        display: none;
    }

        .top-city-nav .city-menu ul {
            max-height: 22em;
            overflow: hidden;
            overflow-y: auto;
            text-size-adjust: none;
            -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
        }

            .top-city-nav .city-menu ul::-webkit-scrollbar {
                width: 3px;
            }

            .top-city-nav .city-menu ul::-webkit-scrollbar-track {
                background-color: rgba(255,255,255,0);
            }

            .top-city-nav .city-menu ul::-webkit-scrollbar-thumb {
                background-color: rgba(0,0,0,0.1);
            }

        .top-city-nav .city-menu li {
            line-height: 30px;
        }

            .top-city-nav .city-menu li a {
                display: inline-block;
                padding: 0 5px;
            }

        .top-city-nav .city-menu .ico-arrow {
            display: inline-block;
            width: 14px;
            height: 8px;
            position: absolute;
            right: 12px;
            top: -8px;
        }

            .top-city-nav .city-menu .ico-arrow:before, .top-city-nav .city-menu .ico-arrow:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                overflow: hidden;
                border-style: dashed dashed solid;
                border-width: 0 7px 7px;
            }

            .top-city-nav .city-menu .ico-arrow:before {
                border-color: transparent transparent #ddd;
            }

            .top-city-nav .city-menu .ico-arrow:after {
                border-color: transparent transparent #fff;
                position: absolute;
                left: 0;
                top: 1px;
            }

.top-nav-toggle {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 20px;
    width:32px;
    height: 100%;
    background: url(/img/SanDaoGang.png) center no-repeat;
    background-size:23px;
 
    cursor: pointer;
    top: 0;
}

.top-nav-toggle2 {
    display: inline-block;
    float: right;
    position: relative;
    padding-top: 20px;
    width: 3em;
    height: 100%;
    background: url(/img/ico-menu.png) center no-repeat;
    -webkit-background-size: auto 1em;
    background-size: auto 1em;
    cursor: pointer;
    top: 0;
}
.UserImgs {
    background: url(/img/Login.png) center no-repeat;
    background-size: 20px;
}
.UserEsc {
    background: url(/img/EXC.png) center no-repeat;
    background-size: 20px;
}


.city-nav-show .city-menu {
    display: block;
}

.city-nav-show .city-toggle:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pop-mask {
    position: absolute;
}



/* nav */
.top-nav-bd {
    max-width: 80%;
    width: 260px;
    height: 100%;
    border-left: 1px solid #333;
    position: absolute;
    position: fixed;
    right: -320px;
    top: 48px;
    background-color: #fff;
    z-index: 100001;
    box-shadow: 1px 0 3px rgba(0,0,0,0.1);
}

    .top-nav-bd .top-nav-list {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        z-index: 9999999;
        background: #fff;
        padding-bottom: 150px;
    }

    .top-nav-bd li {
        line-height: 2.9em;
        border-top: 1px solid #eee;
    }

        .top-nav-bd li, .top-nav-bd li a {
            color: #000;
        }

            .top-nav-bd li a {
                display: block;
                height: 2.9em;
                position: relative;
                padding-left: 1.2em;
            }

                .top-nav-bd li a:active {
                    text-decoration: none;
                    background-color: #f3f3f3;
                }

            .top-nav-bd li h4 {
                position: relative;
                background-color: #ffb28d;
                z-index: 10;
                font-size: 17px;
                font-weight: bold;
                padding-left: 1.2em;
                font-weight: normal;
            }

                .top-nav-bd li h4.with-child {
                    cursor: pointer;
                }

                .top-nav-bd li h4 a {
                    display: inline;
                    padding: 0;
                }

            .top-nav-bd li ul {
                background-color: #f9f9f9;
                display: none;
            }

            .top-nav-bd li li {
                padding-left: 0;
                font-weight: normal;
                border-top: 0;
            }

            .top-nav-bd li a.lang {
                color: #999;
            }

                .top-nav-bd li a.lang:hover {
                    color: #666;
                }

            .top-nav-bd li li a {
                border-top: 1px solid #eee;
                padding-left: 2.5em;
                position: relative;
            }

                .top-nav-bd li li a:before {
                    content: '';
                    display: inline-block;
                    width: 0.5em;
                    height: 0.5em;
                    border-left: 1px solid #999;
                    border-bottom: 1px solid #999;
                    position: absolute;
                    left: 1.28em;
                    top: 0.95em;
                }

            .top-nav-bd li li.hot a {
                color: #f50;
            }

                .top-nav-bd li li.hot a:before {
                    border-left-color: #f50;
                    border-bottom-color: #f50;
                }

            .top-nav-bd li .ico-menu {
                display: block;
                width: 1.42em;
                height: 100%;
                position: absolute;
                right: 1em;
                top: 0;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url(/img/ico-arrow-down.png);
                -webkit-background-size: 1.21em auto;
                background-size: 1.21em auto;
            }

            .top-nav-bd li.active .ico-menu {
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .top-nav-bd li.member-menu .ico-menu {
                background-image: url(/img/ico-arrow-down-white.png);
            }

            .top-nav-bd li.member-menu {
                position: relative;
                z-index: 99;
                margin-bottom: -1px;
                z-index: 99;
                border-top: 0;
            }

                .top-nav-bd li.member-menu, .top-nav-bd li.member-menu li a {
                    color: #fff;
                }

                    .top-nav-bd li.member-menu li a, .top-nav-bd li.member-menu h4 {
                        border-top: 0;
                        border-bottom: 1px solid #e33600;
                    }

                    .top-nav-bd li.member-menu li a {
                        background-color: #f05000;
                    }

                        .top-nav-bd li.member-menu li a:active {
                            background-color: #f50;
                        }

                        .top-nav-bd li.member-menu li a:before {
                            border-left-color: #fff;
                            border-bottom-color: #fff;
                        }

                    .top-nav-bd li.member-menu h4 {
                        height: 50px;
                        line-height: 50px;
                        background-color: #f50;
                    }

                        .top-nav-bd li.member-menu h4 .m-reg, .top-nav-bd li.member-menu h4 .m-reg a {
                            color: #fff;
                        }

                        .top-nav-bd li.member-menu h4 .m-login, .top-nav-bd li.member-menu h4 .m-login a {
                            color: #ffcca2;
                        }

                        .top-nav-bd li.member-menu h4 .m-reg {
                            font-weight: bold;
                        }

                        .top-nav-bd li.member-menu h4 .m-login {
                            display: inline-block;
                            margin-left: 1em;
                        }

                    .top-nav-bd li.member-menu .txt-vip {
                        color: #ffea88;
                        font-weight: bold;
                        padding-left: 8px;
                    }

.nav-show .top-nav-bd {
    left: 0;
}

.ico-close {
    display: block;
    width: 3em;
    height: 3em;
    background: url(/img/ico-close.png) center no-repeat;
    -webkit-background-size: 1.2em auto;
    background-size: 1.2em auto;
    position: absolute;
    left: -3em;
    top: 0;
}

.body-mask {
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.6);*/
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    display: none;
}

.topbn {
    margin: 0 auto 1em;
    text-align: center;
}

    .topbn img {
        display: block;
        margin: 0 auto;
        height: 4.28em;
        max-width: 100%;
    }


/* --------------------- footer --------------------- */
.footer {
    width: 100%;
    padding-top: 1.3em;
    padding-bottom: 4em;
    background-color: #f3f3f3;
    border-top: 1px solid #ccc;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    line-height: 2;
}

    .footer .foot-nav {
        text-align: center;
    }

        .footer .foot-nav li {
            display: inline;
            padding: 0 0.3em 0 0.1em;
        }

            .footer .foot-nav li:after {
                display: inline;
                content: '|';
                color: #f3f3f3;
                padding-left: 0.3em;
            }

            .footer .foot-nav li.fb a {
                font-weight: bold;
            }

            .footer .foot-nav li:last-child:after {
                display: none;
            }

    .footer .copyright, .footer .copyright a {
        color: #999;
    }

    .footer .copyright {
        display: block;
        float: none;
        text-align: center;
    }

        .footer .copyright .icp {
            padding-left: 20px;
        }

.gotop {
    display: none;
    width: 2.4em;
    height: 2.4em;
    border: 1px solid #999;
    background-color: #999;
    background-image: url(/img/ico-arrow-up-white.png);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    -webkit-background-size: 1.28em auto;
    background-size: 1.28em auto;
    right: 0.32em;
    bottom: 0.32em;
    z-index: 9999;
    cursor: pointer;
}



/* ======================================================
 * homepage
 * --------------------------------------------------- */
.main-tit-bar {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.72em;
    line-height: 1.4em;
    margin: 0 auto 0.5em;
}

    .main-tit-bar .tit {
        display: inline-block;
        float: left;
    }

    .main-tit-bar .more {
        float: right;
        color: #999;
    }

.section-b114 {
    padding-top: 1em;
}

.b114-items {
    padding-bottom: 2em;
}

    .b114-items .b114-panel {
        border-bottom: 1px solid #ddd;
    }

    .b114-items .b114-hd {
        height: 3.2em;
        line-height: 3.2em;
        overflow: hidden;
        font-weight: normal;
        font-size: 1em;
        position: relative;
    }

        .b114-items .b114-hd .ico-arrow {
            display: block;
            width: 2em;
            height: 100%;
            position: absolute;
            right: 0.5em;
            top: 0;
            background: url(/img/ico-arrow-down.png) center no-repeat;
            -webkit-background-size: 1.3em auto;
            background-size: 1.3em auto;
        }

    .b114-items .active .ico-arrow {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .b114-items .b114-list {
        background-color: #f3f3f3;
        display: none;
    }

        .b114-items .b114-list li {
            border-top: 1px solid #eaeaea;
        }

            .b114-items .b114-list li .b114-item {
                display: block;
                padding: 0.6em 1.28em;
            }

                .b114-items .b114-list li .b114-item .b-img, .b114-items .b114-list li .b114-item .b-img img {
                    width: 4.3em;
                    height: 4.3em;
                    border-radius: 50%;
                    overflow: hidden;
                }

                .b114-items .b114-list li .b114-item .b-img {
                    float: left;
                    margin: 0 1.5em 0 0;
                }

                .b114-items .b114-list li .b114-item .b-tit, .b114-items .b114-list li .b114-item .b-desc {
                    display: block;
                    height: 1.5em;
                    line-height: 1.5em;
                    overflow: hidden;
                }

                .b114-items .b114-list li .b114-item .b-tit {
                    margin-top: 0.3em;
                    font-size: 1em;
                }

                .b114-items .b114-list li .b114-item .b-desc {
                    font-size: 0.857em;
                }

                .b114-items .b114-list li .b114-item .b-tel {
                    color: #f50;
                }

/* Carousel */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: auto;
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
}


.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-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.stadium-order-table .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.stadium-order-table .swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-page {
    width: 100%;
    text-align: center;
}

    .swiper-page span {
        display: inline-block;
        width: 0.4em;
        height: 0.4em;
        background: rgba(255,255,255,1);
        margin: 0 0.15em;
        border-radius: 50%;
    }

        .swiper-page span.swiper-pagination-bullet-active {
            background: rgba(0,0,0,1);
        }

.promote-items {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    padding: 1.28em 0.72em 0;
    margin-bottom: 2em;
}

    .promote-items li {
        width: 136px;
        text-align: center;
        padding: 0 0 15px;
    }

        .promote-items li a {
            display: block;
        }

        .promote-items li .p-img, .promote-items li .p-img img {
            display: block;
            width: 134px;
            height: 98px;
        }

        .promote-items li .p-img {
            width: 136px;
            height: 100px;
            margin: 0 auto;
            border: 1px solid #ccc;
        }

        .promote-items li .p-name {
            display: block;
            width: 90%;
            margin: 0 auto;
            height: 26px;
            line-height: 26px;
            overflow: hidden;
            padding-top: 3px;
        }

.section-info {
    padding-bottom: 20px;
}

.new-info-list li .i-item {
    display: block;
    width: 100%;
    height: 2.8em;
    line-height: 2.8em;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

    .new-info-list li .i-item:active {
        background-color: #f9f9f9;
    }

.new-info-list li .i-type {
    /*width: 45px;*/
    /*margin: 0 10px 0 0;*/
    float: right;
    color: #333;
}
.new-info-list li .i-time {
    width: 60px;
    /*margin: 0 10px 0 0;*/
    float: left;
    color: #333;
}
.new-info-list li .i-name {
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px 0 0;
    float: left;
    color: #333;
}
.esc {
    background: url(/img/esc.png) center no-repeat;
    background-size: 23px;
}
.new-info-list li .i-tit {
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 10px 0 0;
    float: left;
    color: #333;
}

/*.new-info-list li .i-name {
    margin-left: 70px;
    display: block;
}*/
/* ======================================================
 * list
 * --------------------------------------------------- */
/* title */
.list-tit-bar {
    margin: 0 auto 0.85em;
    line-height: 2.14em;
}

    .list-tit-bar .tit {
        display: inline;
        float: left;
        margin: 0 0.5em 0 0;
    }

    .list-tit-bar .check-list {
        display: inline;
        float: left;
        color: #999;
        position: relative;
        padding-left: 0.5em;
    }

        .list-tit-bar .check-list:before {
            content: '|';
            display: inline;
            padding-right: 0.2em;
            position: absolute;
            left: -0.25em;
            top: 0.15em;
            color: #ccc;
        }

        .list-tit-bar .check-list li {
            margin-right: 15px;
        }

            .list-tit-bar .check-list li label {
                position: relative;
                top: 0.1em;
            }

            .list-tit-bar .check-list li .check-box {
                margin-right: 2px;
            }

    .list-tit-bar .check-box, .list-tit-bar .check-box a {
        color: #999;
    }

    .list-tit-bar .u-acts {
        display: inline;
        float: right;
    }

        .list-tit-bar .u-acts .btn {
            margin-left: 0.35em;
            float: left;
        }

/* filter */
.filter-panel {
    margin: 0 auto 10px;
}

    .filter-panel .filter-list {
        height: 79px;
        background-color: #f3f3f3;
        border: 1px solid #ddd;
        position: relative;
        overflow: hidden;
    }

        .filter-panel .filter-list:before {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            background-color: #e8e8e8;
            position: absolute;
            left: 50%;
            top: 0;
        }

        .filter-panel .filter-list li {
            width: 50%;
            float: left;
            border-bottom: 1px solid #e8e8e8;
            overflow: hidden;
        }

            .filter-panel .filter-list li a {
                display: inline-block;
                height: 2.8em;
                line-height: 2.8em;
                padding: 0 0.5em 0 0.72em;
            }

            .filter-panel .filter-list li a {
                *display: inline;
            }

    .filter-panel .btn-all {
        display: block;
        border: 1px solid #ddd;
        margin-top: -1px;
        cursor: pointer;
        background-color: #fafafa;
    }

        .filter-panel .btn-all:before {
            content: '';
            display: block;
            width: 100%;
            height: 2.5em;
            background: url(img/ico-arrow-down-wide.png) center no-repeat;
            -webkit-background-size: auto 0.6em;
            background-size: auto 0.6em;
        }

.filter-show .filter-list {
    height: auto;
}

.filter-show .btn-all {
    margin-top: -2px;
    position: relative;
    z-index: 9;
}

    .filter-show .btn-all:before {
        -moz-transform: scale(1,-1);
        -webkit-transform: scale(1,-1);
        -ms-transform: scale(1,-1);
        -o-transform: scale(1,-1);
        transform: scale(1,-1);
    }

/* tabs */
.list-tas-bar {
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    padding: 0.6em;
    margin: 0 auto;
    line-height: 1.6em;
    position: relative;
}

    .list-tas-bar:before, .list-tas-bar:after {
        content: '';
        display: block;
        width: 1.15em;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 10;
    }

    .list-tas-bar:after {
        right: 0;
        background: -webkit-linear-gradient(left,rgba(255,255,255,0.3),rgba(243,243,243,1));
    }

    .list-tas-bar li {
        width: auto;
    }

        .list-tas-bar li a {
            display: inline-block;
            line-height: 25px;
            padding: 0 0.6em;
        }

            .list-tas-bar li a:hover {
                color: #000;
            }

        .list-tas-bar li.current a {
            background-color: #f50;
            color: #fff;
            text-decoration: none;
        }

/* button */
.list-tool-bar {
    margin: 0 auto 31px;
}

    .list-tool-bar li {
        float: left;
        padding: 0 6px 0 0;
        white-space: nowrap;
    }

        .list-tool-bar li.check-all {
            padding-top: 6px;
            line-height: 1.3;
        }

        .list-tool-bar li label {
            line-height: 1.3;
            float: left;
            padding: 0 3px 0 6px;
        }

    .list-tool-bar .btn {
        height: 28px;
        line-height: 28px;
        font-weight: bold;
        padding: 0 12px;
    }

/* pager */
.pager {
    padding: 0.5em 3em;
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
}

    .pager a, .pager span {
        display: inline-block;
        min-width: 2em;
        text-align: center;
        line-height: 1.7em;
        padding: 0 0.15em;
        text-align: center;
        border: 1px solid transparent;
        vertical-align: middle;
    }

    .pager a, .pager span {
        *display: inline;
    }

        .pager a.current, .pager span.current, .pager a.current:hover {
            font-size: 14px;
            background-color: #f3f3f3;
            background-color: #f50;
            color: #fff;
            border-color: #e33600;
        }

        .pager a.page-prev, .pager a.page-next {
            width: 3em;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-position: center;
            background-repeat: no-repeat;
            -webkit-background-size: auto 1.2em;
            background-size: auto 1.2em;
            margin: 0;
            border: 0;
            position: absolute;
            top: 0;
        }

.page-prev {
    background: url(/img/page-prev.png) no-repeat;
    width: 10px;
    height: 25px;
    display: block;
    right: 0;
    background-size: 100%;
    margin: 5px auto;
    left: 0;
}

.page-next {
    background: url(/img/page-next.png) no-repeat;
    width: 10px;
    height: 25px;
    display: block;
    right: 0;
    background-size: 100%;
    margin: 5px auto;
    right: 0;
}

/* search */
.foot-search-bar {
    padding: 0 0 30px;
    position: relative;
    margin-top: 0.72em;
}

    .foot-search-bar .search-form {
        display: table;
        width: 100%;
        height: 2.6em;
        line-height: 2.6em;
        margin: 0 auto;
        position: relative;
    }

        .foot-search-bar .search-form:before, .foot-search-bar .search-form:after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: #ddd;
            position: absolute;
            left: 0;
        }

        .foot-search-bar .search-form:before {
            top: 0;
        }

        .foot-search-bar .search-form:after {
            bottom: -1px;
        }

    .foot-search-bar .search-select {
        width: 57px;
        position: relative;
    }

        .foot-search-bar .search-select .select-value {
            display: block;
            padding: 0 0.85em 0 0;
            text-align: center;
            color: #999;
            cursor: pointer;
        }

            .foot-search-bar .search-select .select-value b {
                font-weight: normal;
            }

            .foot-search-bar .search-select .select-value i {
                display: block;
                width: 9px;
                height: 100%;
                background: url(/img/ico-arrow-down-2.png) center no-repeat;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-background-size: 100% auto;
                background-size: 100% auto;
            }

        .foot-search-bar .search-select .select-menu {
            display: none;
            min-width: 57px;
            border: 1px solid #ccc;
            background-color: #fff;
            position: absolute;
            left: -1px;
            bottom: 2.6em;
            margin-bottom: -1px;
        }

            .foot-search-bar .search-select .select-menu li a {
                display: block;
                white-space: nowrap;
                height: 30px;
                line-height: 30px;
                padding-left: 10px;
                color: #999;
            }

                .foot-search-bar .search-select .select-menu li a:hover {
                    background-color: #eee;
                    color: #333;
                    text-decoration: none;
                }

    .foot-search-bar .search-select, .foot-search-bar .search-ipt-box, .foot-search-bar .search-btn-box {
        display: table-cell;
        vertical-align: middle;
    }

    .foot-search-bar .search-ipt {
        width: 100%;
        padding-left: 1em;
        height: 2.6em;
        line-height: 2.6em;
        border: 0;
        color: #666;
        background-color: transparent;
    }

    .foot-search-bar .search-btn-box {
        width: 3.5em;
        height: 2.6em;
        overflow: hidden;
    }

    .foot-search-bar .search-btn {
        width: 100%;
        height: 2.6em;
        background-color: #f3f3f3;
        background-image: url(img/ico-search.png);
        background-position: center;
        background-repeat: no-repeat;
        border: 0;
        cursor: pointer;
        float: right;
        border-left: 1px solid #ddd;
        float: left;
    }

        .foot-search-bar .search-btn:hover {
            background-color: #eee;
        }

.search-show .search-select .select-menu {
    display: block;
}

.search-show .search-select .select-value i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-show {
    z-index: 9999;
}

/* --------------------- gallery --------------------- */
.gallery-list {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 1em;
}

    .gallery-list ul {
        width: 100%;
        padding: 0.72em 0.36em 0;
    }

        .gallery-list ul li {
            width: 33.333%;
            float: left;
            padding: 0 0.36em 0.72em;
        }

            .gallery-list ul li a {
                display: block;
            }

            .gallery-list ul li .img, .gallery-list ul li .img a, .gallery-list ul li .img img {
                display: block;
                width: 100%;
                height: auto;
            }

            .gallery-list ul li .img {
                position: relative;
                overflow: hidden;
            }

            .gallery-list ul li .info {
                padding: 0.3em 0.5em 0.3em;
                background-color: #f3f3f3;
            }

            .gallery-list ul li .name, .gallery-list ul li .time {
                display: block;
                height: 1.6em;
                line-height: 1.6em;
                overflow: hidden;
                font-size: 0.857em;
            }

                .gallery-list ul li .name a:hover span {
                    color: #f50;
                }

            .gallery-list ul li .time {
                color: #999;
            }

            .gallery-list ul li .check-box {
                margin: 2px 5px 0 0;
            }

            .gallery-list ul li.stick .info {
                background-color: #fffaf1;
            }

            .gallery-list ul li.stick .txt-ico {
                display: inline-block;
                height: 22px;
                line-height: 22px;
                padding: 0 12px;
                background-color: rgba(0,0,0,0.5);
                position: absolute;
                right: 0;
                top: 0;
                color: #f50;
                z-index: 1;
                font-weight: normal;
            }

            .gallery-list ul li:hover {
                opacity: 0.85;
                filter: alpha(opacity=85);
            }

            .gallery-list ul li:nth-child(3n+1) {
                clear: left;
            }


/* --------------------- list (img/text) --------------------- */
.list-main .check-box {
    width: 13px;
    height: 13px;
}

    .list-main .check-box b {
        width: 11px;
        height: 11px;
    }

    .list-main .check-box b {
        border-color: #707070;
    }

.list-main .img-txt-list {
    padding-bottom: 0.85em;
}

.list-main .i-item {
    display: block;
}

    .list-main .i-item:active {
        background-color: #f5f5f5;
    }

    .list-main .i-item dl {
        display: table;
        width: 100%;
        border-bottom: 1px solid #f3f3f3;
        padding: 0.5em 0;
    }

    .list-main .i-item dt, .list-main .i-item dd {
        display: table-cell;
        vertical-align: middle;
    }

    .list-main .i-item dt {
        width: 4.4em;
        text-align: center;
    }

    .list-main .i-item dd {
        padding-left: 0.33em;
    }

        .list-main .i-item dd.i-img {
            width: 5em;
        }

            .list-main .i-item dd.i-img img {
                width: 100%;
            }

        .list-main .i-item dd.i-tit h4, .list-main .i-item dd.i-tit p {
            font-size: 1em;
            font-weight: normal;
        }

    .list-main .i-item dl.stick, .list-main .i-item dl.stick:active, .list-main .stick, .list-main .stick:active {
        background-color: #fffdf8;
    }

.list-main .txt-list .i-item dd.i-tit h4 {
    display: block;
    height: 1.8em;
    line-height: 1.8em;
    overflow: hidden;
}

.small-ico-photo {
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(img/ico-photo.png?v2) 0 0 no-repeat;
    vertical-align: middle;
    margin-left: 6px;
}



/* ======================================================
 * myinfo
 * --------------------------------------------------- */
.my-info-layout {
}

.my-info-hd {
    padding-top: 1em;
}

    .my-info-hd .tit {
        line-height: 1.2;
        font-size: 1.14em;
        padding: 0 0 1.1em;
    }

.my-info-item {
    background-color: #fafafa;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0 auto 0.72em;
    padding: 0.72em;
}

    .my-info-item .info-meta {
        display: table;
        width: 100%;
    }

        .my-info-item .info-meta dt, .my-info-item .info-meta dd {
            display: table-cell;
            vertical-align: middle;
        }

        .my-info-item .info-meta dt {
            font-weight: bold;
        }

        .my-info-item .info-meta dd {
            text-align: right;
        }

    .my-info-item .info-tips {
        color: #999;
        font-size: 12px;
        padding: 0.72em 0;
    }

    .my-info-item .info-ft .btn {
        padding: 0 1.5em;
        height: 2em;
        line-height: 2em;
    }

.info-modify-pop .pop-cont {
    padding-top: 1.2em;
}

.info-modify-pop .modify-item {
    display: table;
    width: 100%;
}

    .info-modify-pop .modify-item form {
        display: table;
        width: 100%;
    }

    .info-modify-pop .modify-item dt, .info-modify-pop .modify-item dd {
        display: table-cell;
        vertical-align: middle;
    }

    .info-modify-pop .modify-item span {
        width: 50%;
        float: left;
        padding-left: 0.3em;
    }

    .info-modify-pop .modify-item .pop-ipt-txt {
        width: 100%;
        font-size: 12px;
        height: 2.5em;
        line-height: 2.5em;
    }

    .info-modify-pop .modify-item dd {
        width: 7em;
    }

.info-modify-pop .btn {
    width: 100%;
    padding: 0;
    height: 2.5em;
    line-height: 2.5em;
    float: left;
    font-size: 12px;
}

.info-modify-pop .btn-modify {
    background-color: #f50;
    border-color: #e33600;
    color: #fff;
}

.info-modify-pop .btn-cancel {
    background-color: #666;
    border-color: #333;
    color: #fff;
}



/* ======================================================
 * view
 * --------------------------------------------------- */
.path-bar {
    padding-bottom: 0.36em;
    border-bottom: 1px solid #ddd;
}

    .path-bar, .path-bar h1 {
        font-size: 16px;
    }

        .path-bar h1 {
            display: inline;
        }

        .path-bar li {
            display: inline;
            padding: 0 0.2em 0 0;
            font-weight: bold;
        }

            .path-bar li:before {
                content: '-';
                padding: 0 0.2em 0 0;
                font-weight: normal;
                color: #666;
            }

            .path-bar li:first-child:before {
                display: none;
            }

            .path-bar li.current {
                color: #000;
            }

                .path-bar li.current:before {
                    color: #333;
                }

        .path-bar .charge-time {
            color: #f50;
            font-weight: normal;
            font-size: 12px;
        }

/* --------------------- article --------------------- */
.view-layout {
    padding-top: 5px;
}

.view-detail .view-meta {
    padding-top: 0.57em;
    padding-bottom: 1.8em;
}

    .view-detail .view-meta, .view-detail .view-meta a {
        color: #999;
    }

        .view-detail .view-meta li {
            float: left;
            padding: 0 0.85em 0 0;
            font-size: 12px;
        }

.view-detail .view-summary {
    border: 1px solid #ffc6aa;
    background-color: #fffef9;
    padding: 1.28em;
}

    .view-detail .view-summary a {
        color: #06c;
    }

.view-detail .view-content {
    padding-bottom: 4.5em;
    padding-top: 2.14em;
    line-height: 2;
    width: 100%;
    _overflow: hidden;
    word-break: break-all;
    word-wrap: break-word
}

    .view-detail .view-content p {
        padding: 0 0 1em;
    }

    .view-detail .view-content img {
        max-width: 100%;
    }

.view-bn {
    padding: 0 0 2em;
    text-align: center;
}

    .view-bn img {
        max-width: 100%;
    }

.view-tool-bar {
    padding-top: 1em;
    border-top: 1px solid #ddd;
    padding-left: 0.72em;
}

    .view-tool-bar li {
        float: left;
        margin: 0 0.36em 0.36em 0;
    }

        .view-tool-bar li .btn {
            padding: 0 1em;
        }

/* --------------------- comment --------------------- */
.comment-section {
    padding: 1.8em 0 0;
}

.comment-list {
}

.comment-item {
    background-color: #fafafa;
    padding: 0.72em;
    border-top: 1px solid #ddd;
}

    .comment-item:hover {
        background-color: #f6f6f6;
    }

    .comment-item .item-hd {
        height: 1.8em;
        line-height: 1.8em;
        overflow: hidden;
        margin: 0 0 0.72em;
    }

        .comment-item .item-hd .cmt-meta, .comment-item .item-hd .cmt-acts {
            font-size: 14px;
        }

        .comment-item .item-hd .cmt-meta {
        }

            .comment-item .item-hd .cmt-meta li {
                float: left;
                padding: 0 0.72em 0 0;
                white-space: nowrap;
            }

                .comment-item .item-hd .cmt-meta li, .comment-item .item-hd .cmt-meta li a {
                    color: #999;
                }

                    .comment-item .item-hd .cmt-meta li.name, .comment-item .item-hd .cmt-meta li.name a {
                        color: #333;
                        font-weight: bold;
                    }

                    .comment-item .item-hd .cmt-meta li:last-child {
                        padding-right: 0;
                    }

        .comment-item .item-hd .cmt-acts {
            display: inline;
            float: right;
        }

            .comment-item .item-hd .cmt-acts li {
                float: left;
                padding: 0 0 0 0.72em;
            }

                .comment-item .item-hd .cmt-acts li:first-child {
                    padding-left: 0;
                }

    .comment-item .item-cont {
        padding: 0 0 1em;
        font-size: 14px;
        word-break: break-all;
        word-wrap: break-word
    }

.comment-list .item-reply {
    padding-left: 1.8em;
    background-image: url(img/ico-reply.png);
    background-position: 0.72em 1.2em;
    -webkit-background-size: auto 0.6em;
    background-size: auto 0.6em;
    background-repeat: no-repeat;
}

.comment-write {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: 0.72em;
}

    .comment-write .txt-area {
        height: 6em;
        ;
    }

    .comment-write .form-foot {
        padding: 10px 0 0;
    }

        .comment-write .form-foot .btn {
            padding: 0 0.85em;
        }

        .comment-write .form-foot .btns {
            display: inline;
            float: right;
            padding-left: 30px;
        }

        .comment-write .form-foot .txt-tips {
            line-height: 35px;
            color: #999;
            font-size: 0.85em;
        }



/* ======================================================
 * write
 * --------------------------------------------------- */
.write-main {
    background-color: #fafafa;
    border: 1px solid #eee;
    padding: 0.72em;
    margin-top: 0.72em;
}

    .write-main .f-item {
        padding: 0 0 10px;
    }

        .write-main .f-item .item-label {
            width: 4em;
            float: left;
        }

        .write-main .f-item .item-cont {
            margin-left: 4em;
        }

        .write-main .f-item .select-box, .write-main .f-item .ipt-txt {
            float: left;
            margin-right: 0.35em;
        }

    .write-main .select-box {
        width: auto;
    }

    .write-main .select-1 select {
        min-width: 60px;
        margin-left: -0.01em;
    }

    .write-main .select-2 select {
        min-width: 100px;
        margin-left: -0.01em;
    }

    .write-main .ipt-txt {
        margin-right: 0.5em;
    }

    .write-main .check-wrap {
        display: inline-block;
        line-height: 1.3em;
        padding: 5px 15px 0 0;
    }

    .write-main .check-wrap {
        *display: inline;
    }

        .write-main .check-wrap label {
            padding-left: 8px;
        }

    .write-main .write-txt-area {
        width: 100%;
        position: relative;
        background-color: #fff;
    }

    .write-main .txt-holder {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0.5em 0.72em;
        color: #f50;
    }

    .write-main .txt-area {
        height: 21em;
        position: relative;
        z-index: 9;
        background: none;
    }

        .write-main .txt-area:focus, .write-main .with-val {
            background-color: #fff;
        }

    .write-main .with-val {
        color: #333;
    }

    .write-main .file-item {
        width: 100%;
        float: none;
    }

        .write-main .file-item .item-label {
            display: block;
            width: 100%;
            float: none;
        }

            .write-main .file-item .item-label .btn {
                padding: 0 1.5em;
            }

    .write-main .file-list {
        padding-top: 8px;
    }

        .write-main .file-list li {
            padding-bottom: 2px;
            color: #999;
        }

        .write-main .file-list .file-name {
            display: inline-block;
            padding: 0 0 0 2px;
            line-height: 1.8em;
            position: relative;
            font-size: 0.85em;
        }

            .write-main .file-list .file-name:hover {
                text-decoration: none;
                color: #999;
            }

        .write-main .file-list .file {
            *display: inline;
        }

        .write-main .file-list .ico-del {
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url(img/ico-del.png) 0 center no-repeat;
            -webkit-background-size: auto 15px;
            background-size: auto 13px;
            vertical-align: middle;
        }

        .write-main .file-list .ico-del {
            *display: inline;
        }

.write-foot {
    padding: 1.42em 0 0;
    text-align: center;
}

    .write-foot .btn {
        height: 2.5em;
        line-height: 2.5em;
        padding: 0 2.14em;
        font-weight: normal;
    }

.write-faqs {
    background-color: #fffdf9;
    border: 1px solid #eee;
    padding: 0.72em 1em;
    margin-top: 1.42em;
}

    .write-faqs dl {
        padding: 4px 0;
    }

    .write-faqs dt {
        display: block;
    }

    .write-faqs dd {
        font-size: 0.85em;
    }



@media screen and (min-width: 600px) and (max-width: 767px) {
    .gallery-list ul li {
        width: 25%;
    }

        .gallery-list ul li:nth-child(3n+1) {
            clear: none;
        }

        .gallery-list ul li:nth-child(4n+1) {
            clear: left;
        }
}

@media screen and (min-width: 768px) {
    .gallery-list ul li {
        width: 20%;
    }

        .gallery-list ul li:nth-child(3n+1), .gallery-list ul li:nth-child(4n+1) {
            clear: none;
        }

        .gallery-list ul li:nth-child(5n+1) {
            clear: left;
        }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='text'], input[type='password'], input[type='button'] {
        line-height: normal !important;
    }
}
.BestLi {
    margin-left: 30px;
}

.Bestbtn {
    width: 85px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    color: #999;
}

    .Bestbtn:hover {
        color: #f50;
    }

    .Bestbtn img {
        height: 100%;
    }