@charset "UTF-8";
/*
* @description: 推广平台公共样式
 *@author:王奉
* @update: name(2019/09/03)
 */
html {
	font: 400 14px/1.5 'Microsoft Yahei', '微软雅黑', SimHei,'黑体',Tahoma,Verdana,Arial,'宋体',sans-serif;
	color: #333;
}

img {
	border: none;
	vertical-align: middle;
}

ol,ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	background: #FFF;
	margin: 0;
	font: inherit;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden
}

.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* 头部 */
.header {
	height: 63px;
	padding: 10px 0;
	font-size: 16px;
	background: #0B53A2;
	color: #FFF;
}

.header .logo {
	float: left;
}

.header .logo i {
	width: 1px;
	height: 40px;
	background-color: #e6e6e6;
	margin: 10px 10px 0 10px;
	float: left;
}

.header .logo .text {
	padding-top: 7px;
	color: #FFF;
	float: left;
}

.header .logo .text span {
	display: block;
}
.header .logo img {
    max-height: 60px;
    float: left;
    margin-top: 6px;
}

.header .nav {
	float: right;
	line-height: 63px;
}

.header .nav li {
	float: left;
	width: 100px;
}

.header .nav li a {
	display: block;
	text-align: center;
}

.header .nav li a span {
	padding: 29px 0;
}

.header .nav li a:hover span, .header li a.active span {
	border-bottom: 2px solid #26C7DB;
	color: #26C7DB;
}
/* go to top */
.gotop {
	width: 40px;
	height: 40px;
	z-index: 10;
	position: fixed;
	bottom: 100px;
	right: 20px;
	line-height: 40px;
	display: none;
	cursor: pointer;
}

.gotop img {
	padding: 0px;
	width: 40px;
}

/* 底部 */
.footer {
	background: #526782;
	color: #f1f1f1;
	width: 100%;
	text-align: center;
	padding: 1px 0;
	z-index: 1;
	position: relative;
	bottom: 0;
}

.footer .inner {
	margin-top: 27px;
}

.footer p span {
	margin: 0 15px;
}

.footer .footer_text {
	color: #e2e2e2;
}
/* 分页 */
.page {
	margin: 40px auto;
	text-align: center;
}

.page a,.page span {
	display: inline-block;
	margin-right: 5px;
	margin-left: 2px;
	padding: 7px 14px;
	border: 1px solid #d9d9d9;
	color: #3c3c3c;
}

.page .current {
	border-color: #45acef;
	background-color: #45acef;
	color: #fff;
}



.human-verification {
	position: relative;
	height: 44px;
	line-height: 44px;
	font-size: 13px;
	border: 1px solid #ccc;
	background: linear-gradient(180deg, #ffffff 0%,#f3f3f3 100%);
	border-radius: 5px;
	color: #666;
}
.human-verification:hover,.human-verification:focus {
	background: linear-gradient(0deg, #ffffff 0%,#f3f3f3 100%);
}
.human-verification-heart-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.human-verification-heart {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.human-verification-heart:before {
	content:'';
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: inset 0 0 0 1px #3873ff;
	background: #C6D5F8;
	transform: scale(1);
}
.human-verification-heart:after {
	content:'';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #3873ff;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(.4);
}
.human-verification-heart:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-animation: verification 0.8s linear infinite both;
	-webkit-animation: verification 0.8s linear infinite both;
	animation: verification 0.8s linear infinite both
}
@keyframes verification {
	60% {
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
}

@-webkit-keyframes verification {
	60% {
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}
}
.human-verification-click {
	display: block;
	text-align: center;
	color:inherit !important;
}
.human-verification-refresh {
	position: absolute;
	right: 0;
	top:0;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.human-verification-refresh-icon {
	display: block;
	width:100%;
	height: 100%;
	transform: scale(.6);
	background: url("../images/refresh.png") center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}