html {
  height: 100%;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
body::-webkit-scrollbar {
  width: 0;
}
input {
  min-width: 2rem;
}
.content {
  overflow-y: scroll;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  top: 7rem;
  left: 0;
}
.content::-webkit-scrollbar {
  width: 0;
}
.on-hover :hover {
  background: #efefef;
}
.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
.z-100 {
  z-index: 100;
}
.z-200 {
  z-index: 200;
}
.z-300 {
  z-index: 300;
}
.z-400 {
  z-index: 400;
}
.z-500 {
  z-index: 500;
}
.z-600 {
  z-index: 600;
}
.z-700 {
  z-index: 700;
}
.z-800 {
  z-index: 800;
}
.z-900 {
  z-index: 900;
}
.z-1000 {
  z-index: 1000;
}
.z-1100 {
  z-index: 1100;
}
.z-1200 {
  z-index: 1200;
}
/* HOME
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/* LOGIN
-------------------------------------------------- */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* DASHBOARD
-------------------------------------------------- */
.text-stroke {
  color: white;
  -webkit-text-stroke: 0.1px #e6e6e6;
}
.container {
  max-width: 960px;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.border-top-gray {
  border-top-color: #adb5bd;
}
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.lh-condensed {
  line-height: 1.25;
}
/* DETAIL
-------------------------------------------------- */
.header-breadcrumb {
  margin: 0 -15px -10px -15px;
}
/* EDITOR
-------------------------------------------------- */
.editor .game-edit-container {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: auto;
  top: 55px;
  bottom: 0;
  left: 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.overflow::-webkit-scrollbar {
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  -webkit-overflow-scrolling: touch;
}
.overflow::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: #c2c2c2;
}
.overflow::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #f9f9f9;
}
.red-point {
  position: relative;
}
.red-point::before {
  content: " ";
  border: 3px solid red;
  /*设置红色*/
  border-radius: 3px;
  /*设置圆角*/
  position: absolute;
  z-index: 1000;
  right: 0;
  margin-right: -4px;
  margin-top: -3px;
}
.login input[type="checkbox"] {
  width: 0;
  height: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  position: relative;
}
.login input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 8px;
  background: #fff;
  width: 15px;
  height: 15px;
  border: 1px solid #9B7556;
}
.login input[type="checkbox"]:checked::before {
  content: "\2713";
  position: absolute;
  top: -8px;
  left: 8px;
  width: 15px;
  height: 15px;
  background-color: #9B7556;
  border: 1px solid #9B7556;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.home .bg {
  color: #1a1c1a;
}
.home .bg_1 {
  position: relative;
  width: 100vw;
  height: 46.97916667vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%83%8C%E6%99%AF1.jpg) no-repeat;
  background-size: 100% 100%;
}
.home .bg_2 {
  position: relative;
  width: 100vw;
  height: 46.97916667vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%83%8C%E6%99%AF2.jpg) no-repeat;
  background-size: 100% 100%;
}
.home .bg_3 {
  position: relative;
  width: 100vw;
  height: 52.08333333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%83%8C%E6%99%AF3.jpg) no-repeat;
  background-size: 100% 100%;
}
.home .bg_4 {
  position: relative;
  width: 100vw;
  height: 78.07291667vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%83%8C%E6%99%AF4.jpg) no-repeat;
  background-size: 100% 100%;
}
.home .bg_5 {
  position: relative;
  width: 100vw;
  height: 49.58333333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%83%8C%E6%99%AF5.jpg) no-repeat;
  background-size: 100% 100%;
}
.home .img_1-1 {
  position: absolute;
  top: 30.67708333vw;
  left: 60.3125vw;
  width: 11.09375vw;
  height: 4.6875vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/button.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_1-2 {
  position: absolute;
  top: 37.91666667vw;
  left: 60.97291667vw;
  width: 9.6875vw;
  height: 1.45833333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E7%BC%96%E7%BB%84%2029.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_1-2:hover {
  opacity: 0.9;
}
.home .img_1-1:active,
.home .img_1-1:hover,
.home .img_1-1.active {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/button1-select.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-1 {
  position: absolute;
  top: 8.75vw;
  left: 26.04166667vw;
  width: 14.84375vw;
  height: 31.875vw;
}
.home .img_2-1_talk {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%AF%B9%E8%AF%9D.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-1_text {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%AD%97%E6%AE%B5.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-1_input {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%B0%9C%E9%A2%98.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-1_video {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%A7%86%E9%A2%91.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-1_audio {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E9%9F%B3%E9%A2%91.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-1_image {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%9B%BE%E7%89%87.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2 {
  position: absolute;
  top: 13.54166667vw;
  left: 51.14583333vw;
  width: 28.85416667vw;
  height: 30.05208333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/矩形.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_1 {
  position: absolute;
  top: 3.48958333vw;
  left: 12.86458333vw;
  width: 3.02083333vw;
  height: 3.02083333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%AF%B9%E8%AF%9D%E4%BD%93icon%202%281%29.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_1:active,
.home .img_2-2_1:hover,
.home .img_2-2_1.active {
  position: absolute;
  top: 3.48958333vw;
  left: 12.86458333vw;
  width: 3.02083333vw;
  height: 3.02083333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%AF%B9%E8%AF%9D%E4%BD%93icon%202.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_2 {
  position: absolute;
  top: 8.54166667vw;
  left: 21.77083333vw;
  width: 3.02083333vw;
  height: 3.02083333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E6%96%87%E6%AE%B5icon.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_2:active,
.home .img_2-2_2:hover,
.home .img_2-2_2.active {
  position: absolute;
  top: 8.54166667vw;
  left: 21.77083333vw;
  width: 3.02083333vw;
  height: 3.02083333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E6%96%87%E6%AE%B5icon%281%29.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_3 {
  position: absolute;
  top: 18.22916667vw;
  left: 21.71875vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%B0%9C%E9%A2%98icon.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_3:active,
.home .img_2-2_3:hover,
.home .img_2-2_3.active {
  position: absolute;
  top: 18.22916667vw;
  left: 21.71875vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%B0%9C%E9%A2%98icon%281%29.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_4 {
  position: absolute;
  top: 23.22916667vw;
  left: 12.86458333vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%A7%86%E9%A2%91icon.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_4:active,
.home .img_2-2_4:hover,
.home .img_2-2_4.active {
  position: absolute;
  top: 23.22916667vw;
  left: 12.86458333vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E8%A7%86%E9%A2%91icon%281%29.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_5 {
  position: absolute;
  top: 18.22916667vw;
  left: 4.11458333vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E9%9F%B3%E9%A2%91icon.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_5:active,
.home .img_2-2_5:hover,
.home .img_2-2_5.active {
  position: absolute;
  top: 18.22916667vw;
  left: 4.11458333vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E9%9F%B3%E9%A2%91icon%281%29.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_6 {
  position: absolute;
  top: 8.48958333vw;
  left: 4.11458333vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%9B%BE%E7%89%87icon%281%29.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_2-2_6:active,
.home .img_2-2_6:hover,
.home .img_2-2_6.active {
  position: absolute;
  top: 8.48958333vw;
  left: 4.11458333vw;
  width: 3.02864583vw;
  height: 3.0203125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%9B%BE%E7%89%87icon.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_4-1 {
  position: absolute;
  top: 19.6875vw;
  left: 60vw;
  width: 11.09375vw;
  height: 4.6875vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/button2.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_4-1:active,
.home .img_4-1:hover,
.home .img_4-1.active {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/button2-select.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-1 {
  position: absolute;
  top: 4.89583333vw;
  left: 45.10416667vw;
  width: 34.375vw;
  height: 9.89583333vw;
}
.home .img_5-1_marvel {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/text_marvel.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-1_gugong2 {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/text_gugong2.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-1_chinatown {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/text_chinatown.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-1_shaonvshuomingshu {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/text_shaonvshuomingshu.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-1_gugong {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/text_gugong.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-1_yindaozhe {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/text_yindaozhe.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-2 {
  position: absolute;
  top: 14.79166667vw;
  left: 23.4375vw;
  width: 14.63541667vw;
  height: 30.98958333vw;
}
.home .img_5-2_marvel {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E6%BC%AB%E5%A8%81.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-2_gugong2 {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E9%87%91%E6%A6%9C%E9%A2%98%E5%90%8D.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-2_chinatown {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E4%BE%A6%E6%8E%A2%E7%AC%94%E8%AE%B0.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-2_shaonvshuomingshu {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%B0%91%E5%A5%B3%E8%AF%B4%E6%98%8E%E4%B9%A6.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-2_gugong {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%A6%82%E6%84%8F%E7%90%B3%E7%90%85.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-2_yindaozhe {
  background: url(https://resource.itaotuo.com/puzzle/editor/images/%E5%BC%95%E5%AF%BC%E8%80%85.png) no-repeat;
  background-size: 100% 100%;
}
.home .img_5-3 {
  /*css部分*/
}
@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  from {
    transform: rotate(-15deg) scale(1);
    /*开始为原始大小*/
  }
  to {
    transform: rotate(-15deg) scale(1.05);
  }
}
.home .img_5-3_1 {
  position: absolute;
  top: 22.65625vw;
  left: 45.41666667vw;
  width: 9.25833333vw;
  height: 12.00833333vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/marvel.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-15deg);
}
.home .img_5-3_1:active,
.home .img_5-3_1:hover,
.home .img_5-3_1.active {
  transform: rotate(-15deg) scale(1.05);
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 200ms;
  /*动画所花费的时间*/
}
.home .img_5-3_2 {
  position: absolute;
  top: 17.23958333vw;
  left: 55.36458333vw;
  width: 11.1375vw;
  height: 14.7125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/gugong2.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-15deg);
}
.home .img_5-3_2:active,
.home .img_5-3_2:hover,
.home .img_5-3_2.active {
  transform: rotate(-15deg) scale(1.05);
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 200ms;
  /*动画所花费的时间*/
}
.home .img_5-3_3 {
  position: absolute;
  top: 18.28125vw;
  left: 68.07291667vw;
  width: 8.02083333vw;
  height: 10.45vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/chinatown.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-15deg);
}
.home .img_5-3_3:active,
.home .img_5-3_3:hover,
.home .img_5-3_3.active {
  transform: rotate(-15deg) scale(1.05);
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 200ms;
  /*动画所花费的时间*/
}
.home .img_5-3_4 {
  position: absolute;
  top: 34.89583333vw;
  left: 48.95833333vw;
  width: 8.57083333vw;
  height: 11.22916667vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/shaonvshuomingshu.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-15deg);
}
.home .img_5-3_4:active,
.home .img_5-3_4:hover,
.home .img_5-3_4.active {
  transform: rotate(-15deg) scale(1.05);
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 200ms;
  /*动画所花费的时间*/
}
.home .img_5-3_5 {
  position: absolute;
  top: 32.08333333vw;
  left: 59.6875vw;
  width: 11.09166667vw;
  height: 14.7125vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/gugong.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-15deg);
}
.home .img_5-3_5:active,
.home .img_5-3_5:hover,
.home .img_5-3_5.active {
  transform: rotate(-15deg) scale(1.05);
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 200ms;
  /*动画所花费的时间*/
}
.home .img_5-3_6 {
  position: absolute;
  top: 29.63541667vw;
  left: 71.25vw;
  width: 8.57083333vw;
  height: 11.22916667vw;
  background: url(https://resource.itaotuo.com/puzzle/editor/images/yindaozhe.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-15deg);
}
.home .img_5-3_6:active,
.home .img_5-3_6:hover,
.home .img_5-3_6.active {
  transform: rotate(-15deg) scale(1.05);
  -webkit-animation-name: scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function: ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count: 1;
  /*动画播放的次数*/
  -webkit-animation-duration: 200ms;
  /*动画所花费的时间*/
}
.home .text_2-2_1 {
  position: absolute;
  top: 1.25vw;
  left: 12.44791667vw;
  width: 3.86614583vw;
  height: 1.35416667vw;
  font-size: 1.14583333vw;
  font-family: HanaMinA;
  color: #463012;
  line-height: 1.45833333vw;
  letter-spacing: 0.10416667vw;
}
.home .text_2-2_2 {
  position: absolute;
  top: 9.32291667vw;
  left: 25.72916667vw;
  width: 2.64166667vw;
  height: 1.35416667vw;
  font-size: 1.14583333vw;
  font-family: HanaMinA;
  color: #463012;
  line-height: 1.45833333vw;
  letter-spacing: 0.10416667vw;
}
.home .text_2-2_3 {
  position: absolute;
  top: 19.0625vw;
  left: 25.67708333vw;
  width: 2.70625vw;
  height: 1.35416667vw;
  font-size: 1.14583333vw;
  font-family: HanaMinA;
  color: #463012;
  line-height: 1.45833333vw;
  letter-spacing: 0.10416667vw;
}
.home .text_2-2_4 {
  position: absolute;
  top: 27.08333333vw;
  left: 13.125vw;
  width: 2.70625vw;
  height: 1.35416667vw;
  font-size: 1.14583333vw;
  font-family: HanaMinA;
  color: #463012;
  line-height: 1.45833333vw;
  letter-spacing: 0.10416667vw;
}
.home .text_2-2_5 {
  position: absolute;
  top: 19.01041667vw;
  left: 0.625vw;
  width: 2.70625vw;
  height: 1.35416667vw;
  font-size: 1.14583333vw;
  font-family: HanaMinA;
  color: #463012;
  line-height: 1.45833333vw;
  letter-spacing: 0.10416667vw;
}
.home .text_2-2_6 {
  position: absolute;
  top: 9.32291667vw;
  left: 0.67708333vw;
  width: 2.70625vw;
  height: 1.35416667vw;
  font-size: 1.14583333vw;
  font-family: HanaMinA;
  color: #463012;
  line-height: 1.45833333vw;
  letter-spacing: 0.10416667vw;
}
.home .text_5-1 {
  position: absolute;
  top: 4.89583333vw;
  left: 44.58333333vw;
  width: 35.41666667vw;
  height: 12.86458333vw;
  font-size: 1.25vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.1875vw;
  letter-spacing: 0.10416667vw;
}

.editor-fast-nav {
  background: #2E2E30;
  width: 1380px;
  height: 64px;
  margin: 0 auto;
  padding: 0 0 0 80px;
  z-index: 1800;
}
.editor-fast-nav .text-m-gamename {
  width: 135px;
  height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #D8D8D8;
  line-height: 25px;
  margin-top: 18px;
}
.editor-fast-nav .btn-m-nav-item {
  width: 84px;
  height: 30px;
  margin-top: 17px;
}
.editor-fast-nav .btn-m-nav-item.active,
.editor-fast-nav .btn-m-nav-item:focus,
.editor-fast-nav .btn-m-nav-item:hover {
  opacity: 0.9;
}
.editor-fast-nav .btn-m-nav-resource {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_source_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-module {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_delete_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-award {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_trophy_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-prop {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_mall-bag_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-npc {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_plastic-surgery_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-doc {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_data_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-config {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_setting_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-save {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_preservation_button_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-quit {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/nav_out_icon_n.png.png') no-repeat;
  background-size: 84px 30px;
}
.editor-fast-nav .btn-m-nav-line {
  width: 1px;
  height: 20px;
  background: #666666;
  border-radius: 1px;
  margin-top: 22px;
}
.nav-modal {
  background: #272829;
  color: white;
}
.nav-modal .modal-m-title {
  font-size: 18px;
  font-weight: 500;
  color: #FDFDFD;
  line-height: 25px;
  letter-spacing: 1px;
}
.nav-modal .btn-m-add {
  background: #727272;
  border: 1px solid #717172;
  color: white;
  width: 80px;
  height: 30px;
  margin-right: 25px;
  border-radius: 5px;
}
.nav-modal .btn-m-add.active,
.nav-modal .btn-m-add:hover {
  opacity: 0.9;
}
.nav-modal .btn-m-add:focus {
  outline: none;
}
.nav-modal .btn-m-save {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/store/nav_preservation_button_n.png.png') no-repeat;
  background-size: 59px 30px;
  width: 59px;
  height: 30px;
  margin-right: 25px;
}
.nav-modal .btn-m-save.active,
.nav-modal .btn-m-save:hover {
  opacity: 0.9;
}
.nav-modal .btn-m-close {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/store/close-one.png') no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.nav-modal .btn-m-close.active,
.nav-modal .btn-m-close:hover {
  opacity: 0.9;
}
.nav-modal .btn-m-store-close {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/store/delete_icon_s.png.png') no-repeat;
  background-size: 31px 31px;
  width: 31px;
  height: 31px;
}
.nav-modal .btn-m-store-close.active,
.nav-modal .btn-m-store-close:hover {
  opacity: 0.9;
}
.nav-modal .btn-m-catalog-up {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/up.png') no-repeat;
  background-size: 31px 31px;
  width: 31px;
  height: 31px;
}
.nav-modal .btn-m-catalog-up.active,
.nav-modal .btn-m-catalog-up:hover {
  opacity: 0.9;
}
.nav-modal .icon-m-store-right {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/store/arrow-circle-right.png') no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.nav-modal .icon-m-store-right.active,
.nav-modal .icon-m-store-right:hover {
  opacity: 0.9;
}
.nav-modal .btn-m-modal-nav {
  background: #4F4F50;
  font-size: 16px;
  font-weight: 400;
  color: #DBDBDB;
  line-height: 22px;
  width: 73px;
  height: 38px;
  margin-top: -5px;
  border-color: #3E3E42;
}
.nav-modal .btn-m-modal-nav.active,
.nav-modal .btn-m-modal-nav:hover {
  background: #727272;
}
.nav-modal table > thead > tr > th {
  font-size: 16px;
  font-weight: 400;
  color: #fdfdfd;
  line-height: 22px;
  letter-spacing: 1px;
  opacity: 0.5;
}
.nav-modal table thead th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-modal table td,
.nav-modal table th {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-modal input,
.nav-modal input:focus {
  background: #727272;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  letter-spacing: 1px;
  border-color: rgba(0, 0, 0, 0);
}
.nav-modal input::-webkit-input-placeholder {
  color: #FDFDFD;
}
.nav-modal input::-ms-input-placeholder {
  color: #FDFDFD;
}
.nav-modal textarea,
.nav-modal textarea:focus {
  background: #727272;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  letter-spacing: 1px;
  border-color: rgba(0, 0, 0, 0);
}
.nav-modal select,
.nav-modal select:focus {
  background: #727272;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  letter-spacing: 1px;
  border-color: rgba(0, 0, 0, 0);
}
.nav-modal select > option {
  background: #2D2E31;
}
.nav-modal .form-m-control,
.nav-modal form-m-control:focus {
  background: #727272;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  letter-spacing: 1px;
  border-color: rgba(0, 0, 0, 0);
}
.editor-bg {
  background: #1A1B1C;
  width: 100%;
  min-height: 100%;
  padding-top: 64px;
}
.editor-bg .form-control,
.editor-bg .form-control:focus {
  outline: none;
  box-shadow: none;
}
.editor-bg .game-edit-fast-container {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/bg-grid.png') repeat;
  width: 100%;
  height: 100%;
}
.editor-bg .dropdown-m-catalog-item {
  height: 53px;
  line-height: 45px;
  background: #2D2E31;
  text-align: center;
  border-radius: 5px;
}
.editor-bg .dropdown-m-catalog-item.active,
.editor-bg .dropdown-m-catalog-item:hover,
.editor-bg .dropdown-m-catalog-item:focus {
  height: 53px;
  background: #414245;
}
.editor-bg .btn-m-catalog-setting {
  height: 40px;
  background: #ED8936;
  border-color: #FDC891;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 5px;
}
.editor-bg .btn-m-catalog-setting.active,
.editor-bg .btn-m-catalog-setting:hover {
  opacity: 0.9;
}
.editor-bg .module-ui {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/iPhone8.png') no-repeat 103px 0;
  background-size: 424px 843px;
  width: 527px;
  height: 843px;
}
.editor-bg .module-ui .card {
  background: #373839;
  border: 2px solid rgba(0, 0, 0, 0);
  color: white;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 15px;
  border-radius: 8px;
}
.editor-bg .module-ui .card:hover,
.editor-bg .module-ui .card.select {
  border: 2px solid #2E7DFF;
}
.editor-bg .module-ui .jodit_wysiwyg {
  background: #272829;
  font-size: 14px;
  border-radius: 8px;
}
.editor-bg .module-ui .moduleId {
  width: 68px;
  height: 100%;
  background: #272829;
  margin-right: 35px;
  color: #D8D8D8;
  line-height: 100%;
  text-align: center;
  font-size: 14px;
}
.editor-bg .module-ui .moduleId .text-moduleId {
  width: 94%;
  height: 30px;
  line-height: 20px;
  padding: 5px 0;
  margin-top: 5px;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.editor-bg .module-ui .moduleId .text-moduleId.select {
  background: #2E7DFF;
  border-radius: 5px;
}
.editor-bg .module-ui .moduleId .loop-from {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/xunhuan1beifen.png') no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
.editor-bg .module-ui .moduleId .loop-to {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/xunhuan1beifen(1).png') no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
.editor-bg .module-ui .btn-m-choose {
  background: #535455;
  border-color: #7C8283;
  color: white;
}
.editor-bg .module-ui .btn-m-choose.active,
.editor-bg .module-ui .btn-m-choose:focus,
.editor-bg .module-ui .btn-m-choose:hover {
  background: #ED8936;
  border-color: #FDC891;
}
.editor-bg .module-setting {
  border-radius: 15px;
  width: 670px;
  height: 843px;
  margin-left: 53px;
}
.editor-bg .module-setting .card-header {
  border-radius: 15px 15px 0 0;
  height: 50px;
}
.editor-bg .module-setting .card-header .btn-m-terminal {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/terminal.png') no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
  margin-top: 4px;
}
.editor-bg .module-setting .card-header .btn-m-terminal.active,
.editor-bg .module-setting .card-header .btn-m-terminal:focus,
.editor-bg .module-setting .card-header .btn-m-terminal:hover {
  opacity: 0.9;
}
.editor-bg .module-setting .card-header .btn-m-close {
  background: url('https://resource.itaotuo.com/puzzle/editor/images/fast/close-one.png') no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
  margin-top: 4px;
  margin-left: 13px;
}
.editor-bg .module-setting .card-header .btn-m-close.active,
.editor-bg .module-setting .card-header .btn-m-close:focus,
.editor-bg .module-setting .card-header .btn-m-close:hover {
  opacity: 0.9;
}
.editor-bg .module-setting .btn-m-setting-save {
  width: 620px;
  height: 54px;
  background: #ED8936;
  border-color: #FDC891;
  margin: 0 auto;
  color: white;
  font-size: 18px;
}
.editor-bg .module-setting .btn-m-setting-save.active,
.editor-bg .module-setting .btn-m-setting-save:hover {
  opacity: 0.9;
}
.editor-bg .module-setting select,
.editor-bg .module-setting select:hover,
.editor-bg .module-setting select:focus {
  background: #727272;
  color: white;
}
.editor-bg .module-setting input,
.editor-bg .module-setting input:hover,
.editor-bg .module-setting input:focus {
  background: #727272;
  color: white;
}
.editor-bg .module-setting textarea,
.editor-bg .module-setting textarea:hover,
.editor-bg .module-setting textarea:focus {
  background: #727272;
  color: white;
}
.editor-bg .module-setting option {
  background: #2D2E31;
  padding: 11px;
}
.editor-bg .btn-m-help {
  width: 84px;
  margin: 19px auto 16px 639px;
}
.editor-bg .mobile-phone-simulator {
  overflow: auto;
  width: 507px;
  height: 792px;
  margin-top: 26px;
}
.editor-bg .mobile-phone-simulator .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.editor-bg .mobile-phone-simulator::-webkit-scrollbar {
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  -webkit-overflow-scrolling: touch;
}
.editor-bg .mobile-phone-simulator::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.editor-bg .mobile-phone-simulator::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #EDEDED;
  margin: 24px 0;
}
.right_menu {
  box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: #393A3E;
}
.right_menu .btn-m-right-menu-item {
  width: 162px;
  min-height: 41px;
  background: #2D2E31;
  padding: 10px;
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #FDFDFD;
  line-height: 20px;
  border-radius: 5px;
}
.right_menu .btn-m-right-menu-item.active,
.right_menu .btn-m-right-menu-item:hover,
.right_menu .btn-m-right-menu-item:focus {
  background: #414245;
}
.right_menu .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  -webkit-overflow-scrolling: touch;
}
.right_menu .dropdown-menu::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0.5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.right_menu .dropdown-menu::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 0.5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #EDEDED;
  margin: 10px 0;
}
.bg-m-555 {
  background: #555555;
}
.bg-m-222 {
  background: #222222;
}
.bg-m-535455 {
  background: #535455;
}
.bg-m-272829 {
  background: #272829;
}
.bg-m-373839 {
  background: #373839;
}
.bg-m-BFA264 {
  background: #BFA264;
}
.bg-m-727272 {
  background: #727272;
}
.bg-m-7C8283 {
  background: #7C8283;
}
.bg-m-2D2E31 {
  background: #2D2E31;
}
.bg-m-343537 {
  background: #343537;
}
.bg-m-1A1B1C {
  background: #1A1B1C;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded-15 {
  border-radius: 15px;
}
.text-purple {
  color: #895FDF;
}
.divider-m-menu {
  margin: 2px 10px;
  border-color: #393A3E;
}


/*# sourceMappingURL=index.css.map*/