@media screen and (max-width: 834px) {
.team-banenr {
    background-size: cover;
    padding: .7rem 0 0 0;
    background: none; 
    background-size: 100%;
    min-height:auto;
}
.team-banenr .pic {
    width: 100%; height: 50vh;display: block;
}
.team-banenr .pic img{
    width: 100%; height: 100%; object-fit: cover; object-position: center center;
}
.boss-img {
    position: relative;
    top: 0;
    right: 0;
    transform: translate(0,0);
}
.boss-img img {
    max-width: 100%;
}
.boss-list {
    position: relative;left: 0%; bottom: 0;
    transform: translateX(0px);
    width: 100%;
    display: inline-block;
    padding: 5% 8%;
    box-sizing: border-box;
    background: #787878;
}
.boss-list ul {
    float: unset;
    width: 100%;
}
.boss-list ul.p23{
    padding-top: 0rem;
    margin-bottom: .2rem;
}
.boss-list ul .tit{
    font-size: .2rem; margin-bottom: .1rem;
}
.boss-list ul li{
    font-size: .13rem;
    line-height: 1.5;
}
.team-list {
    padding: 0;
    margin-top: .3rem;
}
.boss-list b {
    padding-top: .3rem;
    font-size: .6rem;
}
.boss-list h4 {
    margin:  0 0 .05rem;
    font-size: .16rem;
}
.boss-list h2 {
    margin-bottom: 0rem;
    font-size: .4rem;
}
.boss-list h3 {
    font-size: .16rem;
}

.team-list ul {
    justify-content: space-around;
}
.team-list li {
    width: 47%;
    margin: 0 2%;
}
.team-list li:nth-of-type(2n) {
    margin-left: 1%;
}
.team-list li:nth-of-type(2n+1) {
    margin-right: 1%;
}
.team-list li h2 {
    margin-top: .1rem;
    font-size: .14rem;
    line-height: 1.7;
}
.team-list li h3 {
    margin-bottom: .1rem;
    font-size: .14rem;
    line-height: 1.7;
}
.team-list li:last-child {
    width: 47%;
    height: 2.12rem;
}
.team-list li:last-child:after {
    width: .4rem;
    height: .4rem;
    top: 23%;
    font-size: .4rem;
    margin-left: -.2rem;
    line-height: .3rem;
}
.team-list li .en {
    top: 54%;
    font-size: .16rem;
}
.team-list li .ch {
    top: 68%;
    font-size: .16rem;
}
.team-work {
    padding: 0;
}
.team-work .text {
    padding: .5rem 8%;
}
.team-work .text p {
    font-size: .14rem;
    text-align: left;
}
.team-join {
    padding: 0;
    margin-bottom: .2rem;
}
.team-join .join {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin: .2rem 0;
}
.team-join .text {
    width: 100%;
}
.team-join .text .tit {
    padding: 0 8%;
    box-sizing: border-box;
}
.team-join .text .tit h2 {
    font-size: .5rem;
    line-height: .9rem;
}
.team-join .text .tit h3 {
    margin: .1rem 0 0 .2rem;
}
.team-join .text .tit span {
    font-size: .36rem;
}
.team-join .join img {
    max-width: 80%;
}
.team-join .text form {
    padding: 0 8%;
    box-sizing: border-box;
}
.team-join .text input, .team-join .text textarea {
    box-sizing: border-box;
}
.team-join .text button {
    border: 0;
}





}