.obesity_party01 {
  text-align: center;
  padding: 5.20833333% 0;
  color: #727272;
}
.obesity_party01 h2 {
  color: #272727;
  margin-bottom: 2.08333333%;
}
.obesity_party01 p{text-align:left;}
.obesity_party01 table td p{text-align: inherit;}
.obesity_party02 {
  background-color: #e1e5e8;
  padding: 5.20833333% 0;
}
.obesity_party02 .items {
  overflow: hidden;
  position: relative;
}
.obesity_party02 .items dl {
  float: left;
  width: 50%;
  padding: 0 5%;
  border-right: 1px solid #c9c9c9;
}
.obesity_party02 .items.items3 dl{
  width: 33.333333%;
}
.obesity_party02 .items dl:first-child{
  padding-left: 0;
}
.obesity_party02 .items dl:last-child{
  padding-right: 0;
  border-right: none;
}
.obesity_party02 .items dt {
  margin-bottom: 3.125%;
}
.obesity_party02 .items dd {
  color: #727272;
}
.obesity_party02 .links {
  margin-top: 5.55555556%;
}
.obesity_party02 .links a {
  font-weight: bold;
  position: relative;
  display: block;
  float: left;
  height: 70px;
  line-height: 70px;
  width: 48.7%;
  border: 1px solid #fff;
  padding-left: 2.08333333%;
  border-radius: 8px;
  margin-top: 2.56944444%;
  background: url(/images/ob_linkBg.png) 0 0 repeat-x;
}
.obesity_party02 .links a:nth-child(2n) {
  float: right;
}
.obesity_party02 .links a::after {
  content: '';
  position: absolute;
  right: 6.85714286%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 6px;
  background: url(/images/ob_jt.png) 0 0 no-repeat;
}
.diseases_paraty02 {
  background-color: #e1e5e8;
  padding: 5.55555556% 0 0;
}
.diseases_paraty02 ul {
  margin-bottom: -2.70833333%;
}
.diseases_paraty02 li {
  float: left;
  width: 31.52777778%;
  margin-right: 2.70833333%;
  margin-bottom: 2.70833333%;
  color: #727272;
  transition: all 0.3s;
  background-color: #fff;
  padding: 3.47222222%;
  border-radius: 8px;
}
.diseases_paraty02 li h2 {
  color: #272727;
  transition: all 0.3s;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  max-height: 3em;
  height: 3em;
  overflow: hidden;
}
.diseases_paraty02 li p {
  transition: all 0.3s;
  color: #727272;
  margin-top: 8%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-height: 1.5;
  max-height: 9em;
  height: 9em;
  overflow: hidden;
}
.diseases_paraty02 li i {
  display: block;
  width: 16px;
  height: 8px;
  margin-top: 16%;
  background: url(/images/ob_jt.png) 0 0 no-repeat;
}
.diseases_paraty02 li:nth-child(3n) {
  margin-right: 0;
}
.diseases_paraty02 li:hover {
  background-color: #0a9f9d;
  color: #fff;
}
.diseases_paraty02 li:hover h2,
.diseases_paraty02 li:hover p {
  color: #fff;
}
.diseases_paraty02 li:hover i {
  background: url(/images/ob_jt_on.png) 0 0 no-repeat;
}
@media (any-hover: hover) {
  .diseases_paraty02 li:hover {
    background-color: #0a9f9d;
    color: #fff;
  }
}
/* 搜索页面 */
.search_form {
  position: relative;
  background: url(/images/search_bg.jpg) center center no-repeat;
  background-size: cover;
  height: 475px;
}
.cre_from{background: none;height: auto;margin-top: 4%;}
.search_form .form_box {
  width: 1125px;
  max-width: 90%;
}
.cre_from .form_box{margin-left: auto;margin-right: auto;}
.search_form .form_box .ipt {
  position: relative;
  float: left;
  width: 75.28888889%;
  background-color: #fff;
  height: 54px;
  border-radius: 40px;
  padding: 17px 60px 17px 30px;
  border: 1px solid #ccc;
}
.cre_from .form_box .ipt{
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.search_form .form_box input {
  border: none;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.search_form .form_box .advanced_btn {
  position: relative;
  float: right;
  width: 22.04444444%;
  background-color: #0a9f9d;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}
.search_form .form_box .advanced_btn i {
  display: none;
  position: absolute;
  top: 25%;
  right: 5%;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(/images/search_close2.png) 0 0 no-repeat;
}
.search_form .form_box .advanced_btn.open i.search_close_btn {
  display: block;
}
.search_form .form_box .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  height: 100%;
  width: 70px;
  background: url(/images/searchc_icon3.png) center center no-repeat;
}
.search_form ul {
  color: #fff;
  overflow: hidden;
  font-size: 16px;
}
.search_form .label {
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 15px;
}
.cre_from .label{color: #000;}
.search_form li {
  position: relative;
  float: left;
  padding: 0 20px 0 0;
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 6px;
  border-radius: 15px;
  color: #000;
  width:auto;
}
.search_form .hot_search li{
	width:9.5%;
}
.search_form li i {
  display: none;
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 3;
  width: 20px;
  height: 20px;
  padding: 0 5px;
  background: url(/images/search_close.png) 0 0 no-repeat;
}
.search_form li:hover {
  color: #0a9f9d;
}
.search_form li.curr {
  background-color: #fff;
  color: #0a9f9d;
  padding-right: 25px;
  padding-left:10px;
}
.search_form li.curr a {
  color: #0a9f9d !important;
}
.search_form li.curr i {
  display: block;
}
.search_form .hot_search {
  margin-top: 30px;
}
.search_form .hot_search li	a,
.search_form .advanced_search li a{color:#fff;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis;}
.search_form .advanced_search {
  margin-top: 10px;
}
.search_form .advanced_search .line {
  opacity: 0.5;
}
.search_form .advanced_search .item {
  margin-top: 10px;
  margin-bottom: -15px;
}
.search_form .advanced_search .line {
  border-top: 1px solid #fff;
}
.search_result {
  margin-top: 3.38541667%;
}
.search_result .search_key {
  font-size: 16px;
  color: #000;
}
.search_result .search_key .clear_key {
  float: right;
  color: #0a9f9d;
  cursor: pointer;
}
.search_result .search_key .clear_key i {
  padding-left: 8px;
}
.result_table {
  margin-top: 2.43055556%;
  margin-bottom: 5%;
}
.result_table .th {
  font-size: 16px;
  background-color: #0a9f9d;
  color: #fff;
  line-height: 69px;
  padding: 0 2.43055556%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.result_table .th .r {
  float: right;
  font-size: 14px;
}
.ph_table {
  width: 100%;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}
.ph_table td {
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #c2c2c2;
}
.ph_table .t1 {
  position: relative;
  width: 16%;
  background-color: #f1f8f8;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #c2c2c2;
}
.ph_table .t1.curr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 33px;
  height: 33px;
  background: url(/images/searchc_icon4.png) 0 0 no-repeat;
}
.ph_table .t2 {
  width: 18%;
}
.ph_table .t4 {
  width: 15%;
}
.ph_table .t4 i {
  display: inline-block;
  /*width: 20px;*/
  height: 20px;
  margin: 0 8px;
}
.ph_table i.i1 {
  background: url(/images/search_icon1.png) center center no-repeat;
  min-width: 20px;
}
.ph_table i.i2 {
  background: url(/images/search_icon2.png) center center no-repeat;
  min-width: 20px;
}
.ph_table i.i3 {
  background: url(/images/search_icon3.png) center center no-repeat;
  min-width: 20px;
}
.ph_table .t5,
.ph_cre_table .t8 {
  width: 26%;
}
.ph_table .t5 a,
.ph_cre_table .t8 a {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #0a9f9d;
  padding: 7px 34px;
  border-radius: 18px;
  margin: 5px 8px;
  font-weight: bold;
  color: #0a9f9d;
  width: 145px;
}
.ph_table .t5 a.to_car,
.ph_cre_table .t8 a.to_car {
  background-color: #0a9f9d;
  color: #fff !important;
}
.ph_table .t5 a.on,
.ph_cre_table .t8 a.on {
  border-color: #fff;
  color: #0a9f9d !important;
  background-color: #fff;
  box-shadow: 0 0 18px 1px rgba(10, 159, 157, 0.4);
  cursor: default;
}
.no_result {
  text-align: center;
  padding: 2%;
  font-size: 14;
  border: 1px solid #c2c2c2;
  border-top: none;
  display: none;
}
.u-flyer {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  font-size: 14px !important;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  z-index: 9999;
  background-color: #0a9f9d;
}
.ph_cre_table {
  margin-top: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.ph_cre_table thead,
.ph_fml_table thead,
.ph_health_table thead {
  background: #0a9f9d;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.ph_cre_table thead td.sortable{cursor:pointer}
.ph_cre_table thead td.sortable .caret-wrapper{
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative;
}
.ph_cre_table thead td.sortable .sort-caret{
	width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px;
}
.ph_cre_table thead td.sortable .sort-caret.ascending{
	border-bottom-color: #C0C4CC;
    top: 5px;
}
.ph_cre_table thead td.sortable .sort-caret.descending{
	border-top-color: #C0C4CC;
    bottom: 7px;
}
.ph_cre_table thead td.sortable.ascending .sort-caret.ascending{border-bottom-color: #fff;}
.ph_cre_table thead td.sortable.descending .sort-caret.descending{border-top-color: #fff;}
.ph_cre_table .t1 {
  width: 11%;
}
.ph_cre_table .t3 {
  width: 9.02777778%;
}
.ph_cre_table .t4 {
  width: 14.86111111%;
}
.ph_cre_table .t5 {
  /*width: 10.83333333%;*/
  width: auto;
}
.ph_cre_table .t6 {
  width: 15.27777778%;
}
.ph_cre_table .t7 {
  width: 7.63888889%;
}
.ph_cre_table .t8 {
  width: 12.84722222%;
}
.ph_cre_table .t8 a {
  width: 123px;
}
.ph_fml_result h1 {
  text-align: center;
  margin: 3.47222222% 0 10px;
}
.ph_fml_result .search_box {
  position: relative;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}
.ph_fml_result .search_box .ipt {
  position: relative;
  background-color: #fff;
  height: 54px;
  border-radius: 40px;
  padding: 17px 60px 17px 30px;
}
.ph_fml_result .search_box .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  height: 100%;
  width: 70px;
  background: url(/images/searchc_icon3.png) center center no-repeat;
}
.ph_fml_result .search_box input {
  border: none;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.ph_fml_table {
  margin-top: 5px;
}
.ph_fml_table td {
  padding: 13px 0;
}
.ph_fml_table table {
  background-color: #fff;
  width: 100%;
}
.ph_fml_table table td {
  border-bottom: none;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.ph_fml_table table tr:last-child td {
  border-bottom: none;
}
.ph_fml_table .t1,
.ph_fml_table .t2,
.ph_fml_table .t3 {
  width: 13.88888889%;
  background-color: #f1f8f8;
}
.ph_fml_table .t2 {
  border-right: 1px solid #c2c2c2;
}
.ph_fml_table .t4 {
  width: auto;
}
/* about/health */
.health_wrap .part1 h2 {
  position: relative;
  color: #0a9f9d;
  border-bottom: 1px solid #e1e5e8;
  padding-bottom: 15px;
  margin-top: 3.47222222%;
}
.health_wrap .part1 h2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
  width: 160px;
  height: 4px;
  background: #0a9f9d;
}
.health_wrap .part1 .textarea {
  font-size: 16px;
  color: #727272;
  margin-top: 2.08333333%;
}
.health_wrap .tab_box {
  text-align: center;
  margin-bottom: 4.16666667%;
}
.health_wrap .tab_box span {
  display: inline-block;
  width: 300px;
  height: 54px;
  padding: 0 13px;
  line-height: 54px;
  color: #0a9f9d;
  background-color: #e1e5e8;
  font-size: 16px;
  border-radius: 30px;
  margin: 0 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.health_wrap .tab_box span.on {
  background-color: #0a9f9d;
  color: #fff;
}
.health_wrap .part2 {
  margin-top: 5.55555556%;
  margin-bottom: 8.33333333%;
}
.health_wrap .tab_table {
  text-align: center;
}
.ph_health_table {
  display: none !important;
  border: none;
  border-left: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  width: 100%;
  margin: 0 auto;
  max-width: 1008px;
}
.ph_health_table.on {
  display: inline-table !important;
}
.ph_health_table td {
  width: 50% !important;
}
.ph_health_table tbody td {
  border-right: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
}
/* 成功感谢页面 */
.successful_wrap{
  background: url(/images/successful_bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding:12.5% 0 7.8125%;
}
.successful_wrap .box{
  text-align: center;
  background: rgba(255,255,255,.4);
  width: 880px;
  max-width: 90%;
  margin: 0 auto;
  color: #272727;
  padding: 7.6% 0;
}
.successful_wrap .box p{font-weight: bold;}
.successful_wrap .box .btn{
  display: inline-block;
  width: 250px;
  max-width: 90%;
  height: 54px;
  line-height: 54px;
  background-color: #0a9f9d;
  border-radius: 27px;
  color: #fff !important;
  margin-top: 8%;
}
@media only screen and (max-width: 767px) {
  .ph_table {
    border-left: none;
    border-right: none;
  }
  .ph_table .t1 {
    border-right: none;
    padding-left: 30px;
  }
  .ph_table,
  .ph_table thead,
  .ph_table tbody,
  .ph_table th,
  .ph_table td,
  .ph_table tr {
    display: block;
    width: 100% !important;
  }
  .ph_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .ph_table tr {
    border: 1px solid #eee;
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .ph_table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 15px;
    padding-left: 30px;
    white-space: normal;
    text-align: left;
  }
  .ph_cre_table td,
  .ph_cre_table .t1 {
    padding-left: 15px;
  }
  .ph_cre_table td:before {
    content: attr(data-title) "：";
    font-weight: bold;
    margin-right: 5px;
  }
  .ph_cre_table .t8::before {
    display: none;
  }
  .ph_fml_table .t1 {
    padding-left: 15px;
  }
  .ph_fml_table .t2 {
    border-right: none;
  }
  .ph_fml_table td {
    border-left: none;
    padding-left: 15px;
  }
  .ph_fml_table td:before {
    content: attr(data-title) "：";
    font-weight: bold;
    margin-right: 5px;
  }
  .ph_fml_table td.t4:before {
    display: none;
  }
  .ph_fml_table table tr {
    margin-bottom: 0;
  }
  .ph_fml_table table tr:last-child td {
    border-bottom: 1px solid #c2c2c2;
  }
  .ph_fml_result .search_box {
    width: 100%;
  }
  .ph_health_table {
    border-bottom: none;
  }
  .ph_health_table tbody td {
    border-right: none;
    border-top: none;
  }
  .ph_health_table tbody td:before {
    content: attr(data-title) "：";
    font-weight: bold;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .diseases_paraty02 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .diseases_paraty02 li:nth-child(3n) {
    margin-right: 4%;
  }
  .diseases_paraty02 li:nth-child(2n) {
    margin-right: 0;
  }
  /* 搜索页面 */
  .search_form {
    position: relative;
    height: auto;
    background-position: right 0;
    background-size: cover;
  }
  .search_form .label {
    float: none;
    padding-left: 0;
  }
  .search_form li {
    margin-bottom: 8px;
    padding: 0 9px;
  }
  .search_form .hot_search {
    margin-top: 15px;
  }
  .search_form .form_box {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    padding: 4% 0;
  }
  .search_form .form_box .ipt {
    width: 65%;
    height: 40px;
    padding: 10px 50px 10px 25px;
  }
  .search_form .form_box .advanced_btn {
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .search_form .advanced_search .item {
    margin-top: 10px;
  }
  .health_wrap .tab_box span {
    width: 30%;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
  }
}
@media screen and (max-width: 768px) {
  .obesity_party02 .items::before {
    display: none;
  }
  .obesity_party02 .items dl {
    width: 100%;
    float: none;
    margin-bottom: 5%;
    padding-left:0;
    padding-right:0;
    border:none !important;
  }
  .obesity_party02 .items dl:last-child {
    margin-bottom: 0;
  }
  .obesity_party02 .links a {
    width: 100%;
    float: none !important;
  }
  .obesity_party02 .links a::after {
    right: 5%;
  }
  .diseases_paraty02 li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
  .diseases_paraty02 li p {
    margin-top: 4%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    max-height: 4.5em;
    height: 4.5em;
    overflow: hidden;
  }
  .diseases_paraty02 li:nth-child(3n),
  .diseases_paraty02 li:nth-child(2n) {
    margin-right: 0;
  }
  .diseases_paraty02 li i {
    margin-top: 8%;
  }
  /* 搜索页面 */
  .search_form .form_box .ipt {
    width: 100%;
  }
  .search_form .form_box .notBtn .ipt{
  	width:62%;
  }
  .search_form .form_box .notBtn .advanced_btn{
  	width:36%;
  }
  .search_form .form_box .advanced_btn {
    width: 45%;
  }
  .result_table .th {
    line-height: 35px;
  }
  .result_table .th .r {
    float: none;
    display: block;
  }
  .health_wrap .tab_box span {
    font-size: 14px;
  }
  .successful_wrap .box .btn{
    height: 40px;
    line-height: 40px;
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  .diseases_paraty02 li {
    padding: 6%;
  }
  .diseases_paraty02 li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-height: 1.5;
    max-height: 9em;
    height: 9em;
    overflow: hidden;
  }
}
