body, html {
  background: #fff; }

.provice-city div {
  border: solid 1px #ffe83c;
  margin: 28px 28px 40px 28px;
  padding: 23px;
  font-size: 16px;
  color: #333;
  line-height: 150%;
  text-align: center;
  position: relative; }
.provice-city div p {
  text-align: left; }
.provice-city div h1 {
  position: absolute;
  top: -18px;
  overflow: hidden;
  background: #ffe83c;
  color: #cc7600;
  font-size: 19px;
  width: 132px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 6px;
  left: 50%;
  margin-left: -66px;
  border-left: solid 15px #fff;
  border-right: solid 15px #fff; }

.btn-frame {
  margin: 20px  28px  28px  28px; }
.btn-frame input[type='button'] {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background: #ee4737;
  border-radius: 6px;
  color: #fff;
  width: 100%;
  height: 55px;
  font-size: 20px; }
.btn-frame input, .btn-frame select {
  height: 43px;
  padding-left: 10px;
  border-radius: 4px;
  border: solid 1px #999;
  -webkit-appearance: none;
  outline: none;
  margin-bottom: 20px;
  width: 100%; }
.btn-frame select {
  width: 49%; }
.btn-frame label {
  position: relative; }
.btn-frame label:nth-of-type(2) {
  margin-left: 1px; }
.btn-frame label:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  border-width: 6px;
  font-size: 0;
  position: absolute;
  top: 8px;
  right: 18px; }

.h1txt {
  text-align: center;
  font-size: 16px; }

.zxdai-cul {
  position: relative; }
.zxdai-cul ul {
  display: none;
  background: #fff;
  position: absolute;
  top: 100px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  min-height: 260px;
  box-shadow: 0 0 2px #ccc; }
.zxdai-cul ul li {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  margin: 0 auto; }
.zxdai-cul ul li b {
  color: #3188c9; }
.zxdai-cul ul li h1 {
  border-bottom: solid 1px #e3e3e3;
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  color: #333;
  position: relative; }
.zxdai-cul ul li h1 em {
  position: absolute;
  font-size: 20px;
  color: #999;
  right: -10px;
  top: 0;
  height: 32px;
  line-height: 32px;
  width: 32px; }
.zxdai-cul ul li:not(:nth-of-type(1)) {
  margin-top: 20px; }
.zxdai-cul ul input[type='button'] {
  border: none;
  outline: none;
  -webkit-appearance: none;
  background: #f25618;
  color: #fff;
  font-size: 16px;
  width: 140px;
  height: 33px;
  display: block;
  margin: 0 auto; }
.zxdai-cul div {
  position: relative;
  background: #f8f8f8;
  padding: 28px;
  overflow: hidden; }
.zxdai-cul div h1 {
  border-bottom: solid 1px #e3e3e3;
  font-size: 22px;
  padding: 20px 0;
  text-align: center;
  color: #333; }
.zxdai-cul div h2 {
  margin-top: 27px;
  position: relative;
  color: #3188c9;
  white-space: nowrap;
  text-align: center;
  font-size: 19px; }
.zxdai-cul div h2 span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: solid 1px #3188c9;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bolder;
  text-align: center;
  line-height: 20px;
  vertical-align: 2px; }
.zxdai-cul div h2 b {
  font-size: 10px; }
.zxdai-cul div p {
  margin-top: 23px;
  text-align: center;
  position: relative; }
.zxdai-cul div p span {
  position: absolute;
  right: 20px;
  top: 10px; }
.zxdai-cul div p input, .zxdai-cul div p select {
  height: 36px;
  padding-left: 10px;
  margin-left: 15px;
  border: solid 1px #e3e3e3;
  outline: none;
  -webkit-appearance: none;
  min-width: 70%;
  max-width: 78%;
  background: #fff; }
.zxdai-cul div p:nth-of-type(2) {
  position: relative; }
.zxdai-cul div p:nth-of-type(2):after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #999 transparent transparent transparent;
  border-width: 6px;
  font-size: 0;
  position: absolute;
  top: 15px;
  right: 21px; }
.zxdai-cul div input[type='button'] {
  height: 55px;
  background: #3188c9;
  outline: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  border: none;
  width: 100%;
  margin-top: 28px; }

.ask-question {
  padding: 28px; }
.ask-question h1 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: dotted 1px #e8e8e8;
  padding-bottom: 25px;
  padding-top: 20px;
  text-align: center; }
.ask-question h2 {
  font-size: 12px;
  color: #333;
  margin-top: 20px; }
.ask-question p {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
  line-height: 140%;
  text-align: justify; }

.free-apply a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #ee4737;
  font-size: 16px; }
