body {
    font-family: "Microsoft YaHei", SimHei, arial, "\5b8b\4f53";
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
a {
    text-decoration: none;
    color: #333;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #FF3399;
    text-decoration: none;
}

a:focus,
a:active {
    background-color: transparent;
}

*:focus {
    outline: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

.badge {
    font-weight: normal;
}

/*
after
before
first-child
last-child
nth-child(0)
nth-last-child(2)
nth-last-child(odd)
nth-last-child(even)
nth-last-child(3n+0)
transition:0.5s ease;-o-transition:0.5s ease;-webkit-transition:0.5s ease;
.back-body{background: url(../image/back.jpg) no-repeat fixed center top; height: 100%; width: 100%; position: absolute; z-index: -1; left: 0px; top: 0px;}
*/
body {
    background: url(../image/back.jpg) fixed center 0px;
}

/*
自动换行
强制：word-break:break-all;
*/
.well,
.media-body,
.body-tent,
.media-heading,
.media-heading a,
.list-group-item-heading,
.list-group-item-text {
    word-wrap: break-word;
}

/*时间*/
.media-heading,
.info,
.mask,
.list-group-item {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.rowsnav>li>a:after,
.media-list .media-heading:after,
.media-list .media-heading:before {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*阴影*/
.tainer-media,
.sidebar,
.main-content {
    -webkit-box-shadow: -2px 2px 6px rgba(51, 51, 51, 0.3), -1px -1px 3px rgba(51, 51, 51, 0.3), 1px 1px 3px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: -2px 2px 6px rgba(51, 51, 51, 0.3), -1px -1px 3px rgba(51, 51, 51, 0.3), 1px 1px 3px rgba(51, 51, 51, 0.3);
    box-shadow: -2px 2px 6px rgba(51, 51, 51, 0.3), -1px -1px 3px rgba(51, 51, 51, 0.3), 1px 1px 3px rgba(51, 51, 51, 0.3);
}

.text-shadow {
    text-shadow: 1px 1.5px 2px #000, -1px -1.5px 2px #000;
}

/*媒体*/
.media-left {
    padding-right: 15px;
}

.media-right {
    padding-left: 15px;
}

/*缩放*/
.home_recomm .imgb,
.recomm-media .imgb,
.media-list .imgb {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    opacity: 1;
}

/*缩小*/
.home_recomm .imgt,
.recomm-media .imgt,
.media-list .imgt {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

/*.home_recomm:hover .imgt,
.recomm-media .media:hover .imgt,
.media-list:hover .imgt{opacity: 0.5;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}*/
/*放大*/
.bei_yong {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

.bei_yong_hover {
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
}

/*清除浮动*/
.divTags_inner:after,
.lemma-catalog:after,
.divArchives_inner:after,
.conclearfix:after,
.catalog-list:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
}

/*清除列表*/
.catalog-list ol,
.catalog-list li,
.catalog-list ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*公共 end*/
/*头部导航*/
.top-head-nav {
    width: 100%;
    border-radius: 0px;
    /* background: transparent url(../image/black.0.5.png); */
    border-color: transparent;
    position: absolute;
    z-index: 99;
    top: 0px;
    left: 0px;
}

.rowsnav>li>a {
    padding: 15px 26px;
    font-size: 14px;
}

.top-head-nav .rowsnav>.active>a {
    background: transparent url(../image/black.0.25.png);
}

.rowsnav>li>a:after {
    content: '';
    display: block;
    opacity: 0;
    position: absolute;
    bottom: -1px;
    left: -100%;
    width: 100%;
    height: 3px;
    background: #FF3399;
}

.rowsnav>.active>a:after,
.rowsnav>li>a:hover::after {
    opacity: 1;
    left: 0;
}

.navbar-brand {
    display: block;
    padding-top: 9px;
}

.navbar-brand img {
    height: 34px;
}

.rowsnav>li:last-child {
    margin-right: -26px;
}

/*幻灯片*/

/*视频*/
.slider-fluid {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.slider-black {
    min-height: 200px;
    position: relative;
    overflow: hidden;
}

.slider-mask-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #000;
    opacity: 0.1;
}

.slider-black video,
.slider-black img {
    height: auto;
    width: 100%;
}

.slider-black img {
    min-height: 200px;
}

/*推荐*/
.recommend-row {
    margin-right: 0px;
    margin-bottom: 20px;
}

.home_recomm {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
}

.home_recomm .caption {
    position: absolute;
    width: 100%;
    line-height: 18px;
    padding: 10px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
}

.recomm-media {
    background: url(../image/white.0.6.png);
    padding-top: 10px;
    height: 240px;
    overflow: hidden;
}

.recomm-media .media {
    margin-top: 13px;
}

.recomm-media .media:first-child {
    margin-top: 0px;
}

.recomm-media .media-body {
    padding-left: 14px;
}

.recomm-media .media-body.col-xs-9 {
    width: 75%;
}

.recomm-media .media-left {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.recomm-media .media-heading {
    max-height: 32px;
    overflow: hidden;
}

.recomm-media .col-md-12 {
    padding: 0px;
}

.recomm-media p {
    height: 20px;
    overflow: hidden;
    line-height: 18px;
}

/*列表*/
.tainer-media {
    background: url(../image/white.0.6.png);
}

.media-list:last-child {
    padding-bottom: 10px;
}

.media-list .media-left {
    width: 26%;
    padding: 15px;
    padding-top: 0px;
}

.media-list .imginer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.media-list .media-heading {
    position: relative;
    margin-bottom: 20px;
}

.media-list .media-heading:after,
.media-list .media-heading:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #065784;
    top: 100%;
    opacity: 0;
}

.media-list .media-heading:after {
    right: 0px;
}

.media-list .media-heading:before {
    left: 0px;
}

.media-list:hover .media-heading:after,
.media-list:hover .media-heading:before {
    top: 0px;
    opacity: 1;
}

.media-list:hover .media-heading a {
    color: #FF3399;
}

.media-list .media-body {
    position: relative;
    width: auto;
    padding-right: 15px;
}

.media-list .body-right {
    padding: 0px;
    padding-left: 15px;
}

.media-list .media-heading a {
    display: block;
    line-height: 23px;
    font-size: 18px;
    margin: 12px 15px 8px 15px;
    max-height: 48px;
    overflow: hidden;
}

.media-list .body-tent {
    height: 62px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
}

.media-list .tags {
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 26px;
    overflow: hidden;
}

.media-list .tags li {
    list-style: none;
    float: left;
    line-height: 26px;
    margin: 0px 12px 0px 0px;
}

.media-list .tags .fa,
.main-content .fa {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    line-height: 26px;
}

.media-list .listlitag {
    position: absolute;
    bottom: 10px;
    left: 0px;
    overflow: hidden;
    width: 100%;
}

.media-list .body-right .listlitag {
    padding-left: 15px;
}

.labelattr {
    display: block;
    float: left;
    line-height: 22px;
    margin-right: 12px;
}

.media-list .labelattr .fa {
    font-size: 16px;
    margin-right: 8px;
    padding-left: 1px;
}

.media-list .column {
    float: right;
    margin-right: 8px;
}

.media-list .body-right .column {
    margin-right: -4px;
}

/*侧边*/
.pull-sidebar {
    position: relative;
}

.sidebar {
    background: url(../image/white.0.6.png);
}

.list-group-item:first-child {
    border-radius: 0px;
}

.list-group-item {
    border: 0px;
    background: none;
}

.list-group-item-heading {
    position: relative;
    color: #333;
}

.h4.list-group-item-heading:after,
.h4.list-group-item-heading:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #065784;
    top: 0px;
}

.h4.list-group-item-heading:after {
    right: -15px;
}

.h4.list-group-item-heading:before {
    left: -15px;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    background-color: #88b4d7;
}

.h4.list-group-item-heading {
    margin-bottom: 15px;
}

.list-group:last-child,
.list-group:nth-last-child(2) {
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.media-body a:hover .media-heading {
    color: #FF3399;
}

.divArchives_inner {
    margin-bottom: -15px;
}

.divArchives_inner .list-group-item {
    padding: 5px 20px;
}

/*侧边搜索*/
.bdcs-search,
.hostrch {
    position: relative;
    height: 40px;
    width: auto;
    border: 5px solid rgba(201, 218, 228, 0.7);
    margin: 15px 0px;
    padding-right: 50px;
}

.bdcs-search {
    margin-bottom: 0px;
}

.divSearchPanel_inner {
    margin-bottom: -10px;
}

.hostrch span,
.bdcs-search .inputspan {
    border: 1px solid rgba(6, 87, 132, 0.5);
    background: rgba(246, 246, 246, 0.5);
    padding: 3px 10px 3px 10px;
    display: block;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    border-right: 1px solid transparent;
}

.bdcs-search-form-input,
.hostrch .orminp {
    width: 100%;
    line-height: 22px;
    height: 22px;
    background: transparent;
    border: 0px;
}

.hostrch span:focus,
.hostrch span:hover,
.bdcs-search .inputspan:focus,
.bdcs-search .inputspan:hover {
    border: 1px solid #065784;
    outline: none;
    background: transparent;
    border-right: 1px solid transparent;
    color: #ffffff;
}

.bdcs-search-form-submit,
.hostrch .aubmit {
    border: none;
    width: 50px;
    height: 30px;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    background: rgba(6, 87, 132, 0.85);
}

.bdcs-search-form-submit .fa,
.hostrch .aubmit .fa {
    font-size: 18px;
    line-height: 30px;
}

.bdcs-search-form-submit:hover,
.hostrch .aubmit:hover {
    background-color: #F39;
}

/*侧边热门文章*/
.list-group-item .media img {
    width: 74px;
}

.list-group-item .media-body p {
    height: 20px;
    overflow: hidden;
    margin: 0px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.list-group.buzzessay {
    margin-bottom: -10px;
}

/*多彩TAG*/
.divTags_inner {
    display: block;
    padding: 0px;
    padding-top: 15px;
    margin: 0px;
}

#divTags a {
    height: 20px;
    line-height: 20px;
    padding-right: 9px;
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 9px;
    border-radius: 10px;
}

#divTags li {
    float: left;
    display: block;
    white-space: nowrap;
    margin: 0px 10px 10px 0px;
}

#divTags .tags0 {
    color: #CC3300;
    border: 1px solid #CC3300;
}

#divTags .tags1 {
    color: #9933FF;
    border: 1px solid #9933FF;
}

#divTags .tags2 {
    color: #339900;
    border: 1px solid #339900;
}

#divTags .tags3 {
    color: #FF9933;
    border: 1px solid #FF9933;
}

