@font-face {
    font-family: font3;
    src: url('../fonts/verdanab-3.ttf');
}

button {
    outline: none;
}

.namexing+input {
    width: 22.5vw;
}

.why-advantages:hover,
.box-card:hover,
.info-imgs:hover,
.info-cart:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    transition: all .5s;
}

.content>ul>li {
    display: none;
}

.content>ul>li:nth-child(1) {
    display: block;
}

.quote-file:hover {
    cursor: pointer;
}

.turnkey-box2 img:hover,
.fac-imgs img:hover,
.insert-button input .texting-box img:hover,
.free-box img:hover,
.company-footer-cart>div:hover img,
.blog-box:hover img {
    transform: scale(1.05);
    overflow: hidden;
    transition: 0.5s;
}

.blog-box {
    overflow: hidden;
}

.slider {
    width: 100%;
    /* height: 45vh; */
    /* width: 600px;
height: 400px; */
    /* margin: 100px auto; */
    position: relative;
    /* margin-bottom: 45px; */
    overflow: hidden;
    box-sizing: border-box;
}

.certifications {
    background-image: url('../images/hl-bg3.png');
    padding-top: 90px;
    background-size: cover;
}

.menu-a {
    color: #fff;
    font-size: 1rem;
}

.slider img {
    width: 100%;
    /* height: 45vh; */
    object-fit: cover;
}

.slider>ul>li {
    display: none;
    position: absolute;
}

.slider li:first-child {
    display: block;
}

.arrow {
    display: none;
}

.slider:hover .arrow,
.slider:hover .box {
    display: block;
}

.lc-box img {
    width: 100%;
    object-fit: contain;
}

.left,
.right {
    width: 30px;
    height: 60px;
    font-size: 1.875rem;
    background-color: rgba(0, 0, 0, 0.1);
    color: white;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.left:hover,
.right:hover {
    background-color: rgba(0, 0, 0, .5);
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.box {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    text-align: center;
}

.box li {
    width: 30px;
    height: 6px;
    background: #E8ECEE;
    /* border-radius: 50%; */
    display: inline-block;
    float: left;
    margin-left: 12px;
}

.show {
    width: 70px !important;
    background: #0084bb !important;
}

.header-top {
    width: 100vw;
    background-color: #E8ECEE;
}

.header-top ul {
    display: flex;
    height: 46px;
    justify-content: flex-end;
    align-items: center;
}

.button1 {
    height: 50px;
    background: #0084bb;
    color: #fff;
    line-height: 50px;
    /*text-align: center;*/
    margin-top: 55px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 0 40px;
    cursor: pointer;
}

.header-top ul {
    width: 85vw;
    margin: 0 auto;
}

.header-top ul li {
    margin-left: 15px;
}

.header-top ul img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.table-table {
    margin-bottom: 60px;
}

.rapid,
.rapid p,
.table-table p,
.table-table,
.capa-content tr,
.content-pcb-left,
.category-box {
    line-height: 1.75em;
    color: #4c5256;
}

.category-box {
    background: rgb(232, 236, 238);
    padding-top: 60px;
    margin-top: -2px;
    padding-bottom: 30px;
}

.our-messsage-box {
    margin-top: 60px !important;
}

.capa-content tr {
    /*color: #4c5256;*/
}


/*.table-table p,.table-table{*/


/*    line-height: 1.75em;*/


/*}*/

.rapid .xg {
    font-style: italic;
}

.rapid {
    /*margin-top: 60px;*/
}

.table-box th {
    font-weight: bold !important;
    color: #fff !important;
}

.why-title4,
.rapid-title {
    margin-bottom: 60px !important;
}

.menu .menu-son a {
    color: #333;
}

.menu li:hover {
    color: #0084bb;
}

.menu li:hover .menu-son,
.menu li:hover .sanjiaox {
    display: block;
}

.content-pcb-left h1 {
    color: #2D3F44;
}


/* 设置位置 */

.loading {
    /* 高度 */
    /* height: 40px; */
    /* 弹性布局 */
    display: flex;
    /* 设置子项在y轴方向居中，应该是设置起点在中间，非常有用，不然动画很怪 */
    align-items: center;
    margin-right: 8px;
}


/* 小竖条 */

.cart-self-ul {
    height: 260px;
    overflow: hidden;
}

.item {
    /* height: 50px; */
    width: 2px;
    background: #fff;
    /* 加margin，使竖条之间有空隙 */
    margin: 0px 1px;
    /* 圆角 */
    border-radius: 10px;
    /* 动画：名称、时间、循环 */
    animation: loading 1s infinite;
}


/* 设置动画 */

@keyframes loading {
    0% {
        height: 3px;
    }
    50% {
        height: 12px;
    }
    100% {
        height: 3px;
    }
}


/* 为每一个竖条设置延时 */

.item:nth-child(2) {
    animation-delay: 0.2s;
}

.item:nth-child(3) {
    /* animation-delay: 0.3s; */
}

.item:nth-child(4) {
    animation-delay: 0.2s;
}

.menu .live {
    background-color: #FF4800;
    width: 113px;
    height: 34px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    font-size: .75rem;
    color: #fff;
    padding-right: 10px;
}

.menu .live .icon {
    font-size: 1.75rem;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 50%;
    color: #FF4800;
    margin: 0 4px;
}

.carousel-box img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.carousel-box .el-carousel__indicator--horizontal .el-carousel__button {
    width: 1.65vw;
    height: 6px;
    background-color: #E8ECEE;
    border-radius: 5px;
    opacity: 1;
    margin-bottom: 30%;
}

.carousel-box .el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 3.65vw;
    height: 6px;
    background: #0084bb;
    border-radius: 5px;
    opacity: 1;
}

.box-card {
    width: 24%;
    /*height: 729px;*/
    background: #fff !important;
    position: relative;
    margin-bottom: 30px;
}

.box-card img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 40px;
}

