﻿@charset "UTF-8";
.bottom {
	position:  fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: url(../Images/bottomBj.png) no-repeat top center;
	background-size: 100% 100%;
	text-align: center;
	z-index: 8;
}

.bottom .pm {
	float: left;
	width: 50%;
}

.bottom .pxshm {
	float: right;
	width: 50%;
}

#bottom {
	width: 100%;
	height: 80px;
	background-color: #0070c9;
}

#votedTitleImg {
	width: 100%;
	margin-bottom: 10px;
}

#introduce {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	z-index: 9999;
}

#introduce .ab {
	width: 80%;
	height: calc(100% - 150px);
	margin: 50px auto 20px auto;
	padding: 10px;
	background-color: #0070c9;
	border-radius: 5px;
	color: #FFF;
}

#introduce .shm {
	width: 100%;
	line-height: 50px;
	font-size: 22px;
}

#introduce .nr {
	width: 100%;
	height: calc(100% - 50px);
	line-height: 26px;
	text-align: left;
	font-size: 16px;
	overflow: auto;
	white-space: pre-wrap;
}

#introduce .cabclose {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px #FFF solid;
	border-radius: 26px;
	font-size: 30px;
	color: #FFF;
	margin: 0 auto;
}

#con li {
	position: relative;
	width: calc(100% / 2 - 15px);
	background-color: #0070c9;
	margin-bottom: 20px;
}

#con li:nth-child(odd) {
	float: left;
	margin-left: 10px;
}

#con li:nth-child(even) {
	float: right;
	margin-right: 10px;
}

#con li .itemImg {
	width: 100%;
	height: 180px;
	background-position: center;
	background-size: cover;
}

#con li h1 {
	height: 26px;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 5px;
}

#con li h2 {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 5px;
}

#con li h3 {
	display: none;
}

#con li .piao {
	width: calc(100% - 50px);
	font-size: 18px;
	line-height: 60px;
	text-align: left;
	padding-left: 5px;
}

#con li .piao span {
	color: #eaed00;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
}

#con li .postBtn {
	position: absolute;
	right: 5px;
	bottom:  5px;
	width: 60px;
}
.contact-us {
	background-color: #0070c9;
	color: #FFF;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
.contact-us li {
        display: inline-block;
        width: 47%;
        margin: 1%;
        padding: 1em 0;
        overflow: hidden;
        white-space: nowrap;
    }
.contact-us p {
	padding: 0 .5em;
}

.other {
	background-color: #0070c9;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	padding-top: 10px;
	width: 100%;
	line-height: 30px;
}

.swiper-container {
	width: 100%;
	background-color: #0070c9;
	padding: 10px 0;
	overflow: hidden;
}

.swiper-slide {
	border: 1px solid #9c9b9b;
	background-position: center;
	background-size: cover;
	width: 250px !important;
	height: 120px !important;
}
.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

#votedMask {
	display: none;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 120px;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0, 0, 0 , .8);
	border: 1px solid rgba(255, 255, 255 , .8);
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	z-index: 10
}

#profilesMask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9
}
#profiles {
	position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	max-height: 80%;
	padding: 10px;
	background-color: #0070c9;
	border: 1px solid #520000;
	border-radius: 5px;
	text-align: left;
	overflow: hidden;
}

.closeBtn {
	position: absolute;
	top: 10px;
	right: 10px;
}
#profiles h1 {
	display: block;
	width: calc(100% - 60px);
	margin-left: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
}
#profiles h2 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	overflow: hidden;
}