.STYLE1 {
	font-size: 14px
}

.games {
	transition: .5s;
	margin-right: 4px;
}

.games:hover {
	transform: translateY(-10px);
}

.ver-img {
    width: 100%;
    height: 130px;
    position: relative;
    cursor: pointer;
}
.ver-img img {
	width: 100%;
	height: 150px;
	position: relative;
	cursor: pointer
}

.games {
	float: left;
	width: 270px;
	height: 270px;
	position: relative;
	overflow: hidden;
	margin-right: 18px;
	margin-bottom: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 10px;
	box-sizing: border-box;
	/* border: 2px solid #fff; */
	border-radius: 8px;
	-webkit-box-shadow: 2px 2px 5px rgb(119 119 119 / 40%);
	box-shadow: 2px 2px 5px rgb(119 119 119 / 40%);
}
.ver-list {
    width: 270px;
    height: 199px;
    margin: 0 auto;
    position: relative;
}


.ver-txt {
    width: 100%;
    height: 154px;
    /* background: url(../images/bbbg.jpg) no-repeat; */
    color: #8d0000;
    overflow: hidden;
    background: #ffeeda;
}
.ver-txt span:last-child {
    margin-top: 12px;
    height: 40px;
}
.ver-txt span:first-child {
    margin-top: 29px;
    height: 24px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.ver-txt span:last-child i {
    width: 100px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    border: 1px solid #ff0000;
}
.ver-txt span:last-child a i {
    color: #8d0000;
}


.ver-txt span:last-child a:hover i {
	color: #fff
}
.ver-txt span:last-child a i {
    color: #ffffff;
    font-weight: bold;
    background: #8d0000;
    border: 2px solid #6c0000;
	border-radius: 4px;

}
.body-box-div {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}
.bannerbg {
    background: transparent;
}