@charset "UTF-8";
body {
  color: #000; }

/* 公共部分----------------开始 */
[v-cloak] {
  display: none !important; }

p {
  margin: 0; }

a {
  text-decoration: none; }
  a:focus, a:hover {
    color: #6cbfff;
    text-decoration: none;
    outline: none; }

button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none !important; }

.ellipsis {
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden; }

.ellipsis-2 {
  -webkit-line-clamp: 2; }

.ellipsis-3 {
  -webkit-line-clamp: 3; }

/* 等比例放大图片 */
.equal-proportion-imgDiv {
  width: 100%;
  height: 0;
  overflow: hidden; }

.common-h-wper {
  border-bottom: none !important; }

#electronicachina-activity-2021 {
  overflow-x: hidden; }

#electronicachina-activity-2021 .container {
  width: 1200px;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 767px) {
    #electronicachina-activity-2021 .container {
      width: 100%;
      padding: 0 15px; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    #electronicachina-activity-2021 .container {
      width: 932px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #electronicachina-activity-2021 .container {
      width: 720px; } }

.handlebar {
  width: 100%;
  height: 9.03px;
  opacity: 0.3;
  position: relative; }
  .handlebar::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 24px;
    background: #000000; }
  .handlebar::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #000000; }
  @media (max-width: 767px) {
    .handlebar {
      display: none; } }

.container .heading {
  display: flex;
  justify-content: space-between; }
  .container .heading .text {
    display: flex;
    flex-direction: column;
    margin-right: 18px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .container .heading .text {
        margin-right: 0; } }
    .container .heading .text::after {
      position: absolute;
      content: '';
      z-index: -1;
      left: 34px;
      bottom: 0;
      top: -27px;
      width: 100.83px;
      opacity: 0.9;
      background-image: url(../images/electronicachina2021/long_strip.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 767px) {
        .container .heading .text::after {
          left: 14px;
          bottom: 0;
          top: -10px;
          width: 80px; } }
    .container .heading .text.single::after {
      left: 59px;
      bottom: -22px;
      top: -27px;
      width: 75.72px;
      background-image: url(../images/electronicachina2021/short_strip.png); }
      @media (max-width: 767px) {
        .container .heading .text.single::after {
          left: 24px;
          bottom: -8px;
          top: -10px;
          width: 50px; } }
    .container .heading .text span {
      color: black;
      text-align: left;
      font-weight: 500;
      white-space: nowrap; }
      .container .heading .text span:nth-child(1) {
        height: 56px;
        font-size: 40px;
        margin-bottom: 2px; }
        @media (max-width: 767px) {
          .container .heading .text span:nth-child(1) {
            font-size: 28px;
            height: auto; } }
      .container .heading .text span:nth-child(2) {
        height: 70px;
        font-size: 50px;
        opacity: 0.85;
        color: #b7784e; }
        @media (max-width: 767px) {
          .container .heading .text span:nth-child(2) {
            font-size: 32px;
            height: 45px; } }
  .container .heading .handlebar {
    margin-top: 33px; }

/*公共部分结束-------------------结束*/
.banner {
  width: 100%;
  margin: 0 auto;
  z-index: 10; }
  .banner img {
    width: 100%; }

.page-navs {
  height: 60px;
  background-color: #070a0d;
  width: 100%;
  display: flex;
  align-items: center;
  position: fixed;
  opacity: 0.9;
  z-index: 10; }
  @media (max-width: 767px) {
    .page-navs {
      background-color: unset;
      position: absolute;
      top: 0px;
      height: 40px; } }
  .page-navs .navs-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .page-navs .navs-content .top_elexcon_logo_img {
      width: 133px;
      height: 36px;
      margin-left: 30px; }
    .page-navs .navs-content .top_supplyframe_logo_img {
      width: 107px;
      height: 36px; }
      @media (max-width: 767px) {
        .page-navs .navs-content .top_supplyframe_logo_img {
          height: 18px;
          width: 54px; } }
    @media (max-width: 767px) {
      .page-navs .navs-content .top_elexcon_logo_img {
        display: none; } }
    .page-navs .navs-content .links,
    .page-navs .navs-content .links-mobile {
      align-items: center;
      margin-right: 15px; }
      .page-navs .navs-content .links a,
      .page-navs .navs-content .links-mobile a {
        color: white;
        text-align: left;
        font-weight: 500;
        white-space: nowrap;
        position: relative;
        font-size: 16px; }
        @media (max-width: 767px) {
          .page-navs .navs-content .links a,
          .page-navs .navs-content .links-mobile a {
            font-size: 12px; } }
        .page-navs .navs-content .links a:not(:first-child),
        .page-navs .navs-content .links-mobile a:not(:first-child) {
          margin-left: 42px; }
          @media (max-width: 767px) {
            .page-navs .navs-content .links a:not(:first-child),
            .page-navs .navs-content .links-mobile a:not(:first-child) {
              margin-left: 10px; } }
        .page-navs .navs-content .links a .hot,
        .page-navs .navs-content .links-mobile a .hot {
          position: absolute;
          left: 100%;
          bottom: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 54px;
          height: 17px;
          border-radius: 1px;
          background-color: #fff;
          line-height: 8.74px;
          color: #000;
          font-size: 12px; }
          .page-navs .navs-content .links a .hot img,
          .page-navs .navs-content .links-mobile a .hot img {
            width: 10px;
            height: 10px; }
          @media (max-width: 767px) {
            .page-navs .navs-content .links a .hot,
            .page-navs .navs-content .links-mobile a .hot {
              width: auto;
              height: auto; }
              .page-navs .navs-content .links a .hot img,
              .page-navs .navs-content .links-mobile a .hot img {
                width: 12px; } }
        .page-navs .navs-content .links a .qrcode,
        .page-navs .navs-content .links-mobile a .qrcode {
          position: absolute;
          top: calc(100% + 10px);
          right: 0;
          width: 104px;
          height: 104px;
          background-color: white;
          padding: 8px; }
          .page-navs .navs-content .links a .qrcode img,
          .page-navs .navs-content .links-mobile a .qrcode img {
            width: 100%;
            height: 100%; }
    .page-navs .navs-content .links {
      display: flex; }
      @media (max-width: 767px) {
        .page-navs .navs-content .links {
          display: none; } }
    .page-navs .navs-content .links-mobile {
      display: none; }
      @media (max-width: 767px) {
        .page-navs .navs-content .links-mobile {
          display: flex; } }

.electronicachina-exhibition-report.public-section {
  padding: 81px 0 76px 0;
  background-color: #ffedcb; }

.electronicachina-exhibition-report .public-section-content {
  margin-top: 51px; }

.electronicachina-exhibition-report #myTabContent,
.electronicachina-exhibition-report #myTabContent-new {
  margin-top: 40px; }

.electronicachina-exhibition-report #myTab,
.electronicachina-exhibition-report #myTab-new {
  border: none; }

.electronicachina-exhibition-report #myTab li,
.electronicachina-exhibition-report #myTab-new li {
  width: calc(50% - 0.5px); }

