

.tg {
    
    width: 110px;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 1px #d4d4d4;
    font-size: 12px;
	display: block;
	position: absolute;
    z-index: 999;
    right: 2%;
     }
.tg1 {
     text-align: center;
    line-height: 22px;
    }	 
.cs_btn {
    height: 32px;
    background: #2599d2;
    text-align: center;
    border-radius: 30px;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
}
.cs_png {
    margin: 0 auto;
    margin-left: 18px;
}
 
 
 
 
 .tg-bar {
    display: none;
}
 
 
@media (max-width:768px){
	.tg{ 
     display: none;
	}
	 .tg-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 800px;
    height: 45px;
    margin: auto;
    color: #fff;
    background: rgb(0 0 0 / 80%);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 1rem;
	
}

.tg-bar .tg-bar1 {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 15px/1.75 "";
    position: relative;
    padding-left: .1rem;
}
 
.tg-bar .tg-bar1 img {
    height: 30px;
    margin-right: 5px;
	position: fixed;
}
 .tg-bar .tg-bar2 {
    padding-right: 12px;
}





}
 

	 
	 