﻿/*  通用的样式类 */

html, body {
    /*height: 100%;*/
    font-family: '微软雅黑','黑体';
    /*background: #f0f0f0;*/
}

@media print {
    div.Left, div.Left2, div.content, div.UI-photoview-Show {
        display: none;
        visibility: hidden;
    }

    img#printPicture {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 99999;
        max-height: 100%;
        max-width: 100%;
    }

    body {
        background: #f0f0f0;
    }
}

#printPicture {
    display: none;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}
/*网站宽度定义*/
@media (min-width: 300px) {
    .t100-grid {
        width: 300px;
    }
}

@media (min-width: 600px) {
    .t100-grid {
        width: 600px;
    }
}

@media (min-width: 900px) {
    .t100-grid {
        width: 900px;
    }
}

@media (min-width: 1200px) {
    .t100-grid {
        width: 1200px;
    }
}

@media (min-width: 1500px) {
    .t100-grid {
        width: 1500px;
    }
}

/*  全局的加载条 */
.page-loading {
    background: #000 url(http://studio.t100.cn/images/new-loading.gif) repeat-x top center;
    position: fixed;
    width: 65px;
    height: 65px;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

    .page-loading .timer {
        display: none;
        /*width: 100%;
        font-size: 12px;
        text-align: center;
        position: absolute;
        line-height: 32px;
        color: white;
        top: 50%;*/
        margin-top: -42px;
        text-shadow: 1px 1px 0px #000;
    }

        .page-loading .timer label {
            font-weight: bold;
            font-size: 13px;
            color: red;
            padding: 0px 4px;
            border-bottom: 1px solid #F00;
        }

.page-loading-bar {
    background: url(/Product/Images/new-loading.gif) no-repeat center center;
    z-index: 100000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 32px;
    width: 65px;
    height: 65px;
}
.UI-photoview-Show .control {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 140px;
}

    .UI-photoview-Show .control a {
        background: url(../images/photoview_control.png?t=20151118) no-repeat;
        display: block;
        height: 30px;
        margin-bottom: 15px;
        line-height: 30px;
        color: white;
        font-size: 14px;
        font-weight: bold;
        text-indent: 36px;
    }

        .UI-photoview-Show .control a.n2 {
            background-position: left -40px;
        }

        .UI-photoview-Show .control a.n3 {
            background-position: left -80px;
        }

        .UI-photoview-Show .control a.n4 {
            background-position: left -120px;
        }

        .UI-photoview-Show .control a.n5 {
            background-position: left -160px;
        }

        .UI-photoview-Show .control a.loading {
            background: url(http://studio.t100.cn/image/loading.gif) no-repeat left center;
            color: #999;
        }

        .UI-photoview-Show .control a.success {
            cursor: default;
        }

.sidebar {
    position: fixed;
    width: 210px;
    top: 50px;
    bottom: 0;
    left: -235px;
    z-index: 1000;
    display: block;
    padding: 5px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    /* 设置阴影 */
    -webkit-box-shadow: 1px 1px 2px #292929;
    -moz-box-shadow: 1px 1px 2px #292929;
    box-shadow: 1px 1px 2px #292929;
}

    .sidebar ul li a:hover {
        background: #000;
        color: #fff;
    }
/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-left: -20px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .nav-sidebar > li > a {
        display: block;
        padding-top: 8px;
        padding-right: 20px;
        padding-left: 10px;
        padding-bottom: 8px;
        margin-bottom: 1px;
        color: #000;
        font-weight: bold;
    }

.nav-homebtn > li > a {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    padding: 0 5px;
}

    .nav-homebtn > li > a:hover {
        background: #000;
        color: #fff;
    }

.nav-sidebar-trend li a {
    font-size: 14px;
}

.nav-sidebar-list {
    display: table;
    padding-left: 15px;
    padding-right: 90px;
}

    .nav-sidebar-list > li {
        display: block;
        float: left;
    }

        .nav-sidebar-list > li > a {
            display: inline-block;
            float: left;
            font-weight: normal;
            font-size: 12px;
            padding: 2px 5px;
        }

.nav-header {
    /*margin-bottom: 5px;*/
    font-size: 0.8em;
    color: #2b7bc4;
    float: initial !important;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #000;
}

.nav-sidebar-buyer {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #000;
    font-size: 0.8em;
}

    .nav-sidebar-buyer > li > a {
        font-weight: normal;
        padding: 1px 10px;
    }

.nav-login {
    text-align: center;
    margin-top: 20px;
    margin-left: -10px;
}

    .nav-login a {
        display: block;
        width: 210px;
        height: 37px;
        line-height: 37px;
        background: #fff;
        text-decoration: none;
        color: #000;
        font-size: 0.8em;
        margin-top: 10px;
        border: 1px solid #000;
    }

        .nav-login a:hover {
            background: #000;
            color: #fff;
        }

.nav-sidebar-other > li > a {
    font-weight: normal;
    font-size: 0.8em;
    padding: 2px;
    padding-right: 5px;
    padding-left: 10px;
}

.service {
    margin-right: -20px;
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}

.service_box {
    float: left;
    width: 60px;
    height: 60px;
    margin: 5px;
    background: #2b7bc4;
    text-align: center;
}

    .service_box:hover {
        background: #000;
    }

    .service_box .qq {
        display: block;
        width: 23px;
        height: 28px;
        margin-left: 19px;
        margin-top: 9px;
        color: #fff;
        background: url(../Images/all.png) -10px -40px;
    }

.service_box_qq a {
    color: #fff;
    text-decoration: none;
}

    .service_box_qq a:hover {
        text-decoration: none;
    }

.service_box .phone {
    display: block;
    width: 23px;
    height: 28px;
    margin-left: 19px;
    margin-top: 9px;
    background: url(../Images/all.png) -40px -40px;
}

.arrow * {
    display: block;
    font-family: "SimSun";
    font-size: 14px;
    overflow: hidden;
}

.content_phone {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    /*top: 675px;*/
    left: 150px;
    width: 167px;
    height: 37px;
    margin-left: 10px;
    background: #000;
    color: #fff;
    z-index: 99999999;
}

    .content_phone .arrow {
        position: absolute;
        left: -5px;
        top: 10px;
        color: #000;
    }

    .content_phone p {
        padding-top: 10px;
    }

.service_box .wecha {
    display: block;
    width: 24px;
    height: 28px;
    margin-left: 19px;
    margin-top: 9px;
    background: url(../Images/all.png) -69px -40px;
}

.content_wecha {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    top: 553px;
    left: 230px;
    width: 167px;
    height: 400px;
    margin-left: 10px;
    background: #000;
    color: #fff;
    z-index: 99999999;
}

    .content_wecha .arrow {
        position: absolute;
        left: -5px;
        top: 362px;
        color: #000;
    }

    .content_wecha .wecha_erCode_t100 {
        width: 165px;
        height: 165px;
        margin-top: 10px;
        background: url(../Images/all.png) -2px -64px;
    }

    .content_wecha .wecha_erCode_bs {
        width: 165px;
        height: 165px;
        margin-top: 10px;
        background: url(../Images/all.png) -2px -351px;
    }

.Navigation {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: 1120px;
    height: 50px;
    background: #fff;
    z-index: 999;
    border-bottom: 2px solid #000;
    /* 设置阴影 */
    /*-webkit-box-shadow: 1px 1px 1px #292929;
    -moz-box-shadow: 1px 1px 1px #292929;
    box-shadow: 1px 1px 1px #292929;*/
}

    .Navigation .Nav_home {
        position: fixed;
        margin-top: 51px;
        top: 0;
        left: 0;
        /* 用于不支持RGBa的浏览器 */
        background: rgb(0, 0, 0);
        /* RGBa, 透明度0.6 */
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
    }

    .Navigation .logo {
        width: 190px;
        height: 50px;
        float: left;
    }

        .Navigation .logo a {
            float: left;
            width: 250px;
        }

        .Navigation .logo .nav_home_btn {
            display: inline-block;
            width: 50px;
            height: 47px;
            margin-left: 10px;
            overflow: hidden;
            background: url(../Images/all.png) 0 5px;
        }

        .Navigation .logo .nav_trade {
            display: inline-block;
            width: 60px;
            height: 50px;
            line-height: 50px;
            font-size: 1.2em;
            letter-spacing: 8px;
            margin-left: 10px;
        }

        .Navigation .logo .nav_logo {
            display: inline-block;
            width: 50px;
            height: 50px;
            overflow: hidden;
            margin-left: 10px;
            color: #fff;
        }

            .Navigation .logo .nav_logo img {
                margin-top: 5px;
            }

    .Navigation .Nav {
        width: auto;
        float: left;
        height: 50px;
    }

        .Navigation .Nav .Search {
            float: left;
            margin-top: 10px;
            margin-left: 10px;
            background: #fff;
        }



            .Navigation .Nav .Search .txtSearchKey {
                float: left;
                width: 185px;
                border: 1px solid #ccc;
                min-height: 26px;
            }

            .Navigation .Nav .Search .selectize-control {
                border: 0;
                max-height: 30px;
            }

                .Navigation .Nav .Search .selectize-control .selectize-input {
                    border: 1px solid #ccc;
                    max-height: 30px;
                }

                    .Navigation .Nav .Search .selectize-control .selectize-input > * {
                        vertical-align: baseline;
                        display: -moz-inline-stack;
                        display: inline-block;
                        zoom: 1;
                        min-height: 26px;
                        line-height: 30px;
                        margin-left: 10px;
                    }

            .Navigation .Nav .Search .txtSearchKey input {
                height: 26px;
            }

            .Navigation .Nav .Search .txtSearchKey .selectize-input {
                min-height: 26px;
            }

            .Navigation .Nav .Search .btnSearch {
                position: relative;
                top: 1px;
                right: 30px;
                width: 25px;
                height: 25px;
                background: url(../Images/all.png) -380px -5px;
                border: 0;
            }

        .Navigation .Nav .nav_list {
            width: 740px;
            margin-left: 20px;
        }

        .Navigation .Nav ul li {
            float: left;
            margin-left: -10px;
            margin-right: 20px;
        }


            .Navigation .Nav ul li a {
                display: inline-block;
                height: 50px;
                line-height: 50px;
                padding-left: 2px;
                padding-right: 2px;
                font-size: 16px;
                font-weight: bold;
            }

                .Navigation .Nav ul li a.active,
                .Navigation .Nav ul li a:hover {
                    color: #2b7bc4;
                    text-decoration: underline;
                }

        .Navigation .Nav .sub_menu {
            display: none;
            background: #fff;
            border: 1px solid #000;
            margin-top: 5px;
            width: 160px;
            text-align: center;
            margin-left: -60px;
            /*left: 50%;*/
            position: absolute;
        }

            .Navigation .Nav .sub_menu li {
                float: none;
                margin: 0 0 10px 0;
            }

                .Navigation .Nav .sub_menu li:hover {
                    background: #000;
                    color: #fff;
                }

                .Navigation .Nav .sub_menu li a {
                    display: block;
                    margin: 0;
                    height: 35px;
                    line-height: 35px;
                    font-size: 14px;
                    font-weight: 500;
                }

                    .Navigation .Nav .sub_menu li a:hover {
                        color: #fff;
                        text-decoration: none;
                    }

            .Navigation .Nav .sub_menu .arrow {
                margin-top: 7px;
                position: relative;
                /*left: 18px;*/
            }

                .Navigation .Nav .sub_menu .arrow * {
                    display: block;
                    font-family: "SimSun";
                    font-size: 14px;
                    overflow: hidden;
                    line-height: initial;
                }

                .Navigation .Nav .sub_menu .arrow .arrow_line {
                    color: #000;
                }

                .Navigation .Nav .sub_menu .arrow .arrow_bg {
                    color: #fff;
                }

                .Navigation .Nav .sub_menu .arrow span {
                    margin-top: -15px;
                }

    .Navigation .userinfo {
        position: absolute;
        right: 10px;
        /*float: right;*/
        width: 180px;
        height: 50px;
        margin-right: 30px;
    }

        .Navigation .userinfo .Message {
            float: left;
        }

            .Navigation .userinfo .Message span {
                color: red;
                position: relative;
                top: 4px;
                left: 18px;
                font-size: 10px;
                font-weight: bold;
            }

            .Navigation .userinfo .Message a {
                background: url(../Images/message.png)-10px -10px;
                display: block;
                width: 20px;
                height: 15px;
                margin: 17px;
                margin-left: 0;
            }

                .Navigation .userinfo .Message a:hover {
                    background: url(../Images/message.png)-38px -10px;
                    display: block;
                    width: 20px;
                    height: 15px;
                }

        .Navigation .userinfo .user .face {
            float: left;
        }

            .Navigation .userinfo .user .face img {
                float: left;
                border-radius: 50%;
                width: 35px;
                height: 35px;
                margin: 7px;
            }

        .Navigation .userinfo .user .name {
            height: 50px;
            line-height: 50px;
            padding-left: 10px;
            width: 80px;
            overflow: hidden;
        }

        .Navigation .userinfo .sub_menu {
            display: none;
            background: #fff;
            border: 1px solid #000;
            margin-top: 5px;
            width: 160px;
            text-align: center;
            margin-left: -80px;
            left: 50%;
            position: relative;
        }

            .Navigation .userinfo .sub_menu .arrow {
                margin-top: 5px;
                position: relative;
                /*left: 18px;*/
            }

                .Navigation .userinfo .sub_menu .arrow * {
                    display: block;
                    font-family: "SimSun";
                    font-size: 14px;
                    overflow: hidden;
                    line-height: initial;
                }

                .Navigation .userinfo .sub_menu .arrow .arrow_line {
                    color: #000;
                }

                .Navigation .userinfo .sub_menu .arrow .arrow_bg {
                    color: #fff;
                }

                .Navigation .userinfo .sub_menu .arrow span {
                    margin-top: -14px;
                }

            .Navigation .userinfo .sub_menu a {
                display: block;
                margin: 10px 0;
                height: 35px;
                line-height: 35px;
                font-size: 14px;
                font-weight: 500;
            }

                .Navigation .userinfo .sub_menu a:hover {
                    background: #000;
                    color: #fff;
                    text-decoration: none;
                }

.notice {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
}

    .notice .notice_description {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 500px;
        height: 300px;
        margin-left: -250px;
        margin-top: -150px;
        background: #fff;
        text-align: center;
    }

        .notice .notice_description .notice_close {
            display: block;
            float: right;
            width: 50px;
            height: 50px;
            background: url(../Images/all.png)no-repeat -75px 5px;
        }

        .notice .notice_description p {
            padding: 0 40px!important;
            line-height: 30px;
        }

        .notice .notice_description .notice_loginbox {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }

            .notice .notice_description .notice_loginbox a {
                display: block;
                width: 210px;
                height: 37px;
                line-height: 37px;
                background: #fff;
                text-decoration: none;
                color: #000;
                font-size: 0.8em;
                margin-top: 10px;
                border: 1px solid #000;
                text-align: center;
                margin-left: 140px;
            }

                .notice .notice_description .notice_loginbox a:hover {
                    background: #000;
                    color: #fff;
                }

.guest {
    height: 50px;
    line-height: 50px;
}

#lnkLogin, #lnkRegister {
    font-size: 16px;
    color: #2b7bc4;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bold;
}

    #lnkLogin:hover, #lnkRegister:hover {
        text-decoration: underline;
    }