#divTags .tags4 {
    color: #0099CC;
    border: 1px solid #0099CC;
}

#divTags .tags5 {
    color: #ab8805;
    border: 1px solid #ab8805;
}

#divTags .tags6 {
    color: #1c21f5;
    border: 1px solid #1c21f5;
}

#divTags .tags7 {
    color: #339999;
    border: 1px solid #339999;
}

#divTags .tags8 {
    color: #FF3399;
    border: 1px solid #FF3399;
}

#divTags .tags9 {
    color: #CC6666;
    border: 1px solid #CC6666;
}

#divTags a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #18c1a0;
}

/*分页*/
.pnt_nav {
    position: relative;
    text-align: center;
    margin-bottom: -5px;
}

.pagelist {
    margin: 20px auto 0px auto;
}

.pagelist.pagination {
    border-radius: 0px;
}

.pagination>li>a,
.pagination>li>span,
.mob-nav-pag li a,
.mob-nav-pag li span {
    color: #000;
    background-color: rgba(255, 255, 255, 0.49);
}

.pnt_nav .pagination-lg>li:first-child>a,
.pnt_nav .pagination-lg>li:first-child>span,
.pnt_nav .pagination-lg>li:last-child>a,
.pnt_nav .pagination-lg>li:last-child>span {
    border-radius: 0px;
    position: absolute;
    top: 20px;
}

