﻿/*
Theme Name: 柚子皮
Theme URI: http://www.yzipi.com

Author: "韵"
Author URI: http://www.yzipi.com

Tags:www.yzipi.com,柚子皮模板，Orange,简约

Description:柚子皮主题用了自适应网页设计的理念进行设计，在任何设备上都显示得完美无缺。
Version: 5.61
-------------------------------------------------------------- */

@charset "utf-8";
/* ,定义了大小，缩小都不会变，最多一起缩小;不定义大小或１００％，会跟着一起缩*/
/*　文章标题字体大小：１８，文章字体１４，右侧标题：１５加粗，右侧列表：１３默认　*/
/*　深彩： #ce5b16　*/
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";
	font-size: 13px;
	background: #f8f8f8;
	color: #656565;
	letter-spacing: 0.5px;
}
a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover {
	color: #d6623d;
}
::selection{background:#d6623d;color:#fff;}

.clear {
	clear: both;
}