﻿
        html {
            font-size: 10px;
        }

        .count-box img {
            width: auto;
            max-width: 100%;
            margin: 0 auto;
        }

        .count-box {
            margin: 10px 30px 52px;
            padding: 40px 64px 70px;
            background: #f5f5f5;
        }

        .count-title {
            font-size: 26px;
            color: #b11f0d;
            text-align: center;
        }

        .count-msg {
            padding: 30px 0;
            text-align: center;
            font-size: 0;
        }

        .msg-world,
        .msg-share,
        .msg-print {
            margin-right: 16px;
            font-size: 12px;
            line-height: 18px;
            cursor: pointer;
        }

        .bdsharebuttonbox {
            display: inline-block;
            vertical-align: middle;
        }

        .msg-share,
        .msg-print {
            border-left: 1px solid #ccc;
            padding-left: 8px;
        }

        .btn-share:active {
            background: #b11f0d;
        }

        .count-text {
            font-size: 14px;
            line-height: 200%;
        }

        .count-text div,
        .count-text span,
        .count-text font,
        .count-text p {
            line-height: 175% !important;
            font-family: "微软雅黑" !important;
        }

        p[align="justify"] img {
            line-height: 100% !important;
        }

        .count-text img {
            margin-bottom: 10px !important;
        }
    