/* 自定义CSS样式 */
:root {
    --bs-link-color: #18b3b2;
    --bs-link-color-rgb: 24, 179, 178;
    --bs-link-hover-color: #22eceb;
    --bs-link-hover-color-rgb: 34, 236, 235;
    --primary: #00adab;
    --bs-border-radius: 10px;
}

body {
    font-family: "Arial";
    position: relative;
}

a {
    text-decoration: none;
}

.btn-outline-primary{
        --bs-btn-hover-border-color: #00adab;
}
/*.btn-primary{*/
/*        --bs-btn-border-color: #00adab;*/
/*        --bs-btn-hover-bg: #f39800;*/
/*        --bs-btn-active-bg: #f39800;*/
/*        --bs-btn-bg: #00adab;*/
/*        --bs-btn-hover-border-color: #f39800;*/
/*}*/
/*.dropdown-menu{*/
/*    --bs-dropdown-link-active-bg: #00adab;*/
/*}*/
    
/* 文字滚动 */

.scroll-wrapper {
            width: 100%;
           /*  height: 640px;*/
            margin: 0 auto;
            border-radius: 8px;
            overflow: hidden;
            position: relative;
            margin: 20px;
        }


.scroll-list {
    position: absolute;
    top: 0;
	min-width: 90%;
}

.scroll-item {
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
}


    
.navbar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: transparent !important;
}

.navbar .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse {
    background-color: #fff;
    padding: calc(var(--bs-gutter-x)* .5);
}

.navbar-toggler {
    background-color: transparent;
    /* 移除默认背景色 */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #00adab !important;
    /* 激活状态和悬停状态的文字颜色 */
}

.bg-green {
    background-color: #00adab;
    margin-top: 15px;
}

.lang {
    margin-bottom: 20px;
    position: absolute;
    top: 20px;
    right: 60px;
}

.banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    color: white;
    text-align: center;
    padding-top: 10%;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.7);
}

.about-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;  /* 内容右对齐 */
    align-items: flex-start;     /* 顶部对齐（如需垂直居中用 center） */
    color: white;
    padding-right: 20%;
    padding-top: 16%;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.7);
    box-sizing: border-box;      /* 防止溢出 */
}
.about-text  h1 {
	font-size: 6em;
	letter-spacing: 0.1em;
}

.about-text  span {
	font-size:28px;
	letter-spacing: 0.2em; 
	background-color: #00adab;
	border-radius: 24px;
	padding: 4px 20px;
	 margin-bottom: 20px;

}

.f1 {
    padding: 2vw 0;
}

.f1 dl {
    height: 100%;
    flex-direction: column;

    justify-content: center;
    font-size: clamp(1.6rem, 3vw, 60px);
    line-height: 1.5;
    padding: 15px 0;
}

.f1 dl dt {
    font-weight: bold;
    color: #00adab;
}

