body{
	font-size: 14px;
	/*-webkit-user-select: none;*/
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}
/*::-ms-clear{display: none;}*/
/*::-ms-reveal{display: none;}*/
.org-text{
	color:#EC711F;
}

.doc-box{
	/* max-width:1180px; */
	position: relative;
}
.doc-box .table-box{
	display: table;
	width:100%;
	table-layout: fixed;
	/* min-height: 950px; */
}
.doc-box a{
	color: #00a4ff;
}
.doc-box a:hover,
.doc-box a:active
{
	text-decoration: underline;
}

.doc-box .tc-btn{
	color: #fff;
}
.doc-hd{
	background: #f6f7fb;
}
.doc-hd .doc-search-box{
	padding-top: 40px;
	padding-bottom: 20px;
}
.doc-search-box .search-title{
	font-size: 24px;
	font-weight: normal;
}


/* TODO tab */
.tc-tab {
	margin-bottom: 15px;
}
.tc-tablist {
	line-height: 38px;
	height: 38px;
	padding: 1px 0 0;
	font-size: 0
}
.tc-tablist li {
	display: inline-block
}
.tc-tablist li {
	position: relative;
	margin-top: -1px;
	margin-left: 10px
}
.tc-tablist li:first-child {
	margin-left: 0
}
.tc-tablist li a,
.tc-tablist li a:hover {
	text-decoration: none
}
.tc-tablist li a {
	display: block;
	height: 100%;
	font-size: 14px;
	padding: 0 25px;
	text-align: center;
	color: #0071ce;
	border: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	border-bottom: 0;
	background: #fff
}
.tc-tablist li a:hover {
	background: #fff
}
.tc-tablist li.tc-cur a {
	position: relative;
	margin-bottom: -1px;
	padding-bottom: 1px;
	color: #454a51;
	background: #fff;
	font-weight: bold
}

.tc-tab-alt > .tc-tablist {
	padding: 0;
	height: auto;
	line-height: normal;
}
.tc-tab-alt > .tc-tablist li {
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: -1px
}

.tc-tab-alt > .tc-tablist li:first-child {
	margin-left: 0
}

.tc-tab-alt > .tc-tablist li a,
.tc-tab-alt > .tc-tablist li a:hover {
	border: 0;
	padding: 0 20px 3px;
	background-color: transparent;
	color: #74777c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px;
	line-height: 50px;
	min-width: 112px;
}
.tc-tab-alt > .tc-tablist li a:hover{
	color: #2176da;
	min-width: 112px;
}

.tc-tab-alt > .tc-tablist li.tc-cur a {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #00a4ff;
	border-bottom: 3px solid #00a4ff;
	display: block;
}

.tc-tab .tc-tab {
	margin-top: 30px
}
/*end*/


/*btn*/
.tc-btn {
	height: 33px;
	min-width: 24px;
	padding: 0 20px;
	border: 1px solid #0064b6;
	background: #0071ce;
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	outline: 0 none
}
.tc-btn:hover {
	border-color: #005da8;
	background: #006ba2;
	text-decoration: inherit;
}
.tc-btn.m {
	height: 25px;
	min-width: 21px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 24px
}
.tc-btn.xl {
	height: 43px;
	min-width: 68px;
	padding: 0 25px;
	line-height: 43px
}
.tc-btn.pay {
	background: #fa7821;
	border-color: #e36d1f
}
.tc-btn.pay:hover,
.tc-btn.pay:focus {
	background: #ed711f;
	border-color: #d6681e
}
.tc-btn.weak {
	background: #fcfcfc;
	border-color: #d1d2d3;
	color: #0071ce
}

/*page*/
.tc-page {
	font-size: 12px;
	/* line-height: 27px; */
	/* height: 27px; */
	color: #404a58;
	font-size: 0;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}

.tc-page:after {
	display: table;
	clear: both;
	content: ''
}

.tc-page-state {
	float: left;
	color: #a2a2a2
}

.tc-page-state strong {
	font-weight: bold
}

.tc-page-operate {
	float: right;
	line-height: 27px;
}

.tc-page .tc-page-text {
	font-size: 12px;
	margin-right: 10px
}

.tc-page .indent {
	padding: 0 10px;
	display: inline-block;
	color: #404a58;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	border: 1px solid #fff;
	height: 25px
}

.tc-page .tc-page-first,
.tc-page .tc-page-last,
.tc-page .tc-page-pre,
.tc-page .tc-page-next,
.tc-page .tc-page-num {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 30px;
	height: 25px;
	margin-left: -1px;
	vertical-align: top;
	border: 1px solid #d1d2d3;
	outline: none;
	background: url(img/page-s.png) no-repeat 0 -25px
}


.tc-page .tc-page-first {
	background-position: 0 -100px;
	margin-left: 10px
}

.tc-page .tc-page-last {
	background-position: -30px -100px
}

.tc-page .tc-page-next {
	background-position: -30px -25px
}


.tc-page .tc-page-first:hover,
.tc-page .tc-page-first:focus {
	z-index: 3;
	border-color: #2a89e8;
	background-position: 0 -100px
}


