﻿/*整体共公样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
}
/*防止主题样式更改ie下背景*/
input {
    background: #fff;
}

    input:focus {
        outline: none;
    }

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

textarea {
    resize: none;
}

body {
    background: #EEEEEE;
    overflow-x: hidden;
    font-size: 16px;
}

a {
    text-decoration: none;
}

    a:focus {
        outline: none;
    }

img {
    border: none;
}

b {
    font-weight: normal;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ff {
    font-family: "微软雅黑", "Lucida Grande", "Lucida Sans", Helvetica, Arial, Sans;
}

.fz_12 {
    font-size: 12px;
}

.fz_13 {
    font-size: 13px;
}

.fz_14 {
    font-size: 14px;
}

.fz_16 {
    font-size: 16px;
}

.fz_18 {
    font-size: 18px;
}

.fz_red {
    color: red;
    font-weight: normal;
}

.fc_red {
    font-size: 12px;
    color: red;
}

.fc_blue {
    color: #1892e8;
}

.fc_yellow {
    font-size: 12px;
    color: #fd9904;
}

.fc_green {
    font-size: 12px;
    color: #3ea406;
}

.fc_gray {
    font-size: 12px;
    color: #999;
}

.mr10 {
    margin-right: 10px;
}

.pt14 {
    padding-top: 14px;
}
/*公用清除浮动样式*/
.clear {
    clear: both;
}

.clearfloat:after {
    clear: both;
    display: block;
    content: "";
    overflow: hidden;
    height: 0px;
}

.clearfloat {
    zoom: 1;
}

.radius {
    border-radius: 5px;
}

.bds {
    box-shadow: 0 0 5px #cccccc;
    -webkit-box-shadow: 0 0 5px #cccccc;
    -moz-box-shadow: 0 0 5px #cccccc;
    -ms-box-shadow: 0 0 5px #cccccc;
}

a.text_line {
    text-decoration: underline;
}

a.a_t_line:hover {
    text-decoration: underline;
}

.indet_10 {
    text-indent: 10px;
}

.t_d_18 {
    text-indent: 18px;
}

.t_d_12 {
    text-indent: 12px;
}

.t_d_10 {
    text-indent: 10px;
}

.t_d_8 {
    text-indent: 8px;
}

.t_d_6 {
    text-indent: 6px;
}

.t_d_5 {
    text-indent: 5px;
}

.pointer {
    cursor: pointer;
}

.dis-none {
    display: none;
}

.dis-block {
    display: block;
}
/* 遮罩层 */
#wrapper {
    width: 100%;
    background: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

/*.left-box{
	width: 260px;
	height: 100%;
	float: left;
}*/
.right-box {
    margin-left: 320px;
}

.left-viewalbum {
    width: 250px;
    height: 100%;
    background: #4A4A4A;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 20px;
    float: left;
    z-index: 999;
}

    .left-viewalbum .logo {
        width: 100%;        
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #000;
        text-align: center;
    }

    .left-viewalbum .title {
        padding: 0.5em 0;
        font-size: 20px;
        line-height: 1.5em;
        border-bottom: 1px solid #000;
        color: #fff;
        font-weight: 400;
    }

    .left-viewalbum .format {
        border-bottom: 1px solid rgba(0,0,0,0.5);
        padding: 1em 0;
        line-height: 1.5;
        font-size: 12px;
        color: #fff;
    }

    .left-viewalbum .load {
        border-bottom: 1px solid rgba(0,0,0,0.5);
        padding: 1em 0;
        line-height: 1.5;
        font-size: 12px;
        color: #fff;
    }

        .left-viewalbum .load a {
            width: 60%;
            height: 50px;
            display: block;
            background: url(../images/load.png) no-repeat;
            background-size: 100% auto;
            background-position: 0 0;
        }

            .left-viewalbum .load a:hover {
                background: url(../images/load2.png) no-repeat;
                background-size: 100% auto;
            }

    .left-viewalbum .description {
        border-bottom: 1px solid rgba(0,0,0,0.5);
        padding: 0.5em 0;
        line-height: 1.5;
        font-size: 15px;
        color: #fff;
        text-indent: 2em;
    }

        .left-viewalbum .description a {
            color: #fff;
            font-size: 12px;
        }

            .left-viewalbum .description a:hover {
                text-decoration: underline;
            }

    .left-viewalbum #share {
        /*	border-bottom:1px solid rgba(0,0,0,0.5);*/
        padding: 1em 0;
        height: 40px;
        width: 460px;
        position: relative;
    }


        .left-viewalbum #share a {
            display: block;
            width: 7%;
            height: 7%;
            float: left;
            margin-right: 1%;
        }

        .left-viewalbum #share .win a {
            display: block;
            width: 7%;
            height: 7%;
            float: left;
            margin-right: 1%;
        }

        .left-viewalbum #share .other-con {
            width: 210px;
            /*	height: 250px;*/
            background: #fff;
            z-index: 99;
            position: absolute;
            right: 10px;
            top: 0;
            display: none;
        }

            .left-viewalbum #share .other-con p {
                width: 100%;
                height: 20px;
                display: inline-block;
                line-height: 20px;
                font-size: 12px;
                background: #DEDEDE;
                text-indent: 2em;
            }

            .left-viewalbum #share .other-con .share-con {
                width: 180px;
                height: 170px;
                padding: 10px 0px 10px 15px;
            }

                .left-viewalbum #share .other-con .share-con a {
                    width: 85px;
                    height: 27px;
                    float: left;
                }

                    .left-viewalbum #share .other-con .share-con a i:hover {
                        text-decoration: underline;
                    }

                    .left-viewalbum #share .other-con .share-con a span {
                        background: url(../images/bg.png) no-repeat 0 0;
                        width: 16px;
                        height: 16px;
                        display: inline-block;
                        margin-top: 5px;
                        float: left;
                    }

                    .left-viewalbum #share .other-con .share-con a i {
                        font-size: 12px;
                        color: #333;
                        float: left;
                        line-height: 24px;
                        font-style: normal;
                    }

        .left-viewalbum #share .win {
            width: 210px;
            height: 300px;
            float: left;
        }

