.button-active {
	/* background-image: linear-gradient(-180deg, #FD6B6B 0%, #EC5840 100%); */
	background: #134CA3;
	border: 0 solid #C4CCCC;
	border-radius: 2px;
	width: 52px;
	height: 25px;
	color: #fff;
}
.button-default {
	background-image: linear-gradient(-180deg, #FEFEFF 0%, #F9F8F9 100%);
	border: 0 solid #C4CCCC;
	border-radius: 2px;
	width: 52px;
	height: 25px;
}
.layui-layer-page .layui-layer-title {
	height: 40px;
	background:#fff;
	color: #333333;
	letter-spacing: 0;
}
/* .layui-layer-dialog .layui-layer-ico {
	background: url('../images/关闭.png') no-repeat;
} */
/*.layui-layer-setwin .layui-layer-close1 {
	/*background: url('../images/close.png') no-repeat;*/
	/*background-position: 0px 0px !important;
}*/

/* 提示样式 */
.aja-icon-hint {
	width: 34px;
	height: 34px;
}
.hint-text {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 95px;
	padding-left: 10px;
}
.aja-icon-hint {
	margin-left: 40px;
}
.active-content {
    padding-left: 57px;
    padding-right: 35px;
    text-indent: -22px;
    margin-bottom: 40px;
    color: #787878;
}
.active-content > a {
    color: #1E9FFF;
    text-decoration: underline;
}
/* .hint-foot {
	background: #f5f5f5;
	height: 49px;
	border-top: 1px solid #dedede;
} */
.layui-layer-btn- > a {
	margin: 10px 0 0 15px !important;
	background: #134CA3;
	/* background-image: linear-gradient(-180deg, #FD6B6B 0%, #EC5840 100%); */
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	/* width: 52px; */
	height: 25px;
	text-align: center;
	color: #fff;
	padding: 0 14px !important;
	font-size: 12px;
	box-sizing: border-box;
}
.layui-layer-btn- > .layui-layer-btn0 {
	background: #007AFF;
}
.layui-layer-btn- > .layui-layer-btn0:hover {
    background: #D5E1F2;
    border: 1px solid #A3BDE3;
    color:#000;
}
.layui-layer-btn- > .layui-layer-btn0:hover {
	    background: #D5E1F2;
    border: 1px solid #A3BDE3;
}
/* .hint-foot > button:first-child {
	margin-left: 315px;
} */
.layui-layer-btn- {
	/*background: #f5f5f5;*/
	height: 49px;
	border-top: 1px solid #dedede;
	padding: 0 20px 0 5px !important;
}
.layui-layer-btn- .layui-layer-btn1, .layui-layer-btn- .layui-layer-btn2 {
	/*background: #FEFEFF;
	background-image: linear-gradient(-180deg, #FEFEFF 0%, #F9F8F9 100%);*/
    background-color: #FDFDFD;
    color: #333333;
    border: 1px solid #ABABAB
}

.layui-layer-btn- .layui-layer-btn1:hover {
	/*background: #FEFEFF;
	background-image: linear-gradient(-180deg, #FEFEFF 0%, #F9F8F9 100%);*/
     background: #D5E1F2;
    border: 1px solid #A3BDE3;
    color:#000;
}
.layui-layer-btn- .layui-layer-btn2 {
	float: left;
}
/* 选择框样式 */

.aja-height130 {
	height: 130px;
	line-height: 100px;
}
.aja-height130 > span, .aja-height226 > span, .aja-height142 span, .aja-height186 > span {
	color: #787878;
	margin-left: 40px;
	position: relative;
	display: inline-block;
	min-width: 56px;
}
.aja-height130 > select, .aja-height130 > input[type=text],.aja-height130 > input[type=password], .aja-height226 > input[type=text],.aja-height226 > input[type=password], .aja-height142 select, .aja-height142 > input, .aja-height186 > input {
	background-image: linear-gradient(-180deg, #FEFEFF 0%, #F9F8F9 100%);
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	width: 300px;
	height: 26px;
	margin-left: 20px;
	box-sizing: border-box;
	padding-left: 10px;
	/* color: rgb(126,126,126) */
}
.aja-height142 select option:first-child {
	color: rgb(126,126,126);
}
.aja-height130 > input[type=text], .aja-height226 > input[type=text],.aja-height226 > input[type=password], .aja-height142 > input, .aja-height186 > input {
	background: #fff;
}
.aja-height226 {
	height: 206px;
	padding-top: 20px;
}

.aja-height226 > input[type=password],.aja-height226 > input[type=text], .aja-height142 > select, .aja-height142 > input, .aja-height186 > input {
	margin-bottom: 16px;
}
.aja-height142 {
	height: 122px;
	padding-top: 40px;
}
.aja-suggest {
	color: #787878;
	font-size: 12px;
	position: absolute;
	line-height: 14px;
	top: 70px;
	left: 118px;
}
.aja-height130 .verification-code {
	width: 240px !important;
}
.aja-height130 .verification {
	color: #1F8EFA;
	margin-left: 10px;
}
.aja-height130 .verification button{
	border: 0;
	background: transparent;
	color: #1F8EFA;
	cursor: pointer;
}
.aja-height186 {
	height: 166px;
	padding-top: 20px;
}

.layui-form-select dl {
    top: 26px;
}
.layui-form-select dl dd, .layui-form-select dl dt {
    line-height: 30px;
}
.aja-height142 .layui-form-select dl dd {
	padding-left: 30px !important;
	position: relative;
}

.aja-height142 .layui-form-select dl dd.layui-this::after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/selected.png) no-repeat center center;
	position: absolute;
	top: 8px;
	left: 10px;
}
.layui-layer-page .layui-layer-content {
	overflow: visible !important;
}
.layui-layer-page .layui-layer-content #part ,.layui-layer-page .layui-layer-content #entrust {
	overflow: auto;
	height: 100%;
}
.layui-form-select dl dd.layui-this {
    background: #fff;
    color: #000;
}

