﻿@charset "utf-8";
/* CSS Document */

/*global css*/

html,
body {
	width: 100%;
	height: 100%;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
blockquote,
th,
td,
p,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #333;
	font-family: "microsoft yahei", Arial;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

/*div:after, ul:after, li:after {clear: both;content: " ";display: block;font-size: 0;height: 0;visibility: hidden;}*/

ul,
ol {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

a {
	color: #333;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

h1,
h2,
h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h6 {
	text-align: center;
}

hr {
	padding: 0;
	border: 0;
	margin: 0;
	height: 0;
	background: none;
	display: block;
	*margin: -7px 0 -9px;
}

.white,
.white a {
	color: #fff;
}

.white a:link,
.white a:visited,
.white a:hover {
	color: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.red {
	color: #ff0000;
}

.red a {
	color: #ff0000;
}

.red a:link,
.red a:visited,
.red a:hover {
	color: #ff0000;
}

.mt40 {
	margin-top: 40px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt40 {
	padding-top: 40px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.pb40 {
	padding-bottom: 40px;
}

.w200 {
	width: 200px;
}

.w380 {
	width: 500px;
}

.w580 {
	width: 580px;
}

.w320 {
	width: 320px;
}

.w700 {
	width: 700px;
}

.w250 {
	width: 250px;
}

.txtcenter {
	text-align: center;
}

.font {
	font: 14px/24px "Microsoft yahei", "黑体";
}

.w-cnt {
	width: 1200px;
	margin: 0 auto;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
}

/*专题顶部导航*/

.top-bar {
	background: #fff;
	border-bottom: 2px #E20000 solid;
}

.top-bar-login,
.top-bar-login-after {
	line-height: 30px;
	font: 12px/30px simsun;
}

.top-bar-login-after {
	display: none;
}

.top-bar .ofw-logo {
	margin-top: 2px;
}

.top-bar-login>.signin {
	display: inline-block;
	background: #e20000;
	height: 24px;
	width: 50px;
	border-radius: 2px;
	text-align: center;
	margin-top: 3px;
	line-height: 24px;
}

.top-bar-login>.signin>a {
	color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
	color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
	text-decoration: underline;
}

.top-bar-login i {
	font-style: normal;
	color: #666;
}

.top-bar-login>.email {
	padding-left: 24px;
	display: inline-block;
	background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

.navbar {
	line-height: 44px;
	background: #000;
}

.navbar .sb {
	width: 118px;
	height: 44px;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	/* background: #775c3e; */
}
.navbar .sb:hover {
	text-decoration: none;
}

.navbar ul.fl>li {
	float: left;
	text-align: center;
	margin: 0 -1px;
}

.navbar ul.fl>.on,
.navbar ul.fl>li:hover {
	background: url(../images/link_bg.png) repeat;
}

.navbar ul.fl>li>a {
	display: block;
	font-size: 18px;
	color: #efdac1;
	padding: 0 16px;
	cursor: pointer;
}

.navbar ul.fl li a:hover {
	text-decoration: none;
}

.lijie>ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 100;
}

.lijie:hover>ul {
	display: block;
}

.lijie>ul>li {
	text-align: center;
	padding: 0 7px;
	background: rgb(146, 118, 85);
	white-space: nowrap;
}

.lijie>ul>li>a {
	color: #fff;
	display: block;
}

.lijie>ul>li:hover>a {
	color: #000;
}

.lijie>ul>li:hover {
	background: rgb(214, 190, 132);
}

.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 32px;
	z-index: 1000;
}

.header-fixed {
	position: fixed;
	top: 0;
}


/* banner */
.banner {
	position: relative;
	height: 750px;
	padding-top: 80px;
	background: url('../images/banner.jpg?v=2') no-repeat center top;
	overflow: hidden;
	margin-top: 44px;
}
.banner .wrap {
	height: 100%;
	position: relative;
}
.banner .countDown {
	position: absolute;
	top: 367px;
	left: 49.5%;
	margin-left: -375px;
}

.banner .countDown span {
	color: #fad98f;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin: 0 26px;
}

.banner .banner-time {
	font-size: 20px;
	color: #000;
	width: 473px;
	height: 46px;
	line-height: 46px;
	padding-left: 50px;
	margin: 270px 0 30px;
	background: url('../images/banner-time.png') no-repeat top center;
	background-size: 100% 100%;
}
.banner p {
	font-size: 18px;
	color: #f3dfca;
	line-height: 2;
}
.banner-right .banner-prize {
	position: absolute;
	right: 50px;
	top: 100px;
	width: 175px;
	height: 562px;
	background: url('../images/banner-prize.png') no-repeat center center;
	background-size: 100% 100%;
	animation: rotateBox 3s infinite linear;
}
.banner-right .banner-prize-line{
	animation: fade 10s infinite linear;
}
@keyframes rotateBox
{
    0% {transform:rotateY(0deg)}
    50% {transform:rotateY(180deg);}
    100% {transform:rotateY(359deg);}
}
.banner-right .banner-prize-ball{
	position: absolute;
	top: 0;
	right: 0;
	width: 102px;
	height: 89px;
	line-height: 89px;
	background: url('../images/banner-prize-ball.png') no-repeat center center;
	text-align: center;
	font-size: 12px;
	color: #ffc88d;
	-webkit-animation:move 5s linear infinite;
	-moz-animation:move 5s linear infinite;
	-ms-animation:move 5s linear infinite;
	animation:move 5s linear infinite;
}
@-webkit-keyframes move {
    from {
		transform: translateY(10px);
	}
	30%{
		transform: translateY(20px);
	}
	
	50%{
		transform: translateY(30px);
	}
	70%{
		transform: translateY(20px);
	}

    to {
		transform: translateY(10px);
    }
}

@keyframes move {
    from {
		transform: translateY(10px);
	}
	30%{
		transform: translateY(20px);
	}
	
	50%{
		transform: translateY(30px);
	}
	70%{
		transform: translateY(20px);
	}

    to {
		transform: translateY(10px);
    }
}
.banner .banner-prize-line {
	position: absolute;
	right: -80px;
    top: 515px;
	-webkit-animation:fade 5s linear infinite;
	-moz-animation:fade 5s linear infinite;
	-ms-animation:fade 5s linear infinite;
	animation:fade 5s linear infinite;
}
.banner .banner-prize-logo{
	position: absolute;
	-webkit-animation:fade 5s linear infinite;
	-moz-animation:fade 5s linear infinite;
	-ms-animation:fade 5s linear infinite;
	animation:fade 5s linear infinite;
}
.banner-prize-logo01,.banner-prize-logo02{
	position: absolute;
	-webkit-animation:move 5s linear infinite;
	-moz-animation:move 5s linear infinite;
	-ms-animation:move 5s linear infinite;
	animation:move 5s linear infinite;
}

.banner .lizi{position: absolute;top:0;width:600px;height:680px;left:50%;background: url(../images/lizi.png?v=1) no-repeat top left;
	-webkit-animation:movelizi 12s linear infinite;
	-moz-animation:movelizi 12s linear infinite;
	-ms-animation:movelizi 12s linear infinite;
	animation:movelizi 12s linear infinite;}
	@-webkit-keyframes movelizi{
		0%{transform: scale(1);}
		90%{transform: scale(1.2);}
		100%{transform: scale(1.2);}
	}
	@-moz-keyframes movelizi{
		0%{transform: scale(1);}
		90%{transform: scale(1.2);}
		100%{transform: scale(1.2);}
	}
	@-ms-keyframes movelizi{
		0%{transform: scale(1);}
		90%{transform: scale(1.2);}
		100%{transform: scale(1.2);}
	}
	@keyframes movelizi{
		0%{transform: scale(1);}
		90%{transform: scale(1.2);}
		100%{transform: scale(1.2);}
	}

/* 评选简介 */
.black_bg {
	background: #000;
}
.main_bg {
	background: url(../images/main_bg.jpg) repeat center top;
}
.part_title {
	text-align: center;
}

.intro {
	padding: 15px 0 38px;
}
.intor_text {
	padding: 10px 0 20px 220px;
	margin-top: 55px;
	background: url(../images/intro_bg.png) no-repeat left center;
	background-size: 200px 220px;
}
.intor_text p {
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
	line-height: 1.8;
	text-indent: 30px;
}
.intor_text p:first-child {
	padding-top: 0;
}

/* 评选流程 */
.process {
	padding-bottom: 50px;
	background: url(../images/liucheng.jpg) #000 no-repeat center top;
	background-position-y: 180px;
}

.process_wrap {
	position: relative;
	height: 670px;
	margin-top: 50px;
}
.process_wrap::before{
	content: '';
	position: absolute;
	left: 7px;
	bottom:113px;
	width: 916px;
	height: 232px;
	background: url('../images/liucheng-logo02.png') no-repeat top center;
    -webkit-animation: fade 5s infinite cubic-bezier(0.42,0,0.58,1);
    animation:  fade 5s infinite cubic-bezier(0.42,0,0.58,1);
}
.process_wrap::after{
	content: '';
	position: absolute;
	right: 50px;
	bottom: 63px;
	width: 509px;
	height: 261px;
	background: url('../images/liucheng-logo01.png') no-repeat top center;
    -webkit-animation: fade 5s infinite cubic-bezier(0.42,0,0.58,1);
    animation:  fade 5s infinite cubic-bezier(0.42,0,0.58,1);
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
	}
	30%{
        opacity: 0.6;
	}
	
	50%{
        opacity: 1;
	}
	70%{
        opacity: 0.6;
	}

    to {
        opacity: 0;
    }
}

@keyframes fade {
    from {
        opacity: 0;
	}
	30%{
        opacity: 0.6;
	}
	
	50%{
        opacity: 1;
	}
	70%{
        opacity: 0.6;
	}

    to {
        opacity: 0;
    }
}
.process_box {
	position: relative;
	height: 620px;
}
.process_cont{
	width: 355px;
	color: #000;
	padding: 60px 20px 40px 90px;
}
.process_cont01{
	position: absolute;
	top: 0;
	right: 50px;
	background: url('../images/progress_bg01.png') no-repeat top center;
	background-size: 100% 100%;
	z-index: 10;
}
.process_cont02{
	position: absolute;
	top: 190px;
	left: 0;
	background: url('../images/progress_bg02.png') no-repeat top center;
	background-size: 100% 100%;
	z-index: 10;
}
.process_cont03{
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../images/progress_bg03.png') no-repeat top center;
	background-size: 100% 100%;
	z-index: 10;
}
.process_cont h3{
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 10px;
}
.process_cont p{
	font-size: 14px;
	line-height: 1.8;	
}


/*参评理由*/

.selection {
	padding: 58px 0 0;
}

.selection .selection_wrap {
	margin-top: 40px;
}

.selection .selection_list {
	position: relative;
	left: -28px;
	width: 1056px;
}
.selection .selection_list li {
	position: relative;
	width: 1056px;
	min-height: 117px;
	margin-top: 65px;
	background: url(../images/ly_bg.png) no-repeat center center;
	background-size: 100% 100%;
}
.selection .selection_list li img {
	position: absolute;
	left: 22px;
	top: 50%;
	width: 180px;
	height: 156px;
	margin-top: -78px;
}
.selection .selection_list li h3 {
	padding: 10px 30px 8px 235px;
	font-size: 24px;
	color: #ffc000;
}
.selection .selection_list li p {
	padding: 0 30px 8px 235px;
	font-size: 18px;
	color: #fff;
	line-height: 1.7em;
}
.selection .pxyz {
	height: 155px;
	background: url(../images/pxyz.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 100px;
}
.selection .pxyz p {
	padding: 60px 60px 0;
	font-size: 18px;
	color: #deb271;
	line-height: 1.8em;
}

/* 专业评委团 */
.judge {
	padding: 50px 0 0;
}

.judge_list {
	margin-top: 55px;
}
.judge_list li {
	position: relative;
	float: left;
	width: 185px;
	height: 313px;
	margin: 0 18px 37px 0;
	overflow: hidden;
	color: #deb271;
	text-align: center;
}
.judge_list li:nth-child(5n){
	margin-right: 0;
}
.judge_list li .judge_img {
	width: 177px;
	height: 177px;
	border-radius: 177px;
	margin: 32px auto 15px;
	overflow: hidden;
	transition: all .2s;
	border: 2px solid transparent;
}
.judge_list li:hover .judge_img{
	border: 1px solid #af6c25;
}
.judge_list li .judge_img img {
	width: 160px;
    height: 160px;
    transition: all .3s;
    margin: 9px auto;
}
.judge_list li .judge_img:hover {
	border: 2px solid #af6c25;
}
.judge_list li div {
	font-size: 18px;
}
.judge_list li p {
	font-size: 14px;
	padding: 5px 10px 0;
}

.judge_list li::before {
	content: '';
	display: block;
	visibility: visible;
	position: absolute;
	top: 29px;
    left: 0px;
	background: url('../images/jiabin/jiabin-logo.png') no-repeat center center;
    overflow: hidden;
    width: 185px;
	height: 185px;
	background-size: 100% 100%;
	border: none;
}

.judge_list li::after {
	content: '';
	display: block;
	visibility: visible;
	position: absolute;
	top: 29px;
    left: 0px;
	background: url('../images/jiabin/jiabin-logo01.png') no-repeat center center;
    overflow: hidden;
    width: 185px;
	height: 185px;
	background-size: 100% 100%;
	border: none;
}

.judge_list li.active::before {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation:  1.7s infinite linear, round 1.7s infinite linear;
    animation:  1.7s infinite linear, round 1.7s infinite linear;
}

.judge_list li.active::after {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation:  1.7s infinite linear, round 1.7s infinite linear;
    animation:  1.7s infinite linear, round 1.7s infinite linear;
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* 往届回顾 */
.review {
	padding: 30px 0 0;
}
.review .wrap{
	width: 1200px;
}
.review_list {
	margin-top: 55px;
}
.review-cont {
	position: relative;
	width: 320px;
	height: 330px;
	margin: 0 20px 0 0;
	border: 2px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .2s;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid transparent;
}
.review-cont:hover{
	border: 1px solid #eebb84;
}
.review-cont .review-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 18px 0;
	background: rgba(0, 0, 0, .4);
	color: #fff;
	text-align: center;
}
.review-cont .review-text span{
	display: block;
	font-size: 22px;
}
.review-cont .review-text p{
	display: block;
	font-size: 16px;
	line-height: 1.6;
}
.review-box{
	margin-top: 50px;
	padding: 20px 30px;
	background: rgba(0, 0, 0, .4);
}
.review .swiper-container{
	width: 1046px;
	padding: 0 33px;
}
.swiper-container .swiper-button-next{
	background: url('../images/next.png') no-repeat center center;
	background-size: 100% 100%;
	color: transparent;
	width: 26px;
	height: 111px;
	position: absolute;
	right: 0;
	top: 40%;
}
.swiper-container .swiper-button-prev{
	background: url('../images/prev.png') no-repeat center center;
	background-size: 100% 100%;
	color: transparent;
	width: 26px;
	height: 111px;
	position: absolute;
	left: 0;
	top: 40%;
}

/*报名方式*/
.ways {
	padding: 20px 0 50px;
}
.ways_wrap {
	margin-top: 55px;
	font-size: 0;
}
.ways_wrap .ways_item {
	display: inline-block;
	width: 420px;
	padding: 50px 20px;
	vertical-align: middle;
	background: url('../images/ways-bg.png') no-repeat top center;
	background-size: 100% 100%;
}
.ways_wrap .ways_item > div {
	width: 368px;
	margin: 0 auto 20px;
	height: 38px;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	color: #000;
	background: #b3935d;
}
.ways_wrap .ways_item > p {
	line-height: 1.8;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* 主办单位 */
.organizer {
	padding: 18px 0;
	background: #fff;
}
.organizer .wrap {
	font-size: 0;
	text-align: center;
}
.organizer .organizer_item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
.organizer .organizer_item:first-child {
	margin-left: 0;
}
.organizer .organizer_item span {
	display: inline-block;
	font-size: 18px;
	color: #000;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: bold;
}
.organizer .organizer_item img {
	display: inline-block;
	vertical-align: middle;
}


/*评选细则内页*/

.banner-s {
	height: 295px;
	background: url(../images/banner_03.jpg) no-repeat center top;
	margin-top: 44px;
}

.steps {
	padding: 50px 0;
	background: #927655;
}

.steps li {
	float: left;
	padding-left: 80px;
	padding-right: 80px;
	background-image: url(../images/steps.png);
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	width: 110px;
	position: relative;
}

.steps li .spacer {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	width: 80px;
	text-align: center;
	line-height: 50px;
}

.steps li .spacer span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #a38b6f;
	margin: 0 5px;
}

.content>div>div {
	border-bottom: 2px solid #927655;
	position: relative;
	margin-top: 60px;
}

.content>div>div>div {
	padding: 40px 40px 40px 370px;
	margin-left: -35px;
}

.content .pxlc {
	background: url(../images/label01.png) no-repeat left 20px;
}

.content .pxlc div {
	border-left: 2px solid #927655;
	position: relative;
}

.content .pxlc dl:after {
	display: block;
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	border: 2px solid #927655;
	background: #fff;
	border-radius: 50%;
	left: -11px;
	top: 0
}

.content .pxlc dl {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 30px;
	position: relative;
	padding-left: 25px;
	text-align: justify;
	word-break: break-all;
}

.content .pxlc dl dt {
	font-weight: bold;
}

.content .jxsz {
	background: url(../images/label02.png) no-repeat left 20px;
}

.content .jxsz .t1 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 30px;
}

.content .jxsz .table th {
	background: #927655;
	color: #fff;
	font-weight: normal;
	padding: 8px 0;
}

.content .jxsz .table tr {
	border-bottom: 1px solid #927655;
}

.content .jxsz .table td+td {
	border-left: 1px solid #927655;
}

.content .jxsz .table li {
	padding: 12px 8px;
	border-top: 1px solid #927655;
}

.content>div>div>a {
	position: absolute;
	z-index: 100;
	top: 100%;
	right: 0;
	margin-top: 2px;
	background: url(../images/open.png) no-repeat;
	width: 90px;
	height: 40px;
}

.content>div>div>.off {
	background: url(../images/close.jpg) no-repeat;
}

.content .ljsb {
	background: url(../images/label03.png) no-repeat left 20px;
}

.content .title {
	font-size: 24px;
	line-height: 40px;
	color: #ae743e;
	bottom: 100%;
	left: 0;
	position: absolute;
	z-index: 100;
	margin-bottom: 2px;
	display: none;
}

.advance {
	height: 302px;
	background: url(../images/bg_08.jpg) no-repeat center -2px;
}

.advance .wrap {
	padding-top: 140px;
}

.advance .wrap #slim {
	height: 120px;
	overflow: hidden;
}

/*投票内页*/

.banner2 {
	background: url(../images/banner_03.jpg?v=2) no-repeat center top;
	height: 380px;
	margin-top: 44px;
}

.main-content {
	margin-top: 30px;
	position: relative;
}

.main-content .anchor {
	position: absolute;
	top: -44px;
}

.main-content .top {
	height: 380px;
	background: #927655;
}

.main-content .top>.fl {
	width: 480px;
}

.main-content .top>.fr {
	width: 500px;
	margin-right: 10px;
}

.main-content .top>.fl h2 {
	margin-left: 20px;
	background: url(../images/x-i1.png) no-repeat left center;
}

.main-content .top .title {
	padding-left: 30px;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}

.main-content .top>.fr h2 {
	background: url(../images/x-i2.png) no-repeat left center;
}

.main-content .top>.fl>div {
	height: 347px;
	margin-left: 1px;
	background: #fff;
}

.top .tab {
	border-bottom: 1px solid #927655;
	background: #e9e4dd;
	height: 39px;
}

.top>.fr .switch {
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.top>.fr .switch li {
	float: left;
	margin-right: 25px;
	padding-left: 12px;
}

.top>.fr .vedio {
	margin-top: 19px;
}

.top .tab li {
	width: 239px;
	float: left;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	color: #927655;
	position: relative;
	cursor: pointer;
}

.top .tab li.active {
	background: #fff;
}

.top .tab li.active:after {
	content: '';
	width: 7px;
	height: 5px;
	display: block;
	position: absolute;
	top: 100%;
	margin-top: -1px;
	left: 50%;
	margin-left: -3px;
	background: url(../images/x-i3.png);
}

.top .statement {
	margin: 10px 10px 0;
}

.top .statement li p {
	font-size: 14px;
	line-height: 26px;
}

.top .statement li p.note {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	font-family: 'simsun';
	opacity: .6;
}

.awards>h2 {
	font-weight: normal;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	background: #927655;
	text-align: center;
	margin-top: 60px;
}

.awards>h2 span {
	display: inline-block;
	position: relative;
}

.awards>h2 span:before,
.awards>h2 span:after {
	position: absolute;
	width: 26px;
	height: 18px;
	border-color: #fff;
	border-style: solid;
}

.awards>h2 span:before {
	border-width: 1px 0 0 1px;
	top: 4px;
	right: 100%;
	margin-right: 1px;
}

.awards>h2 span:after {
	border-width: 0 1px 1px 0;
	bottom: 4px;
	left: 100%;
	margin-left: 1px;
}

.award-item {
	position: relative;
}

.award-item .anchor {
	position: absolute;
	top: -44px;
}

.award-item>h2 {
	margin: 30px 0 10px;
}

.award-1 table th {
	border: 2px solid #927655;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	cursor: default;
	width: 33.333%;
}

.award-1 table th.on {
	color: #fff;
	background: #927655;
}

.vote-con {
	margin-top: 30px;
	margin-left: -13px;
	margin-right: -13px;
}

.vote-con>ul {
	font-size: 0;
	text-align: center;
}

#vote-tab>ul {
	display: none;
}

#vote-tab>ul.active {
	display: block;
}

.vote-con img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #927655;
}

.vote-con>ul>li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 171px;
	padding: 0 13px 13px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #b9b9b9;
	margin-top: 10px;
}

