﻿

.template14 .list_item {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 0;
}



.template14 .show_all {
    color: #8590a6;
    display: block;
    line-height: 50px;
    text-align: center;
    border: none;
    border-radius: 0;
    font-size: 15px;
    height: 50px;
    width: 100%;
}

    .template14 .list_item .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: bolder;
        margin: 15px 15px 9px 15px;
    }

    .template14 .list_item .intro {
        font-size: 17px;
        color: #2c2c2c;
        line-height: 29px;
        margin: 0px 15px 9px 15px;
    }

.template14 .list_item .head_box {
    font-size: 14px;
    color: #959595;
    line-height: 29px;
    margin: 9px 15px 6px 15px;
    display: flex;
    align-items: center;
}

        .template14 .list_item .head_box img {
            width: 27px;
            height: 27px;
            border-radius: 27px;
            margin-right: 7px;
        }



.template14 .image_list {
    margin: 0px 15px 15px 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px !important;
    gap: 2%;
}

        .template14  .image_list img {
            object-fit: cover;
            border-radius: 6px;
            width: 32%;
            border:1px solid #f2f2f2;
            box-sizing:border-box;
            height: calc( (100vw - 30px) * 0.32 );
        }

    .template14 .list_item .spread {
        color: #165198;
        display: flex;
        align-items: center;
    }

    .template14 .list_item .control {
        line-height: 43px;
        height: 50px;
        color: #959595;
        letter-spacing: normal;
        position:relative;
        font-size:15px;
    }

        .template14 .list_item .control .circle {
            margin: 0 5px;
        }
    .template14 .list_item .date {
        position: absolute;
        right: 0;
        letter-spacing: 0;
        top:0;
        height:43px;
        line-height:43px;
        font-size:15px;
        letter-spacing:1px;
    }

.template14 .share_list {
    margin-top: 15px;
    display: flex;
}


    .template14 .share_list .item {
        width: 109px;
        height: 34px;
        margin-right: 7px;
        position: relative;
        cursor: pointer;
    }


.template14 .detail_title {
    font-size: 20px;
    line-height: 30px;
    color: #2c2c2c;
    font-weight: bolder;
    /*margin-top: 20px;*/
}

.template14 .detail_intro {
    font-size: 17px;
    line-height: 28px;
    color: #2c2c2c;
    position:relative;
}

.template14 .line_3 {
    max-height: 112px;
    overflow: hidden;
    transition: 0.3s;
}

.template14 .AskHeader {
    margin-top: 18px;
    width: 100%;
    height: 38px;
    display: flex;
}

.template14 .show_all_box {
    position: absolute;
    right: 0;
    bottom: 0;
    background: linear-gradient(84deg, rgba(255,255,255,0.22) 0%, #FFFFFF 31%, #FFFFFF 100%);
    color: #165198;
    width: 125px;
    text-align: right;
}
   /* .template14 .show_all_box:before {
        content: "";
        position: absolute;
        width:100px;
        height:100%;
        background: linear-gradient(84deg, rgba(255,255,255,0.8) 0%, #FFFFFF 31%, #FFFFFF 100%);
    }*/

.template14 .wanderfulAsk {
    position:relative;
}


.template14 .detail_order_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}


    .template14 .detail_order_box .item {
        width: 50px;
        height: 100%;
        text-align: center;
        color: #7D7D7D !important;
        margin-left:10px;
    }


        .template14 .detail_order_box .active {
            color:#000000;
            position:relative;
        }

        .template14 .detail_order_box .active::after {
           content:"";
           width:16px;
           height:4px;
           background:#2962ff;
           position:absolute;
           bottom:0;
           left:17px;
           border-radius:30px;
        }




.template14 .AskHeader img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 38px;
}

.template14 .AskHeader .name_box {
    width: auto;
    height: 38px;
    margin-left: 9px;
}

.template14 .AskHeader .spread {
    line-height: 19px;
}

.template14 .AskHeader .name {
    color: #5D5D5D;
    font-size: 14px;
}

.template14 .AskHeader .time {
    color: #999999;
    font-size: 12px;
    margin-top: 3px;
}


.template14 .AskContent {
    margin-top: 15px;
    color: #2C2C2C;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 28px;
    position:relative;
}


.template14 .margin15Box {
    margin-left: 15px;
    margin-right: 15px;
}

.template14 .padding15Box {
    padding-left: 15px;
    padding-right: 15px;
}


.template14 .moreAnswer {
    font-weight: bolder;
    color: #161616;
    font-size: 17px;
    line-height: 90px;
    height: 70px;
    background: #F9F9F9;
}

.template14 .AskControl {
    display: flex;
    width: 100%;
    padding: 15px 0;
}

    .template14 .AskControl .item {
        flex: 1;
        width: 25px;
        display: flex;
        color: #646464;
        align-items: center;
        font-size: 15px;
    }

        .template14 .AskControl .item img {
            width: 17px;
            height: 17px;
            margin-right: 5px;
        }


