﻿html {
    font-size: 41.4px;
}

body {
    font-family: "PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,Verdana,"Microsoft Yahei";
    font-size: 15px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -webkit-transition: opacity 800ms ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #FFF;
    margin: 0 auto;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: all 1s;
}

    a:hover {
        color: #ff6a00;
    }

ul li {
    list-style: none;
}

img {
    border: 0;
}

.message {
    position: fixed;
    top: 30%;
    height: 0.46rem;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    z-index: 9999;
    padding-top: 0.1rem;
    display: none;
}

    .message #message_text {
        color: #FFF;
    }
@keyframes my_mh {
    0% {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
    }

    50% {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
    }
}

.txt_onerow {
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.txt_tworow {
    /*min-height: 0.4rem;*/
    max-height: 0.8rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.txt_threerow {
    min-height: 0.4rem;
    max-height: 0.8rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.row-width{
    width:1250px;
    position:relative;
    margin:auto;
}

header {
    width: 100%;
}

.nav {
    height: auto;
    width: 100%;
    color: #FFF;
    position: absolute;
    background-color: #176d69;
    box-shadow: 0.01rem 0.01rem 0.08rem rgba(0,0,0,0.5);
    z-index: 50;
}

    .nav .user {
        position: absolute;
        bottom: 5px;
        right: 10px;
        text-align: center;
        line-height: 120%;
        width: 50px;
        cursor: pointer;
        transition: all 0.6s;
    }

        .nav .user .head {
            width: 100%;
            border: 0.01rem solid #fff;
            border-radius: 7px;
            display: inline-block;
        }

        .nav .user .name {
            font-size: 10px;
        }

        .nav .user:hover {
        }

    .nav .logo {
        width: 270px;
        position: absolute;
        left: 5px;
        top: 4px;
        transition: all 0.6s;
    }
    .nav .all-menu {
        position: relative;
        height: 100%;
        width: 315px;
    }

        .nav .all-menu:hover #sortTree {
            display: block;
        }

    .nav #sortTree {
        background: rgba(0,0,0,0.8);
        overflow: auto;
        padding: 12px;
        width: auto;
        position: absolute;
        top: 75px;
        left: 10px;
         display: none; 
         z-index:500;
    }

        .nav #sortTree ul {
            margin: 2px 0;
            overflow: hidden;
            padding: 0 0 0 10px;
        }

        .nav #sortTree li span,
        .nav #sortTree li a {
            cursor: pointer;
            color: #FFF;
            transition: all 0.6s;
        }

        .nav #sortTree li a {
            margin-left: 5px;
        }

        .nav #sortTree .clost {
            height: 0;
        }

        .nav #sortTree .open {
            color: #8a8a8a;
        }

        .nav #sortTree a:hover {
            color: #a1a1a1;
        }

    .nav .icons {
        position: absolute;
        right: 86px;
        top: 2px;
        text-align: center;
    }

        .nav .icons div {
            float: right;
            margin: 15px;
        }

            .nav .icons div:hover h2, .nav .icons div:hover svg {
                color: #ff6a00;
                fill: #ff6a00;
            }

        .nav .icons svg {
            width: 27px;
            height: 27px;
            fill: #FFF;
            -webkit-font-smoothing: subpixel-antialiased;
            transition: 1s all;
        }

.search {
    margin: 2px 15px !important;
    position: relative;
}

    .search input {
        background-color: rgba(0, 0, 0,0);
        border: 0;
        border-bottom: 0.01rem solid rgba(155, 155, 155,0.5);
        width: 150px;
        height: 29px;
        margin-top: 10px;
        padding: 0px 15px 0 0px;
        color: #FFF;
        font-size: 16px;
        text-align: center;
    }

        .search input::-webkit-input-placeholder {
            color: rgba(255, 255, 255,0.4);
            font-size: 10px;
        }

    .search svg {
        position: absolute;
        right: 0.02rem;
        top: 0.09rem;
    }

