/* Feedback弹窗 */
.FeedbackBox {
  display: none;
}
.FeedbackBox.active {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 99;
}
.FeedbackMain {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  max-width: 580px;
}
.FeedbackMain > header {
  background-color: #63a5fe;
  position: relative;
  padding: 10px;
  text-align: center;
}
.FeedbackMain > header h1 {
  font-size: 24px;
  line-height: 35px;
}
.FeedbackMain > header span {
  font-size: 17px;
  color: #fff;
  display: none;
}
b.FeedbackClock {
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
b.FeedbackClock::before {
  content: "";
  display: block;
  width: 65%;
  height: 3px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
}
b.FeedbackClock::after {
  position: absolute;
  content: "";
  display: block;
  width: 65%;
  height: 3px;
  background-color: #fff;
  transform: rotate(-45deg);
}
.FeedbackDiv {
  padding: 10px 20px;
}
.FeedbackDiv > p {
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
  color: #1945a9;
}
.FeedbackDiv > h2 {
  padding-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.FBPortal {
  background-color: #f5f7fb;
  background-color: #f2fbff;
}
.FBPortal p {
  background-color: #e6ebf5;
  background-color: #d4f2ff;
  line-height: 40px;
  text-align: center;
}
.FBPortal ul {
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 12px 0 8px 0;
  max-width: 420px;
}
.FBPortal ul li {
  width: 20%;
}
.FBPortal ul li span {
  width: 50px;
  height: 50px;
  display: flex;
  background-size: 100% !important;
  cursor: pointer;
  margin: auto;
}
.FBPortal ul li:nth-child(1) span {
  background: url(../images/feedbackImg/Into1s.png) no-repeat center;
}
.FBPortal ul li:nth-child(2) span {
  background: url(../images/feedbackImg/Into2s.png) no-repeat center;
}
.FBPortal ul li:nth-child(3) span {
  background: url(../images/feedbackImg/Into3s.png) no-repeat center;
}
.FBPortal ul li:nth-child(4) span {
  background: url(../images/feedbackImg/Into4s.png) no-repeat center;
}
.FBPortal ul li:nth-child(5) span {
  background: url(../images/feedbackImg/Into5s.png) no-repeat center;
}
.FBPortal ul li.active:nth-child(1) span {
  background: url(../images/feedbackImg/Into1.png) no-repeat center;
}
.FBPortal ul li.active:nth-child(2) span {
  background: url(../images/feedbackImg/Into2.png) no-repeat center;
}
.FBPortal ul li.active:nth-child(3) span {
  background: url(../images/feedbackImg/Into3.png) no-repeat center;
}
.FBPortal ul li.active:nth-child(4) span {
  background: url(../images/feedbackImg/Into4.png) no-repeat center;
}
.FBPortal ul li.active:nth-child(5) span {
  background: url(../images/feedbackImg/Into5.png) no-repeat center;
}
.feedbackCB {
  display: flex;
  padding-top: 8px;
}
.feedbackCB button {
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  background-color: #dcf1ff;
  /* border: 1px solid rgba(21, 112, 216, 0.3); */
  /* border: 1px solid #e9e9ef; */
  border-radius: 8px;
  height: 40px;
  align-items: center;
  font-size: 15px;
  min-width: 172px;
}
.feedbackCB > div {
  padding-right: 12px;
}
.feedbackCB > div:last-child {
  padding-right: 0;
}
.feedbackCB > div button::before {
  content: "";
  display: flex;
  width: 30px;
  height: 30px;
}
.feedbackCB > div:nth-child(1) button::before {
  background: url(../images/feedbackImg/Into6.png) no-repeat center;
}
.feedbackCB > div:nth-child(2) button::before {
  background: url(../images/feedbackImg/Into7.png) no-repeat center;
}
.feedbackCB > div:nth-child(3) button::before {
  background: url(../images/feedbackImg/Into8.png) no-repeat center;
}

.feedbackCB > div.active:nth-child(1) button::before {
  background: url(../images/feedbackImg/Into6s.png) no-repeat center;
}
.feedbackCB > div.active:nth-child(2) button::before {
  background: url(../images/feedbackImg/Into7s.png) no-repeat center;
}
.feedbackCB > div.active:nth-child(3) button::before {
  background: url(../images/feedbackImg/Into8s.png) no-repeat center;
}
.feedbackCB > div.active button {
  background-color: #467efd;
  color: #fff;
  border: 0;
}
.feedbackXX > div > span:nth-child(1) {
  line-height: 40px;
  min-width: 130px;
  /* display: flex; */
  justify-content: space-between;
}
.feedbackXX > div > span:nth-child(1) b {
  font-weight: normal;
  padding-right: 10px;
}
.feedbackXX > div:nth-child(1),
.feedbackXX > div:nth-child(2) {
  display: flex;
  padding-top: 15px;
}
.feedbackXX > div:nth-child(1) span:nth-child(2),
.feedbackXX > div:nth-child(2) span:nth-child(2) {
  display: block;
  width: 100%;
}
.feedbackXX > div:nth-child(1) input,
.feedbackXX > div:nth-child(2) input,
.feedbackXX > div:nth-child(4) textarea {
  background-color: #f3f5f9;
  background-color: #fff;
  border: 1px solid #e1e1e7;
  border-radius: 8px;
  width: 100%;
}
.feedbackXX > div:nth-child(4) textarea {
  padding: 3px 10px;
  height: 120px;
}

.feedbackXX > div:nth-child(3) > span {
  line-height: 20px;
  padding-top: 10px;
  display: block;
}
.feedbackXX > div:nth-child(3) ul {
  display: flex;
}
.feedbackXX > div:nth-child(3) li > input {
  background-color: #f3f5f9;
  border: 1px solid #e9e9ef;
  background-color: #fff;
  border: 1px solid #e1e1e7;
  border-radius: 8px;
  width: 100%;
  max-width: 150px;
}
.feedbackXX > div ul li {
  display: flex;
  align-items: center;
}
.FeedbackDiv > footer {
  text-align: center;
  padding-top: 10px;
}
.FeedbackDiv > footer input {
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  background-color: #467efd;
  border-radius: 10px;
  padding: 0 15px 3px 15px;
  color: #fff;
}
.FeedbackDiv > footer div {
  font-size: 14px;
  color: #072869;
  line-height: 15px;
  padding-top: 10px;
  letter-spacing: 0;
}
.feedbackXX > div:nth-child(4) span:nth-child(2) {
  position: relative;
}
.feedbackXX > div:nth-child(4) span:nth-child(2) b {
  position: absolute;
  right: 5px;
  bottom: -20px;
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

@media screen and (max-width: 650px) {
  .FeedbackMain {
    width: 92%;
    border-radius: 8px;
  }
  .FeedbackMain > header h1 {
    font-size: 22vw;
    line-height: 6.8vw;
  }
  b.FeedbackClock {
    width: 8vw;
    height: 8vw;
    right: 1vw;
    top: 2vw;
  }
  b.FeedbackClock::before,
  b.FeedbackClock::after {
    height: 0.5vw;
  }
  .FBPortal p {
    line-height: 35px;
  }
  .FeedbackDiv > p {
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 18px;
  }
  .FeedbackDiv {
    padding: 5px 15px 10px 15px;
  }
  .FBPortal ul {
    padding: 2vw 3vw;
  }
}
@media screen and (orientation: portrait) {
  /* 竖屏 */
  .FeedbackMain {
    width: 95%;
  }
  .FeedbackMain > header h1 {
    font-size: 5vw;
    line-height: 6.8vw;
  }
  .FeedbackDiv > p {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .FBPortal p {
    line-height: 8.8vw;
    font-size: 4vw;
  }
  .FBPortal ul li span {
    width: 11vw;
    height: 11vw;
  }
  .FeedbackDiv > h2 {
    font-size: 4vw;
  }
  .FeedbackDiv {
    padding: 0px 2vw 0px 2vw;
    max-height: 85vh;
    overflow: auto;
    margin: 1.5vw 1vw;
  }
  .feedbackCB {
    flex-wrap: wrap;
    margin: 0 -1vw;
    padding-top: 0;
  }
  .feedbackCB button {
    min-width: auto;
    font-size: 3.8vw;
    height: 10vw;
    border-radius: 1.5vw;
    padding: 1vw 2vw 1.2vw 1vw;
    letter-spacing: 0;
  }
  .feedbackCB > div {
    padding: 5px;
  }
  .feedbackXX > div:nth-child(1),
  .feedbackXX > div:nth-child(2) {
    padding-top: 2.5vw;
  }
  .feedbackXX > div > span:nth-child(1) {
    line-height: 8.8vw;
    min-width: 32vw;
    font-size: 4vw;
  }
  .feedbackXX > div:nth-child(1) input,
  .feedbackXX > div:nth-child(2) input,
  .feedbackXX > div:nth-child(3) li > input {
    padding: 0 2vw;
    line-height: 10vw;
    border-radius: 1.5vw;
  }
  .feedbackXX > div:nth-child(3) li > input {
    max-width: 30vw;
  }
  .feedbackCB > div button::before {
    width: 7vw;
    height: 7vw;
    background-size: 100% !important;
  }
  .feedbackXX > div:nth-child(3) ul {
    flex-wrap: wrap;
  }
  .radio_boxL label {
    font-size: 4vw;
  }
  .feedbackXX > div:nth-child(3) > span:nth-child(1) {
    padding-top: 0;
  }
  .feedbackXX > div:nth-child(4) textarea {
    height: 30vw;
    border-radius: 1.5vw;
    padding: 0 2vw;
  }
  .feedbackXX > div:nth-child(4) span:nth-child(2) b {
    right: 1vw;
    bottom: -3.5vw;
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 3vw;
  }
  .FeedbackDiv > footer input {
    font-size: 4.6vw;
    line-height: 10vw;
    border-radius: 2vw;
    padding: 0 3vw 1vw 3vw;
  }
  .FeedbackDiv > footer div {
    font-size: 3.2vw;
    line-height: 3.5vw;
  }
}
