body.active{
  overflow: hidden;
  height: 100%;
}
.m1000 {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.logo img {
  margin-top: 15px;
}

.page {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}


/* banner */
.header {
  width: 100%;
  height: 834px;
  position: relative;
  background: url("../images/header/banner_bg.png") no-repeat center top;
}

.header_t {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -387px;
}

.header_r {
  position: absolute;
  top: 172px;
  /* right: 22.5%; */
  left: 50%;
  margin-left: 350px;
}

.header_b {
  position: absolute;
  top: 509px;
  left: 50%;
  margin-left: -415px;
}

.header_l {
  position: absolute;
  top: 112px;
  /* left: 22.5%; */
  left: 50%;
  margin-left: -430px;
}

.page .title {
  text-align: center;
}

/*活动介绍*/
.hdjs {
  height: 730px;
  background: url(../images/hdjs/page_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
}

.hdjs .title {
  margin: 70px 0 24px;
}

.hdjs .content .txt {
  width: 83%;
  display: inline-block;
  margin: 0 50px;
  line-height: 30px;
  font-size: 18px;
}

.hdjs .content .txt p {
  margin-bottom: 16px;
}

.hdjs .more {
  text-align: center;
}

.hdjs .more span {
  display: inline-block;
  margin: 8px auto 0;
  width: 140px;
  height: 60px;
  background: url(../images/hdjs/more.png) no-repeat top center;
  background-size: 100% 100%;
  cursor: pointer;
}

/*box*/
.box {
  max-height: 2830px;
  background: url(../images/box_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 10px;
}
.box .msg{
  text-align: center;
}
.time .title {
  margin: 40px auto 55px;
}

.time .content {
  /* padding-bottom: 70px; */
  padding-bottom: 40px;
}

.time .content ul {
  width: 100%;
  background: url(../images/time/line.png) no-repeat center center;
  background-size: 100% 10px;
}

.time .content ul li {
  display: inline-block;
  text-align: center;
  width: 174px;
  height: 244px;
  margin-left: 20px;
}

.time .content ul h4 {
  font-size: 24px;
}

.time .content ul li .data {
  color: #ff7c00;
}

.time .content ul li .time_t {
  color: #000000;
  font-weight: bold;
}

.time .content ul li span {
  display: inline-block;
  background: url(../images/time/icon.png) no-repeat top center;
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  margin: 22px 0;
}

.time .content ul li.active .data,
.time .content ul li.active .time_t {
  font-size: 30px;
}

.time .content ul li.active span {
  width: 70px;
  height: 70px;
  background: url(../images/time/icon_active.png) no-repeat top center;
  background-size: 70px 70px;
  margin: 13px 0;
}

.time .content ul li p {
  display: none;
  height: 54px;
  line-height: 54px;
  position: absolute;
  padding: 0 12px;
  color: #ffffff;
  background: #fe9916;
  border-radius: 10px;
}

.time .content ul li p.p_l {
  left: 62%;
}

/*手风琴折叠样式*/
.accordions {
  margin-bottom: 20px;
}

.accordions .title {
  height: 150px;
  width: 1000px;
  background: url(../images/tit_bg.png) no-repeat top center;
  background-size: 100% 100%;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  position: relative;
  border-radius: 20px;
}
.accordions .title.active{
  border-radius: 0;
}
.accordions .title span {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 45px;
  background: url(../images/switch.png) no-repeat top center;
  background-size: 60px 60px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

.accordions .title span.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordions .content {
  display: none;
  background: #ffffff;
  padding: 20px;
}

/*小梦想*/
.dream table,
.WinnersList table {
  border: 1px solid #f0f0f0;
}

.dream table thead th,
.WinnersList table thead th {
  height: 50px;
}

.dream table tr.old,
.WinnersList table tr.old {
  background: #fafafa;
}

.dream table tr.even,
.WinnersList table tr.even {
  background: #ffffff;
}

.dream table td,
.WinnersList table td {
  height: 50px;
  font-size: 20px;
  text-align: center;
}

.dream table td.nowrap p {
  width: 438px;
  text-align: left;
  padding: 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dream .meDream {
  text-align: right;
}

.dream .meDream span,
.signUp .bm span,
.dreamShow .page_2 ul li .btns span {
  margin-top: 15px;
  display: inline-block;
  width: 80px;
  height: 30px;
  cursor: pointer;
}

.dream .meDream span {
  background: url(../images/dreams/myDream_btn.png) no-repeat top center;
  background-size: 100% 100%;
}


/*活动报名*/
.signUp .bm {
  text-align: center;
  margin: 0 auto 10px;
}

.signUp .bm span {
  background: url(../images/signUp/signUp_btn.png) no-repeat top center;
  background-size: 100% 100%;
}


/*中奖名单*/
.WinnersList .page_content {
  padding-top: 10px;
}

/*梦想展示*/
.dreamShow .page_2 ul li {
  float: left;
  width: 460px;
}

.dreamShow .page_2 ul li img,.lookDream  .dreamDec img{
  display: block;
  width: 100%;
  height: 300px;
}

.dreamShow .page_2 ul li h3,.lookDream  .dreamDec h3 {
  text-align: left;
  font-size: 20px;
  margin: 15px 0;
}

.dreamShow .page_2 ul li .author,.lookDream  .dreamDec .author{
  text-align: right;
  font-size: 16px;
  margin-bottom: 5px;
  color: #333333;
}

.dreamShow .page_2 ul li .txt,.lookDream  .dreamDec .txt {
  border: 1px solid #f0f0f0;
  height: 82px;
  padding: 10px 25px;
  background-color: #fafafa;

}

.dreamShow .page_2 ul li .txt h4,.lookDream  .dreamDec .txt h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 8px;
}

.dreamShow .page_2 ul li .txt p,.lookDream  .dreamDec .txt p {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dreamShow .page_2 ul li .btns {
  text-align: right;
}

.dreamShow .page_2 ul li .btns span {
  background: url(../images/dreamShow/dreamShow_btn.png) no-repeat top center;
  background-size: 100% 100%;
}

.note {
  text-align: right;
  font-size: 18px;
}

/*滚动顶部*/
.totop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 2%;
  width: 4%;
  height: auto;
  z-index: 99;
  cursor: pointer;
}

.totop img {
  width: 100%;
}

/*cover*/
.cover {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

/*登陆窗*/
.login {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -250px;
  width: 500px;
  height: 240px;
  padding: 20px 20px;
  border-radius: 20px;
  background-color: #ffffff;
}

.login .tit_box,
.hdxq .tit_box,
.myDream .tit_box,
.enroll .tit_box,.lookDream .tit_box {
  position: relative;
  text-align: center;
}

.hdxq .tit_box .close,
.login .tit_box .close,
.myDream .tit_box .close,
.enroll .tit_box .close,.lookDream .tit_box .close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/close.png) no-repeat top center;
  cursor: pointer;
  background-size: 100% 100%;
}

.login .ipts {
  margin: 30px auto 0;
  width: 260px;

}

.login .ipts div {
  border: 1px solid #d7e0d7;
  position: relative;
  margin-bottom: 25px;
}

.login .ipts div input {
  width: 100%;
  height: 32px;
  text-indent: 10px;
  font-size: 14px;
  background-color: #f4f8f3;
}

.login .ipts div span {
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  font-size: 14px;
  right: 0;
  width: 73px;
  height: 100%;
  border-left: 1px solid #d7e0d7;
  top: 0;
  line-height: 32px;
}

.hdxq .btns,
.login .btns,
.myDream .btns,
.enroll .btns {
  text-align: center;
}

.login .btns span,
.myDream .btns span,
.enroll .btns span {
  display: inline-block;
  width: 100px;
  height: 34px;

  cursor: pointer;
}

.login .btns span {
  background: url(../images/login_btn.png) no-repeat top center;
  background-size: 100% 100%;
}

.myDream .btns span {
  background: url(../images/dreams/sendDream_btn.png) no-repeat top center;
  background-size: 100% 100%;
}

.enroll .btns span {
  background: url(../images/signUp/bm_btn.png) no-repeat top center;
  background-size: 100% 100%;
}

/*活动介绍 详情*/
.hdxq {
  display: none;
  position: absolute;
  top: 50%;
  margin: -370px auto 0;
  width: 940px;
  height: 700px;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #ffffff;
}

.hdxq .tit_box .title {
  margin: 0 auto;
}


.hdxq p {
  line-height: 30px;
  margin: 25px 0 5px;
  width: 96%;
  font-size: 18px;
  color: #333333;
}

.hdxq .rule {
  margin-bottom: 25px;
}

.hdxq .rule h2 {
  font-size: 24px;
  padding-left: 40px;
  background: url(../images/hdjs/rule_icon.png) no-repeat center left;
  margin: 10px 0;
  background-size: 30px 30px;
}

.hdxq .rule ul li {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.hdxq .rule .left {
  margin-right: 105px;
}

.hdxq .btns span {
  display: inline-block;
  width: 140px;
  height: 60px;
  background: url(../images/hdjs/read_btn.png) no-repeat top center;
  background-size: 100% 100%;
  cursor: pointer;
}

/*我的小梦想*/
.myDream {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -250px;
  width: 450px;
  height: 240px;
  padding: 20px 25px;
  border-radius: 20px;
  background-color: #ffffff;
}

.myDream .dream_txt {
  margin: 25px auto 15px;
  padding: 0 5px;
}

.myDream .dream_txt textarea {
  width: 420px;
  height: 106px;
  padding: 0 10px;
  margin: 0 auto;
  border: 1px solid #d7e0d7;
  resize: none;
  background-color: #f4f8f3;
  outline: none;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
}

/*活动报名*/
.enroll {
  display: none;
  position: absolute;
  top: 50%;
  margin: -320px auto 0;
  width: 960px;
  height: 600px;
  padding: 25px 20px 15px;
  border-radius: 20px;
  background-color: #ffffff;
}

.enroll h3 {
  font-size: 20px;
  margin: 25px 0 18px;
}

.enroll h3::before {
  content: "";
  border-left: 4px solid #666666;
  padding-left: 20px;
}

.enroll .meInfo {
  padding: 0 20px;
  margin-bottom: 14px;
}

.enroll .meInfo .left,
.enroll .meInfo .right {
  display: inline-block;
  width: 50%;
}

.enroll .meInfo .bottom {
  width: 100%;
}

.enroll .meInfo .left .ipt,
.enroll .meInfo .right .ipt,
.enroll .meInfo .bottom .ipt {
  margin-bottom: 6px;
}

.enroll .meInfo .left .ipt label,
.enroll .meInfo .right .ipt label,
.enroll .meInfo .bottom .ipt label {
  display: inline-block;
  width: 170px;
  font-size: 14px;
  text-align: right;
  margin-right: 15px;
}

.enroll .meInfo .right .ipt label {
  width: 180px;
}

.enroll .meInfo .left .ipt input,
.enroll .meInfo .right .ipt input {
  width: 198px;
  height: 32px;
  border: 1px solid #d7e0d7;
  background: #f4f8f3;
  outline: none;
  border-radius: 2px;
  vertical-align: middle;
  text-indent: 10px;
  line-height: 32px;
}

.meInfo .bottom .ipt textarea,
.meInfo .bottom .ipt input {
  height: 78px;
  border: 1px solid #d7e0d7;
  background: #f4f8f3;
  outline: none;
  border-radius: 2px;
  vertical-align: middle;
  resize: none;
  text-indent: 10px;
}

.meInfo .bottom .ipt textarea {
  width: 660px;
  padding: 4px;
  line-height: 22px;
}

.meInfo .bottom .ipt input {
  width: 668px;
  line-height: 32px;
  height: 32px;
}

/*梦想展示*/
.lookDream {
  display: none;
  width: 480px;
  height: 660px;
  position: absolute;
  top: 50%;
  margin-top: -330px;
  margin-left: 240px;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}
.lookDream  .dreamDec{
  padding: 20px 10px 0;
}

.lookDream .dreamDec .txt{
  height: 190px;
  padding: 10px 10px;
  overflow-y: scroll;
}

.lookDream .dreamDec .txt p{
  overflow: scroll;
  display: block;
}

.foot{
  margin-top: 15px;
}
