* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #3B522A;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    zoom: 1;
}
.clear:after {
    height: 0;
    display: block;
    content: '.';
    visibility: hidden;
    clear: both;
}
html {
    font-size: 100px;
}
body {
    background: #6D8874;
    font-family: "Microsoft YaHei";
}
#content {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
}
.c-top {
    width: 100%;
    height: 4rem;
    position: relative;
}
.top-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
}
.zuozhezhuanqu, .c-bottom {
    width: 9.8rem;
    margin: 0 auto;
}
.zuozhezhuanqu {
    height: 100%;
    text-align: center;
}
.zuozhezhuanqu img {
    height: 50%;
    margin-top: 1rem;
}

.questionContainer {
    width: 100%;
    height: 8rem;
    color: #3B522A;
}
.questionContainer .left,
.questionContainer .right {
    background: #D9E5C3;
    border-radius: 0.05rem;
    height: 100%;
}
.questionContainer .left {
    width: 3.5rem;
    overflow: auto;
    overflow-x: hidden;
}
.questionContainer .right {
    width: 6.1rem;
    position: relative;
    display: flex;flex-direction: column;
}
.cats .item {
    padding-left: 0.24rem;
}
.cats .first > .item {
    height: 0.4rem;
    line-height: 0.4rem;
    background-image: linear-gradient(to right, #D0E9C4, #EBF7E4);
}
.cats .first:first-child > .item {
    border-top: none;
}
.cats .item {
    cursor: pointer;
    overflow: hidden;
}
.cats .cat_item img {
    height: 100%;
}
.cats .title {
    display: inline-block;
    vertical-align: middle;
}
.question_item:hover,
.question_item.active {
    color: #A8B593;
}
.cats .second .item {
    font-size: 0.14rem;
}
.cats .second .item .title {
    padding: 0.02rem 0.28rem 0.02rem 0;
}
.first {
    border-bottom: 1px solid #CCCCCC;
}
.first:last-child {
    border-bottom: none;
}
.questions {
    padding: 0.06rem 0;
    border-top: 1px solid #CCCCCC;
}
.second {
    display: none;
}

.r-top {
    height: 0.4rem;
    line-height: 0.4rem;
    border-bottom: 1px solid #CCCCCC;
    background-image: linear-gradient(to right, #D0E9C4, #EBF7E4);
    padding-left: 0.24rem;
    border-radius: 0.05rem 0.05rem 0 0;
}
.r-top img {
    height: 100%;
}
.r-middle {
    flex: 1;
    height: 6.35rem;
    padding: 0.1rem 0.2rem;
}
.r-middle .answer_content {
    height: 100%;
    overflow: auto;
    font-size: 0.14rem;
    margin-bottom: 0.15rem;
    padding-left: 0.12rem;
    padding-right: 0.24rem;
}
.r-bottom {
    width: 100%;
    min-height: 0.6rem;
    padding:10px 0px;
    font-size: 0.14rem;
    margin-bottom: 41px;
}
.pagination {
    padding: 0 0.24rem;
}
.pagination a:hover {
    text-decoration: underline;
}
.pagination .pre {
    border-top: 1px solid #CCCCCC;
    margin-top: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.02rem;
}

.sitetop {
    background: url(../image/top_bg.jpg) repeat-x;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
    height: 0.31rem;
}
.tlink {
    width: 9.66rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 0.72rem;
    text-align: right;
}
.tlink .logo {
    width: 1.22rem;
    height: 0.72rem;
    position: absolute;
    left: 0;
    top: 0;
}
.tlink .logo img {
    width: 100%;
}
.tlink a {
    line-height: 0.3rem;
    text-decoration: none;
    color: #333333;
    font-size: 0.12rem;
}
.tlink a:hover {
    color: #000000;
}

.cat_item .title,
.right .title {
    overflow-x: hidden;
    white-space: nowrap;
    width: 5rem;
}
.c-bottom{margin-bottom: 1rem;}


@media screen and ( max-width: 768px ) {
    .c-top, .zuozhezhuanqu {
        width: 100%;
    }

    .c-top {
        height: 3rem;
    }

    .zuozhezhuanqu img {
        margin-top: 0.75rem;
    }

    .c-bottom {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    .questionContainer {
        height: calc(100% - 3.3rem);
        width: 96%;
        padding: 0 2%;
    }

    .questionContainer .left {
        width: 35%;
    }

    .questionContainer .right {
        height: 100%;
        width: 63%;
    }

    .r-top {
        padding-left: 0.12rem;
    }

    .r-middle {
        padding: 0.1rem 0.12rem;
        overflow-y: hidden;
    }

    .pagination {
        padding: 0 0.12rem;
    }

    .pagination .pre {
        padding-top: 0.15rem;
        padding-bottom: 0.06rem;
    }

    .tlink {
        width: 100%;
    }

    .right .title {
        width: 3.8rem;
    }
}

@media screen and ( max-width: 414px ) {
    .cat_item .title,
    .right .title {
        font-size: 0.22rem;
    }

    .right .title {
        width: 3rem;
    }
}

@media screen and ( max-width: 360px ) {
    .c-top {
        height: 2.5rem;
    }

    .zuozhezhuanqu img {
        margin-top: 0.65rem;
    }

    .questionContainer {
        height: calc(100% - 2.1rem);
    }

    .cats .item {
        padding-left: 0.12rem;
    }
}