/*
-----------------------------------------------------
MBALib MediaWiki skin
www.MBALib.com

DO NOT REMOVE THE LINK-BACKS TO THE MBALib SITE!
-----------------------------------------------------
*/

/* Media Imports -----------------------------------------------------*/
@import url("browserdefaults_compact.css");
/* 全屏滤镜 */
/* .html-gray{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);_filter:none; } */

body {
	background-color: #ffffff; /* white */
	color: #333; /* dark grey */
	font-family:sans-serif; /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-size: 72.5%;
	}
#content {
	position: relative;
	margin-left:240px;
	padding:0 10px;
	font-size: 14px;
	line-height: 1.4;
}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#EDEFF2;-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.5)}
::-webkit-scrollbar-thumb{border-radius:5px;background:#BFC2CC}
ode {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#column-one {
	font-size: 1.1em;
	line-height: 1.0em;
	}
#column-one {
	color: #444444;
	}
#toc { /* table of contents */
	background: #EFEBDE; /*#D2E2F3; */
	border: 1px solid #cec39c; /*#B0C8E3;*/
    color:#173ABD; 
	}
#toctitle {
	color: #3A3FCF; /* blue 3A3FCF*/
	}
#footer {
	border-top: 1px solid #eee;
	color: #999999;
	}
/* Links -------------------------------------------------------------*/
a {color: #2153B0;} /* blue */
a:hover {color: darkblue;} /* dark blue */

p a:visited {color: #173ABD;} /* dark blue */
#content a.new {color: red;} /* red */

#column-one a:hover {color: #173A7B;} /* dark blue */
#column-one .selected a {
	font-weight: bold;
	}
/*#toc a {color: blue;}  blue */
/*#toc a:hover {color: darkblue;}  dark blue */
/* #toc p a:visited {color: #2153B0;} blue */

/*#footer a {color: blue;}*/
/*#footer a:hover {color: #173A7B;}*/ /* dark blue */

/* LINK ICONS
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
/* Structure & Frame -------------------------------------------------*/
body {
	margin:0;
	padding:0;
	/*min-width:1024px;*/
	}
#globalWrapper {
	margin: 0px auto;
	text-align: left;
	position:relative;
	max-width:1480px;
	}
#column-content {
	width: 100%;padding:0;
	float: right;
    margin-top:64px;
	/* margin-right:10px; */
	max-width:1480px;
	}
#column-one {
	position: absolute;
	top: 100px;
	width: 200px;
	margin-left:10px;
	}
#column-title {
    text-align: left;
    top:0;
    width:100%;
		left: 0;
	/* padding: 0 20px; */
	/*box-shadow:0 3px 7px #f9f9f9;*/
	/* max-width:1480px; */
	height: 64px;
	position: fixed;
	z-index: 1001;
	background-color: #fff;
	box-sizing: border-box;
	}
#column-title-bottom{
    margin-top:10px;
	margin-left:240px;
	position: relative;
}
#column-title-bottom #p-tb {}
/*portal nav (bak:background-color:#5c9Fe3;border:1px solid #3085dc;margin-top:10px;height:28px;)*/
#column-portal{background:url("images/bluetoplinkallback.gif") repeat-x;margin-top:10px;height:28px;overflow:hidden;}
#column-portal ul{list-style-type:none;margin:0;padding:0;}
#column-portal li{float:left;padding:8px 10px 5px 10px;margin:0;font-size:12px;background:url("images/blueback.gif") repeat-x;}
#column-portal li.start{background:url("images/blueleft.gif") no-repeat;width:8px;padding:8px 0 5px 0;}
#column-portal li.sep{background:url("images/blueline.gif") no-repeat;width:8px;padding:8px 0 5px 0;}
#column-portal li.blue2orange{background:url("images/blue2orange.png") no-repeat;width:8px;}
#column-portal li.orange{background-image:url("images/orangeback.png")}
#column-portal li.end{background:url("images/blueorangeright.png") no-repeat;width:30px;}
#column-portal li a{color:#fff;}

#column-top {
	position: absolute;
	text-align: left;
	border-bottom:solid 1px #e3e3e3;
	width:100%;
    	top:0;
	z-index:1;
	font-size:12px;
	}
#column-top a{
	color:#2153B0;
	text-decoration:underline;
}

#footer {
	clear: both;
	/* height: 5em; */
	margin: 0 auto;
	}
hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

/* Headers -----------------------------------------------------------*/
/*h1, h2, h3, h4 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;}*/
/*h1, h2, h3, h4 {font-family: Verdana, Arial, Sans-Serif;}*/
#h1, h2 {border-bottom: 1px solid #B0C8E3;  line-height: 0.8em; padding-bottom: 0.2em;}
h1, h2 {border-bottom: 1px solid #cec39c;  line-height: 1.4em;font-size: 1.4em;}
.firstHeading-wrap{
	border-bottom:1px solid #d5d5d5;
	width:100%;
    margin: 0 0 20px;
	float:left; 	
	}
.firstHeading {font-size: 1.6em; color: #1860AC;float:left; border:none; margin:10px 0;}
.editsection {margin-top: 1em;}

.portlet h5 { /* blocks within #column-one */
	margin-top: 0;
	padding-top: 0.25em;
	}
/* Images ------------------------------------------------------------*/
#p-poweredby img {
	border: 0;
	clear: both;
	float: right;
	margin: 2px 0;
	}	
/* Lists -------------------------------------------------------------*/
ul {
	margin: 10px;
	padding-left: 15px;
	}
ol {
	margin: 10px;
	padding-left: 50px;
	}
html>body li {
	margin-left: 10px;
	}
.portlet ul {
	margin-bottom: 1em;
	}
.portlet li {
	margin: 0.5em 0;
	}
dt {
font-weight: bold;
margin-bottom: .1em;
}
dl {
margin-top: .2em;
margin-bottom: .5em;
}
dd {
line-height: 1.5em;
//margin-left: 2em;
margin-bottom: .1em;
}
/* Special stylized non-IE bullets
   Does not work in Internet Explorer, which merely default to normal bullets. */
html>body .portlet ul {
	list-style: none;
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
	} 
html>body .portlet li {
	margin-left: 10px;
	}
html>body .portlet ul li:before {
	content: "\00BB \0020";
	}
/* my preferences*/ 
#preftoc {
	border: none;
	line-height: 1.4em;
	color: #2f6fab;
	padding: 0 ;
	margin: 0;
	text-align: left;
	text-transform: lowercase;
	list-style: none;
	z-index: 0;
	background: none;
	cursor: default;
}
#preftoc li {
	z-index: 0;
	display: inline;
	color: #2f6fab;
	margin-left: 1em;
	line-height: 1.2em;
	background: none;
}
#preftoc li #selected{
	font-weight:bold;
}

.left-fix{
    position: fixed;
    left: 10px;
    top: 74px;
}



/* portlet  -----------------------------------------------------*/
#p-navigation {border:1px solid #CEDFF2;margin-top: 4px;}
#p-navigation h5 {display: none;}
/* -- Personal portlet--- */
#p-personal h5 {
	display: none;
}
#p-personal .portlet,
#p-personal .pBody {
	padding: 0;
	margin: 0;
	border: none;
	z-index: 0;
	overflow: visible;
	background: none;
}
#p-personal ul {
	border: none;
	line-height: 1.4em;
	color: #2f6fab;
	padding: 0 2em 0 3em;
	margin:0.4em 0;
	text-align: right;
	/* text-transform: lowercase; */
	list-style: none;
	z-index: 0;
	background: none;
	cursor: default;
}
#p-personal li {
	z-index: 0;
	border: none;
	padding: 0;
	display: inline;
	color: #2f6fab;
	margin-left: 1em;
	line-height: 1.2em;
	background: none;
}
/*---Logo portlet  ---*/
#p-logo { 
        position: absolute;
        margin-top:52px;
	margin-left:10px;
	left: 0;
	top:0 ;
	z-index: 0;
	border: none;
      width:174px;
height:23px;
}

/*--- action portlet ---*/
#p-cactions li:before {content:'';}
#p-cactions ul,#p-cactions li{margin:0;padding:0}
#p-cactions {
	margin-left:5px;HEIGHT:20px;
	white-space:nowrap;
	overflow: visible;
	list-style: none;
	padding-left: 2em;
	border-bottom:1px solid #d9d9d9;
}
#p-cactions .hiddenStructure {
	display: none;
}
#p-cactions ul {
	list-style:none;
	HEIGHT:23px; MIN-HEIGHT:23px; 
}
#p-cactions li {
	FLOAT:left;margin:0 5px;padding:0;
	text-align:center;
	background:url('images/tab_views_left.gif') no-repeat 0px -42px;
}
#p-cactions li a {
	DISPLAY: block;padding:0 10px 0 20px;
	HEIGHT:23px;LINE-HEIGHT: 23px;
	text-decoration: none;
	text-transform: lowercase;
	background:url('images/tab_views_right.gif') no-repeat 100% -42px;
	z-index:0;
}
#p-cactions li.selected {
	font-weight: bold;
	background:url('images/tab_views_left.gif') no-repeat 0px 0px;
}

#p-cactions li.selected a {
	background:url('images/tab_views_right.gif') no-repeat 100% 0px;
	z-index:3;
}
#p-cactions .new a {
}
#p-cactions li a:hover {
	text-decoration: none;
}
#p-cactions h5 {
	display: none;
}
#p-cactions li.istalk {
	margin-right: 0;
}
#p-cactions li.istalk a {
	padding-right: .5em;
}
#p-cactions #ca-addsection a {
	padding-left: 1.4em;
	padding-right: 1em;
}
/* tools portlet*/
#p-tb{position:absolute;right:0;top:0;width:100px;}
#p-tb li:before {content:'';}
#p-tb ul,#p-tb li{margin:0;padding:0;}
#p-tb li {list-style-type:none;}
#p-tb h5{border:none;cursor:pointer;text-align:right;color:#2153B0;}
#p-tb .pBody{position:absolute;top:10px;right:0;background-color:#E6EEF6;border:1px #d9d9d9 solid;display:none;z-index:10;padding:0;}
#p-tb .pBody ul{list-style-type:none;margin:0;padding:0;}
#p-tb .pBody li{height:20px;line-height:20px;}
#p-tb .pBody li a{display:block;background-color:#E6EEF6;padding:0 10px 0 20px;margin:0}
#p-tb .pBody li a:hover{color:#fff;background-color:#72B5F5;}

