.header {
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 -5px 15px 5px rgba(0, 0, 0, .05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer {
    width: 100%;
    background: #4A4C5D;
    padding: 80px 0 100px;
}

.header .logo {
    height: 40px;
    padding-left: 100px;
}

.router {
    padding-right: 100px;
}

.router>a {
    margin-left: 10px;
    font-size: 14px;
    border-radius: 21px;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
}

.router>a:hover,
.router>.on {
    background: #2882FF;
    color: #fff;
}

.language {
    position: absolute;
    top: 20px;
    right: 24px;
}

.language>span {
    font-size: 16px;
    border-radius: 21px;
    overflow: hidden;
    width: 132px;
    line-height: 30px;
    text-align: center;
    background: #2882FF;
    color: #fff;
}

.language>img {
    height: 16px;
    position: absolute;
    top: 7px;
    z-index: 1;
}


.footerLeft {
    width: 55%;
    margin-bottom: 20px;
}

.send-form-input {
    color: #333;
    background: #fff;
    width: calc(50% - 9px);
    height: 46px;
    margin-bottom: 18px;
    font-size: 14px;
    padding: 8px;
    border-radius: 10px;
    line-height: 14px;
    border: none;
}

.send-form-textarea {
    color: #333;
    width: 100%;
    background: #fff;
    height: 96px;
    font-size: 14px;
    padding: 8px;
    border-radius: 10px;
    line-height: 26px;
    border: none;
}

.send-form-btn {
    position: absolute;
    bottom: 7px;
    right: 14px;
    z-index: 1;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}

.footerRight span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
}

.footerRight {
    width: 40%;
    height: calc(100% - 160px);
}

.footerRight a+a {
    margin-left: 60px;
}

.footerRight .icon {
    width: 36px;
}

.footerRight .QRCode {
    width: 130px;
    position: absolute;
    top: 0;
    right: 0;
}

.footerRight a {
    position: relative;
    cursor: pointer;
}

.footerRight a div {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 1;
}

.footerRight a div img {
    width: 272px;
    max-width: none;
}

.footerRight a:hover div {
    display: block;
}

.send-form-input::placeholder,
.send-form-textarea::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #999;
}

.rules {
    color: red;
    font-size: 12px;
    position: absolute;
    transition: .5s;
    opacity: 0;
}

.rules_name {
    top: 30px;
    right: 323px;
}

.rules_phone {
    top: 30px;
    right: 7px;
}

.rules_email {
    top: 94px;
    right: 323px;
}

.rules_company {
    top: 94px;
    right: 7px;
}

.rules_leaveMessage {
    top: 195px;
    right: 80px;
}



#skip-btn {
    position: absolute;
    z-index: 999;
    /* background: rgba(255, 255, 255, 0.1); */
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    cursor: pointer;
}

/* #skip-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #4facfe;
    box-shadow: 0 0 15px rgba(79, 172, 254, 0.6);
} */