/* ======= 内容区域 start ====== */
.eventsDetails_content {
  /* background-color: #fff; */
  background-image: linear-gradient(#eff6fe, #fff);
  margin-top: 356px;
  padding-top: 210px;
  position: relative;
  padding-bottom: 100px;

}

.eventsDetails_flot {
  position: absolute;
  /* width: 100%; */
  background-color: #ffffff;
	box-shadow: 0px 16px 37px 3px 
		rgba(123, 142, 169, 0.16);
    top: -230px;

  
}

.eventsDetails_flot_img,
.eventsDetails_flot_text {
  width: 50%;
  /* display: inline-block; */
  float: left;
  position: relative;
}

.eventsDetails_flot_img h5 {
  position: absolute;
  line-height: 36px;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 40%;
}

/* .eventsDetails_flot_img {
  height: 100%;
} */

.eventsDetails_flot_img img {
  width: 100%;
  /* height: 100%; */
  height: auto;
}

.eventsDetails_flot_text {
  padding: 30px 40px;
}


.eventsDetails_flot_text h4 {
  line-height: 34px;
  margin-bottom: 15px;
}

.text_info {
  margin-bottom: 14px;
	font-size: 16px;
    /*color: #666666; 03-10 lisuwan modify*/
    color: #696969;
}

.text_info img {
  margin-right: 15px;
}

.text_info span {
  margin-right: 15px;
  display: inline-block;
 
}

.text_info_local {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  width: 70%;
}

.applyBtn {
  width: 200px;
	height: 50px;
	background-color: #ffffff;
	border: solid 1px #026ef5;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  cursor: pointer;
}

.applyBtn:hover {
  background-color: #026ef5;
  color: #fff;
}

.applyBtn_disabled {
  width: 200px;
	height: 50px;
	background-color: #ccc;
	border: solid 1px #ccc;
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  cursor: pointer;
}

.underway {
  position: absolute;
  padding: 8px 12px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
  top: 0;
  left: 0;
  background-image: linear-gradient(51deg, 
		#2ed9e8 0%, 
		#026ef5 100%), 
	linear-gradient(
		#ff001e, 
		#ff001e);
	background-blend-mode: normal, 
		normal;
	border-radius: 0px 0px 12px 0px;
}
/* ======= 内容区域 end ====== */


/* ======= 弹出层区域 start ====== */


.submit {
  width: 100%;
  height: 60px;
  margin-top: 40px;
  background-color: #026ef5;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
	color: #ffffff;

}
/* ======= 弹出层区域 end ====== */




.form_desc {
	color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.public_form_title {
  margin-bottom: 0;
}

.ReciprocalNum {
  /* width: 130px; */
  width: 39%;
}

.yzmIpt {
  width: 50% !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.eclipses {
  left: 35% !important;
  top: 10% !important;
}


body {
  overflow-x: hidden;
}



.eventsDetails_content {
    margin-top: 300px;
}