.visibility-h {
	visibility: hidden;
}

.banner-img img {
	width: 100%;
}

.margin-top-none {
	margin-top: 0!important;
}

.display-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.justify-space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.justify-center {
	justify-content: center;
	-webkit-justify-content: center;
}

.justify-flex-end {
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.justify-flex-start {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.justify-space-around {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.flex-align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-align {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.user-select {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*ie10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.display-none {
	display: none;
}

.cursor-p {
	cursor: pointer;
}

.position-fixed {
	position: fixed;
}

.position-relative {
	position: relative;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-13 {
	font-size: 13px;
}

.font-size-14 {
	font-size: 14px;
}

.font-size-15 {
	font-size: 15px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-24 {
	font-size: 24px;
}

.a-none {
	text-decoration: none;
	color: #333333;
}

.a-none:hover {
	color: #333333;
}

.float-none {
	float: none;
}

.border-radius-50 {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.nav ul a {
	padding: 5px 0px;
}

body {
	background-color: #0a1b35;
	overflow-x: hidden;
}

div {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.text-4aff-a,
.text-4aff {
	color: #1f69ff;
}

.pgk-gp {
	color: #ffffff;
	margin-bottom: 20px;
}

.pgk-gp>div {
	float: left;
}

.pgk-gp .pgk-name {
	font-size: 20px;
}

.pgk-gp .pgk-name span {
	line-height: 28px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-left: 1px solid #ededed;
}

.pgk-gp .pgk-posi {
	line-height: 28px;
}

.pgk-gp .pgk-lb {
	line-height: 28px;
}

@media (max-width: 760px) {
	.pgk-gp {
		color: #ffffff;
		margin-bottom: 20px;
		border-left: 0;
		padding: 10px 0;
	}
	.pgk-gp .pgk-name {
		margin-bottom: 12px;
	}
	.pgk-gp .pgk-name span {
		padding-left: 0;
		border-left: 0;
		border-bottom: 1px solid #ededed;
	}
	.pgk-gp {
		margin-bottom: 12px;
	}
	.pgk-lb {
		padding-left: 10px;
	}
}


/* 导航 */
.header-vimg>div{
	margin-right: 5px;
}
.mobile-logo>div{
	margin-right: 5px;
}
.padding-none {
	padding: 0;
}

.lift>li {
	cursor: pointer;
	margin: 0 10px;
	position: relative;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translatez(0);
	transform: perspective(1px) translatez(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.lift>li a {
	color: white;
}

.lift>li a:hover {
	color: #1f69ff;
}

.lift>li:hover {
	color: #1f69ff;
	-webkit-animation-name: hvr-wobble-top;
	animation-name: hvr-wobble-top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes hvr-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.pc-head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 78px;
	z-index: 100;
}

.header-vimg img {
	width: 139px;
	margin-top: 5px;
	max-width: 100%;
	max-height: 100%;
}

.logo-bn-a {
	margin-left: 5px;
}

.transition-all {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.mobile-logo {
	padding-left: 20px;
}

.mobile-logo>div {
	width: 26%;
	padding: 10px 0;
}

.nav-hr {
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 2px;
	background: #ff36f8;
	/*transition: all 0.5s;*/
	animation: mymove 0.5s 1;
	-webkit-animation: mymove 0.5s 1 forwards;
	-moz-animation: mymove 0.5s 1 forwards;
	-ms-animation: mymove 0.5s 1 forwards;
	margin: 0 auto;
	display: none;
}

@keyframes mymove {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

@-webkit-keyframes mymove {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.nav-hr-check {
	background: gold;
}

.current {
	color: #1f69ff;
}

.current>div {
	display: block!important;
	/*width: 100%!important;*/
}

.background-b {
	background: #13264c;
	-webkit-background: #13264c;
}

.mk {
	position: fixed;
	z-index: 3;
}


/* 导航 n */


/* 大会 */

.banner-muna {
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.banner-nav{
	padding: 0 110px;
}
.banner-navb>div:first-child {
	font-size: 24px;
}

.banner-navb>div:last-child {
	padding-left: 6px;
	font-size: 12px;
}

.banner-navb-check {
	/*background: linear-gradient(to right, #01feff, #4feb4a);
						-webkit-background-clip: text;
						color: transparent;*/
	color: #1f69ff;
}

.banner-nav>div {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.banner-nav>div:last-child {
	border-right: none;
}

@media only screen and (min-width: 760px) and (max-width: 1000px) {
	.banner-navb>div:first-child {
		font-size: 20px;
	}
}

@media (max-width: 760px) {
	.banner-nav-mob{
		width: 50%;
	}
	.banner-navb>div:first-child {
		font-size: 16px;
	}
	.banner-navb>div:last-child {
		padding-left: 3px;
		font-size: 12px;
		transform: scale(0.8);
	}
	.banner-muna {
		bottom: 6%;
	}
	.border-right-none {
		border-right: 0!important;
	}
}


/* 大会n */


/* 地址 */

.p-address {
	background: url(/uploads/image/s2img/dbg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	margin-top: 50px;
}

.d-address>div {
	padding-bottom: 20px;
}

.add-name {
	font-size: 16px;
}

.add-name>div {
	padding-bottom: 15px;
	padding-left: 45px;
}

.add-img-p {
	position: absolute;
	animation: tyb .8s infinite alternate-reverse;
}

@keyframes tyb {
	0% {
		top: 20%;
	}
	50% {
		top: 0;
	}
	80% {
		top: 0;
	}
	100% {
		top: 0;
	}
}

@media (max-width: 760px) {
	.add-name {
		font-size: 14px;
	}
	.add-img-p {
		width: 6%;
	}
	.add-name>div {
		padding-bottom: 10px;
		padding-left: 30px;
	}
}


/* 地址n */


/* 议程 */

.part-3>div {
	color: #ffffff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

.part-3>div:first-child {
	padding-top: 0;
}

.list-yc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}

.list-yc>div:first-child {
	width: 10%;
}

.list-yc>div:nth-child(2) {
	width: 50%;
}

.list-yc>div:last-child {
	width: 60%;
}

.alst-v>div:first-child {
	width: 40%;
}

.alst-v>div:last-child {
	width: 60%;
	color: rgba(255, 255, 255, 0.5);
}

.list-yc-time {
	float: left;
}

.mob-nb {
	float: left;
}

.mob-nb b {
	font-size: 18px;
}

@media (max-width: 760px) {
	.list-yc {
		display: block;
	}
	.list-yc>div:first-child {
		font-size: 12px;
		float: left;
	}
	.list-yc>div:nth-child(2) {
		width: 90%!important;
		padding-left: 10px;
		float: left;
	}
	.list-yc-time {
		float: none;
	}
	.list-yc .kl {
		padding-top: 2px;
	}
	.mob-nb {
		float: none;
	}
	.mob-ty {
		padding: 4px 0;
	}
	.mob-nae {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.5);
	}
	.mob-nb b {
		font-size: 16px;
	}
}


/* 议程 n */


/* 标题 */

.p-title {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 37px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.title-cname {
	font-size: 54px;
}

.title-name {
	font-size: 20px;
}

@media (max-width: 760px) {
	.title-cname {
		font-size: 30px;
	}
	.title-name {
		font-size: 16px;
	}
}


/* 标题 n */


/* part-1 */

.part-1 {
	/*background: linear-gradient(to right, #01feff, #4feb4a);
	-webkit-background-clip: text;
	color: transparent;*/
	color: #ffffff;
}

.part-1 p {
	line-height: 28px;
}

.p-index {
	text-indent: 30px;
}

.width-d {
	width: 70%;
}

@media (max-width: 760px) {
	.wid-wen {
		position: absolute;
		z-index: -1;
		opacity: 0.5;
	}
}


/* part-1 n */


/* 嘉宾 */

.su-three>div {
	padding: 0 20px;
}

.su-three-img {
	border-radius: 50%;
	overflow: hidden;
}

.su-three-img img {
	width: 100%;
	max-width: 100%;
	transition: all .3s;
}

.su-three>div:hover .su-three-img {
	animation: imgin .3s 6 alternate-reverse;
}

@keyframes imgin {
	from {
		transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
	to {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes imgin {
	from {
		transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
	to {
		transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
}

@-ms-keyframes imgin {
	from {
		transform: scale(1.05);
		transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
	to {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes imgin {
	from {
		transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}
	to {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

.list-div {
	text-align: left;
	color: #ffffff;
}

.list-div .z-name {
	padding-top: 23px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	font-size: 16px;
}

.list-div .z-name span {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 6px;
}

.list-div .su-three-time {
	font-size: 14px;
	height: 100px;
	overflow: hidden;
}

.pai-txt {
	color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 760px) {
	.su-three>div {
		padding: 0 10px;
	}
}


/* 嘉宾 n */


/* 会议组织 */

.t6-comment-div>div {
	margin-bottom: 40px;
}

.t6-comment .padding {
	padding: 10px 10px 10px 0;
}

.t6-comment-div {
	padding-left: 0;
}

.t6-comment-div>div:last-child {
	margin-bottom: 0;
}

.t6-comment>div:last-child>span {
	line-height: 25px;
}

.t6-gonsc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.t6-comment-logo {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	padding-top: 0;
}

.t6-comment-logo>div {
	padding: 10px 10px 0 0;
}

.t6-comment-logo .xm2 {
	width: 12%;
}

.t6-comment-logo>div:hover {
	opacity: 0.8;
}

.foot-cont {
	color: #44516c;
	padding: 70px 0 21px 0;
}

.foot-cont>div {
	padding-top: 21px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 760px) {
	.t6-comment-logo .xm2 {
		width: 25%;
	}
	.t6-gonsc {
		display: block;
	}
	.foot-cont>div {
		font-size: 12px;
	}
}


/*会议组织 n*/


/* 现场 */

.su-swiper {
	width: 100%;
	height: 100%;
}

.su-swiper .swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}

.su-swiper .swiper-slide img {
	max-width: 100%;
}

.su-swiper-dec {
	height: 50px;
	overflow: hidden;
	background-color: #1b2741;
	color: #ffffff;
	padding: 6px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-pagination-bullets {
	margin-top: 20px;
}

.su-swiper .swiper-pagination-bullet {
	border-radius: initial;
	background-color: #1f69ff;
	width: 36px;
	height: 3px;
}

.swiper-nexts,
.swiper-prevs {
	position: absolute;
	top: -10%;
	width: 50px;
	height: 100%;
	z-index: 10;
}

.swiper-nexts {
	left: 0.5%;
}

.swiper-prevs {
	right: 1%;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.swiper-nexts>div,
.swiper-prevs>div {
	width: 20px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}

.swiper-nexts>div:before {
	content: '';
	position: absolute;
	top: 0;
	width: 25px;
	height: 25px;
	border-top: 2px solid #cfcfd2;
	border-left: 2px solid #cfcfd2;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.swiper-prevs>div:before {
	content: '';
	position: absolute;
	top: 0;
	width: 25px;
	height: 25px;
	border-top: 2px solid #cfcfd2;
	border-right: 2px solid #cfcfd2;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}


/* 现场 n */


/* 联系 */

.text-fff {
	color: #ffffff;
}

.t8-comment .qrcode {
	border: solid 1px #1d49a2;
	width: 80px;
	height: 80px;
	padding: 3px;
}

.t8-comment .qrcode img {
	max-width: 100%;
}

.t8-comment>div {
	color: rgba(255, 255, 255, 0.5);
}

.t8-so {
	padding-left: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	font-size: 14px;
}

.flex-align-end {
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.t8-last-bm {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 1000px) {
	.t8-last-bm {
		display: block;
	}
	.t8-vnmk>div {
		margin-bottom: 40px;
	}
}


/*联系 n */


/* 弹窗 */

.tips {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.tips>div {
	width: 100%;
	height: 100%;
}

.tips-div {
	width: 160px;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	animation: tipsv .3s 1 forwards;
	-moz-animation: tipsv .3s 1 forwards;
	-ms-animation: tipsv .3s 1 forwards;
	-webkit-animation: tipsv .3s 1 forwards;
}

@keyframes tipsv {
	from {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
	to {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes name {
	from {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
	to {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-ms-keyframes name {
	from {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
	to {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes name {
	from {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
	to {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}


/* 弹窗表单 */

.pop-btn {
	position: fixed;
	bottom: 18%;
	right: 5%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 60px;
	height: 60px;
	background-image: -moz-linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
	background-image: -ms-linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
	background-image: -webkit-linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
	background-image: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	z-index: 10;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}

.pop-btn:hover {
	background-image: -moz-linear-gradient(360deg, #00dbde 0%, #fc00ff 100%);
	background-image: -ms-linear-gradient(360deg, #00dbde 0%, #fc00ff 100%);
	background-image: -webkit-linear-gradient(360deg, #00dbde 0%, #fc00ff 100%);
	background-image: linear-gradient(360deg, #00dbde 0%, #fc00ff 100%);
}

.pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	display: none;
}

.pop-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.pop-pop {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.pop-pop-div {
	width: 500px;
	/*height: 600px;*/
	padding-bottom: 20px;
	background: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	animation-duration: .5s;
	-moz-animation-duration: .5s;
	-ms-animation-duration: .5s;
	-webkit-animation-duration: .5s;
	animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.add {
	animation-name: pov;
	-moz-animation-name: pov;
	-ms-animation-name: pov;
	-webkit-animation-name: pov;
}

.remove {
	animation-name: povs;
	-moz-animation-name: povs;
	-ms-animation-name: povs;
	-webkit-animation-name: povs;
}

@keyframes pov {
	0% {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
	100% {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes pov {
	0% {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
	100% {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes povs {
	0% {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
}

@-webkit-keyframes povs {
	0% {
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}
	100% {
		transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
	}
}

.colsed-cover {
	position: absolute;
	top: 0;
	right: -8%;
	color: #ffffff;
	z-index: 101;
}

.colsed-cover span {
	font-size: 40px;
}

.popup-comment-title {
	font-size: 1.5em;
	padding: 20px 0;
}

.sponsor-up {
	width: 80%;
	margin: 0 auto;
}

.gradient-bg {
	background-image: -moz-linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
	background-image: -ms-linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
	background-image: -webkit-linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
	background-image: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
}

.sponsor-up-btn,
.sponsor-up-btn-sign {
	padding: 10px 40px;
	margin: 0 auto;
}

.popup-comment-form>div {
	padding-top: 16px;
	position: relative;
}

.form-btn {
	padding-top: 20px;
}

.sponsor-textarea {
	width: 100%;
	resize: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border: solid 1px #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px;
}

.pop-bao {
	bottom: 10%;
}

.msg-s {
	color: red;
	font-size: 12px;
}

@media (max-width: 760px) {
	.container {
		padding: 0 20px;
	}
	.su-swiper {
		width: 100%;
		height: 100%;
	}
	.swiper-nexts,
	.swiper-prevs {
		display: none;
	}
	.sponsor-up-btn,
	.sponsor-up-btn-sign {
		padding: 6px 20px;
		margin: 0 auto;
	}
	.msg-s {
		padding-top: 6px;
	}
	.pop-bao {
		bottom: 5%;
	}
	.pop-pop-div {
		width: 85%;
	}
	.popup-comment-form>div {
		padding-top: 0;
	}
	.popup-comment-form>div input,
	.popup-comment-form>div textarea {
		border: 0;
		box-shadow: none;
	}
	.mbsa {
		width: 55px;
		padding-bottom: 0;
	}
	.mob-bp {
		padding-left: 5px;
		margin-top: 10px;
		border: 1px solid #eeeeee;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.gradient-bg-a {
		color: #999;
		font-size: 16px;
		background: none;
		border-right: 1px solid #eeeeee;
	}
	.gradient-bg {
		background: none;
		color: #1f69ff;
		font-size: 16px;
	}
	.form-btn>button {
		width: 50%;
	}
	.mob-bpa {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		padding-top: 5px!important;
	}
}


/* 弹窗表单 */