.box-card .quote-title {
    font-size: 1.625rem;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.box-card .cart-text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 150px;
}

.el-dialog {
    margin-top: 5vh !important;
}

.cart-text .erji-text {
    margin: 20px 0 38px 0;
    line-height: 20px;
    color: #333;
}

.cart-text .quote-text {
    display: flex;
    margin-bottom: 15px;
    align-items: baseline;
}

.quote-text-box .quote-text {
    display: flex;
    margin-bottom: 15px;
}

.quote-text-box .quote-text img {
    object-fit: none;
    width: auto;
    margin-right: 10px;
    margin-bottom: 0;
}

.quote-text-box {
    position: absolute;
    bottom: 130px;
    margin-left: 5%;
}

.cart-text .quote-text img,
.cart-text .quote-text span,
.quote-text-box .quote-text span {
    display: block;
    font-size: 1rem;
    color: #666666;
}

.cart-text .quote-text span {
    line-height: 22px;
}

.cart-text .quote-text img {
    width: auto;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 0;
}

.box-card {
    padding-bottom: 60px;
}

.capabilities-box-button {
    width: 100%;
    position: relative;
    /*background: #E8ECEE;*/
    margin-top: 60px;
    /*padding-bottom: 90px;*/
}

.capabilities-box-button .button {
    margin: 0 auto;
    /*width: 242px;*/
    height: 46px;
    background-color: #0084bb;
    position: relative;
    font-size: 1rem;
    left: 50%;
    color: #fff;
    transform: translate(-50%);
    padding: 0 40px;
    /* position: absolute;
left: 50%;
top: 60px;
*/
    border: none;
    cursor: pointer;
}

.capabilities-box-button .button a {
    color: #fff;
}

.box-card button {
    /*background: rgba(93, 173, 81, 0);*/
    background-color: #0084bb;
    border: none;
    color: #fff;
    margin: 0 auto;
    width: 242px;
    height: 46px;
    /* position: relative; */
    font-size: 1rem;
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translate(-50%);
}

.box-card:hover button,
.button1:hover,
.capabilities-box-button a:hover .button {
    background-color: #95c001;
    transition: all .5s;
    color: #fff;
    cursor: pointer;
}

.Urgent {
    font-weight: bold;
}

.Urgent {
    background: #0084bb;
    color: #fff;
    text-transform: uppercase;
}

.testing-box tbody tr:first-child p {
    color: #4c5256;
}

table tr td:nth-child(2n+1) {
    background-color: transparent;
}

.testing-box table,
.testing-box td {
    border: none !important;
}

.down-lode tbody tr:first-child {
    background: #fff;
}

.testing-box tbody tr:first-child {
    background: transparent;
}

.down-lode tbody tr:first-child td,
.testing-box tbody tr:first-child td {
    font-weight: normal;
}

.table1 tbody tr:first-child,
.table2 tbody tr:first-child {
    background: #fff;
}

