/*
 * 文件描述:  CSS SET
 * 对应功能页：页面布局
 * 期望执行浏览器：所有浏览器(IE8及非IE效果更佳)
*/
.ui-menu {
	width: 100%;
}
.ui-menu a,
.ui-sub-menu-item {
	display: block;
	width: 100%;
	height: 26px;
	cursor: pointer;
}
.ui-menu span {
	line-height: 26px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}
.ui-menu [class^= "icon-"] {
	display: inline-block;
	width: 20px;
	height: 26px;
	vertical-align: middle;
}
.icon-arrow {
	background-position: 0 -120px; 
}
.ui-menu-item {
	clear: both;
}
.ui-sub-menu-item span {
	font-size: 12px;
	font-weight: normal;
}
.ui-menu-item a:hover .icon-arrow {
	background-position: -30px -120px;	
}
.ui-menu-item.current a .icon-arrow,
.ui-menu-item.current a:hover .icon-arrow{
	background-position: -60px -120px;
}
.ui-menu-item .ui-sub-menu {
	display: none;
}
.ui-menu-item.current .ui-sub-menu {
	display: block;
}
.icon-subarrow {
	background-position: -90px -120px;
}
.ui-sub-menu-item:hover {
	background-position: 0 0;
}
.ui-sub-menu-item.current {
	background-position: 0 -30px;
}
.ui-sub-menu-item i {
	margin-left: 10px;
}

