body {
    background-color: #E3EBEE
}
.content {
  width: 1200px;
}
.f-16 {
  font-size: 16px!important;
}
.wrap .banner {
    width: 100%;
    background: url(/Event/img/banner.png) no-repeat center top;
    background-size: 100% 522px;
    /*height: 580px;*/
    padding-top: 300px;
    margin-bottom: 40px;
}
.wrap .banner img {
  width: 100%;
  display: block;
}
.wrap .banner .banner-num {
  display: flex;
  justify-content: space-between;
}
.wrap .banner .banner-num li {
  width: 288px;
  height: 142px;
  background: linear-gradient(0deg, #00557C 1%, #009999 100%);
  padding: 30px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.wrap .banner .banner-num li .banner-num-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.wrap .banner .banner-num li .banner-num-title strong {
  font-size: 24px;
  padding: 0 5px 0 2px;
  font-style: italic;
}
.wrap .banner .banner-num li .banner-num-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 8px;
}
.wrap .banner .banner-num li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
    .wrap .banner .banner-num li::after {
        content: '去参与';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 67px;
        height: 26px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #00FFB9;
        line-height: 26px;
        padding-left: 10px;
        background: url(/Event/img/ban-dec.png) no-repeat center;
        background-size: 100% 100%;
    }
    .wrap .banner .banner-num li:hover,
    .wrap .banner .banner-num li.active {
        background: url(/Event/img/ban-hover.png) no-repeat center;
        background-size: 100% 100%;
    }
.wrap .banner .banner-num li:hover .banner-num-title,
.wrap .banner .banner-num li.active .banner-num-title {
  color: #000028;
}
.wrap .banner .banner-num li:hover .banner-num-title strong,
.wrap .banner .banner-num li.active .banner-num-title strong {
  color: #EC6602;
}
.wrap .banner .banner-num li:hover .banner-num-text,
.wrap .banner .banner-num li.active .banner-num-text,
.wrap .banner .banner-num li:hover p,
.wrap .banner .banner-num li.active p {
  color: #000028;
}
        .wrap .banner .banner-num li:hover::after,
        .wrap .banner .banner-num li.active::after {
            content: '去参与';
            background: none;
            color: #000028;
        }

    .wrap .banner .banner-num li.activeOpen::after {
        content: '未开始';
        /*background: none;
    color: #000028;*/
    }

    .wrap .banner .banner-num li.activeClose::after {
        content: '去参与';
        /*background: none;
    color: #000028;*/
    }

.wrap .h4_title {
  height: 40px;
  background: linear-gradient(90deg, rgba(0, 153, 153, 0.2) 0%, rgba(0, 153, 153, 0) 100%);
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.wrap .bottom-main {
  display: flex;
  justify-content: space-between;
}
.wrap .bottom-main .bottom-main-left {
  width: 289px;
  min-height: 146px;
}
.wrap .bottom-main .bottom-main-left ul {
  margin-bottom: 20px;
}
.wrap .bottom-main .bottom-main-left ul li {
  background: #FFFFFF;
  margin-bottom: 10px;
  padding: 16px 20px 12px 20px;
  position: relative;
}
.wrap .bottom-main .bottom-main-left ul li:first-child {
  padding-top: 42px;
}
    .wrap .bottom-main .bottom-main-left ul li > h2 {
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #000028;
        line-height: 24px;
        width: 164px;
        height: 34px;
        background: url(/Event/img/dect-left.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        left: -12px;
        top: 0;
        padding-left: 20px;
    }
.wrap .bottom-main .bottom-main-left ul li > h3 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  line-height: 31px;
}
.wrap .bottom-main .bottom-main-left ul li > p {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9999A9;
  line-height: 31px;
}
.wrap .bottom-main .bottom-main-left ul li > div {
    position: relative;
}
.wrap .bottom-main .bottom-main-left ul li > div > span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FF9000;
  line-height: 31px;
}
.wrap .bottom-main .bottom-main-left ul li > div > a > button {
  width: 97px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #008AA6;
  border-radius: 16px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #008AA6;
  line-height: 30px;
}
.wrap .bottom-main .bottom-main-left ul li > div > .code {
    display:none;
    width: 120px;
    height: 120px;
    position: absolute;
    right: -140px;
    z-index: 2;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    bottom: -13px;
}
.wrap .bottom-main .bottom-main-right {
  width: 888px;
  background: #FFFFFF;
  padding: 20px 8px 0;
}
.wrap .bottom-main .bottom-main-right .bmr-title {
  margin-bottom: 5px;
}
.wrap .bottom-main .bottom-main-right .bmr-title > div {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  padding-left: 13px;
  position: relative;
  line-height: 32px;
}
.wrap .bottom-main .bottom-main-right .bmr-title > div::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 21px;
  background: #009999;
}
.wrap .bottom-main .bottom-main-right .bmr-title > span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #008AA6;
}
    .wrap .bottom-main .bottom-main-right .video dl {
        margin: 10px 5px;
        width: 276px;
        height: 159px;
        border: 1px solid #E3EBEE;
        border-top: none;
        box-shadow: 0px 1px 5px 0px rgba(4, 0, 0, 0.09);
        background: url(/Event/img/bg.png) no-repeat center;
        background-size: 100% 100%;
        position: relative;
    }