.vote-con>ul>li:nth-child(6n+1) {
	border-left: none;
}

.vote-con>ul>li>h2 {
	font-size: 16px;
	line-height: 22px;
	min-height: 44px;
	font-weight: bold;
	margin-top: 10px;
}

.vote-con>ul>li>h5 {
	margin-top: 5px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	min-height: 32px;
}

.vote-con>ul>li a {
	color: #333;
}

.vote-con>ul>li a:hover {}

.vote-con>ul>li>p {
	text-align: center;
	margin-top: 8px;
}

.vote-con>ul>li>p>span {
	display: inline-block;
	width: 60px;
	border: 1px solid #b27008;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	vertical-align: top;
}

.vote-con>ul>li>p>span.count {
	background: #dcdcdc;
}

.vote-con>ul>li>p>span.btn {
	background: #c00;
	border-left: none;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
}

.vote-con>ul>li>p>span.over {
	background: #999 !important;
	color: #000 !important;
}

.window {
	position: fixed;
	bottom: 0;
	/*left:50%;
	margin-left: 580px;*/
	right: 0;
	width: 160px;
	height: 494px;
	background: url(../images/x-bg.png);
}

.window a:hover {
	text-decoration: none;
}

.window .w1 {
	height: 182px;
	padding-left: 18px;
	padding-right: 12px;
}

