html {
    font-size: 0.266666666667vw !important;
    height: 100%;
    font-family: Avenir, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 751px) {
    html {
        font-size: 1px !important;
    }
}



* {
    margin: 0;
    padding: 0;
}

body {
    background: #f2f4f8;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.swiper {
    display: none !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    background-color: #FFF;
    justify-content: space-between;
    height: 60rem;
    z-index: 999;
}

.logo {
    width: 120rem;
    height: 50rem;
}

.fixed-header-right,
.header-nav {
    display: none !important;
}

.nav-button {
    display: flex;
    align-items: center;
}

.nav-block {
    position: absolute;
    font-weight: 400;
    overflow-y: auto;
    left: 0;
    height: 240rem;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 20rem;
    font-size: 16rem;
    display: flex;
    flex-direction: column;
}

.nav-block>a {
    color: #242933;
    margin: 20rem;
}

.m-footer {
    margin-top: 15rem;
}


.m-footer-end-wrap {
    background: #373f5e;
}

.m-footer-end-top {
    margin: auto;
    padding: 15rem;
    border-bottom: 1rem solid #a7aaae66;
}

.m-footer-item-title {
    margin-top: 10rem;
    margin-bottom: 20rem;
    font-size: 16rem;
    color: #fff;
    font-weight: bold;
}

.m-footer-item-desc {
    cursor: pointer;
    height: 20rem;
    color: #a7a9ad;
    line-height: 20rem;
    display: block;
    font-size: 14rem;
    margin-bottom: 14rem;
}

.m-footer-item-img {
    width: 280rem;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    margin-top: 20rem;
    height: 100rem;
}

.m-footer-item-img1 p {
    margin-top: 30rem;
}

.m-footer-end-down {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.m-footer-end-company {
    display: flex;
}

.m-footer-end-company p {
    font-size: 14rem;
    color: #a7a9ad;
    margin-left: 30rem;
    line-height: 50rem;
}

.m-footer-end-beian {
    font-size: 12rem;
    color: #a7a9ad;
    display: flex;
    padding: 15rem;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.m-register-wrap {
    background-image: url('../img/register.png');
    height: 180rem;
}

.m-register {
    margin: auto;
    color: #FFF;
    text-align: center;
    padding-top: 20rem;
}

.m-register-title {
    font-size: 18rem;
    line-height: 34rem;
    margin-bottom: 10rem;
    height: 34rem;
    font-weight: bold;
}

.m-register-text {
    padding: 0 15rem;
    font-size: 14rem;
    margin-bottom: 26rem;
    line-height: 20rem;
}

.m-register-button {
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    width: 200rem;
    height: 40rem;
    line-height: 40rem;
    border-radius: 5rem;
    background: #4fa9fd;
    border: 0;
}

.m-line-between {
    margin: 0 15rem;
}


.m-main-content {
    height: 110rem;
    margin: auto;
    position: relative;
    z-index: 1;
}

.m-main-title {
    margin-top: 70rem;
    padding: 0 15rem;
    text-align: center;
}

.m-country-item {
    display: flex;
}

.m-main-title-top {
    font-size: 20rem;
    color: #242933;
    font-weight: bold;
    margin-bottom: 18rem;
}

.m-main-title-down {
    font-size: 16rem;
}

.m-main-banner {
    height: 175rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-image: url("../img/product-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.m-service {}

.m-service-header {
    display: flex;
}

.m-service-title {
    font-size: 20rem;
    color: #242933;
    font-weight: bold;
    margin-bottom: 18rem;
    text-align: center;
    margin-top: 10rem;
}

.m-country-content {
    width: 100%;
}

.m-country-content-head-wrap {
    width: 100%;
    background-color: #FFF;
}

.m-country-content-header-item {
    width: 100%;
    display: flex;
    height: 45rem;
    font-size: 15rem;
    cursor: pointer;
    box-shadow: 3rem 3rem 3rem 0 #e8edf2;
}

.m-country-content-header-button {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5c6670;
    font-weight: bold;
}

.m-click-button {
    background-color: #4fa9fd;
    color: #FFF;
}


.m-service-right {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.m-service-right-title {
    border-left: 5rem solid #4fa9fd;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10rem;
    margin-bottom: 10rem;
    color: #242933;
    font-size: 18rem;
    font-weight: bold;
}

.m-service-right-item {
    height: 290rem;
    background-color: #FFF;
    border-radius: 5rem;
    padding: 15rem;
    box-sizing: border-box;
}

.m-country-service-item {
    width: 50%;
}

.m-service-item-text {
    display: flex;
    align-items: center;
}

.m-service-item-text>span {
    font-size: 14rem;
    margin-left: 10rem;
    font-weight: bold;
}

.m-service-item-list {
    margin-top: 15rem;
    height: 110rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.m-service-item-list-item {
    font-size: 13rem;
    line-height: 20rem;
    color: #242933;
    display: flex;
    align-items: center;
}

.m-service-item-list-item>svg {
    margin-right: 10rem;
}

.m-price {
    height: 42rem;
    line-height: 42rem;
    margin-top: 15rem;
}

.m-price-num {
    font-weight: bold;
    font-size: 20rem;
    color: #ca453f;
}

.m-price-year {
    font-size: 12rem;
    color: #242933;
}

.m-price-source {
    line-height: 36rem;
    font-size: 14rem;
    text-decoration: line-through;
    color: #69727a;
    margin-left: 10rem;
}

.m-service-footer>a {
    margin-top: 5rem;
    border-radius: 5rem;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 34rem;
    line-height: 34rem;
    text-align: center;
    background: #4fa9fd;
    text-decoration: none;

}

.m-service-footer>a:hover {
    background: #4fa9fd;
    opacity: 0.8;
}


.m-service-right-item-wrap {
    display: flex;
}

.m-service-header-right-item {
    display: flex;
}

.m-service-header-right-item>a {
    display: block;
    font-size: 16rem;
    color: #242933;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 150rem;
    padding: 16rem 0 16rem 20rem;
    line-height: 40rem;
}

.m-service-header-right-item>a:hover {
    color: #4fa9fd;
}

.m-service-header-icon {
    width: 65rem;
}

.m-right-item-icon {
    position: relative;
}

.m-right-item-icon-top {
    width: 32rem;
    height: 24rem;
    border-radius: 2rem;
    transition: all .5s;
    bottom: -40rem;
    left: 5rem;
    position: absolute;
    background: #007afc;
}

.m-right-item-icon-down {
    width: 38rem;
    height: 28rem;
    border-radius: 2rem;
    transition: all .5s;
    position: absolute;
    background: #fff3;
    border: 1rem solid #64a0f48a;
    left: 20rem;
    bottom: -55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4rem);
}


.m-service-header-right-item:hover .right-item-icon-top {
    transform: translate(-20%, -5%);
}

.m-service-header-right-item:hover .right-item-icon-down {
    transform: translate(5%, 20%);
}

.m-country {
    height: 40rem;
    font-size: 16rem;
    background-color: #FFF;
    border-top: 1rem solid #e7e7e7;
    padding: 0 15rem;
    color: #646566;
}

.m-service-right-item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15rem;
}

.m-click-button-title {
    color: #333;
}

.m-country-click-button {
    border-bottom: 2rem solid rgb(79, 169, 253);
}

.m-country-button-title {
    display: flex;
    align-items: center;
    height: 38rem;
    width: 55rem;
    justify-content: center;

}