.c_0080F1 {
    color: #0080F1;
}

img {
    max-width: 100%;
}

.banner-container {
    width: 100%;
    height: 520px;
    background: linear-gradient(to bottom, #0081f2, #004de2)
}

.banner-content {
    position: relative;
}

.banner-content .left-text {
    padding-top: 118px;
}

.banner-content .left-text .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    color: #fff;
}

.banner-content .left-text .subtitle {
    font-size: 20px;
    line-height: 37px;
    color: #fff;
}

.banner-content .left-text .btn-box {
    margin-top: 55px;
}

.banner-content .left-text .btn {
    display: inline-block;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    border: solid 1px #fff;
    margin-right: 20px;
}

.banner-content .left-text .btn:last-child {
    margin-right: 0;
    background: #fff;
    color: #0080F1;
}

.banner-content .right-img {
    width: 637.5px;
    position: absolute;
    top: 31px;
    right: 0;
}

.banner-content .right-img img {
    width: 100%;
}

.menu-container {
    width: 100%;
    height: 48px;
    background: #fff;
    position: relative;
    z-index: 1000;
}

.menu-container .menu-wrapper {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
    position: relative;
    z-index: 1000;
}

.menu-container .menu-wrapper .menu-li {
    height: 100%;
    line-height: 48px;
    box-sizing: border-box;
    border-bottom: solid 4px transparent;
    padding: 0 22px;
    margin: 0 30px;
    cursor: pointer;
}

.menu-container .menu-wrapper .menu-li.active {
    border-bottom-color: #0080F1;
}

.common-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #333;
}

.common-subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 30px;
    text-align: center;
}

.sec {
    padding: 60px 0;
}

.sec:nth-child(2n) {
    background: #f6f7fa;
}

.sec1 .sec-content-wrapper {
    margin-top: 60px;
}

.sec1 .sec-content-wrapper .btn {
    display: block;
    margin: 30px auto 0;
    width: 214px;
    height: 40px;
    background: #0080F1;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 6px;
}

.sec2 .sec-content-wrapper {
    margin-top: 60px;
}

.sec2 .sec-content-wrapper .item-list {
    height: 515px;
    background: url(../img/sec2_bg.png) no-repeat center;
    position: relative;
}

.sec2 .sec-content-wrapper .item-list .item-li {
    position: absolute;
    width: 250px;
    height: 220px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: solid 11px #0080F1;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    padding-top: 24px;
    padding-left: 20px;
    animation: kf-s2b 1.2s linear 0.4s infinite alternate;
}

