.container .category {
  color: #00739d;
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.iconfont {
  font-size: 26px;
}
.bg-box {
  background: #edf8ff;
  border: 1px solid #eee;
  padding: 20px;
  margin: 20px 0;
  border-radius: 4px;
  color: #666;
  line-height: 1.8;
}
.bg-box .title span {
  display: inline-block;
  background: #00739d;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
}
.bg-box .text {
  margin: 10px 0;
  font-size: 20px;
}
.bg-box .text strong {
  font-weight: 600;
}
.award-set {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.award-item {
  width: 27%;
  text-align: center;
  background: #509288;
  color: #fff;
  padding: 2%;
  font-size: 30px;
}

.award-item .title {
  font-weight: 500;
}

.award-item .border {
  border: 1px solid #ccc;
  padding: 20px;
}
#upload-video,
#upload-image {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  margin-bottom: 10px;
  border-radius: 10px;
  flex-direction: column;
  cursor: pointer;
  font-size: 30px;
}
#imageshow {
  margin: 10px 0;
  flex-wrap: wrap;
}
#imageshow img {
  width: 75px;
  height: 75px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#videoshow {
  padding: 10px 20px;
  width: calc(100% - 40px);
  background: #eee;
  border-radius: 8px;
  justify-content: space-between;
  margin-bottom: 10px;
}
#videoshow span {
  word-break: break-all;
}
#videoshow span:nth-child(2) {
  color: green;
}
.layui-btn {
  background: #00739d !important;
  margin: 0 auto !important;
  display: block !important;
}
.success .prompt-tit {
  width: 200px;
  background: #00739d;
  color: #fff;
  padding: 10px 0;
  border-radius: 20px;
  margin: 0 auto 20px;
  text-align: center;
}
.success .prompt-text {
  padding: 20px 0;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    min-width: 100%;
    font-size: 4vw;
  }
  .nav {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
  }
  .nav .pt-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .nav .pt-list li {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .nav .pt-list p {
    font-size: 4vw;
    margin: 0;
  }
  .top img {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 4vw;
  }
  .container .category {
    font-size: 6vw;
    margin-top: 4vw;
  }
  .bg-box {
    padding: 4vw;
    margin: 4vw 0;
  }
  .bg-box .text {
    font-size: 4vw;
    text-align: justify;
  }
  .award-set {
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
    flex-direction: column;
  }

  .award-item {
    width: 100%;
    text-align: center;
    background: #509288;
    color: #fff;
    padding: 2%;
    font-size: 4.2vw;
    margin-bottom: 2vw;
  }

  .award-item .title {
    font-weight: 500;
    text-align: center;
  }
  .award-item .text {
    text-align: center;
    font-size: 4.2vw;
  }
  .award-item .border {
    border: 1px solid #ccc;
    padding: 4vw;
  }
  .foot {
    width: 100%;
    height: auto;
    padding: 4vw;
    font-size: 3.4vw;
  }
  .form {
    padding: 4vw 6vw;
  }
  .form .agree .layui-form-label {
    display: none;
  }
  .form .agree .layui-input-block {
    margin-left: 0;
  }
  .agree .layui-form-item .layui-form-checkbox {
    padding: 0;
    margin: 0;
  }
  .form .agree .layui-form-checkbox span {
    white-space: inherit;
    margin-right: 0;
    padding-right: 0;
    padding: 0;
    margin: 0;
  }
  .submit-btn {
    width: 50%;
    font-size: 4vw;
    height: 12vw;
  }
  .layui-form-label {
    text-align: left !important;
  }
  #videoshow {
    flex-direction: column;
    padding: 2vw 4vw;
  }
}
