input[type="search"] {
    -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

body::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

html {
    position: relative;
    min-height: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #F1F2F2;
}

body {
    max-width: 750px;
    min-width: 320px;
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
    background: #F1F2F2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.tc {
    text-align: center;
}

img {
    vertical-align: middle;
    border-style: none;
}

.df {
    display: flex;
}

.dfc {
    display: flex;
    flex-direction: column;
}

.jcc {
    justify-content: center;
}

.jcfs {
    justify-content: flex-start;
}

.jcfe {
    justify-content: flex-end;
}

.jcsa {
    justify-content: space-around;
}

.jcsb {
    justify-content: space-between;
}

.jcse {
    justify-content: space-evenly;
}

.aic {
    align-items: center;
}

.onesl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.twosl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0 !important;
    word-break: break-all;
}


.navbar .navbar_img {
    width: 1.5rem;
}

header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
    max-width: 750px;
    height: 0.8rem;
    font-size: 0.28rem;
    color: #fff;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar .navbar_img {
    width: 1.5rem;
}

header .navbar .left {
    width: .6rem;
    margin-left: 0.2rem;
}


header .navbar .search_wrap {
    background: #FFF;
    height: 0.6rem;
    width: 4rem;
    display: flex;
    align-items: center;
    border-radius: 0.4rem;
    border: 0.04rem solid #E60011;
}

    header .navbar .search_wrap > img {
        margin-left: 0.3rem;
        width: 0.3rem;
        height: 0.3rem;
    }

    header .navbar .search_wrap > span {
        color: #aaa;
        text-decoration: none;
        font-size: 0.22rem;
        display: block;
    }
.two-box {
    background: #fff;
    padding: 0.05rem 0.2rem;
}

.three {
    background: #fff;
}

    .three .title {
        padding: 0 0;
        border-bottom: 1px solid #ccc;
    }

        .three .title span {
            font-size: 0.32rem;
            border-bottom: 2px solid #EC0606;
            padding: 0.2rem 0.15rem;
            display: block;
            font-weight: 700;
        }

    .three .content .three-box .three-boxItem {
        padding: 0.25rem 0.3rem;
        border-bottom:1px solid #ccc;
    }

        .three .content .three-box .three-boxItem .top {
            font-size: 0.25rem;
            margin: 0 0 0.2rem 0;
        }

        .three .content .three-box .three-boxItem .bottom {
            font-size: 0.2rem;
        }

            .three .content .three-box .three-boxItem .bottom .left .o {
                background: #edffef;
                color: #8abbaa;
                padding: 0.04rem 0.15rem;
                margin-right:0.15rem;
            }

            .three .content .three-box .three-boxItem .bottom .left .t {
                color: #bbb;
            }

            .three .content .three-box .three-boxItem .bottom .right {
                color: #bbb;
            }
.three .content{
    padding-bottom: 0.5rem;
}
.otherAnswer {
    background-color: #fff;
    padding-bottom: 0.5rem;
}
.topTitle {
    height: 0.8rem;
    background: url(/img/ask/圆角矩形.png) no-repeat;
    font-size: 0.35rem;
    font-weight: 550;
    line-height: 0.8rem;
    padding-left: 0.35rem;
}
.otherAnswer_content {
    font-size: 0.3rem;
    margin: 0.25rem 0.35rem 0.2rem;
    border-bottom: 1px dashed #808080;
    line-height: 0.4rem;
    color: #4f4e4e;
}

.RelatedHealth_question {
    display: flex;
    padding: 0.35rem 0.35rem 0;
    align-items: flex-start;
}
.question_text {
    font-size: 0.3rem;
    margin-left: 10px;
    font-weight: 550;
    color:#000;
}
.RelatedHealth_answer {
    margin: 0 0.35rem;
    padding: 0.3rem 0.15rem 0.15rem;
    border-radius: 8px;
    background: url("/img/ask/相关问答回答底框.png")
}
.answer_text {
    font-size: 0.28rem;
    color: #4f4d4d;
}

.qa-footer-wrap {
    /* border-top: 1px solid #d9d9d9;*/
    background: #fff;
    padding-top: 8px;
    padding-bottom: 2px;
    font-size: 14px;
}

.qa-footer > ol > li {
    float: left;
    text-align: center;
    width: 15%;
    margin-bottom: 15px;
}

    .qa-footer > ol > li > a {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        color: #555555;
        border-radius: 3px;
        padding: 7px 0;
    }

.clearF:after {
    content: '';
    display: block;
    clear: both;
}

ol, ul {
    list-style: none;
}