﻿.bt_title {
    margin: 20px 0 15px 0;
    text-align: center;
    font-size: 24px;
    color: #444
}

    .bt_title h2 {
        font-size: 24px;
        color: #444;
        font-weight: 500;
    }


.pbox {
    margin: 8px 0 0 0;
    text-align: left
}

.rs {
    margin-bottom: 7px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #ddd
}

    .rs .title {
        padding: 8px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-color: #ddd;
        background-color: #fafafa;
        color: #444
    }

        .rs .title h3 {
            margin-top: 0;
            margin-bottom: 0;
            color: inherit;
            font-size: 14px
        }

            .rs .title h3 b {
                font-weight: 400;
                color: red
            }

            .rs .title h3 a {
                color: #3d87cf;
                font-size: 13px;
                font-weight: 400;
            }

                .rs .title h3 a:hover {
                    color: red;
                    text-decoration: underline;
                    transition: background-color .1s linear 0s,color .1s linear 0s
                }

        .rs .title img {
            display: inline-block;
            height: 20px;
            width: 20px;
            vertical-align: middle;
            margin-right: 3px;
        }

    .rs .content {
        padding: 10px 10px 10px;
        font-size: 13px;
        font-weight: 400;
        color: #444;
        line-height: 24px
    }

        .rs .content .fh {
            line-height: 30px;
        }

            .rs .content .fh a {
                padding: 3px 8px 3px 8px;
                color: #2b2b2b;
            }

                .rs .content .fh a:hover {
                    color: #ffffff;
                    background-color: #ffad1f;
                    text-decoration: none;
                    border-radius: 5px;
                }

        .rs .content img {
            display: inline-block;
            height: 16px;
            width: 16px;
            vertical-align: middle;
            margin-right: 3px;
        }

    .rs .slist {
        padding: 5px 5px 5px;
    }

        .rs .slist ul {
            padding: 0;
            margin: 0;
            padding-left: 8px;
            list-style: none
        }

            .rs .slist ul li {
                text-decoration: none;
                line-height: 20px;
            }

                .rs .slist ul li img {
                    display: inline-block;
                    height: 16px;
                    width: 16px;
                    vertical-align: middle;
                    margin-right: 3px;
                }

        .rs .slist, .rs .slist p {
            color: #222 !important;
            line-height: 1.4 !important;
            font-size: 13px;
            word-wrap: break-word
        }

    .rs .slist2 {
        padding: 5px 5px 5px;
        font-weight: normal;
    }

        .rs .slist2 ul {
            padding: 0;
            margin: 0;
            padding-left: 8px;
            list-style: none
        }

            .rs .slist2 ul li {
                text-decoration: none;
                line-height: 28px;
                border-bottom: 1px dashed #ddd;
            }

                .rs .slist2 ul li img {
                    display: inline-block;
                    height: 16px;
                    width: 16px;
                    vertical-align: middle;
                    margin-right: 3px;
                }

                .rs .slist2 ul li a {
                    text-decoration: none;
                    line-height: 26px;
                }

                    .rs .slist2 ul li a:hover {
                        color: red;
                    }

        .rs .slist2, .rs .slist2 p {
            color: #222 !important;
            line-height: 1.4 !important;
            font-size: 13px;
            word-wrap: break-word
        }

.bkColor, .bkColor:visited {
    margin-left: 5px;
    color: #666;
    padding: 2px 7px;
    border-radius: 15px;
    background-color: #f0f0f0;
}

.bktag, .bktag:visited, .bktag a:hover {
    margin-left: 5px;
    color: #fff;
    padding: 2px 7px;
    border-radius: 15px;
}

.rs .slist2 ul li .bktag:hover {
    color: #fff;
    text-decoration: underline
}

.rs .sbar {
    padding: 5px 5px 0px;
    color: #777;
    font-size: 13px;
    line-height: 26px
}

    .rs .sbar b {
        color: #00802a
    }

    .rs .sbar span {
        margin-left: 3px;
        margin-right: 3px
    }

        .rs .sbar span a {
            color: #00802a
        }

    .rs .sbar img {
        display: inline-block;
        height: 14px;
        width: 14px;
        vertical-align: middle;
        margin-right: 3px;
    }

.rs .like {
    padding: 5px 5px 5px;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 26px
}

    .rs .like span {
        margin-right: 15px;
        font-size: 13px
    }

        .rs .like span .like-word {
            font-size: 13px;
            line-height: 18px;
            padding: 2px 7px 4px 7px;
            border-radius: 6px;
            color: #fff;
            background: #aaa;
            margin: 0 12px 2px 0;
            display: inline-block
        }

    .rs .like a:hover {
        background: #ff4136;
        color: #fff;
        text-decoration: none;
        transition: background-color .1s linear 0s,color .1s linear 0s
    }