.wrap .bottom-main .bottom-main-right .video dl:last-child {
  background: none;
}
.wrap .bottom-main .bottom-main-right .video dl dt {
  position: absolute;
  width: 39px;
  height: 39px;
  left: 50%;
  top: 42px;
  margin-left: -20px;
}
.wrap .bottom-main .bottom-main-right .video dl dd {
  height: 48px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 14px;
}
.wrap .bottom-main .bottom-main-right .video dl a > img {
  width: 100%;
  height: 100%;
}
    .wrap .bottom-main .bottom-main-right .doc dl {
        margin: 5px;
        width: 416px;
        height: 126px;
        padding: 20px 50px 0 40px;
        background: url(/Event/img/doc.png) no-repeat 18px 24px;
        background-size: 12px 14px;
        background-color: #EBF0F4;
    }
.wrap .bottom-main .bottom-main-right .doc dl dt {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  margin-bottom: 15px;
}
.wrap .bottom-main .bottom-main-right .doc dl dt span {
  float: left;
}
.wrap .bottom-main .bottom-main-right .doc dl dt span:first-child {
  max-width: 86%;
  display: inline-block;
}
.wrap .bottom-main .bottom-main-right .doc dl dt span:last-child {
  font-size: 12px;
  margin-top: 3px;
}
.wrap .bottom-main .bottom-main-right .doc dl dd {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333353;
}
.wrap .bottom-main .bottom-main-right .tip {
  height: 50px;
  line-height: 50px;
  background: linear-gradient(0deg, #7DD185 0%, #57B960 100%);
  padding: 0 20px ;
  margin-bottom: 40px;
}
.wrap .bottom-main .bottom-main-right .tip span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 30px;
}
.wrap .bottom-main .bottom-main-right .tip.tip-b {
  background: #5ea2e9;
}
.wrap .bottom-main .bottom-main-right .cicle p {
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 20px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
}
.wrap .bottom-main .bottom-main-right .cicle p.cicle-g {
  background: rgba(86, 185, 95, 0.6);
}
.wrap .bottom-main .bottom-main-right .cicle p.cicle-b {
  background: rgba(94, 162, 233, 0.45);
}
.wrap .bottom-main .bottom-main-right .study {
  margin-bottom: 20px;
  padding-top: 10px;
}
.wrap .bottom-main .bottom-main-right .study li {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  line-height: 28px;
  padding-left: 22px;
  padding-right: 10px;
  position: relative;
}
.wrap .bottom-main .bottom-main-right .study li b {
  position: absolute;
  font-size: 12px;
  left: 0;
}
    .wrap .bottom-main .bottom-main-right .activity {
        background: url(/Event/img/activity2.png) no-repeat center;
        background-size: 100% 100%;
        height: 310px;
        padding: 20px 30px;
        margin-bottom: 15px;
        position: relative;
    }
        .wrap .bottom-main .bottom-main-right .activity button {
            background: url(/Event/img/activity-btn.png) no-repeat center center;
            background-size: 100% 100%;
            width: 118px;
            height: 64px;
            position: absolute;
            right: 84px;
            bottom: 20px;
        }
    .wrap .bottom-main .bottom-main-right .task {
        background: url(/Event/img/task.png) no-repeat center;
        background-size: 100% 100%;
        height: 310px;
        padding: 20px 30px;
        position: relative;
        margin-bottom: 15px;
    }
