.titleoneen{
	letter-spacing: 2px;
} 
@-webkit-keyframes uplattile {
      	0% {
             margin-top:0.67rem;
        }
        100% {
             margin-top:0px;
        }
}
 
@keyframes uplattile {
        0% {
             margin-top:0.67rem;
        }
        100% {
             margin-top:0px;
        }
}

.floatdiv{
	/*border:1px solid red;*/
	height:3.99rem;
    -webkit-animation: uplattile 0.6s linear 1 forwards;
	animation: uplattile 0.6s linear 1 forwards;
}
.floatdiv-1,.floatdiv-2{
	position: relative;
	background-color: #E4E6E9;
	height: 3.86rem;
}
.floatdivimg1{
	position: absolute;
	bottom: 0.5rem;
}
.floatdivimg2{
	position: absolute;
	bottom: 0.7rem;
}
.floatdiv-1 img{
	
	height:3.06rem;
	cursor: pointer;
	transition: all 0.6s;
}
.floatdiv-2 img{
	height:2.53rem;
	cursor: pointer;
	transition: all 0.6s;
}
.floatdiv img:hover{
	transform: scale(1.2);
}
.text-bt-box{
	position: absolute;
	height:0.8rem;
	bottom: 0;
}
.text-bt-box-2{
	margin-top: -0.4rem;
}
.floatdiv-txt-box{
	padding:0 0.4rem;
	/*position: absolute;*/
	bottom: 0;
}
.btbox{
	bottom:0;
	height:0.8rem;
}
.rightIconborder{
	position: absolute;
	bottom: 0;
	right:0;
}
.floatdiv-title{
	color: #3E3E3E;
	font-size: 0.27rem;
	font-weight: 700;
}
.floatdiv-text{
	color: #0061AE;
	font-size: 0.22rem;
	font-weight: 700;
}

