﻿/*!
Theme Name: douzhi
Theme URI: 
Author: cxx
Author URI: cxx_url
Description: cxx
Version: 1.0
*/
/*全局样式*/
/*全局样式*/

*{padding: 0px; margin: 0px;}
ul li{list-style: none;}
body{overflow: auto; font-family: Titillium, 微软雅黑, Arial, 黑体, 宋体, sans-serif; overflow-x:hidden; font-size: 14px; background-color: #fff;color: #333; margin: 0 auto;}
a{color: #444; text-decoration: none;}
img{border: 0; display: inline-block;}
h1, h2, h3, h4, h5, h6{font-size: 100%; -webkit-margin-before: 0; -webkit-margin-after: 0; font-weight: 400;}
em, i, s, strong, u{font-style: normal; text-decoration: none;}
span {    display: inline-block;}
input{-webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline: none; box-shadow: none;}
form{margin: 0; border: 0; padding: 0; font-style: normal;}

/*头部*/

.header{width: 100%; height: 175px; background-color: #fff;}
.header .header-top{height: 35px; background: #fafafa; border-bottom: 1px #ebebeb solid; width: 100%; font-size: 14px; color: #8e8e8e; line-height: 35px;}
.header .header-top .top-t{width: 1200px; margin: 0px auto; display: table;}
.header .header-top .top-t .t-t{float: left;}
.header .header-top .top-t .t-m{float: right;}
.header .header-top .top-t .t-m a{padding-left: 10px; color: #8e8e8e;}
.header .header-con{width: 1200px; height: 89px; margin: 0 auto; display: table; position: relative;}
.header .header-con .logo{width: 158px; height: 40px; display: inline-block; float: left; padding-top: 20px; padding-left: 40px;}
.header .header-con .logo img{width: 158px; height: 40px;}
.header .header-con .form{width: 420px; height: 36px; margin-top: 26.5px; padding-left: 26px; float: right;}
.header .header-con .form .k{width: 330px; height: 36px; background: #eeeeee; border: none; padding-left: 10px; line-height: 36px; font-size: 14px; float: left;}
.header .header-con .form .ss{height: 36px; width: 80px; background: #41aff7; border: none; color: #FFF; font-size: 14px; float: left; cursor: pointer;}

.header .header-con .k{width: 330px; height: 36px; background: #eeeeee; border: none; padding-left: 10px; line-height: 36px; font-size: 14px; float: left;}
.header .header-con .ss{height: 36px; width: 80px; background: #41aff7; border: none; color: #FFF; font-size: 14px; float: left; cursor: pointer;}



.header .header-tom{height: 50px; width: 100%; background: #333333;}
.header .header-tom ul{width: 1200px; margin: 0px auto; display: table; text-align: center;}
.header .header-tom ul li{width: 150px; height: 50px; line-height: 50px; float: left;}
.header .header-tom ul li a{display: block; font-size: 18px; color: #FFF;}
.header .header-tom ul li a:hover{background: #17b1f2; color: #fff;}
.header .header-tom ul li .tt{background: #17b1f2; color: #fff;}


/*尾部*/
.footer{height: 150px;  padding-top: 50px; text-align: center; margin-top: 20px;     background: #2a2a2b;}
.footer ul{display: inline-block; margin-bottom: 50px; text-align: center;    width: 479px;}
.footer ul li{float: left; width: 95px; line-height: 18px; border-left: 1px solid #b0b0b0; text-align: center;}
.footer ul li:first-child{border: none;}
.footer ul li a{color: #999;}
.footer p{color: #999; font-size: 12px; line-height: 1; margin-bottom: 20px;}
.footer ul li a:hover{color: #fff;}

/** 评论 **/
#comments{width: 100%;margin:auto;margin-top:50px;}

.comments-title {
	background: #fff;
	margin-bottom: 10px;
	padding: 15px 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
}

.comment-list,.comment-list ol {
	list-style: none;
}

.comment-list li {
	position: relative;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
	word-wrap: break-word;
	word-break: break-all;
}

.children li {
	position: relative;
	background: #fff;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	word-wrap: break-word;
	word-break: break-all;
}

.children {
	margin: 5px 0 0 0;
}

.vcard .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 6px 10px 0 0;
	padding: 2px;
	border: 1px solid #ddd;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
}

.vcard:hover .avatar {
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}

.comment-author {
	color: #999;
}

.fn {
	font-style: normal;
	font-weight: bold;
}

.floor {
	color: #999;
}

.comment-meta, .comment-meta a {
	color: #999;
}

.reply a {
	background: #fff;
	position: absolute;
	top: 15px;
	right: 20px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.reply a:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
	transition: all 0.2s ease-in 0s;
}

.at, .at a {
	color: #2f889a;
}

.no-comments {
	background: #fff;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
}

#edita {
	color: #8b8b8b;
}

.comment-author .fa {
	color: #d03333;
	padding-left: 5px;
}

.lv {
	font-size: 13px;
	padding-left: 3px;
}

.vip0 .fa, .vip0 .lv {
	color: #bbb;
}

.vip1 .fa, .vip1 .lv {
	color: #46c0e6;
}

.vip2 .fa, .vip2 .lv {
	color: #f49800;
}

.vip3 .fa, .vip3 .lv {
	color: #7ab951;
}

.vip4 .fa, .vip4 .lv {
	color: #f566f5;
}

.vip5 .fa, .vip5 .lv {
	color: #d03333;
}
/** 评论表单 **/
#respond {
	background: #fff;
	margin: 0 0 10px 0;
	padding: 10px 20px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	border-radius: 2px;
}

#respond h3 {
	margin: 0 0 10px 0;
}

#respond h3 a {
	float: right;
	padding: 2px 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}

#comment-author-info input {
	background: #fff;
	width: 50%;
	height: 37px;
	margin: 0 10px 10px 0;
	padding: 0 5px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	_vertical-align: middle;
	*vertical-align: middle;
}

#comment {
	background: #fff;
	width: 100%;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-appearance: none;
}

#respond #submit {
	background: #fff;
	width: 50%;
	margin: 0 10px 10px 0;
	padding: 6px;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-appearance: none;
}

#respond #submit:hover {
	background: #2f889a;
	color: #fff;
	border: 1px solid #2f889a;
	transition: all 0.2s ease-in 0s;
}
/** 表单头像 **/
.user_avatar, .author_avatar {
	height: 45px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

.user_avatar img, .author_avatar img {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
}
/** 表情 **/
.comment-tool {
	float: right;
	margin: 9px 0;
}

.comment-tool a {
	background: #2f889a;
	color: #fff;
	margin: 0 0 0 10px;
	padding: 5px 8px;
	border: 1px solid #2f889a;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.comment-tool a:hover {
	background: #fff;
	color: #555;
	border: 1px solid #ddd;
}

.emoji-box {
	display: none;
	position: relative;
}

.emoji-box img {
	float: left;
	width: 24px;
	height: 24px;
}
/** 引用 **/
#trackbacks {
	margin: 0 0 10px 0;
}

.backs {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 2px;
}

.track {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	display: none;
}

.track {
	background: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 2px 2px;
	display: none;
}

.track li {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}
/** 定位 **/
#anchor, .scroll-comments {
	position: relative;
	top: -75px;
}

/** 解锁 **/
.qaptcha {
	padding: 0 10px 10px 10px;
	margin-top: 10px;
}

.qaptcha .clr {
	clear: both
}

.qaptcha .bgslider {
	width: 40px;
	height: 10px;
	background: #efefef;
	float: left;
	border-radius: 30px;
	box-shadow: 1px 1px 1px #ddd inset;
	border: 1px solid #d4d4d4;
}

.qaptcha .slider {
	width: 21px;
	height: 21px;
	background: #fff;
	margin: -7px 0 0 1px;
	cursor: e-resize;
	border-radius: 22px;
	border: 1px solid #d4d4d4;
}

.qaptcha .icons {
	display: none;
}

.qaptcha .txtstatus {
	float: left;
	margin: -8px 0 0 8px;
}

.txtstatus {
	animation: fade-in;
	animation-duration: 1.0s;
	-webkit-animation: fade-in 1.0s;
}
/** 评论图标 **/
#comments .fa-exclamation-circle, 
#comments .fa-check-square, 
#comments .fa-spinner, 
#comments .fa-pencil-square-o {
	color: #2f889a;
	margin-right: 5px;
}
/** 链接 **/
#links {
	margin: 0 -2px;
}

#links h2 {
	display: none;
}

.link-f {
	max-width: 100%;
	width: auto;
	height: auto;
	overflow: hidden;
}

.link-f a img {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.link-f a {
	background: #fff;
	text-align: center;
	padding: 5px;
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 2px;
	transition-duration: .5s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.link-f a:hover {
	background: #2f889a;
	color: #fff !important;
	border: 1px solid #2f889a;
	transition: all 0.1s ease-in 0s;
}

.lx7 {
	float: left;
	min-height: 1px;
	padding: 2px;
}

@media screen and (min-width:280px) {
	.lx7 {
		width: 50%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:550px) {
	.lx7 {
		width: 33.33333333%;
	}
}

@media screen and (min-width:700px) {
	.lx7 {
		width: 25%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:900px) {
	.lx7 {
		width: 20%;
		transition-duration: .5s;
	}
}

@media screen and (min-width:1024px) {
	.lx7 {
		width: 14.2857%;
		transition-duration: .5s;
	}
}

@media screen and (max-width: 550px) {
	#links {
		margin: 6px 0 0 0;
	}
}

.linkcat h2 {
	clear: both;
	margin: 10px 3px;
	padding: 0 0 0 10px;
	border-left: 10px solid #c40000;
}

.link-all a:hover {
	background: #2f889a;
	color: #fff !important;
	border: 1px solid #2f889a;
	transition: all 0.1s ease-in 0s;
}

.link-all a, #links a {
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.link-all a:hover, .link-all a:focus, #links a:hover, #links a:focus {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/*友情链接*/
.link{    overflow: auto;
    background: #fff;
    width: 1150px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 25px;
    }
.link h3{
	border-bottom: 1px solid #b1b1b1;
    font-size: 18px;
    color: #444;
    line-height: 40px;
    display: block;
    font-weight: bold;
}
.link li a{display:block;float:left;    margin-right: 8px;
    font-size: 14px;}
.link ul{line-height: 30px;
    padding-bottom: 15px;}
.link li a:hover{color:#358ff0;}
.Explain{color:#666666;border:dashed 1px #ff9900;background-color:#fdfddf;padding:15px;margin-top: 10px;}
.Explain h3{color:#cc0045;font-size:18px;border-left: none;padding-left: unset;margin:  unset;font-weight:bold;}