
	@charset "utf-8";

/*
	--------------------------
	间距清除
	--------------------------
*/
	@font-face{
		font-family:'SourceHanSansCN Normal';
		src:url('../fonts/SourceHanSansCN-Normal.eot');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
		/* url('https://cdn.jsdelivr.net/npm/@librescore/fonts@0.4.1/SourceHanSansCN.min.woff2') format('woff'), */
		url('../fonts/SourceHanSansCN-Normal.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN Normal') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	@font-face{
		font-family:'SourceHanSansCN Bold';
		src:url('../fonts/SourceHanSansCN-Bold.eot');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Bold.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Bold.svg#SourceHanSansCN Bold') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face{
		font-family:'SourceHanSansCN Medium';
		src:url('../fonts/SourceHanSansCN-Medium.eot');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Medium.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Medium.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Medium.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Medium.svg#SourceHanSansCN Medium') format('svg');
		font-weight: medium;
		font-style: normal;
	}
	@font-face{
		font-family:'SourceHanSansCN Light';
		src:url('../fonts/SourceHanSansCN-Normal.eot');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Normal.eot?#iefix') format('embedded-opentype'),
		/* url('https://cdn.jsdelivr.net/npm/@librescore/fonts@0.4.1/SourceHanSansCN.min.woff2') format('woff'), */
		url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Normal.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Normal.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Normal.svg#SourceHanSansCN Light') format('svg');
		font-weight: lighter;
		font-style: normal;
	}
	@font-face{
		font-family:'SourceHanSansCN Regular';
		src:url('../fonts/SourceHanSansCN-Regular.eot');
		src:local('☺'),
		url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
		url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
		url('../fonts/SourceHanSansCN-Regular.otf') format('opentype'),
		url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN Regular') format('svg');
		font-style: normal;
	}
	/* @font-face{
			    font-family:'RobotoMedium';
			    src:url('../fonts/Roboto-Medium.eot');
			    src:local('☺'),
			        url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
			        url('../fonts/Roboto-Medium.woff') format('woff'),
			        url('../fonts/Roboto-Medium.ttf') format('truetype'),
			        url('../fonts/Roboto-Medium.otf') format('opentype'),
			        url('../fonts/Roboto-Medium.svg#RobotoMedium') format('svg');
			        font-weight: normal;
		        	font-style: normal;
			}
	@font-face{
			    font-family:'RobotoRegular';
			    src:url('../fonts/Roboto-Regular.eot');
			    src:local('☺'),
			        url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
			        url('../fonts/Roboto-Regular.woff') format('woff'),
			        url('../fonts/Roboto-Regular.ttf') format('truetype'),
			        url('../fonts/Roboto-Regular.otf') format('opentype'),
			        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
			        font-weight: normal;
		        	font-style: normal;
			} */

	body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
	ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
	form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
	embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
	blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select

									{ 	margin:0; padding:0;	}
	ol,ul 							{ 	list-style:none;		}

	* 								{
										-webkit-box-sizing: border-box;
										-moz-box-sizing: border-box;
										box-sizing: border-box;
										outline: 0;


		/*cursor: url(../images/mycursor.png), auto;*/
									}
									a:hover {  cursor: pointer; }

/*
	--------------------------
	A标签 配置
	--------------------------
*/
	a  								{
										text-decoration:none;
										outline:none;
										color: #666;
									}

	a:hover 						{	color: #000;			}
	img  							{	border: 0;
										max-width: 100%;
									}
	a:focus 						{	outline: none;			}
/*
	--------------------------
	Body 配置
	--------------------------
*/
	html             				{
										overflow-x:hidden;
										-webkit-text-size-adjust:none;
									}
	body 							{
										-webkit-font-smoothing: antialiased;
										font-family:'SourceHanSansCN Light','SourceHanSansCN Normal',arial,"SourceHanSansCN Regular";
										background: #fff;
										font-size: 14px;
										color: #666;
  										margin-left: auto;
		font-weight: lighter;
 	 									margin-right: auto;max-width: 2560px;
		overflow: hidden;

									}

/*
	--------------------------
	表单控件设置
	--------------------------
*/

	table 							{	border-collapse: collapse; width: 100%;	 }

	input[type='reset'],
	input[type='button'],
	input[type='submit'],
	input[type='radio'] 			{	cursor: pointer; outline: none;	 -webkit-appearance: none;	     }


	input[type='radio'] 	 		{
										position: relative;
										vertical-align: middle;
										margin-top: -2px;
										margin-bottom:1px;
										margin-left: 5px;
										margin-right: 5px;
										-webkit-appearance: none;
									}

	textarea,
	input[type='email'],
	input[type='date'],
	input[type='password'],
	input[type='text'] 				{
										padding: 0px;
										color: #666;
										font-size: 12px;
										outline: none;
										font-family: "arial";
										-webkit-appearance: none;
									}


/*
	--------------------------
	快捷方式
	--------------------------
*/
	.f-l 							{	float: left;					}
	.f-r 							{	float: right;					}
	.clearfix 						{
									  clear: both;
									}
	.clearfix:after 				{	clear: both;
										height: 0;
										content: "";
										line-height: 0;
										font-size: 0;
										display: block;
									}
/*
@font-face {
  font-family: 'DINEngschriftStd';
  src: url('../fonts/DINEngschriftStd.eot');
  src: url('../fonts/DINEngschriftStd.eot?#iefix') format('embedded-opentype'), url('../fonts/DINEngschriftStd.woff') format('woff'), url('../fonts/DINEngschriftStd.ttf') format('truetype'), url('../fonts/DINEngschriftStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

	@font-face{
		font-family:'Roboto Regular';
		src:url('../fonts/Roboto-Regular.eot');
		src:local('☺'),
		url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.otf') format('opentype'),
		url('../fonts/Roboto-Regular.svg#Roboto Regular') format('svg');
	}
	@font-face{
		font-family:'Roboto Bold';
		src:url('../fonts/Roboto-Bold.eot');
		src:local('☺'),
		url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype'),
		url('../fonts/Roboto-Bold.otf') format('opentype'),
		url('../fonts/Roboto-Bold.svg#Roboto Bold') format('svg');
		font-weight: bold;
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Light';
		src:url('../fonts/Roboto-Light.eot');
		src:local('☺'),
		url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype'),
		url('../fonts/Roboto-Light.otf') format('opentype'),
		url('../fonts/Roboto-Light.svg#Roboto Light') format('svg');
		font-style: normal;
	}
	@font-face{
		font-family:'Roboto Medium';
		src:url('../fonts/Roboto-Medium.eot');
		src:local('☺'),
		url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/Roboto-Medium.otf') format('opentype'),
		url('../fonts/Roboto-Medium.svg#Roboto Medium') format('svg');
		font-style: normal;
	}*/


.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.show .modal-dialog { width： 100%; height: 100%; position: relative; background:rgba(0,0,0,0.3);  }

.modal.show .modal-dialog {
    -ms-transform: none;
    transform: none;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
}


.modal-content {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 12px;
    outline: 0;
    
    width: 94%; max-width: 800px;
    max-height: calc(100vh - 120px); left: 50%; top: 50%; transform: translate(-50%, -50%);
    overflow-y: scroll;
   
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;font-size: 24px;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px; font-size: 16px;color:#333; line-height: 1.8;
}

.modal-body small a { color:#7733E6; vertical-align:middle; }







.modal-body .btn-primary:not(:disabled):not(.disabled).active,.modal-body .btn-primary:not(:disabled):not(.disabled):active,.modal-body .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.modal-body .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal-body .btn-primary:hover {
    background: linear-gradient(90deg, #7733E6 0%, #0C2873 100%);
}
.modal-body .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.modal-body .btn:hover {
    color: #212529;
    text-decoration: none;
}
.modal-body a:hover {
    color: #0C2873;
    text-decoration: underline;
}
.modal-body a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.modal-body .btn-primary {
    background: #0C2873;
    color: #fff;
    border: 0;
}
.modal-body .btn-block {
    display: block;
    width: 100%;
}




.modal-body .btn-group-lg>.btn,.modal-body  .btn-lg {
    padding: 16px 30px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 12px;
}
.modal-body .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding:15px 20px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 12px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.modal-body .btn-primary {
    color: #fff;
    background-color: #0C2873;
    border-color: #0C2873;
}
.modal-body .btn-primary:hover { color:#fff; }
.modal-body  .btn-link { color:#032972; }
.modal-body .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}
.footerE-d .yjj2{
    margin-bottom: 10px;
}
.footerE-d .yjj2 li{
    float: left;
    margin-right: 5px;
}

.footerE-d .yjj2 li{
    position: relative;margin-left:10px;
}
.footerE-d { padding-top: 30px; }

.footerE-d .yjj2 li .emsx{
    position: absolute;
    width: 120px;
    height: 120px;
    display: none;
    bottom: 55px;
    background: #fff;
    transition: all 0.5s;
    left: 50%; transform: translateX(-50%);
    padding: 8px; background: #fff; border-radius: 6px; overflow: hidden;
}

.footerE-d .yjj2 li:hover .emsx{
    display: block;
    transition: all 0.5s;
}