/*TabBarLevel*/
UL.TabBarLevel1 {
Min-height:30px;_height:30px;
BACKGROUND-color:#F5FAFF;
PADDING:0px; MARGIN: 0px;
LIST-STYLE-TYPE: none; 
border-bottom:#CEDFF2 solid 1px;
z-index:0;
}
UL.TabBarLevel1 LI {
Min-height:29px;_height:29px;
PADDING: 0px; 
BACKGROUND-color:#F2f5f5; 
FLOAT: left;
MARGIN: 0px; 
MARGIN-RIGHT: 1px; 
border-color:#CEDFF2;border-style:solid;border-width:1px 1px 0 1px;
cursor:pointer;
z-index:1;
}

UL.TabBarLevel1 LI.Selected {
BACKGROUND-color:#fff;
border-bottom:1px #fff solid;
}

#p-ad-gg{margin-top: 4px;}

/* ---- Recommend list ---*/
#p-recommendlist{border:1px solid #CEDFF2;margin-top: 4px;}
#p-recommendlist ol{padding-left:15px;}
#p-recommendlist ul.TabBarLevel1{padding:0;margin:0;padding-left:5px;}
#p-recommendlist ul.TabBarLevel1 li:before {content:'';}
#p-recommendlist ul.TabBarLevel1 li{padding:10px 0 0 20px;margin-top:2px;Min-height:17px;_height:17px;width:55px;}
/* ---- top nav portlet ---*/
#p-topnav{
background:#fff;
position:absolute;
left:0;
top:0;
padding:0 10px;
width:444px;
}
#p-topnav h5{
   display: none;
}
#p-topnav .pBody ul{
margin:0;
padding:0;
}
#p-topnav .pBody ul li{
float:left;
margin:0.4em 1em 0 1em;
padding:0;
list-style:none;
}
#p-topnav .pBody ul li.selected{
color:#000;
font-weight:600;
}
#p-topnav .pBody ul li:before {
	content: "";
}
/*---Search portlet  ---*/
#p-search h5 {
	display: none;
}
.logo-big{
	width: 216px;display: block;
}
.logo-big img{width: 100%;height: 100%;display: block;}
#p-search {
	white-space: nowrap;
	margin: 0;
	margin-top:51px;
	margin-left:237px;
	z-index: 0;
	border: none;
	background:none;
	overflow: visible;
}
#p-search .pBody ul li:before {
	content: "";
}
#p-search .pBody {
    width:450px;
    margin-left:0em;
    text-align:left; 
   }
#p-search .pBody #searchform {
	margin-left: 0px;
	margin-bottom:10px;
	/*overflow:hidden;*/
	}
#p-search .pBody #searchform #searchInput {
        width:320px;font-size:14px;height: 32px;line-height: 32px;box-sizing: border-box;border:1px solid #0152D9;
		 border-radius: 5px;padding:0 10px;
	}
#p-search .pBody #searchform .searchButton {
       font-size:14px;padding-top:2px;padding-bottom:2px;height: 32px;
	   border:1px solid #0152D9;background-color: #fff;color:#0152D9;
	   border-radius: 5px;min-width: 64px;margin-left: 5px;
}
#p-search .pBody #searchform #searchGoButton.searchButton{
	 border:none;background-color: #0152D9;color:#fff;
}
#site-state {
	margin:0px auto 18px; text-align:center;
}
#site-state .fz-r, #site-state .light{color:#0152D9;font-weight:bold;}
#column-title .pAd {
	 float:right;
	 margin-top:-70px;
}
/* Various Tags & Classes --------------------------------------------*/
#siteSub, .urlexpansion, .printfooter, .unfold-field {
	display: none;
	}
.visualClear {}
#whatlinks a{
    font-weight: bold;
    font-size: 13px;
   }
/* 20070608 add */
#whatlinks blockquote{
   border: 0px;
   float: none; 
   padding: 0em 0em;
   margin:0em;
}
#whatlinks .hidden{
   height:246px;

   overflow:hidden;
}
#whatlinks .show{
   overflow:visible;
}
#whatlinks_more{
    margin-left:34px;
    margin-top:5px;
    margin-bottom:5px;
}
#ad{ 
  margin-left:34px;
}
iframe {border:0px}


/* BEGIN user notifications */
.usermessage {
    background-color: #ffce7b; /* yellow */
    border: 1px solid #ffa500; /* orange */
    color: Black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
	}
#siteNotice {
    font-size: 95%;
    padding: 0 0.9em 0 0.9em;
    text-align: center;
	}
#siteNotice p {margin: 0; padding: 0;}
.error {color: red; font-size: larger;}
#catlinks {
    background-color: #EFEBDE; /* orginal: very light blue(F2F6FF) */
    border: 1px solid #cec39c; /* orginal: light blueCBDDFF*/
    clear: both;
    margin: 1em 0;
	}
#catlinks p {margin: 0.5em;}
/* END user notifications */
/* Content -----------------------------------------------------------*/
/* BEGIN Table of Contents */
#toc {
	float: right;
	margin: 0 0 1em 1em;
	}
#toc td {padding: 0.5em;}
#toc .tocindent {margin-left: 1em;}
#toc .tocline {margin-bottom: 0px;}
#toc p {margin: 0}
#toc .editsection {margin-top: 0.7em;}
/* END Table of Contents */
/* BEGIN Page history styling */
.autocomment {color: gray;}
#pagehistory span.user {margin-left: 1.4em; margin-right: 0.4em;}
#pagehistory span.minor {font-weight: bold;}
#pagehistory input {margin: 0.2em;}
#pagehistory li {border: 1px solid #ffffff; margin-top: 1px; margin-bottom: 1px;}
#pagehistory li.selected {
	background-color: #EFEBDE;/*D2E2F3;*/
	border: 1px solid #cec39c;/*B0C8E3;*/
}
/* END Page history styling */

