div[data-content] {
  display: none;
}

.clearall{
    clear: both;
    overflow: hidden;
    font-size: 0;
}
div.p {
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
}
div.p a.text{
    display: inline-block;
    width: 100%;
}

.affTpllay {
    transition: all .6s;
    -webkit-transition: all .6s;
    display: inline;
    position: absolute;
    font-size: 0;
    overflow: hidden;
    max-width: 150px;
    z-index: 10;
}

.affTpllay img {
    max-width: 150px;
    max-height: 230px;
    width: 150px;
}

.affTpllay.t {
    left: 0;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    max-width: 100vw;
    width: 100vw;
}

.affTpllay.t img {
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: fill;
}

.affTpllay.b {
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    position: fixed;
    max-width: 100vw;
    width: 100vw;
}

.affTpllay.b img {
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: fill;
}

.affTpllay.c {
    left: 50%;
    top: 50vh;
    transform: translate(-50%, -50%);
}

.affTpllay.t {
    left: 0;
    top: 0;
    right: 0;
}

.affTpllay.b {
    left: 0;
    bottom: 0;
    right: 0;
}

.affTpllay.lt {
    left: 0;
    top: 0;
}

.affTpllay.rt {
    right: 0;
    top: 0;
}

.affTpllay.l {
    left: 0;
    top: 50vh;
    transform: translate(0, -50%);
}

.affTpllay.r {
    right: 0;
    top: 50vh;
    transform: translate(0, -50%);
}

.affTpllay.lb {
    left: 0;
    top: 100vh;
    transform: translate(0, -100%);
}

.affTpllay.rb {
    right: 0;
    top: 100vh;
    transform: translate(0, -100%);
}

@media screen and (max-width: 500px) {
    .affTpllay {
        max-width: 65px;
    }

    .affTpllay img {
        max-height: 110px;
        width: 100%;
    }

    .affTpllay.t {
        display: block;
    }

    .affTpllay.t img {
        max-height: 60px;
    }

    .affTpllay.b {
        display: block;
    }

    .affTpllay.b img {
        max-height: 60px;
    }

    .affTpllay.lt {
        top: 60px;
    }

    .affTpllay.rt {
        top: 60px;
    }

    .affTpllay.lb {
        top: calc(100vh - 60px);
    }

    .affTpllay.rb {
        top: calc(100vh - 60px);
    }
}

/* 格式
<div class="jiugongad">
    <div class="p">
		content
	</div>
</div>
*/
.jiugongad {
	width: 100%;
	/*height: 100%;*/
	/*display: grid;*/
	/*行间距*/
	/*grid-row-gap: 4px;*/
	/*列间距*/
	/*grid-column-gap: 4px;*/
	/*每3行有2个行间距，所以每个格子的宽高都要减去(12*2) / 3 */
	/*grid-template-columns: repeat(3, calc(33.33% - 2px));*/
	/*grid-template-rows: repeat(3, calc(33.33% - 2px));*/
	/*overflow: hidden;*/
}
.jiugongad .p{
	margin-bottom:4px;
	width:32.3%;
	display: inline-block
}
.jiugongad .p img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.appdownloadad {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    font-size:14px;
    background-color: var(--themesub);
    padding: 0 !important;
    box-sizing: border-box;
}
.appdownloadad div{
	padding: 0 !important;
}
.appdownloadad a{
	text-align:center;
}
.appdownloadad .p{
    margin: 0 0 9px 9px;
    float: left;
    display: inline-block;
    clear: none;
    width: calc(10% - 10px);
}
.appdownloadad .p:nth-child(10n){
	margin-right:0;
}
.appdownloadad .p:nth-child(-n + 10){
	margin-top:10px;
}
.appdownloadad .p:last-child{
	float: none;
}
.appdownloadad .p img{
    width:100%;
    object-fit:contain;
    display: block;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
}        
.appdownloadad .p .adtitle{
    margin:2px 0;
    color: var(--font);
    font-weight:bold;
    font-size: 0.725rem;
}
.appdownloadad .p .adbtn{
    color: var(--font);
    border-radius:8px;
    background: var(--bg);
    margin:0;
    font-size: 11px;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 500px) {
    .appdownloadad{
		padding-right: 68px !important;!i;!;
	}
	.appdownloadad .p{
	    width: calc(25% - 11px);
	}
	.appdownloadad .p:nth-child(-n + 10){
		margin-top:0;
	}
	.appdownloadad .p:nth-child(-n + 4){
		margin-top:10px
	}
}

.floatfixedad_layout{
    position: -webkit-sticky;
    position: sticky;
    top: 25vh;
    z-index: 9;
    width: 100%;
    height: 0;
    overflow: visible;
    //padding-left: calc(100vw - 80px);
}

.floatfixedad{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    //transform: translate(100%, 0);
}

.floatfixedad .affTpllay{
    position:relative;
}
.floatfixedad .affTpllay .p{
    margin:20px 10px 0 0;
}
.floatfixedad .affTpllay .p span{
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 8px !important;
    line-height: 10px !important;
    background: #f00 !important;
    top: -8px !important;
    right: -8px !important;
}
.floatfixedad .affTpllay img{
    border-radius: 15px;
    border: solid 2px red;
    width:64px;
}
@media screen and (min-width: 675px) {
	.floatfixedad{
		transform: translate(100%, 0);
	}
}

#player{
    background-image: url(/lib/imgs/loading.svg);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