.pnt_nav .pagination-lg>li:first-child>a,
.pnt_nav .pagination-lg>li:first-child>span {
    left: 0px;
}

.pnt_nav .pagination-lg>li:last-child>a,
.pnt_nav .pagination-lg>li:last-child>span {
    right: 0px;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 14px 22px;
}

.mob-nav-pag {
    display: none;
}

.singpaeg {
    margin-bottom: 20px;
}

/*内容*/
.main-content {
    background: url(../image/white.0.6.png);
    padding: 25px;
}

.singrecom {
    position: relative;
}

.main-content>.page-header,
.main-content>.page-header>h3 {
    margin-top: 5px;
}

.main-content>.page-header>h3 {
    margin-bottom: 20px;
    position: relative;
}

.main-content>.page-header>h3:after,
.singrecom:before,
.singrecom:after,
.main-content>.page-header>h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background: #065784;
    top: 0px;
}

.main-content>.page-header>h3:after,
.singrecom:after {
    right: -25px;
}

.main-content>.page-header>h3:before,
.singrecom:before {
    left: -25px;
}

.main-content>.page-header>small,
.main-content>.page-header>span {
    font-size: 12px;
    display: block;
}

.main-content .page-header small span {
    float: left;
    padding: 0px 5px;
}

.main-content .page-header small span:first-child {
    padding-left: 0px;
}