.table1 tbody tr:first-child td,
.table2 tbody tr:first-child td {
    font-weight: normal;
    color: #4c5256;
    text-transform: initial;
}

.table1 tbody tr td:first-child {
    background: #0084bb;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.content-box {
    width: 100vw;
    /* margin: 0 auto; */
    padding-bottom: 5.625rem;
    /**/
    background-image: url('../images/hl-bg.png');
    background-size: 100% 100%;
    margin-top: -38px;
}

.content-box .cart-content,
.choose-cart,
.capabilities-box-cart {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    width: 80vw;
    margin: 0 auto;
    justify-content: space-between;
}

.capabilities-box-cart {
    margin-top: 48px;
}

.cart-hover-box {
    width: 26vw;
    margin-top: 20px;
}

.choose-cart-content {
    width: 24%;
    height: 450px;
    background: #E8ECEE;
    position: relative;
}

.choose-cart-content:hover {
    background-color: #0084bb;
    transition: all .5s;
}

.choose-cart-content:hover .choose-cart-text,
.choose-cart-content:hover .choose-cart-num {
    color: #fff;
    transition: all .5s;
}

.imgs-cart-hover {
    display: none;
}

.imgs-cart-hover img {
    object-fit: contain;
}

.choose-cart-content:hover .imgs-cart-hover {
    display: block;
}

.choose-cart-content:hover .imgs-cart-no {
    display: none;
}

.choose-cart-num {
    position: absolute;
    bottom: 60px;
    left: 33px;
    font-size: 2.25rem;
    font-weight: bold;
    color: #0084bb;
}

.choose-cart-content img {
    width: 50px;
    height: 50px;
    margin-top: 60px;
    margin-bottom: 39px;
}

.choose-cart-content div {
    width: 85%;
    margin: 0 auto;
}

.choose-cart-text {
    color: #2D3F44;
    font-size: 1rem;
    line-height: 24px;
}

.content-box .content-title {
    font-size: 2.25rem;
    font-weight: bold;
    color: #2D3F44;
    text-align: center;
    padding: 80px 0 30px 0;
}

.content-box .content-text {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 400;
    color: #2D3F44;
    max-width: 55vw;
    margin: 0 auto;
    margin-bottom: 45px;
    line-height: 22px;
}

.viod-box {
    position: relative;
    /*margin-bottom: 88px;*/
}

.menceng {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100%;
    top: 0;
}

.choose-box {
    padding-top: 88px;
    background-color: #2d3f44;
}

.viod-box video {
    width: 100%;
    object-fit: cover;
}

.video-content {
    position: absolute;
    top: 88px;
    width: 100%;
}

