.aw-content-wrap {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.aw-main-wrap {
}

.aw-main-title {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

    .aw-main-title h2 {
        font-size: 20px;
        color: #333;
        margin: 0px;
        padding: 10px 20px;
    }

.aw-search {
    padding: 0px 0px 10px 0px;
}

.aw-main-nav-tabs {
    margin: 0px;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

    .aw-main-nav-tabs li {
        list-style: none;
        margin-right: 10px;
        display: inline;
    }

        .aw-main-nav-tabs li a {
            color: #666;
            padding: 0 13px;
            line-height: 26px;
            height: 26px;
            display: block;
            /*border-bottom: 2px solid #fff;*/
        }

            .aw-main-nav-tabs li a:hover, .aw-main-nav-tabs li a.active {
                border-bottom: 2px solid #155faa;
                color: #333;
                text-decoration: none;
            }

.aw-main-content {
}

.aw-user-name {
}

    .aw-user-name img {
        height: 48px;
        width: 48px;
    }

.aw-main-content .aw-body {
}

.aw-main-content .aw-item {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;
}

    .aw-main-content .aw-item:last-child {
        border-bottom: 0px;
    }

div.aw-question-answer-content {
    padding-left: 90px;
    word-wrap: break-word;
    word-break: break-all;
}

.aw-question-content {
    padding-left: 54px;
}

    .aw-question-content a {
        text-decoration: none;
    }

    .aw-question-content h4 {
        margin: 0px 0px 5px 0px;
        font-size: 15px;
        font-weight: normal;
    }

        .aw-question-content h4 a {
            font-size: 15px;
            font-weight: normal;
            word-break: break-all;
        }

    .aw-question-content a.pull-right {
        display: inline-block;
        margin-left: 5px;
    }

    .aw-question-content p {
        color: #999;
        font-size: 14px;
        margin: 0px;
    }

.panel {
    border: 1px solid #eaeaea;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 14px;
}

.panel-default {
}

.panel-heading {
    background: #f5f5f5;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #eaeaea;
}

    .panel-heading a {
        text-decoration: none;
    }

.panel-content {
}

.aw-panel-item {
    padding: 8px 10px;
}

    .aw-panel-item .aw-user-name {
        padding-top: 6px;
    }

        .aw-panel-item .aw-user-name img {
            height: 36px;
            width: 36px;
        }

    .aw-panel-item .aw-question-content {
        padding-left: 44px;
    }

        .aw-panel-item .aw-question-content h4 {
            margin-bottom: 2px;
        }

            .aw-panel-item .aw-question-content h4 a {
                font-size: 13px;
                word-break: break-all;
            }

        .aw-panel-item .aw-question-content p {
        }

.aw-q-item-title {
    padding: 0px 10px;
    background: #f5f5f5;
}

    .aw-q-item-title h2 {
        padding: 0px;
    }

    .aw-q-item-title p {
        color: #aaa;
        font-size: 13px;
    }

.aw-q-item-content {
    padding: 14px;
}

.aw-reply-wrap {
    margin-top: 20px;
}

.aw-panel-item-editor {
    margin-top: 10px;
    padding: 0 20px;
    margin-bottom: 10px;
}

    .aw-panel-item-editor textarea {
        height: 100px;
    }

    .aw-panel-item-editor input {
    }

.aw-q-item-displayorder {
    margin-right: 14px;
    margin-top: 8px;
    display: inline;
}

    .aw-q-item-displayorder a {
        display: block;
        text-align: center;
        width: 32px;
        height: 32px;
    }

    .aw-q-item-displayorder span {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #555;
    }

.aw-q-item-displayorder-up {
    background: url(/Areas/QA/Content/bootstrap/up.png) no-repeat;
}

.aw-q-item-displayorder-down {
    background: url(/Areas/QA/Content/bootstrap/down.png) no-repeat;
}

.aw-q-item-answer-displayorder {
    margin-top: 0px;
}

    .aw-q-item-answer-displayorder a {
        width: 18px;
        height: 10px;
    }

    .aw-q-item-answer-displayorder span {
        font-size: 20px;
        height: 26px;
        line-height: 26px;
    }

    .aw-q-item-answer-displayorder .aw-q-item-displayorder-up {
        background: url(/Areas/QA/Content/bootstrap/answer-up.png) no-repeat;
    }

    .aw-q-item-answer-displayorder .aw-q-item-displayorder-down {
        background: url(/Areas/QA/Content/bootstrap/answer-down.png) no-repeat;
    }

.form-horizontal .aw-question-edtior label {
    width: 60px;
}

    .form-horizontal .aw-question-edtior label.checkbox {
        width: auto;
    }

.form-horizontal .controls {
    margin-left: 80px;
}

.aw-q-item-view {
}

.mini-counts {
    height: 25px;
    font-size: 160%;
    font-weight: normal;
}

.field-validation-error {
    color: #f00;
}

.head-info {
    margin-right: 10px;
}

.head_img {
    width: 80px;
    height: 80px;
}

.aw-user {
}

    .aw-user img {
        width: 60px;
        height: 60px;
    }

.aw-user {
    position: relative;
}

.aw-user-head {
    position: absolute;
    top: 8px;
    left: 10px;
}

.aw-user-info {
    padding-left: 70px;
    height: 60px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

.aw-tag {
}

    .aw-tag div {
        height: 18px;
        margin-bottom: 6px;
        margin-right: 6px;
    }

    .aw-tag a {
    }

.aw-body div.viciao a {
    color: #000;
}


@media (max-width: 979px) {
    .nav-collapse, .nav-collapse.collapse {
        height: 0;
        overflow: hidden;
        background: #563d7c;
        z-index: 1000;
    }

    .navbar .brand {
    }

    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding: 0;
    }
}

.qaItem a {
    word-wrap: break-word;
    word-break: normal;
}

.qa-checkcode input {
    vertical-align: baseline;
}

#CrowdFundingQrCode {
    text-align: center;
}

    #CrowdFundingQrCode img {
        width: 61.8%;
    }


.buy-book {
    text-align: center;
    margin-bottom: 20px;
}

.watchVideo {
    padding-top: 15px;
}

#search_form {
}

    #search_form input {
        width: 60%;
    }
