body{font-family: "方正兰亭超细黑",东青黑简体,微软雅黑,宋体,Helvetica Neue,Tahoma,Arial;font-size: 14px;color:#333;font-weight: normal;margin: 0;padding: 0;overflow-x:hidden;}/*#F7F8F8*/
h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset,input, legend, select, div, aside, article, section,figure{
	margin: 0;
	padding: 0;
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{font-weight: normal; line-height: 1.2em; margin:0.8em 0;}
html,body{/*height:100%;*/ position: relative;}
ul, li
{
	list-style: none;
	padding: 0;
}
a
{
	color:#96979b;
	outline: none;
}
a:link, a:visited
{
	color: #323232;
	text-decoration: none;
}
input,button,div,p,section,dt,dd{
 outline:none;
}
input{
 box-sizing:border-box;
}
a:active
{
	text-decoration: none;
	color: #323232;
}
img
{
	border: 0;
}

.page-missing{text-align:center;}
.page-missing .miss-con{ margin-top:30px; line-height:32px; font-size:22px; text-shadow:1px 1px 1px #666;}
.page-missing .miss-nav{ margin-top:20px;}
.page-missing .miss-nav .btn{display:inline-block; line-height:40px; padding:0 20px; background-color:#16c5e5; color:#fff; font-size:14px; text-shadow:1px 1px 2px #666; border-radius:3px;}
.page-missing .miss-nav .btn-close{background-color:#ccc;}
.share-list li {float:left; border:solid 1px #000;border-radius:25px;}
.share-list li a {font-size:32px;}
.powered-by {
    margin: 0 auto;
    /*position: fixed;*/
    width: 100%;
    bottom: -25px;
    z-index: 999999;
    text-align:center;
    display:none;
}
.powered-by:hover{
    color:#fff;
}
.powered-by-btn {
    background-color: #eee;
    padding: 10px 20px 30px 20px;
    /* background-image: -webkit-linear-gradient(top,#AF12FF 0%,#E6E1D3 100%); */
    border-radius: 10px;
    color: #666;
    -webkit-transition: color .2s ease,border-color .3s ease,background .3s ease;
    transition: color .2s ease,border-color .3s ease,background .3s ease;
    box-shadow: 0px -1px 5px #B5B5B5;
}
.powered-by-btn:hover {
    background-image: -webkit-linear-gradient(top,#AF12FF 0%,#E6E1D3 100%); 
    color: #fff;
}


