﻿

a:focus, a:hover {
    text-decoration: underline;
    color: #00a0e9
}

a:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

h2, h4 {
    margin-bottom: 8.5px
}


p {
    margin: 0 0 8.5px
}

h2, h4 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h2 {
    margin-top: 17px
}

h4 {
    margin-top: 8.5px
}

h4 {
    font-size: 15px
}

ul {
    margin-top: 0
}

.form-control {
    vertical-align: middle
}

    .form-control:-moz-placeholder {
        color: #a0a0a0
    }

    .form-control::-moz-placeholder {
        color: #a0a0a0
    }

    .form-control:-ms-input-placeholder {
        color: #a0a0a0
    }

    .form-control::-webkit-input-placeholder {
        color: #a0a0a0
    }

.form-control {
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    padding: 5px 10px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    color: #707070;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

::-ms-backdrop {
    margin-top: 5px
}

.media, .media-body {
    overflow: hidden;
    *zoom: 1
}

    .media:first-child {
        margin-top: 0
    }

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.forum .feed-list .media .media-heading:after, .forum .feed-list .media .media-heading:before, .forum .sendbox:after, .forum .sendbox:before {
    display: table;
    content: ' '
}

.forum .feed-list .media .media-heading:after, .forum .sendbox:after {
    clear: both
}

.pull-left {
    float: left !important
}

.forum .feed-list .media .media-heading, .forum .sendbox {
    *zoom: 1
}

ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-left: 0
}

h2 {
    font-size: 16px
}

.media {
    margin-top: 0
}


.forum {
    font-size: 14px;
    margin-bottom: 60px;
    color: #7d7d7d
}

    .forum .btn-primary {
        float: right;
    }

    .forum h2 {
        margin-bottom: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #f4f7fa
    }

    .forum .sendbox {
        margin-bottom: 40px;
        margin-left: 10px
    }

    .forum .textarea {
        height: 80px;
        margin-bottom: 5px
    }

    .forum .feed-list .media {
        padding: 10px 0;
        border-bottom: 1px solid #f4f7fa
    }

        .forum .feed-list .media .pull-left {
            margin-right: 10px
        }

            .forum .feed-list .media .pull-left img {
                display: block;
                width: 36px;
                height: 36px
            }

        .forum .feed-list .media .media-heading {
            font-size: 14px;
            margin-bottom: 15px
        }

            .forum .feed-list .media .media-heading .name {
                float: left
            }

            .forum .feed-list .media .media-heading .time {
                float: right;
                font-weight: normal;
                color: #c9c9c9
            }

    .forum .feed-list .reply-box {
        background-color: #f4f7fa
    }

    .forum #eventCommentList {
        margin-bottom: 20px
    }

a:hover {
    color: #2578bf;
    text-decoration: none;
}

body {
    font-family: "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;
}

.forum .sendbox {
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    border: solid 1px #eeeeee;
    padding: 30px;
    margin-bottom: 38px !important;
}

.forum .textarea {
    height: 100px;
    background-color: #f7f9fa;
    border: none;
    outline: none;
    padding: 0px;
    box-sizing: border-box;
}

#eventCommentList {
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    border: solid 1px #eeeeee;
    padding: 10px;
    padding-right: 30px;
}

.forum .feed-list .media:nth-last-of-type(1) {
    border-bottom: none;
}

.forum h2 {
    border-bottom: none;
}

.forum .feed-list .media .pull-left img {
    border-radius: 50%;
}