.f1 dl dd {
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

.f1 .detail {
    margin-bottom: 3vw;
}

.f1 .h1 {
    font-size: clamp(1rem, 2vw, 30px);
    font-weight: bold;
    color: #000;
    padding: 20px 0;

}

.f1 .p {
    font-size: clamp(1rem, 1vw, 20px);
    color: #666;
}
.f1 .brand-box img{
    width: 100%;
}
.f1 .brand{
    height: 100%;
    background-color: #d8d8d8;
}
.f1 .p-b{
    margin-bottom: var(--bs-gutter-x);
}
.f1 .brand-box .logo{
    width: auto;
    margin-bottom: 10px;
}
.f1 .brand{
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 28px;

}
.f1 .brand .dd{
    font-weight: bold;
    margin-top: 10px;
}
.f2 {
    background: #eeeeee url(../images/bg_f2.jpg) no-repeat;
    background-size: 100% auto;
    padding: 4vw 0;
}

.f2 .product {
    padding: 3vw 2vw;
}

.f2 .product dl dt {
    font-size: clamp(12px, 1vw, 18px);
    font-family: Arial, Helvetica, sans-serif;
    color: #070002;
}

.f2 .product dl dd {
    font-size: clamp(2rem, 3vw, 60px);
}

.f2 ul {
    padding: 0;
}

.f2 ul li {
    list-style: none;
    font-size: clamp(1.6rem, 3vw, 34px);
    padding: clamp(10px, 1.5vw, 32px) 0;
}

.f2 ul li img {
    margin-right: 2vw;
    width: clamp(2.5rem, 4vw, 85px);
}


.f3 {
    padding-top: 3vw;
}

.f3::after {
    content: "";
    display: block;
    height: clamp(5px, 1vw, 30px);
    background-color: #00adab;
}

.bg-green:hover{
    background-color: rgb(243 152 0);
}

.f3 dl {
    padding: 50px 2vw 2vw 2vw;
}

.f3 dl dt {
    font-size: clamp(1.6rem, 3vw, 35px);
    font-weight: bold;
}

.f3 dl dd {
    font-size: clamp(1rem, 2vw, 25px);
    line-height: 2;
    padding: 1vw 0;
}
.f4{
    padding-bottom: 5vw;
}

.f4 .btn-more {
    color: #18b3b2;
}

.f4 .title {
    font-size: clamp(1.6rem, 3vw, 60px);
    font-weight: bold;
    text-align: center;
    padding-top: 4vw;
    padding-bottom: 2vw;
}

.f4 .btn-more span {
    margin-right: 10px;
}

.f4 .card {
    margin-bottom: 2vw;
}

.f4 .card-body {
    background-color: #eeeeee;
}
footer{
    color: white;
    background-color: #141414;
    padding: 3vw 0 2vw;
}
footer dl dt{
     font-size: clamp(1.2rem, 3vw, 24px);

    color: #00adab;
    text-transform: uppercase;
}
footer dl dd{
  
     font-size: clamp(1.6rem, 3vw, 30px);
    color: white;
    padding-bottom: 20px;
    position: relative;
}
footer dl dd::after{
    content: "";
    display: block;
    width:50px;
    height: 3px;
    background-color: #00adab;
    position: absolute;
    left: 0;
    bottom: 0;
}
footer .contact{
    color: #00adab;
    padding:1.5vw 0;
}
footer .contact span{
    color: white;
}
footer .qr-code{
    width: 100px;
    margin-bottom: 30px;
}
footer .qr-code p{
    margin-top: 10px;
    text-align: center;
}
footer .form-control{
    background-color: #434343;
    color: #fff;
    padding: .675rem .75rem;
    border: none;
    margin-top: 15px;
    margin-bottom: 30px;
}
footer .form-control::placeholder{
    color: #999;
}
footer .btn-outline-primary{
    font-size: 1rem;
    border-color:#00adab;
    color: white;
    margin-bottom: 20px;
}
footer .btn-outline-primary:hover{
    background-color: #00adab;
}

/*关于我们*/
.banner-about {
    text-align: center;
    padding: 5vw 0;
}

.banner-about dl dt span {
    background-color: #00adab;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 20px;
}

.banner-about dl dd {
    font-size: clamp(45px, 4vw, 90px);
    margin-top: 20px;
    margin-bottom: 0;
}

.about-f1 {
    padding: clamp(30px, 8vw, 180px) 0;
}

.about-f1 .introduce h1 {
    font-weight: bold;
    font-size: clamp(30px, 5vw, 60px);
    padding-bottom: clamp(16px, 4vw, 30px);
    position: relative;
}

.about-f1 .introduce h1::after {
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-f1 .introduce p {
    font-size: clamp(16px, 3vw, 20px);
    padding-top: clamp(16px, 4vw, 30px);
    margin-bottom: 20px;
}

.about-f1 .mission {
    padding-top: 30px;
}

.about-f1 .mission dl {
    padding: clamp(10px, 2vw, 40px) 0;
    border-bottom: 2px solid #ccc;
}

.about-f1 .mission dl:first-child {
    border-top: 2px solid #ccc;
}

.about-f1 .mission a {
    margin-top: 1vw;
}

.about-f1 .mission dt {
    font-size: clamp(16px, 4vw, 30px);
    font-weight: bold;
    margin-bottom: clamp(10px, 3vw, 20px);
}

.about-f1 .mission dd {
    font-size: clamp(14px, 3vw, 18px);
}

.about-f2 {
    background-color: #eeeeee;
}

.about-f2 .history {
	width: 80%;
    /*margin: 20px 0;*/
}

.about-f2 dl {
    text-align: center;

}

.about-f2 .imgbox {
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}

.about-f2 dl dt {
    font-size: clamp(22px, 3vw, 44px);
    font-weight: bold;
}

.about-f2 dl dd {
    font-size: clamp(12px, 2vw, 24px);
    color: #9b9b9b;
}

.about-f3 {
    position: relative;
}

.about-f3 .btn-play {
    --w: clamp(132px, 20vw, 264px);
    width: var(--w);

    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(-1 * var(--w) / 2);
    margin-left: calc(-1 * var(--w) / 2);
}

.about-f4 {
    padding: clamp(30px, 4vw, 60px);
}

.about-f4 .title {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.about-f4 .h {
    display: block;
    font-size: clamp(30px, 3vw, 50px);
    color: #fff;
    text-align: center;
    background-color: var(--primary);
    letter-spacing: 3px;
    padding: 5px 0;
}

.about-f4 .title dd {
    font-size: clamp(16px, 2vw, 16px);
    line-height: 1.8;
    margin-top: clamp(15px, 3vw, 30px);
}

.about-f4 .lt {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

.about-f4 .lt li {
    list-style: none;
    padding: 30px;
}

.about-f4 .lt li:first-child {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.about-f4 .lt li:nth-child(2) {
    border-bottom: 1px solid #e5e5e5;
}

.about-f4 .lt li:nth-child(3) {
    border-right: 1px solid #e5e5e5;
}
.about-f4 .lt li h1{
    font-size: 1.1rem;
	font-weight: 800;
}






.banner-content {
    padding: 5vw 0;
    text-align: center;
    font-size: clamp(45px, 3vw, 50px);
}

.banner-content1 {
    padding: 5vw 0;
    text-align: center;
	font-size: clamp(35px, 3vw, 50px);
}


.banner-content2 {
    padding: 5vw 0;
    text-align: center;
    font-size: clamp(30px, 3vw, 50px);
}


.product .title {
    margin-top: clamp(20px, 5vw, 80px);
}

.product .title .h {
    width: clamp(100px, 50vw, 480px);
    font-size: clamp(18px, 2.5vw, 44px);
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 auto;

}

.product .title .h span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product .title .sub {
    font-size: clamp(14px, 1vw, 24px);
    color: #848484;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.product .card {
    border: 0;
    margin-bottom: 20px;
}

.product .card h4 {
    text-align: center;
}

.product .card h5 {
    text-align: center;
}


.product .more-container {
    display: flex;
    justify-content: center;
    padding-top: 2vw;
    margin-bottom: 5vw;
}

.page-container {
    padding: clamp(40px, 3vw, 80px) 0;
}
.width-280 {
 width: 280px;
}
.page-menu {
    width: 210px;
}

.page-menu .title {
    display: flex;
    align-items: center;
    font-size: clamp(15px, 1vw, 15px);
    color: #000;
    margin-bottom: clamp(20px, 1vw, 40px);
	font-weight: bold;
}

.page-menu .title img {
    width: clamp(20px, 2vw, 32px);
    margin-right: 10px;
}

.page-menu .nav-item {
    margin: 5px 0;
}

.page-menu .nav-link {
    color: #666666;
    font-size: clamp(16px, 1vw, 16px);
    text-align: center;
    border-radius: var(--bs-border-radius);
}

.page-menu .nav-link.active,
.page-menu .nav-link:hover {
    color: #fff;
    background-color: var(--primary);
}

.youshi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    padding: 0;
    margin-top: 30px;
}

.youshi li {
    list-style: none;
    box-shadow: 4px 12px 20px #eee;
    padding: 10px 20px;
}

.youshi li h1 {
    font-size: clamp(20px, 2vw, 32px);
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 10px;
}

.youshi li h1::before,
.youshi li h1::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
}

.youshi li h1::before {
    width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    bottom: 2px;
    z-index: 1;
}

.youshi li h1::after {
    width: 50px;
    height: 3px;
    bottom: 1px;
    background-color: var(--primary);
}

.youshi li p {
    font-size: clamp(12px, 1vw, 22px)
}

.page-contact {
    display: flex;
    justify-content: center;
    padding: clamp(40px, 5vw, 70px) 0;
}

.page-contact .btn-outline-primary {
    font-size: clamp(18px, 2vw, 34px);
}

.texing-top {
    background-color: #00adab;
    border-radius: 10px 10px 0 0;
}

.texing-top ul {
    color: #fff;
    padding: 20px;
    line-height: 1.8;
}

.texing-top ul li {
    list-style: none;
}

.texing-body {
    background-color: #eeeeee;
    border-radius: 0 0 10px 10px;
}

.texing-body img {
    margin-top: 20px;
}

.texing-body dl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 20px;
}

.texing-body dl h5 {
    font-size: 14px;
    padding-bottom: 20px;
}

.texing-body dl dd {
    line-height: 1.8;
    border-bottom: 3px solid #040000;
    padding-bottom: 30px;
}

.zhanshi img {
    width: 100%;
    border: 2px solid #000;
    transition: color .3s;
}

.zhanshi img:hover {
    border-color: var(--primary);
}

/* 领域及优势 */
.lingyu {
    background: #eeeeee;
    border-radius: 10px;
}

.lingyu-top dl {
    background-color: #17a4a3;
    padding: clamp(20px, 4vw, 40px) clamp(25px, 5vw, 50px);

}

.lingyu-top dl h2,
.lingyu-top dl h5 {
    font-weight: normal;
}

.lingyu-top .imgbox {
    display: flex;
    justify-items: flex-end;
}

.lingyu-body {
    padding: clamp(10px, 3vw, 30px);
}

.lingyu-body dl {
    display: flex;
    justify-items: center;
}

.lingyu-body dl dt {
    margin-right: 16px;
}

.lingyu-body dl dd {
    margin-bottom: 0;
}

.lingyu-body dl h3 {
    font-weight: normal;
    margin-bottom: 0;
}

.lingyu-body dl h2 {
    margin-bottom: 0;
}

.lingyu-body .card {
    height: 100%;
    background-color: transparent;
    border-radius: 0;
}

.lingyu-body .card-img-top {
    border-radius: 0;
}

.lingyu-body .card-title,
.lingyu-body .card-subtitle {
    text-align: center;
    color: #17a4a3;
}

.lingyu-body .card p {
    margin-top: 1rem;
}

.shajun-top {
    padding: clamp(10px, 3vw, 30px);
}

.shajun .h5 {
    font-weight: normal;
    margin-top: 1rem;


}

.shajun .border-dash {
    border-bottom: 1px dashed #999;
    margin: 1.5rem 0;
}

.shajun-body {
    padding: 0 clamp(10px, 3vw, 30px);
}

.shajun-body h3 {
    font-weight: normal;
    margin-top: 1rem;
}

.shajun-body h4 {
    display: block;
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
	font-size: 1.3rem;

}

.sb-text {
 font-size: 14px;
 font-weight: bold;  /* 文字加粗 */
 text-align: center;  /* 让容器内所有内容居中 */
}
.sb-en-text {
 font-size: 14px;
 text-align: center;  /* 让容器内所有内容居中 */
}
.sb-card-img {
 border: 2px solid #000;
 position: relative;
 display: inline-block;  /* 确保容器紧贴图片 */
}

.sb-card-img img {
    display: block;         /* 移除图片底部间隙 */
    width: 100%;
    height: auto;
}

.shajun-body .card-img {
    font-size: 24px;
    color: #fff;
    position: relative;

}

.shajun-body .card-img h4 {
    width: 100%;
    line-height: 2;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-shebei h3 {
    font-weight: normal;
	font-size: 1.5rem;
}

.banner-shebei h3 span {
    font-size: 1.5em;
    font-weight: bold;
}

.shebei {
    background: linear-gradient(180deg, #fff 70%, #f3f4f9);
    margin-bottom: clamp(20px, 5%, 160px);
}

.shebei-hd {
    padding-top: clamp(30px, 6vw, 170px);
}

.shebei-hd .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(24px, 3vw, 46px);
    color: #666;
}

.shebei-hd .title img {
    width: clamp(30px, 4vw, 58px);
    margin-left: 30px;
}

.shebei-hd ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: clamp(30px, 4vw, 70px);
    padding-bottom: clamp(60px, 6vw, 120px);
}

.shebei-hd ul li {
    list-style: none;
    position: relative;
    text-align: center;
}

.shebei-hd ul li+li::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 20px);
    background-color: #e0e0e0;
    position: absolute;
    top: 10px;
    left: 0;
}

