﻿html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body, div, input, p {
    margin: 0;
    padding: 0
}
.g-article {
    font-family: Helvetica;
    color: #303030;
    font-size: 20px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.m-article {
    width: 90%;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    width: auto;
    word-wrap: break-word;
    color: #606060;
    text-align: justify;
    text-justify: inter-ideograph;
    text-indent: 0em !important;
    padding-left: 0 .8rem;
    padding-top: 0.8rem;
    padding-bottom: 0 .8rem;
    padding-right: 20px;
}

    .m-article p {
        word-wrap: break-word;
        font-size: 18px;
        line-height: 32px;
        color: #606060;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0 auto 32px;
        width: auto;
        text-indent: 0em !important;
    }

        .m-article p:first-child {
            margin-top: 0 !important;
        }

}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.g-in {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.msg-content{
    width:100%;
}
.gcarouse {
    display: flex;
    justify-content: center;
    align-items: center;
}
.comment-item .comment-bd .comment-item-detail:last {
    border-bottom: 0
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999
}
a {
    text-decoration: none
}

img {
    border: 0
}
.a-detail {
    padding: 26px 17px 0 0;
    position: relative
}

    .a-detail .gold-user-icon {
    }

    .a-detail .gold-icon {
        width: 24px;
        height: 24px;
        display: inline-block
    }

    .a-detail .gold-user-text, .a-detail .gold-user-answer {
        color: #b37012;
        font-size: 14px;
        vertical-align: middle;
        margin-left: 8px
    }

    .a-detail .gold-user-answer {
        font-size: 14px;
        font-weight: 500;
        margin-left: 3px
    }

    .a-detail .answer-title {
        position: relative;
        margin: 0 0 26px 0;
        padding-left: 11px;
        font-family: PingFangSC-Regular;
        font-size: 19px;
        font-weight: 400;
        color: #130627;
        line-height: 19px;
        border-left: 5px solid #ffe249
    }

        .a-detail .answer-title .answer-nums {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding-left: 8px;
            font-size: 13px;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            color: #130627;
            line-height: 18px
        }

    .a-detail .hd {
        display: flex;
        margin-left: 20px;
        align-items: center;
        position: relative
    }

    .a-detail .da {
        width: 43px;
        display: inline-block;
        margin-right: 8px;
        border-top-right-radius: 13px;
        border-bottom-right-radius: 13px
    }

        .a-detail .da img {
            float: right;
            margin: 1px;
            width: 38px;
            height: 38px;
            background-color: #f8f8f8;
            border-radius: 50%;
            overflow: hidden;
            vertical-align: top
        }

    .a-detail .name {
        font-size: 15px;
        margin-right: 3px;
        font-weight: 600
    }

    .a-detail .user-lv {
        vertical-align: baseline;
        display: inline-block;
        margin: 0;
        border-radius: 4px;
        padding: 3px;
        font-size: 11px;
        color: #242629;
        line-height: 12px;
        background-color: rgba(255,219,38,0.5);
        border: 0
    }

        .a-detail .user-lv::before {
            content: none
        }

    .a-detail .time {
        padding-top: 5px;
        display: block;
        font-weight: 300;
        font-size: 13px;
        color: #717376
    }

    .a-detail .bd {
        padding-left: 20px;
        margin-bottom: 21px;
        font-size: 19px;
        color: #555
    }



        .a-detail .bd .detail-content .expandable-img-one {
            margin-top: 13px
        }

        .a-detail .bd .detail-content .expandable-img-three {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 13px
        }

            .a-detail .bd .detail-content .expandable-img-three .expandable-img-three-img {
                width: 120px;
                height: 120px;
                border-radius: 6px 0 0 6px
            }

                .a-detail .bd .detail-content .expandable-img-three .expandable-img-three-img:nth-of-type(2) {
                    border-radius: 0
                }

                .a-detail .bd .detail-content .expandable-img-three .expandable-img-three-img:nth-of-type(3) {
                    border-radius: 0 6px 6px 0
                }

        .a-detail .bd .detail-content .answer-info {
            height: 21px;
            vertical-align: bottom;
            font-size: 15px;
            font-family: PingFangSC-Regular;
            font-weight: 400;
            line-height: 21px;
            color: #408fff;
            margin: 13px 0 0 0
        }

            .a-detail .bd .detail-content .answer-info .answer-nums {
                padding-right: 19px
            }


    .a-detail .expandable {
        max-height: 320px;
        overflow: hidden;
        margin-top: 16px;
        position: relative
    }
.icon-origin {
    display: flex;
    justify-content: flex-start;
    align-items:center;
}

    .icon-origin img {
        width: 45px;
        height: 45px;
        max-width: 100%;
        border-radius: 50%;
        margin-right: 8px;
    }

    .icon-origin a:hover {
        text-decoration: none;
    }
.m-info .origin {
    line-height: 18px;
}


    .m-info .origin > em {
        margin-top: 10px;
    }
.m-cont-hd .title {
    margin-top: 0rem;
}

    .m-cont-hd .title h1 {
        position: relative;
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        padding-bottom: .625rem;
    }

.m-info {
    margin-top: 20px;
}

    .m-info .box {
        position: relative;
        height: 1.35rem;
        font-size: 14px;
        color: silver;
        padding-right: .5rem;
    }

    .m-info .origin {
        line-height: 26px;
        color: silver;
    }

        .m-info .origin > em {
            display: inline-block;
            margin-right: 2em;
        }

            .m-info .origin > em:last-child {
                margin-right: 0;
            }

@media screen and (max-width: 979px) { /*移动端*/
    .icon-origin {
        line-height: 45px;
        vertical-align: middle;
        float: left !important;
    }

    .m-info .origin > em {
        display: block !important;
        width: auto !important;
        margin-top: 0 !important;
        line-height: 45px;
        float: right !important;
        margin-right: 0;
    }

        .m-info .origin > em:last-child {
            float: left !important;
        }
}
.g-in {
    padding-left: 10px;
    padding-right: 10px;
}
.title h2 {
    font-size: 18px;
    font-weight:600;
}
.m-info .box {
    position: relative;
    height: 32px;
    line-height: 32px;
    color: #999;
}
@media screen and (max-width: 979px) {
    body {
        font-family: Helvetica,"Microsoft YaHei",arial,\5b8b\4f53;
    }

    .g-mn {
        width: 100%;
        float: none;
    }

    .g-sd {
        display: none;
    }

    .m-info .origin {
        line-height: 18px;
    }


        .m-info .origin > em {
            margin-top: 10px;
        }
}
.notice-wrap {
    margin-top: 20px;
    margin-left: 20px;
    width: 90%;
    display: flex;
    flex-direction: column;
    border: 3px solid #fed59d;
}

.notice-inline {
    padding: 10px 20px 10px 20px;
}

.notice-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notice-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100px;
    font-size: 16px;
    font-weight: bold;
    background-color: #ff8800;
    color: #ffffff;
}

.notice-bottom {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.notice-phonetag {
    width: 80px;
    border: 1px solid #ff8500;
    color: #ff8500;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.notice-phonenumber {
    margin-left: 20px;
}