/* 生肖详情 */
.sx_show {}

.sx_show .mod_zodiac_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px 22px;
}

.sx_show .mod_zodiac_one .mod_zodiac_img {
    width: 109px;
    margin-right: 23px;
    position: relative;
    height: 96px;
}

.sx_show .mod_zodiac_one .mod_zodiac_img .imgbox {
    position: relative;
    width: 109px;
    height: 90px;
    z-index: 2;
}

.sx_show .mod_zodiac_one .mod_zodiac_img .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.sx_show .mod_zodiac_one .mod_zodiac_img .font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
}

.sx_show .mod_zodiac_one .mod_zodiac_img .shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sx_show .mod_zodiac_txt {
    width: 634px;
}

.sx_show .mod_zodiac_txt a {
    display: inline-block;
    margin: 10px 0 0 4px;
    width: 98px;
    height: 34px;
    line-height: 34px;
    background: #fef7eb;
    color: #cd7a0f;
    text-align: center;
}

.sx_show .mod_zodiac_txt a.current {
    background: #ffd99a;
}

.sx_show .mod_box_t3 {
    background: #fff6e6;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 6px;
}

.sx_show .mod_box_t3 .box_con {
    border: 1px solid #fedfab;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 19px 0 20px;
}

.sx_show .sxyc_tit {
    font-size: 18px;
    color: #f2ad49;
    display: flex;
    line-height: 1;
    margin-bottom: 16px;
    justify-content: center;
}

.sx_show .sxyc_tit::before {
    display: inline-block;
    content: '';
    box-sizing: border-box;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 3px solid #ffc570;
    background: transparent;
    border-radius: 50%;
}

.sx_show .age-list p {
    text-align: center;
    color: #a95f00;
    line-height: 34px;
}

.sx_show .age-list .remind {
    line-height: 26px;
    margin: 19px 0 29px;
    color: #808080;
}

.sx_show .age-list .remind a {
    text-decoration: underline;
    color: #808080;
}

.sx_show .age-list .remind a:hover {
    color: #fd5151;
}

.sx_show .other-zodiac {
    display: flex;
    flex-wrap: wrap;
    width: 664px;
    margin: 0 auto;
}

.sx_show .other-zodiac a {
    color: #a95f00;
}

.sx_show .other-zodiac a:hover {
    color: #e33514;
}

.sx_show .xghp-con {
    padding: 0 20px
}

.sx_show .xghp-con h4 {
    color: #f2ad49;
    margin-bottom: 11px;
    line-height: 1;
}

.sx_show .xghp-con h4::before {
    display: inline-block;
    content: '';
    box-sizing: border-box;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background: #f2ad49;
    border-radius: 50%;
}

.sx_show .xghp-con p {
    margin-bottom: 29px;
}

.sx_show .xghp-con p:last-child {
    margin-bottom: 0;
}

.sx_show .flag_tl_t3 {
    display: none;
}

.sx_show .mod-gyear .box_con {
    padding: 19px 20px 20px;
}

.sx_show .mod-gyear .gyear-art p:first-child {
    color: #f2ad49;
    margin-bottom: 11px;
    line-height: 1;
}

.sx_show .mod-gyear .gyear-art p:first-child::before {
    display: inline-block;
    content: '';
    box-sizing: border-box;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    background: #f2ad49;
    border-radius: 50%;
}

.sx_show .mod-gyear .box_con p {
    margin-bottom: 29px;
}

.sx_show .mod-gyear .box_con p:last-child {
    margin-bottom: 0;
}

/* 生肖运势 */
.sx_yunshi {
    background: #fff;
    padding: 20px;
}

.sx_yunshi .zodiac_itemwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sx_yunshi .zodiac_itemwrap a {
    height: 90px;
    width: 90px;
    border-radius: 90px;
    margin: 0 34px 10px 0;
    background: #ffd99a;
    border: 1px solid #fadfb7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sx_yunshi .zodiac_itemwrap a img {
    max-width: 60px;
}

.box_knowledge {
    background: #fff;
    padding: 20px;
}

/* 运势详情 */
.sx_details {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
}

.sx_details h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #333;
}

.sx_details .list {
    display: flex;
}

.sx_details .list a {
    flex: 1;
    text-align: center;
    background: #fff;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    color: #cd7a0f;
}

.sx_details .list a.current {
    background: #ffd99a;
}

.sx_details_cont {
    background: #fff6e6;
    margin-top: 10px;
    padding: 20px;
}

.sx_details_cont strong {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
    line-height: 1;
}

/* 生肖首页 */
.sx_idx .zodiaclist {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
}

.sx_idx .zodiaclist ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sx_idx .zodiaclist ul li {
    width: 32%;
    border: 1px solid #fedfab;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #fff;
}

.sx_idx .zodiaclist_title {
    background: none;
    display: none;
}

.sx_idx .zodiaclist_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 14px;
    border-bottom: 1px solid #fedfab;
}

.sx_idx .zodiaclist_icon {
    width: 120px;
}

.sx_idx .zodiaclist_icon .imgbox {
    position: relative;
    height: 101px;
    margin-bottom: 10px;
}

.sx_idx .zodiaclist_icon .icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sx_idx .zodiaclist_icon .font {
    width: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sx_idx .zodiaclist_icon span {
    width: 104px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    display: block;
    text-align: center;
    background: linear-gradient(-90deg, #f2ad49, #ffcd84);
}

.sx_idx .zodiaclist_link {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fedfab;
}

.sx_idx .zodiaclist_link a {
    color: #cd7a0f;
    margin-right: 10px;
}

.sx_idx .zodiaclist_about {
    font-size: 12px;
    margin: 15px 12px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.sx_idx .zodiaclist_about a {
    color: #cd7a0f;
}

.sx_idx .zodiaclist_star {
    width: 160px;
}