.Left {
    overflow: scroll;
    background-color: #1f1f1f;
    border-right: 0px;
    font-size: 14px;
    height: 100%;
    position: fixed;
    top: 50px;
    width: 70px;
    z-index: 20;
    left: 0px;
}

    .Left a.logo {
        display: block;
        padding: 0 5px;
        width: 60px;
        height: 60px;
        background: #000;
        text-align: center;
        line-height: 60px;
        font-size: 1em;
        font-weight: bold;
        color: #fff;
        overflow: hidden;
    }

    .Left .buy {
        position: absolute;
        bottom: 80px;
        width: 100%;
        display: block;
    }

        .Left .buy a {
            display: block;
            background: #f0f0f0;
            line-height: 30px;
            color: #201f1f;
            text-align: center;
            margin: 5px 9px;
        }

            .Left .buy a:hover {
                background: #2b7bc4;
                color: #fff;
            }

    .Left .about {
        position: absolute;
        bottom: 10px;
        width: 100%;
        display: block;
        height: 60px;
        background: url(../images/about.png) no-repeat center center;
        overflow: hidden;
        text-indent: -100em;
    }

    .Left ul li {
        height: 40px;
        padding: 2px 0px;
    }

        .Left ul li a {
            display: block;
            text-align: center;
            width: 70px;
            height: 40px;
            margin: auto;
            color: #fff;
            line-height: 40px;
            font-weight: bold;
        }

            .Left ul li a.current,
            .Left ul li a:hover {
                background-color: #2b7bc4;
            }



