.help-header {
    background: url('../img/help/nhelp-banner.png') center no-repeat #f5f6fa;
    width: 100%;
    padding: 150px 0;
    /*margin-top: 73px;*/
    height: 500px;
    background-size: cover;
    color: #000;
    display: flex;
    align-items: center;
}


h2 {
    font-size: 36px;
}


.help-header-con h2 {
    text-align: left;
    font-size: 44px;
    color: #FFFFFF;
}

.help-header-con p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 16px;
}
.help-course{
    padding-bottom: 80px;
    text-align: center;
}
.help-course img{
    width: 1200px;
    margin-top: 60px;
}
.help-teams {
    background: #F5F8FA;
    padding-bottom: 80px;
}

.help-teams-list {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.help-teams-card {
    width: 384px;
    background: #FFFFFF;
    box-shadow: 0px 12px 30px 0px rgba(191, 216, 224, 0.37);
    border-radius: 4px;
}
.help-teams-card img{
    width: 100%;
    height: 180px;
}
.help-teams-card__con{
    padding: 30px;
}
.help-teams-card__con h4{
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    text-align: center;
}
.help-teams-card__con p{
    font-size: 16px;
    color: #6E6E70;
    line-height: 22px;
    margin-top: 16px;
}
.help-service {
    background: url("/assets/img/help/nhelp-background.png") center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.help-service .container-body-title{
    color: #FFFFFF;
}
.help-service-tip{
    margin-top: 16px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}
.help-service-list{
    display: flex;
    padding: 0 20px;
    background: #ffffff;
    margin-top: 60px;
}
.help-service-card{
    padding: 40px 20px;
    text-align: center;
    width: 232px;
}
.help-service-card img{
    width: 48px;
    height: 48px;
}
.help-service-card h4{
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    margin-top: 22px;
}
.help-service-card p{
    font-size: 14px;
    color: #6E6E70;
    text-align: center;
    margin-top: 12px;
}
.nav-warp {
    font-size: 16px;
    margin-top: 80px;
    width: 100%;
    background-color: #ebedf4;
}

.nav-warp .nav-navbar {
    width: 1226px;
    margin: 0 auto;
    text-align: center;
    height: 120px;
    line-height: 120px;
    color: #666666;
}

.nav-warp .nav-navbar .nav-item {
    width: 50%;
    float: left;
}

.page {
    width: 100%;
    background-color: #f5f6fa;
}

.page .content {
    background-color: #f5f6fa;
    width: 1226px;
    margin: 0 auto;
}


.input-search .seach .glass {
    width: 36px;
    height: 36px;
    display: block;
    background-image: url(../svg/search.svg);
    background-size: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px;
    fill: #FFFFFF;
}


@media (max-width: 992px) {

}
