.carousel-indicators {
    margin-bottom: 140px;
}
.item-img {    height: 800px;
    background-position: center !important;
    background-size: cover !important;}
.item-img .item-img__content {
    padding-top: 230px;
    text-align: center;
    color: #fff;
}
.item-img .item-img__content h3 {
    font-size: 60px;
}
.item-img .item-img__content p {
    margin: 24px 0 48px;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
}
.item-img .item-img__content .primary-btn {
    width: 176px;
    height: 60px !important;
    background: #FFF172;
    border-radius: 32px;
    text-align: center;
    line-height: 60px !important;
    font-size: 20px !important;
    font-weight: 500;
    display: block;
    margin: 0 auto;
}
.item-img .item-img__content .gonggao {
    margin-top: 48px;
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}
.item-img .item-img__content span {
    font-size: 16px;
}

.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;
}


.intro-content__item1 {position: relative; z-index: 1; margin-right: 83px;}
.intro-content__item2 {position: relative; z-index: 1; margin-right: 227px;}
.intro-content .intro-content__item {
    width: 220px;
    height: 220px;
    text-align: left;
    font-size: 20px;
    padding: 60px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
    border-radius: 102px 0px 102px 0px;
    position: relative;
    z-index: 10;
}

.intro-content__item .intro-item__number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #333;
    border-radius: 0px 0px 0px 32px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
}

.intro-content__item .intro-item__img {
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    position: absolute;
    bottom: -21px;
    left: -13px;
    z-index: 11;
    border-radius: 50px;
    overflow: hidden;
}
.intro-content .intro-content__bg {
    font-size: 109px;
    color: #f5f5f5;
    opacity: .5;
    position: absolute;
    z-index: 8;
    right: -95px;
    top: 60%;
    transform: translate(0, -50%);
}

.intro-item__atavar img {
    width: 100px;
    height: 100px;
    border-radius: 32px;
    margin-bottom: 108px;
}
.intro-item__bubble {
    width: 250px;
    height: 140px;
    padding: 32px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
    border-radius: 0 70px 70px 70px;
    position: absolute;
    left: 77px;
    top: 67px;
    z-index: 2;
}
.intro-item__bubble h5 {
    font-size: 20px;
    margin-bottom: 16px;
}
.intro-item__bubble p {
    font-size: 14px;
    color: #777777;
}

.problem-content p {
    line-height: 32px;
    margin-bottom: 16px;
    display: flex;
    text-align: left;
    color: #333;
}
.problem-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;
    line-height: 40px;
    color: #333;
    min-height: 40px;
    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;
}