.team-top {
  position: relative;
  height: 4.8rem;
}
.team-top .blue-line {
  height: 1.36rem;
  background: #4860D3;
  box-shadow: 0 0.12rem 0.12rem rgba(0, 0, 0, 0.2);
}
.team-top .banner {
  width: 100%;
  height: 4rem;
  position: absolute;
  left: 0;
  top: 0.52rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
}
.team-top .banner img {
  width: 100%;
}
.team-top .btn-about {
  position: absolute;
  width: 3.24rem;
  height: 1.2rem;
  background: url(../images/team/btn_about.png);
  background-size: 3.24rem 1.2rem;
  right: 0.24rem;
  bottom: 0.6rem;
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  line-height: 1rem;
  padding-left: 0.2rem;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: 2px;
}

.team-title .en {
  font-size: 0.32rem;
  color: #CCCCCC;
  text-align: center;
}
.team-title .cn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-title .cn .cn-line {
  width: 1.24rem;
  border-bottom: 1px solid #CCCCCC;
}
.team-title .cn .cn-font {
  font-size: 0.44rem;
  color: #333333;
  margin: 0 0.36rem;
  font-weight: bold;
}

.team-list {
  padding: 0.4rem 0.4rem 1.2rem 0.4rem;
}
.team-list .item {
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-between;
  padding: 0.52rem 0 0.52rem 0.2rem;
}
.team-list .item .item-left {
  width: 2.4rem;
  height: 3.2rem;
  box-sizing: border-box;
  border: 1px solid rgba(48, 80, 163, 0.2);
  border-radius: 2px;
  position: relative;
}
.team-list .item .item-left .pic {
  width: 2.4rem;
  height: 3.2rem;
  position: absolute;
  left: -0.2rem;
  top: 0.2rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.team-list .item .item-left .pic img {
  max-height: 3.2rem;
  display: block;
}
.team-list .item .item-right {
  flex: 1;
  margin-left: 0.2rem;
}
.team-list .item .item-right .item-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.team-list .item .item-right .item-right-top .item-name {
  padding-top: 0.4rem;
  height: 0.64rem;
  position: relative;
}
.team-list .item .item-right .item-right-top .item-name .triangle {
  position: absolute;
  right: -0.32rem;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
  border-bottom: 0.64rem solid #fff;
}
.team-list .item .item-right .item-right-top .item-name .cn {
  position: absolute;
  left: 0.2rem;
  top: 0;
  font-size: 0.4rem;
  font-weight: bold;
}
.team-list .item .item-right .item-right-top .item-name .en {
  line-height: 0.64rem;
  padding: 0 0.4rem 0 0.2rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(104deg, #B0F0F2 0%, #DCE1FF 100%);
}
.team-list .item .item-right .item-right-top .item-xtzx {
  width: 1.6rem;
  background: #4860D3;
  border-radius: 2px;
  height: 0.64rem;
  color: #fff;
  text-align: center;
  line-height: 0.64rem;
}
.team-list .item .item-right .item-content {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #666666;
  margin-top: 0.36rem;
  position: relative;
}
.team-list .item .item-right .item-content.fn-text4-overflow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.team-list .item .item-right .item-content .name {
  font-weight: bold;
  color: #333;
}
.team-list .item .item-right .item-content .line {
  margin: 0 0.2rem;
  color: #F0F0F0;
}
.team-list .item .item-right .item-content .show-more {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.48rem;
  background-image: linear-gradient(to right, rgba(225, 225, 225, 0), white, white);
  padding-left: 0.92rem;
  color: #4860D3;
}

.recommend-shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend-shadow .recommend-layer {
  background: #fff;
  position: relative;
  width: 9.2rem;
  box-sizing: border-box;
  border-radius: 0.12rem;
}
.recommend-shadow .recommend-layer .layer-close {
  position: absolute;
  right: 0.4rem;
  top: 0.48rem;
  width: 0.44rem;
  height: 0.44rem;
  background: url(../images/team/close.png);
  background-size: 0.44rem 0.44rem;
  cursor: pointer;
}
.recommend-shadow .recommend-layer .wybm-agree {
  display: flex;
}
.recommend-shadow .recommend-layer .wybm-agree .checkbox-style {
  margin-top: 0.08rem;
}
.recommend-shadow .recommend-layer .wybm-agree section {
  margin-left: 0.2rem;
}
.recommend-shadow .recommend-layer .wybm-agree section a {
  color: #4860D3;
}
.recommend-shadow .recommend-layer .join-title {
  height: 1.48rem;
  background: linear-gradient(0deg, #FFFFFF 0%, #C9D2FF 100%);
  border-radius: 0.12rem 0.12rem 0 0;
  padding: 0.52rem 0 0 0.52rem;
  box-sizing: border-box;
  font-size: 0.48rem;
  color: #4860D3;
  line-height: 0.52rem;
  font-weight: bold;
}
.recommend-shadow .recommend-layer .recommend-search-form {
  padding: 0 0.52rem 0.52rem 0.52rem;
}
.recommend-shadow .recommend-layer .form-btn {
  margin: 0 auto;
  width: 3.76rem;
  height: 1.08rem;
}
.recommend-shadow .recommend-layer .form-btn .form-btn-search {
  width: 3.76rem;
  height: 1.08rem;
  background: #4860D3;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.08rem;
  margin-top: 0.4rem;
  font-size: 0.4rem;
  border-radius: 3px;
}
.recommend-shadow .recommend-layer .form-message {
  line-height: 0.6rem;
  padding-left: 1.82rem;
  min-height: 0.2rem;
  color: #ff0000;
}
.recommend-shadow .recommend-layer .form-item {
  display: flex;
  align-items: center;
  height: 1.04rem;
  
}
.recommend-shadow .recommend-layer .form-item .recommend-input {
  height: 1.04rem;
  box-sizing: border-box;
  border: 1px solid #DADADA;
  padding: 0 0.2rem;
}
.recommend-shadow .recommend-layer .form-item.code .form-item-right {
  display: flex;
  justify-content: space-between;
}
.recommend-shadow .recommend-layer .form-item.code .form-item-right .recommend-input {
  width: 3.4rem;
}
.recommend-shadow .recommend-layer .form-item.code .join-code-btn {
  display: block;
  width: 2.8rem;
  background: #4860D3;
  color: #fff;
  height: 1.04rem;
  text-align: center;
  line-height: 1.04rem;
  font-size: 0.32rem;
}
.recommend-shadow .recommend-layer .form-item .form-item-left {
  width: 1.6rem;
  font-size: 0.373rem;
  color: #333333;
  text-align: left;
}
.recommend-shadow .recommend-layer .form-item .form-item-right {
  margin-left: 0.2rem;
  flex: 1;
}
.recommend-shadow .recommend-layer .form-item .form-item-right.recommend-time {
  display: flex;
  justify-content: space-between;
}
.recommend-shadow .recommend-layer .form-item .form-item-right.recommend-time section {
  width: 190px;
  position: relative;
}
.recommend-shadow .recommend-layer .form-item .form-item-right.recommend-time section .icon-time {
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  background: url(../../images/recommend/icon_date.png);
  top: 10px;
  right: 14px;
}
.recommend-shadow .recommend-layer .form-item .form-item-right .recommend-input {
  width: 100%;
  outline: none;
}

.team-success-shadow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.team-success-shadow .layer-team-success {
  width: 400px;
  height: 300px;
  background: #fff url(../images/team/success_bg.png) top no-repeat;
  border-radius: 20px;
  position: relative;
}
.team-success-shadow .layer-team-success .success-layer-close {
  width: 16px;
  height: 17px;
  background: url(../images/team/close.png);
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.team-success-shadow .layer-team-success aside {
  font-size: 24px;
  color: #4860D3;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  padding-top: 136px;
}
.team-success-shadow .layer-team-success article {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.team-success-shadow .layer-team-success section {
  display: flex;
  justify-content: space-between;
  width: 320px;
  margin: 0 auto;
  margin-top: 20px;
}
.team-success-shadow .layer-team-success section a {
  width: 150px;
  height: 40px;
  background: #fff;
  border: 1px solid #4860D3;
  text-align: center;
  line-height: 38px;
  border-radius: 3px;
  color: #4860D3;
}
.team-success-shadow .layer-team-success section a.btn-submit {
  background: #4860D3;
  color: #fff;
}
