html, body
{
  margin: 0;
	width: 100%;
  /* font-family: sans-serif; */
  background-color: #090F25;  
}

#main {
  width: 100%;
  height: 100%;
}

.section {
  position: relative; 
  max-width: 500px;  
  margin: 0 auto;
}

/* 1.0 立即报名 */
.section .bg_img {
  width: 100%;
}

#enroll_btn {
  position: absolute;
  width: 155px;
  height: 65px;
  top: 68.8%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);  
  cursor: pointer;
}

/* 2.0 赛事背景 */
/* .introduction {
  height: 578px;
} */

/* 3.0 赛事安排 */
/* .management {
  height: 1580px;
} */

/* 4.0 报名要求 */
/* .requirement {
  height: 990px;
} */

/* 5.0 投资人 */
.investor {
  background-color: #090F25;   
  text-align: center;
}

.investor .title_wrap {
   width: 100%;
   text-align: center;
}

.title_wrap img {
  position: relative; 
  width: 44.6%;
  margin-top: 44px;
}

.investor .investor_wrap {
  position: relative;
  width: 100%;
  margin-top: 10px;
  font-size: 0;
}

.investor_wrap .investor_box {
  position: relative;
  width: 33.3%;
  height: 150px;
  margin: 20px auto 0; 
  display: inline-block;  
  text-align: center; 
}

.investor_header {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.investor_header .head_bg {
  position: absolute;
  right: 0;
  width: 30px;
  height: 28px;
  background-image: url(./img/06_point_bg.png);
}

.investor_header .head_avatar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.investor_name {
  margin: 8px auto 0;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #FFF;
}

.investor_mechanism {
  font-size: 12px;
  color: #00D7d0;
  margin: 10px auto 0;
}

.investor_title {
  margin: 2px 5px 10px;
  font-size: 11px;
  width: 90%;
  color: #FFF;
} 

/* 6.0 赛事动态 */
.news {
  position: relative;
  background-color: #090F25; 
}

.news .title_wrap {
  width: 100%;
  text-align: center;
}

.title_wrap .news_title_img {
  width: 76.5%;
  margin-top: 30px;
}

.news .news_wrap {
  position: relative;
  width: 100%;
  margin-top: 25px; 
  text-align: center;
}

.news_wrap .news_content_bg {
  position: relative;
  width: 96%;
}

.news_wrap .news_content {
  position: absolute;
  top: 0;
  left: 8.62%; 
  width: 82.76%;
}

.news_wrap .news_cover {
  position: relative;
  top: 0;
  width: 100%;
}

.news_wrap .news_bg1, 
.news_wrap .news_bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
} 

/* .news_wrap .outer_container {
  position: relative;
  width: 280px;
  height: 191px;
  margin: 0 auto;
   overflow: hidden;
  background-image: url(./img/07_pic_box.png); 
  background-position: center;
  background-size: 280px 191px;
  border: 1px solid orchid; 
} */

/* .news_wrap .inner_container {
  position: relative;
  width: 2414px; 
  height: 150.2px;
  left: 19.3px;
  background-color: orange;  
}  */

.news_wrap .news_date {
  position: absolute;
  left: 6.67%;
  top: 0;
  width: 12.44%;
}

.news_wrap .news_title {
  position: absolute;
  left: 6.67%;
  top: 56%;
  width: 83%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #FFF;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
} 

.news_wrap .news_brief {
  position: absolute;
  left: 6.67%;
  top: 72%;
  width: 83%;
  height: 32px;  
  line-height: 16px;
  font-size: 12px;
  text-align: left;
  /* font-weight: bold; */
  color: #FFF;
  overflow: hidden;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;
}  

/* 7.0 组织单位 */
/* .organization {
   height: 834px; 
  background-image:url(./img/08_pic_bg.png); 
} */

.section .bg_img {
  width: 100%;
}