.video-title {
    font-size: 2.25rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.video-text {
    width: 73%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 28px;
    font-size: 1.125rem;
}

.video-button {
    /* width: 100%; */
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 135px;
    background: #E8ECEE;
    text-align: center;
    transform: translate(-50%);
}

.fangda {
    display: block !important;
}

.yincang {
    display: none;
}

.video-button .open-button {
    width: 46px;
    height: 30px;
    background-color: #0084bb;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 15%;
    margin-left: 40%;
    margin-bottom: 15px;
    line-height: 30px;
}

.video-button .button-text {
    font-size: 1rem;
    color: #000000;
}

.video-nums {
    width: 100%;
    position: absolute;
    bottom: 90px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.video-nums .number {
    color: #FF4800;
    font-size: 2.25rem;
}

.video-nums .danwei {
    color: #FF4800;
    font-size: 1.125rem;
    /* font-weight: bold; */
    position: relative;
    top: -12px;
}

.fenge {
    width: 1px;
    height: 57px;
    background-color: #777E81;
}

.num-text {
    display: inline-block;
    margin-top: 14px;
    font-size: 1rem;
    color: #fff;
}

.choose-cart {
    margin-top: 48px;
    padding-bottom: 90px;
}

.capabilities-box {
    /*background-color: #E8ECEE;*/
    padding-bottom: 90px;
    background-image: url('../images/hl-bg2.jpg');
    background-size: 100% 100%;
}

.capabilities-box-header {
    padding-top: 90px;
}

.cart-self {
    height: 620px;
    background: #FFFFFF;
}

.cart-self div {
    width: 80%;
    margin: 0 auto;
}

.cart-self img {
    width: 132px;
    height: 80px;
    margin-top: 40px;
    object-fit: contain;
}

.cart-self-name {
    font-size: 1.375rem;
    font-weight: 400;
    color: #2D3F44;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.cart-self ul p {
    list-style: disc;
    color: #666;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 20px;
}

.cart-hover-box:hover .cart-self2 {
    display: block;
}

.cart-hover-box:hover .cart-self3 {
    display: none;
}

.cart-self-text {
    margin-bottom: 40px !important;
    font-weight: 400;
    color: #2D3F44;
    font-size: 1rem;
}

.cart-self2 {
    position: relative;
    display: none;
}

.cart-self-img {
    width: 26vw;
    position: absolute;
    top: -40px;
    left: 0;
}

.cart-self-img img {
    width: 26vw !important;
    height: 620px !important;
    object-fit: cover;
}

.cart-self2 .cart-self-textbox {
    position: absolute;
    background: #2D3F44;
    width: 22.5vw;
    background-color: rgba(45, 63, 68, 0.8);
    margin: 30px;
    height: 500px;
}

.cart-self-textbox .cart-self-name,
.cart-self-textbox .cart-self-text,
.cart-self-textbox ul p {
    color: #fff;
}

.cart-self-more {
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.cart-self-more a,
.el-icon-right,
.cart-self-more {
    color: #2D3F44;
}

.cart-self-img img {
    width: 508px;
    height: 576px;
}

.cart-self-textbox .cart-self-more a {
    color: #fff;
    /* border-bottom: 2px solid #0084bb; */
    /* padding-bottom: 5px; */
    /* text-decoration: underline; */
}


/* .cart-self-textbox .cart-self-more {
border: 1px solid #0084bb;
} */

.blog-more a:hover,
.blog-more3 a {
    color: #0084bb;
    border-bottom: 2px solid #0084bb;
    padding-bottom: 5px;
}

.blog-more a:hover>.el-icon-right,
.blog-more3 a,
.blog-more3 .el-icon-right {
    color: #0084bb !important;
}

.demo-image__preview {
    display: flex;
    justify-content: space-between;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding-bottom: 106px !important;
    width: 82%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-top: 50px;
}

.demo-image__preview2 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: #2D3F44;
    opacity: 0.6;
}

.demo-image__box {
    width: 194px;
    /* margin-right: 33px; */
    text-align: center;
    position: relative;
}

.el-icon-zoom-in {
    color: white;
    font-size: 2.1875rem;
    margin-top: 50%;
}

.demo-name {
    line-height: 20px;
}

.imgimg {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 194px;
    position: relative;
    height: 270px;
}

.imgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgimg2 {
    /*border: 1px solid #ccc;*/
}

.imgimg2 img {
    width: 100%;
    object-fit: contain;
}

.demo-image__preview img {
    width: 100%;
}


/* 设置动画 */

@keyframes Scroll {
    0% {
        transform: translateX(0px);
    }
    100% {
        transform: translateX(-1750px);
    }
}

.server-box {
    width: 100%;
    background-color: #E8ECEE;
}

.server-scroll {
    width: 82%;
    display: flex;
    margin: 0 auto;
    margin-top: 48px;
    overflow: hidden;
    height: 390px;
    padding-bottom: 90px;
}

.big-img img {
    width: 330px;
    object-fit: contain;
}

.scroll-box {
    animation: Scroll 30s linear infinite;
}

.server-scroll .scroll-box {
    width: 330px;
    margin-right: 20px;
    background-color: #fff;
    font-weight: 400;
    color: #2D3F44;
}

.img-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin: 15px;
}

.big-name {
    height: 60px;
    display: flex;
    align-items: center;
}

.big-name span {
    display: block;
    text-align: center;
    width: 100%;
}

.blog-box2 {
    border: 1px solid #DBDBDB;
}

.blog-big-img {
    height: 18vw;
}

.blog-box2:hover {
    border: 1px solid #0084bb;
}

.blog-box2:hover .blog-more a,
.blog-box:hover .blog-more a {
    color: #0084bb;
    border-bottom: 2px solid #0084bb;
    padding-bottom: 5px;
}

.blog-box2:hover .el-icon-right,
.blog-box:hover .el-icon-right {
    color: #0084bb;
}

.blog-buttom {
    margin-top: -30px !important;
}

.blog-buttom a {
    width: 42px;
    height: 42px;
    background: #E8ECEE;
    border-radius: 50%;
    border: none;
    color: #666666;
    font-size: 1rem;
    margin-right: 10px;
    display: inline-block;
    line-height: 42px;
}

.blog-buttom a.hover {
    background: #0084bb;
    color: #FFFFFF;
}

.blog-checked {
    background: #0084bb !important;
    color: #FFFFFF !important;
}

.margin-blog {
    margin: 0 30px 30px 30px;
}

.blog-title {
    font-size: 1.625rem;
    font-weight: 400;
    color: #2D3F44;
    margin-bottom: 10px;
    line-height: 32px;
}

.blog-time {
    font-size: 1rem;
    font-family: Verdana;
    font-weight: 400;
    color: #75838A;
    margin-bottom: 30px;
}

.blog-content {
    font-size: 1rem;
    font-family: Verdana;
    font-weight: 400;
    color: #75838A;
    margin-bottom: 29px;
    line-height: 18px;
}

.blog-more a,
.blog-more .el-icon-right {
    font-size: 1rem;
    font-weight: 400;
    color: #2D3F44;
}

.blog-more2 {
    font-size: 1rem;
    font-weight: 400;
    color: #0084bb;
}

.blog-big-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    grid-gap: 30px;
}
.blog-big-box2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.input-box {
    width: 100%;
    background-color: #0084bb;
}

