
.StaNav {
    position: fixed;
    top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    background-color: #fff;
    z-index: 2;
    padding-top: 0.5rem;
}

.StaNavItem {
    box-sizing: border-box;
    width: 6rem;
    height: 2rem;
    text-align: center;
    transition: all 0.2s;
    border-bottom: 0.25rem solid transparent;
}

    .StaNavItem.active {
        border-bottom: 0.25rem solid #3b9fff;
        font-weight: bold;
        color: #3b9fff;
    }

.qa-list {
    width: 95%;
    margin: 6.5rem auto 1.5rem;
}

    .qa-list .qa-item {
        padding-left: 1.75rem;
        position: relative;
        margin-top: 0.4rem;
        display: block;
    }

        .qa-list .qa-item::before {
            content: "问";
            background: #FFE535;
            line-height: initial;
            font-size: 0.8rem;
            padding: 0.15rem;
            border-radius: 2px;
            position: absolute;
            left: 0;
            top: 2px;
        }

        .qa-list .qa-item .title {
            margin-bottom: 0;
            font-weight: bold !important;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 0.5rem;
            font-size: 1rem;
        }

        .qa-list .qa-item .contents {
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 0.5rem;
        }

            .qa-list .qa-item .contents a {
                color: rgb(0, 176, 240);
            }

        .qa-list .qa-item .bt {
            display: flex;
            justify-content: space-between;
        }

            .qa-list .qa-item .bt .tags {
                width: 100%;
                background: #eee;
                color: #333;
                padding: 0.2rem 0.15rem 0.05rem;
                border-radius: 2px;
                font-size: 0.8rem;
                margin-right: 1rem;
            }

    .qa-list .tags span {
        background: #fff;
        color: #333;
        text-align: center;
        padding: 0.06rem 0.15rem;
        border-radius: 2px;
        white-space: nowrap;
        margin-bottom: 0.15rem;
        margin-right: 0.2rem;
        display: inline-block;
    }

    .qa-list .qa-item .bt .at {
        width: 39%;
        font-size: 0.8rem;
        font-weight: 600;
        white-space: nowrap;
        line-height: 1.2rem;
    }

        .qa-list .qa-item .bt .at em {
            font-weight: initial !important;
            font-style: normal;
            display: inline-block;
            margin-left: 0.15rem;
        }

    .qa-list .qa-item .cust {
        border-bottom: 1px solid #E5E5E5;
        margin-top: 0.4rem !important;
        display: flex;
        align-items: center;
        font-size: 0.8rem;
    }
        .qa-list .qa-item .cust img {
            width: 1.2rem;
            height: 1.2rem;
            border-radius: 50%;
        }
        .qa-list .qa-item .cust span {
            padding-bottom: 0.4266rem;
            margin-top: 0.4rem !important;
            margin-left: 0.25rem;
        }
            .qa-list .qa-item .cust span.qa-name {
                font-weight:600;
            }
    .qa-list .noqa{
        color:#999;
        line-height:5rem;
        text-align:center;
    }
.LoadMore {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0;
}

    .LoadMore img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .LoadMore div {
        color: #777;
        font-weight: 600;
    }
.qa-btn {
    position: fixed;
    width: 7rem;
    height: 3rem;
    bottom: 1.5rem;
    left: calc((100% - 7rem) / 2);
    box-shadow: 0px 0 1rem 0px rgba(13,75,149,0.23);
    border-radius: 1.5rem;
    z-index: 9;
    border: 0;
    color: #fff !important;
    font-size: 1.25rem;
    background: -moz-linear-gradient(left, #4be6cf, #3f9fff);
}
.public-wind-bg {
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -1px 8px 0px rgba(6,0,0,0.1);
    display:none;
}
.qa-q-box {
    position: fixed;
    bottom: -20rem;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    width: 100%;
    transition: 0.5s;
    transform-origin: center center;
    padding: 0.4rem 0;
}
.disflex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.qa-q-box span {
    width: 6rem;
    text-align: right;
    line-height: 1.6rem;
}
.qa-q-box input, .qa-q-box textarea, .qa-q-box .cname {
    width: 17rem;
    height: 1.6rem;
    padding: 0.15rem 0.25rem;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    margin-right: 1rem;
}
.qa-q-box textarea {
    height: 4.5rem;
}
.cd-btn-box {
    text-align: center;
    padding-top: 0.25rem;
    margin-bottom: 1rem;
}
.cd-q-sure {
    min-width: 4rem;
    border: 1px solid #4A9CFF;
    background: #4A9CFF;
    padding: 0.5rem;
    border-radius: 0.25rem;
    color: #fff;
}
.cd-q-cancel {
    width: 4rem;
    border: 1px solid #ccc;
    background: #fff !important;
    color: #ccc !important;
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}
#drag {
    margin-right: 1rem;
    width: 17.5rem !important;
    height: 2rem;
    margin-bottom: 0;
    line-height: 2rem;
}
    #drag .drag_bg {
        height: 2rem;
    }
    #drag .handler {
        height: 2rem;
        width: 2rem;
    }
.qa-one {
    margin-top: 3.5rem;
    border-bottom: 10px solid #F4F4F4;
    padding: 0 2.5% 0.75rem;
    margin-bottom: 0;
}
    .qa-one .qa-item {
        padding-left: 0;
        margin-top: 0;
    }
    .qa-one .qa-item::before {
        content: "";
        background: #FFE535;
        line-height: initial;
        font-size: 0;
        padding: 0;
        border-radius: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .qa-one .qa-item img{
        max-width:100%;
    }
        .qa-one .qa-item .cust {
            justify-content: space-between;
            border: 0;
        }
.qad-btn {
    background: #3AA0FF;
    color: #fff;
    width: 5rem;
    height: 1.8rem;
    border-radius: 0.9rem;
    border: 0;
}

.qad-title {
    margin: 0.5333rem 0.32rem 0.8rem;
    position: relative;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    padding-left: 2.5%;
}
    .qad-title::before {
        background: #95D016;
        content: "";
        width: 0.275rem;
        height: 75%;
        border-radius: 2px;
        position: absolute;
        left: 0rem;
        top: 19%;
    }
.cst-content {
    padding: 0 2.5%;
}
.cd-head-img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1rem;
    margin-right: 0.5rem;
}
.disflex1 {
    display: flex;
    margin-bottom: 1rem;
}
.acs{
}
    .acs .custname {
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }
    .acs .c-conents {
        font-size: 0.9rem;
    }
    .acs .cd-txt-cont {
        font-size: 0.8rem;
        margin-top: 0.25rem;
        color: #3AA0FF;
    }
    .acs .c-conents img{
        max-width:100%;
    }