.item-img {width: 100%; height: auto; margin-top: 106px;}
.item-img img {width: 100%; display: block;}

.body-container {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    margin-top: -94px;
    z-index: 3;
    width: 100%;
    min-width: 1240px;
    min-height: 1000px;
    background-color: #FFFFFF;
}

.help-content {
    margin-top: 60px;
}


.help-content .faq-item {
    margin-bottom: 32px;
    text-align: left;
}
.faq-item i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 8px;
    background: #F5F5F5;
    font-size: 16px;
    margin-right: 20px;
    text-align: center;
}
.faq-item span {
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    color: #333;
    width: 1115px;
}
.faq-item h5  {margin-bottom: 16px; font-size: 16px;}
.faq-item h5 i {
    color: #FA5151;
}
.faq-item p span {
    background: #F5F5F5;
    border-radius: 0px 20px 0px 20px;
    color: #777777;
    font-size: 14px;
    padding: 0 20px;
}
.faq-item p i {
    vertical-align: top;
}
.yellow-nav {
    margin-bottom: 40px !important;
}
.card, .card-header {
    border: none;
}
.accordion>.card>.card-header {
    cursor: pointer;
    height: 60px;
    font-size: 16px;
    padding: 19px 32px;
    border-radius: 16px !important;
    background-color: #F5F5F5;
    margin-bottom: 24px !important;
}
.card-body {padding: 0 32px;}

.card .card-header .text-left {background: url(/assets/img/i-help_right.png) no-repeat right;}
.card .card-header.active .text-left {background: url(/assets/img/i-help_bottom.png) no-repeat right;}

.help-search {
    width: 600px;
    border-radius: 20px;
    height: 60px;
    background: #F5F5F5;
    margin: 0 auto 40px;
}

.tab-content__article {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
}
.tab-content__article p {
    margin-bottom: 32px;
}