﻿* {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    -webkit-text-size-adjust: none;
    color: #333333;
    -webkit-text-size-adjust: none;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

form {
    display: inline
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul, ol {
    list-style: none
}

input, select, button {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button
}

input:focus:-moz-placeholder, input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    color: #333333;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

a:hover, a:active, a:focus {
    color: #FF3333;
    text-decoration: none;
}

img {
    display: block;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.dis_none {
    display: none;
}

/*浮动*/
.f_left {
    float: left;
}

.f_right {
    float: right;
}

.center {
    text-align: center;
}

/*颜色*/
.black {
    color: #333 !important;
}

.red {
    color: #ff0000 !important;
}

.red_2 {
    color: #F78181 !important;
}

.blue {
    color: #0000ff !important;
}

.blue_2 {
    color: #6541E9 !important;
}

.yellow {
    color: #ee4900 !important;
}

.yellow_2 {
    color: #FEA06F !important;
}

.green {
    color: #009900 !important;
}

.green_2 {
    color: #58A058 !important;
}

.pink {
    color: #E85BFF !important;
}

.white {
    color: #FFFFFF !important;
}

.brown {
    color: #BEB18E !important;
}

/*背景颜色*/
.bblue {
    background-color: #8CB4E2 !important;
}

.bblue_2 {
    background-color: #ABCFFC !important;
}

.bblue_3 {
    background-color: #88B4FA !important;
}

.bgreen {
    background-color: #AFD977 !important;
}

.bgreen_2 {
    background-color: #00CA65 !important;
}

.byellow {
    background-color: #F0CE72 !important;
}

.bpink {
    background-color: #EDABD3 !important;
}

.bpink_2 {
    background-color: #CAB6D8 !important;
}

.bviolet {
    background-color: #B390CC !important;
}

.bbrown {
    background-color: #BEB18E !important;
}

.bbrown_2 {
    background-color: #A65353 !important;
}

.borange {
    background-color: #FF8359 !important;
}

.bpeach {
    background-color: #D75EAF !important;
}

/*字体*/
.bold {
    font-weight: bold;
}

/*距离*/
.mt_10 {
    margin-top: 10px;
}

.mt_13 {
    margin-top: 13px;
}

.mt_14 {
    margin-top: 14px;
}

.mt_16 {
    margin-top: 16px;
}

.mt_18 {
    margin-top: 18px;
}

.mt_17 {
    margin-top: 17px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_27 {
    margin-top: 27px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_32 {
    margin-top: 32px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_60 {
    margin-top: 60px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.ml_10 {
    margin-left: 10px;
}

.pt_2 {
    padding-top: 2px;
}

.pt_20 {
    padding-top: 20px;
}

.pt_40 {
    padding-top: 40px;
}

/*高度*/
.h_454 {
    height: 454px;
}

/*宽度*/
.w_160 {
    width: 160px;
}

/*包装*/
.wrapper {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 40px;
}

.wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*左侧*/
.list_left {
    float: left;
    width: 760px;
}

.show_left {
    float: left;
    width: 700px;
    padding: 0px 44px;
    border: 1px solid #eaeaea;
}

.index_left {
    float: left;
    width: 760px;
}

.book_left /*用于书籍类列表*/
{
    float: left;
    width: 788px;
    border: 1px solid #eaeaea;
    border-top: none;
}

.book_left .show_title,
.book_left .show_cnt,
.book_left .show_share {
    margin-left: 44px;
    margin-right: 44px;
}

/*右侧*/
.page_right {
    float: right;
    width: 300px;
}

.page_right .yunshi_box {
    float: none;
}

/*面包屑wrapper*/
.bread_wrapper {
    width: 1120px;
    height: 40px;
    padding: 20px 0px;
    margin: auto;
}

/*面包屑*/
.logo2_box {
    float: left;
    width: 32px;
    height: 32px;
    margin: 3px 0px;
    background: url(img/logo_2.png) no-repeat;
}

.logo2_box a {
    display: inline-block;
    width: 116px;
    height: 32px;
    line-height: 140px;
    overflow: hidden;
}

.bread_box {
    float: left;
    width: 838px;
    height: 40px;
    line-height: 45px;
    font-size: 12px;
    color: #aaa;
    font-family: "SimSun";
}

.bread_box h1 {
    display: inline;
}

.bread_box a {
    color: #777;
}

.bread_box .cur {
    color: #333;
}

.bread_box a:hover {
    color: #FF3333;
}

/*列表：导航*/
.list_nav {
    width: 760px;
    height: 42px;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.list_nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.list_nav li {
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: -2px;
}

.list_nav li a {
    display: block;
    font-size: 15px;
    color: #777;
}

.list_nav li a:hover {
    color: #aa4542;
}

.list_nav li.home {
    width: 112px;
    font-weight: bold;
}

.list_nav li.cur {
    border-top: 2px solid #aa2d27;
    border-bottom: 1px solid #cdcdcd;
    background: #f7f7f7;
}

.list_nav li.cur a {
    color: #aa4542;
}

.list_nav li:hover {
    border-top: 2px solid #aa2d27;
}

.list_nav.nav_7 li {
    width: 92px;
}

.list_nav.nav_7 li.home {
    width: 116px;
}

.list_nav.nav_8 li {

    min-width: 85px;
}

.list_nav.nav_8 li.home {
    width: 120px;
}

.list_nav.nav_9 li {
    width: 72px;
}

.list_nav.nav_9 li.home {
    width: 112px;
}

.list_nav.nav_10 li {
    width: 65px;
}

.list_nav.nav_10 li.home {
    width: 110px;
}

.list_nav.nav_11 li {
    width: 62px;
}

.list_nav.nav_11 li.home {
    width: 78px;
}

.list_nav.nav_12 li {
    width: 58px;
}

.list_nav.nav_12 li.home {
    width: 64px;
}

.list_nav.nav_13 li {
    width: 54px;
}

.list_nav.nav_13 li.home {
    width: 58px;
}

/*Book：导航*/
.book_nav {
    width: 788px;
    height: 42px;
    border-top: 2px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.book_nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.book_nav li {
    float: left;
    width: 76px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-top: 2px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-top: -2px;
}

.book_nav li a {
    display: block;
    font-size: 15px;
    color: #777;
}

.book_nav li a:hover {
    color: #aa2d27;
}

.book_nav li.home {
    width: 102px;
    font-weight: bold;
}

.book_nav li.cur {
    border-top: 2px solid #aa2d27;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.book_nav li.cur a {
    color: #aa2d27;
}

.book_nav li.last {
    border-right: none;
}

.book_nav li:hover {
    border-top: 2px solid #aa2d27;
}

.book_nav.nav_7 li {
    width: 97px;
}

.book_nav.nav_7 li.home {
    width: 107px;
}

.book_nav.nav_8 li {
    width: 84px;
}

.book_nav.nav_8 li.home {
    width: 114px;
}

.book_nav.nav_10 li {
    width: 69px;
}

.book_nav.nav_10 li.home {
    width: 96px;
}

/*列表：内容*/
.list_item {
    clear: both;
    text-align: justify;
    max-height: 160px;
    margin-bottom: 40px;
    overflow: hidden;
}

.list_item .list_img {
    float: left;
    display: inline-block;
    width: 264px;
    height: 160px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.list_item .list_img img {
    width: 264px;
    height: 160px;
    transform: translate(0, 0);
    transition: all .4s;
}

.list_item .list_img:hover img {
    transform: scale(1.06, 1.06);
    transition: all .4s;
}

.list_item .list_img em {
    display: inline-block;
    width: 42px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-style: normal;
    padding-left: 8px;
    position: absolute;
    z-index: 10;
    top: 12px;
    left: 0px;
    overflow: hidden;
    background-image: url(img/bg.png);
    background-repeat: no-repeat;
}

.list_item .list_img em.dig {
    background-position: -0px -0px;
}

.list_item .list_img em.hot {
    background-position: -180px -0px;
}

.list_item .list_img em.up {
    background-position: -60px -0px;
}

.list_item .list_img em.orig {
    background-position: -120px -0px;
}

.list_item .list_img em.select {
    background-position: -240px -0px;
}

.list_item div {
    max-height: 126px;
    overflow: hidden;
}

.list_item h3,
.list_item h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 16px;
    text-align: left;
}

.list_item h3 a,
.list_item h4 a {
    color: #444;
}

.list_item h3 a:hover,
.list_item h4 a:hover {
    color: #FF3333;
}

.list_item p.cnt {
    color: #999;
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    word-wrap: break-word;
}

.list_item p.view {
    color: #999;
    height: 22px;
    line-height: 22px;
    margin-top: 12px;
}

.list_item p.view span {
    font-size: 12px;
    line-height: 30px;
}

.list_item p.view a {
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    text-align: center;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: "Simsun";
}

.list_item p.view a:hover {
    color: #FF3333;
    border: 1px solid #FF3333;
}

/*加载中*/
.list_load_more {
    color: #666;
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

/*列表：分页*/
.list_page {
    text-align: center;
}

.list_page li a{
    padding: 8px 12px;
    font-size: 18px;
    color: #74648C;
    border: 1px solid #9F94B1;
    border-radius: 6px;
    font-family: "SimSun" \9;
}

.list_page li{
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom:20px;
    display: inline-block;
}

.list_page a:hover {
    background-color: #332C3E;
    border: 1px solid #332C3E;
    color: #D4D1DA;
}

.list_page .thisclass a{
    background-color: #332C3E;
    border: 1px solid #332C3E;
    color: #D4D1DA;
    font-weight: normal;
}

/*12星座人性攻略、王亭之谈斗数 等*/
.list_book h4 {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #cdcdcd;
    padding-left: 14px;
    clear: both;
}
.list_book h3 {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #cdcdcd;
    padding-left: 14px;
    clear: both;
}
.list_book ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.list_book ul li {
    float: left;
    display: inline-block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    width: 332px;
    color: #333;
    padding-left: 18px;
    border-top: 1px dotted #cdcdcd;
    white-space: nowrap;
    overflow: hidden;
}

.list_book h4 a,
.list_book ul li a {
    color: #333;
}
.list_book h3 a,
.list_book ul li a {
    color: #333;
}
.list_book ul.col_1 li {
    width: 682px;
}

/*星座配对、星座速配表 等*/
.list_match h3 {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 12px;
    clear: both;
}

.list_match ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* 星座查询 等 */
.chaxun_tab {
    width: 100%;
    margin: auto;
    margin-top: 36px;
    border: 1px solid #efefef;
}

.chaxun_tab thead td {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background-color: #efefef;
}

.chaxun_tab .th td {
    font-weight: bold;
}

.chaxun_tab td {
    font-size: 16px;
    height: 30px;
    border: 1px solid #efefef;
    text-align: center;
}

.chaxun_tab.bjxz td {
    font-size: 14px;
    line-height: 1.2em;
    height: 50px;
}

.chaxun_tab.bjxz td:hover {
    background: #cacaca;
    color: #000;
}

.chaxun_tab.riqi {
    float: left;
    width: 340px;
}

.chaxun_tab.riqi td {
    font-size: 14px;
}

.chaxun_tab.riqi.ml_20 {
    margin-left: 20px;
}

.chaxun_tab.riqi a,
.chaxun_tab.danshengshi a {
    color: #333333;
}

.chaxun_tab.xingqu td {
    text-align: left;
    line-height: 220%;
    padding: 14px;
    padding-right: 0px;
}

.chaxun_tab.danshengshi td {
    text-align: left;
    line-height: 200%;
    padding: 16px;
    padding-right: 0px;
}

/* 查询工具表单 等 */
.chaxun_form {
    font-size: 18px;
    display: block;
    width: 520px;
    text-align: center;
    padding: 16px 0px;
    border: 4px solid #F8D0A9;
    background-color: #FFFAE6;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
}

.chaxun_form select {
    height: 36px;
    padding: 0px 8px;
    border: 1px solid #D1D0EF;
    border-radius: 6px;
}

.chaxun_form button {
    height: 34px;
    text-align: center;
    color: #4B465A;
    padding: 0px 12px;
    font-size: 16px;
    background-color: #D3D3DC;
    border: 1px solid #C8C8D2;
    border-radius: 6px;
}

.chaxun_form button:hover {
    background-color: #DDDDE3;
}

/*详情-标题*/
.show_title {
    margin: auto;
}

.show_title h1 {
    height: auto;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 18px;
}

.show_title h2 {
    height: auto;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 18px;
}

.show_title span {
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    text-align: center;
    background: #f6f6f6;
}

.show_title span i {
    display: inline-block;
    height: 20px;
    line-height: 18px;
    font-style: normal;
    border: 1px solid #a0a0a0;
    padding: 0px 6px;
    border-radius: 4px;
    color: #808080;
    box-sizing: border-box;
}

.show_title span a {
    color: #999999;
}

.show_title span a:hover {
    color: #FF3333;
}

/*详情-内容*/
.show_cnt {
    color: #333333;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    margin-top: 30px;
    word-wrap: break-word;
}

.show_cnt p,
.show_cnt div,
.show_cnt blockquote {
    color: #333333;
    font-size: 18px;
    line-height: 2em;
    text-align: justify;
    margin-bottom: 18px;
    word-wrap: break-word;
    /*text-indent: 2em;*/
}

.show_cnt p:last-child,
.show_cnt div:last-child,
.show_cnt blockquote:last-child {
    margin-bottom: 0;
}
.show_cnt h1,.show_cnt h2,.show_cnt h3,.show_cnt h4,.show_cnt h5,.show_cnt h6{
    line-height: 22px;
    margin-top: 15px;
    font-size: 18px;
    color: #f60;
    clear: both;
    zoom: 1;
    overflow: hidden;
}
.show_cnt a {
    color: #dc4f17;
}

.show_cnt a:hover {
    color: #FF3333;
    text-decoration: underline;
}

.show_cnt img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
}

.show_cnt .ARTICLE_INDEX a {
    display: block;
    float: left;
    width: 48%;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    padding-right: 2%;
    box-sizing: border-box;
    text-overflow: ellipsis;
}

.show_cnt .ARTICLE_INDEX a:nth-child(2n) {
    text-align: left;
    padding-left: 2%;
    padding-right: 0;
}

.show_cnt .ARTICLE_INDEX:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.show_cnt .orgin {
    text-indent: 0em;
    color: #ee6666;
    font-size: 18px;
    text-align: center;
}

.show_cnt:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*详情-分页*/
.show_page {
    text-align: center;
    padding-top: 18px;
}

.show_page a, .show_page b, .show_page span {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 18px;
    padding: 6px 10px;
    font-size: 18px;
    color: #8c3834;
    border: 1px solid #b1481b;
    border-radius: 6px;
    font-family: "SimSun" \9;
}

.show_page a:hover {
    background-color: #332C3E;
    border: 1px solid #332C3E;
    color: #D4D1DA;
}

.show_page b {
    background-color: #332C3E;
    border: 1px solid #332C3E;
    color: #D4D1DA;
    font-weight: normal;
}

.show_page span {
    color: #999;
    cursor: default;
    background-color: #eee;
    border: 1px solid #ccc;
}

.show_page select {
    height: 34px;
    color: #8c3d2a;
    line-height: 34px;
    font-size: 18px;
    border: 1px solid #b16366;
    border-radius: 6px;
    padding: 0px 20px;
}

/*通用标题*/
h4.tit, span.tit {
    display: block;
    width: 100px;
    height: 22px;
    font-size: 18px;
    color: #863731;
    font-weight: bold;
}

h4.tit a, span.tit a {
    color: #863731;
}

h4.tit_5 a, span.tit_5 {
    width: 114px;
    background-position: -114px -43px;
}

h3.tit, span.tit {
    display: block;
    width: 100px;
    height: 22px;
    font-size: 18px;
    color: #863731;
    font-weight: bold;
}

h3.tit a, span.tit a {
    color: #863731;
}

h3.tit_5 a, span.tit_5 {
    width: 114px;
    background-position: -114px -43px;
}

/*相关阅读*/
.about_box {
    margin-top: 30px;
    height: 138px;
}

.about_box ul {
    float: left;
    display: block;
    width: 750px;
    font-size: 16px;
    margin-top: 12px;
}

.about_box ul li {
    display: inline-block;
    width: 335px;
    margin-right:20px;
    padding-left: 11px;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    background: url(img/bg.png) no-repeat -357px 12px;
    float: left;
}

/*相关阅读(2)*/
.about_box_2 {
    width: 700px;
    height: 138px;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
}

.about_box_2 ul {
    float: left;
    display: block;
    width: 720px;
    font-size: 16px;
    margin-top: 10px;
}

.about_box_2 ul li {
    float: left;
    display: inline-block;
    width: 319px;
    padding-left: 11px;
    font-size: 16px;
    height: 27px;
    line-height: 27px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 30px;
    background: url(img/bg.png) no-repeat -357px 12px;
}

/*为您推荐*/
.uppic_box {
    width: 720px;
    margin: auto;
    margin-top: 32px;
    position: relative;
    margin-bottom: 30px;
}

.uppic_box:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.uppic_box span.tit {
    margin-bottom: 2px;
}

.uppic_box .up_item {
    width: 340px;
    margin-right: 20px;
    text-align: justify;
    max-height: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.uppic_box .up_item:hover {
    background-color: #efefef;
}

.uppic_box .up_item .list_img {
    float: left;
    display: inline-block;
    width: 150px;
    height: 90px;
    margin-right: 20px;
    overflow: hidden;
}

.uppic_box .up_item .list_img img {
    width: 150px;
    height: 90px;
    transform: translate(0, 0);
    transition: all .4s;
}

.uppic_box .up_item .list_img:hover img {
    transform: scale(1.08, 1.08);
    transition: all .4s;
}

.uppic_box .up_item h4 {
    font-size: 20px;
    line-height: 26px;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
}

.uppic_box .up_item h4 a {
    color: #444;
}
.uppic_box .up_item h3 {
    font-size: 20px;
    line-height: 26px;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
}

.uppic_box .up_item h3 a {
    color: #444;
}

.uppic_box .up_item p {
    color: #999;
    line-height: 22px;
    font-size: 12px;
}

.uppic_box .more_btn {
    display: block;
    font-weight: normal;
    height: 34px;
    background: #e3e3e3;
    line-height: 34px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #444;
    letter-spacing: 1px;
}

.uppic_box .more_btn:hover {
    color: #b73d2f;
    border: 1px solid #b73d2f;
}

/*精华推荐*/
.upimg_box {
    width: 700px;
    height: 244px;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    overflow: hidden;
}

.upimg_box span.tit {
    margin-bottom: 2px;
}

.upimg_box ul {
    clear: both;
    width: 720px;
    height: 222px;
    position: relative;
}

.upimg_box ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.upimg_box ul li {
    float: left;
    width: 160px;
    height: 96px;
    padding-top: 15px;
    margin-right: 20px;
    position: relative;
}

.upimg_box ul li img {
    width: 160px;
    height: 96px;
}

.upimg_box ul li span {
    display: inline-block;
    width: 160px;
    height: auto;
    line-height: 1.1em;
    text-align: left;
    font-size: 15px;
    color: #fff;
    padding: 4px 6px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    background-color: #000 \9;
    filter: alpha(Opacity=75) \9;
    -moz-opacity: 0.75 \9;
    opacity: 0.75 \9;
}

.upimg_box ul li:hover span {
    white-space: normal;
}

/*推荐表格*/
.upnav_box {
    width: 700px;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
}

.upnav_box span.tit {
    margin-bottom: 2px;
}

.upnav_tab {
    width: 700px;
    margin: auto;
    margin-top: 17px;
}

.upnav_tab td {
    width: 16.66%;
    height: 36px;
    text-align: center;
    font-size: 15px;
    border: 1px dotted #ccb9d4;
}

.upnav_tab td a {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #6F657D;
}

.upnav_tab a:hover {
    color: #FF3333 !important;
}

/*关键字推荐*/
.key_box {
    width: 699px;
    border: 1px dotted #ccc;
    border-top: none;
    border-left: none;
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

.key_box ul {
    display: block;
    width: 100%;
}

.key_box:after,
.key_box ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.key_box ul li {
    float: left;
    display: inline-block;
    width: 33.3%;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px dotted #ccc;
    border-top: none;
    border-right: none;
    box-sizing: border-box;
    padding-left: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.key_box ul li a {
    color: #7d5050;
}

.key_box ul li a:hover {
    color: #FF3333 !important;
}

/*加载中*/
.load_more_style {
    display: none;
    clear: both;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.load_more_style i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(img/loading.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 9px;
    animation: load_more_roting 1s linear infinite;
}

@keyframes load_more_roting {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

/*加载更多按钮*/
.load_more_btn {
    display: none;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 6px;
    color: #444;
    letter-spacing: 1px;
    cursor: pointer;
}

.load_more_btn:hover {
    color: #b73d2f;
}

.load_more_btn i {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
    top: 2px;
    background: url(img/bg.png) no-repeat -145px -50px;
    -webkit-transition: -webkit-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.load_more_btn:hover i {
    background-position: -170px -50px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.load_more_btn i.load {
    background: url(img/bg.png) no-repeat -195px -50px;
    -webkit-animation: load_btn_roting 1s linear infinite;
}

@-webkit-keyframes load_btn_roting {
    0% {
        -webkit-transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
    }
}

/*星座查询-右侧*/
.tool_chaxun {
    margin-top: 20px;
    border: 1px solid #D1D0EF;
    background: #D1D0EF url(img/peidui.png) no-repeat;
}

.tool_chaxun a {
    display: block;
    width: 298px;
    height: 70px;
    padding-top: 10px;
    color: #777;
}

.tool_chaxun a .tool_sign_logo {
    float: left;
    margin-left: 20px;
}

.tool_chaxun a .info {
    float: left;
    display: block;
    width: 117px;
    height: 52px;
    margin-top: 12px;
    margin-left: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
}

.tool_chaxun a .info em {
    display: block;
    font-size: 12px;
    line-height: 32px;
    font-style: normal;
    color: #999;
}

.tool_chaxun a .more_btn {
    float: left;
    width: 23px;
    height: 24px;
    margin-top: 18px;
    margin-left: 12px;
    background: url(img/bg.png) no-repeat 0 -270px;
}

.tool_chaxun a:hover {
    color: #c86d60;
}

.tool_chaxun a:hover .more_btn {
    background-position: -25px -420px;
}

.tool_chaxun form {
    display: block;
    height: 28px;
    padding: 6px;
    padding-top: 7px;
}

.tool_chaxun form select {
    float: left;
    width: 99px;
    height: 28px;
    color: #777;
    text-align: center;
    border: 1px solid #fff;
    padding-left: 28px;
    border-radius: 6px;
}

.tool_chaxun form select.lt {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tool_chaxun form select.ct {
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.tool_chaxun form button {
    float: left;
    width: 88px;
    height: 28px;
    text-align: center;
    color: #fff;
    background-color: #c88262;
    border: 1px solid #c86368;
    border-radius: 6px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tool_chaxun form:hover select {
    border-color: #c86675;
}

.tool_chaxun form button:hover {
    background-color: #f3857c;
    border-color: #f37877;
}

/*星座配对-右侧*/
.tool_peidui {
    background: #D1D0EF url(img/peidui.png) no-repeat 0 -130px;
    position: relative;
}

.tool_peidui a {
    display: block;
    width: 300px;
    height: 81px;
    line-height: 500px;
    overflow: hidden;
}

.tool_peidui .tool_sign_logo {
    position: absolute;
    top: 15px;
    left: 20px;
}

.tool_peidui .tool_sign_logo.nan {
    left: 210px;
}

.tool_peidui form {
    display: block;
    height: 28px;
    padding: 7px;
}

.tool_peidui form select {
    float: left;
    width: 90px;
    height: 28px;
    color: #777;
    text-align: center;
    border: 1px solid #fff;
    padding-left: 15px;
    border-radius: 6px;
}

.tool_peidui form button {
    float: left;
    width: 90px;
    height: 28px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
    background-color: #c86a8b;
    border: 1px solid #c8244b;
    border-radius: 6px;
}

.tool_peidui form select:hover {
    border-color: #c87724;
}

.tool_peidui form button:hover {
    background-color: #f34c1f;
    border-color: #f38a5f;
}

/*血型配对-右侧*/
.tool_xuexing {
    background: #FCF7F8 url(img/peidui.png) no-repeat 0 -261px;
    position: relative;
    border: 1px solid #F1D0D9;
}

.tool_xuexing a {
    display: block;
    width: 298px;
    height: 80px;
    line-height: 500px;
    overflow: hidden;
}

.tool_xuexing form {
    display: block;
    height: 26px;
    padding: 7px;
    border-top: 1px solid #F1D0D9;
}

.tool_xuexing form select {
    float: left;
    width: 89px;
    height: 28px;
    color: #777;
    text-align: center;
    border: 1px solid #FFD9E3;
    padding-left: 15px;
    border-radius: 6px;
}

.tool_xuexing form button {
    float: left;
    width: 90px;
    height: 28px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
    background-color: #F587A4;
    border: 1px solid #F587A4;
    border-radius: 6px;
}

.tool_xuexing form select:hover {
    border-color: #F587A4;
}

.tool_xuexing form button:hover {
    background-color: #F15480;
    border-color: #F15480;
}

/*解梦-右侧*/
.tool_jiemeng {
    background: #FEFEFE url(img/peidui.png) no-repeat 0 -653px;
    position: relative;
}

.tool_jiemeng .bg {
    display: block;
    width: 300px;
    height: 100px;
    line-height: 500px;
    overflow: hidden;
}

.tool_jiemeng form {
    position: absolute;
    width: 240px;
    height: 34px;
    top: 56px;
    left: 50%;
    margin-left: -120px;
}

.tool_jiemeng form b {
    float: left;
    display: block;
    width: 58px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
    color: #808080;
    font-size: 14px;
    border: 1px solid #FBA58C;
    background-color: #faf3ed;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.tool_jiemeng form input {
    float: left;
    width: 122px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #808080;
    text-indent: 8px;
    border-top: 1px solid #FBA58C;
    border-bottom: 1px solid #FBA58C;
}

.tool_jiemeng form button {
    float: left;
    width: 56px;
    height: 34px;
    line-height: 30px;
    color: #FEFEFE;
    background-color: #ea737a;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.tool_jiemeng_list {
    border: 1px solid #e0e0e0;
    padding: 10px 0;
}

.tool_jiemeng_list:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tool_jiemeng_list a {
    float: left;
    display: block;
    width: 18.75%;
    height: 26px;
    line-height: 26px;
    color: #808080;
    text-align: center;
    margin: 5px 0px 5px 5%;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
}

.tool_jiemeng_list a:hover {
    color: #ff0000;
    border: 1px solid #ff8888;
}

/*工具使用的生肖头像*/
.tool_sx_logo {
    display: block;
    width: 70px;
    height: 66px;
    background-image: url(img/shengxiao_tool.png);
    background-repeat: no-repeat;
    background-position: 3px 0px;
}

.tool_sx_logo.s_1 {
    background-position: 3px 0px;
}

.tool_sx_logo.s_2 {
    background-position: -87px 0px;
}

.tool_sx_logo.s_3 {
    background-position: -178px 0px;
}

.tool_sx_logo.s_4 {
    background-position: -266px 0px;
}

.tool_sx_logo.s_5 {
    background-position: -357px 0px;
}

.tool_sx_logo.s_6 {
    background-position: -447px 0px;
}

.tool_sx_logo.s_7 {
    background-position: -538px 0px;
}

.tool_sx_logo.s_8 {
    background-position: -627px 0px;
}

.tool_sx_logo.s_9 {
    background-position: -719px 0px;
}

.tool_sx_logo.s_10 {
    background-position: -807px 0px;
}

.tool_sx_logo.s_11 {
    background-position: -898px 0px;
}

.tool_sx_logo.s_12 {
    background-position: -988px 0px;
}

/*生肖配对-右侧*/
.tool_shengxiao {
    background: #e5e5e5 url(img/peidui.png) no-repeat 0 -392px;
    position: relative;
}

.tool_shengxiao a {
    display: block;
    width: 300px;
    height: 81px;
    line-height: 500px;
    overflow: hidden;
}

.tool_shengxiao .tool_sx_logo {
    position: absolute;
    top: 15px;
    left: 210px;
}

.tool_shengxiao .tool_sx_logo.nan {
    left: 20px;
}

.tool_shengxiao form {
    display: block;
    height: 28px;
    padding: 7px;
}

.tool_shengxiao form select {
    float: left;
    width: 90px;
    height: 28px;
    color: #777;
    text-align: center;
    border: 1px solid #fff;
    padding-left: 12px;
    border-radius: 6px;
}

.tool_shengxiao form button {
    float: left;
    width: 90px;
    height: 28px;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    color: #fff;
    background-color: #f3a25e;
    border: 1px solid #f3a25e;
    border-radius: 6px;
}

.tool_shengxiao form select:hover {
    border-color: #F19243;
}

.tool_shengxiao form button:hover {
    background-color: #F19243;
    border-color: #F19243;
}

/*查询工具-右侧*/
.tool_box {
    display: block;
    height: 30px;
    margin-top: 17px;
    position: relative;
}

.tool_sx .tool_box {
    margin-top: 16px;
}

.tool_box select {
    float: left;
    height: 30px;
    width: 95px;
    color: #777;
    text-align: center;
    border: 1px solid #D1D0EF;
    border-radius: 6px;
    padding-left: 18px;
}

.tool_box input {
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    width: 87px;
    color: #777;
    text-align: center;
    border: 1px solid #D1D0EF;
    border-radius: 6px;
}

.tool_box button {
    display: block;
    float: left;
    width: 100px;
    height: 30px;
    text-align: center;
    margin-left: 10px;
    color: #4B465A;
    border: 1px solid #C8C8D2;
    background-color: #D3D3DC;
    border-radius: 6px;
}

.tool_box:hover select {
    border-color: #c87d67;
}

.tool_box button:hover {
    background-color: #DDDDE3;
}

.tool_box.xx select /*BEGIN 用于血型频道*/
{
    border: 1px solid #FFD9E3;
}

.tool_box.xx:hover select {
    border-color: #F587A4;
}

.tool_box.xx button {
    color: #777;
    border: 1px solid #DDDDE3;
    background-color: #DDDDE3;
}

.tool_box.xx button:hover {
    background-color: #D3D3DC;
}

/*END 用于血型频道*/
.tool_box select.lt {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tool_box select.rt {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tool_box select.ct {
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

/*推荐表格-首页*/
.nav_tab {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border: 2px dotted #E9E1EC;
    padding: 6px;
}

.nav_tab td {
    width: 10%;
    height: 36px;
    text-align: center;
    font-size: 13px;
    border: 2px solid #fff;
    background-color: #f4f4f4;
}

.nav_tab td a {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #6F657D;
}

.nav_tab a:hover {
    color: #ff3333;
    background: #efefef;
}

/*标签云-右侧*/
.tag_box {
    width: 310px;
    margin-bottom: -3px;
}

.tag_box:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tag_box a {
    float: left;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 5px 8px 0;
}

.tag_box a:hover {
    background: #ba5447 !important;
}

/*星座运势-右侧*/
.tool_yunshi {
    width: 284px;
    height: 372px;
    border: 8px solid #eee;
    border-top: none;
    position: relative;
}

.tool_yunshi .tit {
    width: 100%;
    height: 42px;
    text-align: center;
    background-color: #eee;
    background-image: none;
}

.tool_yunshi .tit a {
    display: inline-block;
    width: 103px;
    height: 42px;
    line-height: 100px;
    overflow: hidden;
    background: url(img/bg.png) no-repeat -100px -250px;
}

.tool_yunshi .time {
    padding: 6px 0px 14px 12px;
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.99), rgba(238, 238, 238, 0));
    background: linear-gradient(to bottom, rgba(238, 238, 238, 0.99), rgba(238, 238, 238, 0));
}

.tool_yunshi .time:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tool_yunshi .time li {
    float: left;
    display: block;
    color: #666;
    line-height: 16px;
    margin-right: 7px;
    padding: 4px 7px;
    cursor: pointer;
    border-radius: 4px;
}

.tool_yunshi .time li.cur,
.tool_yunshi .time li:hover {
    border: 2px solid #bbb;
    padding: 2px 5px;
}

.tool_yunshi .sign_box {
    width: 96px;
    height: 122px;
    margin: 16px auto 20px;
    cursor: pointer;
    color: #888;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
}

.tool_yunshi .sign_box .sign {
    width: 90px;
    height: 90px;
    background: url(img/astro_yunshi_2.png) no-repeat 1px 14px;
    border: 3px solid #ccc;
    border-radius: 100%;
    margin-bottom: 8px;
}

.tool_yunshi .sign_box span {
    display: inline-block;
    padding: 0px 10px;
    background: url(img/bg.png) no-repeat -249px -232px;
}

.tool_yunshi .sign_box:hover .sign {
    border-color: #FFB926;
}

.tool_yunshi .sign_box:hover span {
    color: #FFB926;
    background-position: -249px -404px;
}

.tool_yunshi .sign.by {
    background-position: 1px 14px;
}

.tool_yunshi .sign.jn {
    background-position: -125px 10px;
}

.tool_yunshi .sign.sz {
    background-position: -250px 6px;
}

.tool_yunshi .sign.jx {
    background-position: -376px 12px;
}

.tool_yunshi .sign.shz {
    background-position: -501px 7px;
}

.tool_yunshi .sign.cn {
    background-position: -627px 7px;
}

.tool_yunshi .sign.tc {
    background-position: -754px 10px;
}

.tool_yunshi .sign.tx {
    background-position: -878px 9px;
}

.tool_yunshi .sign.ss {
    background-position: -1005px 6px;
}

.tool_yunshi .sign.mj {
    background-position: -1128px 4px;
}

.tool_yunshi .sign.sp {
    background-position: -1255px 4px;
}

.tool_yunshi .sign.sy {
    background-position: -1381px 2px;
}

.tool_yunshi .p1 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #888;
    text-align: center;
}

.tool_yunshi .p2 {
    font-size: 14px;
    height: 78px;
    line-height: 26px;
    color: #888;
    text-indent: 2em;
    text-align: justify;
    padding: 10px 20px 0;
    overflow: hidden;
}

.tool_yunshi .p2 a {
    color: #FFAC00;
}

.tool_yunshi .p2 a:hover {
    color: #F4BE5D;
}

.tool_yunshi .bd_top {
    display: block;
    width: 58px;
    height: 8px;
    position: absolute;
    right: 10px;
    top: 0px;
    background: url(img/bg.png) no-repeat -105px -279px;
}

.tool_yunshi .bd_bot {
    right: auto;
    top: auto;
    left: 10px;
    bottom: -8px;
}

/*五颗星*/
.star {
    display: inline-block;
    width: 92px;
    height: 14px;
    position: relative;
    top: 2px;
    background: url(img/bg.png) no-repeat 0 0;
}

.star.st_0 {
    background-position: 0 -151px;
}

.star.st_1 {
    background-position: 0 -231px;
}

.star.st_2 {
    background-position: 0 -211px;
}

.star.st_3 {
    background-position: 0 -191px;
}

.star.st_4 {
    background-position: 0 -171px;
}

.star.st_5 {
    background-position: 0 -151px;
}

.star2 {
    display: inline-block;
    width: 92px;
    height: 14px;
    position: relative;
    top: 2px;
    background: url(img/bg.png) no-repeat 0 0;
}

.star2.st_0 {
    background-position: 0 -151px;
}

.star2.st_1 {
    background-position: 0 -231px;
}

.star2.st_2 {
    background-position: 0 -211px;
}

.star2.st_3 {
    background-position: 0 -191px;
}

.star2.st_4 {
    background-position: 0 -171px;
}

.star2.st_5 {
    background-position: 0 -151px;
}

/*选择星座*/
.select_sign {
    display: none;
    width: 298px;
    position: absolute;
    text-align: center;
    left: -12px;
    top: 250px;
    z-index: 999;
    padding-top: 14px;
    border: 1px solid #670f05;
    background-color: #efefef;
}

.select_sign .arrow {
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #670f05;
    position: absolute;
    top: -16px;
    left: 50%;
    z-index: 1;
    margin-left: -8px;
}

.select_sign .info {
    text-align: center;
    font-size: 18px;
    color: #670f05;
    font-weight: bold;
}

.select_sign ul {
    margin-top: 14px;
}

.select_sign ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.select_sign ul li {
    float: left;
    width: 50px;
    height: 70px;
    margin-left: 20px;
    margin-bottom: 24px;
    text-align: center;
}

.select_sign ul li em {
    font-style: normal;
    color: #999;
}

.select_sign ul li span {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    margin-bottom: 6px;
    background: #fff url(img/icon-astro.png) no-repeat;
}

.select_sign ul li.by span {
    background-position: 0 0;
}

.select_sign ul li.jn span {
    background-position: 0 -196px;
}

.select_sign ul li.sz span {
    background-position: 0 -245px;
}

.select_sign ul li.jx span {
    background-position: 0 -294px;
}

.select_sign ul li.shz span {
    background-position: 0 -343px;
}

.select_sign ul li.cn span {
    background-position: 0 -392px;
}

.select_sign ul li.tc span {
    background-position: 0 -441px;
}

.select_sign ul li.tx span {
    background-position: 0 -490px;
}

.select_sign ul li.ss span {
    background-position: 0 -539px;
}

.select_sign ul li.mj span {
    background-position: 0 -49px;
}

.select_sign ul li.sp span {
    background-position: 0 -98px;
}

.select_sign ul li.sy span {
    background-position: 0 -147px;
}

.select_sign ul li:hover {
    cursor: pointer;
}

.select_sign ul li:hover span {
    border-color: #999;
}

.select_sign ul li:hover em {
    color: #670f05;
}

/*大师专栏-右侧*/
.tool_dashi {
    width: 300px;
    overflow: hidden;
}

.tool_dashi a {
    display: inline-block;
    float: left;
    width: 300px;
    height: 87px;
    margin-bottom: 4px;
    overflow: hidden;
}

.tool_dashi a img {
    width: 300px;
    height: 87px;
    transform: translate(0, 0);
    transition: all .3s;
}

.tool_dashi a:hover img {
    transform: scale(1.05, 1.05);
    transition: all .3s;
}

.tool_dashi a.d_300_90 {
    width: 300px;
    height: 90px;
}

.tool_dashi a.d_300_90 img {
    width: 300px;
    height: 90px;
}

.tool_dashi a.d_148_87 {
    width: 148px;
    height: 87px;
}

.tool_dashi a.d_148_87 img {
    width: 148px;
    height: 87px;
}

.tool_dashi a.mr_4 {
    margin-right: 4px;
}

/*友情链接*/
.link_wrapper {
    padding: 18px 0 18px;
    background: #f6f6f6;
    width: 100%;
    overflow: hidden;
}

.link_control {
    width: 1120px;
    height: 30px;
    line-height: 30px;
    margin: auto;
    margin-bottom: 8px;
}

.link_control span {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    font-size: 15px;
    color: #606060;
}

.link_control span.cur {
    font-size: 17px;
    color: #404040;
}

.link_box {
    display: none;
    width: 1132px;
    margin-left: auto;
    margin-right: auto;
}

.link_wrapper div:nth-child(2) {
    display: block;
}

.link_box a {
    display: inline-block;
    line-height: 22px;
    margin: 0 6px;
    color: #606060;
}

.link_box a:hover {
    color: #ff0000;
}

/*底部*/
.footer_wrap {
    width: 100%;
    min-width: 1120px;
    background: #1f1d24;
    overflow: hidden;
    border-top: 5px solid #c9a96e;
    clear: both;
}

.footer_wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.footer_nav {
    width: 1120px;
    margin: auto;
}

.footer_nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.footer_map {
    padding-top: 10px;
    float: left;
    width: 410px;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer_map.map_3 {
    width: 176px;
}

.footer_map.map_4 {
    padding-top: 0px;
    width: 120px;
    text-align: center;
}

.footer_map h5 {
    display: block;
    padding: 16px 0 10px;
    margin-left: 13px;
}

.footer_map h5 a {
    font-size: 18px;
    color: #666;
}

.footer_map p a {
    display: inline-block;
    margin-left: 13px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #666;
}

.footer_map a:hover {
    color: #fff;
}

.footer_map img {
    display: inline-block;
    margin-top: 24px;
    margin-right: 20px;
}

.footer_map.map_4 a img {
    padding-bottom: 14px;
}

/*版权信息*/
.copy_wrap {
    width: 100%;
    min-width: 1120px;
    height: 40px;
    line-height: 40px;
    background: #000;
    margin: auto;
    clear: both;
    text-align: center;
    font-size: 12px;
    color: #444;
}

.copy_wrap a {
    margin-left: 12px;
    color: #444;
}

/*返回顶部*/
.scroll_btn {
    display: none;
    position: fixed;
    width: 60px;
    height: 130px;
    bottom: 200px;
    margin-left: 580px;
    left: 50%;
    color: #fff;
}

.scroll_btn a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 100%;
    background: #999 url(img/bg.png) no-repeat;
}

.scroll_btn a.hm_btn {
    background-position: 5px -42px;
}

.scroll_btn a.top_btn {
    background-position: -65px -32px;
}

.scroll_btn a:hover {
    background-color: #666;
}

/*广告尺寸*/
.info_160_90 {
    width: 160px;
    height: 90px;
}

.info_160_600 {
    width: 160px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.info_200_200 {
    width: 200px;
    height: 200px;
    background-color: #eee;
}

.info_298_248 {
    width: 288px;
    height: 238px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 10px;
    border: 1px dotted #a84300;
}

.info_300_250 {
    width: 300px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.info_330_108 {
    width: 330px;
    height: 108px;
    margin-left: auto;
    margin-right: auto;
}

.info_350_90 {
    width: 350px;
    height: 90px;
}

.info_500_200 {
    width: 500px;
    height: 200px;
}

.info_580_90 {
    width: 580px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}

.info_640_60 {
    width: 640px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.info_640_200 {
    width: 640px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.info_700_90 {
    width: 700px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}

.info_700_120 {
    width: 686px;
    height: 120px;
    border: 1px dotted #ccc;
    border-top: none;
    padding: 4px 0px 13px 4px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    background-color: #fff;
}

.info_700_200 {
    width: 700px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.info_760_90 {
    width: 760px;
    height: 90px;
}

.info_760_149 {
    width: 760px;
    height: 149px;
}

.info_708_125 {
    width: 708px;
    height: 125px;
}

.info_960_90 {
    width: 960px;
    height: 90px;
}

.info_1120_60 {
    width: 1120px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.info_1120_90 {
    width: 1120px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}

.info_1120_110 {
    width: 1070px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
    padding-left: 48px;
    border: 1px solid #dfdfdf;
    background-color: #efefef;
}

.info_1120_100 {
    width: 1120px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

/*生肖配对*/
.shengxiao_peidui_form {
    background-image: url(shengxiao/sx_peidui_form.jpg);
    display: block;
    top: -30px;
    position: relative;
    width: 760px;
    height: 68px;
}

.shengxiao_peidui_form div {
    display: block;
    width: 600px;
    padding-left: 80px;
    height: 68px;
    margin: auto;
    text-align: center;
    position: absolute;
}

.shengxiao_peidui_form select {
    width: 140px;
    height: 40px;
    font-size: 18px;
    color: #555;
    padding-left: 14px;
    border-radius: 6px;
    margin-top: 14px;
}

.shengxiao_peidui_form button {
    margin-left: 8px;
    margin-right: 8px;
    width: 180px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
    background-color: #f3a25e;
    border: 1px solid #f3a25e;
    border-radius: 6px;
}

.shengxiao_peidui_form button:hover {
    background-color: #CC583C;
    font-size: 20px;
}

/*星座配对*/
.xingzuo_peidui_form {
    background-image: url(shengxiao/xz_peidui_form.jpg);
    display: block;
    top: -30px;
    position: relative;
    width: 760px;
    height: 68px;
}

.xingzuo_peidui_form div {
    display: block;
    width: 600px;
    padding-left: 80px;
    height: 68px;
    margin: auto;
    text-align: center;
    position: absolute;
}

.xingzuo_peidui_form select {
    width: 140px;
    height: 40px;
    font-size: 18px;
    color: #555;
    padding-left: 14px;
    border-radius: 6px;
    margin-top: 14px;
}

.xingzuo_peidui_form button {
    margin-left: 8px;
    margin-right: 8px;
    width: 180px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
    background-color: #c8535d;
    border: 1px solid #c82a41;
    border-radius: 6px;
}

.xingzuo_peidui_form button:hover {
    background-color: #331d5d;
    font-size: 20px;
}

/*生肖星座配对*/
.sx_xz_form {
    background-image: url(shengxiao/sx_xz_xingge.jpg);
    display: block;
    top: -30px;
    position: relative;
    width: 760px;
    height: 68px;
}

.sx_xz_form div {
    display: block;
    width: 600px;
    padding-left: 130px;
    height: 68px;
    margin: auto;
    text-align: center;
    position: absolute;
}

.sx_xz_form select {
    width: 110px;
    height: 40px;
    font-size: 18px;
    color: #555;
    padding-left: 14px;
    border-radius: 6px;
    margin-top: 14px;
}

.sx_xz_form button {
    margin-left: 8px;
    margin-right: 8px;
    width: 180px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
    background-color: #c85258;
    border: 1px solid #c83767;
    border-radius: 6px;
}

.sx_xz_form button:hover {
    background-color: #331d5d;
    font-size: 20px;
}

/*关于我们-banner*/
.about_banner, .about_banner_bg {
    width: 100%;
    height: 177px;
    margin: auto;
    background-image: url(img/about_banner.png);
    background-position: center;
    background-repeat: repeat-x;
}

.about_banner {
    width: 1120px;
    background-repeat: no-repeat;
}

/*关于我们-导航*/
.about_nav {
    float: left;
    width: 280px;
    text-align: center;
    padding: 0 20px;
}

.about_nav div {
    font-size: 28px;
    color: #e3dbea;
    background-image: url(img/about_bg.png);
    padding: 8px 0;
}

.about_nav div span {
    display: block;
    font-size: 18px;
    opacity: 0.7;
}

.about_nav p a {
    display: block;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
}

.about_nav p a.cur {
    background-color: #ebebeb;
}

/*关于我们-内容*/
.about_cnt {
    float: right;
    width: 760px;
    padding: 40px 20px 0;
    border: none;
}

.about_cnt h1 {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}

.about_cnt p {
    color: #333333;
    font-size: 18px;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 20px;
    text-indent: 2em;
    word-wrap: break-word;
}

.about_cnt p.tit {
    line-height: 16px;
    font-weight: bold;
    color: #c86d60;;
}

.about_cnt img {
    display: inline-block;
    width: 172px;
    height: 172px;
    margin-right: 40px;
}

.about_cnt a {
    color: #c86d60;;
}

/* ===============网站地图==============
/*内容*/
.map_cnt {
    width: 1120px;
    margin: 30px auto 0;
}

.map_cnt:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.map_cnt div {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ebbdb6;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.map_cnt div h2 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    padding-bottom: 8px;
    text-align: center
}

.map_cnt p a {
    display: inline-block;
    font-size: 18px;
    padding: 6px 0 6px 20px;
}

.map_cnt .map_erweima {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    padding-right: 0px;
}

.map_cnt .map_erweima img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 10px auto;
}

/*背景颜色*/
/*.bg_red { background-color: #fe9a9a; }*/
/*.bg_red a { color: #FFFFFF; }*/
/*.bg_zi { background-color: #BFB5F4; }*/
/*.bg_zi a { color: #FFFFFF; }*/
/*.bg_zi2 { background-color: #DC95F1; }*/
/*.bg_zi2 a { color: #FFFFFF; }*/
/*.bg_white { background-color: #FFFFFF; }*/
/*.bg_blue { background-color: #9fbce6; }*/
/*.bg_blue a { color: #FFFFFF; }*/
/*.bg_yellow { background-color: #FCEBBC; }*/
/*.bg_yellow a { color: #606060; }*/
/*.bg_green{ background-color: #acdc6e;}*/
/*.bg_green a{ color: #FFFFFF;}*/
/*a:hover{color: #FF3333;}*/

/*右侧：热门查询*/
.recommend {
    padding-bottom: 10px;
    height: auto;
}

.bord {
    border-top: 3px #aa2d27 solid;
    background: #f6f6f6;
}

.clear {
    zoom: 1;
    overflow: hidden;
}

.titleR {
    height: 25px;
    padding: 6px 20px 0;
    color: #191919;
    line-height: 25px;
    text-align: right;
    position: relative;
}

.recommend .pic-txt {
    padding: 10px 0;
    width: 280px;
    line-height: 16px;
    margin: 0 auto;
}

.recommend .pic-txt .pic {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

.img-do {
    overflow: hidden;
    transform-style: preserve-3d;
}

.recommend .pic-txt h4 {
    font-size: 16px;
}
.recommend .pic-txt h3 {
    font-size: 16px;
}
.recommend .pic-txt p {
    color: #999;
    padding-top: 2px;
    font-size: 12px;
}

.recommend .pic-txt .pic img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.img-do img:hover {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    backface-visibility: hidden;
}

.bord img {
    display: block;
}

.img-do img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .5s ease .1s;
    -webkit-transition: -webkit-transform .5s ease .1s;
}

.titleR .tt {
    font-size: 16px;
    float: left;
    font-weight: 700;
}

.hot-article {
    padding-bottom: 10px;
    height: auto;
}

.hot-article .pic-txt {
    padding: 8px 10px;
    margin: 0 auto;
    width: 280px;
}

.hot-article .pic-txt .pic {
    width: 90px;
    height: 60px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    position: relative;
}

.hot-article .pic-txt .sn {
    width: 100%;
    height: 40px;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-indent: 10px;
}

.hot-article .pic-txt h4 {
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    padding-top: 6px;
}
.hot-article .pic-txt h3 {
    height: 44px;
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    padding-top: 6px;
}
.recommend .change {
    float: right;
    font-size: 12px;
    color: #999;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.recommend .change:hover {
    color: #ee4d4d
}

.test_border {
    border: 1px solid #eaeaea;
    width: 788px;
}

#UPPIC_BOX {
    width: 700px;
}

#CESHI_BOX {
    position: relative;
    overflow: hidden
}
.fan_totop{
    position: fixed;
    right: 0.2rem;
    bottom: 1.3rem;
    z-index: 100;
    width: 0.56rem;
    height: 0.56rem;
    background: rgba(51, 51, 51, 0.4) url(../images/fantop.png) no-repeat center center;
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.fadein{
    visibility: visible;
    opacity: 1;
}