/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 768px) {
  #swipebox-overlay #swipebox-prev,
  #swipebox-overlay #swipebox-next {
    display: none;
  }
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1680px) {
  .video-play {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 1440px) {
  .video-play {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .video-play {
    width: 25px;
    height: 25px;
  }
}
.video-play i {
  display: inline-block;
  line-height: 1;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
  padding: 10px;
}
@media (max-width: 1680px) {
  .video-play i {
    width: 17px;
    height: 17px;
    font-size: 17px;
    padding: 8px;
  }
}
@media (max-width: 1440px) {
  .video-play i {
    width: 14px;
    height: 14px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .video-play i {
    width: 12px;
    height: 12px;
    font-size: 12px;
    padding: 7px;
  }
}
.video-des {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
@media (max-width: 1440px) {
  .video-des {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .video-des {
    margin-left: 8px;
  }
}
@media (max-width: 360px) {
  .video-des {
    margin-left: 0px;
  }
}
.video-desc {
  line-height: 20px;
  font-size: 14px;
  color: #dcdcdc;
  text-align: left;
  white-space: normal;
}
@media (max-width: 1440px) {
  .video-desc {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .video-desc {
    margin-left: 8px;
  }
}
@media (max-width: 360px) {
  .video-desc {
    margin-left: 0px;
  }
}
.swipebox-video-container .swipebox-video.loading iframe {
  position: relative;
  z-index: 9997;
}
.swipebox-video-container .swipebox-video.loading::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.swipebox-video-container .swipebox-video.loading::after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 9999;
  background: url(/images/loading-inf-icon.png) no-repeat center center / cover;
  -webkit-animation: loading-inf-rotate 1s linear infinite;
     -moz-animation: loading-inf-rotate 1s linear infinite;
       -o-animation: loading-inf-rotate 1s linear infinite;
          animation: loading-inf-rotate 1s linear infinite;
}
@-webkit-keyframes loading-inf-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes loading-inf-rotate {
  from {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes loading-inf-rotate {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes loading-inf-rotate {
  from {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
