/********
notice
*********/

/* promotion-modal */

.jp h1 {
    font-size: 40px !important;
}


.jp .lead {
    font-size: 12px !important;
}

.hidden51 {
    display: none !important;
}

.wechat .malus-promotion-modal {
    display: none !important;
}

.malus-promotion-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999946;
    top: 0;
    left: 0;
}

.ml-promotion-modal-content {
    width: 654px;
    position: relative;
}

#promotion-modal-close {
    position: absolute;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.8);
    right: -57px;
    top: -25px;
    cursor: pointer;
    transition: all .2s ease;
}

#promotion-modal-close:hover {
    color: rgba(255, 255, 255, 1);
}

.ml-promotion-modal-content .web-banner {
    width: 654px;
    object-fit: contain;
    border-radius: 18px;
}

.ml-promotion-modal-content .mobile-banner {
    width: 320px;
    height: 320px;
}

.ml-promotion-modal-content .mobile-banner {
    display: none;
}

.ml-promotion-modal-content .animation-elements {
    width: 116px;
    height: 114px;
    position: absolute;
    top: 4px;
    right: -50px;
    animation: floatdown 6s ease-in-out infinite;
}


.malus-promotion-toggle {
    /* width: 106px; */
    /* height: 101px; */
    position: fixed;
    right: 32px;
    bottom: 140px;
    cursor: pointer;
    z-index: 9999999;
}

.malus-promotion-toggle img {
    width: 120px;
}

.malus-promotion-toggle .toggle-btn {
    position: absolute;
    background: #ffdc22;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transform: scale(0.9);
    bottom: 155px;
    right: 27px;
    padding: 7px 11px;
    color: #222;
    border: 2px solid #c3a818;
    animation: toggle 1s ease-in-out infinite alternate;
}


@keyframes floatdown {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(20px) rotate(1.5deg);
    }

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

@-webkit-keyframes toggle {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

@keyframes toggle {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }

    100% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}

@media (max-width: 575.98px) {


    .ml-promotion-modal-content .web-banner {
        width: 100%;
        border-radius: 16px;
    }


    .ml-promotion-modal-content {
        width: 90%;
    }


    #promotion-modal-close {
        right: -6px;
        top: -46px;
    }


    .malus-promotion-toggle {
        display: none;
    }

}

/* baidu */

.baidu .lang-picker {
    display: none !important;
}

.baidu .news {
    display: none !important;
}

.baidu .paypal {
    display: none !important;
}

.baidu .fb-like {
    display: none !important;
}

.baidu .malus-blogroll {
    display: none !important;
}

/* malus-user-comment*/

.malus-user-comment {
    margin: 72px auto 0;
    background: #FBFBFF;
    padding: 72px 0 80px 0;
}

.malus-user-comment h2 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 0;
    padding: 0;
}

.malus-user-comment-des {
    display: block;
    text-align: center;
    margin-top: 16px;
    color: #666666;
    padding: 0 24px;
    line-height: 1.5;
    max-width: 900px;
    margin: 16px auto 0;
}

.malus-comment-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.malus-comment-item {
    width: 31.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #ffffff;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    padding: 24px;
    min-height: 240px;
}

.malus-comment-item img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-top: -52px;
    border: 2px solid #fff;
    box-shadow: 0 2.69px 6.72px rgba(0, 0, 0, .12);
}


.malus-comment-item span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 16px;
    color: #333333;
}

