﻿.surveyb1 img {
    width: 100%;
}

.surveyb2 {
    margin: 0 3%;
    padding: 10px 0;
    text-indent: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.font110 {
    font-size: 110%;
}

.color7f7f7f {
    color: #7f7f7f;
}

.surveyb3 {
    margin: 10px 3% 5px;
    overflow: auto;
}

.surveyb4 {
    margin: 10px 3% 5px;
}

    .surveyb4 span {
        height: 25px;
        line-height: 23px;
        display: inline-block;
        padding-right: 25px;
        margin-top: 5px;
    }

.surveyb3.sp {
    margin-top: 5px;
}

    .surveyb3.sp div {
        float: left;
        width: 20%;
        text-align: center;
        height: 26px;
        line-height: 26px;
    }

        .surveyb3.sp div span {
            display: inline-block;
            vertical-align: top;
            line-height: 0;
        }

        .surveyb3.sp div:first-child {
            width: 40%;
            text-align: left;
            height: auto;
        }

.surveyb4.sp2 span:before {
    border-radius: 0;
}
/*图集功能*/
.galleryList {
    margin-top: 10px;
    overflow: auto;
}

    .galleryList li {
        float: left;
        width: 31%;
        position: relative;
        overflow: hidden;
        list-style-type: none;
        margin: 0 0 10px 1%;
        background-size: 60%;
        padding-left: 1%;
    }

        .galleryList li img {
            border: 0;
            width: 100%;
            vertical-align: middle;
        }

#gallerybanner {
    position: fixed;
    background-color: black;
    width: 100%;
    top: 0;
    left: 0;
}

    #gallerybanner li {
        height: 100%;
        text-align: center;
        background: center url('/Images/loading.gif') no-repeat;
    }

        #gallerybanner li img {
            width: 95%;
            vertical-align: middle;
            opacity: 0;
        }

.slideswarpper {
    height: 100%;
}

#gallerybot {
    text-align: center;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    #gallerybot span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: rgba(255,255,255,.5);
        margin: 0 2px;
    }

        #gallerybot span.sel {
            background: rgba(170,170,170,.5);
        }

.gallerylist li {
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    background-clip: border-box;
}

    .gallerylist li img {
        vertical-align: middle;
        width: 100%;
    }

    .gallerylist li a div.gallery div:last-child {
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: black;
        font-size: 110%;
    }
/*图集功能结束*/
