@charset "utf-8";
/* 首页 */
.header{ background:url(http://www.chunmen.com/tools/shengaotizhong/header-bg.jpg) no-repeat; background-size:100%; height:175px;}
.header h3{ background:rgba(255,255,255,.1); height:50px; line-height:50px; font-size:20px; font-weight:normal; color:#fff; text-align:center;}
.header-text{ padding:10px 15px; color:#fff;}
.header-text h4{ margin-bottom:5px; font-family:"新宋体", "微软雅黑"; font-size:14px; font-weight:normal;}
.header-text p{ font-family:"新宋体", "微软雅黑"; font-size:12px; line-height:1.8em;}

.content{ background:#f0f0f0; padding:15px 15px 20px 15px;}
.form-list li span{ display:block; font-family:"新宋体", "微软雅黑"; font-size:14px; color:#666; margin-bottom:5px;}
.form-list li input[type=number]{ background:#fff; height:33px; line-height:33px; width:100%; border:none; border-bottom:1px solid #dadada; border-radius:5px; margin-bottom:15px; color:#666; padding:0 5px;}
a.count{ display:block; background:#7caf30; border-bottom:2px solid #7caf30; color:#fff; height:34px; line-height:34px; border-radius:5px; text-align:center; font-size:20px; font-weight:normal; font-family:"微软雅黑";}

.footer{ background:#fff; height:32px; line-height:32px; font-family:"新宋体"; font-size:12px; color:#9da9c0; text-align:center;}
.footer a{ color:#9da9c0; text-decoration:none;}

/* 结果页 */
.result-box{ padding:10px 0 0 0; /*text-align:center;*/ font-family:"新宋体", "微软雅黑";}
.result-box h3{ margin-bottom:10px; font-size:16px; }
.result-text{ background:#fff; border-bottom:1px solid #dadada; padding:30px 15px 15px 15px; border-radius:5px;}
.result-text p{ margin:0 0 15px 0; font-size:16px; font-weight:normal; color:#333; line-height: 25px;}
.result-text p>span{ color:#5a9104;}
.result-text span{ color:#a4a4a4;}
.result-text #result{ color:#f00f00; font-weight: bolder;}
.result-box a.count{ margin:20px 0 20px 0;}

/* B超参数值 */
h4.B-num{ font-size:16px; color:#666; text-align:center; margin:0 0 10px 0;}
table.B-table{ margin-bottom:50px;}
table.B-table tbody tr td{ line-height: 30px;}
.tetz-normal{ display:none; font-size:14px;}

/* BMI标准 */
.tetz-normal table {
    border-left: 1px solid #7caf30;
    border-top: 1px solid #7caf30;
    color: #333;
    margin: 0 auto;
}
.tetz-normal th, .tetz-normal td {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #7caf30;
    border-right: 1px solid #7caf30;
    font-weight: 100;
    height: 34px;
    line-height: 1.6em;
	padding:5px;
}
.tetz-normal th.w70{ width:70px;}
.tetz-normal td{ background:#fff;}

/*性别*/
.form-list li span.radio{ display:inline-block; background:url(http://www.chunmen.com/tools/shengaotizhong/radio-bg.png) no-repeat; height:14px; margin:5px 6px 15px 0;}
.form-list li span.active{ display:inline-block; background:url(http://www.chunmen.com/tools/shengaotizhong/radio-sel.png) no-repeat;}
.form-list li input[type=radio]{ margin:0 8px 0 0; opacity:0; cursor:pointer;}
.form-list li label{ font-family:"新宋体", "微软雅黑"; font-size:14px; color:#666; font-weight:normal; margin:0 10px 0 0; cursor:pointer;}


