@import url(./fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
body,html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Microsoft Yahei";
    color: #fff;
    background: 0 0;
}

.container {
    line-height: 1.6;
    position: relative;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

a {
	text-decoration:none;
	color: #fff;
}

.container>.pimg {     /*预览图（小图）的容器*/
    width: 80%;
	margin: auto;
	min-width: 360px;
	max-width: 900px;
}

.container h1 {
    font-size: 28pt;
}

.container>.pimg>img {
    width: 100%;
}

.pimg:hover {
    cursor: zoom-in;
}

.mask {    
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none;
}

.mask:hover {
    cursor: zoom-out;
}

.bigimg {
	width: 95%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.bigimg:hover {
    cursor: move;
}

.mask>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.mask>img:hover {
    cursor: pointer;
}

.info {
	width: 80%;
	margin: auto;
	min-width: 360px;
	max-width: 800px;
	margin-top: 20px;
	text-align: left;
	padding-left: 40px;
}

.info p {
	font-size: 18px;
	line-height: 36px;
}