#selectCriteria {
  position: absolute;
  top: -100px;
  left: 0;
}
.main-container {
  max-width: 1920px;
  background-position: top;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.main-container.main-container-awards {
  background-image: url(../images/backs/back_index.png);
}
.select_criteria {
  position: relative;
}

.about_left {
  margin-right: 65px;
  font-size: 16px;
  line-height: 28px;
  color: #ccc;
}

.about_img img {
  width: 300px;
}

.vote-list {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.vote-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px 0 0 0;
  box-sizing: border-box;
  border-radius: 8px;
  width: 460px;
  height: 460px;
  overflow: hidden;
  background: #142A70;
}

.vote-list-item .vote-item-cover {
  width: 100%;
  text-align: center;
}
.vote-item-basic {
  width: 100%;
  text-align: center;
}
.vote-list-item img {
  vertical-align: top;
}


.vote_title {
  min-height: 65px;
  font-weight: 700;
  font-size: 24px;
}

.vote-list-item p {
  color: #cccccc;
}

.vote-list-item p:hover {
  color: #F5CA8E;
  cursor: pointer;
}

.go_vote {
  width: 120px;
  height: 40px;
  display: inline-block;
  border-radius: 3px;
  background: #E9C69A;
  color: #000000;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
}

.go_vote:hover {
  background: #DEA762;
}

/*我要提名*/
.award_name .award_name_text {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #cecece;
  line-height: 34px;
}
.award_name_btn {
  margin-top: 20px;
}

.award_name_btn a {
  width: 180px;
  height: 40px;
  opacity: 1;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
}

.award_name_btn a:first-child {
  background: #E9C69A;
  color: #000000;
}

.award_name_btn a:first-child:hover {
  background: #DEA762;
}

.award_name_btn a img {
  vertical-align: middle;
  margin-right: 5px;
}


.award_name_btn a:last-child {
  background: #445BA5;
  color: #D0D7DC;
}

.award_name_btn a:last-child:hover {
  background: #3A4D8D;
}

/* 联系我们 */
.contact {
  font-size: 16px;
}

.contact h3 {
  margin-bottom: 10px;
}

.qrcode_box {
  position: relative;
  top: -50px;
}

/* 赞助厂商滚动 */
/* sponsors */
.sponsors {
  padding: 20px 0 50px 0;
  margin: 50px 0 0 0;
}

.j-mqrquee {
  overflow: hidden;
}

.j-marquee-box {
  display: block;
  zoom: 1;
  width: 3000%;
  height: 78px;
  overflow: hidden;
}

.sponsors ul {
  margin: 0 auto;
}

.sponsors li {
  position: relative;
  float: left;
  width: 205px;
  height: 70px;
  text-align: center;
  margin: 0 10px;
  box-sizing: border-box;
  background: #ffffff;
}

.sponsors li a {
  display: block;
  width: 205px;
  height: 70px;
}

.sponsors li img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.registration {
  padding: 0 0 40px 0;
}


.criteria-box .criteria-item {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}
.criteria-box .criteria-item b{
  display: block;
}
.pop .layui-layer-content {
  padding: 0 50px;
  box-sizing: border-box;
  height: 87% !important;
}

.pop .layui-layer-title {
  background: #fff !important;
  border: none !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pop {
  border-radius: 10px !important;
  color: #333;
  font-size: 14px;
}

.pop .title {
  padding: 10px 0 35px 0px;
  color: #333;
}

@media screen and (max-width: 800px) {

  #banner {
    margin-top: 1rem;
  }
  .main-container.main-container-awards {
    background-image: none;
  }
  html {
    font-size: 13.3333vw;
  }

  body {
    width: 100vw;
  }

  .pc_select,
  .about_img {
    display: none;
  }

  .m_select {
    display: block;
  }

  .title {
    padding: .6rem 0;
    font-size: .4rem;
    margin-left: 0.3rem;
  }

  .title b {
    font-size: .5rem;
    margin-bottom: 6px;
    display: inline-block;
  }

  section {
    padding: 0px;
    box-sizing: border-box;
  }
  .about_left {
    background: #142A70;
    color: #FFFFFF;
    padding: 0.48rem 0.3rem;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: .28rem;
    line-height: .5rem;
    margin-right: 0;
  }

  .vote-list {
    flex-wrap: wrap;
    gap: .2rem;
  }
  .vote-list .vote-list-item {
    display: flex !important;
    justify-content: space-between;
    width: 6.9rem;
    height: 1.6rem;
    padding: .3rem;
    align-items: center;
  }
  .vote-list-item .vote-item-cover {
    width: 1rem;
    height: 1rem;
  }
  .vote-list-item img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
    object-fit: cover;
  }
  .vote-item-basic {
    width: 3.2rem;
    text-align: left;
  }
  .vote_title {
    font-size: .30rem;
    min-height: .6rem;
  }

  .sponsors .title {
    padding: .6rem 10px;
    box-sizing: border-box;
  }

  .j-marquee-box {
    width: 3000%;
    padding: 0 10px;
    height: .85rem;
    box-sizing: border-box;
  }

  .sponsors li {
    width: 2.2rem;
    height: .85rem;
    margin: 0 .1rem;
  }

  .sponsors li a {
    width: 2.2rem;
    height: .85rem;
  }

  .sponsors li:nth-child(3n+0) {
    margin-right: 0;
  }

  .qrcode_box {
    top: 0;
  }

  .pop .layui-layer-content {
    padding: 0 .3rem;
  }

  .pop .title {
    padding: 10px 0 .3rem 0px;
    margin-left: 0px;
  }

  .contact {
    background: #13286D;
  }

  .contact .title {
    padding-left: 0 !important;
  }

  .footer_btn {
    display: block;
    position: fixed;
    background: #000;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: .3rem 0;
    box-sizing: border-box;
  }

  .footer_btn a {
    width: 70%;
    border-radius: 25px;
    height: 35px;
    line-height: 35px;
    background: #bb9d60;
    color: #fff;
    font-size: .3rem;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .award_name_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .award_name_btn a:first-child {
    margin-right: 0.2rem
  }

  .m_select {
    width: 100%;
  }

  .sponsors .title {
    padding: .6rem 0px !important;
    box-sizing: border-box;
  }

  .sponsors .j-mqrquee {
    margin-left: 0.3rem;
  }

  .title {
    margin-left: 0px;
  }

  .go_vote {
    width: 1.6rem;
    height: 0.56rem;
    border-radius: 0.28rem;
    font-size: 12px;
    line-height: 0.56rem;
  }

  .award_name_btn a {
    width: 3rem;
    height: 0.8rem;
  }
}