/* .authenticationList {
  clear: both;
  overflow: hidden;
}
.authentication {
  cursor: pointer;
  display: flex;
  height: 350px;
  float: left;
  width: 31%;
  margin: 0 2% 2% 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.authenticationWrap {
  width: 102%;
}
.authenticationHover {
  border: 1px transparent solid;
  border-image: linear-gradient(-45deg, #3369ff, #78ebb7) 1 10;
} */

.list {
  width: 100%;
}
.listInner {
  clear: both;
  overflow: hidden;
}
.listItem {
  cursor: pointer;
  margin-right: 12px;
  margin-bottom: 30px;
  position: relative;
  width: 274px;
  height: 350px;
  float: left;
}
.authLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  display: none;
}
.listItemInner {
  padding: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.itemBg {
  /* z-index: -2; */
  /* position: absolute; */
  /* top: 0;
  left: 0; */
  /* height: 100%; */
  /* width: 100%; */
  max-width: unset;
  height: 100%;
}
.listItemInnerTop {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #F3F4F5;
}
.itemContent {
  background: linear-gradient(-54deg, transparent 26px, #fff 0);
  flex: 1;
  /* background-color: #fff; */
  /* position: absolute; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* bottom: 0; */
  /* height: 25%; */
  padding: 0 20px;
  font-size: 18px;
  color: #4a4a4a;
}

/*----------- media -----------*/
/* @media screen and (max-width: 1280px) {
  .authentication {
    width: 50%;
  }
}

*/

@media screen and (max-width: 480px) {
  .listInner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .listItem {
    margin: 0 !important;
  }
}
