
*{margin: 0;padding: 0;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-size: 77px;
}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight: 400;line-height: 1.2;color: inherit;}
ul,li{list-style: none;}
a{text-decoration: none;color: inherit;}
img{vertical-align: middle;outline: none;border: 0;}
body {
    font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  background:#fff;
}
input,button,textarea,select{
  outline: none;
  font-family:inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand { display: none;} 
iframe{border: none;vertical-align: top;}
:before, :after {
    box-sizing: border-box;
}
em{font-style: normal;}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

@media (min-width: 414px) {
    html {
        font-size: 40px;
    }
    .container1 {
        width: 425px;
        padding-top: 20px;
        margin: 0 auto;
    }
    .team-left {
        left: -1.5rem;
    }

    .team-right {
        right: -1.5rem;
    }
   
}
@media(max-width:535px){
    .container1 {
        width: 100%;
    }
    .team-left {
        left: 0rem;
    }

    .team-right {
        right: 0rem;
    }
}
@media (min-width: 768px) {
    html {
        font-size: 40px;
    }
    .container1 {
        width: 425px;
    }
    .team-left {
        left: -2rem;
    }

    .team-right {
        right: -2rem;
    }

}

@media (min-width: 992px) {
    .container1 {
        width: 970px;
    }
    .team-left {
        left: -1rem;
    }

    .team-right {
        right: -1rem;
    }
}

@media (min-width: 1260px) {
    .container1 {
        width: 970px;
    }
    .team-left {
        left: -1rem;
    }

    .team-right {
        right: -1rem;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 60px;
    }
    .container1 {
        width: 1230px;
    }
    .team-left {
        left: -0.5rem;
    }

    .team-right {
        right: -0.5rem;
    }
}

.section .swiper-slide{
    width: 410px;
    height: 530px;
    background: #fff;
    position: relative;
}
.section .swiper-slide img{
    width: 302px;
    height: 397px;
}
.team-item{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