.window .w1 div {
	padding-top: 22px;
}

.window .w2 {
	height: 138px;
	padding-left: 18px;
	padding-right: 12px;
}

.window .w2 ul {
	padding-top: 12px;
}

.window .w2 ul li {
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin-top: 2px;
	background: #d4bda2;
}

.window .w2 ul li a {
	color: #562808;
}

.window .w3 {
	height: 36px;
	padding-left: 13px;
	padding-right: 7px;
	line-height: 36px;
	text-align: center;
}

.window .w3 a {
	color: #fff;
	padding-right: 20px;
	position: relative;
}

.window .w3 a:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 8px;
	right: 4px;
	border-style: solid;
	border-color: transparent transparent #fff;
	border-width: 0 3.5px 4px 3.5px;
}

.window .w4 {
	height: 60px;
	padding-left: 13px;
	padding-right: 7px;
}

.window .w5 {
	height: 78px;
	padding-left: 18px;
	padding-right: 7px;
}

.window .w5 a {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
}

.window .w5 a span {
	float: left;
	width: 18px;
	padding: 3px 0;
	background: #d4bda2;
	color: #461f04;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	margin-right: 4px;
}

/*奖项设置*/
.prize_settings {
	overflow: hidden;
}

.prize_settings .prize_settings_list {
	padding-top: 54px;
}

