.contentWrapper {
    width: 100%;
    box-sizing: border-box;
}

.appPlatformStyle {
    padding: 80px 0 120px;
    background: #F6F7FB;
}

.appCommonTitleWrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.appCommonTitleWrapper  .colorC0c{
    color: #8ED1F1 !important;
}
.appCommonTitle {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333333;
    line-height: 42px;
}

.appCommonDesc {
    width: 1098px;
    font-size: 16px;
    color: #4E5059;
    line-height: 25px;
    text-align: center;
}

.appPlatform {
    display: flex;
    flex-wrap: wrap;
}

.platformItem {
    margin-bottom: 12px;
    margin-right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 594px;
    position: relative;
    height: 180px;
    color: #4E5059;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.07);
}

.platformItem:hover{
    color: white !important;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.2);
}

.platformItemAct{
    color: #FFFFFF !important;
    box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.2);
}
.platformItem .actImg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
    height: 0;
    object-fit: cover;

}

.platformItem:hover .actImg,.platformItemAct .actImg{
    height: 100%;
}
.platformItem  .platIconAct {
    display: none;
}
.platformItem:hover .platIconAct {
    display: block;
}
.platformItem:hover .platIconNormal {
    display: none;
}
.platformItem:nth-child(2n) {
    margin-right: 0;
}

.platTitleWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.platIcon {
    position: relative;
    margin-right: 40px;
}

.platIcon img {
    width: 82px;
    height: 82px;
}

.platTitle {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 25px;
}

.platDesc {
    width: 369px;
    font-size: 14px;
    line-height: 26px;
}

.mobileAppWrapper {
    height: 638px;
}

.mobileApp {
    padding-top: 100px;
}

.colorFFF {
    color: #FFFFFF;
}

.colorC0c {
    color: #C0C4CF;
}

.mobileCountWrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mobileCountItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobileCountItem > img {
}

.countTitle {
    margin: 22px 0 14px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.countDesc {
    width: 198px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    opacity: .8;
}

.appTeamWrapper {
    padding-top: 80px;
    height: 738px;
    background: #F6F7FB;
}

.appTeamSwiper {
    overflow: hidden;
}
.teamItemWrapper{
    padding-bottom: 20px;
}
.teamItem {
    height: 375px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.06);
}
.teamItem:hover{
    box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.15);
}

.teamItem > img {
    width: 376px;
    height: 226px;
}

.appTeamTitleWrapper {
    margin-top: -3px;
    padding: 20px;
    background-color: #fff;
}

.appTeamTitle {
    margin-bottom: 6px;
    font-size: 18px;
    color: #4E5059;
    line-height: 25px;
}

.appTeamDesc {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.appTeam {
    position: relative;
}

.teamPrev {
    position: absolute;
    top: 147px;
    left: -50px;
    cursor: pointer;
    z-index: 10;

}

.teamNext {
    position: absolute;
    cursor: pointer;
    top: 147px;
    z-index: 10;
    right: -50px;
}

.devCourse {
    text-align: center;
    padding-top: 80px;
    height: 671px;
}

.devCourse > img {
    margin: 0 auto;
    width: 1200px;
    height: 308px;
}

.guarantee {
    padding: 80px 0;
    /*height: 564px;*/
    background: #f0f2f5;
}

.guaranteeWrapper {
    display: flex;
    justify-content: space-around;
}

.guaranteeItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 193px;
}

.guaranteeItem > img {
    width: 94px;
    height: 94px;
}

.salesStatus {
    margin: 20px 0 10px;
    font-size: 18px;
    color: #4E5059;
    line-height: 25px;
}

.salesDesc {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.normalProblem {
    padding-top: 80px;
    height: 642px;
    background: #F6F7FB;
}

.normalProblemWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.problemItem {
    padding: 44px;
    width: 370px;
    height: 292px;
    background: #3D4351;
    box-sizing: border-box;
}

.problemItem:nth-child(2) {
    /* scale: 1.1; */
    width: 460px;
    height: 340px;
}

.problemItem:nth-child(2) .problemIcon {
    flex-direction: column;
    justify-content: center;
}

.problemItem:nth-child(2) .problemIcon > img {
    margin-right: 0;
}

.problemItem:nth-child(2) > ul {
    text-align: center;
}

.problemIcon {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
}

.problemIcon > img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}

.problemItem > ul > li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.caseWrapper {
    padding-top: 80px;
    height: 810px;
    background: #f0f2f5;
}

.caseSwiper {
    overflow: hidden;
}

.case {
    position: relative;
}

.caseItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #4E5059;
    line-height: 18px;
    overflow: hidden;
    border-radius: 10px;
}

.caseItem > img {
    margin-bottom: 21px;
    width: 224px;
    height: 400px;
}

.casePrev {
    position: absolute;
    top: 140px;
    left: -60px;
    cursor: pointer;
}

.caseNext {
    position: absolute;
    top: 140px;
    right: -60px;
    cursor: pointer;
}

.wantTo {
    padding-top: 50px;
    width: 100%;
    height: 269px;
    box-sizing: border-box;
}

.please {
    width: 100%;
    margin: 17px 0 28px;
    text-align: center;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
}