*{
	padding: 0;
	margin: 0;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #222;
    border-color: #222;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.btn-primary:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #5e5e5e;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

body {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
    
}

@font-face{font-family:HarmonyOS_Sans_SC_Medium;font-style:normal;font-display:swap;
src:url(https://cdn.jsdelivr.net/gh/touhlih/moon@3432f42a9fb71c3089515ef3111824b08285fa40/HarmonyOS_Sans_SC_Medium.subset.woff2) format('woff2')}
*{font-family:HarmonyOS_Sans_SC_Medium}

.profile{ 
    display: flex;
    padding: 15px 20px 15px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footerimg {
    width: 8em;
    vertical-align: middle;
}

.m-p-0{
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.clear{
	clear: both;
}
.container-fluid,.row{
	margin: 0;
	padding: 0;
}
.main_top{
	position: absolute;
	width: 100%;
	height: 310px;
	background: #222222;
	margin: 0;
	padding: 0;
}
.main{
	position: relative;
	top: 100px;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	border-radius: 5px;
}
.user{
	display: flex;
    padding-top: 40px;
    align-items: center;
    justify-content: flex-start;
}
.user_logo{
	text-align: center;
}
.user_logo>img{
	width: 150px;
	height: 150px;
}
.contribution{
	margin-top: 20px;
	/* background: #f7fbff; */
	border-top: 2px solid #f3f7fa;
}
.contribution_form{
	padding: 20px;
}
.contribution_title{
	border-left: 4px solid #222222;
	width: 100%;
	padding-left: 5px;
}
.contribution_f_title{
	font-size: 12px;
	font-weight: 600;
	color: #79818a;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.t-100{
	width: 100%;
}
.p-left{
	padding-left: 5px;
}
.contribution_log{
	background: #f6fbff;
	border-radius: 0 0 5px 5px;
}
.wy_log ul{
	list-style-type: none;
}
.wy_log ul li{
    width: 100%;
	list-style: decimal outside;
    margin: 5px 0 0 15px;
    border-bottom: 1px solid #ededed!important;
}
.wy_log ul li p{
	width: 100%;
	margin: 5px 0;
}
.wy_log ul li span{
	text-align: right;
	float: right;
	margin-right: 1em;
}
.footer{
	width: 100%;
	background: #222222;
	padding: 20px 40px;
}
.footer p{
	color: #FFF;
	text-align: center;
}
.c-bottom{
	height: 123px;
}
@media screen and (max-width:480px){
	.main_top{
		height: 150px;
	}
	.main{
		top: 75px;
	}
	.user{
		text-align: center;
	}
	.user_logo{
		margin-bottom: 20px;
	}
	.p-left{
		padding: 0;
	}
	.footerimg {
        width: 6em;
        vertical-align: middle;
    }
	.c-bottom{
		height: 100px;
	}
}

.snow{position:fixed;top:0;color:#fff;z-index:99999999;}