﻿@charset "utf-8";

/*------------------------------------------------------------
	
------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

body,
table,
input,
textarea,
select,
option {
	font-family: "Microsoft Yahei";
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}


/*------------------------------------------------------------
	
------------------------------------------------------------*/

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

a {
	text-decoration: none;
}

.ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}


/*------------------------------------------------------------
	
------------------------------------------------------------*/

body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: #FFF url(img/bg.png) no-repeat center top;
	background-size: cover;
	min-width: 1000px;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 80px;
	position: relative;
}

.content {
	margin: 0 auto;
	width: 936px;
	position: relative;
}

#footer {
	text-align: center;
	color: #585858;
	font-size: 18px;
	line-height: 80px;
	background: #FFF;
}


/*------------------------------------------------------------
	
------------------------------------------------------------*/

#header {
	background: #FFF;
}

#header .hBox {
	margin: 0 auto;
	width: 1100px;
}

#header .logo {
	float: left;
}

#gNavi {
	float: right;
}

#gNavi li {
	margin-left: 30px;
	float: left;
	line-height: 40px;
	padding: 25px 0;
}

#gNavi li a {
	color: #333;
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#gNavi li.hb a {
	padding-left: 23px;
	background: url(img/hb.png) no-repeat left center;
}

#gNavi li a:hover {
	color: #999;
}

.relative {
	position: relative;
}

.topImg {
	height: 458px;
	position: relative;
}

.topImg:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 900px;
	background: url(img/topImg.png) no-repeat center top;
	z-index: -1;
}

.topImg .proess {
	position: absolute;
	top: 327px;
	left: 17rem;
	width: 50%;
	height: 100px;
}

.comSec {
	background: #5022B3;
	margin-bottom: 10px;
}

.photoList {
	margin: 0 auto;
	width: 936px;
	background: #5022B3;
	padding: 110px 60px 0;
}