@keyframes kf-s2b {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sec2 .sec-content-wrapper .item-list .item-li .title {
    font-size: 18px;
    color: #0080F1;
    font-weight: 600;
    line-height: 22px;
}

.sec2 .sec-content-wrapper .item-list .item-li .desc {
    margin-top: 6px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.sec2 .sec-content-wrapper .item-list .item-li .tags {
    margin-top: 12px;
    overflow: hidden;
}

.sec2 .sec-content-wrapper .item-list .item-li .tag {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 22px;
    position: relative;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.sec2 .sec-content-wrapper .item-list .item-li .tag::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E1F1FF;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.sec2 .sec-content-wrapper .item-list .item-li:nth-child(1) {
    left: 75px;
    top: 0;
}

.sec2 .sec-content-wrapper .item-list .item-li:nth-child(2) {
    right: 75px;
    top: 0;
}

.sec2 .sec-content-wrapper .item-list .item-li:nth-child(3) {
    left: 75px;
    bottom: 0px;
}

.sec2 .sec-content-wrapper .item-list .item-li:nth-child(4) {
    right: 75px;
    bottom: 0px;
}

.sec2 .sec-content-wrapper .btn {
    display: block;
    width: 214px;
    height: 40px;
    background: #0080F1;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    margin: 30px auto 0;
}

.sec3 .sec-content-wrapper {
    margin-top: 40px;
}

.sec3 .top {
    width: 100%;
    height: 54px;
    background: #F6F7FA;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .top .top-li {
    height: 100%;
    line-height: 54px;
    padding: 0 35px;
    border-radius: 30px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.sec3 .top .top-li.active {
    color: #fff;
    background: #0080F1;
}

.sec3 .bottom {
    margin-top: 30px;
}

.sec3 .bottom .bottom-li.active {
    display: flex;
}

.sec3 .bottom .bottom-li {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    height: 450px;
}

.sec3 .bottom .bottom-li .left-text .title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 24px;
    padding-left: 7px;
    border-left: solid 4px #0080F1;
}

.sec3 .bottom .bottom-li .left-text .subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    color: #0080F1;
    padding-left: 11px;
}

.sec3 .bottom .bottom-li .left-text .desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-left: 11px;
    margin-top: 16px;
}

.sec3 .bottom .bottom-li .left-text .btn {
    display: block;
    width: 126px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #0080F1;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 50px;
    margin-left: 11px;
}

.sec4 .sec-content-wrapper {
    margin-top: 15px;
}

.sec4 .item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec4 .item-list .item-li {
    width: 250px;
    height: 320px;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #E3E7F1;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 32px 26px 0;
    margin-top: 35px;
    transition: all .3s;
}

.sec4 .item-list .item-li:hover {
    transform: translateY(-10px);
}

.sec4 .item-list .item-li .img {
    width: 80px;
    margin: auto;
}

.sec4 .item-list .item-li .title {
    font-size: 24px;
    line-height: 20px;
    color: #333;
    margin-top: 27px;
    font-weight: 600;
    text-align: center;
}

.sec4 .item-list .item-li .desc {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.sec4 .btn {
    display: block;
    margin: 60px auto 0;
    width: 214px;
    height: 40px;
    background: #0080F1;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.sec5 .sec-content-wrapper {
    margin-top: 40px;
}

.sec5 .sec-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec5 .sec-content .item {
    margin: 0 27px;
    width: 500px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
}

.sec5 .sec-content .item .title {
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #0080F1;
    font-size: 24px;
    color: #fff;
}

.sec5 .sec-content .item .desc {
    height: 256px;
    padding-top: 45px;
    box-sizing: border-box;
    padding-left: 120px;
}

.sec5 .sec-content .item .desc p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
}

.sec5 .sec-content .item .desc p::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E8EBF3;
    margin-right: 5px;
}

.sec5 .sec-content .item .desc p::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E8EBF3;
    margin-top: 20px;
}

.sec5 .btn {
    display: block;
    width: 214px;
    height: 40px;
    margin: 60px auto;
    background: #0080F1;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.sec6 .sec-content-wrapper {
    margin-top: 50px;
}

.sec6 .item-list {
    display: flex;
    justify-content: space-between;
}

.sec6 .item-list .item-li {
    width: 250px;
    height: 320px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #E3E7F1;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 47px 27px 0;
}

.sec6 .item-list .item-li .img {
    width: 80px;
    margin: 0 auto;
}

.sec6 .item-list .item-li .title {
    text-align: center;
    font-size: 24px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 36px;
}

.sec6 .item-list .item-li .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    color: #666;
}

.sec7 .sec-content-wrapper {
    margin-top: 20px;
}

.sec7 .case-list::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.sec7 .case-list .case-li {
    width: 150px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 20px;
    float: left;
}

.sec7 .case-list .case-li:nth-child(7n) {
    margin-right: 0;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
    .why-choose-us .feature-grid {
        justify-content: center;
    }

    .why-choose-us .feature-item {
        flex: 0 1 calc(50% - 30px);
    }
}

@media screen and (max-width: 768px) {
    .why-choose-us .feature-item {
        flex: 0 1 100%;
    }
}

/* 数据统计模块样式 */
.sec-box .sec8 {
    background: #fff;
}

