﻿*{
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-touch-callout: none;
	/*-webkit-user-select: none;*/
}
.preview-body *{
	-webkit-user-select: none;
	-moz-user-select:none;
	-ms-user-select: none;
	user-select: none;
}
html, body {
	font-family: Arial, 'Microsoft Yahei';
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	vertical-align: middle;
}
input,button{
	outline: none;
	border: none;
}
.flip .int-hide{
	display: none;
}
.backgroundSize{
	background-size: 100% 100% !important;
}
li{
	list-style: none;
}
.zIndex600{
	z-index: 600;
}
#invitation-container{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	z-index: 10;
	-webkit-transition: top .5s;
	overflow: hidden;
	background: #f7f7f7;
}
.vertical-hand{
	position: absolute;
	width: 20%;
	left: 40%;
	bottom: 40px;
	display: none;
	-webkit-animation-duration: 1s ;
	-webkit-animation-delay: 1.5s ;
	-webkit-animation-name: verticalhand ;
	-webkit-animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	opacity: 0;
	z-index: 9999;
}
/*手势*/
@-webkit-keyframes verticalhand{
	1%{-webkit-transform:translateY(0);opacity: 1}
	80%{opacity: 1}
	100%{-webkit-transform:translateY(-120px);opacity: 0;z-index: -1;}
}
.horizontal-hand{
	position: absolute;
	width: 20%;
	right: 10px;
	top: 40%;
	display: none;
	-webkit-animation-duration: 1s ;
	-webkit-animation-delay: 1.5s ;
	-webkit-animation-name: horizontalhand ;
	-webkit-animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	opacity: 0;
	z-index: 9999;
}
/*手势*/
@-webkit-keyframes horizontalhand{
	1%{-webkit-transform:translateY(0);opacity: 1}
	80%{opacity: 1}
	100%{-webkit-transform:translateX(-120px);opacity: 0;z-index: -1;}
}
/*向下图标*/
.next{
	position: absolute;
	z-index: 550;
	pointer-events: none;
	display: none;
}
.vertical-next{
	left: 50%;
	bottom: 15px;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
}
.next > div{
	-webkit-animation: verticalnext 1s linear alternate infinite;
	animation: verticalnext 1s linear alternate infinite;
}
.horizontal-next{
	top: 50%;
	right: 15px;
	transform: rotate(-90deg) translate(50%);
	-webkit-transform: rotate(-90deg) translate(50%);
	-ms-transform: rotate(-90deg) translate(50%);
}
@-webkit-keyframes verticalnext{
	0%{-webkit-transform: translateY(0px);opacity: 0;}
	100%{-webkit-transform: translateY(9px);opacity: 1}
}
.next img{
	max-width: 100px;
	max-height: 100px;
}
@-webkit-keyframes horizontalnext{
	0%{-webkit-transform: translateX(0px);opacity: 0;}
	100%{-webkit-transform: translateX(9px);opacity: 1}
}

/*音乐*/
.phone-music{
	position: absolute;
	width: 46px;
	height: 46px;
	top: 10px;
	right: 10px;
	z-index: 1000;
	display: none;
	transform: translateZ(3px) rotateX(0deg);
	-webkit-transform: translateZ(3px) rotateX(0deg);
}
.bg-icon ,.bg-back, .bg-baidu{
	width: 30px;
	height: 30px;
	margin: 8px;
	position: absolute;
    top: 0;
    left: 0;
}
.bg-icon{
	background-image: url('../images/audio2.png');
	background-size:64px;
	background-repeat: no-repeat;
	background-position: left center;
			animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
			animation-delay: 0s;
	-webkit-animation-delay: 0s;
			transform: translateZ(2px);
	-webkit-transform: translateZ(2px);
			animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	transition : left 1s;
	-webkit-transition : left 1s;
}
.bg-back{
	border-radius: 15px;
	background-color: #3b99d7;
    font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 33px;
}
.bg-baidu{
	transition : top 1s;
	-webkit-transition : top 1s;
}
.bg-baidu img{
	width: 100%;
	height: 100%;
}
.will-paused .bg-icon{
	left: -50px;
}
.will-paused .bg-baidu{
	top: 50px;
}