.Left2 {
    background-color: #ffffff;
    font-size: 14px;
    height: 100%;
    position: fixed;
    top:140px;
    width: 150px;
    padding: 0px 16px;
    z-index: 20;
    left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    /* 设置阴影 */
    -webkit-box-shadow: 1px 1px 3px #292929;
    -moz-box-shadow: 1px 1px 3px #292929;
    box-shadow: 1px 1px 3px #292929;
}

    .Left2 .userinfo {
        height: 75px;
        color: #201f1f;
    }

        .Left2 .userinfo a {
            color: #5e5652;
            padding: 0px 2px;
            text-decoration: underline;
        }

            .Left2 .userinfo a:hover {
                color: #FF0000;
            }

        .Left2 .userinfo .guest {
            line-height: 22px;
            padding-top: 8px;
        }

            .Left2 .userinfo .guest a {
            }

        .Left2 .userinfo .user {
            position: relative;
            padding-top: 2px;
        }

            .Left2 .userinfo .user .face {
                width: 54px;
                float: left;
            }

                .Left2 .userinfo .user .face img {
                    margin-top: 7px;
                    width: 48px;
                    height: 48px;
                    border: 1px solid #CCC;
                }

            .Left2 .userinfo .user .info {
                margin-left: 65px;
                padding-top: 2px;
            }

                .Left2 .userinfo .user .info .name {
                    overflow: hidden;
                }

                    .Left2 .userinfo .user .info .name label {
                        display: block;
                        font-size: 12px;
                    }

                .Left2 .userinfo .user .info .control {
                    line-height: 24px;
                }

    .Left2 .line {
        border-bottom: 1px solid #999999;
    }

    .Left2 h1 {
        color: #2b7bc4;
        font-size: 22px;
        line-height: 80px;
    }

    .Left2 h3 {
        color: #2b7bc4;
        line-height: 50px;
        margin-top: 50px;
    }

    .Left2 .shortLine {
        height: 1px;
        background-color: #999;
        width: 24px;
    }

    .Left2 h2 {
        line-height: 48px;
        color: #201f1f;
    }

    .Left2 .description {
        padding-top: 16px;
        color: white;
        font-size: 12px;
    }

    .Left2 .itemlist {
        margin-bottom: 60px;
    }

        .Left2 .itemlist li {
            padding: 4px 10px 4px 5px;
        }

            .Left2 .itemlist li a {
                color: #1f1f1f;
                display: block;
                /*background: url(../images/ico_itemlist.png) no-repeat right center;*/
                font-weight: bold;
                padding: 0 10px 0 0;
            }

                .Left2 .itemlist li a.current,
                .Left2 .itemlist li a:hover {
                    color: #2b7bc4;
                    /*background-image: url(../images/ico_itemlist_hover.png);*/
                }

