/* CSS Document */
/* CSS Document */
html, body {
  height: auto;
}

body {
  background-color: #f5f9fa;
}

body .header {
  background-color: #fff;
}

.mmfp_01 {
  overflow: hidden;
}

.mmfp_01 .p {
  width: 100%;
  overflow: hidden;
}

.mmfp_01 .pt {
  text-align: center;
  border-bottom: 1px solid #dbe4e6;
}

.mmfp_01 .pt .p1 span {
  display: inline-block;
  background: linear-gradient(to right, #0752a2, #14deff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mmfp_01 .pt .p2 {
  color: #000;
}

.mmfp_01 .pc {
  overflow: hidden;
  margin: 0px auto;
  max-width: 970px;
}

.mmfp_01 .pc ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.mmfp_01 .pc ul li:last-child {
  margin-bottom: 0px;
}

.mmfp_01 .pc ul li .p1 {
  color: #000;
  font-weight: bold;
}

.mmfp_01 .pc ul li .p1 span {
  color: #dd0505;
  margin-right: 4px;
}

.mmfp_01 .pc ul li .p2 {
  margin-top: 0.05rem;
}

.mmfp_01 .pc ul li .p2 .mmfp01_txt {
  width: 100%;
  overflow: hidden;
  height: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 0.2rem;
  border: 1px solid #d5e2e5;
}

.mmfp_01 .pc ul li .p2 label {
  display: inline-block;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  color: #333333;
  margin: 0px;
  padding: 0px;
  margin-top: 0.05rem;
  float: left;
}

.mmfp_01 .pc ul li .p2 label input {
  width: 0.2rem;
  height: 0.2rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  background: url("../images/form/f_01.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}

.mmfp_01 .pc ul li .p2 label input:checked {
  background-image: url("../images/form/f_02.png");
}

.mmfp_01 .pc ul li .grid6 label {
  min-width: 16.6666666667%;
}

.mmfp_01 .pc ul li .grid5 label {
  min-width: 20%;
}

.mmfp_01 .pb {
  text-align: center;
}

.mmfp_01 .pb .mmfp_btn {
  height: 0.6rem;
  padding: 0px 1rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #fff;
  background: linear-gradient(to right, #0860ac, #13d5f9);
  background: -webkit-linear-gradient(to right, #0860ac, #13d5f9);
  background: -o-linear-gradient(to right, #0860ac, #13d5f9);
  background: -moz-linear-gradient(to right, #0860ac, #13d5f9);
}

@media screen and (max-width: 960px) {
  .mmfp_01 .pt .p1 {
    line-height: 1.4;
  }
  .mmfp_01 .pc ul li .grid6 label {
    min-width: 33.3333333333%;
  }
  .mmfp_01 .pc ul li .grid5 label {
    min-width: 33.3333333333%;
  }
}