#content .cont {
  width: 800px;
  padding: 0 0px 40px;
  margin: 0 auto;
}
#content .cont .jd-box {
  margin-bottom: 32px;
}
#content .cont .jd-box .jd {
  margin: 0 auto 24px;
  width: 582px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .jd-box .jd .yuan {
  width: 40px;
  height: 40px;
  background: #5FD67C;
  border-radius: 50%;
  font-family: b;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
#content .cont .jd-box .jd-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .jd-box .jd-list .jd-item {
  width: calc((100% - 32px) / 3);
}
#content .cont .jd-box .jd-list .jd-item .jd-title {
  font-family: s;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 4px;
}
#content .cont .jd-box .jd-list .jd-item .jd-text {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#content .cont .there-box {
  padding: 40px 16px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  margin-bottom: 24px;
}
#content .cont .there-box .there-title {
  font-family: s;
  font-size: 26px;
  color: #5FD67C;
  margin-bottom: 16px;
  text-align: center;
}
#content .cont .there-box ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .there-box ul li img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#content .cont .there-box ul li span {
  font-family: m;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
#content .cont .there-box .click {
  width: 310px;
  height: 54px;
  background: #FFD445;
  border-radius: 4px 4px 4px 4px;
  font-family: s;
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 54px;
  margin: 0 auto 16px;
}
#content .cont .there-box .ts {
  font-family: m;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#content .cont .contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  font-family: s;
  color: #666;
  background: #FFFFFF;
  box-sizing: border-box;
}
#content .cont .contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
#content .cont .contact-form .form-group label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
#content .cont .contact-form .form-group input,
#content .cont .contact-form .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f8f9fa;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
  font-family: m;
}
#content .cont .contact-form .form-group textarea {
  height: 120px;
  resize: vertical;
  box-sizing: border-box;
}
#content .cont .contact-form .one,
#content .cont .contact-form .two,
#content .cont .contact-form .three {
  width: calc((100% - 16px) / 2);
}
#content .cont .contact-form .sub-box {
  width: 100%;
}
#content .cont .contact-form .sub-box .submit-btn {
  width: 270px;
  height: 54px;
  background: #FFD445;
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
  line-height: 54px;
  font-family: s;
  font-size: 20px;
  color: #333333;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
#content .cont .contact-form p {
  font-family: m;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
  text-align: center;
  width: 100%;
}
#content .cont .contact-form p a {
  color: #13199F;
  text-decoration: underline;
}
#content .cont .contact-form .pro-box .problem {
  font-size: 16px;
  font-family: s;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
#content .cont .contact-form .pro-box .choose {
  position: relative;
  margin-bottom: 20px;
}
#content .cont .contact-form .pro-box .choose .radio {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
  margin: 0 8px 8px 0;
}
#content .cont .contact-form .pro-box .choose .radio input {
  position: absolute;
  left: -9999px;
  font-weight: 400;
}
#content .cont .contact-form .pro-box .choose .radio span {
  font-family: m;
  color: #999;
}
#content .cont .contact-form .pro-box .choose .radio i {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  outline: 0;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
#content .cont .contact-form .pro-box .choose .radio input + i:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #5FD67C;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
#content .cont .contact-form .pro-box .choose .radio input:checked + i:after {
  opacity: 1;
}
#content .cont .contact-form .pro-box .choose .selected span {
  color: #5FD67C;
}
#content .cont .top-ways {
  padding: 24px 12px;
  background: rgba(95, 214, 124, 0.1);
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 16px;
}
#content .cont .top-ways .title {
  font-family: b;
  font-size: 20px;
  color: #5FD67C;
  text-align: center;
  margin-bottom: 24px;
}
#content .cont .top-ways .ways-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .cont .top-ways .ways-list .ways-item {
  margin-right: 24px;
}
#content .cont .top-ways .ways-list .ways-item img {
  max-width: 116px;
}
#content .cont .top-ways .ways-list .ways-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  #content .cont {
    width: 100%;
    padding: 0 16px 16px;
  }
  #content .cont .contact-form {
    flex-direction: column;
  }
  #content .cont .contact-form .one,
  #content .cont .contact-form .two,
  #content .cont .contact-form .three {
    width: 100%;
  }
  #content .cont .top-ways .ways-list .ways-item img {
    max-width: 80px;
  }
  #content .cont .jd-box .jd {
    width: 259px;
  }
  #content .cont .jd-box .jd-list .jd-item {
    width: calc(100% / 3);
  }
  #content .cont .jd-box .jd-list .jd-item .jd-title {
    font-size: 16px;
  }
  #content .cont .jd-box .jd-list .jd-item .jd-text {
    display: none;
  }
}
