.contactPage.content {
  border: 0.5px solid #CBCBCB;
  border-top: 4px solid #0054B8;
  border-radius: 3px;
  position: relative;
}
.contactPage.content::after {
  content: '';
  position: absolute;
  width: 254px;
  height: 286px;
  background: url('../images/contact/logo.png') no-repeat;
  right: -1px;
  top: 0;
  z-index: -1;
}
.contactPage .title {
  color: #0054B8;
  padding-left: 18px;
  position: relative;
}
.contactPage .title::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 20px;
  background: #0054B8;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contactPage .cooperateItem {
  width: 380px;
  background: url('../images/contact/itemBg.png') no-repeat;
  background-size: cover;
}
.contactPage .itemTitle {
  position: relative;
}
.contactPage .itemTitle::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  background: url('../images/common/tag.png') no-repeat;
  top: 3px;
  left: -15px;
}
.inputLabel {
  margin-right: 10px;
}
.inputItem {
  padding-left: 16px;
}
.inputItem:nth-child(odd) {
  width: 446px;
}
.inputItem:nth-child(even) {
  justify-content: flex-end;
}
.checkBox.require .inputLabel,
.requireCnt.require .inputLabel,
.inputItem.require .inputLabel {
  position: relative;
}
.checkBox.require .inputLabel::after,
.requireCnt.require .inputLabel::after,
.inputItem.require .inputLabel::after {
  content: '*';
  position: absolute;
  top: -2px;
  left: -15px;
  font-size: 20px;
  font-weight: 600;
  color: #E02020;
}
.inputItem input,
.inputItem select {
  width: 350px;
  height: 35px;
  background: #FEFEFE;
  border: 1px solid #979797;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 16px;
}
.inputItem select {
  font-family: inherit;
}
.selectItem option {
  min-height: 35px;
}
.checkBox {
  flex: 0 0 100%;
}
.checkItem {
  flex: 0 0 165px;
}
.checkItem input {
  margin-right: 10px;
}
.checkItem:last-child {
  flex: 1;
}
.requireCnt {
  flex: 0 0 100%;
}
.requireCnt textarea {
  height: 135px;
  padding: 5px;
  width: 100%;
}
.tips {
  color: #FA6400;
}
.submitBtn {
  border: none;
  outline: none;
  width: 120px;
  height: 34px;
  line-height: 34px;
  background: #3598E7;
  border-radius: 4px;
}
.textCount {
  position: absolute;
  bottom: 5px;
  right: 5px;
}


.showMessage {
  padding: 5px 10px;
  border-radius: 5px;
  position: fixed;
  top: 45%;
  left: 45%;
  color: #ffffff;
}

.showMessageSuccess {
  background-color: #00B7EE;
}

.showMessageError {
  background-color: #ff0000;
}