.shebei-hd ul li .t {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: clamp(32px, 4vw, 72px);
}

.shebei-hd ul li .t .text1 {
    font-size: .7em;
}

.shebei-hd ul li .t .text1 {
    font-size: .7em;
}

.shebei-hd p {
    font-size: 20px;
    color: #666;
    margin-bottom: 0;
}

.shebei-video {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.shebei-video .btn-tip {
    --w: clamp(160px, 10vw, 320px);
    width: var(--w);
    height: var(--w);
    background-color: #0b0b0b;
    border-radius: 50%;
    border: #fff clamp(15px, 1vw, 30px) solid;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	align-items: center;
    z-index: 2;
}

.shebei-video .item {
    display: block;
    position: relative;
    z-index: 1;
}

.shebei-video .item .btn-play {
    --w: clamp(80px, 20vw, 264px);
    width: var(--w);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shebei-list {
    padding-top: clamp(50px, 8vw, 130px);
}

.shebei-list .card {
    margin-bottom: 20px;
    border: 0;
    background-color: transparent;
}

.shebei-list .card img {
    border-radius: 10px;
}

.tc-hd {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    padding-top: clamp(40px, 4vw, 90px);

}

.tc-hd h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: clamp(20px, 2vw, 40px);
}

.tc-hd p {
    margin-bottom: clamp(15px, 1vw, 30px);
}


.tc-hdn {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.5;
    padding-top: clamp(40px, 4vw, 90px);

}

.tc-hdn h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: clamp(20px, 2vw, 40px);
}

