body{
    margin:0;
    padding:0;
    font-size:0.8em;
    background-color:#fff !important;
}
.divcontenthidden{
    overflow:hidden;
}
.divbody{
    max-width:640px;
    background-color:#fff;
}
.divlayout{
    width:100%;
    background-color:#fff;
    display:table;
    text-align:justify;
    line-height:1.5em;
    margin:0 auto;
    color:#252424;
}
.divlayout img{
    width:100%;
}
.item_layout{
    width:96%;
    margin-left:auto;
    margin-right:auto;
}
.padding_top_bottom{
    padding-top:3%;
    padding-bottom:3%;
}
.padding_bottom{
    padding-bottom:3%;
}
.padding_top{
    padding-top:5%;
}

.margin_bottom{
    margin-bottom:3%;
}
.margin_top_2{
    margin-top:2%;
}
a{
    text-decoration:none;
    color:inherit;
}
.tool_title{
    font-size:1.2em;
    color:#a1414c;
    font-weight:bold;
    letter-spacing:0.2em;
    text-align:center;
    padding-top:5%;
}
.tool_mmiddle{
    height:6em;
}
.tool_buttom:hover{
    border:1px solid #a1414c;
}
.tool_buttom{
    border:1px solid #e7e7e7;
    border-radius:5px;
    padding:0.5em;
    width:40px;
    height:40px;
    background-image:url('../image/special/BMI-image/tool.png');
    background-repeat:no-repeat;
    margin-bottom:2%;
}
.tool_current{
    border:1px solid #a1414c;
}
.tool_font_current{
    color:#a1414c;
    text-align:center;
}
.tool_image{
    background-position: 6px 5px;
}
.tool_image_1{
    background-position: -49px 5px;
}
.tool_image_2{
    background-position: -101px 2px;
}
.tool_image_3{
    background-position: -158px 2px;
}
.tool_image_4{
    background-position: -214px 2px;
}
.tool_image_5{
    background-position: -267px 2px;
}
.tool_image_6{
    background-position: -324px 3px;
}
.tool_image_7{
    background-position: -385px 3px;
}
.tool_image_8{
    background-position: -442px 3px;
}
.tool_image_9{
    background-position: -490px 3px;
}
.tool_ul{
    list-style:none;
    padding:0;
    margin-top: 0.6em;
}
.tool_ul li{
    float:left;
    margin-left:5.7%;
    font-size:0.9em;
    margin-top:3%;
}
.tool_content{
    text-align:center;
}
.calculator_title{
    font-size:1.3em;
    font-weight:bold;
    padding-left:1em;
    padding-bottom:0.5em;
}
.calculator_title span{
    color:#a1414c;
}

.calculator_title_line{
    border-top:2px solid #a1414c;
}
.calculator_title_semi_circle{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid #a1414c;
    background-color: #fff;
    margin: -0.5em 0 0 3em;
    position: absolute;
    clip: rect(0px,25px,7px,0px);
}
.self_rated{
    margin:2% 2% 0 2%;
}
.self_rated span{
    font-weight:bold;
}
.backgroud_color{
    background-color:#feedef;
}
.input_div{
    border:1px solid #e88e98;
    background-color:#fff;
    margin:4% 2% 0 2%;
    padding: 3% 0 4% 5%;
    border-radius:5px;
    line-height:3em;
}
.input_div input{
    text-align:center;
    padding:2% 0;
    background-color:#fcdee2;
    width:50%;
    border:0;
    border-radius:5px;
    margin: 0 2%;
}
.input_div select{
    padding: 2% 0 2% 10%;
    background-color:#fcdee2;
    width:30%;
    border:0;
    border-radius:5px;
    color:#a1414c;
}
.margin_top{
    margin-top:4%;
}
.test_buttom{
    background-color:#a1414c;
    color:#fff;
    text-align:center;
    width:5em;
    height:5em;
    border-radius:5em;
    line-height:5em;
    margin:3% auto;
}
.test_result{
    font-size:1.1em;
    font-weight:bold;
}
.result_div{
    margin:0 2% 0 2%;
    border:1px solid #e88e98;
    background-color:#f4e1e3;
    padding: 3% 0 4% 7%;
    border-radius:5px;
    line-height:3em;
}
.result_div input{
    text-align:center;
    padding:2% 0;
    background-color:#fff;
    width:70%;
    border:1px solid #f3b1b9;
    border-radius:5px;
}
.prompt{
    margin:2% 2% 0 2%;
}
.prompt span{
    font-weight:bold;
    margin-bottom:1%;
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
   .tool_ul li{
        margin-left:4%;
    }
   .calculator_title_semi_circle{
       clip: rect(0px,25px,6px,0px);
   }
  
}
@media screen and (min-device-width:371px) and (max-device-width: 410px) {
   .tool_ul li{
        margin-left:4.7%;
    }
}