/*顶部*/
a{
	color:#333;
}
a:hover{
	color:#
}
			html,body{
				font-size:16px;
			}
			ul li{
				list-style: none;;
			}
			* {
				margin: 0;
				padding: 0;
			}
			.dis_ib{
				display: inline-block;
			}
			a{
				text-decoration: none;
			}
			a:hover{
				/* color:#fff !important; */
			}
			.mt_44{
				margin-top:44px;
			}
			.mb_10{
				margin-bottom: 10px;
			}
			.fs_24{
				font-size: 24px;
			}
			input{
				outline:none;
			}
			.iconfont{
				font-size:18px;
			}
			.loadcot{
				display: none;
			}
			.toastcot{
				display:none;
			}
			.bg_mask{
				position: fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:2;
			}
			.load_style{
				position: absolute;width: 100%;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;
			}
			.toast_style{
				text-align: center;
				color:#fff;
				background:rgba(0,0,0,.5);
				border-radius: 10px;
				padding:16px 32px;
				position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index:2;
				font-size:20px;
			}
			
			.of{
			overflow:hidden;	
			}
			.tl{
				text-align: left;
			}
			.tr{
				text-align: right;
			}
			.tc{
				text-align: center;
			}
			.mt40{
				margin-top:40px;
			}
			.mt26{
				margin-top:26px;
			}
			
			.fl{
				float: left;
			}
			.fr{
				float: right;
			}
			.bottom{
				background:#fb5f53;height:177px;line-height: 177px;text-align: center;color:#fff;width:100%;
			}
			
			/*选择成员*/
			#select_cot{
				background: #fff;
			width: 1000px;
			height: 600px;
			position: fixed;
			top: 50%;
			left: 50%;
			right: 0;
			bottom: 0;
			
			z-index: 2;
			transform: translate(-50%,-50%);
			border-radius: 4px;
			}
			.select_title{
				border-bottom:1px solid #eee;padding:30px;font-size:18px;
			}
			.select_close{
				display:inline-block;transform: rotate(45deg);font-size:40px;position: absolute;right:30px;    top: 20px;
			}