.tc-hdn p {
    margin-bottom: clamp(15px, 1vw, 30px);
}



.tc-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: clamp(20px, 2vw, 30px);
}

.tc-list .item img {
    border: 1px solid #000;
    border-radius: 10px;
}

.tc-down {
    background-color: #eeeeee;
    border-radius: 20px;
    border: 1px solid #000;
    margin-bottom: clamp(50px, 10vw, 100px);
    padding: clamp(10px, 2vw, 20px) clamp(10px, 10vw, 120px);
    margin-top: clamp(40px, 8vw, 90px);
}

.tc-down h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.tc-down .inpbox {
    flex: 1;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #000;
    margin-bottom: 10px;
    padding: 5px;
}

.tc-down .inpbox img {
    margin-right: 5px;
}

.tc-down .inpbox span {
    margin: 0 20px;
    color: #666;
}

.xy-hd {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.6;
    padding-top: clamp(20px, 3vw, 70px);

}

.xy-bd {
    font-size: clamp(14px, 2vw, 14px);
    margin-bottom: clamp(50px, 10vw, 100px);
    margin-top: clamp(40px, 8vw, 80px);
}

.xy-bd .card {
    background-color: #e5e5e5;
    border-radius: 0;
    padding: clamp(10px, 1vw, 20px);
    padding-top: 0;
    border: 0;
    transition: all .3s;
}
.sm-title {
font-size: clamp(16px, 2vw, 18px);
text-align: center;
}
.col-none {
display: block;
}
.xy-bd .card:hover {
    color: #fff;
    background-color: #00adab;
}

.xy-bd .card-img {
    border-radius: 0;
}

.xy-bd p {
    margin-bottom: 0;
    text-align: center;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
}

.xy-bd .plus {
    text-align: center;
    font-size: 1.4em;
}
.uv dl{
    margin-top: 20px;
}
.uv h5{
    line-height: 1.4;
}

.nav-phone{
    width: 100%;

    justify-content: space-between;
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.nav-phone a{
    color: #000;
}
.nav-phone a:hover{
    color: var(--primary);
}
.nav-phone h5{
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
}

.phone {
        display: none;
    }
    