.prize_settings .prize_settings_li_box {
	width: 314px;
	height: 239px;
	margin-right: 29px;
	margin-bottom: 75px;
	position: relative;
}

.prize_settings .prize_settings_li_box:nth-child(3n) {
	margin-right: 0;
}

.prize_settings .prize_settings_list .prize_settings_li {
	position: relative;
	width: 314px;
	height: 100%;
	background: url(../images/vote_bg1.png) no-repeat top center;
	background-size: 100% 100%;
}

.prize_settings .prize_settings_li .prize_settings_type {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
	height: 28px;
	font-size: 20px;
	color: #8f6921;
	line-height: 28px;
	text-align: center;
}

.prize_settings .prize_settings_li .prize_settings_li_text {
	width: 100%;
	padding-top: 72px;
	color: #e2c781;
	text-align: center;
}
.prize_settings .prize_settings_li_text > div {
	font-size: 16px;
	font-weight: 600;
	color: #381d09;
	padding: 12px 0;
	background: url('../images/vote_title.png') no-repeat top center;
}
.prize_settings .prize_settings_li_text > p {
	margin-top: 30px;
	font-size: 20px;
	color: #381d09;
}

.prize_settings .prize_settings_li .prize_settings_li_text_hover {
	position: absolute;
    left: 15px;
    top: 45px;
    width: 278px;
    height: 160px;
    font-size: 12px;
	color: #424242;
	line-height: 1.5em;
	padding: 20px;
	background: url(../images/vote_bg2.png) no-repeat;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow-y: auto;
	opacity: 0;
	transition: all .2s;
}

.prize_settings .prize_settings_li:hover .prize_settings_li_text_hover {
	opacity: 1;
}

.prize_settings .prize_settings_list .prize_settings_bottom {
	width: 193px;
    height: 40px;
    line-height: 32px;
    position: absolute;
    left: 60px;
    bottom: -23px;
    margin: 36px auto 0;
    font-size: 18px;
    text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: url(../images/vote_btn.png) no-repeat;
	background-size: 100% 100%;
}

/* 右侧悬浮窗 */

.right_gg {
	position: fixed;
	right: 280px;
	top: 50%;
	transform: translateY(-50%);
	width: 120px;
}

.right_gg a {
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 5px;
}

.right_gg span {
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 5px;
}

.social-share {
	display: none;
	position: absolute;
	top: 0px;
	left: -122px;
	width: 120px;
	border: 1px solid #ccc;
	background: #fff;
}

.right_fx {
	position: relative;
}

.social-share .item {
	width: 100%;
}

.social-share .item a .share-n {
	position: absolute;
	left: 32px;
	top: 0;
	width: 50px;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	-webkit-text-stroke-width: 0;
	padding-left: 10px;
}

.social-share .item a:hover .share-n {
	color: black;
}