
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;
}

.m-choice-wrap{
    padding-bottom: 20rem;
}

.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-user-count {
    margin-top: 40rem;
    background-color: #f2f4f8;
    padding: 20rem;
}

.m-country {
    margin-top: 60rem;
}

.eu-vat {
    background-color: #f2f4f8;
    border-top: 1rem solid #e7e7e7;
}

.eu-vat-title {
    font-size: 20rem;
    color: #4fa9fd;
    font-weight: 700;
    text-align: center;
    padding: 20rem 0;
}

.eu {
    display: flex;
    padding: 0 15rem;
    margin-bottom: 15rem;
}

.eu-item {
    border-radius: 5rem;
    flex: 1;
    height: 45rem;
    background-color: #FFF;
    font-size: 16rem;
    text-align: center;
    padding: 10rem 0;
}

.eu-item-title {
    color: #4fa9fd;
    font-size: 20rem;
    font-weight: 700;
}

.eu-item-tip {
    color: #5c6670;
    font-size: 15rem;
    font-weight: 500;
}

.m-country-head {
    font-size: 20rem;
    color: #4fa9fd;
    height: 55rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.m-user-data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.m-user-data-item {
    background-color: #FFF;
    width: 160rem;
    height: 65rem;
    margin-bottom: 20rem;
    text-align: center;
    padding: 15rem;
    box-sizing: border-box;
    border-radius: 5rem;
    box-shadow: 3rem 3rem 3rem 0 #e8edf2;
}

.m-user-data-number {
    color: #4fa9fd;
    font-size: 20rem;
    font-weight: 600;
}

.m-user-data-text {
    color: #5c6670;
    font-size: 14rem;
    font-weight: 500;
}

.m-country {
    background-color: #f2f4f8;
}

.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-product {
    display: flex;
    overflow-y: auto;
    padding: 15rem;
}

.m-product-item {
    min-width: 230rem;
    height: 140rem;
    padding: 20rem;
    position: relative;
    border-radius: 5rem;
    box-shadow: 0 0 30rem 4rem #99999926;
    background-color: #FFF;
    margin-right: 20rem;
}

.m-product-item-head {
    font-size: 12rem;
    font-weight: bold;
    color: #FFF;
    background: #4fa9fd;
    min-width: 100rem;
    height: 30rem;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 30rem;
    border-bottom-left-radius: 30rem;
    border-top-right-radius: 5rem;
}

.m-product-flag {
    display: flex;
    margin-bottom: 10rem;
}

.m-product-from-name {
    line-height: 30rem;
    margin: 0 0 0 10rem;
    font-size: 18rem;
    font-weight: 500;
}

.m-now-price {
    font-size: 18rem;
    color: #ca453f;
    font-weight: bold;
}

.m-year {
    font-size: 12rem;
    color: #ca453f;
}

.m-original-price {
    text-decoration: line-through;
    color: #a7a9ad;
    font-weight: bold;
    font-size: 12rem;
    margin-left: 10rem;
}

.m-buy-button-wrap {
    width: 100%;
    margin-top: 35rem;
    text-align: center;
}

.buy-button {
    width: 100%;
    height: 35rem;
    border: 0;
    background: #4fa9fd;
    border-radius: 35rem;
    font-size: 15rem !important;
    color: #FFF;
}

.m-service {
    background-color: #FFF;
    padding: 15rem;
    padding-bottom: 35rem;
}


.m-service-item {
    width:100%;
    margin-right: 10px;
    height: 160rem;
    border-radius: 5rem;
    border: 2rem solid #FFF;
    background-color: #f9fafc;
    box-shadow: 0 0 30rem 4rem #99999926;
}

.m-service-head {
    text-align: center;
    margin-top: 20rem;
    position: relative;
}


.m-service-title {
    color: #242933;
    font-size: 18rem;
    font-weight: 600;
    line-height: 30rem;
    padding-top: 10rem;
    text-align: center;
    margin-bottom: 20rem;
}

.m-service-item-title {
    color: #242933;
    font-size: 16rem;
    font-weight: 600;

}

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

.m-service-svg {
    transition: all .5s;
}

.m-service-div {
    width: 20rem;
    height: 20rem;
    border-radius: 5rem;
    left: 50%;
    opacity: .5;
    position: absolute;
    top: -7rem;
    transition: all .5s;
    background: #4fa9fd;
}

.m-service-tip {
    font-size: 14rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 15rem;
    color: #69727a;
}

.m-service-category-head {
    color: #fff;
    font-size: 18rem;
    font-weight: 600;
    text-align: center;
    padding: 20rem;
    padding-top: 35rem;
}


.m-service-category {
    background: #2b314b url(../img/server.41009b8d.png) no-repeat 100% 100%;
    background-size: 150rem;
}

.m-service-category-right {
    border-bottom-right-radius: 10rem;
    border-top-right-radius: 10rem;
    color: #fff;
    padding: 15rem;
    position: relative;
}

.m-service-category-option {
    cursor: pointer;
    width: 460rem;
    height: 55rem;
    background-color: #4382e8;
    border-radius: 10rem;
    color: #FFF;
    padding: 15rem 30rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15rem;
    border: 1rem solid #a0c0f3;
}

.m-category-option-number {
    font-size: 30rem;
    font-weight: bold;
}

.m-category-option-type {
    font-size: 20rem;
    font-weight: bold;
    margin-left: 5rem;
}

.m-select-service-option {
    background-color: #FFF;
    color: #4fa9fd;
}

.m-service-name {
    font-size: 24rem;
}

.m-service-line {
    width: 50rem;
    background-color: #FFF;
    height: 3rem;
    margin-top: 10rem;
    margin-bottom: 30rem;
}

.m-service-desc {
    font-size: 13rem;
    line-height: 45rem;
    display: flex;
}

.m-sercice-sign {
    display: inline-block;
    width: 10rem;
    background-color: #FFF;
    height: 10rem;
    border-radius: 3rem;
    margin-right: 25rem;
    margin-top: 17rem;
}

.m-check-more {
    display: block;
    color: #FFF;
    background-color: #4fa9fd;
    border-radius: 5rem;
    height: 40rem;
    line-height: 40rem;
    width: 180rem;
    text-align: center;
}


.m-choice-title {
    color: rgb(48, 49, 51);
    font-size: 18rem;
    font-weight: 600;
    text-align: center;
    padding: 20rem;
    padding-top: 35rem;
}

.m-swiper {
    border-radius: 5rem;
}


.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-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-line-between {
    margin: 0 15rem;
}