.photoList li {
	margin: 20px 0 120px;
	position: relative;
	float: left;
	width: 226px;
	height: 190px;
	text-align: center;
	padding: 100px 10px 10px;
	border: 1px solid #5B7CFF;
	border-radius: 10px;
	background: linear-gradient(top, #6F46F9, #5F06DE 100%);
	background: -moz-linear-gradient(top, #6F46F9, #5F06DE 100%);
	background: -webkit-linear-gradient(top, #6F46F9, #5F06DE 100%);
}

.photoList li .avatar {
	position: absolute;
	left: 50%;
	top: 0;
	width: 204px;
	height: 204px;
	border-radius: 50%;
	z-index: 1;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.photoList li .avatar img {
	width: 100%;
	height: 100%;
}

.photoList li .title {
	color: #FFF;
	font-size: 24px;
	line-height: 1.8;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.photoList li .link a {
	display: inline-block;
	width: 164px;
	height: 34px;
	color: #722800;
	font-size: 18px;
	line-height: 34px;
	padding: 0 15px;
	background: url(img/btn.png) no-repeat;
}

.formTable {
	padding: 25px;
}

.formTable table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.formTable th {
	color: #fff600;
	font-weight: normal;
	text-align: right;
}

.formTable td {
	padding: 10px;
}

.formTable select,
.textInput {
	padding: 0 15px;
	color: #333;
	width: 300px;
	height: 38px;
	line-height: normal;
	background: #FFF;
	border: none;
	border-radius: 5px;
}

.formTable .codeImg {
	margin-left: 15px;
}

.formTable .submitBtn {
	margin: 0 5px;
	width: 121px;
	height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	background: url(img/btn02.png) no-repeat;
	border: none;
	cursor: pointer;
}

.formTable .back {
	margin: 0 5px;
	display: block;
	width: 141px;
	height: 40px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	background: url(img/btn03.png) no-repeat;
}

.rankBox {
	padding: 0 10px;
}

.rankBox .title {
	padding: 10px;
	color: #fff600;
	font-size: 24px;
	text-align: center;
	border-bottom: 2px solid #725EF2;
}

.rankBox .rankDetail {
	padding: 20px;
	font-size: 12px;
	color: #FFF;
	min-height: 400px;
}

.resultTable {
	margin: 20px auto 0;
	width: 600px;
}

.resultTable table {
	width: 100%;
	border-collapse: collapse;
}

.resultTable th,
.resultTable td {
	color: #565656;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding: 8px;
	background: #FFF;
	border: 1px solid #1313132e;
}

.resultTable th {
	background: #804CFF;
	color: #FFF;
}

.comBtn {
	display: inline-block;
	width: 210px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	background: url(img/comBtn.png) no-repeat;
}


/*pop*/

.pop {
	display: none;
	position: relative;
	z-index: 100;
}

.overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 100;
}

.popBox {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 750px;
	height: 462px;
	border: 2px solid #826FFF;
	border-radius: 10px;
	overflow: hidden;
	background: #4F22B3;
	z-index: 110;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popBox .close {
	position: absolute;
	right: -2px;
	top: -2px;
	width: 159px;
	height: 131px;
	background: url(img/close.png) no-repeat right top;
	z-index: 111;
}

.popBox .popInner {
	display: none;
}

.popBox .logo {
	text-align: center;
	padding: 15px;
}

.popBox .title {
	padding: 15px;
	text-align: center;
}

.popBox .formTable table {
	font-size: 16px;
}

.popBox .formTable th {
	color: #FFF;
}

.popBox .formTable td {
	padding: 15px;
}

.popBox .formTable .textInput,
.popBox .formTable select {
	border-radius: 0;
	font-size: 16px;
}

.popBox .confirmBtn {
	width: 210px;
	height: 55px;
	padding: 0;
	background: url(img/btn04.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

.popBox .btmLink {
	padding-top: 50px;
	text-align: center;
}

.top_1 {
	height: 85px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	width: 100%;
}

.top_1 .q {
	position: relative;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	height: 85px;
}

.top_1 .q .w img {
	float: left;
	width: 153px;
	height: 55px;
	margin: 13px 0 12px 0;
}

.top_1 .q .e1 {
	float: right;
	height: 74px;
	margin: 11px 0 0 0;
	overflow: hidden;
}

.top_1 .q .e1 .menu {
	float: right;
	height: 74px;
}

.top_1 .q .e1 .menu a {
	float: left;
	height: 74px;
	padding: 0 19px;
	line-height: 60px;
	color: #333333;
	font-size: 14px;
}

.top_1 .q .e1 .menu a:last-child {
	padding-right: 0;
}

.top_1 .q .e1 .menu .ud_s {
	color: red;
}

@media only screen and (max-width:1000PX) {
	.top_1 .q {
		margin: 0 auto;
		max-width: 768px;
		padding: 0 2%;
		width: 96%;
	}
	.top_1 .q .e1 .menu {
		float: left;
		height: auto;
		width: 100%;
		position: absolute;
		left: 0;
		margin-top: 15px;
		top: 85px;
		border-top: #dddddd solid 1px;
		background: #fff;
		display: none;
	}
	.top_1 .q .e1 .menu a {
		float: left;
		width: 96%;
		line-height: 39px;
		padding: 0;
		height: auto;
		margin: 0 2%;
		border-bottom: #dddddd solid 1px;
	}
	.top_1 .q .e1 .menu a img {
		float: left;
		width: 19px;
		height: 19px;
		margin: 10px 15px 10px 0;
	}
	.top_1 .q .e1 .ts {
		margin-top: 12px;
	}
	.top_1 .q .e1 .ts a img {
		width: 40px;
	}
	.top_1 .q .e1 .menu a:hover {
		background: inherit;
	}
}

@media only screen and (min-width:1000PX) {
	.top_1 .q .e1 .menu a img {
		display: none;
	}
}