*,body{
	padding: 0;
	margin: 0;
	/*font-family: Î¢ÈíÑÅºÚ;*/
	@font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	
}

ul li{
	list-style-type: none;
}

body,html{
	overflow:hidden;
	min-width: 1130px;
	overflow: auto;
	height: 100%;
	min-height: 500px;
	position: relative;
}

textarea:focus,
input:focus,
.userCenterInput:focus,
button:focus,
select:focus,
.editPublicInput:focus,
.textareaPublic:focus,
.apiAppInfoC input:focus{
    outline: none;
    border-color: none;
    box-shadow: 0 0 5px rgba(207, 220, 0, 0);
    /*border-radius: 5px;*/
}

select:focus,.templetInputName:focus{
	border-color: #4A90E2;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color:rgba(0,0,0,0.25);
}

input::-moz-placeholder,
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:rgba(0,0,0,0.25);
}

input:-moz-placeholder,
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:rgba(0,0,0,0.25);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:rgba(0,0,0,0.25);
}

.btn.active.focus,
.btn.active:focus,.btn.focus,
.btn:active.focus,.btn:active:focus,
.btn:focus{ outline:none; }
button{outline:none;}

.public-main-body{
	height: calc(100% - 54px);
	background: rgba(240,242,245,1);
}

.clear{
	clear: both;
	padding:0;
	margin:0;
}



/*1¡¢¹«¹²µÄ°´Å¥*/
/*¹«¹²µÄ°´Å¥½»»¥À¶É«Ìá½»°´Å¥¹«¹²ÑùÊ½*/
	/*À¶É«µÇÂ¼*/
	.publicBtnOne{
		background: #4A90E2;
		min-height: 32px;
		border-radius: 4px;
		padding:5px 16px;
		border:none;
		color:#fff;
	}

	.publicBtnOne:hover{
		background: #73ABEC;
		color: #fff;
	}

	.publicBtnOne:active{
		background:#1C6BC7;
	}
	
	/*À¶É«°´Å¥£¨ÆÕÍ¨£©*/
	.publicBtnTwo,
	.modalSubmit,
	.publicModalSubmitBtn{
		border-radius: 2px;
		color:#fff;
		background: rgba(74,144,226,1);
		padding:6px 16px;
		color: rgba(255,255,255,1);
		font-family: PingFang SC;
		font-size: 14px;
		/*line-height: 22px;*/
		letter-spacing: 0px;
		text-align: center;
		border:none;


	}

	.publicBtnTwo:hover,
	.modalSubmit:hover,
	.publicModalSubmitBtn:hover{
		background: rgba(115,171,236,1);
		color:#fff;
	}

	.publicBtnTwo:active,
	.modalSubmit:active,
	.publicModalSubmitBtn:active{
		background: rgba(28,107,199,1);
		color:#fff;
	}

	.publicBtnTwo:focus,
	.modalSubmit:focus,
	.publicModalSubmitBtn:focus{
		color:#fff;
	}

	/*À¶É«°´Å¥½ûÓÃ»ÒÉ«*/
	.publicBtnTwoForbidden,
	.publicBtnTwoForbidden:hover{
		background: #ccc;
		min-height: 32px;
		border-radius: 2px;
		padding:5px 16px;
		border:none;
		color:#fff;
	}

	/*»ÒÉ«È¡ÏûµÈ*/
	.publicBtnThree,
	.publicModalCloseBtn,
	.modalCancel{
		border-radius: 2px;
		background: rgba(255,255,255,1);
		border: 1px solid rgba(217,217,217,1);
		padding:5px 16px;
		color: rgba(89,89,89,1);
		font-family: PingFang SC;
		font-size: 14px;
		/*line-height: 22px;*/
		letter-spacing: 0px;
		text-align: center;
		background: #fff;

	}
	
	/*È¡Ïû°´Å¥½ûÓÃ»ÒÉ«*/
	.publicBtnThreeForbidden{
		background: rgba(255,255,255,1);
		border: 1px solid rgba(0,0,0,0.25);
		border-radius: 2px;
		padding:5px 16px;
		font-family: PingFangSC-Regular;
		font-size: 14px;
		color: rgba(0,0,0,0.25);
		line-height: 22px;
	}

	.publicBtnThree:hover,
	.publicModalCloseBtn:hover,
	.modalCancel:hover{
		color:rgba(115,171,236,1);
		border-color: rgba(115,171,236,1);
	}

	.publicBtnThree:active,
	.publicModalCloseBtn:active,
	.modalCancel:active{
		color:rgba(28,107,199,1);
		border-color:rgba(28,107,199,1);
	}


	.publicBtnFour:hover{
		background: rgba(0,0,0,0.02);
	}

	.modalSubmit{
		margin-left: 10px;
	}

	/*»ÒÉ«°´Å¥×ó²àÓÐÍ¼±ê*/
	.publicBtnFour{
		padding:5px 16px 5px 34px;
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 2px;
		color: rgba(0,0,0,0.65);
		position: relative;
	}

	.publicBtnFour img{
		width: 12px;
		position: absolute;
		left: 12px;
		top:8px;
	}

	.publicBtnFive{
		border-radius: 2px;
		background: #fff;
		border: 1px solid rgba(74,144,226,1);
		padding:5px 16px;
		color: rgba(74,144,226,1);
		font-family: PingFang SC;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0px;
		text-align: center;
	}

	.publicBtnFive:hover{
		color:rgba(115,171,236,1);
		border-color: rgba(115,171,236,1);
	}

	.publicBtnFive:active{
		color:rgba(28,107,199,1);
		border-color:rgba(28,107,199,1);
	}

	/*¹«¹²µÄÊäÈë¿òÁÐ±í*/
	.publicInputList,.publicOtherList{
		position: relative;
		padding-bottom: 14px;
	}

	.publicInputList .publicErrorHint{
		position: absolute;
		bottom: -5px;
		left: 0;
	}

	/*ÐÂ°æ¹«¹²ÊäÈë¿ò*/
	.publicInputBox{
		width: 100%;
		max-width: 440px;
		height: 32px;
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 2px;
		padding:5px 12px;
	}


	.publicInputBox2{
		width: 100%;
		height: 40px;
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 2px;
		padding:5px 12px;
	}

	.publicInputBox:focus,.publicInputBox2:focus{
		border-color: #40A9FF;
	}

	.publicInputBox:blur,.publicInputBox2:blur{
		border-color: rgba(0,0,0,0.15);
	}

	.publicErrorHint{
		color:rgba(255,0,0,1);
		font-size: 12px;
	}

	/*¹«¹²µÄÊäÈë¿òÁÐ±í±êÌâ*/
	.publicInputTitle{
		opacity: 0.85;
		font-family: PingFangSC-Regular;
		font-size: 14px;
		color: #000000;
		letter-spacing: 0;
		text-align: left;
		line-height: 22px;
		margin-bottom: 8px;
	}

	/*±êÌâ±¸×¢*/
	.publicInputTitle .remarks{
		opacity: 0.85;
		font-family: PingFangSC-Regular;
		font-size: 14px;
		color: rgba(0,0,0,0.45);
		line-height: 22px;
	}

	/*¸ü¶à²Ù×÷*/
	.publicMoreOperate{
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 2px;
		float: right;
		width: 128px;
		padding:5px 0px;
		position: relative;
		cursor: pointer;
	}

	.publicMoreOperate span{
		margin-left: 16px
	}

	.publicMoreOperate img{
		position: absolute;
		right:8px;
		top:8px;
	}

	.publicMoreOperate ul{
		display: none;
		position: absolute;
		width: 100%;
		top:35px;
		background: #fff;
		z-index: 999;
	}

	.publicMoreOperate ul li{
		padding:5px 16px;
	}

	.publicMoreOperate ul li:hover{
		background: #E6F7FF;
	}

	.publicScrollBar{
		overflow: auto;
	}

	/*¹«¹²µÄ¹ö¶¯Ìõ*/
	.publicScrollBar::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}
	.publicScrollBar::-webkit-scrollbar-track {
		background-color:#ffffff;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius:2em;
	}
	.publicScrollBar::-webkit-scrollbar-thumb{
		background-color:#eee;
		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius:2em;
	}

	/*¹«¹²µÄNAV*/
	.codePublicNav{
		width: 100%;
		padding:16px 24px;
		background: #fff;
		position: relative;
	}

	.codePublicNav p{
		margin-bottom: 0px;
	}
	/*¹«¹²µÄNAVÃèÊö*/
	.codePublicNav .introduce{
		font-family: MicrosoftYaHei;
		margin-top: 10px;
		font-size: 14px;
		color: rgba(0,0,0,0.65);
	}

	/*¹«¹²µÄNAV±êÌâ*/
	.codePublicTitle{
		font-family: PingFang SC;
		font-size: 20px;
		color: rgba(0,0,0,0.85);
		/*font-weight: bold;*/
	}

	.codePublicTitle2{
		margin-left: 24px;
	}

	/*¹«¹²µÄÏÔÊ¾ÇøÓò*/
	.codePublicCenter{
		margin:16px;
		min-width: 500px;
		/*min-height: 77vh;*/
		background: #fff;
		box-sizing:border-box;
		-moz-box-sizing:border-box; /* Firefox */
		-webkit-box-sizing:border-box; /* Safari */
		position: relative;
		border-radius: 4px;
		z-index: 1;
		padding: 20px 0px;
	}


	/*¹«¹²µÄ¹¦ÄÜºÐ×Ó*/
	.publicFunctionBox{
		padding:0px 24px 16px 24px;
	}

	/*¹«¹²µÄËÑË÷¿ò1*/
	.publicSearchBoxOne{
		float: left;
		height: 32px;
		border-radius: 2px;
		width: 192px;
		position: relative;
	}

	.publicSearchBoxOne input{
		height: 100%;
		border:1px solid rgba(0,0,0,0.15);
		border-radius: 2px 0 0 2px;
		padding:5px 12px;
		width: 160px;
		margin:0;
		z-index: 10;
	}


	.publicSearchBoxOne button{
		height: 100%;
		width: 32px;
		border:none;
		border-top:1px solid rgba(0,0,0,0.15);
		border-bottom:1px solid rgba(0,0,0,0.15);
		border-right:1px solid rgba(0,0,0,0.15);
		background: #fff;
		margin:0;
		position: absolute;
		right: 0;
		z-index: 9;
	}


	/*¹«¹²µÄÉ¸Ñ¡*/
	.publicFilter{
		float: left;
		margin-left: 58px;
		position: relative;
	}

	.publicFilter .title{
		position: absolute;
		left: -42px;
		top:5px;
	}

	.publicClickStyle{
		font-size: 14px;
		color: #4A90E2;
		cursor: pointer;
		text-decoration: none;
	}

	.publicClickStyle:hover{
		color: #73ABEC;
		text-decoration: none;
	}

	.publicClickStyle:active{
		color: #1C6BC7;
	}

	/*¹«¹²µÄÉ¸Ñ¡2*/
	.publicFilter2{
		float: left;
		margin-left: 70px;
		position: relative;
	}

	.publicFilter2 ul li{
		float: left;
		margin-left: 16px;
		padding:6px 0px;
		cursor: pointer;
	}

	.publicFilter2 .title{
		position: absolute;
		left: -42px;
		top:5px;
	}

	/*¹«¹²µÄ±í¸ñ*/
	.publicTableBox{
		padding:0px 24px;
	}

	.codePublicDataTbody{
		/*height: 100%;*/
		/*max-height: 500px;*/
		/*overflow: auto;*/
	}

	.codePublicDataThead{
		border-radius: 4px 4px 0px 0px;
	}

	.codePublicDataThead table,
	.codePublicDataTbody table{
		width: 100%;
		table-layout: fixed;
	}

	.codePublicDataThead table thead tr th{
		padding:6px 0px 6px 16px;
		font-weight: 400;
		color:rgba(191,191,191,1);
	}



	.codePublicDataThead table thead tr,
	.codePublicDataTbody table tbody tr{
		border-bottom: 1px solid #DEDEDE;
	}

	.codePublicDataTbody table tbody tr:hover{
		background: #EDF4FA;
	}

	.codePublicDataTbody table tbody tr td{
		padding:18px 0px 18px 16px;
		position: relative;
		color: rgba(0,0,0,0.65);
		
	}

	.codePublicDataTbody .td1{
		position: relative;
		color:rgba(0,0,0,0.65);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}



	.codePublicDataTbody .td2{
		padding:10px 0px 10px 2%;
		position: relative;
		color:rgba(0,0,0,0.65);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;


	}

	/*¹«¹²µÄ·ÖÒ³Ïà¹Ø*/

	.pageSizeBox{
		padding-top: 30px;
		padding-left: 16px;
	}

	.pageSizeBox .j_select{
		float: left;
	}

	/*¹«¹²µÄÖ¸¶¨·ÖÒ³ÊýÁ¿*/
	.customPageSize{
		float: right;
		background: #FFFFFF;
	    border: 1px solid rgba(0,0,0,0.15);
	    border-radius: 2px;
	    padding:4px 10px;
	    height: 32px;
	    width: 100px;
	}

	/*¹«¹²µÄÇ°ÍùÖ¸¶¨Ò³Ãæ*/
	.customPageNo{
		padding-left: 17px;
		padding-top: 5px;
		float: right;
	}

	.customPageNo input{
		width: 48px;
		height: 24px;
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.15);
		border-radius: 2px;
		padding:0px 6px;
		text-align: center;
	}

	/*¹«¹²µÄ×´Ì¬ÏÔÊ¾*/
	.publicStatus1 span{
		color: #18A689;
		font-size: 14px;
	}

	.publicStatus2 span{
		color: #D0021B;
		font-size: 14px;
	}

	.publicStatus3 span{
		color: #F5A623;
		font-size: 14px;
	}

	.publicStatus4 span{
		color: #FF4D4F;
		font-size: 14px;
	}

