/*Author ： Fish, Amy  Email : 20121310@qq.com
Applicable scope : Only authorized to DFRobot employees  */
/*-------------------- common Begin -----------------------*/
.debug {
  color: red;
}

@font-face {
  font-family: 'camp';
  src: url("") format('truetype');
}

.cover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: 'Roboto', -apple-system;
  color: #333333;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', -apple-system;
  padding: 0;
  margin: 0;
}

/* default font size */
.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

a {
  color: #000000;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 18px;
  font-weight: normal;
}

input,
textarea,
div {
  outline: none;
  font-size: 18px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', -apple-system;
}

button {
  outline: none;
  color: #000000;
}

select {
  outline: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input::-moz-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

.clear {
  clear: both;
}

.border10 {
  border-radius: 10px;
  overflow: hidden;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

[v-cloak] {
  display: none;
}

.loading {
  display: flex;
  justify-content: center;
}

.loading span {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  animation: loading 1s infinite alternate;
  margin: 0 2px 0 0;
  align-self: center;
}

.loading span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
  animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
  animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
  animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
  animation-delay: 1s;
}

.oradge span:nth-of-type(1) {
  background: #ef6f08;
}

.oradge span:nth-of-type(2) {
  background: #ef6f08;
}

.loading span:nth-of-type(3) {
  background: #e56600;
}

.loading span:nth-of-type(4) {
  background: #d66102;
}

.loading span:nth-of-type(5) {
  background: #c95b01;
}

.loading span:nth-of-type(6) {
  background: #b95504;
}

.grey span:nth-of-type(1) {
  background: #ffffff;
}

.grey span:nth-of-type(2) {
  background: #e5e1e1;
}

.grey span:nth-of-type(3) {
  background: #d6d2d2;
}

.grey span:nth-of-type(4) {
  background: #c5c5c5;
}

.grey span:nth-of-type(5) {
  background: #b2aeae;
}

.grey span:nth-of-type(6) {
  background: #9c9a9a;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loading2 {
  display: flex;
  justify-content: center;
}

.loading2 > span {
  width: 4px;
  height: 4px;
  border-radius: 20px;
  animation: loading2 1s infinite alternate;
  margin: 0 2px 0 0;
  align-self: center;
}

.loading2 span:nth-of-type(2) {
  animation-delay: 0.2s;
}

.loading2 span:nth-of-type(3) {
  animation-delay: 0.4s;
}

.loading2 span:nth-of-type(4) {
  animation-delay: 0.6s;
}

.loading2 span:nth-of-type(5) {
  animation-delay: 0.8s;
}

.loading2 span:nth-of-type(6) {
  animation-delay: 1s;
}

.grey span:nth-of-type(1) {
  background: #ffffff;
}

.grey span:nth-of-type(2) {
  background: #e5e1e1;
}

.grey span:nth-of-type(3) {
  background: #d6d2d2;
}

.grey span:nth-of-type(4) {
  background: #c5c5c5;
}

.grey span:nth-of-type(5) {
  background: #b2aeae;
}

.grey span:nth-of-type(6) {
  background: #9c9a9a;
}

@keyframes loading2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dialogue {
  position: fixed;
  z-index: 99;
}

.dialogue .dialogue-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 544px;
  min-width: 380px;
  min-height: 180px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 45px 36px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.dialogue .dialogue-content .title {
  text-align: center;
  color: #000000;
  font-size: 24px;
}

.dialogue .dialogue-content .desc {
  font-size: 16px;
  line-height: 1.5em;
  white-space: pre-wrap;
  padding: 20px 0 30px;
}

.dialogue .dialogue-content .desc.onlyDesc {
  font-size: 20px;
  position: relative;
  bottom: 10px;
  padding: 0;
}

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

.dialogue .dialogue-content .choice > * {
  margin-right: 52px;
  padding: 0 30px;
  height: 46px;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  background-color: #dddddd;
  text-align: center;
  filter: brightness(0.95);
}

.dialogue .dialogue-content .choice > .cancel {
  background-color: #ffe345;
  border: 1px solid #ffe345;
}

.dialogue .dialogue-content .choice > .confirm {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
}

.dialogue .dialogue-content .choice > *:hover {
  filter: brightness(1);
}

.dialogue .dialogue-content .choice > *:last-child {
  margin-right: 0;
  /* background-color: #f1d321; */
}

.dialogue .dialogue-content .close {
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 0;
  background: none;
  color: #b9b9b9;
  font-size: 15px;
}

.creativity-dialogue {
  position: fixed;
  z-index: 2;
}

.creativity-dialogue .dialogue-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 543px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 45px 36px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.creativity-dialogue .dialogue-content img {
  width: 50px;
  height: 38px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.creativity-dialogue .dialogue-content .title {
  text-align: center;
  color: #000000;
  font-size: 24px;
}

.creativity-dialogue .dialogue-content .desc {
  font-size: 16px;
  line-height: 1.5em;
  white-space: pre-wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.creativity-dialogue .dialogue-content .get-creativity {
  display: flex;
  align-items: center;
}

.creativity-dialogue .dialogue-content .get-creativity span {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 30px;
  color: #f1d321;
  margin-left: 8px;
}

.creativity-dialogue .dialogue-content .choice > button {
  margin-top: 35px;
  width: 111px;
  height: 36px;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  background-color: #ffe345;
  border: 1px solid #ffe345;
  text-align: center;
  filter: brightness(0.95);
}

.creativity-dialogue .dialogue-content .choice > button:hover {
  filter: brightness(1);
}

.creativity-dialogue .dialogue-content .close {
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 0;
  background: none;
  color: #b9b9b9;
  font-size: 15px;
}

.headFrame {
  height: 80px;
}

.headFrame .bg {
  background: #f1d321;
  height: 80px;
  width: 100%;
  z-index: 90;
  margin: 0;
  position: fixed;
}

.headFrame .bg > .con {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.headFrame .left {
  display: flex;
  justify-content: space-between;
}

.headFrame .left .logo {
  float: left;
  width: 120px;
  height: 38px;
  align-self: center;
  margin-left: 25px;
  margin-right: 100px;
}

.headFrame .left .logo span {
  position: absolute;
  right: 18px;
  top: 17px;
  color: #fff;
}

.headFrame .left .logo img {
  width: 100%;
  height: 100%;
}

.headFrame .left .topNavigate {
  clear: both;
  font-size: 18px;
  font-weight: 700;
  align-self: center;
  width: 520px;
}

.headFrame .left .topNavigate > a {
  color: #000000;
  display: block;
  float: left;
  position: relative;
  font-weight: 400;
  background: none;
  border: none;
  font-size: 18px;
  height: 28px;
  margin-right: 50px;
}

.headFrame .left .topNavigate > a span {
  position: absolute;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #ffffff;
  left: 0;
  bottom: 10px;
  z-index: 1;
}

.headFrame .left .topNavigate > a p {
  position: relative;
  z-index: 2;
}

.headFrame .left .topNavigate > a img {
  height: 17px;
  margin-top: 0;
  float: right;
  margin: 1px 0 0 6px;
}

.headFrame .left .topNavigate > a i {
  margin: 3px 0 0 6px;
  float: right;
  font-size: 14px;
}

.headFrame .left .topNavigate .edu {
  color: #ff5a00;
}

.headFrame .left .topNavigate .topTagList {
  position: fixed;
  width: 100%;
  left: 0;
  top: 88px;
  height: 182px;
  display: none;
}

.headFrame .left .topNavigate .topTagList .tagCon {
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  height: 182px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.headFrame .left .topNavigate .topTagList .tagCon .left {
  width: auto;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .tit {
  font-size: 18px;
  font-weight: bold;
  color: #fe6000;
  margin-bottom: 7px;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .tit a {
  color: #fe6000;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .list {
  margin-bottom: 12px;
  width: 100%;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
}

.headFrame .left .topNavigate .topTagList .tagCon .left .list a {
  font-size: 16px;
  color: #fff;
  padding-right: 17px;
}

.headFrame .left .topNavigate .showTaglist:hover .topTagList {
  display: block;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard {
  color: #ffffff;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a {
  display: block;
  color: #ffffff;
  text-align: center;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a:hover {
  color: #ff5a00;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a i {
  display: block;
  font-size: 78px;
  float: none;
}

.headFrame .left .topNavigate .topTagList .tagCon .dashboard a span {
  display: block;
}

.headFrame .left .topNavigate .bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 182px;
  left: -6px;
  top: -1px;
}

.headFrame .right {
  position: relative;
  display: flex;
  height: 80px;
  width: 100%;
  max-width: 660px;
}

.headFrame .right .searchFrame {
  width: calc(100% - 230px);
  height: 39px;
  background: #fff;
  border-radius: 40px;
  position: relative;
  align-self: center;
  display: flex;
  margin-right: 20px;
}

.headFrame .right .searchFrame b {
  display: block;
  float: left;
}

.headFrame .right .searchFrame b i {
  padding: 0 10px;
  font-size: 22px;
  line-height: 39px;
  color: #aaa;
  font-weight: normal;
}

.headFrame .right .searchFrame span {
  display: block;
  width: 100%;
  overflow: hidden;
}

.headFrame .right .searchFrame span input {
  border: none;
  height: 39px;
  background: 0 0;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
}

.headFrame .right .searchFrame button {
  background: #f5f5f5;
  border: 2px solid #fff;
  width: 52px;
  height: 39px;
  align-self: center;
  border-radius: 0 40px 40px 0;
  cursor: pointer;
}

.headFrame .right .searchFrame button i {
  font-size: 26px;
  color: #000000;
}

.headFrame .right .login {
  text-align: center;
  display: flex;
  align-self: center;
  line-height: 26px;
  margin-left: 17px;
  width: 110px;
}

.headFrame .right .login button {
  background: none;
  border: none;
  color: #000;
  align-self: center;
  font-size: 18px;
  cursor: pointer;
}

.headFrame .right .userMenu {
  display: flex;
  position: relative;
}

.headFrame .right .addNew {
  align-self: center;
  width: 100px;
  height: 40px;
  border-radius: 23px;
  border: none;
  background: #16294b;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}

.headFrame .right .addNew i {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 2px;
  right: 4px;
}

.headFrame .right .addNew.createding i {
  animation: createding 1s linear;
}

@keyframes createding {
  0% {
    top: 5px;
  }

  24% {
    top: 8px;
  }

  40% {
    top: 0px;
  }

  65% {
    top: 7px;
  }

  82% {
    top: 4px;
  }

  100% {
    top: 5px;
  }
}

.headFrame .right .userMenu .menu {
  align-self: center;
  height: 40px;
  margin-right: 17px;
  display: flex;
  justify-content: space-between;
}

.headFrame .right .userMenu .menu .userHead {
  position: relative;
  align-self: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  height: 60px;
  top: 10px;
}

.headFrame .right .userMenu .menu .userHead img {
  display: block;
  border-radius: 53px;
  width: 40px;
  height: 40px;
}

.headFrame .right .userMenu .menu .userHead i {
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  align-self: center;
  margin-left: 5px;
}

.headFrame .right .userMenu .menu > div > .red-dot {
  width: 8px;
  height: 8px;
  background: #ff5a00;
  border-radius: 7px;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 1px solid #ffffff;
}
.headFrame .right .userMenu .menu > div:hover ul {
  display: block;
}
.headFrame .right .userMenu .menu .message {
  position: relative;
  margin-right: 18px;
  height: 60px;
  cursor: pointer;
}
.headFrame .right .userMenu .menu .message img {
  width: 28px;
  height: 30px;
  position: relative;
  top: 6px;
}
.headFrame .right .userMenu .menu .message ul > div.loading {
  width: 285px;
}
.headFrame .right .userMenu .menu .message ul li {
  position: relative;
  width: 285px;
  height: auto;
  padding: 8px 10px 10px 10px;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
}
.headFrame .right .userMenu .menu .message ul li .icon {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin-right: 12px;
  flex-shrink: 0;
  text-align: center;
}
.headFrame .right .userMenu .menu .message ul li .icon i {
  line-height: 32px;
  color: #ffffff;
}
.headFrame .right .userMenu .menu .message ul li > a {
  display: block;
}
.headFrame .right .userMenu .menu .message ul li > p,
.headFrame .right .userMenu .menu .message ul li > a p {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #413f3f;
  margin-bottom: 6px;
}
.headFrame .right .userMenu .menu .message ul li > a p a {
  color: #ff7600;
  margin-right: 4px;
}
.headFrame .right .userMenu .menu .message ul li > a span {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #cdcdcd;
  display: block;
}
.headFrame .right .userMenu .menu .message ul li > .red-dot {
  position: absolute;
  right: 22px;
  bottom: 14px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #ff5a00;
}
.headFrame .right .userMenu .menu .message ul .all-noti {
  display: block;
  width: 100%;
  color: #ff7600;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 10px;
  text-align: center;
}
.headFrame .right .userMenu .menu .message ul .all-noti span {
  position: relative;
}
.headFrame .right .userMenu .menu .message ul .all-noti span i {
  position: absolute;
  font-size: 12px;
}
.headFrame .right .userMenu .menu .message ul .all-noti span i:last-child {
  left: 6px;
}

.headFrame .right .userMenu .menu > div ul {
  position: absolute;
  height: auto;
  background: #fff;
  border-radius: 9px;
  display: none;
  padding-bottom: 6px;
  box-shadow: 0px 0px 7px #999;
  padding: 10px 0;
  top: 60px;
}
.headFrame .right .userMenu .menu .message ul {
  left: -130px;
}
.headFrame .right .userMenu .menu .userHead ul {
  left: -48px;
  width: 135px;
}
.headFrame .right .userMenu .menu ul::before {
  content: ' ';
  position: absolute;
  font-size: 15px;
  background: #fff;
  border-radius: 4px;
  display: block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  left: 50%;
  top: -5px;
  margin-left: -7px;
  z-index: 1;
}

.headFrame .right .userMenu .menu ul li {
  position: relative;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
}

.headFrame .right .userMenu .menu .userHead ul li:hover {
  background: #f1d321;
}

.headFrame .right .userMenu .menu ul li button {
  width: 100%;
  height: 28px;
  border: none;
  background: none;
  padding: 0;
  display: flex;
  cursor: pointer;
}

.headFrame .right .userMenu .menu ul li button i {
  font-size: 27px;
  display: flex;
  color: #ffffff;
  margin-right: 10px;
  position: relative;
  width: 20px;
  height: 30px;
}

.headFrame .right .userMenu .menu ul li button i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.headFrame .right .userMenu .menu ul li button .iconbianji {
  font-size: 22px;
}

.headFrame .right .userMenu .menu ul li button .iconMakelogyingwenicon100_huaban1fuben16::before {
  font-size: 35px;
  position: absolute;
  left: -5px;
  top: -4px;
}

.headFrame .right .userMenu .menu ul li button span {
  display: block;
  line-height: 33px;
  font-size: 14px;
  align-self: center;
}
.headFrame .right .userMenu .menu ul li .red-dot {
  width: 7px;
  height: 7px;
  background: #ff5a00;
  border-radius: 7px;
  position: absolute;
  bottom: 10px;
  right: 7px;
  top: auto;
}

.maskBG {
  background: #000000;
  opacity: 0.5;
  width: 100%;
  height: 300px;
  position: absolute;
}

/* common */
.hover-cursor {
  cursor: pointer;
}

button {
  border: none;
}

button:hover {
  cursor: pointer;
}

button.dark {
  background-color: #16294b;
}

button.orange {
  background-color: #f87515;
}

button.grey {
  background-color: #a7a7a7;
}

button.lightgrey {
  background-color: #e0e0e0;
}

button.transparent {
  background-color: rgba(255, 255, 255, 0.7);
}

button.transparent:hover {
  background-color: #ffffff;
}

button.yellow {
  background-color: #f1d321;
}

button.white {
  background-color: #ffffff;
}

.limit-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.limit-line-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.limit-line-3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tab-label {
  position: relative;
  display: inline-block;
}

.tab-label p {
  position: relative;
  font-size: 18px;
  color: #000000;
  padding-left: 4px;
  padding-right: 6px;
  display: inline-block;
  z-index: 2;
}

.tab-label.big p {
  font-size: 24px;
}

.tab-label .decoration {
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: 6px;
  background-color: #f1d321;
  z-index: 1;
}

.tab-label.big .decoration {
  height: 10px;
  bottom: 8px;
}

.select-order {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: #f1d321;
  width: 84px;
  height: 28px;
  border-radius: 6px;
  padding: 8px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-order-icon {
  position: absolute;
  font-size: 14px;
  right: 8px;
  top: -2px;
}

.project-card {
  position: relative;
  background-color: #ffffff;
  width: 285px;
  border-bottom: 4px solid transparent;
}

.project-card:hover {
  top: -2px;
  border-bottom: 4px solid #ffe200;
}

.project-card .best {
  position: absolute;
  top: -2px;
  left: -4px;
  width: 62px;
  height: 57px;
}

.project-card .project-cover {
  display: block;
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.project-card .vote button {
  position: absolute;
  right: 6px;
  top: 93px;
  width: 90px;
  height: 28px;
  line-height: 26px;
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.project-card .vote button:hover {
  background-color: #f8f0be;
}

.project-card .vote button i {
  font-size: 16px;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.project-card .vote button.voted {
  cursor: default;
  background-color: #f8f0be;
}

.project-card .title {
  padding: 0 8px;
  margin: 8px 0;
  height: 46px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.project-card.delete .title {
  color: #c5c5c5;
}

.project-card .title .difficulty {
  padding: 1px 2px;
  border-radius: 6px;
  font-size: 12px;
  display: inline;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
}

.project-card .title .difficulty i {
  font-size: 10px;
}

.project-card .title .difficulty.stage-0 {
  color: #61b7ad;
  border: 1px solid #61b7ad;
}

.project-card .title .difficulty.stage-1 {
  color: #ffa700;
  border: 1px solid #ffa700;
}

.project-card .title .difficulty.stage-2 {
  color: #ff7600;
  border: 1px solid #ff7600;
}

.project-card.delete .title .difficulty {
  color: #d8d8d8;
  border: 1px solid #d8d8d8;
}

.project-card .title p {
  display: inline;
}

.project-card .tags {
  display: flex;
  padding: 0 8px 8px;
  flex-wrap: wrap;
  height: 36px;
  overflow: hidden;
}

.project-card .tags a,
.project-card .tags p {
  display: block;
  padding: 0 6px;
  border-radius: 6px;
  margin-right: 6px;
  font-size: 12px;
  color: #343434;
  border: 1px solid #343434;
  line-height: 24px;
  margin-bottom: 20px;
}

.project-card .tags p {
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
}

.project-card .tags a:hover {
  color: #ffa700;
  border: 1px solid #ffa700;
}

.project-card .other-info {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-top: 2px solid #f6f6f6;
}

.project-card .other-info .author {
  color: #666666;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.project-card .other-info .author .img-box {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
  overflow: hidden;
}

.project-card .other-info .author img {
  width: 100%;
}

.project-card.delete .other-info .author {
  color: #d8d8d8;
}

.project-card .other-info .statistics {
  display: flex;
  align-items: center;
}

.project-card .other-info .statistics > * {
  display: flex;
  align-items: center;
  margin-left: 14px;
  font-size: 12px;
}

.project-card.delete .other-info .statistics > * {
  color: #d8d8d8;
}

.project-card .other-info .statistics > * > i {
  font-size: 18px;
  margin-right: 2px;
}

.project-card .other-info .statistics .view i {
  color: #000000;
  font-size: 20px;
}

.project-card .other-info .statistics .like i {
  color: #ffe200;
}

.project-card.delete .other-info .statistics > * > i {
  color: #d8d8d8;
}

.project-card.delete .other-info .statistics > .delete {
  color: #000000;
}

.project-card.delete .other-info .statistics > .delete > i {
  color: #000000;
}

.project-card .other-info .statistics .btn:hover {
  cursor: pointer;
}

.project-card .img-cover {
  position: absolute;
  width: 285px;
  height: 178px;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.project-card .img-cover .cover-tip {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  padding: 0 28px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  background-color: #f1d321;
  text-align: center;
  border-radius: 90px;
}

.project-card.draft .title {
  font-size: 16px;
  height: 46px;
}

.project-card.draft .other-info {
  border-top: none;
  align-items: center;
  padding-top: 0;
}

.project-card.draft .other-info .time {
  color: #999999;
  font-size: 14px;
}

.project-card.draft .other-info .action {
  display: flex;
  align-items: center;
}

.project-card.draft .other-info .action > * {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 12px;
}

.project-card.draft .other-info .action .delete {
  margin-left: 20px;
  padding: 0;
}

.person-card {
  width: 390px;
  height: 120px;
  background-color: #ffffff;
  padding: 0 18px 0 22px;
  display: flex;
  align-items: center;
}

.person-card .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 18px;
  overflow: hidden;
}

.person-card .avatar img {
  width: 50px;
  height: 50px;
}

.person-card .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
}

.person-card .info p {
  line-height: 22px;
  font-size: 18px;
  color: #666666;
  display: flex;
}

.person-card .info p:last-child {
  margin-top: 4px;
}

.person-card .info p i {
  font-size: 24px;
  color: #f1d321;
  margin-right: 6px;
}

.person-card button {
  width: 80px;
  height: 36px;
  border: none;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  background-color: #f1d321;
}

.person-card button.follow {
  background-color: #eeeeee;
}

.person-card button.follow.hover {
  background-color: transparent;
  border: 1px solid #707070;
}

.fan-card {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  padding: 0 18px 0 22px;
  display: flex;
  align-items: center;
}

.fan-card:hover {
  border: 2px solid #f1d321;
}

.fan-card .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 18px;
  overflow: hidden;
}

.fan-card .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
}

.fan-card .info p {
  line-height: 22px;
  font-size: 18px;
  color: #666666;
}

.fan-card .info p i {
  font-size: 16px;
  color: #f1d321;
  margin-right: 12px;
}

.fan-card button {
  width: 80px;
  height: 36px;
  border: none;
  border-radius: 6px;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  background-color: #f1d321;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.fan-card button.follow {
  background-color: #eeeeee;
}

.fan-card button.follow.hover {
  background-color: transparent;
  border: 1px solid #707070;
}

.contest-card {
  width: 584px;
  height: 405px;
  background-color: #ffffff;
  position: relative;
}

.contest-card img {
  width: 100%;
  height: 276px;
}

.contest-card .info {
  position: relative;
  margin: 22px 46px 0 12px;
}

.contest-card .info .title {
  color: #333333;
  font-size: 20px;
}

.contest-card .info .duration {
  color: #666666;
  font-size: 14px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.contest-card button {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 100px;
  height: 88px;
  border-radius: 6px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contest-card button i {
  color: #000000;
  font-size: 38px;
  margin-bottom: 2px;
}

.time-line-card {
  width: 100%;
  height: 184px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 13px;
  cursor: pointer;
  display: flex;
}

.time-line-card .left {
  position: relative;
  width: 100px;
  height: 158px;
  border-right: 1px solid #e5e5e5;
}

.time-line-card .left .recording-period {
  height: 109px;
}

.time-line-card .left .recording-period span {
  font-size: 40px;
}

.time-line-card .left .recording-period span:last-child {
  font-size: 16px;
}

.time-line-card .left .time-from-to {
  position: absolute;
  bottom: 0;
  left: 0;
}

.time-line-card .left .time-from-to .line {
  width: 16px;
  height: 2px;
  background-color: #f1d321;
}

.time-line-card .left .time-from-to span {
  font-size: 12px;
  color: #666666;
  padding-top: 5px;
}

.time-line-card .right {
  flex: 1;
  margin-left: 10px;
}

.time-line-card .right .title {
  height: 65px;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  word-break: break-word;
}

.time-line-card .right .images {
  display: flex;
}

.time-line-card .right .images .image-box {
  width: 90px;
  height: 90px;
  margin-right: 15px;
}

.time-line-card .right .images .image-box:last-child {
  margin-right: 0;
}

.column-4-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  row-gap: 18px;
}

.column-3-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 18px;
  row-gap: 18px;
}

.column-2-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.loading-more-text {
  text-align: center;
  line-height: 80px;
}

.page-box {
  display: flex;
  justify-content: center;
  margin: 30px 0 45px;
}

.page {
  display: flex;
}

.page li {
  margin-right: 12px;
  width: 60px;
  height: 60px;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  border-radius: 8px;
  color: #333333;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  flex-shrink: 0;
}

.page li:last-child {
  margin-right: 0;
}

.page li.active {
  border: 1px solid #f1d321;
  background-color: #f1d321;
}

.page li:hover {
  cursor: pointer;
  filter: brightness(0.95);
}

.page li.disable i {
  color: #bebebe;
}

.page li.disable:hover {
  cursor: default;
  filter: none;
}

.page li i {
  font-size: 20px;
}

/* common 结束 */

/* 首页布局 */
.container {
  width: 100%;
}

.container .content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 60px 0;
  min-height: calc(100vh - 500px);
}

.container .content .top-part {
  position: relative;
}

.container .content .top-part .ad {
  position: absolute;
  right: 0;
  top: 0;
}

.container .content .top-part .login-box {
  position: absolute;
  right: 0;
  bottom: 0;
}

.container .content .recommend {
  margin-top: 50px;
}

.container .content .recommend .tab-label {
  margin-right: 28px;
  margin-bottom: 30px;
}

.container .content .recommend .tab-label:hover {
  cursor: pointer;
}

.container .content a.more {
  float: right;
  color: #000000;
  font-size: 14px;
}

.container .content a.more span i {
  font-size: 12px;
  position: relative;
}

.container .content a.more span i:last-child {
  left: -12px;
}

.container .content .subscribed-contents {
  margin-bottom: 50px;
}

.container .content .subscribed-contents .tab-label {
  margin-top: 38px;
  margin-left: 50%;
  transform: translate(-50%);
}

.recommend-author-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 18px;
  row-gap: 18px;
}

.container .content .topic {
  margin-top: 22px;
  margin-bottom: 30px;
}

.container .content .topic .middle {
  position: relative;
}

.container .content .topic .middle a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 14px;
}

.container .content .topic .tab-label {
  margin-top: 20px;
  margin-bottom: 18px;
}

.container .content .topic .recommend-project-list {
  height: 660px;
}

.container .content .shop-links a {
  font-family: 'camp';
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  padding: 14px 23px 16px 14px;
  height: 68px;
  border-radius: 14px;
  border: 2px solid #f4f4f4;
  background-color: #f4f4f4;
  margin-right: 20px;
}

.container .content .shop-links a img {
  width: 42px;
  height: 42px;
  margin-right: 13px;
}

.container .content .shop-links a:hover {
  border: 2px solid #f1d321;
}

.container .content .recommend-contest-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
}

.container .content .no-subsribtion {
  background-color: #ffffff;
  width: 1200px;
  height: 190px;
  color: #dddddd;
  line-height: 190px;
  font-size: 48px;
  text-align: center;
}

/* 首页布局结束 */

/* 首页组件 */
.banner {
  width: 816px;
  height: 504px;
}

.banner .slide-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-bottom: 3px solid #f1d321;
  overflow: hidden;
}

.banner .slide-box .slide-list {
  height: 385px;
  display: flex;
  transition: 0.3s;
}

.banner .slide-box .slide-list li {
  width: 816px;
}

.banner .slide-box .slide-list li img {
  display: block;
  width: 100%;
  height: 385px;
}

.banner .slide-box .slide-list li .slide-info {
  color: #000000;
  font-size: 16px;
  padding: 14px 22px 0;
}

.banner .slide-box .slide-list li .slide-info .slide-title {
  position: relative;
  font-size: 22px;
}

.banner .slide-box .slide-list li .slide-info .slide-title .tag {
  color: #ffa700;
  padding: 4px 8px;
  border: 1px solid #ffa700;
  border-radius: 10px;
  font-size: 16px;
  position: relative;
  left: 8px;
  bottom: 3px;
}

.banner .slide-box .slide-list li .slide-info .slide-desc {
  color: #4a4a4a;
  margin-top: 8px;
}

.banner .slide-box .control-panel {
  position: absolute;
  left: 22px;
  bottom: 12px;
  width: 770px;
  display: flex;
  justify-content: space-between;
}

.banner .slide-box .control-panel .dot-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.banner .slide-box .control-panel .dot-list li {
  width: 7px;
  height: 9px;
  margin-right: 10px;
  background-color: #f1d321;
  cursor: pointer;
}

.banner .slide-box .control-panel .dot-list li.active {
  height: 15px;
}

.banner .slide-box .control-panel .btns {
  width: 70px;
}

.banner .slide-box .control-panel .btns button {
  width: 22px;
  height: 22px;
  background-color: transparent;
  color: #000000;
  border: none;
}

.banner .slide-box .control-panel .btns button:hover {
  color: #f1d321;
}

.banner .slide-box .control-panel .btns button:first-of-type {
  margin-right: 16px;
}

.ad {
  width: 358px;
  height: 242px;
}

.ad .ad-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.ad .ad-box img {
  display: block;
  width: 100%;
  height: 170px;
}

.ad .ad-box .ad-title {
  position: relative;
  font-size: 20px;
  color: #000000;
  text-indent: 1em;
  height: 72px;
  line-height: 72px;
}

.ad .ad-box .ad-title .tag {
  color: #ff6100;
  padding: 4px 8px;
  border: 1px solid #ff6100;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  left: 8px;
  bottom: 3px;
}

.ad .ad-box .ad-title::before {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  background-color: #f1d321;
  width: 7px;
  height: 7px;
}

.login-box {
  position: relative;
  width: 358px;
  height: 234px;
}

.login-box .logged {
  position: relative;
  width: 100%;
  height: 100%;
}

.login-box .not-logged {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.login-box .user-portrait {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.login-box .logged .user-portrait {
  position: absolute;
  left: 24px;
  top: 28px;
}

.login-box .user-info-box {
  position: relative;
  width: 100%;
  height: 170px;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.login-box .user-info-box a {
  position: absolute;
  left: 140px;
  top: 40px;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.login-box .user-info-box p {
  color: #000000;
  font-size: 17px;
  position: absolute;
  left: 140px;
  top: 90px;
}

.login-box .user-info-box p:last-child {
  top: 120px;
}

.login-box .user-panel {
  position: relative;
  height: 67px;
  background-color: #ffffff;
  padding: 14px 15px 0 15px;
}

.login-box .user-panel button {
  height: 40px;
  border: none;
  border-radius: 6px;
  color: #ffffff;
  font-size: 17px;
  padding: 0 11px;
}

.login-box .user-panel button i {
  font-size: 22px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.login-box .user-panel button.write {
  margin-right: 8px;
}

.login-box .user-panel button.logout {
  float: right;
}

.login-box .not-logged .default {
  width: 100%;
  height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-box .not-logged p {
  color: #000000;
  font-size: 24px;
  margin-top: 14px;
}

.login-box .not-logged .login-btns {
  width: 100%;
  height: calc(100% - 158px);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.login-box .not-logged button {
  text-align: center;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  height: 40px;
  border: none;
  border-radius: 10px;
  padding: 0 30px;
  font-weight: bold;
}

.scroll-topic-nav {
  width: 1200px;
  height: 138px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}

.scroll-topic-nav .topic-title {
  width: 128px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 24px;
}

.scroll-topic-nav .topic-title i {
  color: #ffa700;
  margin-left: 32px;
  margin-right: 10px;
  font-size: 30px;
}

.scroll-topic-nav > button {
  position: relative;
  width: 44px;
  height: 100%;
  text-align: center;
  line-height: 100%;
  color: #000000;
}

.scroll-topic-nav > button.last:hover {
  box-shadow: 2px 0px 3px #dddddd;
  z-index: 1;
}

.scroll-topic-nav > button.next:hover {
  box-shadow: -2px 0px 3px #dddddd;
  z-index: 1;
}

.scroll-topic-nav > button.disable {
  color: #dddddd;
}

.scroll-topic-nav > button.disable:hover {
  box-shadow: none;
  cursor: default;
}

.scroll-topic-nav .topics-window {
  width: 980px;
  height: 100%;
  overflow-x: hidden;
}

.scroll-topic-nav .topics {
  height: 100%;
  display: flex;
  transition: 0.3s;
}

.scroll-topic-nav .topics li {
  width: 140px;
  line-height: 100%;
  position: relative;
  flex-shrink: 0;
}

.scroll-topic-nav .topics li:hover {
  cursor: pointer;
}

.scroll-topic-nav .topics li::after {
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scroll-topic-nav .topics li.select::after {
  background-color: #ff7600;
}

.scroll-topic-nav .topics li:hover::after {
  background-color: #c4c4c4;
}

.scroll-topic-nav .topics li img {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.scroll-topic-nav .topics li:hover img {
  transform: translate(-50%, -50%) scale(1.05);
}

/* 首页组件结束 */

/* 项目集合页布局 */
.all-projects .long-banner {
  margin-bottom: 40px;
}

.all-projects .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.all-projects .left {
  position: relative;
  width: 895px;
}

.all-projects .left .tab-label {
  margin-bottom: 30px;
  margin-right: 28px;
}

.all-projects .left .tab-label:hover {
  cursor: pointer;
}

.all-projects .right-categories {
  width: 282px;
}

.topic-nav {
  margin-bottom: 32px;
}

.topic-nav .topic-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.topic-nav .topic-title i {
  color: #ffa700;
  font-size: 22px;
}

.topic-nav .topics-window {
  background-color: #ffffff;
}

.topic-nav .topics-window .topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.topic-nav .topics-window .topics img {
  width: 94px;
  height: 94px;
}

/* 项目集合页布局结束 */

/* 项目集合页组件 */
.long-banner .slide-box {
  position: relative;
  width: 1200px;
  height: 200px;
  user-select: none;
  overflow: hidden;
}

.long-banner .slide-box .slide-list {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.long-banner .slide-box .slide-list li {
  position: absolute;
  transition: all 0.6s ease-in-out;
  transform: translate3d(0, 0, -300px);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.long-banner .slide-box .slide-list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.long-banner .slide-box .slide-list li.prev {
  transform: translate3d(-100%, 0, -200px);
}

.long-banner .slide-box .slide-list li.next {
  transform: translate3d(100%, 0, -100px);
}

.long-banner .slide-box .slide-list li.active {
  transform: translate3d(0, 0, 0);
}

.long-banner .dot-list {
  position: absolute;
  right: 26px;
  bottom: 14px;
  display: flex;
  align-items: flex-end;
}

.long-banner .dot-list li {
  margin-left: 10px;
  width: 7px;
  height: 9px;
  background-color: #000000;
}

.long-banner .dot-list li:hover {
  cursor: pointer;
}

.long-banner .dot-list li.active {
  height: 15px;
  background-color: #f1d321;
}

/* 项目集合页组件结束 */

/* tag列表页布局 */
.tag-sticky {
  position: sticky;
  top: 80px;
  z-index: 1;
  box-shadow: 0 0 10px #ddd;
}

.tag-introduction {
  background-color: #ffffff;
  margin-bottom: 50px;
}

.tag-introduction h1 {
  position: relative;
  padding: 40px 0 25px 92px;
  margin: 0 auto;
  width: 1200px;
  color: #000000;
  font-weight: normal;
}

.tag-introduction h1 img {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.tag-introduction p {
  margin: 0 auto;
  width: 1200px;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  padding-bottom: 45px;
}

.tag-introduction ul {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
}

.tag-introduction ul a {
  font-size: 24px;
  color: #707070;
  margin-right: 46px;
  margin-bottom: 40px;
}

.tag-introduction ul a:hover {
  color: #f1d321;
}

.tag-introduction ul a.disable {
  color: #dddddd;
  cursor: default;
}

.tag-introduction ul a.active {
  color: #f1d321;
}

.tag-nav-card {
  display: grid;
  grid-template-columns: 80px 1118px;
  grid-column-gap: 2px;
  margin-bottom: 6px;
}

.tag-nav-card .tag-name {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #707070;
}

.tag-nav-card ul {
  background-color: #ffffff;
  padding: 42px 35px 0;
  display: flex;
  flex-wrap: wrap;
}

.tag-nav-card ul a {
  margin-right: 56px;
  font-size: 18px;
  color: #000000;
  margin-top: 8px;
  margin-bottom: 42px;
}

.tag-nav-card ul a:hover {
  color: #f1d321;
}

.crumbs {
  position: relative;
  top: -14px;
  left: 0;
}

.crumbs a {
  font-size: 16px;
  color: #000000;
}

.crumbs a:hover {
  color: #f1d321;
}

.crumbs a.landing {
  text-decoration: underline;
}

.crumbs i {
  font-size: 12px;
}

.sequence-select-box {
  position: absolute;
  right: 0;
  top: -14px;
}

/* tag列表页布局结束 */

/* 文章详情页 */
.article-page {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.article-page .left {
  width: 900px;
}

.article-page .right {
  width: 290px;
}

.article-author {
  width: 290px;
  background-color: #ffffff;
  padding: 33px 18px 25px 13px;
}

.article-author .top {
  padding-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}

.article-author .top .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}

.article-author .top .info {
  width: 125px;
  display: flex;
  flex-direction: column;
}

.article-author .top .info span {
  color: #000000;
  font-size: 12px;
}

.article-author .top .info span:first-child {
  font-size: 20px;
  margin-bottom: 10px;
}

.article-author .top button {
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid #a2a2a2;
  margin-left: auto;
  min-width: 60px;
}

.article-author .top button.yellow {
  border: 1px solid #f1d321;
}

.article-author .bottom {
  position: relative;
}

.article-author .bottom .point-list {
  padding: 24px 0;
  width: 230px;
  margin-left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
}

.article-author .bottom .point-list .point {
  display: flex;
  justify-content: space-between;
}

.article-author .bottom .point-list .point img {
  width: 40px;
  height: 40px;
}

.article-author .bottom .point-list .point > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  margin-left: 10px;
}

.article-author .bottom .point-list .point > div span {
  font-size: 20px;
}

.article-author .bottom > p {
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}

.author-badges {
  width: 290px;
  background-color: #ffffff;
  padding: 20px 10px 13px;
  margin-top: 8px;
}

.author-badges > div {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

.author-badges > div > img {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.author-badges ul {
  padding: 0 20px 0 14px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px 24px;
}

.author-badges ul li {
  width: 40px;
  height: 43px;
}

.author-badges ul li img {
  width: 100%;
}

.author-badges a {
  text-align: center;
  font-size: 12px;
  color: #000000;
  display: block;
  margin-top: 20px;
}

.author-badges a span i {
  font-size: 12px;
}

.author-badges a span i:last-child {
  margin-left: -14px;
}

.article-page .edit-article {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #f1d321;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 40px;
}

.interested-projects {
  margin-top: 16px;
}

.interested-projects > p {
  margin-bottom: 14px;
}

.interested-projects > ul > li {
  margin-bottom: 14px;
}

.article-detail {
  position: relative;
  background-color: #ffffff;
  padding: 66px 42px 18px 32px;
  margin-bottom: 22px;
}

.article-detail .articleTop {
  position: relative;
}

.article-detail .best-img {
  position: absolute;
  width: 88px;
  height: 80px;
  left: -39px;
  top: -70px;
}

.article-detail .article-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.article-detail .article-title h1 {
  font-weight: normal;
  font-size: 30px;
  color: #000000;
  margin-bottom: 12px;
  width: 100%;
}

.article-detail .article-title h1 > b {
  font-weight: normal;
}

.article-detail .article-title .difficulty {
  height: 34px;
  width: 66px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 14px;
  padding: 7px;
  margin-top: 5px;
  margin-left: 13px;
  position: absolute;
}

.article-detail .article-title .difficulty.stage-0 {
  background-color: #61b7ad;
}

.article-detail .article-title .difficulty.stage-1 {
  background-color: #ffa700;
}

.article-detail .article-title .difficulty.stage-2 {
  background-color: #ff7600;
}

.article-detail .article-title .difficulty i {
  font-size: 14px;
}

.article-detail .info {
  display: flex;
  align-items: center;
  padding: 52px 0 32px;
  border-bottom: 1px solid #eeeeee;
}

.article-detail .info img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border-radius: 50px;
}

.article-detail .info span {
  margin-right: 20px;
  color: #999999;
}

.article-detail .info span.statistics {
  color: #000000;
  display: flex;
  align-items: center;
}

.article-detail .info span.statistics i {
  margin-right: 4px;
  font-size: 20px;
}

.article-detail .action {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: flex;
}

.article-detail .action button {
  width: 66px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000000;
  border-radius: 6px;
  margin-left: 10px;
}

.article-detail .action > button > i {
  font-size: 30px;
  color: #000000;
}

.article-detail .action button.like {
  border: 1px solid #707070;
  color: #666666;
}

.article-detail .action button .share-box {
  display: none;
  position: absolute;
  top: 72px;
  right: -50px;
}

.article-detail .action button:hover .share-box {
  display: block;
}

.article-detail .action button .share-box .bg {
  width: 160px;
  height: 190px;
}

.article-detail .action button .share-box .options {
  position: absolute;
  top: 36px;
  left: 30px;
}

.article-detail .action button .share-box .options span {
  display: flex;
  align-items: center;
  width: 110px;
  font-size: 14px;
  margin-bottom: 10px;
}

.article-detail .action button .share-box .options span i {
  font-size: 20px;
  margin-right: 8px;
}

.article-detail .action button .share-box .qr {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}

.article-detail .codeArea {
}

.article-detail .codeArea .con {
}

.article-detail .codeArea .con > pre {
  overflow-x: auto;
}

.comments .new-comment {
  position: relative;
  background-color: #ffffff;
  padding: 38px 46px 95px 28px;
  margin-bottom: 5px;
}

.article-detail .codeArea .con > pre .hljs-ln-numbers {
  padding-right: 10px;
  border-right: 1px solid #f1d321;
}

.article-detail .codeArea .con > pre .hljs-ln-code {
  padding-left: 10px;
  font-size: 14px;
}

.comments .new-comment p {
  color: #000000;
  font-size: 28px;
  margin-bottom: 23px;
}

.comments .new-comment .words {
  display: flex;
  justify-content: space-between;
}

.comments .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 37px;
}

.comments .avatar img {
  width: 100%;
  height: 100%;
}

.comments .new-comment .words textarea {
  flex: 1;
  height: 125px;
  padding: 20px 25px;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}

.comments .new-comment .words textarea::placeholder {
  color: #999999;
}

.comments .new-comment button {
  position: absolute;
  right: 46px;
  bottom: 26px;
  width: 106px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 10px;
  color: #333333;
  font-size: 18px;
}

.comments .parent-comment {
  background-color: #ffffff;
  padding: 12px 46px 0 30px;
}

.comments .comment-list li {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}

.comments .children-comment.comment-list li {
  border-bottom: 1px solid #e3e3e3;
}

.comments .comment-info {
  position: relative;
  flex: 1;
}

.comments .comment-info p {
  font-size: 20px;
  color: #4a4a4a;
}

.comments .comment-info .comment-username {
  color: #000000;
  padding: 14px 0 35px;
}

.comments .comment-info .comment-username span {
  color: #999999;
  margin-left: 24px;
}

.comments .comment-info .comment-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 16px;
  white-space: pre-line;
}

.comments .children-comment .comment-info .comment-content {
  border-bottom: none;
}

.comments .comment-info .action {
  display: flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 12px;
  color: #3d3d3d;
  font-size: 20px;
}

.comments .comment-info .action i {
  font-size: 25px;
  margin-right: 4px;
}

.comments .comment-info .action button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-size: 18px;
}

.new-reply .new-reply-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 786px;
  height: 290px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 38px 95px 26px;
  z-index: 2;
}

.new-reply .new-reply-box .close {
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 15px;
  color: #b9b9b9;
}

.new-reply .new-reply-box .yellow {
  position: absolute;
  top: 220px;
  right: 38px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  width: 106px;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
}

.new-reply .new-reply-box p {
  color: #000000;
  font-size: 24px;
  margin-bottom: 18px;
}

.new-reply textarea {
  width: 724px;
  height: 125px;
  padding: 20px 25px;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}

.new-reply textarea::placeholder {
  color: #999999;
}

.article-content .article-block {
  margin: 20px 0;
}

.article-content .article-block .title::before {
  content: '';
  width: 8px;
  height: 16px;
  display: block;
  background-color: #f1d321;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.article-content .article-block .title {
  text-indent: 1em;
  font-size: 16px;
  color: #000000;
  position: relative;
  margin-bottom: 12px;
}

.article-content .article-block .text {
  font-size: 16px;
  line-height: 30px;
  color: #4a4a4a;
}

.article-content .article-block .text img {
  max-width: 100%;
}

.article-content .article-block .text a {
  color: #f87515;
  text-decoration: underline;
}

.article-content .article-block .text a:hover {
  color: #f1d321;
}

.article-content .article-block .image {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  clear: both;
}

.article-content .article-block .image img {
  max-width: 100%;
}

.article-content .article-block .image-style-side {
  justify-content: right;
}

.article-content .article-block .video-box {
  width: 100%;
}

.article-content .article-block .video-box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.article-content .article-block .hardwareList li::before {
  content: '';
  width: 2px;
  height: 48px;
  display: block;
  background-color: #f1d321;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.article-content .article-block .hardwareList li {
  position: relative;
  background-color: #f3f3f3;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #4a4a4a;
  text-indent: 1em;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.article-content .article-block .hardwareList li .name {
  width: 650px;
}

.article-content .article-block .hardwareList li .quantity {
  width: 86px;
}

.article-content .article-block .hardwareList li .link i {
  font-size: 20px;
}

.article-content .article-block .file-list .file {
  height: 26px;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.article-content .article-block .file-list .file i {
  color: #f1d321;
  font-size: 24px;
  margin-right: 13px;
}

.article-content .article-block .file-list .file a {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 26px;
}

.article-content .article-block .file-list .file a:hover {
  text-decoration: underline;
  color: #f96306;
}

.article-content .article-block .code pre {
  background-color: #f3f3f3;
  border-left: 2px solid #f1d321;
  padding: 22px 17px 30px;
  overflow-x: scroll;
}

.article-content .article-block .code pre code {
  color: #4a4a4a;
  font-size: 16px;
  height: 22px;
}

.article-content .timeline-block {
  border-left: 1px solid #e1e1e1;
  padding-bottom: 15px;
  display: flex;
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}

.article-content .timeline-block .point {
  background: #f1d321;
  border-radius: 30px;
  border: 3px solid #ffffff;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 5px #cfcfcf;
  position: relative;
  left: -15px;
}

.article-content .timeline-block .date {
  width: 80px;
  height: 80px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  margin-right: 5px;
  position: relative;
  left: -15px;
}

.article-content .timeline-block .date span {
  display: block;
  font-size: 26px;
  color: #999999;
  padding-bottom: 8px;
}

.article-content .timeline-block .date b {
  display: block;
  color: #666666;
  font-size: 48px;
  line-height: 16px;
  padding: 10px 0;
}

.article-content .timeline-block .timeline-material-content p {
  margin: 0;
  padding: 0;
  width: 690px;
  font-size: 18px;
  color: #434343;
  margin-bottom: 20px;
  word-break: break-word;
  white-space: pre-wrap;
}

.article-content .timeline-block .timeline-material-content .photos {
  width: 690px;
  display: flex;
  flex-wrap: wrap;
}

.article-content .timeline-block .timeline-material-content .photos img {
  width: 158px;
  height: 158px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.timeline-page .right .timelines {
  padding: 15px;
  background: #ffffff;
}

.timeline-page .right .timelines p {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}

.timeline-page .right .timelines p img {
  width: 26px;
  height: 26px;
  padding-right: 5px;
}

.timeline-page .right .timelines ul {
  padding-top: 15px;
}

.timeline-page .right .timelines ul li {
  height: 30px;
  display: flex;
  align-items: center;
}

.timeline-page .right .timelines ul li img {
  width: 30px;
  height: 30px;
}

.timeline-page .right .timelines ul li a {
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 235px;
  font-size: 14px;
}

.timeline-page .right .timelines ul li.select a b {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background: #f1d321;
  bottom: 6px;
}

.timeline-page .right .timelines ul li.select a span {
  z-index: 1;
  position: relative;
}

.timeline-page .right button {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #162957;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}

.timeline-page .right button.grey {
  color: #ffffff;
}

.article-detail .copyright {
  color: #4a4a4a;
  font-size: 16px;
  margin: 24px 0;
}

.article-detail .tags {
  display: flex;
  flex-wrap: wrap;
}

.article-detail .tags a {
  display: block;
  padding: 0 10px;
  border-radius: 10px;
  margin: 0 8px 8px 0;
  font-size: 16px;
  color: #343434;
  border: 1px solid #343434;
  line-height: 36px;
  height: 36px;
  flex-shrink: 0;
}

.article-detail .tags a:hover {
  color: #f1d321;
  border: 1px solid #f1d321;
}

/* 文章详情页结束 */

/* 个人页面开始 */
.user-info-board {
  position: relative;
  background-color: #ffffff;
  height: 350px;
  margin-bottom: 28px;
}

.user-info-board .user-bg {
  width: 100%;
  height: 200px;
}

.user-info-board .avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  overflow: hidden;
  position: absolute;
  top: 160px;
  left: 60px;
}

.user-info-board .avatar img {
  width: 100%;
  height: 100%;
}

.user-info-board .info {
  padding-left: 234px;
  padding-top: 20px;
  position: relative;
}

.user-info-board .info.isMe {
  padding-top: 15px;
}

.user-info-board .info .name {
  color: #000000;
  font-size: 36px;
  display: flex;
  align-items: center;
}

.user-info-board .info .name a,
.user-info-board .info .name button {
  background-color: #f1d321;
  color: #333333;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  text-align: center;
  margin-left: 14px;
  font-size: 16px;
  border-radius: 6px;
}

.user-info-board .info .name button {
  padding: 0 20px;
}

.user-info-board .info .name button.follow {
  background-color: #eeeeee;
}

.user-info-board .info .name button.follow.hover {
  background-color: transparent;
  border: 1px solid #707070;
}

.user-info-board .info .name a i {
  margin-right: 7px;
  font-size: 20px;
  position: relative;
  /* top: 2px; */
}

.user-info-board .info .register-time {
  color: #999999;
  font-size: 12px;
  padding: 12px 0 0;
}

.user-info-board .info .signature {
  color: #666666;
  font-size: 14px;
  margin-top: 12px;
}

.user-info-board .info.isMe .signature {
  color: #000000;
}

.user-info-board .info .point-list {
  position: absolute;
  top: 15px;
  right: 10px;
  display: flex;
}

.user-info-board .info .point-list .point {
  width: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-info-board .info .point-list .point img {
  width: 50px;
}

.user-info-board .info .point-list .point b {
  color: #000000;
  font-size: 24px;
  margin-top: 5px;
}

.user-info-board .info .point-list .point span {
  color: #000000;
  font-size: 14px;
  margin-top: 2px;
}

.user-page-content {
  display: grid;
  grid-template-columns: 280px 895px;
  grid-column-gap: 23px;
}

.user-nav-board {
  background-color: #ffffff;
  padding-top: 36px;
  padding-left: 12px;
  height: min-content;
}

.user-nav-board li {
  height: 80px;
  border-bottom: 1px solid #ededed;
  padding-left: 10px;
  padding-right: 36px;
  display: flex;
  align-items: center;
}

.user-nav-board li:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.user-nav-board li.active {
  background-color: #ededed;
}

.user-nav-board li img {
  width: 40px;
  margin-right: 26px;
}

.user-nav-board li .title {
  color: #333333;
  font-size: 18px;
  flex: 1;
}

.user-nav-board li .point {
  color: #000000;
  font-size: 16px;
  position: relative;
}

.user-nav-board li .point span {
  position: absolute;
  transform: translate(0%, -100%);
  background-color: #ff7600;
  border-radius: 9px;
  padding-left: 5px;
  padding-right: 6px;
  height: 18px;
  line-height: 18px;
  color: #ffffff;
  font-size: 12px;
}
.user-nav-board li .point b {
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px;
  background-color: #ff7600;
  color: #fff;
  border-radius: 12px;
  position: relative;
  right: -14px;
}

.user-page-content .tab-label {
  position: relative;
  margin-right: 45px;
  margin-bottom: 15px;
}

.user-page-content .tab-label:hover {
  cursor: pointer;
}

.user-page-content .tab-label .label-icon {
  position: absolute;
  bottom: 1px;
  right: -26px;
  color: #d8d8d8;
  font-size: 20px;
}

.user-page-content .empty-content {
  height: calc(100% - 47px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.user-page-content .empty-content i {
  color: #d8d8d8;
  font-size: 48px;
  margin-bottom: 24px;
}

.user-page-content .create-new-article {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 24px;
  height: 275px;
}

.user-page-content .create-new-article i {
  font-size: 100px;
  color: #d8d8d8;
}

.user-page-content .comment {
  position: relative;
  background-color: #ffffff;
  padding: 32px 37px 34px 20px;
  margin-top: 12px;
}

.user-page-content .comment p {
  font-size: 16px;
}

.user-page-content .comment .info {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}

.user-page-content .comment .info .avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.user-page-content .comment .info .avatar img {
  width: 100%;
}

.user-page-content .comment .info .name {
  color: #000000;
  font-size: 20px;
  margin-right: 20px;
}

.user-page-content .comment .info .time {
  color: #999999;
  font-size: 20px;
}

.user-page-content .comment .comment-content {
  position: relative;
}

.user-page-content .comment .comment-content #comment-content {
  color: #4a4a4a;
  line-height: 30px;
  transition: 0.3s;
  overflow: hidden;
}

.user-page-content .comment .comment-content .expand-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000000;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding-left: 5px;
}

.user-page-content .comment .comment-content .expand-btn button {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.user-page-content .comment .related-article {
  margin-top: 25px;
  background-color: #f6f6f6;
  color: #999999;
  line-height: 46px;
  height: 46px;
  padding-left: 14px;
}

.user-page-content .comment .related-article a {
  color: #ff7600;
}

.user-page-content .comment button.control {
  width: 80px;
  height: 36px;
  line-height: 34px;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000000;
  position: absolute;
  top: 30px;
  right: 40px;
}

.user-page-content .comment button.control.delete:hover {
  background-color: #16294b;
  color: #ffffff;
}

.user-page-content .comment button.control.reply:hover {
  background-color: #f1d321;
}

.user-page-content .comment .red-dot {
  background-color: #ff7600;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.user-page-content .fan-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}

.user-page-content .setting-block {
  position: relative;
  background-color: #ffffff;
  padding: 30px 50px 30px 20px;
  margin-bottom: 2px;
  font-size: 14px;
}

.user-page-content .setting-block .title {
  margin-bottom: 24px;
}

.user-page-content .setting-block .setting-btn {
  padding: 0 22px;
  height: 38px;
  border-radius: 6px;
  background: #f1d321;
  text-align: center;
}

.user-page-content .setting-block p {
  font-size: 14px;
}

.user-page-content .setting-block .avatar-setting {
  display: flex;
  margin-bottom: 38px;
}

.user-page-content .setting-block .avatar-setting .avatar {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.user-page-content .setting-block .avatar-setting .avatar img {
  width: 100%;
  height: 100%;
}

.user-page-content .setting-block .avatar-setting .avatar .background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 34px;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-page-content .setting-block .avatar-setting .avatar .background:hover {
  height: 100%;
}

.user-page-content .setting-block .avatar-setting .avatar .background i {
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s;
}

.user-page-content .setting-block .avatar-setting .avatar .background:hover i {
  font-size: 60px;
}

.user-page-content .setting-block .avatar-setting .change-avatar input {
  display: none;
}

.user-page-content .setting-block .avatar-setting .change-avatar .change-avatar-btn {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 14px;
  cursor: pointer;
}

.user-page-content .setting-block .avatar-setting .change-avatar p {
  color: #cecece;
}

.user-page-content .setting-block .username-setting {
  display: flex;
  align-items: center;
}

.user-page-content .setting-block .username-setting p {
  margin-right: 18px;
}

.user-page-content .setting-block .username-setting input {
  border: 1px solid #e3e3e3;
  color: #000000;
  line-height: 38px;
  height: 38px;
  width: 372px;
  border-radius: 6px;
  font-size: 14px;
  padding: 0 14px;
  margin-right: 16px;
}

.user-page-content .setting-block #user-description {
  height: 120px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  padding: 22px 16px;
  font-size: 14px;
}

.user-page-content .setting-block .user-description.setting-btn {
  position: absolute;
  top: 20px;
  right: 50px;
}

.user-page-content .setting-block .delete-account {
  display: flex;
  align-items: center;
}

.user-page-content .setting-block .delete-account p {
  margin-right: 45px;
}

.user-page-content .setting-block .setting .title {
  margin-bottom: 13px;
}

.user-page-content .setting-block .setting .desc {
  color: #666666;
  font-size: 12px;
}

.user-page-content .setting-block.user-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-page-content .setting-block.feedback {
  position: relative;
}

.user-page-content .setting-block.feedback .feedback-item {
  width: 568px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.user-page-content .setting-block.feedback .feedback-item > p {
  font-size: 14px;
  width: 56px;
  margin-top: 13px;
  margin-right: 30px;
  flex-shrink: 0;
  text-align: justify;
  text-align-last: justify;
}

.user-page-content .setting-block.feedback .feedback-item > p.error {
  color: red;
}

.user-page-content .setting-block.feedback .feedback-item .feedback-content > *:not(p) {
  width: 486px;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #ececec;
  font-size: 14px;
}

.user-page-content .setting-block.feedback .feedback-item .feedback-content > *.error {
  border: 1px solid red;
}

.user-page-content .setting-block.feedback .feedback-item .feedback-content > *::placeholder {
  color: #cccccc;
}

.user-page-content .setting-block.feedback .feedback-item .feedback-content > input {
  height: 40px;
  line-height: 40px;
}

.user-page-content .setting-block.feedback .feedback-item .feedback-content > textarea {
  height: 170px;
  padding: 15px 10px;
  margin-bottom: 13px;
}

.user-page-content .setting-block.feedback .feedback-item .feedback-content > textarea + p {
  font-size: 12px;
  color: #9b9b9b;
}

.user-page-content .setting-block.feedback > button {
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  position: relative;
  left: 512px;
  top: -30px;
}

.user-page-content .message-card {
  position: relative;
  background-color: #ffffff;
  padding: 18px 37px 46px 20px;
  margin-top: 12px;
}

.user-page-content .message-card p {
  font-size: 16px;
}

.user-page-content .message-card .info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.user-page-content .message-card .info .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 13px;
  background-color: #4a4a4a;
  position: relative;
}
.user-page-content .message-card .info .icon i {
  font-size: 23px;
  color: #ffffff;
  position: absolute;
  top: 4px;
  left: 3px;
}
.user-page-content .message-card .info .name {
  color: #666;
  font-size: 16px;
  margin-right: 20px;
}

.user-page-content .message-card .info .time {
  color: #999999;
  font-size: 16px;
  margin-left: auto;
}
.user-page-content .message-card > .dot {
  position: absolute;
  top: 16px;
  right: 27px;
  width: 8px;
  height: 8px;
  background: #ff5a00;
  border-radius: 4px;
}

.user-page-content .message-card #message-content {
  position: relative;
  color: #4a4a4a;
  line-height: 30px;
  transition: 0.3s;
  overflow: hidden;
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 13px 23px 10px;
  padding-bottom: 0;
  border-bottom: 8px solid #f6f6f6;
  font-size: 16px;
}
.user-page-content .message-card #message-content a {
  color: #ff7600;
  margin-right: 4px;
}
.user-page-content .message-card > span {
  position: absolute;
  font-size: 16px;
  color: #071b68;
  right: 36px;
  bottom: 10px;
  cursor: pointer;
}

/* 个人页面结束 */

/* 比赛页面开始 */
.contest-banner {
  width: 1200px;
  height: 160px;
}

.contest-type {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contest-type li {
  position: relative;
  cursor: pointer;
  margin-right: 52px;
  flex-shrink: 0;
}

.contest-type li p {
  color: #666666;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.contest-type li.active .decoration {
  background-color: #ffe200;
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -2px;
  z-index: 1;
}

.contest-type li.active p {
  color: #000000;
}

.contest-type li:last-child {
  margin-right: 0;
}

.bannerFrame.pcTopicInfoFrame {
  width: 1200px;
}

.bannerFrame.pcTopicInfoFrame img {
  width: 100%;
}

.topicInfoFrame {
  width: 1200px;
  margin: 0 auto;
}

.topicInfoFrame .topbg {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 616px;
  overflow: hidden;
  background: top center no-repeat;
}

.topicInfoFrame .topbg img {
  width: 100%;
}

.topicInfoFrame .topicInfo {
  margin: 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.topicInfoFrame .showMoreBtn {
  padding-top: 40px;
  cursor: pointer;
  color: #162957;
  font-size: 16px;
  position: absolute;
  background: #000000;
  width: 100%;
  height: 47px;
  z-index: 1;
  background: url("") top center repeat;
  text-align: center;
  bottom: 0;
}

.topicInfoFrame .showMoreBtn i {
  padding-left: 10px;
}

.topicInfoFrame .topicInfo .infoBox {
  margin: 0 28px;
  position: relative;
  color: #999999;
}

.topicInfoFrame .topicInfo .infoBox .title h1 {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}

.topicInfoFrame .topicInfo .infoBox .title span {
  display: block;
  float: left;
}

.topicInfoFrame .topicInfo .infoBox .title .ing span:nth-child(1) {
  display: block;
}

.topicInfoFrame .topicInfo .infoBox .title .before span:nth-child(2) {
  display: block;
}

.topicInfoFrame .topicInfo .infoBox .title .after span:nth-child(3) {
  display: block;
}

.topicInfoFrame .topicInfo .infoBox .timeBox {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 20px;
}

.topicInfoFrame .topicInfo .infoBox .timeBox i {
  font-size: 20x;
  margin-right: 6px;
  margin-left: -6px;
}

.topicInfoFrame .topicInfo .infoBox .timeBox b {
  font-weight: normal;
}

.topicInfoFrame .topicInfo .infoBox .desc {
  margin-bottom: 24px;
  font-size: 16px;
  overflow: hidden;
  height: 78px;
  color: #000000;
}

.topicInfoFrame .topicInfo .infoBox .qr-img-box {
  position: absolute;
  top: 5px;
  right: 38px;
  width: 120px;
  height: 120px;
}

.topicInfoFrame .topicInfo .infoBox .qr-img-box img {
  width: 100%;
  height: 100%;
}

.topicInfoFrame .topicInfo .infoBox .qr-img-box p {
  font-size: 16px;
  color: #4a4a4a;
  text-align: center;
}

.topicInfoFrame .topicInfo .infoBox .toggleTab {
  position: relative;
  left: -28px;
  width: 1200px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f6f6;
  color: #333333;
  display: flex;
}

.topicInfoFrame .topicInfo .infoBox .toggleTab > div {
  position: relative;
  display: block;
  width: 50%;
  height: 60px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: 0.3s;
}

.topicInfoFrame .topicInfo .infoBox .toggleTab > div:hover {
  border: 2px solid #f1d321;
  font-size: 22px;
}

.topicInfoFrame .topicInfo .infoBox .toggleTab > div.active {
  background-color: #f1d321;
  border: 2px solid #f1d321;
  color: #000000;
}

.topicInfoFrame .topicInfo .infoBox .toggleTab > div.active::after {
  content: '';
  display: block;
  position: absolute;
  height: 24px;
  width: 30px;
  border: 15px solid transparent;
  border-top: 12px solid #f1d321;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%);
}

.topicInfoFrame .topicInfo .infoBox .plan {
  margin: 10px 0;
  font-size: 16px;
  color: #666666;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox {
  margin-top: 40px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox div {
  font-size: 16px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox {
  background: #ffffff;
  padding-bottom: 100px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  line-height: 30px;
  color: #4a4a4a;
}

.topicInfoFrame .article-content .article-block .text p {
  font-family: MicrosoftYaHei;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 30px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .stepLine {
  margin-bottom: 20px;
  height: 30px;
  max-width: 1000px;
  margin: 20px auto;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .stepLine .titFrame {
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 10px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .stepLine .titFrame b {
  display: block;
  position: absolute;
  z-index: 1;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .stepLine .titFrame i {
  display: block;
  font-style: normal;
  font-weight: bold;
  opacity: 0;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .stepLine .titFrame span {
  display: block;
  position: absolute;
  height: 9px;
  background: #f1d321;
  width: 100%;
  bottom: 9px;
  opacity: 1;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .stepLine input {
  font-size: 24px;
  color: #333333;
  border: none;
  width: 80%;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .stepLine .titstr {
  font-size: 24px;
  color: #333333;
  border: none;
  width: 80%;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList {
  position: relative;
  margin-bottom: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .title {
  font-size: 18px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .title .titFrame {
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .title .titFrame b {
  display: block;
  position: absolute;
  z-index: 1;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .title .titFrame i {
  display: block;
  font-style: normal;
  font-weight: bold;
  opacity: 0;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .title .titFrame span {
  display: block;
  position: absolute;
  height: 9px;
  background: #f1d321;
  width: 100%;
  bottom: 9px;
  opacity: 1;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list {
  padding: 0 46px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li {
  padding: 10px 0;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame {
  clear: both;
  height: 40px;
  width: 100%;
  margin: 0 auto;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .num {
  float: left;
  width: 7%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #eeeeee;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .num b {
  border: none;
  text-align: center;
  background: none;
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  font-weight: normal;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .num b i {
  font-style: normal;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .num span {
  display: block;
  position: absolute;
  border-left: 5px solid #f1d321;
  width: 10px;
  height: 40px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .productName {
  float: left;
  width: 83%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #eeeeee;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .productName span {
  width: 100%;
  text-indent: 10px;
  border: none;
  background: none;
  height: 40px;
  color: #333333;
  font-size: 18px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .productLink {
  float: left;
  width: 10%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #eeeeee;
  text-align: center;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .productLink a {
  font-size: 13px;
  color: #666666;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .hardwareList .list .li .liFrame .productLink a i {
  font-size: 20px;
  padding-right: 5px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .textArea {
  margin: 0 auto;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .imageBox {
  padding: 10px 0;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .imageBox .imageBlock {
  position: relative;
  text-align: center;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .imageBox .imageBlock img {
  max-width: 100%;
  border-radius: 5px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea {
  padding: 15px 10px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .title {
  font-size: 18px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .title .titFrame {
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .title .titFrame b {
  display: block;
  position: absolute;
  z-index: 1;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .title .titFrame i {
  display: block;
  font-style: normal;
  font-weight: bold;
  opacity: 0;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .title .titFrame span {
  display: block;
  position: absolute;
  height: 9px;
  background: #f1d321;
  width: 100%;
  bottom: 9px;
  opacity: 1;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .title .removeBtn {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 45px;
  background: #999999;
  right: 10px;
  top: 8px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  font-weight: normal;
  display: none;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .title .removeBtn i {
  font-size: 26px;
  color: #ffffff;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea:hover .removeBtn {
  display: block;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .con {
  position: relative;
  width: 100%;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .con .code-toolbar {
  padding: 0 35px 0 46px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .con .code-toolbar .toolbar {
  opacity: 1;
  top: -29px;
  right: 35px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .con .code-toolbar .toolbar .toolbar-item {
  margin-left: 10px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .con pre {
  border-left: 5px solid #f1d321;
  height: 300px;
  background: #eeeeee;
  border-radius: 0;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .codeArea .con textarea {
  height: 300px;
  width: 94%;
  resize: none;
  position: absolute;
  background: #eeeeee;
  padding: 3%;
  border: none;
  display: none;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .videoBox {
  padding: 10px 0;
  text-align: center;
  position: relative;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .articleBox .contentBlock .videoBox iframe {
  border: none;
}

.topicInfoFrame .commentBox .comments .new-comment {
  padding: 38px 0 95px;
}

.topicInfoFrame .commentBox .comments .new-comment p {
  position: absolute;
  top: 36px;
  left: 10px;
  font-size: 16px;
}

.topicInfoFrame .commentBox .comments .avatar {
  margin-right: 18px;
}

.topicInfoFrame .commentBox .comments .words .avatar {
  position: relative;
  top: 25px;
}

.topicInfoFrame .commentBox .comments .new-comment .words textarea {
  font-size: 16px;
}

.topicInfoFrame .commentBox .comments .new-comment button {
  right: 0;
  font-size: 16px;
}

.topicInfoFrame .commentBox .comments .new-comment .words textarea {
  padding: 9px 15px;
}

.topicInfoFrame .commentBox .comments .parent-comment {
  padding: 12px 0 0;
}

.topicInfoFrame .commentBox .comments .comment-info p {
  font-size: 16px;
  color: #999999;
}

.topicInfoFrame .commentBox .comments .comment-info .comment-username {
  color: #000000;
  padding: 6px 0 30px;
}

.topicInfoFrame .commentBox .comments .comment-info .comment-username span {
  font-size: 12px;
  margin-left: 10px;
}

.topicInfoFrame .commentBox .comments .comment-info .action button {
  font-size: 16px;
}

.topicInfoFrame .topicInfo .infoBox .topicConBox .comments .comment-info {
  padding-left: 0;
}

.topicProjectFrame {
  width: 1200px;
  background-color: #ffffff;
  padding: 18px 42px 38px;
}

.topicProjectFrame .sortBox {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.topicProjectFrame .sortBox span {
  display: block;
  margin: 0 24px;
}

.topicProjectFrame .sortBox .sort {
  position: relative;
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.topicProjectFrame .sortBox .sort .decoration {
  position: absolute;
  z-index: 1;
  display: none;
}

.topicProjectFrame .sortBox .sort.select .decoration {
  display: block;
  background: #f1d321;
  width: 100%;
  height: 8px;
  bottom: 8px;
}

.topicProjectFrame .sortBox .sort p {
  position: relative;
  z-index: 2;
}

.topicProjectFrame .sortBox .sort i {
  font-size: 20px;
  margin-right: 4px;
}

.topicProjectFrame .project-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 16px;
}

.topicProjectFrame .project-card {
  width: 270px;
  box-shadow: 0px 3px 6px #eeeeee;
}

.topicProjectFrame .project-card:hover {
  border-bottom: 4px solid transparent;
  top: 0;
}

.topicProjectFrame .project-card .project-cover {
  height: 128px;
}

/* 比赛页面结束 */

/* 搜索页面开始 */
.search-bar {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  border-radius: 62px;
  font-size: 30px;
  color: #000000;
  display: flex;
  align-items: center;
}

.search-bar i {
  margin-left: 32px;
  margin-right: 28px;
  font-size: 28px;
}

.search-bar input {
  width: 1000px;
  height: 100%;
  font-size: 24px;
  color: #000000;
  border: none;
}

.search-bar input::placeholder {
  color: #8f8f8f;
}

.search-bar button {
  flex: 1;
  height: 94%;
  position: relative;
  right: 2px;
  border-top-right-radius: 62px;
  border-bottom-right-radius: 62px;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.2em;
  font-size: 24px;
  color: #000000;
}

.popular-search {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popular-search p {
  font-size: 20px;
  margin-right: 5px;
}

.popular-search li {
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 15px 10px 16px;
  margin-left: 16px;
  cursor: pointer;
}

.total-search-result {
  font-size: 18px;
}

.total-search-result span {
  margin-right: 15px;
}

.search-page .toggle-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 35px;
}

.search-page .toggle-tab > div {
  position: relative;
  width: 598px;
  height: 60px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}

.search-page .toggle-tab > div:hover {
  border: 2px solid #f1d321;
}

.search-page .toggle-tab > div.active {
  border: 2px solid #f1d321;
  background-color: #f1d321;
}

.search-page .toggle-tab > div.active::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border: 14px solid transparent;
  border-top: 12px solid #f1d321;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%);
}

.search-page .toggle-tab > div i {
  font-size: 35px;
  margin-right: 16px;
}

.search-result .tab-label {
  margin-right: 34px;
  margin-bottom: 14px;
  cursor: pointer;
}

/* 搜索页面结束 */

/* information页面开始 */
.official-information {
  background-color: #ffffff;
  padding: 44px 23px;
}

.official-information h1 {
  font-size: 30px;
}

.official-information .line {
  background-color: #eeeeee;
  margin-top: 40px;
  margin-bottom: 30px;
  height: 2px;
}

/* information页面结束 */

/* creativiry页面布局开始 */
.content.creativity-page {
  background-color: #ffffff;
  padding: 0 0 60px;
  margin-top: 30px;
}

.creativity-page .creativity-intro {
  position: relative;
  color: #ab7122;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  width: 515px;
  margin-left: 64px;
  padding-bottom: 30px;
}

.creativity-page section {
  margin: 0 0 50px 0;
  padding: 0 54px;
  position: relative;
}

.creativity-page section .section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.creativity-page .sign-board {
  position: relative;
  height: 340px;
  background-color: #ffffff;
  border-radius: 109px;
  border: 15px solid #f1d321;
}

.creativity-page .sign-board .my-creativity-point {
  position: absolute;
  top: -15px;
  right: 109px;
  padding: 0 15px;
  height: 15px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 24px;
}

.creativity-page .sign-board .my-creativity-point b {
  font-family: MicrosoftYaHei-Bold;
  margin-left: 14px;
  font-size: 48px;
}
.creativity-page .sign-board .my-creativity-point span {
  display: block;
  position: absolute;
  top: -46px;
  right: -10px;
  padding: 4px 12px;
  color: #ffffff;
  border: 2px solid #fff;
  background: #ff6a00;
  font-size: 18px;
  border-radius: 20px;
}

.creativity-page .sign-board .sign-list {
  margin-top: 40px;
  width: 914px;
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.creativity-page .sign-board button {
  width: 298px;
  height: 50px;
  border-radius: 13px;
  text-align: center;
  background: #f1d321;
  font-size: 18px;
  color: #333333;
  margin: 20px auto 17px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
}

.creativity-page .sign-board .tip {
  font-size: 16px;
  color: #707070;
  text-align: center;
}

.creativity-page section .task-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 20px;
}

.creativity-page section .tutorial-list {
  width: 1088px;
  display: flex;
  justify-content: space-between;
}

.creativity-page section .shop-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.creativity-page section .shop-list li {
  width: 257px;
}

.creativity-page section .shop-list li img {
  width: 257px;
  height: 308px;
}

.creativity-page section .shop-list li a {
  display: block;
  width: 257px;
  height: 37px;
  line-height: 37px;
  border-radius: 13px;
  font-size: 14px;
  background: #f1d321;
  color: #333333;
  margin-top: 13px;
  text-align: center;
}

.creativity-page section .camp-intro {
  color: #272f76;
  width: 564px;
  font-size: 16px;
  min-height: 220px;
}

.creativity-page section .camp-img-box {
  position: absolute;
  top: 0;
  right: 54px;
  width: 497px;
  height: 267px;
  border-radius: 10px;
  overflow: hidden;
}

.creativity-page section .camp-img-box img {
  width: 100%;
}

/* creativiry页面布局结束 */
/* creativiry页面组件开始 */
.task {
  position: relative;
  width: 530px;
  height: 144px;
  border-radius: 10px;
  background-color: #f5f7fb;
  display: flex;
  align-items: center;
}

.task > img {
  margin-left: 30px;
  margin-right: 20px;
  width: 46px;
}

.task .intro {
  width: 254px;
}

.task .intro .title {
  font-size: 20px;
}

.task .intro .desc {
  font-size: 14px;
  margin-top: 16px;
}

.task button {
  width: 90px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  margin-left: 55px;
  background-color: #f1d321;
  border-radius: 6px;
}

.task button.complete {
  cursor: default;
  background-color: #ffffff;
  color: #bebebe;
}

.sign-card {
  position: relative;
  width: 123px;
  height: 144px;
  border-radius: 10px;
  background: #f5f7fb;
}

.sign-card.signed {
  background-color: #f1d321;
}

.sign-card > div {
  position: relative;
  height: 106px;
  top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.sign-card > div span {
  font-size: 12px;
}

.sign-card > div span.day {
  font-size: 14px;
}

.sign-card > div img.middle {
  width: 43px;
  height: 34px;
}

.sign-card.signed > img {
  position: absolute;
  width: 41px;
  height: 35px;
  right: 18px;
  bottom: -2px;
}

.sign-card.expired > img {
  position: absolute;
  width: 82px;
  height: 74px;
  right: -5px;
  bottom: 2px;
}

.tutorial-card {
  position: relative;
  width: 160px;
  height: 180px;
}

.tutorial-card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
  background: #f5f7fb;
  border: 2px solid #f5f7fb;
}

.tutorial-card a:hover {
  border: 2px solid #f1d321;
}

.tutorial-card a img {
  width: 90px;
  height: 70px;
  margin-top: 45px;
  margin-bottom: 14px;
}

.tutorial-card a span {
  color: #707070;
  font-size: 20px;
}

/* creativiry页面组件结束 */

/* camp页面开始 */
.camp-bg {
  position: relative;
  background-color: #81cdf1;
  width: max(100%, 1200px);
  overflow-x: hidden;
}

.camp-bg > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 1920px;
}

.camp-bg .entrance {
  position: relative;
  padding-top: 525px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  width: 914px;
  justify-content: space-between;
}

.camp-bg .entrance .camp-colorful-border {
  position: relative;
  border-radius: 42px;
}

.camp-bg .entrance .camp-colorful-border::before {
  border-radius: 36px;
}

.camp-bg .entrance button {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'camp';
  font-size: 30px;
  border-radius: 36px;
  background: none;
  width: 268px;
}

.camp-bg .entrance .camp-colorful-border:nth-of-type(1) button {
  width: 308px;
}
.camp-bg .entrance .camp-colorful-border span {
  display: block;
  position: absolute;
  top: -30px;
  right: 10px;
  padding: 4px 12px;
  color: #ffffff;
  border: 2px solid #fff;
  background: #ff6a00;
  font-size: 18px;
  border-radius: 20px;
}

.camp-bg .introduction {
  margin: 38px 0 15px;
}

.camp-bg .introduction.camp-colorful-border {
  padding: 10px;
}

.camp-bg .introduction.camp-colorful-border::before {
  inset: 10px;
}

.camp-bg .intro {
  padding: 20px 45px 16px 28px;
}

.camp-bg .intro .title {
  font-family: 'camp';
  font-size: 30px;
  margin-bottom: 12px;
}

.camp-bg .intro .desc span {
  color: #5a703a;
  font-weight: bold;
}

.camp-bg .intro > img {
  width: 100%;
}

.camp-page .banner {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}

.camp-page .banner img {
  width: 100%;
  height: 100%;
}

.camp-page .tablist {
  margin: 0 auto 20px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.camp-page .tablist .menu {
  height: 82px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
}

.camp-page .tablist .menu li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e7e7e7;
  font-size: 24px;
  cursor: pointer;
}

.camp-page .tablist .menu li:last-child,
.camp-page .tablist .menu li.active {
  border-right: 1px solid transparent;
}

.camp-page .tablist .menu li.active {
  background-color: #f1d321;
}

.camp-page .tablist .menu li i {
  font-size: 26px;
  margin-right: 12px;
}

.camp-page .panel li {
  position: relative;
}

.camp-page .panel li.libox {
  padding: 28px;
}

.camp-page .panel li img {
  width: 100%;
}

.camp-page .panel li .example-badges {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 44px auto;
}

.camp-page .panel li .example-badges li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
}

.camp-page .panel li .example-badges li > img {
  width: 140px;
  height: 140px;
}

.camp-page .panel li .example-badges li > b {
  color: #000000;
  font-size: 20px;
  margin: 24px 0 15px;
}

.camp-page .panel li .example-badges li > span {
  font-size: 16px;
  color: #3d3d3d;
  text-align: center;
}

.camp-page .panel li > p {
  font-size: 16px;
  line-height: 28px;
  color: #3d3d3d;
}

.camp-page .panel li > ul {
  position: relative;
  left: -28px;
}

.camp-page .panel li > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}

.camp-page .panel li > ul > li > img {
  width: 144px;
  height: 128px;
}

.camp-page .panel li > ul > li > p {
  font-size: 16px;
  line-height: 22px;
  color: #3d3d3d;
  display: flex;
  flex-direction: column;
}

.camp-page .panel li > ul > li > p > span:first-of-type {
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.camp-page .camp-question {
  position: relative;
  margin-bottom: 25px;
  background: #f6f6f6;
  border-radius: 6px;
}

.camp-page .camp-question:last-child {
  margin-bottom: 0;
}

.camp-page .camp-question .q {
  padding: 15px 65px 11px 11px;
  display: flex;
  align-items: center;
}

.camp-page .camp-question .q i {
  font-size: 20px;
  margin-right: 12px;
}

.camp-page .camp-question .q p {
  flex: 1;
}

.camp-page .camp-question .a {
  padding: 15px 20px 11px 11px;
}

.camp-page .camp-question button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  font-size: 14px;
}

.camp-page .camp-question button:hover {
  color: #f1d321;
}

.camp-page .play > div {
  background-color: #fff;
  text-align: center;
}

.camp-page .play > div img {
  width: 320px;
}

.camp-page .play > li {
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  padding: 35px 37px 22px 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.camp-page .play > li img {
  width: 200px;
  height: 120px;
}

.camp-page .play > li > div {
  width: 746px;
}

.camp-page .play > li > div p {
  font-size: 30px;
  margin-bottom: 5px;
}

.camp-page .play > li > div span {
  font-size: 16px;
}

.camp-page .play > li a {
  display: block;
  background-color: #f1d321;
  width: 130px;
  height: 56px;
  line-height: 56px;
  color: #000;
  text-align: center;
  border-radius: 42px;
}

.camp-page .play > li.buy {
  justify-content: start;
}

.camp-page .play > li.buy > div {
  width: 535px;
  margin: 0 67px 0 30px;
}

.camp-page .play > li.buy a {
  margin-left: 20px;
  color: #ffffff;
  background-color: #ff5500;
}

.camp-page .play > li.buy a:last-child {
  background-color: #fb3314;
}

.camp-page section {
  position: relative;
  background-color: #ffffff;
  padding: 26px 52px 38px 38px;
  margin-bottom: 10px;
}

.camp-page a.camp-button {
  display: block;
  padding: 0 21px;
  height: 48px;
  font-family: 'camp';
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  border-radius: 42px;
  flex-shrink: 0;
}

.camp-page a.camp-button.yellow {
  background-color: #f1d321;
}

.camp-page a.camp-button.plain {
  border: 1px solid #000000;
  background-color: transparent;
}

.camp-page a.camp-button.disabled {
  background-color: #dfdfdf;
  color: #5d5d5d;
}

.camp-page h1 {
  font-family: 'camp';
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: normal;
}

.camp-page h2 {
  font-family: 'camp';
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: normal;
}

.camp-page h3 {
  font-family: 'camp';
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: normal;
}

.camp-page .desc {
  font-size: 16px;
  line-height: 30px;
}

.camp-page .topic {
  position: relative;
  padding: 4px 16px 0px 20px;
}

.camp-page .topic > a {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

.camp-page .badges {
  display: flex;
  flex-wrap: wrap;
}

.camp-page .topic .badges {
  margin-top: 44px;
  margin-bottom: 44px;
}

.camp-page .badge-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 48px;
  margin-bottom: 12px;
  cursor: pointer;
}

.camp-page .badge-item img {
  width: 102px;
  height: 102px;
  margin-bottom: 18px;
}

.camp-page .badge-item p {
  font-size: 14px;
}

.camp-page .badge-item.dim p {
  color: #9e9e9e;
}

.camp-page .topic .mission-group {
  position: relative;
  margin-bottom: 18px;
}

.camp-page .topic .mission-group .mission-group-info {
  background-color: #f6f6f6;
  padding: 33px 0 35px 40px;
}

.camp-page .topic .mission-group .mission-group-info {
  display: flex;
  align-items: center;
}

.camp-page .topic .mission-group .mission-group-info .name {
  font-family: 'camp';
  font-size: 30px;
}

.camp-page .topic .mission-group .mission-group-info .star {
  margin-left: 32px;
}

.camp-page .topic .mission-group .mission-group-info .star i {
  font-size: 24px;
  margin-right: 16px;
}

.camp-page .topic .mission-group .mission-group-info .star .icon-emptyStar {
  font-size: 20px;
  position: relative;
  top: -2px;
  right: 1px;
}
.camp-page .topic .mission-group .mission-group-info .links {
  margin-left: auto;
  display: flex;
  margin-right: 34px;
}
.camp-page .topic .mission-group .mission-group-info .links a {
  background: #f6f6f6;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  height: 36px;
  border-radius: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 10px 17px 10px 11px;
  margin-left: 10px;
}
.camp-page .topic .mission-group .mission-group-info .links a i {
  font-size: 10px;
  margin-right: 6px;
}
.camp-page .topic .mission-group .mission-group-info .links a:hover {
  background-color: #f1d321;
}

.camp-page .topic .mission-group .mission-group-info .desc {
  font-size: 16px;
  width: 744px;
}

.camp-page .topic .mission-group ul {
  margin-top: 2px;
  background-color: #f6f6f6;
}

.camp-page .topic .mission-group ul li {
  border-bottom: 2px solid #fff;
}

.camp-page .topic .mission-group .course {
  position: relative;
  padding: 20px 60px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
}

.camp-page .topic .mission-group .course > .border10 {
  width: 240px;
  height: 143px;
}

.camp-page .topic .mission-group .course > .border10 img {
  width: 100%;
}

.camp-page .topic .mission-group .course > div.info {
  width: 652px;
  margin: 0 30px 0 23px;
}

.camp-page .topic .mission-group .course > div.info .name {
  font-family: 'camp';
  font-size: 30px;
  margin-bottom: 10px;
}

.camp-page .topic .mission-group .mission {
  position: relative;
  padding: 20px 60px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.camp-page .topic .mission-group .mission p {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.camp-page .topic .mission-group .mission p::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #d8d8d8;
  position: absolute;
  left: -20px;
  top: 6px;
  border-radius: 10px;
}

.camp-page .topic .mission-group .mission .status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 30px;
}

.camp-page .topic .mission-group .mission img {
  width: 40px;
  height: 32px;
  margin-left: 26px;
  margin-right: 60px;
}

.camp-page .sec-title {
  padding: 27px 0 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.camp-page .sec-title .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

.camp-page .sec-title .links a {
  margin: 0 8px;
  width: 180px;
  height: 48px;
  line-height: 48px;
  display: block;
  font-size: 24px;
}

.camp-page .mission .sec-award {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.camp-page .mission .sec-award .badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  margin-left: 20px;
}

.camp-page .mission .sec-award .badges .badge-item {
  margin-right: 0;
}

.camp-page .mission a.station {
  margin-left: 6px;
}

.camp-page .supply .sec-projects h3 {
  margin-top: 26px;
  display: inline-block;
}

.camp-page .sec-projects .select-episode select {
  height: 30px;
  background-color: #d8d8d8;
  border: none;
  border-radius: 8px;
  position: relative;
  bottom: 2px;
  padding: 0 5px;
  margin-left: 5px;
}

.camp-page .sec-projects ul {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.camp-page .sec-projects ul .project-card {
  transform: scale(0.95);
  transform-origin: left top;
  background: #f9f9f9;
}

.camp-page .sec-projects ul .project-card .other-info {
  border-top: 2px solid #fff;
}

.camp-page .badges-wall {
  position: relative;
  margin-top: 34px;
}

.camp-page .badges-wall .badges-wall-banner {
  width: 1200px;
  height: 198px;
  display: block;
}

.camp-page .badges-wall h1 {
  position: absolute;
  font-size: 60px;
  top: 60px;
  left: 58px;
  font-weight: normal;
}

.camp-page .badges-wall .desc {
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 80px;
}

.camp-page .select-topic section h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}

.camp-page .select-topic section.sec1 p {
  text-align: center;
}

.camp-page .select-topic .topic-list {
  padding: 43px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.camp-page .select-topic .topic-list a {
  display: block;
  width: 100%;
  background-color: #ffffff;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: #f1d321 2px solid;
}
.camp-page .select-topic .topic-list a:hover {
  background-color: #f1d321;
}
.camp-page .routes {
  width: 1200px;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  padding: 30px 22px;
}
.camp-page .routes .tab-label:not(:first-child) {
  margin-left: 40px;
}
.camp-page .route-topics {
  width: 1200px;
  background-color: #fff;
  padding: 30px 22px 22px;
  display: flex;
}
.camp-page .route-topics label {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: 36px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
}
.camp-page .route-topics label:first-child {
  margin-left: 5px;
}
.camp-page .route-topics label img {
  width: 24px;
  height: auto;
  margin-right: 8px;
}
.camp-page .route-topics label.active {
  border-bottom: 2px solid #f1d321;
}
.camp-colorful-border {
  background-image: linear-gradient(180deg, #8db650 0%, #a7e44e 100%);
  padding: 6px;
  display: inline-block;
  position: relative;
  border-radius: 34px;
}

.camp-colorful-border::before {
  content: '';
  position: absolute;
  inset: 6px;
  background-color: #fff;
  border-radius: 28px;
}

.camp-colorful-border > * {
  position: relative;
}

.badge-popup-border {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.badge-popup {
  position: relative;
  width: 866px;
  padding: 50px 30px 40px 50px;
}

.badge-popup > i {
  position: absolute;
  font-size: 28px;
  right: 34px;
  top: 34px;
  cursor: pointer;
}

.badge-popup h3 {
  font-size: 30px;
  font-family: 'camp';
}

.badge-popup p {
  font-size: 18px;
  line-height: 30px;
  margin: 13px 0;
}

.badge-popup .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}

.badge-popup .top img.badge-popup-icon {
  width: 102px;
  height: 102px;
}

.badge-popup .top > div {
  width: 644px;
}

.badge-gain {
  font-family: 'camp';
  font-size: 24px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 528px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.badge-gain .bg {
  width: 100%;
}

.badge-gain .badge {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.badge-gain p.badge {
  top: 392px;
  width: 100%;
  text-align: center;
}

.badge-gain img.badge {
  top: 134px;
  width: 208px;
  height: 222px;
}

.badge-gain button {
  margin-top: 16px;
  width: 215px;
  height: 60px;
  text-align: center;
  border-radius: 42px;
  background: #d8d8d8;
  font-family: 'camp';
  font-size: 24px;
}

.popup > .camp-colorful-border {
  z-index: 2;
  left: 50%;
  top: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
}

.enrollment {
  position: relative;
  width: 750px;
  padding: 36px 70px 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.enrollment .form {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 100px 528px;
  gap: 20px;
}

.enrollment .form > label {
  color: #3d3d3d;
  font-size: 16px;
  text-align: right;
  align-self: center;
}

.enrollment .form > label > span {
  color: red;
}

.enrollment .form > p {
  color: #bebebe;
  font-size: 12px;
  position: relative;
  top: -16px;
}

.enrollment .form > input {
  width: 528px;
  height: 50px;
  padding: 15px 25px;
  background-color: #f0f0f0;
  border-radius: 6px;
  color: #3d3d3d;
  font-size: 16px;
  border: none;
}

.enrollment > span {
  color: red;
  padding-bottom: 10px;
}

.enrollment > i {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #aaaaaa;
  font-size: 24px;
  cursor: pointer;
}

.enrollment .postEnroll {
  width: 280px;
  height: 60px;
  border-radius: 42px;
  background: #ffffff;
  font-family: 'camp';
  font-size: 24px;
}

.article-popup {
  width: 1196px;
  padding: 54px 54px 0;
}

.article-popup h2 {
  margin-bottom: 46px;
}

.article-popup label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: 微软雅黑;
  font-size: 16px;
  color: #3d3d3d;
  margin: 15px 0;
}

.article-popup label > i {
  font-style: normal;
  position: relative;
  top: 15px;
}

.article-popup label > input {
  width: 1004px;
  height: 50px;
  border-radius: 6px;
  background: #f0f0f0;
  border: none;
  outline: none;
  padding-left: 1.5em;
}

.article-popup label > ul {
  width: 1004px;
}

.article-popup label > ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  border-bottom: 1px solid #d8d8d8;
  font-family: 微软雅黑;
  font-size: 18px;
}

.article-popup label > ul li span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 10px;
  flex-shrink: 0;
}

.article-popup label > ul li.select {
  color: #8db650;
}

.article-popup label > ul li.select span::before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #8db650;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-popup .bottom {
  display: flex;
}

.article-popup .page-box {
  justify-content: flex-start;
  margin-bottom: 32px;
}

.article-popup .page-box .page li {
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin-right: 7px;
  font-size: 18px;
}

.article-popup .page-box .page li.active {
  background-color: #8db650;
  border: 1px solid #8db650;
  color: #ffffff;
}

.article-popup .bottom .camp-colorful-border {
  margin: 20px 0 30px;
  margin-left: auto;
}

.article-popup .bottom .camp-colorful-border button {
  width: 202px;
  height: 48px;
  font-size: 24px;
  font-family: 'camp';
  background: transparent;
}

.camp-page.user-badge-wall h2 {
  font-family: 微软雅黑;
  font-size: 36px;
  margin-bottom: 26px;
}

.camp-page.user-badge-wall .desc {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 60px;
}

.camp-page.user-badge-wall section {
  background: none;
  padding: 0;
  margin-bottom: 30px;
}

.camp-page.user-badge-wall section .title {
  font-size: 24px;
  margin-bottom: 10px;
}

.camp-page.user-badge-wall section .desc {
  color: #000;
  line-height: 24px;
  margin-bottom: 40px;
}

.camp-page.user-badge-wall .end {
  color: #000000;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 40px;
}

/* camp页面结束 */