.nav .menu {
    position: absolute;
    bottom: 3px;
    right: 100px;
}

    .nav .menu .column {
        padding: 2px 2px;
        margin: 0 10px;
        display: inline-block;
        transition: all 1s;
        border-bottom: 2px solid rgba(0,0,0,0);
    }

    .nav .menu .select {
        border-bottom: 2px solid rgba(255,255,255,0.4);
    }

    .nav .menu .column:hover {
        border-bottom: 2px solid #ffffff;
    }

        .nav .menu .column:hover a {
        }

    .nav .menu .column a {
        color: #fff;
        font-size: 17px;
    }


footer {
    width: 100%;
    min-height: 70px;
    background: #35393c;
    color: #686b6c;
    font-size: 12px;
    text-align: center;
    line-height: 180%;
    border-top: 15px solid #272626;
}
    footer a {
        color: #999fa1;
        font-size: 12px;
        margin:2px 5px;
    }
    footer .icon {
        width: 16px;
        vertical-align: sub;
    }
    .container {
        width: 90%;
        margin: 10px auto 0 auto;
    }

.focusleft {
    width: 25%;
    display: inline-block;
    height: 350px;
    background: #eee;
    vertical-align: text-bottom;
    text-align:center;
}
.focusright {
    width: 74%;
    display: inline-block;
}

.section {
    position: relative;
    width: 100%;
}

    .section .top {
        height: 350px;
        clear: both;
        overflow: hidden;
    }

        .section .top img {
            width: 100%;
            min-height: 100%;
            position: relative;
            top: 35%;
            left: 50%;
            transform: translateX(-50%) translateY(-40%);
            -webkit-transform: translateX(-50%) translateY(-35%);
            background: #eee;
            background-size: auto 80%;
        }

        .section .top .swiper-slide {
            position: relative;
            text-align: center;
            color: #FFF;
        }

        .section .top .swiper-pagination {
            bottom: auto !important;
            top: 10px !important;
            text-align: right !important;
            margin: 0 0;
            width:auto;
            color: #FFF;
            text-align: left;
            position:absolute;
            right:10px;
            z-index: 999;
        }

            .section .top .swiper-pagination span {
                font-size: 16px;
                text-shadow: 2px 2px 5px #000;
            }

            .section .top .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #FFF !important;
            }

        .section .top .swiper-slide .content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 96%;
            background: rgba(0,0,0,0.8);
            background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.7) 100%);
            padding: 0 2%;
            height: 70px;
        }

        .section .top .swiper-slide .tile {
            width: 100%;
            color: #FFF;
            text-shadow: 1px 1px 5px #000;
            font-size: 22px;
            height: auto;
        }

        .section .top .swiper-slide .desc {
            text-align: center;
            font-size: 15px;
            color: #eee;
            width: 100%;
            text-shadow: 1px 1px 5px #000;
        }







