@charset "utf-8";

/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-size: 100%;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #7c4328;
    overflow-x: hidden;
}

img {
    border: 0
}

input,
button,
select,
textarea {
    outline: none;
}

:hover,
:focus {
    outline: none;
}

a:visited,
a:active,
a:hover,
a:link {
    text-decoration: none
}

a:visited {
    color: #935422
}

a:active {
    color: #000000
}

a:hover {
    color: #935422
}

a:link {
    color: #935422
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    width: 100%;
    font-size: 1px;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden
}

.clear45 {
    clear: both;
    height: 45px
}

.hidden {
    display: none
}

.block {
    display: block
}

.tac,
.p2center {
    text-align: center
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.green {
    color: green;
}

.gray {
    color: gray;
}

.fs18 {
    font-size: 18px;
}

.fb {
    font-weight: 700;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    zoom: 1
}

.top-fixed,
.search-fixed,
.form-fixed {
    position: fixed;
    z-index: 996;
    top: 45px;
}

.search-fixed,
.form-fixed {
    top: 55px;
}

.top-fixed {
    background-color: #EBE3DC;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #ccc;
}

.top-fixed .fixed-logo {
    width: 1000px;
    margin: 0 auto;
}

#mbk-search {
    overflow: visible;
}

#mbk-search .hot-lemma {
    margin-top: 10px;
}

#mbk-search .hot-lemma .icon {
    background: url(../images/search-icon.png) no-repeat 0 0;
    display: inline-block;
    line-height: 0px;
    width: 16px;
    height: 15px;
}

#mbk-search .hot-lemma a {
    margin-left: 8px;
    color: #777;
}

#mbk-search .jm_search_bg {
    background: url(../images/mbk_search_bg.png) no-repeat center 0;
    padding-top: 32px;
}

.jm_search .search-text {
    position: relative;
    float: left;
}

.jm_search .search-suggest {
    position: absolute;
    top: 32px;
    left: 41px;
    width: 135px;
    background-color: #fff;
    border: 1px solid #afafaf;
    border-top: none;
    z-index: 999;
    display: none;
}

.jm_search .search-suggest li {
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    padding-left: 10px;
    text-align: left;
}

.jm_search .search-suggest li:hover {
    background-color: #f7f7f7;
}

.jm_search .search-suggest li a {
    display: block;
    font-weight: bold;
}

.jm_search .search-suggest li a:hover {
    color: #9A7240;
}

.jm_search .search-suggest li a font {
    color: black;
    font-weight: normal;
}

/* 表格 */
.table {
    background: #fffcf5;
    line-height: 32px;
    border-collapse: collapse;
    border: 1px solid #ebdbd3;
}

.table td {
    padding: 0 10px;
    border: 1px solid #ebdbd3;
    vertical-align: top;
}

.table td.bg {
    width: 50px;
    background: #f6ead3;
}

.bg_yin {
    padding: 3px 0;
    background: #f6ead3;
    border-top: 1px solid #e0c09a;
}

.bg_yang {
    padding: 3px 0;
    border-top: 1px solid #e0c09a;
}

.set_submit {
    padding: 5px 10px;
    font-size: 110%;
    border: #e0c09a 1px solid;
    background: #f4dfb6;
    color: #935422;
}

.cjx_form .set_submit {
    padding: 8px 10px;
}

.set_input {
    font-size: 110%;
    padding: 4px 0;
    border: #e0c09a 1px solid;
}

select,
.set_select,
input {
    padding: 3px 5px;
    border: #e0c09a 1px solid;
}

/* 侧边栏导航 */
#side_nav {
    position: fixed;
    z-index: 10;
    overflow: hidden;
    text-align: center;
    width: 100px;
    top: 0;
    height: 100%;
    right: -100px;
    background: #ebebeb;
}

#side_nav li {
    border-bottom: solid 1px #dbdbdb;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    box-shadow: 1px 1px 0px #f7f7f7
}

#side_nav li a {
    display: block;
    color: #333;
}

#side_nav li.cur {
    background: #E76491;
    border: none;
}

#side_nav li.cur a {
    color: #fff;
}

#side_nav li.nobr {
    border: none;
}

