﻿@charset "utf-8";
/**
 * @file: 通用样式
 * @author: Darin
 */

.page-wrap {
    width: 1200px;
    margin: 0 auto;
}

.page-header {
	overflow: hidden;
}

.page-header .logo {
    width: 173px;
    height: 70px;
    margin-top: 20px;
    background: url(../img/guide/logo.png) no-repeat;
}

/*.page-footer {*/
	/*width: 100%;*/
	/*height: 150px;*/
	/*text-align: center;*/
	/*line-height: 20px;*/
	/*background: #656566;*/
	/*color: #fff;*/
/*}*/

.page-footer .inner {
	padding-top: 50px;
}

.page-nav {
	width: 112px;
	padding: 0 16px;
	list-style: none;
	position: fixed;
	top: 320px;
	background: #fdbe08;
}

.page-nav li a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.page-nav .last a {
	border: 0;
}

.page-content {
	margin-bottom: 20px;
}

.dialog-layout {
    display: none;
    position: absolute;
}

.dialog-layout .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(../img/close.png) no-repeat;
}

.dialog-mark{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:1000px;
    background:rgba(0, 0, 0, 0.4)!important;
    filter:Alpha(opacity=40); 
    background:#000;
	overflow-y: scroll;
}