.sec-box .sec8 .sec-content-wrapper {
    margin-top: 50px;
}

.sec-box .sec8 .item-list {
    display: flex;
    justify-content: space-between;
}

.sec-box .sec8 .item-li {
    width: 250px;
    height: 200px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #E3E7F1;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.sec-box .sec8 .item-li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.sec-box .sec8 .item-li .number {
    font-size: 36px;
    font-weight: bold;
    color: #0080F1;
    line-height: 1;
    margin-bottom: 20px;
}

.sec-box .sec8 .item-li .label {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .sec-box .sec8 .item-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .sec-box .sec8 .item-li {
        width: calc(50% - 10px);
        height: 160px;
        padding: 20px;
    }

    .sec-box .sec8 .item-li .number {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .sec-box .sec8 .item-li .label {
        font-size: 14px;
    }
}

/* 优势说明模块样式 */
.advantage-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 40px 0;
    padding: 0 20px;
}

.advantage-item {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.advantage-item .number {
    font-size: 24px;
    color: #E6EEF8;
    font-weight: bold;
    margin-bottom: 15px;
}

.advantage-item .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.advantage-item .desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .advantage-list {
        flex-direction: column;
        gap: 20px;
    }

    .advantage-item {
        padding: 20px;
    }

    .advantage-item .number {
        font-size: 20px;
    }

    .advantage-item .title {
        font-size: 18px;
    }
}

.headerTit header .goLogin>a {
    display: inline-block;
    padding: 0 23px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background-color: #4185f1
}

/* 注册模块样式 */
.register-section {
    background: #0080F1;
    border-radius: 16px;
    margin: 20px auto;
    max-width: 1200px;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

/* 添加背景装饰 */
.register-section::before {
    content: '';
    position: absolute;
    right: -5%;
    top: -50%;
    width: 60%;
    height: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: rotate(-15deg);
    pointer-events: none;
}

.register-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}

.register-content .left-text {
    color: #fff;
}

.register-content .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}

.register-content .subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

.register-content .register-btn,
.register-content .contact-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-left: 20px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.register-content .register-btn {
    background: #fff;
    color: #0080F1;
}

.register-content .register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.register-content .contact-btn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.register-content .contact-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .register-section {
        margin: 20px 15px;
        border-radius: 12px;
    }

    .register-content {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }

    .register-content .left-text {
        margin-bottom: 20px;
    }

    .register-content .title {
        font-size: 24px;
    }

    .register-content .subtitle {
        font-size: 14px;
    }

    .register-content .register-btn,
    .register-content .contact-btn {
        margin: 10px;
        padding: 10px 25px;
        width: 200px;
    }
}

/* 通用按钮样式 */
.common-btn {
    display: inline-block;
    padding: 12px 36px;
    background: #0080F1;
    color: #fff !important;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 128, 241, 0.2);
}

.common-btn:hover {
    background: #0070d8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 128, 241, 0.3);
    text-decoration: none;
}

/* 产品统计模块样式 */
.product-stats {
    text-align: center;
    margin: 20px 0;
    padding: 15px;
}

.product-stats .stats-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.product-stats .stat-number {
    font-size: 24px;
    color: #0080F1;
    font-weight: bold;
}

.product-stats .stat-label {
    color: #666;
    margin-left: 8px;
}

/* 平台对比模块样式 */
.platform-compare {
    padding: 40px 0;
    background: #fff;
}

.compare-title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.compare-table {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #eee;
}

.compare-row:last-child {
    border-bottom: none;
}

.compare-row.header {
    background: #f8f9fc;
    font-weight: bold;
}

.compare-row-header {
    background: #f8f9fc;
    font-weight: bold;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #eee;
}

.compare-cell {
    padding: 20px;
    display: flex;
    align-items: center;
    border-right: 1px solid #eee;
}