/*¹«¹²µÄ±êÇ©ÅäÖÃ*/
.publicTabConfigLeft,
.publicTabConfigRight{
	position: absolute;
	height: 100%;
}

.publicTabConfigLeft{
	width: 23%;
	max-width: 234px;
	padding:16px 0px;
	border-right: 1px solid #E8E8E8;
	z-index: 3;
}

.publicTabConfigLeft ul li{
	padding:9px 24px;
	font-family: PingFangSC-Regular;
	cursor: pointer;
	font-size: 14px;
}

.publicTabConfigLeft ul li:hover{
	background: #E6F7FF;
	color: #1890FF;
}

.publicTabConfigLeft .active{
	background: #E6F7FF;
	color: #1890FF;
}

.publicTabConfigRight{
	width: 100%;
	padding-left: 234px;
	z-index: 2;
	padding:24px 24px 24px 258px;
}

.publicTabConfigRight .title1{
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	letter-spacing: 0;
	font-weight: bold;
	padding-bottom: 6px;
}
.publicTabConfigRight .title2{
	opacity: 0.85;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #000000;
}

.publicTabConfigRight .list{
	padding-bottom: 16px;
}

.publicTabConfigRight .list .hint{
	color: rgba(0,0,0,0.45);
}

.publicTabConfigRight .list a{
	color: #1890FF;
}

.publicTabConfigRight .list .attachment{
	padding-left: 19px;
}

.publicTabConfigRight .list .attachment img{
	width: 12px;
}

.publicTabConfigRight .list .attachment span{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	line-height: 22px;
	padding:0px 4px;
}
/*¹«¹²µÄ±êÇ©ÅäÖÃ*/

/*¹«¹²µÄinput×é*/
.publicInputGroup{
	padding-bottom: 21px;
	position: relative;
}

.publicInputGroup .publicErrorHint{
	position: absolute;
	bottom: 5px;
	left: 0px;
}

.publicInputGroup p{
	margin-bottom: 5px;
}

.publicInputGroup textarea{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	padding:5px 12px;
	resize: none;

}

textarea:focus{
	border-color: #1890FF;
}
/*¹«¹²µÄinput×é*/

/*¹«¹²µÄµ¥Ñ¡°´Å¥*/
	.publicInputRedio input{
	    display: none;
	}
	.publicInputRedio label{
	    position: relative;
	    cursor: pointer;
	    margin-left: 10px;
	}
	.publicInputRedio label::before{
	    display: inline-block;
	    content: "";
	    width: 16px;
	    height: 16px;
	    border-radius: 50%;
	    border: 1px solid rgb(219, 219, 219);
	    margin-right: 6px;
	    vertical-align: bottom;
	    position: relative;
	    top:-2px;
	}

	.publicInputRedio input:checked+label::before{
	    background-color: #4A90E2;
	}

	.publicInputRedio input:checked+label::after{
	    display: inline-block;
	    content: "";
	    width: 6px;
	    height: 6px;
	    border-radius: 50%;
	    position: absolute;
	    left: 5px;
	    bottom: 7px;
	    background-color: white;
	}

	/*Ðý×ª180¶È*/
	.imgSpin180{
		transform:rotate(180deg);
	}
