@charset "utf-8";
/* CSS Document */

/*申请页面左侧-Start*/
.apply_left{
  padding:4% 0;
}

.apply_right{
  padding: 1% 0;
}

.apply_left img{
  margin: 0 auto;
  width: 100%;
  height: auto;
  object-fit:cover;
}

.apply_left_text h1{
  font-size:38px;
  line-height:52px;
}

.apply_left h2{
  font-size:28px;
  line-height:36px;
  margin:0 0 60px 0;
}

.apply_left_text span{
  font-size:16px;
  line-height:24px;
}

.apply_left p{
  font-size:16px;
  line-height:28px;
  margin-bottom:60px;
}

.apply_left p span{
  font-size:18px;
  line-height:28px;
  font-weight:bold;
}
/*申请页面左侧-End*/

/*申请页面右侧-Start*/
.apply_right_text h1{
  font-size:24px;
  line-height:40px;
}

.apply_right_text span{
  font-size:14px;
  line-height:24px;
}

/*申请使用-Start*/
.submit_box label{
  font-size:16px;
  line-height:40px;
  font-weight:normal;
  text-align:left;
}

.submit_box input{
  font-size:16px;
  line-height:40px;
  height:40px;
  border-radius:5px;
  border:#bbb 1px solid;
}

.submit_box select{
  font-size:16px;
  line-height:40px;
  height:40px;
  border-radius:5px;
  border:#bbb 1px solid !important;
}

.submit_box_help{
  font-size:16px;
  line-height:40px;
}

.submit_box_help a{
  text-decoration:underline !important;
}

.submit_button{
  text-align:center;
  border:#00a3ee 1px solid !important;
  transition: all 500ms ease;
}
/*申请使用-End*/

/*申请页面右侧-End*/

/*支付页面-Start*/
.pop_pay_box{
  box-shadow:0 0 20px 3px rgba(0,0,0,0.2);
}

.pop_pay_title span{
  font-size:18px;
  line-height:50px;
}

.pop_pay_text p{
  font-size:22px;
  line-height:28px;
}

.pop_pay_sum{
  font-size:22px;
  line-height:28px;
}

.pop_pay_sum span{
  font-size:28px;
  line-height:28px;
}

.pop_pay img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.pop_pay_help{
  padding:10% 0 0 0;
}

.pop_pay_help span{
  font-size:16px;
  line-height:36px;
}

.pop_pay_help a{
  font-size:14px;
  line-height:20px;
  padding:0 10px;
}

.pop_pay_hint p{
  font-size:14px;
  line-height:20px;
}
/*支付页面-End*/