/* 头部 */
.fix_header {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.h45 {
    height: 45px;
}

header {
    background: #915926;
    height: 45px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
}

header a {
    color: #fff;
}

header a.logo {
    font-size: 20px;
    font-family: "微软雅黑";
    display: inline-block;
    line-height: 45px;
    float: left;
    color: #fff;
}

header a.logo span {
    font-size: 14px;
    padding-left: 5px;
}

header a.gohome,
header a.navs,
header a.return,
footer a.gotop {
    float: right;
    width: 24px;
    height: 45px;
    background: url(../images/icon.png) no-repeat center/120px;
    text-indent: -9999em;
    display: block;
}

header a.gohome {
    background-position: 0 10px;
}

header a.navs {
    position: relative;
    background-position: -24px 10px;
}

header a.navs i {
    position: absolute;
    display: none;
    width: 5px;
    height: 5px;
    background: #f60;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: -3px;
    top: 8px;
}

header a.hl {
    background-position: -96px 10px;
}

header a.return {
    background-position: -48px 10px;
    float: left;
}

header div.pd {
    font-size: 20px;
    font-family: "微软雅黑";
    line-height: 45px;
    text-align: center;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
}

header div.pd .pd_home {
    color: #fff
}

header div.pd span {
    background: #fff;
    color: #7c4328;
    font-size: 16px;
    border-radius: 2px;
    padding: 0 5px;
    font-weight: bold;
}

ul.index_nav {
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    height: 32px;
    background: #faf3e2;
    border-bottom: #e0c09a 1px solid;
    margin-bottom: 8px;
    padding: 0 10px;
}

ul.index_nav li {
    float: left;
    text-align: center;
    font-weight: bold;
}

ul.index_nav li.on {
    position: relative;
}

ul.index_nav li.on b {
    background: #f60;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    position: absolute;
}

ul.cjx_top_nav {
    margin-bottom: 0;
}

/*搜索框*/
.inser {
    width: 94%;
    padding: 0px 3%;
    margin-bottom: 10px;
    padding-top: 10px;
}

.index_searchbox {
    overflow: hidden;
    border: 1px solid #ffb53b;
    height: 32px;
    line-height: 32px;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 12px;
}

.index_search_input {
    clear: both;
    position: relative;
    padding-left: 8px;
}

.i_search_t {
    width: 100%;
    border: none;
    background: none;
    line-height: 26px;
}

.i_search_btn {
    position: absolute;
    right: 0;
    top: 0px;
    width: 47px;
    line-height: 34px;
    border: none;
    background: url(../images/home_icobg.png) no-repeat 0px 0px;
}

/*解梦搜索框*/
.jm_search {
    width: 350px;
    margin: 0 auto;
    padding: 10px;
    font-size: 16px;
    border-bottom: dotted 1px #DDD;
}

.jm_search strong {
    margin-right: 3px;
    vertical-align: middle;
}

.jm_search input {
    vertical-align: middle;
    margin-left: 2px;
}

.jm_search input.keyword {
    color: Gray;
    vertical-align: middle;
    -webkit-appearance: textarea;
    font-size: 15px;
    border: solid 1px #ccc;
    background: #f7f7f7;
    color: #666;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 26px;
    width: 131px;
    padding: 2px;
}

/* 工具列表 */
.list,
.cat_list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-top: #e0c09a 1px solid;
}

.list .title,
.cat_list .title {
    float: left;
    width: 100%;
    padding: 8px 0;
    text-indent: 10px;
    font-weight: bold;
    background: #fceed3;
    color: #935422;
    border-bottom: #e0c09a 1px solid;
}

.list ul,
.cat_list ul {
    float: left;
    width: 100%;
}

.list ul li,
.cat_list ul li {
    float: left;
    width: 100%;
    cursor: pointer;
}

.list ul li a,
.cat_list ul li a {
    border-top: #fefaf0 1px solid;
    padding: 10px 10px 10px 10px;
    border-bottom: #e0c09a 1px solid;
    display: block;
    overflow: hidden;
}

.list ul li a:link,
.cat_list ul li a:link {
    color: #935422;
}

.list ul li a:visited,
.cat_list ul li a:visited {
    color: #935422;
}

.list ul li a {
    background: #fefaf0 url(../images/n.png) no-repeat right center;
}

.list ul li a:hover {
    background: #fefaf0 url(../images/nhover.png) no-repeat right center;
}

.cat_list .view_num {
    float: right;
    color: #999;
    font-style: normal;
}

/* 文本介绍 */
.subs {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-width: 1px 0 1px 0;
    border-color: #e0c09a;
    border-style: solid;
    background: #fefaf0;
}

.subs .subs_title {
    padding: 8px 6px 8px 10px;
    font-weight: bold;
    background: #fceed3;
    color: #935422;
}

.subs .subs_title small {
    color: #999;
    padding-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

.subs .subs_main {
    font-size: 100%;
    padding: 10px;
    line-height: 150%;
}

.subs .subs_main p {
    padding: 3px 0;
    text-indent: 1em;
}

.subs .subs_main img.app_cover {
    width: 150px;
}

.subs .subs_main .sx_img img {
    width: 30%;
}

.subs .subs_main .taobao_img img {
    width: 35%;
    height: 35%;
}

.subs .subs_main p.danxing,
.subs .subs_main p.fuxing {
    text-align: center;
    text-indent: 0;
}

.subs .subs_main ul.tab_menu li {
    float: left;
    border: 1px #e0c09a solid;
    text-align: center;
    background: #e0c09a;
    width: 16%;
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.subs .subs_main ul.tab_menu li.on {
    background: #fefaf0;
    border-bottom: none;
}

.subs .subs_main .time {
    font-weight: bold;
}

.subs .subs_main #tab_cont li {
    width: 46%;
    border: 1px #ccc dotted;
    border-top: none;
}

.subs .subs_main #tab_cont li p {
    text-align: center;
    text-indent: 0;
}

.subs .subs_main .anshi {
    font-size: 19px;
    padding: 10px;
    text-indent: 6px;
}

.subs .subs_main .faq {
    border-top: 1px dashed #ccc;
    padding-top: 10px;
}

.subs .subs_main .faq .title {
    color: red;
}

/* 运势列表 */
.subs .yunshi_list li {
    position: relative;
    overflow: hidden;
    border-bottom: dashed 1px #ccc;
}

.subs .yunshi_list li.last {
    border-bottom: none;
}

.subs .yunshi_list li p {
    padding: 5px 0;
}

.subs .yunshi_list li p i {
    float: left;
    margin: 0 10px;
}

.subs .yunshi_list li p i a {
    display: block;
    height: 84px;
    overflow: hidden;
}

.subs .yunshi_list li p strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.subs .yunshi_list li p a {
    display: block;
    margin-top: 5px;
}

.subs .yunshi_list li p a span.stars {
    width: 100px;
    vertical-align: text-top;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    overflow: hidden;
}

.subs .yunshi_list li p a span.txt {
    font-size: 14px;
    color: #888;
    height: 40px;
    overflow: hidden;
    display: block;
    margin-top: 3px;
    line-height: 140%;
}

/* 运势内容页 */
.subs .astronav,
.astronav2 {
    overflow: hidden;
    width: 100%;
    padding: 5px 0;
}

