:root {
  --textColor: #0e3c90;
  --bgColor: #978352;
  --w-240: 240px;
  --w-630: 630px;
}

#videoPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

#videoPopup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#videoPopup .videoCon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#videoPopup .videoCon #closeVideoBtn {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#videoPopup .videoCon #closeVideoBtn svg {
  transition: all 0.2s linear;
}

#videoPopup .videoCon #closeVideoBtn:hover svg {
  transform: rotate(90deg);
}

#videoPopup .videoCon .video-container {
  width: 100%;
}

#videoPopup .videoCon .video-container video {
  width: 100%;
}
 .videoBtn{
     width: 60px;
     height: 60px;
     cursor: pointer;
     z-index: 2;
 }
.line18 {
  line-height: 1.8;
}
.imgIn {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.imgIn > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s linear;
}
.imgIn:hover > img {
  transform: scale(1.05);
}
.noDate{
    width: 100%;
    color: #999;
    margin: 40px 0;
    text-align: center;
}
.layui-laypage{
    display: flex;
    align-items: center;
}
.layui-laypage .layui-laypage-curr,
.layui-laypage a{
    width: 36px !important;
    height: 36px !important;
    line-height: 1 !important;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: none !important;
    font-size: 14px !important;
    cursor: pointer;
}
.laypageskin_default .laypage_total{
 width: auto !important;   
 
}
 .layui-laypage button:hover{
     border-color: var(--textColor) !important;
      background: var(--textColor) !important;
    color: #fff !important;
 }
.layui-laypage a:hover{
    color:var(--textColor) !important;
}
.layui-laypage  .layui-laypage-skip{
    display: flex;
    align-items: center;
}
.layui-laypage  .layui-laypage-skip input{
    width: 80px;
    height: 36px;
    padding:0 10px;
    margin: 0 10px;
    border:1px solid #ddd;
       border-radius: 4px;
}
.layui-laypage   .layui-laypage-skip button{
     padding:0 10px;
      height: 36px;
    margin: 0 20px 0 10px;
       border:1px solid #ddd;
          border-radius: 4px;
}
.layui-laypage .layui-laypage-curr{
    background: var(--textColor) !important;
    color: #fff !important;
    font-weight: normal !important;
}
.layui-laypage .icon{
    width: 12px;
}
.layui-laypage .layui-laypage-prev:hover,
.layui-laypage .layui-laypage-next:hover{
    background: var(--textColor);
    
}
.layui-laypage .layui-laypage-prev:hover path,
.layui-laypage .layui-laypage-next:hover path{
    fill:#fff
}
.layui-laypage-prev .icon{
    transform: rotate(180deg);
}
.layui-laypage-limits select{
    height: 36px;
 width: 90px; 
    cursor: pointer;
    border:1px solid #ddd;
    border-radius:4px;
}
@media only screen and (min-width: 1921px) {
  body {
    max-width: 2560px;
    margin: auto;
  }
}
.kong {
  width: 100%;
  height: 120px;
}
@media only screen and (max-width: 1440px) {
  .kong {
    height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kong {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .kong {
    height: 13.33vw;
  }
  .layui-laypage .layui-laypage-curr,
.layui-laypage a{
    width: 30px !important;
    height: 30px !important; 
    margin: 0 10px 0 0 !important; 
}
.layui-laypage-limits ,
.layui-laypage   .layui-laypage-skip{
  
}
.layui-laypage   .layui-laypage-skip button{
     
      height: 30px;
}
.layui-laypage{
    flex-wrap: wrap;
    justify-content: center;
  
}

  .layui-laypage .layui-laypage-skip input{
      width: 30px;
          height: 30px; 
  }
  .layui-laypage .layui-laypage-skip{
      flex: 0 0 100%;
      margin-top: 10px;
      justify-content: center;
  }
  .layui-laypage-limits{
      display: none;
  }
.layui-laypage-limits select{
    width: 80px;
       height: 30px; 
  }
}
@media only screen and (min-width: 1921px) {
  :root {
    --w-240: calc((100% - 1440px - 15px) / 2);
  }
}
@media only screen and (max-width: 1920px) {
  :root {
    --w-240: calc((100vw - 1440px - 15px) / 2);
  }
}
@media only screen and (max-width: 1600px) {
  :root {
    --w-240: calc((100vw - 80vw - 15px) / 2);
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --w-240: calc((100vw - 90vw - 15px) / 2);
  }
}

#bread ul li:last-child {
  font-weight: 600;
}

.fw600 {
  font-weight: 600;
}
.abCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.over_hi {
  overflow: hidden;
}
.dis_none {
  display: none;
}
.dis_ju_alCen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dis_ju_Cen {
  justify-content: center;
}
.dis_ju_sp {
  display: flex;
  justify-content: space-between;
}
.dis_al_cen {
  display: flex;
  align-items: center;
}
.dis_flex {
  display: flex;
}
.dis_flexwrap {
  display: flex;
  flex-wrap: wrap;
}
.txt_cen {
  text-align: center;
}

.moShow {
  display: none;
}
.line_clamp3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.line_clamp2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line_clamp1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.toPage {
}
.toPage .link {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s linear;
}
.toPage .link img {
  width: 12px;
  transition: all 0.4s linear;
}
.toPage .link:hover {
  border-color: var(--textColor);
  background: var(--textColor);
  transform: translate(4px, -4px);
}
.toPage .link:hover img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (max-width: 1366px) {
  .toPage .link {
    width: 40px;
    height: 40px;
  }
  .toPage .link img {
    width: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .moShow {
    display: block;
  }
  .pcShow {
    display: none;
  }
}