/*small button*/
.small-btn {
    height: 18px;
    line-height: 18px;
}
/*upgrade*/
#page_upgrade .u-progress, #page_power .u-progress {
	width: 255px;
}
.ug-button{
	position: relative;
	display: inline-block;
}
.ug-button input {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
/*version*/
#page_version .ui-form-item {
	line-height: 22px;
}
/*FWSmart*/
#page_FWSmart label { width: 145px;}
#page_FWSmart .fn-ml140 { margin-left: 165px;}
#page_HKWS_KK textarea {width: 400px; height: 45px;}
/*carWayAttribute*/
.carWay-check-box {
    float: left;
}
.carWay-check-box p {
    float: left;
    margin-right: 10px;
}
.carWay-advance-dialog .u-table {
	width: 220px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0;
	vertical-align: middle;
}
.carWay-advance-dialog .ui-label {width: 136px;}
.carWay-advance-dialog .switch-title {
    width: 390px;
    text-indent: 0;
}
.carWay-advance-dialog .conup, 
.carWay-advance-dialog .condown {
    *margin-top: 7px;
}
#carWay_event_wrap .u-table {
	width: 750px;
	margin-left: 0px;
}
[class^= "traffic-icon-"] {
    float: left;
    display: block;
    width: 15px;
    height: 16px;
    margin-top: 2px;
}
.traffic-icon-red {
    background-position: 0px 0px;
}
.traffic-icon-yellow {
    background-position: -15px 0;
}
.traffic-icon-green {
    background-position: -30px 0;
}
.traffic-icon-time {
    background-position: -45px 0;
}
.traffic-icon-prev {
    background-position: -60px 0;
}
.traffic-icon-left {
    background-position: -75px 0;
}
.traffic-icon-right {
    background-position: -90px 0;
}
.traffic-icon-back {
    background-position: -105px 0;
}
/*trafficSnaoSet*/
.snap-osd-input {
	width: 270px;
	height: 16px;
}
#snapSet_OSDRelevant_ul li {min-width: 20px;}
#snapSet_showOSDParams .ui-form-item {margin-bottom: 0px;}
.color-picke-box {
	width: 18px;
	height: 15px;
	margin-top: 2px;
	cursor: pointer;
}
.color-picke-cur {
    margin-top: 1px;
}
.color-picke-win {
	float: left;
	width: 180px;
	height: 60px;
}
.osd-dialog-left {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.osd-dialog-right a {
	margin-bottom: 10px;
}
#snapSet_dlg_osdAdvanceConfig .ui-form-item {line-height: 20px;}
/*configData*/
.cfg-textarea {
	line-height: 20px;
	padding-left: 4px;
	width: 600px;
	height: 400px;
}
/*status*/
.status-left,
.status-center {
	float: left;
	margin-right: 10px;
}
.status-box {
	width: 188px;
	height: 400px;
	overflow: auto;
}
.status-box li {
	padding: 8px 4px;
}
.status-center .status-box {
	width: 88px;
	height: auto;
}
.status-right {
	float: left;
	width: 450px;
	height: 400px;
	margin-top: 20px;
	overflow: auto;
}
/*camera*/
#page_camera .tab-panel {
	overflow: hidden;
}
.camera-config .ui-label {
	text-align: right;
	padding-right: 5px;
}
.switch-title {
	width: 310px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
}
.camera-shutter .ui-label {width: 103px;}
#camera_dlgPhase {
	min-width: 190px;
	width: 190px;
}
#camera_dlgPhase td {
	padding-left: 10px;
	height: 27px;
}
.conup, .condown {
	float: right;
	width: 13px;
	height: 9px;
	margin-right: 8px;
	margin-top: 7px;
	*margin-top: -20px;
	_overflow: hidden;
	background: url(../image/updown.png) no-repeat;
}
.conup {
	background-position: 0 0;
}
.condown {
	background-position: 0 -9px;
}
.pointicon {
    display: block;
    width: 7px;
    margin: 5px 4px 6px 0;
    height: 13px;
    background: url(../image/point.png);
    float: right;
}
.btn01_con {
    width: 70px;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
    overflow: hidden;
    cursor: pointer;
}
.btn01_con a {
    float: left;
    display: block;
    width: 35px;
    height: 24px;
}
.btn0 {
    background: url(../image/onIcon.png) 0 0 no-repeat;
}
.btn1 {
    background: url(../image/onIcon.png) 0 -24px no-repeat;
}
/*encode*/
#encode_tab_path .ui-textarea {
    width: 290px;
}
.name-format {
    margin-bottom: 10px;
	display: inline-block;
}
.name-format td {
	height: 24px;
	line-height: 24px;
}
.name-format .name-key {
	min-width: 40px;
	width: 10%;
}
.name-format .name-text {
	padding-left: 10px;
    width: 40%;
}
/*osdConfig*/
.osd-icon-add, .osd-icon-sub, .osd-icon-edit, .osd-icon-del {
    width: 20px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.osd-button-order:hover{
    background-position: 0 -30px;
}
.osd-button-order {
    text-align: center;
    display: inline-block;
    width: 90px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    background-position: 0 -185px;
}
.osd-button-box {
    margin-bottom: 15px;
    overflow-y: scroll;
    display: inline-block;
    position: relative;
    width: 487px;
    height: 159px;
}
.osd-button-list {
    width: 467px;
    padding: 8px 0px 0px 0px;
    *padding-bottom: 8px;
    position: relative;
    display: inline-block;
}
.osd-button-list li {
    margin: 0px 10px 10px 10px;
    display: inline-block;
    width: 94px;
    float: left;
}
.osd-radio-group {
    margin-bottom: 8px;
    margin-right: 15px;
    display: inline-block;
    padding: 7px;
    float: left;
}
.osd-button-icon {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-right: 20px;
}
.osd-button-icon .icon-right {
    position: absolute;
    top: -1px;
    right: -1px;
}
li.osd-more-box {
	margin-left: 20px;
	min-width: 50px;
}
.osd-font-box li {
	min-width: 20px;
}
.osd-colorline {
    width: 18px;
    height: 3px;
    background: red;
    margin-top: 15px;
}
.osd-dialog-left {
    float: left;
    width: 250px;
    height: 120px;
    margin-right: 10px;
}
.osd-dialog-right a{ margin-bottom:10px;}
.osd-color-window {
    float: left;
    width: 180px;
    height: 60px;
    background: red;
}
.osd-color-box {
    width: 210px;
}
.osd-color-box ul li {
    float: left;
    width: 60px;
    margin-right: 10px;
    text-align: left;
}
.osd-info-box {
    display: inline-block;
    width: 310px;
    margin: 10px auto;
}
.osd-info-box .ui-form-item {
    height: 30px;
}
.osd-info-box .ui-label {
    padding-right: 4px;
    text-align: right;
    width: 90px;
}
#osdCfg_preview_dialog .u-tip-container {
	min-width: 300px;
}
#osdCfg_preview_dialog .u-input-group {padding: 0 24px;}
#train_title_con .osd-button-box {
    width: 367px;
    height: 120px;
    margin-bottom: 0;
}
#train_title_con .osd-button-list {width: 347px;}
/*3G*/
.g3-progress {
    float: left;
    display: block;
    width: 120px;
    height: 10px;
    margin: 7px 10px auto auto;
    vertical-align: bottom;
}
.g3-green {
    display: block;
    height: 10px;
}
/*blackwhite*/
#page_bwhite .u-input-group {padding: 0 24px;}
#page_bwhite .u-dialog .u-tip-container {min-width: 300px;}
/*recordstorage*/
.ftp-name {
    width: 400px;
    height: 26px;
}
.ftp-name li {
    width: 100px;
    height: 26px;
    font-size: 14px;
}
.ftp-name .current {
    font-weight: normal;
}
.ftp-name-box {
    margin-left: 120px;
    padding-left: 20px;
    padding-top: 15px;
    width: 380px;
    height: 120px;
}
.ftp-name-box .ui-textarea {
    width: 270px;
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
}
.store-space {
    float: left;
    width: 100px;
    height: 15px;
    margin: 2px 4px auto 30px;
    padding-left: 1px;
}
.store-space-used, .bk_progesss_p {
    float: left;
    height: 15px;
}
.bk_progesss_bg {
    width: 354px;
    background: url(../image/pos.png) no-repeat -2px -1px;
}
.bk_progesss_p {
    background: url(../image/btnbg.png) repeat-x 0 -168px;
}
/*extraDevice*/
.extDev-status-box {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.extDev-status-con {
    display: inline-block;
    zoom: 1;
}
[class^= "extDev-status-icon"] {
    float: left;
    width: 16px;
    height: 16px;
    background: url(../image/fzbj.png) no-repeat;
    overflow: hidden;
}
.extDev-status-icon0{ background-position:0 0;}
.extDev-status-icon1{ background-position:-48px 0;}
.extDev-status-icon00{ background-position:-64px 0;}
.extDev-status-icon01{ background-position:-96px 0;}
.extDev-status-icon02{ background-position:-128px 0;}
.extDev-status-icon10{ background-position:-32px 0;}
.extDev-status-icon11{ background-position:-176px 0;}
.extDev-status-icon12{ background-position:-208px 0;}
.extDev-status-icon20{ background-position:-16px 0;}
.extDev-status-icon21{ background-position:-160px 0;}
.extDev-status-icon22{ background-position:-192px 0;}
.extDev-status-icon30{ background-position:-80px 0;}
.extDev-status-icon31{ background-position:-112px 0;}
.extDev-status-icon32{ background-position:-144px 0;}
.power-box {
    width: 100%;
    height: 20px;
    margin: 0 auto;
    overflow: hidden;
}
[class^= "power-ic"] {
    float: left;
    width: 25px;
    height: 16px;
}
.power-bg, .power-sd {
    display: inline-block;
    zoom: 1;
    width: 25px;
    height: 16px;
}
.power-per {
    margin: 0 4px 2px 0;
}
.power-bg {
    background: url(../image/power0.png) no-repeat;
}
.power-ic1 {
    background: url(../image/power1.png) no-repeat;
}
.power-ic2 {
    background: url(../image/power2.png) no-repeat;
}
.power-ic3 {
    background: url(../image/power3.png) no-repeat;
}
.power-sd {
    margin-left: 2px;
    background: url(../image/sd.png) no-repeat;
}
/*imageConfig*/
#page_image .ui-textarea {
    width: 230px;
    height: 260px;
}
.image-left {
    float: left;
    width: 350px;
}
.image-right {
    margin-left: 360px;
    overflow: hidden;
}
.image-right li {
    float: left;
    margin-right: 10px;
}
.image-con1 {
    float: left;
    width: 34px;
}
.image-con2 {
    float: left;
    width: 17px;
    padding-top: 6px;
}
.image-con3 {
    float: left;
    width: 51px;
    padding-top: 6px;
}
.image-con4 {
    float: left;
    width: 68px;
    padding-top: 6px;
}
.image-box1, .image-box2, .image-box3{
    float: left;
    height: 15px;
    text-align: center;
    line-height: 15px;
}
.image-box1 {
    width: 15px; 
}
.image-box2 {
    width: 32px;
}
.image-box3 {
    width: 49px;
}
/*intelligentSet*/
#page_inset .ui-table-tab li {width: 120px;}
.inset-bd {
    display: inline-block;
    width:100%; 
    padding: 10px 4px;
    border: 1px solid #4f4f4f;
}
#page_inset .ui-video-box {
    left: 210px;
    top: 107px;
}
.line-con {
    float: left;
    margin-right: 10px;
}
.line-con p {
    margin-bottom: 6px;
}
.line-con span {
    float: left;
}
.line-box {
    width: 10px;
    height: 10px;
    border: 1px solid #5a585b;
    margin: 6px 4px auto 2px;
}
.line-icon-show,
.line-icon-hide {
    width: 12px;
    margin-top: 6px;
    margin-right: 4px;
    height: 20px;
    background-image: url(../image/eye.gif);
    background-repeat: no-repeat;
}
.line-icon-show {
    background-position: 0px 0px;
}
.line-icon-hide {
    background-position: -12px 0px;
}
#page_inset .fn-blank {height: 6px;}
.speed-title {width: 422px;}
.speed-left {
    float: left;
    width: 422px;
    height: 280px;
    margin-top: 10px;
    border: 1px solid black;
    background: url(../image/speed.jpg) no-repeat;
}
.speed-right {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}
.speed-right td {line-height: 24px;}
.light-text {
    float: left;
    width: 42px;
}
/*picsearch*/
#picture_list_wrap .u-table-head {
    background-color: #858585;
    color: #FFF;
    overflow: hidden;
}
#picture_list_wrap .u-table-head tr {
    line-height: 20px;
}
#picture_list_wrap .u-table-main {
    height: 225px;
    overflow: scroll;
}
#picture_list_wrap th,
#picture_list_wrap th div,
#picture_list_wrap td,
#picture_list_wrap td div {
    width: 80px;
}
#picture_list_wrap tr .wid21Td,
#picture_list_wrap tr .wid21Td div {
    width: 21px;
}
#picture_list_wrap tr .wid100Td,
#picture_list_wrap tr .wid100Td div {
    width: 110px;
}
#picture_list_wrap tr .wid150Td,
#picture_list_wrap tr .wid150Td div {
    width: 160px;
}
#picture_tab_format .ui-field-group li {width: 100%;}
#picQ_mEvent_dlg .ui-label-sub {margin-right: 0;}
.icon-list {
    display: block;
    margin-left: 5px;
    width: 11px;
    height: 20px;
    background-position: 0px 0px;
    overflow: hidden;
}
.icon-list:hover {
    background-position: 0px -20px;
}
.list-con {
    position: absolute;
    top: 205px;
    left: 190px;
}
.list-con ul {
    width: 110px;
    display: inline-block;
    padding-bottom: 10px;
    border: 1px solid #000000;
    background: #F3F3F3;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4); /* ie */
    -moz-box-shadow: 2px 2px 10px #909090; /* firefox */
    -webkit-box-shadow: 2px 2px 10px #909090; /* safari或chrome */
    box-shadow: 2px 2px 10px #909090; /* opera或ie9 */
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-con ul li {
    clear: both;
    background: #F3F3F3;
    color: #000;
    padding-left: 5px;
}
.list-con ul li:hover {
    background: #f1cf47
}
.list-con ul li label:hover {
    color: red;
}
.progress-span {
    float: left;
    margin-left: -30px;
    margin-top: 7px;
    font-weight: bold;
}
.pic-result-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.pic-result-box a {
    float: left;
}
.pic-result-box p {
    float: left;
    margin-top: 4px;
}
/*recsearch*/
.rec-player-box {
    margin-top: 10px;
    background: #373737;
    width: 785px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding:10px 20px 0 20px;
}
.rec-player {
    height: 390px;
}
.rec-slider-box {
    float: left;
    background: url(../image/jindu.png) no-repeat;
    width: 412px;
    height: 10px;
    margin:11px 80px 11px 20px;
}
.rec-slider-bg {
    background: url(../image/jinduY.png) repeat-x;
    height: 10px;
    float: left;
}
.rec-slider {
    width: 24px;
    height: 10px;
    background: url(../image/jinduK.gif) no-repeat;
    float: left;
}
#recQuery_tab_waterMark .u-table {
    width: 404px;
    float: left;
}
.progress-box {
    width: 402px;
    height: 20px;
    float: left;
    padding: 1px;
}
.progress-box .bgImage {
    width: 0px;
    height: 20px;
    background-position: 0 -28px;
}
/*index*/
.idx-guard label {
    text-align: right;
    margin-right: 10px;
}
.idx-QR table {width: auto;}
.idx-QR .ntbox {
    border: 1px solid #000;
    width: 281px;
    height: 252px;
    margin-top: 8px;
    padding: 20px 10px;
}
/*rpcMethod*/
#page_rpc .ui-textarea {
    width: 600px;
    height: 50px;
}
/*busCamera*/
.gyro-angle {
    width: 227px;
    height: 189px;
    background-image: url(../image/angle.png);
    background-repeat: no-repeat;
}
.ui-label sub {margin-left: -3px;}
/* ftp&email */
#store_email_receivers{
    width: 330px;
    display: inline-block; 
}
#store_email_receivers input{
    margin-top: 6px;
}

