﻿/* AB模版网 做最好的织梦整站模板下载网站 www.80zhan.com */

/* QQ：9490489 */

/* 80站长网：www.80zhan.com */

/* 图标：www.80zhan.com */

@charset "utf-8";

/* 全局 */

html {

	webkit-text-size-adjust: none;

	-webkit-text-size-adjust: none;

	text-justify: inter-ideograph;

}

a {

	text-decoration: none;

	outline: 0;

	-webkit-transition: all .3s ease-in-out 0s;

	-moz-transition: all .3s ease-in-out 0s;

	transition: all .3s ease-in-out 0s

}

/* 基础 */

* {

	-webkit-tap-highlight-color: rgba(255,255,255,0);

	-webkit-touch-callout: none;

	margin: 0

}

::-webkit-scrollbar {

width:20px;

height:20px; 

}

::-webkit-scrollbar-track {

border-radius:0;

background:rgba(0,0,0,0.0);

}

::-webkit-scrollbar-thumb {

background:rgba(0,0,0,0.4); border-radius:10px;
background-color: #b7b7b8; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to bottom, #8e8f90 , #d1d1d2 , #838384);
	-moz-box-shadow:-3px 1px 12px #333333; -webkit-box-shadow:-3px 1px 12px #333333; box-shadow:-3px 1px 12px #333333;

}

::-webkit-scrollbar-thumb:hover {

background:rgba(0,0,0,0.4); border-radius:10px;

background-color: #b7b7b8; /* 不支持线性的时候显示 */
    background-image: linear-gradient(to bottom, #8e8f90 , #d1d1d2 , #838384);
	-moz-box-shadow:-3px 1px 12px #333333; -webkit-box-shadow:-3px 1px 12px #333333; box-shadow:-3px 1px 12px #333333;

}

input, textarea {

	-webkit-user-select: text

}

/*分页样式*/

.pglist {

	padding: 30px 0 15px;

	width: 100%;

	text-align: center;

	clear: both;

}

.pglist a {

	color: #666;

	padding: 0 15px;

	margin: 0 3px;

	background: #fff;

	border: 1px solid #edebeb;

}

.pglist * {

	display: inline-block;

	vertical-align: middle;

	line-height: 34px;

	padding-bottom: 1px;

}

.pglist a:hover, .pglist .hover {

	display: inline-block;

	color: #fff;

	background: #3fb150;

	border-color: #3fb150;

}

/*返回首页*/

#tip {

	padding-top: 30px;

}

#tip b {

	color: #3fb150;

}