.postlist {
    width: 70%;
    display: inline-block;
}
.sidebar {
    width: 28%;
    display: inline-block;
    margin-left: 1%;
    min-height: 200px;
    background: #eee;
    vertical-align: top;
}
.weblist {
    width: 100%;
    margin: 0;
    padding: 0;
}
    .weblist img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    .weblist .item {
        width: 100%;
        margin: 5px 0;
        border-bottom: 1px solid #e2eaf1;
        padding: 10px 0;
    }
        .weblist .item:first-child {
            border-top: 1px solid #e2eaf1;
        }
        .weblist .item .icon {
            fill: #808080;
            width: 15px;
            height: 15px;
            vertical-align: sub;
            display: inline-block;
        }

        .weblist .item h4 {
            color: #383838;
            -webkit-margin-before: 1px;
            height: auto;
        }

        .weblist .item h4 {
            color: #383838;
            -webkit-margin-before: 1px;
            font-size: 16px;
            transition: 0.6s all;
        }
            .weblist .item h4:hover {
                color: #009494;
                border-left: 15px solid #009494;
                padding-left:5px;
            }
        .weblist .item h6 {
            text-align: left;
            line-height: 160%;
            color: #888;
            min-height: 0;
            margin: 5px 0;
            font-weight: normal;
        }
        .weblist .item .sort {
            font-size: 14px;
            color: #808080;
            padding: 5px 12px;
            border-radius: 7px;
            border: 1px solid #dfdfdf;
            transition: 0.6s all;
        }
            .weblist .item .sort:hover {
                color: #009494;
            }
            .weblist .item .sort .icon {
                fill: #808080;
                width: 10px;
                height: 10px;
                vertical-align: middle;
            }
        .weblist .item .row0 {
            background: #fff;
            transition: 0.6s all;
        }

            .weblist .item .row0 .img {
                position: relative;
                height: 290px;
                overflow: hidden;
            }

                .weblist .item .row0 .img .sort {
                    position: absolute;
                    left: 10px;
                    top: 10px;
                    color: #FFF;
                    z-index: 1;
                    font-size: 15px;
                    background: #009494;
                    opacity: 0.7;
                }
                    .weblist .item .row0 .img .sort .icon {
                        fill: #FFF;
                    }
                    .weblist .item .row0 .img .sort:hover {
                        opacity: 1;
                    }
                .weblist .item .row0 .img .extend {
                    position: absolute;
                    right: 10px;
                    top: 10px;
                    color: #eee;
                    z-index: 1;
                    font-size: 15px;
                    text-shadow: 1px 1px 1px #000;
                }
                    .weblist .item .row0 .img .extend .icon {
                        fill: #eee;
                        margin-left:10px;
                    }
                .weblist .item .row0 .img img {
                    width: 100%;
                    opacity: 0.9;
                }

                    .weblist .item .row0 .img img:hover {
                        /*opacity: 0.8;*/
                    }

                .weblist .item .row0 .img h4 {
                    position: absolute;
                    width: 90%;
                    padding: 60px 5% 30px 5%;
                    left: 0;
                    bottom: -20px;
                    color: #fff;
                    text-shadow: 1px 1px 1px #000;
                    text-align: center;
                    line-height: 13px;
                    height: 30px;
                    background: rgba(0,0,0,0.7);
                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
                }
                    .weblist .item .row0 .img h4:hover {
                        border: 0;
                        color: #d0fbfb;
                    }
                .weblist .item .row0 .img h6 {
                    position: absolute;
                    bottom: 12px;
                    width: 90%;
                    text-align: center;
                    padding: 0 5% 0 5%;
                    height: auto;
                    color: #e0e0e0;
                }

                .weblist .item .row0 .img .play {
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 75%;
                    text-align:center;
                }
                    .weblist .item .row0 .img .play .icon {
                        width: 150px;
                        height: 150px;
                        margin-top: 5%;
                        fill: #FFF;
                        fill: rgba(255,255,255,0.5);
                        opacity: 0.6;
                        transition: 0.6s all;
                    }
                        .weblist .item .row0 .img .play .icon:hover {
                            opacity: 1;
                        }
        .weblist .item .row1 {
            display: -moz-box;
            display: -webkit-box;
            display: box;
            position: relative;
            background: #fff;
            transition: 0.6s all;
        }
        .weblist .item .original {
            color: #FF3399;
            font-weight: normal;
            border-left: 5px #FF3399 solid;
            padding-left: 2px;
            border-radius: 3px;
        }
            .weblist .item .row1:hover {
                
            }

                .weblist .item .row1:hover .col_0 img {
                    /*opacity: 0.8;*/
                }

            .weblist .item .row1 .col_0 {
                -moz-box-flex: 0;
                -webkit-box-flex: 0;
                box-flex: 0;
                width: 40%;
                height: 180px;
                border: 1px solid #ddd;
                padding: 4px;
            }
                .weblist .item .row1 .col_0 div {
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                    background-color: #000;
                }
                .weblist .item .row1 .col_0 img {
                    width: 140%;
                }

            .weblist .item .row1 .col_1 {
                width: 140%;
            }

            .weblist .item .row1 .col_1 {
                -moz-box-flex: 1;
                -webkit-box-flex: 1;
                padding: 5px 20px;
            }

                .weblist .item .row1 .col_1 .extend {
                    position: absolute;
                    right: 0;
                    bottom: 3px;
                    text-align: right;
                }
                .weblist .item .row1 .col_1 .sort {
                    position:absolute;
                    bottom:0px;
                }
                .weblist .item .row1 .col_1 .extend span {
                    font-size: 12px;
                    color: #808080;
                    margin: 0 2px;
                }
                .weblist .item .row1 .col_1 .extend .icon {
                    margin-left: 10px;
                }
                    

        .weblist .item .row3 {
            text-align: center;
            width: 98%;
            margin: auto;
            background: #fff;
            padding: 2px 0;
            transition: 0.6s all;
        }
            .weblist .item .row3:hover {
            }

                .weblist .item .row3:hover .col_0 img {
                    opacity: 0.8;
                }

            .weblist .item .row3 h4 {
                margin: 10px 5px;
                font-size: 17px;
            }
            .weblist .item .row3 h4:hover{
                border:0;
            }
            .weblist .item .row3 .col3 {
                padding: 6px 4px;
                border: 1px solid #ddd;
            }
            .weblist .item .row3 .col3 > div {
                width: 247px;
                height: 180px;
                overflow: hidden;
                margin: 0 2px;
                background-color: #000;
                display: inline-block;
                vertical-align: top;
            }

                .weblist .item .row3 .col3 > div img {
                    width: 300px;
                    height: auto;
                }
            .weblist .item .row3 .col2 {
                padding: 6px 4px;
                border: 1px solid #ddd;
            }
            .weblist .item .row3 .col2 > div {
                width: 48%;
                height: 220px;
                overflow: hidden;
                margin: 0 0.05rem;
                background-color: #000;
                display: inline-block;
                vertical-align: top;
            }

                .weblist .item .row3 .col2 > div img {
                    width: 140%;
                    height: auto;
                }

            .weblist .item .row3 h6 {
                margin: 12px 10px;
            }
            .weblist .item .row3 .sort {
                left: 6%;
                position: absolute;
            }
            .weblist .item .row3 .extend {
                text-align: right;
                color: #808080;
                font-size: 12px;
                margin-top: 20px;
            }

                .weblist .item .row3 .extend .icon {
                    margin-left:10px;
                }

    .weblist .page {
        text-align: center;
        margin: 15px 0;
    }
        .weblist .page > div {
            display: inline-block;
            vertical-align: top;
        }
            .weblist .page > div > .number {
                color: #808080;
            }
            .weblist .page > div > .current {
                color: #009494;
            }
        .weblist .page > a {
            font-size: 14px;
            color: #808080;
            padding: 5px 15px;
            border-radius: 7px;
            border: 1px solid #dfdfdf;
            transition: 0.6s all;
            margin:0 5px;
        }
            .weblist .page > a:hover {
                background: #009494;
                color: #FFF;
                border: 1px solid #FFF;
            }


