*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.lhdate-choice{
    width: 1.35rem;
    margin: 0.11rem auto;
    height: 0.24rem;
    text-align: center;
    border: 1px solid #ec5252;
    line-height: 0.24rem;
    font-size: 0.14rem;
    color:#ec5252;
    position: relative;
}
.lhdate-choice input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.lhdate-choice span{
    display: inline-block;
}
.lhdate-choice img{
    width: 0.08rem;
    height: 0.05rem;
    float: right;
    margin: 0.09rem 0 0 0.05rem;
}
.month-Choice{
    margin: 0.15rem 0;
    font-size: 0.14rem;
    color:#ec5252;
    padding: 0 0.1rem;
    text-align: center;
}
.last-month{
    float: left;
    margin-top: 0.05rem;
}
.last-month img{
    width: 0.07rem;
    height: 0.15rem;
    float: left;
    margin: 0.02rem 0.05rem 0 0 ;
}
.month-display{
    font-size: 0.17rem;
    color:#333;
    display: inline-block;
}
.next-month{
    float: right;
    margin-top: 0.02rem;
}
.next-month img{
    width: 0.07rem;
    height: 0.15rem;
    float: right;
    margin: 0.02rem 0 0 0.05rem;
}
.this-month{
    padding: 0.1rem;
    font-size: 0.14rem;
    color:#333333;
    border-top: 1px solid #e6e6e6;
}
.this-month span{
    color:#dc0202;
    font-weight: bold;
}
.auspicious-inquiries{
    height: 0.37rem;
    line-height: 0.37rem;
    text-align: center;
    font-size: 0.13rem;
    border-top: 1px solid #e6e6e6;
}
.auspicious-inquiries a{
    color:#ec5252;
}
.auspicious-inquiries span{
    font-family: 宋体;
}
.auspicious-dayContent{
    padding: 0.1rem;
    font-size: 0.13rem;
    line-height: 0.27rem;
}
.auspicious-dayContent ul li{
    float: left;
    width: 16.6666%;
}
.auspicious-dayContent ul li div{
    display: inline-block;
    color:#ec524d;
}
.auspicious-dayContent ul li div img{
    width: 0.15rem;
    height: 0.15rem;
    float: right;
    margin: 0.05rem 0 0 0.05rem;
}
.img-rotate img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(9deg); /* Opera */
}
.auspicious-dayDisplay{
    background: rgba(236,82,82,0.16);
    /*color: #fff!important;*/
    border-radius: 0!important;
}
#dateDisplay li{
    margin-top: 1px;
    border-right: 1px solid #fff;
}
.auspicious-dayDisplay .go-toWorkThrottle{
    /*color:#fff;*/
}
.auspicious-dayDetail .title{
    font-size: 0.17rem;
    color:#ec5252;
    height: 0.37rem;
    line-height: 0.37rem;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}
.specific-day{
    border-bottom: 1px solid #e3e3e3;
    display: flex;
}
.specific-dayDisplay{
    width: 0.95rem;
    float: left;
    background: #f9f9f9;
    font-size: 0.14rem;
    color:#777777;
    text-align: center;
    position: relative;
    border-right: 1px solid #e3e3e3;
}
.specific-dayDisplay div{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}
.specific-dayDisplay div b{
    font-weight: bold;
    color:#333;
}
.specific-dayInfo{
    flex: 1;
}
.specific-dayInfo .infoDisplay{
    border-bottom: 1px solid #e3e3e3;
    padding: 0.1rem 0.13rem 0.1rem 0.17rem;
    font-size: 0.14rem;
    color:#333;
    display: flex;
}
.specific-dayInfo .infoDisplay b{
    margin-right: 0.03rem;
}
.specific-dayInfo .infoDisplay:last-child{
    border-bottom: 0;
}
.should{
    width: 0.25rem;
    height: 0.16rem;
    border-radius: 0.08rem;
    font-size: 0.12rem;
    color:#fff;
    background: #1ea2fe;
    line-height: 0.16rem;
    text-align: center;
    margin-right: 0.07rem;
}
.avoid{
    background: #ec5252;
}
.infoDisplay div:nth-of-type(2){
    flex: 1;
}
.infoDisplay a{
    color:#ec5252;
}
.infoDisplay a span{
    font-family: 宋体;
}