.content {
   
    padding-left: 252px;
    min-width: 700px;
}

    .content .path {
        height: 57px;
        border-bottom: 1px solid #201f1f;
        line-height: 57px;
        font-size: 12px;
        margin: auto 16px;
    }

        .content .path a {
            color: #5E5652;
            font-weight: bold;
            float: left;
            padding: 0px 20px;
        }

            .content .path a.back {
                background: #2b7bc4;
                color: #f0f0f0;
            }

                .content .path a.back:hover {
                    background: #2b7bc4;
                    color: #fff;
                }

        .content .path label {
            background: url(../images/path_split.png) no-repeat center center;
            width: 32px;
            height: 100%;
            float: left;
        }

        .content .path strong {
            font-weight: normal;
            color: white;
            float: left;
            padding: 0px 20px;
        }

    .content .searchKey {
        position: absolute;
        left: 1150px;
        top: 74px;
    }

        .content .searchKey a {
            display: inline-block;
            margin-right: 25px;
            /*padding: 2px;*/
            color: #000;
            font-weight: bold;
            font-size: 14px;
        }

            .content .searchKey a:hover {
                color: #2b7bc4;
            }

        .content .searchKey input {
            background: #fff url(../images/ico_search.png) no-repeat 5px 2px;
            border: none;
            padding: 5px 0px 5px 25px;
            width: 120px;
            color: #000;
        }

            .content .searchKey input.focus {
                background-position: 5px -20px;
            }

            .content .searchKey input:focus {
                box-shadow: 0px 0px 5px #FFF;
                color: #000;
            }

    .content .topiclist {
        padding-top: 4px;
        margin-left: 25px;
        min-width: 1000px;
    }

    .content .loadbar {
        height: 150px;
        background: url(/Product/Images/new-loading.gif) no-repeat center center;
    }

    .content .empty {
        height: 600px;
        background: url(../images/empty.jpg?r=none) no-repeat center center;
    }

    .content .no-login {
        height: 600px;
        background: url(../images/nologin.png?r=none) no-repeat center center;
    }

    .content .topiclist a.topic {
        display: block;
        position: relative;
        height: 304px;
        padding: 10px 25px;
        background: #fff;
        margin: auto 16px 32px 9px;
        cursor: pointer;
        max-width: 1300px;
    }

        .content .topiclist a.topic h3 {
            color: #201f1f;
            width: 670px;
            font-size: 24px;
            line-height: 42px;
            border-bottom: 1px solid #999;
            font-weight: normal;
        }

        .content .topiclist a.topic img {
            width: 670px;
            height: 235px;
            margin-top: 20px;
        }

        .content .topiclist a.topic .description {
            position: absolute;
            left: 720px;
            top: 72px;
            line-height: 26px;
            font-size: 14px;
            color: #201f1f;
            padding-right: 20px;
        }

        .content .topiclist a.topic em {
            position: absolute;
            width: 20px;
            height: 40px;
            background: url(../images/ico_topic.png) no-repeat;
            right: 40px;
            bottom: 30px;
        }

        .content .topiclist a.topic:hover {
            box-shadow: 1px 1px 20px #201f1f;
            color: #fff;
        }


    .content .tab {
        display: normal;
        height: 44px;
        padding: 5px 16px;
    }

        .content .tab a {
            float: left;
            width: 130px;
            height: 44px;
            line-height: 44px;
            background: #1f1f1f;
            color: #cec8c5;
            font-size: 14px;
            text-align: center;
        }

            .content .tab a.current {
                background-color: #2b7bc4;
            }

            .content .tab a span {
                display: inline-block;
                padding-left: 25px;
                background: url(../images/ico_album_photo.png) no-repeat;
            }

            .content .tab a:hover span,
            .content .tab a.current span {
                color: #fff;
                font-weight: bold;
            }

            .content .tab a span.album {
                background-position: left -88px;
            }

            .content .tab a.current span.photo {
                background-position: left -44px;
            }

            .content .tab a.current span.album {
                background-position: left -132px;
            }

    .content .searchbar {
        height: 54px;
    }

        .content .searchbar a.tit {
            float: left;
            display: inline-block;
            width: 130px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            color: #2b7bc4;
            font-weight: bold;
            background: url(../images/ico_down.png) no-repeat 100px center;
            margin: auto 10px auto 10px;
        }

            .content .searchbar a.tit.current,
            .content .searchbar a.current {
                background-color: #fff !important;
            }

        .content .searchbar .submenu {
            position: absolute;
            background: #fff;
            padding-top: 10px;
            z-index: 99;
        }

            .content .searchbar .submenu a {
                color: #2b7bc4;
                font-weight: bold;
                display: block;
                text-align: center;
                line-height: 49px;
                background: #fff;
            }

                .content .searchbar .submenu a:hover {
                    background: #2b7bc4;
                    color: #fff;
                }

    .content .favoritebar {
        margin-left: 20px;
        padding-top: 10px;
        /*background: #fff;*/
    }

    .content .show {
        margin: 15px 16px;
    }

        .content .show .album {
            float: left;
            width: 320px;
            height: 470px;
            background: #FFF;
            margin: 10px;
            overflow: hidden;
            position: relative;
            -webkit-box-shadow: 3px 3px 3px #6b6a6a;
            -moz-box-shadow: 3px 3px 3px #6b6a6a;
            box-shadow: 3px 3px 3px #6b6a6a;
        }

            .content .show .album .pic {
                display: block;
                height: 300px;
                overflow: hidden;
            }

                .content .show .album .pic img {
                    width: 100%;
                }

            .content .show .album h3 {
                color: #1c2021;
                font-weight: bold;
                font-size: 16px;
                padding: 20px 15px;
                white-space: nowrap;
                word-break: keep-all;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .content .show .album .desc {
                display: block;
                color: #1c2021;
                line-height: 22px;
                font-size: 12px;
                padding: 0px 15px;
                height: 85px;
                overflow: hidden;
            }

        .content .show .photo-item {
            float: left;
            height: 300px;
            width: 170px;
            margin: 4px;
            background: #fff;
        }

            .content .show .photo-item .download-btn {
                display: inline-block;
                width: 84px;
                height: 20px;
                margin-top: 5px;
                margin-left: 5px;
                background: url(../Images/all.png) -10px -598px;
            }

                .content .show .photo-item .download-btn:hover {
                    background-position: -10px -628px;
                }

        .content .show .photo {
            float: left;
            width: 160px;
            height: 260px;
            padding: 5px;
        }

            .content .show .photo:hover {
            }

                .content .show .photo:hover .tag label, .content .show .photo:hover .date {
                    color: #000000;
                }

            .content .show .photo .pic {
                width: 160px;
                height: 200px;
                overflow: hidden;
            }

                .content .show .photo .pic img {
                    width: 100%;
                }

            .content .show .photo .tag {
                padding: 5px 0px;
            }

                .content .show .photo .tag label {
                    line-height: 20px;
                    float: left;
                    color: #A3A3A3;
                    width: 50%;
                    height: 20px;
                }

                    .content .show .photo .tag label.right {
                        text-align: right;
                    }

            .content .show .photo .date {
                clear: both;
                color: #000;
            }

        .content .show .nopower {
            text-align: center;
            padding: 20px;
        }

    .content .communication {
        display: none;
        height: 0;
        width: auto;
        max-width: 1340px;
        margin: 15px 9px;
        overflow: hidden;
    }

/*  相册内页显示*/
.albumShow {
    position: fixed;
    height: 100%;
    background: #f0f0f0;
    padding-top: 50px;
    z-index: 1;
    top: 0;
    width: 100%;
    overflow: auto;
}
    /*.albumShow .path { position: fixed; top: 10px; width: 100%; }*/
    .albumShow .bar {
        background: #2b7bc4;
        height: 32px;
        margin: 10px 16px;
    }

    .albumShow .albumInfo {
        margin: auto 16px;
        padding: 20px 0px;
    }

        .albumShow .albumInfo h1 {
            color: #201f1f;
            font-size: 24px;
            font-weight: bold;
            padding-bottom: 20px;
        }

        .albumShow .albumInfo h3 {
            color: #201f1f;
            font-size: 16px;
            width: 24px;
            overflow: visible;
            line-height: 32px;
            border-top: 1px solid #9d9d9d;
        }

        .albumShow .albumInfo .textInfo {
            float: left;
            padding: 20px 0px;
            width: 60%;
        }

        .albumShow .albumInfo .cover {
            float: left;
            padding: 0px 20px;
        }

            .albumShow .albumInfo .cover img {
                width: 200px;
                height: 228px;
            }

        .albumShow .albumInfo .tags {
        }

        .albumShow .albumInfo .desc {
            color: #201f1f;
            font-size: 14px;
            line-height: 24px;
            padding-bottom: 10px;
        }

        .albumShow .albumInfo .downloadurl {
            display: block;
            width: 140px;
            height: 35px;
            background: url(../Images/all.png) -10px -510px;
        }

            .albumShow .albumInfo .downloadurl:hover {
                background-position: -10px -554px;
            }

    .albumShow .line {
        border-bottom: 1px solid #201f1f;
        padding-bottom: 20px;
        margin: 0 20px 20px 20px;
    }

    .albumShow .photoList {
        margin: auto 16px;
        width: 100%;
    }

        .albumShow .photoList a {
            display: block;
            float: left;
            width: 160px;
            height: 215px;
            margin: 5px;
            border: 3px solid #f0f0f0;
            overflow: hidden;
        }

            .albumShow .photoList a:hover {
                border: 3px solid #201f1f;
            }

        .albumShow .photoList img {
            float: left;
            width: 160px;
        }

.pageSplit {
    clear: both;
    margin-bottom: 100px;
}


/*  添加到收藏夹 */
.favorite-folders {
    width: 460px;
    height: 322px;
    position: absolute;
    right: 100px;
    top: 28px;
    background: #000;
}

    .favorite-folders .title {
        height: 42px;
        background: url(../../images/title42.png);
        border-bottom: 1px solid #505050;
    }

        .favorite-folders .title h3 {
            line-height: 42px;
            color: white;
            font-size: 14px;
            margin-left: 10px;
            float: left;
        }

        .favorite-folders .title .close2 {
            width: 21px;
            height: 18px;
            background: url(../../images/close21.png) no-repeat;
            float: right;
            margin: 12px 10px;
        }

    .favorite-folders .body {
        padding: 5px 10px;
        color: white;
        font-size: 14px;
    }

        .favorite-folders .body .new {
            height: 22px;
            padding: 10px 0;
        }

            .favorite-folders .body .new .newfolder {
                width: 226px;
            }

            .favorite-folders .body .new .txt {
                width: 145px;
                border: 1px solid #CCC;
                background: #FFF;
            }

        .favorite-folders .body .button {
            border: none;
            cursor: pointer;
            width: 68px;
            height: 23px;
            background: url(../../images/button68.png) no-repeat;
            color: white;
            text-align: center;
            margin: 0 19px;
        }

        .favorite-folders .body .folder {
            padding: 10px 0 0 27px;
        }

            .favorite-folders .body .folder p {
                display: block;
                float: left;
            }

            .favorite-folders .body .folder select {
                width: 322px;
                height: 165px;
            }

        .favorite-folders .body .submit {
            text-align: center;
            padding: 10px 0px;
        }


/*  买版 */
.buyer {
    width: 98.5%;
    margin: 0 auto;
    border-spacing: 0px;
    max-width: 1000px;
}

    .buyer thead th {
        font-size: 12px;
        font-weight: bold;
        color: #201f1f;
        text-align: center;
        padding: 10px 0px;
    }

    .buyer tbody .info {
        margin-top: 10px;
    }

        .buyer tbody .info td {
            background: #2b7bc4;
            line-height: 32px;
            /*border-top: 1px solid #979797;
            border-bottom: 1px solid #979797;*/
            color: #201f1f;
            font-size: 12px;
            text-indent: 20px;
        }

            .buyer tbody .info td strong {
                color: #fff;
            }

    .buyer tbody .product {
        background-color: #fff;
    }

        .buyer tbody .product td {
            padding: 15px 0px;
            color: #201f1f;
            font-size: 12px;
        }

        .buyer tbody .product .cover {
            width: 150px;
            text-align: center;
        }

            .buyer tbody .product .cover a {
                display: block;
                width: 75px;
                height: 100px;
                border: 3px solid #fff;
                margin: 0 auto;
            }

                .buyer tbody .product .cover a:hover {
                    border: 3px solid #5e5652;
                }

                .buyer tbody .product .cover a img {
                    width: 75px;
                    height: 100px;
                }

        .buyer tbody .product .order {
            line-height: 24px;
        }

        .buyer tbody .product .type {
            text-align: center;
            font-size: 14px;
        }

        .buyer tbody .product .control {
            width: 75px;
            padding-right: 30px;
            padding-left: 15px;
        }

            .buyer tbody .product .control a {
                display: block;
                background: #04e7fa;
                line-height: 25px;
                color: #000;
                text-align: center;
                margin: 8px auto;
            }

                .buyer tbody .product .control a.gray {
                    background-color: #bbbfc0;
                }

    .buyer tbody tr.loading td {
        background: url(/Product/Images/new-loading.gif) no-repeat center center;
        z-index: 100000;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: 32px;
        width: 65px;
        height: 65px;
    }


.UI-photoview-buyer {
    width: 255px;
    margin-top: 75px;
    margin-bottom: 20px;
    padding: 10px;
    color: white;
    font-size: 12px;
    border: 1px solid #666;
}

    .UI-photoview-buyer .square {
        display: inline-block;
        width: 5px;
        height: 20px;
        margin: 0 5px;
        background: #01e9ff;
    }

    .UI-photoview-buyer .model-name {
        text-align: center;
        margin: 10px auto;
    }

    .UI-photoview-buyer h1 {
        display: inline-block;
    }

    .UI-photoview-buyer .price {
        padding-top: 10px;
        text-align: center;
    }

        .UI-photoview-buyer .price p {
            padding: 5px 0px;
        }

        .UI-photoview-buyer .price .num {
            display: inline;
            padding-top: 15px;
            font-size: 12px;
            padding-right: 5px;
        }

            .UI-photoview-buyer .price .num span {
                font-size: 22px;
                padding-left: 10px;
            }

        .UI-photoview-buyer .price .remark {
            display: inline;
            font-size: 8px;
            color: #999;
        }

        .UI-photoview-buyer .price .btnBuy {
            display: block;
            background: #60abc1;
            line-height: 30px;
            height: 30px;
            font-weight: bold;
            text-align: center;
            font-size: 16px;
            text-indent: 0px;
            border-radius: 20px;
            width: 175px;
            margin: 10px auto;
        }

            .UI-photoview-buyer .price .btnBuy:hover {
                box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
            }

.design {
    display:none;
    width: 255px;
    padding: 10px;
    color: white;
    font-size: 12px;
    border: 1px solid #666;
}

    .design a.colorful {
        display: block;
        background: #60abc1;
        line-height: 30px;
        height: 30px;
        font-weight: bold;
        text-align: center;
        font-size: 16px;
        text-indent: 0px;
        border-radius: 20px;
        width: 175px;
        margin: 10px auto;
    }

        .design a.colorful:hover {
            box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
        }

    .design .square {
        display: inline-block;
        width: 5px;
        height: 20px;
        margin: 0 5px;
        background: #01e9ff;
    }

    .design h1 {
        display: inline-block;
    }

    .design h3 {
        margin-top: 5px;
    }

    .design p {
        color: #999;
        margin-top: 5px;
    }

.extended_design {
    display: block;
    text-align: center;
    background: url(../Images/extended_design.jpg) !important;
    background-size: 275px 45px !important;
    width: 275px;
    height: 45px !important;
    margin-top: 20px;
}

.UI-photoview-Show .UI-control-buyer {
    right: -320px;
    top: 0px;
    width: 270px;
    padding: 0px 25px;
    background: #3b3b3b;
    height: 100%;
    min-height: 730px;
}

    .UI-photoview-Show .UI-control-buyer .tools {
        height: 45px;
        text-align: center;
    }

    .UI-photoview-Show .UI-control-buyer a.close {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
        background: #4d4d4d;
        text-align: center;
        font-size: 16px;
        height: 67px;
        line-height: 67px;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    }

    .UI-photoview-Show .UI-control-buyer .tools a {
        float: left;
        width: 70px;
        height: 25px;
        background: #221815;
        text-align: center;
        line-height: 25px;
        text-indent: initial;
        font-weight: initial;
        border-radius: 20px;
        margin: 5px 5px;
    }

        .UI-photoview-Show .UI-control-buyer .tools a:hover {
            box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
        }

        .UI-photoview-Show .UI-control-buyer .tools a.colorful {
            background: #01e9ff;
        }

    .UI-photoview-Show .UI-control-buyer .contentInfo {
        display:none;
        line-height: 15px;
        width: 290px;
        margin-top: 50px;
        text-align: center;
    }

        .UI-photoview-Show .UI-control-buyer .contentInfo .boxdiv {
            margin: 15px 0;
        }

            .UI-photoview-Show .UI-control-buyer .contentInfo .boxdiv img {
                float: left;
                margin-right: 10px;
                margin-bottom: 10px;
            }

            .UI-photoview-Show .UI-control-buyer .contentInfo .boxdiv p {
                color: #fff;
                 font-size: 1.1em;
                line-height: 40px;
            }

            .UI-photoview-Show .UI-control-buyer .contentInfo .boxdiv b {
                color: #60abc1;
               font-size: 1.1em;
            }

            .UI-photoview-Show .UI-control-buyer .contentInfo .boxdiv h6 {
                color: #fff;
                font-size: 0.7em;
                font-weight: normal;
                margin: 5px 0;
            }
            .contant_design p {
                color:white;
            }
/*收藏*/
.image-collection-bg {
    z-index: 2001;
}

.image-collection {
    display: block;
    z-index: 2002;
}

    .image-collection .image-collection-box {
        display: block;
        background: #fff;
        width: 580px;
        position: fixed;
        left: 50%;
        top: 50%;
        margin: -165px 0 0 -290px;
        box-shadow: 0 2px 5px rgba(0,0,0,.3);
        border-radius: 1px;
        z-index: 2002;
    }

    .image-collection .box-title {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-bottom: 1px solid #EDEDED;
        position: relative;
        padding-left: 30px;
    }

    .image-collection .box-warning p {
        background: #FFF9E2;
        line-height: 20px;
        padding: 10px 30px;
        font-weight: 700;
    }

    .image-collection .box-warning i {
        float: left;
        line-height: 38px;
        margin-left: 30px;
        margin-right: 5px;
    }

    .image-collection .box-inner {
        position: relative;
        padding: 20px 30px;
    }

        .image-collection .box-inner .success {
            text-align: center;
        }

            .image-collection .box-inner .success i {
                font-size: 20px;
            }

        .image-collection .box-inner p {
            font-size: 16px;
            margin: 15px;
        }

    .image-collection .close-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        text-align: center;
    }

        .image-collection .close-btn i {
            width: 50px;
            height: 50px;
            font-size: 20px;
            line-height: 50px;
            color: #999;
        }

            .image-collection .close-btn i:hover {
                color: #000;
            }

    .image-collection .collection-create .bottom-part {
        margin: 0 -30px -20px -30px;
        height: 68px;
        background: #fafafa;
        border-top: 1px solid #F2F2F2;
        position: relative;
    }

    .image-collection .collection-create .save {
        position: absolute;
        left: 30px;
        top: 21px;
        height: 26px;
    }

    .image-collection .collection-create .buttons {
        position: absolute;
        right: 30px;
        top: 15px;
    }

    .image-collection .collection-create .preview {
        width: 170px;
        height: 170px;
        line-height: 170px;
        background: #F5F5F5;
        overflow: hidden;
        position: relative;
        float: left;
    }

        .image-collection .collection-create .preview img {
            width: 170px;
            vertical-align: middle;
        }

        .image-collection .collection-create .preview .stop {
            display: block;
            position: absolute;
            width: 236px;
            height: 12px;
            left: 0;
            bottom: 0;
            background: url(../Images/long_image_shadow.png) repeat-x 4px top;
        }

    .image-collection .collection-create .right-part {
        width: 330px;
        height: 189px;
        margin-left: 190px;
        position: relative;
    }

    .image-collection form select {
        height: 125px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0;
        margin-bottom: 10px;
    }

        .image-collection form select:focus {
            /*border: 1px solid #ccc;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
        }

        .image-collection form select option {
            height: 35px;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 8px;
            line-height: 35px;
        }

            .image-collection form select option:hover {
                background: #f0f0f0;
            }

            .image-collection form select option:checked {
                /*background: #fff;*/
            }