.main-content .page-header small span:after {
    content: '|';
    padding-left: 10px;
}

.main-content .page-header small span:last-child:after {
    content: '';
}

.main-content .page-header .labelattr {
    line-height: 27px;
}

.main-content .page-header small a {
    color: #333;
}

.info_brief {
    line-height: 25px;
    background: rgba(83, 151, 198, 0.5);
    padding: 15px;
    margin: 5px 0px 20px;
    color: #fff;
}

.single-info img,
.stepmatn img {
    max-width: 100%;
}

.well {
    padding: 16px;
}

.well,
pre,
.thumbnail,
.main-content table,
.main-content th {
    background-color: rgba(245, 245, 245, 0.46);
}

.main-content table {
    border-spacing: 2px;
    border-color: gray;
}

.main-content tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.main-content tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.main-content table tr.firstRow th {
    border-top-width: 2px;
    color: #333;
}

.main-content th {
    border-top: 1px solid #BBB;
    font-weight: bold;
}

.main-content td,
.main-content th {
    padding: 10px;
    border: 1px solid #DDD;
    display: table-cell;
    vertical-align: inherit;
}

.main-content .post_tags {
    margin: 6px 0;
}

.main-content .label-info {
    margin: 5px 2px;
    padding: 8px 15px;
    color: #23748c;
    border-radius: 10px;
    border: 1px solid #23748c;
    background-color: transparent;
    display: inline-block;
    font-size: 12px;
}

.main-content .post_nav {
    border-top: 1px solid #bdb9b9;
    border-bottom: 1px solid #bdb9b9;
    margin: 15px 0;
    padding: 10px 5px;
}

.main-content .post_nav p {
    margin: 0px;
}

.h3.relates {
    margin-top: 30px;
}

.row.relates {
    margin-top: 16px;
}

.relates .caption {
    height: 45px;
    overflow: hidden;
    margin-bottom: 8px;
}

/*目录*/
.fenpagec {
    margin-bottom: 20px;
}

.lemmaWgt-lemmaCatalog {
    margin: 15px 0;
    clear: both;
    overflow: hidden;
}