.input-conten {
    width: 73%;
    height: 130px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-name {
    font-size: 1.5rem;
    color: #fff;
    margin: 0 0 4px 0;
}

.input-text {
    font-size: 1rem;
    color: #fff;
}

.input-conten input {
    border: none;
    outline: none;
    height: 46px;
    font-size: 1rem;
    /*color: #999999;*/
    padding-left: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.input-conten input::placeholder {
    color: #fff;
}

.input-conten button {
    width: 8.5vw;
    height: 46px;
    background: #fff;
    color: #2d3f44;
    font-size: 1rem;
    border: none;
    margin-left: -4px;
}

.biaoge-box {
    width: 73%;
    margin: 0 auto;
    padding-top: 62px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #43555a;
    padding-bottom: 54px;
}

.biaoge-box .biaoge-title {
    display: block;
    font-size: 1rem;
    margin-bottom: 22px;
    color: #fff;
}

.biaoge-box ul li {
    font-size: .875rem;
    line-height: 20px;
    color: #909fa6;
}

.biaoge-box ul li a {
    color: #909fa6;
}

.biaoge-box ul li:hover a {
    color: #fff;
}

.lianxifangshi {
    margin-top: 16px;
}

.lianxifangshi span {
    color: #0084bb;
}

.icon-box {
    width: 73%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.icon-box p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 13px;
}

.icon-box img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 49px;
}

.footer-box {
    width: 100%;
    height: 46px;
    background: #22323b;
    font-size: .875rem;
    color: #748289;
    text-align: center;
    line-height: 46px;
}

.footer-bg-box {
    background-image: url('../images/bg3.png');
    background-size: cover;
}

.blog2-title div {
    font-size: 1.75rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 19px;
}

.blog2-title span {
    font-size: 1rem;
    font-weight: 400;
    color: #75838A;
}

.blog2-title p {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 20px;
    line-height: 20px;
}

.footer-icon {
    display: flex;
    margin-top: 30px;
}

.footer-icon li {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #909FA6;
    border-radius: 50%;
    text-align: center;
}

.footer-icon li:hover {
    background-color: #0084bb;
    transition: all .5s;
}

.footer-icon img {
    object-fit: contain;
    margin-top: 28%;
}

.bg-zhezhao {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 999999;
    display: none;
}

.zhezhao-show {
    display: block !important;
}

.bg-zhezhao-content {
    width: 50%;
    height: 87vh;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 10vh;
    position: relative;
    padding: 40px 80px;
}

.bg-zhezhao-content .el-icon-close {
    font-size: 1.625rem;
    position: absolute;
    right: 15px;
    top: 15px;
}

.bg-zhezhao-content .bg-zhezhao-title {
    font-weight: bold;
    color: #333333;
    text-align: center;
    font-family: 'font1';
    /*margin-bottom: 40px;*/
}

.bg-zhezhao-content img {
    /*object-fit: none;*/
    margin-top: 10px;
    height: 90%;
}

.footer-input1 {
    width: 12vw;
    margin-right: -4px;
}

.footer-input2 {
    width: 16vw;
}

.menu-icon {
    display: none;
}