/*
* @des site common style
* @author liw 2013-08-13
* @update liw 2014-01-23
*/
/*========== normal style ==========*/
body {
  	background-color: #f4f4f4;
  	color: #333;
  	font: 12px/1.5 Tahoma,arial,'Hiragino Sans GB','microsoft yahei',sans-serif;
}
button,
input,
select,
textarea {
  	font-family: inherit;
  	vertical-align:middle;
}
button{
	border:none;
	cursor:pointer;
}
table {
  	width: 100%;
}
img{
	vertical-align:middle;
}
/*========== text ==========*/
h1, h2, h3, h4, h5, strong {
  	font-weight: bold;
}
a {
  	text-decoration: none;
}
a:link, a:visited {
  	color: #0066dd;
}
a:hover {
  	color: #E41C2E;
  	text-decoration: underline;
}
ol {
  	margin-left: 1.6em;
  	*margin-left: 2em;
}
ol li {
  	list-style-type: decimal;
}
em,
i{
	font-style:normal;
}
.fms {
  	font-family: "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
.fcn {
  	font-family: SimSun, sans-serif;
}
.v-sep{
	color:#ccc;
	margin:0 5px;
}
.space{
	margin: 0 3px;
}
/*=========== solution =========*/
.clearfix {
  	*zoom: 1;
}
.clearfix:before, .clearfix:after {
  	content: " ";
  	display: block;
  	height: 0;
  	visibility: hidden;
  	font-size: 0;
}
.clearfix:after {
  	clear: both;
}
.sl-vam {
  	display: table;
  	border-collapse: collapse;
  	position: relative;
  	*overflow: hidden;
}
.sl-vam-outer {
	display: table-cell;
  	vertical-align: middle;
  	*display: block;
  	*position: absolute;
  	*top: 50%;
  	*left: 50%;
}
.sl-vam-inner {
  	text-align: center;
  	margin: 0 auto;
  	*position: relative;
  	*top: -50%;
  	*left: -50%;
}
.img-txt, .img-txt .txt {
  	overflow: hidden;
  	*zoom: 1;
}
.img-txt .img {
  	float: left;
  	margin-right: 10px;
}


/* old style */
input[type="radio"]{
	margin-top:0;
}
.txt{
	border:1px solid #ccc;
	height:18px;
	line-height:18px;
	padding:3px 4px;
	background-color:#fff;
	margin:0;
	outline:none;
}
.txt-short{
	height:14px;
	line-height:14px;
}
.txt-unfocus,
.placeholder{
	color:#999;
}
select {
	border: 1px solid #ccc;
	height: 26px;
	line-height: 20px;
	padding: 2px 1px;
	margin:0;
}
textarea{resize:none;padding:1px 3px; border:1px solid #ccc; background:#fff;}
.rdo,.chk{display:inline-block;margin:0;padding:0;*width:14px;*height:14px;}
label .rdo,
label .chk{margin-right:3px}
.txt-dis{border:1px solid #ddd;background:#f2f2f2}

.txt-xs{width:30px;}
.txt-s{width:60px;}
.txt-m{width:100px;}
.txt-l{width:180px;}
.txt-xl{width:220px;}
.txt-xxl{width:340px;}



/*---------- piece style ----------*/
.text-clip{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.hd-wrap{overflow:hidden;*zoom:1;padding-bottom:7px}
.hd-wrap .h,
.hd-wrap .h-after,
.hd-wrap .fl{float:left}
.hd-wrap .more,
.hd-wrap .fr{float:right}
.hd-wrap .more{margin-top:3px}

/*vertical align*/
.vam{display:table;border-collapse:collapse;position:relative;*overflow:hidden}
.vam-out{display:table-cell;vertical-align:middle;*display:block;*position:absolute;*top:50%;*left:50%;}
.vam-in{*position:relative;*top:-50%;text-align:center;margin:0 auto;*left:-50%;}

.pic-tiny{width:50px;height:50px;}
.pic-mini{width:70px;height:70px;}
.pic-small{width:100px;height:100px;}
.pic-mid{width:160px;height:160px;}
.pic-big{width:240px;height:240px;}


/*clearfix*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after{
	content:" ";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
.clear:after,
.clearfix:after{
	clear:both;
}
.clear,
.clearfix{
	*zoom:1;
}
/* image valid */
.pop-valid-code {
	display:none;
	width:300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin:-130px 0 0 -140px;
    border: 1px solid #e5e5e5;
    background: #fff;
    line-height: initial;
    font-size: inherit;
    z-index:999;
}

.pop-valid-code .pop-hd {
    position: relative;
    overflow:visible;
}

.pop-valid-code .pop-hd h3 {
    float: left;
    font-size: 14px
}

.pop-valid-code .pop-hd .refresh {
    float: right;
    color: #67afff;
    cursor: pointer;
    margin-top:8px;
}

.pop-valid-code .pop-hd .icon-close {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer
}

.pop-valid-code .pop-bd {
    min-height: 160px;
    position: relative;
    padding:0;
}

.pop-valid-code .pop-bd .block {
    position: absolute;
    left: 0;
    top: 0
}

.pop-valid-code .slider-container {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #f2f2f2;
    position: relative
}

.pop-valid-code .slider-container .slider-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    border: 0 solid #1991FA;
    background: #D1E9FE
}

.pop-valid-code .slider-container .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    min-width:40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: background .2s linear
}

.pop-valid-code .slider-container .slider i:after{
    content:'>>';
    font-family:'simsun';
    font-weight:bold;
}

/*
     FILE ARCHIVED ON 10:40:13 Jan 09, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:50:26 Nov 17, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 280.764
  cdx.remote: 0.21
  LoadShardBlock: 55.153 (3)
  esindex: 0.04
  exclusion.robots: 162.732
  xauthn.chkprivs: 42.635
  xauthn.identify: 119.466
  exclusion.robots.policy: 162.707
  PetaboxLoader3.resolve: 61.593 (2)
  load_resource: 166.248 (2)
  CDXLines.iter: 26.724 (3)
  PetaboxLoader3.datanode: 112.963 (5)
*/