/* CSS Document */
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

.hidden {
  overflow: hidden; }

.popup{
  display: none;
}

.tinyer-content {
  font-family: 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 0.45333rem;
  line-height: 0.56rem;
  color: #000;
  -webkit-overflow-scrolling: touch; }

.tinyer-popup-backdrop {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4); }

.tinyer-popup-backdrop.tinyer-active {
  opacity: 1; }

.tinyer-popup {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  display: none;
  overflow: hidden;
  width: 7.2rem;
  -webkit-transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
  transform: translate3d(-50%, -50%, 0) scale(1.185);
  text-align: center;
  opacity: 0;
  color: #000;
  border-radius: 0.34667rem;
  font-family: "HelveticaNeue" , Helvetica, sans-serif; }

.tinyer-popup.tinyer-popup-in {
  display: block;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1; }

.tinyer-popup.tinyer-popup-out {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 0; }

.tinyer-popup-inner {
  position: relative;
  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.95); }

.tinyer-popup-inner:after {
  position: absolute;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.tinyer-popup-title {
  font-size: 0.42667rem;
  font-weight: 500;
  text-align: center; }

.tinyer-popup-title + .tinyer-popup-text {
  font-family: inherit;
  font-size: 0.37333rem;
  margin: 0.13333rem 0rem 0rem; }

.tinyer-popup-buttons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1.17333rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.tinyer-popup-button {
  font-size: 0.45333rem;
  line-height: 1.17333rem;
  height: 1.17333rem;
  padding: 0rem 0.13333rem;
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #007aff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-flex: 1; }

.tinyer-popup-button:after {
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: rgba(0, 0, 0, 0.2); }

.tinyer-popup-button.tinyer-popup-button-bold {
  font-weight: 600; }

.tinyer-popup-input input {
  font-size: 0.37333rem;
  width: 100%;
  height: 0.69333rem;
  margin: 0.4rem 0 0;
  padding: 0 0.13333rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
  background: #fff }

.tinyer-toast-container {
  line-height: 0.45333rem;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; }

.tinyer-toast-container.tinyer-active {
  opacity: .9; }

.tinyer-toast-message {
  font-size: 0.37333rem;
  padding: 0.26667rem 0.66667rem;
  text-align: center;
  color: #fff;
  border-radius: 0.16rem;
  background-color: #323232; }

.tinyer_getcode {
  position: relative;
  padding-right: 0.18667rem; }

.tinyer_getcode_input {
  margin: 0.4rem 0 0; }

.tinyer_getcode_input input {
  margin: 0; }

.tinyer_getcode_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  height: 0.69333rem;
  text-align: center;
  line-height: 0.69333rem;
  font-size: 0.24rem;
  background-color: #000;
  color: #fff; }

/*# sourceMappingURL=tinyer.css.map */
