@charset "gb2312";
.index_body{background: #f08c35;overflow:hidden;}
.index_body .index_body_inner{max-width:640px;min-height:100%;min-width:320px;box-sizing:border-box;margin:0 auto;background:url(../images/img1.jpg) center 0.02rem no-repeat;background-size: 10rem;}
.introtext{
  padding: 9rem 0 0 0;
  font-size: 0.4rem;
  color: #ffffff;
  line-height: 150%;
}
.section{
  margin: 0.2rem 0;
  padding: 15px;
  background: #fef4eb;
  border-radius: 10px;
}
.section .title {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.5rem;
  position: relative;
  color: #ff8316;
}
.section .subtit {
  font-size: 0.4rem;
  color: #333333;
  line-height: 150%;
  font-weight: bold;
  margin: 0.2rem 0 0 0;
}
.section .subcont {
  font-size: 0.4rem;
  color: #333333;
  line-height: 150%;
  margin: 0.2rem 0 0 0;
}
.classbox{padding: 0 0 10px 0;margin:0 0 10px 0;border-bottom: 1px solid #cccccc;text-align: center;}
.classbox .name{color: #666666;line-height: 200%;}
.classbox .name h1{font-size: 0.6rem;}
.classbox .money{font-size: 0.5rem;color: #ff0000;margin: 10px 0 0 0;}
.baoming{background: #ff6000;font-size: 0.4rem;text-align: center;color: #ffffff;height: 1rem;line-height: 1rem;}
/* 中等屏幕（平板，小于等于 1000px） */
@media screen and (min-width: 1000px) {
	
}