

/* 整体设置 */

body{
	margin:0;
	padding:0;
	/*background-color:#b6c7e2*/
}

/**
 * 设置输入窗口的大小
 */
 .zyinputdiv {
	width: 224px;
	height: 326px;
	z-index: 9999;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px solid #000;
	opacity: 1;
	background-color: #DCDFE6;
    border-radius:6px;
	margin:0px;
	box-shadow: 0 4px 12px 0 
	/*border-top-right-radius:10px；*/
}


.topdiv-input {
	margin-left:8px;
	margin-right:8px;
    border-radius:4px;
	background-color: #FFFFFF;
	display: flex;
	padding:4px;
}

.onechar {
	position: relative;
	width: 28px;
	height: 26px;
	background-color: #FFFFFF;
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	padding:0;
	margin-right: 8px;
	margin-bottom: 8px;
	
	float: left;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	border:0;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);

	box-sizing: border-box;
	font-family: zitia, ziti0, ziti1, ziti2, ziti3, ziti4, ziti5, ziti6,
		ziti7, ziti8, ziti9, ziti10;
	cursor: pointer;

}

.onechar:hover {
	/*background-color: #FFFF80;*/
	border: thin solid blue;
	box-sizing: border-box;
}

.onecharimg {
	position: relative;
	width: 22px;
	height: 22px;
	padding-left:4px;
	margin-top:2px;
	margin-bottom:2px;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
/*border:thin  solid blue;*/
}

.onecharimg:hover {
	/*background-color: #FFFF80;*/
	filter:alpha(opacity=80);
	-moz-opacity:1;
	opacity: 1;
	z-index:100;
}

.onechar_hover {
	background-color: #FFFF80;
	border: thin solid blue;
	filter:alpha(opacity=80);
	-moz-opacity:0.5;
	opacity: 0.5;
	z-index:100;
}



.topdiv-candidate {
	width: 100%;
	margin:8px;

}

.topdiv-candidate::after {
	clear: both;
}

.myedit {
	font-size: 14px;
	font-family: 楷体, zitia, ziti0, ziti1, ziti2, ziti3, ziti4, ziti5, ziti6,
		ziti7, ziti8, ziti9, ziti10;
	width:162px;
	margin-top:0;
	border:0;
}

/*//获取焦点*/
.myedit:focus {
	outline: 1px solid #ffffff;/*边框不用border，用outline*/
	background: rgba(3, 16, 28, 0);
}

.inputdiv_button {
	margin-left: 10px;
	margin-right: 0px;
	height:20px;
	float: right;
}


.topdiv-bihuadiv {

	
	padding: 8px;
	
	border-radius: 6px;
	resize: none;
	
}

.topdiv-bihuadiv>button {
	width:35px;
	height:30px;
	margin-right: 8px;
	color:white;
	background-color: #969696;
	border-radius:4px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.50);	
	border:0px;
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	line-height: 16px;
	box-sizing: border-box;
}

.topdiv-bihuadiv>button>sup {
	font-size: px;

}


.topdiv-bihuadiv>button:nth-child(5) {
	margin-right: 0;
}


.zy-top-div {
	width:100%;
	background-color:#eeeeee;

}
.right-wrapper {
	position: relative;
	right: 6px;
	left: 6px;
	height:40px;
}

#close-icon {
	width: 20px;
	height: 20px;
	margin-left:40px;
	margin-right: 0px;
	padding-top: 12px;
}

.text-button {
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #202020;
	letter-spacing: 0;
	line-height: 14px;
	padding: 0 10px;
	top: 50%;
	transform: translateY(-50%);
	outline: none;
	border: none;
	text-align: center;
}