.lemmaWgt-lemmaCatalog .lemma-catalog {
    border-top: 1px solid #bdbcbc;
    border-bottom: 1px solid #bdbcbc;
    background-color: rgba(245, 245, 245, 0.5);
    font-family: arial, tahoma, 'Microsoft Yahei', '\5b8b\4f53', sans-serif;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .block-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: table;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .block-title span {
    display: table-cell;
    vertical-align: middle;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list {
    border-left: 1px solid #bdbcbc;
    position: relative;
    overflow: hidden;
    padding: 15px 0px 20px;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list {
    background-color: rgba(245, 245, 245, 0.5);
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol:first-child {
    border-left: 0;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol {
    float: left;
    border-left: 1px solid #cac9c9;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol li.level1 .index {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    text-align: right;
    color: #63a0df;
    padding-left: 12px;
    display: table-cell;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol li.level1 .text {
    padding: 0 8px;
    display: table-cell;
}

.lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol li.level1 {
    padding: 6px 0px;
    line-height: 18px;
    display: table;
}

.lemmaWgt-lemmaCatalog .level1 a {
    font-size: 14px;
    color: #136ec2;
}

.lemmaWgt-lemmaCatalog .level1 a:hover {
    color: #FF0099;
    text-decoration: underline;
}

/*步骤*/
.bskele {
    height: auto;
    display: block;
    padding: 0 0 42px 30px;
    position: relative;
}

.bskele li {
    display: block;
    position: relative;
}

.linellae {
    position: absolute;
    height: 100%;
    width: 10px;
    margin: 6px 0 0 -30px;
    border-left: 2px dotted #D0D0D0;
}

.linellae i {
    font-size: 16px;
    text-align: center;
    display: block;
    left: -17px;
    line-height: 32px;
    width: 32px;
    font-style: normal;
}

.list-icon {
    height: 32px;
    top: 0px;
    position: absolute;
    color: #efe;
    background: #5BC648;
    border-radius: 50%;
}

.beginlog {
    height: 6px;
    top: 0px;
    background: #FFF;
    position: absolute;
}

.enduseup {
    height: 32px;
    color: #666;
    bottom: -28px;
    position: absolute;
}

.talogtit {
    height: 40px;
    background-color: rgba(245, 245, 245, 0.5);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 40px;
    text-indent: 15px;
    margin-bottom: 20px;
    clear: both;
    color: #FF3399;
    font-weight: bold;
}

.stepmatn {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.linellae.end {
    height: 99%;
}

.callout-step {
    display: none;
}

/*步序*/
.munber {
    position: fixed;
    _position: absolute;
    _margin-top: expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop);
    margin-left: -15px;
    width: 32px;
    top: 3px;
    z-index: 30;
}

.munber .mun-icon {
    font-size: 16px;
    font-style: normal;
    text-align: center;
    display: none;
    line-height: 32px;
    width: 32px;
    height: 32px;
    color: #efe;
    background: #D0D0D0;
    border-radius: 50%;
    margin-bottom: 3px;
    cursor: pointer;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

.munber i.transi {
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

.munber .mun-icon:hover,
.munber i.icon-current {
    background: #5BC648;
}

/*内置评论*/
#comments {
    font-size: 12px;
    padding-top: 0px;
}

#comments label {
    margin: 0px;
    display: none;
}

#comments .input-group-lg>.input-group-addon.paddg {
    padding: 0px 15px;
}

#comments .h3 {
    margin-bottom: 20px;
}

#comments .input-group-addon {
    background-color: rgba(245, 245, 245, 0.7);
}

#comments .form-control {
    background-color: rgba(245, 245, 245, 0.5);
}

#comments h3 {
    font-size: 14px;
    line-height: 40px;
    color: #666;
}

#comment h4 span {
    float: right;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}

#comment #txaArticle {
    height: 130px;
}

#comment .button {
    color: #FFFFFF;
    background-color: #71BC2E;
    height: 30px;
    width: 100px;
    line-height: 30px;
    cursor: pointer;
    border: none;
}

#comment .button:hover {
    background-color: #f39801;
}

#comments .msg {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding: 5px 0 0 0;
}

#comments .msg .msgimg {
    float: left;
    width: 48px;
    height: 48px;
    padding-top: 5px;
}

#comments .msg .msgimg .avatar {
    width: 48px;
    height: 48px;
}

#comments .msg .msgtxt {
    width: 100%;
    float: right;
    margin-left: -60px;
}

#comments .msg .msgtxt .msgtxtbogy {
    margin-left: 60px;
}

#comments .msg .msgtxt .msgname {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

#comments .msg .msgtxt .msgname span {
    font-size: 14px;
    color: #999999;
}

#comments .msg .msgtxt .msgarticle {
    padding: 5px 0;
    line-height: 24px;
    font-size: 14px;
}

#comments .msg .msgarticle .msg {
    font-size: 14px;
}

#comments .msg .msgarticle .msg .msgimg {
    width: 32px;
    height: 32px;
}

#comments .msg .msgarticle .msg .msgimg .avatar {
    width: 32px;
    height: 32px;
}

#comments .msg .msgarticle .msg .msgtxt {
    width: 100%;
    float: right;
    margin-left: -40px;
}

#comments .msg .msgarticle .msg .msgtxt .msgtxtbogy {
    margin-left: 40px;
}

#comments .msg .msgarticle .msg .dot {
    display: none;
}

#comment p {
    margin-top: 8px;
    margin-bottom: 8px;
}

.commentpost p img {
    position: relative;
    *margin-bottom: -4px;
    margin-bottom: -10px;
}

.post {
    line-height: 30px;
    padding: 15px 0;
}

/*引用*/
.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-left-width: 5px;
    border-radius: 3px;
}

/*畅言*/
.service-wrap-w a {
    color: transparent !important;
}

#SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-time-gw,
#SOHUCS #SOHU_MAIN .module-cmt-list .wrap-user-gw .user-address-gw {
    color: #999 !important;
}