.content {
    width: 85%;
    float: right;
    margin-left: 300px;
    position: relative;
}

    .content .rec_con ul li {
        float: left;
        width: 290px;
        padding: 5px;
        margin: 0 8px;
        height: 200px;
        background: #E8E8E8;
        border-radius: 3px;
        position: relative;
        -webkit-transition: all .45s ease-in-out;
        -moz-transition: all .45s ease-in-out;
        -ms-transition: all .45s ease-in-out;
        -o-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out;
    }

        .content .rec_con ul li.bd-1 {
            border: solid 1px #98D3E8;
        }

            .content .rec_con ul li.bd-1:hover {
                background: #98D3E8;
            }

        .content .rec_con ul li.bd-2 {
            border: solid 1px #FFCB76;
        }

            .content .rec_con ul li.bd-2:hover {
                background: #FFCB76;
            }

        .content .rec_con ul li.bd-3 {
            border: solid 1px #FF525A;
        }

            .content .rec_con ul li.bd-3:hover {
                background: #FF525A;
            }

        .content .rec_con ul li.bd-4 {
            border: solid 1px #71C46F;
        }

            .content .rec_con ul li.bd-4:hover {
                background: #71C46F;
            }

        .content .rec_con ul li img {
            width: 290px;
            height: 200px;
            display: block;
        }

        .content .rec_con ul li .a-index {
            position: absolute;
            width: 290px;
            height: 200px;
            top: 5px;
            left: 5px;
            line-height: 20px;
            text-align: center;
            background: rgba(0,0,0,0.5);
            color: #fff;
        }

            .content .rec_con ul li .a-index h2 {
                position: absolute;
                z-index: 20;
                top: 0;
                left: 0;
                font-size: 2.0em;
                line-height: 28px;
                text-align: center;
                text-shadow: 0 0px 2px rgba(255,255,255,0.7);
                text-align: center;
                margin-top: 0px;
                width: 98%;
                height: 200px;
                margin-bottom: 0;
                display: table;
                padding: 0 1%;
                letter-spacing: 2px;
            }

                .content .rec_con ul li .a-index h2.fc-1 {
                    color: #98D3E8;
                }

                .content .rec_con ul li .a-index h2.fc-2 {
                    color: #FFCB76;
                }

                .content .rec_con ul li .a-index h2.fc-3 {
                    color: #FF525A;
                }

                .content .rec_con ul li .a-index h2.fc-4 {
                    color: #71C46F;
                }

                .content .rec_con ul li .a-index h2 span {
                    display: table-cell;
                    vertical-align: middle;
                }

@media screen and (max-width: 1024px) {
    .content {
        width: 97%;
        margin: 0 auto;
    }

        .content .rec_con ul li {
            width: 225px;
            padding: 2px;
            margin: 0 6px;
            height: 150px;
        }

            .content .rec_con ul li img {
                width: 225px;
                height: 150px;
            }

            .content .rec_con ul li .a-index {
                width: 225px;
                height: 150px;
                top: 2px;
                left: 2px;
                line-height: 20px;
            }

                .content .rec_con ul li .a-index h2 {
                    top: 0;
                    left: 0;
                    font-size: 1.7em;
                    line-height: 24px;
                    width: 98%;
                    height: 150px;
                }
}