.toggleMusic .bg-icon{
	background-position: right center !important;
	animation-play-state:paused !important;
	-webkit-animation-play-state: paused !important;
}
.animate-paused{
	animation-play-state:paused !important;
	-webkit-animation-play-state: paused !important;
}
.flip {
	width: 100%;
	height: 100%;
}
.page{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	z-index: 10;
}
.flip .page {
	background-size: 100% 100% !important;
	/*will-change: transform;*/
}
.flip .page .animate{
	will-change: transform;
}
.int-page-container > section {
	background-size: 100% 100% !important;
}
.delay{
	-webkit-transition-delay:.4s !important;
	transition-delay:.4s !important;
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.scaleDown{
	-webkit-transform: scale(0.2) !important;
	transform: scale(0.2) !important;
	-webkit-transform-origin: center bottom;
}
.scaleUp{
	-webkit-transform: scale(0.2) !important;
	transform: scale(0.2) !important;
	-webkit-transform-origin: center top;
}
.scaleLeft{
	-webkit-transform: scale(0.2) !important;
	transform: scale(0.2) !important;
	-webkit-transform-origin: left center;
}
.scaleRight{
	-webkit-transform: scale(0.2) !important;
	transform: scale(0.2) !important;
	-webkit-transform-origin: right center;
}
.removeSwith{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
}
.page.moving{
	z-index: 20;
}
.page > div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}
.page .text{
	position: absolute;
	width: 90%;
	padding: 5px 5%;
}
.page .text-new{
	position: absolute;
	width: 100%;
	-webkit-transform-origin: center center;
    -webkit-perspective: 800px;
    -webkit-transform-style: preserve-3d;
}
.page .text > .animate-contain{
	width: 100%;
	padding: 6px 5%;
	background: rgba(0,0,0,0);
	color: #000;
	word-break: break-word;
	line-height: 1.5em;
}
.page .text-new > .animate-contain{
	width: 100%;
	padding:0 5%;
	background: rgba(0,0,0,0);
	/*color: #fff;*/
	word-break: break-word;
}
.page .text-new > .animate-contain > p *,.page .text-new > .animate-contain > p,.textanimate p{
	line-height: 1.5em;
}
.animate-contain{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.page .img{
	position: absolute;
}
.img .animate-contain{
	font-size: 0;
}
/*section 添加按钮的样式*/
.sectbtn {
	width: 30%;
	/*min-width: 30%;*/
	height: 32px;
	position: absolute;
}
.sectbtn > .animate-contain {
	background-color: #4f98e2;
	cursor: pointer;
	outline: none;
	border: 0px;
	/*box-shadow: 0px 0px 6px #a5a3ac,0px 0px 4px #fff inset;*/
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	z-index: 2000;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
}
.sectbtn.btncss0 > .animate-contain{
	border-radius: 5px;
}
.sectbtn.btncss1 > .animate-contain{
	border-radius: 16px;
}
.sectbtn.btncss2 > .animate-contain{
	border-radius: 50%;
}
.sectbtn.btncss3 > .animate-contain{
	border-top-left-radius: 32px;
}
.sectbtn.btncss4 > .animate-contain{
	border-top-right-radius: 32px;
}
.sectbtn.btncss5 > .animate-contain{
	border-bottom-left-radius: 32px;
}
.sectbtn.btncss6 > .animate-contain{
	border-bottom-right-radius: 32px;
}
.sectbtn.btncss7 > .animate-contain{
	border-bottom-left-radius: 32px;
	border-top-right-radius: 32px;
}
.sectbtn.btncss8 > .animate-contain{
	border-bottom-right-radius: 32px;
	border-top-left-radius: 32px;
}
.sectbtn.btncss9{
	width:36%;
}
.sectbtn.btncss9 > .animate-contain{
	background-color: #4f98e2;
	box-shadow:0 0 2px #a5a3ac;
	color:#f7f7f7;
}
.sectbtn.btncss10 > .animate-contain{
	background-color: #4f98e2;
	box-shadow:0 0 2px #a5a3ac;
	color:#f7f7f7;
}
.sectbtn.btncss10{
	min-width:36%;
}
.sectbtn.btncss21 > .animate-contain{
	border-radius: 0px;
}

.btn-icon{
	color:#f7f7f7;
	display: inline-block;
	margin-right:5px;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
	width:25px;
	height:25px;
	background-image:url('../images/link-btn-icon.png');
	background-repeat: no-repeat;
	background-size:25px;
}
.sectbtn.btncss9 .btn-icon{
	background-position: 0 0;
}
.sectbtn.btncss10 .btn-icon{
	background-position: 0 -62px;
}
/* topvip */
.btn-icon2{
	display: inline-block;
	margin-right:5px;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
	width:25px;
	height:25px;
	color:#f7f7f7;
	background-image:url('../images/top_vip_icons2.png');
	background-repeat: no-repeat;
	background-size:25px;
}
.sectbtn.btncss11 > .animate-contain{
	box-shadow:none;
	background-color: #2476d2;
	color:#f7f7f7;
}
.sectbtn.btncss12 > .animate-contain{
	background-color: #2476d2;
	box-shadow:none;
	color:#f7f7f7;
}
.sectbtn.btncss13 > .animate-contain{
	background-color: #2476d2;
	box-shadow:none;
	color:#f7f7f7;
}
.sectbtn.btncss14 > .animate-contain{
	background-color: #2476d2;
	box-shadow:none;
	color:#f7f7f7;
}
.sectbtn.btncss15 > .animate-contain{
	background-color: #2476d2;
	box-shadow:none;
	color:#f7f7f7;
}
.sectbtn.btncss16 > .animate-contain{
	background-color: #2476d2;
	box-shadow:none;
	color:#f7f7f7;
}
.sectbtn.btncss17 > .animate-contain{
	background-color: #2476d2;
	box-shadow:none;
	color:#f7f7f7;
}
.sectbtn.btncss11 .btn-icon2{
	background-position: 0 -2px;
}
.sectbtn.btncss12 .btn-icon2{
	background-position: 0 -36px;
}
.sectbtn.btncss13 .btn-icon2{
	background-position: 5px -70px;
}
.sectbtn.btncss14 .btn-icon2{
	background-position: 0 -104px;
}
.sectbtn.btncss15 .btn-icon2{
	background-position: 0 -138px;
}
.sectbtn.btncss16 .btn-icon2{
	background-position: 0 -173px;
}

.btn-svg{
	display: inline-block;
	width: 22px;
    height: 22px;
	color: #fff;
    vertical-align: top;
    margin-top: 5px;
}
.btn-svg svg{
	width: 100%;
	height: 100%;
	fill: currentColor;
	overflow: hidden;
}
/* topvip end */

/*全局功能键*/
.aside-function{
	/*display: none;*/
	position: fixed;
	width: 200px;
	height: 100%;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition:-webkit-transform 0.6s ease;
	transition:transform 0.6s ease;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	z-index: 3000;
}
.aside-function-right{
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.tab-on.tab-fix + .aside-btn {
	right: 10px;
	bottom: 60px;
}
.aside-btn{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 4%;
	width: 50px;
	height: 40px;
	padding-top: 10px;
	border-radius: 50%;
	background-image: url(../images/aside-arrow.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
	-webkit-animation: overturn 2s;
	transform: translateZ(10px);
	-webkit-transform: translateZ(10px);
	z-index: 500;
}
.aside-btn span {
	display: block;
	width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-top: 0px;
	background-image: url(../images/aside-menu.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center center;
	animation: logoMenu 2s;
	-webkit-animation: logoMenu 2s;
	border-radius: 20px;
}
@keyframes overturn{
	0% {transform:rotate(0deg);width: 50px;}
  	50% {transform:rotate(180deg);width: 50px;}
  	100% {transform:rotate(0deg);width: 50px;}
}
@-webkit-keyframes overturn{
	0% {-webkit-transform:rotate(0deg);width: 50px;}
  	50% {-webkit-transform:rotate(180deg);width: 50px;}
  	100% {-webkit-transform:rotate(0deg);width: 50px;}
}

.aside-function li{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}
.aside-function li:first-child{
	margin-top: 45px;
}
.aside-function li > p{
	position: absolute;
	left: 22px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-image:url('../../pc/invitation/images/aside_icon.png');
	background-repeat: no-repeat;
	-webkit-background-size: auto 32px;
	background-size: auto 32px;
}
/*.aside-qcode{
	background-position: 0 -39px;
}*/
.aside-bye{
	background-position: -7px -2px;
}
.aside-atten{
	background-position: -126px -2px;
}
.aside-connect{
	background-position: -86px -2px;
}
.aside-href{
	background-position: -47px -2px;
}
.aside-preview{
	background-position: -169px -2px;
}
/*.aside-wsq{
	background-position: -44px 3px;
}
.aside-wsqdiscuss{
	background-position: -46px -30px;
}*/
.aside-function li > span,.aside-function li > a{
	display: inline-block;
	width: 100%;
	color: #fff;
	text-indent: 60px;
	text-decoration: none;
}
.aside-function > a{
	position: absolute;
	bottom: 20px;
	width: 100%;
	height: 30px;
	left: 0;
	display: block;
	text-decoration: none;
}
.aside-function .logo-name {
	position: absolute;
	bottom: 30px;
	left: 58px;
	line-height: 30px;
	color: #1AA1E6;
	/*background-image: url(http://cdn.jisuapp.cn/zhichi_frontend/static/invitation/images/logo.png);*/
	background-repeat: no-repeat;
	background-size: 25px;
	text-indent: 32px;
}
.aside-function > .aside-example{
	display: none;
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 70px;
	background: url(../images/aside-case.png) no-repeat;
	background-size: contain;
	font-size: 12px;
}
.aside-function-right >.aside-example {
	display: block;
}
/*收藏*/
.collect-it {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: 200px;
	color: #fff;
	text-align: center;
}
.collect-it img {
	width: 20px;
}
.collect-back {
	z-index: 999999;
	position: relative;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.collect-type {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 220px;
	margin-top: -110px;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	background-color: rgb(240, 240, 240);
}
.collect-type span {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 22px;
}
.collect-type img {
	position: relative;
	float: right;
	top: -39px;
	right: 10px;
	width: 20px;
}
.collect-type select {
	width: 120px;
	height: 30px;
	margin-top: 20px;
	font-size: 20px;
}
.remarks {
	margin-left: -18px;
}
.collect-type input {
	width: 184px;
	height: 30px;
	margin-top: 22px;
	border: 1px solid #afafaf;
	border-radius: 2px;
	text-indent: 6px;
	font-size: 20px;
}
.collect-type .type-sure {
	width: 90px;
	height: 35px;
	margin-top: 17px;
	color: #fff;
	font-size: 20px;
	background-color: #f56b00;
}
.collect-type .type-dele {
	width: 90px;
	height: 35px;
	margin-top: 17px;
	color: #fff;
	font-size: 20px;
	background-color: #B3B3B3;
}
.aside-example span{
	position: absolute;
	color: #a0a0b4;
}
.aside-example .span-1 {
	font-size: 24px;
	left: 42px;
	bottom: 42px;
	animation: animateSpan1 1.5s;
	-webkit-animation: animateSpan1 1.5s;
}
.aside-example .span-2 {
	/*font-family: STKaiti;*/
	font-size: 38px;
	left: 80px;
	bottom: 10px;
	color: #282832;
	font-weight: bold;
	animation: animateSpan2 2s;
	-webkit-animation: animateSpan2 2s;
}
.aside-example .span-3 {
	font-size: 20px;
	left: 119px;
	bottom: 51px;
	animation: animateSpan3 1.5s;
	-webkit-animation: animateSpan3 1.5s;
}
.aside-example .span-4 {
	font-size: 14px;
	left: 150px;
	bottom: 34px;
	animation: animateSpan4 1.5s;
	-webkit-animation: animateSpan4 1.5s;
}
@keyframes animateSpan1{
	0%   {left:0px; bottom: 140px;}
	100% {left:42px;bottom:42px;}
}
@-webkit-keyframes animateSpan1{
	0%   {left:0px; bottom: 140px;}
	100% {left:42px;bottom:42px;}
}
@keyframes animateSpan2{
	0%   {left: 20px;font-size: 110px;}
	100% {left: 80px;font-size: 38px;}
}
@-webkit-keyframes animateSpan2{
	0%   {left: 20px;font-size: 110px;}
	100% {left: 80px;font-size: 38px;}
}
@keyframes animateSpan3{
	0%   {left:200px; bottom: 160px;}
	100% {left:119px;bottom:51px;}
}
@-webkit-keyframes animateSpan3{
	0%   {left:200px; bottom: 160px;}
	100% {left:119px;bottom:51px;}
}
@keyframes animateSpan4{
	0%   {left:200px; bottom: 0px;}
	100% {left:150px; bottom:34px;}
}
@-webkit-keyframes animateSpan4{
	0%   {left:200px; bottom: 0px;}
	100% {left:150px; bottom:34px;}
}
.weizhan-btn {
	display: none;
	position: fixed;
	right: 20px;
    bottom: 13%;
	width: 50px;
	height: 40px;
	padding-top: 10px;
	border-radius: 50%;
	background-image: url(../images/aside-arrow.png);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: center;
	z-index: 99;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	color: #00A0E9;
}
.red{
	border: solid 1px red;
}
/*报名选项*/
.act-title,.act-time,.act-address,.act-list,.act-cover,.act-submit{
	z-index: 2888 !important;
}
.act-list input{
	position: relative;
	margin: 0 auto;
	display: block;
	width: 80%;
	height: 30px;
	border-radius: 5px;
	text-indent: 10px;
	margin-top: 20px;
}
.act-list{
	height: auto !important;
}
.act-list input:last-child{
	margin-bottom: 20px;
}
.act-title,.act-time,.act-address{
	text-align: center;
}
.act-title > .animate-contain,.act-time > .animate-contain,.act-address > .animate-contain{
	overflow: hidden;
	height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*发起投票*/
.cast-vote{
	position: absolute !important;
}
.cast-vote .animate-contain{
	background-color:rgba(255, 255, 255, 0.2);
}
.cast-vote[data-style="vote-color"] .animate-contain{
	background-color: transparent;
}
.cast-vote ul{
	margin-bottom: 10px;
}
.cast-vote li{
	position: relative;
	width: 90%;
	line-height: 30px;
	min-height: 28px;
	padding: 5px 5%;
	font-size: 14px;
}
.cast-vote[data-style="vote-color"] li:nth-child(odd){
	background-color: #f6f6f6;
}
.cast-vote[data-style="vote-color"] li:nth-child(even){
	background-color: #fff;
}
.cast-vote[isvote="1"] li{
	line-height: 20px;
}
.cast-vote li p:first-child > span:first-child{
	display: inline-block;
    padding-right: 20px;
}
.cast-vote[isvote="1"] li p:first-child > span:first-child{
	margin-top: 11px;
}
.cast-vote li b{
	position: absolute;
	right: 11px;
	top: 11px;
	display: block;
	width: 15px;
    height: 15px;
    background-color: #fff;
    border: 2px solid #414141;
}
.cast-vote[isvote="1"] li b{
	top: 5px;
}
.cast-vote li b.Color{
	background-image: url('../images/choose-black.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.cast-vote[isvote="1"] li b.Color{
	background-image: url('../images/choose-white.png');
	background-color: #414141;
}
.cast-vote[data-style="vote-color"] li b{
	border: 2px solid #3598db;
}
.cast-vote[data-style="vote-color"] li b.Color{
	background-image: url('../images/choose-blue.png');
}
.cast-vote[data-style="vote-color"][isvote="1"] li b.Color{
	background-image: url('../images/choose-white.png');
	background-color: #3598db;
}
.cast-vote li p:last-child{
	position: relative;
	height: 7px;
	background-color: #fff;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	display: none;
}
.cast-vote li p:last-child > span{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 3px;
	background-color: #414141;
	-webkit-transition: width 1s;
}
.cast-vote[data-style="vote-color"] li p:last-child > span{
	background-color: #3598db;
}
.cast-vote h2{
	position: relative;
	padding: 5px 5%;
	font-weight: normal;
	font-size: 16px;
}
.cast-vote[data-style="vote-color"] h2{
	background-color: #3598db;
    color: #fff;
}
.cast-vote button{
	border: none;
    outline: none;
    padding: 0 15px;
    margin: 0 auto;
    height: 35px;
    border-radius: 5px;
    background-color: #bfbfbf;
    display: block;
    font-size: 16px;
}
.cast-vote[data-style="vote-color"] button{
	width: 100%;
	background-color: #25d7a3;
    border: 1px solid #1db932;
    border-radius: 0;
    color: #fff;
    box-sizing: border-box;
   	-webkit-box-sizing: border-box;
}
.vote-count{
	position: absolute;
	top: 0px;
	right: 38px;
	font-size: 17px;
	display: none;
}
.see-vote{
	width: 100%;
	position: absolute;
	left: 100%;
	bottom: 0;
	background: red;
	height: 400px;
}
/*点赞*/
.cast-like{
	position: absolute;
	height:30px;
	line-height: 30px;
}
.cast-like .animate-contain{
	border-radius: 5px;
	background-color:rgba(0,0,0,0.05);
	white-space: nowrap;
	text-align: center;
}
.cast-like .animate-contain > span{
	display: inline-block;
	width:35px;
	height:30px;
	background-image:url('../images/dianzan1.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-size:25px;
	color: #9c9c9c;
	margin: 0 auto;
	vertical-align: top;
}
.cast-like .animate-contain > span.like-svg{
	background: none;
}
.cast-like .animate-contain > span.like-svg svg{
	width: 100%;
	height: 100%;
	fill: currentColor;
}
.cast-like[data-style="like-ud"] .animate-contain > span{
	display: block;
}
.cast-like  p{
	display: inline-block;
	width: 45px;
	width: calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*点赞 end*/
.last_bottom{
	font-size: 13px;
	color: #fff;
	background: rgba(0,0,0,0.1);
	width: 150px;
	height: 25px;
	line-height: 25px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 50%;
	margin-left: -75px;
	display: none;
	z-index: 2999;
	text-shadow: 0 0 1px #666;
	-webkit-transform: translateZ(2px);
	        transform: translateZ(2px);
}
.last_bottom > span{
	color: #00A0E9;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 0 1px #fff;
}
.last_phone{
    width: 100px;
    height: 48px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    background: url(../images/last.png) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    z-index: 2999;
}
.mobile-combine-bottom-logo {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-decoration: none;
	text-align: center;
	color: #fff;
	z-index: 2999;
	-webkit-animation: combLogoFadeInUp 1s ease 1.6s 1 both;
	animation: combLogoFadeInUp 1s ease 1.6s 1 both;
}
/*.aside-function > .wsq_btn{
	display: block;
	width: 80%;
	height: 30px;
	border-radius: 8px;
	background: #578CC0;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	bottom: 205px;
	margin-left: 10%;
	color: #fff;
}*/
/*地图样式*/
.cont-map{
	position: absolute;
	width: 100%;
	top: 45%;
	left: 0;
	height: 43px;
	line-height: 32px;
}
.cont-map p:nth-of-type(1){
	position: absolute;
	bottom: 1px;
	left: 6px;
	width: 30px;
	height: 43px;
	overflow: hidden;
	background-image: url(../images/labels.png);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	z-index: 2;
}
.cont-map p:nth-of-type(2){
	position: absolute;
    width: 100%;
    height: 43px;
    left: 0;
    bottom: 0;
    padding-left: 40px;
    text-decoration: underline;
    font-size: 14px;
    overflow: hidden;
    line-height: 22px;
    box-sizing: border-box;
    word-break: break-word;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cont-map p.map-icon{
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	background-position: 0px 2px;
}
.map-wrap{
	width: 100%;
	height: 100%;
	height: calc(100% - 43px);
	height: -webkit-calc(100% - 43px);
	height: -moz-calc(100% - 43px);
}
.map-wrap-mask{
	width: 100%;
	height: 100%;
	height: calc(100% - 43px);
	height: -webkit-calc(100% - 43px);
	height: -moz-calc(100% - 43px);
	position: absolute;
	top: 0;
	left: 0;
}
.map-animate {
    position: absolute;
    left: 13px;
    top: 30px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #eee;
    -webkit-transform: rotateX(-110deg);
    transform: rotateX(-110deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
.map-animate em{
	
    position: absolute;
    top: 6%;
    left: 6%;
    width: 21px;
    height: 21px;
    margin: -5.5px 0 0 -5.5px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.map-animate em:nth-child(1){
	-webkit-animation: more_mapAnimate 1s linear 10;
	        animation: more_mapAnimate 1s linear 10;
}
.map-animate em:nth-child(2){
	-webkit-animation: more_mapAnimate 2s linear 5;
	        animation: more_mapAnimate 2s linear 5;
}


.phone-map-wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.phone-map{
	width: 100%;
	height: 100%;
}
.map-close{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
    color: #fff;
    z-index: 100;
	position: absolute;
	top: 10px;
	right: 10px;
}
.flip .map-wrap-mask{
	display: none;
}
/*地图 end*/


.btn-focus-animate{
	position: absolute;
	background-color: rgba(71, 175, 228, 0.8);
	width: 116%;
    height: 116%;
    top: -8%;
    left: -8%;
    z-index: 1;
    -webkit-animation: focus_out_animation 1.2s linear infinite;
    animation: focus_out_animation 1.2s linear infinite;
}

@-webkit-keyframes focus_out_animation {
    0% {
        -webkit-transform: scale(1.1);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

@keyframes focus_out_animation {
    0% {
        transform: scale(1.1);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: .5
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}
.btn-focus-animate em{width: 116%;
    height: 116%;
    top: -8%;
    left: -8%;
    z-index: 1;
    -webkit-animation: focus_out_animation 1.2s linear infinite;
    animation: focus_out_animation 1.2s linear infinite;
    z-index: 3;
	background-color:rgba(71, 175, 228, 0.8);
}
.cont-video{
	position: absolute;
	height: 150px;
	width: 100%;
}
.cont-video.full-screen {
	height: auto !important;
	width: 100% !important;
	bottom: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 1000 !important;
}
.cont-video .iframe-mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.cont-video .video-close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 36px;
	line-height: 36px;
	color: rgb(255, 255, 255);
	font-size: 20px;
	text-align: center;
	display: none;
	z-index: 1000;
}
.cont-video.full-screen {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-orient: vertical;
	background: rgba(0,0,0,0.8);
	padding-top: 45px;
}
.cont-video.full-screen .video-close {
	display: block !important;
}
.cont-video.full-screen .iframe-mask {
	display: none !important;
}
.cont-video.full-screen iframe{
	position: absolute;
	top: 25%;
    left: 0;
    height: 45%;
}

.curIndex{
	z-index: 500;
}
/*圆形设置*/
.circle > .animate-contain{
	border-radius: 100% !important;
	overflow: hidden;
}
.flip .circle .animate-contain > img{
	border-radius: 100% !important;
}
#iframe,#int-page{
	/*width:100%;*/
	position:absolute;
	display: none;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
	/*-webkit-animation: iframeUp .5s 0s linear both;*/
}
#iframe{
	z-index: 200;
}
#iframe > .iframe-container, #int-page .int-page-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	/*-webkit-overflow-scrolling: touch;*/
}
.int-page-container{
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.int-page-container > section{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
@-webkit-keyframes iframeUp{
	0%{-webkit-transform: translateY(100%);}
	100%{-webkit-transform: translateY(0%)}
}
.self-iframe{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height:100%;
	overflow-x: hidden;
	/*-webkit-animation: iframeUp .5s 0s linear both;*/
	z-index: 400;
	background: #FFF;
}
.back-to-int{
	position: fixed;
	left: 10px;
	bottom: 50px;
	border: none;
	outline: none;
	background: transparent;
	font-size: 16px;
	z-index: 200;
	width:42px;
	height:42px;
	border-radius: 50%;
	background: #F60;
	color:#fff;
}
.self-iframe .p-bottom, #comment {
	position: fixed;
	bottom:0;
}
.self-iframe .home-wrap{
	margin-bottom:0;
	position: relative;
	overflow:scroll !important;
	/*-webkit-overflow-scrolling: touch !important;*/
}
#iframe .back-to-int ,#int-page .back-to-int, .user-promotion-container .back-to-int{
	font-size: 15px;
	z-index: 300;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background: rgba(255,0,0,0.5);
	color: #fff;
}
.user-promotion-container {
	display: none;
	position: absolute;
	/*position: relative;*/
	/*height: 100%;*/
	width: 100%;
	font-size: 14px;
	background: #eebf91;
	/*overflow-y: auto;*/
}
.user-promotion-container.showAnimation {
	z-index: 400;
}
.user-promotion-container .back-to-int {
	z-index: -100;
	position: fixed;
	bottom: 72px;
}
.user-promotion-container.showAnimation .back-to-int {
	z-index: 1;
}
/*轮播*/
.slide{
	position: absolute;
	width: 100%;
	height: 30%;
	overflow: hidden;
}
.slide:after{
    content: '';
    display: block;
    width: 100%;
    padding-top: 50%;
}
.slide .animate-contain > ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.slide .animate-contain > ul > li{
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* 解决js阻塞页面显示首屏 */
.slide li:first-child{
    z-index: 1;
}
.slide li img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    cursor:-webkit-grab;
}
.slide .dot{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0;
}
.slide .dot span{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.slide .dot .cur{
    background-color: #fff;
}
/* 新图集 */
.slide-new img{
	width:100%;
	height:100%;
}
.slide-new section{
	width:100%;
	height:100%;
}
.slide-new{
	width:100%;
}
.slide-new .animate-contain{
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.slide-new .fluxslider,.surface{
	width:100% !important;
	height:100% !important;
}
.slide-new .images{
	width: 100%;
	height: 100%;
}
.slide-new .image1 , .slide-new .image2{
	width: 100%;
	background-size: 100% 100% !important;
}
.slide-new .fluxslider .pagination{
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 52;
    text-align: center;
}
.fluxslider .pagination li{
	text-indent: 1000px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.fluxslider .pagination li.current{
	background-color: #fff;
}

/* 新图集 end */
/* 表单 */
/* 旧版表单 */
.page .form {
	overflow:hidden !important;
	font-size: 16px;
}
.page .form .animate-contain {
	height: auto;
}
.page .form input, select.added-opt-container {
	height: 30px;
	width: 96%;
	padding: 3px 2px 3px 9px;
	/*border-radius: 4px;*/
	font-size: 16px;
	background: #fff;
}
.page .form textarea {
	min-height: 56px;
	width: 92%;
	word-break: break-all;
	resize:none;
	border: none;
	border-radius: 4px;
	padding: 7px 10px;
	background: #fff;
	font-size: 16px;
}
.page .form .animate-contain h2 {
	border: none;
	position: absolute;
	margin-left: 10px;
	font-size: 16px;
	padding: 7px 0;
	color: #999;
	font-weight: normal;
}
.page .form .animate-contain li[data-ty="radio"] h2, .page .form .animate-contain li[data-ty="checkbox"] h2 {
	position: static;
	margin-left: 0;
	color: inherit;
}

.page .form .animate-contain .form-option {
	position: relative;
	width: 94%;
	font-size: 16px;
	line-height: 24px;
}
.page .form .animate-contain .form-option label{
	vertical-align: middle;
}
.page .form .animate-contain .form-option img {
	width: 16px !important;
	height: 16px !important;
	margin-right: 15px;
	vertical-align: middle;
}
.page .form .animate-contain .form-option img.radio-after-select,
.page .form .animate-contain .form-option img.checkbox-after-select {
	display: none;
}
.page .form .animate-contain .form-option input {
	width: 16px;
	height: 16px;
	margin-right: 15px;
	vertical-align: middle;
	display: none;
}
.form select.added-opt-container {
	width: 100%;
	height: 36px;
	border: solid 1px #ccc;
	padding: 3px 5px;
}
.form select.added-opt-container > option {
	padding: 10px 0;
}
.form span.select-edit {
	display: block;
}
.form .form-submit {
	display: block;
	width:90px;
  	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin: 15px auto;
	border-radius: 5px;
	background-color: #00bcff;
	font-size: 16px;
	text-align: center;
	color: #fff;
}
.form .form-ul {
	padding: 20px 10px 0;
}
.form .form-ul > li {
	position: relative;
	margin-bottom: 5px;
	padding: 5px;
}
.form .form-ul > li.form-necessary-item:before {
	content: '*';
	color: red;
	position: absolute;
	left: -5px;
	top: 13px;
}
.form .animate-contain {
	background: rgba(163, 163, 163, 0.52);
}

/* 新版表单 */
.form-ele .animate-contain {
/*	width: 50%;
	margin: 0 auto;*/
	overflow: initial;
}
#invitation-container .form-ele-mask {
	display: none;
}
.form-input .animate-contain, .form-select .animate-contain {
	background: #fff;
	/*border-radius: 4px;*/
}
select.added-opt-container {
	width: 100%;
	height: 36px;
	/*border: solid 1px #ccc;*/
	border: none;
	padding: 3px 5px;
}
select.added-opt-container option:nth-child(odd){
	background-color: #f9f9f9;
}
select.added-opt-container > option {
	padding: 10px 0;
}
span.select-edit {
	display: block;
}
.form-submit-btn , .texteditboxbtn {
	display: block;
	width:90px;
	height: 40px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.form-submit-btn .animate-contain , .texteditboxbtn .animate-contain{
	display: -webkit-box;
	-webkit-box-pack: center;
    -webkit-box-align: center;
	-webkit-box-orient: vertical;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack:center;
    align-items:center;
    justify-content:center;
	background-color: #00bcff;
}
.form-ele .form-necessary-item {
	position: relative;
}
.form-ele .form-ele-content-wrap {
	height: 100%;
}
.form-ele .form-necessary-item:before {
	content: '*';
	color: red;
	position: absolute;
	left: -10px;
	top: 13px;
}
.form-ele input,
.form-ele select {
	height: 30px;
	width: 96%;
	padding: 3px 2px 3px 9px;
	/*border-radius: 4px;*/
	font-size: 16px;
	background: transparent;
	color: inherit;
}
.form-ele select {
	height: 100%;
	width: 100%;
}
.form-ele textarea {
	height: 100%;
	width: 100%;
	word-break: break-all;
	resize:none;
	border: none;
	/*border-radius: 4px;*/
	padding: 7px 10px;
	background: #fff;
	font-size: 16px;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: inherit;
}
.form-ele h2 {
	border: none;
	position: absolute;
	margin-left: 10px;
	font-size: 16px;
	padding: 7px 0;
	color: inherit;
	font-weight: normal;
}
.form-ele h2 span {
	/*white-space: nowrap;*/
	word-break: break-all;
}
.form-ele.form-radio h2,
.form-ele.form-checkbox h2, 
.form-ele.form-imgupload h2 {
	position: static;
	margin-left: 0;
	color: inherit;
}
.form-ele .form-option {
	position: relative;
	width: 94%;
	font-size: 16px;
	line-height: 24px;
}
.form-ele .form-option label{
	vertical-align: middle;
	word-break: break-all;
}
.form-ele .form-option img {
	width: 16px !important;
	height: 16px !important;
	margin-right: 15px;
	vertical-align: middle;
}
.form-ele .form-option img.radio-after-select,
.form-ele .form-option img.checkbox-after-select {
	display: none;
}
.form-ele .form-option input {
	width: 16px;
	height: 16px;
	margin-right: 15px;
	vertical-align: middle;
	display: none;
}
.form-ele .form-plus-wrap {
	position: relative;
	width: 100%;
	height: 80%;
  color: #979797;
  font-size: 20px;
  text-align: center;
}
.form-imgupload .animate-contain{
 	background-color: #e9e9e9;
}
.form-ele .form-img-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.form-ele .form-img-wrap img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.form-ele .form-plus-wrap:before, .form-ele .form-plus-wrap:after,
.form-ele .form-img-wrap:before, .form-ele .form-img-wrap:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.form-ele input[type="file"] {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}

.form-ele .form-plus-wrap-new{
	height: 100%;
}
.imgupload-text{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-size: 18px;
}
.imgupload-text p{
	font-size: 5em;
    line-height: 0.9em;
	color: #3a99d8;
}
.imgupload-text h2{
	font-size: 1em;
}
/* 表单 end */

/* 导航(九宫格) start */
.page .nav,
.fix-nav-contianer .nav {
	/*display: none;*/
	position: absolute;
/*	top: 40%;
	width: 100%;*/
	min-height: 40px;
	/*background: #fff;*/
}
.page, .nav .animate-contain {
	background: rgba(255,255,255,0.2);
	overflow: hidden;
}
.page .nav .nav-links,
.fix-nav-contianer .nav-links {
	display: -webkit-box;
	height: 100%;
}
.page .nav .nav-links,
.fix-nav-contianer .nav-links,
.tab-fix {
	height: 53px;
	padding: 5px 0px;
	font-size: 0;
}
.page .nav .nav-links span,
.fix-nav-contianer .nav-links span,
.tab-fix span {
	font-size: 14px;
}
.page .nav .nav-links > a,
.fix-nav-contianer .nav-links > a,
.tab-fix > a {
	-webkit-box-flex: 1;
	text-align: center;
	display: block;
	text-decoration: none;
	color: inherit;
}
.page .nav .nav-links img,
.tab-fix > a img,
.fix-nav-contianer img {
	/*content: url(http://cdn.jisuapp.cn/zhichi_frontend/static/invitation/images/logoo.png);*/
	display: block;
	margin: 0px auto 3px;
	width: 32px !important;
	height: 32px !important;
}
.page .nav .nav-links img.after-tap-icon, .tab-fix > a img.after-tap-icon {
	display: none;
}
#invitation-container .nav-mask {
	display: none !important;
}
/* 导航(九宫格) end */
/* 独立页九宫格 */
#int-page .nav {
	/*display: none;*/
	position: absolute;
	top: 40%;
	width: 100%;
	min-height: 40px;
	/*background: #fff;*/
}
#int-page, .nav .animate-contain {
	background: rgba(255,255,255,0.2);
	overflow: hidden;
}
#int-page .nav .nav-links {
	display: -webkit-box;
	height: 100%;
}
#int-page .nav .nav-links, .tab-fix {
	height: 53px;
	padding: 5px 0px;
	font-size: 0;
}
#int-page .nav .nav-links span, .tab-fix span {
	font-size: 14px;
}
#int-page .nav .nav-links > a, .tab-fix > a {
	-webkit-box-flex: 1;
	text-align: center;
	display: block;
	text-decoration: none;
	color: inherit;
}
#int-page .nav .nav-links img, .tab-fix > a img {
	/*content: url(http://cdn.jisuapp.cn/zhichi_frontend/static/invitation/images/logoo.png);*/
	display: block;
	margin: 0px auto 3px;
	width: 32px !important;
	height: 32px !important;
}
#int-page .nav .nav-links img.after-tap-icon, .tab-fix > a img.after-tap-icon {
	display: none;
}
.flip .nav[data-role="tab"] {
	display: none !important;
}
.fix-nav-contianer {
	position: relative;
  z-index: 501;
}
.fix-nav-contianer .nav[data-role="tab"] {
	position: fixed;
	display: block !important;
}
/* 独立也九宫格 end*/
/* 独立页表单 */
#int-page .form {
	overflow:hidden !important;
	padding: 10px 0 0 10px;
	font-size: 16px;
}
#int-page .form .animate-contain {
	height: auto;
}
#int-page .form input {
	height: 30px;
	width: 96%;
	padding: 3px 2px 3px 9px;
	border-radius: 4px;
	font-size: 16px;
	background: #fff;
	/*margin-left: 10px;*/
}
#int-page .form textarea {
	min-height: 56px;
	width: 92%;
	word-break: break-all;
	resize:none;
	border: none;
	border-radius: 4px;
	padding: 7px 10px;
	background: #fff;
	font-size: 16px;
}
#int-page .form .animate-contain h2 {
	border: none;
	position: absolute;
	margin-left: 10px;
	font-size: 16px;
	padding: 7px 0;
	color: #999;
	font-weight: normal;
/*	position: relative;
	padding: 5px 0px 10px;
	font-weight: normal;
	font-size: 18px;*/
}
#int-page .form .animate-contain li[data-ty="radio"] h2, .page .form .animate-contain li[data-ty="checkbox"] h2 {
	position: static;
	margin-left: 0;
	color: #000;
	/*padding: 3px 0;*/
}