.tc-page .tc-page-first:hover, .tc-page .tc-page-first:focus {
	z-index: 3;
	border-color: #2a89e8;
	background-position: 0 -100px;
}

.tc-page .tc-page-last:hover, .tc-page .tc-page-last:focus {
	z-index: 3;
	border-color: #2a89e8;
	background-position: -30px -100px;
}

.tc-page .tc-page-pre:hover, .tc-page .tc-page-pre:focus {
	z-index: 3;
	border-color: #2a89e8;
	background-position: 0 -50px;
}

.tc-page .tc-page-next:hover, .tc-page .tc-page-next:focus {
	z-index: 3;
	border-color: #2a89e8;
	background-position: -30px -50px;
}

.tc-page .tc-page-first.disable,
.tc-page .tc-page-first.disable:hover,
.tc-page .tc-page-first.disable:focus {
	z-index: 2;
	cursor: default;
	border-color: #d1d2d3;
	background-color: #f3f3f3;
	background-position: 0 -75px;
}

.tc-page .tc-page-last.disable,
.tc-page .tc-page-last.disable:hover,
.tc-page .tc-page-last.disable:focus {
	z-index: 2;
	cursor: default;
	border-color: #d1d2d3;
	background-color: #f3f3f3;
	background-position: -30px -75px;
}

.tc-page .tc-page-pre.disable, .tc-page .tc-page-pre.disable:hover, .tc-page .tc-page-pre.disable:focus {
	z-index: 2;
	cursor: default;
	border-color: #d1d2d3;
	background-color: #f3f3f3;
	background-position: 0 0;
}

.tc-page .tc-page-next.disable, .tc-page .tc-page-next.disable:hover, .tc-page .tc-page-next.disable:focus {
	z-index: 2;
	cursor: default;
	border-color: #d1d2d3;
	background-color: #f3f3f3;
	background-position: -30px 0;
}

.tc-page .tc-page-num {
	font-size: 12px;
	color: #404a58;
	font-weight: bold;
	width: auto;
	padding: 0 10px;
	background: none;
	position: relative;
	border-left: none;
	border-right: none;
	margin-left: 0;
	text-decoration: initial;
}
.tc-page .tc-page-select {
	display: inline-block;
	position: relative;
	height: 27px;
	vertical-align: top;
	margin-left: -1px;
}

.tc-page .tc-page-select .tc-simulate-option {
	display: none;
}

.tc-page .tc-page-selected .tc-simulate-option {
	display: block;
}

.tc-page .tc-page-selected .indent {
	border-color: #d1d2d3;
	border-top-color: #fff;
}

.tc-page .ico-arrow {
	margin-left: 5px;
	vertical-align: middle;
	display: -moz-inline-stack;
	display: inline-block;
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #404a48 transparent transparent;
	border-style: solid dashed dashed;
}

.tc-page .tc-page-selected .ico-arrow {
	border-color: transparent transparent #404a48;
	border-style: dashed dashed solid;
	margin-top: -8px
}

/* mobile loadding start */
.tc-m-page{
	display: none;
	background-color: #fff;
}

.tc-m-page .tc-loading-more-box{
	color: #333;
	font-size: 15px;
	border: 1px solid #D3D3D3;
	display: table;
	table-layout: fixed;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

.tc-m-page .tc-loading-more-box .align-center{
	text-align: center;
	padding: 0 !important;
}

.tc-m-page .tc-loading-more-box .prev-btn,
.tc-m-page .tc-loading-more-box .page-info-box,
.tc-m-page .tc-loading-more-box .next-btn{
	display: table-cell;
	color: #333;
	font-size: 15px;
}
.tc-m-page .tc-loading-more-box .prev-btn{
	padding-left: 30px;
}
.tc-m-page .tc-loading-more-box .next-btn{
	padding-right: 30px;
	text-align: right;
}

.tc-m-page .tc-loading-more-box .prev-btn:hover,
.tc-m-page .tc-loading-more-box .next-btn:hover{
	background-color: #D3D3D3;
}
.tc-m-page .tc-loading-more-box .prev-icon{
	display: inline-block;
	width: 10px;
	height: 15px;
	background-image: url(img/slice/page-prev-icon.png);
}
.tc-m-page .tc-loading-more-box .next-icon{
	display: inline-block;
	width: 10px;
	height: 15px;
	background-image: url(img/slice/page-next-icon.png);
}




.tc-m-page .tc-loading-more-box .page-info-box{
	text-align: center;
}

/* mobile loadding end */







/*notice*/
.success-box{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.success-box .success-icon,
.success-box .error-icon {
	width: 74px;
	height: 74px;
	background-image: url('img/slice/b-success-icon.png');
	display: inline-block;
	vertical-align: middle;
}
.success-box .error-icon{
	background-image: url('img/slice/b-error-icon.png');
}
.success-box .right-box{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin-left: 15px;
	text-align: left;
}

.success-box .right-box h2{
	font-size: 26px;
	margin-bottom: 18px;
}
.success-box .right-box p{
	color: #000;
	line-height: 26px;
	font-size: 14px;
}
