html {
	height: 100%;
}
body{
	height: 100%;
    background: #F5F7FA;
}
body,p,h2,ul,li{margin: 0;padding: 0 ;font: 12px/1.5 "Microsoft Yahei",Thmano,Arial;}
img{width: 100%}
ul{list-style: none}
i{font-style: normal}
ol{
    padding-left: 30px;
}
ol ,li{
    color: #434a54;
    font-size: 16px;
    line-height: 24px;
}
.sugar_box{
	position: relative;
    width: 100%;
    height: 100%;
    background: #F5F7FA;
}
.sugar_main{
	position: absolute;
    overflow: hidden;
    background: #fff;
    margin: 10px 13px 20px;
    width: calc(100% - 26px);
    min-height: calc(100% - 30px);
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
}
.sugar_pic {
    font-size: 0;
}
.sugar_title{
    padding: 9px 13px 60px;
}
.sugar_title_div{
    position: relative;
    border-bottom: 1px solid #F5F7FA;
    padding-bottom: 11px;
    height: 33px;
    font-size: 0;
    white-space: nowrap;
}
.sugar_title_h2{
    display: inline-block;
    color: #434A54;
    font-size: 24px;
    line-height: 33px;
    max-width: 63%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sugar_title_div p{
    position: absolute;
    top: 1px;   
    right: 0;
    display: inline-block;
    color: #656D78;
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
}
.sugar_title_div p:nth-child(3) {
    top: 18px;
}
.sugar_title_div p img{
    width: 44px;
    margin-left: 2px;
}
.sugar_title ul{
    /*float: left;*/
    display: flex;
    width: 100%;
    margin: 13px 0 0;
    border-bottom: 1px solid #F5F7FA;
    padding-bottom: 15px;
    justify-content: space-between;
}
.sugar_title ul li{
    text-align: left;
    /*float: left;*/
}
.sugar_title ul li span{
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #656D78;
    font-weight: bold;
}
.sugar_title ul li i{
    display: block;
    white-space: nowrap;
    font-size: 24px;
    line-height: 33px;
    color: #DA4453;
    font-weight: bold;

}
.sugar_cont{
    margin-top: 15px;
}
.sugar_cont h2{
    position: relative;
    margin-bottom: 4px;
    padding-left: 9px;
    line-height: 20px;
    font-size: 14px;
    color: #656D78;
}
.sugar_cont h2 i {
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 17px;
    background: rgba(93,156,236,1);
}
.sugar_cont p{
    margin-bottom: 10px;
    color: #434A54;
    font-size: 15px;
    line-height: 21px;
}
.sugar_cont p:last-child {
    margin-bottom: 0;
}
/*@media screen and (max-width: 360px) {
    .sugar_main {
        margin: 10px 10px 20px;
        width: calc(100% - 20px);
    }
    .sugar_title {
        padding: 9px 10px 18px;
    }
    .sugar_title_h2 {
        font-size: 23px;
        max-width: 92px;
    }
}
@media screen and (max-width: 340px) {
    .sugar_title_h2 {
        margin-right: 5px;
        font-size: 20px;
        max-width: 80px;
    }
    .sugar_title_div p {
        top: -8px;
    }
    .sugar_title_div p:nth-child(2) {
        margin-right: 5px;
    }
    .sugar_title_div p img {
        width: 40px;
    }
}*/

/*隐藏嘌呤 碳水化合物*/
.sugar_title ul li:nth-child(n+2){
    display: none
}
.sugar_title ul li{
    text-align: center
}
.sugar_title ul{
    display: block;
    padding: 10px 0;
}
.sugar_title_h2 {
    line-height: 26px;
    max-width: unset;
}
.sugar_title_div p {
    line-height: 93px;
}
.sugar_title_div{
    border-bottom: none;
    text-align: center;
}

/*隐藏嘌呤 碳水化合物*/

/*隐藏尿酸*/
.sugar_title .sugar_title_div p:last-child{
    display: none
}
.sugar_title_div p{
    line-height: 37px;
    font-size: 20px;
    left: 0;
    margin-top: 28px;
}

.sugar_title_div p img{
    width:115px;
}
/*隐藏嘌呤 碳水化合物*/