
/* line 2 : e:\standard\stylus\_cfwt\sweetalert.styl */

/* line 1 : e:\standard\node_modules\grunt-contrib-stylus\node_modules\stylus\lib\functions\index.styl */

/* line 1 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-overlay {
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}

/* line 11 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert {
  background-color: #fff;
  font-family: 'Microsoft Yahei';
  width: 478px;
  padding: 17px 0px 5px 0px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}

/* line 26 : e:\standard\stylus\_cfwt\sweetalert.styl */
@media all and (max-width: 540px) {

/* line 27 : e:\standard\stylus\_cfwt\sweetalert.styl */
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 25px;
    right: 25px;
  }
}

/* line 33 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert h2 {
  color: #000;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  text-transform: none;
  position: relative;
}

/* line 40 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert p {
  color: #000;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  position: relative;
  margin-top: 10px;
  line-height: normal;
}

/* line 48 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert button {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  line-height: 44px;
  height: 44px;
  margin-top: 20px;
  border-top: 1px solid #c0bcbc;
  cursor: pointer;
  outline: none;
}

/* line 63 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert button:hover {
  background-color: #fff;
}

/* line 65 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert button:active {
  background-color: #fff;
}

/* line 67 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert button.cancel {
  background-color: #fff;
}

/* line 69 : e:\standard\stylus\_cfwt\sweetalert.styl */
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

/* line 72 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes showSweetAlert {

/* line 73 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

/* line 76 : e:\standard\stylus\_cfwt\sweetalert.styl */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

/* line 79 : e:\standard\stylus\_cfwt\sweetalert.styl */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }

/* line 82 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 85 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes showSweetAlert {

/* line 86 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

/* line 89 : e:\standard\stylus\_cfwt\sweetalert.styl */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

/* line 92 : e:\standard\stylus\_cfwt\sweetalert.styl */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }

/* line 95 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 111 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes hideSweetAlert {

/* line 112 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

/* line 115 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 118 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes hideSweetAlert {

/* line 119 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

/* line 122 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 132 : e:\standard\stylus\_cfwt\sweetalert.styl */
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

/* line 137 : e:\standard\stylus\_cfwt\sweetalert.styl */
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

/* line 142 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes animateSuccessTip {

/* line 143 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 147 : e:\standard\stylus\_cfwt\sweetalert.styl */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 151 : e:\standard\stylus\_cfwt\sweetalert.styl */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

/* line 155 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

/* line 159 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

/* line 163 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes animateSuccessTip {

/* line 164 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 168 : e:\standard\stylus\_cfwt\sweetalert.styl */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 172 : e:\standard\stylus\_cfwt\sweetalert.styl */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

/* line 176 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

/* line 180 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

/* line 205 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes animateSuccessLong {

/* line 206 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 210 : e:\standard\stylus\_cfwt\sweetalert.styl */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 214 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

/* line 218 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

/* line 222 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes animateSuccessLong {

/* line 223 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 227 : e:\standard\stylus\_cfwt\sweetalert.styl */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 231 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

/* line 235 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

/* line 256 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes rotatePlaceholder {

/* line 257 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 260 : e:\standard\stylus\_cfwt\sweetalert.styl */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 263 : e:\standard\stylus\_cfwt\sweetalert.styl */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

/* line 266 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 269 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes rotatePlaceholder {

/* line 270 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 273 : e:\standard\stylus\_cfwt\sweetalert.styl */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 276 : e:\standard\stylus\_cfwt\sweetalert.styl */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

/* line 279 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 295 : e:\standard\stylus\_cfwt\sweetalert.styl */
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

/* line 300 : e:\standard\stylus\_cfwt\sweetalert.styl */
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

/* line 98 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes showSweetAlert {

/* line 99 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

/* line 102 : e:\standard\stylus\_cfwt\sweetalert.styl */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

/* line 105 : e:\standard\stylus\_cfwt\sweetalert.styl */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }

/* line 108 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 98 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes showSweetAlert {

/* line 99 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

/* line 102 : e:\standard\stylus\_cfwt\sweetalert.styl */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

/* line 105 : e:\standard\stylus\_cfwt\sweetalert.styl */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }

/* line 108 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 98 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-o-keyframes showSweetAlert {

/* line 99 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

/* line 102 : e:\standard\stylus\_cfwt\sweetalert.styl */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

/* line 105 : e:\standard\stylus\_cfwt\sweetalert.styl */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }

/* line 108 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 98 : e:\standard\stylus\_cfwt\sweetalert.styl */
@keyframes showSweetAlert {

/* line 99 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

/* line 102 : e:\standard\stylus\_cfwt\sweetalert.styl */
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

/* line 105 : e:\standard\stylus\_cfwt\sweetalert.styl */
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }

/* line 108 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* line 125 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes hideSweetAlert {

/* line 126 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

/* line 129 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 125 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes hideSweetAlert {

/* line 126 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

/* line 129 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 125 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-o-keyframes hideSweetAlert {

/* line 126 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

/* line 129 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 125 : e:\standard\stylus\_cfwt\sweetalert.styl */
@keyframes hideSweetAlert {

/* line 126 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

/* line 129 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

/* line 184 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes animateSuccessTip {

/* line 185 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 189 : e:\standard\stylus\_cfwt\sweetalert.styl */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 193 : e:\standard\stylus\_cfwt\sweetalert.styl */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

/* line 197 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

/* line 201 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

/* line 184 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes animateSuccessTip {

/* line 185 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 189 : e:\standard\stylus\_cfwt\sweetalert.styl */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 193 : e:\standard\stylus\_cfwt\sweetalert.styl */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

/* line 197 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

/* line 201 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

/* line 184 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-o-keyframes animateSuccessTip {

/* line 185 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 189 : e:\standard\stylus\_cfwt\sweetalert.styl */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 193 : e:\standard\stylus\_cfwt\sweetalert.styl */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

/* line 197 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

/* line 201 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

/* line 184 : e:\standard\stylus\_cfwt\sweetalert.styl */
@keyframes animateSuccessTip {

/* line 185 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 189 : e:\standard\stylus\_cfwt\sweetalert.styl */
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

/* line 193 : e:\standard\stylus\_cfwt\sweetalert.styl */
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

/* line 197 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

/* line 201 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

/* line 239 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes animateSuccessLong {

/* line 240 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 244 : e:\standard\stylus\_cfwt\sweetalert.styl */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 248 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

/* line 252 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

/* line 239 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes animateSuccessLong {

/* line 240 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 244 : e:\standard\stylus\_cfwt\sweetalert.styl */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 248 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

/* line 252 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

/* line 239 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-o-keyframes animateSuccessLong {

/* line 240 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 244 : e:\standard\stylus\_cfwt\sweetalert.styl */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 248 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

/* line 252 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

/* line 239 : e:\standard\stylus\_cfwt\sweetalert.styl */
@keyframes animateSuccessLong {

/* line 240 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 244 : e:\standard\stylus\_cfwt\sweetalert.styl */
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

/* line 248 : e:\standard\stylus\_cfwt\sweetalert.styl */
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

/* line 252 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

/* line 282 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-moz-keyframes rotatePlaceholder {

/* line 283 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 286 : e:\standard\stylus\_cfwt\sweetalert.styl */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 289 : e:\standard\stylus\_cfwt\sweetalert.styl */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

/* line 292 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 282 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-webkit-keyframes rotatePlaceholder {

/* line 283 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 286 : e:\standard\stylus\_cfwt\sweetalert.styl */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 289 : e:\standard\stylus\_cfwt\sweetalert.styl */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

/* line 292 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 282 : e:\standard\stylus\_cfwt\sweetalert.styl */
@-o-keyframes rotatePlaceholder {

/* line 283 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 286 : e:\standard\stylus\_cfwt\sweetalert.styl */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 289 : e:\standard\stylus\_cfwt\sweetalert.styl */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

/* line 292 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

/* line 282 : e:\standard\stylus\_cfwt\sweetalert.styl */
@keyframes rotatePlaceholder {

/* line 283 : e:\standard\stylus\_cfwt\sweetalert.styl */
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 286 : e:\standard\stylus\_cfwt\sweetalert.styl */
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

/* line 289 : e:\standard\stylus\_cfwt\sweetalert.styl */
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

/* line 292 : e:\standard\stylus\_cfwt\sweetalert.styl */
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