.rs .rms {
    padding: 10px 10px 10px;
    line-height: 26px
}

    .rs .rms a {
        padding: 2px 8px;
        border-radius: 14px;
        font-size: 14px;
        background: #aaa;
        color: #fff;
        margin: 4px;
        display: inline-block;
        text-decoration: none
    }

        .rs .rms a:hover {
            background: #da1617;
            transition: background-color .1s linear 0s,color .1s linear 0s
        }

.rs .rm_hotwords {
    padding: 10px 10px 10px;
    line-height: 26px
}

    .rs .rm_hotwords a {
        font-size: 13px;
        text-decoration: none;
        display: inline-block;
        line-height: 1em;
        padding: 5px 3px;
        margin: 4px;
        color: #fff;
        border-radius: 15px;
        padding-right: 8px;
    }

        .rs .rm_hotwords a:hover {
            background: #e6162d;
            transition: background-color .1s linear 0s,color .1s linear 0s
        }

        .rs .rm_hotwords a img {
            width: 16px;
            height: 16px;
            margin-right: 2px;
            vertical-align: middle;
        }


.rs .djs {
    padding: 10px 10px 10px;
    line-height: 26px
}

    .rs .djs a {
        padding: 4px 7px;
        border-radius: 5px;
        font-size: 14px
    }

        .rs .djs a:hover {
            border-radius: 5px;
            background: #3385ff;
            color: #fff;
            text-decoration: none
        }




.downbtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 12px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    text-decoration: none;
    border-width: 0 1px 4px 1px;
    text-transform: uppercase;
}

    .downbtn:hover {
        color: #555;
        text-decoration: none;
        margin-top: 1px;
        border-bottom-width: 3px;
    }

    .downbtn.btn-primary2026:hover {
        color: #fff !important;
    }

.btn-default {
    color: #555;
    background-color: #eee;
    border-color: #e2e2e2
}

    .btn-default:hover {
        color: #555;
        background-color: #d5d5d5;
        border-color: #c3c3c3
    }


.btn-primary2026 {
    color: #fff;
    background-color: #cb4543;
    border-color: #cb4543
}

    .btn-primary2026:hover {
        color: #fff;
        background-color: #ac0901;
        border-color: #ac0901
    }


.btn-primary {
    color: #fff;
    background-color: #38a5fd;
    border-color: #3498db
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0774e5;
        border-color: #0d65a7
    }

.btn-success {
    color: #fff;
    background-color: #28b62c;
    border-color: #23a127
}

    .btn-success:hover {
        color: #fff;
        background-color: #1f8c22;
        border-color: #186f1b
    }

.btn-info {
    color: #fff;
    background-color: #75caeb;
    border-color: #5fc1e8
}

    .btn-info:hover {
        color: #fff;
        background-color: #48b9e5;
        border-color: #29ade0
    }

.btn-warning {
    color: #fff;
    background-color: #ff851b;
    border-color: #ff7701
}

    .btn-warning:hover {
        color: #fff;
        background-color: #e76b00;
        border-color: #c35b00
    }

.btn-danger {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff291c
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ff1103;
        border-color: #de0c00
    }





#DetailOne-modal {
    display: flex;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
}

    #DetailOne-modal .modal-content {
        background-color: #fff;
        padding: 20px;
        border-radius: 18px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        max-width: 90%;
        width: 400px;
        position: relative;
    }

    #DetailOne-modal p {
        text-align: center;
        margin-bottom: 1rem;
        font-size: 13px;
    }

    #DetailOne-modal input {
        display: block;
        width: 93%;
        margin: 10px 0;
        padding: 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    #DetailOne-modal .submit-button {
        display: block;
        width: 100%;
        padding: 12px;
        margin-top: 12px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 13px;
    }

    #DetailOne-modal img {
        display: block;
/*        margin: 1rem auto 0;*/
        max-width: 100%;
        height: auto;
    }





.close-text-btn {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
    padding: 4px 8px;
    transition: color 0.2s;
}

    .close-text-btn:hover {
        color: #333;
    }


.show_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

    .show_title span {
        color: #133ab3;
    }


.show_tips {
    margin-top: 12px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.show_qrcode {
    margin: 24px auto 0;
    width: 200px;
    height: 200px;
    border: 1.5px solid #e5e6e8;
    border-radius: 4px;
}

    .show_qrcode img {
        width: 180px;
        height: 180px;
        padding: 10px;
    }


.show_nav {
    margin-top: 15px;
    font-size: 15px;
}

    .show_nav .item {
        color: #333;
        text-align: center;
        margin-top: 5px;
    }

        .show_nav .item .t {
            font-weight: 600;
        }

        .show_nav .item a {
            color: #133ab3;
        }


.show_statement {
    margin-top: 24px;
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
    border-top: 1px dashed #e6e6e6;
}

    .show_statement .show_content {
        margin-bottom: 8px;
        color: #666;
        line-height: 1.6;
    }

        .show_statement .show_content p {
            text-align: justify;
            margin-top: 5px;
        }

.dialogUrlBox .el-icon {
    font-size: 20px;
}