.subs .astronav .sw-box,
.astronav2 .sw-box {
    width: 900px;
}

.subs .astronav .sw-box li,
.astronav2 .sw-box li {
    float: left;
    width: 75px;
    text-align: center;
    display: block;
    position: relative;
}

.subs .astronav .sw-box li span,
.astronav2 .sw-box li span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 2px auto;
}

.subs .astronav .sw-box li span img,
.astronav2 .sw-box li span img {
    display: block;
    width: 60px;
    height: 60px;
}

.subs .astronav .sw-box li.on a font,
.astronav2 .sw-box li.on a font {
    color: red;
    font-weight: bold;
}

.subs .p_tab {
    margin-bottom: 5px;
}

.subs .p_tab ul {
    background: #fceed3;
    font-weight: 700;
    display: -webkit-box;
}

.subs .p_tab ul li {
    text-align: center;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #fff;
    -webkit-box-flex: 1;
}

.subs .p_tab ul li.cur {
    display: block;
    background: #915926;
}

.subs .p_tab ul li a {
    display: block;
}

.subs .p_tab ul li.cur a {
    color: #fff;
}

.subs .cont {
    position: relative;
}

.subs .cont dl {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.subs .cont dt {
    float: left;
    text-align: center;
    width: 35%;
}

.subs .cont dt span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 5px auto;
}

.subs .cont dt small {
    font-size: 13px;
    font-weight: 600;
}

.subs .cont dd {
    margin-top: 5px;
}

.subs .cont dd h4 {
    color: #f60;
    margin-bottom: 2px;
    font-weight: 600;
}

.subs .cont dd ul li {
    padding: 2px 0;
}

.subs .cont dd.bl2 {
    height: auto;
}

.subs .cont dd.bl2 ul {
    float: left;
    background: #FBF4E5;
    padding: 5px;
    width: 100%;
}

.subs .cont dd.bl2 ul li {
    float: left;
    width: 50%;
    line-height: 26px;
}

.subs .cont .content {
    padding: 5px;
}

.subs .cont .content h5 {
    float: none;
    text-align: left;
    color: #f60;
    font-size: 16px;
    margin: 5px 0;
}

.subs .cont .content div.dream {
    margin-top: 10px;
    line-height: 150%;
    border-bottom: dashed 1px #DEDEDE;
    padding: 5px 0;
}

.subs .cont .content div.dream p {
    margin: 0;
}

.subs .cont .content div.nobr {
    border: none;
}

.subs .cont .content p {
    text-indent: 1em;
}

/* 推荐应用 */
.pads {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fefaf0;
}

.pads .pads_title {
    float: left;
    width: 100%;
    padding: 6px 0;
    font-weight: bold;
    text-indent: 15px;
    background: #ecddb4 url(../images/title2icon.gif) no-repeat 5px center;
    border-top: #e0c09a 1px solid;
}

.pads .pads_main {
    float: left;
    width: 100%;
}