/*屏蔽广告*/
#MZAD_POP_PLACEHOLDER,
#pop_ad,
.ws-zl-dybanner533 {
    display: none !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    z-index: -99 !important;
}

/*评论里面的*/
/*#cy-cmt-list,*/
[node-type="ad-pc-feed"],
#feedAv {
    opacity: 0 !important;
    display: none !important;
}

/*淘宝-大图加宝贝*/
.theme-lf p,
#J_moduleBlocklist p,
.taobaobay p,
.conclearfix p {
    margin-top: 0em;
    margin-bottom: 0em;
}

.theme-lf img,
#J_moduleBlocklist img,
.taobaobay img,
.conclearfix img {
    width: 100%;
}

.theme-lf .col-xs-6,
#J_moduleBlocklist [class*="col-"],
.taobaobay [class*="col-"],
.conclearfix [class*="col-"],
.theme-lf .col-sm-4,
.theme-lf .col-md-4 {
    padding: 0px;
}

.theme-lf {
    padding: 0px;
    color: #777777;
    font-family: tahoma, arial, 微软雅黑, 'Hiragino Sans GB', sans-serif;
}

.album-blockalbum-block-imglink {
    margin: 0px 0px 10px;
    padding: 0px;
    position: relative;
}

.icontip {
    position: absolute;
    top: 20px;
    left: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #FFFFFF;
    z-index: 10;
    padding: 5px;
    line-height: 20px;
    width: 150px;
    opacity: 0.6;
    background-image: url(http://img.alicdn.com/tps/i3/T1LiJtFcddXXa9hgfr-5-5.png);
    background-position: initial initial;
    background-repeat: initial initial;
}

.album-blockalbum-block-txtclearfix {
    margin: 0px 0px 10px;
    padding: 10px;
    font-size: 14px;
}

.album-blockalbum-block-imgalbum-block-img6 {
    margin: 0px 0px 10px;
    padding: 0px;
    overflow: hidden;
}

.conclearfix {
    margin: 0px;
    padding: 0px;
}

.album-block-imgBox {
    text-decoration: none;
    color: #777777;
    position: relative;
    float: left;
}

.info {
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 36px;
    overflow: hidden;
    z-index: 20;
    color: #FFFFFF;
    font-size: 14px;
}

.info-con {
    display: block;
    padding: 10px;
    line-height: 22px;
}

.list-itemclearfix .price {
    padding: 10px 20px;
}

.price {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: arial;
}

.sale {
    float: right;
}

.theme-lf .tilte,
.conclearfix .tilte,
.taobaobay .tilte {
    margin: 0px;
    padding: 0px;
    height: 22px;
    overflow: hidden;
    font-size: 12px;
}

.mask {
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    height: 36px;
    z-index: 10;
    opacity: 0.3;
    filter: Alpha(opacity=30);
    -moz-opacity: 0.3;
    background-color: #000000;
}

.album-block-imgBoximg-main:hover .mask,
.album-block-imgBoximg-main:hover .info,
.album-block-imgBox:hover .mask,
.album-block-imgBox:hover .info {
    height: 65px;
}

/*大1小4加左右排*/
.album-blockalbum-block-titlealbum-block-title4clearfix {
    margin: 15px 0px 10px;
    padding: 0px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 18px;
    background: url(http://img.alicdn.com/tps/i4/T17XdAFapeXXXYrePX-15-32.png) no-repeat rgb(0, 0, 0);
}

span.system124,
span.system77,
span.system8,
h3.system124,
h3.system77,
h3.system8,
h4.system124,
h4.system77,
h4.system8 {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    font-weight: 500;
    display: inline;
}

.album-blockalbum-block-imgalbum-block-img4double,
.album-blockalbum-block-imgalbum-block-img5 {
    margin: 0px 0px 10px;
    padding: 0px;
    overflow: hidden;
}

span.system186,
span.system175,
span.system163,
span.system152,
span.system141,
span.system70,
span.system59,
span.system47,
span.system36,
span.system25 {
    font-weight: 700;
    font-size: 14px;
}

.sale {
    float: right;
}

#J_moduleBlocklist span.system188,
#J_moduleBlocklist span.system177,
#J_moduleBlocklist span.system165,
#J_moduleBlocklist span.system154,
#J_moduleBlocklist span.system143,
#J_moduleBlocklist span.system72,
#J_moduleBlocklist span.system61,
#J_moduleBlocklist span.system49,
#J_moduleBlocklist span.system38,
#J_moduleBlocklist span.system27 {
    font-weight: 700;
    font-size: 14px;
    padding: 0px 2px;
}

#J_moduleBlocklist .tilte {
    margin: 0px;
    padding: 0px;
    height: 22px;
    overflow: hidden;
    font-size: 12px;
}

