/* CSS Document */
:root {
  --lxwmh:0px;
}

.lxwm_01 {
  overflow: hidden;
  position: relative;
  padding-top: 1.4rem;
}

.lxwm_01::before {
  content: "";
  display: block;
  width: 100%;
  height: var(--lxwmh);
  background-color: #f5f7f9;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.lxwm_01 .wrap_nr {
  position: relative;
  z-index: 9;
}

.lxwm01_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.6rem;
  background-color: #fff;
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
  padding: 1rem 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm01_c .c {
  width: 100%;
  overflow: hidden;
}

.lxwm01_c ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.lxwm01_c ul li {
  max-width: 3.28rem;
}

.lxwm01_c ul li .p {
  width: 100%;
  overflow: hidden;
}

.lxwm01_c ul li .p1 img {
  display: block;
  margin: 0px auto;
  padding: 0px;
  width: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.lxwm01_c ul li .p1 img.img1 {
  width: 2rem;
  border: 0.01rem solid #ebebeb;
}

.lxwm01_c ul li .p2 {
  text-align: center;
  color: #999;
  line-height: 1.5;
  font-family: SourceHanSansCN-Medium;
  font-weight: 100;
  margin-top: 0.2rem;
}

.lxwm01_c ul li .p3 {
  text-align: center;
  color: #222;
  line-height: 1.5;
  margin-top: 0.02rem;
}

.lxwm01_c ul li .p4 {
  text-align: center;
  color: #222;
  line-height: 1.5;
  margin-top: 0.05rem;
}

.lxwm01_b {
  width: 100%;
  overflow: hidden;
  height: 0.8rem;
}

.lxwm_02 {
  overflow: hidden;
  background-color: #f5f7f9;
  padding-bottom: 1.5rem;
}

.lxwm02_t {
  width: 100%;
  overflow: hidden;
  font-family: SourceHanSansCN-Bold;
  color: #222;
  line-height: 1.5;
}

.lxwm02_c {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
}

.lxwm02_c ul li {
  width: calc((100% - 1.2rem) / 3);
  float: left;
  margin-right: 0.6rem;
}

.lxwm02_c ul li:nth-child(3) {
  margin-right: 0px;
}

.lxwm02_c ul li:last-child {
  width: 100%;
  margin-right: 0px;
  margin-top: 0.3rem;
}

.lxwm02_c ul li input {
  width: 100%;
  height: 0.8rem;
  padding: 0px;
  border: 0px;
  border-bottom: 0.01rem solid #d0d1d1;
  background-color: #f5f7f9;
  color: #000;
}

.lxwm02_c ul li input::-moz-placeholder {
  color: #999999;
}

.lxwm02_c ul li input::-moz-placeholder {
  color: #999999;
}

.lxwm02_c ul li input::-ms-input-placeholder {
  color: #999999;
}

.lxwm02_c ul li input::-webkit-input-placeholder {
  color: #999999;
}

.lxwm02_c ul li select {
  width: 100%;
  height: 0.8rem;
  color: #999;
  border: 0px;
  border-bottom: 0.01rem solid #d0d1d1;
  background: none;
  background: url("../images/t_02.svg") calc(100% - 0rem) 50% no-repeat;
  background-size: 0.2rem;
}

.lxwm02_c ul li select:focus {
  color: #000;
  background: url("../images/t_03.svg") calc(100% - 0rem) 50% no-repeat;
  background-size: 0.2rem;
}

.lxwm02_c ul li textarea {
  width: 100%;
  height: 2rem;
  border: 0px;
  border-bottom: 0.01rem solid #d0d1d1;
  padding: 0px;
  background-color: #f5f7f9;
  color: #000;
}

.lxwm02_c ul li textarea::-moz-placeholder {
  color: #999999;
}

.lxwm02_c ul li textarea::-moz-placeholder {
  color: #999999;
}

.lxwm02_c ul li textarea::-ms-input-placeholder {
  color: #999999;
}

.lxwm02_c ul li textarea::-webkit-input-placeholder {
  color: #999999;
}

.lxwm02_b {
  width: 100%;
  overflow: hidden;
  margin-top: 0.4rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  font-family: SourceHanSansCN-Bold;
}

.lxwm02_b input {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: url("../images/box_01.svg") 50% no-repeat;
  background-size: 100%;
  margin-right: 0.18rem;
}

.lxwm02_b input:checked {
  background-image: url("../images/box_02.svg");
}

.lxwm02_sub {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 0.6rem;
}

.lxwm02_sub input {
  width: 2.3rem;
  height: 0.7rem;
  border: 0px;
  cursor: pointer;
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #0d6fb8;
  color: #fff;
}

@media screen and (max-width: 1029px) {
  .lxwm01_c {
    padding: 0.4rem;
  }
  .lxwm01_c ul {
    display: block;
  }
  .lxwm01_c ul li {
    float: left;
    margin-right: 0px;
    max-width: 100%;
  }
  .lxwm01_c ul li:nth-child(1) {
    width: 100%;
    max-width: 100%;
  }
  .lxwm01_c ul li:nth-child(2) {
    width: 50%;
    margin-top: 0.4rem;
  }
  .lxwm01_c ul li:nth-child(3) {
    width: 50%;
    margin-top: 0.4rem;
  }
  .lxwm01_c ul li .p3 {
    word-break: break-all;
  }
  .lxwm01_c ul li:nth-child(4) {
    width: 100%;
    margin-top: 0.4rem;
  }
  .lxwm_01 {
    padding-top: 0.6rem;
  }
  .lxwm01_b {
    height: 0.6rem;
  }
  .lxwm02_c ul li {
    width: 100%;
    margin-right: 0px;
    margin-top: 0.1rem;
  }
  .lxwm02_c ul li:nth-child(1) {
    margin-top: 0px;
  }
  .lxwm_02 {
    padding-bottom: 1rem;
  }
}