﻿.pagination {
	margin: 20px 0px; border-radius: 4px; padding-left: 0px; display: inline-block;
}
.pagination > li {
	display: inline;
}
.pagination > li > a {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); color: rgb(66, 139, 202); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.pagination > li > span {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); color: rgb(66, 139, 202); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.pagination > li:first-child > a {
	margin-left: 0px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.pagination > li:first-child > span {
	margin-left: 0px; border-top-left-radius: 4px; border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a {
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}
.pagination > li:last-child > span {
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
}

.pagination > li > span:hover {
	border-color: rgb(221, 221, 221); color: rgb(42, 100, 150); background-color: rgb(238, 238, 238);
}
.pagination > li > a:focus {
	border-color: rgb(221, 221, 221); color: rgb(42, 100, 150); background-color: rgb(238, 238, 238);
}
.pagination > li > span:focus {
	border-color: rgb(221, 221, 221); color: rgb(42, 100, 150); background-color: rgb(238, 238, 238);
}
.pagination > .active > a {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > span {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > a:hover {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > span:hover {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > a:focus {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .active > span:focus {
	border-color: rgb(66, 139, 202); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(66, 139, 202);
}
.pagination > .disabled > span {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:hover {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > span:focus {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:hover {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination > .disabled > a:focus {
	border-color: rgb(221, 221, 221); color: rgb(153, 153, 153); cursor: not-allowed; background-color: rgb(255, 255, 255);
}
.pagination-lg > li > a {
	padding: 10px 16px; font-size: 18px;
}
.pagination-lg > li > span {
	padding: 10px 16px; font-size: 18px;
}
.pagination-lg > li:first-child > a {
	border-top-left-radius: 6px; border-bottom-left-radius: 6px;
}
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px; border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a {
	border-top-right-radius: 6px; border-bottom-right-radius: 6px;
}
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px; border-bottom-right-radius: 6px;
}
.pagination-sm > li > a {
	padding: 5px 10px; font-size: 12px;
}
.pagination-sm > li > span {
	padding: 5px 10px; font-size: 12px;
}
.pagination-sm > li:first-child > a {
	border-top-left-radius: 3px; border-bottom-left-radius: 3px;
}
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px; border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a {
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pager {
	list-style: none; margin: 20px 0px; text-align: center; padding-left: 0px;
}
.pager li {
	display: inline;
}
.pager li > a {
	padding: 5px 14px; border-radius: 15px; border: 1px solid rgb(221, 221, 221); display: inline-block; background-color: rgb(255, 255, 255);
}
.pager li > span {
	padding: 5px 14px; border-radius: 15px; border: 1px solid rgb(221, 221, 221); display: inline-block; background-color: rgb(255, 255, 255);
}
.pager li > a:hover {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
.pager li > a:focus {
	text-decoration: none; background-color: rgb(238, 238, 238);
}
.pager .next > a {
	float: right;
}
.pager .next > span {
	float: right;
}
.pager .previous > a {
	float: left;
}
.pager .previous > span {
	float: left;
}






        p, form, ol, ul, li, dl, dt, dd, h3 {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        input {
            padding-top: 0;
            padding-bottom: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        table, img {
            border: 0;
        }

        td {
            font-size: 9pt;
            line-height: 18px;
        }

        em {
            font-style: normal;
            color: #c00;
        }

        a em {
            text-decoration: underline;
        }

        cite {
            font-style: normal;
            color: green;
        }

        .m, a.m {
            color: #666;
        }

            a.m:visited {
                color: #606;
            }

        .g, a.g {
            color: green;
        }

        .c {
            color: #77c;
        }

        .f14 {
            font-size: 14px;
        }

        .f10 {
            font-size: 10.5pt;
        }

        .f16 {
            font-size: 16px;
        }

        .f13 {
            font-size: 13px;
        }

        .bg {
            background-image: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/icons_441e82f.png);
            _background-image: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/icons_d5b04cc.gif);
            background-repeat: no-repeat;
        }

        #u, #head, #tool, #search, #foot {
            font-size: 12px;
        }

        .logo {
            width: 117px;
            height: 38px;
            cursor: pointer;
        }

        .p1 {
            line-height: 120%;
            margin-left: -12pt;
        }

        .p2 {
            width: 100%;
            line-height: 120%;
            margin-left: -12pt;
        }

        #wrapper {
            _zoom: 1;
        }

        #container {
            word-break: break-all;
            word-wrap: break-word;
            position: relative;
        }

        .container_s {
            width: 1002px;
        }

        .container_l {
            width: 1222px;
        }

        #content_left {
            width: 636px;
            float: left;
            padding-left: 35px;
        }

        #content_right {
            border-left: 1px solid #e1e1e1;
            float: right;
        }

        .container_s #content_right {
            width: 271px;
        }

        .container_l #content_right {
            width: 434px;
        }

        .content_none {
            padding-left: 35px;
        }

        #u {
            color: #999;
            white-space: nowrap;
            position: absolute;
            right: 10px;
            top: 4px;
            z-index: 299;
        }

            #u a {
                color: #00c;
                margin: 0 5px;
            }

            #u .reg {
                margin: 0;
            }

            #u .last {
                margin-right: 0;
            }

            #u .un {
                font-weight: 700;
                margin-right: 5px;
            }

            #u ul {
                width: 100%;
                background: #fff;
                border: 1px solid #9b9b9b;
            }

            #u li {
                height: 25px;
            }

                #u li a {
                    width: 100%;
                    height: 25px;
                    line-height: 25px;
                    display: block;
                    text-align: left;
                    text-decoration: none;
                    text-indent: 6px;
                    margin: 0;
                    filter: none;\9
                }

                    #u li a:hover {
                        background: #ebebeb;
                    }

                #u li.nl {
                    border-top: 1px solid #ebebeb;
                }

        #user {
            display: inline-block;
        }

        #user_center {
            position: relative;
            display: inline-block;
        }

            #user_center .user_center_btn {
                margin-right: 5px;
            }

        .userMenu {
            width: 64px;
            position: absolute;
            right: 7px;
            _right: 2px;
            top: 15px;
            top: 14px\9;
            *top: 15px;
            padding-top: 4px;
            display: none;
            *background: #fff;
        }

        #head {
            padding-left: 35px;
            margin-bottom: 20px;
            width: 900px;
        }

        .fm {
            clear: both;
            position: relative;
            z-index: 297;
        }

        .nv a, .nv b, .btn, #page, #more {
            font-size: 14px;
        }

        .s_nav {
            height: 45px;
        }

            .s_nav .s_logo {
                margin-right: 20px;
                float: left;
            }

                .s_nav .s_logo img {
                    border: 0;
                    display: block;
                }

        .s_tab {
            line-height: 18px;
            padding: 20px 0 0;
            float: left;
        }

        .s_nav a {
            color: #00c;
            font-size: 14px;
        }

        .s_nav b {
            font-size: 14px;
        }

        .s_ipt_wr {
            width: 536px;
            height: 30px;
            display: inline-block;
            margin-right: 5px;
            background-position: 0 -96px;
            border: 1px solid #b6b6b6;
            border-color: #7b7b7b #b6b6b6 #b6b6b6 #7b7b7b;
            vertical-align: top;
        }

        .s_ipt {
            width: 523px;
            height: 22px;
            font: 16px/18px arial;
            line-height: 22px;
            margin: 5px 0 0 7px;
            padding: 0;
            background: #fff;
            border: 0;
            outline: 0;
            -webkit-appearance: none;
        }

        .s_btn88 {
            width: 95px;
            height: 32px;
            padding-top: 2px\9;
            font-size: 14px;
            padding: 0;
            background-color: #ddd;
            background-position: 0 -48px;
            border: 0;
            cursor: pointer;
        }

        .s_btn_h {
            background-position: -240px -48px;
        }

        .s_btn_wr {
            width: 97px;
            height: 34px;
            display: inline-block;
            background-position: -120px -48px;
            *position: relative;
            z-index: 0;
            vertical-align: top;
        }

        .fm_red .s_ipt_wr, .fm_red .s_ipt_wr.iptfocus, .fm_red .s_ipt_wr:hover, .fm_red .s_ipt_wr.ipthover {
            border-color: #e10602 transparent #e10602 #e10602;
        }

        .fm_red .s_btn88 {
            background-color: #e10602;
            border-bottom: 1px solid #c30602;
        }

        .yy_fm .s_ipt_wr, .yy_fm .s_ipt_wr.iptfocus, .yy_fm .s_ipt_wr:hover, .yy_fm .s_ipt_wr.ipthover {
            border-color: #e10602 transparent #e10602 #e10602;
            animation: yy-ipt .2s;
            -moz-animation: yy-ipt .2s;
            -webkit-animation: yy-ipt .2s;
            -o-animation: yy-ipt .2s;
        }

        .yy_fm .s_btn88 {
            background-color: #e10602;
            border-bottom: 1px solid #c30602;
            animation: yunying .2s;
            -moz-animation: yunying .2s;
            -webkit-animation: yunying .2s;
            -o-animation: yunying .2s;
        }

        .yy_fm_blue .s_ipt_wr, .yy_fm_blue .s_ipt_wr.iptfocus, .yy_fm_blue .s_ipt_wr:hover, .yy_fm_blue .s_ipt_wr.ipthover {
            animation: yy-ipt-blue .2s;
            border-color: #4791ff transparent #4791ff #4791ff;
        }

        .yy_fm_blue .s_btn88 {
            animation: yunying-blue .2s;
            background-color: #3385ff;
            border-bottom: 1px solid #2d78f4;
        }

        @("@")keyframes yy-ipt {
            0% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }

            100% {
                border-color: #e10602 transparent #e10602 #e10602;
            }
        }

        @("@")-moz-keyframes yy-ipt {
            0% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }

            100% {
                border-color: #e10602 transparent #e10602 #e10602;
            }
        }

        @("@")-webkit-keyframes yy-ipt {
            0% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }

            100% {
                border-color: #e10602 transparent #e10602 #e10602;
            }
        }

        @("@")-o-keyframes yy-ipt {
            0% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }

            100% {
                border-color: #e10602 transparent #e10602 #e10602;
            }
        }

        @("@")keyframes yy-ipt-blue {
            0% {
                border-color: #e10602 transparent #e10602 #e10602;
            }

            100% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }
        }

        @("@")-moz-keyframes yy-ipt-blue {
            0% {
                border-color: #e10602 transparent #e10602 #e10602;
            }

            100% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }
        }

        @("@")-webkit-keyframes yy-ipt-blue {
            0% {
                border-color: #e10602 transparent #e10602 #e10602;
            }

            100% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }
        }

        @("@")-o-keyframes yy-ipt-blue {
            0% {
                border-color: #e10602 transparent #e10602 #e10602;
            }

            100% {
                border-color: #4791ff transparent #4791ff #4791ff;
            }
        }

        @("@")keyframes yunying {
            0% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }

            100% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }
        }

        @("@")-moz-keyframes yunying {
            0% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }

            100% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }
        }

        @("@")-webkit-keyframes yunying {
            0% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }

            100% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }
        }

        @("@")-o-keyframes yunying {
            0% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }

            100% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }
        }

        @("@")keyframes yunying-blue {
            0% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }

            100% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }
        }

        @("@")-moz-keyframes yunying-blue {
            0% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }

            100% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }
        }

        @("@")-webkit-keyframes yunying-blue {
            0% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }

            100% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }
        }

        @("@")-o-keyframes yunying-blue {
            0% {
                background-color: #e10602;
                border-bottom: 1px solid #c30602;
            }

            100% {
                background-color: #3385ff;
                border-bottom: 1px solid #2d78f4;
            }
        }

        .sethf {
            padding: 0;
            margin: 0;
            font-size: 14px;
        }

        .set_h {
            display: none;
            behavior: url(#default#homepage);
        }

        .set_f {
            display: none;
        }

        .shouji {
            margin-left: 19px;
        }

            .shouji a {
                text-decoration: none;
            }

        #head .bdsug {
            top: 33px;
        }

        #search form {
            position: relative;
        }

            #search form .bdsug {
                bottom: 33px;
            }

        .bdsug {
            display: none;
            position: absolute;
            z-index: 1;
            width: 538px;
            background: #fff;
            border: 1px solid #ccc;
            _overflow: hidden;
            box-shadow: 1px 1px 3px #ededed;
            -webkit-box-shadow: 1px 1px 3px #ededed;
            -moz-box-shadow: 1px 1px 3px #ededed;
            -o-box-shadow: 1px 1px 3px #ededed;
        }

            .bdsug.bdsugbg ul {
                background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/home/img/sugbg_1762fe7.png) 100% 100% no-repeat;
                background-size: 100px 110px;
                background-image: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/home/img/sugbg_90fc9cf.gif);\9
            }

            .bdsug li {
                width: 522px;
                color: #000;
                font: 14px arial;
                line-height: 22px;
                padding: 0 8px;
                position: relative;
                cursor: default;
            }

                .bdsug li.bdsug-s {
                    background: #f0f0f0;
                }

        .bdsug-store span, .bdsug-store b {
            color: #7A77C8;
        }

        .bdsug-store-del {
            font-size: 12px;
            color: #666;
            text-decoration: underline;
            position: absolute;
            right: 8px;
            top: 0;
            cursor: pointer;
            display: none;
        }

        .bdsug-s .bdsug-store-del {
            display: inline-block;
        }

        .bdsug-ala {
            display: inline-block;
            border-bottom: 1px solid #e6e6e6;
        }

            .bdsug-ala h3 {
                line-height: 14px;
                background: url(//www.baidu.com/img/sug_bd.png) no-repeat left center;
                margin: 8px 0 5px;
                font-size: 12px;
                font-weight: 400;
                color: #7B7B7B;
                padding-left: 20px;
            }

            .bdsug-ala p {
                font-size: 14px;
                font-weight: 700;
                padding-left: 20px;
            }

        .bdsug .bdsug-direct {
            width: auto;
            padding: 0;
            border-bottom: 1px solid #f1f1f1;
        }

            .bdsug .bdsug-direct p {
                color: #00c;
                font-weight: 700;
                line-height: 34px;
                padding: 0 8px;
                cursor: pointer;
                white-space: nowrap;
                overflow: hidden;
            }

                .bdsug .bdsug-direct p img {
                    width: 16px;
                    height: 16px;
                    margin: 7px 6px 9px 0;
                    vertical-align: middle;
                }

                .bdsug .bdsug-direct p span {
                    margin-left: 8px;
                }

                .bdsug .bdsug-direct p i {
                    font-size: 12px;
                    line-height: 100%;
                    font-style: normal;
                    font-weight: 400;
                    color: #fff;
                    background-color: #2b99ff;
                    display: inline;
                    text-align: center;
                    padding: 1px 5px;
                    *padding: 2px 5px 0;
                    margin-left: 8px;
                    overflow: hidden;
                }

        .bdsug .bdsug-pcDirect {
            color: #000;
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            background-color: #f8f8f8;
        }

        .bdsug .bdsug-pc-direct-tip {
            position: absolute;
            right: 15px;
            top: 8px;
            width: 55px;
            height: 15px;
            display: block;
            background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/pc_direct_42d6311.png) no-repeat 0 0;
        }

        .bdsug li.bdsug-pcDirect-s {
            background-color: #f0f0f0;
        }

        .bdsug .bdsug-pcDirect-is {
            color: #000;
            font-size: 14px;
            line-height: 22px;
            background-color: #f8f8f8;
        }

        .bdsug .bdsug-pc-direct-tip-is {
            position: absolute;
            right: 15px;
            top: 3px;
            width: 55px;
            height: 15px;
            display: block;
            background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/pc_direct_42d6311.png) no-repeat 0 0;
        }

        .bdsug li.bdsug-pcDirect-is-s {
            background-color: #f0f0f0;
        }

        .bdsug .bdsug-pcDirect-s .bdsug-pc-direct-tip, .bdsug .bdsug-pcDirect-is-s .bdsug-pc-direct-tip-is {
            background-position: 0 -15px;
        }

        .bdsug .bdsug-newicon {
            color: #929292;
            opacity: .7;
            font-size: 12px;
            display: inline-block;
            line-height: 22px;
            letter-spacing: 2px;
        }

        .bdsug .bdsug-s .bdsug-newicon {
            opacity: 1;
        }

        .bdsug .bdsug-newicon i {
            letter-spacing: 0;
            font-style: normal;
        }

        .bdsug .bdsug-feedback-wrap {
            text-align: right;
            background: #fafafa;
            color: #666;
            height: 25px;
            line-height: 27px;
        }

        .bdsug .bdsug-feedback {
            margin-right: 10px;
            text-decoration: underline;
            color: #666;
        }

        .toggle-underline {
            text-decoration: none;
        }

            .toggle-underline:hover {
                text-decoration: underline;
            }

        #tb_mr {
            color: #00c;
            cursor: pointer;
            position: relative;
            z-index: 298;
        }

            #tb_mr b {
                font-weight: 400;
                text-decoration: underline;
            }

            #tb_mr small {
                font-size: 11px;
            }

        #page {
            font: 14px arial;
            white-space: nowrap;
            padding-left: 35px;
        }

            /*#page a, #page strong {
                display: inline-block;
                vertical-align: text-bottom;
                height: 30px;
                text-align: center;
                line-height: 34px;
                text-decoration: none;
                overflow: hidden;
                margin-right: 9px;
                background: #fff;
            }*/

            #page a {
                cursor: pointer;
            }

                #page a:hover {
                    background: 0 0;
                }

                    #page .n:hover, #page a:hover .pc {
                        background: #f2f8ff;
                        border: 1px solid #38f;
                    }

            #page .n {
                height: 34px;
                padding: 0 18px;
                border: 1px solid #e1e2e3;
            }

            #page span {
                display: block;
            }

            #page .pc {
                width: 34px;
                height: 34px;
                border: 1px solid #e1e2e3;
                cursor: pointer;
            }

            #page .fk {
                width: 24px;
                height: 24px;
                margin-bottom: 6px;
                margin-left: 6px;
                cursor: pointer;
            }

            #page strong .fk, #page strong .pc {
                cursor: auto;
            }

            #page .fk .c-icon-bear-pn {
                top: -3px;
                position: relative;
            }

            #page .fkd .c-icon-bear-pn {
                top: 3px;
                position: relative;
            }

            #page .fk_cur .c-icon-bear-p {
                top: -2px;
                position: relative;
            }

            #page strong .pc {
                border: 0;
                width: 36px;
                height: 36px;
                line-height: 36px;
            }

            #page .nums {
                display: inline-block;
                vertical-align: text-bottom;
                height: 36px;
                line-height: 36px;
                margin-left: 10px;
            }

        #rs {
            width: 900px;
            background: #fff;
            padding: 8px 0;
            margin: 20px 0 0 15px;
        }

            #rs td {
                width: 5%;
            }

            #rs th {
                font-size: 14px;
                font-weight: 400;
                line-height: 19px;
                white-space: nowrap;
                text-align: left;
                vertical-align: top;
            }

            #rs .tt {
                font-weight: 700;
                padding: 0 10px 0 20px;
            }

        #rs_top {
            font-size: 14px;
            margin-bottom: 22px;
        }

            #rs_top a {
                margin-right: 18px;
            }

        #container .rs {
            margin: 30px 0 20px;
            padding: 5px 0 15px;
            font-size: 14px;
            width: 540px;
            padding-left: 121px;
            position: relative;
            background-color: #fafafa;
        }

        #container .noback {
            background-color: #fff;
        }

        #content_left .rs {
            margin-left: -121px;
        }

        #container .rs table {
            width: 540px;
        }

        #container .rs td {
            width: 5px;
        }

        #container .rs th {
            font-size: 14px;
            font-weight: 400;
            white-space: nowrap;
            text-align: left;
            vertical-align: top;
            width: 175px;
            line-height: 22px;
        }

        #container .rs .tt {
            font-weight: 700;
            padding: 0 10px 0 20px;
            padding: 0;
            line-height: 30px;
            font-size: 16px;
        }

        #container .rs a {
            margin: 0;
            height: 24px;
            width: 173px;
            display: inline-block;
            line-height: 25px;
            border: 1px solid #ebebeb;
            text-align: center;
            vertical-align: middle;
            overflow: hidden;
            outline: 0;
            color: #333;
            background-color: #fff;
            text-decoration: none;
        }

            #container .rs a:hover {
                border-color: #388bff;
            }

        .c-tip-con .c-tip-menu-b ul {
            width: 100px;
        }

        .c-tip-con .c-tip-menu-b ul {
            text-align: center;
        }

        .c-tip-con .c-tip-menu-b li a {
            display: block;
            text-decoration: none;
            cursor: pointer;
            background-color: #fff;
            padding: 3px 0;
            color: #666;
        }

            .c-tip-con .c-tip-menu-b li a:hover {
                display: block;
                background-color: #ebebeb;
            }

        #search {
            width: 900px;
            padding: 35px 0 16px 35px;
        }

            #search .s_help {
                position: relative;
                top: 10px;
            }

        #foot {
            height: 20px;
            line-height: 20px;
            color: #77c;
            background: #e6e6e6;
            text-align: center;
        }

            #foot span {
                color: #666;
            }

        .site_tip {
            font-size: 12px;
            margin-bottom: 20px;
        }

        .site_tip_icon {
            width: 56px;
            height: 56px;
            background: url(//www.baidu.com/aladdin/img/tools/tools-3.png) -288px 0 no-repeat;
        }

        .to_zhidao, .to_tieba, .to_zhidao_bottom {
            font-size: 16px;
            line-height: 24px;
            margin: 20px 0 0 35px;
        }

            .to_tieba .c-icon-tieba {
                float: left;
            }

        .f {
            line-height: 115%;
            *line-height: 120%;
            font-size: 100%;
            width: 33.7em;
            word-break: break-all;
            word-wrap: break-word;
        }

        .h {
            margin-left: 8px;
            width: 100%;
        }

        .r {
            word-break: break-all;
            cursor: hand;
            width: 238px;
        }

        .t {
            font-weight: 400;
            font-size: medium;
            margin-bottom: 1px;
        }

        .pl {
            padding-left: 3px;
            height: 8px;
            padding-right: 2px;
            font-size: 14px;
        }

        .mo, a.mo:link, a.mo:visited {
            color: #666;
            font-size: 100%;
            line-height: 10px;
        }

        .htb {
            margin-bottom: 5px;
        }

        .jc a {
            color: #c00;
        }

        a font[size="3"] font, font[size="3"] a font {
            text-decoration: underline;
        }

        div.blog, div.bbs {
            color: #707070;
            padding-top: 2px;
            font-size: 13px;
        }

        .result {
            width: 33.7em;
            table-layout: fixed;
        }

        .result-op .f {
            word-wrap: normal;
        }

        .nums {
            font-size: 12px;
            color: #999;
        }

        .tools {
            position: absolute;
            top: 10px;
            white-space: nowrap;
        }

        #mHolder {
            width: 62px;
            position: relative;
            z-index: 296;
            top: -18px;
            margin-left: 9px;
            margin-right: -12px;
            display: none;
        }

        #mCon {
            height: 18px;
            position: absolute;
            top: 3px;
            top: 6px\9;
            cursor: pointer;
            line-height: 18px;
        }

        .wrapper_l #mCon {
            right: 7px;
        }

        #mCon span {
            color: #00c;
            display: block;
        }

        #mCon .hw {
            text-decoration: underline;
            cursor: pointer;
            display: inline-block;
        }

        #mCon .pinyin {
            display: inline-block;
        }

        #mCon .c-icon-chevron-unfold2 {
            margin-left: 5px;
        }

        #mMenu {
            width: 56px;
            border: 1px solid #9b9b9b;
            position: absolute;
            right: 7px;
            top: 23px;
            display: none;
            background: #fff;
        }

            #mMenu a {
                width: 100%;
                height: 100%;
                color: #00c;
                display: block;
                line-height: 22px;
                text-indent: 6px;
                text-decoration: none;
                filter: none;\9
            }

                #mMenu a:hover {
                    background: #ebebeb;
                }

            #mMenu .ln {
                height: 1px;
                background: #ebebeb;
                overflow: hidden;
                font-size: 1px;
                line-height: 1px;
                margin-top: -1px;
            }

        .op_LAMP {
            background: url(//www.baidu.com/cache/global/img/aladdinIcon-1.0.gif) no-repeat 0 2px;
            color: #77C;
            display: inline-block;
            font-size: 13px;
            height: 12px;
            *height: 14px;
            width: 16px;
            text-decoration: none;
            zoom: 1;
        }

        .EC_mr15 {
            margin-left: 0;
        }

        .pd15 {
            padding-left: 0;
        }

        .map_1 {
            width: 30em;
            font-size: 80%;
            line-height: 145%;
        }

        .map_2 {
            width: 25em;
            font-size: 80%;
            line-height: 145%;
        }

        .favurl {
            background-repeat: no-repeat;
            background-position: 0 1px;
            padding-left: 20px;
        }

        .dan_tip {
            font-size: 12px;
            margin-top: 4px;
        }

            .dan_tip a {
                color: #b95b07;
            }

        #more, #u ul, #mMenu, .msg_holder {
            box-shadow: 1px 1px 2px #ccc;
            -moz-box-shadow: 1px 1px 2px #ccc;
            -webkit-box-shadow: 1px 1px 2px #ccc;
            filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#cccccc);\9
        }

        .hit_top {
            line-height: 18px;
            margin: 0 15px 10px 0;
            width: 516px;
        }

            .hit_top .c-icon-bear {
                height: 18px;
                margin-right: 4px;
            }

        #rs_top_new, .hit_top_new {
            width: 538px;
            font-size: 13px;
            line-height: 1.54;
            word-wrap: break-word;
            word-break: break-all;
            margin: 0 0 14px;
        }

        .zhannei-si {
            margin: 0 0 10px 121px;
        }

        .zhannei-si-none {
            margin: 10px 0 -10px 121px;
        }

        .zhannei-search {
            margin: 10px 0 0 121px;
            color: #999;
            font-size: 14px;
        }

        .f a font[size="3"] font, .f font[size="-1"] a font {
            text-decoration: underline;
        }

        h3 a font {
            text-decoration: underline;
        }

        .c-title {
            font-weight: 400;
            font-size: 16px;
        }

        .c-title-size {
            font-size: 16px;
        }

        .c-abstract {
            font-size: 13px;
        }

        .c-abstract-size {
            font-size: 13px;
        }

        .c-showurl {
            color: green;
            font-size: 13px;
        }

        .c-showurl-color {
            color: green;
        }

        .c-cache-color {
            color: #666;
        }

        .c-lightblue {
            color: #77c;
        }

        .c-highlight-color {
            color: #c00;
        }

        .c-clearfix:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .c-clearfix {
            zoom: 1;
        }

        .c-wrap {
            word-break: break-all;
            word-wrap: break-word;
        }

        .c-icons-outer {
            overflow: hidden;
            display: inline-block;
            vertical-align: bottom;
            *vertical-align: -1px;
            _vertical-align: bottom;
        }

        .c-icons-inner {
            margin-left: -4px;
            display: inline-block;
        }

        .c-container table.result, .c-container table.result-op {
            width: 100%;
        }

        .c-container td.f {
            font-size: 13px;
            line-height: 1.54;
            width: auto;
        }

        .c-container .vd_newest_main {
            width: auto;
        }

        .c-customicon {
            display: inline-block;
            width: 16px;
            height: 16px;
            vertical-align: text-bottom;
            font-style: normal;
            overflow: hidden;
        }

        .c-tip-icon i {
            display: inline-block;
            cursor: pointer;
        }

        .c-tip-con {
            position: absolute;
            z-index: 1;
            top: 22px;
            left: -35px;
            background: #fff;
            border: 1px solid #dcdcdc;
            border: 1px solid rgba(0,0,0,.2);
            -webkit-transition: opacity .218s;
            transition: opacity .218s;
            -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
            box-shadow: 0 2px 4px rgba(0,0,0,.2);
            padding: 5px 0;
            display: none;
            font-size: 12px;
            line-height: 20px;
        }

        .c-tip-arrow {
            width: 0;
            height: 0;
            font-size: 0;
            line-height: 0;
            display: block;
            position: absolute;
            top: -16px;
        }

        .c-tip-arrow-down {
            top: auto;
            bottom: 0;
        }

        .c-tip-arrow em, .c-tip-arrow ins {
            width: 0;
            height: 0;
            font-size: 0;
            line-height: 0;
            display: block;
            position: absolute;
            border: 8px solid transparent;
            border-style: dashed dashed solid;
        }

        .c-tip-arrow em {
            border-bottom-color: #d8d8d8;
        }

        .c-tip-arrow ins {
            border-bottom-color: #fff;
            top: 2px;
        }

        .c-tip-arrow-down em, .c-tip-arrow-down ins {
            border-style: solid dashed dashed;
            border-color: transparent;
        }

        .c-tip-arrow-down em {
            border-top-color: #d8d8d8;
        }

        .c-tip-arrow-down ins {
            border-top-color: #fff;
            top: -2px;
        }

        .c-tip-arrow .c-tip-arrow-r {
            border-bottom-color: #82c9fa;
            top: 2px;
        }

        .c-tip-arrow-down .c-tip-arrow-r {
            border-bottom-color: transparent;
            top: -2px;
        }

        .c-tip-arrow .c-tip-arrow-c {
            border-bottom-color: #fecc47;
            top: 2px;
        }

        .c-tip-arrow-down .c-tip-arrow-c {
            border-bottom-color: transparent;
            top: -2px;
        }

        .c-tip-con h3 {
            font-size: 12px;
        }

        .c-tip-con .c-tip-title {
            margin: 0 10px;
            display: inline-block;
            width: 239px;
        }

        .c-tip-con .c-tip-info {
            color: #666;
            margin: 0 10px 1px;
            width: 239px;
        }

        .c-tip-con .c-tip-cer {
            width: 370px;
            color: #666;
            margin: 0 10px 1px;
        }

        .c-tip-con .c-tip-title {
            width: auto;
            _width: 354px;
        }

        .c-tip-con .c-tip-item-i {
            padding: 3px 0 3px 20px;
            line-height: 14px;
        }

            .c-tip-con .c-tip-item-i .c-tip-item-icon {
                margin-left: -20px;
            }

        .c-tip-con .c-tip-menu ul {
            width: 74px;
        }

        .c-tip-con .c-tip-menu ul {
            text-align: center;
        }

        .c-tip-con .c-tip-menu li a {
            display: block;
            text-decoration: none;
            cursor: pointer;
            background-color: #fff;
            padding: 3px 0;
            color: #0000d0;
        }

            .c-tip-con .c-tip-menu li a:hover {
                display: block;
                background-color: #ebebeb;
            }

        .c-tip-con .c-tip-notice {
            width: 239px;
            padding: 0 10px;
        }

            .c-tip-con .c-tip-notice .c-tip-notice-succ {
                color: #4cbd37;
            }

            .c-tip-con .c-tip-notice .c-tip-notice-fail {
                color: #f13F40;
            }

            .c-tip-con .c-tip-notice .c-tip-item-succ {
                color: #444;
            }

            .c-tip-con .c-tip-notice .c-tip-item-fail {
                color: #aaa;
            }

                .c-tip-con .c-tip-notice .c-tip-item-fail a {
                    color: #aaa;
                }

        .c-tip-close {
            right: 10px;
            position: absolute;
            cursor: pointer;
        }

        .ecard {
            height: 86px;
            overflow: hidden;
        }

        .c-tools {
            display: inline;
        }

        .c-tools-share {
            width: 239px;
            padding: 0 10px;
        }

        .c-fanyi {
            display: none;
            width: 20px;
            height: 20px;
            border: solid 1px #d1d1d1;
            cursor: pointer;
            position: absolute;
            margin-left: 516px;
            text-align: center;
            color: #333;
            line-height: 22px;
            opacity: .9;
            background-color: #fff;
        }

            .c-fanyi:hover {
                background-color: #39f;
                color: #fff;
                border-color: #39f;
                opacity: 1;
            }

        .c-fanyi-title, .c-fanyi-abstract {
            display: none;
        }

        .icp_info {
            color: #666;
            margin-top: 2px;
            font-size: 13px;
        }

        .icon-gw, .icon-unsafe-icon {
            background: #2c99ff;
            vertical-align: text-bottom;
            *vertical-align: baseline;
            height: 16px;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 6px;
            padding-right: 6px;
            line-height: 16px;
            _padding-top: 2px;
            _height: 14px;
            _line-height: 14px;
            font-size: 12px;
            font-family: simsun;
            margin-left: 10px;
            overflow: hidden;
            display: inline-block;
            -moz-border-radius: 1px;
            -webkit-border-radius: 1px;
            border-radius: 1px;
            color: #fff;
        }

        a.icon-gw {
            color: #fff;
            background: #2196ff;
            text-decoration: none;
            cursor: pointer;
        }

            a.icon-gw:hover {
                background: #1e87ef;
            }

            a.icon-gw:active {
                height: 15px;
                _height: 13px;
                line-height: 15px;
                _line-height: 13px;
                padding-left: 5px;
                background: #1c80d9;
                border-left: 1px solid #145997;
                border-top: 1px solid #145997;
            }

        .icon-unsafe-icon {
            background: #e54d4b;
        }

        #con-at {
            margin-bottom: 9px;
            padding-left: 121px;
            border-bottom: 1px #ebebeb solid;
        }

            #con-at .result-op {
                font-size: 13px;
                line-height: 1.52em;
            }

        .wrapper_l #con-at .result-op {
            width: 1058px;
        }

        .wrapper_s #con-at .result-op {
            width: 869px;
        }

        #con-ar {
            margin-bottom: 40px;
        }

            #con-ar .result-op {
                margin-bottom: 28px;
                font-size: 13px;
                line-height: 1.52em;
            }

        .result_hidden {
            position: absolute;
            top: -10000px;
            left: -10000px;
        }

        #content_left .result-op, #content_left .result {
            margin-bottom: 14px;
            border-collapse: collapse;
        }

        #content_left .c-border .result-op, #content_left .c-border .result {
            margin-bottom: 25px;
        }

            #content_left .c-border .result-op:last-child, #content_left .c-border .result:last-child {
                margin-bottom: 12px;
            }

        #content_left .result .f, #content_left .result-op .f {
            padding: 0;
        }

        .subLink_factory {
            border-collapse: collapse;
        }

            .subLink_factory td {
                padding: 0;
            }

                .subLink_factory td.middle, .subLink_factory td.last {
                    color: #666;
                }

                .subLink_factory td a {
                    text-decoration: underline;
                }

                .subLink_factory td.rightTd {
                    text-align: right;
                }

        .subLink_factory_right {
            width: 100%;
        }

        .subLink_factory_left td {
            padding-right: 26px;
        }

            .subLink_factory_left td.last {
                padding: 0;
            }

            .subLink_factory_left td.first {
                padding-right: 75px;
            }

        .subLink_factory_right td {
            width: 90px;
        }

            .subLink_factory_right td.first {
                width: auto;
            }

        .subLink_answer {
            padding-top: 4px;
        }

            .subLink_answer li {
                margin-bottom: 4px;
            }

            .subLink_answer h4 {
                margin: 0;
                padding: 0;
                font-weight: 400;
            }

            .subLink_answer .label_wrap span {
                display: inline-block;
                color: #666;
                margin-right: 8px;
            }

                .subLink_answer .label_wrap span em {
                    color: #666;
                    padding-left: 8px;
                }

            .subLink_answer span.c-icon {
                margin-right: 4px;
            }

        .subLink_answer_dis {
            padding: 0 3px;
        }

        .subLink_answer .date {
            color: #666;
        }

        .general_image_pic a {
            background: #fff no-repeat center center;
            text-decoration: none;
            display: block;
            overflow: hidden;
            text-align: left;
        }

        .res_top_banner {
            height: 36px;
            text-align: left;
            border-bottom: 1px solid #e3e3e3;
            background: #f7f7f7;
            font-size: 13px;
            padding-left: 8px;
            color: #333;
            position: relative;
            z-index: 302;
        }

            .res_top_banner span {
                _zoom: 1;
            }

            .res_top_banner .res_top_banner_icon {
                background-position: 0 -216px;
                width: 18px;
                height: 18px;
                margin: 9px 10px 0 0;
            }

            .res_top_banner .res_top_banner_icon_baiduapp {
                background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/baiduappLogo_de45621.png) no-repeat 0 0;
                width: 24px;
                height: 24px;
                margin: 3px 10px 0 0;
                position: relative;
                top: 3px;
            }

            .res_top_banner .res_top_banner_icon_windows {
                background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/winlogo_e925689.png) no-repeat 0 0;
                width: 18px;
                height: 18px;
                margin: 9px 10px 0 0;
            }

            .res_top_banner .res_top_banner_download {
                display: inline-block;
                width: 65px;
                line-height: 21px;
                _padding-top: 1px;
                margin: 0 0 0 10px;
                color: #333;
                background: #fbfbfb;
                border: 1px solid #b4b6b8;
                text-align: center;
                text-decoration: none;
            }

                .res_top_banner .res_top_banner_download:hover {
                    border: 1px solid #38f;
                }

                .res_top_banner .res_top_banner_download:active {
                    background: #f0f0f0;
                    border: 1px solid #b4b6b8;
                }

            .res_top_banner .res_top_banner_close {
                background-position: -672px -144px;
                cursor: pointer;
                position: absolute;
                right: 10px;
                top: 10px;
            }

        .res_top_banner_for_win {
            height: 34px;
            text-align: left;
            border-bottom: 1px solid #f0f0f0;
            background: #fdfdfd;
            font-size: 13px;
            padding-left: 12px;
            color: #333;
            position: relative;
            z-index: 302;
        }

            .res_top_banner_for_win span {
                _zoom: 1;
                color: #666;
            }

            .res_top_banner_for_win .res_top_banner_download {
                display: inline-block;
                width: auto;
                line-height: 21px;
                _padding-top: 1px;
                margin: 0 0 0 16px;
                color: #333;
                text-align: left;
                text-decoration: underline;
            }

            .res_top_banner_for_win .res_top_banner_icon_windows {
                background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/winlogo_e925689.png) no-repeat 0 0;
                width: 18px;
                height: 18px;
                margin: 8px 8px 0 0;
            }

            .res_top_banner_for_win .res_top_banner_close {
                background-position: -672px -144px;
                cursor: pointer;
                position: absolute;
                right: 10px;
                top: 10px;
            }

        .res-gap-right16 {
            margin-right: 16px;
        }

        .res-border-top {
            border-top: 1px solid #f3f3f3;
        }

        .res-border-bottom {
            border-bottom: 1px solid #f3f3f3;
        }

        .res-queryext-pos {
            position: relative;
            top: 1px;
            _top: 0;
        }

        .c-trust-ecard {
            height: 86px;
            _height: 97px;
            overflow: hidden;
        }

        @("@")-moz-document url-prefix() {
            .result, .f {
                width: 538px;
            }
        }

        body {
            min-width: 1000px;
        }

        #ftCon {
            display: none;
        }

        #qrcode {
            display: none;
        }

        #pad-version {
            display: none;
        }

        #index_guide {
            display: none;
        }

        #index_logo {
            display: none;
        }

        #u1 {
            display: none;
        }

        .s_ipt_wr {
            height: 32px;
        }

        body {
            padding: 0;
        }

        .s_form:after, .s_tab:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .s_form {
            zoom: 1;
            height: 55px;
            padding: 0 0 0 10px;
        }

        #result_logo {
            float: left;
            margin: 7px 0 0;
        }

            #result_logo img {
                width: 101px;
                height: 33px;
            }

        #head {
            padding: 0;
            margin: 0;
            width: 100%;
            position: absolute;
            z-index: 301;
            min-width: 1000px;
            background: #fff;
            border-bottom: 1px solid #ebebeb;
            position: fixed;
            _position: absolute;
            -webkit-transform: translateZ(0);
        }

            #head .head_wrapper {
                _width: 1000px;
            }

            #head.s_down {
                box-shadow: 0 0 5px #888;
            }

        .fm {
            clear: none;
            float: left;
            margin: 11px 0 0 10px;
        }

        #s_tab {
            background: #f8f8f8;
            line-height: 36px;
            height: 38px;
            padding: 55px 0 0 121px;
            float: none;
            zoom: 1;
        }

            #s_tab a, #s_tab b {
                width: 54px;
                display: inline-block;
                text-decoration: none;
                text-align: center;
                color: #666;
                font-size: 14px;
            }

            #s_tab b {
                border-bottom: 2px solid #38f;
                font-weight: 700;
                color: #323232;
            }

            #s_tab a:hover {
                color: #323232;
            }

        #content_left {
            width: 540px;
            padding-left: 121px;
            padding-top: 5px;
        }

        #content_right {
            margin-top: 45px;
        }

        #content_bottom {
            width: 540px;
            padding-left: 121px;
        }

        #page {
            padding: 0 0 0 121px;
            margin: 30px 0 40px;
        }

        .to_tieba, .to_zhidao_bottom {
            margin: 10px 0 0 121px;
            padding-top: 5px;
        }

        .nums {
            margin: 0 0 0 121px;
            height: 42px;
            line-height: 42px;
        }

        #rs {
            padding: 0;
            margin: 6px 0 0 121px;
            width: 600px;
        }

            #rs th {
                width: 175px;
                line-height: 22px;
            }

            #rs .tt {
                padding: 0;
                line-height: 30px;
            }

            #rs td {
                width: 5px;
            }

            #rs table {
                width: 540px;
            }

        #help {
            background: #f5f6f5;
            zoom: 1;
            padding: 0 0 0 50px;
            float: right;
        }

            #help a {
                color: #777;
                padding: 0 15px;
                text-decoration: none;
            }

                #help a:hover {
                    color: #333;
                }

        #foot {
            background: #f5f6f5;
            border-top: 1px solid #ebebeb;
            text-align: left;
            height: 42px;
            line-height: 42px;
            margin-top: 40px;
            *margin-top: 0;
        }

            #foot .foot_c {
                float: left;
                padding: 0 0 0 121px;
            }

        .content_none {
            padding: 45px 0 25px 121px;
        }

        .nors p {
            font-size: 18px;
            font-family: microsoft yahei;
            color: #000;
        }

            .nors p em {
                color: #c00;
            }

        .nors .tip_head {
            color: #666;
            font-size: 13px;
            line-height: 28px;
        }

        .nors li {
            color: #333;
            line-height: 28px;
            font-size: 13px;
            font-family: '宋体';
            padding-left: 30px;
            list-style-position: inside;
            list-style-type: disc;
        }

        #mCon {
            top: 5px;
        }

        .s_ipt_wr.bg, .s_btn_wr.bg, #su.bg {
            background-image: none;
        }

        .s_ipt_wr.bg {
            background: 0 0;
        }

        .s_btn_wr {
            width: auto;
            height: auto;
            border-bottom: 1px solid transparent;
            *border-bottom: 0;
        }

        .s_btn88 {
            width: 100px;
            height: 34px;
            color: #fff;
            letter-spacing: 1px;
            background: #3385ff;
            border-bottom: 1px solid #2d78f4;
            outline: medium;
            *border-bottom: 0;
            -webkit-appearance: none;
            -webkit-border-radius: 0;
        }

            .s_btn88.btnhover {
                background: #317ef3;
                border-bottom: 1px solid #2868c8;
                *border-bottom: 0;
                box-shadow: 1px 1px 1px #ccc;
            }

        .s_btn_h {
            background: #3075dc;
            box-shadow: inset 1px 1px 3px #2964bb;
            -webkit-box-shadow: inset 1px 1px 3px #2964bb;
            -moz-box-shadow: inset 1px 1px 3px #2964bb;
            -o-box-shadow: inset 1px 1px 3px #2964bb;
        }

        .yy_fm .s_btn88.btnhover, .fm_red .s_btn88.btnhover {
            background: #D10400;
            border-bottom: 1px solid #D10400;
        }

        .yy_fm .s_btn_h, .fm_red .s_btn_h {
            background: #C00400;
            box-shadow: inset 1px 1px 3px #A00300;
            -webkit-box-shadow: inset 1px 1px 3px #A00300;
        }

        #wrapper_wrapper .container_l .EC_ppim_top, #wrapper_wrapper .container_xl .EC_ppim_top {
            width: 640px;
        }

        #wrapper_wrapper .container_s .EC_ppim_top {
            width: 570px;
        }

        #head .c-icon-bear-round {
            display: none;
        }

        .container_l #content_right {
            width: 384px;
        }

        .container_l {
            width: 1212px;
        }

        .container_xl #content_right {
            width: 384px;
        }

        .container_xl {
            width: 1257px;
        }

        .index_tab_top {
            display: none;
        }

        .index_tab_bottom {
            display: none;
        }

        #lg {
            display: none;
        }

        #m {
            display: none;
        }

        #ftCon {
            display: none;
        }

        #ent_sug {
            position: absolute;
            margin: 141px 0 0 130px;
            font-size: 13px;
            color: #666;
        }

        .foot_fixed_bottom {
            position: fixed;
            bottom: 0;
            width: 100%;
            _position: absolute;
            _bottom: auto;
        }

        #head .headBlock {
            margin: -5px 0 6px 121px;
        }

        #content_left .leftBlock {
            margin-bottom: 14px;
            padding-bottom: 5px;
            border-bottom: 1px solid #f3f3f3;
        }

        .hint_toprq_tips {
            position: relative;
            width: 537px;
            height: 19px;
            line-height: 19px;
            overflow: hidden;
            display: none;
        }

            .hint_toprq_tips span {
                color: #666;
            }

        .hint_toprq_icon {
            margin: 0 4px 0 0;
        }

        .hint_toprq_tips_items {
            width: 444px;
            _width: 440px;
            max-height: 38px;
            position: absolute;
            left: 95px;
            top: 1px;
        }

            .hint_toprq_tips_items div {
                display: inline-block;
                float: left;
                height: 19px;
                margin-right: 18px;
                white-space: nowrap;
                word-break: keep-all;
            }

        .translateContent {
            max-width: 350px;
        }

            .translateContent .translateTool {
                height: 16px;
                margin: -3px 2px;
            }

            .translateContent .action-translate, .translateContent .action-search {
                display: inline-block;
                width: 20px;
                height: 16px;
                background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/translate_tool_icon_57087b6.gif) no-repeat;
            }

            .translateContent .action-translate {
                background-position: 0 0;
                border-right: 1px solid #dcdcdc;
            }

                .translateContent .action-translate:hover {
                    background-position: 0 -20px;
                }

            .translateContent .action-search {
                background-position: -20px 0;
            }

                .translateContent .action-search:hover {
                    background-position: -20px -20px;
                }

        .nums {
            width: 538px;
        }

        .search_tool {
            _padding-top: 15px;
        }

        .head_nums_cont_outer {
            height: 40px;
            overflow: hidden;
            position: relative;
        }

        .head_nums_cont_inner {
            position: relative;
        }

        .search_tool_conter .c-gap-left {
            margin-left: 23px;
        }

        .search_tool_conter .c-icon-triangle-down {
            opacity: .6;
        }

            .search_tool_conter .c-icon-triangle-down:hover {
                opacity: 1;
            }

        .search_tool, .search_tool_close {
            float: right;
        }

        .search_tool, .search_tool_conter span {
            cursor: pointer;
            color: #666;
        }

            .search_tool:hover, .search_tool_conter span:hover {
                color: #333;
            }

        .search_tool_conter {
            font-size: 12px;
            color: #666;
            margin: 0 0 0 121px;
            height: 42px;
            width: 538px;
            line-height: 42px;
            *height: auto;
            *line-height: normal;
            *padding: 14px 0;
        }

            .search_tool_conter span strong {
                color: #666;
            }

        .c-tip-con .c-tip-langfilter ul {
            width: 80px;
            text-align: left;
            color: #666;
        }

        .c-tip-con .c-tip-langfilter li a {
            text-indent: 15px;
            color: #666;
        }

        .c-tip-con .c-tip-langfilter li span {
            text-indent: 15px;
            padding: 3px 0;
            color: #999;
            display: block;
        }

        .c-tip-con .c-tip-timerfilter ul {
            width: 115px;
            text-align: left;
            color: #666;
        }

        .c-tip-con .c-tip-timerfilter-ft ul {
            width: 180px;
        }

        .c-tip-con .c-tip-timerfilter-si ul {
            width: 206px;
            padding: 7px 10px 10px;
        }

        .c-tip-con .c-tip-timerfilter li a {
            text-indent: 15px;
            color: #666;
        }

        .c-tip-con .c-tip-timerfilter li span {
            text-indent: 15px;
            padding: 3px 0;
            color: #999;
            display: block;
        }

        .c-tip-con .c-tip-timerfilter-ft li a, .c-tip-con .c-tip-timerfilter-ft li span {
            text-indent: 20px;
        }

        .c-tip-custom {
            padding: 0 15px 10px;
            position: relative;
            zoom: 1;
        }

            .c-tip-custom hr {
                border: 0;
                height: 0;
                border-top: 1px solid #ebebeb;
            }

            .c-tip-custom p {
                color: #b6b6b6;
                height: 25px;
                line-height: 25px;
                margin: 2px 0;
            }

            .c-tip-custom .c-tip-custom-et {
                margin-bottom: 7px;
            }

        .c-tip-custom-input, .c-tip-si-input {
            display: inline-block;
            font-size: 11px;
            color: #333;
            margin-left: 4px;
            padding: 0 2px;
            width: 74%;
            height: 16px;
            line-height: 16px\9;
            border: 1px solid #ebebeb;
            outline: 0;
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            overflow: hidden;
            position: relative;
        }

        .c-tip-custom-input-init {
            color: #d4d4d4;
        }

        .c-tip-custom-input-focus, .c-tip-si-input-focus {
            border: 1px solid #3385ff;
        }

        .c-tip-timerfilter-si .c-tip-si-input {
            width: 138px;
            height: 22px;
            line-height: 22px;
            vertical-align: 0;
            *vertical-align: -6px;
            _vertical-align: -5px;
            padding: 0 5px;
            margin-left: 0;
        }

        .c-tip-con .c-tip-timerfilter li .c-tip-custom-submit, .c-tip-con .c-tip-timerfilter li .c-tip-timerfilter-si-submit {
            display: inline;
            padding: 4px 10px;
            margin: 0;
            color: #333;
            border: 1px solid #d8d8d8;
            font-family: inherit;
            font-weight: 400;
            text-align: center;
            vertical-align: 0;
            background-color: #f9f9f9;
            outline: 0;
        }

            .c-tip-con .c-tip-timerfilter li .c-tip-custom-submit:hover, .c-tip-con .c-tip-timerfilter li .c-tip-timerfilter-si-submit:hover {
                display: inline;
                border-color: #388bff;
            }

        .c-tip-timerfilter-si-error, .c-tip-timerfilter-custom-error {
            display: none;
            color: #3385FF;
            padding-left: 4px;
        }

        .c-tip-timerfilter-custom-error {
            padding: 0;
            margin: -5px -13px 7px 0;
        }

        #c-tip-custom-calenderCont {
            position: absolute;
            background: #fff;
            white-space: nowrap;
            padding: 5px 10px;
            color: #000;
            border: 1px solid #e4e4e4;
            -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);
            box-shadow: 0 2px 4px rgba(0,0,0,.2);
        }

            #c-tip-custom-calenderCont p {
                text-align: center;
                padding: 2px 0 4px;
                *padding: 4px 0;
            }

                #c-tip-custom-calenderCont p i {
                    color: #8e9977;
                    cursor: pointer;
                    text-decoration: underline;
                    font-size: 13px;
                }

            #c-tip-custom-calenderCont .op_cal {
                background: #fff;
            }

        .op_cal table {
            background: #eeefea;
            margin: 0;
            border-collapse: separate;
        }

        .op_btn_pre_month, .op_btn_next_month {
            cursor: pointer;
            display: block;
            margin-top: 6px;
        }

        .op_btn_pre_month {
            float: left;
            background-position: 0 -46px;
        }

        .op_btn_next_month {
            float: right;
            background-position: -18px -46px;
        }

        .op_cal .op_mon_pre1 {
            padding: 0;
        }

        .op_mon th {
            text-align: center;
            font-size: 12px;
            background: #FFF;
            font-weight: 700;
            border: 1px solid #FFF;
            padding: 0;
        }

        .op_mon td {
            text-align: center;
            cursor: pointer;
        }

        .op_mon h5 {
            margin: 0;
            padding: 0 4px;
            text-align: center;
            font-size: 14px;
            background: #FFF;
            height: 28px;
            line-height: 28px;
            border-bottom: 1px solid #f5f5f5;
            margin-bottom: 5px;
        }

        .op_mon strong {
            font-weight: 700;
        }

        .op_mon td {
            padding: 0 5px;
            border: 1px solid #fff;
            font-size: 12px;
            background: #fff;
            height: 100%;
        }

            .op_mon td.op_mon_pre_month {
                color: #a4a4a4;
            }

            .op_mon td.op_mon_cur_month {
                color: #00c;
            }

            .op_mon td.op_mon_next_month {
                color: #a4a4a4;
            }

            .op_mon td.op_mon_day_hover {
                color: #000;
                border: 1px solid #278df2;
            }

            .op_mon td.op_mon_day_selected {
                color: #FFF;
                border: 1px solid #278df2;
                background: #278df2;
            }

            .op_mon td.op_mon_day_disabled {
                cursor: not-allowed;
                color: #ddd;
            }

        .zhannei-si-none, .zhannei-si, .hit_quet, .zhannei-search {
            display: none;
        }

        #c-tip-custom-calenderCont .op_mon td.op_mon_cur_month {
            color: #000;
        }

        #c-tip-custom-calenderCont .op_mon td.op_mon_day_selected {
            color: #fff;
        }

        .c-icon-toen {
            width: 24px;
            height: 24px;
            line-height: 24px;
            background-color: #1cb7fd;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            font-style: normal;
            display: block;
            display: inline-block;
            float: left;
            text-align: center;
        }

        .hint_common_restop {
            width: 538px;
            color: #999;
            font-size: 12px;
            text-align: left;
            margin: 5px 0 10px 121px;
        }

            .hint_common_restop.hint-adrisk-pro {
                margin-top: 4px;
                margin-bottom: 13px;
            }

            .hint_common_restop .hint-adrisk-title {
                color: #333;
                margin-bottom: 3px;
            }

        #con-at ~ #wrapper_wrapper .hint_common_restop {
            padding-top: 7px;
        }

        .sitelink {
            overflow: auto;
            zoom: 1;
        }

        .sitelink_summary {
            float: left;
            width: 47%;
            padding-right: 30px;
        }

            .sitelink_summary a {
                font-size: 1.1em;
                position: relative;
            }

        .sitelink_summary_last {
            padding-right: 0;
        }

        .sitelink_en {
            overflow: auto;
            zoom: 1;
        }

        .sitelink_en_summary {
            float: left;
            width: 47%;
            padding-right: 30px;
        }

            .sitelink_en_summary a {
                font-size: 1.1em;
                position: relative;
            }

        .sitelink_en_summary_last {
            padding-right: 0;
        }

        .sitelink_en_summary_title, .sitelink_en_summary .m {
            height: 22px;
            overflow: hidden;
        }

        .without-summary-sitelink-en-container {
            overflow: hidden;
            height: 22px;
        }

        .without-summary-sitelink-en {
            float: left;
        }

        .without-summary-sitelink-en-delimiter {
            margin-right: 5px;
            margin-left: 5px;
        }

        .wise-qrcode-wrapper {
            height: 42px;
            line-height: 42px;
            position: absolute;
            margin-left: 8px;
            top: 0;
            z-index: 300;
        }

        .wise-qrcode-icon-outer {
            overflow: hidden;
        }

        .wise-qrcode-icon {
            position: relative;
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: text-bottom;
            overflow: hidden;
            opacity: .5;
            background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/qrcode_icon_ae03227.png) no-repeat;
            -webkit-transform: translateY(42px);
            -ms-transform: translateY(42px);
            transform: translateY(42px);
            -webkit-background-size: 100% 100%;
            background-size: 100%;
        }

        .wise-qrcode-container {
            padding: 15px;
            background: #fff;
            display: none;
            top: 61px;
            left: 0;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-box-shadow: 0 0 1px rgba(0,0,0,.5);
            box-shadow: 0 0 1px rgba(0,0,0,.5);
        }

        .wise-qrcode-wrapper.show:hover .wise-qrcode-container {
            display: block;
        }

        .wise-qrcode-image {
            width: 90px;
            height: 90px;
            display: inline-block;
            vertical-align: middle;
        }

            .wise-qrcode-image .wise-qrcode-canvas {
                width: 100%;
                height: 100%;
            }

        .wise-qrcode-right {
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
        }

        .wise-qrcode-title {
            font-size: 16px;
            color: #000;
            line-height: 26px;
        }

        .wise-qrcode-text {
            font-size: 12px;
            line-height: 22px;
            color: #555;
        }

        .c-frame {
            margin-bottom: 18px;
        }

        .c-offset {
            padding-left: 10px;
        }

        .c-gray {
            color: #666;
        }

        .c-gap-top-small {
            margin-top: 5px;
        }

        .c-gap-top {
            margin-top: 10px;
        }

        .c-gap-bottom-small {
            margin-bottom: 5px;
        }

        .c-gap-bottom {
            margin-bottom: 10px;
        }

        .c-gap-left {
            margin-left: 12px;
        }

        .c-gap-left-small {
            margin-left: 6px;
        }

        .c-gap-right {
            margin-right: 12px;
        }

        .c-gap-right-small {
            margin-right: 6px;
        }

        .c-gap-right-large {
            margin-right: 16px;
        }

        .c-gap-left-large {
            margin-left: 16px;
        }

        .c-gap-icon-right-small {
            margin-right: 5px;
        }

        .c-gap-icon-right {
            margin-right: 10px;
        }

        .c-gap-icon-left-small {
            margin-left: 5px;
        }

        .c-gap-icon-left {
            margin-left: 10px;
        }

        .c-container {
            width: 538px;
            font-size: 13px;
            line-height: 1.54;
            word-wrap: break-word;
            word-break: break-word;
        }

            .c-container .c-container {
                width: auto;
            }

            .c-container table {
                border-collapse: collapse;
                border-spacing: 0;
            }

            .c-container td {
                font-size: 13px;
                line-height: 1.54;
            }

        .c-default {
            font-size: 13px;
            line-height: 1.54;
            word-wrap: break-word;
            word-break: break-all;
        }

            .c-container .t, .c-default .t {
                line-height: 1.54;
            }

            .c-default .t {
                margin-bottom: 0;
            }

        .cr-content {
            width: 259px;
            font-size: 13px;
            line-height: 1.54;
            color: #333;
            word-wrap: break-word;
            word-break: normal;
        }

            .cr-content table {
                border-collapse: collapse;
                border-spacing: 0;
            }

            .cr-content td {
                font-size: 13px;
                line-height: 1.54;
                vertical-align: top;
            }

        .cr-offset {
            padding-left: 17px;
        }

        .cr-title {
            font-size: 14px;
            line-height: 1.29;
            font-weight: 700;
        }

        .cr-title-sub {
            float: right;
            font-size: 13px;
            font-weight: 400;
        }

        .c-row {
            *zoom: 1;
        }

            .c-row:after {
                display: block;
                height: 0;
                content: "";
                clear: both;
                visibility: hidden;
            }

        .c-span2 {
            width: 29px;
        }

        .c-span3 {
            width: 52px;
        }

        .c-span4 {
            width: 75px;
        }

        .c-span5 {
            width: 98px;
        }

        .c-span6 {
            width: 121px;
        }

        .c-span7 {
            width: 144px;
        }

        .c-span8 {
            width: 167px;
        }

        .c-span9 {
            width: 190px;
        }

        .c-span10 {
            width: 213px;
        }

        .c-span11 {
            width: 236px;
        }

        .c-span12 {
            width: 259px;
        }

        .c-span13 {
            width: 282px;
        }

        .c-span14 {
            width: 305px;
        }

        .c-span15 {
            width: 328px;
        }

        .c-span16 {
            width: 351px;
        }

        .c-span17 {
            width: 374px;
        }

        .c-span18 {
            width: 397px;
        }

        .c-span19 {
            width: 420px;
        }

        .c-span20 {
            width: 443px;
        }

        .c-span21 {
            width: 466px;
        }

        .c-span22 {
            width: 489px;
        }

        .c-span23 {
            width: 512px;
        }

        .c-span24 {
            width: 535px;
        }

        .c-span2, .c-span3, .c-span4, .c-span5, .c-span6, .c-span7, .c-span8, .c-span9, .c-span10, .c-span11, .c-span12, .c-span13, .c-span14, .c-span15, .c-span16, .c-span17, .c-span18, .c-span19, .c-span20, .c-span21, .c-span22, .c-span23, .c-span24 {
            float: left;
            _display: inline;
            margin-right: 17px;
            list-style: none;
        }

        .c-span-last {
            margin-right: 0;
        }

        .c-span-last-s {
            margin-right: 0;
        }

        .container_l .cr-content {
            width: 351px;
        }

            .container_l .cr-content .c-span-last-s {
                margin-right: 17px;
            }

        .container_l .cr-content-narrow {
            width: 259px;
        }

            .container_l .cr-content-narrow .c-span-last-s {
                margin-right: 0;
            }

        .c-border {
            width: 518px;
            padding: 9px;
            border: 1px solid #e3e3e3;
            border-bottom-color: #e0e0e0;
            border-right-color: #ececec;
            box-shadow: 1px 2px 1px rgba(0,0,0,.072);
            -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.072);
            -moz-box-shadow: 1px 2px 1px rgba(0,0,0,.072);
            -o-box-shadow: 1px 2px 1px rgba(0,0,0,.072);
        }

            .c-border .c-gap-left {
                margin-left: 10px;
            }

            .c-border .c-gap-left-small {
                margin-left: 5px;
            }

            .c-border .c-gap-right {
                margin-right: 10px;
            }

            .c-border .c-gap-right-small {
                margin-right: 5px;
            }

            .c-border .c-border {
                width: auto;
                padding: 0;
                border: 0;
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -o-box-shadow: none;
            }

            .c-border .c-span2 {
                width: 34px;
            }

            .c-border .c-span3 {
                width: 56px;
            }

            .c-border .c-span4 {
                width: 78px;
            }

            .c-border .c-span5 {
                width: 100px;
            }

            .c-border .c-span6 {
                width: 122px;
            }

            .c-border .c-span7 {
                width: 144px;
            }

            .c-border .c-span8 {
                width: 166px;
            }

            .c-border .c-span9 {
                width: 188px;
            }

            .c-border .c-span10 {
                width: 210px;
            }

            .c-border .c-span11 {
                width: 232px;
            }

            .c-border .c-span12 {
                width: 254px;
            }

            .c-border .c-span13 {
                width: 276px;
            }

            .c-border .c-span14 {
                width: 298px;
            }

            .c-border .c-span15 {
                width: 320px;
            }

            .c-border .c-span16 {
                width: 342px;
            }

            .c-border .c-span17 {
                width: 364px;
            }

            .c-border .c-span18 {
                width: 386px;
            }

            .c-border .c-span19 {
                width: 408px;
            }

            .c-border .c-span20 {
                width: 430px;
            }

            .c-border .c-span21 {
                width: 452px;
            }

            .c-border .c-span22 {
                width: 474px;
            }

            .c-border .c-span23 {
                width: 496px;
            }

            .c-border .c-span24 {
                width: 518px;
            }

            .c-border .c-span2, .c-border .c-span3, .c-border .c-span4, .c-border .c-span5, .c-border .c-span6, .c-border .c-span7, .c-border .c-span8, .c-border .c-span9, .c-border .c-span10, .c-border .c-span11, .c-border .c-span12, .c-border .c-span13, .c-border .c-span14, .c-border .c-span15, .c-border .c-span16, .c-border .c-span17, .c-border .c-span18, .c-border .c-span19, .c-border .c-span20, .c-border .c-span21, .c-border .c-span22, .c-border .c-span23, .c-border .c-span24 {
                margin-right: 10px;
            }

            .c-border .c-span-last {
                margin-right: 0;
            }

        .c-loading {
            display: block;
            width: 50px;
            height: 50px;
            background: url(//www.baidu.com/aladdin/img/tools/loading.gif) no-repeat 0 0;
        }

        .c-vline {
            display: inline-block;
            margin: 0 3px;
            border-left: 1px solid #ddd;
            width: 0;
            height: 12px;
            _vertical-align: middle;
            _overflow: hidden;
        }

        .c-icon {
            background: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/icons_441e82f.png) no-repeat 0 0;
            _background-image: url(https://dss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/img/icons_d5b04cc.gif);
        }

        .c-icon {
            display: inline-block;
            width: 14px;
            height: 14px;
            vertical-align: text-bottom;
            font-style: normal;
            overflow: hidden;
        }

        .c-icon-unfold, .c-icon-fold, .c-icon-chevron-unfold, .c-icon-chevron-fold {
            width: 12px;
            height: 12px;
        }

        .c-icon-star, .c-icon-star-gray {
            width: 60px;
        }

        .c-icon-qa-empty, .c-icon-safeguard, .c-icon-register-empty, .c-icon-zan, .c-icon-music, .c-icon-music-gray, .c-icon-location, .c-icon-warning, .c-icon-doc, .c-icon-xls, .c-icon-ppt, .c-icon-pdf, .c-icon-txt, .c-icon-play-black, .c-icon-gift, .c-icon-baidu-share, .c-icon-bear, .c-icon-bear-border, .c-icon-location-blue, .c-icon-hotAirBall, .c-icon-moon, .c-icon-streetMap, .c-icon-mv, .c-icon-zhidao-s, .c-icon-shopping {
            width: 16px;
            height: 16px;
        }

        .c-icon-bear-circle, .c-icon-warning-circle, .c-icon-warning-triangle, .c-icon-warning-circle-gray {
            width: 18px;
            height: 18px;
        }

        .c-icon-tieba, .c-icon-zhidao, .c-icon-bear-p, .c-icon-bear-pn {
            width: 24px;
            height: 24px;
        }

        .c-icon-ball-blue, .c-icon-ball-red {
            width: 38px;
            height: 38px;
        }

        .c-icon-unfold:hover, .c-icon-fold:hover, .c-icon-chevron-unfold:hover, .c-icon-chevron-fold:hover, .c-icon-download:hover, .c-icon-lyric:hover, .c-icon-v:hover, .c-icon-hui:hover, .c-icon-bao:hover, .c-icon-newbao:hover, .c-icon-person:hover, .c-icon-high-v:hover, .c-icon-phone:hover, .c-icon-nuo:hover, .c-icon-fan:hover, .c-icon-med:hover, .c-icon-air:hover, .c-icon-share2:hover, .c-icon-v1:hover, .c-icon-v2:hover, .c-icon-write:hover, .c-icon-R:hover {
            border-color: #388bff;
        }

        .c-icon-unfold:active, .c-icon-fold:active, .c-icon-chevron-unfold:active, .c-icon-chevron-fold:active, .c-icon-download:active, .c-icon-lyric:active, .c-icon-v:active, .c-icon-hui:active, .c-icon-bao:active, .c-icon-newbao:active, .c-icon-person:active, .c-icon-high-v:active, .c-icon-phone:active, .c-icon-nuo:active, .c-icon-fan:active, .c-icon-med:active, .c-icon-air:active, .c-icon-share2:active, .c-icon-v1:active, .c-icon-v2:active, .c-icon-write:active, .c-icon-R:active {
            border-color: #a2a6ab;
            background-color: #f0f0f0;
            box-shadow: inset 1px 1px 1px #c7c7c7;
            -webkit-box-shadow: inset 1px 1px 1px #c7c7c7;
            -moz-box-shadow: inset 1px 1px 1px #c7c7c7;
            -o-box-shadow: inset 1px 1px 1px #c7c7c7;
        }

        .c-icon-v3:hover {
            border-color: #ffb300;
        }

        .c-icon-v3:active {
            border-color: #a2a6ab;
            background-color: #f0f0f0;
            box-shadow: inset 1px 1px 1px #c7c7c7;
            -webkit-box-shadow: inset 1px 1px 1px #c7c7c7;
            -moz-box-shadow: inset 1px 1px 1px #c7c7c7;
            -o-box-shadow: inset 1px 1px 1px #c7c7c7;
        }

    