<style>
    *{
      margin: 0px;
      padding: 0px;
    }
	body{
    	background-color: #18184c;
	}
    ::-webkit-scrollbar {
		display:none
	}
	#logo{
		height: auto;
		padding-top: 20px;
		margin-right: 2rem;
		padding-bottom: 1rem;
	}
	#backToTop{
		position: fixed;
		bottom: 3rem;
		right: 1rem;
		z-index: 999;
	}
	#backToTop>a>div{
		border: 3px solid #36BCE7;
		height: 3rem;width: 3rem;
		text-align: center;
		padding-top: 0.5rem;
	}
	#backToTop>a>div>span{
		font-size: 1.5rem;
		color: #36BCE7;
	}
	#video{
		margin-bottom: 2rem;
	}
	.txt1{
		color: #c5c5ed;
		font-size: 1rem;
		line-height: 2.2rem;
	}
	.txt2{
		display: inline-block;
		color: #c5c5ed;
		font-size: 1rem;
		line-height: 1.8rem;
	}
	.txt3{
		display: block;
		font-size: 1.8rem;
		line-height: 1.8rem;
		color: #50cdea;
	}
	.txt4{
		display: block;
		font-size: 1rem;
		color: #ffffff;
		margin-top: 1rem;
	}
	.txt5{
		display: block;
		color: #50cdea;
		font-size: 1.25rem;
		padding: 1rem;
	}
	.txt6{
		display: block;
		color: #c5c5ed;
		font-size: 1rem;
	}
	.table-striped>tbody>tr:nth-of-type(odd) {
	    background-color: #27275e;
	}
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th{
	    border-top: 1px solid #27275e;
	    color: #ffffff;
		font-size: 1.3rem;
		font-weight: normal;
	}
	.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
		border-top: 1px solid #27275e;
	    color: #ffffff;
		font-size: 1rem;
		font-weight: normal;
	}
	.table>thead>tr>th {
	    border-bottom: none;
	}
	.table{
		border: 1px solid #52526e;
	}
	.logo{
		width: 100%;
		text-align: center;
		padding-bottom: 3rem;
	}
	.logo>img{
		width: 50%;
	}
	.comma{
		display: block;
		color: #ffffff;
		font-size: 6rem;
		line-height: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.commaContent{
		width: 100%;
		font-size: 2rem;
		background-color: #151547;
		padding-top: 2rem; 
		padding-bottom: 2rem;
		margin-top: -3rem;
		text-align: center;
	}
	.commaContent>span{
		display: block;
		width: 80%;
		font-size: 1.5rem;
		color: #ffffff;
		margin-left: 11%;
		text-align: center;
	}
	.lianxi>i{
		color:#515177;
		font-size: 1rem;
		line-height: 2rem;
		width: 2.2rem;
		height: 2.2rem;
		margin-right:0.6rem;
		border:2px solid #515177;
		border-radius: 50%;
	}
	.lianxi>i:focus,.lianxi>i:hover{
		color:#ffffff;
		border:2px solid #ffffff;
	}
	@media (max-width: 768px) {
		.txt1{
			font-size: 1.5rem;
			line-height: 2.5rem;
		}
		.txt3{
			font-size: 2rem;
		}
		.txt4{
			font-size: 2rem;
			margin-top: 1rem;
		}
		.txt5{
			font-size: 2rem;
		}
		.txt6{
			font-size: 1.5rem;
		}
	}
</style>