.xencio-contact {
  right: 100px!important;
}

.x-contact-us-icon-text {
 font-size: 20px;
  padding-left:5px;
  width: 120px;
}

@media (max-width: 600px) {
  .xencio-contact {
    right: 10px!important;
    top: 70px!important;
    
  }
  .xencio-contact-info {
     top: 50px!important;
     margin-right : 0px!important;
  }
}

.x-bank-info {
    margin-top: 0px;
    width: 100%;
    height: 700px;
    border: 0;
}

.x-bank-div1 {
   margin-left: -50px;
   width: 1100px;
}


div.x-nextbank{
    position: absolute;
    top: 0px;

}

div.x-nextbank-normal{
	left: 400px;
}


div.x-nextbank-vertical-right{
	position: fixed;
	top: 275px;
    right: 50px;
	z-index: 5;
}

div.x-nextbank-vertical-left{
	position: fixed;
	top: 275px;
    left: 50px;
	z-index: 5;
}

div.x-nextbank-fixed{
    position: fixed;
    top: 100px;
    z-index: 5;
}

div.x-nextbank img.x-normal {
    width: 400px;
    cursor: pointer;
}

div.x-nextbank img.x-vertical {
    height: 400px;
    cursor: pointer;
}

div.x-nextbank img{
	border-radius: 5px;
	opacity: 1;
	transition: all 0.6s;
}

div.x-nextbank:hover img {
	opacity: 0.9;
	transform: scale(1.025);
}

div.x-nextbank div.x-next-bank-close{
	opacity: 0.9;
    transition: opacity 1s;
    overflow: hidden; 
	background: #f8f8f8;
    position: absolute;
    right:5px;
    top: 5px;
    border-radius: 15px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    width: 25px;
    height: 25px;
}
div.x-nextbank:hover div.x-next-bank-close{

	opacity: 1;
}

div.x-nextbank div.x-next-bank-close img{
	margin-top: 2px;
	transform: scale(0.9);
}


div.x-next-bank-text{
    overflow: hidden; 
    position: absolute;
    left:81px;
    top: 55px;
    z-index: 5;
    text-align: left;
    width: 120px;
    height: 25px;
	opacity: 0.9;
	transition: transform 0.5s linear; /* 定义动画时间和缓动函数 */
    transform: translateY(0); /* 初始状态，元素在原位 */
}


div.x-nextbank:hover div.x-next-bank-text {
	 transform: translateY(-2px);
}

div.x-next-bank-text span{
	font-size: 13.5px;
    letter-spacing: 1px;
    font-weight: 550;
	color: #96daf7;
}

@media (max-width: 600px) {
	div.x-nextbank {
		display:none;
	}
}