@charset "utf-8";
/* CSS Document */
body, *, html {margin: 0;padding: 0;}

ul,ol {list-style: outside none none;}

a {text-decoration: none; }

html {font-size: 62.5%;}

body {font-family: 思源黑体;}

img{pointer-events: none;display: inline-block;cursor:pointer;

	-moz-user-select: none; /*mozilar*/
	-webkit-user-select: none; /*webkit*/
	-ms-user-select: none; /*IE*/
	user-select: none;
}




	/* 	投影框框 */
	.ggyy {
		background: rgba(255, 255, 255, 1);
		box-shadow: 0px 2rpx 8rpx 0px rgba(102, 102, 102, 0.28);
	}

	/* 两边对齐 */
	.ffbb {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	/*多个中间垂直居中 */
	.ffcc {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	/*一行 */
	.ffqq {
		display: flex;
	}
	
	/*靠右垂直居中 */
	.ffff {
		display: flex;
		align-items: center;
		justify-content:flex-end;
	}
	

	/* 均匀对齐 */
	.ffdd {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	/* 一个垂直居中 */
	.ffaa {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
    .fftt{
		display: flex;
		align-items: center;
	}
	
	/* ///按钮 */
	.alert-ui-san {
		width: 670rpx;
		margin: 136rpx auto 0;
		height: 84rpx;
		text-align: center;
		line-height: 84rpx;
		font-size: 28rpx;
		color: #fff;
		background: rgba(59, 123, 235, 1);
		border-radius: 60rpx;
	}

	/* 输入框提示文字大小 */
	.pclass {
		font-size: 26rpx;
	}

	/* 	省略号 */
	.wot {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}








