#app {
	background-size: cover;
}

a:hover {
	text-decoration: none;
}

.footer {
	background-color: #292929;
	color: white;
	height: 80px;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	user-select: none;
}

.header {
	background-color: #292929;
	color: white;
	height: 104px;
	text-align: center;
	line-height: 104px;
	font-size: 16px;
	user-select: none;
}

.logo {
	width: 120px;
	height: 68px;
}

.footer-span2 {
	display: inline-block;
	margin-left: 28px;
}

.form-title {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 22px;
	color: #292929;
	opacity: 1;
	padding-top: 30px;
	padding-bottom: 39px;
	text-align: center;
}

.form-label {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 25px;
	color: #383838;
	opacity: 1;
}

.form-custom {
	width: 460px;
	height: 341px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	opacity: 1;
	border-radius: 10px;
}

.content {
	width: 1080px;
	min-height:975px ;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0.95;
	padding: 71px 56px 71px 67px;
	margin: 0 auto;

}

.match_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.match_photo {
	display: grid;
	grid-template-columns: 185px 185px 185px 185px 185px;
	grid-row-gap: 8px;
	grid-column-gap: 8px;
	margin-top: 20px;
}

.match_photo_img {
	width: 185px;
	height: 185px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #707070;
	object-fit: cover;
	opacity: 1;
}

.vertical-line {
	width: 957px;
	height: 0px;
	border: 1px solid #eaeaea;
	opacity: 1;
	margin-top: 20px;
}

.match_img {
	width: 174px;
	height: 174px;
}

.match_name {
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 37px;
	color: #292929;
	opacity: 1;
	margin-top: 26px;
}

.match_time {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 22px;
	color: #292929;
	opacity: 1;
	margin-top: 46px;
}

.match_link {
	margin-top: 8px;
}

.match_link>a {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 22px;
	color: #292929;
	opacity: 1;
}

.btn-default-custom {
	width: 460px;
	height: 66px;
	background: #f9691d;
	opacity: 1;
	border-radius: 0px 0px 10px 10px;
	color: white;
	font-size: 20px;
	margin-top: 19px;
}

.btn-default-custom.btn-default {
	color: #fff;
	background-color: #f9691d;
	border-color: #ccc;
	border: none;
}

.btn-default.focus,
.btn-default:focus {
	color: #fff;
	background-color: #f9691d;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #fff;
	background-color: #f9691d;
	border-color: #f9691d;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
	color: #fff;
	background-color: #f9691d;
	border-color: #f9691d;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #fff;
	background-color: #f9691d;
	border-color: #f9691d;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	box-shadow: none;
}

.input:focus,
.input:active:focus,
.input.active:focus,
.input.focus,
.input:active.focus,
.input.active.focus {
	outline: none;
	box-shadow: none;
}

.form-group {
	display: flex;
	flex-direction: row;
	padding: 0 33px 0 37px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.form-content {
	position: relative;
	height: 36px;
	width: 260px;
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.form-control {
	width: 260px;
	border: none;
	outline: none;
	padding: 0;
	font-size: 18px;
	height: 25px;
	box-shadow: none;
	color: #292929;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.dropdown-box {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.form-label {
	width: calc(100% - 260px);
}

.empty_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.empty_img {
	width: 124px;
	height: 72px;
	margin-top: 150px;
}

.empty_txt {
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 22px;
	color: #292929;
	opacity: 1;
	margin-top: 35px;
}

.dropdown-box {
	width: 260px;
}

.dropdown-box-text {
	width: 244px;
	height: 25px;
	font-size: 18px;
	line-height: 25px;
}
