#newBridge .icon-right-center {
  top: 86%; }

aside {
  position: fixed;
  z-index: 9;
  top: 300px;
  right: 10px; }
  aside ul {
    height: 262px;
    width: 52px; }
    aside ul li {
      cursor: pointer;
      width: 52px;
      height: 52px;
      background: white;
      border: 1px solid gainsboro;
      margin-bottom: 18px;
      text-align: center; }
      aside ul li img {
        width: 20px;
        height: 20px;
        margin-top: 16px; }
      aside ul li div {
        width: 52px;
        text-align: center;
        position: relative;
        top: -10px; }
      aside ul li .active {
        position: relative;
        top: -10px; }
      aside ul li .fk:after {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        background-color: #eded34; }

.blurry {
  background: gray;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  filter: alpha(opacity=60);
  opacity: 0.5 !important; }

.feedback {
  width: 720px;
  height: 450px;
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 6px;
  overflow: auto;
  background-color: #fff; }
  .feedback img {
    cursor: pointer;
    position: relative;
    left: 684px;
    top: 20px; }
  .feedback h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9dcde;
    text-align: center;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    width: 660px;
    margin: 0 auto;
    margin-top: 25px; }
  .feedback .selected {
    margin-top: 40px;
    margin-left: 30px;
    font-size: 14px; }
    .feedback .selected label {
      margin-right: 50px; }
      .feedback .selected label input {
        width: 16px;
        height: 16px;
        position: relative;
        top: 3px;
        color: red; }
  .feedback textarea {
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 40px;
    margin-left: 30px;
    width: 628px;
    height: 100px;
    outline: none;
    resize: none;
    color: #555555;
    border: 1px solid #d9d9d9; }
  .feedback .btn {
    cursor: pointer;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #000 !important;
    font-weight: 600;
    background: linear-gradient(135deg, #FAC846 0%, #FFB916 100%);
    box-shadow: 0px 4px 12px 0px rgba(250, 200, 70, 0.3);
    border-radius: 8px 8px 8px 8px; }

.feedback_customized3 {
  width: 720px;
  height: 550px;
  z-index: 999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-radius: 6px;
  overflow: auto;
  background-color: #fff; }
  .feedback_customized3 img {
    cursor: pointer;
    position: relative;
    left: 684px;
    top: 20px; }
  .feedback_customized3 h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #d9dcde;
    text-align: center;
    font-weight: 400;
    color: #9aafbd;
    font-size: 16px;
    width: 660px;
    margin: 0 auto;
    margin-top: 25px; }
  .feedback_customized3 .selected {
    margin-top: 40px;
    margin-left: 30px;
    font-size: 14px; }
    .feedback_customized3 .selected label {
      margin-right: 50px; }
    .feedback_customized3 .selected .form_customized {
      display: flex;
      justify-content: space-between;
      width: 90%;
      margin-bottom: 20px; }
      .feedback_customized3 .selected .form_customized div {
        flex: 1; }
    .feedback_customized3 .selected p {
      margin-bottom: 20px; }
  .feedback_customized3 textarea {
    padding: 8px 15px;
    border-radius: 4px;
    margin-top: 20px;
    margin-left: 30px;
    width: 628px;
    height: 100px;
    outline: none;
    resize: none;
    color: #555555;
    border: 1px solid #d9d9d9; }
  .feedback_customized3 .btn {
    cursor: pointer;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #E74B3B;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #ffffff; }
