body {
    background-color: #ebeef4;
}

.navDiv {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.faceSignature {
    width: 1200px;
    height: 20px;
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
    margin: 0 auto;
    padding-top: 120px;
}

.faceSignature a,
.faceSignature span {
    vertical-align: middle;
}

.faceSignature a {
    color: rgba(136, 136, 136, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
}

.faceSignature i {
    margin-left: 10px;
    margin-right: 10px;
}

.faceSignature span {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
}

.bannerDiv {
    position: relative;
    height: 414px;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}

.bannerDiv:after,
.bannerDiv:before {
    position: absolute;
    top: 0;
    z-index: -1;
    display: inline-block;
    width: 50%;
    height: 100%;
    border: 0;
    content: "\20";
}

.bannerDiv:before {
    left: 0;
    background-color: #03B2FF;
}

.bannerDiv:after {
    right: 0;
    background-color: #03B2FF;
}

.bannerImg {
    position: relative;
    height: 100%;
}

.bannerImg .banner {
    width: 90pc;
    height: 414px;
    background: url(../../images/team/banner.jpg) no-repeat;
    background-size: 100%;
    margin: 0 auto;
}

.content {
    width: 1126px;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    margin-top: -35px;
    position: relative;
    padding: 0px 37px 15px 37px;
    margin-bottom: 15px;
}

.team {
    width: 1126px;
    height: 181px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 0;
    padding-top: 15px;
    padding-bottom: 19px;
    
}

.teamBasics,
.teamGoods {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    /* height: 95%; */
    cursor: pointer;
}
.teamBasics{
    padding-top: 19px;
  
    height: 162px;
}
.teamGoods{
   
}
.teamBasics a {
    width: 100%;
    display: block;
}

.teamLogo {
    width: 100px;
    height: 108px;
    display: inline-block;
    vertical-align: top;
}

.teamLogo img {
    width: 84px;
    height: 84px;
}

.teamBasics p {
    color: rgba(102, 102, 102, 1);
    width: 100%;
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    margin-top: 39px;
}

.teamName {
    color: rgba(46, 46, 46, 1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-Semibold;
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
}

.goods {
    width: 120px;

    display: inline-block;
    margin-right: 20px;
 
}

.goods img {
    width: 120px;
    height: 120px;
    background-color: blue;
 
}

.goods p {
    width: 120px;
    color: rgba(46, 46, 46, 1);
    font-size: 14px;
    text-align: center;
    font-family: PingFangSC-Regular;
    line-height: 30px;
    margin-top: 12px;
}