.wrap .bottom-main .bottom-main-right .task li {
  width: 503px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 10px;
}
.wrap .bottom-main .bottom-main-right .task li b {
  font-size: 12px;
}
.wrap .bottom-main .bottom-main-right .task li:last-child {
  font-size: 12px;
  padding-top: 20px;
}
.wrap .bottom-main .bottom-main-right .task li span {
  color: #00FFB9;
  font-size: 15px;
}
.wrap .bottom-main .bottom-main-right .task button {
  width: 206px;
  height: 44px;
  background: #00FFB9;
  font-size: 18px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #000028;
  right: 40px;
  position: absolute;
  bottom: 10px;
}
.wrap .bottom-main .bottom-main-right .question-cont {
  margin-bottom: 10px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  padding: 20px 10px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-sort {
  background: #EBF0F4;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-sort ul {
  width: 724px;
  margin: auto;
  padding: 50px 0;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-sort ul li {
  height: 51px;
  background: #FFFFFF;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000028;
  line-height: 50px;
  margin-bottom: 10px;
  padding: 0 16px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-sort ul li span {
  display: inline-block;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-sort ul li span.sort-img {
  width: 29px;
  height: 25px;
  margin-right: 13px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-sort ul li span.sort-num {
  width: 130px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item .question-cont-item-sort ul li span.sort-title {
  width: 400px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all {
  position: relative;
  display: none;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort li {
  padding-left: 38px;
}
    .wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num {
        width: 848px;
        top: 62px;
        left: 0;
        position: absolute;
        display: flex;
        height: 144px;
        padding: 0 24px;
        background: url(/Event/img/sort.png) no-repeat center;
        background-size: 848px 144px;
    }
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num dl {
  text-align: center;
  padding-top: 15px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num dl dt {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000028;
  margin-bottom: 20px;
  line-height: 25px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num dl dt img {
  margin-right: 10px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num dl dd {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000028;
  line-height: 19px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num dl.s1 {
  width: 310px;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num dl.s2,
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort-num dl.s3 {
  width: 267px;
  padding: 40px 0 0;
}
.wrap .bottom-main .bottom-main-right .question-cont .question-cont-item.question-cont-item-all .question-cont-item-sort {
  margin-top: 94px;
}
.wrap .bottom-main .bottom-main-right .btn-looksort {
  height: 44px;
  background: #EBF0F4;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #008AA6;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
    .wrap .bottom-main .bottom-main-right .share {
        height: 100px;
        background: url(/Event/img/share.png) no-repeat center top;
        background-size: 100% 100px;
        width: 888px;
        margin-left: -20px;
    }
.wrap .bottom-main .bottom-main-right .share a {
  line-height: 100px;
  padding-left: 86px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.wrap .bottom-main .bottom-main-right .share a button {
  width: 206px;
  height: 44px;
  background: #00FFB9;
  font-size: 18px;
  font-family: Adobe Heiti Std;
  font-weight: bold;
  color: #000028;
  line-height: 44px;
  margin-left: 20px;
}
.question-tab {
  height: 50px;
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #E3EBEE;
  margin-top: 10px;
}
.question-tab > li {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  line-height: 50px;
  display: inline-block;
  /* margin: 0 32px; */
  cursor: pointer;
  position: relative;
  width: 120px;
  text-align: center;
}
.question-tab > li.active::after {
  width: 100%;
  height: 3px;
  background: #009999;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 2;
}
.fixed {
  width: 100%;
  position: sticky  ;
  bottom: 0;
  left: 0;
}
.fixed > div {
    position: relative;
}

.fixed > div .fix-bg {
    width: 100%;
}

.fixed > div .code {
    display:none;
    width: 203px;
    height: 203px;
    position: absolute;
    right: 24%;
    bottom: 100px;
    z-index: 2;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}
.cicle-b a:hover {
    text-decoration: underline;
}
.cicle-g a:hover {
    text-decoration: underline;
}