/*¹«¹²µÄµ¥Ñ¡°´Å¥*/
/*¹«¹²µÄµ¥Ñ¡°´Å¥2*/
.publicInputRadio2 input{
    display: none;
}
.publicInputRadio2 label{
    position: relative;
    margin-right: 34px;
    cursor: pointer;
}
.publicInputRadio2 label::before{
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgb(219, 219, 219);
    margin-right: 6px;
    vertical-align: bottom;
    position: relative;
    top:-2px;
}
.publicInputRadio2 input:checked+label::before{
    background-color: #fff;
    border: 1px solid #4A90E2;
}
.publicInputRadio2 input:checked+label::after{
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    bottom: 6px;
    background-color: #4A90E2;
}
.publicInputRadio2 label{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	font-weight: 400;
}
/*¹«¹²µÄµ¥Ñ¡°´Å¥2*/

/*×ó²àÒÔ¼°Í·²¿Ä£°åÑùÊ½*/
	.publicBody{
		/*background:rgba(248,248,248,0.50);*/
		background:#fff;
		overflow: hidden;
	}

	.content{
		width:100%;
		height: 100%;
	}

	/*¶¥²¿*/
	.nav-box{
		width: 100%;
		min-width: 1000px;
		padding:12px 20px;
		background: #1e304c;
	}

	.nav-box-left{
		min-width: 300px;
		float: left;
	}

	.nav-logo-box{
		margin-right: 44px;
		float: left;
	}

	.nav-logo-box img{
		width: 185px;
	}

	.nav-select-box{
		float: left;
		color: #fff;
		background:#394459;
		border-radius:4px;
		width:120px;
		height:30px;
	}

	.selectLeft{
		width:88px;
		height: 30px;
		float: left;
		z-index: 99;
	}

	.selectRight{
		width:32px;
		height: 30px;
		float: right;
		border-left: 1px solid #5e5e5e;
		text-align: center;
		line-height: 30px;
	}

	.selectDropdown{
		width:100%;
		background: #394459;
		border:none;
		line-height: 30px;
		border-radius: 4px
	}

	.nav-box-right{
		min-width: 266px;
		float: right;
	}

	.nav-right-btn{
		float: left;
	}

	.nav-right-btn button{
		background:#f5a623;
		border:1px solid #f5a623;
		border-radius:4px;
		width:118px;
		height:28px;
		font-family:PingFangSC-Regular;
		font-size:14px;
		color:#ffffff;
		letter-spacing:1.05px;
		margin-right: 20px;
		position: relative;
		top: 3px;
	}

	.nav-right-drop{
		float: left;
	}

	.nav-right-drop img{
		margin-top:5px;
		cursor: pointer;
	}

	.nav-right-user{
		float: right;
	}

	.dropdown-menu {
		width:80px;
		border:none;
		border-radius: 2px;
		-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
	    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
		right: 0;
		padding:4px 0;
	}

	.user-dropdown-menu li{
		color: #595959;
		font-family: PingFang SC;
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0px;
	}

	.user-dropdown-menu li:hover{
		background: #F5F5F5;
	}

	.user-dropdown-menu li:hover > a{
		color: #595959;
		background: #F5F5F5;
	}


	.nav-user-btn{
		/*width: 100px;*/
		height: 30px;
		border:none;
		background: none;
		font-family:PingFangSC-Regular;
		font-size:14px;
		color:#b2b2b2;
		letter-spacing:1.05px;
		text-align: right;
	}

	.jtTitle{
		margin-left: 6px;
		position: absolute;
		top:12px;
		right: 0px;
		width: 9px;
	}

	.jtTitle2{
		width: 10px;
		margin-left: 10px;
		position: absolute;
		top:12px;
		right: 0px;
	}

	.dropdown{
		position: relative;
	}



	.user-dropdown-menu{
		min-width: 80px;
		right: 0px;
	}

	.user-dropdown-menu li a:hover{
		font-size:14px;
		/*color:#4a90e2;*/
		/*background:rgba(248,248,248,0.50);*/
	}

	.user-dropdown-menu li a{
		height: 32px;
		padding:3px 10px;
		line-height: 26px;
	}

	/*¶¥²¿*/
	.right-content{
		width:100%;
		min-width: 900px;
		height: 100%;
		padding-left: 230px;
		/*padding-top: 44px;*/
	}

	

	.selectDropdown2,.selectRight2{
		background: #fff;
		color:#909090;
		line-height: 28px;
		background:rgba(248,248,248,0.50);
	}

	.selectLeft2{
		width:86px;
		font-size: 14px;
	}

	.selectRight2{
		width: 30px;
		height: 28px;
		border-radius: 0px 4px 4px 0px;
		border-left: 1px solid #dedede;
		color: #dedede;
	}

	.nav-select-box2{
		background: #fff; 
		width:118px;
		border:1px solid #dedede;
	}

	


	.nav-logo-box2{
		margin-right: 19px;
	}

	.nav-logo-box2 img{
		margin-top: 6px;
		width: auto;
	}
	
	.nav-logo-box2 .title {
	    color: rgba(0, 0, 0, 0.65);
	    font-family: Î¢ÈíÑÅºÚ;
	    font-size: 20px;
	    line-height: 24px;
	    letter-spacing: 0px;
	    text-align: left;
	    position: relative;
	    top: 6px;
	}

	.left-logo-box{
		width: 230px;
		height: 54px;
		background: rgba(248,251,255,1);
		padding:8px 16px;
		cursor: pointer;
		position: absolute;
		left: 0px;
		top:0px;
	}

	.left-logo-box img{
		height: 100%;
	}





	.userCenterUserName,.userCenterUserType{
		font-weight: bold;
		/*text-align: center;*/
		color:#fff;
		padding-left: 80px;
		position: relative;
	}

	.userCenterUserName img{
		position: absolute;
		left: 50px;
		top:3px;
	}

	.userCenterUserType img{
		position: absolute;
		left: 50px;
		top:1px;
	}

	.userCenterUserName{
		font-size: 16px;
		margin-bottom: 15px;
	}

	.userCenterUserType{
		font-size: 14px;
		color: #F5A623;
	}

	.userCenterHr{
		margin:18px 0px;
		opacity:0.1;
		border:1px solid #dedede;
	}

	.userCenterSetUp{
		padding:0px 30px;
		position: absolute;
		width: 100%;
	}

	.userCenterSetUp span{
		font-size: 18px;
		color:#909090;
		letter-spacing:1.35px;
	}

	.userCenterSetUp img{
		position: relative;
		right: -88px;
		top:-2px;
	}

	.nav-public-ul{
		width:100%;
		padding:0px;
		margin: 0px;
	}

	.nav-public-li{
		width:230px;
		height:40px;
		font-family:PingFangSC-Medium;
		font-size:14px;
		color:#909090;
		letter-spacing:1.05px;
		line-height: 35px;
		padding-left: 54px;
		border-left: 3px solid #1e304c;
		cursor: pointer;
	}
/*×ó²àÒÔ¼°Í·²¿Ä£°åÑùÊ½*/






/*¹«¹²µÄ¶¥²¿²úÆ·Ñ¡ÔñºÍ°ïÖú*/
	.productSelect{
		position: absolute;
		background: #FFFFFF;
		box-shadow: 0 3px 6px -4px rgba(0,0,0,0.12), 0 6px 16px 0 rgba(0,0,0,0.08), 0 9px 28px 8px rgba(0,0,0,0.05);
		border-radius: 2px;
		margin-top: 43px;
		min-width: 120px;
		left: 50px;
		display: none;
	}

	.productSelect ul a{
		text-decoration: none;
	}

	.productSelect ul li{
		padding:7px 12px 7px 26px;
		color:rgba(0,0,0,0.65);
		cursor: pointer;
	}

	.productSelect ul li:hover{
		background: #F5F5F5;
	}

	.productName{
		position: absolute;
		left: 50px;
		top:-10px;
		cursor: pointer;
		min-width: 120px;
		padding:0px 6px;
	}

	.productName:hover{
		background: #182A45;
	}

	.productName span{
		margin-left: 20px;
	}


	.publicHelp{
		position: absolute;
		left: 200px;
		top:4px;
		color:#FFFFFF;
		cursor: pointer;
	}
/*¹«¹²µÄ¶¥²¿²úÆ·Ñ¡ÔñºÍ°ïÖú*/

