@charset "UTF-8";
/**
 * @file _variable.scss
 * @private
 * @overview
 * colors
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
/**
 * @file _extends.scss
 * @private
 * @overview
 * @warn 这个模块必须在具有生成css目标文件的scss的中引入，而不要在私有scss文件中引入，否则会生成大量重复样式
 *
 */
/**
 * @file _mixins.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/animation.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _mixins/transition.scss
 * @private
 * @overview
 *
 */
/**
 * 中文14px的字体对应24px的行高比较和谐，行高尽量不要是奇数
 */
/**
 * @file _functions.scss
 * @private
 * @overview
 *
 */
/**
 * @file framework/mixins/transform.scss
 * @private
 * @overview
 *
 */
.tools {
  display: none; }

.result_wrap {
  display: none; }

.u-main {
  margin: 0 auto 100px; }

.tool-main {
  min-height: 410px;
  padding: 50px;
  width: 630px; }
  .tool-main h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block; }
  .tool-main .tool-info {
    width: 630px;
    font-size: 16px;
    color: #999;
    line-height: 20px; }
  .tool-main .tool-body {
    width: 630px;
    margin-top: 20px; }
    .tool-main .tool-body .title {
      line-height: 40px; }
    .tool-main .tool-body .tool-label {
      line-height: 40px; }
    .tool-main .tool-body .input-group {
      margin-right: 36px;
      display: inline-block; }
      .tool-main .tool-body .input-group input {
        height: 23px;
        border: 1px solid #6f6f6f;
        border-radius: 3px;
        width: 65px;
        padding: 0 5px;
        display: inline-block;
        margin-right: 5px;
        font-size: 14px; }
    .tool-main .tool-body .result_wrap {
      vertical-align: middle; }
      .tool-main .tool-body .result_wrap span {
        display: inline-block;
        line-height: 40px;
        margin-bottom: 10px; }
      .tool-main .tool-body .result_wrap .result-note {
        margin-top: 50px; }
      .tool-main .tool-body .result_wrap .result {
        color: red; }
      .tool-main .tool-body .result_wrap .tool-arrow {
        height: 70px;
        width: 100%;
        position: relative; }
        .tool-main .tool-body .result_wrap .tool-arrow img {
          position: absolute;
          left: 226px;
          top: 0; }
      .tool-main .tool-body .result_wrap .tool-arrow-BMI {
        background: url("/res/default/img/BMI-form1.png") no-repeat center bottom; }
      .tool-main .tool-body .result_wrap .tool-arrow-WHR {
        background: url("/res/default/img/WHR-form1.png") no-repeat center bottom; }
      .tool-main .tool-body .result_wrap .index-table {
        text-align: center;
        margin-top: 18px;
        width: 630px; }
  .tool-main .form-detail {
    border: 1px solid #6f6f6f;
    border-radius: 20px;
    color: #000;
    margin: 20px auto 17px;
    overflow: hidden; }
    .tool-main .form-detail table {
      margin: 0 auto; }
    .tool-main .form-detail .table-head {
      font-weight: bold; }
      .tool-main .form-detail .table-head th {
        text-align: center; }
    .tool-main .form-detail tr:last-child th {
      border-bottom: none; }
    .tool-main .form-detail th {
      height: 20px;
      text-align: left;
      line-height: 1.4;
      border-bottom: 1px solid #6f6f6f;
      border-right: 1px solid #6f6f6f;
      padding: 2px 0 2px 8px;
      font-size: 14px; }
      .tool-main .form-detail th:last-child {
        padding-right: 20px;
        border-right: 0; }
  .tool-main .form-detail2 {
    border: 1px solid #6f6f6f;
    border-radius: 20px;
    color: #4d4d4d;
    margin: 30px auto 17px;
    padding: 20px 16px;
    line-height: 1.4;
    font-size: 14px; }
    .tool-main .form-detail2 .introduction {
      margin-bottom: 20px; }
    .tool-main .form-detail2 hr {
      margin: 12px 0; }
  .tool-main .result-btn {
    color: #fff;
    width: 52px;
    height: 20px;
    line-height: 0;
    text-align: center;
    background: url("/res/default/img/calculation-btn.png") no-repeat; }
  .tool-main .WHR_calculator img {
    display: block;
    margin: 0 auto; }
  .tool-main .WHR-img {
    height: 165px;
    width: 100%;
    background: url("/res/default/img/WHR-img.png") no-repeat center bottom; }
  .tool-main .tool-option select {
    font-size: 14px;
    border: 1px solid #6f6f6f;
    border-radius: 3px;
    width: 44px;
    margin-right: 13px; }
  .tool-main .results-time {
    line-height: 24px;
    margin-top: 5px; }
    .tool-main .results-time span {
      margin-bottom: 0 !important;
      margin-top: 3px; }
    .tool-main .results-time .result-item {
      color: #666; }
    .tool-main .results-time .item-time {
      border: 1px solid #6f6f6f;
      font-size: 14px;
      border-radius: 3px;
      width: 64px;
      color: #4d4d4d;
      padding: 0 8px;
      line-height: 20px !important;
      margin: 0 20px 0 6px;
      vertical-align: middle; }

.run_calculator {
  margin-top: 15px; }

.side-toolbar {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 192px;
  border: 1px solid #6f6f6f;
  border-radius: 10px;
  padding: 20px 20px 70px; }
  .side-toolbar .toolsList {
    width: 100%;
    margin-bottom: 8px;
    height: 30px;
    line-height: 30px;
    color: #666;
    overflow: hidden; }
    .side-toolbar .toolsList:hover {
      cursor: pointer; }
    .side-toolbar .toolsList img {
      float: left; }
    .side-toolbar .toolsList .tools-info {
      display: inline-block;
      height: 30px;
      line-height: 30px; }

.BMIBig, .BMIlittle, .WHRbig {
  display: none;
  line-height: 1.4;
  margin-top: 18px; }
  .BMIBig .mb8px, .BMIlittle .mb8px, .WHRbig .mb8px {
    margin-bottom: 8px; }
  .BMIBig ul, .BMIlittle ul, .WHRbig ul {
    margin-top: 8px; }
  .BMIBig li, .BMIlittle li, .WHRbig li {
    text-indent: 2em;
    margin-bottom: 8px; }

.Bold {
  font-weight: bold; }

.comments {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.4; }
  .comments img {
    margin: 8px auto;
    display: block; }

.EMITR {
  display: inline-block;
  width: 41px; }

.en .tool-main .result-btn {
  width: auto;
  background-image: none;
  background-color: #2c87d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
