body {
            margin: 0;
            padding: 0;
            background-color: #efefef;
            font-family: Microsoft Yahei;
        }

        /*vertical-align: middle;*/

        a {
            text-decoration: none
        }

        #container {
            width: 100%;
            max-width: 750px;
            background-color: #fff;
            margin: 0 auto;
        }

        p {
            font-size: 17px;
            padding: 5px;
            margin: 0px 0 6px
        }

        .title {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            background-color: rgb(216, 40, 33);
            padding: 15px 0;
        }

        .title1 {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            color: #ff0000;
            margin-bottom: 20px;
            padding: 15px 0;
        }

        .title2 {
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            color: #ff0000;
            margin: 10px;
            padding: 15px;
            border: 2px solid #ff0000;
        }

        .paragraph {
            text-indent: 2em;
            text-align: justify;
        }

        .paragraph1 {
            padding: 10px;
            border: 2px solid #ff0000;
            background: #fff;
            color: #ff0000;
            margin: 0 10px;
        }

        .pic {
            text-align: center;
        }

        .pic img {
            max-width: 100%;
        }

        .line-btn {
            text-align: center;
        }

        .high {
            color: #ff0000;
            background-color: #ffff00
        }

        .btmbar {
            width: 100%;
            text-align: center;
            height: 50px;
            background-color: #333;
            position: fixed;
            bottom: 0;
            z-index: 9999;
            color: #fff
        }

        .tel {
            margin-left: 8px;
            padding-top: 10px;
            float: left;
        }

        .hr {
            border-bottom: 2px dotted #ccc;
        }

        #comments {
            width: 100%;
        }

        .comment {
            margin: 0 20px;
            padding: 10px 0;
            border-bottom: 1px solid #eaebf0
        }

        .nickname {
            font-size: 16px;
            color: gray;
            margin: 0;
            padding: 0;
        }

        .like {
            float: right
        }

        .content {
            margin: 0;
            padding: 0;
            font-size: 15px;
            line-height: 26px;
            text-align: justify
        }

        .section1 {
            margin: 0.45em 2.1em;
            border-width: 1.1em;
            border-style: solid;
            border-color: #ff0000 transparent;
            height: 0px;
            vertical-align: middle;
            text-align: center;
        }

        .section2 {
            margin-top: -0.5em;
            padding-right: 1em;
            padding-left: 1em;
            color: #fff;
            line-height: 1em;
            overflow: hidden;
            font-size: 1.2em;
            max-height: 1em
        }

        .aline {
            border-radius: 4px;
            color: #fff;
        }

        .aline img {
            max-width: 100%;
        }

        .guild {
            max-width: 750px;
            position: fixed;
            bottom: -4px;
            left: 0px;
            right: 0px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            background: #ffff;
        }

        .guild .id {
            text-align: center;
            color: #22a48a;
            font-size: 16px;
            line-height: 35px;
            background: white;
            border-top: 1px solid #CCCCCC;
            border-bottom: 1px solid #CCCCCC;
        }

        .guild img {
            max-width: 100%;
            background: white;
        }

        .header-bottom {
            text-align: right;
            padding-bottom: 10px;
            margin-right: 10px;
            border-bottom: 1px solid #dbdbdb;
            margin-bottom: 15px;
        }

        .header-bottom a {
            margin-left: 20px;
        }

        .header-bottom a .num {
            font-family: "Georgia";
            font-size: 16px;
            font-weight: bold;
            color: #f54343;
        }

        .header-bottom a .text {
            color: #999;
            font-size: 12px;
        }

        .header-middle-right {
            float: right;
            margin-right: 10px;
        }

        .header-middle-right a {
            display: inline-block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 42px;
            background: rgb(134, 200, 30);
            border-radius: 100%;
            transition: all 0.5s ease 0s;
        }