.album-block-imgBoxclearfix .price,
.album-block-imgBoximg4double-rightclearfix .price {
    margin: 5px 0px;
    padding: 0px 20px;
    font-size: 16px;
    font-family: arial;
}

.album-block-imgBoximg-main {
    text-decoration: none;
    color: #777777;
    position: relative;
    float: left;
}

.album-block-imgBoximg4double-rightclearfix,
.album-block-imgBoxclearfix {
    text-decoration: none;
    color: #777777;
    position: relative;
    float: left;
}

.info-box {
    margin: 0px;
    padding: 0px;
    float: left;
    position: relative;
    overflow: hidden;
}

#J_moduleBlocklist .system119,
#J_moduleBlocklist .system110,
#J_moduleBlocklist .system98,
#J_moduleBlocklist .system89 {
    margin: 0px;
    padding: 20px 10px 0px 20px;
    font-size: 14px;
    color: #333333;
}

.info-box h4 {
    padding: 20px 10px 0px 20px;
    font-size: 16px;
}

#J_moduleBlocklist .system121,
#J_moduleBlocklist .system112,
#J_moduleBlocklist .system100,
#J_moduleBlocklist .system91 {
    font-weight: 700;
}

.des {
    margin: 0px;
    padding: 0px 20px;
    line-height: 16px;
}

.img-box {
    padding: 0px;
    float: left;
    position: relative;
}

.dot {
    color: red;
}

.img-box .dot,
.dotdot-right {
    display: none;
}

/*淘宝2-大图*/
.album-blockalbum-block-titlealbum-block-title1clearfix {
    margin: 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 18px;
    color: #777777;
    font-family: tahoma, arial, 微软雅黑, 'Hiragino Sans GB', sans-serif;
}

.dot {
    margin: 0 5px 0 0;
    color: #DF001A;
}

.iconfont {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    margin: 0px 5px;
    font-family: uxiconfont !important;
}

/*底部*/
.footer {
    margin-top: 15px;
    /* background: transparent url(../image/black.0.5.png); */
    background: #000;
    line-height: 26px;
    padding: 25px 0px;
    color: #FFF;
}

.footlinks {
    margin-top: 10px;
}

.footlinks,
.copyright {
    text-align: center;
    margin-bottom: 12px;
}

.footlinks a {
    margin: 0px 5px;
    color: #FFF;
}

/*侧栏固定*/
.fixediv {
    position: fixed;
    _position: absolute;
    _margin-top: expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop);
    bottom: 0px;
}

/*重置*/
.syntaxhighlighter .container:before,
.syntaxhighlighter .container:after {
    display: none;
}

.syntaxhighlighter td.code .container textarea {
    display: none;
}

@media(max-width: 1200px) {
    .media-list .body-tent {
        height: 98px;
    }

    .lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list ol li.level1 {
        padding: 4px 0px;
        line-height: 16px;
    }
}

@media(max-width: 990px) {

    .home_recomm,
    .leftcol {
        margin-bottom: 15px;
    }

    .recomm-media {
        height: auto;
    }

    .recomm-media .media:nth-child(2) {
        margin-top: 0px;
    }

    .recommend-row {
        margin: 0px;
    }

    .home_recomm_er {
        padding: 0px;
    }
}

@media(max-width: 767px) {
    .rowsnav {
        float: none !important;
    }

    .t-spon-sive {
        border: 0px solid transparent;
    }

    .lemmaWgt-lemmaCatalog .lemma-catalog .block-title {
        margin: 10px 0 10px 0px;
        text-align: left;
    }

    .lemmaWgt-lemmaCatalog .lemma-catalog .catalog-list {
        border-left: 0px;
    }

    .maintainer .row {
        margin: 0px !important;
    }

    .maintainer,
    .maintainer .leftcol,
    .maintainer .pull-sidebar {
        padding: 0px;
    }

    .mob-nav-pag.singpaeg {
        display: block;
    }

    .pnt_nav.singpaeg {
        display: none;
    }
}

