﻿/*
Theme Name: gd
Theme URI: http://www.yzipi.com

Author: "卖砖头的小女孩"
Author URI: http://www.yzipi.com

Description:魔幻心林是一款清新设计的主题，可适用博客，自媒体类网站，主题会持续升级，请大家多关于柚子皮。
Version: 0.0001
-------------------------------------------------------------- */
@import "pc.css"; 
@import "phone.css"; 
@charset "utf-8";
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	width: auto;
}

body {
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	
	
	letter-spacing: 0.8px;
	position:relative;
	letter-spacing:1px;
}

@media only screen and (min-width: 900px) {
body{font-size: 18px;background: #e7e7e2;}

}
@media only screen and (max-width:900px) {
body{font-size: 16px;}

}
a {


	font-size: 18px;

	text-decoration: none;

}
a:hover {
	color: #fff;
}
::selection{background:#245086;color:#fff;}

.clear {
	clear: both;
}