
/************** 平台首页 start ******************/
/*页尾提交留言隐藏*/
.footer-section .box .right{
	display: none;
}

@media screen and (min-width: 1024px) {
	/*页面公共样式*/
	.home-scrollable-div{
		margin-top: 100vh;
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}

	/*总首页*/
	.plate-house-section{
		padding-top: 2.86rem;
		background: #FFFFFF;
	}
	.plate-house-section .country{
		margin-top: 2.86rem;
		width: 100%;
		height: 3.42rem;
		overflow: auto;
		display: flex;
		align-items: center;
		border-bottom: 2px solid #EBEBEB;
	}
	.plate-house-section .country .item{
		margin-left: 2.86rem;
		height: 100%;
		font-size: 1.28rem;
		padding: 0 .58rem;
		color: #333333;
		cursor: pointer;
	}
	.plate-house-section .country .item:first-child{
		margin-left: 0;
	}
	.plate-house-section .country .item:hover{
		color:  #6785FD;
	}
	.plate-house-section .country .item.action{
		color: #6785FD;
		border-bottom: .28rem solid #6785FD;
	}
	.plate-house-section .house{
		margin-top: 2.86rem;
		width: 100%;
		background-color: #F8F8F8;
		padding: 2.86rem 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% - 6rem) / 4);
		height: auto;
		background-color: #FFFFFF;
		box-shadow: 0 2px 4px 0 rgba(153,153,153,0.102);
		border-radius: .58rem;
		margin-bottom: 1.72rem;
		margin-left: 2rem;
	}
	.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: 14.58rem;
		position: relative;
		border-radius: .58rem .58rem 0 0;
		overflow: hidden;
	}
	.plate-house-section .house .box .list .item .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: .58rem .58rem 0 0;
		transition: transform 0.8s ease; /* 调整过渡效果的速度 */
	}
	.plate-house-section .house .box .list .item:hover .imgCover img{
		transform: scale(1.1);
	}
	.plate-house-section .house .box .list .item .imgCover .tag{
		position: absolute;
		width: auto;
		top: .72rem;
		left: .72rem;
		background: rgb(0, 0, 0, 0.25);
		border-radius: 1.14rem;
		padding: .58rem .86rem;
		color: #FFFFFF;
		font-size: 1.14rem;
	}
	.plate-house-section .house .box .list .item .imgCover .title-01{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 3.14rem;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
		color: #FFFFFF;
		font-size: 1.28rem;
		line-height: 3.14rem;
		padding: 0 1.14rem;
	}
	.plate-house-section .house .box .list .item .info{
		width: 100%;
		color: #666666;
		padding: 1.14rem;
	}
	.plate-house-section .house .box .list .item .info .adress{
		margin-top: .72rem;
		width: 100%;
		height: auto;
		padding-top: .72rem;
		font-size: 1rem;
		border-top: 1px 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: 1rem;
		height: auto;
		margin-right:4px;
	}
	.plate-house-section .house .box .list .item .info .city{
		margin-top: .86rem;
		width: 100%;
		height: 1.14rem;
		font-size: 1.14rem;
		display: flex;
		align-items: center;

	}
	.plate-house-section .house .box .list .item .info .bed{
		width: 100%;
		height: 1.14rem;
		font-size: 1rem;
		display: flex;
		align-items: center;
	}
	.plate-house-section .house .box .list .item .info .bed .from{
		margin-right: 3.56rem;
		font-size: 1.14rem;
		color: #333333;
	}
	.plate-house-section .house .box .list .item .info .money{
		margin-top: .86rem;
		height: 1.56rem;
		display: flex;
		align-items: flex-end;
		font-size: 1.14rem;
	}
	.plate-house-section .house .box .list .item .info .money .one{
		margin-right: .72rem;
	}

	.plate-house-section .house .box .list .item .info .money .two{
		color: #333333;
		font-size: 1.42rem;
	}
	.plate-house-section .house .box .mox-box{
		margin-top: 1.14rem;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.plate-house-section .house .box .mox-box .a-btn{
		padding: .72rem 1.56rem;
		font-size: 1.28rem;
		border: 1px solid #6785FD;
		border-radius: 1.42rem;
		color: #6785FD;
	}
	.plate-adu-lb{
		width: 100%;
		height: 21.44rem;
	}
	.plate-adu-lb #lbtDemo{
		height: 100%;
	}
	.plate-adu-lb #lbtDemo .carousel-item{
		height: 21.44rem;
	}
	.plate-adu-lb #lbtDemo .carousel-item a{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.plate-adu-lb #lbtDemo .carousel-item a img.banner{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption{
		height: 100%;
		text-align: left;
		padding-top: 0;
		padding-bottom: 0;
		left: 15.29rem;
		right: 15.29rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .title{
		font-weight: 800;
		font-size: 2.57rem;
		color: #FFFFFF;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .desc{
		margin-top: 1.86rem;
		font-weight: 400;
		font-size: 1.71rem;
		color: #FFFFFF;
	}

	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc{
		margin-top: 2.36rem;
		width: 14.79rem;
		height: 4rem;
		background: #FFFFFF;
		border-radius: 2rem;
		text-align: center;
		line-height: 4rem;
		font-size: 1.71rem;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc1{
		color: #272745;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc2{
		color: #344B60;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc:hover{
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc1:hover{
		background: #272745;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc2:hover{
		background: #344B60;
	}

	.plate-world-section{
		padding: 2.86rem 0;
	}
	.plate-world-section .world-list{
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.plate-world-section .world-list .item{
		width: 50%;
		padding: 2.86rem 0;
		display: flex;
		border-bottom: 1px solid #F0F0F0;
		font-size: 1.42rem;
	}
	.plate-world-section .world-list .item:last-child{
		border-bottom: none;
	}
	.plate-world-section .world-list .item .name{
		min-width: 10rem;
		padding: 0 .72rem;
		height: 2.56rem;
		text-align: center;
		line-height: 2.56rem;
		border-radius: 1.28rem;
		background-color: #F0F3FF;
		color: #6785FD;
	}
	.plate-world-section .world-list .item .name:hover{
		background: #6785FD;
		color: #FFFFFF;
	}
	.plate-world-section .world-list .item .list{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.plate-world-section .world-list .item a{
		margin-left: 2.86rem;
	}
	.plate-world-section .world-list .item a:nth-child(n+5) {
		display: none;
	}
	.plate-world-section .turn-box{
		display: flex;
		justify-content: flex-end;
	}
	.plate-world-section .turn-box .box{
		width: 5.56rem;
		height: 2.42rem;
		background: rgba(100, 100, 100, .3);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 .72rem;
		border-radius: 4px;
	}
	.plate-world-section .turn-box .box img{
		width: 1.5rem;
		cursor: pointer;
	}
	.plate-world-section .country{
		margin-top: .72rem;
		 width: 100%;
		 display: flex;
		 flex-wrap: wrap;
		 align-items: center;
	}
	.plate-world-section .country .list{
		width: 100%;
		display: none;
		align-items: center;
	}
	.plate-world-section .country .list .item{
		width: calc( (100% - 5.72rem) / 3);
		margin-left: 2.86rem;
		height: 19.28rem;
		position: relative;
		border-radius: .58rem;
		overflow: hidden;
		transition: transform 0.5s ease, box-shadow 0.5s ease; /* 调整过渡效果的速度 */
	}
	.plate-world-section .country .list .item:hover {
		transform: scale(1.05); /* 鼠标悬停时放大 */
		box-shadow: 0 10px 20px rgba(51,51,51,0.2); /* 鼠标悬停时添加阴影效果 */
	}
	.plate-world-section .country .list .item:first-child{
		margin-left: 0;
	}
	.plate-world-section .country .list .item img.homeBanner{
		width: 100%;
		height: 100%;
		border-radius: .58rem;
		object-fit: cover;
	}
	.plate-world-section .country .list .item .name-bg{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 3.14rem;
		font-size: .86rem;
		color: #FFFFFF;
		border-radius: 0 0 .58rem .58rem;
		background: linear-gradient( 180deg, rgba(0,0,0,0.098) 0%, rgba(0,0,0,0.749) 100%);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.plate-world-section .country .list .item .name{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.plate-world-section .country .list .item .name span:first-child{
		font-size: 1.72rem;
	}
	.plate-world-section .country .list .item .name span:nth-child(2){
		font-size: .86rem;
		margin: 0 .72rem;
	}
	.plate-world-section .country .list .item .name .icon{
		width: .58rem;
	}
	.plate-popular-section{
		padding: 2.86rem 0;
		background: #F8F8F8;
	}

	.plate-popular-section .box-01{
		margin-top: 2.86rem;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.plate-popular-section .box-01>div.item{
		width: calc( (100% - 1.72rem) / 2);
		height: 34.56rem;
	}
	.plate-popular-section .box-01 .item.left{
		border-radius: .58rem;
		box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
		padding: 1.42rem;
		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: 22.86rem;
	}
	.plate-popular-section .box-01 .item.left .imgCover img{
		width: 100%;
		height: 100%;
		border-radius: .58rem;
		object-fit: cover;
	}
	.plate-popular-section .box-01 .item.left .imgCover .title-01{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2.86rem;
		line-height: 2.86rem;
		padding: 0 .72rem;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
		color: #FFFFFF;
		font-size: 1.28rem;
		border-radius: 0 0 .58rem .58rem;
	}
	.plate-popular-section .box-01 .item.left .introduce{
		padding: 0 .72rem;
		margin-top: 1.42rem;
		font-size: 1rem;
		color: #666666;
		height: 4.28rem;
		line-height: 1.42rem;
	}
	.plate-popular-section .box-01 .item.left .bot{
		margin-top: 2rem;
		width: 100%;
		font-size: 1rem;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.plate-popular-section .box-01 .item.left .bot img{
		width: 1rem;
		height: auto;
		margin-right: 4px;
	}
	.plate-popular-section .box-01 .item.left .bot .country{
		margin: 0 2px;
	}
	.plate-popular-section .box-01 .item.left .bot .time{
		margin-left: 2.86rem;
	}
	.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% - 1.72rem) / 2);
		padding: 1.42rem;
		box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
		border-radius: .58rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #FFFFFF;
		transition: transform 0.3s ease, box-shadow 0.3s ease; /* 调整过渡效果的速度 */
	}
	.plate-popular-section .box-01 .item.right a:hover,
	.plate-popular-section .box-01 .item.left:hover,
	.plate-popular-section .box-02 a:hover{
		background-color: #F4F6FF;
	}
	.plate-popular-section .box-01 .item.right .imgCover{
		width: 17.14rem;
		height: 100%;
	}
	.plate-popular-section .box-01 .item.right .imgCover img{
		width: 100%;
		height: 100%;
		border-radius: .58rem;
		object-fit: cover;
	}
	.plate-popular-section .box-01 .item.right .info{
		width: calc( 100% - 17.14rem);
		height: 100%;
		padding-left: 1.14rem;
		font-size: 1rem;
	}
	.plate-popular-section .box-01 .item.right .info .title-01{
		width: 100%;
		height: 3.72rem;
		line-height: 1.86rem;
		font-size: 1.28rem;
	}
	.plate-popular-section .box-01 .item.right .info .introduce{
		margin-top: 1.14rem;
		width: 100%;
		height: 5.72rem;
		line-height: 1.42rem;
		color: #666666;
	}
	.plate-popular-section .box-01 .item.right .info .bot{
		margin-top: 1.42rem;
		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: 1rem;
		height: auto;
		margin-right:4px;
	}
	.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 2px;
	}

	.plate-popular-section .box-02{
		margin-top: 2.14rem;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.plate-popular-section .box-02 a{
		width: calc( (100% - 3.56rem) / 3);
		height: 34rem;
		padding: 1.42rem;
		border-radius: .58rem;
		box-shadow: 0 2px 4px 0 rgba(153, 153, 153, 0.1);
		margin-left: 1.78rem;
		font-size: 1rem;
		background: #FFFFFF;
	}
	.plate-popular-section .box-02 a:first-child{
		margin-left: 0;
	}
	.plate-popular-section .box-02 .imgCover{
		width: 100%;
		height: 16.56rem;
	}
	.plate-popular-section .box-02 .imgCover img{
		width: 100%;
		height: 100%;
		border-radius: .58rem;
		object-fit: cover;
	}
	.plate-popular-section .box-02 .title-01{
		width: 100%;
		padding-top: 1.42rem;
		border-bottom: 1px solid #F0F0F0;
		font-size: 1.28rem;
		height: 4.28rem;
		line-height: 2.36rem;
	}
	.plate-popular-section .box-02 .introduce{
		margin-top: .72rem;
		width: 100%;
		height: 5.72rem;
		line-height: 1.42rem;
		color: #666666;
	}
	.plate-popular-section .box-02 .bot{
		margin-top: 1.56rem;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.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);
	}
	.plate-country-section{
		padding: 2.86rem 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: 1.14rem;
		font-weight: 700;
		cursor: pointer;
	}
	.plate-country-section .title span.real{
		margin: 0 .58rem;
	}
	.plate-country-section .xl-img{
		width: 1.14rem;
		height: 1.14rem;
		/*transform: rotate(180deg);*/
	}
	.plate-country-section .cnty-ul-box{
		width: 100%;
		display: none;
	}
	.plate-country-section .cnty-ul-box li{
		margin-top: 2.86rem;
	}
	.plate-country-section .cnty-ul-box li a{
		color: var(--blue-color);
		font-size: 1rem;
	}
	.plate-country-section .cnty-ul-box li a:hover{
		text-decoration: underline !important;
	}

	.agent-management{
		width: 100%;
		padding: 2.86rem 0;
		background: #F4F6FF;
	}
	.agent-management .box{
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
	}
	.agent-management .item{
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
	.agent-management .item .name{
		font-size: 2.28rem;
		/*font-weight: 700;*/
	}
	.agent-management .item .desc{
		font-weight: 400;
		font-size: 2rem;
		color: #999999;
	}
	.agent-management .item .desc1{
		margin-top: 3.58rem;
	}
	.agent-management .item .btn-box {
		margin-top: 3.56rem;
		height: 3.18rem;
		background: #6785FD;
		padding: 0 1.42rem;
		border-radius: 21.42rem;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		font-size: 2rem;
	}
	.agent-management .item .btn-box img{
		margin-left: .72rem;
		width: .86rem;
	}

	.agent-management .item.left{
		padding-left: 7.14rem;
	}
	.agent-management .item.right img{
		height: 45.42rem;
	}
}

@media screen and (min-width: 350px) and (max-width: 999px){
	.home-scrollable-div{
		margin-top: calc(40vh + 52px);
		width: 100%;
		height: auto;
		background: #FFFFFF;
	}
	/*总首页*/
	.plate-house-section{
		padding-top: 16px;
		background: #FFFFFF;
	}
	.plate-house-section .country {
		margin-top: .7rem;
		width: 100%;
		height: 36px;
		overflow: auto;
		display: flex;
		align-items: center;
		border-bottom: .02rem solid #EBEBEB;
	}
	.plate-house-section .country::-webkit-scrollbar {
		display: none;
	}
	.plate-house-section .country .item {
		margin-left: 1.2rem;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		padding: 0 8px;
		color: #333333;
		white-space: nowrap;
	}
	.plate-house-section .country .item:first-child{
		margin-left: 0;
	}
	.plate-house-section .country .item.action {
		color: #6785FD;
		border-bottom: .04rem solid #6785FD;
	}
	.plate-house-section .house {
		margin-top: 16px;
		width: 100%;
		background-color: #F8F8F8;
	}
	.plate-house-section .house .box {
		display: none;
	}
	.plate-house-section .house .box:first-child {
		display: block;
	}
	.plate-house-section .house .box .list {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.plate-house-section .house .box .list .item {
		margin-top: 16px;
		width: 19.3rem;
		min-width: 100%;
		height: auto;
		background-color: #FFFFFF;
		box-shadow: 0 0.02rem 0.04rem 0 rgba(153,153,153,0.102);
		border-radius: .4rem;
	}
	.plate-house-section .house .box .list .item:first-child{
		margin-left: 0;
	}
	.plate-house-section .house .box .list .item .imgCover {
		width: 100%;
		height: 13rem;
		position: relative;
		border-radius: .4rem .4rem 0 0;
		overflow: hidden;
	}
	.plate-house-section .house .box .list .item .imgCover img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: .08rem .08rem 0 0;
		transition: all .6s;
	}
	.plate-house-section .house .box .list .item .imgCover .title-01 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 44px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.75) 100%);
		color: #FFFFFF;
		font-size: 18px;
		line-height: 44px;
		padding: 0 8px;
	}
	.plate-house-section .house .box .list .item .info {
		width: 100%;
		color: #666666;
		padding: 1rem;
	}
	.plate-house-section .house .box .list .item .info .bed {
		width: 100%;
		height: 1.43rem;
		display: flex;
		align-items: center;
	}
	.plate-house-section .house .box .list .item .info .money {
		margin-top: 14px;
		height: 20px;
		display: flex;
		align-items: flex-end;
		font-size: 14px;
	}
	.plate-house-section .house .box .list .item .info .money .one {
		margin-right: 10px;
	}
	.plate-house-section .house .box .list .item .info .money .two {
		color: #333333;
		font-size: 18px;
	}
	.plate-house-section .house .box .list .item .info .adress {
		margin-top: 14px;
		width: 100%;
		height: auto;
		padding-top: 8px;
		font-size: 14px;
		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{
		width: 14px;
		height: auto;
		margin-right: 4px;
	}
	.plate-adu-lb{
		width: 100%;
		height: 21.44rem;
	}
	.plate-adu-lb #lbtDemo{
		height: 100%;
	}
	.plate-adu-lb #lbtDemo .carousel-item{
		height: 21.44rem;
	}
	.plate-adu-lb #lbtDemo .carousel-item a{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.plate-adu-lb #lbtDemo .carousel-item a img.banner{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption{
		height: 100%;
		text-align: left;
		padding-top: 0;
		padding-bottom: 0;
		left: 1rem;
		right: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .title{
		font-weight: 800;
		font-size: 1.46rem;
		color: #FFFFFF;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .desc{
		margin-top: 1.86rem;
		font-weight: 400;
		font-size: 1rem;
		color: #FFFFFF;
	}

	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc{
		margin-top: 2.36rem;
		width: 8rem;
		height: 3rem;
		background: #FFFFFF;
		border-radius: 2rem;
		text-align: center;
		line-height: 3rem;
		font-size: 1rem;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc1{
		color: #272745;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc2{
		color: #344B60;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc:hover{
		color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc1:hover{
		background: #272745;
	}
	.plate-adu-lb #lbtDemo .carousel-item a .carousel-caption .btn-desc2:hover{
		background: #344B60;
	}
	.plate-world-section {
		padding: 16px 0;
	}
	.plate-world-section .main-title{
		display: none;
	}
	.plate-world-section .world-list {
		width: 100%;
		/*display: flex;*/
		align-items: center;
		flex-wrap: wrap;
		display: none;
	}
	.plate-world-section .world-list .item {
		width: 100%;
		padding: 16px 0;
		display: flex;
		flex-direction: column;
		border-bottom: 1px solid #F0F0F0;
		font-size: 14px;
	}
	.plate-world-section .world-list .item:last-child{
		border-bottom: 0;
	}
	.plate-world-section .world-list .item .name {
		width: 100%;
		padding: 0 4px;
		height: 36px;
		text-align: center;
		line-height: 36px;
		border-radius: 4px;
		background-color: #F0F3FF;
		color: #6785FD;
	}
	.plate-world-section .world-list .item .list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.plate-world-section .world-list .item a {
		margin-top: 16px;
		margin-left: 16px;
	}
	.plate-world-section .turn-box {
		display: flex;
		justify-content: flex-end;
	}
	.plate-world-section .turn-box .box {
		width: 60px;
		height: 28px;
		background: rgba(100, 100, 100, .3);
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 8px;
		border-radius: 4px;
	}
	.plate-world-section .turn-box .box img {
		width: 14px;
	}
	.plate-world-section .country {
		margin-top: 16px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.plate-world-section .country .list {
		width: 100%;
		display: none;
		flex-wrap: wrap;
		align-items: center;
	}
	.plate-world-section .country .list .item {
		width: calc((100% - 10px) / 2);
		margin-left: 10px;
		height: 100px;
		position: relative;
		border-radius: 4px;
		overflow: hidden;
	}
	.plate-world-section .country .list .item:nth-child(3){
		margin-top: 16px;
		width: 100%;
	}
	.plate-world-section .country .list .item:first-child,
	.plate-world-section .country .list .item:nth-child(3) {
		margin-left: 0;
	}
	.plate-world-section .country .list .item img.homeBanner {
		width: 100%;
		height: 100%;
		border-radius: 4px;
		object-fit: cover;
	}
	.plate-world-section .country .list .item .name-bg {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 32px;
		font-size: 12px;
		color: #FFFFFF;
		border-radius: 0 0 4px 4px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.098) 0%, rgba(0, 0, 0, 0.749) 100%);
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.plate-world-section .country .list .item .name {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.plate-world-section .country .list .item .name span:first-child {
		font-size: 18px;
	}
	.plate-world-section .country .list .item .name span:nth-child(2) {
		font-size: 12px;
		margin: 0 4px;
	}
	.plate-world-section .country .list .item .name .icon {
		width: 8px;
	}
	.agent-management {
		width: 100%;
		padding: 16px 0;
		background: #F4F6FF;
	}
	.agent-management .box {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.agent-management .item {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.agent-management .item .name {
		font-size: 20px;
		font-weight: 700;
	}
	.agent-management .item .desc {
		font-weight: 400;
		font-size: 14px;
		color: #999999;
	}
	.agent-management .item .desc1 {
		margin-top: 16px;
	}
	.agent-management .item .btn-box {
		margin-top: 16px;
		height: 32px;
		background: #6785FD;
		padding: 0 16px;
		border-radius: 16px;
		display: flex;
		align-items: center;
		color: #FFFFFF;
		font-size: 14px;
	}
	.agent-management .item .btn-box img {
		margin-left: 10px;
		width: 10px;
	}
	.agent-management .item.right img {
		width: 100%;
	}
	.plate-popular-section{
		background: #F8F8F8;
		padding: 16px 0;
	}
	.plate-popular-section .box-01{
		display: flex;
		flex-direction: column;
	}
	.plate-popular-section .box-01>div.item{
		width: 100%;
		height: auto;
	}
	.plate-popular-section .box-01 .item.left{
		margin-top: 16px;
		border-radius: 8px;
		padding: 16px;
		background: #FFFFFF;
	}
	.plate-popular-section .box-01 .item.left .imgCover{
		position: relative;
		height: 15.36rem;
	}
	.plate-popular-section .box-01 .item.left .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.plate-popular-section .box-01 .item.left .imgCover .title-01{
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient( 180deg, rgba(0,0,0,0.102) 0%, rgba(0,0,0,0.749) 100%);
		width: 100%;
		height: 44px;
		line-height: 44px;
		font-size: 18px;
		color: #FFFFFF;
		padding: 0 8px;
		border-radius: 0 0 8px 8px;
	}
	.plate-popular-section .box-01 .item.left .introduce{
		margin-top: 16px;
		height: 60px;
		line-height: 20px;
		font-size: 14px;
	}
	.plate-popular-section .box-01 .item.left .bot{
		margin-top: 16px;
		display: flex;
		align-items: center;
		font-size: 12px;
	}
	.plate-popular-section .box-01 .item.left .bot img{
		width: 12px;
		margin-right: 4px;
	}
	.plate-popular-section .box-01 .item.right a{
		margin-top: 16px;
		width: 100%;
		height: 10.86rem;
		padding: 16px;
		border-radius: 8px;
		background: #FFFFFF;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.plate-popular-section .box-01 .item.right .imgCover{
		width: 40%;
		height: 100%;
	}
	.plate-popular-section .box-01 .item.right .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.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: 20px;
		line-height: 20px;
		font-size: 16px;
	}
	.plate-popular-section .box-01 .item.right .info .introduce{
		margin-top: 16px;
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		-webkit-line-clamp: 2;
	}
	.plate-popular-section .box-01 .item.right .info .bot{
		margin-top: 16px;
		display: flex;
		align-items: center;
	}
	.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{
		width: 12px;
		margin-right: 4px;
	}
	.plate-popular-section .box-01 .item.right .info .bot .time{
		margin-left: 4px;
	}
	.plate-popular-section .box-02 a{
		width: 100%;
		height: auto;
		padding: 16px;
		border-radius: 8px;
		margin-top: 16px;
		background: #FFFFFF;
		display: flex;
		flex-direction: column;
	}
	.plate-popular-section .box-02 .imgCover{
		width: 100%;
		height: 15.36rem;
	}
	.plate-popular-section .box-02 .imgCover img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 8px;
	}
	.plate-popular-section .box-02 .title-01{
		margin-top: 16px;
		height: 40px;
		line-height: 20px;
		font-size: 18px;
	}
	.plate-popular-section .box-02 .introduce{
		margin-top: 16px;
		height: 80px;
		line-height: 20px;
		font-size: 14px;
	}
	.plate-popular-section .box-02 .bot{
		margin-top: 16px;
		display: flex;
		align-items: center;
	}
	.plate-popular-section .box-02 .bot .region{
		display: flex;
		align-items: center;
	}
	.plate-popular-section .box-02 .bot img{
		width: 12px;
		margin-right: 4px;
	}
	.plate-popular-section .box-02 .time{
		margin-left: 8px;
	}
	.plate-country-section{
		padding: 16px 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;
		font-weight: 700;
	}
	.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;
	}

	.footer-section{
		margin-bottom: 72px;
	}
}