.malus-comment-item p {
    margin-top: 16px;
    font-size: 14px;
    color: #555555;
    line-height: 1.67;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.malus-comment-item .buy-star {
    margin-top: auto;
    list-style: none;
    padding: 0;
    display: flex;
}

.malus-comment-item .buy-star li i {
    font-size: 16px;
    color: #ff960c;
    margin-right: 6px;
}

.malus-more-comment {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    color: #4d55e8;
}



.malus-notice {
    background: linear-gradient(-90deg, rgb(153, 0, 255), rgb(87, 30, 255), rgb(0, 153, 255));
    transition: all .2s ease;
    display: none;
    cursor: pointer;
}

.malus-notice.warn {
    background: linear-gradient(-90deg, rgb(255, 0, 165), rgb(106, 30, 255), rgb(0, 78, 255));
}

.padding-gutter {
    padding-top: 40px !important;
}

.baidu .padding-gutter {
    padding-top: 0 !important;
}

.malus-notice.show {
    display: block;
}


.malus-notice>.malus-container {
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 40px;
    font-size: 12px;
    z-index: 99999999999;
}

.btn-notice-hide {
    margin-left: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 40px;
    opacity: 0.8;
}

.btn-notice-hide:hover {
    opacity: 1;
}

.btn-notice {
    font-size: 12px;
    font-weight: 500;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 12px;
    display: flex;
    align-items: center;
}

.btn-notice i {
    margin-left: 4px;
}


.top-banner {
    background: #5E23DA;
}

.malus-header-des {
    display: none;
}

.backtoschool-top-banner {
    display: block;
    max-width: 1920px;
    height: 48px;
    margin: 0 auto;
    background: url("https://malus.s3cdn.net/uploads/topbanner_newyear4.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#warning-browser {
    display: none;
}

#warning-browser span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #FF5569;
    color: #ffffff;
    font-weight: 500;
    padding: 16px 24px;
    line-height: 1.5;
    text-align: center;
}


/********
  Footer
  *********/


.malus-blogroll {
    display: flex;
    height: 40px;
    box-shadow: inset 0px 1px 0px #f4f4f4;
    align-items: center;
    font-size: 12px;
}

.malus-blogroll strong {
    color: #7b7b7b;
    font-weight: 400;
}

.malus-blogroll ul {
    padding-left: 16px;
    list-style: none;
    display: flex;
    align-items: center;
}


.malus-blogroll ul li a {
    color: #666666;
    font-size: 12px;
    transition: all .2s ease;
    margin-right: 16px;
}


.malus-blogroll ul li a:hover {
    color: #4d55e8;
}

.payment-support {
    margin-left: auto;
    margin-right: 32px;
    display: flex;
    align-items: center;
}

.payment-support img {
    width: 250px;
}



.malus-service {
    background: #FFFFFF;
    /* height: 132px; */
    box-shadow: inset 0px 1px 0px #f4f4f4;
}

.malus-service .malus-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 128px;
}

.service-item {
    display: flex;
    align-items: center;
}

.service-item .icon {
    width: 52px;
    height: 52px;
    border: 1px solid #B5B2FD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #4D55E8;
}

.service-item .icon-num {
    font-size: 16px;
}

.service-item .icon i {
    font-size: 24px;
    color: #4D55E8;
}