.electronicachina-exhibition-report #myTab li:not(.active) .tab-bottom-line,
.electronicachina-exhibition-report #myTab-new li:not(.active) .tab-bottom-line {
  background-color: #b2b2b2;
  height: 5px; }

.electronicachina-exhibition-report #myTab li a,
.electronicachina-exhibition-report #myTab-new li a {
  margin: 0;
  border: none;
  background: transparent;
  padding: 0 0 21px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85); }

.electronicachina-exhibition-report #myTab li.active .tab-bottom-line,
.electronicachina-exhibition-report #myTab-new li.active .tab-bottom-line {
  height: 5px;
  background-color: #009bcc; }

.electronicachina-exhibition-report #tab1,
.electronicachina-exhibition-report #tab1-new {
  position: relative; }

.electronicachina-exhibition-report .articles-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.electronicachina-exhibition-report .articles-list-li {
  width: calc(50% - 23.5px);
  display: flex;
  justify-content: space-between; }

.electronicachina-exhibition-report .articles-list-li > img {
  width: 160px;
  height: 120px; }

.electronicachina-exhibition-report .article-detail-info {
  margin-left: 29px;
  color: rgba(0, 0, 0, 0.85);
  width: calc(100% - 189px); }

.electronicachina-exhibition-report .articles-list-li:nth-child(n + 3) {
  margin-top: 45px; }

.electronicachina-exhibition-report .article-detail-info .article-title {
  height: 84px;
  line-height: 28px;
  font-size: 16px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer; }

.electronicachina-exhibition-report .article-detail-info .article-title:hover,
.electronicachina-exhibition-report .article-detail-info .article-title:focus {
  text-decoration: none;
  color: #6cbfff; }

.electronicachina-exhibition-report .article-detail-info .article-time {
  font-size: 14px;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.65); }

.electronicachina-exhibition-report .link-to-more-articles,
.electronicachina-exhibition-report .link-to-more-pictrues {
  margin-top: 45px;
  color: #6cbfff;
  font-size: 16px;
  display: inline-block; }

.electronicachina-exhibition-report .link-to-more-articles:hover,
.electronicachina-exhibition-report .link-to-more-pictrues:hover {
  text-decoration: underline; }

@media screen and (max-width: 1299px) and (min-width: 992px) {
  .electronicachina-exhibition-report.public-section {
    padding: 60px 0; }
  .electronicachina-exhibition-report .public-section-content {
    margin-top: 40px; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .electronicachina-exhibition-report.public-section {
    padding: 40px 0; }
  .electronicachina-exhibition-report .public-section-content {
    margin-top: 28px; }
  .electronicachina-exhibition-report #myTab li a,
  .electronicachina-exhibition-report #myTab-new li a {
    padding: 0 0 12px 0; }
  .electronicachina-exhibition-report #myTabContent,
  .electronicachina-exhibition-report #myTabContent-new {
    margin-top: 24px; }
  .electronicachina-exhibition-report .article-detail-info {
    margin-left: 12px;
    width: calc(100% - 172px); }
  .electronicachina-exhibition-report .article-detail-info .article-title {
    font-size: 14px; } }

@media screen and (max-width: 767px) and (min-width: 0) {
  .electronicachina-exhibition-report.public-section {
    padding: 24px 0; }
  .electronicachina-exhibition-report .public-section-content {
    margin-top: 18px; }
  .electronicachina-exhibition-report #myTab li a,
  .electronicachina-exhibition-report #myTab-new li a {
    font-size: 18px;
    padding: 0 0 6px 0; }
  .electronicachina-exhibition-report .articles-list-li {
    width: 100%; }
  .electronicachina-exhibition-report .articles-list-li:nth-child(n + 2) {
    margin-top: 12px; }
  .electronicachina-exhibition-report .link-to-more-articles,
  .electronicachina-exhibition-report .link-to-more-pictrues {
    margin-top: 24px; } }

@media screen and (min-width: 0) and (max-width: 499px) {
  .electronicachina-exhibition-report .articles-list-li > img {
    width: 120px;
    height: 90px; }
  .electronicachina-exhibition-report .article-detail-info {
    margin-left: 12px;
    width: calc(100% - 132px); }
  .electronicachina-exhibition-report .article-detail-info .article-title {
    height: 60px;
    line-height: 20px;
    font-size: 14px; }
  .electronicachina-exhibition-report .article-detail-info .article-time {
    font-size: 12px;
    margin-top: 8px; } }

