.collectsHead {
  width: 1010px;
  height: 58px;
}
.rechargeHeadMoney {
  float: left;
  height: 58px;
  line-height: 78px;
  width: 91px;
  color: #3dbb2b;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  border-bottom: 2px solid #3dbb2b;
}
.collectsRight {
  height: 58px;
  float: left;
  width: 917px;
  font-size: 14px;
  margin-left: 1px;
  line-height: 78px;
  color: #FF7400;
  border-bottom: 2px solid #D8D8D8;
}
.collectsRight i {
  width: 1px;
  height: 15px;
  background: #D8D8D8;
  float: left;
  margin-top: 33px;
  margin-right: 10px;
}
.yonghufankui h3 {
  font-size: calc(21*var(--rem));
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
.jianjup {
  margin-top: calc(11*var(--rem));
}
.form_yhfk {
  margin-top: calc(43*var(--rem));
  font-size: calc(21*var(--rem));
  position: relative;
  display: flex;
  flex-direction: column;
}
.form_yhfk ul {
  float: left;
}
.form_yhfk li {
  color: #666666;
  display: inline-block;
  margin-left: 20px;
}
.form_yhfk li input {
  margin-right: 5px;
}
.xingxing {
  color: #FF0000;
  font-size: calc(16*var(--rem));
  position: relative;
  margin-right: calc(5*var(--rem));
}
.yhfk_input input {
  outline: none;
  width: 290px;
  height: 40px;
  border: 1px solid #eeeeee;
  margin-left: 20px;
  padding-left: 10px;
}
.yhfk_input textarea {
  width: 100%;
  height: calc(128*var(--rem));
  border-radius: calc(5*var(--rem));
  border: 1px solid #E6E6E6;
  padding: calc(16*var(--rem)) calc(21*var(--rem));
  margin-top: calc(16*var(--rem));
}
.yhfk_input {
  display: flex;
  flex-direction: column;
}
.yhfk_input button {
  width: calc(171*var(--rem));
  height: calc(64*var(--rem));
  background: #FF5E15;
  color: #fff;
  margin: calc(56*var(--rem)) auto;
  border-radius: calc(11*var(--rem));
}
/* 反馈成功 弹框 */
.mccx {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.482);
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}
.tanchuang {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 240px;
  background-color: white;
  border-radius: 6px;
  text-align: center;
}
.tanchuang img {
  width: 64px;
  height: 64px;
  margin-top: 20px;
  display: inline-block;
}
.tanchuang h4 {
  font-size: 18px;
  margin-top: 10px;
}
.tanchuang p {
  width: 75%;
  margin: 0 auto;
  margin-top: 10px;
}
.tanchuang a {
  color: #3dbb2b !important;
}
.tanchuang button {
  border-radius: 18px;
  background-color: #3dbb2b;
  color: white;
  width: 160px;
  height: 36px;
  outline: none;
  border: 1px solid #3dbb2b;
  margin: 0 auto;
  margin-top: 10px;
}
