body {
	background: #f8f8f8;
	font-size: 13px;
	min-width: 1100px;
	padding-top: 120px;
}





input[type="search"],
input[type="email"],
input[type="number"],
textarea {
	background: #FFF;
	border: 1px solid #D4D4D4;
	border-radius: 4px;
	color: #333;
	height: 36px;
	padding: 5px 10px;
	outline: none;
}

textarea {
	min-height: 90px;
	height: auto;
	width: 100%;
}

input[type="text"]:focus,
textarea:focus {
	border-color: #aaa;
}




.cursor {
	cursor: pointer;
}

.unvisibility {
	visibility: hidden;
}

.leftalign {
	text-align: left;
}

.rightalign {
	text-align: right;
}

.centeralign {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.gray {
	color: #999;
}

.bs {
	box-shadow: 0 2px 2px rgba(0, 0, 0, .08);
}

.emboss {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.relative {
	position: relative;
}

.nlb {
	border-left: 0 !important;
}

.nrb {
	border-right: 0 !important;
}

.main-btn {
	padding: 8px 80px;
}

.tab-content {
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.tab-btn-i {
	display: inline-block;
	float: left;
	background: none;
	border: none;
	padding: 0 10px;
	outline: none;
	font-size: 12px;
	color: #aaa;
	border-radius: 4px;
}

.tab-btn-i:hover {
	color: #333;
}

.nav-itm.selected {
	
	background-color: #f5f5f5 !important;
	text-shadow: none;
}

.nav-itm.fa.pull-right {
	margin: 0;
}

.padtop20px {
	padding-top: 20px;
}

.padbottom20px {
	padding-bottom: 20px;
}

.tc {
	text-align: center;
}




.navigator-wp .logo {
	display: inline-block;
	float: left;
	height: 50px;
	padding: 0 20px;
	
	width: 180px;
}

.navigator-wp .logo img {
	height: 45px;
}

.navigator-wp .logo .imgtxt {
	position: absolute;
	left: 95px;
	top: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: -20px;
	font-weight: bold;
	color: #09f;
}

.side-bar-fix {
	position: fixed;
	top: 50px;
	left: 0;
	width: 180px;
	bottom: 0;
	box-shadow: 1px 0 0 rgba(0, 0, 0, .1);
	background: #F4F4F4;
	z-index: 4;
}

.side-bar-fix.go {
	transition: left 0.2s;
	-moz-transition: left 0.2s;
	
	-webkit-transition: left 0.2s;
	
	-o-transition: left 0.2s;
	
	left: -200px;
}

.side-bar-fix.go-re {
	transition: left 0.2s;
	-moz-transition: left 0.2s;
	
	-webkit-transition: left 0.2s;
	
	-o-transition: left 0.2s;
	
	left: 0;
}

.side-bar-fix .bfwh {
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	display: none;
}

.tr {
	text-align: right;
}

.main-body-relative {
	margin-left: 180px;
	position: relative;
}

.main-body-relative.fix {
	position: fixed;
	margin-left: 0;
	left: 180px;
	top: 0;
	bottom: 0;
	right: 0;
}




.main-body-relative.relative.full {
	transition: margin-left 0.2s;
	-moz-transition: margin-left 0.2s;
	
	-webkit-transition: margin-left 0.2s;
	
	-o-transition: margin-left 0.2s;
	
	margin-left: 0;
}

.main-body-relative.relative.full-re {
	transition: margin-left 0.2s;
	-moz-transition: margin-left 0.2s;
	
	-webkit-transition: margin-left 0.2s;
	
	-o-transition: margin-left 0.2s;
	
	margin-left: 180px;
}

.main-body-relative.fix.full {
	transition: left 0.2s;
	-moz-transition: left 0.2s;
	
	-webkit-transition: left 0.2s;
	
	-o-transition: left 0.2s;
	
	left: 0;
}

.main-body-relative.fix.full-re {
	transition: left 0.2s;
	-moz-transition: left 0.2s;
	
	-webkit-transition: left 0.2s;
	
	-o-transition: left 0.2s;
	
	left: 180px;
}

.navigator-wp .full-ico {
	display: inline-block;
	height: 50px;
	line-height: 50px;
}

.navigator-wp {
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	position: relative;
	z-index: 1;
}

.navigator-wp .spliter {
	background: rgba(0, 0, 0, 0.10);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
	display: inline-block;
	height: 100%;
	margin: 0;
	width: 1px;
}

.navigator-menu {
	box-sizing: border-box;
	height: 50px;
	margin-bottom: 0;
	min-width: 1000px;
}

.navigator-menu .col {
	box-sizing: border-box;
	color: #777;
	display: block;
	height: 100%;
	line-height: 50px;
	float: left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	position: relative;
}

.navigator-menu .nav-itm {
	padding: 0 20px;
	font-size: 12px;
	position: relative;
	line-height: inherit;
	display: inline-block;
}

.navigator-menu .nav-itm-wp {
	line-height: inherit;
	height: 100%;
	position: relative;
}

.navigator-menu .nav-itm:hover {
	transition: color 0.2s;
	-moz-transition: color 0.2s;
	
	-webkit-transition: color 0.2s;
	
	-o-transition: color 0.2s;
	
	color: #03a9f4;
}

.navigator-menu .navigator-menu-itm {
	font-size: 16px;
}

.navigator-menu .dropdown.open {
	background-color: rgba(0, 0, 0, 0.05);
}

.navigator-menu .btn-bar {
	line-height: 46px;
}

.top-banner-fix {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1020;
	width: 100%;
}

.bell-content {
	height: 16px;
	width: 16px;
	text-align: center;
	display: inline-block;
	line-height: 16px;
	background: #ff3e2a;
	color: #FFF;
	position: absolute;
	right: 8px;
	top: 5px;
	font-size: 12px !important;
	border-radius: 100px;
	text-shadow: none !important;
}

.cko-wp {
	background: #F8F8F8;
	padding-bottom: 30px;
}

.sub-h-menu {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #ddd;
	background: #eee;
	background: rgba(238, 238, 238, .95);
	text-align: center;
}

.sub-h-menu-itm {
	display: inline-block;
	padding: 0;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid transparent;
	color: #aaa;
	margin: 0 20px;
}

.sub-h-menu-itm:hover {
	border-color: #E0E0E0;
}

.sub-h-menu-itm.selected {
	border-color: #03a9f4 !important;
	color: #03a9f4;
}

.list-group-item .ico {
	width: 25px;
	height: 14px;
	display: inline-block;
	color: #bbb;
}

.list-group-item {
	padding: 0;
	border-bottom: none;
	
}

.list-group-item.selected .awp {
	background: #03a9f4 !important;
}

.list-group-item.multi {
	background-image: url(http://www.itclab.cn/templates/metv6s/images/images/side-ddl.png);
	background-position: right -257px;
	background-repeat: no-repeat;
}

.list-group-item.selected * {
	color: #FFF;
	font-weight: bold;
}

.list-group-item:hover,
.list-group-item.open {
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	background-color: #FBFBFB;
}

.list-group-item.open {
	background-position: right -56px;
	font-weight: bold;
}

.list-group-item-primary {
	position: relative;
}

.list-group-item .awp,
.list-group-item-primary .awp {
	display: block;
	width: 100%;
	padding: 8px 20px;
}

.list-group-item-ddl {
	display: none;
	border-bottom: 1px solid #DDD;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-group-item-ddl .awp {
	color: #666;
}

.list-group-item-subs {
	display: none;
}

.list-group-item-subs .list-group-item .awp {
	padding-left: 40px;
	background: #F8F8F8;
}

.list-group-item-subs .list-group-item:hover .awp {
	background: #FBFBFB;
}

.list-group-item-primary .awp {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
}

.list-group-item-primary:hover .awp {}

.list-group-item-primary .arr {
	background-image: url(http://www.itclab.cn/templates/metv6s/images/images/side-ddl.png);
	background-position: -10px -260px;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	width: 30px;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: 0;
	margin-top: -15px;
	z-index: 2;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

.list-group-item-primary.open .arr {
	background-position: -10px -59px;
}

.list-group-item-primary.open .awp {
	color: #03a9f4;
	font-weight: bold;
}

.html-no-scroll {
	overflow-y: hidden;
}

.side-hide,
.side-hide-back {
	background: url(http://www.itclab.cn/templates/metv6s/images/images/side-hide.png) center center no-repeat #F0F0F0;
	padding: 0 15px;
	border-top: 1px solid #ddd;
	cursor: pointer;
	z-index: 5;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.side-hide-back {
	background-image: url(http://www.itclab.cn/templates/metv6s/images/images/side-hide-back.png);
	background-position: center center;
	width: 50px;
	position: fixed;
	bottom: 0;
	left: -50px;
	border-right: 1px solid #ddd;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.side-hide-back.back {
	transition: left 0.2s;
	-moz-transition: left 0.2s;
	
	-webkit-transition: left 0.2s;
	
	-o-transition: left 0.2s;
	
	left: 0;
}

.side-hide-back.back-re {
	transition: left 0.2s;
	-moz-transition: left 0.2s;
	
	-webkit-transition: left 0.2s;
	
	-o-transition: left 0.2s;
	
	left: -50;
}




.side-hide:hover,
.side-hide-back:hover {
	background-color: #FFF;
}

.side-hide-back:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}




.breadcrumb-t1 {
	color: #aaa;
}

.fix-wxp {
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.fix-wxp-toolbar {
	background: #FBFBFB;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	border-bottom: 1px solid #E8E8E8;
}

.fix-wxp-toolbar.unfix {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.fix-wxp-toolbar-wp,
.fix-wxp-toolbar-blist {
	float: left;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.fix-in-search-ico {
	width: 24px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 10px;
	color: #aaa;
	font-size: 16px;
}

.fix-wxp-toolbar-txt {
	padding: 0 20px;
}

.fix-tb {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
}

.fix-tb-ct-b1 {
	background: #FFF;
	height: 40px;
	line-height: 40px;
	top: 0;
	left: 0;
	border-bottom: 1px solid #ccc;
	position: absolute;
	width: 100%;
	overflow: hidden;
}

.fix-tb-ct-b2 {
	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	position: absolute;
	overflow: auto;
}

.fix-tb-header,
.fix-tb-body {
	display: table;
	border-collapse: collapse;
}

.fix-tb-body {
	position: relative;
}

.fix-tb-body-row {
	display: table-row;
	background: #f8f8f8;
}

.fix-tb-body-row:nth-child(even) {
	background: #FFF;
}

.fix-tb-header-cell,
.fix-tb-body-cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
	min-width: 120px;
}

.fix-tb-body-cell:last-child {box-shadow: inset 0px 0 0 rgba(0, 0, 0, .1);}

.fix-tb-header {
	display: block;
	height: 100%;
	line-height: 40px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
}

.fix-tb-header-cell {
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
	background: #FFF;
}

.fix-tb-header-cell:hover {
	background: #F8F8F8;
}

.fix-tb-header-cell .th,
.fix-tb-body-cell .td {
	display: inline-block;
	padding: 0px 15px; line-height:28px;
}

.fix-tb-body-cell .td {
	padding-top: 6px;
	padding-bottom: 6px;
	max-width: 400px;
}

.fix-tb-body-cell.wider .td {
	width: 360px;
}

.fix-tb-body-row:hover .fix-tb-body-cell {
	background-color: #F1F0F0;
}

.fix-tb-ct-pager {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: right;
	height: 40px;
	line-height: 40px;
	background: #FBFBFB;
}

.fix-tb-ct-pager .fw1 {
	color: #aaa;
}

.fix-tb-ct-pager .fw1 .s6 {
	width: 50px;
	border: none;
	background: #F4F4F4;
	margin-right: 3px;
	text-align: center;
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}

.fix-tb-ct-pager .fw1 .s6:hover {
	background: #DDD;
}

.fix-tb-ct-pager .fw1 .s3 {
	margin-right: 25px;
}

.fix-tb-ct-pager .fw1 .s4,
.fix-tb-ct-pager .fw1 .s5,
.fix-tb-ct-pager .fw1 .s9,
.fix-tb-ct-pager .fw1 .s10 {
	cursor: pointer;
	padding: 10px 5px;
	font-size: 12px;
}

.fix-tb-ct-pager .fw1 .s4:hover,
.fix-tb-ct-pager .fw1 .s5:hover,
.fix-tb-ct-pager .fw1 .s9:hover,
.fix-tb-ct-pager .fw1 .s10:hover {
	color: #333;
}

.fix-tb-ct-pager .fw1 .s5 {
	margin-right: 5px;
}

.fix-tb-ct-pager .fw1 .s9 {
	margin-left: 5px;
}

.fix-tb-ct-pager .fw1 .s10 {
	margin-right: 50px;
}

.fix-wxp-toolbar-blist {
	font-size: 14px;
	margin-left: 50px;
}

.fix-wxp-toolbar-blist .fix-query-input {
	display: inline-block;
	float: left;
	height: 100%;
	position: relative;
}

.fix-wxp-toolbar-blist .fix-in-search {
	background: #F4F4F4;
	padding: 0 15px 0 42px;
	height: 49px;
	border: none;
	line-height: 49px;
}

.fix-wxp-toolbar-blist.rt {
	float: right;
	margin-left: 0;
}

.fix-query-box,
.fix-3d-box,
.fix-options-box,
.fix-more-box {
	color: #aaa;
	float: left;
	padding: 0 20px;
	cursor: pointer;
	font-size: 12px;
	height: 49px;
	line-height: 49px;
}

.fix-query-box:hover,
.fix-options-box:hover {
	color: #333;
}

.fix-options-box:hover,
.fix-query-box:hover {
	background-color: #F8F8F8;
}

.fix-more-box {
	border-left: 1px solid #E2E2E2;
}

.fix-3d-box {
	cursor: default;
}

.fix-3d-box select {
	margin: 0 5px;
	cursor: pointer;
	border: none;
	background: #F4F4F4;
}

.fix-options-box,
.fix-more-box {
	float: right;
}

.fix-more-box {
	padding: 0;
	height: 49px;
	line-height: 49px;
}

.fix-more-box:hover {
	background: #F0F0F0;
}

.fix-more-box .dropdown-toggle {
	display: inline-block;
	width: 52px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.nothing {
	color: #bbb;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
	text-align: center;
	font-size: 18px;
	padding: 110px 0;
}

.nothing .glyphicons {
	font-size: 56px;
}

.nothing .txt {
	padding-top: 10px;
	letter-spacing: 1px;
}

.opl-table,
.bt-btn-bar {
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .08);
	padding: 15px 20px;
	margin-bottom: 10px;
}

.opl-table.tnbh {
	z-index: 0;
}

.bt-btn-bar {
	margin-bottom: 80px;
	text-align: center;
}

.bt-btn-bar .btn {
	padding-left: 80px;
	padding-right: 80px;
}

.opl-table .tt {
	font-size: 16px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	font-weight: bold;
}

.downbtn-normal {
	width: 40px;
	height: 40px;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/side-ddl.png) center -3px no-repeat transparent;
	display: inline-block;
	border: none;
	padding: 0;
	margin: 0;
}

.downbtn-normal.up {
	background-position: center -103px;
}

.opl-table .downbtn-normal {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	outline: none;
}

.opl-table .downbtn-normal:hover {
	background-position: center -53px;
}

.opl-table .downbtn-normal.up:hover {
	background-position: center -153px;
}

.inner-table {
	display: table;
	width: 50%;
	float: left;
}

.inner-table .row {
	display: table-row;
}

.inner-table .cell {
	display: table-cell;
	padding: 8px 0;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.inner-table .col1 {
	width: 25%;
}

.inner-table .col2 {
	padding-right: 50px;
	color: #333;
}

.inner-table input[type="text"] {
	padding-top: 10px;
	padding-bottom: 10px;
}




::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: transparent;
}




::-webkit-scrollbar-track {
	border-radius: 10px;
	background: transparent;
}




::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-thumb:hover {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .3);
}




.P_tmp {
	display: none;
}

.P_popupbg {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.P_okbtn {
	border: 1px solid #3ca0dd;
	border-color: rgba(46, 86, 153, 0.1);
	border-bottom-color: #2e7cc1;
	border-bottom-color: rgba(46, 86, 153, 0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background-image: linear-gradient(#45b1e8, #3097de);
	padding: 5px;
	color: #FFF;
	width: 100%;
	margin-top: 5px;
	outline: none;
}

#P_alertbox,
#P_confirm {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
}

#P_popup {
	
	background: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.P_bg {
	background: #FFF;
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	left: 50%;
	
	position: absolute;
	top: 50%;
}

.P_closebtn {
	cursor: pointer;
	display: none;
	font-size: 24px;
	height: 42px;
	line-height: 42px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -12px;
	width: 42px;
	z-index: 12;
}

.P_closebtn:hover {
	color: #EF3546;
}

#P_confirm .P_confirm_btns {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

#P_confirm .P_confirm_btns .P_confirm_btn {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: none;
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	bottom: 0;
	color: #FFF;
	left: 0;
	position: absolute;
	width: 50%;
}

#P_confirm .P_confirm_btns .P_confirm_btn[action="confirm"] {
	border-right: none;
	left: auto;
	right: 0;
}

#P_confirm .P_confirm_btns .P_confirm_btn[action="cancel"] {
	border-left: none;
	border-right: none;
	color: rgba(255, 255, 255, 0.5);
	left: 0;
	right: auto;
}

#P_confirm .P_confirm_btns .P_confirm_btn:hover {
	background: rgba(255, 255, 255, 0.05);
}

.P_wp_msg {
	padding-bottom: 45px !important;
}

.l1x {
	left: auto !important;
	right: 0 !important;
}

.dbmp-box {
	position: fixed;
	left: 0;
	top: 50px;
	right: 0;
	bottom: 0;
	background: #EEE;
	background: rgba(240, 240, 240, .95);
	z-index: 5;
	display: none;
	overflow-y: auto;
}

.dbmp-search-clsbtn {
	font-size: 32px;
	color: #aaa;
	position: absolute;
	right: 54px;
	top: 18px;
	cursor: pointer;
	line-height: 50px;
	text-align: center;
	width: 50px;
	z-index: 5;
}

.dbmp-search-clsbtn:hover {
	color: #666;
}

.dbmp-box-xt1 {
	padding: 20px 0;
	position: relative;
}

.dbmp-box-schbtn {
	background: #EEE;
	border: none;
	font-size: 16px;
	width: 90px;
	position: absolute;
	top: 50%;
	height: 40px;
	margin-top: -20px;
	right: 5px;
	z-index: 5;
}

.dbmp-box-xt1 .dbmp-box-input {
	font-size: 16px;
	padding-right: 100px;
	width: 100%;
	height: 50px;
	border: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}




.dbmp-box-result-t {
	margin-bottom: 20px;
	font-size: 16px;
	color: #999;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 10px;
}

.dbmp-box-result-t-itm {
	background: #FBFBFB;
	background: rgba(255, 255, 255, .5);
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
	padding: 15px;
}

.dbmp-box-result-t-itm:hover {
	background: #FBFBFB;
}

.dbmp-box-pager {
	text-align: center;
	padding: 30px;
	margin-bottom: 50px;
}

.dbmp-box-pager-itm {
	display: inline-block;
	padding: 8px 14px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
}

.dbmp-box-pager-itm:hover {
	background: #E0E0E0;
}

.dbmp-box-pager-itm.selected {
	background: transparent !important;
	color: #03a9f4;
	cursor: text;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

.dbmp-box-kw {
	font-weight: bold;
	color: #03A9F4;
	margin: 0 5px;
}

.dbmp-box-sc-top {
	z-index: 2;
	position: relative;
}

.dbmp-side-t {
	padding-top: 20px;
}

.dbmp-side-cm {
	background: url(http://www.itclab.cn/templates/metv6s/images/images/side-ddl.png) -18px 1px no-repeat;
	border-bottom: 1px solid #ccc;
	padding: 14px 25px;
	font-size: 15px;
}

.dbmp-side-bi {
	padding: 10px 0 20px 0;
}

.dbmp-side-eitm {
	display: block;
	padding: 5px 25px;
	border-radius: 4px;
	margin-bottom: 5px;
}

.dbmp-side-eitm.selected {
	background: #DDD !important;
	cursor: text;
	color: #999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

.dbmp-side-eitm:hover {
	background: #FBFBFB;
}

.fix-more-box-menu {
	left: auto;
	right: 0;
}




.P_closebtn {
	background: #FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 100px;
}







.wtcheckbox {
	display: inline-block;
	width: 18px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}




.wtcheckbox label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	background: #eee;
	border: 1px solid #ddd;
}




.wtcheckbox label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 5px;
	left: 4px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




.wtcheckbox label:hover::after {
	opacity: 0.5;
}




.wtcheckbox input[type=checkbox]:checked + label:after {
	opacity: 1;
	border-color: #FFF;
}

.wtcheckbox input[type=checkbox]:checked + label {
	background: #03A9f4;
	border-color: #03A9f4;
}

.wtcheckboxlabel {
	cursor: pointer;
	font-weight: normal;
}




.wtradio {
	width: 20px;
	height: 20px;
	background: #FFF;
	margin: 0 3px 0 0;
	display: inline-block;
	border-radius: 100%;
	position: relative;
	top: 2px;
	border: 1px solid #E8E8E8;
}

.wtradio input {
	visibility: hidden;
}




.wtradio label {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
	background: #aaa;
}




.wtradio input[type=radio]:checked + label {
	background: #03A9f4;
}

.nav-tabs.mytabs {
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 3;
	position: fixed;
	border: none;
	left: 180px;
	right: 0;
	top: 50px;
	background: #F8F8F8;
	padding-left: 20px;
	padding-right: 20px;
}

.nav-tabs.mytabs li a {
	font-size: 12px;
	position: relative;
	padding-right: 42px;
	border: none;
	border-radius: 2px;
	margin-right: 5px;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
}

.nav-tabs.mytabs > li.active > a {
	border-bottom-color: #E2E2E2;
}

.nav-tabs.mytabs li a .halflings {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -7px;
	color: #ddd;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

.nav-tabs.mytabs li a .halflings:hover {
	color: #666;
}

.nav-tabs.mytabs li a .halflings-repeat {
	right: 22px;
}

.doublecolrow {
	display: table;
	width: 100%;
}

.doublecolrow .td {
	display: table-cell;
	width: 50%;
}

.doublecolrow .td.lt .inner {
	padding-right: 5px;
}

.doublecolrow .td.rt .inner {
	padding-left: 5px;
}

.ieo-ct {
	width: 100%;
}

.ieo-ctrow {
	display: block;
	padding: 10px 0;
	border-bottom: 1px dotted #eee;
}

.ieo-ctrow:after {
	display: block;
	content: ' ';
	clear: both;
}

.ieo-ctlt {
	float: left;
}

.ieo-ctrt {
	float: right;
	color: #bbb;
}

.ieo-ctrow:hover {
	color: #03a9f4;
}

.biw-tab {
	width: 100%;
	text-align: center;
}

.biw-tab .h {
	background: #F8F8F8;
	color: #666;
}

.biw-tab .h td {
	padding: 10px 5px;
}

.biw-tab .r {
	cursor: pointer;
}

.biw-tab .r:hover {
	color: #03A9D4;
}

.biw-tab td {
	border: 1px solid #E2E2E2;
	padding: 5px;
}

.biw-tab .pimg {
	width: 60px;
	height: 60px;
}

.iowo-itms {
	text-align: center;
	height: 190px;
	overflow: hidden;
}

.iowo-itms:after {
	display: block;
	content: ' ';
	clear: both;
}

.iowo-itm {
	display: inline-block;
	height: 190px;
	text-align: center;
	margin-right: 25px;
	padding-top: 20px;
	border: 1px solid transparent;
	width: 150px;
}

.iowo-itms .iowo-itm:last-child {
	margin-right: 0;
}

.iowo-itm:hover {
	background: #F8F8F8;
	border-radius: 4px;
}

.iowo-itm .img {
	display: inline-block;
	width: 120px;
	height: 120px;
}

.iowo-itm .txt {
	margin-top: 10px;
	display: block;
}

.iowo-itm:hover .txt {
	color: #03A9D4;
}

.botbarert {
	text-align: center;
	padding: 30px 0;
}

.botbarert .spliter {
	margin: 0 15px;
	font-size: 12px;
	color: #ccc;
}

.btfaqblk {
	width: 100%;
}

.btfaqblk .itm {
	float: left;
	width: 20%;
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #E2E2E2;
}

.btfaqblk .itm .t1 {
	font-size: 18px;
}

.btfaqblk .itm .t2 {
	font-size: 12px;
	color: #aaa;
}

.curusrtag .tg1 {
	background: #F8F8F8;
	padding: 0 20px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	margin-left: 20px;
}

.curusrtag .tgtxt3 {
	color: #f60;
	font-weight: bold;
}

.curusrtag .tgtxt5 {
	color: #03A9D4;
}

.sqfw-qq {
	margin-right: 20px;
}

.sqfw-qq .qq,
.sqfw-qq .qqs,
.sqfw-qq .tt {
	display: inline-block;
}

.sqfw-qq .qq {
	margin-left: 10px;
}

.sqfw-qq .qq img {
	width: 18px;
	height: 18px;
	margin-top: -4px;
}

.losei1 {
	color: #aaa;
	margin-top: 20px;
	margin-bottom: 15px;
}

.losei2 {
	margin-right: 10px;
}

.losei1 .spli {
	margin: 0 10px;
	font-size: 12px;
}

.losei1 .itm {
	color: #aaa;
}

.losei4 {
	color: #FFF;
}

.bgweek {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.bgweek.go {
	transition: top 0.5s;
	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	top: 0;
}

.bgweek.go-re {
	transition: top 0.5s;
	-moz-transition: top 0.5s;
	-webkit-transition: top 0.5s;
	-o-transition: top 0.5s;
	top: -100%;
}

.t93 {
	background: #FFF;
	width: 800px;
	margin: 50px auto;
	border-radius: 5px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.t93.wider {
	width: 1100px;
}

.t94 {
	padding: 20px;
}

.t95 {
	padding-bottom: 10px;
	border-bottom: 1px solid #2375cb;
	margin-bottom: 20px;
	text-align: left; height:54px;
}

.t96 {
	padding-top:12px; float:left;
	font-size: 14px;
	color: #000;
}

.t96.dark {
	color: #555;
}

.t96_1 {
	margin-left: 10px;
	font-size: 24px;
	color: #555;
}

.t97 {
	float: right;

	color: #2375cb;
	border-radius: 3px;
	padding: 10px 18px;
}

.t97:hover {
	color: #f25618;

}

.t99 {
	margin-left: 10px;
	color: #03A9D4;
}



.regcoll,
.regcolr {
	width: 10%1;
}

.regcoll {
	text-align: right;
}

.regcoll span {
	padding-right: 10px;
	color: #666;
	font-size: 13px;
}





.regtab {
	width: 100%;
	margin-bottom: 20px;
}

.regtab td {
	padding: 5px 0;
}

.regterm a {
	color: #03A9F4;
}

.regterm {}

.regbtnn {
	height: 52px;
}

.regcolm{ padding:12px 24px;background: #F1F1F1;}
.regcolm span.user i.user1 {
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/bh.png) no-repeat -0px 0px;
	vertical-align: middle;
}
.regcolm span.user i.user2 {
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/budd.png) no-repeat -0px 0px;
	vertical-align: middle;
}
.regcolm span.user i.lock2{
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/lo.png) no-repeat -0px 0px;
	vertical-align: middle;
}
.regcolm span.lock i.lock1{
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/ma.png) no-repeat -0px 0px;
	vertical-align: middle;
}
.regcolm span.user{
	background: #F1F1F1;
	padding-left: 8px;
	display: block;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	border-bottom: 1px solid #ddd;
}
.regcolm span.lock{
	background: #F1F1F1;
	padding-left: 8px;
	display: block;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.logo{ text-align:center; margin:0 16px; padding:32px 0px 16px 0px; border-bottom:#ccc solid 0px;}
::-moz-placeholder{ color:#666; font-size:11px}
.content{box-shadow: 0 1px 10px rgba(0, 0, 0, .1);background: #FFF;}
.report{ margin:0px auto; padding:0px;position:absolute; left:0;top:10%; width:100% }
.regcoll{ font-size:12px}
.regtxt{ padding: 10px 0px;
	color: #666;
	font-size: 13px;
	background: none;
	outline: none;
	border: none;
	margin: 0px auto;
	width:180px;
	-webkit-apperance: none;
	background: #F1F1F1;
	}
.valdcodetxt{padding: 10px 0px;
	color: #666;
	font-size: 13px;
	background: none;
	outline: none;
	border: none;
	margin: 0px auto;
	width:70px;
	-webkit-apperance: none;
	background: #F1F1F1;
	 }
.valdcode{ float:right; border:1px solid #ccc;border-radius:0px; margin-right:12px;}
.botton{ padding-top:24px; height:60px; float:left }
.btn{
	padding: 12px 12px;
	color: #FFF;
	font-size: 0.85em;
	font-family: 'Amble-Light-webfont';
	border-bottom: 3px solid #2375cb;
	cursor: pointer;
	border-right: none;
	border-left: none;
	border-top: none;
	outline: none;
	background: #2375cb;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-apperance: none;
	font-weight: 600; width:120px}

.btn:hover{ background:#2375cb}
.img1 {
-webkit-filter: grayscale(1);
filter:gray;
filter: grayscale(1);
}

.regtab .passed,
.regtab .error {
	height: 18px;
	width: auto;
	line-height: 18px;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/correct.png) left center no-repeat;
	display: none;
	padding-left: 22px;
	color: #39B54A;
	margin-left: 10px;
}

.regtab .passed_row .passed {
	display: inline-block;
}

.regtab .error_row .error {
	display: inline-block;
}

.regtab .error {
	background-image: url(http://www.itclab.cn/templates/metv6s/images/images/error.png);
	color: #BE1E2D;
}

.valdcode.phone {
	background: #03A9D4;
	border-color: #03A9D4;
	border-radius: 3px;
	color: #fff;
}

.blktb {
	display: table;
	width: 100%;
}

.blktb .td {
	display: table-cell;
	vertical-align: top;
}

.blktb .td .pad {
	padding: 0 10px;
}

.blktb .col1 {
	width: 130px;
}

.blktb .col2 {
	width: 280px;
}

.blktb .col3 {
	width: 140px;
}

.blktb .col4 {
	width: 100px;
}

.blktb .col5 {
	width: 80px;
}

.blktb .col6 {
	width: 140px;
}

.blktb .col7 {
	width: 100px;
}

.blktb .col8 {
	text-align: right;
}

.lf {
	float: left;
}

.rf {
	float: right;
}

.tbinx01 {
	padding-top: 15px;
}

.skurows .tbinx01:first-child {
	border-top: 1px solid #E2E2E2;
}

.cart_skuimg {
	width: 60px;
	height: 60px;
	margin-left: 10px;
}

.cart_skuimg.nm {
	margin-left: 0;
}

.tbinx01 .s2 {
	margin-top: 5px;
	color: #999;
	font-size: 12px;
}

.tbinx01 .pdel {
	text-decoration: line-through;
}

.tbinx01 .pcurrent {
	color: #f60;
	font-weight: bold;
}

.tbinx01 .gpld {
	color: #aaa;
}

.tbinx01 .ttamount {
	color: #F60;
	font-weight: bold;
}

.tbinx01 .opera a {
	color: #03A9D4;
}

.tbinx01 .opera a:hover {
	color: #09F;
}

.skurow {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 12px;
}

.numberctrl {
	position: relative;
	height: 30px;
	width: 100px;
}

.numberctrl:after {
	display: block;
	content: ' ';
	clear: both;
	height: 0;
}

.numberctrl .sub,
.numberctrl .add {
	color: #999;
	background: #ddd;
	display: inline-block;
	position: absolute;
	height: 20px;
	line-height: 18px;
	width: 20px;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.numberctrl .sub:hover,
.numberctrl .add:hover {
	background: #EEE;
}

.numberctrl .add {
	left: auto;
	right: 0;
}

.numberctrl .val {
	display: block;
	position: absolute;
	height: 20px !important;
	line-height: 20px !important;
	padding: 0;
	width: 60px !important;
	left: 50%;
	margin-left: -30px;
	top: 0;
	text-align: center;
	border: 1px solid #aaa;
	background: #F0F0F0;
}

.cangkulist {
	margin-bottom: 20px;
}

.cangkulist .t9fi {
	padding: 0 10px;
}

.albtt {
	float: left;
	font-size: 16px;
	color: #03A9D4;
	display: inline-block;
}

.albleit {
	float: right;
}

.albmxi {
	color: #F60;
	font-weight: bold;
	margin-right: 15px;
}

.blktb.tbinx01.hd {
	margin-bottom: 20px;
	padding-top: 5px;
}

.forbtallsele {
	margin: 0;
}

#btallsele {
	margin: 0;
}

.cartbigtt4 {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 10px;
}

.cartbtkesan {
	background: #F0F0F0;
	color: #333;
	padding: 15px;
	position: relative;
}

.cartbtkesan .c1 {
	float: left;
}

.cartbtkesan .c2 {
	float: right;
	margin-right: 70px;
}

.cartbtkesan .c3 {
	float: right;
	margin-right: 180px;
}

.cartbtkesan .c3 .pce {
	color: #F60;
	font-weight: bold;
}

.cartemptyall {
	margin-left: 15px;
}

.tbinx01.selected {
	background: #f5fdf1;
}

.kesansumbtn {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border: none;
	color: #FFF;
	width: 150px;
	font-size: 18px;
	background: #03A9D4;
	padding: 0;
}

.order_addrbd {
	margin-bottom: 20px;
}

.order_addrbd .tt {
	font-size: 16px;
	color: #03A9D4;
	margin-bottom: 15px;
}

.order_addrbd .ct {
	padding: 15px;
	border: 1px solid #E2E2E2;
}

.order_addrbd .tete {
	font-size: 16px;
	margin-bottom: 15px;
}

.order_addrbd .tete .adbt {
	float: right;
	font-size: 12px;
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #03A9F4;
	color: #03A9F4;
	border-radius: 2px;
}

.order_addrbd .tete .adbt:hover {
	background: #03a9f4;
	color: #fff;
}

.order_addrbd .srow {
	margin-bottom: 10px;
}

.order_addrbd .srow .actbtnlnk {
	color: #3097DE;
	margin-left: 15px;
}

.order_addrbd .ibt {
	display: inline-block;
	border: 1px solid #E2E2E2;
	padding: 6px 0;
	width: 200px;
	text-align: center;
	margin-right: 15px;
	color: #03A9F4;
	border-color: #03A9F4;
	cursor: pointer;
	border-radius: 2px;
}

.order_addrbd .ibt:hover {
	background: #FBFBFB;
}

.order_addrbd .srow.selected {
	font-weight: bold;
}

.order_addrbd .srow.selected .actbtnlnk {
	font-weight: normal;
}

.order_addrbd .srow.selected .ibt {
	background: #03A9F4;
	color: #FFF;
}

.cangkbttb {
	display: table;
	width: 100%;
	background: #f3f9fb;
}

.cangkbttb .td {
	display: table-cell;
	padding: 0 10px;
}

.cangkbttb .ett {
	margin-bottom: 10px;
	padding-top: 10px;
}

.cangkuwp .cangkulist {
	margin-bottom: 0;
}

.cangkuwp {
	margin-bottom: 20px;
	position: relative;
}

.cangkuwp .skurow:last-child {
	border-bottom: none;
}

.cangkuwp .order_commenttxt {
	width: 400px;
}

.order_transblk {
	right: 0;
	top: 0;
	width: 250px;
	position: absolute;
}

.order_transblk .wp {
	padding: 10px;
}

.order_transblk .wp2 {
	padding-top: 8px;
	padding-left: 20px;
	text-align: right;
}

.order_transblk .wp2 .inner {
	margin-bottom: 5px;
}

.order_transblk .wp2 .t {
	padding-bottom: 5px;
}

.order_transblk .tct {
	margin-right: 10px;
}

.order_transblk .sele {
	font-size: 12px;
}

.order_transblk .wp2 {
	padding-bottom: 10px;
}

.order_transblk .wp2 .te {
	margin-right: 10px;
}

.order_transblk .padb {
	padding-bottom: 10px;
}

.order_transblk .zdytxt {
	width: 112px;
	height: 24px;
}

.p98-1 {
	padding: 10px;
	text-align: right;
	line-height: 22px;
	border-top: 1px solid #E2E2E2;
	color: #aaa;
}

.redalert {
	color: #F30;
	font-weight: bold;
}

.form-group .selewithinputblk select.form-control {
	width: 150px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.form-group .selewithinputblk input[type="text"].form-control {
	width: 290px;
	float: left;
	height: 34px;
	margin-left: 5px;
}

.pki-tableop {
	border-bottom: 2px solid #E2E2E2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.search-options-bar {
	background: #f8f8f8;
	padding: 12px 8px;
	border-bottom:1px solid #2375cb;
	border-radius: 0px;
	box-shadow: 0 1px 0px rgba(0, 0, 0, .06);
	margin-bottom: 20px;
}

.search-options-bar .r {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #EEE;
}

.search-options-bar .r:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.search-options-bar .sob-data,
.search-submit-btn {
	height: 24px;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 0;
}

.search-options-bar input.sob-data {
	width: 60px; border:#e7e7e7 solid 1px;
}

.search-options-bar input.sob-data.long {
	width: 130px;
}

.search-submit-btn {
	margin-top: -3px;
	margin-left: 20px;
	width: 80px;
}

.search-submit-btn .glyphicon-search {
	font-size: 12px;
}

.carttipbld {
	display: inline-block;
	float: right;
}

.carttipbld .lnk {
	color: #03a9f4;
}

.carttipbld .lnk:hover {
	text-decoration: underline;
	color: #F72929;
}
.toastmsg-wp {
	width: 100%;
	left: 0;
	position: fixed;
	z-index: 1001;
	text-align: center;
	top: 130px;
	display: none;
}
.toastmsg {
	padding: 8px 15px;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	display: inline-block;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}
.gotothecart {
	color:#F60;
}
.gotothecart:visited {
	color:#F60;
}
.gotothecart:hover {
	color:#FFD800;
}
.listpageitm {
	position: relative;
	min-height: 130px;
	border-bottom: 1px solid #EEE;
	padding-left: 130px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.listpageitm .proimg {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 15px;
}

.listpageitm .tt {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

.listpageitm .stt,
.listpageitm .caiz {
	font-size: 12px;
	color: #bbb;
}

.listpageitm .stt {
	margin-bottom: 10px;
}

.listpageitm .caiz {
	background: #f8f8f8;
	color: #F60;
	padding: 10px 0 5px 0;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #EEE;
	display: inline-block;
	padding: 2px 8px;
}

.listpageitm .stt .v {
	margin-right: 15px;
	color: #333;
}

.listpageitm .caiztab {
	text-align: center;
	width: 100%;
}

.listpageitm .caiztab td {
	border: 1px solid #EEE;
	padding: 10px 0;
}

.listpageitm .caiztab td.td1 {
	width: 150px;
}

.listpageitm .caiztab td.td2 {
	width: 40px;
}

.listpageitm .caiztab td.td3 {
	width: 60px;
}

.listpageitm .caiztab td.td4 {
	width: 60px;
}

.listpageitm .caiztab .rhd td {
	color: #bbb;
}

.listpageitm .caiztab .bz {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.pgcontainerbox {
	background: #fbfbfb;
	color: #555;
	padding: 10px;
	line-height: 30px;
	box-sizing: content-box; margin-top:12px;
}

.pgcontainerinner {
	display: inline-block;
	float: left;
	line-height: 30px;
}

.pgcontainerbox .pgsizer {
	margin-right: 10px;
}

.pgcontainerbox .c1 {
	margin-right: 10px;
}

.pgcontainerbox .pgbtitms {
	display: inline-block;
}

.pgbtitm {
	background: #DDD;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin-right: 5px;
}

.pgbtitm:hover {
	background: #CCC;
}

.pgbtitm.selected {
	background: #03A9D4 !important;
	color: #FFF;
}

.pgbtitm.emt {
	background: #bbb;
	color: #F4F4F4;
	line-height: 32px;
}

.pgbtitm.emt:hover {
	background: #444;
	color: #FFF;
}

.pgcontainerbox .tzhuanbt {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 50px;
	background: #03A9D4;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
	margin-left: 15px;
}
.pgcontainerbox .diirit {
	display:inline-block;float:right;line-height:30px;
}
.listpageitms .canbeaddtocart {
	color:#F60 !important;
}

.ditwp {
	width: 900px;
	margin: auto;
	margin-bottom:50px;
}

.ditwp .eihe {
	padding: 50px 0;
}

.ditwp .gbimg {
	width: 420px;
}

.ditmtb {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.ditmrow {
	display: table-row;
}

.ditmrow .td {
	display: table-cell;
	box-sizing: border-box;
	padding: 10px 15px;
	border: 1px solid #E2E2E2;
	width: 25%;
}

.ditmrow .td.lt {
	text-align: right;
	background: #F8F8F8;
	color: #999;
}
.ditcont {
	padding:50px 0;
}
.ditcont img {
	width:420px;
}

.menu{ float:right; padding-top:16px; color:#ccc}
.menu li{ float:left; list-style:none; padding:0px 4px;}



.search-box{ float:left;width:50%}
.search-notes{float:left;width:50%; border-left:#eee solid 1px; padding-left:24px;font-family:Arial, Helvetica, sans-serif}


.ttl{height:18px;}
.ctt{height:auto;padding:0px;clear:both;text-align:left;}
.w936{margin:12px 4px 0 0;clear:both;width:320px; text-align:left;}

.tb_{ margin-bottom:4px; padding:0px;border-bottom:solid #2375cb 2px;}
.tb_ ul{height:32px;list-style-type:none; margin:0px; padding:0px;}
.tb_ li{float:left; padding-left:10px; padding-right:8px; line-height:32px;cursor:pointer; margin-right:1px }

.normaltab  { background-color:#e7e7e7;color:#666 ;}
.hovertab    { background-color:#2375cb;color:#fff;   }
.normaltab1  { background-color:#FFF;color:#666 ;  border-right:solid #e7e7e7 1px;}
.hovertab1    { border-right:solid #e7e7e7 1px; background-color:#FFF;color:#2375cb; font-weight:bold }
.dis{display:block;}
.undis{display:none;}


.user{ background-color:#f1f1f1; width:320px; line-height:32px; padding-top:0px; border-bottom:solid 1px #DDD; }
.user i.user1 {
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/bh.png) no-repeat 4px 0px;
	vertical-align: middle;
}


.user i.user2 {
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/budd.png) no-repeat -0px 0px;
	vertical-align: middle;
}
.user i.lock2{
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/lo.png) no-repeat 4px 0px;
	vertical-align: middle;
}
.user i.lock1{
	width: 30px;
	height: 26px;
	display: inline-block;
	background: url(http://www.itclab.cn/templates/metv6s/images/images/ma.png) no-repeat 4px 0px;
	vertical-align: middle;
}
.regcolm span.user{
	background: #F1F1F1;
	padding-left: 8px;
	display: block;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	border-bottom: 1px solid #ddd;
}
.regcolm span.lock{
	background: #F1F1F1;
	padding-left: 8px;
	display: block;
	outline: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.cer-img img{ max-width:100%;}
.fix-tb-body-cell a:hover{ cursor:pointer; text-decoration:none;}
span.highlight{ font-size:16px; font-weight:bold; color:#F00}


.resuleshow{ display:none;}