.grid-item {
    float: left;
    width: 260px;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px #6b6a6a;
    -moz-box-shadow: 0 0 2px #6b6a6a;
    box-shadow: 0 0 2px #6b6a6a;
}

    .grid-item img {
        width: 260px;
    }

    .grid-item p {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: normal;
        word-break: normal;
        padding: 15px;
        border-bottom: 1px solid hsl(0, 0%, 92%);
        font-size: 12px;
    }

    .grid-item ul {
        margin: 0 10px;
    }

        .grid-item ul li {
            float: left;
            padding: 10px 5px;
            font-size: 12px;
        }

.search-gallery-loading {
    z-index: 999999;
    text-align: center;
    height: 100px;
    margin: 20px;
}

.search-gallery-nomore {
    display: none;
    text-align: center;
    z-index: 9999999;
    height: 70px;
}

    .search-gallery-nomore i {
        display: block;
        margin: 20px auto;
        width: 90px;
        height: 70px;
        background: url(../Images/search-gallery-icon.png) -10px -160px;
    }

.search-gallery-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

    .search-gallery-top a {
        display: block;
        width: 55px;
        height: 50px;
        background: url(../Images/search-gallery-icon.png) -10px -234px;
    }

        .search-gallery-top a:hover {
            background-position: -10px -294px;
        }

