.dan-1{
  height: 30px;
  line-height: 30px;
  width: 1100px;
  margin: 0 auto;
  margin-top: 15px;
}
.jiage-cnt,.price_section{
  width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.jiage-cnt h2{
    height: 30px;
    font-size: 18px;
    position: relative;
    color: #655f5f;
    font-weight: 800;
    margin-bottom: 20px;
}
.price_table {
  width: 1100px;
  border: 1px solid #ccc;
  border-left: none;
  border-bottom: none;
}
.price_table tr {
  display: table-row;
}
.price_table td {
  width: 150px;
  word-break: break-all;
  line-height: 50px;
  color: #333;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-right: none;
  border-top: none;
}
#buyActive {
  width: 150px;
  height: 38px;
  text-align: center;
  border-radius: 22px;
  line-height: 38px;
  color: #15a588;
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
  cursor: pointer;
  margin-top: 20px;
  border: 1px solid #15a588;
}
#buyActive:hover{
  background-color: #15a588;
  color: white;
}
a {
  text-decoration: none;
  display: inline-block;
  color: #888;
}
.price_section .section_tit {
  width: 100%;
  float: left;
  margin-top: 58px;
  margin-bottom: 20px;
  cursor: pointer;
}
.price_section .section_tit .tit_name {
  float: left;
  height: 65px;
  line-height: 65px;
  color: #333;
  font-size: 32px;
  margin-right: 30px;
}
.price_section .section_tit .tit_href {
  float: left;
  height: 65px;
  line-height: 81px;
  color: #1fa66e;
  font-size: 14px;
  display: none;
}
.price_icon {
  float: left;
  width: 670px;
  height: 50px;
  background: url(../image/price_icon1.jpg) no-repeat;
}
.price_tips {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  color: #999;
  float: left;
  margin-top: 30px;
}
.price_btn_cont {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.price_btn_cont .btn_font {
  width: 150px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  float: left;
  background: #1fa66e;
  margin-right: 30px;
  cursor: pointer;
  border-radius: 38px;
}
.price_btn_cont .btn_font_a {
    box-sizing: border-box;
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #15a588;
    font-size: 16px;
    font-weight: 600;
    float: left;
    margin-right: 30px;
    cursor: pointer;
    border: 1px solid #15a588;
    border-radius: 38px;
}
.price_btn_cont .btn_font:hover{
  background-color: #15a588;
}
.price_btn_cont .btn_font_a:hover{
  background-color: #15a588;
  color: white;
}
.isShow{
  display: block;
}
@media screen and (max-width: 780px){
  .dan-1{
    padding-left: 10px;
    width: 100% !important;
  }
  .jiage-cnt{
    width: 100%;
  }
  .isShow{
    display: none;
  }
  .price_table {
    width: 96%;
    margin: 0 2%;
}
.price_table td {
  font-size: 12px;
  
}
#buyActive{
  display: block;
  width: 120px;
  padding: 0 10px;
  margin: 0 auto;
  margin-top: 20px;
  
}
.jiage-cnt h2{
  padding-left: 10px;
}
.jiage-cnt>div{
  padding-left: 10px;
}
.jiage-cnt, .price_section {
  width: 100%;
  margin-top: 0;
}
.tit_name{
  padding-left: 10px;
}
.price_section{
  display: none;
}
.footer_b p{
  padding: 5px;
}
.main_foot{
  margin-top: 20px;
}
}