@media screen and (max-width: 980px) {
    .content {
        width: 95%;
        margin: 0 auto;
    }

        .content .rec_con ul li {
            width: 160px;
            padding: 2px;
            margin: 0 6px;
            height: 140px;
        }

            .content .rec_con ul li img {
                width: 160px;
                height: 140px;
            }

            .content .rec_con ul li .a-index {
                width: 160px;
                height: 140px;
                top: 2px;
                left: 2px;
                line-height: 20px;
            }

                .content .rec_con ul li .a-index h2 {
                    top: 0;
                    left: 0;
                    font-size: 1.6em;
                    line-height: 24px;
                    width: 98%;
                    height: 140px;
                }
}

@media screen and (max-width: 720px) {
    .left-viewalbum {
        width: 280px;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        padding: 0 5px;
        float: left;
    }

    .content {
        width: 94%;
        margin: 0 auto;
    }

        .content .rec_con ul li {
            width: 255px;
            height: 180px;
            margin-top: 10px;
        }

            .content .rec_con ul li img {
                width: 255px;
                height: 180px;
            }

            .content .rec_con ul li .a-index {
                width: 255px;
                height: 180px;
                line-height: 20px;
            }

                .content .rec_con ul li .a-index h2 {
                    top: 0;
                    left: 0;
                    font-size: 1.8em;
                    line-height: 28px;
                    width: 98%;
                    height: 180px;
                }
}

@media only screen and (max-width: 720px) and (-webkit-min-device-pixel-ratio : 1.0) and (orientation:landscape) {
    .content .rec_con ul li {
        width: 240px;
        height: 180px;
        margin-top: 10px;
    }

        .content .rec_con ul li img {
            width: 240px;
            height: 180px;
        }

        .content .rec_con ul li .a-index {
            width: 240px;
            height: 180px;
            line-height: 20px;
        }

            .content .rec_con ul li .a-index h2 {
                top: 0;
                left: 0;
                font-size: 1.8em;
                line-height: 28px;
                width: 98%;
                height: 180px;
            }
}

@media screen and (max-width: 480px) {
    .left-viewalbum {
        width: 20%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        padding: 0 5px;
        float: left;
    }

    .content {
        width: 100%;
    }

        .content .rec_con ul li {
            width: 45%;
            height: 150px;
            padding: 1%;
            margin: 10px 1% 5px;
        }

            .content .rec_con ul li img {
                width: 100%;
                height: 150px;
            }

            .content .rec_con ul li .a-index {
                width: 98%;
                left: 1%;
                top: 2%;
                height: 150px;
                line-height: 20px;
            }

                .content .rec_con ul li .a-index h2 {
                    top: 0;
                    left: 0;
                    font-size: 1.8em;
                    line-height: 28px;
                    width: 98%;
                    height: 150px;
                }
}

@media screen and (max-width: 380px) {
    .left-viewalbum {
        width: 40px;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        padding: 0 5px;
        float: left;
    }


    .content {
        width: 240px;
        margin-left: 45px;
    }

        .content .rec_con ul li {
            width: 98%;
            height: 160px;
            padding: 1%;
            margin-top: 10px;
        }

            .content .rec_con ul li img {
                width: 100%;
                height: 160px;
            }

            .content .rec_con ul li .a-index {
                width: 98%;
                height: 160px;
                line-height: 20px;
                top: 1.5%;
                left: 1.5%;
            }

                .content .rec_con ul li .a-index h2 {
                    top: 0;
                    left: 0;
                    font-size: 1.8em;
                    line-height: 28px;
                    width: 98%;
                    height: 160px;
                }
}

.progress_bar {
    width: 98%;
    border-radius: 4px;
    background-color: #C6CBCB;
    box-shadow: inset 0 1px 1px #c9c9c9,inset -1px 0 2px #b8b8b8;
    display: block;
    position: relative;
    height: 5px;
    padding: 0;
    margin: 10px auto;
}

    .progress_bar .progress_bar_x {
        display: block;
        width: 100%;
        position: absolute;
        z-index: 99;
        top: 0;
        bottom: 1px;
        opacity: 0.9;
        background-color: #5AB4F7;
        border-radius: 8px 4px 4px 8px;
    }

.notice {
    top: 0;
}

.grid {
    margin-top: 10px;
}

.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:hover {
        transform: translate3d(0,0,0) rotate(0deg) scale(1.05);
        -o-transform: translate3d(0,0,0) rotate(0deg) scale(1.05);
        -moz-transform: translate3d(0,0,0) rotate(0deg) scale(1.05);
        -ms-transform: translate3d(0,0,0) rotate(0deg) scale(1.05);
        -webkit-transform: translate3d(0,0,0) rotate(0deg) scale(1.05);
    }

.image-box {
    font-size: 14px;
}
