.bjtime{
    padding: 1rem 0;
    margin: auto;
    background: linear-gradient(to bottom right, #edfffe 50%, #84c1e1);
    border: 1px solid #85c2e1;
    border-radius: 6px;
	display: flex;
    justify-content: space-between;
}
.night .bjtime{
	background: linear-gradient(to bottom right, #242627 50%, #181a1b);
    border: 1px solid #191a1b;
}
.bjz{
	width: calc((100% - 20rem) / 2);
    order:-1;
    text-align: right;
}
.bjz svg{
	width: 200px;
    height: 200px;
    display: block;
    float: right;
}
.bjl{
    width:20rem;
}
.bjl>p{
    font-size: 0.7rem;
    font-weight: 500;
    color: #00a6ff;
	margin-top: 1.15rem;
    margin-bottom: 1.15rem;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.night .bjl>p{
	color:#ccc;
}
.bjl>p>span{
	margin:0 0.3rem;
}
.bjl>div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bjl>div>p{
    width: 3.4rem;
    height: 3.4rem;
    background: #00A5FF;
    box-shadow: 0px 13px 24px 0px rgba(3, 136, 209, 0.2);
    border-radius: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 3.4rem;
    text-indent: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bjl>div>span{
    font-size: 1.7rem;
    font-weight: bold;
    color: #3589FF;
    display: block;
    margin: 0 0.5rem;
    width: 0.6rem;
}
.bjr{
	width: calc((100% - 20rem) / 2);
}
.bjr>div{
	background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 10px 20px 0px rgba(65, 157, 211, 0.34);
    border-radius: 10px;
    padding: 0.5rem 1rem;
	display: inline-block;
}
.night .bjr>div{
	background: rgb(27 29 29);
    box-shadow: 0px 10px 20px 0px rgb(26 28 28 / 49%);
}
.bjr p{
	font-size: 0.6rem;
    font-weight: 500;
    color: #309DDB;
    line-height: 1.5rem;
    display: flex;
    align-items: flex-start;
    text-indent: 0;
}
.night #face{
	fill:#f5f5f5;
}
@media screen and (max-width: 1260px){
	.bjtime{
		display:block;
	}
	.bjl {
		width: 100%;
		margin-bottom: 2.25rem;
	}
	.bjz{
		width: 50%;
		float: left;
		padding-right: 1rem;
	}
	.bjr{
		width: 50%;
		float: right;
		padding-left: 1rem;
	}
}
@media screen and (max-width: 550px){
	.bjl {
		width: 100%;
		margin-bottom: 2.25rem;
	}
	.bjz{
		width: 100%;
		float: unset;
		padding-right: 0rem;
		margin-bottom: 2rem;
	}
	.bjz svg{
		float: unset;
		margin: auto;
	}
	.bjr{
		width: 100%;
		float: unset;
		padding-left: 0rem;
		text-align: center;
	}
}
@media screen and (max-width: 340px){
	.bjl>div>p {
		width: 2rem;
		height: 2rem;
		font-size: 1rem;
		line-height: 2rem;
		text-indent: 0;
	}
	.bjl>div>span {
		font-size: 1rem;
	}
}