@charset "UTF-8";
blockquote,
body,
dd,
dir,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
menu,
ol,
optgroup,
p,
pre,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style-type: none;
	list-style-image: none;
}
a {
	text-decoration: none;
}
a:active {
	background-color: transparent;
}
a:active,
a:focus,
a:hover {
	outline: 0 none;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	font-size: 14px;
	line-height: 1.8;
}
body,
button,
input,
select,
textarea {
	font-family: "helvetica neue", arial, "hiragino sans gb", stheiti, "wenquanyi micro hei", "\5FAE\8F6F\96C5\9ED1",
		"\5B8B\4F53", sans-serif;
	-ms-text-autospace: ideograph-alpha ideograph-numeric ideograph-parenthesis;
	text-spacing: ideograph-alpha ideograph-numeric ideograph-parenthesis;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	direction: ltr;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background-color: #d2e5ff;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monaco, menlo, consolas, "courier new", courier, monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}
q {
	quotes: none;
}
q:after,
q:before {
	content: "";
	content: none;
}
small {
	font-size: 85.7%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
table td,
table th {
	border: 1px solid #ddd;
	padding: 8px 10px;
}
table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0 none;
	white-space: normal;
	*margin-left: -7px;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	*overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
textarea {
	overflow: auto;
	resize: vertical;
}
option:disabled:checked,
select:disabled option:checked {
	color: #d2d2d2;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input {
		line-height: normal !important;
	}
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a9a9a9;
	opacity: 1;
}
label {
	cursor: pointer;
}
select[multiple],
select[size],
select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
[draggable] {
	cursor: move;
}
dialog {
	border: 1px solid;
	padding: 0;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
dialog::-webkit-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
dialog::backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.dib {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.dib-box {
	font-size: 0;
	*word-spacing: -1px;
}
@media (-webkit-min-device-pixel-ratio: 0) {
	.dib-box {
		letter-spacing: -5px;
	}
}
.dib-box .dib {
	vertical-align: top;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: inherit;
}
.dib-box .justify,
.justify {
	font-size: 0;
	line-height: inherit;
}
.justify {
	text-align: justify;
	text-justify: inter-ideograph;
	*zoom: 1;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
.justify:after {
	content: "";
	display: inline-block;
	width: 100%;
}
.justify .dib {
	-moz-text-align-last: auto;
	text-align-last: auto;
	text-justify: auto;
	text-align: left;
	font-size: 12px;
	letter-spacing: normal;
	word-spacing: normal;
}
.arrow {
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: -2px;
	border: 0 dashed transparent;
	border-width: 6px;
}
.arrow-top {
	border-bottom-style: solid;
	border-bottom-color: #2ab2df;
}
.arrow-bottom {
	border-top-style: solid;
	border-top-color: #2ab2df;
}
.arrow-left {
	border-right-style: solid;
	border-right-color: #2ab2df;
}
.arrow-right {
	border-left-style: solid;
	border-left-color: #2ab2df;
}
.arrow-left-top {
	border-top-style: solid;
	border-top-color: #2ab2df;
	border-left-width: 0 !important;
}
.arrow-right-top {
	border-top-style: solid;
	border-top-color: #2ab2df;
	border-right-width: 0 !important;
}
.arrow-left-bottom {
	border-bottom-style: solid;
	border-bottom-color: #2ab2df;
	border-left-width: 0 !important;
}
.arrow-right-bottom {
	border-bottom-style: solid;
	border-bottom-color: #2ab2df;
	border-right-width: 0 !important;
}
.fluid-media {
	position: relative;
}
.fluid-media div,
.fluid-media embed,
.fluid-media iframe,
.fluid-media object,
.fluid-media video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.widescreen {
	padding-bottom: 56.25%;
}
.narrowscreen {
	padding-bottom: 75%;
}
.wole,
.youku {
	padding-top: 40px;
}
.tudou {
	padding-top: 50px;
}
.iqiyi {
	padding-top: 45px;
}
.youtube {
	padding-top: 30px;
}
.center-box {
	font-size: 0;
	*word-spacing: -1px;
	height: 100%;
}
@media (-webkit-min-device-pixel-ratio: 0) {
	.center-box {
		letter-spacing: -5px;
	}
}
.center-box .center-hack {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.center-box .center-body {
	letter-spacing: normal;
	word-spacing: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	white-space: normal;
	word-wrap: break-word;
}
.center-box .center-img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0;
}
.center-box img {
	vertical-align: middle;
}
.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.clearall {
	overflow: hidden;
	_overflow: visible;
	*zoom: 1;
}
.clearcell {
	display: table-cell;
	*zoom: 1;
}
.clearcell:after {
	clear: both;
	display: block;
	visibility: visible;
	overflow: hidden;
	height: 0 !important;
	line-height: 0;
	font-size: xx-large;
	content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}
.nowrap {
	white-space: nowrap;
	word-wrap: normal;
}
.wrap {
	white-space: normal;
	word-wrap: break-word;
}
.hidden,
.hide {
	display: none;
}
.ellipsis {
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.text-hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.clip-hide {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 none !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.ir {
	position: relative;
	z-index: -1;
	overflow: hidden;
}
.ir-bg {
	position: relative;
	z-index: 1;
}
.ime-inactive {
	ime-mode: inactive !important;
}
.select-no-appearance {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-overflow: "";
	text-indent: 0.01px;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.rmb,
.yuan {
	font-family: arial;
	font-style: normal;
}
.btn {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	border: 1px solid #ddd;
	*border: 0 none;
	border-radius: 2px;
	*margin-right: 0.3em;
	margin-bottom: 0;
	padding: 0 10px;
	*padding: 1px 10px;
	width: auto;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	border-bottom-color: #bbb !important;
	background-color: #f4f4f4;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eee);
	background-image: linear-gradient(to bottom, #f8f8f8, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffeeeeee', GradientType=0);
}
.btn,
.btn:hover,
.btn:visited {
	color: #333 !important;
}
.btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ededed;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
	background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe6e6e6', GradientType=0);
}
.btn:active {
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #f2f2f2);
	background-image: linear-gradient(to bottom, #e6e6e6, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#fff2f2f2', GradientType=0);
}
.btn-error {
	border-color: transparent;
	border-bottom-color: #c21b1b !important;
	background-color: #ff3636;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f44), to(#f22));
	background-image: -webkit-linear-gradient(top, #f44, #f22);
	background-image: linear-gradient(to bottom, #f44, #f22);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff4444', endColorstr='#ffff2222', GradientType=0);
}
.btn-error,
.btn-error:hover,
.btn-error:visited {
	color: #fff !important;
}
.btn-error:hover {
	background-color: #e41b1b;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee2020), to(#d51314));
	background-image: -webkit-linear-gradient(top, #ee2020, #d51314);
	background-image: linear-gradient(to bottom, #ee2020, #d51314);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee2020', endColorstr='#ffd51314', GradientType=0);
}
.btn-error:active {
	background-color: #df1819;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d51314), to(#ee2020));
	background-image: -webkit-linear-gradient(top, #d51314, #ee2020);
	background-image: linear-gradient(to bottom, #d51314, #ee2020);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd51314', endColorstr='#ffee2020', GradientType=0);
}
.btn-warning {
	border-color: transparent;
	border-bottom-color: #cf370c !important;
	background-color: #ff4e00;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f50), to(#f40));
	background-image: -webkit-linear-gradient(top, #f50, #f40);
	background-image: linear-gradient(to bottom, #f50, #f40);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff5500', endColorstr='#ffff4400', GradientType=0);
}
.btn-warning,
.btn-warning:hover,
.btn-warning:visited {
	color: #fff !important;
}
.btn-warning:hover {
	background-color: #ef4000;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f40), to(#d73900));
	background-image: -webkit-linear-gradient(top, #f40, #d73900);
	background-image: linear-gradient(to bottom, #f40, #d73900);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff4400', endColorstr='#ffd73900', GradientType=0);
}
.btn-warning:active {
	background-color: #e73d00;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d73900), to(#f40));
	background-image: -webkit-linear-gradient(top, #d73900, #f40);
	background-image: linear-gradient(to bottom, #d73900, #f40);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd73900', endColorstr='#ffff4400', GradientType=0);
}
.btn-primary {
	border-color: transparent;
	border-bottom-color: #0960ab !important;
	background-color: #4288c5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#488fcd), to(#3a7db8));
	background-image: -webkit-linear-gradient(top, #488fcd, #3a7db8);
	background-image: linear-gradient(to bottom, #488fcd, #3a7db8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff488fcd', endColorstr='#ff3a7db8', GradientType=0);
	background-repeat: repeat-x;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:visited {
	color: #fff !important;
}
.btn-primary:hover {
	background-color: #3579b5;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4087c6), to(#25659c));
	background-image: -webkit-linear-gradient(top, #4087c6, #25659c);
	background-image: linear-gradient(to bottom, #4087c6, #25659c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4087c6', endColorstr='#ff25659c', GradientType=0);
}
.btn-primary:active {
	background-color: #3073ad;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#25659c), to(#4087c6));
	background-image: -webkit-linear-gradient(top, #25659c, #4087c6);
	background-image: linear-gradient(to bottom, #25659c, #4087c6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff25659c', endColorstr='#ff4087c6', GradientType=0);
}
.btn-disabled {
	border: 1px solid #e0e0e0;
	border-bottom-color: #ccc !important;
	cursor: default;
}
.btn-disabled,
.btn-disabled:hover,
.btn-disabled:visited {
	color: #ccc !important;
	background-color: #ededed;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
	background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe6e6e6', GradientType=0);
}
.btn-group {
	overflow: hidden;
}
.btn-group .btn {
	float: left;
	margin: 0;
	border-radius: 0;
	border-left-width: 0;
}
.btn-group .btn-group .btn:first-child {
	border-left-width: 1px;
	border-radius: 2px 0 0 2px;
}
.btn-group .btn:last-child {
	border-radius: 0 2px 2px 0;
}
.btn-xlarge {
	padding: 0 20px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
}
.btn-large {
	padding: 0 20px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.btn-medium {
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
}
.btn-small {
	height: 26px;
	line-height: 26px;
	padding: 0 20px;
}
.btn-xsmall {
	height: 23px;
	line-height: 23px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.table table th,
.table th {
	border: 0 none;
	border-bottom: 2px solid #ccc;
}
.table table td,
.table td {
	border: 0 none;
	border-top: 1px solid #ddd;
}
.table-striped tbody tr:nth-child(odd) td {
	background-color: #fafafa;
}
.type .table-hover tbody tr:hover td,
.type .table-hover thead tr:hover th {
	background-color: #f6f6f6;
}
@media (max-width: 767px) {
	.table-responsive {
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		border-right: 1px solid #ddd;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
	.table-responsive table {
		margin: 0;
	}
	.table-responsive td,
	.table-responsive th {
		white-space: nowrap;
	}
	.table-responsive .table {
		border: 0 none;
	}
}
@media print {
	* {
		background-color: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
		color: #000 !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: "(" attr(href) ")";
	}
	abbr[title]:after {
		content: "(" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
.global-container {
	width: 1024px;
	margin: 0 auto;
	clear: both;
}
.global-container.ui-save {
	margin: auto;
}
.global-container:atfer {
	content: "";
}
.global-container .table-container {
	margin: 0 auto 10px;
	clear: both;
	width: 1024px;
}
.global-container .table-container table {
	table-layout: fixed;
	width: 100%;
	border-top: 1px silver solid;
	border-right: 1px silver solid;
}
.global-container .table-container table tr th {
	background: #f0f7fd;
	padding-top: 6px;
	padding-bottom: 6px;
	border-left: 1px silver solid;
	border-bottom: 1px silver solid;
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
}
.global-container .table-container table tr th .require,
.global-container .table-container table tr th .required {
	color: red;
	vertical-align: -3px;
	padding-right: 2px;
}
.global-container .table-container table tr td {
	background: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	border-left: 1px silver solid;
	border-bottom: 1px silver solid;
	font-size: 14px;
}
.global-container .table-container table tr td .radio {
	margin-left: 10px;
}
.loading {
	background: #fff;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}
.loading span {
	display: block;
	position: absolute;
	width: 100px;
	height: 30px;
	margin-left: -50px;
	margin-top: -13px;
	top: 50%;
	left: 50%;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.all {
	width: 990px;
	margin: 30px auto 0;
	background: #fff;
	overflow: hidden;
}
.all .detail .global-container {
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
}
.all .detail .global-container.ui-save {
	margin: auto;
}
.all .detail .global-container:atfer {
	content: "";
}
.all .detail .global-container .table-container {
	margin: 0 auto 10px;
	clear: both;
	width: 990px;
}
.all .detail .global-container .table-container table {
	table-layout: fixed;
	width: 100%;
	border-top: 1px silver solid;
	border-right: 1px silver solid;
}
.all .detail .global-container .table-container table tr th {
	background: #f0f7fd;
	padding-top: 6px;
	padding-bottom: 6px;
	border-left: 1px silver solid;
	border-bottom: 1px silver solid;
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
}
.all .detail .global-container .table-container table tr th .require,
.all .detail .global-container .table-container table tr th .required {
	color: red;
	vertical-align: -3px;
	padding-right: 2px;
}
.all .detail .global-container .table-container table tr td {
	background: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	border-left: 1px silver solid;
	border-bottom: 1px silver solid;
	font-size: 14px;
}
.all .detail .global-container .table-container table tr td .radio {
	margin-left: 10px;
}
.all .detail .global-container .body {
	border: 1px solid #ddd;
	border-top: 3px solid #ddd;
	background: #fff;
}
.all .detail .global-container .body .article .title {
	margin: 0;
	text-align: center;
	font-size: 20px;
	padding: 20px 0 0;
	font-family: Microsoft YaHei;
	color: #0077d5;
}
.all .detail .global-container .body .article .sub-title {
	border-bottom: 1px dashed #ccc;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 20px;
}
.all .detail .global-container .body .article .sub-title span {
	color: #b0b1b2;
	font-size: 12px;
}
.all .detail .global-container .body .article .images {
	width: 597px;
	margin: 0 auto;
}
.all .detail .global-container .body .article .images img {
	width: 100%;
	height: 100%;
}
.all .detail .global-container .body .article .video {
	width: 720px;
	height: 480px;
	margin: 10px auto;
}
.all .detail .global-container .body .article .content {
	width: 842px;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
}
.all .detail .global-container .body .article .content p {
	color: #333;
	font-size: 14px;
	text-indent: 2em;
	line-height: 22px;
}
.all .detail .global-container .body .article .attachment {
	width: 670px;
	margin: 20px auto;
}
.all .detail .global-container .body .article .attachment .attachment-header span {
	color: #425c95;
	font-size: 14px;
	font-weight: 700;
}
.all .detail .global-container .body .article .attachment .attachment-body ul li {
	margin-top: 5px;
}
.all .detail .global-container .body .article .attachment .attachment-body ul li a {
	font-size: 12px;
}

/******************************************************************************************/
.global-container {
	width: 990px;
}

/* 为了PC栏目页隐藏头底部 */
.head,
.footer {
	display: none;
}
