*{
    padding: 0;
    margin: 0;

}
.talkatone-logo {
    text-decoration: none;
    color: white !important;
}
.talkatone-logo > img{
    width: 25px;
    height: 25px;

}
.top-header{
    background:#000e80 ;
}
.top-header ul{
    display: flex;
    margin-bottom: 0 !important;
    padding: 0;
}
.top-header ul li{
    list-style: none;
    padding-block: 10px;
    
}
.top-header ul li:not(:first-child){
    padding-inline: 10px;
}
.main-contents{
   background: url(./images/talkatone\ 购买.webp);
   color: azure;
   padding-block: 100px;
   position: relative;
}
.main-contents .overly{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;

}
.header-content{
    position: relative;
    z-index: 1111111;
}
.main-body{
    background: #D9D9D9;
    color: rgb(51, 55, 59);
    padding-block: 20px;

}
.telegram{
    width: 20px;
    height: 20px;
}
.contact-details{
    font-weight: bold;
}
/* table css */
table{
    width: 100%;
    border: none;
    text-align: center;
}
table tr{
    border: 2px solid #000e80;   
}

table tr td,th{
    border: 2px solid #000e80;
    padding: 10px;
    width: 50%;
   
}
table tr th{
    background: #000e80;
    color: #fff;
    border: 2px solid var(--main-bg);
    
}
.footer-content{
    background: #000e80 ;
    color: #fff;
    padding: 10px;
}