/* BEGIN Diff rendering */
table.diff {background: #FEFEFE; border: 1px solid #cccccc; padding: 0.5em}
table.diff td {vertical-align: top;}
td.diff-otitle a, td.diff-ntitle a, td.diff-otitle a:visited, td.diff-ntitle a:visited {color: #2153B0;}
td.diff-otitle a:hover, td.diff-ntitle a:hover {text-decoration: underline;}
td.diff-otitle {}
td.diff-ntitle {}
td.diff-addedline {background:#F2F6FF;}
td.diff-addedline span.diffchange {
	background: #CDDEFF;
	border: 1px dashed #676F80;
	color: green;
	font-weight: bold;
	}
td.diff-deletedline {background:#FFF9F2;}
td.diff-deletedline span.diffchange {
	background: #FFE9CB;
	border: 1px dashed #B3A38E;
	color: red;
	font-weight: bold;
	text-decoration: line-through;
	}
td.diff-context {background:#eeeeee;}
.newpage {color: green;	font-weight: bolder;}
/* END Diff rendering */

/* BEGIN forms */
fieldset {
	background: #FAFCFF;
	border: 1px solid #CBDDFF;
	margin: 1em;
	padding: 0.5em 1em;
	}

fieldset div {
	margin: 0.25em 0;
	}
fieldset input {
	margin: 0 0.5em;
	}
legend {
	color: #2153B0;
	font-size: 1.25em;
	font-weight: bolder;
	padding: 1.2em 0.5em;
	}
input {outline: none;}	
/* END forms */

/* Footer ------------------------------------------------------------*/
#footer ul {
	list-style: none;
	margin: 0;
	}
#footer ul li {
	margin: 0.1em;
	margin-right: 1em;
	}
#footer p{}
#footer .hidelink {color:black;}
#footer .hidelink a{color:black;text-decoration:none;}

#f-lastmod {}
#f-viewcount {display: none;}
#f-copyright {}
#f-about {float: left;}
#f-disclaimer {float: left;}
#f-developedby {float: left;}


/* images */
div.floatright, table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 0.5em 0.5em;
    border: 0
/*
    border: 0.5em solid White;
    border-width: 0.5em 0 0.8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    position: relative;
    margin: 0 0.5em 0.5em 0;
    border: 0
/*
    margin: 0.3em 0.5em 0.5em 0;
    border: 0.5em solid White;
    border-width: 0.5em 1.4em 0.8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
    margin-bottom: 0.5em;
    border-style: solid; border-color: White;
    width: auto;
}
div.thumb div {
    border:1px solid #cccccc;
    padding: 3px !important;
    background-color:#f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    /*border:1px solid #cccccc;*/
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: 0.3em 0 0.1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}
.urlexpansion,
.hiddenStructure {
    display: none;
}
img.tex { vertical-align: middle; }
span.texhtml { font-family: serif; }

img {
	border: 0px solid #333;
	}
	
	
/* emulate center */
.center {
    width: 100%;
    text-align: center;
}
*.center * {
    margin-left: auto;
    margin-right: auto;
}

/*pre {
    border: 2px dashed #CEC39C;
    padding: 3px;
	margin: auto;
    background-color: #EFEBDE;
    color: #000;
    font-size: 1.0em;
	word-wrap: break-word;
	}*/
pre {
	padding: 1em;
	border: 1px dashed #aaaaaa;
	color: black;
	background-color:#f5f5f5;
	line-height: 1.1em;
}
tt {
	font-size: 1.1em;
	color: #0000ff;
	}
/* Mac IE 5.0 fix; floated content turns invisible */
* > html #column-content {
	float: none;
}
* > html #column-one {
	position: absolute;
	left: 0;
	top: 0;
}
* > html #footer {
	margin-left: 13.2em;
}
.redirectText {
	font-size: 150%;
	margin: 5px;
}
.printfooter {
	display: none;
}
.not-patrolled {
	background-color: #ffa;
}
div.patrollink {
	font-size: 75%;
	text-align: right;
}
span.newpage, span.minor, span.bot{
	font-weight: bold;
}
span.unpatrolled {
	font-weight: bold;
	color: red;
}
span.searchmatch{
	color: #cc0033;
}
.sharedUploadNotice {
	font-style: italic;
}
span.updatedmarker {
	color: black;
	background-color: #0f0;
}
span.newpageletter {
	font-weight: bold;
	color: black;
	background-color: yellow;
}
span.minoreditletter {
	color: black;
	background-color: #c5ffe6;
}
table.gallery {
	border: 1px solid #ccc;
	margin: 2px;
	padding: 2px;
	background-color: white;
}
table.gallery tr {
	vertical-align: top;
}
table.gallery td {
	vertical-align: top;
	background-color: #f9f9f9;
	border: solid 2px white;
}
table.gallery td.galleryheader {
	text-align: center;
	font-weight: bold;
}
div.gallerybox {
	margin: 2px;
	width:  150px;
}
div.gallerybox div.thumb {
	text-align: center;
	border: 1px solid #ccc;
	margin: 2px;
}
div.gallerytext {
	font-size: 94%;
	padding: 2px 4px;
}
span.comment {
	font-style: italic;
}
span.changedby {
	font-size: 95%;
}
.previewnote {
	text-indent: 3em;
	color: #c00;
	border-bottom: 1px solid #aaa;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.previewnote p {
	margin: 0;
	padding: 0;
}
.editExternally {
	border: 1px solid gray;
	background-color: #ffffff;
	padding: 3px;
	margin-top: 0.5em;
	float: left;
	font-size: small;
	text-align: center;
}
.editExternallyHelp {
	font-style: italic;
	color: gray;
}
li span.deleted, span.history-deleted {
	text-decoration: line-through;
	color: #888;
	font-style: italic;
}
.toggle {
	margin-left: 2em;
	text-indent: -2em;
}
/* Classes for EXIF data display */
table.mw_metadata {
	font-size: 0.8em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	width: 300px;
}
table.mw_metadata caption {
	font-weight: bold;
}
table.mw_metadata th {
	font-weight: normal;
}
table.mw_metadata td {
	padding: 0.1em;
}
table.mw_metadata {
	border: none;
	border-collapse: collapse;
}
table.mw_metadata td, table.mw_metadata th {
	text-align: center;
	border: 1px solid #aaaaaa;
	padding-left: 0.1em;
	padding-right: 0.1em;
}
table.mw_metadata th {
	background-color: #f9f9f9;
}
table.mw_metadata td {
	background-color: #fcfcfc;
}
table.collapsed tr.collapsable {
	display: none;
}
/* filetoc */
ul#filetoc {
	text-align: center;
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
}
#filetoc li {
	display: inline;
	list-style-type: none;
	padding-right: 2em;
}
/* @bug 1714 */
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}
#editform .editOptions {
	display: inline;
}
#wpSave {
	font-weight: bold;
}
/* Classes for article validation */
table.revisionform_default {
	border: 1px solid #000000;
}
table.revisionform_focus {
	border: 1px solid #000000;
	background-color:#00BBFF;
}
tr.revision_tr_default {
	background-color:#EEEEEE;
}
tr.revision_tr_first {
	background-color:#DDDDDD;
}
p.revision_saved {
	color: green;
	font-weight:bold;
}
#mw_trackbacks {
	border: solid 1px #bbbbff;
	background-color: #eeeeff;
	padding: 0.2em;
}
/* Allmessages table */
#allmessagestable th {
	background-color: #b2b2ff;
}
#allmessagestable tr.orig {
	background-color: #ffe2e2;
}
#allmessagestable tr.new {
	background-color: #e2ffe2;
}
#allmessagestable tr.def {
	background-color: #f0f0ff;
}
/* noarticletext */
div.noarticletext {
	border: 1px solid #ccc;
	background: #fff;
	padding: .2em 1em;
	color: #000;
}
div#searchTargetContainer {
	left:       10px;
	top:        10px;
	width:      90%;
	background: white;
}
div#searchTarget {
	padding:    3px;
	margin:     5px;
	background: #F0F0F0;
	border:     solid 1px blue;
}
div#searchTarget ul li {
	list-style: none;
}
div#searchTarget ul li:before {
	color: orange;
	content: "\00BB \0020";
}
div.multipageimagenavbox {
   border: solid 1px silver;
   padding: 4px;
   margin: 1em;
   -moz-border-radius: 6px;
   background: #f0f0f0;
}
div.multipageimagenavbox div.thumb {
   border: none;
   margin-left: 2em;
   margin-right: 2em;
}
div.multipageimagenavbox hr {
   margin: 6px;
}
table.multipageimage td {
   text-align: center;
}
/*
  Table pager (e.g. Special:Imagelist)
  - remove underlines from the navigation link
  - collapse borders
  - set the borders to outsets (similar to Special:Allmessages)
  - remove line wrapping for all td and th, set background color
  - restore line wrapping for the last two table cells (description and size)
*/
.TablePager_nav a { text-decoration: none; }
.TablePager { border-collapse: collapse; }
.TablePager, .TablePager td, .TablePager th { 
	border: 0.15em solid #777777;
	padding: 0 0.15em 0 0.15em;
}
.TablePager th { background-color: #eeeeff }
.TablePager td { background-color: #ffffff }
.TablePager tr:hover td { background-color: #eeeeff }

.imagelist td, .imagelist th { white-space: nowrap }
.imagelist .TablePager_col_links { background-color: #eeeeff }
.imagelist .TablePager_col_img_description { white-space: normal }
.imagelist th.TablePager_sort { background-color: #ccccff }

/* Votebox*/
#recommend-bar {margin:80px 5px 10px;line-height:130%;position:relative;}
.recommend-bar-wrap{ margin-top:20px; float:left;}
#recommend-bar #share{ margin:20px 0 0 15px;font-size:14px; width:300px;}
#recommend-bar #share span.title{color:#999;}
#recommend-bar #share img{margin-right:3px;}
#recommend-bar #share a{margin:0 5px;}
#recommend-bar #recommend{float:left;}
.vote {background:url(vote.gif) no-repeat 0 0;position:relative;width:55px;text-align:center;margin:0;padding:0;list-style:none}
.vote li{margin:0;padding:0;}
.vote-num span{font-family: arial;font-size:26px;letter-spacing:-1px;text-decoration:none;line-height:48px;}
.vote-link a, .vote-link span{display:block;margin:0;padding:6px 0 8px 0;color:#2153B0;letter-spacing:-1px;font-size:12px;line-height:12px; text-decoration:none}
.vote-link span {color:#cccccc;font-size:12px}


.vote1,.vote2{width:124px;height:45px;padding-top:7px;display:block;font-size:12px;color:#666;text-decoration:none;text-align:center;background:url(images/votebg.gif) no-repeat 0 0;cursor:pointer;line-height:1.3;}
.vote1 b,.vote2 b{display:block;color:#2aa8e3;font-size:14px;font-family:"Tahoma";text-align:left;padding:2px 0 0 50px;}
.vote2{color:#fff;background-position:0 -62px;}
.vote2 b{color:#fff;}

/* Comments */
.comment-wrap {border-bottom:dashed 1px #cec39c}
.comment-head {background:#EFEBDE;width:100%;line-height: 1.4em;}
.comment-body {background:#fafafa;padding:5px;line-height: 1.4em;}
.comment-info {background:#fafafa;font-size:90%;text-align:left;padding-right:10px;padding-bottom:10px;line-height: 1.4em;}
.comment-parent {font-size:90%;line-height: 1.4em;margin-left:40px}

/* Related News */
#related-news a{
    font-weight: bold;
    font-size: 13px;
}
/* Related Docs */
#related-documents a{
    font-weight: bold;
    font-size: 13px;
}

/*portal*/
body.ns-102 h1.firstHeading{display:none}
body.article-1620  h1.firstHeading{display:none}
body.article-168445  h1.firstHeading{display:none}


/*file icons*/
.filetype{background:url(//static.mbalib.com/wiki/MBALib/images/file_icons.gif) no-repeat; padding:3px 8px;cursor:default;}
.xls{background-position: -105px 1px;}
.ppt{background-position:-139px 1px;}
.doc{background-position:-72px 1px;}
.txt{background-position:-36px 1px ;}
.pdf{background-position:0 1px;}
.vsd{background-position:-173px 1px;}
.rtf{background-position:-140px -27px;}
.pot{background-position:-209px -27px;}
.pps{background-position:-209px 1px;}
.wps{background-position:-106px -26px;}
.et{background-position:-73px -26px;}
.dps{background-position:-174px -27px;}

/*search*/
#search-content{position:relative;min-height:600px;_height:600px;min-width:800px;}
#search-result{padding-right:250px;}
#search-ad{position:absolute;top:0;right:0;width:240px;padding:5px;border-left:#d3e1f9 1px solid}

#sogou-search{background-color:#fff8e7;line-height:130%;margin-right:20px;font-size:12px;}
#sogou-search .link{font-size:14px;}
#sogou-search .url{color:#0E774A}

#search-documents{background-color:#f2f2f2;line-height:130%;margin-right:20px;font-size:12px;padding:5px}
#search-documents li{margin:5px 0;list-style-type:none;}
#search-documents .link{font-size:14px;}
#search-documents .url{color:#0E774A}
#search-documents-url{background:url('images/search.gif') 0px 2px no-repeat;padding:3px 0 3px 20px;font-size:12px;font-weight:bold;margin-left:25px;}

#p-ad-text {border:1px solid #CEDFF2;padding:5px;}
#ad-related{float:right;margin-top:-100px}
a{ text-decoration:none;}
#ad-phone{ position:fixed;_position:absolute;bottom:0; right:0; display:block; width:auto; height:auto;}
.ad-phone-wrap{ position:relative; height:19px; background-color:#70BCF2; padding:10px 20px 0 10px; width:auto;height:auto; float:left;}
.ad-phone-wrap .close{ background:url(//static.mbalib.com/wiki/MBALib/images/close-ad.png) no-repeat; width:16px; height:16px;position:absolute; right:8px; top:8px;}
.ad-body{ width:350px; margin:0 0 0 230px;}
#ad-phone .pic{ float:left;}
.ad-phone-wrap .wx-100{float:left; margin-top:15px;}

/* #gotop{border:1px #ccc solid; background:#e3e2e2 url(//static.mbalib.com/wiki/MBALib/images/side_bar_cbe98acd.png) center no-repeat;position:fixed;bottom:30px;_position:absolute;cursor:pointer;width:16px; height:16px; padding:10px; display:none;} */
.tool-bar{
	position: fixed;
	bottom: 80px;
	right: 50px;
	width: 60px;
	z-index: 99;
}

.tool-bar .item{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-top: -1px;
	background-color: #fff;
	border: 1px solid #EDEFF2;
	box-sizing: border-box;
	color: #909399;
	text-decoration: none;
}

.tool-bar .item-img{
	position: relative;
	display: flex;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	margin-bottom: 8px;
}

.tool-bar .item-img img{
	width: 100%;
	height: 100%;
}

.tool-bar .icon{
	position: relative;
	width: 24px;
	height: 24px;
	margin: 0 auto 2px;
	background: none;
	display: block;
	box-sizing: content-box;
}

.tool-bar .icon>.img{
	width: 100%;
	height: 100%;
	fill: #909399;
}

.tool-bar .item:hover .img{
	fill: #2153B0;
}

.tool-bar .item:hover span{
	color: #2153B0;
}

.tool-bar .item:hover .pop-content{
	display: block;
}

.tool-bar .pop-content{
	display: none;
	background-color: #fff;
	position: absolute;
	padding: 14px;
	right: calc(100% + 4px);
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	border: 1px solid #EDEFF2;
}

.tool-bar .pop-content img{
	display: block;
	width: 120px;
	height: 120px;
}

.wikicheckbox{margin:0 5px;width:18px;height:18px}

/*home*/
.columnA-l{ margin:0 0 0 50px;background:url(//wiki.mbalib.com/w/images/8/8e/MP-open-book2.png) no-repeat;}
.columnA-l-body {padding-top:40px;}
.columnA-r ul{width:320px; margin:30px 0 0;}
.columnB-l{width:40%;}
.columnB-r{ width:59%;}
.columnC-l{width:54%;}
.columnC-r{margin-left:55%;}
.czf-item{ width:49%;}


/*闁哄鍟埢澶屾媼閵堝牏妲�*/

.bk-qwrz{
	margin:30px 0;
	overflow:hidden;
	}

.bk-qwrz-list{
	margin:15px 0 0;
	padding:0;
	clear:both;
	overflow:hidden;	
	}

.bk-qwrz-list li{
	list-style:none;	
	margin:0 30px 30px 0;
	width:350px;
	height:80px;
	background:#FBFBFB;
	float:left;
	}

	
.qwrz-list .pic{
	width:80px;
	height:80px;
	display:block;
	vertical-align:middle;
	overflow:hidden;
	float:left;
	background-color:#fff;
	}
	
.qwrz-list .pic img{
	width:100%;
	height:100%;
	}

.qwrz-r-text{
    margin: 0 10px 0 0px;
    height: 80px;
    background: #FBFBFB;
    padding: 0 10px;
    overflow: hidden;
	}

.qwrz-r-text h4,.qwrz-r-text p{
	padding:0;
	}

.qwrz-r-text h4{
	font-size:16px;
	margin:10px 0 8px;
	width:100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;	
	}

.qwrz-r-text p{
	color:#999;
	font-size:14px;
	line-height:1.3;
	margin:0;
	}

.qwrz-r-text .limit{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:38px;
    overflow: hidden;
	}



.ds-btn-lay{
	position:relative;
}

.ds-tips{
	position:absolute;
	top:-60px;
	left:250px;
	}

.ds-btn{
	float:left;
	*float:none;
	margin-left:20px;
	}

.jy-list{
	text-align:center;
	float:left;
	border:1px solid #CCC;
	width:220px;	
	margin-right:20px;
	font-size:0;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);	
	
	}
.jy-a-hover{ 
    background: rgba(60, 60, 60, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
 }
 
.jy-box{
	height:350px;	
	width:220px;
	overflow:hidden;			
	}
		 
.jy-a{
	position:relative;	
	} 
	
.jy-a dt img {
	border-radius:50%;
	} 	
.jy-list .jy-a dt{
	padding:70px 0 0;
	margin-bottom:20px;
	}	
.jy-list span{
	display:block;
	}
		
.jy-list dd{
	line-height:20px;
	margin:0;
	padding:0 15px;
	}	
	
.jy-list dd .name{
	font-size:16px;
	margin:30px 0 15px;
	width:100%;
	color:#000;
	white-space:nowrap; 
	word-break:keep-all; 
	overflow:hidden; 
	text-overflow:ellipsis;
	}	
.jy-list span.title{
		color:#b7b7b7;
		font-size:14px;
		line-height:20px;
		text-align:center;
		}
		
.jy-list .intro{
	position:absolute;
	bottom:0;
	left:0;
	font-size:14px;
	width:220px;
	background-color:#FAFAFA;
	padding:10px 0;
	}
.jy-list .intro p{
	margin:0 0 15px;
	color:#9E7E6B;
	}
.jy-a-hover dt{ 
  margin:20px 15px 0;
  height:180px;
  }				
.jy-a-hover	dd{
	height:170px;
	padding-top:20px;
	border-top:1px dotted #ccc;
	}	
.jy-list .intro-code{ 
   font-size:12px; 
   color:#fff;
   }		
.jy-list .tw-btn a{
	background-color:#64c6ef;
	color:#fff;
	font-size:14px;
	display:inline-block;
	padding:8px 0;
	width:100px;
	text-align:center;
	margin-top:45px;
	border-radius:5px;
	}

.jy-list .hover-intro{
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	}

.app-ad{
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	display:block;
	}	
.app-ad img{
	width:100%;
	}
.app-ad .close-ico{
	width:30px;
	height:30px;
	position:absolute;
	right:5px;
	top:0;
	display:block;
	color:#fff;
	font-size:16px;
	text-align:right;
	cursor:pointer;
	}	

.news-banner-container,.app-bottom-container{
	display:none;
	}

.news-banner-container{
    background-color: #fff;
    height: 50px;
    position:fixed;
    width: 100%;
	top:0;
	z-index:99;
	box-shadow:0 1px 3px rgba(26,26,26,.1);
	}
.app-bottom-container{
	background:#4C4C4C;
    height: 50px;
	position:relative;
	}	
.news-banner-container .logo,.app-bottom-container .logo{
    width: 133px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    border-radius: 8px;	
	}
.news-banner-container .slogan,.app-bottom-container .slogan{
    font-size: 14px;
    color: #222;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 61px;
    line-height: 50px;	
	}
.app-bottom-container .slogan{
	color:#fff;		
	}	
.news-banner-container .open,.app-bottom-container .open{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 72px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    border-radius: 14px;
	background-image: linear-gradient(to right, #F46919, #E9323B);
}
.app-bottom-container .open{
	background:#4285F4;	
	}	
.unfold-field {
    text-align: center;
    position: relative;
    padding: 12px 0 12px 0;
}	
.unfold-field .unflod-field-arrow{
    position: absolute;
    top: -78px;
    height: 78px;
    width: 100%;
    background-image: linear-gradient(-180deg, rgba(255,255,255,0) 0, #FFFFFF 100%);	
	}
.unfold-field-download .unflod-field-arrow:after {
    content: '';
    display: inline-block;
    background-image:url(images/app-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: 45px;
    height: 16px;
    width: 16px;
    animation: unfold-arrow-animation 300ms infinite alternate;
}
.unfold-field-download .download-text {
	display: none;
    /* width: 100%;
    height: 37px;
    line-height: 37px;
    border-radius: 18.5px;
    background-image: linear-gradient(to right, #F46919, #E9323B);
    font-size: 15px; */
    color: #fff;

	position: fixed; 
	left: 50%;
	bottom: 94px;
	transform: translateX(-50%);
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #0152D9;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0px 16px 40px -12px rgba(1,82,217,0.5);
	z-index: 1;
}	

.download-unflod-text{
	display: block;
	color: #fff;
	width: 90%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background: #0152D9;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0px 16px 40px -12px rgba(1,82,217,0.5);
}

.download-unflod-text:hover{
	text-decoration: none;
	color: #fff;
}
	
.code-lay{
	margin:18px 0 0 15px;
	float:left;
	color:#737373;
	position:relative;
	}
.code-lay .txt{
	display:block;
	height:18px;
	float:left;
	margin-left:10px;
	}
.mobile-box{
	padding: 0 10px 2px;
	display: flex;
	align-items: center;
	color: #878787;
	font-size: 14px;
	height: auto;
	position: relative;
}	
.mobile-box::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 12px;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #82C0FF 0%, rgba(216,217,249,0) 100%);
	border-radius: 6px;
}
.mobile-icon{
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background: url('../../doc/images/ic_mobile.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.mobile-box span{
	position: relative;
}
.code-icon{
	background:url(images/icon-1.png) no-repeat;
	width:18px;
	height:18px;
	display:block;
	float:left;
	}
.app-guide-box{
    position: absolute;
    width: 200px;
    z-index: 10;
    box-shadow: 1px 1px 15px rgba(0,0,0,.3);
    top: 30px;
    left: -10px;
    background: #fff;
    padding: 15px;
    font-size: 14px;
	text-align:center;	
	}
.app-guide-txt{
	margin:10px 0;
	display:block;
	border-bottom:1px dashed #d9d9d9;
	padding-bottom:10px;
	font-size:14px;
	color:#000;
	}		
.app-guide-box:before{
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    border: solid 1px #ddd;
    border-width:1px 0 0 1px;
    position: absolute;
    top: -6px;
    left30px;
    content: " ";
}		
.app-guide-btn{
	display:block;
	float:left;
	width:100%;
	color:#fff;
	background-color:#e54545;
	padding:10px 0;
	border-radius:40px;
	box-shadow:1px 1px 15px rgba(229,69,69,.3);
	margin:10px 0; 
	}
.app-guide-btn:hover{
	color:#fff;
}

.ss-comple{position: absolute;margin:0;display: block;top:28px;left:0;width: 100%;border-bottom: 2px solid #0152D9;border-left: 2px solid #0152D9;border-right: 2px solid #0152D9;border-radius: 0px 0px 5px 5px;z-index: 10;box-sizing: border-box;background: #fff;display: none;}
.ss-comple-ul{text-indent:0 !important;padding:0 !important; margin-right: 0; margin-top:4px !important;margin-bottom: 0 !important;}
.ss-comple-ul::before{content:' ';height: 1px;background-color: #EDEFF2;display: block;width: calc(100% - 20px);margin: 0 auto;}
.ss-comple li{font-size: 14px;margin:0 !important;height: 30px;line-height: 30px;padding:0 10px;float: none;cursor: pointer;overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.ss-comple li:first-child{margin-top:6px;}
.ss-comple li:last-child{margin-bottom:6px;}
.ss-masker{width: 100%;height: 100%;position: fixed;top:0;left:0;background: rgba(0, 0, 0, 0);z-index: 10; display: none;}
.searchform-search{position: relative;font-size: 0;display: inline-block;flex: 1;}
.ss-masker.focus{display: block;}
.searchform-search.focus input{padding:0 10px;}
.searchform-search.focus .ss-comple{display: block;background: #fff;}
.ss-comple li.ss-select{background: #F5F7FA;}
.ss-comple li.ss-select span{color:#0152D9}


/*980/16*/
@media screen and (max-width: 62em) {
#p-ad-gg,#p-recommendlist,#p-ad-bd,#p-ad-06,#column-portal,#column-top, #p-tb,#site-state,.searchform-note,#p-navigation,#p-logo a img,.pAd,#p-cactions ul li,.phone-hide,.newsreward,.code-lay,#immobilization-ad,#vipPop{ display:none;}
#p-cactions ul li#ca-varlang-0,#p-cactions ul li#ca-varlang-1{ display:block;}
#p-cactions { padding-right:8px;height:23px;}
#p-cactions li { float:right;background-image:none;}
#p-cactions li a { background-color:#7ab3f7;background-image:none;color:#FFF;border-top-left-radius:8px;border-top-right-radius:8px;}
#p-cactions li.selected{background-image:none;}
#p-cactions li.selected a { background-color:#599ae9;background-image:none;border-top-left-radius:8px;border-top-right-radius:8px;}
#p-cactions{ margin-left:0; margin-right:10px;}
#globalWrapper{ margin:0; padding:0; overflow:hidden;}
html>body .portlet ul{ float:left; margin:0 0 0 10px; padding:5px 0;width:100%;}
html>body .portlet ul li{ float:left; margin:5px 10px;}
html>body .portlet ul li:before{ display:none;}
html>body .portlet ul li a{ color:#3b83da;}
body { overflow-x:hidden;margin:0; padding:0;}
#content{ margin:0 0 10px 0;}
#column-one{ width:100%; position:absolute; top:51px; margin:0;padding:0;z-index: 1001;}
#column-content { margin-top:80px;margin-right:0;}
#column-title{ background:#0152D9; height:50px; border-bottom:1px solid #0152D9;position:absolute; top:0;}
#column-title .topbar-logo,#column-title .topbar-nav{display: none;}
#column-title .site-nav-r .topbar-vip,#column-title .site-nav-r .topbar-login,#column-title .site-nav-r .topbar-message,#column-title .site-nav-r .topbar-user,#column-title .site-nav-r .search-icon{display: none !important;}
#p-search .pBody{ width:100%; margin-top:10px;}
#p-navigation .pBody ul{ background:#f8f8f8; border-bottom:1px solid #CCC; margin:0; padding:5px 10px;}
#p-logo{ width:100px; margin-top:0;}
#p-search{ margin:0 0 0 115px;}
#column-title .topbar-box a.logo-small{ background:url(//static.mbalib.com/wiki/MBALib/images/logo-ph2.png) no-repeat;width:100px; height:43px; display:inline-block;}
#column-title .site-nav-r .topbar-search{ position:relative; height:35px;line-height:35px; vertical-align:middle;background: none;margin: 0;}
#column-title .site-nav-r .topbar-search .searchform-search{margin:0; display:block;position: relative;}
#column-title .site-nav-r .topbar-search .searchform-search #searchInput{ width: 100%; height:32px; line-height:32px; padding:0 10px;border:2px solid #0152D9;background: #fff;border-radius: 5px;}
#column-title .site-nav-r .topbar-search .searchform-button input.searchButton{ display:none;}
#column-title .site-nav-r .topbar-search .search-right{padding: 0;}
#column-title .site-nav-r .topbar-search .searchform-button input:first-child{ background: url(//static.mbalib.com/wiki/MBALib/images/seach24-ico.png) no-repeat center ; text-indent:9999px; display:block; float:left;height:35px; line-height:35px;width:35px;border:none;color:#FFF; cursor:pointer;margin: 0;}
#column-title .site-nav-r .topbar-search .searchform-button .kind-button{ background: url(//static.mbalib.com/wiki/MBALib/images/item24-ico.png) no-repeat center;height:33px; line-height:33px;width:35px; display:block;float:left; vertical-align:top; margin:0 0 0 -1px;border:none;}
#column-title .topbar-box .topbar-search .searchform-search.focus .ss-comple{border: 2px solid #0152D9;border-top: none;border-radius: 0px 0px 5px 5px;box-shadow: none;top: 28px;padding: 0;}
#column-title .topbar-box .topbar-search .searchform-search.focus .ss-comple .ss-comple-ul::before{content: '';}
fieldset textarea#comment{ width:100%;}
.references-small .references{ padding:0 0 0 25px;}
#footer{ width:100%; margin:0;}
#wiki-10{display:none}
#column-title-bottom{margin-left: 0;}

.ss-comple{width: 100%;}
.ss-comple-ul{margin-left: 0 !important;}
.ss-comple li{float: none !important;}
.searchform-search.focus input{border-radius: 5px 5px 0 0;}
.tool-bar{right: 20px;width: auto;}
.tool-bar .download-app{display: none;}
.tool-bar .item-img{display: none;}
.tool-bar .icon{display: none;}
#gotop{border:1px #ccc solid; background:#e3e2e2 url(//static.mbalib.com/wiki/MBALib/images/side_bar_cbe98acd.png) center no-repeat;cursor:pointer;width:16px; height:16px; padding:14px;}

#p-search .pBody #searchform .searchButton {
   min-width: auto;
}

}

/*768/16*/
@media screen and (max-width: 48em) {
#recommend-bar {height:auto}
#recommend-bar #recommend ,.recommend-bar-wrap{float:none;}
#recommend-bar #share{margin-left:0;margin-top:0;}
#ad-related{float:none;margin-top:0;}
#editnotice,#ad-comment,#search-ad,.editsection{display:none;}
#related-documents h2,#Contributors h2,#comment h2,#related-news h2,#ke-lay-in-wiki h2{ margin:0; background-color:#F7F8F8; color:#ADAEAE; font-size:14px; padding:5px 10px; border-bottom:0; clear:both;}
#ke-lay-in-wiki>h2{margin-bottom:10px}
#related-documents ul,.ckwx-list,#related-news ul{ list-style:none; margin:0; padding:0;}
#related-documents li,.ckwx-list li,#related-news li{ margin:0; border-bottom:1px solid #e9e9e9; padding:8px 5px;}
#related-documents .filetype{ padding:2px 10px 0; float:left; margin-top:5px;}
#search-documents-url{ background-position:0px 8px; margin:0;padding:8px 0px 8px 20px; float:left; width:100%;}
#Contributors h2{ margin-bottom:13px;}
#comment center{ padding:5px 0 10px; border-bottom:1px solid #eaebeb; margin:10px 0;}
.headline-2 h2{ clear:both;}
#toc{ float:left;}
.comment-head,.comment-body,.comment-info{ background:none;}
.comment-wrap{ margin-bottom:10px; border-bottom:1px solid #eaebeb;}
.comment-head{ font-weight:bold; font-size:14px;}
#Contributors,fieldset span{ font-size:14px;}
.comment-parent{ margin:0;}
.comment-body{ padding:0;}
.comment-parent .comment-wrap{ background:#F4F4F4; margin:10px 10px 0; padding:8px; border:1px solid #e4e4e4;}
#catlinks{ background-color:#F7F8F8; border-color:#e4e5e6;}
#recommend-bar{ margin:50px 0 20px;}
#recommend-bar #share{padding:10px; border:1px dashed #e4e5e6; background-color:#F7F8F8; margin-top:15px;}
.vote1,.vote2{ margin:0 auto;}
#related-documents li,#related-news li{
    float: left;
    width: 100%;
    height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
#ad-related,.jy-list-wrap{ display:none;}
.bk-qwrz-list li{
	width:100%;
	}
.qwrz-r-text h4{
	margin:8px 0 4px;
	}
.bk-qwrz{
	display:block;
	}
#bodyContent img{
	max-width:100%;
	height:auto
	}
.app-bottom-container{
	display:block;
	}
/* .details-page #column-title{ top:50px;} */
.unfold-content{
	max-height:1000px;
	overflow:hidden;
	}

#column-one{top: 52px;}

}

/*480/16*/
@media screen and (max-width: 30em){

.columnA-l-body {padding-top:0px;}
#p-search .pBody #searchform #searchInput,#p-search .pBody #searchform .searchform-button input:first-child{
	/* border-radius:0; */
}

#column-title .topbar-box a.logo-small{width:30px;background:url(https://img.mbalib.com/common/images/logo/wiki-72.png) no-repeat; background-size:35px 35px;width:35px; height:35px; display:inline-block; border-radius:8px;}
#p-search{ margin:0 0 0 45px;}
#toc,#search-documents,#footer{display:none !important;}
#n-newestnews,#n-缂傛牞绶€圭偤鐛�,#n-閸掓稑缂撻弶锛勬窗,.ad-phone-wrap .wx-100,.ds-btn-lay{ display:none;}/*#n-newestnews,#n-缂傛牞绶€圭偤鐛�,#n-閸掓稑缂撻弶锛勬窗*/
.mobile-hide{display:none}
#ad-phone{ position:fixed;bottom:0px; right:0; display:block; width:100%; height:auto;}
#ad-phone .pic{ float:none; margin:0 auto;}
.ad-phone-wrap{ margin:0;width:100%;height:auto; float:left; padding:0; background-color:#70BCF2;}
.ad-phone-wrap .wx-100{ right:30px;}
#bodyContent{ font-size:16px; line-height:1.6;}
legend{ padding:0;}
.ss-comple{width:100%;left:0}

@-webkit-viewport{width:device-width;zoom:1.0}
@-moz-viewport{width:device-width;zoom:1.0}
@-ms-viewport{width:device-width;zoom:1.0}
@-o-viewport{width:device-width;zoom:1.0}
@viewport{width:device-width;zoom:1.0}
}

/*320/16*/
@media screen and (max-width: 20em){
#p-logo{ width:30px; margin-top:0;}
#p-search{ margin:0 0 0 45px;}
.topbar-box{display:none;!important;}
.topbar-logo,.topbar-nav,#toc,#search-documents{ display:none;}
#n-newestnews,#n-缂傛牞绶€圭偤鐛�,#n-閸掓稑缂撻弶锛勬窗{ display:none;}
div.floatleft{ width:100%;}
.mobile-hide{display:none}
}


@media screen and (max-width: 62em) {.columnB-l,.columnB-r,.columnC-l,.columnC-r{ width:100%;}.columnC-r{ float:left; margin-left:0;}.columnC-l{ margin-bottom:10px;}}
@media screen and (max-width: 48em) {.czf-item { width:100%;}.columnA-r ul { width:150px; margin:0;}	}
@media screen and (max-width: 30em){.columnA-r{ display:none;}.columnA-l{ position:absolute;left:50%; margin-left:-100px;display:block;}}

/*Special:Linking*/
.batchSave {position:absolute;position:fixed;bottom:0; left:0;background-color:#fff;opacity: .98; width:100%; margin:0; padding:0;-webkit-box-shadow:0px 0px 3px #f3f4f5; 
    -moz-box-shadow:2px 2px 2px black; border-top:1px solid #efefef;z-index: 1;}
.batchSave input{ cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 2px;
    background: #2fad85;
    display: inline-block;
    text-shadow: #188062 0 1px 0; height:30px; line-height:30px;
    text-decoration: none; margin:8px 0 8px 250px; padding:0 10px; float:left; }
.batchSave .nub{ margin-top:20px; display:inline-block; margin-left:8px;font-size:14px;}


.ds-btn-lay .wiki-btn{float: left; display: block}
.btn-seperate{margin-top: 4px;width:1px;height:40px;background-color: #e5e5e5; float: left; margin-left: -1px;margin-right: 20px;}
.wiki-btn{ box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;cursor: pointer;text-decoration: none;margin-right: 20px;border-radius: 8px;min-width: 134px;padding: 0 17px;height: 47px;line-height: 47px;line-height: 49px\9;text-align: center;position: relative;}
.wiki-btn:link{text-decoration: none;}
.wiki-btn:visited{text-decoration: none;}
.wiki-btn:hover{text-decoration: none;}
.wiki-btn:active{text-decoration: none;bottom: -1px}
.wiki-btn.btn1{border: solid 1px #f64747;color:#f64747; font-size: 26px;line-height: 44px;line-height: 49px\9}
.wiki-btn.btn2{background-color: #f64747;color: #fff;font-size: 16px;font-weight: bolder;}
.btn2>.iconfont{font-size: 20px;float: left;padding-right: 5px;font-weight: normal;margin-left: -2px}
.rq_wr{display: none; box-shadow: 0px 0px 15px 0px  rgba(0, 0, 0, 0.1);position: absolute;bottom:70px;left: -28px;}
.rq_wr .img-wr{width:210px;height: 210px;padding:5px;background-color: #fff}
.rq_wr .img-wr .img{width:100%;height:100%}
.rq_wr .text{margin:0 0 10px 0; color:#777;font-size: 14px;text-align: center}


.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}


/*各频道通用样式--------------------------------------------*/
input[type=text]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #909399}
input[type=text]:-moz-placeholder,textarea::-moz-placeholder{color: #909399}
input[type=text]::-moz-placeholder,textarea::-moz-placeholder{color: #909399}
input[type=text]:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #909399}

.common-Dialog{position:fixed;top:50%;left:50%;z-index:10001;border-radius:5px;background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;width:438px;margin-left:-219px;margin-top:-135px;min-height:250px}
.common-Dialog>h4.title{letter-spacing:1px;margin:0;color:#000;font-size:24px;font-weight:bolder;height:60px;line-height:60px;padding:0 25px;border-bottom:1px solid #edeff2}
.common-Dialog .closeIcon{color:#b8b8b8;float:right;background-size:100%;text-decoration:none;width:15px;height:15px;display:block;margin:24px 25px 0 0}
.common-Dialog .closeIcon i{width:100%;height:100%;display:block;background:url(../../common/images/dialog-close.png) center no-repeat;background-size:100%}
.common-Dialog .body{margin:0px 25px;overflow:hidden;-ms-overflow-style:scrollbar;}
.common-Dialog .msg{text-align:center;color:#000;margin:35px 0 40px 0;font-weight:700}
.common-Dialog .bottom{margin:0 0 50px 0;padding:0 20px;width:100%;height: 40px;}
.common-Dialog .bottomBtn{margin:0 auto;width:80%}
.dialog-table .tbody{overflow:auto;margin:15px 0;padding:0;list-style: none;padding: 0 20px;}
.dialog-table li{font-size:14px;height: 68px;border-bottom:1px solid #eee}
.dialog-table li .fc-grey{font-size:12px;padding-top:8px;color:#909399;}
.dialog-table .item-lr{position: relative;}
.dialog-table .name{color:#303133;font-weight: bolder;padding-top:10px;margin-right: 100px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.dialog-table .item-r{position:absolute;right: 2px;top:16px;}

.hid{display: none;}
#bg{display:none}
#bg{z-index:1002;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;-moz-opacity:.3;opacity:.3;filter:alpha(opacity=30)}

.btnRadio-wr{padding:0 0 10px 0;}
.label{font-size: 12px;color:#303133;margin:0 10px 0 20px;cursor: pointer;}
.label .fz-grey{color:#909399}
.btnRadio{cursor: pointer;background: #fff;border:1px solid #BFC2CC;display: block;float: left;width: 12px;margin:2px 2px 0 0;height: 12px;position: relative;border-radius: 50%}
.btnRadio .rfg{position: absolute;top:3px;left:3px;background:#fff;width:6px;height: 6px;border-radius: 50%}
.btnRadio.check{background: #1CA472;border:1px solid #1CA472;}

.dialog-input{position: relative;margin:25px 0 15px 0}
.dialog-input input{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;height:40px;padding:0 20px;border-radius:4px;border:1px solid #EDEFF2;width:100%;font-size: 14px}
.dialog-input span{position: absolute;top:0px;right:20px;display: block;line-height: 40px;font-size: 12px;color:#909399}
.dialog-input input.bgInput{background:#F5F7FA;color:#303133;border:none;line-height:33px;font-size: 11px;padding:0 10px;}

.cbtn-xs{display:block;box-sizing: content-box; font-size: 14px; cursor: pointer;background-color: #0f88eb;color: #fff; border:1px solid #0f88eb;width:74px;height: 32px; line-height: 32px; text-align: center; border-radius: 4px;letter-spacing: 1px;}
.cbtn-m{display: block;box-sizing: content-box; padding:0 20px;height:38px;line-height:38px;margin-left:30px;font-size:14px;float:left;width:68px;border-radius: 5px;text-align: center}
.cbtn{display:block; font-size: 16px; cursor: pointer;background-color: #0f88eb;color: #fff; border:1px solid #0f88eb;padding: 0px 20px;height: 40px; line-height: 40px; text-align: center; border-radius: 5px;letter-spacing: 1px;}

a.cbtn-xs:hover,a.cbtn-m:hover{text-decoration: none;}
a.cbtn-xs.btnlook1:hover,a.cbtn-m.btnlook1:hover{color:#fff}
a.cbtn-xs.btnlook2:hover,a.cbtn-m.btnlook2:hover{color:#ffa300}
a.cbtn-xs.btnlook3:hover,a.cbtn-m.btnlook3:hover{color:#fff}
a.cbtn-xs.btnlook5:hover,a.cbtn-m.btnlook5:hover{color:#909399}

/*WIKI主题*/
.btnlook1{background-color: #ffa300;color:#fff;border:1px solid #ffa300;}	
.btnlook2{background-color: #fff ;color:#ffa300;border:1px solid #ffa300;}	
.btnlook1:active{background:#DB9A56 ;border:1px solid #DB9A56;}
.btnlook2:active{background-color: #fff;color:#DB9A56;border:1px solid #DB9A56;}
.btnlook3{background:#BFC2CC;border:1px solid #BFC2CC;color:#fff;}/*  灰色按钮 */
.btnlook4{background:#fff;border:none;color:#F24724;}/*  红色文字 */
.btnlook5{background:#fff;border:1px solid #BFC2CC;color:#909399;}

.btnRadio.check{background: #ffa300 ;border:1px solid #ffa300 ;}
.btnDisable{-moz-opacity: .5;opacity: .5; filter: alpha(opacity=50);}
.btnlook1.btnDisable{-moz-opacity: .5;opacity: .5; filter: alpha(opacity=50);}


 .bg {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 110%;
                background-color: rgba(0, 0, 0, 0.6);
                z-index: 1002;
            }

 .box-app-tip{position:fixed;top:50%;border-radius:2px;margin-top:-7rem;padding:.94rem .94rem 1.5rem;margin-left:-8.4rem;left:50%;width:15rem;z-index:10000;background:#fff;overflow: hidden;display: none;}
 .box-app-tip .closeBtn{position:absolute;right:.6rem;top:.6rem;height:.94rem;width:.94rem;background:url(https://img.mbalib.com/ketang/images/system-cancel-bold.png) no-repeat;background-size:100%;cursor:pointer}
 .box-app-tip .title{font-weight:700;font-size:1.12rem;color:#303133;margin:.6rem 0 0;text-align:center}
 .box-app-tip .text{font-size:.87rem;color:#606266;padding:.1rem .6rem;margin:.5rem 0 .56rem;text-align:center}
 .box-app-tip .lineBtn{display:block;border-radius:2px;text-align:center;margin:.94rem 0 0;cursor:pointer;height:2.18rem;line-height:2.18rem;font-size:.81rem}
 .box-app-tip .primary{background: #0152D9;color:#FFF;margin-top:1.5rem;}
 .box-app-tip a:hover{text-decoration:none;}

/* 公告 */
.column-immobilization-top{}
.column-immobilization-top img{width: 100%;cursor: pointer;margin-bottom: 4px;}
/* 公告弹层 */
.announcement-pop .pop-head{height: 52px;line-height: 52px;text-align: center;padding: 0 64px;}
.announcement-pop span{color: #0152D9;cursor: pointer;font-weight: bold;text-decoration: underline;}
.announcement-pop .pop-content div{text-align: right;}
.pop-box{width: 600px;position: absolute;top: 46%;left: 50%;transform: translate(-50%, -50%);background-color: #fff;border-radius: 16px;}
.pop-head{position: relative;line-height: 72px;height: 72px;border-bottom: 1px solid #EDEFF2;font-size: 20px;font-weight: bold;padding: 0 64px 0 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pop-head .head-icon{position: absolute;right: 24px;top: calc(50% - 12px);width: 24px;height: 24px;cursor: pointer;fill: #909399;}
.pop-content{padding: 24px;font-size: 16px;white-space: pre-line;}


/* Vip开通弹窗 */
.vip-pop{width: auto;display: flex;background: transparent;}
.vip-pop .vip-left{width: 340px;margin-right: 4px;background: #1F0903;color: #F7E4AD;border-radius: 16px;display: none;}
.vip-pop .vip-left .pop-content{padding: 28px 32px;text-align: justify;font-size: 15px;}
.vip-pop .vip-left .pop-content p{margin: 0;padding: 0;line-height: 20px;}
.vip-pop .vip-left .pop-content div{text-align: right;}
.vip-pop .vip-left .pop-content hr{height: 16px;border: none;background: none;margin: 0;padding: 0;}
.vip-pop .vip-right{width: 640px;}
.vip-head{background-color: #1F0903;padding: 24px 32px 24px 32px;border-radius: 16px 16px 0 0;}
.vip-head .vip-icon{width: 24px;height: 24px;position: absolute;top: 16px;right: 16px;cursor: pointer;fill: #FFFFFF;}
.vip-title{display: flex;align-items: center;}
.vip-title .title-left{flex-shrink: 0;color: #F7E4AD;font-size: 24px;font-weight: bold;margin-right: 40px;}
.vip-title .title-right{display: flex;align-items: center;width: 100%;}
.vip-title .title-right .avatar-img{width: 32px;height: 32px;border: 1px solid #FFFFFF;flex-shrink: 0;border-radius: 50%;overflow: hidden;}
.vip-title .title-right .avatar-img img{width: 100%;height: 100%;}
.vip-title .title-right .user-name{font-size: 14px;color: #fff;margin-left: 8px;font-weight: bold;line-height: 1;text-overflow: ellipsis;max-width: 40%;overflow: hidden;white-space: nowrap;}
.vip-title .title-right .vip-time{font-size: 12px;color: rgba(255,255,255,.8);margin-left: 8px;line-height: 1;flex-shrink: 0;}
.vip-head .vip-interests{margin-top: 16px;display: flex;padding: 16px;background-color: #FFFAEA;border-radius: 8px;}
.vip-head .vip-interests > div{display: flex;align-items: center;font-size: 14px;color: #754E27;font-weight: bold;margin-right: 32px;}
.vip-head .vip-interests > div img{width: 32px;height: 32px;margin-right: 8px;flex-shrink: 0;}
.vip-open{padding: 24px 32px 32px;background: #fff;border-radius: 0 0 16px 16px;}
.vip-card{padding: 24px;border: 2px solid #FFFCF5;background-color: #FFFCF5;display: flex;justify-content: space-between;align-items: center;border-radius: 8px;cursor: pointer;}
.vip-card:not(:first-of-type){margin-top: 12px;}
.vip-card.select{border-color: #E5B85F;}
.vip-card .card-left{color: #754E27;}
.vip-card .card-left .card-title{font-size: 18px;font-weight: bold;}
.vip-card .card-left .card-describe{font-size: 14px;margin-top: 4px;}
.vip-card .card-right{text-align: right;}
.vip-card .card-right .card-price{color: #FF3B30;font-size: 18px;font-weight: bold;}
.vip-card .card-right .card-price span{font-size: 30px;}
.vip-card .card-right .card-originalPrice{font-size: 16px;color: #909399;text-decoration: line-through;}
.pay-type{display: flex;align-items: center;margin-top: 24px;}
.pay-type .type-name{font-size: 16px;color: #303133;flex-shrink: 0;}
.pay-type .type-box{margin-left: 16px;flex-shrink: 0;height: 48px;width: 144px;display: flex;align-items: center;border-radius: 8px;border: 1px solid #DCDFE5;cursor: pointer;color: #754E27;font-size: 16px;box-sizing: border-box;padding-left: 24px;}
.pay-type .type-box.select{border-width: 2px;border-color: #E5B85F;padding-left: 23px;}
.pay-type .type-box img{width: 24px;height: 24px;flex-shrink: 0;margin-right: 8px;}
.type-main{border-radius: 8px;background-color: #F5F7FA;padding: 16px;margin-top: 16px;display: flex;align-items: center;}
.type-main.wechat{align-items: flex-end;}
.type-main .type-qr{padding: 6px;background-color: #fff;border-radius: 8px;flex-shrink: 0;margin-right: 16px;width: 120px;height: 120px;box-sizing: border-box;cursor: pointer;}
.type-main .type-qr img{width: 100%;height: 100%;}
.type-main .type-qr canvas{width: 100%;height: 100%;}
.type-main .content-box{display: flex;align-items: center;}
.type-main .content-box:not(:first-child){margin-top: 16px;}
.type-main .type-content{display: flex;flex-direction: column;flex: 1;}
.type-main .type-content .content-left{color: #303133;font-size: 14px;margin-right: 8px;font-weight: bold;}
.type-main .type-content .content-right{}
.type-main .type-content .content-right.pay-name{font-size: 14px;color: #FF3B30;}
.type-main .type-content .content-right.pay-name span{font-size: 24px;font-weight: bold;margin-right: 2px;}
.type-main .type-btn{background: linear-gradient(90deg, #F7E4AD 0%, #E5B85F 100%);width: 136px;line-height: 48px;border-radius: 8px;color: #754E27;font-size: 18px;font-weight: bold;text-align: center;cursor: pointer;}
.type-main .wechat-tips{color: #909399;font-size: 14px;margin-top: 12px;}
.type-main .wechat-tips .qr-icon{width: 24px;height: 24px;flex-shrink: 0;margin-right: 5px;fill: #909399;}
.pop-tips{line-height: 18px;font-size: 13px;color: #909399;margin-top: 24px;}
.pop-tips.paypal-tips{margin-top: 4px;display: none;}
.pop-tips a{color: #909399;text-decoration: underline;}
.type-main .type-content .content-right.paypal-box{display: flex;align-items: center;}
.type-main .type-content .content-right .rate-box{display: flex;align-items: center;height: 40px;padding: 0 16px;border-radius: 8px;background: #fff;position: relative;cursor: pointer;margin: 0 8px;color: #303133;}
.type-main .type-content .content-right .rate-box > div{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.type-main .type-content .content-right .rate-box .arrow-icon{width: 16px;height: 16px;flex-shrink: 0;margin-left: 10px;fill: #9EA1A6;transition: transform .15s;}
.type-main .type-content .content-right .rate-box .arrow-icon.rotate{transform: rotate(180deg);}
.type-main .type-content .content-right .rate-box ul{position: absolute;top: calc(100% + 8px);left: 0;margin: 0;padding: 8px;list-style: none;background: #fff;border-radius: 8px;max-height: 120px;overflow-y: auto;box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.12);}
.type-main .type-content .content-right .rate-box ul li{margin: 0;padding: 0;list-style: none;border-radius: 4px;font-size: 16px;color: #303133;width: 112px;height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.type-main .type-content .content-right .rate-box ul li:not(:first-child){margin-top: 4px;}
.type-main .type-content .content-right .rate-box ul li:hover{background: #F5F7FA;}
.type-main .type-content .content-right .rate-box ul li.checked{color: #0152D9;}
.type-main .type-content .content-right .rate-box ul::-webkit-scrollbar-track{background: transparent;}
.type-main .type-content .content-right .right-tips{color: #909399;font-size: 12px;line-height: 17px;}
.type-main .type-content .content-right .right-tips p{margin: 0;}
.type-main .type-content .content-right.num-btns{display: flex;align-items: center;}
.type-main .type-content .content-right.num-btns button{width: 24px;height: 24px;border: none;cursor: pointer;background: #fff;box-sizing: border-box;padding: 0;margin: 0;border-radius: 4px;font-size: 20px;}
.type-main .type-content .content-right.num-btns button.no{opacity: .5;cursor: no-drop;}
.type-main .type-content .content-right.num-btns div{display: flex;align-items: center;margin: 0 16px;font-size: 16px;}

.success-pop{width: 400px;text-align: center;}
.success-pop .pop-head{border: none;}
.success-pop .success-box{padding: 0 32px 32px;}
.success-pop .success-icon{width: 96px;height: 96px;}
.success-pop .success-title{margin-top: 12px;color: #303133;font-size: 20px;}
.success-pop .success-btn{width: 100%;margin-top: 32px;border: none;height: 48px;border-radius: 8px;background: #0152D9;color: #fff;font-size: 16px;cursor: pointer;font-weight: bold;}

.vip-ad{background: none;width: 400px;text-align: center;}
.vip-ad .head-icon{width: 40px;height: 40px;right: -8px;bottom: 100%;cursor: pointer;position: absolute;fill: #fff;}
.vip-ad img{max-width: 480px;cursor: pointer;max-height: 750px;}


/*topbar*/

.tips-box {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	/*background-color: #E6EEF6;*/
}

.notification {
	height: 100%;
	display: flex;
	align-items: center;
}

.notification .img-not {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	margin: 0;
}

.notification .img-not .ic_icon {
	width: 24px;
	height: 24px;
	fill: #303133;
	margin-bottom: 4px;
}

.notification .img-not p {
	font-size: 14px;
	white-space: nowrap;
	color: #303133;
	margin: 0;
}

.notification .img-not:hover .ic_icon {
	fill: #2153B0;
}

.notification .img-not:hover p {
	color: #2153B0;
}

.notification .noticePop {
	top: 100%;
}

.topbar{
	height: 100%;	
	margin: 0 auto;
}

.topbar a{
	text-decoration: none;
	color: #303133;
	word-break: break-all;
}

.topbar *{
	box-sizing: border-box;
}

.topbar .topbar-box {
	max-width: 1480px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 10px;
}

.topbar-box .topbar-logo {
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	height: 100%;
	z-index: 1;
}

.topbar-box .topbar-logo img {
	width: 185px;
	height: 24px;
}

.topbar-box .topbar-logo .logo-icon {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	fill: #303133;
}

.topbar-box .topbar-nav .nav-li.nav2:hover .arrow-icon,
.topbar-box .topbar-logo:hover .logo-icon {
	fill: #2153B0;
	transform: rotate(180deg);
}

.topbar-box .site-nav {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 8px;
	background-color: #fff;
	width: 210px;
	margin: 0;
	display: none;
}

.topbar-box .topbar-nav .nav-li.nav2:hover .site-nav,
.topbar-box .topbar-logo:hover .site-nav {
	display: flex;
}

.topbar-box .site-nav li {
	list-style: none;
	margin: 0;
}

.topbar-box .site-nav li.sel a {
	color: #2153B0;
	font-weight: bold;
}

.topbar-box .site-nav li:not(:first-child) {
	margin-top: 4px;
}

.topbar-box .site-nav a {
	color: #303133;
	font-size: 16px;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 4px;
}

.topbar-box .site-nav a:hover {
	background-color: #F5F7FA;
}

.topbar-box .topbar-nav {
	display: flex;
	height: 100%;
}

.topbar-box .topbar-nav .nav-li {
	height: 100%;
	margin-left: 32px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	position: relative;
}

.topbar-box .topbar-nav .nav-li .li-title {
	color: #303133;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.topbar-box .topbar-nav .nav-li .li-title .arrow-icon {
	width: 16px;
	height: 16px;
	margin-left: 8px;
	fill: #303133;
}

.topbar-box .topbar-nav .nav-li .li-title.color-brown {
	color: #754E27 !important;
}

.topbar-box .topbar-nav .nav-li .li-title.color-blue {
	color: #2153B0;
	font-weight: bold;
}

.color-blue {
	color: #2153B0;
	font-weight: bold;
}

.topbar-box .topbar-nav .nav-li:hover .li-title {
	color: #2153B0;
}

.topbar-box .topbar-nav .nav-li.nav2{
	position: relative;
}

.topbar-box .topbar-nav .nav-li.nav2 .site-nav{
	flex-direction: row;
	flex-wrap: wrap;
	left: 0;
	transform: translateX(0);
}

.topbar-box .topbar-nav .nav-li.nav2 .site-nav li{
	width: 50%;
	margin: 0;
}

.topbar-box .site-nav-r {
	display: flex;
	align-items: center;
	margin: 0;
	height: 100%;
	flex: 1;
}

.topbar-box .topbar-search {
	flex: 1;
	margin-left: 32px;
	height: 40px;
	display: flex;
	align-items: center;
	padding-left: 16px;
	background-color: #F5F7FA;
	border-radius: 20px;
	position: relative;
}

.topbar-box .topbar-search .search-icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	fill: #909399;
	flex-shrink: 0;
}

.topbar-box .topbar-search input {
	font-size: 14px;
	border: none;
	background-color: transparent;
	margin-right: 0;
	outline: none;
	cursor: pointer;
}

.topbar-box .topbar-search .searchform-search{
	position: static;
}

.topbar-box .topbar-search .searchform-search.focus .ss-comple{
	padding: 14px;
	top: calc(100% + 6px);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	border: none;
	border-radius: 16px;
}

.topbar-box .topbar-search .searchform-search.focus .ss-comple .ss-comple-ul{
	margin: 0;
}

.topbar-box .topbar-search .searchform-search.focus .ss-comple .ss-comple-ul::before{
	content: none;
}

.topbar-box .topbar-search .searchform-search input {
	width: 100%;
	padding: 0;
}

.topbar-box .topbar-search .searchform-button {
	display: flex;
}

.topbar-box .topbar-search .search-right {
	flex-shrink: 0;
	display: flex;
	padding: 0 16px;
}

.topbar-box .topbar-search .search-right div {
	font-size: 14px;
	cursor: pointer;
}

.topbar-box .topbar-search .search-right div:not(:first-child) {
	margin-left: 24px;
}

.topbar-box .topbar-search input:focus,
.topbar-box .topbar-search input:hover {
	border: none;
}

.topbar-box .topbar-vip {
	margin: 0 32px;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.topbar-box .topbar-vip.integral {
	margin-left: 0;
}

.topbar-box .topbar-vip.integral .brown {
	color: #303133;
}

.topbar-box .topbar-vip.integral .vip-img .integral-icon {
	width: 24px;
	height: 24px;
	fill: #303133;
}

.topbar-box .topbar-vip.integral .vip-img:hover .brown {
	color: #2153B0;
}

.topbar-box .topbar-vip.integral .vip-img:hover .integral-icon {
	fill: #2153B0;
}

.topbar-box .topbar-vip .brown {
	color: #754E27;
	font-size: 14px;
	margin: 0;
}

.topbar-box .topbar-vip .vip-img {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0;
}

.topbar-box .topbar-vip .vip-img img {
	width: 24px;
	height: 24px;
	margin-bottom: 4px;
}

.topbar-box .topbar-vip .vip-privilege {
	padding: 24px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	border: 1px solid #FFFFFF;
	background: linear-gradient(180deg, #FFF6DD 0%, #FFFCF4 100%);
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	display: none;
	flex-direction: column;
	align-items: flex-start;
}

.topbar-box .topbar-vip:hover .vip-privilege {
	display: flex;
}

.topbar-box .topbar-vip .vip-privilege .privilege-title {
	border: none;
	line-height: normal;
	margin: 0;
	color: #593410;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
	text-align: center;
}

.topbar-box .topbar-vip .vip-privilege .privilege-box {
	padding: 0;
	margin: 16px 0 0;
}

.topbar-box .topbar-vip .vip-privilege .privilege-box li {
	display: flex;
	align-items: center;
	margin: 0 0 24px;
}

.topbar-box .topbar-vip .vip-privilege .privilege-box li .main {
	flex-shrink: 0;
	margin-left: 8px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.topbar-box .topbar-vip .vip-privilege .privilege-box li .main .name {
	font-weight: bold;
	font-size: 16px;
}

.topbar-box .topbar-vip .vip-privilege .privilege-box .privilegeIcon {
	width: 40px;
	height: 40px;
	display: block;
	flex-shrink: 0;
}

.privilegeIcon.doc-right3 {
	background: url(https://static.mbalib.com/doc/images/pay/doc-vip-right03.png) no-repeat;
	background-size: 100%
}

.privilegeIcon.doc-right7 {
	background: url(https://static.mbalib.com/doc/images/pay/doc-vip-right07.png) no-repeat;
	background-size: 100%
}

.topbar-box .topbar-vip .vip-privilege .privilege-btn {
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: url("https://static.mbalib.com/doc/images/doc_img_vipbtnbg.png") no-repeat;
	background-size: 100% 100%;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: #754E27;
}

.topbar-box .topbar-login {
	float: none;
	margin: 0;
	width: 64px;
	height: 32px;
	border-radius: 8px;
	background-color: #0152D9;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	/* display: none; */
}

.topbar-box .topbar-user {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	display: none;
	z-index: 1;
}

.topbar-box .topbar-user .user-img {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #EDEFF2;
	cursor: pointer;
	position: relative;
	margin: 0;
}

.topbar-box .topbar-user .user-img::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(255, 255, 255, .2);
	left: 0;
	top: 0;
	display: none;
}

.topbar-box .topbar-user .user-img:hover::after {
	display: block;
}

.topbar-box .topbar-user .user-img img {
	width: 100%;
	height: 100%;
}

.topbar-box .topbar-user .user-pop-box {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	width: 320px;
	display: none;
}

.topbar-box .topbar-user:hover .user-pop-box {
	display: block;
}

.topbar-box .topbar-user .user-pop-box .title-top {
	display: flex;
	align-items: center;
	padding: 24px 24px 16px;
	cursor: pointer;
	float: none;
	margin: 0;
}

.topbar-box .topbar-user .user-pop-box .title-top .title-img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #EDEFF2;
	flex-shrink: 0;
}

.topbar-box .topbar-user .user-pop-box .title-top .title-img img {
	width: 100%;
	height: 100%;
}

.topbar-box .topbar-user .user-pop-box .title-top .title-content {
	flex: 1;
	width: 0;
	margin-left: 8px;
	display: flex;
	align-items: center;
}

.topbar-box .topbar-user .user-pop-box .title-top .title-content p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	max-width: 80%;
	font-size: 14px;
}

.topbar-box .topbar-user .user-pop-box .title-top .title-content img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	display: none;
	margin-left: 6px;
}

.topbar-box .topbar-user .user-pop-box .title-top .title-content.vip p {
	color: #754E27;
}

.topbar-box .topbar-user .user-pop-box .title-top .title-content.vip img {
	display: block;
}

.topbar-box .topbar-user .user-pop-box .title-top .right-icon {
	width: 12px;
	height: 12px;
	fill: #303133;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet {
	display: flex;
	padding: 0 24px 16px;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet>a {
	flex: 1;
	flex-shrink: 0;
	height: 64px;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	padding: 16px;
	background-position: 100% 0;
	background-size: 56px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet .wallet-vip .wallet-title {
	color: #754E27;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet .wallet-vip .wallet-title .right-icon {
	fill: #754E27;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet .wallet-vip .wallet-buttom {
	font-size: 12px;
	opacity: .5;
	color: #754E27;
	margin: 4px 0 0;
	font-weight: 400;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet .wallet-vip .wallet-buttom.op1{
	opacity: 1;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet .wallet-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet .right-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.topbar-box .topbar-user .user-pop-box .doc-wallet .wallet-vip {
	background-image: url('https://static.mbalib.com/doc/images/img_VIPzs.png');
	background-color: #FFF8E6;
	margin: 0;
}

.topbar-box .topbar-user .user-pop-box .doc-box {
	display: flex;
	flex-direction: column;
	margin: 0 24px;
}

.topbar-box .topbar-user .user-pop-box .doc-box hr {
	border: none;
	height: 1px;
	background-color: #DCDFE5;
	margin: 0 0 16px;
}

.topbar-box .topbar-user .user-pop-box .doc-box a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	margin: 0 0 16px;
}

.topbar-box .topbar-user .user-pop-box .doc-box a .topbar-icon {
	width: 16px;
	height: 16px;
}

.topbar-box .topbar-user .user-pop-box .doc-box a p {
	/* color: #606266; */
	font-size: 14px;
	margin: 8px 0 0;
}

.topbar-box .topbar-user .user-pop-box .doc-box a:hover p {
	color: #2153B0;
}

.topbar-box .topbar-user .user-pop-box .doc-box a:hover .topbar-icon {
	fill: #2153B0;
}

.topbar-box .topbar-user .user-pop-box .user-btns {
	padding: 0 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.topbar-box .topbar-user .user-pop-box .user-btns a {
	font-size: 14px;
	margin: 0;
}

.topbar-box .topbar-user .user-pop-box .user-btns a:hover {
	color: #2153B0;
}

.topbar-box .topbar-user .user-pop-box .user-btns .admin-btn {
	margin-right: auto;
	cursor: pointer;
}

.topbar-box .topbar-message {
	display: none;
	margin-right: 34px;
	position: static;
}

.reference:target, .references li:target{
	scroll-margin-top: 64px;
}