
/************** 平台首页 start ******************/
/*页尾提交留言隐藏*/
.footer-section .box .right{
	display: none;
}

/*房源推荐 - start*/
.plate-house-section{
	margin-top: 0.4rem;
}

.plate-house-section .country{
	margin-top: 0.2rem;
	width: 100%;
	padding: 0 0.02rem;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.plate-house-section .country .item{
	margin-left: 0.4rem;
	font-size: 0.18rem;
	cursor: pointer;
}
.plate-house-section .country .item:first-child{
	margin-left: 0;
}
.plate-house-section .country .item.action{
	background-color: var(--blue-color);
	border-radius: 0.04rem;
	padding: 0.04rem 0.08rem;
	color: #FFFFFF;
}
.plate-house-section .house{
	margin-top: 0.4rem;
	width: 100%;
	background-color: #F8F8F8;
	padding: 0.4rem 0;
}
.plate-house-section .house .box{
	display: none;
}
.plate-house-section .house .box:first-child{
	display: block;
}
.plate-house-section .house .box .list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.plate-house-section .house .box .list .item{
	width: calc( (100% - 0.72rem) / 4);
	height: auto;
	background-color: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.1);
	border-radius: 0.08rem;
	margin-bottom: 0.24rem;
	margin-left: 0.238rem;
}
.plate-house-section .house .box .list .item:nth-child(4n-3){
	margin-left: 0;
}
.plate-house-section .house .box .list .item .imgCover{
	width: 100%;
	height: 2.04rem;
	position: relative;
	border-radius: 0.08rem 0.08rem 0 0;
	overflow: hidden;
}
.plate-house-section .house .box .list .item .imgCover img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.08rem 0.08rem 0 0;
	transition: all 0.6s;
}
.plate-house-section .house .box .list .item .imgCover img:hover{
	transform: scale(1.2);
}
.plate-house-section .house .box .list .item .imgCover .tag{
	position: absolute;
	width: auto;
	top: 0.1rem;
	left: 0.1rem;
	background: rgb(0, 0, 0, 0.25);
	border-radius: 0.16rem;
	padding: 0.08rem 0.12rem;
	color: #FFFFFF;
	font-size: 0.16rem;
}
.plate-house-section .house .box .list .item .imgCover .title-01{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.44rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
	color: #FFFFFF;
	font-size: 0.18rem;
	line-height: 0.44rem;
	padding: 0 0.16rem;
}
.plate-house-section .house .box .list .item .info{
	width: 100%;
	color: #666666;
	padding: 0.16rem;
}
.plate-house-section .house .box .list .item .info .adress{
	margin-top: 0.1rem;
	width: 100%;
	height: auto;
	padding-top: 0.1rem;
	font-size: 0.14rem;
	border-top: 0.01rem solid #F0F0F0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.plate-house-section .house .box .list .item .info .adress img,
.plate-house-section .house .box .list .item .info .city img{
	width: 0.14rem;
	height: auto;
	margin-right: 0.04rem;
}
.plate-house-section .house .box .list .item .info .city{
	margin-top: 0.12rem;
	width: 100%;
	height: 0.16rem;
	font-size: 0.16rem;
	display: flex;
	align-items: center;

}
.plate-house-section .house .box .list .item .info .bed{
	width: 100%;
	height: 0.16rem;
	font-size: 0.14rem;
	display: flex;
	align-items: center;
}
.plate-house-section .house .box .list .item .info .bed .from{
	margin-right: 0.5rem;
	font-size: 0.16rem;
	color: #333333;
}
.plate-house-section .house .box .list .item .info .money{
	margin-top: 0.12rem;
	height: 0.22rem;
	display: flex;
	align-items: flex-end;
	font-size: 0.16rem;
}
.plate-house-section .house .box .list .item .info .money .one{
	margin-right: 0.1rem;
}

.plate-house-section .house .box .list .item .info .money .two{
	color: var(--blue-color);
	font-size: 0.2rem;
}
.plate-house-section .house .box .mox-box{
	margin-top: 0.16rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.plate-house-section .house .box .mox-box .a-btn{
	padding: 0.1rem 0.22rem;
	font-size: 0.18rem;
	border: 0.01rem solid #6785FD;
	border-radius: 0.2rem;
	color: #6785FD;
}
/*房源推荐 - end*/

/*所有国家、城市 - start*/
.plate-world-section{
	margin-top: 0.4rem;
}

.plate-world-section .box{
	color: #666666;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.plate-world-section .box .world-list{
	width: calc(100% - 1.2rem);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.plate-world-section .box .world-list .item-box{
	width: 50%;
	margin-bottom: 0.1rem;
}

.plate-world-section .box .world-list .item-box:not(:last-child)::after{
	content: '';
	width: 80%;
	height: 1px;
	display: block;
	border-bottom: 2px solid #F0F0F0;
}
.plate-world-section .box .world-list .item{
	width: 100%;
	display: flex;
	/*align-items: center;*/
	padding: 0.2rem 0 ;
	/*border-bottom: 1px solid #F0F0F0;*/
}
.plate-world-section .box .world-list .item:last-child{
	border-bottom: none;
}
.plate-world-section .box .world-list .item .title-01{
	min-width: 1.2rem;
	height: 0.36rem;
	text-align: center;
	line-height: 0.36rem;
	font-size: 0.18rem;
	border-radius: 0.19rem;
	background-color: #F0F3FF;
	color: var(--country-color);
}

.plate-world-section .box .world-list .item .list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.plate-world-section .box .world-list .item a{
	margin-left: 0.2rem;
	font-size: 0.14rem;
}

.plate-world-section .box .country,
.plate-world-section .box .country .box-m{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.plate-world-section .box .country .box-m{
	display: none;
}
.plate-world-section .box .country .item{
	width: calc( (100% - 0.6rem) / 4);
	height: 2rem;
	margin-bottom: 0.2rem;
	position: relative;
	border-radius: 0.08rem;
	overflow: hidden;
}
.plate-world-section .box .country .item img{
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	object-fit: cover;
	transition: all 0.6s;
}
.plate-world-section .box .country .item img:hover{
	transform: scale(1.2);
}
.plate-world-section .box .country .item .name{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.44rem;
	font-size: 0.12rem;
	color: #FFFFFF;
	border-radius: 0rem 0rem 0.08rem 0.08rem;
	background: rgb(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}
.plate-world-section .box .country .item .name div:first-child{
	font-size: 0.24rem;
	margin-right: 0.08rem;
}

.plate-world-section .box .country .box-pc{
	width: 100%;
	height: 2.7rem;
	overflow: hidden;
}
.plate-world-section .box .country .box-pc .list{
	width: 50000px;
	height: 100%;
}

.plate-world-section .box .country .box-pc .list .item1{
	height: 100%;
	margin-left: 0.2rem;
	border-radius: 0.08rem;
	position: relative;
	display: inline-block;
}

.plate-world-section .box .country .box-pc .list .item1:first-child{
	margin-left: 0;
}

.plate-world-section .box .country .box-pc .list .item1 img{
	object-fit: cover;
	width: 100%;
	height: 0px;
	min-height: 100%;
	border-radius: 0.08rem;
}

.plate-world-section .box .country .box-pc .list .item1 .name{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.4rem;
	border-radius: 0 0 0.08rem 0.08rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
	font-size: 0.12rem;
	line-height: 0.4rem;
	text-align: center;
	color: #FFFFFF;
	display: none;
}

.plate-world-section .box .country .box-pc .list .item1 .name>span:first-child{
	font-size: 0.20rem;
	margin-right: 0.1rem;
}


/*所有国家、城市 - end*/

/*资讯列表 - start*/
.plate-popular-section{
	margin-top: 0.4rem;
	padding: 0.4rem 0;
	background: #F8F8F8;
}

.plate-popular-section .box-01{
	margin-top: 0.4rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.plate-popular-section .box-01>div.item{
	width: calc( (100% - 0.24rem) / 2);
	height: 4.84rem;
}
.plate-popular-section .box-01 .item.left{
	border-radius: 0.08rem;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.1);
	padding: 0.2rem;
	background: #FFFFFF;
}
.plate-popular-section .box-01 .item.left a{
	display: flex;
	flex-direction: column;
}
.plate-popular-section .box-01 .item.left .imgCover{
	position: relative;
	width: 100%;
	height: 3.2rem;
}
.plate-popular-section .box-01 .item.left .imgCover img{
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	object-fit: cover;
}
.plate-popular-section .box-01 .item.left .imgCover .title-01{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.1rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
	color: #FFFFFF;
	font-size: 0.18rem;
	border-radius: 0 0 0.08rem 0.08rem;
}
.plate-popular-section .box-01 .item.left .introduce{
	padding: 0 0.1rem;
	margin-top: 0.2rem;
	font-size: 0.14rem;
	color: #666666;
	height: 0.6rem;
	line-height: 0.2rem;
}
.plate-popular-section .box-01 .item.left .bot{
	margin-top: 0.28rem;
	width: 100%;
	font-size: 0.14rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.plate-popular-section .box-01 .item.left .bot img{
	width: 0.14rem;
	height: auto;
	margin-right: 0.04rem;
}
.plate-popular-section .box-01 .item.left .bot .city{
	color: var(--blue-color);
}
.plate-popular-section .box-01 .item.left .bot .country{
	margin: 0 0.02rem;
}
.plate-popular-section .box-01 .item.left .bot .time{
	margin-left: 0.4rem;
}
.plate-popular-section .box-01 .item.right{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.plate-popular-section .box-01 .item.right a{
	width: 100%;
	height: calc( (100% - 0.24rem) / 2);
	padding: 0.2rem;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.1);
	border-radius: 0.08rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
}
.plate-popular-section .box-01 .item.right a:hover,
.plate-popular-section .box-01 .item.left:hover,
.plate-popular-section .box-02 a:hover{
	box-shadow: 0 0 0.04rem 0.02rem rgba(51,51,51,0.1);
	background: #FFFFFF;
}
.plate-popular-section .box-01 .item.right .imgCover{
	width: 2.4rem;
	height: 100%;
}
.plate-popular-section .box-01 .item.right .imgCover img{
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	object-fit: cover;
}
.plate-popular-section .box-01 .item.right .info{
	width: calc( 100% - 2.4rem);
	height: 100%;
	padding-left: 0.16rem;
	font-size: 0.14rem;
}
.plate-popular-section .box-01 .item.right .info .title-01{
	width: 100%;
	height: 0.52rem;
	line-height: 0.26rem;
	font-size: 0.18rem;
}
.plate-popular-section .box-01 .item.right .info .introduce{
	margin-top: 0.17rem;
	width: 100%;
	height: 0.8rem;
	line-height: 0.2rem;
	color: #666666;
}
.plate-popular-section .box-01 .item.right .info .bot{
	margin-top: 0.2rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.plate-popular-section .box-01 .item.right .info .bot .region{
	display: flex;
	align-items: center;
}
.plate-popular-section .box-01 .item.right .info .bot img,
.plate-popular-section .box-02 .bot img{
	width: 0.14rem;
	height: auto;
	margin-right: 0.04rem;
}
.plate-popular-section .box-01 .item.right .info .bot .country,
.plate-popular-section .box-01 .item.right .info .bot .city,
.plate-popular-section .box-02 .bot .country{
	margin: 0 0.02rem;
	color: var(--blue-color);
}

.plate-popular-section .box-02{
	margin-top: 0.3rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.plate-popular-section .box-02 a{
	width: calc( (100% - 0.5rem) / 3);
	height: 4.76rem;
	padding: 0.2rem;
	border-radius: 0.08rem;
	box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.1);
	margin-left: 0.25rem;
	font-size: 0.14rem;
	background: #FFFFFF;
}
.plate-popular-section .box-02 a:first-child{
	margin-left: 0;
}
.plate-popular-section .box-02 .imgCover{
	width: 100%;
	height: 2.32rem;
}
.plate-popular-section .box-02 .imgCover img{
	width: 100%;
	height: 100%;
	border-radius: 0.08rem;
	object-fit: cover;
}
.plate-popular-section .box-02 .title-01{
	width: 100%;
	padding-top: 0.2rem;
	border-bottom: 0.01rem solid #F0F0F0;
	font-size: 0.18rem;
	height: 0.6rem;
	line-height: 0.33rem;
}
.plate-popular-section .box-02 .introduce{
	margin-top: 0.1rem;
	width: 100%;
	height: 0.8rem;
	line-height: 0.2rem;
	color: #666666;
}
.plate-popular-section .box-02 .bot{
	margin-top: 0.22rem;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: var(--blue-color);
}
.plate-popular-section .box-02 .bot .region{
	display: flex;
	align-items: center;
}
.plate-popular-section .box-02 .bot .time{
	margin-left: 0.4rem;
	color: var(--local-color);
}
/*资讯列表 - end*/

.plate-country-section{
	padding: 0.4rem 0;
	background: #FFFFFF;
}

.plate-country-section .box,
.plate-country-section .box1{
	width: 100%;
}

.plate-country-section .box .item{
	/*width: calc(100% / 6);*/
}

.plate-country-section .title{
	width: 100%;
	font-size: 0.16rem;
	font-weight: 700;
	cursor: pointer;
}

.plate-country-section .title span.real{
	margin: 0 0.08rem;
}

.plate-country-section .xl-img{
	width: 0.16rem;
	height: 0.16rem;
	/*transform: rotate(180deg);*/
}


.plate-country-section .cnty-ul-box{
	width: 100%;
	display: none;
}

.plate-country-section .cnty-ul-box li{
	margin-top: 0.4rem;
}

.plate-country-section .cnty-ul-box li a{
	color: var(--blue-color);
	font-size: 0.14rem;
}

.plate-country-section .cnty-ul-box li a:hover{
	text-decoration: underline !important;
}

@media screen and (max-width:768px) {
	.plate-house-section{
		margin-top: 1rem;
	}

	.plate-house-section .country{
		margin-top: 1rem;
		justify-content: flex-start;
		padding: 0 10px;
		height: 46px;
	}
	.plate-house-section .country .item{
		line-height: 1.8rem;
		margin-left: 1rem;
		font-size: 0.86rem;
	}
	.plate-house-section .country .item.action{
		padding: 0 1rem;
		border-radius: 0.4rem;
	}
	.plate-house-section .house{
		margin-top: 1rem;
		padding: 2rem 0;
	}
	.plate-house-section .house .box{
		width: 100%;
	}
	.plate-house-section .house .box .list{
		flex-wrap: nowrap;
		overflow: auto;
	}

	.plate-house-section .house .box .list .item{
		width: 19.3rem;
		min-width: 19.29rem;
		margin-right: 1rem;
		border-radius: 0.4rem;
		height: auto;
	}
	.plate-house-section .house .box .list .item .imgCover{
		height: 13rem;
	}
	.plate-house-section .house .box .list .item .imgCover img{
		border-radius: 0.4rem 0.4rem 0 0;
	}
	.plate-house-section .house .box .list .item .imgCover .tag{
		top: 1rem;
		left: 1rem;
		padding: 0.5rem 1rem;
		border-radius: 16rem;
		font-size: 0.93rem;
	}
	.plate-house-section .house .box .list .item .imgCover .title-01{
		height: 2.86rem;
		line-height: 2.86rem;
		padding: 0 1rem;
		font-size: 1.07rem;
	}
	.plate-house-section .house .box .list .item .info{
		height: calc( 100% - 14.57rem);
		padding: 0 1rem 1rem;
	}
	.plate-house-section .house .box .list .item .info .adress{
		margin-top: 8px;
		padding-top: 8px;
		font-size: 1rem;
	}
	.plate-house-section .house .box .list .item .info .adress img,
	.plate-house-section .house .box .list .item .info .city img{
		width: 1.14rem;
		height: auto;
		margin-right: 4px;
	}
	.plate-house-section .house .box .list .item .info .city{
		margin-top: 1rem;
		height: 1.57rem;
		font-size: 1rem;
	}
	.plate-house-section .house .box .list .item .info .bed{
		margin-top: 1rem;
		height: 1.43rem;
		font-size: 12px;
	}
	.plate-house-section .house .box .list .item .info .bed .from{
		font-size: 1.14rem;
	}
	.plate-house-section .house .box .list .item .info .money{
		margin-top: 1rem;
		height: 1.57rem;
		font-size: 1.14rem;
	}
	.plate-house-section .house .box .list .item .info .money .one{
		margin-right: 4px;
	}

	.plate-house-section .house .box .list .item .info .money .two{
		font-size: 1.14rem;
	}
	.plate-house-section .house .box .mox-box{
		margin-top: 1rem;
	}
	.plate-house-section .house .box .mox-box .a-btn{
		padding: 0.5rem 2.5rem;
		border-radius: 20rem;
		font-size: 1.07rem;
	}
	/**/
	.plate-world-section .title-1{
		line-height: 3rem;
		font-size: 1.29rem;
	}
	.plate-world-section .box .world-list{
		width: 100%;
	}

	.plate-world-section .box .world-list .item-box{
		width: 100%;
	}
	.plate-world-section .box .world-list .item-box:not(:last-child)::after{
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		border-bottom: 2px solid #F0F0F0;
	}

	.plate-world-section .box .world-list .item{
		padding: 1rem 0;
	}
	.plate-world-section .box .world-list .item .title-01{
		min-width: 7rem;
		height: 1.86rem;
		line-height: 1.86rem;
		padding: 0 10px;
		border-radius: 14rem;
		font-size: 0.93rem;
	}
	.plate-world-section .box .world-list .item a{
		margin-left: 1rem;
		font-size: 0.93rem;
	}
	.plate-world-section .box .country{
		flex-direction: column;
	}
	.plate-world-section .box .country .item{
		margin-top: 1rem;
		width: 100%;
		height: 13.86rem;

	}
	.plate-world-section .box .country .item img{
		border-radius: 0.4rem;
	}
	.plate-world-section .box .country .item .name{
		height: 2.29rem;
		border-radius: 0 0 0.4rem 0.4rem;
		font-size: 0.86rem;
	}
	.plate-world-section .box .country .item .name div:first-child{
		margin-right: 1rem;
		font-size: 1rem;
	}
	/**/
	.plate-popular-section{
		margin-top: 20px;
		padding: 20px 0;
	}

	.plate-popular-section .box-01{
		flex-direction: column;
		margin-top: 10px;
	}
	.plate-popular-section .box-01>div.item{
		width: 100%;
		height: auto;
	}
	.plate-popular-section .box-01 .item.left{
		border-radius: 0.4rem;
		padding: 1rem;
	}
	.plate-popular-section .box-01 .item.left .imgCover{
		height: 15.36rem;
	}
	.plate-popular-section .box-01 .item.left .imgCover img{
		border-radius: 0.4rem;
	}
	.plate-popular-section .box-01 .item.left .imgCover .title-01{
		height: 2.86rem;
		line-height: 2.86rem;
		font-size: 1.07rem;
		padding: 0 1rem;
		border-radius: 0 0 0.4rem 0.4rem;
	}
	.plate-popular-section .box-01 .item.left .introduce{
		height: 6rem;
		line-height: 2rem;
		font-size: 1rem;
	}
	.plate-popular-section .box-01 .item.left .bot{
		font-size: 0.93rem;
	}
	.plate-popular-section .box-01 .item.left .bot img{
		width: 1rem;
		height: auto;
		margin-right: 4px;
	}
	.plate-popular-section .box-01 .item.right a{
		margin-top: 1rem;
		height: 10.86rem;
		padding: 1rem;
		border-radius: 0.4rem;
	}
	.plate-popular-section .box-01 .item.right .imgCover{
		width: 40%;
	}
	.plate-popular-section .box-01 .item.right .imgCover img{
		border-radius: 0.4rem;
	}
	.plate-popular-section .box-01 .item.right .info{
		width: 60%;
		padding-left: 10px;
		font-size: 12px;
	}
	.plate-popular-section .box-01 .item.right .info .title-01{
		height: 3rem;
		line-height: 1.5rem;
		font-size: 1.07rem;
	}
	.plate-popular-section .box-01 .item.right .info .introduce{
		margin-top: 1rem;
		height: 2.6rem;
		line-height: 1.3rem;
		font-size: 0.93rem;
		-webkit-line-clamp: 2;
	}
	.plate-popular-section .box-01 .item.right .info .bot{
		margin-top: 1rem;
	}
	.plate-popular-section .box-01 .item.right .info .bot img,
	.plate-popular-section .box-02 .bot img{
		width: 1rem;
		height: auto;
		margin-right: 4px;
	}
	.plate-popular-section .box-02{
		margin-top: 0;
		flex-direction: column;
	}
	.plate-popular-section .box-02 a{
		width: 100%;
		height: auto;
		padding: 1rem;
		border-radius: 0.4rem;
		margin-top: 1rem;
	}
	.plate-popular-section .box-02 .imgCover{
		height: 15.36rem;
	}
	.plate-popular-section .box-02 .imgCover img{
		border-radius: 0.4rem;
	}
	.plate-popular-section .box-02 .title-01{
		height: auto;
		padding: 1rem 0 8px;
		line-height: 1.5rem;
		font-size: 1.07rem;
	}
	.plate-popular-section .box-02 .introduce{
		margin-top: 1rem;
		height: 6.4rem;
		line-height: 1.6rem;
		font-size: 1rem;
	}
	.plate-popular-section .box-01 .item.right .info .bot .country,
	.plate-popular-section .box-02 .bot .country{
		margin-right: 0.4rem;
	}

	.plate-popular-section .box-02 .bot .time,
	.plate-popular-section .box-02 .bot .region{
		font-size: 0.86rem;
	}
	.plate-popular-section .box-01 .item.right .info .bot .country,
	.plate-popular-section .box-01 .item.left .bot .country,
	.plate-popular-section .box-02 .bot .country{
		display: none;
	}
	.footer-section{
		margin-bottom: 72px;
	}

	.plate-world-section .box .country .box-m{
		display: flex;
	}
	.plate-world-section .box .country .box-pc{
		display: none;
	}

	.plate-country-section{
		padding: 20px 0;
	}

	.plate-country-section .box{
		flex-wrap: wrap;
	}

	.plate-country-section .box .item{
		width: 100%;
		margin-top: 20px;
	}

	.plate-country-section .box .item:first-child{
		margin-top: 0;
	}

	.plate-country-section .title{
		font-size: 14px;
	}

	.plate-country-section .title span.real{
		margin: 0 8px;
	}

	.plate-country-section .xl-img{
		width: 16px;
		height: 16px;
	}

	.plate-country-section .cnty-ul-box li{
		margin-top: 20px;
	}

	.plate-country-section .cnty-ul-box li a{
		font-size: 12px;
	}

}