* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Times New Roman, SimSun;
	height: 100%;
	background-color: #d9e7f6;
}

iframe {
	border: none;
	width: 100%;
	height: 100%;
}

li {
	list-style: none;
	font-size: 14px;
}

input::-ms-clear {
	display: none;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a {
	color: #646464;
	font-size: 16px;
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: none;
}

select {
	-webkit-appearance: none;
	-webkit-padding-start: 6px;
	-webkit-padding-end: 15px;
	min-width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px
		rgba(255, 255, 255, 0.75);
	color: #444;
	outline: none;
	background: url(/mt_res_v3/img/public/down.png) no-repeat right center;
	background-color: #EDEDED;
	border: 1px solid rgba(0, 0, 0, 0.25);
	padding-left: 6px;
	text-shadow: 0 1px 0 rgb(240, 240, 240);
	margin-top: 5px;
	margin-bottom: 5px;
	max-width: 212px;
}

select:focus {
	border-color: #80b9ff;
}

input[type=button] {
	cursor: pointer;
	width: 140px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none;
	margin-right: 10px;
	background-image: url(/mt_res_v3/img/public/btn.png);
	background-size: 100% 100%;
}

input[type=button]:hover {
	background-image: url(/mt_res_v3/img/public/btn_a.png);
}

input[type=text], input[type=password] {
	height: 30px;
	width: 200px;
	line-height: 30px;
	font-size: 14px;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	outline: none;
	border: 1px #c5ccd6 solid;
	font: 14px Arial;
	margin-top: 4px;
	margin-bottom: 4px;
}

input[type=text]:focus {
	border-color: #80B9FF;
}

input[type=password]:focus {
	border-color: #80B9FF;
}

input[type=text].textBorder {
	border-color: #80B9FF;
}

input[type=text].error {
	border-color: #ff614c;
	color: #cd0a0a;
}

input[type=password].error {
	border-color: #ff614c;
	color: #cd0a0a;
}

.upload {
	cursor: pointer;
	width: 140px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	position: relative;
	display: inline-block;
	background-image: url(/mt_res_v3/img/public/btn.png);
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	float: left;
}

.upload:hover {
	background-image: url(/mt_res_v3/img/public/btn_a.png);
}

.upload input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	height: 36px;
	line-height: 36px;
	width: 140px;
}

#lblFileName {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	width: 120px;
}

.textareaCss {
	width: 200px;
	height: 65px;
	resize: none;
	font-size: 14px;
	border-radius: 2px;
	outline: none;
	overflow: auto;
	border: 1px #c5ccd6 solid;
	padding: 5px;
}

span {
	text-align: right;
	color: #646464;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

td {
	padding: 0px;
	color: #646464;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
}

.headTd {
	font-size: 16px;
	background-color: #F1F1F1;
	padding-left: 10px;
	font-family: Arial, Microsoft YaHei;
}

table[type=add] td {
	height: 40px;
	min-width: 150px;
}

.empty {
	width: 100%;
	height: 100%;
}

.tab_item {
	width: 200px;
	float: left;
	min-width: 100px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	max-width: 200px;
	font-family: Microsoft YaHei, Arial;
	background-image: url(/mt_res_v3/img/public/tab.png);
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mt_res_v3/img/public/tab.png',
		sizingMethod='scale');
}

.tab_item.selected {
	background-image: url(/mt_res_v3/img/public/tab_s.png);
	background-size: 100% 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/mt_res_v3/img/public/tab_s.png',
		sizingMethod='scale');
	color: #fff;
	cursor: default;
}