.image-box-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0,0,0,1);
}

    .image-box-bg.in {
        filter: alpha(opacity=50);
        opacity: 1;
    }

.image-box {
    display: block;
    overflow: scroll;
}

.image-box-imageView {
    position: relative;
    left: 50%;
    top: 30px;
    margin-left: -520px;
    margin-bottom: 30px;
    text-align: center;
    width: 700px;
    background: #fff;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
}

    .image-box-imageView img {
        width: 660px;
    }

.modal-open .modal {
}

.main-part {
}

    .main-part .image-box-tools {
        margin-bottom: 10px;
    }

        .main-part .image-box-tools a {
            display: inline-block;
            line-height: 1;
            border-radius: 2px;
            font-size: 14px;
            padding: 0 12px;
            margin-right: 5px;
            height: 28px;
            line-height: 28px;
            background: #fff;
            background: linear-gradient( #FAFAFA, #F2F2F2);
            border: 1px solid #D9D9D9;
            cursor: pointer;
            text-decoration: none;
            color: #444;
            white-space: nowrap;
            -moz-user-select: none;
            -webkit-user-select: none;
            user-select: none;
            text-shadow: 0 1px 0 rgba(255,255,255,.5);
            text-align: center;
        }

            .main-part .image-box-tools a:hover {
                background: #fff;
            }

        .main-part .image-box-tools .collection-btn {
            background: #c9302c;
            background: linear-gradient( #c9302c, #D43636);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.08),0 1px 0 rgba(255,255,255,.3);
            text-shadow: 0 -1px 0 rgba(0,0,0,.1);
            color: #fff;
            border: 1px solid #C90000;
        }

            .main-part .image-box-tools .collection-btn:hover {
                background: #d9534f;
                background: linear-gradient( #d9534f, #d43636);
                box-shadow: inset 0 1px 2px rgba(128,0,0,.3),0 1px 0 rgba(255,255,255,.3);
            }

.side-part {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: 200px;
    width: 290px;
}

    .side-part .side-part-relative {
        width: 280px;
        background: #fff;
        padding: 16px 10px;
        box-shadow: 0 1px 3px rgba(34,25,25,.4);
        margin-bottom: 16px;
    }

        .side-part .side-part-relative p {
            margin-bottom: 10px;
        }

        .side-part .side-part-relative .side-part-relative-images {
            overflow-y: scroll;
            height: 400px;
        }

        .side-part .side-part-relative ul {
        }

            .side-part .side-part-relative ul li {
                float: left;
            }

                .side-part .side-part-relative ul li a {
                    float: left;
                    display: inline-block;
                    width: 80px;
                    margin: 1px;
                    overflow: hidden;
                }

                    .side-part .side-part-relative ul li a img {
                        display: block;
                        width: 80px;
                    }

    .side-part .side-part-tags {
        width: 280px;
        padding: 16px 10px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(34,25,25,.4);
    }

        .side-part .side-part-tags p {
            margin-bottom: 10px;
            color: #222;
        }

        .side-part .side-part-tags ul {
            display: table;
        }

            .side-part .side-part-tags ul li {
                float: left;
            }

                .side-part .side-part-tags ul li a {
                    display: inline-block;
                    float: left;
                    margin: 5px 5px 5px 0;
                }

.t100-share-unit {
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    position: absolute;
    right: 85px;
    top: 8px;
}

    .t100-share-unit .share-btns {
        height: 28px;
        width: 119px;
        background: #FAFAFA;
        border: 1px solid #EDEDED;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        cursor: pointer;
    }

        .t100-share-unit .share-btns .share-btn {
            height: 28px;
            width: 30px;
            display: inline-block;
            background: url('../Images/share_icon.svg') 6px 4px no-repeat;
            position: relative;
            margin-right: 0;
            border: 0;
        }

            .t100-share-unit .share-btns .share-btn:hover {
                background: url('../Images/share_icon.svg') no-repeat;
            }

.no-svg .t100-share-unit .share-btns .share-btn {
    background-image: url('../Images/share_icon.png');
}

.t100-share-unit .share-btns .share-btn:hover {
    background-color: #F5F5F5;
}

.t100-share-unit .share-btns .share-btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    right: 0;
    top: 6px;
    background: #EDEDED;
}

.t100-share-unit .share-btns .weibo:hover {
    background-position: -34px 4px;
}

.t100-share-unit .share-btns .qzone {
    background-position: 6px -36px;
}

    .t100-share-unit .share-btns .qzone:hover {
        background-position: -34px -36px;
    }

.t100-share-unit .share-btns .weixin {
    background-position: 6px -276px;
}

    .t100-share-unit .share-btns .weixin:hover {
        background-position: -34px -276px;
    }

.t100-share-unit .share-btns .more {
    height: 28px;
    width: 24px;
    display: inline-block;
    background: url('../Images/share_icon.svg') -101px 9px no-repeat;
}

.no-svg .t100-share-unit .share-btns .more {
    background-image: url('../Images/share_icon.png');
}

.t100-share-unit .menu {
    display: block;
    position: absolute;
    right: -22px;
    top: 42px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    width: 150px;
    text-align: left;
}

    .t100-share-unit .menu a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
        position: relative;
        margin-right: 0;
        border: 0;
        text-align: left;
        background: none;
    }

        .t100-share-unit .menu a i {
            position: absolute;
            left: 11px;
            top: 11px;
            width: 18px;
            height: 18px;
            background: url('../Images/share_icon.svg') 0 -80px no-repeat;
        }

.no-svg .t100-share-unit .menu a i {
    background-image: url('../Images/share_icon.png');
}

.t100-share-unit .menu a.tqq:hover i {
    background-position: -40px -80px;
}

.t100-share-unit .menu a.qq i {
    background-position: 0 -160px;
}

.t100-share-unit .menu a.qq:hover i {
    background-position: -40px -160px;
}

.t100-share-unit .menu a.douban i {
    background-position: 0 -200px;
}

.t100-share-unit .menu a.douban:hover i {
    background-position: -40px -200px;
}

.t100-share-unit .menu a.renren i {
    background-position: 0 -240px;
}

.t100-share-unit .menu a.renren:hover i {
    background-position: -40px -240px;
}

.t100-share-unit .menu .arr {
    width: 20px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 100px;
    background: url(../Images/arrow_with_shadow.png) 0 0 no-repeat;
}

.t100-share-unit .menu a:hover {
    color: #221919;
    text-decoration: none;
    background-color: #F2F2F2;
}

.image-big {
    display: block;
    z-index: 2002;
    text-align: center;
}

    .image-big .image {
    }

        .image-big .image img {
            z-index: 2002;
        }

.image-big-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2001;
    background: rgba(0,0,0,.8);
}