.intro {
  background-image: linear-gradient(to bottom, #2BCFFF, #2C98EB);
  color: #FFFFFF;
  padding: 30px 0;
  font-size: 16px; }
  .intro .container p:nth-child(1) {
    margin-bottom: 20px; }
  .intro p :not(:last-child) {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .intro {
      font-size: 10px;
      padding: 10px 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .intro {
      padding: 30px 0; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .intro {
      padding: 40px 0; } }
  .intro .intro-content {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .intro .intro-content {
        flex-direction: column; } }
    @media (min-width: 992px) and (max-width: 1299px) {
      .intro .intro-content {
        align-items: center; } }
    .intro .intro-content .intro-video {
      width: 665px;
      height: 374px;
      position: relative; }
      @media (max-width: 767px) {
        .intro .intro-content .intro-video {
          width: 100%;
          height: calc((100vw - 30px) * 374 / 665); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .intro .intro-content .intro-video {
          width: 100%;
          height: calc((100vw - 30px) * 374 / 665); } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .intro .intro-content .intro-video {
          width: 400px;
          height: calc(400px * 374 / 665); } }
      .intro .intro-content .intro-video video {
        width: 100%;
        height: 100%;
        outline: none; }
      .intro .intro-content .intro-video .video-overlay {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10; }
        .intro .intro-content .intro-video .video-overlay .video-poster {
          width: 100%;
          height: 100%;
          background-image: url(../images/electronicachina2021/video-cover.png);
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat; }
        .intro .intro-content .intro-video .video-overlay .video-play-btn {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 122px;
          height: 122px;
          cursor: pointer; }
          @media (max-width: 767px) {
            .intro .intro-content .intro-video .video-overlay .video-play-btn {
              width: 60px;
              height: 60px; } }
    .intro .intro-content .intro-detail {
      width: 489px; }
      @media (max-width: 991px) {
        .intro .intro-content .intro-detail {
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .intro .intro-content .intro-detail .handlebar {
          display: none; } }
      .intro .intro-content .intro-detail p {
        margin-top: 40.47px;
        line-height: 25px;
        opacity: 0.7;
        color: black;
        font-size: 15px;
        text-align: left;
        font-weight: 500;
        position: relative; }
        @media (max-width: 767px) {
          .intro .intro-content .intro-detail p {
            margin-top: 20px;
            font-size: 14px;
            line-height: 24px; } }
        @media (min-width: 992px) and (max-width: 1299px) {
          .intro .intro-content .intro-detail p {
            margin-top: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .intro .intro-content .intro-detail p {
            margin-top: 15px; } }
        .intro .intro-content .intro-detail p::after {
          position: absolute;
          content: '';
          top: calc(100% + 8px);
          right: 0;
          width: 78.03px;
          height: 55.17px;
          background-image: url(../images/electronicachina2021/quote.png);
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat; }
          @media (max-width: 767px) {
            .intro .intro-content .intro-detail p::after {
              display: none; } }
          @media (min-width: 992px) and (max-width: 1299px) {
            .intro .intro-content .intro-detail p::after {
              top: calc(100% + 4px);
              width: calc(78.03px * 0.5);
              height: calc(55.17px * 0.5); } }
          @media (min-width: 768px) and (max-width: 991px) {
            .intro .intro-content .intro-detail p::after {
              top: calc(100% + 2px);
              width: calc(78.03px * 0.3);
              height: calc(55.17px * 0.3); } }

.topic {
  display: flex;
  justify-content: center;
  height: 250px;
  background-color: #F3F3F3;
  font-size: 22px; }
  @media (max-width: 767px) {
    .topic {
      justify-content: space-around;
      height: 200px; } }
  .topic > div {
    text-align: center;
    padding-top: 40px;
    font-weight: 900; }
    @media (max-width: 767px) {
      .topic > div {
        font-size: 10px;
        padding: 10px; } }
  .topic > div:nth-child(1) img {
    width: 72px; }
    @media (max-width: 767px) {
      .topic > div:nth-child(1) img {
        width: 45px;
        height: 45px; } }
  .topic > div:nth-child(2) {
    margin: 0 200px; }
    @media (max-width: 767px) {
      .topic > div:nth-child(2) {
        margin: 0px; } }
  .topic img {
    width: 92px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .topic img {
        width: 45px; } }

.deeplive {
  padding: 87px 0 80px 0;
  position: relative;
  background-image: url(../images/electronicachina2021/blur-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (max-width: 767px) {
    .deeplive {
      padding: 37px 0 20px 0; } }
  .deeplive .liveshows {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .deeplive .liveshows {
        margin-top: 5px; } }
    .deeplive .liveshows .card {
      box-sizing: border-box;
      margin-top: 18px;
      width: 572px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .deeplive .liveshows .card:nth-child(2n + 1) {
        margin-right: 56px; }
      @media (max-width: 991px) {
        .deeplive .liveshows .card {
          width: 100%; }
          .deeplive .liveshows .card:nth-child(2n + 1) {
            margin-right: 0; } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .deeplive .liveshows .card {
          width: 451px; }
          .deeplive .liveshows .card:nth-child(2n + 1) {
            margin-right: 30px; } }
      .deeplive .liveshows .card .detail {
        height: 100%;
        padding-bottom: 18px; }
        @media (max-width: 767px) {
          .deeplive .liveshows .card .detail {
            padding-bottom: 14px; } }
        .deeplive .liveshows .card .detail .time {
          height: 22px;
          opacity: 0.85;
          color: #3ca5cd;
          font-size: 16px;
          text-align: left;
          font-weight: 500;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .deeplive .liveshows .card .detail .time {
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 8px; } }
        .deeplive .liveshows .card .detail .title {
          line-height: 25px;
          opacity: 0.85;
          color: black;
          font-size: 18px;
          text-align: left;
          font-weight: bold;
          margin-bottom: 9px; }
          @media (max-width: 767px) {
            .deeplive .liveshows .card .detail .title {
              font-size: 16px;
              line-height: 23px;
              margin-bottom: 6px; } }
        .deeplive .liveshows .card .detail .speaker {
          height: 21px;
          opacity: 0.65;
          color: black;
          font-size: 15px;
          text-align: left; }
          .deeplive .liveshows .card .detail .speaker:not(:last-child) {
            margin-bottom: 3px; }
          @media (max-width: 767px) {
            .deeplive .liveshows .card .detail .speaker {
              font-size: 12px;
              line-height: 18px;
              overflow: hidden; }
              .deeplive .liveshows .card .detail .speaker:not(:last-child) {
                margin-bottom: 1px; } }
      .deeplive .liveshows .card .live-btn {
        width: 100px;
        margin-left: 20px;
        height: 36px;
        padding: 7px 9px;
        box-sizing: border-box;
        background-color: #efc284;
        line-height: 22px;
        white-space: nowrap;
        color: #000;
        font-size: 16px;
        text-align: left;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        @media (max-width: 767px) {
          .deeplive .liveshows .card .live-btn {
            height: 28px;
            width: auto;
            font-size: 13px;
            padding: 3px 6px;
            justify-content: center; } }
        .deeplive .liveshows .card .live-btn:hover {
          background-color: #d5953c; }
        .deeplive .liveshows .card .live-btn span.iconfont {
          font-size: 15px;
          margin-left: 3px; }
        .deeplive .liveshows .card .live-btn.waiting {
          background-color: #009bcc;
          color: white; }
          .deeplive .liveshows .card .live-btn.waiting:hover {
            background-color: #1d748f; }
        .deeplive .liveshows .card .live-btn.streaming span.iconfont {
          font-size: 12px;
          margin-left: 5px; }

.electronicachina-makerchallenge {
  padding: 86px 0 25px 0; }
  .electronicachina-makerchallenge .signup-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    background-color: #009bcc;
    box-sizing: border-box;
    padding: 7px 9px;
    line-height: 22px;
    color: white;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer; }
    .electronicachina-makerchallenge .signup-btn:hover {
      background-color: #1d748f; }
    @media (max-width: 767px) {
      .electronicachina-makerchallenge .signup-btn {
        margin-top: 5px;
        height: 30px;
        padding: 4px 6px;
        line-height: 20px;
        font-size: 14px;
        margin-left: 0; } }
    .electronicachina-makerchallenge .signup-btn span {
      width: 14px;
      height: 14px;
      background-image: url(../images/electronicachina2021/arrow.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media (max-width: 767px) {
        .electronicachina-makerchallenge .signup-btn span {
          width: 12px;
          height: 12px; } }
  .electronicachina-makerchallenge .electronicachina-makerchallenge-titlearea {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center; }
  .electronicachina-makerchallenge .click-to-signUp {
    width: 292px;
    height: 48px;
    background-color: #2c98eb;
    font-size: 20px;
    font-weight: bold;
    color: #fff; }
    @media (max-width: 767px) {
      .electronicachina-makerchallenge .click-to-signUp {
        width: 80px;
        height: 30px;
        font-size: 12px;
        margin-top: 5px; } }
  .electronicachina-makerchallenge .click-to-signUp:hover {
    background-color: #1A6AA9; }
  .electronicachina-makerchallenge .titlearea-container {
    display: flex;
    align-items: center; }
  .electronicachina-makerchallenge .vertical-line {
    width: 3px;
    height: 43px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 25px 0 24px; }
  .electronicachina-makerchallenge .makerchallenge-image img {
    width: 223px;
    height: 50px; }
  .electronicachina-makerchallenge .electronicachina-makerchallenge-description {
    line-height: 24px;
    font-size: 14px;
    margin: 23px 0 18px;
    color: #000;
    opacity: 0.65; }
  .electronicachina-makerchallenge .electronicachina-makerchallenge-description span {
    font-size: 14px;
    font-weight: bold; }
  .electronicachina-makerchallenge .electronicachina-makerchallenge-content {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .electronicachina-makerchallenge .electronicachina-makerchallenge-content .signup-btn {
      margin-left: 35px; }
  .electronicachina-makerchallenge .swiper-container {
    height: 500px; }
    @media (max-width: 767px) {
      .electronicachina-makerchallenge .swiper-container {
        height: 180px; } }
    .electronicachina-makerchallenge .swiper-container img {
      max-height: 441px;
      z-index: -10;
      display: block;
      margin: auto; }
      @media (max-width: 767px) {
        .electronicachina-makerchallenge .swiper-container img {
          height: 127px; } }
    .electronicachina-makerchallenge .swiper-container .info {
      position: absolute;
      top: 346px;
      width: 100%;
      height: 95px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .electronicachina-makerchallenge .swiper-container .info .title {
        font-size: 18px;
        margin-bottom: 6px;
        font-weight: 700; }
      .electronicachina-makerchallenge .swiper-container .info .info-content {
        font-size: 14px; }
    .electronicachina-makerchallenge .swiper-container .swiper-pagination-bullet {
      width: 13px;
      height: 13px;
      background: #D3D3D3;
      opacity: 1;
      cursor: pointer;
      margin: 0 8px; }
    .electronicachina-makerchallenge .swiper-container .swiper-pagination-bullet-active {
      background-color: #33a0ca; }
  .electronicachina-makerchallenge .makerchallenge-title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 25px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center; }
    .electronicachina-makerchallenge .makerchallenge-title .signup-btn {
      margin-left: 35px; }
  .electronicachina-makerchallenge .steps-container {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap; }
    .electronicachina-makerchallenge .steps-container:last-child {
      margin-bottom: 0px; }
  .electronicachina-makerchallenge .click-to-liveroom .wait-live {
    width: 126px;
    height: 36px;
    background-color: #2c98eb; }
  .electronicachina-makerchallenge .click-to-liveroom .wait-live:hover {
    background-color: #1A6AA9; }
  .electronicachina-makerchallenge .click-to-liveroom .on-live {
    width: 126px;
    height: 36px;
    background-color: #B7784E; }
  .electronicachina-makerchallenge .makerchallenge-step {
    display: flex;
    justify-content: space-between; }
  .electronicachina-makerchallenge .show-thumbnail-img-detail {
    color: #fff; }
  .electronicachina-makerchallenge .makerchallenge-step:not(:first-child) {
    margin-top: 30px; }
  .electronicachina-makerchallenge .step-image {
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    width: 56px;
    height: 56px;
    border: 2px solid #000000; }
  .electronicachina-makerchallenge .intro-gift {
    margin-top: 15px; }
  .electronicachina-makerchallenge .content {
    width: 363px;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .electronicachina-makerchallenge .content {
        margin-bottom: 20px; } }
  .electronicachina-makerchallenge .step-base-info {
    width: calc(100% - 86px);
    margin-left: 30px; }
  .electronicachina-makerchallenge .base-info-time {
    opacity: 0.85;
    font-size: 16px; }
  .electronicachina-makerchallenge .base-info-title {
    opacity: 0.85;
    margin-top: 9px;
    font-size: 18px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .electronicachina-makerchallenge .base-info-title {
        max-width: 250px; } }
  .electronicachina-makerchallenge .click-to-liveroom {
    margin-top: 37px; }
  .electronicachina-makerchallenge .click-to-liveroom button span {
    height: 22px;
    font-size: 16px;
    font-weight: bold; }
  .electronicachina-makerchallenge .click-to-liveroom button img {
    height: 14px;
    width: auto;
    margin-left: 8px; }
  .electronicachina-makerchallenge .makerchallenge-box-right {
    display: flex;
    justify-content: space-between; }
  .electronicachina-makerchallenge #makerchallenge-slide {
    display: none;
    width: 100%; }
  .electronicachina-makerchallenge .left-big-image {
    width: 746px;
    height: 441px;
    position: relative; }
  .electronicachina-makerchallenge .show-thumbnail-img-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 17px 12px 24px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%; }
  .electronicachina-makerchallenge .img-detail-title {
    font-size: 18px;
    font-weight: bold; }
  .electronicachina-makerchallenge .img-detail-des {
    font-size: 14px;
    margin-top: 6px; }
  .electronicachina-makerchallenge .img-detail-prizeInfo {
    font-size: 14px; }
  .electronicachina-makerchallenge .left-big-image img {
    width: 100%;
    height: 100%; }
  .electronicachina-makerchallenge .right-small-image-list {
    width: 434px;
    position: relative;
    margin-left: 20px; }
  .electronicachina-makerchallenge .all-thumbnails img {
    width: 100%;
    height: 100%; }
  .electronicachina-makerchallenge .all-thumbnails-div {
    height: 441px;
    overflow: hidden; }
  .electronicachina-makerchallenge .all-thumbnails .imgs-thumbnail:nth-child(1) {
    margin-bottom: 20px; }
  .electronicachina-makerchallenge .imgs-up {
    top: 0; }
  .electronicachina-makerchallenge .imgs-up img {
    transform: rotate(-90deg); }
  .electronicachina-makerchallenge .imgs-down {
    bottom: 0; }
  .electronicachina-makerchallenge .imgs-thumbnail {
    width: 100%;
    height: 210px; }
  .electronicachina-makerchallenge .imgs-thumbnail.active {
    border: 3px solid #2c98eb; }
  .electronicachina-makerchallenge .imgs-down img {
    transform: rotate(90deg); }

.btn-preview-normal {
  position: absolute;
  height: 26px;
  display: block;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  cursor: pointer; }

.btn-preview-normal img {
  height: 12px; }

.techlive {
  padding: 86px 0 62px 0;
  background-color: #F3F3F3; }
  @media (max-width: 767px) {
    .techlive {
      padding: 37px 0 20px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .techlive {
      padding-bottom: 32px; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .techlive {
      padding-bottom: 32px; } }
  .techlive .heading .text span {
    color: #000; }
    .techlive .heading .text span:nth-child(2) {
      opacity: 1;
      color: #B7784E; }
  .techlive .heading .handlebar::before {
    background: #fff; }
  .techlive .heading .handlebar::after {
    border: 1px solid #fff; }
  .techlive .liveshows {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .techlive .liveshows {
        margin-top: 10px;
        margin-bottom: 30px; } }
    .techlive .liveshows .card {
      position: relative;
      margin-top: 20px;
      box-sizing: border-box;
      width: 590px;
      border-radius: 5px;
      padding: 28px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
      border-radius: 5px; }
      .techlive .liveshows .card:nth-child(2n + 1) {
        margin-right: 20px; }
      @media (max-width: 991px) {
        .techlive .liveshows .card {
          margin-top: 15px;
          width: 100%;
          border: 1px solid rgba(255, 255, 255, 0.3);
          padding: 14px 10px; }
          .techlive .liveshows .card:nth-child(2n + 1) {
            margin-right: 0; } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .techlive .liveshows .card {
          width: 451px; }
          .techlive .liveshows .card:nth-child(2n + 1) {
            margin-right: 30px; } }
      .techlive .liveshows .card .detail {
        flex: 1; }
        .techlive .liveshows .card .detail .time {
          height: 22px;
          color: black;
          font-size: 16px;
          text-align: left;
          font-weight: 500;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .techlive .liveshows .card .detail .time {
              line-height: 20px;
              font-size: 14px;
              margin-bottom: 8px; } }
        .techlive .liveshows .card .detail .title {
          line-height: 25px;
          opacity: 0.85;
          color: black;
          font-size: 18px;
          text-align: left;
          font-weight: bold;
          margin-bottom: 9px;
          white-space: pre-wrap; }
          @media (max-width: 767px) {
            .techlive .liveshows .card .detail .title {
              line-height: 23px;
              font-size: 16px;
              margin-bottom: 7px; } }
        .techlive .liveshows .card .detail .speakers {
          display: flex;
          flex-wrap: wrap; }
          .techlive .liveshows .card .detail .speakers .speaker {
            line-height: 21px;
            opacity: 0.65;
            color: black;
            font-size: 15px;
            text-align: left; }
            .techlive .liveshows .card .detail .speakers .speaker:not(:last-child) {
              margin-bottom: 3px; }
            @media (min-width: 1300px) {
              .techlive .liveshows .card .detail .speakers .speaker {
                margin-right: 15px; } }
            @media (max-width: 991px) {
              .techlive .liveshows .card .detail .speakers .speaker {
                width: 100%; } }
            @media (min-width: 992px) and (max-width: 1299px) {
              .techlive .liveshows .card .detail .speakers .speaker {
                width: 100%; } }
            @media (max-width: 767px) {
              .techlive .liveshows .card .detail .speakers .speaker {
                line-height: 19px;
                font-size: 12px;
                overflow: hidden; }
                .techlive .liveshows .card .detail .speakers .speaker:not(:last-child) {
                  margin-bottom: 1px; } }
      .techlive .liveshows .card .live-btn {
        margin-left: 20px;
        height: 40px;
        padding: 9px 6px 9px 12px;
        width: 100px;
        box-sizing: border-box;
        background-color: #efc284;
        line-height: 22px;
        white-space: nowrap;
        color: #000;
        font-size: 16px;
        text-align: left;
        font-weight: 500;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: absolute;
        top: 40px;
        right: 20px; }
        .techlive .liveshows .card .live-btn:hover {
          background-color: #d5953c; }
        @media (max-width: 767px) {
          .techlive .liveshows .card .live-btn {
            height: 30px;
            width: auto;
            line-height: 18px;
            padding: 3px 6px;
            font-size: 12px;
            flex-shrink: 0;
            top: 10px;
            right: 10px;
            justify-content: center; } }
        .techlive .liveshows .card .live-btn span.iconfont {
          font-size: 15px;
          margin-left: 3px;
          height: 20px; }
        .techlive .liveshows .card .live-btn.waiting {
          background-color: #009bcc;
          color: white; }
          .techlive .liveshows .card .live-btn.waiting:hover {
            background-color: #1d748f; }
        .techlive .liveshows .card .live-btn.streaming span.iconfont {
          font-size: 12px;
          margin-left: 5px; }
  .techlive .technews {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .techlive .technews .card {
      width: 380px;
      height: 258px;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      flex-shrink: 0; }
      .techlive .technews .card .title-container {
        width: 100%;
        position: absolute;
        bottom: 0px;
        color: white;
        font-size: 16px;
        text-align: left;
        line-height: 22px;
        font-weight: 500;
        white-space: pre-wrap;
        background-color: rgba(0, 0, 0, 0.5);
        height: 60px; }
      @media (max-width: 767px) {
        .techlive .technews .card {
          width: 100%;
          height: calc((100vw - 30px) * 258 / 380);
          margin-bottom: 15px !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .techlive .technews .card {
          width: 345px;
          margin-bottom: 30px; }
          .techlive .technews .card:nth-child(2n + 1) {
            margin-right: 30px; } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .techlive .technews .card {
          width: 451px;
          margin-bottom: 30px; }
          .techlive .technews .card:nth-child(2n + 1) {
            margin-right: 30px; } }
      @media (min-width: 1300px) {
        .techlive .technews .card {
          margin-bottom: 30px; }
          .techlive .technews .card:nth-child(3n + 1), .techlive .technews .card:nth-child(3n + 2) {
            margin-right: 30px; } }
    @media (min-width: 1300px) and (max-width: 767px) {
      .techlive .technews .card:nth-child(3n + 1), .techlive .technews .card:nth-child(3n + 2) {
        margin-right: 0; } }
      .techlive .technews .card .title {
        position: absolute;
        left: 76px;
        bottom: 20px;
        color: white;
        font-size: 16px;
        text-align: left;
        line-height: 22px;
        font-weight: 500;
        white-space: pre-wrap;
        font-weight: 500; }
        @media (max-width: 767px) {
          .techlive .technews .card .title {
            left: 66px;
            bottom: 15px;
            font-size: 14px;
            line-height: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .techlive .technews .card .title {
            left: 50px; } }
    .techlive .technews .mask-container {
      width: 98%;
      position: absolute;
      bottom: 4px;
      left: 4px;
      margin: 0 auto;
      background: linear-gradient(to bottom, rgba(7, 7, 41, 0), #070729);
      height: 100px; }
      .techlive .technews .mask-container img {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 0px;
        bottom: 9px; }
        @media (max-width: 767px) {
          .techlive .technews .mask-container img {
            width: 60px;
            height: 60px; } }

.host {
  padding: 87px 0 80px 0;
  background-color: #F3F3F3; }
  @media (max-width: 767px) {
    .host {
      padding: 37px 0 20px 0; } }
  .host .swiper-container {
    width: 100%;
    margin-top: 62px;
    overflow-y: visible; }
    .host .swiper-container .info {
      width: 100%; }
    @media (max-width: 767px) {
      .host .swiper-container {
        margin-top: 20px; } }
    .host .swiper-container .swiper-pagination {
      position: static; }
      .host .swiper-container .swiper-pagination .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        background-color: white;
        opacity: 1;
        cursor: pointer;
        margin: 0 8px; }
        .host .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background-color: #33a0ca; }
  .host .card {
    display: flex;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .host .card {
        flex-direction: column;
        margin-bottom: 15px; } }
    .host .card .host-img {
      flex-shrink: 0;
      width: 369px;
      height: 277px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      @media (max-width: 767px) {
        .host .card .host-img {
          width: 100%;
          height: calc((100vw - 30px) * 277 / 369); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .host .card .host-img {
          width: 280px;
          height: calc(280px * 277 / 369); } }
    .host .card .info {
      padding: 66px 101px 56px 76px;
      background-color: #ffffff; }
      @media (max-width: 767px) {
        .host .card .info {
          padding: 15px 16px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .host .card .info {
          padding: 36px 30px 20px 30px; } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .host .card .info {
          padding: 66px 80px 56px 56px; } }
      .host .card .info .name-job {
        color: #121212;
        font-size: 30px;
        font-weight: 500; }
        .host .card .info .name-job span:not(:first-child) {
          margin-left: 26px; }
        @media (max-width: 767px) {
          .host .card .info .name-job {
            font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .host .card .info .name-job {
            font-size: 26px; } }
      .host .card .info .desc {
        line-height: 25px;
        color: #666666;
        font-size: 15px;
        text-align: left;
        margin-top: 24px; }
        @media (max-width: 767px) {
          .host .card .info .desc {
            height: 60px;
            line-height: 20px;
            font-size: 14px; } }

.guest {
  padding: 87px 0 80px 0; }
  @media (max-width: 767px) {
    .guest {
      padding: 37px 0 20px 0; } }
  .guest .guests {
    display: flex;
    flex-wrap: wrap;
    margin-top: 33px; }
    @media (max-width: 767px) {
      .guest .guests {
        margin-top: 6px; } }
    .guest .guests .card {
      position: relative;
      width: 279px;
      height: 302px;
      margin-top: 29px;
      background-repeat: no-repeat;
      background-size: cover; }
      .guest .guests .card:nth-child(4n + 1), .guest .guests .card:nth-child(4n + 2), .guest .guests .card:nth-child(4n + 3) {
        margin-right: 28px; }
      @media (max-width: 767px) {
        .guest .guests .card {
          margin-top: 12px;
          width: 100%;
          height: calc((100vw - 30px) * 302 / 279);
          margin-right: 0 !important; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .guest .guests .card {
          width: 346px;
          height: calc(346px * 302 / 279);
          margin-right: 0 !important; }
          .guest .guests .card:nth-child(2n + 1) {
            margin-right: 28px !important; } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .guest .guests .card {
          width: 292px;
          height: calc(292px * 302 / 279);
          margin-right: 0 !important; }
          .guest .guests .card:nth-child(3n + 1), .guest .guests .card:nth-child(3n + 2) {
            margin-right: 28px !important; } }
      .guest .guests .card img {
        width: 100%;
        height: 100%; }
      .guest .guests .card .info {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 93px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 9px 0 10px 16px;
        color: white; }
        .guest .guests .card .info .name {
          font-size: 18px;
          line-height: 25px;
          font-weight: 500; }
        .guest .guests .card .info .desc {
          margin-top: 7px;
          font-size: 15px;
          white-space: pre-wrap; }

.activity {
  padding: 87px 0 40px 0;
  background-color: #FFFFFF; }
  @media (max-width: 767px) {
    .activity {
      padding: 37px 0 20px 0; } }
  .activity .desc {
    margin-top: 40px; }
  .activity .heading {
    position: relative; }
    .activity .heading .handlebar::before {
      background: #000;
      opacity: 0.3; }
    .activity .heading .handlebar::after {
      border: 1px solid #000;
      opacity: 0.3; }
    .activity .heading .navigate {
      position: absolute;
      right: 0px;
      bottom: 20px; }
      .activity .heading .navigate a {
        margin-left: 60px;
        color: #212121;
        font-size: 16px; }
        .activity .heading .navigate a:hover {
          color: #009BCC; }
        .activity .heading .navigate a:first-child {
          margin-top: 10px; }
  .activity .swiper-container {
    width: 100%;
    margin-top: 40px; }
    .activity .swiper-container .swiper-slide {
      width: 755px;
      height: 445px;
      text-align: center; }
      @media (max-width: 767px) {
        .activity .swiper-container .swiper-slide {
          width: calc((100vw - 30px) * 755 / 1200);
          height: calc(((100vw - 30px) * 755 / 1200) * 445 / 755); } }
      @media (min-width: 768px) and (max-width: 991px) {
        .activity .swiper-container .swiper-slide {
          width: calc(720px * 755 / 1200);
          height: calc((720px * 755 / 1200) * 445 / 755); } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .activity .swiper-container .swiper-slide {
          width: calc(932px * 755 / 1200);
          height: calc((932px * 755 / 1200) * 445 / 755); } }
      .activity .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%; }
  .activity .signup-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 200px;
    height: 60px;
    line-height: 25px;
    color: white;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    cursor: pointer;
    background-color: #009BCC; }
    @media (max-width: 767px) {
      .activity .signup-btn {
        width: 150px;
        height: 35px;
        font-size: 15px;
        line-height: 20px; } }

.rule {
  padding: 40px 0 93px 0;
  background-color: #F3F3F3; }
  @media (max-width: 991px) {
    .rule {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    .rule .container {
      padding-left: calc(4000% / 384) !important; } }
  .rule .heading {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 28px;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .rule .heading {
        font-size: 20px;
        margin-bottom: 31px; } }
  .rule .games {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .rule .games {
        flex-direction: column; } }
    @media (max-width: 991px) {
      .rule .games .game:not(:last-child) {
        margin-bottom: 30px; } }
    .rule .games .game .title {
      white-space: pre-line;
      font-size: 20px;
      line-height: 30px;
      font-weight: 500;
      color: #009BCC;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .rule .games .game .title {
          line-height: 30px;
          font-size: 18px; } }
    .rule .games .game > p {
      line-height: 25px;
      color: #000;
      font-size: 15px;
      text-align: left; }
      .rule .games .game > p span {
        font-size: 18px;
        font-weight: bold;
        color: #009BCC; }
        @media (max-width: 767px) {
          .rule .games .game > p span {
            font-size: 17px; } }
      @media (max-width: 767px) {
        .rule .games .game > p {
          line-height: 24px;
          font-size: 14px; } }

.gift {
  padding: 87px 0 80px 0;
  background-color: #F3F3F3; }
  @media (max-width: 767px) {
    .gift {
      padding: 37px 0 20px 0; } }
  .gift .desc {
    margin-top: 40px; }
  .gift .heading {
    position: relative; }
  .gift .navigate-mobile a {
    display: block;
    margin-bottom: 10px; }
    .gift .navigate-mobile a:nth-child(1) {
      margin-top: 10px; }
  .gift .navigate {
    position: absolute;
    right: 0px;
    bottom: 28px; }
    .gift .navigate a {
      margin-left: 44px;
      font-size: 16px;
      color: #212121; }
      .gift .navigate a:hover {
        color: #009BCC; }
      .gift .navigate a:first-child {
        margin-top: 10px; }
  .gift .desc {
    z-index: 1;
    position: relative;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px; }
    @media (max-width: 767px) {
      .gift .desc {
        flex-direction: column;
        margin-bottom: 30px; } }
    .gift .desc p {
      line-height: 22px;
      color: #212121;
      font-size: 16px;
      text-align: left; }
      @media (max-width: 767px) {
        .gift .desc p {
          font-size: 14px;
          line-height: 20px; } }
    .gift .desc .signup-btn {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100px;
      height: 36px;
      background-color: #009bcc;
      box-sizing: border-box;
      padding: 7px 9px;
      line-height: 22px;
      color: white;
      font-size: 16px;
      text-align: left;
      font-weight: 500;
      white-space: nowrap;
      margin-left: 10px;
      cursor: pointer; }
      .gift .desc .signup-btn:hover {
        background-color: #1d748f; }
      @media (max-width: 767px) {
        .gift .desc .signup-btn {
          margin-top: 5px;
          width: 85px;
          height: 30px;
          padding: 4px 6px;
          line-height: 20px;
          font-size: 14px;
          margin-left: 0; } }
      .gift .desc .signup-btn span {
        width: 14px;
        height: 14px;
        background-image: url(../images/electronicachina2021/arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media (max-width: 767px) {
          .gift .desc .signup-btn span {
            width: 12px;
            height: 12px; } }
  .gift .gifts {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .gift .gifts .card {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 288px;
      margin-right: 16px; }
      .gift .gifts .card:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        .gift .gifts .card {
          width: calc(50% - 4px);
          margin: 0 0 10px; }
          .gift .gifts .card:nth-child(2n + 1) {
            margin-right: 8px; }
          .gift .gifts .card:nth-last-child(1), .gift .gifts .card:nth-last-child(2) {
            margin-bottom: 0; } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .gift .gifts .card {
          width: 224px;
          margin-right: 12px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .gift .gifts .card {
          width: calc(50% - 12px);
          margin: 0 0 20px 0; }
          .gift .gifts .card:nth-child(2n + 1) {
            margin-right: 12px; }
          .gift .gifts .card:nth-last-child(1), .gift .gifts .card:nth-last-child(2) {
            margin-bottom: 0; } }
      .gift .gifts .card .pic {
        width: 100%;
        height: 326.99px;
        background-color: white;
        margin-bottom: 17px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        overflow: hidden; }
        @media (max-width: 767px) {
          .gift .gifts .card .pic {
            height: calc(((100vw - 30px) * 0.5 - 4px) * 326.99 / 288);
            margin-bottom: 8px; } }
        @media (min-width: 992px) and (max-width: 1299px) {
          .gift .gifts .card .pic {
            height: calc(224px * 326.99 / 288); } }
      .gift .gifts .card .name {
        height: 25px;
        color: black;
        font-size: 18px;
        text-align: left;
        font-weight: 500; }
        @media (max-width: 767px) {
          .gift .gifts .card .name {
            font-size: 14px;
            height: 21px; } }

.sponsor {
  padding: 86px 0 62px 0;
  background-color: #F3F3F3; }
  @media (max-width: 767px) {
    .sponsor {
      padding: 37px 0 20px 0; } }
  .sponsor .heading {
    justify-content: flex-start; }
    .sponsor .heading .text span {
      color: #000; }
    .sponsor .heading a {
      width: 200px;
      margin-left: 137px; }
      @media (max-width: 767px) {
        .sponsor .heading a {
          margin-left: 70px;
          width: 160px; } }
      .sponsor .heading a img {
        width: 100%;
        height: 100%; }
    .sponsor .heading:first-child {
      margin-bottom: 96px; }
      @media (max-width: 767px) {
        .sponsor .heading:first-child {
          margin-bottom: 34px; } }
    .sponsor .heading:nth-child(2) {
      margin-bottom: 51px; }
      @media (max-width: 767px) {
        .sponsor .heading:nth-child(2) {
          margin-bottom: 16px; } }
  .sponsor .organizers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -20px; }
    @media (max-width: 767px) {
      .sponsor .organizers {
        margin-left: 0px;
        justify-content: center; } }
    .sponsor .organizers .logo {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 20px;
      width: 235px;
      height: 100px;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .sponsor .organizers .logo {
          width: 40%;
          margin-bottom: 20px; }
          .sponsor .organizers .logo:nth-child(2n + 1) {
            margin-right: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sponsor .organizers .logo {
          width: calc(720px / 3);
          height: calc((720px / 3) * 115 / 200);
          margin: 0 !important; } }
      @media (min-width: 992px) and (max-width: 1299px) {
        .sponsor .organizers .logo {
          width: calc(932px / 6);
          height: calc((932px / 6) * 115 / 200);
          margin: 0 !important; } }
      .sponsor .organizers .logo img {
        width: 100%; }

.onsite {
  padding-top: 54px; }
  .onsite .container .text {
    height: 80px; }
  .onsite video {
    width: 100%;
    margin-top: 30px; }
  .onsite .video-des-container {
    width: 100%;
    margin: 16px auto 30px; }
    .onsite .video-des-container .video-title {
      font-size: 18px;
      font-weight: 700; }
    .onsite .video-des-container .video-body {
      font-size: 14px; }
  .onsite .video-card-container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .onsite .video-card-container {
        flex-direction: column; } }
    .onsite .video-card-container .video-card {
      width: 48%;
      padding: 12px;
      display: flex;
      justify-content: flex-start;
      height: 164px;
      border-radius: 5px;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
      color: #000;
      cursor: pointer; }
      .onsite .video-card-container .video-card .video-card-left {
        margin-right: 12px; }
        @media (max-width: 767px) {
          .onsite .video-card-container .video-card .video-card-left {
            text-align: center; } }
      .onsite .video-card-container .video-card img {
        width: 230px;
        height: 140px; }
        @media (max-width: 767px) {
          .onsite .video-card-container .video-card img {
            width: 100%;
            height: auto; } }
      @media (max-width: 767px) {
        .onsite .video-card-container .video-card {
          width: 100%;
          height: auto;
          flex-direction: column; } }
      .onsite .video-card-container .video-card .video-card-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 8px; }
        .onsite .video-card-container .video-card .video-card-right div:nth-child(1) {
          font-weight: 700;
          font-size: 18px;
          opacity: 0.85; }
        .onsite .video-card-container .video-card .video-card-right div:nth-child(2) {
          font-size: 15px;
          opacity: 0.65; }

.address {
  padding: 87px 0 80px 0;
  background: #fff; }
  @media (max-width: 767px) {
    .address {
      padding: 37px 0 20px 0; } }
  .address .heading .handlebar::before {
    background: #000;
    opacity: 0.3; }
  .address .heading .handlebar::after {
    border: 1px solid #000;
    opacity: 0.3; }
  .address .map {
    margin-top: 62px;
    width: 100%;
    position: relative; }
    @media (max-width: 767px) {
      .address .map {
        margin-top: 18px; } }
    .address .map .address-detail {
      position: absolute;
      left: 41px;
      bottom: 114px;
      background: transparent; }
      @media (max-width: 767px) {
        .address .map .address-detail {
          left: 3%;
          bottom: 15%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .address .map .address-detail {
          left: 3%;
          bottom: 15%; } }
      .address .map .address-detail img {
        width: 50px;
        height: 65px;
        margin-bottom: 39px; }
        @media (max-width: 767px) {
          .address .map .address-detail img {
            width: calc(25px * 50 / 65);
            height: 25px;
            margin-bottom: 10px; } }
      .address .map .address-detail div {
        color: black;
        text-align: left; }
        .address .map .address-detail div:nth-child(2) {
          height: 50px;
          font-size: 36px;
          margin-bottom: 12px;
          font-weight: bold; }
          @media (max-width: 767px) {
            .address .map .address-detail div:nth-child(2) {
              height: auto;
              font-size: 16px;
              margin-bottom: 3px; } }
        .address .map .address-detail div:nth-child(3) {
          height: 37px;
          font-size: 26px;
          font-weight: 500; }
          @media (max-width: 767px) {
            .address .map .address-detail div:nth-child(3) {
              height: auto;
              font-size: 12px; } }
    .address .map > img {
      width: 100%; }

.float-nav {
  position: fixed;
  top: 200px;
  right: 50px;
  width: 130px;
  color: white;
  z-index: 99;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26); }
  .float-nav .img-container {
    padding: 5px 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(175, 175, 175, 0.3); }
  .float-nav .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    line-height: 25px;
    color: white;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 4px; }
  .float-nav .links {
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column; }
    .float-nav .links a {
      text-align: center;
      width: 100%;
      padding: 12px 8px;
      font-size: 16px;
      font-weight: 500;
      border-bottom: 1px solid rgba(175, 175, 175, 0.3);
      color: #838383;
      white-space: nowrap; }
      .float-nav .links a .icon-up {
        font-size: 18px;
        margin-right: 3px;
        line-height: 0px; }
      .float-nav .links a:hover {
        color: #000; }
      .float-nav .links a:nth-last-child(2) {
        display: flex;
        align-items: center;
        justify-content: center; }
        .float-nav .links a:nth-last-child(2) svg {
          margin-right: 7px; }
    .float-nav .links > img {
      position: absolute;
      top: 10px;
      right: 0;
      width: 30.2px;
      height: 34.12px;
      transform: translateX(50%); }
  .float-nav .qrcode {
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0 6px 0;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    background-color: #fff; }
    .float-nav .qrcode > img {
      width: 88px;
      height: 88px;
      margin-bottom: 10px; }
  @media (max-width: 767px) {
    .float-nav {
      display: none; } }

.float-nav-mobile {
  display: none;
  z-index: 10;
  cursor: pointer; }
  @media (max-width: 767px) {
    .float-nav-mobile {
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      right: 15px;
      top: 297px;
      width: 41px;
      height: 40px;
      padding: 6px 8px;
      white-space: nowrap;
      background-color: #009bcc;
      border-radius: 50%;
      line-height: 14px;
      color: white;
      font-size: 13px;
      text-align: left;
      font-weight: 500; } }

#myModal .modal-dialog {
  margin: 10% auto 0 auto;
  width: 450px; }

#myModal .modal-header .close {
  position: absolute;
  right: 8px;
  top: 6px;
  opacity: 0.4; }

#myModal .modal-title {
  font-size: 24px; }

#myModal .modal-title,
#myModal .modal-body {
  text-align: center;
  font-size: 20px;
  color: #666; }

#myModal .modal-body {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 12px;
  font-size: 18px;
  color: #333; }

#myModal .modal-desc {
  font-size: 15px;
  color: #999;
  text-align: center;
  padding: 0 35px 15px; }

#myModal .modal-footer {
  margin-top: 0;
  padding: 19px 20px 20px;
  text-align: center;
  border-top: 1px solid #e5e5e5; }
  #myModal .modal-footer .btn {
    font-size: 16px;
    padding: 5px 90px;
    background-color: #f04e23;
    border-color: #f04e23;
    color: #ffffff;
    outline: none; }
