﻿.article_left{
  width: 23% !important;
}
.Min_top {
  width: 100%;
  background: url(/Content/Areas/Common/images/doctor/topBg.png);
  padding: 150px 0 118px;
  margin-top: -42px;
}

.main {
  margin-bottom: 0;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.top_left {
  float: left;
}

.top_right {
  float: right;
  width: 481px;
  margin-top: 74px;
}

.top_right ul {
  position: relative;
}

.top_right ul li {
  float: left;
}

.top_right ul li:nth-child(1) a {
  background: url(/Content/Areas/Common/images/doctor/priceBg.png);
}

.top_right ul li:nth-child(2) a {
  background: #A29B99;
}

.top_right ul li:nth-child(3) a {
  background: #CCB687;
}

.top_right ul li:nth-child(4) a {
  /* background: url(/Content/Areas/Common/images/doctor/nurseBg.png); */
  background-color: #b07b6e;
}

.top_right ul li a {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-direction: column;
}

.top_right ul li a img {
  transition: all .6s;
}

.top_right ul li:hover img {
  transform: rotateY(360deg);
}

.top_right ul li a span {
  margin-top: 20px;
}

.top_right ul li:nth-child(3) {
  position: absolute;
  left: -240px;
  top: 240px;
}

.Min {
  padding: 60px 0 70px;
}

.vote {
  width: 582px;
  height: 444px;
  float: left;
  background: url(/Content/Areas/Common/images/doctor/voteBg.png);
}

.vote h2 span {
  font-size: 24px;
  color: #fff;
}

.vote>a {
  width: 182px;
  height: 49px;
  line-height: 49px;
  background: #fff;
  color: #C24339;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.vote>a:before {
  content: "";
  position: absolute;
  background: #C24339;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  transition: all .7s;
  top: 50px;
  left: 182px;
}

.vote>a:hover {
  color: #fff;
  z-index: 1;
  transition: background 0s ease-in 0.4s;
  background: none;
  box-sizing: border-box;
}

.vote>a:hover span {
  z-index: 1;
}

.vote>a:hover:before {
  top: -53px;
  left: -5px;
  z-index: -1;
}

.vote h2 span {
  margin-left: 10px;
}

.vote h2 {
  display: flex;
  align-items: center;
  margin: 163px auto 96px;
  justify-content: center;
}

.bmi {
  float: right;
  width: 582px;
  height: 444px;
  background: url(/Content/Areas/Common/images/doctor/BMIbg.png);
  box-shadow: 0px 0px 20px #eee;
  padding: 0 30px;
  box-sizing: border-box;
}
.bmi .tab_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}
.bmi_list li{

 
  line-height: 36px;
  border-bottom: 1px solid #E2E2E2;

}
.bmi_list li .span_date{
  float:right;
}
.bmi_list li a.


.test_begin h1 {
  font-size: 24px;
  color: #C24339;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 10px;
}

.test_begin strong {
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
  text-align: center;
  display: block;
}

.test_begin .input_text {
  width: 238px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f2a49e;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  box-sizing: border-box;
}

.test_begin .input_text:focus {
  box-shadow: none;
}

.test_begin span {
  margin-right: 10px;
  font-size: 16px;
}

.test_begin b {
  color: #C24339;
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

.mb20 {
  margin-bottom: 20px;
}

.test_begin .list {
  text-align: center;
}

.calc {
  width: 119px;
  height: 42px;
  background: #C24339;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 7px;
  margin: 30px auto;
  display: block;
}

.intro_area {
  font-size: 14px;
  color: #999;
  line-height: 23px;
  border-top: 1px solid #C24339;
  padding-top: 15px;
}

ul.list1 {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
 .main {
 width: 100%;
}
  .inner {
 width: 1000px;
}
  .top_left img{
 width:500px
  }
  .top_right {
 width: 500px;
 margin-top: 94px;
}
  .vote {
 width: 500px;
 height: 444px;
}
  .bmi {
 width: 500px;
}
  .article_left {
 width: 50% !important;
}
}
@media screen and (max-width:768px) {
  .Min_top {
   padding: 20px 0 20px;
   margin-top: 0;
  }
  .inner {
   width: 100%;
  }
  .top_left img {
   width: 100%;
  }
  .top_left,
  .top_right {
   float: none;
  }
  .top_right ul li {
   width: 50%;
  }
  .top_right ul li a {
   width: 100%;
   height: 170px;
  }
  .top_right ul li:nth-child(3),
  .top_right ul li:nth-child(4) {
   transform: translateX(0);
  }
  .top_right ul li:nth-child(3){
   position: relative;
   left: 0;
   top: 0;
  }
  .Min {
   padding: 0px 0 20px;
  }
  .vote {
   width: 100%;
   height: 259px;
   float: none;
   overflow: hidden;
  }
  .vote h2 {
   margin: 60px auto;
  }
  .bmi {
   float: none;
   width: 100%;
   height: 444px;
   overflow: hidden;
   padding: 0 10px;
  }
  .top_right {
   width: 100%;
   margin-top: 20px;
  }
} 