.ershil {
		font-size: 1rem;
	}
	
	.ershiba {
		font-size: 2.1rem;
	}
	
	.strongtext {
		font-size: 1.8rem;
	}
	
	.smalltext {
		font-size: 1rem;
	}
	
	.titletext {
		font-size: 1rem;
	}
	
	.sanshier {
		font-size: 1rem;
	}
	
	.sishi {
		font-size: 3rem;
	}
	
	.bigtext {
		font-size: 4rem;
	}
	.xiaolv {
		color: #4AA44A;
	}
	
	.xiaohong {
		color: #DB2E2E;
	}
	
	.xiaohuang {
		color: #BA9549;
	}
	
	.xiaocheng {
		color: #F76D1A;
	}
	
	.xiaohei {
		color: #222222;
	}
	.xiaobai {
		color: #ffffff;
	}
	.flexcenter {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.margin_top {
		margin-top: 1rem;
	}

	.margin_top6 {
		margin-top: 2rem;
	}

	.margin_top2 {
		margin-top: .6rem;
	}

	.margin_left1 {
		margin-left: .3rem;
	}

	.margin_left2 {
		margin-left: .6rem;
	}

	.margin_left3 {
		margin-left: 1rem;
	}

	.margin_top4 {
		margin-top: 1.3rem;
	}

	.margin_top5 {
		margin-top: 1.6rem;
	}

	.margin_top1 {
		margin-top: .3rem;
	}

	.textcenter {
		text-align: center;
	}

	.margin_right2 {
		margin-right: .6rem;
	}

	.ffffff {
		background-color: #fff;
	}

	.nofonweight {
		font-weight: 500;
	}

	.fonweight {
		font-weight: bold;
	}

	.xiahuaxian {
		border-bottom: 1px solid #F1F1F1;
		padding-bottom: 1rem;
	}

	.flexbetween {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	.flexleft {
		display: flex;
		align-items: center;
	}
.flexcolumn {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.flexcolumnbet {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.radius{
		border-radius: 2rem;
	}
	.mainpadding2s{
		padding: .6rem;
		box-sizing: border-box;
	}

	.flexright {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.flexaround {
		display: flex;
		justify-content: space-around;
		align-items: center;
		height: 60px;
	}

	.mainpadding {
		padding: 1rem;
		box-sizing: border-box;
	}

	.mainpadding_top {
		padding: 1rem;
		margin-top: 1rem;
		box-sizing: border-box;
	}
	.dingwei{
		position: relative;
	}
	.gudingdb{
		background-color: #fff;
		width: 100vw;
		position: fixed;
		bottom: 0;
		left: 0;
		box-sizing: border-box;
	}