.animated-music {
  animation: music 2s linear infinite;
  -webkit-animation: music 2s linear infinite;
  -ms-animation: music 2s linear infinite;
}
@keyframes music {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes music {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes music {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
/* reset & help class */
html {
  height: 100%;
  background-color: #fff;
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  position: relative;
  height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* loading */
#loadingWrapper,
#loadingWrapperBase {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding: 0;
  z-index: 99999;
  background-color: #fff;
}

#loadingWrapper {
  background: none;
}

#loading,
#loadingBase {
  position: relative;
  top: 50%;
  margin: 0 auto;
  margin-top: -30px;
}
.spinner {
  margin: 0 auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #d7b172;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*-----------------index.css-----------------*/

/*---------loading.css--------------*/
.load-box {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.load-view {
  z-index: 999999;
}
.load-tip {
  font-size: 13px;
}
/*----------------------*/

html,
body,
#subject {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
}
.page {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-frame {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
._btn:active {
  /* transition: all .3s; */
  /* width: 20.5%; */
  transform: scale(0.9);
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c4c4c8;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c4c4c8;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c4c4c8;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c4c4c8;
}
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c4c4c8;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c4c4c8;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c4c4c8;
}
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c4c4c8;
}
.picker-title {
  font-size: 3.2vw !important;
}
input:disabled {
  color: #000;
  opacity: 1;
  -webkit-text-fill-color: #000;
}
select:disabled {
  color: #000;
  opacity: 1;
  -webkit-text-fill-color: #000;
}
text:disabled {
  color: #000;
  opacity: 1;
  -webkit-text-fill-color: #000;
}