.pads .pads_main ul {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.pads .pads_main ul li {
    float: left;
    width: 25%;
    line-height: 190%;
    text-align: center;
    font-size: 95%;
    color: #7c4328;
}

.pads .pads_main ul li.p2li {
    background: #f6ebcb;
    color: #F60;
    font-weight: bold;
}

.pads .pads_main ul li a {
    color: #7c4328;
}

.pads .pads_main ul li.p2li a {
    color: #F60;
    font-weight: bold;
}

.dl-col2 {
    float: left;
    width: 100%;
    padding: 5px 0;
}

.dl-col2 li {
    float: left;
    text-align: center;
    font-size: 95%;
    color: #7c4328;
    border-bottom: #e0c09a 1px solid;
}

.dl-col2 li,
.pads .col2 ul li {
    width: 50%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.dl-col2 li {
    width: 49%;
}

.pads .col3 ul li {
    width: 33.3%;
}

.pads .col4 ul li {
    width: 25%;
}

.pads .split ul li {
    border-bottom: #e0c09a 1px solid;
}

.pads .u_like {
    width: 94%;
    float: left;
    padding: 0 3%;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.pads .u_like a {
    color: #c18602;
    display: block;
    padding: 8px 0;
    margin-top: -10px;
}

.pads .u_like li {
    width: 21%;
    margin-right: 4%;
    float: left;
    text-align: center;
    background: #fff;
    padding-top: 10px;
    line-height: 20px;
    margin-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #efdcc0;
}

.pads .u_like li.on {
    background: #efdcc0;
    color: #fff
}

.pads .u_like li.on a {
    font-weight: bold;
}

.pads .u_like .m_r_0 {
    margin-right: 0px;
}

/* 用户表单 */
.user_form {
    margin-bottom: 10px;
}

.user_form,
.cjx_form {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-width: 1px 0 1px 0;
    border-color: #e0c09a;
    border-style: solid;
    background: #ffffff;
}

.user_form .form_title {
    float: left;
    width: 100%;
    padding: 8px 0;
    text-indent: 10px;
    font-weight: bold;
    background: #fceed3;
    color: #935422;
}

.user_form .form_title small {
    color: #999;
    padding-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

.user_form .form_title span.restart {
    float: right;
    padding-right: 5px;
}

.user_form .form_title span.restart a {
    color: #F60;
}

.user_form .form_main,
.qm_form {
    float: left;
    width: 100%;
    font-size: 95%;
    padding: 10px 0;
    line-height: 150%;
    text-align: center;
}

.user_form .form_main p {
    padding: 5px 0;
}

.name_input_radio {
    margin-bottom: 5px;
}

.name_input_radio li {
    width: 230px;
    margin: 0 auto;
    border: 1px solid #e0c09a;
    padding: 2px;
}

.name_input_radio input {
    border: none;
}

/* 滚动到顶部 */
#goTopBtn {
    position: fixed;
    z-index: 101;
    line-height: 36px;
    width: 35px;
    bottom: 55px;
    height: 12%;
    cursor: pointer;
    display: none;
    background: url('../images/Btntop.png') no-repeat;
}

/* 底部 */
footer {
    background: #915926;
    height: 36px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 36px;
    text-align: center;
    position: relative;
}

footer a.gotop {
    background-position: -72px 7px;
}

footer .ft_text {
    position: absolute;
    width: 180px;
    left: 50%;
    margin-left: -90px;
}

.pc_version {
    float: left;
    margin-top: 6px;
    width: 50px;
    background: #fff;
    color: #df3031;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 3px;
    line-height: 24px;
    font-weight: bold;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
}

/* 星座排行 */
.xzphlist {
    margin-bottom: 0;
}

.xzphlist .title {
    float: none;
}

.xzphlist .item {
    margin: 10px;
    padding-bottom: 10px;
    background: #faf3e2;
    border: 1px #e0c09a solid;
}

.xzphlist .img_link img {
    float: left;
    padding: 10px;
}

.xzphlist .img_link .tit {
    padding: 15px 0 5px 0;
}

.xzphlist .img_link .tit a {
    color: #F60;
    font-size: 85%;
    font-weight: bold;
}

.xzphlist .vote {
    clear: both;
    border-top: 1px #ccc dotted;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    color: #666;
}

.xzphlist .vote .vote_title {
    text-align: center;
    padding: 5px;
}

.xzphlist .vote .vote_list li {
    float: left;
    width: 33.33%;
}

/* 内容页词条 */
.lemma h2 {
    /*line-height: 18px;*/
    padding-left: 11px;
    margin: 20px 12px 11px 12px;
    border: 1px solid #d9d9d9;
    border-width: 0 0 1px;
    font-weight: bold;
    color: #915926;
    font-size: 18px;
    /*height: 26px;*/
    background: url(../images/ml-icon.png) no-repeat 0 2px;
    background-size: 5px 67px;
    box-shadow: 0 1px #fafafa;
}

.lemma p {
    margin: 9px 12px;
    line-height: 160%;
    word-break: break-all;
}

/*词条页*/
.lemma .xlx,
.lemma .shili {
    line-height: 160%;
    margin-bottom: 10px;
    padding: 0 25px;
}

.lemma .xlx strong,
.lemma .shili strong {
    display: inline-block;
    margin-top: 15px;
}

.focus {
    overflow: hidden;
}

.focus ul {
    width: 100%;
    height: 138px;
    overflow: hidden;
}

.focus li {
    float: left;
    width: 130px;
    margin: 4px 0 4px 4px;
    overflow: hidden;
    height: 130px;
}

.focus li img {
    width: 130px;
    height: 130px;
    display: block;
}

.focus li a {
    display: block
}

.focus li span {
    text-align: center;
    position: relative;
    top: -25px;
    line-height: 25px;
    height: 25px;
    background: #000;
    opacity: 0.65;
    display: block;
    padding: 0 5px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
}

/* 好名堂样式 */
ul.namelist {
    margin-top: 10px;
}

ul.namelist li {
    float: left;
    width: 25%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #000;
}

ul.namelist li.bg {
    background: #FFF6DD;
    color: #f60;
}

ul.namelist li.bg2 {
    background: #F6F3EC;
}

ul.haoting {
    margin-top: 10px;
}

ul.haoting li {
    float: left;
    width: 20%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #000;
    overflow: hidden;
}

ul.haoting li.jx {
    width: 60%;
}

ul.haoting li.bg {
    background: #FFF6DD;
    color: #f60;
}

ul.haoting li.bg2 {
    background: #F6F3EC;
}

ul.name-detail-list {
    padding: 10px;
}

ul.name-detail-list li {
    float: left;
    width: 50%;
}

ul.name-detail-list li.sin-row {
    width: 100%;
}

ul.name-detail-list li.change-list {
    width: 52px;
}

ul.name-detail-list li.name {
    margin-top: 10px;
    font-weight: bold;
}

li.change-list {
    background: #ebddcd;
    border: #bca78e 1px solid;
    padding: 0 8px;
    margin: 0 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}

/*数字滚动插件的CSS可调整样式*/
.mt-number-animate {
    line-height: 40px;
    height: 30px;
    /*设置数字显示高度*/
    ;
    /*font-size: 36px;*/
    /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.mt-number-animate .mt-number-animate-dot {
    width: 8px;
    /*设置分割符宽度*/
    line-height: 35px;
    float: left;
    text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
    width: 15px;
    /*设置单个数字宽度*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
}

.mbk ul.stat {
    background: url(../images/mbk_stat_bg.png) no-repeat center center;
    padding: 10px;
}

ul.stat li {
    text-align: center;
}

.mbk ul.stat li {
    margin-top: 25px;
}

ul.stat table {
    margin: 0 auto;
    border: 0;
    color: #f60;
    line-height: 42px;
}

ul.stat table td {
    padding: 0;
}

ul.stat table td.num {
    font-size: 26px;
    width: 165px;
    text-align: right;
}

ul.stat table td.word {
    font-size: 16px;
    width: 80px;
}

/*推荐广告样式*/
.recombox {
    overflow: hidden;
    margin-bottom: 5px;
}

.recombox .recom {
    overflow: hidden;
}

.recombox .recom ul {
    margin-bottom: 10px;
}

.recombox .recom li {
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.recombox .recom li a {
    font-size: 16px;
    display: block;
    height: 100%;
    overflow: hidden;
    color: #000;
}

.recombox .recom li a span.fl {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #935422;
}

.recombox .recom li em.icon_x {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.recombox .recom li em.icon_x img {
    width: 32px;
}

.recombox .recom li a .fr {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
}

.recombox .recom li a i {
    background: url(../images/n.png) no-repeat center;
    width: 20px;
    height: 36px;
    background-size: 50% 50%;
    display: inline-block;
}

/*梦百科首页标签云*/
.tags_cloud {
    height: 175px;
}

.tags_cloud li {
    float: left;
    width: 25%;
    text-align: center;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.tags_cloud li.red a {
    color: red;
}

.tags_cloud li.blue a {
    color: blue;
}

.tags_cloud li.green a {
    color: green;
}

.tags_cloud li.purple a {
    color: purple;
}

.tags_cloud li.black a {
    color: black;
}

.tags_cloud li.grey a {
    color: grey;
}

.tags_cloud li a:hover {
    color: #f60;
}

.cjx_form {
    background: url(../images/cjx_bg.jpg) no-repeat center 0;
}

.cjx_form .form-fixed {
    top: 50px;
    left: 50%;
    margin-left: -120px;
}

.cjx_form .form_main {
    position: relative;
    padding-top: 78px;
    padding-bottom: 14px;
}

.cjx_form .txt_bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 25px;
    width: 110px;
    height: 70px;
}

.cjx_form .sjhjx_bg .txt_bg {
    background-position: -30px 5px;
}

.cjx_form .cphjx_bg .txt_bg {
    background-position: -160px 5px;
}

.cjx_form .dhhjx_bg .txt_bg {
    background-position: -30px -65px;
}

.cjx_form .qqhjx_bg .txt_bg {
    background-position: -160px -65px;
}

.cjx_form .szjx_bg .txt_bg {
    background-position: -30px -135px;
}

.cjx_form .sfzhjx_bg .txt_bg {
    background-position: -160px -135px;
}

.cjx_form .ymjx_bg .txt_bg {
    background-position: -30px -205px;
}

.cjx_form .txt_bg {
    background: url(../images/smxsicon.png) no-repeat 0 0;
}

.cjx_form input[name="chepai"] {
    width: 70px;
}

.cjx_form input[name="no"],
.cjx_form input[name="mobile"] {
    width: 170px;
}

.cjx_form input[type="text"] {
    height: 28px;
    line-height: 28px;
    padding-left: 5px;
}

.szjx_nav {
    clear: both;
    padding: 5px;
    margin-bottom: 10px;
    border-width: 0 0 1px 0;
    border-color: #e0c09a;
    border-style: solid;
}

.szjx_nav ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.szjx_nav li .ico {
    background: url(../images/smxsicon.png) no-repeat 0 0;
    padding-right: 2px;
}

.szjx_nav li.sj .ico {
    padding-left: 12px;
    background-position: 0 1px;
}

.szjx_nav li.cp .ico {
    padding-left: 14px;
    background-position: 0 -19px;
}

.szjx_nav li.dh .ico {
    padding-left: 14px;
    background-position: 0 -38px;
}

.szjx_nav li.qq .ico {
    padding-left: 12px;
    background-position: 0 -58px;
}

.szjx_nav li.sz .ico {
    padding-left: 15px;
    background-position: 0 -80px;
}

.szjx_nav li.cur a {
    color: #f60;
    font-weight: bold;
}

/*弹出层网站导航和遮罩层*/
.shade-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background-color: #000;
    opacity: .6;
    display: none;
}

.sitemap {
    top: 41px;
    width: 100%;
    background: #fff;
    display: none;
}

.sitemap .category {
    overflow: hidden;
    background: #fceed3;
    border-bottom: 1px dashed #ccc;
}

.sitemap .category li {
    float: left;
    width: 25%;
    height: 25px;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    overflow: hidden;
}

.sitemap .category li.cur {
    /*padding: 3px 0;*/
}

.sitemap .category li.cur a,
.sitemap .cur-cate {
    background: #fff;
}

.sitemap .category li.cur a {
    display: block;
    margin: 0 5px;
    /*padding: 3px 0;*/
    border: 1px dashed;
}

.sitemap .cur-cate {
    padding: 5px 0;
    border-bottom: 1px solid #915926;
}

.cur-cate .col3 {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

.cur-cate dl {
    float: left;
    width: 32%;
    padding-left: 2px;
    border-left: 1px solid #ddd;
}

.cur-cate dl.fore1 {
    border-left: none;
}

.cur-cate dl.fore2 {}

.cur-cate dt {
    margin-bottom: 6px;
    font-weight: bold;
    text-align: center;
}

.cur-cate dt a {
    color: #f60;
}

.cur-cate dd {
    line-height: 24px;
}

.cur-cate dd div.item {
    height: 24px;
    overflow: hidden;
}

.cur-cate dl.item {
    float: left;
    width: 85px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}

.cur-cate dl.item a {
    color: #9A7240;
}

.sitemap .cur-catename {
    padding: 5px 12px;
    font-size: 15px;
    font-weight: bold;
}

.sitemap .cur-catename a {
    color: #f60;
}

.sitemap .cur-catename i {
    background: url(../images/sdg.png) no-repeat 0 -1px;
    width: 15px;
    height: 16px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
}

.sitemap ul .item {
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 5px 10px;
}

/*运势文章页*/
.sear-menu {
    margin-bottom: 10px;
}

.sear-menu .sear-list {
    position: relative;
    height: 25px;
    padding: 5px;
    border-bottom: 1px dashed #d5d5d5;
    overflow: hidden;
}

.sear-menu .sear-list .sear-result {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    padding: 0 5px;
    vertical-align: middle;
    background: #fbfbfb;
    color: #f60;
    font-size: 12px;
    text-indent: 0;
}

.sear-menu .sear-list .sear-result em,
.sear-menu .sear-list .sear-result .del-btn {
    display: inline-block;
    vertical-align: middle;
    _vertical-align: -2px;
}

.sear-menu .sear-list .sear-result em {
    font-style: normal;
    font-weight: normal;
}

.sear-menu .sear-list .sear-result .del-btn {
    margin-left: 3px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    _font-size: 14px;
}

.sear-menu .sear-list .sear-result .grey {
    color: #ccc;
    cursor: default;
}

.sear-menu .pl70 {
    padding-left: 80px;
}

.sear-menu .sear-list h5 {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #999;
    font-size: 12px;
}

.sear-menu .sear-list ul {
    width: 100%;
    word-wrap: break-word;
}

.sear-menu .sear-list ul a {
    display: inline-block;
    padding: 1px 7px 2px;
}

.sear-menu .sear-list ul li {
    float: left;
    line-height: 22px;
    white-space: nowrap;
    display: inline;
}

.sear-menu .sear-list li.cur a {
    padding: 1px 7px 2px;
    color: #f60;
    border-radius: 1px;
    font-weight: bold;
}

.sear-menu .sear-list li.grep a {
    color: #ccc;
    cursor: default;
}

.fa-list dl {
    padding-top: 12px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
    border-bottom: 1px dotted #cecece;
    position: relative;
    height: auto;
    min-height: 88px;
    max-height: 108px;
    overflow: hidden;
    background: #eee;
}

.fa-list .cur {
    background: #fefaf0;
}

.fa-list a {
    color: #555;
}

.fa-list .cur a {
    color: #935422;
}

.fa-list dt {
    float: left;
    width: 80px;
    height: 60px;
    margin-right: 10px;
}

.fa-list dt img {
    display: block;
    width: 80px;
    height: 80px;
}

/*.fa-list dl.bg {    background: #eee;}.fa-list dt a {    color: #9A7240;    font-size: 16px;}.fa-list dt a:hover {    color: #f60;}*/
.fa-list dd {
    overflow: hidden;
    line-height: 20px;
}

.fa-list dd h3 {
    height: auto;
    line-height: 22px;
    font-size: 18px;
    color: #8b8b8b;
    font-weight: normal;
}

.fa-list dd p {
    color: #8b8b8b;
    font-size: 12px;
}

.fa-show .title {
    margin-top: 10px;
    font-size: 20px;
}

.fa-show .copyright {
    color: #aaa;
    font-size: 12px;
}

.fa-show .fa-sx {
    margin-top: 10px;
}

.fa-show .fa-sx li.cur a {
    color: #f60;
    font-size: 18px;
    font-weight: bold;
}

.fa-show p {
    text-align: center;
    text-indent: 0;
}

.fa-show .cont {
    padding: 10px;
    font-size: 16px;
    border-top: 1px dashed #ccc;
    line-height: 28px;
    background: #fefaf0;
}

/*cms顶级栏目页*/
.cur-pos {
    margin-top: -8px;
    height: 35px;
    line-height: 35px;
    background: #f4f4f4;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

.cur-pos .icon-home {
    background: url(../images/icon_home.png) no-repeat center/19px;
    width: 50px;
    height: 35px;
    border-right: 1px solid #d6d6d6;
    display: block;
}

.cur-pos .t {
    width: 79%;
}

.cur-pos .t span {
    display: inline-block;
    margin: 0 10px;
}

.cur-pos .t i.icon-gk {
    background: url(../images/icon_gk.png) no-repeat;
    vertical-align: middle;
    width: 4px;
    height: 15px;
    background-size: 100% 100%;
    display: inline-block;
}

.cur-pos .t span a {
    display: block;
}

/*幻灯片*/
.focus-box {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.bx-wrapper {
    overflow: hidden;
    height: 160px;
    position: relative;
    margin: 0 auto;
}

.ui-slider {
    width: 320px;
    height: 160px;
    margin: 8px auto;
    overflow: hidden;
}

.focus-box img {
    width: 100%;
    height: auto;
}

.ui-slider li h5 {
    position: absolute;
    top: 122px;
    width: 260px;
    height: 30px;
    line-height: 30px;
    padding-right: 60px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    text-indent: 0.8em;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bx-pager {
    position: absolute;
    top: 133px;
    right: 10px;
    z-index: 9;
    color: yellow;
}

.head_list {
    position: relative;
}

.head_list ul {
    padding: 0 40px 0 10px;
    overflow: hidden;
    height: auto;
    display: block;
}

.head_list ul li {
    color: #aaa;
    font-size: 16px;
    width: 95%;
    height: 32px;
    line-height: 32px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.head_list ul li em {
    position: absolute;
    right: 10px;
    font-size: 12px;
    font-style: normal;
    color: #aaa;
}

.head_list ul li em.red {
    color: red;
}

.head_list ul li em.green {
    color: green;
}

.box {
    overflow: hidden;
    margin-bottom: 5px;
}

.box .box_title {
    border-top: 2px solid #915926;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.box .box_title a {
    display: block;
    color: #915926;
}

.box .box_title span {
    padding: 0 10px;
    display: inline-block;
}

.more {
    color: #686868;
    font-size: 12px;
}

.more i {
    background: url(../images/icon_more.png) no-repeat;
    width: 2px;
    height: 8px;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 5px;
}

.box_list {
    overflow: hidden;
}

.box_list .list1 {
    overflow: hidden;
}

.box_list .list1 .tbox dt {
    padding: 8px;
}

.box_list .list1 li {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    background: #f8f8f8;
}

.box_list .list1 li a {
    display: block;
    overflow: hidden;
    padding: 8px 10px;
}

.box_list .list1 li .left {
    width: 75px;
}

.box_list .list1 li .left img {
    display: block;
    padding-top: 3px;
}

.box_list .list1 li .right {
    width: 75%;
    float: none;
    overflow: hidden;
}

.box_list .list1 li .right .title {
    width: 70%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}

.box_list .list1 li .right .txt {
    height: 40px;
    overflow: hidden;
    color: #777;
    padding-left: 10px;
    font-size: 14px;
}

.box .other_link {
    overflow: hidden;
}

.box .other_link ul {
    margin-bottom: 10px;
}

.box .other_link li {
    border-top: 1px solid #e8e8e8;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.box .other_link li a {
    font-size: 16px;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0 10px;
}

.box .other_link li a span.left {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box .other_link li a .right {
    position: absolute;
    right: 5px;
    top: 0;
}

.box .other_link li a i {
    background: url(../images/arrow_right.png) no-repeat center;
    width: 20px;
    height: 36px;
    background-size: 50% 50%;
    display: inline-block;
}

.hf {
    background: #f8f8f8;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
}

.hf li {
    float: left;
    width: 33.33%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

.hf li a {
    border-right: 1px solid #d9d9d9;
    display: block;
}

/*cms列表页*/
.list_nav {
    width: 99%;
    background: #F5EBD3;
    overflow: hidden;
    padding: 5px 0.5%;
    display: block;
    clear: both;
    font-size: 16px;
}

.list_nav li {
    float: left;
    text-align: center;
    overflow: hidden;
    width: 25%;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_nav_6 li {
    width: 16.6%;
}

.list_nav li a {
    display: inline-block;
    width: 100%;
    height: 26px;
    text-decoration: none;
}

.list_nav li a:hover,
.list_nav li.cur a {
    color: #fff;
    background: #f60;
}

.list_nav li.w25 {
    width: 25%;
}

.dede_pages ul {
    padding: 12px 0px 12px 16px;
}

.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #e0c09a;
}

.dede_pages ul li select {
    width: 50px;
    height: 22px;
    font-size: 100%;
    border: none;
}

.dede_pages ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    display: block;
}

.dede_pages ul li a:hover {
    color: #f60;
    text-decoration: none;
    padding: 2px 4px 2px;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    background-color: #F8F8F8;
    padding: 2px 4px 2px;
    font-weight: bold;
}

.dede_pages .pageinfo {
    line-height: 21px;
    padding: 12px 10px 12px 16px;
    color: #999;
}

.dede_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/*文章页*/
.view-content {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.view-content h1.title {
    font-size: 22px;
    padding: 10px 5px;
}

.view-content .t {
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #E9E9E9;
    overflow: hidden;
    clear: both;
    padding: 5px;
}

.view-content .content {
    margin-top: 10px;
    padding: 5px;
    line-height: 1.8em;
}

.view-content .content h1,
.view-content .content h2,
.view-content .content h3,
.view-content .content h4,
.view-content .content h5,
.view-content .content h6 {
    line-height: 26px;
    padding-left: 11px;
    margin: 20px 12px 11px 12px;
    border: 1px solid #d9d9d9;
    border-width: 0 0 1px;
    font-weight: bold;
    color: #915926;
    background: url(../images/ml-icon.png) no-repeat 0 4px;
    background-size: 5px 67px;
    box-shadow: 0 1px #fafafa;
}

.view-content .content h1 {
    font-size: 24px;
}

.view-content .content h2 {
    font-size: 22px;
}

.view-content .content h3 {
    font-size: 20px;
}

.view-content .content h4 {
    font-size: 18px;
}

.view-content .content h5 {
    font-size: 16px;
}

.view-content .content h6 {
    font-size: 14px;
}

.view-content .content img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    clear: both;
    margin: 0 auto;
    background: #fff;
}

.view-content .content table {
    background: #fffcf5;
    line-height: 32px;
    border-collapse: collapse;
    border: 1px solid #ebdbd3;
}

.view-content .content table td {
    padding: 0 5px;
    border: 1px solid #ebdbd3;
    vertical-align: top;
}

.view-content .content a {
    color: #f60;
    font-weight: bold;
}

/*内容分页*/
.view-content .content-page {
    padding-top: 10px;
}

.view-content .content-page li {
    float: left;
    padding: 3px;
}

.view-content .content-page a {
    color: #777;
    font-weight: 100;
}

.view-content .content-page .thisclass a {
    color: #f60;
}

.article-list-box {
    margin: 10px 5px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #D7D7D7;
    background: #fff;
}

.article-list-box ul {
    overflow: hidden;
}

.article-list-box li {
    border-bottom: 1px solid #E9E9E9;
    overflow: hidden;
    width: 100%;
    padding: 10px 0;
}

.article-list-box li.no-bg {
    background: none;
}

.article-list-box li a {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
    width: 70%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.article-list-box li.no-border {
    border: none;
}

.list .pic {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: #e0c09a 1px solid;
    overflow: hidden;
}

.list .pic li {
    width: 50%;
    height: 160px;
    overflow: hidden;
    float: left;
    background: none;
    text-align: center;
    padding: 0;
    border: none;
}

.list .pic li a {
    display: block;
    padding: 5px 2px;
    background: #fff;
}

.list .pic li img {
    display: block;
    margin: 0 auto;
}

.list .pic li span {
    display: block;
    padding-top: 8px;
    height: 50px;
    line-height: 1.6em;
    white-space: normal;
}

.topic {
    padding: 5px 10px;
    line-height: 2em;
}

.topic p {
    padding: 8px 0;
}

.topic p.desc {}

.topic p.open,
.topic p.close {
    height: 145px;
    overflow: hidden;
}

.topic div.btn {
    height: 10px;
    text-align: center;
    color: #f60;
}

.topic div.btn .line {
    padding: 0;
    height: 10px;
    line-height: 19px;
    border-bottom: #d3d3d3 1px solid;
    text-align: center;
}

.topic div.btn .line .txt {
    background: #fff;
    padding: 0 10px;
    color: #999;
    position: relative;
}

.topic div.down .line .txt i,
.topic div.up .line .txt i {
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #999 #fff #fff #fff;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -5px;
}

.topic div.up .line .txt i {
    border-color: #fff #fff #999 #fff;
    bottom: 7px;
}

/*表单按钮样式*/
.form-btn {
    width: 75%;
    margin: 10px auto 0;
}

.form-btn .btn,
.form-btn .a-btn {
    width: 47%;
    margin: 0 1%;
    display: inline-block;
    height: 100%;
}

.form-btn .a-btn {
    color: #fff;
}

.ui-btn {
    width: 100%;
    display: block;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    border: 0;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-bg {
    color: #fff;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
}

.swiper-container {
    width: 100%;
    height: 100px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -5px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    border-radius: 0;
    background: #e5e5e5;
    opacity: .9;
}

.swiper-pagination-bullet-active {
    background: #f60;
}

.swiper-container .swiper-slide {
    position: relative;
}

.swiper-container .swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: relative
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 0.9em;
    height: 20px;
    overflow: hidden;
    z-index: 100
}

.searchdiv {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #faf3e2;
    padding: 10px;
}

.searchdiv input {
    width: 40%;
    height: 30px;
    background: #fff;
    line-height: 30px;
    border: #e0c09a 1px solid;
    border-radius: 5px;
    margin-left: 10px;
    padding-left: 10px;
    color: #666;
}

.searchdiv select {
    width: 25%;
    height: 30px;
    background: #fff;
    line-height: 30px;
    border: #e0c09a 1px solid;
    border-radius: 5px;
    margin-left: 5px;
    color: #666;
}

.searchdiv button {
    background: #915926;
    padding: 5px;
    margin-left: 5px;
    color: #fff;
    width: 15%;
    border-radius: 5px;
}

/* 优化间距(待更改) */
.view-content .content p:nth-last-child(2) {
    text-align: center;
    margin-top: 50px;
    border: 1px solid #7c4328;
}

/*.view-content .content .alert:nth-last-child(2) {	text-align: center;	margin-top: 50px;	border: 1px solid #7c4328;}*/
.view-content .content .post-content p:nth-child(1) {
    margin-top: 0;
}

.view-content .content .post-content p:nth-child(2) {
    margin-top: 0;
}

.view-content .content .post-content {
    color: black;
    font-size: large;
}

.view-content .content .post-content p {
    margin-top: 10px;
}

.view-content .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
}

.view-content .t {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.view-content .content {
    color: #333;
    line-height: 1.6;
    font-size: 14px;
}

.view-content .post-content {
    margin-bottom: 20px;
}

.view-content .post-content p {
    margin-bottom: 10px;
}

.view-content .post-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

/* 文章导航样式 */
.article-list-box {
    background: #fff;
    margin-bottom: 10px;
}

.article-list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-list-box li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

.article-list-box li.no-border {
    border-bottom: none;
}

.article-list-box li.no-bg {
    background: none;
}

.article-list-box .sxlj {
    color: #0066cc;
    text-decoration: none;
}

.article-list-box .sxlj:hover {
    text-decoration: underline;
}

/* 相关文章样式 */
.list {
    background: #fff;
    margin-bottom: 10px;
}

.list .title {
    background: #fceed3;
    color: #935422;
    padding: 8px 10px;
    font-weight: bold;
    border-bottom: 1px solid #e0c09a;
}

.list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* .list li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
} */

.list li:last-child {
    border-bottom: none;
}

.list li a {
    color: #333;
    text-decoration: none;
}

.list li a:hover {
    color: #0066cc;
}

/* 推广内容样式 */
.box {
    background: #fff;
    margin-bottom: 10px;
}

.title2 {
    float: left;
    width: 100%;
    padding: 8px 0;
    text-indent: 10px;
    font-weight: bold;
    background: #fceed3;
    color: #935422;
    border-bottom: #e0c09a 1px solid;
}

.box .hf {
    background: #f8f8f8;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
}

.box .hf ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.box .hf li {
    flex: 0 0 33.33%;
    height: 36px;
    /* line-height: 36px; */
    line-height: 2;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    overflow: hidden;
    box-sizing: border-box;
}

.box .hf li:nth-child(3n) {
    border-right: none;
}

.box .hf li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    border: none;
}

.box .hf li a:hover {
    background: #f0f0f0;
    color: #935422;
}

/* 当前位置导航 */
.cur-pos {
    background: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    color: #666;
}

.cur-pos .icon-home {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/images/icon_home.png') no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.cur-pos .left {
    float: left;
}

.cur-pos .t a {
    color: #666;
    text-decoration: none;
}

.cur-pos .t a:hover {
    color: #0066cc;
}




.fortune-container {
  margin-top: 0.5rem;
}

.fortune-wrapper {
  overflow: inherit;
}

.fortune-header {
  width: 100%;
  padding: 0.5rem 0 0.5rem 0.625rem;
  font-weight: bold;
  background-color: #fceed3;
  color: #935422;
  border-bottom: 1px solid #e0c09a;
}

.fortune-link {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 0.75rem;
}

.fortune-table-container {
  width: 100%;
}

.fortune-table {
  width: 100%;
  border: 1px solid #915926;
  table-layout: fixed;
  border-collapse: collapse;
}

.fortune-cell {
  height: 30px;
  text-align: center;
  border-right: 1px solid #915926;
  border-bottom: 1px solid #915926;
  padding: 0.25rem;
}

.fortune-header .fortune-link {
  color: #935422;
  font-size: inherit;
}