.recommend {
    padding: 0;
    position:relative;
    margin-bottom:5px;
}

    .recommend > .title {
        padding: 5px;
        background-color: #009494;
        color: #FFF;
    }
    .recommend > .more {
        position: absolute;
        top: 5px;
        right: 5px;
        transition: 0.6s all;
    }
        .recommend > .more a {
            color: #FFF;
        }
        .recommend > .more a:hover {
            color: #FF3399;
        }
    .recommend ul {
        margin: 0;
        padding: 0;
        background-color: #d7d7d7;
    }

        .recommend ul .col_0 {
            width: 100%;
            height: auto;
        }

        .recommend ul .row0 .img {
            height: 150px;
        }

        .recommend ul .col2 > div {
            width: 200px;
            height: 100px;
            margin: 0 1px;
        }

        .recommend ul .col3 > div {
            width: 100px;
            height: 20px;
            margin: 0 1px;
        }


.waplist {
}

    .waplist img {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    .waplist .item {
        width: 100%;
        padding: 1px 0;
    }

        .waplist .item h4 {
            color: #383838;
            -webkit-margin-before: 2px;
            height: auto;
            font-weight:normal;
        }

        .waplist .item h4 {
            color: #383838;
            -webkit-margin-before: 2px;
            margin-bottom: 0px;
        }

        .waplist .item h6 {
            text-align: left;
            line-height: 140%;
            color: #888;
            min-height: 0;
            margin: 4px 0;
            font-weight: normal;
            font-size:12px;
        }
        .waplist .item img{
            width:140%;
        }
        .waplist .item .row0 {
            background: #fff;
            transition: 0.6s all;
        }

            .waplist .item .row0 .img {
                position: relative;
                height: 140px;
                overflow: hidden;
            }

                .waplist .item .row0 .img .sort {
                    position: absolute;
                    left: 2px;
                    top: 2px;
                    color: #d7d7d7;
                }

                .waplist .item .row0 .img .date {
                    position: absolute;
                    right: 2px;
                    top: 2px;
                    color: #e0e0e0;
                }

                .waplist .item .row0 .img img {
                    width: 100%;
                }

                    .waplist .item .row0 .img img:hover {
                        opacity: 0.8;
                    }

                .waplist .item .row0 .img h4 {
                    position: absolute;
                    width: 90%;
                    padding: 5px 5% 5px 5%;
                    left: 0;
                    bottom: -20px;
                    color: #fff;
                    text-shadow: 1px 1px 4px #000;
                    text-align: center;
                    text-shadow: 1px 1px 4px #000;
                    text-align: center;
                    line-height: 140%;
                    height: 60px;
                    background: rgba(0,0,0,0.7);
                    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
                }

                .waplist .item .row0 .img h6 {
                    position: absolute;
                    bottom: 0;
                    width: 90%;
                    text-align: center;
                    padding: 0 5% 0 5%;
                    height: auto;
                    color: #e0e0e0;
                }

                .waplist .item .row0 .img .play {
                    width: 100%;
                    background: url(/static/img/videoplay.png) center no-repeat;
                    background-size: 130px;
                    position: absolute;
                    left: 0;
                    top: -16px;
                    height: 100%;
                }

        .waplist .item .row1 {
            display: -moz-box;
            display: -webkit-box;
            display: box;
            position: relative;
            padding: 4px 0;
            background: #fff;
            transition: 0.6s all;
        }

            .waplist .item .row1:hover {
                
            }

                .waplist .item .row1:hover .col_0 img {
                    opacity: 0.8;
                }

            .waplist .item .row1 .col_0 {
                -moz-box-flex: 0;
                -webkit-box-flex: 0;
                box-flex: 0;
                width: 100px;
                height: 80px;
                overflow: hidden;
                background-color: #000;
                margin-left: 3px;
            }
            .waplist .item .row1 .col_1 {
                width: 140%;
            }

            .waplist .item .row1 .col_1 {
                -moz-box-flex: 1;
                -webkit-box-flex: 1;
                padding: 0 0.1rem;
            }

                .waplist .item .row1 .col_1 .mark {
                    position: absolute;
                    bottom: 2px;
                    text-align: left;
                    color: #ff0000;
                    font-size: 15px;
                }

                .waplist .item .row1 .col_1 .extend {
                    position: absolute;
                    right: 0;
                    bottom: 3px;
                    text-align: right;
                }

                    .waplist .item .row1 .col_1 .extend span {
                        font-size: 12px;
                        color: #808080;
                        margin: 0 2px;
                    }

        .waplist .item .row3 {
            text-align: center;
            margin: auto;
            background: #fff;
            padding: 2px 0;
            transition: 0.6s all;
        }

            .waplist .item .row3:hover {
            }

                .waplist .item .row3:hover  img {
                    opacity: 0.8;
                }

            .waplist .item .row3 h4 {
                margin: 4px;
                font-size: 15px;
            }

            .waplist .item .row3 .col3 > div {
                width: 95px;
                height: 70px;
                overflow: hidden;
                margin: 0 2px;
                background-color: #000;
                display: inline-block;
                vertical-align: top;
            }

            .waplist .item .row3 .col2 > div {
                width: 140px;
                height: 90px;
                overflow: hidden;
                margin: 0 2px;
                background-color: #000;
                display: inline-block;
                vertical-align: top;
            }

            .waplist .item .row3 h6 {
                margin: 2px 4px;
            }

            .waplist .item .row3 .extend {
                text-align: right;
                color: #808080;
                font-size: 15px;
            }

                .waplist .item .row3 .extend span {
                    margin: 0 2px;
                }



article > .content {
    overflow-x: hidden;
    position: relative;
    width:98%;
    margin:auto;
}
    article > .content .title {
        border-top: 1px solid #ebeef1;
        text-align: center;
        padding: 10px 0 0px 0;
    }
    article > .content .desc {
        border-bottom: 1px solid #ebeef1;
        padding: 0px 0 10px 0;
        margin-bottom: 15px;
        font-size: 13px;
        text-align: center;
    }
        article > .content .desc img {
            width: 100%;
        }

        article > .content .desc svg {
            width: 12px;
            height: 12px;
            fill: #000;
            vertical-align: middle;
            display: inline-block;
            margin-left: 10px;
        }

        article > .content .desc span {
            vertical-align: middle;
            display: inline-block;
        }

        article > .content .desc a {
            vertical-align: middle;
            display: inline-block;
            color: #000;
            margin-right: 3px;
        }

            article > .content .desc a:hover {
                color: #ff6a00;
            }

        article > .content .desc .original {
            color: #FF3399;
            fill: #FF3399;
        }

        article > .content .desc .from {
            color: #3366FF;
            fill: #3366FF;
        }


    article > .content .html img {
        max-width: 100% !important;
        height: auto !important;
    }

        article > .content  .html object,
        article > .content  .html embed,
        article > .content  .html iframe,
        article > .content  .html canvas,
        article > .content  .html video {
            width: 100% !important;
            height: auto;
            box-shadow: 1px 1px 5px #949494;
            overflow: hidden;
            Height: 480px !important;
        }

        article > .content  .html div {
            max-width: 100% !important;
            /*Height: auto !important;*/
        }

        article > .content  .html p {
            line-height: 160% !important;
        }


    article > .content .support {
        fill: #808080;
        color: #808080;
        width: 0.3rem;
        position: fixed;
        left: 7.2rem;
        top: 1.3rem;
        z-index: 999;
        cursor: pointer;
        opacity: 0.6;
    }



.ei_comment_emote_box {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 10px;
    margin: 0 10px;
}
    .ei_comment_emote_box ul{
        margin:0;
        padding:0;
    }
    .ei_comment_emote_box ul li i {
        position: relative;
    }

    .ei_comment_emote_box .ei_emote {
        width: 48px;
        height: 48px;
    }

#CommentHtml ul {
    margin: 0;
    padding: 0;
}

    #CommentHtml ul li {
        position: relative;
        margin: 5px 0;
        font-size: 15px;
    }

        #CommentHtml ul li .content {
            float: right;
            width: 605px;
            margin-bottom: 10px;
        }

            #CommentHtml ul li .content ul {
                padding: 0 15px;
                border-radius: 8px;
                margin: 10px;
            }

                #CommentHtml ul li .content ul li {
                    font-size: 13px;
                }

                    #CommentHtml ul li .content ul li .name {
                        color: #41a2c5;
                        font-size: 15px;
                        margin-right: 5px;
                    }

                    #CommentHtml ul li .content ul li .date {
                        color: #b6b6b6;
                        margin-right: 5px;
                    }

                    #CommentHtml ul li .content ul li .comm {
                        color: #808080;
                        font-size: 15px;
                        margin-right: 5px;
                    }

            #CommentHtml ul li .content .ei_emote {
                width: 0.23rem;
                height: 0.23rem;
            }

            #CommentHtml ul li .content img {
                max-width: 400px !important;
                max-height: 350px !important;
            }

            #CommentHtml ul li .content .info {
                margin-top: 0.1rem;
            }

                #CommentHtml ul li .content .info .name {
                    color: #41a2c5;
                    font-size: 17px;
                }

                #CommentHtml ul li .content .info .addrstr {
                    color: #808080;
                    font-size: 0.10rem;
                    margin-left: 0.12rem;
                }

                #CommentHtml ul li .content .info .date {
                    color: #808080;
                    float: right;
                    font-size: 15px;
                }

            #CommentHtml ul li .content .but {
                margin-top: 0.2rem;
                text-align: right;
                color: #808080;
                font-size: 15px;
            }

                #CommentHtml ul li .content .but .com_support {
                    margin-right: 0.15rem;
                }

                #CommentHtml ul li .content .but a {
                    cursor: pointer;
                }

                #CommentHtml ul li .content .but .del {
                    float: left;
                }

                #CommentHtml ul li .content .but .com_support img {
                    width: 20px;
                }

        #CommentHtml ul li .hr {
            clear: both;
            border-bottom: 1px #eee solid;
        }

        #CommentHtml ul li .headimg {
            float: left;
            border-radius: 100px;
            width: 140px;
            height: 140px;
            border: #FFF 0.05rem solid;
        }
