*{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
a:hover{
  opacity: .8;
}
.mod {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mod .box {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.mod .layer {
  position: absolute;
  top: 0;
  align-self: center;
  width: 100%;
  height: 100%;
}
.mod .hd {
  position: relative;
  margin-top: 15%;
  width: 567px;
  height: 90px;
}
.mod .bd {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  min-height: 470px;
}
.mod .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 470px;
}
.mod .col1 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin-top: -45px;
  margin-right: 34px;
  border-radius: 8px;
  background-color: #ffffff;
  width: 351px;
  height: 67px;
  overflow: hidden;
}
.mod .txt {
  margin-top: 3px;
  margin-right: 123px;
  height: 24px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 24px;
  letter-spacing: 0;
  color: #13bba7;
  font-size: 24px;
}
.mod .icon {
  width: 31px;
  height: 31px;
}
.mod .col2 {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  margin-top: -45px;
  border-radius: 8px;
  background-color: #ffffff;
  width: 351px;
  height: 67px;
  overflow: hidden;
}
.mod .info {
  margin-right: 96px;
  margin-left: 35px;
  height: 24px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  line-height: 24px;
  letter-spacing: 0;
  color: #13bba7;
  font-size: 24px;
}
.mod .icon_2 {
  margin-top: 6px;
  width: 31px;
  height: 31px;
}

@media screen and (max-width: 1440px) {
  .mod .col1,
  .mod .col2{
    margin-top: 160px;
  }
}