 .show-url {
	 margin-right:1rem;
     font-size: 3rem;
     font-weight: bold;
     font-family: '微软雅黑';
     letter-spacing: .2rem;
     color: #f00;
     line-height: 2;
     word-spacing: 5px;
 }
 
 .change-url {
    display: inline-block;
    text-align: center;
    width: 2rem; /* Giảm kích thước của "tv" */
    color: #ffff00;
    margin-right: 5px;
}

.show-url span:nth-child(2) {
    margin-right: 0.5rem; /* Thêm khoảng cách sau "gg" */
}