﻿@charset "utf-8";

/*css reset*/

body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, label, input, select, dl, dt, dd, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {

	margin: 0;

	padding: 0;

}

body {

	font-size: 12px;

	line-height: 1;

	color: #666;

	font-family: "Microsoft YaHei", "微软雅黑", SimSun, "Oxygen", Arial, "Hiragino Sans GB", "STHeiti", "WenQuanYi Micro Hei", sans-serif;

	-webkit-text-size-adjust: none;

	background: #FFF;

}

header, footer, section, hgroup, nav, article, aside, details, figcaption, figure, menu {

	display: block;

}

input {

	font-size: 12px;

	line-height: 1;

}

input::-ms-clear {

display:none;

}

input::-ms-reveal {

display:none;

}

img {

	border: 0;

	width: 100%;

}

ul {

	list-style: none;

}

textarea {

	resize: none;

	overflow: auto;

}

/* 颜色链接 */

a:link, a:visited {

	text-decoration: none;

}

a:hover {

	transition: all 0.3s ease-in-out 0s;

}

textarea {

	outline: none;

}

/* HTY Common Reset*/

html {

	overflow-x: hidden;

}

html button::-moz-focus-inner {

border-color:transparent!important;

}

input, button, textarea, select, option {

	font-family: inherit;

	font-size: 100%;

	font-style: inherit;

	font-weight: inherit;

}

fieldset {

	border: 0;

}

iframe {

	background-image: none;

}

p {

	margin: 0;

	padding: 0;

}

a {

	text-decoration: none;

	outline: none;

}

/* HTY Common Atom*/

.clear {

	background: none;

	border: 0;

	clear: both;

	display: block;

	float: none;

	font-size: 0;

	overflow: hidden;

	visibility: hidden;

	width: 0;

	height: 0;

}

.clear-fix:after {

	content: ".";

	display: block;

	height: 0;

	font-size: 0;

	clear: both;

	visibility: hidden;

}

.fl {

	float: left;

}

.fr {

	float: right;

}

.c_b {

	clear: both;

}

a, img, button, input, textarea, div {

	-webkit-tap-highlight-color: rgba(255,255,255,0);

}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}