
/* 关于我们 */
.cont-top {margin: 32px auto;}
.cont-top a {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #91929E;
}
.cont-top i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.more-tit {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin: 48px auto;
}
.more-types {margin: 0 auto; display: table;}
.more-types a{font-size: 16px; padding: 12px 24px; border: 1px solid #0A1629; display: inline-block; margin-right: 32px; }
.more-types a:last-child {margin-right: 0;}
.more-types a.active {color: #F0A749; border: 1px solid #F0A749;}

.about-main p {
    color: #535B69;
    font-size: 14px;
    width: 100%;
    text-align: left;
    text-indent: 32px;
    margin: 0 auto 28px;
    line-height: 24px;
}

.about-main {margin-bottom: 48px;}
.team-main {margin-top: 32px;}

.team-main h3 {
    display: inline-block;
    color: #F0A749;
    font-size: 20px;
    border-bottom: 5px solid #fff;
}
.team-main .team-main_users {
    padding-left: 24px;
    margin-bottom: 48px;
}
.team-main .team-main_user {
    width: 180px;
    margin-top: 24px;
    margin-right: 32px;
    float: left;
}
.team-main .team-main_user img{
    border-radius: 2px;
    width: 180px;
    height: 170px;
    object-fit: cover;
}
.team-main .team-main_user p{
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}

.teamgo-main {
    margin-top: 32px;
}

.teamgo-main p {
    color: #535B69;
    font-size: 14px;
    width: 100%;
    text-align: left;
    text-indent: 32px;
    margin: 0 auto 28px;
    line-height: 24px;
}
.teamgo-item {width: 100%;
    height: 160px;
    border-radius: 12px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    padding: 32px;}

    .teamgo-item .teamgo-item_left p {
        font-size: 16px;
        margin-right: 8px;
        margin-bottom: 32px;
    }

    .list_title {
        display: inline-block;
        width: 950px;
        padding: 10px 0;
        font-size: 32px;
    }

    .teamgo-item .teamgo-item_right p {
        color: #666;
        text-align: right;
    }
    .teamgo-item .teamgo-item_right a {
        text-align: center;
        color: #fff;
        display: block;
        cursor: pointer;
        width: 144px;
        height: 46px;
        line-height: 46px;
        margin: 20px 0;
        background-color: #F0A749;
        border-radius: 25px;
        font-size: 16px;
    }

    .teamgo-item .teamgo-item_right button {
        color: #333;
        display: block;
        cursor: pointer;
        width: 144px;
        height: 46px;
        line-height: 46px;
        margin: 20px 0;
        background-color: #F5F5F5;
        border-radius: 25px;
        font-size: 16px;
    }

    .contact-info {
        margin: 40px auto;
        width: 79%;
        background-color: #FFFFFF;
        border-radius: 12px;
        box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
        padding: 32px 30px 50px 30px;
        overflow: hidden;
    }


.contact-info_left{
    width: 50%;
    float: left;
}
.contact-info_left > dt{
    font-size: 24px;
    color: #666666;
    overflow: hidden;
    display: block;
    width: 100%;
}
.contact-info_left > dt > span:nth-of-type(1),.contact-info_left > dd > span:nth-of-type(1) {
    /*letter-spacing: 1.6rem;*/
    width: 82px;
}
.contact-info_left > dt > span:nth-of-type(2){
    color: #C7C7C7;
    font-weight: lighter;
    width: calc(100% - 82px);
}
.contact-info_left > dd{
    padding-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: block;
    width: 100%;
    overflow: hidden;
    font-weight: lighter;
}
.contact-info_left > dt > span,.contact-info_left > dd > span{
    display: block;
    float: left;
}
.contact-info_left > dd > span:nth-of-type(2){
    width: calc(100% - 82px);
}

.contact-info_qrcode{
    overflow: hidden;
    width: 49%;
    float: right;
}
.contact-info_qrcode > li{
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
}
.contact-info_qrcode > li img{
    width: 180px;
    height: 180px;
    margin-left: 18px;
    margin-bottom: 18px;
}
.contact-info_qrcode > li > span{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}