[class^=check_] {
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
	padding-left: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.check_0 {
	background-image: url(/mt_res_v3/img/public/select0.png);
}

.check_1 {
	background-image: url(/mt_res_v3/img/public/select1.png);
}

.check_False {
	background-image: url(/mt_res_v3/img/public/select0.png);
}

.check_True {
	background-image: url(/mt_res_v3/img/public/select1.png);
}

.check_2 {
	background-image: url(/mt_res_v3/img/public/select2.png);
}

.close {
	width: 30px;
	height: 30px;
	float: right;
	background: url(/mt_res_v3/img/public/close.png) no-repeat center;
}

.close:hover {
	background: red url(/mt_res_v3/img/public/close_h.png) no-repeat center;
	cursor: pointer;
}

.must {
	background: url(/mt_res_v3/img/public/must.png) no-repeat center;
	cursor: default;
	vertical-align: middle;
	padding-left: 18px;
}

.mainDiv {
	padding-top: 1%;
	padding-left: 2%;
	padding-right: 2%;
	min-width: 770px;
}

.numDiv {
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 6px;
}

.numDiv div {
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	border: 1px #D9D9D9 solid;
	margin-top: 5px;
}

.numDiv input[type=text] {
	float: left;
	width: 50px;
	border-radius: 0px;
	margin-top: 5px;
}

.numDiv input[type=text]:focus {
	border-color: none;
}

.num_sub {
	border-right: none;
	background: url(/mt_res_v3/img/public/sub.png) no-repeat center;
}

.num_sub:hover {
	background: url(/mt_res_v3/img/public/sub_h.png) no-repeat center;
}

.num_add {
	border-left: none;
	background: url(/mt_res_v3/img/public/add.png) no-repeat center;
}

.num_add:hover {
	background: url(/mt_res_v3/img/public/add_h.png) no-repeat center;
}

.menu_close {
	cursor: pointer;
	background: url(/mt_res_v3/img/public/menu_close.png) no-repeat center;
}

.menu_close:hover {
	background: url(/mt_res_v3/img/public/menu_close_h.png) no-repeat center;
}

.menu_open {
	cursor: pointer;
	background: url(/mt_res_v3/img/public/menu_open.png) no-repeat center;
}

.menu_open:hover {
	background: url(/mt_res_v3/img/public/menu_open_h.png) no-repeat center;
}

.li50 {
	float: left;
	margin-right: 40px;
}

.li51 {
	padding: 0px;
	height: 150px;
}

.li52 {
	background-color: #e5e6e7;
	width: 575px;
	height: 125px;
	margin-bottom: 25px;
	border-radius: 5px;
}

.li53 {
	background-color: #ccc;
}

.li54 {
	background-color: #ecfffd;
}

.ul501 {
	height: 120px;
	float: left;
	border: 1px solid #b1b8ca;
	border-radius: 5px;
	text-align: center;
	padding: 0px;
	display: none;
}

.ul501 li {
	height: 120px;
	float: left;
	border-right: 1px solid #b1b8ca;
	border-radius: 5px 0px 0px 5px;
}

.ul501 span {
	display: block;
	text-align: center;
	color: #fff;
}

.hdmi_normal {
	height: 130px;
	cursor: pointer;
	width: 120px;
	float: left;
	margin: 15px;
	background: url(/mt_res_v3/img/public/hdmi_normal.png) no-repeat center;
}

.hdmi_select {
	height: 130px;
	cursor: pointer;
	width: 120px;
	float: left;
	margin: 15px;
	background: url(/mt_res_v3/img/public/hdmi_select.png) no-repeat center;
}

.hdmi_line {
	width: 30px;
	height: 36px;
	position: absolute;
	background: url(/mt_res_v3/img/public/hdmi_line.png) no-repeat center;
	margin-top: 60px;
}

.hdmi_line_connect {
	width: 30px;
	height: 36px;
	position: absolute;
	background: url(/mt_res_v3/img/public/hdmi_line_connect.png) no-repeat
		center;
	margin-top: 60px;
}

.circl_num {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background-color: #ff6e6e;
	border-radius: 50%;
	margin-top: 10px;
	position: absolute;
	margin-left: 130px;
	display: none;
}

.wan {
	margin-top: 30px;
	margin-left: 20px;
}


.li10 {
	border-bottom: 1px solid #c5ccd6;
	background: #fff;
}

.li10:hover {
	background: #bee2ff;
}

.li10 span {
	max-width: 195px;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.li10 img{
	float: right;
	margin-top: 7.5px;
}

.li10 .img{
	padding: 13px;
    float: left;
    margin-top: 0px;
    cursor: pointer;
}

.box20 {
	background-color: #ccc;
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
	max-width: 120px;
	float: left;
}

.box20 span {
	max-width: 90px;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}