@charset "utf-8";

.feedbackBox { position: fixed; z-index: 9999; padding: 20px; width: 260px; height: 270px; border-radius: 4px; background: rgb(129, 89, 187); bottom: -400px; left: 30px; font-size: 14px; font-family: open_sans, "Open Sans", sans-serif; transition-duration: 0.5s; transition-timing-function: ease-in-out; }

@media only screen and (max-width: 428px) {
  .feedbackBox { display: none !important; }
}

.feedbackBox .head { color: rgb(255, 255, 255); line-height: 1.5; }

.feedbackBox .head .from { text-align: right; color: rgba(255, 255, 255, 0.5); }

.feedbackBox .form .textContent { height: 90px; width: 100%; margin-top: 10px; resize: none; }

.feedbackBox .form .s-kit-btn { margin-top: 10px; width: 100%; }

.feedbackBox .form a { text-decoration: none; color: rgba(255, 255, 255, 0.5); cursor: pointer; }

.feedbackBox .form a:hover { text-decoration: underline; }