.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .noneIcon {
    display: none !important;
  }
}

.show {
  display: block !important;
}

@media only screen and (max-width: 991px) {
  .mobileHidden {
    display: none;
  }
}

.sPcHidden {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .sPcHidden {
    display: block;
  }
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 8;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.container {
  position: relative;
}
.container .titleSlide {
  margin: 0 0 10px 0;
  width: 100%;
}
.container .frontpage-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  cursor: pointer;
}
.container .frontpage-slide a {
  font-size: 25px;
  position: absolute;
  color: #fff;
  top: 50%;
  margin-top: -35px;
  z-index: 5;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.container .frontpage-slide a:hover {
  color: #fff;
}
.container .frontpage-slide .smallLeftBtn {
  left: 0;
  text-align: left;
  padding-left: 15px;
}
.container .frontpage-slide .smallRightBtn {
  right: 0;
  padding-right: 15px;
  text-align: right;
}
.container .frontpage-slide .slideMove {
  text-align: left;
  font-size: 0;
  white-space: nowrap;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.container .frontpage-slide .slideMove div {
  display: inline-block;
  width: 100%;
}
.container .frontpage-slide .slideMove div img {
  width: 100%;
  margin-bottom: 0;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
}
.mask .mySlide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}
.mask .myImg {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.mask .myImg:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.mask .myImg img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
@media all and (max-width: 900px) {
  .mask .myImg img {
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }
}
.iframeStyle{
  width: 900px;
  height: 600px;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .iframeStyle{
    width: 100vw;
    height: 66vw;
  }
}
.mask .slideCtrl {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.mask .btn {
  position: absolute;
  font-size: 46px;
  color: #303030;
  top: 50%;
  margin-top: -23px;
}
.mask .leftBtn {
  left: 50%;
  margin-left: -510px;
}
.mask .rightBtn {
  right: 50%;
  margin-right: -510px;
}
.mask .closeBtn {
  position: absolute;
  font-size: 30px;
  color: #303030;
  top: 50%;
  margin-top: -305px;
  right: 50%;
  margin-right: -498px;
}
.mask .num {
  position: absolute;
  font-size: 20px;
  color: #303030;
  left: 50%;
  margin-left: -525px;
  top: 50%;
  margin-top: -300px;
  font-family: "Arial";
}
@media all and (max-width: 1000px) {
  .mask .leftBtn {
    left: 40px;
    margin-left: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .mask .rightBtn {
    right: 40px;
    margin-right: 0;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    color: #fff;
  }
  .mask .closeBtn {
    right: 0;
    margin-right: 0;
  }
  .mask .num {
    left: 0;
    margin-left: 0;
  }
}
@media all and (max-width: 900px) {
  .mask .leftBtn {
    left: 15px;
    margin-left: 0;
  }
  .mask .rightBtn {
    right: 15px;
    margin-right: 0;
  }
  .mask .closeBtn {
    right: 15px;
  }
  .mask .num {
    left: 15px;
  }
}
