@charset "utf-8";
.clearfix:before {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
  display: table;
  content: " ";
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
input:-webkit-autofill {
  background: #787a8b !important;
  box-shadow: 0 0 0 999px #787a8b inset;
  -webkit-box-shadow: 0 0 0 999px #787a8b inset;
}
.poniter_event_none {
  pointer-events: none;
}
.container {
  min-height: 790px !important;
}
.text-transform {
  text-transform: uppercase;
}
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-o-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes fadeOut {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-ms-keyframes fadeOut {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-o-keyframes fadeOut {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes fadeOut {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-moz-keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-ms-keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-o-keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes male {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-o-keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes scaleCom {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleCom {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes scaleCom {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scaleCom {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleCom {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes light {
  0% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
  50% {
    -webkit-transform: translate(-50%, 260%);
    -moz-transform: translate(-50%, 260%);
    -ms-transform: translate(-50%, 260%);
    -o-transform: translate(-50%, 260%);
    transform: translate(-50%, 260%);
  }
  100% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
}
@-moz-keyframes light {
  0% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
  50% {
    -webkit-transform: translate(-50%, 260%);
    -moz-transform: translate(-50%, 260%);
    -ms-transform: translate(-50%, 260%);
    -o-transform: translate(-50%, 260%);
    transform: translate(-50%, 260%);
  }
  100% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
}
@-ms-keyframes light {
  0% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
  50% {
    -webkit-transform: translate(-50%, 260%);
    -moz-transform: translate(-50%, 260%);
    -ms-transform: translate(-50%, 260%);
    -o-transform: translate(-50%, 260%);
    transform: translate(-50%, 260%);
  }
  100% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
}
@-o-keyframes light {
  0% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
  50% {
    -webkit-transform: translate(-50%, 260%);
    -moz-transform: translate(-50%, 260%);
    -ms-transform: translate(-50%, 260%);
    -o-transform: translate(-50%, 260%);
    transform: translate(-50%, 260%);
  }
  100% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
}
@keyframes light {
  0% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
  50% {
    -webkit-transform: translate(-50%, 260%);
    -moz-transform: translate(-50%, 260%);
    -ms-transform: translate(-50%, 260%);
    -o-transform: translate(-50%, 260%);
    transform: translate(-50%, 260%);
  }
  100% {
    -webkit-transform: translate(-50%, -200%);
    -moz-transform: translate(-50%, -200%);
    -ms-transform: translate(-50%, -200%);
    -o-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
  }
}
@-webkit-keyframes tslatex {
  0% {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  50% {
    -webkit-transform: translate(12px);
    -moz-transform: translate(12px);
    -ms-transform: translate(12px);
    -o-transform: translate(12px);
    transform: translate(12px);
  }
  100% {
    -webkit-transform: translate(-12px);
    -moz-transform: translate(-12px);
    -ms-transform: translate(-12px);
    -o-transform: translate(-12px);
    transform: translate(-12px);
  }
}
@-moz-keyframes tslatex {
  0% {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  50% {
    -webkit-transform: translate(12px);
    -moz-transform: translate(12px);
    -ms-transform: translate(12px);
    -o-transform: translate(12px);
    transform: translate(12px);
  }
  100% {
    -webkit-transform: translate(-12px);
    -moz-transform: translate(-12px);
    -ms-transform: translate(-12px);
    -o-transform: translate(-12px);
    transform: translate(-12px);
  }
}
@-ms-keyframes tslatex {
  0% {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  50% {
    -webkit-transform: translate(12px);
    -moz-transform: translate(12px);
    -ms-transform: translate(12px);
    -o-transform: translate(12px);
    transform: translate(12px);
  }
  100% {
    -webkit-transform: translate(-12px);
    -moz-transform: translate(-12px);
    -ms-transform: translate(-12px);
    -o-transform: translate(-12px);
    transform: translate(-12px);
  }
}
@-o-keyframes tslatex {
  0% {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  50% {
    -webkit-transform: translate(12px);
    -moz-transform: translate(12px);
    -ms-transform: translate(12px);
    -o-transform: translate(12px);
    transform: translate(12px);
  }
  100% {
    -webkit-transform: translate(-12px);
    -moz-transform: translate(-12px);
    -ms-transform: translate(-12px);
    -o-transform: translate(-12px);
    transform: translate(-12px);
  }
}
@keyframes tslatex {
  0% {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);
  }
  50% {
    -webkit-transform: translate(12px);
    -moz-transform: translate(12px);
    -ms-transform: translate(12px);
    -o-transform: translate(12px);
    transform: translate(12px);
  }
  100% {
    -webkit-transform: translate(-12px);
    -moz-transform: translate(-12px);
    -ms-transform: translate(-12px);
    -o-transform: translate(-12px);
    transform: translate(-12px);
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 400;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html,
body {
  width: 100%;
  min-width: 1270px;
  height: auto;
  font-family: "Microsoft YaHei", Arial, "Helvetica Neue", HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
}
.wbox {
  width: 1270px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
.hide {
  display: none;
}
.zIndex10 {
  z-index: 10;
}
body,
html,
.container {
  height: 100%;
}
.container {
  width: 100%;
  min-width: 1270px;
  max-width: 1920px;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei";
  padding-top: 55px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #000;
  position: relative;
  overflow: hidden;
}
.container img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
.section3,
.section4,
.section5 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url('https://video-oss.shundecity.com/t/bjls2023/Index/pc_bg.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
/**侧边栏**/
.slideBox {
  width: 16%;
  height: 100%;
  background: url("../images/sidebar_bg.png") no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slideBox img {
  width: 100%;
}
.slideBox .scaleBox {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.slideBox .scaleBox .logo {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slideBox .scaleBox .u1_icon {
  width: 80%;
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
}
.slideBox .scaleBox .u2_icon {
  width: 80%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFAA25;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}
.slideBox .scaleBox .navSlide {
  width: 80%;
  height: 32%;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
}
.slideBox .scaleBox .nav {
  width: 100%;
  height: 15.8%;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 12%;
  position: relative;
  background-image: linear-gradient(to right, #D97F01, #F7780E, #D97F01);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
}
.slideBox .scaleBox .nav5.cur,
.slideBox .scaleBox .nav4.cur,
.slideBox .scaleBox .nav3.cur,
.slideBox .scaleBox .nav2.cur,
.slideBox .scaleBox .nav1.cur {
  color: #FFF000;
}
.content {
  width: 84%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
/**第1页样式**/
.content2 {
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  background-color: #F9F9F9;
}
.header-box-bg .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0.6;
  z-index: 10;
}
.header-box-bg .bg-people {
  width: 100%;
  height: 81%;
  position: absolute;
  bottom: 0;
  z-index: 4;
  animation: opt 1s linear both;
}
.header-box-bg .bg-people img {
  width: 100%;
  height: 100%;
}
.header-box-bg .bg-fontsize {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  animation: opt 1s linear both, optScale 8s linear infinite both;
}
.header-box-bg .bg-fontsize img {
  width: 100%;
  height: 100%;
}
.header-box-bg .bg-ribbon {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  z-index: 20;
  overflow: hidden;
  animation: isXShow 2s linear 0.3s;
}
.header-box-bg .bg-ribbon img {
  width: 100%;
  height: 100%;
  animation: isXImgShow 2s linear 0.3s;
}
.bombtumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bombtumb .start {
  position: absolute;
  width: 4.58%;
  left: 48%;
  top: 25%;
  z-index: 20;
  animation: 2s startshow 0.6s normal both;
}
.bombtumb .start img {
  width: 100%;
  height: 100%;
}
.bombtumb .bombtitle {
  width: 100%;
  position: relative;
  left: 0;
  top: 8%;
  z-index: 23;
  animation: 0.2s bomballtitle 2.6s normal both;
}
.bombtumb .bombtitle img {
  width: 100%;
  height: 100%;
}
.bombtumb .companypc {
  position: absolute;
  width: 38%;
  left: 32%;
  top: 58%;
  z-index: 24;
  animation: 1s bigtitle 1.2s normal both;
}
.bombtumb .companypc img {
  width: 100%;
  height: 100%;
}
.bombtumb .mouse {
  position: absolute;
  z-index: 25;
  width: 12.96%;
  top: 74%;
  left: 45%;
}
.bombtumb .mouse img {
  width: 100%;
  height: 100%;
}
.bombtumb .mouseup {
  position: absolute;
  z-index: 25;
  width: 13px;
  height: 36px;
  top: 76%;
  left: 58%;
  background: url(https://t.shundecity.com/bjls2021/Home/View/index/images/mouseup.png) no-repeat 0px 0px;
  animation: 1s mouseup infinite linear;
}
.bombtumb .mousedown {
  position: absolute;
  z-index: 25;
  width: 13px;
  height: 36px;
  top: 82%;
  left: 58%;
  background: url(https://t.shundecity.com/bjls2021/Home/View/index/images/mouseup.png) no-repeat 0px -33px;
  animation: 1s mousedown infinite linear;
}
/**第2页样式**/
.section2 {
  background-image: url("../images/middle_bg_01.jpg");
}
.section2 .s_bg_2 {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 1.5s ease-in-out;
  box-sizing: border-box;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  background-image: url('https://video-oss.shundecity.com/t/bjls2023/Index/middle_stele01.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section2 .s_bg_3 {
  opacity: 0;
  transition: all 1.5s ease-in-out;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
  background-image: url('https://video-oss.shundecity.com/t/bjls2023/Index/middle_stele_light01.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section2 .light-bg {
  opacity: 0;
  transition: all 1.5s ease-in-out;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  background-image: url('https://video-oss.shundecity.com/t/bjls2023/Index/middle_bg_light.jpg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section2 .r-img {
  width: 100%;
  height: 272px;
  position: absolute;
  bottom: 0;
}
.section2 .flower {
  display: none;
  transform: translate(-22%, -50%);
  -webkit-transform: translate(-22%, -50%);
  -ms-transform: translate(-22%, -50%);
  background-image: url("../images/hz4.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: 126px;
  z-index: 99;
}
.section2 .flower_click_box {
  position: absolute;
  top: 20%;
  right: 7%;
  bottom: 15%;
  z-index: 999;
  width: 300px;
}
.section2 .number_visit {
  width: 100%;
  text-indent: 2em;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 0px 2px #333;
}
.section2 .flower_visit {
  text-align: center;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  position: absolute;
  left: 33%;
  top: -164px;
}
.section2 .aFlowerAnimate {
  animation: idle 1.8s linear infinite;
}
.section2 .isFlower {
  background-position: center;
  background-size: 150px 150px !important;
  display: block;
  width: 150px;
  height: 150px;
  cursor: pointer;
}
.section2 .nowFlower {
  background: url("https://t.shundecity.com/bjls2021/Home/View/Index/images/ysxianhua.png") no-repeat;
}
.section2 .grayFlower {
  margin-left: 80px;
  background: url("https://t.shundecity.com/bjls2021/Home/View/Index/images/ysxianhua_gray.png") no-repeat;
}
.section2 .flower1 {
  left: 49%;
}
.section2 .flower2 {
  left: 48%;
}
.section2 .flower3 {
  background-image: url("../images/hz3.png");
  left: 47%;
}
.section2 .flower4 {
  left: 46%;
}
.section2 .flower5 {
  background-image: url("../images/hz5.png");
  left: 45%;
}
.section2 .flower9 {
  background-image: url("../images/hz1.png");
  left: 51%;
}
.section2 .flower10 {
  background-image: url("../images/hz2.png");
  left: 52%;
}
.section2 .flower11 {
  background-image: url("../images/hz3.png");
  left: 53%;
}
.section2 .flower12 {
  left: 54%;
}
.section2 .flower17 {
  left: 50%;
}
.section2 .flower13 {
  background-image: url("../images/hz5.png");
  left: 55%;
}
.section2 .flower6 {
  left: 44%;
}
.section2 .flower14 {
  left: 56%;
}
.section2 .flower7 {
  left: 43%;
}
.section2 .flower15 {
  left: 57%;
}
.section2 .flower8 {
  left: 42%;
}
.section2 .flower16 {
  left: 58%;
}
.section2 .wreath {
  left: 50%;
  bottom: 3px;
  z-index: 90;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  background-image: url('https://video-oss.shundecity.com/t/bjls2023/Index/Wreath1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section2 .webView {
  color: #000;
}
/**第3页样式**/
.section3 .roleInfo {
  width: 1150px;
  height: 417px;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  margin-left: -575px;
  z-index: 9;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section3 .roleInfo.cur {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.section3 .ls_con_img {
  width: 1150px;
  margin: 0 auto;
  padding: 25px 15px;
  box-sizing: border-box;
  background: #ffe7bd;
  box-shadow: 0px 2px 12px 1px rgba(66, 53, 10, 0.44);
  border-width: 1px;
  border-color: #bc8573;
  border-style: solid;
  border-radius: 8px;
}
.section3 .ls_con_img img {
  width: 100%;
  display: block;
  transform: translate3d(0, 0, 0);
}
.section3 .roleNavBox {
  width: 1054px;
  height: 302px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  margin-left: -527px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section3 .roleNavBox.cur {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s 0.6s ease-in-out;
  -moz-transition: all 0.6s 0.6s ease-in-out;
  -ms-transition: all 0.6s 0.6s ease-in-out;
  -o-transition: all 0.6s 0.6s ease-in-out;
  transition: all 0.6s 0.6s ease-in-out;
}
.section3 #lsnscrollBox.cur {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s 0.6s ease-in-out;
  -moz-transition: all 0.6s 0.6s ease-in-out;
  -ms-transition: all 0.6s 0.6s ease-in-out;
  -o-transition: all 0.6s 0.6s ease-in-out;
  transition: all 0.6s 0.6s ease-in-out;
}
.section3 .roleNav .bx-prev {
  background: url(../images/rLeft.png) no-repeat !important;
}
.section3 .roleNav .bx-next {
  background: url(../images/rRight.png) no-repeat !important;
}
.section3 .roleNav .rNav {
  height: 302px;
  padding: 28px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
  float: left;
  background-image: url("../images/photo_bg.png");
  cursor: pointer;
  -webkit-transition: background-image 0.4s ease;
  -moz-transition: background-image 0.4s ease;
  -ms-transition: background-image 0.4s ease;
  -o-transition: background-image 0.4s ease;
  transition: background-image 0.4s ease;
}
.section3 .roleNav .rNav .nav-img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.section3 .roleNav .rNav .nav-text {
  width: 100%;
  height: 26%;
  color: #000;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .lsShowImg {
  width: 50%;
  height: 365px;
  overflow: hidden;
  position: relative;
}
.section3 .lsShowImg .bx-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 559px;
  height: 366px;
  z-index: 9;
  overflow: hidden !important;
  opacity: 0;
}
.section3 .lsShowImg .bx-wrapper:nth-child(1) {
  opacity: 1;
  z-index: 999;
}
.section3 .lsShowImg .bx-controls {
  position: absolute;
  bottom: 39px;
  width: 100%;
  left: 0;
}
.section3 .lsShowImg .bx-controls .bx-prev {
  left: 15px;
  margin-top: -183px;
}
.section3 .lsShowImg .bx-controls .bx-next {
  right: 15px;
  margin-top: -183px;
}
.section3 .lscontent {
  width: 50%;
  height: 365px;
}
.section3 .lscontent .lstitle {
  width: 108%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  background-image: url('https://video-oss.shundecity.com/t/bjls2023/Index/title_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section3 .lscontent .lsneirong {
  box-sizing: border-box;
  padding: 20px;
  height: 320px;
  overflow-y: scroll;
}
.section3 .lscontent .lsneirong h3 {
  margin-top: 5px;
  line-height: 2;
  font-weight: 600;
  font-size: 18px;
  color: #891911;
}
.section3 .lscontent .lsneirong p {
  color: #000;
  text-indent: 2em;
  font-size: 15px;
  line-height: 1.6;
  transform: translate3d(0, 0, 0);
  text-align: justify;
  margin-bottom: 8px;
}
.section3 .roleBg {
  width: 100%;
  height: 100%;
  position: relative;
}
.section3 .roleBg .rBg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.section3 .roleBg .rBg.cur {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.section3 .roleBg .rBg7 {
  background-image: url("../images/pc_bg.jpg");
}
.section3 .roleBg .rBg6 {
  background-image: url("../images/pc_bg.jpg");
}
.section3 .roleBg .rBg5 {
  background-image: url("../images/pc_bg.jpg");
}
.section3 .roleBg .rBg4 {
  background-image: url("../images/pc_bg.jpg");
}
.section3 .roleBg .rBg3 {
  background-image: url("../images/pc_bg.jpg");
}
.section3 .roleBg .rBg2 {
  background-image: url("../images/pc_bg.jpg");
}
.section3 .roleBg .rBg1 {
  background-image: url("../images/pc_bg.jpg");
}
/**第4页样式**/
.section4 img {
  width: 100%;
}
.section4 .videoplaybox {
  width: 1265px;
  margin: 100px auto 0;
  display: block;
}
/**第5页样式**/
.section5 .plunbox {
  width: 1150px;
  height: 730px;
  margin: 62px auto;
  padding: 48px 30px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 6px 6px 6px rgba(3, 3, 3, 0.2), 0 0 6px rgba(3, 3, 3, 0.2), 0 0 6px rgba(3, 3, 3, 0.2);
}
.section5 .box-inside {
  width: 100%;
  height: 100%;
}
.section5 .no-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section5 .no-content img {
  width: 10%;
  margin-top: 50px;
}
.section5 .no-content p {
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}
.section5 .webView,
.section5 .lyView {
  font-size: 18px;
  color: #d50701;
}
.section5 .frombox,
.section5 .comlist {
  border-top: 3px solid #d50701;
}
.section5 .frombox {
  width: 48.5%;
  height: 100%;
}
.section5 .frombox h3 {
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #8e8e8d;
  color: #333333;
}
.section5 .frombox .jbz_number {
  margin-top: 22px;
  color: #000000;
  font-size: 16px;
}
.section5 .comlist {
  width: 46%;
  height: 98%;
  box-sizing: border-box;
  overflow-y: auto;
  box-shadow: -1px 6px 6px rgba(3, 3, 3, 0.2), 0 0 6px rgba(3, 3, 3, 0.2), 0 0 6px rgba(3, 3, 3, 0.2);
}
.section5 .input_control {
  height: 40px;
  margin-top: 20px;
}
.section5 .yzm_control {
  height: 40px;
  margin-top: 20px;
}
.section5 .input_word {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
}
.section5 .input_text {
  float: left;
  height: 40px;
  width: 230px;
}
.section5 .input_text input {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  border-radius: 3px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.section5 .input_yzm {
  float: left;
  height: 40px;
  margin-left: 20px;
}
.section5 .input_yzm img {
  height: 100%;
  cursor: pointer;
}
.section5 .textarea_control {
  display: inline-block;
  width: 90%;
  height: 250px;
  padding: 0 15px;
  margin-top: 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
.section5 .textarea_control textarea {
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 16px;
  text-align: justify;
}
.section5 .textarea_control .preset-message {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #575855;
  overflow-y: auto;
  padding-right: 15px;
}
.section5 .textarea_control .preset-message .list-message {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  border-bottom: 2px solid #ccc;
}
.section5 .textarea_control .preset-message .list-message .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #575855;
  margin-right: 10px;
  box-sizing: border-box;
}
.section5 .textarea_control .preset-message .list-message .circle::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ca7b0b;
  transform: scale(0);
  transition: all ease-out 0.25s;
}
.section5 .textarea_control .preset-message .list-message:hover {
  color: #ca7b0b;
}
.section5 .textarea_control .preset-message .list-message:hover .circle {
  border: 2px solid #ca7b0b;
}
.section5 .textarea_control .preset-message .list-message:first-child {
  margin-top: 15px;
}
.section5 .textarea_control .preset-message .list-message:last-child {
  margin-bottom: 15px;
  border: 0;
}
.section5 .textarea_control .preset-message .list-message.active {
  color: #ca7b0b;
}
.section5 .textarea_control .preset-message .list-message.active .circle {
  border: 2px solid #ca7b0b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5 .textarea_control .preset-message .list-message.active .circle::after {
  transform: scale(1);
}
.section5 .submit_fromBtn {
  width: 236px;
  height: 46px;
  margin: 25px auto 0;
  cursor: pointer;
}
.section5 .submit_fromBtn img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.section5 .plbox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}
.section5 .pllist {
  width: 100%;
  padding: 18px;
  border-bottom: 1px dashed #ccc;
  box-sizing: border-box;
}
.section5 .pllist .lttx {
  width: 70px;
  height: 70px;
  float: left;
}
.section5 .pllist .lttx img {
  width: 100%;
  height: 100%;
}
.section5 .pllist .plnr {
  width: 355px;
  float: right;
}
.section5 .pllist .plnr h5 {
  font-size: 22px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #548ECB;
}
.section5 .pllist .pldct {
  word-break: break-word;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  line-height: 1.43;
  text-align: justify;
}
.section5 .pllist .pltime {
  width: 100%;
  margin-top: 10px;
  text-align: right;
  color: #666;
}
.toast_box {
  position: fixed;
  bottom: 50%;
  left: 50%;
  z-index: 999;
  display: none;
}
.toast_box p {
  box-sizing: border-box;
  padding: 15px 30px;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
}
.mainSwiper {
  width: 100%;
  height: 100%;
  z-index: 10;
}
.mainSwiper .main_wrap {
  height: 100%;
}
.section {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.section.swiper-slide-active {
  z-index: 2;
}
.section .scaleBox {
  width: 1510px;
  height: 749px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -374.5px;
  margin-left: -640px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.ani {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
#music {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 40px;
  z-index: 999999999;
  cursor: pointer;
}
#music.animate {
  animation: rotate linear 4s infinite;
}
@media screen and (max-height: 860px) {
  body {
    overflow-y: auto !important;
  }
  .section3 .roleNavBox {
    bottom: 5% !important;
  }
  .section3 .roleInfo {
    margin-top: 20px !important;
  }
  .videoplaybox {
    width: 1000px !important;
  }
  .plunbox {
    height: 680px !important;
    margin-top: 50px !important;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes startshow {
  0% {
    transform: translate(0, -1000%) rotate(1740deg) scale(1);
    opacity: 1;
  }
  80% {
    transform: translate(0, 0) rotate(360) scale(1);
    opacity: 1;
  }
  90% {
    transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(0.2);
    opacity: 0;
  }
}
@keyframes bomball {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bomballtitle {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  10% {
    opacity: 1;
    transform: scale(0.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bigtitle {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes isXShow {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes isXImgShow {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes mouseup {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@keyframes mousedown {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 50%);
  }
}
@keyframes idle {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  5% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  15% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  25% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  40% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes opt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes optScale {
  0%,
  50%,
  100% {
    transform: scale(1);
  }
  25%,
  75% {
    transform: scale(0.98);
  }
}
