.home-wrap {
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
/* PC端 样式 */
@media screen and (min-width: 600px) {
  /* 首页 banner */
  .banner-wrap {
    width: 100%;
    height: 510px;
    background: url('../images/banner-bg2.png') no-repeat center top;
    background-size: cover;
  }
  .banner-wrap-in {
    width: 1200px;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding-top: 120px;
  }
  .banner-wrap-in .title {
    font-size: 42px;
    font-weight: 900;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
  }

  .banner-wrap-in .titlenew {
    font-size: 26px;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
  }

  .banner-wrap-in .btns-wrap {
    display: flex;
    margin: 58px 0 24px 0;
    padding-right: 400px;
    flex-wrap: wrap;
  }
  .banner-wrap-in .btns-wrap .btn {
    width: 144px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  .banner-wrap-in .btns-wrap .btn.btn-apply {
    background: #ffffff;
    color: #3778fd;
    margin-right: 40px;
  }
  .banner-wrap-in .btns-wrap .btn.btn-refer {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
  }
  .banner-wrap-in .info .end-time {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 16px;
  }
  .banner-wrap-in .info .number {
    font-size: 16px;
    color: #ffffff;
  }

  /* 大赛引言 */
  .foreword-wrap {
    width: 100%;
    background: #ffffff;
  }
  .foreword-in {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 40px;
  }
  .foreword-in .title {
    display: block;
    width: 209px;
    height: 68px;
    margin: 0 auto 40px;
  }
  .foreword-in .con .section {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
  }

  /* 日程安排 */
  .schedule-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .schedule-in {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 40px;
    background: url('../images/mater-pic2.png') no-repeat right top;
    background-size: 355px 355px;
  }
  .schedule-in .title {
    display: block;
    width: 184px;
    height: 68px;
    margin: 0 auto 36px;
  }
  .schedule-in .con {
    width: 100%;
    height: 376px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 44px 0 0 0;
    box-shadow: 0px 3px 9px 0px rgba(55, 120, 253, 0.15);
    border-radius: 4px;
  }
  .schedule-in .con .sc-info {
    box-sizing: border-box;
    padding: 0 46px;
    display: flex;
    justify-content: space-between;
  }
  .schedule-in .con .sc-info-item .sc-icon {
    display: block;
    width: 120px;
    height: 150px;
    margin: 0 auto 24px;
  }
  .schedule-in .con .sc-info-item {
    width: 33.33%;
  }
  .schedule-in .con .sc-info-item .sc-desc .name {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 8px;
  }
  .schedule-in .con .sc-info-item .sc-desc .time {
    color: #1a1a1a;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
  .schedule-in .con .sc-info-item.active .sc-desc .name,
  .schedule-in .con .sc-info-item.active .sc-desc .time {
    color: #3778fd;
  }
  .schedule-in .con .sc-bot {
    display: flex;
    justify-content: center;
  }
  .schedule-in .con .sc-bot .progress {
    width: 720px;
    height: 24px;
    position: relative;
    display: flex;
    margin: 32px auto 0;
  }
  .schedule-in .sc-bot .progress .sch-circle {
    width: 24px;
    height: 24px;
    position: absolute;
  }
  .schedule-in .progress .sch-circle.pos1 {
    left: -12px;
    bottom: 0;
  }
  .schedule-in .progress .sch-circle.pos2 {
    left: 348px;
    bottom: 0;
  }
  .schedule-in .progress .sch-circle.pos3 {
    right: -12px;
    bottom: 0;
  }
  .schedule-in .progress .pro-line-out {
    position: absolute;
    left: 0;
    top: 8px;
    width: 720px;
    height: 8px;
    border-radius: 4px;
    background: #f5f5f5;
  }
  .schedule-in .progress.first .pro-line-out .pro-line-in {
    position: absolute;
    width: 180px;
    height: 8px;
    left: 0;
    top: 0;
    background-color: #3778fd;
    border-radius: 4px;
  }
  .schedule-in .progress.second .pro-line-out .pro-line-in {
    position: absolute;
    width: 540px;
    height: 8px;
    left: 0;
    top: 0;
    background-color: #3778fd;
    border-radius: 4px;
  }
  .schedule-in .progress.third .pro-line-out .pro-line-in {
    position: absolute;
    width: 720px;
    height: 8px;
    left: 0;
    top: 0;
    background-color: #3778fd;
    border-radius: 4px;
  }
  /* 最新动态 */
  .latest-wrap {
    width: 100%;
    background: #ffffff;
  }
  .latest-in {
    width: 1200px;
    margin: 0 auto 0;
    padding: 66px 0 57px 0;
  }
  .latest-in .title {
    display: block;
    width: 184px;
    height: 68px;
    margin: 0 auto 44px;
  }
  .latest-in .no-content img {
    display: block;
    margin: 0 auto 12px;
    width: 292px;
    height: 200px;
  }
  .latest-in .no-content .text {
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .latest-in .latest-lists {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .latest-in .latest-lists .latest-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
  }
  .latest-in .latest-item .l-info {
    width: 1038px;
  }
  .latest-in .latest-item .l-info-title {
    color: #1a1a1a;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .latest-in .latest-item .l-info-desc {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
  }
  .latest-in .latest-item .l-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .latest-in .latest-item .l-right .date1 {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .latest-in .latest-item .l-right .date2 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }

  /* 比赛内容 */
  .game-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .game-in {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 40px;
    background: url('../images/mater-pic1.png') no-repeat left top;
    background-size: 355px 355px;
  }
  .game-in .title {
    display: block;
    width: 184px;
    height: 68px;
    margin: 0 auto 44px;
  }
  .game-in .game-con {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .game-in .game-con .game-con1 {
    width: 560px;
  }
  .game-in .game-con .game-con1 .head {
    width: 100%;
    height: 80px;
    line-height: 68px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: url('../images/game-head1.png') no-repeat;
    background-size: 100% auto;
  }
  .game-in .game-con1 .info {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 6px;
    border: 2px solid #2878ff;
    border-top: none;
    margin-top: -12px;
    height: 246px;
  }
  .game-in .game-con1 .info .info-li {
    display: flex;
    margin-bottom: 8px;
  }
  .game-in .game-con1 .info .info-li .t1 {
    display: block;
    width: 56px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-right: 8px;
  }
  .game-in .game-con1 .info .info-li .t2 {
    flex: 1;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
  }

  .game-in .game-con .game-con2 {
    width: 560px;
  }
  .game-in .game-con .game-con2 .head {
    width: 100%;
    height: 80px;
    line-height: 68px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    background: url('../images/game-head2.png') no-repeat;
    background-size: 100% auto;
  }
  .game-in .game-con2 .info {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border: 2px solid #00c8cd;
    border-radius: 6px;
    border-top: none;
    margin-top: -12px;
    height: 246px;
  }
  .game-in .game-con2 .info .info-li {
    display: flex;
    margin-bottom: 8px;
  }
  .game-in .game-con2 .info .info-li .t1 {
    display: block;
    width: 56px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-right: 8px;
  }
  .game-in .game-con2 .info .info-li .t2 {
    flex: 1;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
  }

  /* 参赛对象 */
  .group-wrap {
    width: 100%;
    background: #ffffff;
  }
  .group-in {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 40px;
  }
  .group-in .title {
    display: block;
    width: 292px;
    height: 68px;
    margin: 0 auto 44px;
  }
  .group-in .con .sub-title {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    text-align: center;
    height: 25px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .group-in .con .group-list {
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .group-in .con .group-item {
    position: relative;
    width: 370px;
    height: 174px;
    box-sizing: border-box;
    padding: 24px 24px 0;
    box-shadow: 0px 3px 9px 0px rgba(55, 120, 253, 0.15);
    border-radius: 4px;
    border-top: 8px solid #3778fd;
    overflow: hidden;
    background: url('../images/decoreate-pic1.png') no-repeat #ffffff right bottom;
    background-size: 80px 80px;
  }
  .group-in .group-item .g-title1 {
    display: block;
    width: 83px;
    height: 23px;
    margin: 0 auto 8px;
  }
  .group-in .group-item .line1 {
    display: block;
    width: 83px;
    height: 5px;
    border-radius: 3px;
    margin: 0 auto 24px;
    background: rgba(40, 120, 255, 0.14);
  }
  .group-in .group-item .g-title2 {
    display: block;
    width: 166px;
    height: 23px;
    margin: 0 auto 8px;
  }
  .group-in .group-item .line2 {
    display: block;
    width: 166px;
    height: 5px;
    border-radius: 3px;
    margin: 0 auto 24px;
    background: rgba(55, 120, 253, 0.14);
  }
  .group-in .group-item .g-title3 {
    display: block;
    width: 166px;
    height: 23px;
    margin: 0 auto 8px;
  }
  .group-in .group-item .line3 {
    display: block;
    width: 166px;
    height: 5px;
    border-radius: 3px;
    margin: 0 auto 24px;
    background: rgba(40, 120, 255, 0.14);
  }
  .group-in .group-item .g-desc {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
  }

  /* 评审规则 */
  .rules-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .rules-in {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 44px;
    background: url('../images/decoreate-pic2.png') no-repeat right bottom;
    background-size: 400px 200px;
  }
  .rules-in .title {
    display: block;
    width: 184px;
    height: 68px;
    margin: 0 auto 47px;
  }
  .rules-in .con .info-list {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .rules-in .con .info-list .info-item {
    display: flex;
    margin-bottom: 16px;
  }
  .rules-in .info-list .info-item .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url('../images/symbol-1.png') no-repeat;
    background-size: 100% 100%;
    color: #3778fd;
    font-size: 16px;
    margin-right: 8px;
  }
  .rules-in .info-list .info-item .text {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  /* 奖励办法 */
  .incentives-wrap {
    width: 100%;
    background: #ffffff;
  }
  .incentives-in {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 40px;
  }
  .incentives-in .title {
    display: block;
    width: 184px;
    height: 68px;
    margin: 0 auto 44px;
  }
  .incentives-in .incen-lists {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 36px;
  }
  .incentives-in .incen-item {
    width: 540px;
    height: 142px;
    box-sizing: border-box;
    padding: 24px 24px 0 16px;
    border-left: 8px solid #3778fd;
    border-radius: 4px;
    box-shadow: 0px 3px 9px 0px rgba(55, 120, 253, 0.15);
    overflow: hidden;
  }
  .incentives-in .incen-item .name {
    font-size: 22px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .incentives-in .incen-item .desc {
    color: #333333;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
  }

  /* 注意事项 */
  .attention-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .attention {
    width: 1200px;
    margin: 0 auto;
    background: url('../images/mater-pic2.png') no-repeat right bottom;
    background-size: 355px 355px;
  }
  .attention-in {
    width: 1200px;
    margin: 0 auto;
    padding: 66px 0 40px;
    background: url('../images/mater-pic1.png') no-repeat left top;
    background-size: 355px 355px;
  }
  .attention-in .title {
    display: block;
    width: 218px;
    height: 68px;
    margin: 0 auto 44px;
  }
  .attention-in .con {
    box-sizing: border-box;
    padding: 0 40px;
  }
  .attention-in .ac-title {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .attention-in .att-con1 .ac-item,
  .attention-in .att-con2 .ac-item {
    display: flex;
    margin-bottom: 8px;
  }
  .attention-in .att-con1 .ac-item .num {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url('../images/symbol-1.png') no-repeat;
    background-size: 100% 100%;
    color: #3778fd;
    font-size: 16px;
    margin-right: 8px;
  }
  .attention-in .att-con2 .ac-item .num {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url('../images/symbol-2.png') no-repeat;
    background-size: 100% 100%;
    color: #00c8cd;
    font-size: 16px;
    margin-right: 8px;
  }
  .attention-in .ac-item .desc {
    flex: 1;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  .attention-in .btns-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .attention-in .btns-wrap .btn-apply {
    width: 144px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    color: #ffffff;
    background: #3778fd;
    text-align: center;
    border: none;
    font-size: 16px;
  }
}
/* 手机端 样式 */
@media screen and (max-width: 600px) {
  /* 首页 banner */
  .banner-wrap {
    width: 100%;
    height: 220px;
    background: url('../images/banner-bg2.png') no-repeat center top;
    background-size: cover;
  }
  .banner-wrap-in {
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    padding: 0 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-wrap-in .title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 900;
    height: 27px;
    line-height: 27px;
    color: #ffffff;
  }

  .banner-wrap-in .titlenew {
    font-size: 15px;
    /*font-weight: 900;*/
    height: 27px;
    line-height: 27px;
    color: #ffffff;
  }
  .banner-wrap-in .btns-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /*margin: 16px 10% 0 0;*/
  }
  .banner-wrap-in .btns-wrap .btn {
    width: auto !important;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
    font-size: 14px;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 16px;
  }
  .banner-wrap-in .btns-wrap .btn.btn-apply {
    background: #ffffff;
    color: #3778fd;
  }
  .banner-wrap-in .btns-wrap .btn.btn-refer {
    line-height: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
  }
  .banner-wrap-in .info {
    display: flex;
  }
  .banner-wrap-in .info .end-time {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 8px;
    line-height: 16px;
    margin-right: 16px;
  }
  .banner-wrap-in .info .number {
    font-size: 12px;
    color: #ffffff;
    line-height: 16px;
  }

  /* 大赛引言 */
  .foreword-wrap {
    width: 100%;
    background: #ffffff;
  }
  .foreword-in {
    box-sizing: border-box;
    padding: 40px 16px 24px;
  }
  .foreword-in .title {
    display: block;
    width: 148px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .foreword-in .con .section {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
  }

  /* 日程安排 */
  .schedule-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .schedule-in {
    box-sizing: border-box;
    padding: 40px 16px 24px;
  }
  .schedule-in .title {
    display: block;
    width: 130px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .schedule-in .con {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 44px 0 18px 0;
    box-shadow: 0px 3px 9px 0px rgba(55, 120, 253, 0.15);
  }
  .schedule-in .con .sc-info {
    width: 100%;
  }
  .schedule-in .con .sc-info-item .sc-icon {
    display: block;
    width: 120px;
    height: 150px;
    margin: 0 auto 24px;
  }
  .schedule-in .con .sc-info-item {
    width: 100%;
    margin-bottom: 32px;
  }
  .schedule-in .con .sc-info-item .sc-desc .name {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
  }
  .schedule-in .con .sc-info-item .sc-desc .time {
    color: #1a1a1a;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }
  .schedule-in .con .sc-info-item.active .sc-desc .name,
  .schedule-in .con .sc-info-item.active .sc-desc .time {
    color: #3778fd;
  }
  .schedule-in .con .sc-bot {
    display: none;
  }

  /* 最新动态 */
  .latest-wrap {
    width: 100%;
    background: #ffffff;
  }
  .latest-in {
    padding: 40px 0 40px 0;
  }
  .latest-in .title {
    display: block;
    width: 130px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .latest-in .no-content img {
    display: block;
    margin: 0 auto 12px;
    width: 292px;
    height: 200px;
  }
  .latest-in .no-content .text {
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .latest-in .latest-lists {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .latest-in .latest-lists .latest-item {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px dotted #e5e5e5;
    padding: 16px 0;
  }
  .latest-in .latest-item .l-info {
    width: calc(100% - 66px);
  }
  .latest-in .latest-item .l-info-title {
    color: #1a1a1a;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    white-space: unset;
  }
  .latest-in .latest-item .l-info-desc {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
  }
  .latest-in .latest-item .l-right {
    width: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .latest-in .latest-item .l-right .date1 {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    height: 26px;
    line-height: 26px;
    text-align: right;
  }
  .latest-in .latest-item .l-right .date2 {
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    text-align: right;
  }

  /* 比赛内容 */
  .game-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .game-in {
    padding: 40px 0 24px;
    background: url('../images/mater-pic1.png') no-repeat left top;
    background-size: 178px 178px;
  }
  .game-in .title {
    display: block;
    width: 130px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .game-in .game-con {
    box-sizing: border-box;
    padding: 0 16px;
  }
  .game-in .game-con .game-con1 {
    width: 100%;
    margin-bottom: 12px;
  }
  .game-in .game-con .game-con1 .head {
    width: 100%;
    height: 80px;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: url('../images/game-head1.png') no-repeat;
    background-size: 100% 80px;
  }
  .game-in .game-con1 .info {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border: 2px solid #2878ff;
    border-top: none;
    margin-top: -10px;
  }
  .game-in .game-con1 .info .info-li {
    display: flex;
    margin-bottom: 8px;
  }
  .game-in .game-con1 .info .info-li .t1 {
    display: block;
    width: 56px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-right: 8px;
  }
  .game-in .game-con1 .info .info-li .t2 {
    flex: 1;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
  }

  .game-in .game-con .game-con2 {
    width: 100%;
  }
  .game-in .game-con .game-con2 .head {
    width: 100%;
    height: 80px;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: url('../images/game-head2.png') no-repeat;
    background-size: 100% 80px;
  }
  .game-in .game-con2 .info {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    border: 2px solid #00c8cd;
    border-top: none;
    margin-top: -10px;
  }
  .game-in .game-con2 .info .info-li {
    display: flex;
    margin-bottom: 8px;
  }
  .game-in .game-con2 .info .info-li .t1 {
    display: block;
    width: 56px;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    margin-right: 8px;
  }
  .game-in .game-con2 .info .info-li .t2 {
    flex: 1;
    color: #000000;
    font-size: 14px;
    line-height: 24px;
  }

  /* 参赛对象 */
  .group-wrap {
    width: 100%;
    background: #ffffff;
  }
  .group-in {
    box-sizing: border-box;
    padding: 40px 16px 24px;
  }
  .group-in .title {
    display: block;
    width: 206px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .group-in .con .sub-title {
    font-size: 16px;
    color: #1a1a1a;
    text-align: center;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .group-in .con .group-list {
    box-sizing: border-box;
  }
  .group-in .con .group-item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px;
    box-shadow: 0px 3px 9px 0px rgba(55, 120, 253, 0.15);
    border-radius: 4px;
    border-top: 8px solid #3778fd;
    overflow: hidden;
    background: url('../images/decoreate-pic1.png') no-repeat #ffffff right bottom;
    background-size: 80px 80px;
    margin-bottom: 16px;
  }
  .group-in .group-item .g-title1 {
    display: block;
    width: 83px;
    height: 23px;
    margin: 0 auto 8px;
  }
  .group-in .group-item .line1 {
    display: block;
    width: 83px;
    height: 5px;
    border-radius: 3px;
    margin: 0 auto 24px;
    background: rgba(40, 120, 255, 0.14);
  }
  .group-in .group-item .g-title2 {
    display: block;
    width: 166px;
    height: 23px;
    margin: 0 auto 8px;
  }
  .group-in .group-item .line2 {
    display: block;
    width: 166px;
    height: 5px;
    border-radius: 3px;
    margin: 0 auto 24px;
    background: rgba(55, 120, 253, 0.14);
  }
  .group-in .group-item .g-title3 {
    display: block;
    width: 166px;
    height: 23px;
    margin: 0 auto 8px;
  }
  .group-in .group-item .line3 {
    display: block;
    width: 166px;
    height: 5px;
    border-radius: 3px;
    margin: 0 auto 24px;
    background: rgba(40, 120, 255, 0.14);
  }
  .group-in .group-item .g-desc {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
  }

  /* 评审规则 */
  .rules-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .rules-in {
    padding: 40px 0 24px;
    background: url('../images/decoreate-pic2.png') no-repeat right bottom;
    background-size: 400px 200px;
  }
  .rules-in .title {
    display: block;
    width: 130px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .rules-in .con .info-list {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .rules-in .con .info-list .info-item {
    display: flex;
    margin-bottom: 16px;
  }
  .rules-in .info-list .info-item .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url('../images/symbol-1.png') no-repeat;
    background-size: 100% 100%;
    color: #3778fd;
    font-size: 16px;
    margin-right: 8px;
  }
  .rules-in .info-list .info-item .text {
    width: calc(100% - 36px);
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  /* 奖励办法 */
  .incentives-wrap {
    width: 100%;
    background: #ffffff;
  }
  .incentives-in {
    box-sizing: border-box;
    padding: 40px 16px 24px;
  }
  .incentives-in .title {
    display: block;
    width: 130px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .incentives-in .incen-item {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px 24px 16px;
    border-left: 8px solid #3778fd;
    border-radius: 4px;
    box-shadow: 0px 3px 9px 0px rgba(55, 120, 253, 0.15);
    overflow: hidden;
    margin-bottom: 20px;
  }
  .incentives-in .incen-item .name {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .incentives-in .incen-item .desc {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
  }
  /* 注意事项 */
  .attention-wrap {
    width: 100%;
    background: #f8fafc;
  }
  .attention-in {
    box-sizing: border-box;
    padding: 40px 16px 24px;
    background: url('../images/mater-pic1.png') no-repeat left top;
    background-size: 178px 178px;
  }
  .attention-in .title {
    display: block;
    width: 154px;
    height: 48px;
    margin: 0 auto 24px;
  }
  .attention-in .ac-title {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 16px;
  }
  .attention-in .att-con1 .ac-item,
  .attention-in .att-con2 .ac-item {
    display: flex;
    margin-bottom: 8px;
  }
  .attention-in .att-con1 .ac-item .num {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url('../images/symbol-1.png') no-repeat;
    background-size: 100% 100%;
    color: #3778fd;
    font-size: 16px;
    margin-right: 8px;
  }
  .attention-in .att-con2 .ac-item .num {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url('../images/symbol-2.png') no-repeat;
    background-size: 100% 100%;
    color: #00c8cd;
    font-size: 16px;
    margin-right: 8px;
  }
  .attention-in .ac-item .desc {
    flex: 1;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  .attention-in .btns-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .attention-in .btns-wrap .btn-apply {
    width: 144px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    color: #ffffff;
    background: #3778fd;
    text-align: center;
    border: none;
    font-size: 16px;
  }
}
