﻿/*首页*/
.yuncheng_home h1 {
    display: none;
}
.yuncheng_home div {
    display: block;
    padding: 0.5rem 0;
    margin-top: 0.18rem;
    box-sizing: border-box;
    background-image: url(img/yunshi_chaxun.png);
    background-color: #fff;
    background-size: 170% auto;
    position: relative;
}
.yuncheng_home h4 {
    width: 0.32rem;
    font-size: 0.32rem;
    line-height: 0.36rem;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-weight: normal;
    border-radius: 5px;
    background: #10930b;
    position: absolute;
    top: 14%;
    left: 20%;
}
.yuncheng_home img {
    margin: auto;
    width: 36%;
}
.yuncheng_home ul {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #e5d9ef;
    border-bottom: 1px solid #e5d9ef;
    position: absolute;
    bottom: 0;
}
.yuncheng_home ul:after {
    display: block;
    clear: both;
    height: 0;
    content: "\200B";
}
.yuncheng_home li {
    float: left;
    display: inline-block;
    width: 14.28%;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.34rem;
    border-right: 1px solid #e5d9ef;
    box-sizing: border-box;
}
.yuncheng_home ul li:last-child {
    border-right: none;
}
.yuncheng_home a {
    display: block;
    width: 100%;
    height: 100%;
}

/*运程查询：星座*/
.yuncheng_logo
{
    width: 100%;
    position: relative;
    background-image: url(img/yuncheng_bg.jpg);
    background-size: 100% ;
    background-repeat: no-repeat;
}
.yuncheng_logo:after
{
    content: "";
    display: block;
    padding-bottom:58%;
}
.yuncheng_logo .logo
{
    width: 33%;
    position: absolute;
    left: 50%;
    margin-left:-16.5%;
    top: 17%;
}
.yuncheng_logo .logo span
{
    display: block;
    box-sizing: border-box;
    background-image: url(img/astro.png);
    background-repeat: no-repeat;
    background-size: auto 100% ; 
    margin-bottom: 6%;
}
.yuncheng_logo .logo span:after
{
    content: "";
    display: block;
    padding-bottom:100%;
}
.yuncheng_logo .by span { background-position: -0.60% 0.03rem;}
.yuncheng_logo .jn span { background-position: 8.66% 0.03rem; }
.yuncheng_logo .sz span { background-position: 18.05% 0.03rem; }
.yuncheng_logo .jx span { background-position: 27.05% 0.03rem; }
.yuncheng_logo .shz span { background-position: 36.77% 0.03rem; }
.yuncheng_logo .cn span { background-position: 45.47% 0.03rem; }
.yuncheng_logo .tc span { background-position: 54.60% 0.03rem; }
.yuncheng_logo .tx span { background-position: 63.98% 0.03rem; }
.yuncheng_logo .ss span { background-position: 72.80% 0.03rem; }
.yuncheng_logo .mj span { background-position: 81.72% 0.03rem; }
.yuncheng_logo .sp span { background-position: 91.40% 0.03rem; }
.yuncheng_logo .sy span { background-position: 100.45% 0.03rem; }
.yuncheng_logo .logo em
{
    display: inline-block;
    width: 100%;
    color: #fafafa;
    font-style: normal;
    font-size: 0.4rem;
    text-indent: 0.34rem;
    text-align: center;
}
.yuncheng_logo .logo em i
{
    font-size: 0.24rem;
    color: #dec3f3;
    margin-left: 0.1rem;
}

/*运程查询：导航*/
.yuncheng_nav
{
    width: 100%;
    height: 0.7rem;
    background-color: #9a39d9;
}
.yuncheng_nav a
{
    display: inline-block;
    float: left;
    width: 14.28%;
    height: 0.7rem;
    line-height: 0.7rem;
    background-color: #9a39d9;
    color: #fafafa;
    text-align: center;
    font-size: 0.34rem;
}
.yuncheng_nav a.cur
{
    width: 14.32%;
    background-color: #621b91;
}

