@charset "utf-8";
/* CSS Document */
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input,
textarea,
select {
  font-size: 16px;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.wrap {
  flex-wrap: wrap;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.wrap_box {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  min-width: 1200px;
}
.f_content {
  width: 1440px;
  margin: 0 auto;
}
.bigimg img {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.bigimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.hidden {
  overflow: hidden;
}
.f18 {
  font-size: 18px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
.gray6 {
  color: #666 !important;
}
.gray9 {
  color: #999 !important;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r20 {
  margin-right: 20px;
}
.f_bgw {
  background: #fff !important;
}
/*banner*/
.pagination {
  text-align: center;
}
.pagination li {
  line-height: 42px;
  display: inline-block;
  text-align: center;
  background: #e8e8e8;
  padding: 0 17px;
  margin: 0 5px;
}
.pagination li.active {
  background: red;
  color: #fff;
}
.f_main {
  background: #f5f5f5;
  padding: 110px 0 80px;
  color: #333;
  font-size: 16px;
}
.f_tit {
  line-height: 1;
  margin-bottom: 60px;
}
.f_tit b {
  color: #37308d;
  font-size: 90px;
  opacity: 0.08;
  text-transform: uppercase;
}
.f_tit h2 {
  font-size: 42px;
  background: url(../images/f_tit.png) no-repeat center center;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: bold;
}
.f_baoming1_box {
  padding: 60px 250px 80px;
  color: #666;
}
.f_sub_tit {
  font-size: 20px;
  color: #454545;
}
.f_bor {
  border-bottom: dashed 1px #cfcfcf;
}
.f_form_list {
  padding-bottom: 30px;
}
.f_form_list li {
  width: 454px;
  border-radius: 3px;
  background: #f5f5f5;
  margin-top: 20px;
  position: relative;
  flex-wrap: wrap;
}
.f_form_list_tit {
  width: 130px;
  padding-left: 30px;
  font-size: 16px;
  color: #666;
}
.f_user {
  width: 300px;
  height: 50px;
}
.f_text {
  height: 100px;
  padding: 10px 30px;
}
.upload_list li {
  width: 448px;
  height: 210px;
  border-radius: 20px;
  border: dashed 1px #c8c8c8;
  background: #f5f5f5;
  margin: 25px 0 0;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.fileImg_input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.upload_result {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.upload_list2 {
  padding: 45px 0 0;
}
.upload_list2 li {
  margin-bottom: 22px;
}
.upload_txt {
  width: 774px;
  height: 50px;
  border-radius: 3px;
  background: #f5f5f5;
  padding: 0 30px;
  font-size: 16px;
  line-height: 50px;
}
.upload_file {
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  opacity: 0;
}
.upload_btn {
  width: 124px;
  height: 50px;
  background: #37308d;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}
.yzm_txt2 {
  width: 344px;
  margin-right: 30px;
}
.form_btn {
  width: 200px;
  height: 54px;
  border-radius: 27px;
  background: #aeaeae;
  font-size: 18px;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
  line-height: 54px;
}
.form_btn:hover {
  background: #37308d;
}
.yzm {
  width: 87px !important;
  height: 38px !important;
  background: none !important;
  border: solid 1px #cdcdcd;
  padding: 8px 1px !important;
  font-size: 16px !important;
}
.f_baoming2_box {
  padding: 60px 375px 80px;
}
.f_form_list1 li {
  width: 336px;
}
.f_form_list1 .f_form_list_tit {
  width: 110px;
}
.f_form_list1 .f_user {
  width: 220px;
}
.f_form_list1 .f_user1 {
  width: 570px;
}
.help-block {
  top: 52px;
  left: 0;
  position: absolute;
  padding-left: 30px;
  color: red;
  font-size: 12px;
}
.checkbox_box {
  padding: 10px 30px;
}
.checkbox_list {
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.checkbox_list input {
  margin-right: 10px;
}
.f_pop {
  width: 200px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1); 
  height: 50px;
  border-radius: 10px;
text-align: center;
  line-height: 50px;
  font-size: 16px;
  display: none;
}
.f_pay_pop {
  width: 360px;
  height: 320px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 30px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9;
}
.f_pay_pop img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.f_pay_pop p {
  font-size: 16px;
  margin-top: 10px;
}
.f_pay_pop .upload_btn {
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0;
}
.f_pay_pop_close {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 30px;
  cursor: pointer;
}