.service-item .desc {
    margin-left: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.jp .service-item .desc {
    font-size: 14px !important;
}




footer {
    box-shadow: inset 0px 1px 0px #f4f4f4;
    background: #fbfbff;
}


footer>.malus-container {
    display: block !important;
}

.subfooter {
    padding: 56px 0;
    display: flex;
    justify-content: space-between;
}

.subfooter-section.news a {
    display: block;
    max-width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.subfooter-section h5 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.subfooter-section ul {
    margin-top: 24px;
    list-style: none;
    padding: 0;
}

.subfooter-section ul li {
    font-size: 13px;
    color: #7b7b7b;
    margin-bottom: 14px;
}

.subfooter-section ul li:last-child {
    margin-bottom: 0;
}

.subfooter-section ul li a {
    color: #7b7b7b;
}

.subfooter-section ul li a:hover {
    color: #4d55e8;
}

.wechat-qr-wrapper {
    margin-top: 22px;
    display: flex;
    align-items: center;
}

.wechat-qr-left img {
    width: 120px;
    margin-right: 24px;
}

.wechat-qr-right span {
    display: block;
    max-width: 130px;
    font-size: 14px;
    color: #333333;
    line-height: 1.64;
}

.jp .wechat-qr-right span {
    font-size: 12px;
}

.online-intercom {
    margin-top: 16px;
    width: 100%;
    height: 38px;
    border: 1px solid #4d55e8;
    color: #4d55e8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    font-size: 15px;
}

.jp .online-intercom {
    font-size: 12px !important;
}

.online-intercom:hover {
    border: 1px solid #3a43e8;
}


.social-list {
    margin-top: 12px !important;
    display: flex;
    justify-content: space-between;
}

.social-list li a {
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease;
}

.social-list li a i {
    color: #4d55e8;
    font-size: 22px;
}


.social-list li:nth-child(5) a i {
    font-size: 18px;
}


/* footer */

.footer {
    position: relative;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.malus-footer {
    box-shadow: inset 0px 1px 0px #f4f4f4;
    background: #ffffff !important;
}

.copyright {
    font-size: 12px;
    color: #7b7b7b;
}

.copyright p {
    margin-top: 0;
    font-size: 12px;
}

.nav-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 180px;
    list-style: none;
}

.copyright {
    display: flex;
    align-items: center;
}

.malus-icp {
    margin-left: 6px;
    color: #666666;
    font-size: 12px;
}

.malus-cn {
    margin-top: 2px;
    display: flex;
    align-items: center;
    margin-left: 32px;

}

.malus-gov a {
    display: flex;
    align-items: center;
    margin-left: 8px;
    color: #666666;
    border-left: 1px solid #f1f1f1;
    padding-left: 6px;
    font-size: 12px;
    height: 14px;
}

.malus-gov a img {
    width: 14px;
    margin-right: 4px;
}

.malus-certificate {
    color: #666666;
    margin-left: 8px;
    border-left: 1px solid #f1f1f1;
    padding-left: 6px;
}


.malus-cn-tel {
    font-size: 16px;
    text-align: center;
}



.nav-footer li a {
    color: #333333;
    margin-right: 24px !important;
    font-size: 12px;
    transition: all 0.2s ease;
}

.nav-footer li:last-child a {
    margin-right: 0 !important;
}


.nav-footer a:hover {
    color: #4d55e8 !important;
}



.chrome-install-tips {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 160px;
    background: #fff2be;
    z-index: 1999999999;
    border-top: 4px solid #63b302;
}

.chrome-install-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 42px;
}

.chrome-install-tips img {
    float: left;
    width: 72px;
    height: 72px;
}

.install-tips-right {
    float: left;
    margin-left: 32px;
}

.install-tips-right h4 {
    font-size: 24px;
    margin: 10px 0 8px 0;
}

.install-tips-right span {
    display: block;
    font-size: 14px;
    color: #333333;
    max-width: 620px;
}

.btn-install-chrome {
    display: block;
    margin: 10px 0 0 0;
    width: 200px;
    height: 48px;
    background: #63b302;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    float: right;
    border-radius: 24px;
    transition: all 0.2s ease;
}

.btn-install-chrome:hover {
    background: #579c02;
}

/********
  HEADER
  *********/

a {
    text-decoration: none;
}

.malus-container {
    max-width: 1140px;
    margin: 0 auto;
}

.malus-btn {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 100px;
    padding: 9px 18px;
}

.btn-solid {
    color: #ffffff;
    background: #4d55e8;
    transition: all 0.2s ease;
}

.btn-solid:hover {
    background: #3a43e8;
}

.btn-outline {
    color: #4d55e8;
    border: 1px solid #4d55e8;
    background: #ffffff;
}

.btn-outline-light {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: transparent;
    transition: all 0.2s ease;
}

.btn-text {
    color: #333333;
    transition: all 0.2s ease;
}

.btn-text:hover {
    color: #4d55e8;
}

.m-flex {
    display: flex;
    justify-content: space-between;
}

.malus-header {
    border-bottom: 1px solid #f4f4f4;
    position: fixed;
    top: 0;
    z-index: 999999994;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
}

.malus-navbar {
    align-items: center;
    height: 68px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 40px;
}

.navbar-brand span {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-left: 11px;
    text-transform: uppercase;
}

.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 56px;
    font-size: 14px;
    padding: 0;
}

.navbar-nav .link {
    color: #333333;
    /* margin-right: 64px; */
    padding: 0px 32px;
    transition: all .2s ease;
    font-weight: 500;
}

.jp .navbar-nav .link {
    font-size: 12px !important;
}

.navbar-nav a:hover {
    color: #3a43e8;
}

.active-nav {
    border-bottom: 2px solid #4d55e8;
    color: #4d55e8 !important;
}

.navbar-btn {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}

.btn-signup {
    margin-right: 10px;
}

.btn-vip-mobile {
    color: #ff960c !important;
    font-weight: 700 !important;
    font-size: 14px;
}

.s-nav-solution {
    position: relative;
}

.btn-vip-mobile {
    display: none;
    margin: -1px 8px 0 0;
}

.btn-vip-mobile {
    display: none;
    margin: -1px 8px 0 0;
}

.mobile-login {
    display: none;
}

.icon-menu-close,
.icon-menu-default {
    display: none;
}

.mobile-login {
    display: none !important;
}

.navbar-right {
    padding: 0;
}

#current-lang::first-letter {
    text-transform: uppercase;
}

.lang-picker {
    position: relative;
    height: 68px;
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
}


