.official-mobile {
    position: relative;
}
.official-mobile .mobile-icon {
    display: inline-block;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
}
.official-mobile .button-experience {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    background: #3982f7;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.official-mobile .mobile-banner {
    height: 610px;
    min-width: 1200px;
    background: url('../../../images/oa/mobile/banner-bg.png');
    background-size: 100% 100%;
}
.official-mobile .mobile-banner .banner-content {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    height: 100%;
    width: 66%;
}

.official-mobile .mobile-banner .banner-content .content-left {
    flex: 1 1 auto;
    padding: 160px 0 0 160px;
}

.official-mobile .mobile-banner .banner-content .content-right-img {
    flex: 0 0 550px;
    width: 550px;
}

.official-mobile .mobile-banner .banner-primary {
    font-size: 36px;
    color: #2e364e;
    font-weight: bold;
}
.official-mobile .mobile-banner .banner-secondary {
    margin-top: 16px;
    margin-bottom: 28px;
    font-size: 20px;
    color: #8a929e;
}
.official-mobile .tabs-head {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 64px;
    background-color: #fff;
    text-align: center;
}
.official-mobile .tabs-head.sticky {
    border-bottom: 1px solid #e6e6e6;
}
.official-mobile .tabs-head.sticky .platform-tabs {
    border: 0 !important;
}
.official-mobile .platform-tabs {
    display: inline-flex;
    width: 524px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}