#CommentHtml .type3 {
    margin: 0;
    margin-top: 5px;
    background-color: #eee;
    transition: all 0.5s;
    padding: 5px 0;
    border-radius: 15px;
}

    #CommentHtml .type3 .img {
        width: 100px;
        height: 80px;
        margin: 5px 5px 0 5px;
        display: inline-block;
        border: 1px #fff solid;
        border-radius: 15px;
        overflow: hidden;
        position: relative;
    }

        #CommentHtml .type3 .img img {
            width: 100%;
            height: 100%;
        }

    #CommentHtml .type3 .left {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 160px);
        margin-left: 5px;
        margin-top: 5px;
        color: #000;
        font-size: 22px;
    }
.commend {
}

    .commend .title {
        padding: 0.05rem 0;
        color: #41a2c5;
    }

    .commend .comment_user {
        color: #808080;
        text-align: left;
        display: none;
    }

        .commend .comment_user span {
            color: red;
            padding-left: 0.08rem;
        }

    .commend textarea {
        width: 95%;
        border-radius: 0.1rem;
        margin: 0.05rem 0;
        padding: 0.1rem;
        font-size: 0.125rem;
    }

    .commend .but_row {
        width: 96%;
        height: 0.22rem;
        position: relative;
        margin: 0 2% 0.1rem 2%;
    }

        .commend .but_row .emote {
            position: absolute;
            top: -0.05rem;
            left: 0.05rem;
        }

            .commend .but_row .emote img {
                width: 50px;
                height: 50px;
            }

        .commend .but_row span {
            position: absolute;
            color: #808080;
            font-size: 15px;
            top: 4px;
            right: 207px;
            text-align: right;
        }

        .commend .but_row .button {
            padding: 5px 80px;
            border: 0;
            background-color: #41a2c5;
            color: #FFF;
            border-radius: 10px;
            font-size: 15px;
            position: absolute;
            right: 3px;
        }

    .commend .explain {
        margin: 0.3rem 0 0.2rem 0;
        width: 100%;
        color: #808080;
        font-size: 0.10rem;
        text-align: center;
    }

        .commend .explain a {
            color: #999;
            margin: 0 0.05rem;
        }

            .commend .explain a:hover {
                color: #ff6a00;
            }

