.c-dff {
  color: #ddfaff;
}
.c-05b {
  color: #0054B8;
}
.reasonItem {
  flex: 0 0 280px;
}
.intro {
  position: relative;
  padding-left: 23px;
}
.intro::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/journal/arrow3.png') no-repeat;
  top: 6px;
  left: 0;
}
.applyBtn {
  color: #0091FF;
  text-decoration: underline;
}
.applyBtn img {
  position: relative;
  top: 2px;
}
table {
  width: 100%;
}
table th {
  width: 33.3%;
  text-align: center;
  font-weight: 600;
}
table tr {
  height: 61px;
}
table th,
tbody tr:nth-child(2n) {
  background: #E8F3FF;
}
table td,
table th  {
  border-right: 1px solid #d8d8d8;
}
.titleTag {
  position: relative;
}
.titleTag::before,
.titleTag::after {
  content: '';
  position: absolute;
  width: 72px;
  height: 5px;
  background: url('../images/journal/titleTag.png') no-repeat;
  top: 50%;
}
.titleTag::before {
  left: -25px;
  transform: translate(-100%,-50%);
}
.titleTag::after {
  right: -25px;
  transform: rotate(180deg) translate(-100%,50%);
}

.contentWrap {
  padding: 40px 20px 45px;
  background: url('../images/journal/contentBg.png') no-repeat;
  background-size: cover;
}
.contentWrap .content {
  box-shadow: 0 2px 18px 0 rgba(0,0,0,0.15);
}
.contentItem {
  flex: 0 0 50%;
  height: 165px;
}
.contentItem:nth-child(even) {
  border-right: none;
}
.contentItem:last-child {
  border-bottom: none;
}
.content2Ttem {
  flex: 1;
}
.content2Item .desc {
  min-height: 48px;
}
.content3 .titleTag::before,
.content3 .titleTag::after {
  background-image: url('../images/journal/titleTag2.png');
}
.content3Item:nth-child(2) {
  align-items: flex-end;
}
.content3Img,
.content3Desc {
  flex: 0 0 50%;
}
.content3Desc {
  position: relative;
}
.content3Desc .number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content3Desc li {
  position: relative;
}
.content3Desc li::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 11px;
  background: url('../images/journal/true.png') no-repeat;
  left: -25px;
  top: 8px;
}
.content4 {
  background: url('../images/journal/adBg.png') no-repeat;
  background-size: cover;
}
.content4Item {
  flex: 0 0 200px;
  margin-right: 143px;
}
.content4Item:nth-child(3),
.content4Item:nth-child(5) {
  margin-right: 0;
}
.content5 .titleTag::before,
.content5 .titleTag::after {
  background-image: url('../images/journal/titleTag2.png');
}
.content5Item {
  width: 312px;
  height: 133px;
  position: relative;
  background: url('../images/journal/itemBg.png') no-repeat;
}
.content5Item img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-50%);
}
.contact {
  background: url('../images/journal/contactBg.png') no-repeat;
  height: 276px;
}
.contact .contactTitle {
  position: relative;
}
.contact .contactTitle::after {
  content: 'COOPERATION';
  position: absolute;
  font-size: 24px;
  color: rgba(51, 51, 51, 0.1);
  top: -20px;
  left: 100px;
  font-weight: 300;
}
.contact .contactItem {
  width: 310px;
}
.contact .contactItem dd {
  position: relative;
  padding-left: 23px;
}
.contact .contactItem dd::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  background: url('../images/journal/arrow2.png') no-repeat;
  top: 2px;
  left: 0;
}
.scanCode {
  width: 130px;
  height: 29px;
  line-height: 29px;
}
.fixedBox {
  position: fixed;
  top: 65%;
  transform: translateY(-50%);
  right: 14%
}