.lang-picker .lang {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.lang-picker .lang i {
    font-size: 16px;
}

.menu-dropdown {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 65px;
    left: -40px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    /* z-index: -999; */
    transition: all .2s ease;
    pointer-events: none;
    text-align: center;
}

.menu-dropdown::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 49%;
    top: -8px;
}

.en .en-help {
    display: none;
}


.menu-dropdown .item {
    display: flex;
    justify-content: center;
    min-width: 140px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
    transition: all .2s ease;
    flex-direction: column;
    height: auto;
    padding: 10px;
}

.menu-dropdown li:nth-child(1) {
    border-radius: 4px 4px 0 0;
}


.menu-dropdown li:last-child {
    border-radius: 0 0 4px 4px;
    border-bottom: none;
}


.menu-dropdown li:hover {
    color: #4d55e8;
}

.menu-dropdown li>a {
    color: #333333;
    font-weight: 500;
    transition: all .2s ease;
    height: initial;
    padding: 0;
    margin: 0;
    line-height: initial;
    text-align: center;
}

.dropdown-group {
    flex-direction: row;
    background: #ffffff;
    padding-top: 38px;
    left: -48px !important;
    z-index: 9999999;
}

.dropdown-group::before {
    left: 48%;
}

.item-group {
    border-right: 1px solid #f3f3f3;
}

.item-group:nth-child(3) .item:last-child {
    border-bottom: 1px solid #f3f3f3;
}


.item-group:last-child {
    border-right: none;
}

.dropdown-group .item {
    min-width: 120px;
    border-top: 1px solid #f3f3f3;
    border-bottom: none;
}


.item-divider {
    line-height: initial;
    text-align: center;
    width: 120px;
    font-size: 12px;
    padding: 6px;
    font-weight: 400;
    background: #ffffff;
    color: #7b7b7b;
    cursor: default;
    position: absolute;
    left: 0;
    top: 6px;
    background: none;
}

.item-divider:hover {
    color: #7b7b7b !important;
}

.item-divider:nth-child(4) {
    right: 0;
    left: initial;
}



.s-nav-solution {
    color: #333333;
    /* margin-right: 64px; */
    padding: 0 32px;
    display: block;
    height: 64px;
    font-weight: 500;
    line-height: 64px;
    cursor: pointer;
}

.s-nav-solution span {
    transition: all .2s ease;
    display: flex;
    align-items: center;
}

.s-nav-solution span i {
    font-size: 16px;
}


.lang-picker:hover .menu-dropdown,
.s-nav-solution:hover .menu-dropdown {
    opacity: 1 !important;
    transform: translateY(-2px);
    pointer-events: initial;
}

.s-nav-solution:hover span {
    color: #4D55E8;
}

.s-nav-solution .menu-dropdown {
    left: -4px;
}


.s-nav-vip {
    position: relative;
}

.s-nav-vip .act-tag {
    font-size: 12px;
    font-weight: 500;
    background: #FF5569;
    padding: 2px 6px;
    border-radius: 20px;
    position: absolute;
    right: 16px;
    top: -18px;
    color: #fff;
    transform: scale(0.95);
}

.s-nav-vip .act-tag::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #FF5569 transparent transparent transparent;
    position: absolute;
    bottom: -3px;
    left: 7px;
}

.fake-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px 20px 20px 2px;
    border: 1px solid #07BB07;
    padding: 2px 6px 2px 3px;
    font-size: 12px !important;
    text-transform: initial;
    color: #222222;
    margin-left: 4px;
    font-weight: 500;
    transform: scale(0.9);
}

.fake-tag i {
    font-size: 14px;
    color: #07BB07;
    margin-right: 2px;
}

.jp .fake-tag {
    display: none !important;
}

/* media */

@media (max-width: 1280px) {
    .fb-like {
        display: none !important;
    }
}


@media (max-width:1198.98px) {
    .malus-container {
        max-width: 960px !important;
        margin: 0 auto !important;
    }

    .malus-comment-wrapper {
        max-width: 960px;
    }

    .fake-tag {
        display: none;
    }


    .navbar-nav {
        margin-left: 40px;
    }

    .navbar-nav .link {
        margin-right: 0;
    }
}

