
body{
	background:url(../images/pic_abroad_bg.png) no-repeat center;
	background-size:7.5rem 2.16rem;
	background-position-y: 3.5rem
}

/*热门推荐*/
.abroad_tj ul{
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;

}
.abroad_tj ul li{
	width: 3.38rem;
	background: #f2f2f2;
	border: 1px #e5e5e5 solid;
	position: relative;
	margin-top: 0.1rem;
}
.abroad_tj ul li img{
	display: block;
	width: 100%;
	height: 45.5%;
}
.abroad_tj ul li h1{
	color: #2577e3;
	font-size: 0.24rem;
	font-weight: bold;
	margin-top: 0.2rem;
}
.abroad_tj ul li h2{
	margin-top: 0.1rem;
	font-size: 0.2rem;
	color: #fd521d;
}
.abroad_tj ul li p{
	margin-top: 0.1rem;
	line-height: 0.3rem;
	font-size: 0.18rem;
	color: #333;
}
.abroad_tj ul li p span{
	color: #666;
	font-size: 0.16rem;
}
.abroad_tj .abroad_l{
	margin-left: 0.15rem;
	margin-bottom: 0.2rem;
}

.abroad_tj .abroad_tj1 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.12rem;
	height: 1.12rem;
}

.abroad_footer ul{
	display: flex;
	width: 3.5rem;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.abroad_footer ul li{
	border: 1px #e5e5e5 solid;
	padding:0.05rem;
}
.abroad_footer ul li h1{
	font-size: 0.2rem;
	text-align: center;
	color: #808080;
}
.abroad_footer ul li span{
	font-size: 0.2rem;
	text-align: center;
	color: #808080;
}
.abroad_footer ul li:hover h1{
	color: white;
}
.abroad_footer ul li:hover span{
	color: white;
}
.abroad_footer ul li:hover {
	background: #2577e3;
}
