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;

}

.main {}

.main-content {
    width: 1200px;
    height: 185px;
    margin: auto;
    position: relative;
    z-index: 1;
    margin-top: 155px;
}

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

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


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

.service-header {
    display: flex;
}

.service-header-left {
    background: #f3f5fa;
    border: 2px solid #fff;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 10px 10px 20px 0 #e8edf2;
    display: flex;
}

.header-left-hot,
.header-left-new {
    padding: 20px 30px;
}

.header-left-hot-title {
    margin-bottom: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe1e5;
    color: #242933;
    font-size: 18px;
    font-weight: bold;
}

.header-left-hot-list {
    display: flex;
    flex-direction: column;
}

.header-left-hot-list>a {
    padding: 12px 0;
    display: block;
    font-size: 14px;
    color: #242933;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 310px;
}

.header-left-hot-list>a>svg {
    margin-right: 10px;
}

.header-left-hot-list>a:hover {
    color: #4fa9fd;
}

.service-header-right {
    flex: 1;
    padding: 16px 30px;
    background: #f3f5fa;
    border: 2px solid #fff;
    margin-right: 20px;
    border-radius: 5px;
    box-shadow: 10px 10px 20px 0 #e8edf2;
    display: flex;
    flex-direction: column;
}

.service-right-item-wrap {
    display: flex;
}

.service-header-right-item {
    display: flex;
}

.service-header-right-item>a {
    display: block;
    font-size: 16px;
    color: #242933;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 150px;
    padding: 16px 0 16px 20px;
    line-height: 40px;
}

.service-header-right-item>a:hover {
    color: #4fa9fd;
}

.service-header-icon {
    width: 65px;
}

.right-item-icon {
    position: relative;
}

.right-item-icon-top {
    width: 32px;
    height: 24px;
    border-radius: 2px;
    transition: all .5s;
    bottom: -40px;
    left: 5px;
    position: absolute;
    background: #007afc;
}

.right-item-icon-down {
    width: 38px;
    height: 28px;
    border-radius: 2px;
    transition: all .5s;
    position: absolute;
    background: #fff3;
    border: 1px solid #64a0f48a;
    left: 20px;
    bottom: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}


.service-header-right-item:hover .right-item-icon-top {
    transform: translate(-20%, -5%);
}

.service-header-right-item:hover .right-item-icon-down {
    transform: translate(5%, 20%);
}


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

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


.service {
    background: #f2f4f8;
    margin-top: 60px;
    padding-bottom: 40px;
}

.service-wrap {
    margin: auto;
    width: 1200px;
}

.country-item {
    margin-bottom: 20px;
}

.service-title {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    padding-top: 40px;
    color: #242933;
}

.input-wrap {
    padding: 20px 0;
    position: relative;
}

.input-wrap>svg {
    position: absolute;
    top: 35px;
    left: 15px;
}

.service-input {
    width: 100%;
    border: 2px solid #fff;
    padding-left: 55px;
    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::placeholder {
    color: #bfbfbf;
    opacity: 1;
}

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

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

.service-left {
    margin-right: 20px;
}

.service-left-item {
    width: 200px;
    height: 200px;
    background-image: url('../img/service2.png');
    background-size: cover;
    cursor: pointer;
    padding: 20px 30px;
    box-sizing: border-box;
    color: #69727a;
}

.service-left-title {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: bold;
}

.service-left-desc {
    font-size: 14px;
    line-height: 20px;
}

.click-service-left-item {
    background-image: url('../img/service1.png');
    color: #FFF;
}

.service-content {
    display: flex;
}

.service-right-title {
    border-left: 5px solid #4fa9fd;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #242933;
    font-size: 18px;
    font-weight: bold;
}

.service-right-item {
    width: 230px;
    height: 290px;
    background-color: #FFF;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 20px;
}

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

.service-item-text>span {
    font-size: 20px;
    margin-left: 10px;
}

.service-item-list {
    margin-top: 15px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-item-list-item {
    font-size: 14px;
    line-height: 20px;
    color: #242933;
    display: flex;
    align-items: center;
}

.service-item-list-item>svg {
    margin-right: 10px;
}

.price {
    height: 42px;
    line-height: 42px;
    margin-top: 15px;
}

.price-num {
    font-weight: bold;
    font-size: 20px;
    color: #ca453f;
}

.price-year {
    font-size: 12px;
    color: #242933;
}

.price-source {
    line-height: 36px;
    font-size: 14px;
    text-decoration: line-through;
    color: #69727a;
    margin-left: 10px;
}

.service-footer>a {
    margin-top: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #4fa9fd;
    text-decoration: none;

}

.service-footer>a:hover {
    background: #4fa9fd;
    opacity: 0.8;
}