.ui-selectmenu-menu div.ui-menu-item-wrapper{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}
/* 原有样式 */
.hide {
    display: none !important;
}
.tool-default .result-value {
	display: none
}
.tool-wyhtjf .calculate-result .result-detail{
	display:none;
}
.tool-wyhtjf .content .bl-style, .tool-wyhtjf .content .bs-style{
	display:none;
}
.fd-hidden {
  display: none;
}
.tool-wyhtjf .ui-selectmenu-menu li:first-child{
	display:none;
}
.tool.mjjdlx {
	padding-right: 8px;
}
html, #wrapper, #calculator-wrappers{
	min-height: 100vh !important;
	height:auto !important;
}
html, #wrapper,#calculator-wrappers.fd-document-height{
	min-height: auto !important;
	height:auto !important;
}
input.error, span.error{
	
	    border-color: #FF0000;
}
.required:before {
    content: '*';
    color: #FF0000;
}
input[type=text] {
	height:32px;
	border:1px solid rgba(209,209,209,1);
	opacity:1;
	border-radius:2px;
	padding-left: 3px;
}
input[type="radio"] {
	margin-right: 4px;
}
/* 单选按钮组 */
.radio-box {
	display: inline-block;
	width:70px;
	height:32px;
	background:rgba(255,255,255);
	border:1px solid rgba(0,115,247,1);
	opacity:1;
	border-radius:2px;
	line-height: 32px;
	text-align: center;
	font-size:14px;
	font-family:Microsoft YaHei UI;
	font-weight:400;
	color:rgba(0,115,247,1);
	cursor: pointer;
	border-left: 0px;
}
.radio-box:first-child {
	border-left:1px solid rgba(0,115,247,1);
}
.radio-first{
	border:1px solid rgba(0,115,247,1) !important;
}
.radio-box.active {
	//background:rgba(0,115,247,1);
	/*border:1px solid #247ced;*/
	opacity:1;
/* 	border-radius:2px 0px 0px 2px; */
	color:rgba(255,255,255,1);
	background-color: #247ced;
	box-shadow: 1px 1px 2px rgb(36 124 237 / 30%);
}
.radio-box input[type='radio']{
	display: none;
}
/* 下拉框 */
.ui-selectmenu-button {
	width: 100%;
	display: inline-block;
	margin: auto;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	height:32px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(209,209,209,1);
	opacity:1;
	border-radius:2px 2px 0px 0px;
    vertical-align: middle;
}
.ui-selectmenu-button:focus{
	outline: none;
}
.ui-selectmenu-button .ui-icon {
	display: block;
	position: absolute;
	right: 11px;
	top: 14px;
	color: #b7b7b7;
	width: 8px;
	height: 4px;
	background: url("../images/arrow_down.png") no-repeat;
	background-size: 100% 100%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	display: block;
	width: calc(100% - 25px);
	padding-left: 7px;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	line-height:32px;
	color:rgba(51,51,51,1);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-selectmenu-menu.ui-selectmenu-open {
    display: block;
    cursor: pointer;
    z-index:1;
}
.ui-selectmenu-menu .ui-menu {
	margin: 0;
	margin-top: -6px;
	padding: 4px;
	list-style:none;
	position: absolute;
	box-sizing: content-box;
	text-align: left;
	overflow: auto;
	min-height: 5px;
	max-height: 128px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(209,209,209,1);
	border-radius:0px 2px 2px 0px;
}
.ui-menu:focus{
	outline: none;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item{
	padding: 0;
    list-style-type: none;
}
.ui-selectmenu-menu .inputitem {
	background: #fff;
}
.ui-selectmenu-menu .searchable-select-input {
	width: 100%;
	border: 1px solid rgba(209,209,209,1);
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	line-height:29px;
	color:rgba(102,102,102,1);
	padding: 2px 6px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}
.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-state-active {
    background:rgba(229,240,255,1);
    color:rgba(0,115,247,1);
}
.finish-use {
	font-size: 14px;
	border: none !important;
	line-height: 20px;
	min-width:90px;
	height:32px;
	text-align: center;
	color: #fff;
	border-radius: 4px !important;
	background-color: #0073F7 !important;
	cursor: pointer;
}
.dependent-info{
	max-height:500px;
	overflow:auto;
}
.fd-dependent-cost-button{
	margin-bottom:10px;
}
.dependent-info .del{
	background: url("../images/delete.png") no-repeat center;
	height: 30px;
	width: 30px;
	border:none;
}
/* 公共按钮 */
.common-blue-button ,.dependent-cost .add,.dependent-cost .calculates,.dependent-cost .finish-use{
	font-size: 14px;
	border: none !important;
	line-height: 20px;
	min-width:90px;
	height:32px;
	text-align: center;
	color: #fff;
	border-radius: 4px !important;
	background-color: #247ced !important;
	box-shadow: 1px 1px 2px rgb(36 124 237 / 30%);
	cursor: pointer;
	opacity: 1;
}
.common-white-button{
	font-size: 14px;
	border: none;
	height:32px;
	background-color:rgba(255,255,255,1) !important;
	border:1px solid rgba(0,115,247,1) !important;
	line-height: 20px;
	min-width: 90px;
	text-align: center;
	color: #0073F7;
	border-radius: 4px !important;
	cursor: pointer;
}
.common-copy-button{
	min-width:50px;
	height:28px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(0,115,247,1);
	opacity:1;
	border-radius:4px;
	font-size:14px;
	color:#0073F7;
	cursor: pointer;
}
/* 公共表格样式 */
.common-table{
	width: 100%;
	text-align: center;
	table-layout: fixed;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top:10px;
	border-collapse:collapse;
}
.common-table th{
	height:56px;
	background: rgb(246, 248, 250);
	border-color: rgb(214, 222, 234);
	color: rgba(0, 0, 0, 0.75);
	font-size: 16px;
	text-align:left;
	padding-left:16px;
	/*border-right: 1px solid #F1F1F1;*/
	/*border-bottom: 1px solid #F1F1F1;*/
	font-weight:700;
	
}
.common-table td{
	padding-left:16px;
	height:56px;
	text-align: left;
	border-right: 1px solid rgb(214, 222, 234);
	border-bottom: 1px solid rgb(214, 222, 234);
	color:rgba(0, 0, 0, 0.9);
	font-size:16px;
	word-break: break-all;
}
.common-normal-title{
	font-size:18px;
	color:#333333;
	text-align:left;
	font-weight:700;
	display: flex;
	align-items: center;
}
.common-normal-title:before {
	width: 3px;
	height: 16px;
	background: rgb(35, 118, 248);
	content: "";
	margin-top: 2px;
	margin-right:7px;
	display: block;
}
.common-small-title{
	font-size:14px;
	color:#333333;
	text-align:left;
	font-weight:500;
}
.common-label{
	color: rgba(0,0,0,.75);
	font-size:14px;
	margin-right:3px;
	flex-shrink: 0;
}
.common-unit, .sign-special{
	color:#333333;
	font-size:14px;
	margin-left:10px;
}
.common-normal-input{
	width:180px;
	height:32px;
	background:#fff;
	border:1px solid #D1D1D1;
	border-radius:2px;
	padding:0 8px;
}
.common-normal-date{
	width:180px;
	height:32px;
	border:1px solid #D1D1D1;
	border-radius:2px;
}
/* 回显日期的span标签 */
.common-date-span {
	display: inline-block;
	width: 80px;
}
.common-add-button,
.common-del-button{
	background:transparent;
	border:0;
	color:#0073F7;
	font-size:16px;
	cursor:pointer;
}
.common-flex-row{
	display:flex;
	flex-direction:row;
	align-items:center;
}
.radio_style{
	font-size:14px;
	color:#666666;
}
/* p标签 */
.card-p{
	display: inline-table;
	height:20px;
	font-size:14px;
	font-family:PingFang SC;
	font-weight:400;
	line-height:26px;
	color:rgba(102,102,102,1);
	margin: 0;
	margin-bottom: 10px;
}
.p-input{
	width: 100px;
	margin: 0 10px;
}
.yellow {
	color:rgba(252,166,54,1) !important;
}
.common-sum-table td{
	height:48px;
}
.common-sum-table tr:first-child td:first-child{
	background:rgba(248,251,255,1);
}
.common-text{
	color:#333333;
	font-size:14px;
	line-height:30px;
}
.laydate-icon {
	padding-left: 7px;
	background-image: url(../images/canlindar.png) !important;
	background-size: 16px 16px;
	background-position: right 8px center;
} 
/******弹窗样式******/
.layui-layer-title {
	background: linear-gradient(to right, #1C65F8, #3EA3FF);
}
.layui-layer-content {
	padding: 10px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar,
.layui-layer-content::-webkit-scrollbar {
	width: 4px;
	height: 15px;
	background: #fff;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track,
.layui-layer-content::-webkit-scrollbar-track {
	border-radius: 0;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb,
.layui-layer-content::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #C9C9C9;
	transition: all 0.2s;
	border-radius: 5px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb:hover,
.layui-layer-content::-webkit-scrollbar-thumb:hover {
	background-color: rgba(95, 95, 95, 0.7);
}

/******公共滚动条样式******/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
/*定义滚动条的轨道*/
::-webkit-scrollbar-track{
	background-color: #ffffff;
	border-radius: 3px;
}
/*定义滚动条的滑块*/
::-webkit-scrollbar-thumb{
	border-radius: 7px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: #ffffff;
}
/******公共滚动条样式******/
* {
  scrollbar-color:  #C9C9C9 #ffffff; /* 滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin; /* 滚动条宽度有三种：thin、auto、none */
}
.tool-deposit .draw-label{
	    font-size: 20px;
    color: #666;
    display: inline-block;
    width: 130px;
    text-align: right;
    margin-right: 5px;
}
.fd-text-color {
	color: #666 !important;
}

.fd-reqired {
	color: red;
	margin-left: 5px;
}

#u275 {
	position:fixed;
	left:50%;
	top:326px;
	margin-left:-263px;
}
#u275_state0 {
	position:relative;
	left:0px;
	top:0px;
	width:526px;
	height:206px;
	background-image:none;
	border:none;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#u275_state0_content {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	height:1px;
}
#u276_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:526px;
	height:206px;
	background:inherit;
	background-color:rgba(255, 255, 255, 1);
	border:none;
	border-radius:4px;
	-moz-box-shadow:0px 1px 16px rgba(87, 97, 106, 0.0980392156862745);
	-webkit-box-shadow:0px 1px 16px rgba(87, 97, 106, 0.0980392156862745);
	box-shadow:0px 1px 16px rgba(87, 97, 106, 0.0980392156862745);
}
#u276 {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:526px;
	height:206px;
	display:flex;
}
#u276 .text {
	position:absolute;
	align-self:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u276_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
	visibility:hidden;
}
#u277_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:520px;
	height:3px;
	background:inherit;
	background-color:rgba(22, 128, 255, 1);
	border:none;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#u277 {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:520px;
	height:3px;
	display:flex;
}
#u277 .text {
	position:absolute;
	align-self:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u277_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
	visibility:hidden;
}
#u278_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	height:21px;
	background:inherit;
	background-color:rgba(255, 255, 255, 0);
	border:none;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'Microsoft YaHei ', 'Microsoft YaHei', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:16px;
	color:rgba(44, 55, 75, 0.850980392156863);
	text-align:left;
}
#u278 {
	border-width:0px;
	position:absolute;
	left:20px;
	top:16px;
	width:130px;
	height:21px;
	display:flex;
	font-family:'Microsoft YaHei ', 'Microsoft YaHei', sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:16px;
	color:rgba(44, 55, 75, 0.850980392156863);
	text-align:left;
}
#u278 .text {
	position:absolute;
	align-self:flex-start;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u278_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
}
#u279_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:520px;
	height:1px;
	background:inherit;
	background-color:rgba(240, 240, 240, 1);
	border:none;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#u279 {
	border-width:0px;
	position:absolute;
	left:0px;
	top:54px;
	width:520px;
	height:1px;
	display:flex;
}
#u279 .text {
	position:absolute;
	align-self:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u279_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
	visibility:hidden;
}
#u280_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:520px;
	height:1px;
	background:inherit;
	background-color:rgba(240, 240, 240, 1);
	border:none;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#u280 {
	border-width:0px;
	position:absolute;
	left:6px;
	top:149px;
	width:520px;
	height:1px;
	display:flex;
}
#u280 .text {
	position:absolute;
	align-self:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u280_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
	visibility:hidden;
}
#u281_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(24, 128, 255, 1);
	border:none;
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
}
#u281 {
	border-width:0px;
	position:absolute;
	left:443px;
	top:162px;
	width:70px;
	height:34px;
	display:flex;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
}
#u281 .text {
	position:absolute;
	align-self:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u281_div.mouseOver {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(70, 153, 255, 1);
	border:none;
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
}
#u281.mouseOver {
}
#u281_div.mouseDown {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(21, 114, 229, 1);
	border:none;
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
}
#u281.mouseDown {
}
#u281_div.disabled {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(245, 245, 245, 1);
	border:none;
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
}
#u281.disabled {
}
#u281_text {
	text-align:center;
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
}
#u282_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(255, 255, 255, 1);
	box-sizing:border-box;
	border-width:1px;
	border-style:solid;
	border-color:rgba(217, 219, 220, 1);
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#404040;
	line-height:22px;
}
#u282 {
	border-width:0px;
	position:absolute;
	left:362px;
	top:162px;
	width:70px;
	height:34px;
	display:flex;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#404040;
	line-height:22px;
}
#u282 .text {
	position:absolute;
	align-self:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#u282 .text {
		position:absolute;
		align-self:center;
		padding:0px 0px 0px 0px;
		box-sizing:border-box;
		width:100%;
		margin-top:-7px;
	}
	#u281 .text {
		position:absolute;
		align-self:center;
		padding:0px 0px 0px 0px;
		box-sizing:border-box;
		width:100%;
		margin-top:-7px;
	}
}
#u282_div.mouseOver {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(255, 255, 255, 1);
	box-sizing:border-box;
	border-width:1px;
	border-style:solid;
	border-color:rgba(24, 128, 254, 1);
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#404040;
	line-height:22px;
}
#u282.mouseOver {
}
#u282_div.mouseDown {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(255, 255, 255, 1);
	box-sizing:border-box;
	border-width:1px;
	border-style:solid;
	border-color:rgba(21, 103, 204, 1);
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#404040;
	line-height:22px;
}
#u282.mouseDown {
}
#u282_div.disabled {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:34px;
	background:inherit;
	background-color:rgba(245, 245, 245, 1);
	box-sizing:border-box;
	border-width:1px;
	border-style:solid;
	border-color:rgba(217, 217, 217, 1);
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-family:'微软雅黑', sans-serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	color:#404040;
	line-height:22px;
}
#u282.disabled {
}
#u282_text {
	text-align:center;
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
}
#u283 {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
}
#u284_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:28px;
	height:28px;
	background:inherit;
	background-color:rgba(255, 70, 70, 0);
	border:none;
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#u284 {
	border-width:0px;
	position:absolute;
	left:476px;
	top:13px;
	width:28px;
	height:28px;
	display:flex;
}
#u284 .text {
	position:absolute;
	align-self:center;
	padding:2px 2px 2px 2px;
	box-sizing:border-box;
	width:100%;
}
#u284_div.mouseOver {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:28px;
	height:28px;
	background:inherit;
	background-color:rgba(255, 237, 237, 1);
	border:none;
	border-radius:4px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#u284.mouseOver {
}
#u284_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
	visibility:hidden;
}
#u285_img {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:12px;
	height:12px;
}
#u285 {
	border-width:0px;
	position:absolute;
	left:484px;
	top:21px;
	width:12px;
	height:12px;
	display:flex;
}
#u285 .text {
	position:absolute;
	align-self:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u285_img.mouseOver {
}
#u285.mouseOver {
}
#u285_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
	visibility:hidden;
}
#u286_div {
	border-width:0px;
	position:absolute;
	left:0px;
	top:0px;
	width:472px;
	height:62px;
	background:inherit;
	background-color:rgba(241, 241, 241, 1);
	border:none;
	border-radius:0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-size:14px;
}
#u286 {
	border-width:0px;
	position:absolute;
	left:20px;
	top:72px;
	width:472px;
	height:62px;
	display:flex;
	font-size:14px;
}
#u286 .text {
	position:absolute;
	text-align:center;
	padding:0px 0px 0px 0px;
	box-sizing:border-box;
	width:100%;
}
#u286_text {
	border-width:0px;
	word-wrap:break-word;
	text-transform:none;
}
input#diyRow {
	width: 115px;
}