input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="radio"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.yuyue-box {
  background-color: rgb(253, 251, 251);
  box-shadow: 0px 0px 16px 0 rgba(224, 222, 221, 1);
  margin: 20px auto;
}

.yuyue-title {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: url('https://u3.huatu.com/uploads/allimg/220107/660680-22010G53129424.png') no-repeat center;
  text-align: center;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yuyue-title i {
  font-style: normal;
  width: 18px;
  height: 18px;
  background: url('https://jzg.huatu.com/zt/yuyuestatic/images/star.png') no-repeat center;
  margin: 0 25px;
}

.ajax_form {
  padding: 24px 0 34px;
}

.ajax-top,
.ajax-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ajax-top input,
.ajax-top select {
  width: 17%;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 0px #E0DEDD;
  border-radius: 6px;
  margin-right: 1%;
  box-sizing: border-box;
  padding: 0 15px;
  outline: none;
  border: none;
  font-size: 14px;
  font-family: PingFang SC;
  color: #343434;
}

.ajax-top select {
  background: url('https://jzg.huatu.com/zt/yuyuestatic/images/select_bg.png') no-repeat 90% center;
}

.ajax-top p {
  width: 23%;
  position: relative;
  padding-bottom: 0;
}

.ajax-top p input {
  width: 100%;
}

.ajax-top p input#fs {
  width: 45%;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
  background: #E7E5E5;
  border-radius: 0 6px 6px 0;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
}

.ajax-bottom {
  margin-top: 23px;
}

.ajax-bottom input {
  width: 24px;
  height: 24px;
  background: url('https://jzg.huatu.com/zt/yuyuestatic/images/input_bg.png') no-repeat center;
  /* margin-right: 5px; */
}

.ajax-bottom input:checked {
  background: url('https://jzg.huatu.com/zt/yuyuestatic/images/input_bg2.png') no-repeat center;
}

.ajax-item {
  margin-right: 1.7%;
  font-size: 16px;
  line-height: 16px;
  font-family: PingFang SC;
  color: #343434;
  display: flex;
  align-items: center;
}

.ajax-item.active {
  color: #F61111;
}

.ajaxBtn {
  display: block;
  width: 191px;
  height: 42px;
  background: linear-gradient(
0deg
, #e3204d, #ff0030, #fe628e);

  box-shadow: 0px 0px 10px 0px #DFDFDF;
  border-radius: 21px;
  margin: 28px auto 0;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  line-height: 32px;
  text-shadow: 0px 0px 10px #67B47D;
  cursor: pointer;
}
@media screen and (max-width:1500px){
  .ajax-item {
    margin-right: 1%;
  }
}
@media screen and (max-width:1420px){
  .ajax-item {
    font-size: 14px;
  }
  .ajax-top input, .ajax-top select {
    padding: 0 10px;
  }
}
@media screen and (max-width:1250px){
  .ajax-item {
    font-size: 12px;
  }
  .ajax-top input, .ajax-top select {
    font-size: 12px;
  }
}
@media screen and (max-width:1080px){
  .yuyue-box {
    background-color: rgb(253, 251, 251);
    box-shadow: 0px 0px .4rem 0 rgba(224, 222, 221, 1);
    margin: .5rem auto;
  }

  .yuyue-title {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    background: url('https://u3.huatu.com/uploads/allimg/220107/660680-22010G53129424.png') no-repeat center;
	/* background: url('https://jzg.huatu.com/zt/yuyuestatic/images/head_bg.png') no-repeat center; */
    background-size: auto 100%;
    font-size: .8rem;
  }

  .yuyue-title i {
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    margin: 0 .5rem;
  }

  .ajax_form {
    padding: .5rem 0 ;
  }

  .ajax-top,
  .ajax-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .ajax-top input,
  .ajax-top select {
    width: 30%;
    height: 1.5rem;
    box-shadow: 0px 0px .4rem 0px #E0DEDD;
    border-radius: .2rem;
    margin-right: 1%;
    padding: 0 .2rem;
    font-size: .65rem;
    margin-bottom: .5rem;
  }

  .ajax-top select {
    background: url('https://jzg.huatu.com/zt/yuyuestatic/images/select_bg.png') no-repeat 90% center;
  }

  .ajax-top p {
    width: 61%;
    height: 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
  }

  .ajax-top p input {
    width: 100%;
    margin-bottom: 0;
  }

  .ajax-top p input#fs {
    width: 45%;
    height: 1.5rem;
    line-height: 1.5rem;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    background: #E7E5E5;
    border-radius: 0 .15rem .15rem 0;
    box-shadow: none;
    cursor: pointer;
    padding: 0;
    font-size: .65rem;
  }

  .ajax-bottom {
    margin-top: .2rem;
  }

  .ajax-bottom input {
    width: 1rem;
    height: 1rem;
    background-size: 100%;
    /* margin-right: 5px; */
  }

  .ajax-bottom input:checked {
    background-size: 100%;
  }

  .ajax-item {
/*    width: 45%;*/
    margin-right: 1.7%;
    font-size: .7rem;
    line-height: .8rem;
    font-family: PingFang SC;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .ajax-item.active {
    color: #F61111;
  }

  .ajaxBtn {
    display: block;
    width: 7rem;
    height: 1.8rem;
	  background: linear-gradient(
0deg
, #e3204d, #ff0030, #fe628e);
    /* background: linear-gradient(0deg, #85CD99, #4B9D62, #88DCA0); */
    box-shadow: 0px 0px .25rem 0px #DFDFDF;
    border-radius: 1rem;
    margin: .5rem auto 0;
    font-size: .7rem;
    font-family: FZLanTingHeiS-DB-GB;
    color: #FFFFFF;
    line-height: 1.8rem;
    text-shadow: 0px 0px .25rem #67B47D;
    cursor: pointer;
  }
}