/*¹«¹²µÄÊ×Ò³*/
	.index-content{
		width: 100%;
		margin-top: 20px;
		margin-bottom: 22px;
	}

	.index-content .encodeVersion,.index-content {
		float: left;
	}

	.smallRoutine{
		float: right;
		width: 20%;
		background: #fff;
		/*border: 1px solid #CECECE;*/
		border-radius: 4px;
		padding:32px 2.1%;
	}

	.encodeVersion{
		width: 78.6%;
		margin-right: 1.4%;
		/*border: 1px solid #CECECE;*/
		border-radius: 5px;
		position: relative;
		min-height: 430px;
	}

	.encodeVersionNav{
		padding:16px 20px;
		font-size: 16px;
		color: rgba(0,0,0,0.85);
		font-weight: bold;
		border-bottom: 1px solid #E9E9E9;
		background: #fff;
	}

	.encodeVersionNav a{
		color:rgb(0,0,0,0.85);
	}

	.encodeVersionNav a:hover{
		color:#4A90E2;
	}
	.encodeInfo{
		width: 50%;
		height: 189px;
		padding:20px;
		float: left;
	}

	.encodeInfoTitle{
		position: relative;
		margin-bottom: 16px;
	}

	.encodeInfoTitle .titleText{
		font-family: MicrosoftYaHei;
		font-size: 14px;
		color: rgba(0,0,0,0.85);
		font-weight: bold;
	}

	.encodeInfoDescribe{
		font-size: 14px;
		color: rgba(0,0,0,0.45);
		margin-bottom: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		/*height: 80px;*/
	}

	.encodeInfoValid{
		position: relative;
		bottom: -20px;
	}

	.encodeInfoBox{
		height: 312px;
		text-align: center;
		background: #fff;
		padding:20px;
	}

	.encodeInfoBox img {
		width: 65%;
	}

/*	.contactWay{
		height: 56px;
		margin-top: 8px;
		background: #fff;
		padding:17px 24px;
	}*/

	.mutualBtn{
		position: absolute;
	}

	.mutualBtn img{
		width: 20px;
		cursor: pointer;
	}

	.debugSubmit{
		right: 0;
	}
	.serviceSubmit{
		right: 32px;
	}

	.residualNum{
		font-size: 12px;
		color: rgba(0,0,0,0.45);
	}

	.expiryDate{
		font-size: 12px;
		color: rgba(0,0,0,0.25);
		position: absolute;
		right: 0;
	}

	.defaultborderB{
		border-bottom: 1px solid #E9E9E9;
	}

	.defaultborderR{
		border-right: 1px solid #E9E9E9;
	}

	.defaultborderBr{
		border-bottom: 1px solid #E9E9E9;
		border-right: 1px solid #E9E9E9;
	}


	.QRCodeBox{
		margin-bottom: 28px;
		text-align: center;
	}

	.QRCodeBox img{
		width: 120px;
		margin-bottom: 10px;
	}

	.QRCodeBox p{
		font-family: PingFangSC-Regular;
		font-size: 14px;
		color: rgba(0,0,0,0.85);
		letter-spacing: 1.05px;
		margin:0px;
	}

	.contactEmail{
		font-size:12px;
		color: #909090;
		width:100%;
		/*margin-top: 30px;*/
		position: relative;
	    bottom: 0px;
	}

	.contactEmail p{
		text-align: center;
	}
/*¹«¹²µÄÊ×Ò³*/

/*APIÏà¹Ø*/
/*20200716 API·ÖÀàÐÞ¸Ä*/
.apiClassifyBox{
	margin:10px 20px;
}

.apiCenterBox{
	margin:10px 0px 0px 15px;
}

.apiDataBox{
	width: 332px;
	height: 180px;
	background: #fff;
	margin: 0px 5px 10px 5px;
	padding:16px 24px;
	border-radius: 4px;
	float: left;
	position: relative;
}

.apiDataBoxTop{
	padding:0px 20px 0px 63px;
	position: absolute;
	width: 308px;
}

.apiInfoIcon{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 39px;
	/*width: 100%;*/
}

.apiInfoTitle{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #303030;
	/*position: absolute;*/
	/*bottom: 99px;*/
	/*width: 100%;*/
}

.apiExplain{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0,0,0,0.45);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.apiPublicBtn{
	width: 80px;
	padding:4px 0px;
	border: 1px solid #4A90E2;
	border-radius: 4px;
	background: #fff;
	color:#4A90E2;
}

.apiPublicBtn2{
	width: 80px;
	padding:4px 0px;
	border: 1px solid #F5A623;
	border-radius: 4px;
	background: #fff;
	color:#F5A623;
}

.apiPublicBtn:hover{
	background: #4A90E2;
	color:#fff;
}

.apiPublicBtn2:hover{
	background: #F5A623;
	color:#fff;
}


.apiApply,
.apiSeeInfo{
	float: right;
}

.apiSurplusNum{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: rgba(0,0,0,0.45);
	position: absolute;
	bottom: 4px;
}

.apiStatus{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #77CABB;
	position: absolute;
	top:-10px;
	right: 20px;
}

.apiStatus2{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #FF5300;
	position: absolute;
	top:-10px;
	right: 20px;
}

.useAip{
	margin-right: 12px;
}

.apiBtnGroup{
	position: absolute;
	bottom: 20px;
	width: 87%;
}

.defaultTh2,.defaultTh3{
	display: none;
}
.apiApplyInfoBox{
	background: #fff;
	border-radius: 4px;
	margin-top: 10px;
	padding:20px 0px 30px 30px;
}

.apiApplyInfoLeft{
	width: 70%;
	float: left;
}

.apiApplyInfoRight{
	width: 30%;
	float: right;
	
}

.apiApplyInfoGuide{
	width: 300px;
    height: 397px;
    border: 0 solid #DDDCDA;
    box-shadow: 0 0 3px 0 #B7B7B7;
    text-align: center;
    display: none;
}

.apiApplyInfoGuide img{
	margin-top: 30px;
	width: 90%;
}

.apiApplyDescribe{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	letter-spacing: 0.82px;
	line-height: 24px;
	margin:0px;
}

.apiApplyDescribe img{
	width: 13px;
	margin-left: 6px;
}

.apiApplyDescribe span{
	color: rgba(0,0,0,0.85);
}

.applyNumPublic{
	padding:5px 10px;
	border: 1px solid #DEDEDE;
	border-radius: 2px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
	font-size: 14px;
	color: #303030;
	letter-spacing: 0.82px;
	position: relative;
	margin-top: 10px;
}

.applyNumSelect{
	border-color: #4A90E2;
	color: #4A90E2;
}

.applyNumImg{
	position: absolute;
	bottom: -1px;
	right: -1px;
	display: none;
}

.applyApiHelp{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	border:1px solid #4A90E2;
	color:#4A90E2;
	margin-left: 6px;
	background: #fff;
	display: none;
}

.apiApplyClassTitle{
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #303030;
	letter-spacing: 0.82px;
}

.apiPriceBox{
	margin: 20px 0px 0px 0px;
}

.apiPrice{
	font-size: 30px;
	color: #D0021B;
	letter-spacing: 1.75px;
}

.apiApplyBtn{
	/*width:300px;*/
	/*height: 50px;*/
	background: #4A90E2;
	border: 1px solid #4A90E2;
	border-radius: 4px;
	/*font-size: 20px;*/
	color: #FFFFFF;
	letter-spacing: 1.5px;
	/*line-height: 38px;*/
	float: left;
	margin-right: 20px;
}

.apiApplyBtn:hover{
	color:#ffffff;
}

.apiDocBox{
	/*width: 90%;*/
	min-height: 520px;
	background: #fff;
}

.apiDocColumn{
	float: left;
	height: 100%;
	overflow-y: auto;
}

/*APIÏêÇé½çÃæ¹ö¶¯Ìõ*/
.apiDocColumn::-webkit-scrollbar {
 width: 3px;
}