@media (max-width: 999.98px) {

    .news {
        display: none;
    }

    .malus-blogroll {
        display: none;
    }


    .malus-comment-wrapper {
        max-width: 768px;
    }

    .padding-gutter {
        padding-top: 0 !important;
    }

    .fake-tag {
        display: flex;
    }


    .s-nav-vip .act-tag {
        right: 80px;
        top: 2px;
    }

    .malus-container {
        max-width: 760px !important;
        margin: 0 auto !important;
    }

    .malus-notice {
        display: none !important;
    }

    .navbar-right {
        display: none;
    }

    .icon-menu-default {
        display: block;
    }

    .mobile-login {
        display: flex !important;
        height: 60px;
        align-items: center;
        justify-content: center;
    }

    .s-nav-solution .menu-dropdown {
        left: 58px;
        top: 18px;
        z-index: 99999999;
    }

    .s-nav-solution .menu-dropdown::before {
        top: 40px;
    }

    .icon-menu-default {
        color: #4d55e8;
        font-size: 24px !important;
        position: absolute;
        right: 16px;
        z-index: 99;
    }

    .icon-menu-close {
        margin: 32px 0 24px 0;
        display: block;
        font-size: 32px !important;
        text-align: center;
    }

    .navbar-nav {
        display: block !important;
        position: fixed;
        right: -330px;
        width: 250px;
        height: 100vh;
        top: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.94) !important;
        transition: all 0.2s ease;
        backdrop-filter: blur(2px);
        z-index: 999999999;
    }

    .navbar-nav-open {
        right: 0;
        /* height: 100%; */
        /* background: red; */
    }

    .navbar-nav li:nth-child(1) {
        margin-top: 48px;
    }

    .navbar-nav .s-nav {
        color: #fff;
        font-size: 18px;
        margin-right: 0;
        height: 60px;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .navbar-nav li a:hover {
        color: #fff;
    }

    .btn-vip-mobile {
        display: block;
    }

    .service-item .desc {
        font-size: 16px;
        margin-left: 14px;
    }

}

@media (max-width: 768.98px) {


    .malus-user-comment-des {
        font-size: 14px;
        line-height: 1.72;
    }

    cloudflare-app {
        display: none !important;
    }

    .malus-blogroll {
        display: none;
    }

    .malus-comment-wrapper {
        flex-direction: column;
        padding: 32px;
    }

    .malus-comment-item {
        width: 100%;
        margin-bottom: 56px;
    }

    .malus-more-comment {
        margin-top: 0;
    }

    .malus-service {
        height: auto;
        padding-bottom: 24px;
    }

    .malus-service .malus-container {
        flex-wrap: wrap;
        padding: 0 24px;
        height: auto;
    }

    .service-item {
        width: 48%;
        margin-top: 24px;
    }

    .service-item .desc {
        font-size: 14px;
        margin-left: 6px;
    }

    .service-item .icon {
        width: 40px;
        height: 40px;
        border: 1px solid #B5B2FD;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 500;
        color: #4D55E8;
        flex-shrink: 0;
    }

    .service-item .icon i {
        font-size: 20px;
        color: #4D55E8;
    }

    .lang-picker {
        margin-right: 40px;
    }

    .chrome-install-tips {
        display: none !important;
    }

    .malus-header {
        padding: 0 25px;
    }

    .malus-container {
        max-width: 740px;
        margin: 0 auto;
    }

    .footer {
        padding: 0 24px;
    }

    .subfooter {
        display: none;
    }
}

@media (max-width: 575.98px) {

    .malus-user-comment {
        margin-top: 6px;
        padding: 48px 0 40px 0;
    }

    .malus-user-comment h2 {
        font-size: 32px;
    }

    .news,
    .changelog {
        display: none;
    }

    .malus-navbar {
        padding: 0 15px;
    }

    .malus-banner {
        display: none;
    }

    .lang-picker {
        display: none !important;
    }

    .backtoschool-top-banner {
        display: block;
        width: 100%;
        height: 60px;
        margin: 0 auto;
        background: url("https://malus.s3cdn.net/uploads/mobile_banner_newyear2.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }




    .footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 24px 0;
    }

    .nav-footer {
        margin-top: 16px;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    .nav-footer li a {
        margin-bottom: 12px;
        display: block;
        margin-right: 0 !important;
    }

    .malus-header {
        padding: 0;
    }

    .upgrade-noneed li {
        width: 100%;
        margin-right: 0;
    }

    .upgrade-noneed li:nth-child(1),
    .upgrade-noneed li:nth-child(2) {
        display: none;
    }

    .malus-cn {
        display: none !important;
    }
}

@media (max-width: 322.98px) {
    h1 {
        font-size: 42px;
    }

    .btn-signup {
        display: none;
    }
}