html,
body {
  margin: 0;
  height: 100%;
}

#mobile {
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.mobile-back {}

#mobile table {
  width: 80%;
  margin: 20px auto;
  margin-top: 20px;
}

#mobile table tr {
  height: 60px;
  color: #999999;
}

#mobile table tr th {
  width: 100px;
}

#mobile table tr input[type='text'] {
  width: 100%;
  height: 30px;
}

#mobile table input {
  color: #555;
  border: 1px solid #ccc;
}

#mobile table select {
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}

#mobile th span {
  margin-right: 5px;
  color: #fc561d;
  font-size: 12px;
}

#mobile .special_checkbox p {
  font-size: 12px;
}

#mobile .special_checkbox img {
  width: 12px;
  height: 12px;
}

#submitMobile {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  /* font-weight: 600; */
  background-color: #22a7f0;
  border: 0 solid #57c5f7;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  /* box-shadow: -1px 4px 8px 0 rgba(0,0,0,.47); */
  margin-top: 25px;
  margin-bottom: 25px;
}

.msgMobile {
  background: #000;
  width: 174px;
  margin: 0 auto;
  padding: 7px 20px;
  color: #fff;
  border-radius: 10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-left: -87px;
  font-size: 14px;
  display: none;
}

#content {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  /* display: flex;
    align-items: center;
	justify-content: center;
	padding: 100px 0;
	box-sizing: border-box; */
  display: table;
  padding: 100px 0;
  box-sizing: border-box;
}

.content-back {
  width: 100%;
  height: 100%;
}

.apply-back {
  width: 60%;
  /* height: 560px; */
  margin: 0 auto;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.apply-box {
  width: 660px;
  padding: 20px 30px;
  /* height: 680px; */
  margin: 0 auto;
  /* background-color: hsla(0,0%,100%,.6); */
  background-color: #ffffff;
}

.apply-content {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.apply-content:after {
  content: " ";
  display: table;
  clear: both;
}

.apply-content h2 {
  color: #666;
  font-size: 24px;
  /* font-weight: bold; */
  margin: 24px 0;
}

.apply-content table {
  width: 100%;
  margin-bottom: 20px;
}

.apply-content table tr,
.special {
  height: 60px;
  width: 120px;
}

.apply-content table tr td,
.special td {
  text-align: left;
  width: 360px;
  /* color: #185493; */
  color: #666;
}

.apply-content table tr td input {
  color: #fff;
}

.apply-content table tr td input[type='text'],
select {
  width: 95%;
  height: 36px;
  /*background: rgb(129,141,154);
	border-color: rgb(129,141,154);*/
  /* border-style: none; */
  color: #555555;
  /* background: #000;
	opacity: 0.6; */
  /*background-color: hsla(0,0%,100%,.6);*/
  padding: 0 10px;
}

select option {
  background: #fff;
  color: #555;
}

.thText {
  color: #666;
  text-align: left;
  font-size: 18px;
  font-weight: 100;
}

.msg {
  background: #000;
  width: 180px;
  margin: 0 auto;
  padding: 7px 20px;
  color: #fff;
  border-radius: 10px;
  opacity: 0.5;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  font-size: 14px;
  display: none;
  height: 36px;
  margin-top: -18px;
}

#submit {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  /* font-weight: 600; */
  background-color: #22a7f0;
  border: 0 solid #57c5f7;
  width: 160px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 10px;
  /* box-shadow: -1px 4px 8px 0 rgba(0,0,0,.47); */
  margin-top: 25px;
  margin-bottom: 10px;
}

.onclick {
  background-color: #85d2f8 !important;
  cursor: not-allowed !important;
}

.special_checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  margin-right: 25px;
  padding-top: 15px;
}

.special_checkbox img {
  width: 16px;
  height: 16px;
}

.special_checkbox p {
  font-size: 15px;
  padding-left: 7px;
}

.apply-content th span {
  margin-right: 5px;
  color: #fc561d;
  font-size: 18px;
}

#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
}

.pay_statement {
  text-align: left;
  background-color: #f3f3f3;
  padding: 20px;
}

.pay_statementV1 {
  width: 80%;
  margin: 0 auto;
}

.pay_statement .pay_statement_title {
  font-size: 12px;
  color: black;
}

.pay_statement p {
  font-size: 12px;
  padding: 2px 0;
  color: #666;
}

.pay_statement_check {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}

.pay_statement_check img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

/*在768和991像素之间的屏幕里*/

@media (min-width: 768px) and (max-width: 991px) {
  .apply-back {
    width: 60%;
    left: 20%;
  }
  .apply-box {
    width: 460px;
    height: 430px;
    padding: 20px;
  }
  .apply-content {
    width: 400px;
  }
  .apply-content table {
    margin-bottom: 10px;
  }
  .apply-content table tr {
    height: 50px;
  }
  .thText {
    width: 100px;
    font-size: 15px;
  }
  .apply-content table tr td input[type='text'] {
    height: 32px;
  }
  #submit {
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-weight: 14px;
  }
}

/*在992和1199像素之间的屏幕里*/

@media (min-width: 992px) and (max-width: 1199px) {
  .apply-box {
    width: 640px;
  }
}

/* 手机样式 */

@media (max-width: 767px) {
  .apply-content table tr td,
  .special td {
    text-align: left;
    width: 60%;
  }
  .apply-box {
    width: auto;
  }
  .apply-content {
    width: auto;
  }
  #content{
		padding:10% 0;
	}
}