html {
	margin: 0;
	font-size: 62.5%;
	background-color: #fff;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	color: #333333;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	object-fit: cover;
}

em,
i {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3,
button,
input,
select,
textarea {
	font-size: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
}

a:hover {
	color: #333;
}

a:focus {
	outline: none;
}

.pone {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ptow {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/* tabhead */

.pageHead {
	height: 40px;
	padding: 0 4%;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 5px;
	width: 92%;
	z-index: 9;
	background-color: #FFFFFF
}

.pageHead-text {
	font-size: 1.7rem;
	height: 25px;
	overflow: hidden;
}

.pageHead-left i,
.pageHead-right i {
	font-size: 2rem;
}

.pageHead-left,
.pageHead-right {
	width: 80px;
}

.pageHead-right {
	text-align: right;
}

.pageHead-right a {
	font-size: 1.4rem;
}

.pageHead-fu {
	position: fixed;
	top: 54px;
	background: #FFFFFF;
	height: 35px;
	display: flex;
	justify-content: space-around;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	z-index: 9;
}

.pageHead-fu p {
	font-size: 1.5rem;
	position: relative;
}

.pageHead-fu .activefu {
	color: #F5B304;
}

.pageHead-fu .activefu::before {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 12px;
	height: 3px;
	background: #F5B304;
	border-radius: 3px;
	left: 50%;
	margin-left: -6px;
}


/* 首页头部 */

.index-head {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background-color: #FFFFFF;
	z-index: 9;
}


/* 搜索栏 */

.search {
	height: 44px;
	padding: 10px 4% 0 4%;
}

.search-input {
	height: 30px;
	background: #F6F7F8;
	border-radius: 30px;
	padding: 0 3%;
}

.search-input img {
	width: 15px;
	height: 15px;
	margin-right: 5%;
	display: block;
}

.search-input input {
	border: none;
	width: 100%;
	background: none;
	font-size: 1.4rem;
}

.search-history i,
.search-download i {
	font-size: 22px;
	display: block;
}

.search-history,
.search-download {
	margin-left: 4%;
}


/* nva导航栏 */

.index-nav {
	display: flex;
	overflow-x: auto;
	justify-content: space-between;
	margin-left: 4%;
	height: 32px;
	align-items: center;
	margin-top: 5px;
}

.index-nav::-webkit-scrollbar {
	display: none
}

.index-nav a {
	flex-shrink: 0;
	white-space: nowrap;
	display: block;
	margin-right: 6%;
	font-size: 1.5rem;
	color: #666666;
}

.index-nav .index-nav-active {
	color: #F5B304!important;
	font-size: 1.8rem;
	font-weight: 700;
}


/* tabbat页面底部 */

.tabbat {
	height: 50px;
	position: fixed;
	bottom: 0;
	bottom: constant(safe-area-inset-bottom);
	bottom: env(safe-area-inset-bottom);
	left: 0;
	width: 100%;
	background-color: #FFFFFF;
	align-items: center;
	z-index: 9999;
}

.tabbat a {
	width: 100%;
	text-align: center;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tabbat a i {
	font-size: 24px
}

.tabbat a p {
	font-size: 1rem;
	color: #999999;
	margin-top: 2px;
}

.tabbat-active p {
	color: #333333 !important;
}


/* 广告 */

.advertisement {
	margin: 10px 4%;
	background-color: #F0AD4E;
	height: 75px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.advertisement img {
	width: 100%;
	height: 100%;
}

.advertisement span {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 18px;
	background: #D0D0D0;
	border-radius: 0px 4px 0px 4px;
	font-size: 1.2rem;
	color: #FFFFFF;
	text-align: center;
}


/* 首页boxhead */

.index-boxhead {
	padding: 10px 4%;
}

.index-boxhead div {
	font-size: 1.8rem;
}

.index-boxhead a {
	color: #999999;
	font-size: 1.2rem;
}

.index-boxhead a i {
	font-size: 1.4rem;
}


/* 首页banner */

.swiper-container {
	height: 160px;
	margin: 10px 4% !important;
	border-radius: 6px;
}

.swiper-slide a img {
	width: 100%;
	height: 160px;
}

.swiper-container .swiper-pagination {
	text-align: right;
	bottom: 5px !important;
	width: 98%!important;
}

.swiper-container .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	background: #AFAFAF;
	opacity: 1;
	margin: 0 2px !important;
}

.swiper-container .swiper-pagination-bullet-active {
	width: 9px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 4px;
	display: inline-block;
	opacity: 1;
}


/* 首页消息滚动 */

.index-notice {
	background-color: #F9F9F9;
	padding: 0 4%;
}

.index-notice-img {
	width: 20px;
	height: 20px;
	display: block;
}


/* videoli */

.videoul {
	display: flex;
	flex-wrap: wrap;
}

.videoul-li {
	width: 27.8%;
	margin-left: 4%;
	margin-bottom: 15px;
}

.videoul-img {
	width: 100%;
	height: 160px;
}

@media(max-width:360px){
    .videoul-img {
	height: 130px;
}
}
.videoul-conet {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.videoul-vip {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 17px;
}

.videoul-tips {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 23px;
	background-color: rgb(0 0 0 / 30%);
	display: flex;
	align-items: center;
	padding: 0 2%;
}

.videoul-tips1 {
	font-size: 1.2rem;
	color: #FFFFFF;
}

.videoul-title {
	font-size: 1.5rem;
	margin-top: 5px;
}


/* starli */

.starbox {
	margin: 0 4%;
}

.starul {
	display: flex;
	overflow-x: auto;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.starul::-webkit-scrollbar {
	display: none;
	width: 0 !important
}

.starul li {
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}

.starul li img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.starul li .name {
	font-size: 1.5rem;
	margin-top: 5px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.starlist {
	display: flex;
	flex-wrap: wrap;
}

.starlist li {
	width: 27.8%;
	margin-left: 4%;
	margin-bottom: 15px;
	text-align: center;
}

.starlist li img {
	width: 100%;
	height: 120px;
	border-radius: 2px;
}

.starlist li .name {
	font-size: 1.5rem;
	margin-top: 5px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.statbg {
	width: 100%;
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	overflow: hidden;
}

.statbg .bg {
	width: 160%;
	height: 160%;
	position: absolute;
	left: -20%;
	top: -20%;
	z-index: 2;
	background: inherit;
	box-shadow: inset 0 0 0 500px rgba(0, 0, 0, .7);
	filter: blur(10px);
}

.statbg .info {
	position: absolute;
	top: 60px;
	left: 4%;
	z-index: 3;
}

.statbg .info .pic {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
}

.statbg .info .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.statbg .info .name {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.statbg .info .name h3 {
	font-size: 18px;
	font-weight: 500;
	color: #fefefe;
}

.statbg .info .name p {
	font-size: 12px;
	padding-top: 10px;
	color: #bbb;
}

.statbg .info .name p span {
	display: inline-block;
	margin-right: 10px;
}

.star-nav {
	border-bottom: 1px solid #EDEDED;
	top: 180px;
	position: fixed;
	left: 0;
	z-index: 1;
	background: #fff;
	width: 100%;
}

.star-nav-ul {
	display: flex;
	overflow-x: auto;
}

.star-nav-ul::-webkit-scrollbar {
	display: none;
}

.star-nav-ul li {
	flex-shrink: 0;
	padding: 10px 20px;
	font-size: 14px;
	position: relative;
}

.star-nav-ul li.on {
	color: #F5B304;
}

.star-nav-ul li.on em {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 3px;
	background: #F5B304;
	margin-left: -10px;
}

.star-info {
	padding: 10px 4%;
}

.star-info p {
	padding: 3px;
	color: #666;
	line-height: 25px;
}

.star-info p b {
	color: #444;
}


/* --------------------------专题页面-------------------- */

.specialhead {
	height: 50px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 1.8rem;
}

.specialul {
	padding: 0 4%;
}

.specialli {
	background-color: #F9F9F9;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}

.special-li img {
	width: 100%;
	height: initial;
	display: block;
	max-height: 175px;
}

.special-li p {
	padding: 10px;
	font-size: 1.6rem;
}


/* --------------------------专题页面-end-------------------- */


/* --------------------------排行页面-------------------- */

.ranking {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background-color: #FFFFFF;
}

.ranking-head-king {
	width: 100%;
	position: absolute;
	bottom: 25px;
}

.ranking-t {
	width: 167px;
	height: 28px;
	display: block;
}

.ranking-bg {
	width: 100%;
	display: block;
	height: 134px;
}

.ranking-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 43px;
	padding: 0 15px;
	border-bottom: 2px solid #E6E6E6;
}

.ranking-nav p {
	font-size: 1.5rem;
	position: relative;
	height: 43px;
	line-height: 43px;
}

.ranking-nav .active {
	color: #F5B304;
}

.active:before {
	content: "";
	width: 40%;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	bottom: -2px;
	left: 30%;
	background-color: #F5B304;
}

.ranking-j {
	width: 24px;
	height: 26px;
	display: block;
	margin-right: 10px;
}

.ranking-head {
	position: relative;
}

.ranking-back {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 30px;
	height: 30px;
}

.rankingul {
	padding: 20px 4%;
}

.rankingul-li {}

.rankingul-nav {
	display: flex;
	overflow-x: auto;
}

.rankingul-nav::-webkit-scrollbar {
	display: none
}

.rankingul-nav a {
	background: #F6F7F8;
	border-radius: 4px;
	flex-shrink: 0;
	white-space: nowrap;
	padding: 3px 10px;
	margin-right: 4%;
	font-size: 1.2rem;
	color: #999999;
}

.rankingul-nav a.rankingul-navactive {
	background: #F5B304;
	color: #333;
}

.rankingul-cont {
	margin-top: 20px;
}

.rankingul-cover {
	width: 33%;
	position: relative;
}

.rankingul-cover-img {
	width: 100%;
	height: 142px;
	display: block;
	border-radius: 4px;
}

.rankingul-cover-vip {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 17px;
}

.rankingul-rank {
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 27px;
}

.rankingul-rank img {
	width: 100%;
	height: 100%;
}

.rankingul-rank span {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 27px;
	top: 0;
	left: 0;
	padding-left: 2px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #666666;
}

.rankingul-cont {
	display: flex;
	height: 142px;
}

.rankingul-info {
	margin-left: 3%;
	display: flex;
	flex-direction: column;
	padding: 10px 0;
	justify-content: space-between;
}

.rankingul-info-head p {
	font-size: 1.5rem;
}

.rankingul-info-head span {
	font-size: 1.8rem;
	color: #F5B304;
}

.rankingul-info-per,
.rankingul-info-tips {
	color: #999999;
	font-size: 1.2rem;
	overflow: hidden;
	max-height: 18px;
	word-break: break-all;
}

.rankingul-info-tips {
	max-height: 50px;
}

.rankingul-degree span {
	color: #999999;
	font-size: 1.2rem;
	padding-left: 5px;
}

.rankingul-degree img {
	width: 11px;
	height: 14px;
}

.rankingul-collection,
.rankingul-play {
	height: 25px;
	background: #EEEEEE;
	border-radius: 4px;
	padding: 0 10px;
}

.rankingul-collection img,
.rankingul-play img {
	width: 13px;
	height: 13px;
}

.rankingul-play span {
	font-size: 1.2rem;
}

.rankingul-play {
	margin-left: 5px;
}

.rankingul-li .rankingul-cont:nth-child(2) .rankingul-rank span,
.rankingul-li .rankingul-cont:nth-child(3) .rankingul-rank span,
.rankingul-li .rankingul-cont:nth-child(4) .rankingul-rank span {
	color: #FFFFFF;
}

@media screen and (max-width: 350px) {
	.rankingul-collection,
	.rankingul-play {
		height: 25px;
		background: #EEEEEE;
		border-radius: 4px;
		padding: 0 5px;
	}
	.rankingul-collection img,
	.rankingul-play img {
		width: 10px;
		height: 10px;
	}
}


/* --------------------------排行页面-end-------------------- */


/*--------------------------分类页面----------------------*/

.classification-ul {
	margin-top: 15px;
}

.classification-type {
	margin: 0 4%;
	padding-top: 15px;
	border-bottom: 1px solid #EDEDED;
}

.classification-type li {
	display: flex;
	overflow-x: auto;
	margin-bottom: 11px;
}

.classification-type li::-webkit-scrollbar {
	display: none;
}

.classification-type li a {
	flex-shrink: 0;
	padding: 4px 11px;
	font-size: 14px;
}

.classification-type li .clactive {
	background: #F5F6F7;
	border-radius: 4px;
	color: #F5B304;
}


/*--------------------------分类页面-end---------------------*/


/*--------------------------搜索页面----------------------*/

.search-head {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 92%;
	padding: 0 4%;
	z-index: 9;
	padding-top: 10px;
	height: 44px;
}

.search-head-box {
	padding: 0 30px;
	height: 88px;
	background-color: #FFFFFF;
}

.search-head-box img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.search-head-input {
	background-color: #F5F6F7;
	height: 30px;
	border-radius: 30px;
	padding: 0 10px;
}

.search-head-input input {
	width: 100%;
	height: 30px;
	font-size: 1.4rem;
	background: none;
	border: none;
}

.search-head-cancel {
	padding-left: 16px;
	font-size: 1.4rem;
}

.search-box {
	padding: 0 4%;
}

.search-box-content div {
	display: flex;
	flex-wrap: wrap;
}

.search-box-content div a {
	background: #F5F6F7;
	height: 25px;
	border-radius: 25px;
	padding: 0 10px;
	margin: 0 10px 15px 0;
	font-size: 1.2rem;
	display: block;
	line-height: 25px;
}

.search-box-head {
	padding: 15px 0;
	color: #999999;
}

.search-box-head div {
	font-size: 1.4rem;
}

.search-box-head img {
	width: 19px;
	height: 17px;
	display: block;
}

.youLike {
	border-top: 1px solid #EDEDED;
}

.youLike .search-box-head {
	padding: 15px 4%;
	color: #333333;
	font-size: 1.8rem !important;
}


/*--------------------------搜索页面-end----------------------*/


/*--------------------------专题详情页面-----------------------*/

.special-dhead {
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	height: 179px;
}

.special-dbg {
	width: 100%;
	height: 179px;
	display: block;
}

.special-dhead .bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.special-dhead .back {
	position: absolute;
	top: 40px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 4%;
}

.special-dhead .back i {
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
}

.special-dbox {
	position: absolute;
	bottom: 20px;
	width: 92%;
	padding: 0 4%;
}

.special-dshouc {
	width: 58px;
	height: 25px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px #E4A781;
	border-radius: 25px;
}

.special-dshouc img {
	width: 13px;
	height: 13px;
	display: block;
}

.special-dshouc span {
	font-size: 1.2rem;
	color: #F5B304;
}

.special-dtitle {
	color: #FFFFFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: ;
	margin-bottom: 2px;
	margin-right: 10px;
}

.special-dnum {
	color: #FFFFFF;
	font-size: 1.4rem;
	line-height: 32px;
}

.specialDetails .rankingul-cont {
	margin-top: 0;
}

.specialDetails .rankingul-cover {
	margin-right: 3%;
}

.specialDetails .rankingul-info-head {
	margin-bottom: 10px;
}

.specialDetails .rankingul-info-per {
	margin-bottom: 10px;
}

.specialDetails-sck {
	width: 18px;
	height: 18px;
}

.specialDetails-sck img {
	width: 100%;
	height: 100%;
	display: block;
}

.specialDetails .rankingul-li {
	margin-bottom: 20px;
}

.specialDetails .rankingul-li .info {
	width: 80%;
}

@media screen and (max-width: 350px) {
	.special-dbox {
		position: absolute;
		bottom: 35px;
		width: 92%;
		padding: 0 4%;
	}
}


/*--------------------------专题详情页面-end--------------------*/


/*--------------------------缓存页面-------------------------*/

.cachetab2 {
	display: none;
}

.cache-form {
	padding: 20px 4%;
}

.cache-form-img {
	width: 36%;
	height: 90px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.cache-form-img img {
	width: 100%;
	display: block;
	height: 90px;
}

.cache-form-li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.cache-form-li:last-child {
	margin-bottom: 0;
}

.cache-form-cont {
	display: flex;
	flex: 1;
}

.cache-form-checkbox {
	margin-right: 4%;
	display: none;
}

.cache-form-checkbox input {
	display: none;
}

.cache-form-checkbox input+label {
	position: relative;
	display: inline-block;
	padding: 7px;
	border-radius: 7px;
	background: url(../image/choice.png)no-repeat;
	background-size: 14px 14px;
}

.cache-form-checkbox input:checked+label {
	background: url(../image/choices.png)no-repeat;
	background-size: 14px 14px;
}

.cache-form-info {
	margin-left: 4%;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2px 0;
}

.cache-form-jindu {
	width: 100%;
	height: 3px;
	background-color: #F1F1F1;
	border-radius: 3px;
	position: relative;
}

.cache-form-jindu div {
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	border-radius: 3px;
	background-color: #F7B403;
}

.cache-form-deom {
	font-size: 1.5rem;
}

.cache-form-title {
	font-size: 1.2rem;
	color: #666666;
}

.cache-form-dosut {
	font-size: 1.2rem;
	color: #999999;
}

.cache-download {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cache-download img {
	width: 19px;
	height: 17px;
}

.cache-download-title {
	font-size: 1rem;
	color: #FFFFFF;
}

.cache-download-num {
	position: absolute;
	width: 17px;
	height: 17px;
	font-size: 0.5rem;
	background-color: #F7B403;
	color: #333330;
	border-radius: 17px;
	text-align: center;
	line-height: 17px;
	top: 15%;
	right: 35%;
}

.editChoice {
	z-index: 999;
	background-color: #FFFFFF;
	height: 40px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #EDEDED;
}

.editChoice a {
	font-size: 1.5rem;
	width: 50%;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.editChoice a:last-child {
	color: #FF2837;
}

.editChoice-cent {
	display: flex;
	align-items: center;
	justify-content: center;
}

.editChoice-box {
	display: none;
}

.cache-form-complete {
	font-size: 1.2rem;
	color: #F5B304;
}

.cacheDetails-jindu {
	margin: 5px 0;
}

.cacheDetails-info {
	margin-left: 0;
}


/*--------------------------缓存页面-end------------------------*/

.vod-box {
	position: fixed;
	top: 45px;
	left: 0;
	background: #000;
	color: #f6f6f6;
	width: 100%;
	height: 230px;
	z-index: 8;
}

#player-video p {
	text-align: center;
	width: 100%;
	line-height: 230px;
	height: 100%;
}

.play-nav {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #efefef;
	position: fixed;
	top: 275px;
	left: 0;
	z-index: 8;
	background: #222;
}

.play-nav a {
	float: left;
	width: 25%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	position: relative;
}

.play-nav a i {
	font-size: 12px;
	color: #F5B304;
	padding-left: 5px;
	display: inline-block;
}

.play-nav a.on {
	color: #333;
	font-weight: 600;
}

.play-nav a.on em {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 12px;
	height: 3px;
	border-radius: 2px;
	margin-left: -6px;
}

.play-info {
	padding: 10px;
}

.play-info h3 {
	font-weight: 600;
	font-size: 16px;
	color: #333;
}

.play-info h3 a {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}

.play-info h3 a i {
	font-size: 12px;
	color: #666;
	margin-left: 2px;
}

.play-info h4 {
	font-weight: 600;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.play-info h4 span {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}

.play-info h4 span i {
	font-size: 12px;
	color: #666;
	margin-left: 2px;
}

.play-info .row {
	padding-top: 15px;
	font-size: 12px;
	color: #666;
}

.play-info .row i {
	color: #FF5722;
	margin-right: 5px;
}

.play-info h3 span {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}

.play-zu-ul {
	overflow-x: auto;
	margin: 10px 0;
	width: 100%;
	white-space: nowrap;
}

.play-zu-ul::-webkit-scrollbar {
	display: none;
	width: 0 !important
}

.play-zu-ul li {
	border-radius: 2px;
	margin-right: 8px;
	text-align: center;
	position: relative;
	background: #f1f1f1;
	color: #333;
	display: inline-block;
	padding: 10px 15px;
}

.play-zu-ul li.on {
	background: #F5B304;
}

.play-ji-ul {
	overflow-x: auto;
	margin-top: 10px;
	width: 100%;
	white-space: nowrap;
	display: none;
}

.play-ji-ul::-webkit-scrollbar {
	display: none;
	width: 0 !important
}

.play-ji-ul li {
	border-radius: 2px;
	margin-right: 8px;
	text-align: center;
	position: relative;
	padding: 0 20px;
	line-height: 35px;
	background: #f1f1f1;
	color: #333;
	display: inline-block;
}

.play-ji-ul li .pay1 {
	position: absolute;
	right: -6px;
	top: -3px;
	background: #F5B304;
	color: #333;
	padding: 2px 3px;
	line-height: 10px;
	-webkit-transform: scale(0.6);
}

.play-ji-ul li .pay2 {
	position: absolute;
	right: -6px;
	top: -3px;
	background: #5a7af1;
	color: #fff;
	padding: 2px 3px;
	line-height: 10px;
	-webkit-transform: scale(0.6);
}

.play-ji-ul li.on {
	background: #F5B304;
}

.play-ji-ul.on {
	display: block
}

.play-info .starul {
	margin-top: 10px;
	justify-content: flex-start;
}

.play-info .starul li img {
	width: 60px;
	height: 60px;
}

.play-info .starul .name {
	font-size: 12px;
	color: #666;
}

.play-info .vod-love {
	margin-top: 10px;
}

.play-info .vod-love li {
	width: 100%;
	margin-bottom: 12px;
	height: 70px;
}

.play-info .vod-love li .pic {
	width: 30%;
	height: 70px;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.play-info .vod-love li .pic img {
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

.play-info .vod-love li .pic .score {
	position: absolute;
	z-index: 99;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 2px;
	top: 5px;
	left: 5px;
	background-color: #282727;
	color: #fff;
}

.play-info .vod-love li .pic .state {
	width: 80%;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
	text-align: right;
	color: #fff;
}

.play-info .vod-love li .info {
	display: inline-block;
	margin-left: 3%;
	width: 65%;
	vertical-align: top;
}

.play-info .vod-love li .name {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.play-info .vod-love li .actor {
	padding-top: 8px;
	font-size: 12px;
	color: #999;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.play-info .vod-love li .hits {
	padding-top: 8px;
	font-size: 12px;
	color: #999;
}

.play-info .vod-love li .hits i {
	font-size: 12px;
	margin-right: 5px;
}

.play-info-text {
	width: 100%;
	position: fixed;
	top: 275px;
	left: 0;
	z-index: 8;
	background: #fff;
	display: none;
}

.play-info-text h3 {
	width: 100%;
	position: fixed;
	top: 275px;
	height: 40px;
	line-height: 40px;
	left: 0;
	z-index: 8;
	background: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	color: #333;
}

.play-info-text h3 span {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 400;
	padding-right: 10px;
}

.play-info-text h3 span i {
	font-size: 20px;
	color: #666;
}

.play-info-text .name {
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	padding-top: 0;
}

.play-info-text .row {
	padding: 10px;
	font-size: 12px;
	color: #666;
	padding-top: 0;
}

.play-info-text .text {
	line-height: 25px;
	color: #333;
	padding: 0 10px;
}

.play-info-ji-box {
	width: 100%;
	position: fixed;
	top: 275px;
	left: 0;
	z-index: 8;
	background: #fff;
	display: none;
}

.play-info-ji-box h3 {
	width: 94%;
	padding: 0 3%;
	position: fixed;
	top: 275px;
	height: 40px;
	line-height: 40px;
	left: 0;
	z-index: 8;
	background: #fff;
	font-weight: 600;
	font-size: 16px;
	color: #333;
}

.play-info-ji-box h3 span {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: 400;
}

.play-info-ji-box h3 span i {
	font-size: 20px;
	color: #666;
}

.play-info-ji-ul {
	padding: 10px 0;
	padding-top: 0;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.play-info-ji-ul li {
	display: inline-block;
	border-radius: 2px;
	margin: 5px 2%;
	text-align: center;
	position: relative;
	width: 12.66666%;
	height: 40px;
	line-height: 40px;
	background: #f1f1f1;
	color: #333;
	display: inline-block;
}

.play-info-ji-ul li .pay1 {
	position: absolute;
	right: -6px;
	top: -3px;
	background: #F5B304;
	color: #333;
	padding: 2px 3px;
	line-height: 10px;
	-webkit-transform: scale(0.6);
}

.play-info-ji-ul li .pay2 {
	position: absolute;
	right: -6px;
	top: -3px;
	background: #5a7af1;
	color: #fff;
	padding: 2px 3px;
	line-height: 10px;
	-webkit-transform: scale(0.6);
}

.play-info-ji-ul li.on {
	background: #F5B304;
}

.scrollbar {
	overflow-y: auto;
	height: 80%;
}

.scrollbar::-webkit-scrollbar {
	display: none;
	width: 0 !important
}

.sms-code-box {
	padding: 15px 10px 0;
	font-size: 14px;
	line-height: normal;
	position: relative;
}

.sms-code-box .code-img {
	width: 100%;
	margin-bottom: 16px;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	height: 116px;
	vertical-align: middle;
	text-align: center;
}

.sms-code-box .code-img img {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	height: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sms-code-box .code-img .points-item {
	display: block;
	position: absolute;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	text-align: center;
	width: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #83da35;
	color: #fff;
}

.sms-code-box .code-img .refresh {
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	width: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	text-align: center;
}

.sms-code-box .code-img .refresh i {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.sms-code-box .code-text {
	margin-bottom: 16px;
	overflow: hidden;
}

.sms-code-box .code-text .sms-msg {
	width: 160px;
	float: left;
}

.sms-code-box .code-text .sms-text {
	width: 95px;
	float: right;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 24px;
	color: #c80000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #ff8174), color-stop(77%, #ffce70));
	background: -webkit-linear-gradient(top, #ff8174 6%, #ffce70 77%);
	background: -moz- oldlinear-gradient(top, #ff8174 6%, #ffce70 77%);
	background: -o-linear-gradient(top, #ff8174 6%, #ffce70 77%);
	background: linear-gradient(-180deg, #ff8174 6%, #ffce70 77%);
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.sms-code-box .smspic-btn {
	cursor: pointer;
	text-align: center;
	border-top: 1px solid #dcdcdc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	color: #666666;
	font-size: 14px;
}

.opt-content {
	padding: 15px;
}

.notice2 {
	z-index: 99999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.notice-bg {
	width: 100%;
	height: 100%;
	position: relative
}

.notice-bg .notice-box {
	width: 70%;
	height: 40%;
	position: absolute;
	top: 25%;
	left: 15%;
	background-color: #fff;
	border-radius: 10px;
	z-index: 2
}

.notice-bg .notice-box .title {
	width: 80%;
	background-color: #aeaeae;
	height: 2px;
	margin-top: 30%;
	margin-left: 10%;
	text-align: center;
	position: relative;
}

.notice-bg .notice-box .title text {
	position: absolute;
	background-color: #fff;
	width: 100px;
	height: 30px;
	text-align: center;
	bottom: -14px;
	left: 50%;
	margin-left: -50px;
	font-size: 20px;
	font-weight: 600
}

.notice-bg .notice-box .text {
	width: 80%;
	margin-left: 10%;
	margin-top: 6%;
	height: 55%;
	overflow-y: auto;
	padding-top: 5px;
	font-size: 15px;
	color: #666;
	line-height: 23px;
}

.notice-bg .top {
	top: 14%;
	position: absolute;
	left: 50%;
	z-index: 3;
	width: 110px;
	height: 120px;
	margin-left: -55px
}

.notice-bg .del {
	top: 65%;
	position: absolute;
	left: 50%;
	z-index: 3;
	width: 40px;
	height: 400px;
	margin-left: -20px;
	text-align: center
}

.notice-bg .del .line {
	margin: 0 auto;
	width: 2px;
	height: 60px;
	background-color: #fff
}

.notice-bg .del img {
	width: 40px;
	height: 40px;
	margin-top: -5px
}

.vod-info {
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
	height: 210px;
	overflow: hidden
}

.vod-info .vod-info-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	-ms-filter: blur(30px);
	filter: blur(30px);
	background-size: cover;
	background-position: center center;
	opacity: .88
}

.vod-info .vod-info-box {
	position: relative;
	height: 190px;
	padding: 15px 12px;
	display: -moz-box;
	display: box;
	background-color: rgba(0, 0, 0, .5)
}

.vod-info .vod-info-box .vod-info-pic {
	position: absolute;
	top: 15px;
	left: 12px;
	width: 130px;
	height: 180px;
}

.vod-info .vod-info-box .vod-info-pic img {
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.vod-info .vod-info-box .vod-info-right {
	padding-left: 140px;
	color: #fff
}

.vod-info .vod-info-box .vod-info-right a {
	color: #fff;
	margin-right: 8px
}

.vod-info .vod-info-box .vod-info-right h3 {
	width: 100%;
	line-height: 28px;
	font-weight: 700;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box
}

.vod-info .vod-info-box .vod-info-right h3 span {
	margin-left: 10px;
	height: 15px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	padding: 0 2px;
	border-radius: 1px;
	background-color: rgba(255, 255, 255, .15)
}

.vod-info .vod-info-box .vod-info-right p {
	width: 100%;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.vod-info .vod-info-box .vod-info-right p span {
	padding-left: 10px;
	color: #F5B304;
	font-weight: 700;
	font-size: 15px
}

.play-btn {
	width: 100px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 16px;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, .5);
	display: block;
	margin-top: 10px
}

.vod-info-text {
	padding: 12px;
	line-height: 24px;
	color: #666;
	max-height: 77px;
	overflow: hidden;
	border-bottom: 2px solid #f7f7f7;
	padding-bottom: 0;
	position: relative;
}

.vod-info-text span {
	font-weight: 700;
	color: #333;
}

.vod-info-text .text-more {
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 30px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
}

#pages {
	text-align: center;
}

.w100 {
	width: 100%;
}

.s18 {
	font-size: 18px;
	font-weight: 700;
}

.combox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border;
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}

.comment-list h3 {
	font-size: 20px;
	/*height: 35px;*/
}

.comment-list .box {
	position: relative;
	min-height: 1px;
}

textarea.form-control {
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.form-control {
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 4px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	border-radius: 6px;
	border: 1px solid #e2e2e2;
}

.comment-list .box .comment-nolog {
	position: absolute;
	top: 0;
	left: 0;
	width: 878px;
	height: 120px;
	text-align: center;
	background: #fff;
	border-radius: 6px;
}

.comment-list .box .comment-nolog p {
	font-size: 14px;
	line-height: 14px;
	color: #18191e;
	opacity: .9;
	padding-top: 30px;
}

.comment-list .box .comment-nolog p.login-btn {
	cursor: pointer;
	display: inline-block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 14px;
	padding-top: 0px;
	background-color: #fcc800;
	background-image: linear-gradient(90deg, #fcc800, #FF9800);
	background-repeat: repeat-x;
	border-radius: 3px;
	color: #222;
}


.comment-list .box .btn {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 69px;
	height: 34px;
	line-height: 34px;
	background: #FF8C8C;
	border-radius: 20px;
	text-align: center;
	color: #fff;
}

.comment-list .box .num {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
}

.comment-list ul {
	width: 100%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.comment-list li {
	margin-top: 20px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.comment-list li:last-child {
	border-bottom: 0;
}

.comment-list li .del {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.comment-list li .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #E8E8E8;
}

.comment-list li .pic img {
	width: 100%;
	height: 100%;
}

.comment-list li .info {
	padding-left: 58px;
}

.comment-list li .info .nickname {
	font-size: 14px;
	font-weight: 500;
	color: #555;
}

.comment-list li .info .nickname span {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	padding-left: 20px;
}

.comment-list li .info .text {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	padding-top: 10px;
	word-wrap: break-word;
}

.comment-list li .info .cmd {
	padding-top: 7px;
	font-size: 12px;
}

.comment-list li .info .cmd span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	cursor: pointer;
}

.comment-list li .info .cmd i {
	width: 16px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.comment-list .reply-list {
	background: #F9F9F9;
	border-radius: 6px;
	margin-top: 14px;
	padding: 2px 10px 10px 10px;
}

.comment-list .reply-list li {
	margin-top: 15px;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 15px;
}

.comment-list .reply-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.comment-list .reply-list li .pic {
	width: 38px;
	height: 38px;
}

.comment-list .reply-list li .info {
	padding-left: 52px;
}

.comment-list .reply-more {
	padding-top: 10px;
	padding-left: 100px;
	cursor: pointer;
	color: #999;
}

.comment-list .reply-more i {
	font-size: 12px;
	margin-left: 3px;
}

.comment-list .more {
	cursor: pointer;
	margin-top: 30px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #F9F9F9;
	border-radius: 43px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}

.comment-list .nodata {
	width: 100%;
	padding: 30px 0 20px 0;
	float: left;
}

.comment-list .vod {
	background: #F9F9F9;
	border-radius: 6px;
	margin-top: 14px;
	padding: 2px 10px 10px 10px;
	display: block;
}

.comment-list .vod img {
	width: 26px;
	height: 22px;
	margin-right: 5px;
}

#verify_img {
	border: 0;
	vertical-align: middle;
	margin-top: 5px;
}

.form-control.verify {
	width: 60px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
}

input.form-control {
	outline: 0px;
	-webkit-appearance: none;
}

.push {
	display: inline-block;
	padding: 8px 20px;
	font-size: 14px!important;
	background: #FF8C8C;
	border-radius: 5px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.pull-right {
	float: right;
}

.pt10 {
	padding-top: 10px;
}

.pt50 {
	padding-top: 50px;
}

.pt20 {
	padding-top: 20px;
}

.read-empty {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	transform: translateX(-50%) translateY(-50%);
	margin: 0 auto;
}

#scrollUp {
	display: none;
}

.mg-scroll-anchor {
	position: fixed;
	right: 15px;
	bottom: 60px;
	z-index: 1000;
}

.mg-scroll-anchor .anchor-list {
	position: relative;
	margin-top: 10px
}

.mg-scroll-anchor .anchor-item {
	position: relative;
	background: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	vertical-align: top;
	box-shadow: 0 0 5px 0 rgba(2, 2, 2, .2);
	line-height: 40px;
	text-align: center
}

.mg-scroll-anchor .mg-icon {
	width: 20px;
	height: 20px;
	margin: 10px auto;
	display: block;
	position: relative;
	line-height: 20px;
	font-size: 20px;
	color: #000;
}

.pd10 {
	padding: 10px;
}

.red {
	color: #F5B304!important
}

.news-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}

.text-muted {
	color: #999999;
}

.news-content {
	padding-top: 10px;
	line-height: 25px;
}

.news-content img {
	max-width: 100%;
}

.iconactive {
	color: #F5B304;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #F5B304;
}

.layui-laypage a:hover {
	color: #F5B304
}

.mgnotice {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -65px;
}

.mgnotice h3,
.mgnotice h5 {
	color: #fff;
	font-size: 16px;
}

.mb20 {
	margin-bottom: 20px;
}

.text-center {
	text-align: center;
}

.btn-blue {
	background-color: #4fb1f7;
	background: linear-gradient(to right, #4fb1f7 0, #6bb8ee 100%);
}

.btn-blue:hover,
.btn-yellows:hover {
	color: #fff!important;
}

.btnjb {
	display: inline-block;
	padding: 8px 30px;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	margin: 0 10px;
}

.btn-yellows {
	background-color: #ff9900;
	background-image: linear-gradient(-45deg, #ffab9c, #ff658d);
}

.nopd {
	padding: 0!important;
}
/*ads*/

.gg-icon {
	position: absolute;
	left: 5px;
	width: 38px;
	height: 22px;
	margin-right: 3px;
	z-index: 2;
	vertical-align: middle;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAAAsCAMAAAD4va5DAAAAolBMVEX///8AAAAAAAAAAAAAAAACAgIAAAAAAAAGBgb5+fns7OwAAACBgYHq6ur9/f17e3tgYGD09PSoqKiLi4sAAAANDQ3V1dW6urqPj48DAwMAAAD////u7u7j4+MbGxv////b29vBwcH19fXt7e3GxsaLi4ukpKRTU1P4+Pjl5eXh4eHX19fLy8vb29v4+PisrKwvLy86Ojr7+/vy8vK4uLhVVVX0WqNFAAAANnRSTlOZAgULFR0IACCBYxIvW4sxJmk0HxoXU0grJQ6TZl0cj1RFcmtENTUmfGFYTUlGcT4rI4dyMhsJ24tXAAABiElEQVRIx+3XyW6DMBCA4WnAzrCUJUDYCpQAIWuTdHn/V6sNqZqFAwSfqv4HJHP4ZECIAabT6ZOQGARnazKqhuBYI1EqjYjSxpsCt6gUaZr8cJoWSZRr0FiObcCIDNvhWoNJTgYjyxypxWhkw+jsiHJsQjVjPGZodMIxSQMBaVKLySIw+R/jxX5lXK2LFYDqK4/tLCeby+UadwA7XAzECj/Py7KcuXVZ5rnv+zHfmEXYzvbuUOwVyU+IGIYhxxLipp4ne15K2Dm/P0Y2ylV8tyQNWF+yEwS6ac4HYC9w0wLT5vr28tvgy7zD3msbhGHqRm369LZqW/Y4FiJxWR7LdQnBMFR6Ylss4KYkSZ4vYkujJ7bDhbjX6YAruGu9nLGW7THvj1Vo3GNzcrIsq64tFtH7YyeELuz3qaT9MQUrcZiKW3HYISw6MSvQddM0dT0gvbH4eIy7MLS41Who9r9nc+hoXX3Auazy/84HZSAmdjwQOriIHKmEDnuCx1ChA7LI0V3sT4XQ351vRIIkxg4KQCAAAAAASUVORK5CYII=);
	background-size: cover;
}

.module-adslist {
	 border-radius: 5px; 
	 padding: 10px;
}

.ads_w a {
	width: 100%;
	display: block;
	padding: 3px;
	position: relative;
	box-sizing: border-box;
}

.ads_w img {
	border-radius: 4px;
}
.module-wrapper {
	display: block;
}

