﻿body {
    background-color: #666666;
}
#body {
    width: 700px;
    margin: 0 auto;
    background-color: #ebebeb;
}
.slide-page{
    max-width: 700px;
}
.footer {
    width: 700px;
}
.header {
    width: 700px;
}
#body.weixin {
    width: auto;
}
.weixin .footer {
    width: 100%;
}
.weixin .header {
    width: 100%;
}
.page #searchPanel {
    width: 700px;
    left: auto;
}

/*********************/
#pvNavs {
    display: block;
    position: fixed;
    width: 100px;
    left: 50%;
    margin-left: -465px;
    top: 15px;
    background-color: #333;
    border: 1px solid #000;
    box-shadow: 0 0 5px #333;
    border-radius: 5px;
}
#pvNavs > a {
    display: block;
    border: 1px solid #555;
    border-top: 1px solid #000;
    line-height: 40px;
    text-align: center;
}
#pvNavs > a:last-child {
    border-radius: 0 0 5px 5px;
}
#pvNavs > a:hover {
    color: #ff3300;
}
#pvNavs > .img-wrap {
    padding: 8px;
    border: 1px solid #555;
    border-radius: 5px 5px 0 0;
    width: auto;
    height: auto;
}
#pvNavs > .img-wrap  img {
    
}



/** fixed footer ***/
/*html,body {	height:100%; }
#body { min-height: 100%; position: relative;}
#main { padding-bottom: 280px;}
#footer { 
	position: absolute; bottom: 0; left: 0; width: 100%; 
	height: 250px; 
}*/
/*****/