html,
body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: '苹方';
  background-color: #f7f7f7;
}

.container {
  width: 100%;
  height: 100%;
}

div {
  cursor: pointer;
}

.specFoods_details {
  width: 100%;
  height: 100%;
  /* background-color: tomato; */
}

.typePage {
  width: 1366px;
  margin: 0 auto;
  position: relative;
}

.specFoods_details_main {
  width: 100%;
  min-height: 800px;
  height: auto;
  padding-bottom: 50px;
}

.sc_index_main_boxHeader {
  width: 100%;
  height: 140px;
  /* border: 1px solid tomato; */
}

.sc_index_main_boxHeader_text {
  display: inline-block;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  position: relative;
  margin-top: 54px;
  margin-left: 20px;
}

.sc_index_main_boxHeader_text span {
  width: 100%;
  height: 4px;
  background-color: #3b78e2;
  position: absolute;
  top: 0;
  left: 0;
}

.specFoods_details_main_title {
  width: 100%;
  height: 122px;
  line-height: 122px;
  font-size: 24px;
  color: #2457ba;
  /* border: 1px solid tomato;*/
}

.specFoods_details_con {
  width: 100%;
  height: auto;
  background-color: #ffff;
  padding: 10px 50px;
}

.specFoods_details_header {
  width: 100%;
  height: 300px;
  /* border: 1px solid tomato; */
}

.specFoods_details_header_l {
  width: 40%;
  height: 300px;
  float: left;
  /* border: 1px solid tomato; */

}

.specFoods_details_header_l img {
  width: 100%;
  height: 300px;
}

.specFoods_details_header_r {
  width: 60%;
  height: 300px;
  float: left;
  /* border: 1px solid tomato; */
  padding: 0 50px 0;
}

.specFoods_details_header_r_name {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #545454;
}

.specFoods_details_header_r_address {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.specFoods_details_header_r_grade {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #2457ba;
}

.specFoods_details_header_r_tel {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.specFoods_details_header_r_text {
  width: 100%;
  height: 170px;
  line-height: 30px;
  font-size: 18px;
  padding: 25px 0;
  overflow: hidden;
}

.specFoods_detailsList {
  width: 100%;
  height: auto;
  /* border: 1px solid tomato; */
  display: inline-block;
}

.specFoods_detailsList_title {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  padding: 0 20px;
  color: #2457ba;
}

.specFoods_detailsList_title_list {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  padding-right: 20px;
  color: #525252;
}
.specFoods_detailsList_title_list_checked {
  color: #2457ba;
}

.specFoods_detailsList_con {
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.specFoods_detailsList_con_li {
  width: 100%;
  height: 80px;
  border: 1px solid #3b78e2;
  border-radius: 10px;
  padding: 0 50px;
  margin-bottom: 20px;
}

.specFoods_detailsList_con_li_name {
  width: 50%;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  /* border: 1px solid tomato; */
  float: left;
}

.specFoods_detailsList_con_li_price {
  width: 25%;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  /* border: 1px solid tomato; */
  float: left;
}

.specFoods_detailsList_con_li_btn {
  width: 25%;
  height: 80px;
  position: relative;
  /* border: 1px solid tomato; */
  float: left;
}

.specFoods_detailsList_con_li_btn_con {
  width: 144px;
  height: 40px;
  background-color: #3b78e2;
  line-height: 40px;
  color: #ffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -72px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 5px;
}

.specFoods_detailsList_info {
  width: 100%;
  height: auto;
  display: inline-block;

}
.specFoods_detailsList_info_title {
  width: 100%;
  height: 90px;
  line-height: 90px;
  font-size: 20px;
  padding: 0 20px;
  color: #2457ba;
}
.specFoods_detailsList_info_imgText {
  width: 100%;
  height:auto;
  line-height: 40px;
  font-size: 20px;
  color: #525252;
  padding: 10px 50px;
}
.specFoods_detailsList_info_imgText img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.specFoods_detailsList_li {
  width: 100%;
  height: 300px;
  padding: 20px 35px;
  background-color: #fff;
  margin-bottom: 15px;
  border-top: 1px solid #ccc;
}

.specFoods_detailsList_li_l {
  width: 31%;
  height: 260px;
  /* border: 1px solid tomato; */
  float: left;
}

.specFoods_detailsList_li_l img {
  width: 100%;
  height: 260px;
}

.specFoods_detailsList_li_r {
  width: 54%;
  height: 260px;
  /* border: 1px solid tomato; */
  float: left;
  padding: 0 56px;
}

.specFoods_detailsList_li_r_name {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  color: #4c4c4c;
  position: relative;
}



.specFoods_detailsList_li_r_address {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #4c4c4c;
  position: relative;
}

.readNum {
  display: inline-block;
  margin-left: 26px;
}

.tab2 {
  background-color: #ffa200 !important;
}

.specFoods_detailsList_li_r_info {
  width: 100%;
  height: 120px;
  line-height: 30px;
  font-size: 18px;
  overflow: hidden;
  margin-top: 50px;
}

.specFoods_detailsList_li_nowBuy {
  width: 15%;
  height: 260px;
  float: left;
  /* border: 1px solid tomato; */
  padding-top: 120px;
  position: relative;
}

.specFoods_detailsList_li_nowBuy_price {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
}
.specFoods_detailsList_li_nowBuy_price  span {
  color: #2457ba;
}

.buynow {
  background-color: #3b78e2;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 10px auto 0;
}