﻿
body {
  margin: 0;
}

/*.ManBodyImg_Section.ManBodyImg_Section_Mobile{display:none;}*/
.ManBodyImg_Section {
  display: inline-block;
}

.ManBodyImg_Section > div:not(.clearFixed) {
  display: inline-block !important;
}

.BodySensor_Container {
  display: table;
  padding-bottom: 40px;
  width: 100%;
  font-family: 'Microsoft JhengHei';
}

.BodySensor_Container > div {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
}

.BodySensor_Container > .BodySexSection {
  display: inline-block;
  margin: 20px 0;
  width: 50%;
  text-align: center;
  font-family: 'Microsoft JhengHei';
}

.BodySensor_Container > .BodySexSection > label {
  margin-right: 20px;
}

.BodySensor_Container > .BodySexSection > p {
  padding: 5px 0;
  font-weight: 1000;
}

.ManBodyImg_Section > div > img {
  /*width:100% !important;*/
}

.symptom_title {
  margin-bottom: 40px;
}

.symptom_Select > .s_Option {
  float: left;
  width: 50%;
}

.symptom_Select > div > span {
  display: block;
  padding: 5px 10px;
}

.symptom_Select > div > span > span {
  display: block;
  padding: 5px 10px;
  border: 2px solid #dedede;
  border-radius: 30px;
  color: #a0a0a0;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.symptom_Select > div > span > span:hover {
  border-color: #0080cc;
  background-color: #0080cc;
  color: white;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

.clearFixed {
  clear: both;
}

.symptom_title {
  color: #0080cc;
  text-align: center;
  font-size: 20px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.BodySensor_Container > div.img_body_male {
  display: none;
}

.BodySensor_Container > div.img_body_male.active {
  display: table-cell;
}

.BodySensor_Container > div.img_body_female {
  display: none;
}

.BodySensor_Container > div.img_body_female.active {
  display: table-cell;
}

.btn_style_blue01 {
  display: none;
  margin: 10px 0;
  padding: 5px 10px;
  min-width: 80px;
  max-width: 100%;
  border: 1px solid #ff9800;
  border-radius: 30px;
  color: #ff9800;
  cursor: pointer;
}

.btn_style_blue01:hover {
  border-color: #ff9800;
  background-color: #ff9800;
  color: white;
  -webkit-transition: all .25s ease-in-out;
     -moz-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}

#btn_symptom_back {
  display: none;
}

.symp_circle {
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fbcfcf;
  cursor: pointer;
}

span.symp_circle::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
}

@media (max-width: 767px) {
  /*.ManBodyImg_Section > div > img{    height: auto !important;max-width:200px;}*/
  .ManBodyImg_Section > div:not(.clearFixed) {
    /*float: left;*//*width: 50% !important;*/height: auto !important;
  }

  /*.ManBodyImg_Section{display:none !important;}
     .ManBodyImg_Section.ManBodyImg_Section_Mobile{display:block !important;}*/
  .btn_style_blue01 {
    display: inline-block;
  }

  .ManBodyImg_Section > .M_back:not(.clearFixed) {
    display: none !important;
  }

  .ManBodyImg_Section > .M_back:not(.clearFixed).active {
    display: inline-block !important;
  }

  .ManBodyImg_Section > .W_back:not(.clearFixed) {
    display: none !important;
  }

  .ManBodyImg_Section > .W_back:not(.clearFixed).active {
    display: inline-block !important;
  }

  .ManBodyImg_Section > .M_front:not(.clearFixed).deactive {
    display: none !important;
  }

  .ManBodyImg_Section > .M_front:not(.clearFixed).active {
    display: inline-block !important;
  }

  .ManBodyImg_Section > .W_front:not(.clearFixed).deactive {
    display: none !important;
  }

  .ManBodyImg_Section > .W_front:not(.clearFixed).active {
    display: inline-block !important;
  }

  /*.BodySensor_Container > div.ManBodySelect_Section{display:none;}*/
  #btn_symptom_back {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    padding-left: 5px;
    border-left: 2px solid #bdbdbd;
    color: gray;
    font-size: 16px;
    cursor: pointer;
  }

  #Symptom_DataList {
    padding-right: 10px;
    padding-bottom: 120px;
    padding-left: 10px;
  }

  .ManBodySelect_Section {
    position: fixed;
    top: 0;
    left: -100%;
    overflow: auto;
    padding-top: 70px;
    height: 100%;
    background-color: white;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }

  .ManBodySelect_Section.deactive {
    position: fixed;
    left: -100%;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
  }

  .ManBodySelect_Section.deactive.animating {
    position: fixed;
    left: 0;
    z-index: 999;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }

  html.hidden,
  body.hidden {
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .ManBodySelect_Section {
    position: relative;
    left: 0;
    padding-top: 20px;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }

  .ManBodySelect_Section.deactive {
    position: relative;
    left: -100px;
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
  }

  .ManBodySelect_Section.deactive.animating {
    position: relative;
    left: 0;
    padding: 20px 0 0;
    opacity: 1;
    -webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 991px) {
  .BodySensor_Container {
    display: block;
    width: 100%;
  }

  .BodySensor_Container > div,
  .BodySensor_Container > div.img_body_male.active,
  .BodySensor_Container > div.img_body_female.active {
    display: block;
    width: 100%;
  }

  .BodySensor_Container > div.ManBodySelect_Section {
  }

  .BodySensor_Container > .BodySexSection {
    width: 100%;
  }

  .symptom_Select > div > span {
    padding: 5px 4px;
  }

  .symptom_Select > div > span > span {
    padding: 10px 10px;
    font-weight: bold;
    font-size: 14px;
  }
}
