@font-face {
  font-family: "iconfont"; /* Project id 4492622 */
  src: url('iconfont.woff2?t=1712047614600') format('woff2'),
       url('iconfont.woff?t=1712047614600') format('woff'),
       url('iconfont.ttf?t=1712047614600') format('truetype');
}

.iconfont-tel {
  font-family: "iconfont" !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tel-s:before {
  content: "\e64b";
}

.tel{margin-right:80px;}        
.ico {
	width: 42px;
    height: 42px;
    float: left;
    margin-right: 12px;
	border-radius: 50%;
	margin-top:10px;
	border:1px solid #fff;
	display: flex;
justify-content: center;
align-items: center; 
}
 .tel .wz {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: block;
	margin-top:10px;
}
.tel strong {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    font-size: 22px;
    color: #fff;
}

@media screen and (max-width: 768px) and (min-width: 320px){
	
	

.tel{margin-right:0px;}        
.ico {
	width: 30px;
    height: 30px;
    float: left;
    margin-right: 12px;
	border-radius: 50%;
	margin-top:0px;
	border:1px solid #fff;
	display: flex;
justify-content: center;
align-items: center; 
}
 .tel .wz {
   display:none;
}
.tel strong {
   display:none;
}

.iconfont-tel {
  font-family: "iconfont" !important;
  font-size: 24px !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

	
}