#int-page .form .animate-contain .form-option {
	position: relative;
	width: 94%;
	font-size: 16px;
	line-height: 24px;
}
#int-page .form .animate-contain .form-option label{
	vertical-align: middle;
}
#int-page .form .animate-contain .form-option img {
	width: 16px !important;
	height: 16px !important;
	margin-right: 15px;
	vertical-align: middle;
}
#int-page .form .animate-contain .form-option img.radio-after-select,
#int-page .form .animate-contain .form-option img.checkbox-after-select {
	display: none;
}
#int-page .form .animate-contain .form-option input {
	width: 16px;
	height: 16px;
	margin-right: 15px;
	vertical-align: middle;
	display: none;
}
#int-page .form .animate-contain h2, span.select-edit {
	/*padding: 5px 0 8px;*/
	/*font-size: 18px;*/
}
/* 独立页表单end */
/* 底部tab start */
.tab-fix {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	z-index: 2998;
	background: rgba(255,255,255,0.2);
}
.tab-fix.tab-on {
	display: -webkit-box;
}
/* 底部tab end */

/* ajax loading 动画 start */
#loading_logo {
	position: fixed;
	z-index: 999999;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	padding: 20px;
	margin: -50px 0 0 -35px;
	background: rgba(0,0,0,0.5);
	border-radius: 5px;
}
.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner-container {
  position: absolute;
  left: 30%;
  top: 30%;
  width: 40%;
  height: 40%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
/* ajax loading 动画 end */


/* 点击特效 */
.trigger-hide{
	display:none !important;
}
/* 点击特效end */

/* dialog */
.zhichi-dialog {
  position: fixed;
  left: 0;
  top: 200%;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
	transition: top 1s;
	-webkit-transition: top 1s;
  z-index: 9999;
}
.zhichi-dialog.dialog-show {
	top: 0;
}
.zhichi-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 90%;
  margin-left: 5%;
  margin-top: -200px;
  background-color: #fff;
}
.zhichi-title {
  line-height: 35px;
  color: #fff;
  text-indent: 12px;
  font-size: 16px;
  background-color: #00a0ea;
}
.zhichi-close {
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: 9px;
  background-image: url(../../official/common/images/close_white.png);
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.zhichi-submit-btn {
  display: block;
  width: 150px;
  line-height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  background-color: #01aae3;
  cursor: pointer;
}
.buy-goods-container {
	margin-left: 10px;
	font-size: 14px;
}
.buy-goods-container li {
	line-height: 30px;
}
.buy-goods-container .left-text {
	display: inline-block;
	width: 70px;
	text-align: right;
	color: #222;
}
.buy-goods-container .right-text {
	color: #888;
}
.buy-goods-container .blue-text {
	color: #01a5e2;
}
.buy-goods-container input {
	width: 200px;
	line-height: 30px;
	margin-top: 6px;
	color: #888;
	text-indent: 6px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
#goods-amount {
	line-height: 35px;
	width: 35px;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
}
/* dialog */
.shape_content{
	width: 100%;
	height: 100%;
}

/* 弹幕 */
.barrage {
	text-align: center;
}
.barrage-container {
	position: absolute;
	top: 0;
	bottom: 40px;
	width: 100%;
	overflow: hidden;
}
.barrage-container .danmu-item {
	height: 40px;
}
.barrage-container .danmu-item > span {
	display: inline-block;
	color: #fff;
	background-color: #3cb7e8;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
}
.barrage-container .danmu-item > span:first-child {
	position: relative;
    width: 40px;
    height: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}
.barrage-container .danmu-item > span:nth-child(2){
	padding-right: 12px;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.barrage-container .danmu-item  img {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
}
.barrage-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.barrage-input {
	width: 60%;
	text-indent: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.barrage-submit {
	padding: 0px 20px;
	cursor: default;
	background: #3cb7e8;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	margin-left: -5px;
}
.barrage-input, .barrage-submit {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

/*弹幕透明*/
.barrage-container[data-style="barrage-opacity"] .danmu-item > span{
	background-color: rgba(255,255,255,0.3);
	color: #000;
}
/*弹幕文字*/
.barrage-container[data-style="barrage-text"] .danmu-item > span{
	background-color: transparent;
}
.barrage-container[data-style="barrage-text"] .danmu-item > span:nth-child(1){
	display: none;
}
.barrage-container[data-style="barrage-text"] .danmu-item > span:nth-child(2){
	color: inherit;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/*svg动画*/
.svg{
	width: 50%;
	position: absolute;
	top: 20%;
	left: 25%;
}
.svg *{
	stroke:#000;
	stroke-width:4;
	fill:none;
}
.cube-flip-page .flip{
  -webkit-transform-origin: center center;
  				transform-origin: center center;
  -webkit-perspective: 700px;
  				perspective: 700px;
  -webkit-transform-style: preserve-3d;
  				transform-style: preserve-3d;
	-webkit-perspective-origin:50% 50%;
					perspective-origin:50% 50%;
}
.cube-flip-page .page{
	-webkit-backface-visibility: hidden;
					backface-visibility:hidden;
}
.flip .background-animate{
	display: none;
}
.current-page>.background-animate{
	display: block;
}
.pageshow{
	z-index:2;
}

.page canvas{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.pop_section{
	width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color:  rgba(0,0,0,0.5);;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    display: block;
}
.pop_section > div{
	position: absolute;
    top: 40px;
    bottom: 40px;
    left: 30px;
    right: 30px;
    border-radius: 10px;
    padding: 10px;
	background-color: #fff;
}
.phone_pop_img{
	display: box;
	display: -webkit-box;
	box-align:center;
	-webkit-box-align:center;
	box-pack:center;
	-webkit-box-pack:center;
}
.phone_pop_img img{
	max-width: 100%;
    max-height: 100%;
}
.phone_pop_text > .pop_content{
	width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    word-wrap: break-word;
}
.phone_pop_text img{
	max-width: 100% !important;
    max-height: 100% !important;
}
.close_pop{
	display: block;
    background-color: rgba(0,0,0,0.5);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    /*top: 23px;
    right: 15px;*/
    top: 43px;
    right: 33px;
    z-index: 1000;
    font-size: 34px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}


@-webkit-keyframes combLogoFadeInLeft{
	0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes combLogoFadeInLeft{
	0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
.combLogoFadeInLeft{
	-webkit-animation-name:combLogoFadeInLeft;animation-name:combLogoFadeInLeft
}
@-webkit-keyframes combLogoFadeInRight{
	0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
	100%{opacity:1;transform:none}
}
@keyframes combLogoFadeInRight{
	0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
	100%{opacity:1;transform:none}
}
.combLogoFadeInRight{
	-webkit-animation-name:combLogoFadeInRight;animation-name:combLogoFadeInRight;
}
@-webkit-keyframes combLogoFadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes combLogoFadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
	100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.combLogoFadeInUp{
	-webkit-animation-name:combLogoFadeInUp;animation-name:combLogoFadeInUp
}
@-webkit-keyframes combLogoFadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes combLogoFadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
.combLogoFadeIn{
	-webkit-animation-name:combLogoFadeIn;animation-name:combLogoFadeIn
}

@media screen and (max-width:320px){
	.mobile-combine-bottom-logo {
		font-size: 14px;
	}
}
@media screen and (min-width:321px) and (max-width:375px){
	.mobile-combine-bottom-logo {
		font-size: 15px;
	}
}
@media screen and (min-width:376px) {
	.mobile-combine-bottom-logo {
		font-size: 16px;
	}
}
.mobile-combine-bottom-logo,
.combine-bottom-logo-container {
	height: 1.8em;
	line-height: 1em;
	-webkit-animation: combLogoFadeInUp 1s ease .5s 1 both;
	animation: combLogoFadeInUp 1s ease .5s 1 both;
}
.mobile-combine-bottom-logo a,
.combine-bottom-logo-container a {
	display: none;
	position: absolute;
	left: 0;
	text-align: center;
	width: 50%;
	height: 100%;
	padding: .4em 10px;
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	-webkit-animation: combLogoFadeInLeft 1s ease 1.9s 1 both;
	animation: combLogoFadeInLeft 1s ease 1.9s 1 both;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-combine-bottom-logo span:nth-child(2),
.combine-bottom-logo-container span:nth-child(2) {
	display: none;
	position: absolute;
	left: 49%;
	font-size: 1.3em;
	padding-top: .2em;
	-webkit-animation: combLogoFadeIn 1s ease 1.9s 1 both;
	animation: combLogoFadeIn 1s ease 1.9s 1 both;
}
.mobile-combine-bottom-logo label,
.combine-bottom-logo-container label {
	position: absolute;
	right: 0;
	width: 50%;
	text-align: left;
	padding: .4em 0 .4em 20px;
	box-sizing: border-box;
	-webkit-animation: combLogoFadeInRight 1s ease 1.9s 1 both;
	animation: combLogoFadeInRight 1s ease 1.9s 1 both;
}

.flip .page .brokenglass {
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
}


/*单选*/
.ui-radio{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	overflow: visible;
	border: 0;
	background: 0 0;
	-webkit-appearance: none;
	outline: 0;
	vertical-align: middle;
}
.ui-radio:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #dfe0e1;
	border-radius: 20px;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 0;
}
.ui-radio:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #dfe0e1;
	border-radius: 12px;
	position: absolute;
	left: 6px;
	top: 6px;
}
.ui-radio:checked:before{
	border: 2px solid #18b4ed;
}
.ui-radio:checked:after{
	background: #18b4ed;
}
/*单选 end*/
/*举报*/
.tip-off{
	width: 3em;
	text-shadow: 0px 0px 1px #fff;
    position: fixed;
    left: 3px;
    bottom: 2%;
    color: #232323;
    text-align: center;
    z-index: 500;
    display: none;
}
.tip-off-wrap{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}
.tip-off-content{
	width: 280px;
	height: 335px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -180px;
}
.tip-off-content > h5{
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}
.tip-off-reason li{
	margin-top: 10px;
}
.tip-off-reason input{
	margin: 0 10px 0 20px;
}
.tip-off-div{
	text-align: center;
	margin-top: 25px;
}
.tip-off-btn{
	padding: 7px 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 15px;
}
.tip-off-con{
	background-color: #007CFF;
	border: 1px solid #007CFF;
    color: #fff;
}

/*形状裁剪*/
.shape-div{
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
   	mask-position: center;
   	-webkit-mask-position: center;
}
.shape-01{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-01.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-01.svg");
}
.shape-02{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-02.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-02.svg");
}
.shape-03{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-03.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-03.svg");
}
.shape-04{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-04.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-04.svg");
}
.shape-05{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-05.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-05.svg");
}
.shape-06{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-06.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-06.svg");
}
.shape-07{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-07.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-07.svg");
}
.shape-08{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-08.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-08.svg");
}
.shape-09{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-09.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-09.svg");
}
.shape-10{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-10.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-10.svg");
}
.shape-11{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-11.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-11.svg");
}
.shape-12{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-12.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-12.svg");
}
.shape-13{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-13.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-13.svg");
}
.shape-14{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-14.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-14.svg");
}
.shape-15{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-15.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-15.svg");
}
.shape-16{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-16.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-16.svg");
}
.shape-17{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-17.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-17.svg");
}
.shape-18{
	mask-box-image: url("../../invitation-v2/cropsvg/shape-18.svg");
	-webkit-mask-box-image: url("../../invitation-v2/cropsvg/shape-18.svg");
}


/*广告*/
.mihui-share-position{
	width: 100%;
    height: 97px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.mihui-share-position .mihui-share-banner{
	width: 100%;
    height: 97px;
}
.flip #BAIDU_SSP__wrapper_u2766798_0{
	/*width: 100% !important;
    height: 92px !important;*/
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    z-index: 999;
    text-align: center;
}
/* 广告元素-start */
.advert .animate-contain{
	overflow: visible;
}
.advert img.layout-1 {
	width: 100%;
	height: 100%;
}
.advert p.layout-1 {
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.advert img.layout-2 {
	width: 100%;
	height: 100%;
}
.advert p.layout-2 {
	position: absolute;
	top: 0;
	left: 100%;
	width: 50%;
}
/* 广告元素-end */
/*翻页进度*/
.page-progress{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(0,0,0,0.3);
	z-index: 100;
}
.page-progress > span{
	display: block;
	width: 0;
	height: 100%;
	background-color: #3b99d7;
	transition: width 0.3s ease-out;
	-webkit-transition: width 0.3s ease-out;
	-ms-transition: width 0.3s ease-out;
}
/*翻页进度 end*/
/*可编辑文本*/
.texteditbox-editbox{
	width: 100%;
    height: 100%;
    overflow: auto;
}
.canedit .animate-contain{
	/*background-color: #fff;*/
	border: 1px dashed #3b99d7 !important;
}
/*可编辑文本 end*/
/*微信图片*/
.weixinimg .weixinimg-con , .weixinimg-con input{
	width: 100%;
	height: 100%;
}
.weixinimg-con{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack:center;
    align-items:center;
    justify-content:center;
}
.weixinimg-con img{
	max-width: 100%;
	max-height: 100%;
}
.weixinimg-con input{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.weixinimg-ele-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*微信图片 end*/
/*微信头像*/
.weixinavatar-con img{
	width: 100%;
	height: 100%;
}
/*微信头像 end*/
/*微信语音*/
.weixinvoice .animate-contain , .weixinsound .animate-contain{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack:center;
    align-items:center;
    justify-content:center;
}
.weixinvoice .animate-contain:after , .weixinsound .animate-contain:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.weixinvoice img{
	width: 25px;
	height: 25px;
	-webkit-touch-callout: none
}
.weixinvoice,.weixinsound{
	-webkit-user-select: none;
	-moz-user-select:none;
	-ms-user-select: none;
	user-select: none;
}
/*微信语音 end*/
/*照片投票*/
.photovote{
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.photovote-wrap{
	width: 100%;
    height: 100%;
	height: calc(100% - 40px);
	height: -webkit-calc(100% - 40px);
	height: -moz-calc(100% - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.photovote-wrap > section{
	display: none;
}
.photovote-wrap > section.active{
	display: block;
}
.photovote-theme > img{
	width: 100%;
}
.photovote-a{
	width: 300px;
	margin: 0 auto;
}
.photovote-h3{
	/*text-align: center;*/
	padding: 10px 0;
}
.photovote-desc{
	padding-bottom: 10px;
	text-indent: 2em;
	word-break: break-all;
	text-align: justify;
}
.photovote-desc > a{
	color: #3c98d0;
    text-decoration: underline;
    font-style: oblique;
    margin-left: 10px;
}
.photovote-statistics{
	width: 300px;
	height: 60px;
	background-color: #013061;
	color: #fff;
	text-align: center;
}
.photovote-statistics > div{
	display: inline-block;
	width: 100px;
	height: 50px;
	border-right: 1px solid #fff;
	margin: 5px 0;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.photovote-statistics > div:last-child{
	border-right: none;
}
.photovote-statistics > div > p{
	margin-top: 5px;
}
.photovote-starttime , .photovote-endtime{
	border-bottom: 1px solid #f5f5f5;
    color: #3e3e3e;
    padding: 10px 0;
}
.photovote-rule{
	padding: 10px 0;
}
.photovote-rule > p{
	display: inline-block;
    width: 275px;
    vertical-align: top;
}
.photovote-starttime > span , .photovote-endtime > span , .photovote-rule > span{
	margin: 0 5px;
	vertical-align: middle;
}
.photovote-searchbox{
	width: 200px;
	height: 30px;
	padding: 0 5px;
	margin-right: 15px;
	line-height: 30px;
	border-radius: 5px;
	border: 1px solid #ddd;
	-webkit-appearance: none; 
}
.photovote-searchbtn{
	width: 70px;
	height: 30px;
	background-color: #013061;
	border-radius: 5px;
	border: none;
	color: #fff;
}
.photovote-list-wrap{
	margin-top: 10px;
}
.piccut_v{
	min-width: 180px;
    height: 108px;
    _width: 180px;
    _height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.piccut_h{
	min-width: auto;
    height: auto;
    width: 180px;
    min-height: 108px;
    _width: auto;
    _height: 108px;
}
.photovote-li{
	display: inline-block;
	width: 135px;
	box-shadow: 0 0 5px #ababab;
	text-align: center;
	margin: 0 10px 10px 7px;
	vertical-align: top;
}
.photovote-lilast{
	margin-right: 0 !important;
}
.photovote-list{
	-webkit-overflow-scrolling : touch;
}
.photovote-li > div{
	width: 115px;
    height: 115px;
    margin: 10px auto;
    overflow: hidden;
}
.photovote-li-btn{
	width: 80px;
	height: 25px;
	color: #fff;
	background-color: #013061;
	border-radius: 3px;
	line-height: 25px;
	border: none;
	margin: 5px;
}
.photovote-li-wn ,
.photovote-li-cn{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photovote-li-btn > span{
	display: inline-block;
	font-size: 16px;
    margin-right: 2px;
    vertical-align: top;
    line-height: 25px;
}
.photovote-li-votes{
	color: #888;
	padding-bottom: 10px;
    font-size: 12px;
}
.photovote-tab{
	width: 100%;
    height: 40px;
    background-color: #000;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    position: absolute;
    bottom: 0;
    left: 0;
}
.photovote-tab > a{
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 33.3%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.photovote-tab > a.active{
	background-color: #022f61;
}
.photovote-enrul{
	text-align: center;
	-webkit-overflow-scrolling : touch;
}
.photovote-enrul > li{
	margin-top: 15px;
}
.photovote-enrul > li > label{
	color: red;
	margin-right: 10px;
    vertical-align: top;
    line-height: 27px;
}
.photovote-enrul > li > input , .photovote-enrul > li > textarea{
	width: 200px;
	height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	-webkit-appearance: none; 
}
.photovote-enrul > li > textarea{
	height: 80px;
	padding: 5px 10px;
	resize: none;
}
.photovote-enrpht-wrap{
	width: 150px;
	height: 150px;
	display: inline-block;
	position: relative;
}
.photovote-enrpht-bg{
    background-color: #e8e8e8;
    width: 100%;
	height: 100%;
}
.photovote-enrpht-bg > p:nth-child(1){
	color: #3d9cd9;
    font-size: 80px;
    padding-top: 20px;
    line-height: 85px;
}
.photovote-enrpht-bg > p:nth-child(2){
	color: #979797;
}
.photovote-enrpht{
	width: 150px;
	height: 150px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack:center;
    align-items:center;
    justify-content:center;
    position: absolute;
    top: 0;
    left: 0;
}
.photovote-enrpht img{
	max-width: 100%;
	max-height: 100%;
}
.photovote-enrpht input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.photovote-enrbtn , .photovote-detail-btn{
	width: 100px;
	height: 32px;
	color: #fff;
	font-size: 16px;
	background-color: #05315f;
	border: none;
	border-radius: 5px;
	line-height: 32px;
	display: block;
    margin: 30px auto;
}
.photovote-enrbtn > span , .photovote-detail-btn > span{
	display: inline-block;
	margin-right: 7px;
	font-size: 18px;
	vertical-align: top;
	line-height: 32px;
}
.photovote-detail-btn > span{
	font-size: 20px;
}
.photovote-detail{
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.photovote-detail-back{
	width: 110px;
    height: 30px;
    margin-top: 20px;
    margin-left: 20px;
    font-size: 16px;
}
.photovote-detail-back > span{
	margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.photovote-detail-back > label{
	vertical-align: middle;
}
.photovote-detail-title{
	padding: 0 30px;
    margin: 10px 0 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.photovote-detail-img{
	padding: 0 30px;
}
.photovote-detail-img > img{
	width: 100%;
}
.photovote-detail-info{
	padding: 0 30px;
	margin: 10px 0;
}
.photovote-detail-info > div{
	display: inline-block;
	width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 10px;
}
.photovote-detail-info > div:nth-child(2){
	border-left: 1px solid #d3d3d3;
}
.photovote-detail-name > p:nth-child(1){

}
.photovote-detail-name > p:nth-child(2){
	font-size: 18px;
	color: #2d2d2d;
}
.photovote-detail-vote > p:nth-child(1){
	font-size: 18px;
	color: #868586;
}
.photovote-detail-vote > p:nth-child(2){
	color: #989898;
}
.photovote-detail-desc{
	margin: 0 10px;
    padding: 10px;
    text-align: justify;
    text-indent: 2em;
    border-top: 1px solid #d3d3d3;
}
.photovote-ord-head{
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
	margin: 10px 20px 5px;
	border-bottom: 1px solid #d3d3d3;
}
.photovote-ord-head > span:nth-child(1){
	display: inline-block;
	width: 70%;
}
.photovote-ord-head > span:nth-child(2){
	display: inline-block;
	width: 30%;
	text-align: right;
}
.photovote-ord-ul{
	margin: 0 20px;
	-webkit-overflow-scrolling : touch;
}
.photovote-ord-none , .photovote-li-none{
	text-align: center;
    margin: 50px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ddd;
}
.photovote-ord-nomore , .photovote-li-nomore{
	text-align: center;
    margin: 20px 0;
    font-size: 16px;
    color: #ddd;
}
.photovote-ord-ul > li{
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	margin-top: 20px;
}
.photovote-ord-ul > li > span{
	display: inline-block;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.photovote-ord-ul .phv-ul-rank{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0 15px;
	position: relative;
}
.photovote-ord-ul .phv-ul-name{
	width: 48%;
}
.photovote-ord-ul .phv-ul-vote{
	width: 29%;
	text-align: right;
}
.photovote-ord-ul .phv-ul-rank > i{
	display: block;
	width: 100%;
	height: 100%;
}
.photovote-ord-ul .phv-ul-rank > label{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.photovote-ord-ul > li[data-rank="1"] .phv-ul-rank,
.photovote-ord-ul > li[data-rank="2"] .phv-ul-rank,
.photovote-ord-ul > li[data-rank="3"] .phv-ul-rank{
	border: 1px solid rgb(2, 47, 97);
	color: #fff;
}
.photovote-ord-ul > li[data-rank="1"] .phv-ul-rank > i,
.photovote-ord-ul > li[data-rank="2"] .phv-ul-rank > i,
.photovote-ord-ul > li[data-rank="3"] .phv-ul-rank > i{
	background-color: rgb(0, 51, 94);
}
.photovote-ord-ul > li[data-rank="2"] .phv-ul-rank > i{
	opacity: 0.8;
}
.photovote-ord-ul > li[data-rank="3"] .phv-ul-rank > i{
	opacity: 0.6;
}

.photovote-footer{
	padding: 15px 0;
    line-height: 25px;
    text-align: center;
    color: #333;
    background-color: #f5f5f5;
    border-top: 1px solid #E5E5E5;
    margin-top: 25px;
}
.photovote-footer > a{
	color: #0085c7;
	text-decoration: none;
}
.photovote .photovote-bgc{
	background-color: #013061;
}

/*风格 red*/
.photovote > .animate-contain[data-style="red"] .photovote-statistics,
.photovote > .animate-contain[data-style="red"] .photovote-searchbtn,
.photovote > .animate-contain[data-style="red"] .photovote-li-btn,
.photovote > .animate-contain[data-style="red"] .photovote-detail-btn,
.photovote > .animate-contain[data-style="red"] .photovote-enrbtn,
.photovote > .animate-contain[data-style="red"] .photovote-tab > a.active,
.photovote > .animate-contain[data-style="red"] .photovote-bgc
{
	background-color: #630908 !important;
}
/*风格 orange*/
.photovote > .animate-contain[data-style="orange"] .photovote-statistics,
.photovote > .animate-contain[data-style="orange"] .photovote-searchbtn,
.photovote > .animate-contain[data-style="orange"] .photovote-li-btn,
.photovote > .animate-contain[data-style="orange"] .photovote-detail-btn,
.photovote > .animate-contain[data-style="orange"] .photovote-enrbtn,
.photovote > .animate-contain[data-style="orange"] .photovote-tab > a.active,
.photovote > .animate-contain[data-style="orange"] .photovote-bgc
{
	background-color: #b46e25;
}
/*风格 green*/
.photovote > .animate-contain[data-style="green"] .photovote-statistics,
.photovote > .animate-contain[data-style="green"] .photovote-searchbtn,
.photovote > .animate-contain[data-style="green"] .photovote-li-btn,
.photovote > .animate-contain[data-style="green"] .photovote-detail-btn,
.photovote > .animate-contain[data-style="green"] .photovote-enrbtn,
.photovote > .animate-contain[data-style="green"] .photovote-tab > a.active,
.photovote > .animate-contain[data-style="green"] .photovote-bgc
{
	background-color: #2e5c12;
}

/*照片列表每行 3 个*/
.photovote-list[rownum="3"] .photovote-li{
	width: 90px;
	margin: 0 7px 10px 4px;
	font-size: 12px;
}
.photovote-list[rownum="3"] .photovote-li > div{
	width: 80px;
    height: 80px;
    margin: 5px auto;
}
.photovote-list[rownum="3"] .photovote-li-btn{
	width: 65px;
}
/*照片投票 end*/