body {
    margin: 0;
	/* background: url(../img/bg.jpg) no-repeat; */
    color: rgba(255, 255, 255, 0.75);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 1.65;
}
a,
button {
	transition: 0.3s all ease-out;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
textarea:focus,
input:focus {
	outline: none;
}
#body-wrap {
	padding: 100px 20px;
}
.container {
	margin: 50px auto;
	width: 100%;
	text-align: center;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.25;
    /* color: #000000; */
}
h2, .h2 {
    font-size: 1.75rem;
}
h5, .h5 {
    font-size: 1.3rem;
}

.text-muted {
    color: #ababab !important;
    font-size: 13px;
    font-weight: 700;
    /* font-family: 'Passion One', cursive; */
}
.container2 {
    padding: 50px 0;
    width: 100%;
    text-align: center;
}

.row1 {
    /* --bs-gutter-x: 13px; */
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    /* margin-right: calc(var(--bs-gutter-x) * -.5); */
    margin-left: calc(var(--bs-gutter-x) * -.5);
}




/* Banner区域样式 */
#banner {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 8em 4em 6em 4em;
    min-height: 100vh;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}
#banner .inner {
    text-align: center;
    position: relative;
    z-index: 2;
}
#banner h1 {
    color: #fff;
    font-size: 4em;
    font-family: 'Passion One', cursive;
    margin-bottom: 40px;
}
#banner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1em;
    font-weight: 300;
}
#banner a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border-bottom: 1px dotted;
}
#banner a:hover {
    color: #FFF;
    border: none;
}
#banner .more {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAATdJREFUWEftVdFtQjEQO09SuknZpEwCTFI2KZtAJzG4SlB0Ly/JI096P4mE+ODi8/nsANv4YOP+NggMBYYCEwVIfiuaAC5rRpTk0cz+PG6OAEPjC4DDGiRI/piZBrsD+EwxcwTE9BSKTgDOPSSCoiKgM8HLmjDIJRL3p2wHANd3SJD8MrPfcPcKYO9x5gjszEysBSASewD6bj4khXErNf/32hxiABB7AS0mQVJ3qwMU3wE3xcRABfKxuUqk3uwKqw+RM1E1Gcnk1ebFFaTTJabMOjnWttYVY1iQNcZTfjj7B6XF8Tns6gqS6XwyXvFsdXwXAV3OJSOAvtLiX7pabpsVcErEfGsd+ihuTaZreohqrF0yYnkxbnOYixXocXy3BzxAUOKj5w/rbQVqa2r9fRAYCgwFNlfgAZ4PjyHOeAAQAAAAAElFTkSuQmCC");
    background-position: center 13px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #fff;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    display: block;
    height: 3em;
    width: 3em;
    z-index: 2;
    margin: 100px auto 2em auto;
}
#banner .more:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    color: #FFF;
}
#banner:before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
    content: '';
    background-color: #42424f;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/* Banner响应式调整 */
@media screen and (max-width: 980px) {
    #banner h1 {
        font-size: 2em;
    }
    #banner p {
        font-size:1em;
    }
}
@media screen and (max-width: 736px) {
    #banner h1 {
        font-size: 30px;
    }
    #banner {
        min-height: 0;
        padding: 6em 2em 4em 2em;
    }
}





















@media (min-width: 992px){
	.section-lg {
		padding: 100px 0;
	}
}
@media (min-width: 768px){
	.section-lg {
		padding: 20px 0;
	}
}

.bg-image {
    background-size: cover;
    background-position: center 55%;
    background-repeat: no-repeat;
}






.pt-6, .py-6 {
    padding-top: 6rem !important;
}
.pb-6, .py-6 {
    padding-bottom: 6rem !important;
}
.embed-responsive{
	margin-bottom: 3rem !important;
}
.embed-responsive iframe {
    width: 100%;
    height: 500px;
    border: 0;
}
.embed-responsive video {
    width: 100%;
    height: 100%;
    border: 0;
}
.bg-dark1 {
    background-color: #4d3f47!important;
}








































body.is-loading #banner:before {
    opacity: 1;
}
header .logo {
	margin-bottom: 40px;
}
.main-content h1 {
	font-size: 3em;
	font-weight: 800;
	margin-bottom: 0;
}
#countdown-clock {
	font-size: 30px;
	display: flex;
	justify-content: center;
	margin: 50px;
}
#countdown-clock>.time {
    background: rgba(137, 137, 137, 0.3);
    border-radius: 10px;
    height: 100px;
    /* line-height: 40px; */
    width: 100px;
    text-align: center;
    padding: 11px;
    margin-right: 34px;
    /* display: table-cell; */
    /* vertical-align: middle; */
}
#countdown-clock .time>span {
	font-weight: 700;
}
#countdown-clock .time small {
	/* padding-top: 5px; */
	font-size: 12px;
	text-transform: uppercase;
	display: block;
}
.main-content p {
	font-size: 1em;
	margin: 0;
	color: #aaa;
}
#form .form-group {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
input::placeholder {
	color: #949393;
}
.form-group input.form-control {
	width: 250px;
	height: 50px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left: 20px;
	border: none;
}
.form-group button.submit-button {
	padding: 18px 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #0043ee;
	border: none;
	cursor: pointer;
	color: #fff;
}
.form-group button.submit-button:hover {
	background-color: #222630;
}
.form-group button.submit-button span {
	font-weight: 700;
	padding-left: 5px;
}
#footer .social-links {
	padding-top: 20px;
}
#footer .social-links ul {
	display: flex;
	justify-content: center;
	list-style: none;
}
#footer .social-links li {
	padding-right: 20px;
}
#footer .social-links ul a {
	font-size: 1.6em;
	text-decoration: none;
}
.copyright {
	color: #aaa;
}
@media (max-width: 768px) {
	header#header {
		margin-bottom: 50px;
	}
	#body-wrap {
		padding: 0px 20px;
	}
	#countdown-clock>.time {
		padding: 14px;
	}
	.form-group button.submit-button {
		width: 140px;
		padding: 18px 9px;
	}
}
.button {
	display: block;
	position: relative;
	top: 0;
	border: 0;
	cursor: pointer;
	background: #9ccc65;
	color: white;
	border-radius: 3px;
	line-height: 1;
	font-size: 15px;
	padding: 10px 25px;
	outline: 0;
	margin: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.shiny {
	background: #007eaf;
	background: linear-gradient(-45deg, #2284fb 50%, #0a0e92 60%, #2e59d4 70%);
	background-size: 600% 100%;
	-webkit-animation: shine 20s infinite;
	animation: shine 20s infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.shinydarken {
	background: #9ccc65;
	background: linear-gradient(-45deg, #9ccc65 50%, #699833 60%, #9ccc65 70%);
	background-size: 600% 100%;
	-webkit-animation: shine 20s infinite;
	animation: shine 20s infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.button:active {
	top: 2px;
}
@-webkit-keyframes shine {
	0% {
		background-position-x: 400%;
	}
	50% {
		background-position-x: 0%;
	}
	100% {
		background-position-x: -400%;
	}
}
@keyframes shine {
	0% {
		background-position-x: 400%;
	}
	50% {
		background-position-x: 0%;
	}
	100% {
		background-position-x: -400%;
	}
}