.official-mobile .platform-tabs .tab {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    height: 48px;
    color: #2e364e;
    text-align: center;
}
.official-mobile .platform-tabs .tab .tab-content {
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
    padding-left: 8px;
    height: 100%;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.official-mobile .platform-tabs .tab .tab-icon .mobile-icon {
    margin-right: 16px;
    font-size: 24px;
    color: #3982f7;
}
.official-mobile .platform-tabs .tab .tab-title {
    font-size: 16px;
}
.official-mobile .platform-tabs .tab:first-child {
    text-align: left;
}
.official-mobile .platform-tabs .tab:last-child {
    text-align: right;
}
.official-mobile .platform-tabs .tab.active {
    color: #3982f7;
}
.official-mobile .platform-tabs .tab.active .tab-content {
    border-bottom-color: #3982f7;
}
.official-mobile .tabs-body {
    position: relative;
    min-width: 1200px;
    margin-bottom: 320px;
}
.official-mobile .tabs-body .tabs-bg {
    position: absolute;
    top: 346px;
    z-index: -1;
    width: 100%;
}
.official-mobile .tabs-body .module-bg {
    background-size: 100% 100%;
}
.official-mobile .tabs-body .module-bg.bg-first {
    height: 900px;
    background-image: url('../../../images/oa/mobile/bg_left.png');
}
.official-mobile .tabs-body .module-bg.bg-second {
    height: 742px;
    background-position-x: 60px;
    background-image: url('../../../images/oa/mobile/bg_right.png');
}
.official-mobile .tabs-body .module-bg.bg-third {
    height: 840px;
    background-position-x: 20px;
    background-image: url('../../../images/oa/mobile/bg_bottom.png');
}
.official-mobile .tabs-body .module-bg.bg-fourth {
    height: 860px;
    background-image: url('../../../images/oa/mobile/bg_right.png');
}
.official-mobile .tabs-body .module-bg.bg-fifth {
    height: 890px;
    background-image: url('../../../images/oa/mobile/bg_left.png');
}
.official-mobile .tabs-body .tab-panel {
    display: none;
}
.official-mobile .tabs-body .tab-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #707070;
}
.official-mobile .tabs-body .tab-banner .banner-image {
    width: 100%;
    height: 200px;
    background-image: url('../../../images/oa/mobile/mobile-image.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -30px;
    z-index: 1;
}
.official-mobile .tabs-body .tab-banner .banner-title {
    font-size: 24px;
    color: #2e364e;
}
.official-mobile .tabs-body .tab-banner .banner-divider {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 48px;
    border-bottom: 2px solid #3982f7;
}
.official-mobile .tabs-body .tab-banner .banner-comment {
    width: 560px;
    font-size: 14px;
    text-align: center;
    color: #8a929e;
    z-index: 5;
    line-height: 21px;
}
.official-mobile .tabs-body .module-wrapper {
    display: flex;
}
.official-mobile .tabs-body .module-wrapper .module-image {
    width: 50%;
}
.official-mobile .tabs-body .module-wrapper .module-image .image-wrapper {
    position: relative;
    display: inline-block;
}
.official-mobile .tabs-body .module-wrapper .module-image .image-wrapper img {
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    box-shadow: 0 2px 15px 3px rgba(138, 151, 188, 0.3);
}
.official-mobile .tabs-body .module-wrapper .module-image .image-wrapper .master-image {
    width: 258px;
    top: 240px;
    transition: top 1s ease-out, opacity 200ms ease-in 0.2s;
}
.official-mobile .tabs-body .module-wrapper .module-image .image-wrapper .associate-image {
    width: 258px;
    top: 160px;
    z-index: 1;
    transition: left 1s ease-out, opacity 200ms ease-in 0.2s;
}
.official-mobile .tabs-body .module-wrapper .module-image .image-wrapper.active .master-image {
    top: 80px;
    opacity: 1;
}
.official-mobile .tabs-body .module-wrapper .module-image .image-wrapper.active .associate-image {
    opacity: 1;
}
.official-mobile .tabs-body .module-wrapper .module-district {
    margin-top: 170px;
    height: 420px;
    width: 50%;
}
.official-mobile .tabs-body .module-wrapper .module-content {
    display: flex;
    flex-direction: column;
    width: 400px;
}
.official-mobile .tabs-body .module-wrapper .module-content .module-icon .mobile-icon {
    color: #3982f7;
    font-size: 40px;
}
.official-mobile .tabs-body .module-wrapper .module-content .module-title {
    margin-top: 16px;
    font-size: 24px;
    color: #2e364e;
}
.official-mobile .tabs-body .module-wrapper .module-content .module-divider {
    margin-top: 32px;
    margin-bottom: 16px;
    width: 48px;
    border-bottom: 2px solid #3982f7;
}
.official-mobile .tabs-body .module-wrapper .module-content .module-comment {
    font-size: 14px;
    color: #8a929e;
}
.official-mobile .tabs-body .module-wrapper .module-content .button-experience {
    margin-top: 24px;
}
.official-mobile .tabs-body .module-wrapper.left-image .module-image {
    padding-left: 20%;
}
.official-mobile .tabs-body .module-wrapper.left-image .module-district {
    padding-left: 12%;
}
.official-mobile .tabs-body .module-wrapper.left-image .associate-image {
    left: 300px;
}
.official-mobile .tabs-body .module-wrapper.left-image .image-wrapper.active .associate-image {
    left: 140px;
}
.official-mobile .tabs-body .module-wrapper.left-image.overlap-image .module-image {
    padding-left: 15%;
}
.official-mobile .tabs-body .module-wrapper.right-image .associate-image {
    left: 360px;
}
.official-mobile .tabs-body .module-wrapper.right-image .image-wrapper.active .associate-image {
    left: 200px;
}
.official-mobile .tabs-body .module-wrapper.right-image .module-image {
    padding-left: 12%;
}
.official-mobile .tabs-body .module-wrapper.right-image .module-district {
    padding-left: 15%;
}
.official-mobile .tabs-body .module-wrapper.right-image.overlap-image .module-image {
    padding-left: 8%;
}
.official-mobile .tabs-body .module-wrapper.right-image.overlap-image .module-district {
    height: 456px;
}
.official-mobile .tabs-body .module-wrapper.module-bg-second {
    padding-top: 300px;
}
.official-mobile .tabs-body .module-wrapper.module-bg-second.overlap-image {
    padding-top: 160px;
    padding-bottom: 100px;
}
.official-mobile .tabs-body .module-wrapper.module-bg-third {
    padding-top: 180px;
}
.official-mobile .tabs-body .module-wrapper.module-bg-third.overlap-image {
    padding-top: 40px;
    padding-bottom: 100px;
}
.official-mobile .tabs-body .module-wrapper.module-bg-fourth {
    padding-top: 300px;
}
.official-mobile .tabs-body .module-wrapper.module-bg-fifth {
    padding-top: 260px;
}

/*# sourceMappingURL=mobile.css.map */
