body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
	margin: 0;
	padding: 0
}

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

input,
button,
textarea,
option {
	font: 12px "PingFang SC", Helvetica, "Microsoft YaHei", Arial, "sans-serif";
}

ul,
li,
div {
	list-style: none;
	border: 0
}

img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.clear {
	font: 0/0px serif;
	display: block;
	clear: both
}

html {
	-webkit-text-size-adjust: none
}

input {
	outline: 0
}

textarea {
	resize: none
}

a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none
}

a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

body:nth-of-type(1) input:focus,
textarea:focus {
	outline: 0
}

body {
	font: 12px "PingFang SC", Helvetica, "Microsoft YaHei", Arial, "sans-serif";
	color: #333;
	background: #fff
}

/*视频公共*/
.prism-player .prism-big-play-btn {
    
    
    /* width: 64px;
    height: 64px; */
	position: absolute;
    left: 50%!important;
    bottom: 50%!important;
	
	}
	
.prism-player .prism-cover{
	background-size: 100% 100%!important;
}

.vip-join {
	color: #00c1de;
}

.vip_limit_content {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.vip_limit_content .title {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	width: 100%;
}

.vip_limit_button_box {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.vip_limit_btn {
	display: inline-block;
	min-width: 100px;
	position: relative;
	background: #f60;
	padding: 0 35px;
	margin: 0px 5px 20px 5px;
	border-radius: 38px;
	font-size: 18px;
	line-height: 38px;
	color: #623A0C;
	text-align: center;
	background-image: linear-gradient(-135deg, #FBE8A8 0%, #F8E7AC 15%, #E2C078 100%);
	cursor: pointer;
}

.vip_limit_close {
	text-align: center;
}
.vip_limit_close span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	background: rgba(165, 165, 165, 0.54);
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
}

/*end*/