.pic-canvas {
    border: 1px solid #fff;
    height: 400px;
    width: 400px;
    padding: 0px;
    margin: 0px;
    background: #00f;
}

.pic-example1 {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('../image/lstype1.png');
}

.pic-example2 {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('../image/lstype2.png');
}

.pic-example3 {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url('../image/lstype3.png');
}

/* guide */
.gd-head {
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 15px;
    height: 56px;
}
.guide-dlg {
    background-image: url(../image/tip_bg.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 475px;
    top: 55px;
    border-radius: 4px;
    zoom: 1;
    display: none;
    z-index: 1001;
    padding-left: 10px;
    padding-top: 10px;
    width: 365px;
    height: 39px;
}
.guide-dlg label {color: #fff;}
.guide-dlg .u-button {
    width: 65px;
    margin-top: 3px;
}
.guide-dlg .u-button:hover {
    background-position: 0 -120px;
}
.gd-mk, .gd-mk1 {display: none;}
.guide .set-side {display: none;}
.guide .gd-mk, .guide .gd-mk1 {
    color: #EE747F;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    height: 18px;
}
.guide .gd-mk1 {
    height: 24px;
}
.guide .set-content {
    margin: 10px 15px 0 205px;
}
.guide .gd-menu {
    display: block!important;
    float: left;
    margin-top: 15px;
    width: 180px;
}
.guide .gd-menu .u-button {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 10px;
    width: 68px;
    font-weight: bold;
}
.gd-menu .u-button:hover {
    background-position: 0 -90px;
}
.guide .gd-text {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-left: 5px;
    cursor: pointer;
}
.guide .gd-icon {
    margin-top: 20px;
}
.guide .ui-step {
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    margin-top: 3px;
    background-position: -60px -90px;
    background-repeat: no-repeat;
    vertical-align: top;
}
.guide .ui-step:hover {
    background-position: -120px -90px;
}
.guide .ui-step.current{
    background-position: -180px -90px;
}
.guide .ui-step .mark {
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    line-height: 34px;
}
.guide .line {
    display: block;
    border-right: 1px solid #fff;
    width: 17px;
    height: 50px;
}
.guide .gd-hide {display: none!important;}
.ui-nav .gd-exit {
    display: block;
    float: right;
    width: 28px;
    height: 24px;
    cursor: pointer;
    background-position: 0 0;
    background-image: url(../image/step_exit.png);
}
.ui-nav .gd-exit:hover {
    background-position: 0 0;
    background-image: url(../image/step_exit_hover.png);
}

/* guide-plate */
.guide #page_pltA .ui-video-left {
    width: 490px;
}
.guide .plate-item {
    width: 48%;
    float: left;
}
.guide .plate-item .platebox1 {
  font-size: 30px;
}
.guide .plate-item .platebox2 {
    height: 70px;
}
.guide .pltS, .guide .pltL, .guide .pltN, .guide .pltCN, .guide .pltEN {
    float: left;
    width: 150px;
    height: 70px;
}
.guide .pltS {
    background-image:  url(../image/plateS.png);
}
.guide .pltL {
    background-image:  url(../image/plateL.png);
}
.guide .pltN {
    background-image:  url(../image/plateN.png);
}
.guide .pltCN {
    background-image:  url(../image/plateCN.png);
}

.guide .pltEN {
    background-image:  url(../image/plateN.png);
}

/* title tip */
.popup {
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
    width: 400px;
}

.popup td.corner {
    height: 15px;
    width: 19px;
}

.popup td#topleft { background-image: url(../image/bubble-1.png); }
.popup td.top { background-image: url(../image/bubble-2.png); }
.popup td#topright { background-image: url(../image/bubble-3.png); }
.popup td.left { background-image: url(../image/bubble-4.png); }
.popup td.right { background-image: url(../image/bubble-5.png); }
.popup td#bottomleft { background-image: url(../image/bubble-6.png); }
.popup td.bottom { background-image: url(../image/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(../image/bubble-8.png); }

.popup .popup-contents {
    font-size: 12px;
    line-height: 1.2em;
    background-color: #fff;
    color: #666;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
}

.rect-Font {
    color: red;
    font-weight: bold;
}

.guide-tip {
    color: red;
    font-weight: bold; 
}

.ui-nav .gdbtn, .ui-nav .gdbtn:hover {
    background-image: url(../image/guide.gif);
    background-position: -2px 0;
    width: 123px;
    height: 34px;
    line-height: 34px;
    margin-top: -4px;
}

/*新增Audio Clip*/
.J_Uedvoiceicon {
    background-image: url(../image/icons.png);
    background-position: -9px -156px;
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    margin: 0 auto;
    display: block;
}

.J_Udelicon {
    background-image: url(../image/icons.png);
    background-position: -554px -153px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
}

.audio_downbtn {
    background-image: url(../../../image/widget/image/icons.png);
    background-position: -304px -31px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: block;
}

.dahuaupload {
    position: absolute; 
    display: none; 
    height: 30px; 
    right:0px; 
    filter:alpha(opacity=0); 
    -moz-opacity:0; 
    opacity:0;
}

#idx_mFocus_extend {
    float:right;
    padding-right: 10px;
    font-size: 260%;
}

.index-channel-camera {
    display: block;
    position: relative;
    float:left;
    width:80px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    overflow: hidden;
    color:#fff;
    word-break:break-all;
}

/*预览左边 切换 主辅码流*/
.J_channel_mu {float: right;}
.J_channel_stream{ background: #C0C0C0; border: 1px solid #464646;width:100px;float:right;text-align:left;}
.J_channel_stream li{height:18px;line-height:18px;float:left;width:100px;}
.J_channel_stream li a{color:#000;display:block;}
.J_channel_stream li a:hover{color:#000;}
.J_channel_stream li a span{padding:0 3px;}
.J_channel_stream .prew_dot{color:#ff4e00;}

.focus-cameraTab {
    float:left;
    width: 100%;
    height: 24px;
}

.mainCameraSubTab {
    background-position: 0 -24px;
    float:left;
    width: 130px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.main-current {
    background-position: 0 0;
}

.secondaryCameraSubTab {
    background-position: -129px -24px;
    float:left;
    width: 130px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.secondary-current {
    background-position: -129px 0;
}
/*图片查询*/
.plate_div{
    width: 224px;
    height: 100px;
    border:1px solid black;
    position: absolute;
    right: 48px;
    top: 40px;
}
.plate_div h1 {
    background: #858585;
    color: #FFF;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.pic_show {
    width: 224px;
    height: 78px;
    position: absolute;
    top: 20px;
}

#commPush_table_wrap td, th {
   /* text-align:left;*/
}

#page_commPush .ui-field-group {
    width: 100%;
    padding: 10px 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.nicon-speak {
    display: inline-block;
    height: 24px;
    width: 28px;
    background-position: -28px 0px;
    background-repeat: no-repeat;
}

.speak {
    background-position: -28px -23px;
}

.commPushTip {
    min-width: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
} 

