.feedback {
  width: 410px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 76px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  z-index: 991;
  transition: all 500ms;
}

.commonBtn {
  cursor: pointer;
}
.commonBtn:hover {
  opacity: 1;
}
.commonBtn:hover {
  opacity: 0.8;
  transition: opacity 1000ms;
}
.feedback.noHead {
  margin-top: 0;
  transition: all 500ms;
}
.feedback .feedbackTitle {
  width: 100%;
  height: 60px;
  background: #F6F8FA;
  line-height: 60px;
  text-align: center;
  color: #34353C;
  font-size: 18px;
  position: relative;
}
.feedback .feedbackTitle i {
  position: absolute;
  display: inline-block;
  left: 24px;
  color: #34353C;
  font-size: 18px;
}
.feedback .feedbackContent {
  padding-left: 24px;
  padding-top: 40px;
}
.feedback .feedbackContent .feedbackTip {
  color: #34353C;
  font-size: 16px;
  margin-bottom: 27px;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem {
  width: 108px;
  height: 38px;
  border: 1px solid #D2DBE6;
  line-height: 38px;
  text-align: center;
  color: #8A9296;
  font-size: 14px;
  margin-bottom: 18px;
  margin-right: 18px;
  position: relative;
  cursor: pointer;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem .footmark {
  display: none;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem:hover {
  border: 1px solid #EF594B;
  opacity: 0.8;
  transition: all 1500ms;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem.selected {
  border: 1px solid #EF594B;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem.selected:hover {
  opacity: 1;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem.selected .footmark {
  display: block;
  position: absolute;
  width: 24px;
  height: 22px;
  right: 0;
  bottom: 0;
  background: #EF594B;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem.selected .footmark .whiteTriangle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-right: 12px solid #EF594B;
  border-bottom: 11px solid #EF594B;
  border-top: 11px solid #fff;
  border-left: 12px solid #fff;
}
.feedback .feedbackContent .feedbackSelectCon .feedbackSelectItem.selected .footmark i {
  position: absolute;
  color: #fff;
  line-height: 10px;
  font-size: 6px;
  right: 0px;
  bottom: 1px;
  z-index: 99;
}
.feedback .feedbackContent .feedbackDetail {
  width: 324px;
  height: 198px;
  background: #FFFFFF;
  border: 1px solid #D2DBE6;
  margin-top: 5px;
  padding: 15px 20px;
  margin-bottom: 50px;
}
.feedback .feedbackContent .contactInformation {
  width: 324px;
  height: 12px;
  padding: 15px 20px;
  font-size: 14px;
  border: 1px solid #D2DBE6;
}
.feedback .feedbackContent .commitBtn {
  width: 128px;
  height: 48px;
  border-radius: 1px;
  background: #EF594B;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  margin-top: 40px;
}
