/* 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;
  max-width: 580px;
}
.FeedbackMain form > header {
  background-color: #63a5fe;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
  padding: 10px;
  text-align: center;
}
.FeedbackMain form > header h1 {
  font-size: 24px;
  line-height: 35px;
  padding-left: 50px;
}
.FeedbackMain form > header span {
  font-size: 17px;
  color: #fff;
  display: none;
}
.FeedbackMain form > header::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/feedbackImg/Into9.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -10px;
  left: 80px;
}
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 span label {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: relative;
}
.FBPortal ul li span label input {
  display: none;
}
.FBPortal ul li span label::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% !important;
  background: url(../images/feedbackImg/Into1s.png) no-repeat center;
}
.FBPortal ul li span label b {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: 100% !important;
  background: url(../images/feedbackImg/Into1.png) no-repeat center;
}
.FBPortal ul li span label input:checked + b {
  opacity: 1;
}
.FBPortal ul li:nth-child(1) span label::before {
  background: url(../images/feedbackImg/Into1s.png) no-repeat center;
}
.FBPortal ul li:nth-child(2) span label::before {
  background: url(../images/feedbackImg/Into2s.png) no-repeat center;
}
.FBPortal ul li:nth-child(3) span label::before {
  background: url(../images/feedbackImg/Into3s.png) no-repeat center;
}
.FBPortal ul li:nth-child(4) span label::before {
  background: url(../images/feedbackImg/Into4s.png) no-repeat center;
}
.FBPortal ul li:nth-child(5) span label::before {
  background: url(../images/feedbackImg/Into5s.png) no-repeat center;
}
.FBPortal ul li:nth-child(1) span label b {
  background: url(../images/feedbackImg/Into1.png) no-repeat center;
}
.FBPortal ul li:nth-child(2) span label b {
  background: url(../images/feedbackImg/Into2.png) no-repeat center;
}
.FBPortal ul li:nth-child(3) span label b {
  background: url(../images/feedbackImg/Into3.png) no-repeat center;
}
.FBPortal ul li:nth-child(4) span label b {
  background: url(../images/feedbackImg/Into4.png) no-repeat center;
}
.FBPortal ul li:nth-child(5) span label b {
  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 label {
  cursor: pointer;
  background-color: #dcf1ff;
  height: 40px;
  position: relative;
  min-width: 172px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  overflow: hidden;
}
.feedbackCB > div label input {
  display: none;
}
.feedbackCB > div label b {
  font-weight: normal;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feedbackCB > div label b::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
.feedbackCB > div input:checked + b {
  background-color: #467efd;
  color: #fff;
}
.feedbackCB > div:nth-child(1) label b::before {
  background: url(../images/feedbackImg/Into6.png) no-repeat;
}
.feedbackCB > div:nth-child(1) input:checked + b::before {
  background: url(../images/feedbackImg/Into6s.png) no-repeat;
}
.feedbackCB > div:nth-child(2) label b::before {
  background: url(../images/feedbackImg/Into7.png) no-repeat;
}
.feedbackCB > div:nth-child(2) input:checked + b::before {
  background: url(../images/feedbackImg/Into7s.png) no-repeat;
}
.feedbackCB > div:nth-child(3) label b::before {
  background: url(../images/feedbackImg/Into8.png) no-repeat;
}
.feedbackCB > div:nth-child(3) input:checked + b::before {
  background: url(../images/feedbackImg/Into8s.png) no-repeat;
}

.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;
}
.lay-msg-tip {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #fff;
  max-width: 90%;
}
.lay-msg-tip .layui-layer-content {
  padding: 15px;
  word-break: normal;
}

@media screen and (max-width: 768px) {
  .feedbackCB > div:nth-child(1) label {
    min-width: 140px;
  }
  .feedbackCB > div:nth-child(2) label {
    min-width: 160px;
  }
  .feedbackCB > div:nth-child(3) label {
    min-width: 140px;
  }
  .FeedbackDiv {
    max-height: 78vh;
    overflow: auto;
    margin: 5px;
  }
  .FeedbackMain form > header::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 650px) {
  .FeedbackMain {
    width: 92%;
    border-radius: 8px;
  }
  .FeedbackMain form > header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .FeedbackMain form > 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) {
  /* 竖屏 */
  @media screen and (max-width: 650px) {
    .feedbackCB > div label b {
      font-size: 4vw;
    }
    .FeedbackMain {
      width: 95%;
    }
    .FeedbackMain form > header h1 {
      font-size: 5vw;
      line-height: 6.8vw;
      padding-left: 15vw;
    }
    .FeedbackMain form > header::before {
      left: 7vw;
      width: 18vw;
      height: 18vw;
      bottom: -2vw;
    }
    .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;
    }
  }
}