@media (min-width:750px) {

    .template14 .list_item .date {
        position: absolute;
        right: 0;
        letter-spacing: 0;
        top: 0;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        letter-spacing: 1px;
        color: #959595;
    }

    .template14 .list_item .control {
        line-height: 50px;
        height: 50px;
        color: #959595;
        letter-spacing: normal;
        position: relative;font-size:14px;
    }

    .template14 .detail_order_box .item {
        width: 80px;
        height: 100%;
        text-align: center;
        color: #7D7D7D;
        margin-left: 10px;
    }


    .template14 .detail_order_box .active {
        color: #000000;
        position: relative;
    }

        .template14 .detail_order_box .active::after {
            content: "";
            width: 17px;
            height: 4px;
            background: #2962ff;
            position: absolute;
            bottom: 0;
            left: 32px;
            border-radius: 30px;
        }


    .template14 .list_item .title {
        font-size: 20px;
        line-height: 30px;
        font-weight: bolder;
        margin: 0px 15px 9px 15px;
    }

    .template14 .image_list {
        margin: 0px 15px 15px 15px;
        margin-top:5px!important;
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }

        .template14 .image_list img {
            object-fit: cover;
            border-radius: 6px;
            width: 110px;
            height: 110px;
            border:1px solid #f2f2f2;
        }

    .template14 .AskContent {
        margin-top: 15px;
        color: #2C2C2C;
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px;
    }

    .template14 .detail_title {
        padding-top: 10px;
        font-size: 24px;
        line-height: 35px;
        color: #2c2c2c;
        font-weight: bolder;
        margin-top: 0px;
    }

    .template14 .detail_intro {
        font-size: 16px;
        line-height: 26px;
        color: #2c2c2c;
    }

    .template14 .line_3 {
     max-height:78px;
     transition:0.3s;
    }


    .template14 .AskControl {
        display: block;
        width: auto;
        padding: 15px 0;
    }

        .template14 .AskControl .item img {
            width: 15px;
            height: 15px;
            margin-right: 5px;
        }

        .template14 .AskControl .item {
            flex:0 auto;
            display: inline-flex;
            width: auto !important;
            margin-right:60px;
            color: #646464;
            font-size: 14px;
            align-items: center;
            cursor: pointer;
            white-space: nowrap;
        }


    .w70 {
        width: 70px !important;
    }
}


.center {
    justify-content: center;
}

.right {
    justify-content: end;
}

.border_bottom_10 {
    background:#f6f6f6;
    min-height:10px;
}

    .border_bottom_10 p {
        display: block;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    @media(min-width:750px) {
        .border_bottom_10 {
        background: #f6f6f6;
        min-height: 1px;
    }
    
}

.headling_main {
    padding-bottom: 0px;
}

.share_title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
    color: #171717;
    font-size: 15px;
}

.margin_right_15 {
    margin: 0 !important;
}

    .share_title svg {
        position: absolute;
        right: 20px;
    }

@media (min-width:750px) {

    .headling_middle_main {
        width: 654px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.12);
    }

    .headling_middle {
        width: 694px;
        border: 0;
    }

    .headling_main {
        width: 694px;
        padding-top: 10px;
    }
}

@media (min-width:750px) {
    .headling_main {
        margin-top: 0px;
        margin-left: calc(50vw - 347px);
        width: 694px;
        height: calc(100vh - 168px);
        overflow-y: visible;
        background: #fff;
        height: auto;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .headling_middle {
        height: auto;
        background: #fff;
        margin-left: calc(50vw - 347px);
        width: 694px;
        position: sticky;
        top: 70px;
        z-index: 9;
        margin-top: 0;
    }

    .headling_top_title {
        font-size: 32px;
        font-weight: 400;
        color: #FFFFFF;
        width: 347px;
        margin-left: calc(50vw - 347px);
        height: 100%;
        text-align: left;
        line-height: 70px;
        padding-left: 0;
        justify-content: normal;
    }


    .font16 {
    font-size:16px!important;
    }

    .margin_right_15 {
        margin: 0 15px 0 0 !important;
    }
}


.template14 {
    background: #fff;
}

.headling_main {
    background: transparent;
}

.pc_footer {
    margin-top: 0;
}


.margin15AllBox {
    margin: 15px;
}


.line_overflow_2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line_overflow_3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom:0!important;
}

.bt0 {
 margin-bottom:0 !important;
}


.font_7d {
    color:#7d7d7d!important;
}

.padding_no_bottom {
 padding-bottom:0 !important;
}

.box_10 {
 height:10px;
 background:#f6f6f6;
}

.margin10_15Box {
  margin:10px 15px;
}



.btn_disabled {
 background:#cdcdcd !important;
}