.apiDocColumn::-webkit-scrollbar-track {
 background-color:#fff;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}

.apiDocColumn::-webkit-scrollbar-thumb {
 background-color:#D8D8D8;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
/*APIÏêÇé½çÃæ¹ö¶¯Ìõ*/
.apiDocColumnHead{
	border-bottom: 1px solid #CECECE;
	background: #FAFAFA;
	padding-left: 24px;
}
.apiDocColumnCenter{
	padding:24px;
	height: calc(100% - 48px);
}
.apiDocColumnL{
	width: 260px;
	padding: 16px;
	border: 1px solid rgba(229,229,229,1);
}

.apiDocColumnR{
	width: calc(100% - 260px);
}

.apiDocHead{
	padding:17px 19px 15px 19px;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	margin-bottom: 16px;
}

.apiDocList{
	float: left;
	margin-bottom: -1px;
}

.apiDocListInfo{
	cursor: pointer;
	padding:6px 18px 2px 18px;
	margin:10px 0px 0px 0px;
	color: rgba(0,0,0,0.65);
	border-radius: 2px 2px 0px 0px;
}

.apiDocListInfo p{
	margin:0;
}

.apiDocName{
	font-size: 14px;
	line-height: 28px;
}

.apiDocProductId{
	font-size: 12px;
}

.apiDocActive{
	color: #4A90E2;
	background: #fff;
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #fff;
}

.apiDocColumnCTitle{
	color: rgba(0,0,0,0.85);
	line-height: 28px;
	margin: 0px;
}

.apiDocColumnCTitle1{
	font-size: 12px;
}

.apiDocColumnCTitle2{
	font-size: 16px;
}

.apiVariableParameter,
.apiVariableParameter2
{
	min-height: 48px;
	margin:12px 0px;
	background: rgba(244,244,245,0.20);
	border: 1px solid #DEDEDE;
}

.apiFixedParameter{
	padding:5px 0px;
	min-height: 48px;
	margin:12px 0px;
}

.apiFixedParameter input{
	border-radius: 2px;
	background: rgba(244,244,245,0.20);
	border: 1px solid rgba(217,217,217,1);
	width: 100%;
	padding:5px 12px;
}

.apiVariableParameter input,
.apiVariableParameter2 input{
	width: 100%;
	padding:0px 12px;
	min-height: 48px;
	border:none;
	font-size: 14px;
}

.apiDocBtnGroup{
	position: relative;
	color:#4A90E2;
}

.apiDocBtn{
	cursor: pointer;
}

.apiDocBtn:hover{
	text-decoration: underline;
}

.apiInterfaceDebug{
	color: #4A90E2;
	position: absolute;
	right: 10px;
	top: 0px;
	cursor: pointer;
	padding-right: 22px;
}

.apiInterfaceDebug:hover{
	color: #73ABEC;
}

.apiInterfaceDebug:hover>.debugLogo{
	background-image: url("/img/public/debug2.png");
}

.apiInterfaceDebug:active{
	color: #1C6BC7;
}

.apiInterfaceDebug:active>.debugLogo{
	background-image: url("/img/public/debug3.png");
}

.apiInterfaceDebug .debugLogo{
	width: 16px;
	height: 16px;
	margin-left: 6px;
	background-size: 100% 100%;
	background-image: url("/img/public/debug1.svg");
	position: absolute;
	right: 0;
	top:2px;
}

.apiFixedParameter p{
	margin-bottom:4px;
}

.apiFixedParameter .parameter{
	font-size: 12px;
	color: rgba(0,0,0,0.65);
}

.apiFixedParameter .parameterDescribe{
	font-size: 12px;
	color: rgba(0,0,0,0.65);
}

.apiDocClass{
	border-bottom: 1px solid #DEDEDE;
}

.apiDocClassLi{
	float: left;
	width: 88px;
	text-align: center;
	padding-bottom: 5px;
}

.apiDocClass a:link{ 
	text-decoration: none;
}

.apiDocClass a:hover {
	text-decoration:none;
}

.apiDocClass a:visited {
	text-decoration:none;
}

.apiDocClass a:active:{
	text-decoration:none;
}

.apiDocClassBtn{
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	line-height: 22px;
}

.apiDocClass .active{
	border-bottom: 2px solid #4A90E2;
	color: #4A90E2;
}

.apiDocClass .active .apiDocClassBtn{
	color: #4A90E2;
}

.apiDocColumnR .tab-pane{
	padding:20px 10px;
}

.apiStructureParameter{
	background: #FFFFFF;
	border: 1px solid #CECECE;
	height: 230px;
	padding:10px 14px;
	margin-bottom: 20px;
}

.apiDebugWindow{
	background: #FFFFFF;
	border: 1px solid #CECECE;
	min-height: 240px;
}

.apiDebugWindow pre{
	border:none;
	background: #fff;
}

.apiDocTitle{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.apiDocTitle span{
	font-weight: bold;
	font-size: 14px;
	color: rgba(0,0,0,0.85);
}

.apiDocTitleLine{
	position: absolute;
	left: 0px;
	top:1px;
	height: 16px;
	width: 4px;
	background: #4A90E2;
	border-radius: 2px;
}

.apiDocTitle2{
	color: rgba(0,0,0,0.85);
}

.apiDocDescribe{
	color: rgba(0,0,0,0.65);
}

.apiDocTable{
	width: 100%;
}

.apiDocTable tr th{
	background: #F4F4F5;
	font-size: 14px;
	color: rgba(0,0,0,0.85);
}

.apiDocTable tr td{
	font-size: 12px;
	color: rgba(0,0,0,0.65);
}

.apiDocTable tr th,
.apiDocTable tr td{
	padding:4px 21px;
	border:1px solid #dedede;
	min-width: 80px;
}

.apiTrEven{
	background: #FAFAFA;
}

.apiStatusScreen{
	position: absolute;
	right: 36px;
	bottom: 4px;
}

.apiStatusScreen li{
	float: left;
	margin-left: 22px;
	cursor: pointer;
}

.apiStatusActive{
	color:#4A90E2;
}

/*api申请*/
.apiCenterBox .applyTryoutList{
	max-width: 500px;
	padding:0px 0px 20px 48px;
	position: relative;
}

.apiCenterBox .applyTryoutList .title{
	position: absolute;
	left: 0;
	top:10px;
	color: rgba(0,0,0,0.65);
	font-family: PingFang SC;
	font-size: 16px;
	line-height: normal;
	letter-spacing: 0px;
}

.apiCenterBox .applyTryoutList input{
	width: 100%;
	height: 40px;
	border-radius: 4px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(222,222,222,1);
	padding:0px 16px;
	outline:none;
}

.apiCenterBox .applyTryoutList .errorTitle{
	position: absolute;
	left: 48px;
	bottom: 0;
	font-size: 12px;
	color:#ff4800;
}

.apiCenterBox .applyTryoutList input:focus{
	border-color: rgba(74,144,226,1);
}
/*APIÏà¹Ø*/
/*apiÉêÇë¼ÇÂ¼*/
	.receiptListBox{
		padding:20px 24px;
		background: #fff;
		margin-bottom: 16px;
		position: relative;
	}
	.receiptListBox table {
		width: 100%;
	}

	.receiptListBox table thead tr{
		background: #FAFAFA;
	}

	.receiptListBox table thead tr,
	.receiptListBox table tbody tr{
		border-bottom: 1px solid #E8E8E8;
	}

	.receiptListBox table thead tr th{
		padding:9px 0px 9px 24px;
	}


	.receiptListBox table tbody tr td{
		padding:12px 0px 12px 24px;
	}

	.orderStatus1{
		color: #18A689;
		font-size: 14px;
	}

	.orderStatus2{
		color: #D0021B;
		font-size: 14px;
	}

	.orderStatus3{
		color: #F5A623;
		font-size: 14px;
	}

	.codeOrder{
		font-size: 16px;
		font-weight: bold;
	}
/*apiÉêÇë¼ÇÂ¼*/

/*APIÕËºÅ*/
	.apiInfoLeft{
		width: 49.3%;
		height: 110px;
		background: #fff;
		padding:16px 24px;
		float: left;
	}

	.apiInfoRight{
		width: 49.3%;
		height: 110px;
		background: #fff;
		padding:16px 24px;
		float: right;
	}

	.apiInfoTitle1{
		font-size: 16px;
		color: rgba(0,0,0,0.85);
	}

	.apiInfoTitle2{
		font-size: 14px;
		color: rgba(0,0,0,0.65);
		/*padding-left: 24px;*/
	}

	.apiInfoBox hr{
		margin: 14px 0px
	}

	.apiListInfoBox{
		background: #fff;
		border-radius: 4px;
		margin-top: 10px;
		padding:20px 24px;
	}
/*APIÕËºÅ*/
/*API±í¸ñ°´Å¥*/
	.codePublicDataTbody .operate,
	.codePublicDataTbody2 .operate{
		position: relative;
	}


	.codePublicDataTbody .operate .operates,
	.codePublicDataTbody2 .operate .operates{
		width: 36px;
		height: 36px;
		border-radius: 18px;
		position: absolute;
		top:2px;
		cursor: pointer;
		margin-left: -8px;
	}

	.codePublicDataTbody .operate .operateIcon,
	.codePublicDataTbody2 .operate .operateIcon{
		position: absolute;
		top:10px;
		left: 10px;
		width: 14px;
	}

	.codePublicDataTbody .operate .operates:hover,
	.codePublicDataTbody2 .operate .operates:hover{
		background: #fff;
	}

	.operate2{
		left: 20%;
	}

	.operate3{
		left: 30%;
	}
/*API±í¸ñ°´Å¥*/


/*±í¸ñÉ¾³ýÌáÊ¾*/
	.tableDelTitle{
		/*width: 256px;*/
		padding:10px 16px;
		position: absolute;
		top:36px;
		right: 0;
		z-index: 99;
		background: #FFFFFF;
		box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
		border-radius: 4px;
		display: none;
	}

	.tableDelTitle .hint{
		position: absolute;
		top:12px;
		left: 20px;
	}


	.tableDelTitle .triangle{
		position: absolute;
		top: -8px;
		right: 10px;
	}

	.tableDelTitleInfo{
		padding-left: 37px;
		font-size: 12px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}

	.tableDelTitle .hintBtnGroup{
		float: right;
		margin-top: 10px;
	}

	.hintBtnGroup .hintSubmit{
		padding: 1px 6px;
		background: #4A90E2;
		border-radius: 4px;
		font-size: 12px;
		color: #FFFFFF;
		border: 1px solid #4A90E2;
		margin-left: 8px;
	}

	.hintBtnGroup .hintCancel{
		padding: 1px 6px;
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.25);
		border-radius: 4px;
		font-size: 12px;
		color: rgba(0,0,0,0.45);
	}
/*±í¸ñÉ¾³ýÌáÊ¾*/

/*È¨ÏÞÅäÖÃ±à¼­*/
.roleInfoEdit img{
	width: 14px;
}
/*È¨ÏÞÅäÖÃ±à¼­*/

/*ÓÃ»§È¨ÏÞÅäÖÃ*/
	.roleResourceTitle{
		width: 16%;
		float: left;
	}

	.roleResourceModule{
		width: 16%;
		float: left;
	}

	.roleResourceFunction{
		width: 68%;
		float: left;
	}

	.roleResourceConfigList{
		padding-bottom: 30px;
	}

	.roleResourceConfigOpt{
		padding-bottom: 10px;
	}

	.roleResourceConfigOpt2,.roleResourceConfigOpt3{
		float: left;
	}

	.roleResourceConfigOpt3{
		padding-left: 20px;
	}

	.roleAuthsSubmit{
		background: #4A90E2;
		border-radius: 2px;
		color: #fff;
		width: 83px;
		border: none;
		padding:4px 8px;
	}
/*ÓÃ»§È¨ÏÞÅäÖÃ*/

/*ÓÃ»§¹ÜÀí*/
	.userManageSelect{
		position: absolute;
	    left: 450px;
	    top: 0px;
	}

	.userManageSelect .title{
		float: left;
		line-height: 30px;
	}
/*ÓÃ»§¹ÜÀí*/

/*¹«¹²µÄ·µ»Ø*/
	.publicBack {
	    position: absolute;
	    left: 20px;
	    /*top: 21px;*/
	    cursor: pointer;
	}
/*¹«¹²µÄ·µ»Ø*/

/*Ã»ÓÐ½á¹û*/
.noResult{
	width:100%;
	padding: 60px;
	text-align: center;
}
.noResultTitle{
	font-style: 14px;
	color: #303030;
	padding-top: 30px;
	font-family: PingFangSC-Regular;
}
/*Ã»ÓÐ½á¹û*/

/*Ä£Ì¬¿òÑùÊ½*/
.publicModalContent{
	width:500px;
	min-height: 180px;
	margin:0 auto;
	top:200px;
	/*Í³Ò»ÑùÊ½*/
	background: #FFFFFF;
	box-shadow: 0 6px 16px -8px rgba(0,0,0,0.08), 0 9px 28px 0 rgba(0,0,0,0.05), 0 12px 48px 16px rgba(0,0,0,0.03);
	border-radius: 4px;
	border:none;
}

.modal-content{
	/*Í³Ò»ÑùÊ½*/
	background: #FFFFFF;
	box-shadow: 0 6px 16px -8px rgba(0,0,0,0.08), 0 9px 28px 0 rgba(0,0,0,0.05), 0 12px 48px 16px rgba(0,0,0,0.03);
	border-radius: 2px;
	border:none;
}

/*¹«¹²µÄ±êÇ©Ò³Í·²¿*/
.publicTabNav{
	background: #fff;
	padding:0px 12px;
	border-bottom: 1px solid #D8DADD;
}

.publicTabNav li{
	float: left;
    list-style-type: none;
    position: relative;
    display: block;
    margin:0px 20px;
}

.publicTabNav li a{
	padding:16px 16px 12px 16px;
	color: rgba(0,0,0,0.65);
	border-bottom: 1px;
	margin-bottom: -1px;
}

.publicTabNav li a:focus{
	background: #fff;
}

.publicTabNav li a:hover{
	background: #fff;
}

.publicTabNav .active a{
	color: #4A90E2;
	font-family: PingFang SC;
	border-bottom: 2px solid #4A90E2;
}
/*¹«¹²µÄ±êÇ©Ò³Í·²¿*/

.publicAddOne,.publicDelOne,.publicDelTwo{
	cursor: pointer;
}


/*ËùÓÐ±í¸ñ½öÏÔÊ¾1ÐÐ³¬³öºóÊ¡ÂÔÏÔÊ¾*/
.publicTableBox table ,.publicTableStyle{
	table-layout: fixed;
}

.publicTableBox td,
.publicTableStyle td{
	/*ÉèÖÃÄÚÈÝµÖ´ïÈÝÆ÷±ß½ç»á²»»á×ªµ½ÏÂÒ»ÐÐ*/
	white-space: nowrap;
	/*²»ÏÔÊ¾³¬¹ý¶ÔÏó³ß´çµÄÄÚÈÝ£¨Õâ¸ö¾ø¶Ô²»ÄÜÉÙ£©,Ò²¾ÍÊÇËµÉèÖÃtdÀïÃæµÄÊý¾ÝÎÞÂÛÓÐ¶àÉÙ£¬¶¼²»»á»»ÐÐ*/
	overflow: hidden;
	/*½«±»Òþ²ØµÄÄÇ²¿·ÖÓÃÊ¡ÂÔºÅ´úÌæ¡£*/
	text-overflow: ellipsis;
}
/*ËùÓÐ±í¸ñ½öÏÔÊ¾1ÐÐ³¬³öºóÊ¡ÂÔÏÔÊ¾*/

.operate{
	overflow: visible;
}

/*¹«¹²µÄÄ£Ì¬¿òÄÚÁÐ±í*/
.publicModalDataList{
	margin-bottom: 20px;
	position: relative;
}

.errorHintText{
	font-size: 12px;
	color: red;
}

.publicModalDataList .errorHintText{
	
	position: absolute;
	bottom: -18px;
	left: 0;
}
/*¹«¹²µÄÄ£Ì¬¿òÄÚÁÐ±í*/

/*¹«¹²µÄÊäÈë¿ò*/
.publicInputText{
	border-radius: 2px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(217,217,217,1);
    padding: 6px 12px;
    width: 100%;
    color: rgba(0,0,0,0.65);
    height: 34px;
}



.publicTextarea{
	resize:none;
	min-height: 60px;
    padding: 10px!important;
    box-sizing: border-box !important;
    border-color: #ccc;
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgba(217,217,217,1);
}

.publicSelect{
	border-radius: 2px;
    /*background: rgba(255,255,255,1);*/
    border: 1px solid rgba(217,217,217,1);
    padding: 6px 34px 6px 12px;
    width: 100%;
    color: rgba(0,0,0,0.65);
    height: 34px;
}

.publicSelect option{
	color:rgba(0,0,0,0.65);
}

.publicInputText:focus,.publicSelect:focus{
	border-color: #1890FF;
}
/*¹«¹²µÄÊäÈë¿ò*/

/*¹«¹²µÄËÑË÷ÏÂÀ­¿ò*/
.publicSearchSelectBox,
.publicSearchSelectBox2,
.publicSearchSelectBox3{
	position: relative;
}

.publicSearchSelectBox .arrow,
.publicSearchSelectBox2 .arrow,
.publicSearchSelectBox3 .arrow{
	width:14px;
	cursor: pointer;
	position: absolute;
    right: 8px;
    top: 10px;
}

.publicSearchSelectBox ul,
.publicSearchSelectBox2 ul,
.publicSearchSelectBox3 ul{
	display: none;
    position: absolute;
    width: 100%;
    border-radius: 2px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
    z-index: 100;
    max-height: 160px;
    overflow-y: auto;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.publicSearchSelectBox ul li,
.publicSearchSelectBox2 ul li,
.publicSearchSelectBox3 ul li{
	padding: 6px 12px;
    background: #fff;
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    cursor: pointer;
}

.publicSearchSelectBox ul li:hover,
.publicSearchSelectBox2 ul li:hover,
.publicSearchSelectBox3 ul li:hover{
	background: rgba(0,0,0,0.05);
}

.publicSearchSelectBox input,
.publicSearchSelectBox2 input,
.publicSearchSelectBox3 input{
	padding-right: 34px;
}


/*ÊäÈë¿òÏÂÀ­¿ò½ûÖ¹²Ù×÷ÑùÊ½*/
select:disabled,input:disabled,button:disabled{
	background: rgba(0,0,0,0.05);
}

select {

  /*Èý½Ç1£ºÏÈ½«Ä¬ÈÏµÄselectÑ¡Ôñ¿òÑùÊ½Çå³ý*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  
  /*Èý½Ç2£ºÔÚÑ¡Ôñ¿òµÄ×îÓÒ²àÖÐ¼äÏÔÊ¾Ð¡¼ýÍ·Í¼Æ¬*/
  background: url('/img/public/down.png') no-repeat scroll right center transparent;
  background-position: calc(100% - 8px) 10px;
  background-size: 14px;
  
  /*Èý½Ç3£ºÎªÏÂÀ­Ð¡¼ýÍ·Áô³öÒ»µãÎ»ÖÃ£¬±ÜÃâ±»ÎÄ×Ö¸²¸Ç*/
  padding-right: 32px;
   
}
  
/*Çå³ýieµÄÄ¬ÈÏÑ¡Ôñ¿òÑùÊ½Çå³ý£¬Òþ²ØÏÂÀ­¼ýÍ·*/
select::-ms-expand { display: none; }


/*¹«¹²×ÊÔ´·ÖÀàÉ¸Ñ¡*/
.termClassBox, .apiClassifyBox {
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 16px 30px 16px 100px;
    position: relative;
}

.termClassBox .title, .apiClassifyBox .title {
    position: absolute;
    left: 30px;
    top: 18px;
}

.termClassBox ul li, .apiClassifyBox ul li {
    padding: 2px 8px;
    float: left;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    cursor: pointer;
    margin: 0px 7px;
}

.termClassBox .pitchOn, .apiClassifyBox .pitchOn {
    background: #4A90E2;
    border-radius: 4px;
    color: #fff;
}
/*¹«¹²×ÊÔ´·ÖÀàÉ¸Ñ¡*/

/*ÎÄ¼þµ¼Èë*/
.dictImportSchedule{
	width:70%;
	min-width: 700px;
	height: 40px;
	margin:0 auto;
	position: relative;
	margin-top: 20px;
}

.dictImportScheduleLine{
	width:49.5%;
	border: 1px solid #E9E9E9;
	position: absolute;
	top:19px;
}

.dictImportScheduleLineOne{
	left: 0px;
}

.dictImportScheduleLineTwo{
	right: 0px;
}

.dictImportScheduleDot{
	width:12px;
	height: 12px;
	background: #FFFFFF;
	position: absolute;
	top:14px;
	z-index:99;
}

.dictImportScheduleDotOne{
	left: 0px;
}

.dictImportScheduleDotTwo{
	left: 49.8%;
}

.dictImportScheduleDotThree{
	right: 0px;
}

.dictImportDot{
	width:8px;
	height: 8px;
	border-radius: 4px;
	background: #BFBFBF;
	position: absolute;
	top:2px;
	left: 1px;
}

.dictImportDotActive{
	width:10px;
	height: 10px;
	background: #1890FF;
	border-radius: 5px;
	position: absolute;
	top: 1px;
	left: -1px;
}

.dictImportDotActive2{
	width:8px;
	height: 8px;
	background: #1890FF;
	border-radius: 4px;
	position: absolute;
	top: 1px;
}

.dictImportScheduleLineActive{
	border-color: #1890FF;
}

.dictImportTitle{
	position: absolute;
	bottom: -26px;
	left: -26px;
	width:100px;
	font-size: 16px;
}

.dictImportFileBox{

	width: 552px;
	min-height: 400px;
	/*padding-left: 85px;*/
	margin: 0 auto;
	margin-top: 60px;
}

/*.dictImportFile{
	width:100%;
	height: 100px;
	min-width: 433px;
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
}*/

.dictImportInfoList{
	position: relative;
	margin-bottom: 30px;
}

.dictImportInfoListTitle{
	font-size: 14px;
	color: rgba(0,0,0,0.85);
}

.dictImportFileInteriorBox{
	width:100%;
	height: 126px;
	margin:0 auto;
	border: 1px dashed rgba(0,0,0,0.15);
	border-radius: 4px;
	margin-top: 6px;
	cursor: pointer;
	background: rgba(0,0,0,0.02);
}

.dictImportFileInteriorBox div{
	padding-left:55px;
	margin:0 auto;
	position: relative;
	width:50%;
	top:44px;
	
}

.dictImportFileInteriorBox img{
	width:40px;
	position: absolute;
	left: 0px;
}

.dictImportFileInteriorBox p{
	font-size: 14px;
	color: #909090;
	line-height: 42px;
}

.dictImportInput{
	width:100%;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 2px;
	padding:5px 12px;
}

.dictImportInput:focus{
	border-color: #4A90E2;
}

.dictImportTextarea{
	width: 100%;
	height: 72px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 4px 12px;
    resize: none;
}
/*ÎÄ¼þµ¼Èë*/

.dictNameEdit img, .mappingNameEdit img, .roleInfoEdit img, .dictNameEditNo img {
    width: 14px;
}

/*ÊõÓïä¯ÀÀÆ÷*/
.dictBrowserBox{
	height: 100%;
	/*background: #fff;*/
	padding:16px 0px 16px 16px;
}

.dictBrowserTree span,.dictBrowserTreeOther span{
	padding: 4px;
	color: rgba(0,0,0,0.65);
	cursor: pointer;
	text-align: justify;
	display: inline-block;
}

.dictBrowserTree p{
	position: relative;
	padding-left: 14px;
	margin-bottom: 0;
}

.dictBrowserTree p img{
	position: absolute;
	top:9px;
	left: 0px;
}


.dictBrowserLeft{
	width: 20%;
	/*min-width: 233px;*/
	float: left;
	height: 100%;
	background: #fff;
	border-right: 1px solid #E8E8E8;
}

.dictBrowserLeftNav{
	padding:16px;
	border-bottom: 1px solid #E8E8E8;
}

.dictBrowserTreeBox{
	height: calc(100% - 65px);
	padding:16px;
	/*min-height: 500px;*/
	overflow-y: auto;
}

.treeSwitch,.treeSwitch2{
	width: 10px;
	margin-right: 4px;
	cursor: pointer;
}

.treeSwitchOn{
	-moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3); 
}

.dictBrowserTreeLiChild{
	padding-left: 18px;
}

.conceptBrowserTree span {
    padding: 4px;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

.treeDataActive{
	background: #BBE7FF;
	border-radius: 2px;
}
.dictBrowserRight{
	width: 80%;
	float: right;
	height: 100%;
	background: #fff;
	padding:16px;
	overflow-y: auto;
}

.dictSynonym{
	margin-bottom: 10px;
}

.dictSynonymBox{
	padding:10px 0px;
}

.dictSynonymList{
	padding-left: 35px;
	position: relative;
	margin-bottom: 10px;
}

.dictSynonymList img{
	position: absolute;
	left:0;
	top:8px;
	width: 18px;
}

.addSynonym img{
	margin-right: 10px;
	width: 18px;
	cursor: pointer;
}

.addSynonym span{
	cursor: pointer;
}

.delSynonym{
	cursor: pointer;
}


/*ÊõÓïä¯ÀÀÆ÷*/

.tdOverflowHidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*±àÂë²éÑ¯*/
.classifySearchInputBox{
	padding:16px 24px 0px 24px;
	background: #fff;
}

.classifySearchConditionList{
	position: relative;
	padding-bottom: 16px;
}


#currentPage:focus{
	border-color: #288df0;
}
/*»úÆ÷±àÂë*/
.addMetaTypeBtn {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 2px;
    font-size: 14px;
    color: #303030;
    padding: 6px;
    text-align: center;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.codePublicCenter2 {
    margin: 20px;
    /* width: 96.4%; */
    /* min-width: 930px; */
    /* min-height: 84vh; */
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 0px 40px 0px;
    position: absolute;
    background: #fff;
    opacity: 0.95;
    width: 100%;
    height: calc(100% - 4px);
    z-index: 99;
    top: -17px;
    left: -20px;
    display: none;
}
.mappingLoding {
    text-align: center;
    padding-top: 108px;
}

.mappingLoding img {
    width: 110px;
    margin-bottom: 10px;
}

.mappingLoding p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(0,0,0,0.65);
    letter-spacing: 1.2px;
}

.mappingSearchBox{
	padding:10px 0px;
}

.manpowerMappingActive{
	color: #609CE5;
    background: #EDF4FA;
}

.manpowerMappingActive:active{
	color: #609CE5;
    background: #EDF4FA;
}

.publicPre {
    background: #fff;
    border-color: #fff;
    padding: 0px;
}

/*»úÆ÷±àÂë*/

/*sparkÒ³Ãæ±êÇ©*/
.sparkTabTitle{
	padding:18px 24px;
	color: rgba(38,38,38,1);
	background: #fff;
	font-family: PingFang SC;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
	margin-bottom: 16px;
}
/*sparkÒ³Ãæ±êÇ©*/


/*ÓïÒå±êÇ©²¿·Ö*/
.optLabelBox{
	width: 100%;
	padding:10px 0px 10px 7.3%;
	overflow-y: auto;
}

.optLabelBoxParentLi{
	margin-bottom: 8px;
}

.optLabelBoxChildLi{
	margin-top: 8px;
}

.optLabelBoxParentLi .parentsIcon{
	margin-right: 8px;
}

.parentsIcon2 {
	transform: rotate(-90deg);
	ms-transform: rotate(-90deg); /* IE 9 */
	moz-transform: rotate(-90deg); /* Firefox */
	webkit-transform: rotate(-90deg); /* Safari and Chrome */
	o-transform: rotate(-90deg); /* Opera */
}

.optLabelInfo img{
	margin-right: 8px;
	width: 14px;
}

.optLabelBoxChildUl{
	padding-left: 40px;
}

.optLabelInfo,.parentsIcon{
	cursor: pointer;
}
.labelConfigCleanUp{
	float: left;
	color: rgba(74,144,226,1);
}
/*ÓïÒå±êÇ©²¿·Ö*/

/*ÊÔÓÃÌáÊ¾*/
.publicTryoutHint {
    color: rgba(0,0,0,0.45);
    font-size: 12px;
    margin-left: 10px;
}
/*ÊÔÓÃÌáÊ¾*/
/*ËÑË÷ÃÉ°æ*/
.searchMasking,
.searchMasking2{
	width: 100%;
	height: 100%;
	background: #fff;
	position:absolute;
	opacity: 0.9;
	z-index: 9999;
	text-align: center;
	padding-top:4%;
	display: none;
	left: 0;
	top:0;
}

.searchMasking img,
.searchMasking2 img{
	width: 80px;
	margin-top: 10%;
}

/*ÌØÊâ´¦Àí²¿·Öä¯ÀÀÆ÷µ¯³öÄ£Ì¬¿ò³öÏÖ¹ö¶¯ÌõÇé¿ö*/
.modal-open::-webkit-scrollbar {
	width: 0px;
}
/*ÌØÊâ´¦Àí²¿·Öä¯ÀÀÆ÷µ¯³öÄ£Ì¬¿ò³öÏÖ¹ö¶¯ÌõÇé¿ö*/


/*Ä£Ì¬¿ò±í¸ñ*/
.publicModalTableOne{
	width: 100%;
}

.publicModalTableOne thead tr,
.publicModalTableOne tbody tr{
    border-bottom: 1px solid #DEDEDE;
}

.publicModalTableOne thead tr th{
	padding: 6px 0px 6px 16px;
    font-weight: 400;
    color: rgba(191, 191, 191, 1);
    position: sticky;
	top: 0; /* ¹Ì¶¨ÔÚ¶¥²¿ */
	background-color: white; /* ÉèÖÃ±³¾°É«ÒÔ±ÜÃâÄÚÈÝÉÁË¸ */
	z-index: 10; /* È·±£Î»ÓÚ±í¸ñÄÚÈÝÖ®ÉÏ */
	font-size: 14px;
}

.publicModalTableOne tbody tr td{
    padding: 18px 0px 18px 16px;
    font-size: 14px;
    position: relative;
    color: rgba(0, 0, 0, 0.65);
}

/*Ë«»÷ÊõÓïÓ³ÉäÌáÐÑ*/
.dbClickMappingHint{
	position: absolute;
    padding: 5px 16px;
    background: #ECF5FF;
    border: 1px solid #C1DEFF;
    border-radius: 2px;
    left: calc(50% - 159px);
    top:-10px;
    display: none;
}



.dbClickMappingHint img{
	margin-right: 10px;
}

.dbClickMappingHint .clickBtn{
	color:#4990E2;
	margin-left: 60px;
	cursor: pointer;
}

.dbClickMappingHint .clickBtn:hover{
	color:#92BFF1;
}

.dbClickMappingHint .clickBtn:active{
	color:#377CCD;
}


/*ÊÚÈ¨Ðí¿É*/
.empowerInfo .titles {
    color: rgba(140, 140, 140, 1);
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
}

.empowerInfo .empowerList {
    border-radius: 2px;
    background: rgba(236, 245, 255, 1);
    border: 1px solid rgba(150, 197, 252, 1);
    color: rgba(74, 144, 226, 1);
    padding: 1px 8px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0px;
}

/*ÊÚÈ¨Ðí¿É*/


/*¹«¹²µÄ¸´Ñ¡¿ò*/

.publicCheckbox{
	position: relative;
	padding-left: 20px;
}
.publicCheckbox input[type="checkbox"] {
  display: none; /* Òþ²ØÔ­Éú¸´Ñ¡¿ò */
}
 
.publicCheckbox .checkmark {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,0.15);
  margin-right: 4px;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.publicCheckbox .checkTitle{
  color: rgba(0,0,0,0.65);
  font-family: PingFang SC;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0px;
  cursor: pointer;
  font-weight: 400;
}

.publicCheckbox .checkmark:hover{
  border-color:rgba(115,171,236,1);
}

.publicCheckbox .checkmark:active{
  border-color:rgba(74,144,226,1);
}

.publicCheckbox input[type="checkbox"]:checked + .checkmark{
  background: rgba(74,144,226,1);
}

.publicCheckbox input[type="checkbox"]:checked + .checkmark:hover{
  background: rgba(115,171,236,1);
}

.publicCheckbox input[type="checkbox"]:checked + .checkmark:active{
  background: rgba(28,107,199,1);
}
 
.publicCheckbox input[type="checkbox"]:checked + .checkmark::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); /* ´´½¨Ò»¸ö´ò¹´µÄÐÎ×´ */
}

