.infoChangeMain {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.infoChangeMain .content {
  width: 520px;
  height: 300px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.infoChangeMain .content .header {
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: #437ED9;
  color: #FFFFFF;
  margin-top: -1px;
}
.infoChangeMain .content .header span {
  font-size: 18px;
}
.infoChangeMain .content .header img {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}
.infoChangeMain .content .seation img {
  margin: 30px 0 10px;
}
.infoChangeMain .content .seation p {
  font-size: 20px;
  color: #555;
}
.infoChangeMain .content .seation button {
  margin-top: 50px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: #5892F1;
  color: #FFFFFF;
  font-size: 16px;
}
/* 适配1366*100%的分辨率---(1366*768)---*/
/* 适配1920*125%的分辨率---(1536*864)---*/
/* 适配1920*150%的分辨率---(1280*720)---*/
/*
*我感兴趣
 */
.leaveWordsAlertMain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.leaveWordsAlertMain .alertContent {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.leaveWordsAlertMain .headOpeartion {
  position: relative;
  height: 65px;
  line-height: 38px;
  background-color: #FAFAFC;
  padding: 0 25px;
  padding-right: 55px;
}
.leaveWordsAlertMain .headOpeartion span {
  font-size: 18px;
  color: #0D0D2E;
}
.leaveWordsAlertMain .headOpeartion img {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  cursor: pointer;
}
.leaveWordsAlertMain .formListCont {
  padding: 25px 35px 40px;
}
.leaveWordsAlertMain .formListCont label {
  display: block;
  margin-bottom: 10px;
}
.leaveWordsAlertMain .formListCont label::after {
  content: '';
  display: block;
  clear: both;
}
.leaveWordsAlertMain .formListCont .labelName {
  width: 100px;
  float: left;
  text-align: right;
  color: #0D0D2E;
  text-shadow: 0 0 0 #0D0D2E;
  padding-top: 3px;
}
.leaveWordsAlertMain .formListCont .labelName i {
  color: #F00012;
}
.leaveWordsAlertMain .formListCont .labelInput {
  width: calc(100% - 100px);
  float: left;
}
.leaveWordsAlertMain .formListCont .labelInput input {
  width: 100%;
  height: 35px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 0 10px;
}
.leaveWordsAlertMain .formListCont .labelInput textarea {
  width: 100%;
  min-height: 80px;
  resize: none;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 5 10px;
}
.leaveWordsAlertMain .formListCont .labelVerifyInput {
  width: calc(100% - 100px);
  float: left;
}
.leaveWordsAlertMain .formListCont .labelVerifyInput input {
  width: 210px;
  height: 35px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  padding: 0 10px;
}
.leaveWordsAlertMain .formListCont .labelVerifyInput button {
  width: 110px;
  height: 35px;
  line-height: 35px;
  background-color: #1260A6;
  border-radius: 5px;
  color: #FFFFFF;
  margin-left: 5px;
}
.leaveWordsAlertMain .bottomBtnArr {
  text-align: right;
  margin-top: 40px;
}
.leaveWordsAlertMain .bottomBtnArr button {
  width: 100px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #1260A6;
  border-radius: 5px;
}
.leaveWordsAlertMain .bottomBtnArr .cancelBtn {
  color: #1260A6;
  background-color: #FFFFFF;
}
.leaveWordsAlertMain .bottomBtnArr .submitBtn {
  color: #FFFFFF;
  background-color: #1260A6;
}