.aja-height142 .layui-form-select {
	width: 280px;
	display: inline-block;
	height: 24px;
	margin: 0 0 16px 10px;
}
.aja-height142 .layui-form-select input {
	height: 24px;
	background-image: linear-gradient(-180deg,#fefefe 0%,#f9f8f9 100%);
}
.aja-height142 .layui-form-select .layui-edge {
	border-top-color: #554b4b;
}
.aja-height142  span {
	line-height: 28px;
}
.aja-height142 .layui-form-radio {
	margin: 0;
	margin-left: 10px;
}
.aja-height142 .layui-form-selected input {
	background: rgba(0, 0, 0, 0.1) !important;
}


.select li {
    /* background: #fff; */
    height: 30px;
    line-height: 30px;
    
}
.select li:hover {
    background: #f5f5f5;
}
.select ul {
    width: 180px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
}



.aja-test {
	line-height: 40px;
	padding-left: 60px;
	padding-top: 20px;
	vertical-align: middle;
	box-sizing: border-box;
}
.layui-form-radioed>i {
    color: #007AFF;
}
.layui-form-radioed>i:hover {
	color: #007AFF;
}
.templet-selected {
	visibility: hidden;
}
#detail {
	padding: 13px 16px;
}
#detail .filter-box {
	display: inline-block;
}
#detail .layui-nav-child dd a {
	width: 100px;
	height: 25px;
	line-height: 25px;
	box-sizing: border-box;
}
#detail .border-none {
	border: 0;
}
#detail tr {
	cursor: auto;
}
#detail thead tr {
	cursor: pointer;
	background: #fcfafa;
}


#lol {
	padding: 30px 50px;
	/* height: calc(100% - 60px); */
	overflow: auto !important;
    position: relative;
    width: 595px;
    margin: 0 auto;
    font-size: 16px;
    /* border: 1px solid #d1d1d1; */
    margin-top: 20px;
}
#lol .lol-header {
	text-align: center;
	font-size: 26px;
	color: #000000;
	position: relative;
	/* font-weight: bold; */

}
#lol .lol-header .header2 {
	position: absolute;
	right: 0;
    top: 0;
    font-size: 16px;
	color: #000;
	font-weight: normal;
}
.lol-title {
	margin-top: 50px;
	margin-bottom: 60px;
}
.lol-tr0 {
	margin-top: 30px;
}
#lol .key {
	padding-right: 40px;
}
#lol .key1 {
    position: relative;
    top: 33px;
}
/* .blue {
	color: #0079C0;
} */
/* .lol-content {
	margin-top: 50px;
} */
#lol > .lol-content > div > span {
    display: inline-block;
    width: 240px;
}
.lol-content .td {
	padding-left: 100px;
	margin-top: 16px;
}
.lol-content .blue {
	padding-right: 50px;
}
#lol .text {
	/* width: 670px; */
	color: #212C3A;
    margin-top: 46px;
    margin-bottom: 46px;
}
#lol .er {
	position: absolute;
	top: 80px;
	right: 50px;
}

#selectText table td{
	height: 30px;
	padding-left: 40px;
}

#backletterRevamp {
	padding: 20px 20px;
}