#zhiding {
    position: fixed;
    z-index: 60;
    bottom: 0.4rem;
    right: 0.6rem;
    width: 0.4rem;
    fill: #009494;
    cursor: pointer;
    transition: 1s all;
    opacity: 0.5;
}

    #zhiding:hover {
        fill: #ff6a00;
        opacity: 1;
    }






.pmain {
    padding: 0 3%;
    overflow-x: auto;
}

    .pmain a {
        font-size: 14px;
        color: #4a8bf5;
    }

.main .point {
    margin-left: 10px;
}

.province {
    margin: 0;
}

    .province h3 {
        margin: 5px 3px;
        font-size: 15px;
        color: #cc181e;
    }

    .province .city {
        margin: 5px 2px;
    }

        .province .city span {
            margin: 10px 10px 10px 2px;
            font-size: 14px;
        }

        .province .city a {
            margin: 0px 5px;
        }



.index .pmain a {
    font-size: 18px;
    color: #4a8bf5;
    margin-right: 18px;
    transition: all 1s;
}

.index .province {
    margin: 30px 0;
    border-top: 1px solid #eee;
}

    .index .province h3 {
        margin: 15px 3px;
        font-size: 26px;
        color: #cc181e;
    }

    .index .province .city span {
        margin: 10px 10px 10px 2px;
        font-size: 20px;
    }
    .index .province .city {
        position:relative;
    }
        .index .province .city .left {
            width: 10%;
            float:left;
        }
        .index .province .city .right {
            width: 89%;
            float:right;
        }

.province a:hover {
    color: #ff6a00;
}