a {
	color: white;
	text-decoration: none;
}

label.error {
	padding-bottom: 2px;
	font-weight: bold;
	color: #EA5200;
}

@media (max-width: 767px) {
  .contentBox {
    margin-top: 20px;
    width: 100%;
  }
  .actionsbar {
    display: none;
  }
  .fa-pencil {
    display: none;
  }
  .html-body .jgBg {
    margin-top: 100px;
    height: 90px !important;
  }
  .html-body .jgBg .title {
    line-height: 90px !important;
  }
  .collentionListItemBox {
    display: none!important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
  .contentBox .jgLeftBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
  .specialLine {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .contentBox .jgLeftBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .contentBox .jgLeftBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}
@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
  .contentBox .jgLeftBox {
    width: 100%;
    height: auto;
    margin: 0 auto 130px;
  }
}
#abbs {
  width: 100%;
  height: 100%;
  color: #333333;
  display: flex;
  flex-direction: column;
}
/* #abbs .mainBox {
        background: #FAFAFA;
    }
     */
/* pc端 */
.contentBox {
  position: relative;
  min-height: 1500px;
}
.jgLeftBox {
  margin: 18px 0 0 0;
}
.jgLeftBox {
  margin-top: 23px;
}
.jgLeftBox .noFind {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
}
.jgLeftBox .moreBox {
  width: 100%;
  text-align: center;
}
.jgLeftBox .moreBox .more {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #00508B;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 87.5px;
  margin: 53px 0 23px 0;
}
.jgLeftBox .moreBox .more:hover {
  color: #ffffff;
  background: #00508B;
}
.jgLeftBox .bottomAttention {
  margin-top: 30px;
}
.jgLeftBox .bottomAttention .attentionContent h3 {
  font-size: 16px;
  padding-bottom: 15px;
}
.jgLeftBox .bottomAttention .attentionContent p {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 15px;
}
.contentBox .bannersBox .bannerEditBox .pencilBox {
  height: 50px;
}
.uploadBtnImg {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.label-point-green {
  width: 10px;
  height: 10px;
  border: 1px solid #07c160;
  border-radius: 50%;
  background-color: #07c160;
  display: inline-block;
}
.label-point-gray {
  width: 10px;
  height: 10px;
  border: 1px solid gray;
  border-radius: 50%;
  display: inline-block;
}
.label-point-orange {
  width: 10px;
  height: 10px;
  border: 1px solid #F59A23;
  background-color: #F59A23;
  border-radius: 50%;
  display: inline-block;
}
.topBox {
  margin-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D7D7D7FF;
  /* font-size: 20px;
        font-weight: bold; */
}
.topBox .sortResult {
  font-size: 14px;
  color: #AAAAAA;
  margin-right: 12px;
}
.topBox .firstButton {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: bold;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 30px;
  margin: 0px 25px 0 0;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 10px;
}
.topBox .firstButton:hover {
  color: #ffffff;
  background: var(--theme-color);
  cursor: pointer;
}
.topBox .relevanceButton {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid var(--theme-color);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 30px;
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 10px;
}
.topBox .relevanceButton:hover {
  color: #ffffff;
  background: #0144c4;
  cursor: pointer;
}
