* {
    padding: 0;
    margin: 0;
    text-decoration: none;

}

.header {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100vw;
    height: 76.29px;
    background: #ffffff;
    z-index: 1000;
}

.header-content {
    max-width: 1320px;
    height: 100%;
    margin: 0 auto;
    padding: 0 60px;
    clear: both;
}

.logo {
    display: flex;
    align-items: center;
    float: left;
    cursor: pointer;
    margin-top: 12px;
}

.nav {
    height: 100%;
    display: flex;
    float: right;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
}

.nav .navBar {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #000;
}

.nav .navBar.selected {
    display: flex;
    justify-content: center;
    position: relative;
    font-weight: 700;
    color: #ff387a;
}

.nav .navBar.selected::before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 39px;
    height: 4px;
    background-color: #ff387a;
    border-radius: 34px;
}

.main {
    padding-top: 80px;
}

#index img {
    width: 100%;
    vertical-align: top;
}

#team {
    padding-top: 150px;
    padding-bottom: 100px;
}

#team .img1 {
    width: 100%;
    margin: 0 auto;
    display: block;
}

#team .img2 {
    width: 100%;
    margin-top: 100px;
}

#about {
    padding-top: 66px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.about-us,
.contact-us {
    padding: 12px;
}

.text-img {
    width: 172px;
    height: 43px;
    margin-bottom: 49px;
}

.about-us-text {
    margin-bottom: 80px;
}

.about-us-text img {
  width: 100%;
}


.contact-us {
    display: flex;
    justify-content: space-between;
}

.contact-us .right {
    margin-top: -20px;
    width: 200px;
    text-align: center;
}

.contact-us .left .text {
    width: 625px;
    display: block;
}

.contact-us .right .qr {
    width: 160px;
    height: 160px;
}
.contact-us .right .text {
    width: 149px;
}
.footer{
    background: #fbfbfb;
    padding: 68px 0px;
}
.footer p,
.footer p a{
    font-size: 18px;
    color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 37px;
}
