﻿.roleModal{
		display: none;
		flex-wrap: wrap;
		background-color: #fff;
		max-width: 1000px;
		min-width: 750px;
		padding: 10px 10px 80px 25px;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		height: min-content;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
		border-radius: 10px;
		z-index: 2001;
		overflow: hidden;
	}
	.roleModal .notice-content{
		height: 700px;
		overflow: auto;
	}
	/*.roleModal .shsj{
	    text-indent: 2em;
	}
	.roleModal ul{
		padding-left: 0px;
	}
	*/
	.roleTbtn{
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
	}
	.yydBtn{
		font-size: 16px;
		background: #026ABE;
		width: 12rem;
	    padding: .2rem;
        font-size: 1.1rem;
        border-radius: .25rem;
        font-weight: bold;
        line-height: 2rem;
	}
	.qxBtn{
		font-size: 16px;
		background: #ddd !important;
		width: 12rem;
	    padding: .2rem;
        font-size: 1.1rem;
        border-radius: .25rem;
        font-weight: bold;
        line-height: 2rem;
        margin-right: 30px;
	}
	/* 遮幕 */
	.zhemu{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		opacity: .5;
		background: #000;	
		z-index: 2000;
		overflow: hidden;
	}