html {
    font-size: 16px !important;
    height: 100%;
    font-family: Avenir, Helvetica, Arial, sans-serif;
}

* {
    margin: 0;

}

body {
    margin: 0;
    background-color: #FFF;
}


.fixed-header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #FFF;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
}

.fixed-header-left {
    display: flex;
    width: 840px;
}

.logo {
    width: 110px;
}

.header-nav {
    width: 700px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-nav a {
    text-decoration: none;
    color: #5a5d64;
    font-size: 14px;
}

.header-nav a:hover {
    color: #4fa9fd;
}

.fixed-header-right {
    width: 360px;
    text-align: end;
}

.fixed-header-right a {
    text-decoration: none;
    cursor: pointer;
}

.fixed-header-right a .login {
    padding: 6px 16px;
    border: 1px solid #ddd;
    border-radius: .25rem;
    margin-top: 10px;
    height: 36px;
    display: inline-flex;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    color: #5a5d64;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .2s;
    background-color: #fff;
}

.fixed-header-right a .free {
    margin-left: 20px;
    padding: 6px 16px;
    border: 1px solid #4fa9fd;
    border-radius: .25rem;
    margin-top: 10px;
    height: 36px;
    display: inline-flex;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: .2s;
    background-color: #4fa9fd;

}

.register-wrap {
    background-image: url('../img/register.png');
    height: 180px;
}

.register {
    margin: auto;
    width: 1200px;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
}

.register-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    height: 34px;
    font-weight: bold;
}

.register-text {
    font-size: 14px;
    margin-bottom: 26px;
    line-height: 20px;
}

.register-button {
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #4fa9fd;
    border: 0;
}

.footer-end-wrap {
    background: #373f5e;
    height: 310px;
}

.footer-end-top {
    width: 1200px;
    margin: auto;
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    border-bottom: 1px solid #a7aaae66;
}

.footer-item-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.footer-item-desc {
    cursor: pointer;
    height: 20px;
    color: #a7a9ad;
    line-height: 20px;
    display: block;
    font-size: 14px;
    margin-bottom: 14px;
}

.footer-item-img {
    width: 280px;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    margin-top: 20px;
    height: 100px;
}

.footer-item-img1 p {
    margin-top: 30px;
}

.footer-end-down {
    width: 1200px;
    margin: auto;
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
}

.footer-end-company {
    display: flex;
}

.footer-end-company p {
    font-size: 14px;
    color: #a7a9ad;
    margin-left: 30px;
    line-height: 50px;
}

.footer-end-beian {
    font-size: 13px;
    color: #a7a9ad;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.line-between {
    margin: 0 15px;
}


.main {}

.main-content {
    width: 1200px;
    height: 208px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 95px;
    margin-bottom: 60px;
}

.main-title {
    margin-top: 90px;
    margin-bottom: 50px;
}

.main-title-top {
    font-size: 35px;
    color: #242933;
    font-weight: 600;
    margin-bottom: 18px;
}

.main-title-down {
    font-size: 18px;
    margin: 30px 0 23px;
    color: #69727a;
    font-weight: bold;
}


.main-banner {
    height: 364px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    background-image: url("../img/notice-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.product-nav {
    height: 60px;
    background-color: #2b314b;
    width: 100%;
}

.product-nav-wrap {
    width: 1200px;
    margin: auto;
    display: flex;
}

.product-nav-item {
    flex: 1;
    height: 60px;
    color: #FFF;
    cursor: pointer;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
}

.product-nav-item:hover {
    background-color: #4fa9fd;
}

.active {
    background-color: #4fa9fd;
}

.input-wrap {
    width: 450px;
    padding-bottom: 20px;
    position: relative;
}

.input-wrap>svg {
    position: absolute;
    top: 16px;
    right: 15px;
}

.service-input {
    width: 450px;
    border: 2px solid #fff;
    padding-left: 15px;
    border-radius: 5px;
    font-size: 16px;
    background: #f9fafc;
    height: 50px;
    box-shadow: 8px 8px 20px 0 #3763aa1a;
    box-sizing: border-box;
    transition: all .3s;
    line-height: 1.5;
}

.service-input:focus {
    border: 1px solid #4fa9fd;
}

.service-input:focus-visible {
    outline: none;
}

.service-input::placeholder {
    color: #bfbfbf;
    opacity: 1;
}

.notice-list {
    background-color: #f2f4f8;
}

.list {
    margin: auto;
    width: 1200px;
    padding-top: 20px;
    padding-bottom: 1px;
}

.list-item {
    cursor: pointer;
    width: 1200px;
    height: 190px;
    border-radius: 5px;
    background-color: #FFF;
    box-shadow: 10px 10px 20px 0 #e8edf2;
    display: flex;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.list-img {
    min-width: 260px;
    height: 130px;
    margin-right: 30px;
    border-radius: 5px;
}

.list-title {
    color: #242933;
    font-size: 20px;
    font-weight: 550;
        overflow: hidden;
    text-overflow: ellipsis;
       display: -webkit-box;
      -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.list-desc {
    width: 825px;
    font-size: 14px;
    color: #242933;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
        display: -webkit-box;
      -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-time {
    display: flex;
    margin-top: 55px;
    color: #a7a9ad;
    font-size: 14px;
}

.list-time>svg {
    margin-left: 25px;
    margin-right: 5px;
}

.pagination-wrap {
    background-color: #f2f4f8;
}

.pagination {
    margin: auto;
    width: 1200px;
    align-items: center;
    display: flex;
    justify-content: end;
    padding-bottom: 15px;
}

.demonstration {
    color: #c0c0c0;
    font-size: 14px;
}

.fixed-product-nav {
    position: fixed;
    top: 60px;
    z-index: 1;
}

.fixed-list {
    margin-top: 195px;
}

.el-pagination.is-background .el-pager li {
    height: 30px;
    width: 40px;
    font-size: 14px;
    background-color: #FFF !important;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-weight: 400;

}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #409EFF !important;
    color: #FFF;
}