.publicCheckbox input[type="checkbox"]:disabled + .checkmark,
.publicCheckbox input[type="checkbox"]:disabled + .checkmark:active,
.publicCheckbox input[type="checkbox"]:disabled + .checkmark::before{
	background: #dedede;
}

.publicCheckbox input[type="checkbox"]:disabled + .checkmark:hover{
	background: #dedede;
  	border:1px solid rgba(0,0,0,0.15);
}

.publicCheckboxDisabled .checkmark{
	background:rgba(191,191,191,0.2);
}

.publicCheckboxDisabled .checkmark:hover{
	border:1px solid rgba(0,0,0,0.15);
}

.publicCheckboxDisabled .checkTitle{
	color:rgba(191,191,191,1);
}
/*¹«¹²µÄ¸´Ñ¡¿ò*/

/*公共的模态框搜索*/
.publicModalSearchBox{
	width: 100%;
}

.publicModalSearchBox input{
	border-radius: 2px 0px 0px 2px;
	width: calc(100% - 72px);
	float: left;
}

.publicModalSearchBox button{
	float:right;
	width: 72px;
	padding:7px 8px;
	border-radius:0px 2px 2px 0px;
}
/*公共的模态框搜索*/
/*Loading*/
.publicLoadingBox{
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}

.loader {
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
}
 
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Loading*/