.bgC1 {
  /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
  background: var(--theme-color1) !important;
}
.bgC2 {
  background: var(--theme-color) ;
}
.bgC3 {
  background: var(--theme-color1) ;
}
.bgC4 {
  background: var(--theme-color) ;
}
.colorC1 {
  color: var(--theme-color1) !important;
}
.colorC2 {
  color: var(--theme-color) ;
}
.colorC3 {
  color: var(--theme-color) ;
}
.colorC4 {
  color: var(--theme-color) ;
}
.bgImg1 {
  background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
}
.borderC1 {
  border-bottom: 4px solid var(--theme-color1);
}
.borderC2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: var(--theme-color1);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.borderC3::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: var(--theme-color1);
  position: absolute;
  bottom: -1px;
  left: 0;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("https://files.sciengine.com/template/Montserrat-Bold.ttf");
  }
  @font-face {
    font-family: "Montserrat Regular";
    src: url("https://files.sciengine.com/template/Montserrat-Regular.ttf");
  }

.font-regular {
    font-family: "Montserrat Regular", "Montserrat", sans-serif;
}

.font-bold {
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}

html,
body {
    position: relative;
    width: 100%;
    height: auto;
    font-family: "Montserrat Regular", "Montserrat", sans-serif;
    text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    vertical-align: baseline;
    list-style: none;
    box-sizing: border-box;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

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

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

@media (max-width: 767px){
.contentBox{
    margin-top: 20px;
}
.contentBox .modulesBox {
width: 100%;
height: auto;
margin: 0 auto ;
}
.contentBox .modulesBox .left {
padding-top: 0;
}
.synopsis .area {
padding-bottom: 20px;
}
.synopsis .fa-pencil{
  display: none!important;
}
.tags .popover{
width: 130px;
}
::-webkit-scrollbar{
display: none;
}
.collentionListItemBox{
  display: none!important;
}

}

@media (min-width: 768px) {
.container{
width: 100%;
}
.bannersBoxH5{
margin-top: 20px;
}
.contentBox .modulesBox {
width: 100%;
height: auto;
margin: 0 auto 130px;
}
.contentBox .modulesBox .left {
padding-top: 35px;
}
.synopsis .area {
padding-bottom: 15px;
}
}

@media (min-width: 992px) {
.container{
width: 970px;
}
.contentBox .modulesBox {
width: 100%;
height: auto;
margin: 0 auto 130px;
}
.contentBox .modulesBox .left {
padding-top: 35px;
}
.synopsis .area {
padding-bottom: 15px;
}
}

@media (min-width: 1200px) {
.container{
width: 1170px;
}
.contentBox .modulesBox {
width: 100%;
height: auto;
margin: 0 auto 130px;
}
.contentBox .modulesBox .left {
padding-top: 35px;
}
.synopsis .area {
padding-bottom: 15px;
}

}

@media (min-width: 1366px) {
.container{
width: 1230px;
}
.contentBox .modulesBox {
width: 100%;
height: auto;
margin: 0 auto 130px;
}
.contentBox .modulesBox .left {
padding-top: 35px;
}
.synopsisArea{
   width: 100%;
}
.synopsis .area {
padding-bottom: 15px;
}

}

#abbs {
width: 100%;
height: 100%;
color: #333333;
display: flex;
flex-direction: column;
}
/* pc端 */
.contentBox {
position: relative;
min-height: 1500px;
}
.contentBox .modulesBox .left {
width: 100%;
margin: 0 0 0 0;
height: auto;
}
.contentBox  .panel-title {
font-weight: bold;
}
.contentBox .bannersBox .bannerEditBox .pencilBox {
height: 50px;
}
.synopsis .area {
font-size: 14px;
text-align: center;
}
.synopsis .area img{
max-width: 100%;

height: auto;
padding-bottom: 10px;
}
.synopsis .area .col-md-6 .btn2 .btnColor1 {
font-size: 13px;
color: black;
}
#guideMapImg p {
line-height: 28px !important;
}
#guideMapImg a{
color:black;
}
#editListModal .uploadImg {
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;
}
.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-bottom: 15px;
cursor: pointer;
}
.lists .tags .faUnlock{
position: relative;
}
.lists .tags .faUnlock .popover{
width: 93.2px !important;
left: -20.6406px !important;
top: 17px !important;
}

.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 orange;
border-radius: 50%;
background-color: orange;
display: inline-block;
}
.moreBox .more{
font-size: 16px;
cursor: pointer;
border: 1px solid;
border-radius: 6px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 5px 24px;
margin: 0 0 25px 0;
}
.moreBox .more:hover{
color: #ffffff;
background: var(--theme-color);
}