.nopower_viptips {
    height: 700px;
    padding: 150px 0;
}

    .nopower_viptips p {
        margin: 20px 0;
        font-size: 18px;
    }

    .nopower_viptips .nopower_qq {
        width: 300px;
        background: #000;
        height: 60px;
        margin: 40px auto;
        cursor: pointer;
    }

        .nopower_viptips .nopower_qq span {
            display: block;
            width: 23px;
            height: 28px;
            margin-left: 19px;
            margin-top: 9px;
            color: #fff;
            background: url(../Images/all.png) -10px -40px;
        }

        .nopower_viptips .nopower_qq .nopower_left {
        }

    .nopower_viptips .nopower_phone {
        width: 300px;
        background: #000;
        height: 60px;
        margin: 40px auto;
    }

        .nopower_viptips .nopower_phone span {
            display: block;
            width: 23px;
            height: 28px;
            margin-left: 19px;
            margin-top: 9px;
            background: url(../Images/all.png) -40px -40px;
        }

    .nopower_viptips .nopower_left {
        float: left;
        width: 60px;
        height: 60px;
        background: #2b7bc4;
        text-align: center;
    }

        .nopower_viptips .nopower_left p {
            margin: 0 0 10px;
            font-size: 0.9em;
            color: #fff;
        }

    .nopower_viptips .nopower_right {
    }

        .nopower_viptips .nopower_right p {
            color: #fff;
            font-size: 30px;
            margin: 0;
            line-height: 60px;
        }

