<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newborn_left{
	width:72%;
	float:left;
}
.newborn_right{
	width:235px;
	float:right;
}
.newborn_layout{
    font-size:1em;
    width:1200px;
    line-height:1.5em;
    margin:2% auto 0 auto;
    text-align:justify;
}
.newborn_title{
    font-size:1.5em;
    color:#c22c3d;
    border-bottom:2px solid #c22c3d;
    padding:0 0 10px 10px;
}
.newborn_top_layout{
    width:85%;
    margin:4% auto 0 auto;
}
.newborn_week{
    background-color:#eb8691;
    color:#fff;
    font-size:1.1em;
    padding:1% 3%;
    border-top-left-radius:30px;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    float:left;
    display:table;
    z-index:2;
    position:relative;
}
.newborn_prompt{
    float:left;
    display:table;
    background-color:#ebebeb;
    padding:1% 3% 1% 5%;
    border-top-right-radius:20px;
    color:#a1424d;
    margin-left:-30px;
    z-index:1;
}
.clear_float{
    clear:both;
}
.newborn_week_layout{
    border:1px solid #eb8691;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    border-top-right-radius:20px;
    padding:4% 4%;
    display:table;
}
.week_buttom{
    width:7%;
    float:left;
    cursor:pointer;
    margin-top:10px;
}
.week_content_layout{
    width:85%;
    float:left;
    padding:0 3%;
}
.week_circular{
    width:70%;
    font-size:1.5em;
    border-radius:70%;
    margin:0 auto;
    background-color:#eb8691;
    color:#fff;
    text-align:center;
    line-height:33px;
}
.item_layout{
    margin-top:3%;
}
.item_title{
    border-left:5px solid #c22c3d;
    color:#c22c3d;
    padding-left:10px;
    height:30px;
    line-height:30px;
}
.item_describe{
    text-indent:2em;
}
.item_subtitle{
    text-indent:2em;
    font-weight:bold;
}
.item_space{
    margin-top:10px;
}
</pre></body></html>