@media(max-width: 700px) {
    .slider-black img {
        display: block;
        height: 100%;
        width: auto;
    }

    .slider-mask-layer {
        opacity: 0.5;
    }
}

@media(max-width: 640px) {
    .media-list .body-tent {
        height: 80px;
    }

    .main-content>.page-header>h3 {
        font-size: 18px;
    }

    .lemmaWgt-lemmaCatalog {
        display: none;
    }

    .callout-step {
        display: block;
    }
}

@media(max-width: 600px) {
    .recomm-media {
        padding-bottom: 10px;
    }

    .recomm-media .col-xs-6 {
        float: none;
        width: 100%;
    }

    .recomm-media .media:nth-child(2) {
        margin-top: 15px;
    }

    .recomm-media p {
        height: auto;
    }
}

@media(max-width: 550px) {
    .slider-black img {
        display: block;
        height: 100%;
    }

    .slider-black video {
        display: none;
    }

    .slider-mask-layer {
        opacity: 0.5;
    }

    .listlitag {
        display: none;
    }

    .media-list .body-tent {
        line-height: 15px;
        height: 90px;
    }

    .media-list .media-heading {
        margin-bottom: 12px;
    }

    .media-list .media-heading a {
        font-size: 16px;
        margin-top: 0px;
    }

    .tainer-media {
        padding: 14px 0px 10px 0px;
    }
}

@media(max-width: 530px) {
    .slider-black {
        height: auto;
    }

    .slider-fluid {
        margin-bottom: 12px;
    }

    .mob-nav-pag {
        display: block;
    }

    .pnt_nav {
        display: none;
    }

    .slider-black img {
        height: auto;
        width: 100%;
    }
}

@media(max-width: 490px) {
    .recomm-media p {
        height: 56px;
    }
}

@media(max-width: 440px) {
    .recomm-media p {
        height: 38px;
    }

    .ticlerr,
    .page-header small {
        float: none !important;
        width: 100%;
        overflow: hidden;
    }
}

/**/
.testfx {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #fff;
}

/*顶部*/
#canvas_c {
    opacity: .3
}

.slider-black>p {
    opacity: 0.2;
}

.slider-black p {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    line-height: 300px;
    text-align: center;
    color: rgba(255, 255, 255, .1);
    font-size: 1em;
    font-weight: 700;
    font-family: "微软雅黑"
}

.slider-black p span {
    display: inline-block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 500;
    perspective: 500;
    -webkit-font-smoothing: antialiased
}

.slider-black p span::after,
.slider-black p span::before {
    display: none;
    position: absolute;
    top: 0;
    left: -1px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    content: attr(data-text)
}

.slider-black p span::before {
    z-index: 1;
    color: rgba(0, 0, 0, .02);
    -webkit-transform: scale(1.1, 1) skew(0deg, 20deg);
    -ms-transform: scale(1.1, 1) skew(0deg, 20deg);
    transform: scale(1.1, 1) skew(0deg, 20deg)
}

.slider-black p span::after {
    z-index: 2;
    color: rgba(255, 51, 153, .02);
    text-shadow: -1px 0 1px rgba(255, 51, 153, .1), 1px 0 1px rgba(0, 0, 0, .4);
    -webkit-transform: rotateY(-40deg);
    transform: rotateY(-40deg)
}

.slider-black p span:hover::before {
    -webkit-transform: scale(1.1, 1) skew(0deg, 5deg);
    -ms-transform: scale(1.1, 1) skew(0deg, 5deg);
    transform: scale(1.1, 1) skew(0deg, 5deg)
}

.slider-black p span:hover::after {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg)
}

.slider-black p span+span {
    margin-left: .1em
}

@media (min-width:20em) {
    .slider-black p {
        font-size: 2em
    }

    .slider-black p span::after,
    .slider-black p span::before {
        display: block
    }
}

@media (min-width:30em) {
    .slider-black p {
        font-size: 3em
    }
}

@media (min-width:40em) {
    .slider-black p {
        font-size: 5em
    }
}

@media (min-width:60em) {
    .slider-black p {
        font-size: 8em
    }
}

.slider-black {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sidebar>.list-group>.list-group-item>.media>.media-body>.media-heading {
    max-height: 30px;
    overflow: hidden;
}