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 {}

.m-main-content {
    height: 125rem;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 95rem;
    margin-bottom: 15rem;
}

.m-main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15rem;
}

.m-main-title-top {
    font-size: 20rem;
    color: #242933;
    font-weight: 600;
}

.m-main-title-down {
    font-size: 16rem;
    margin: 15rem;
    color: #69727a;
}


.m-main-banner {
    height: 212rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-image: url("../img/notice-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.m-product-nav {
    height: 40rem;
    background-color: #2b314b;
    width: 100%;
}

.m-product-nav-wrap {
    margin: auto;
    display: flex;
}

.m-product-nav-item {
    flex: 1;
    height: 40rem;
    color: #FFF;
    cursor: pointer;
    line-height: 40rem;
    text-align: center;
    font-size: 12rem;
}

.m-product-nav-item:hover {
    background-color: #4fa9fd;
}

.m-active {
    background-color: #4fa9fd;
}

.m-input-wrap {
    width: 100%;
    padding-bottom: 20rem;
    position: relative;
}

.m-input-wrap>svg {
    position: absolute;
    top: 11rem;
    right: 15rem;
}

.m-service-input {
    width: 100%;
    border: 2rem solid #fff;
    padding-left: 15rem;
    border-radius: 5rem;
    font-size: 16rem;
    background: #f9fafc;
    height: 40rem;
    box-shadow: 8rem 8rem 20rem 0 #3763aa1a;
    box-sizing: border-box;
    transition: all .3s;
    line-height: 1.5;
}

.m-service-input:focus {
    border: 1rem solid #4fa9fd;
}

.m-service-input:focus-visible {
    outline: none;
}

.m-service-input::placeholder {
    color: #bfbfbf;
    opacity: 1;
    font-size: 14rem;
}

.m-notice-list {
    background-color: #f2f4f8;
}

.m-list {
    margin: auto;
    padding-top: 20rem;
    padding-bottom: 1rem;
    padding:0 15rem;
}

.m-list-item {
    cursor: pointer;
    height: 110rem;
    border-radius: 5rem;
    background-color: #FFF;
    box-shadow: 10rem 10rem 20rem 0 #e8edf2;
    display: flex;
    padding: 10rem;
    box-sizing: border-box;
    margin-bottom: 20rem;
}

.m-list-img {
    width: 130rem;
    height: 90rem;
    margin-right: 10rem;
    border-radius: 5rem;
}

.m-list-text {
    width: 156px;
    flex: 1;
}

.m-list-title {
    color: #242933;
    font-size: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m-list-desc {
    font-size: 11rem;
    color: #242933;
    margin-top: 10rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-list-time {
    display: flex;
    margin-top: 10rem;
    color: #a7a9ad;
    font-size: 11rem;
}

.m-list-time>svg {
    margin-left: 25rem;
    margin-right: 5rem;
}

.m-pagination-wrap {
    background-color: #f2f4f8;
}

.m-pagination {
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: end;
    padding:0 15rem;
}

.m-demonstration {
    color: #c0c0c0;
    font-size: 14rem;
}

.m-fixed-product-nav {
    position: fixed;
    top: 60rem;
    z-index: 1;
}

.m-fixed-list {
    margin-top: 195rem;
}

.m-el-pagination.is-background .m-el-pager li {
    height: 30rem;
    width: 40rem;
    font-size: 14rem;
    background-color: #FFF !important;
    border: 1rem solid #e3e3e3;
    border-radius: 3rem;
    font-weight: 400;

}

.m-el-pagination.is-background .m-el-pager li:not(.disabled).active {
    background-color: #409EFF !important;
    color: #FFF;
}