.bb_zhanbu {
  color: #333;
}

.bb_zhanbu i {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f0f0f0;
  border: 1px solid #d1d1d1;
  margin-right: 5px;
  vertical-align: -4px;
}

.bb_zhanbu span {
  margin: 0px 3px;
  cursor: pointer;
}

.bb_zhanbu .current i {
  border-color: #AAAAAA;
  background: url(/content/images/radio-bg.png) center center no-repeat;    background-size: 70% 70%;
}

.zhuanbu-desc {
  color: #333;
  font-size:15px;
  padding: 30px 0;
  text-indent: 40px;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 30px;
}
.zhuanbu-desc2 {
  color: #333;
  font-size:15px;
  padding: 20px 0;
  border-top: 1px solid #ECECEC;
  margin-top: 20px;
}
.zhuanbu-desc2 p {
  text-indent: 40px;
}
.number-box{
  margin-top: 30px;
  text-align: center;
}
.number-box span{
  font-size:18px;
  color:rgba(245,81,43,1);
}

.number-box .cmint{
  margin-left: 6px;
    border: 1px solid #CCBBD7;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    text-indent: 10px;
    width: 216px;
    vertical-align: top;
}

.number-box .zb-btn {
  margin-left: 6px;
  border: none;
  border-radius: 4px;
  width: 144px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background: #782FAA;
  color: #fff;
  cursor: pointer;
}

.zhanbu-res{
  display: none;
  margin-top: 30px;
  padding: 20px;
  background-color: #F7F5F9;
  font-size: 18px;
}
.zhanbu-res > p {
  color: #782FAA;
  text-indent: 30px;
}
.zhanbu-res-font1 {
  font-weight: bold;
  color: #333;
}
.zhanbu-res-font2 {
  text-align: center;
  font-size: 14px;
  color: #666;
}
