.banner-title {
    width: 555px;
    /*height: 119px;*/
    font-size: 48px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 72px;
    color: #ffffff;
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.58);
    white-space: normal;
    left: 33%;
    top: 32%;
}

#applyCooperate {
    position: absolute;
    left: 23%;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 54px;
    background-image: linear-gradient(0deg,
    #ff702a 0%,
    #ffa439 100%);
    box-shadow: 0 2px 8px 0 rgba(255, 118, 43, 0.58);
    border-radius: 10px;
    border: none;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}

#LearnMore{
    position: absolute;
    left: calc(23% + 200px);
    top: 53%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 54px;
    box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.58);
    border-radius: 10px;
    font-size: 22px;
    line-height: 30px;
    color:#fff;
    cursor: pointer;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
}
#LearnMore img{
    margin-left: 6px;
    width: 17px;
    height: 22px;
}
.introduce-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -130px;
    z-index: 1;
}

.introduce-item {
    margin-right: 20px;
    box-sizing: border-box;
    padding: 54px 0 0 30px;
    width: 386px;
    height: 380px;
    background-color: #fff;
    box-shadow: 0 4px 20px 0 rgba(125, 125, 125, 0.08);
    border-radius: 6px;
    border: solid 1px #ebebeb;
}

.introduce-item > h2 {
    margin-top: 38px;
    font-size: 22px;
    color: #333;
}

.introduce-line {
    margin: 26px 0;
    width: 326px;
    height: 1px;
    background-color: #cdcdcd;
}

.introduce-content {
    width: 312px;
    font-size: 18px;
    color: #666;
    line-height: 1.8;
}

/*项目背景*/
.project-container {
    margin-bottom: 100px;
    height: 950px;
    background: url(../../../images/pc/productCenter/mini/bg.png) no-repeat 100% 100%;
}

.project-box {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-box-title > span {
    margin-left: 20px;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    vertical-align: bottom;
}

.project-box-content {
    margin-top: 62px;
    width: 576px;
    height: 159px;
    font-size: 18px;
    line-height: 46px;
    color: #666;
}

/*项目痛点*/
.project-pain-box {
    margin: 100px auto 78px;
}

/*解决方案*/
.question-answer-box {
    box-sizing: border-box;
    padding-top: 85px;
    margin-top: 100px;
    height: 710px;
    background: url(../../../images/pc/productCenter/mini/answer-bg.png) no-repeat 100% 100%;
}

.question-answer-box-item {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.flex-right {
    justify-content: right;
}

.question-answer-box-label {
    margin: 0 16px;
    line-height: 1.5;
}

.right {
    text-align: right;
}


.question-answer-box-label > h2 {
    font-size: 20px;
    color: #333;
}

.question-answer-box-label > span {
    font-size: 16px;
    color: #666;
}

.question-answer-box-flex {
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-assistant-img {
    margin: 0 44px;
    width: 321px;
    height: 521px;
}

/*客户案例*/
.customer-case {
    box-sizing: border-box;
    padding-top: 92px;
    height: 790px;
    background: url(../../../images/pc/productCenter/mini/customer-case-bg.png) no-repeat 100% 100%;
}

.swiper-container {
    margin-top: 44px;
    width: 1200px;
}

.swiper-slide {
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 500px;
    background-color: #fff;
    box-shadow: 0 1px 26px 0 rgba(209, 209, 221, 0.14);
    border-radius: 6px;
}

.swiper-slide-content {
    margin-left: 42px;
}

.main-title {
    margin-top: 40px;
    font-size: 26px;
    color: #333;
}

.main-content {
    margin-top: 24px;
    font-size: 20px;
    color: #333333;
}

.main-content > span {
    color: #ff702a;
}

.sub-title {
    margin-top: 34px;
    font-size: 18px;
    color: #ff702a;
}

.sub-content {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

.answer-title {
    margin-top: 30px;
    padding-left: 12px;
    width: 200px;
    height: 42px;
    line-height: 42px;
    background-image: linear-gradient(90deg,
    #ff7200 0%,
    #ffb980 59%,
    #ffffff 100%);
    border-radius: 6px;
    font-size: 18px;
    color: #ffffff;
}

.tips-box {
    position: absolute;
    right: 32px;
    top: 28px;
    font-size: 18px;
    color: #808080;
}

#swiper .swiper-button-prev {
    width: 49px;
    height: 30px;
    background-image: url(../../../images/pc/productCenter/mini/prev.png);
    background-size: 100%;
    top: 90%;
    left: 83%;
}

#swiper .swiper-button-next {
    width: 49px;
    height: 30px;
    background-image: url(../../../images/pc/productCenter/mini/next.png);
    background-size: 100%;
    top: 90%;
    left: 90%;
}