﻿﻿body{
	padding: 0;
	margin: 0;
}
.container{
	width: 85%;
	margin: 0 auto;
}
.header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0;
}
.header img{
	width: 30px;
	height: 30px;
}
.header .txt{
	font-weight: 500;
	color: #28d094;
	font-size: 22px;
	margin-left: 10px;
}
.topbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.topbox .left{
	padding: 15px;
	width: 58%;
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 20px 8px rgb(199 199 199 / 10%);
	-moz-box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.1);
	box-shadow: 5px 5px 20px 8px rgb(199 199 199 / 10%);
	margin-right: 2%;
	box-sizing: border-box;
}
.swiper-container{
	border-radius: 20px;
}
.swiper-slide{
	height: 450px;
}
.swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 2px solid #ffffff;
	object-fit: cover;
	vertical-align: middle;
}
.topbox .right{
	color: #616161de;
	padding: 15px;
	width: 40%;
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 20px 8px rgb(199 199 199 / 10%);
	-moz-box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.1);
	box-shadow: 5px 5px 20px 8px rgb(199 199 199 / 10%);
	box-sizing: border-box;
}
.right .btn{
	display: block;
	background: #28d094;
	color: #FFF;
	text-align: center;
	padding: 8px 10px;
	border-radius: 6px;
	cursor: pointer;
	margin-top: 20px;
}
.topbox .right .title{
	font-size: 20px;
	letter-spacing:3px;
	font-weight: bolder;
	margin-bottom: 10px;
}
.btmbox .title{
	font-size: 20px;
	letter-spacing:3px;
	font-weight: bolder;
	padding: 20px 0;
}
.accounts{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.accounts .item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #FFFFFF;
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 20px 8px rgb(199 199 199 / 10%);
	-moz-box-shadow: 5px 5px 20px 8px rgba(199,199,199,0.1);
	box-shadow: 5px 5px 20px 8px rgb(199 199 199 / 10%);
	overflow: hidden;
}
@media (min-width: 961px) {
	.accounts .item:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 961px) {
	.topbox .left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.topbox .right{
		width: 100%;
	}
	.accounts .item{
		width: 49%;
	}
	.accounts .item:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width: 670px) {
	.accounts .item{
		width: 100%;
		margin-right: 0;
	}
}