/*运程查询：概要*/
.yuncheng_summary
{
    padding: 0.45rem 0.36rem 0.4rem;
    background-color: #f7f7f7;
}
.yuncheng_summary h1
{
    text-align: center;
    font-size: 0.4rem;
}
.yuncheng_summary h1 span
{
    display: block;
    font-size: 0.32rem;
    font-weight: normal;
    color: #909090;
}
.yuncheng_summary ul:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.yuncheng_summary ul li
{
    display: inline-block;
    float: left;
    width: 50%;
    height: 0.6rem;
    font-size: 0.34rem;
    margin-top: 0.3rem;
    line-height: 0.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707070;
}
.yuncheng_summary span
{
    color: #404040;
    font-weight: normal;
}
.yuncheng_summary em
{
    display: inline-block;
    width: 1.68rem;
    height: 0.30rem;
    background-image: url(img/start_bg_gray.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.yuncheng_summary em.star5 { background-position: 0 0; }
.yuncheng_summary em.star4 { background-position: 0 20%; }
.yuncheng_summary em.star3 { background-position: 0 40%; }
.yuncheng_summary em.star2 { background-position: 0 60%; }
.yuncheng_summary em.star1 { background-position: 0 80%; }

/*运程查询：内容*/
.yuncheng_cnt
{
    padding: 0.4rem 0.36rem 0;
    background-color: #fefefe;
    overflow: hidden;
}
.yuncheng_cnt p
{
    font-size: 0.38rem;
    line-height: 1.5em;
    text-align: justify;
    text-indent: 0em!important;
    padding-bottom: 0.7rem;
    word-wrap:break-word;
}
.yuncheng_cnt p:last-child
{
}
.yuncheng_cnt p span
{
    display: block;
    padding-bottom: 0.2rem;
    font-weight: bold;
}

/*每日运势*/
.meiri_wrapper
{
    background-color: #fefefe;
    margin-top: 0.18rem;
    padding-bottom: 0.3rem;
}
.meiri_wrapper:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.meiri_wrapper h1
{
    display: block;
    text-align: center;
    font-size: 0.46rem;
    padding: 0.45rem 0 0.2rem;
}

.meiri_box
{
    position: relative;
    float: left;
    width: 44%;
    margin-left: 4%;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    background-color: #fcf6e8;
    box-sizing: border-box;
    border: 3px solid #f9e3b4;
    border-radius: 4px;
}
.meiri_wrapper .meiri_box:nth-child(4),
.meiri_wrapper .meiri_box:nth-child(5),
.meiri_wrapper .meiri_box:nth-child(8),
.meiri_wrapper .meiri_box:nth-child(9),
.meiri_wrapper .meiri_box:nth-child(12),
.meiri_wrapper .meiri_box:nth-child(13)
{
    background-color: #fefefe;
}
.meiri_box .logo
{
    display:block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius:50%;
    background-image: url(img/sign_border.png);
    background-size: 160%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -0.5rem;
    margin-left: -0.7rem;
}
.meiri_box .logo i
{
    display:block;
    margin: auto;
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    border-radius:50%;
    box-sizing: border-box;
    background: url(img/astro.png) no-repeat;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.meiri_box .logo .by { background-position: -0.60% 0; }
.meiri_box .logo .jn { background-position: 8.72% 0.02rem; }
.meiri_box .logo .sz { background-position: 18.00% 0; }
.meiri_box .logo .jx { background-position: 27.00% 0; }
.meiri_box .logo .shz{ background-position: 36.75% 0; }
.meiri_box .logo .cn { background-position: 45.47% 0; }
.meiri_box .logo .tc { background-position: 54.56% 0; }
.meiri_box .logo .tx { background-position: 63.98% 0; }
.meiri_box .logo .ss { background-position: 72.80% 0; }
.meiri_box .logo .mj { background-position: 81.72% 0.05rem; }
.meiri_box .logo .sp { background-position: 91.40% 0; }
.meiri_box .logo .sy { background-position: 100.45% 0; }
 
.meiri_box h4
{
    display: block;
    text-align: center;
    font-size: 0.32rem;
    padding-top: 1rem;
    padding-bottom: 0.1rem;
    color: #606060;
}
.meiri_box h4 span
{
    display: block;
    font-weight: normal;
    font-size: 0.26rem;
    color: #808080;
}
.meiri_box ul
{
    padding: 0 0.38rem;
}
.meiri_box ul li
{
    font-size: 0.28rem;
    padding-top: 0.08rem;
    padding-bottom: 0.08rem;
    color: #707070;
    text-align: center;
}
.meiri_box .star
{
    display: inline-block;
    width: 1.4rem;
    height: 0.25rem;
    position: relative;
    top: 0.03rem;
    background-image: url(img/start_bg_gray.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 0.2rem;
}
.meiri_box .star.star5 { background-position: 0 0; }
.meiri_box .star.star4 { background-position: 0 20%; }
.meiri_box .star.star3 { background-position: 0 40%; }
.meiri_box .star.star2 { background-position: 0 60%; }
.meiri_box .star.star1 { background-position: 0 80%; }

/*每日运势导航*/
.meiri_nav
{
    padding: 0 0.2rem 0.46rem;
}
.meiri_nav a
{
    float: left;
    display: block;
    width: 18%;
    font-size: 0.26rem;
    text-align: center;
    border-radius: 0.12rem;
    border: 1px solid #ccc;
    margin-top: 0.3rem;
    margin-left: 1.7%;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    box-sizing: border-box;
}
.meiri_nav a.cur
{
    border: 1px solid #782faa;
    color: #782faa;
}
.meiri_nav:after
{
    display: block;
    clear: both;
    content: "";
}
.list_box .meiri_nav
{
    padding: 0;
    padding-bottom: 0.36rem;
    border-bottom: 1px solid #efefef;
}

/*每日运势更多*/
.meiri_wrapper h3
{
    clear: both;
    margin-top: 32.5rem;
}
.meiri_wrapper .more_btn
{
    display: block;
    font-weight: normal;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.36rem;
    color: #7A4B9C;
    border: 1px solid #7A4B9C;
    text-align: center;
    border-radius: 25%;
    letter-spacing: 1px;
    margin: 0 20% 0.5rem;
}

/*INFO*/
.info_yuncheng
{
    padding-top: 0.4rem;
    background-color: #fefefe;
    text-align: center;
}
.info_yuncheng a
{
    display: inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #9724e1;
    font-size: 0.36rem;
    border-bottom: 1px dashed #9724e1;
    font-weight: bold;
}