.left {
    float: left;
    text-align: left;
}

.right {
    text-align: right;
}

.tempGrid {
    overflow-y: scroll;
}

.tempGrid-item {
    float: left;
    width: 80px;
    background: #fff;
    margin-bottom: 1px;
}

    .tempGrid-item a {
    }

        .tempGrid-item a img {
            width: 80px;
        }

#newyear-tips {
    position: fixed;
    text-align: center;
    top: 50px;
    left: 0;
    border-bottom: 0;
    right: 0;
    z-index: 99;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-dismissible {
    padding-right: 35px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

    button.close:hover {
        color: #000;
    }

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.image-box .close {
    width: 56px;
    height: 56px;
    position: fixed;
    right: 14px;
    top: 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 1;
    text-shadow: none;
}

    .image-box .close a {
        display: block;
        background: url('../Images/btn_close_layer.png') 0 0 no-repeat;
        width: 36px;
        height: 36px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -18px 0 0 -18px;
    }

        .image-box .close a:hover {
            background-position: 0 -50px;
        }

.alert-dismissible a {
    font-size: 16px;
}

.alert-dismissable a:hover {
    text-decoration: underline;
}

.view-arrows .next {
    z-index: 99999;
    color: #222;
    text-decoration: none;
    outline: 0;
    display: block;
    position: fixed;
    top: 50%;
    width: 60px;
    height: 150px;
    margin-top: -75px;
    background: url('../Images/view_arrows.png') -160px 0 no-repeat;
    background-position: -80px 0;
    left: auto;
    right: 0;
}

    .view-arrows .next:hover {
        background-position: -80px -170px;
    }

.view-arrows .prev {
    z-index: 99999;
    color: #222;
    text-decoration: none;
    outline: 0;
    display: block;
    top: 50%;
    background: url('../Images/view_arrows.png') -160px 0 no-repeat;
    width: 60px;
    height: 150px;
    margin-top: -75px;
    background-position: 0 0;
    position: fixed;
    left: 0px;
}

    .view-arrows .prev:hover {
        background-position: 0 -170px;
    }
/* webkit滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 12px;
}

::-webkit-scrollbar-button:vertical {
    display: none;
}

::-webkit-scrollbar-track:vertical {
    background-color: black;
}

::-webkit-scrollbar-track-piece {
    background: #2b2b2b;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #787878;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:vertical:hover {
        background-color: #3B3B3B;
    }

::-webkit-scrollbar-corner:vertical {
    background-color: #535353;
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00;
}


/*查看大图隐藏差 2017年7月14日16:39:30 陈翔 */
.image-box .glyphicon-remove:before{
    display: none;
}
/*查看大图隐藏差 2017年7月14日16:39:30 陈翔 */