.compare-cell:last-child {
    border-right: none;
}

.compare-cell.highlight {
    color: #0080F1;
}

.compare-cell i {
    margin-right: 8px;
}

.compare-cell i.fa-check {
    color: #0080F1;
}

.compare-cell i.fa-times {
    color: #999;
}

@media screen and (max-width: 768px) {
    .platform-compare {
        padding: 20px 15px;
    }

    .compare-cell {
        padding: 15px;
        font-size: 14px;
    }
}

/* 用户反馈模块样式 */
.testimonials-container {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.testimonial-swiper {
    padding: 20px 0 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    margin: 10px;
    height: calc(100% - 20px);
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    background: #f5f7fa;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info {
    flex: 1;
}

.user-info .name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
}

.user-info .role {
    font-size: 14px;
    color: #0080F1;
    margin-bottom: 4px;
}

.user-info .company {
    font-size: 12px;
    color: #666;
}

.testimonial-content {
    position: relative;
    padding-top: 0;
}

.content-text {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
    z-index: 2;
}

.highlight-point {
    background: #f8f9fc;
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.point-label {
    color: #0080F1;
    font-weight: bold;
    margin-right: 8px;
    font-size: 14px;
}

.point-text {
    color: #666;
    font-size: 14px;
}

.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 1;
    margin: 0 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 16px;
    background: #0080F1;
}

@media screen and (max-width: 768px) {
    .testimonial-card {
        padding: 20px;
    }

    .content-text {
        font-size: 14px;
    }
}

.call-to-action-section {
    background: #fff;
    padding: 60px 0;
    text-align: center;
    margin-top: 50px;
}

.call-to-action-container {
    background: #0080F1;
    padding: 40px;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
}

.call-to-action-container h2 {
    color: white;
    font-size: 28px;
    margin-bottom: 10px;
}

.call-to-action-container p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 30px;
}

.call-to-action-button {
    display: inline-block;
    padding: 12px 40px;
    background-color: white;
    color: #0080F1;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.call-to-action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #0080F1;
    text-decoration: none;
}

.qrcode-box {
    text-align: center;
}

.qrcode-box img {
    width: 120px;
    height: 120px;
    margin-bottom: 8px;
}

.qrcode-box p {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* 平台图片样式 */
.platform-images {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.platform-main,
.platform-side {
    width: calc(50% - 20px);
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(0, 128, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 128, 255, 0.1),
        0 0 0 2px rgba(0, 128, 255, 0.1),
        0 0 20px rgba(0, 128, 255, 0.15);
    transition: all 0.3s ease;
}

.platform-main:hover,
.platform-side:hover {
    border-color: rgba(0, 128, 255, 0.5);
    box-shadow: 0 4px 15px rgba(0, 128, 255, 0.15),
        0 0 0 2px rgba(0, 128, 255, 0.2),
        0 0 30px rgba(0, 128, 255, 0.2);
}

.platform-main img,
.platform-side img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

@media screen and (max-width: 480px) {
    .platform-images {
        padding: 0 5px;
        gap: 25px;
    }

    .platform-main,
    .platform-side {
        width: calc(50% - 12.5px);
        border-width: 1px;
    }
}

.goLogin a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 6px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background: rgba(0, 128, 255, 0.85);
    font-weight: 500;
    margin-right: 15px;
}

.goLogin a:hover {
    background: rgba(0, 128, 255, 0.95);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 128, 255, 0.2);
}

.login-action-btn,
.register-action-btn {
    background: rgb(0 186 255) !important;
}

@media screen and (max-width: 480px) {
    .headerTit header {
        padding: 12px 15px;
    }

    .headerTit img {
        height: 28px;
    }

    .goLogin a {
        font-size: 13px;
        padding: 5px 12px;
        margin-right: 10px;
    }
}

.platform-overview-image {
    text-align: center;
    margin: 30px 0;
}

.platform-overview-image img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}
