.special-auido {
    margin-bottom: -.1rem;
}

.special-auido .banner {
    width: 100%;
    height: 5.4rem;
    position: relative;
    margin-bottom: -2rem;
}

.special-auido .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-auido .banner:after {
    content: '';
    position: absolute;
    bottom: -.02rem;
    left: 0;
    width: 100%;
    height: 1.33rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/activity_banner_mask.png") no-repeat;
    background-size: 100% 100%;
}

.special-auido .media {
    width: 7rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .1rem .1rem 0 0;
    position: relative;
    z-index: 10;
}

.special-auido .media .head {
    width: 100%;
    height: .8rem;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
}

.special-auido .media .head i {
    display: block;
    width: .33rem;
    height: .3rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_icon_audio.png") no-repeat;
    background-size: 100% 100%;
}

.special-auido .media .head span {
    display: block;
    font-size: .3rem;
    color: #333;
    margin-left: .2rem;
}

.special-auido .media .item {
    width: 6.6rem;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #f8f8f8;
    border-radius: .1rem;
    padding-left: .4rem;
    padding-right: 1rem;
    padding-top: .2rem;
    padding-bottom: .6rem;
    position: relative;
}

.special-auido .media .item .name {
    width: 100%;
    line-height: .5rem;
    font-size: .32rem;
    color: #333;
    margin-bottom: .1rem;
}

.special-auido .media .item .audio {
    width: 100%;
    height: .04rem;
    background-color: #e4e4e4;
    border-radius: .02rem;
    position: relative;
}

.special-auido .media .item .audio .plan {
    display: block;
    width: 0;
    height: 100%;
    position: relative;
    background-image: -moz-linear-gradient( 180deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
}

.special-auido .media .item .audio .plan:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: .16rem;
    height: .16rem;
    box-sizing: border-box;
    border-radius: 50%;
    background-image: -moz-linear-gradient( 120deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    background-image: -ms-linear-gradient( 120deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    border: .02rem solid #fff;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.special-auido .media .item .audio .plan.load:after {
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/loading.gif") no-repeat center center #fff;
    background-size: 100% 100%;
}

.special-auido .media .item .audio .time-play {
    position: absolute;
    bottom: -.4rem;
    left: 0;
    font-size: .24rem;
    color: #999;
    white-space: nowrap;
}

.special-auido .media .item .audio .time-all {
    position: absolute;
    bottom: -.4rem;
    right: 0;
    font-size: .24rem;
    color: #999;
    white-space: nowrap;
}

.special-auido .media .item .audio .btn {
    position: absolute;
    top: 50%;
    right: -.6rem;
    width: .36rem;
    height: .36rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.special-auido .media .item .audio .btn[data-type="play"] {
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_audio_play.png") no-repeat;
    background-size: 100% 100%;
}

.special-auido .media .item .audio .btn[data-type="pause"] {
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_audio_pause.png") no-repeat;
    background-size: 100% 100%;
}

.special-video {
    margin-bottom: .3rem;
}

.special-video .video {
    width: 100%;
    height: 3.8rem;
    position: relative;
}

.special-video .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-video .video .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    font-size: .32rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.special-video .video .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .88rem;
    height: .88rem;
    background: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_video_play.png") no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
}

.video_box {
    /* height: 4.4rem; */
}

video {
    display: block;
    width: 7rem;
    height: 3.9375rem;
    margin: .35rem auto 0;
    object-fit: fill;
    background-color: #000;
    /* height: 100%; */
}
video:first-child {
    margin: 0 auto 0 !important;
}

/* new */
#content{
    position: relative;
}
.special-item-sec {
    width: 7rem;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    position: absolute;
    top: 13.415rem;
    left: .8rem;
    z-index: 1;
}
.special-item-sec .item li {
    width: 5.88rem !important;
    height: 2.735rem !important;
    overflow: hidden;
    border-radius: .1rem;
    margin-bottom: .185rem !important;
    position: relative;
}


.special-introduce {
    width: 7rem;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: .1rem;
    background-color: #fff;
    background-image: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_deco_top.png"), url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_deco_bottom.png");
    background-repeat: no-repeat;
    background-position: .4rem .2rem, 1rem calc(100% - .2rem);
    background-size: .85rem auto, 5.24rem auto;
    padding: .4rem .2rem 1.7rem;
    position: relative;
    z-index: 5;
}

.special-introduce img {
    margin-bottom: 0.3rem;
}

.special-introduce p {
    line-height: .7rem;
    font-size: .28rem;
    color: #333;
    text-indent: .56rem;
}

.special-item {
    width: 7rem;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}
.special-item-sec5{
    margin-top: 0.26rem;

}
.special-item h1.title {
    width: 100%;
    height: 1rem;
    font-size: .36rem;
    font-weight: bold;
    color: #333;
    display: -webkit-box;
    -webkit-box-align: center;
    display: flex;
    align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
}

.special-item .item li {
    width: 100%;
    height: 3.8rem;
    overflow: hidden;
    border-radius: .1rem;
    margin-bottom: .3rem;
    position: relative;
}

.special-item .item li:last-child {
    margin-bottom: 0;
}

.special-item .item li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-item .item li .school_info {
    position: absolute;
    bottom: .15rem;
    left: .2rem;
    width: 4.5rem;
}

.special-item .item li .name {
    /* position: absolute;
    bottom: .4rem;
    left: .2rem;
    width: 4.5rem; */
    width: 100%;
    line-height: .6rem;
    font-size: .4rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.special-item .item li .stat {
    /* position: absolute;
    bottom: .1rem;
    left: .2rem; */
    line-height: .35rem;
    font-size: .24rem;
    color: #fff;
    white-space: nowrap;
}

.special-item .item li .detail {
    position: absolute;
    top: .2rem;
    right: .2rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #fff;
    white-space: nowrap;
}

.special-item .item li .btn {
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    width: 1.9rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .28rem;
    text-align: center;
    background-image: -moz-linear-gradient( 120deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    background-image: -ms-linear-gradient( 120deg, rgb(0, 161, 255) 0%, rgb(56, 220, 255) 100%);
    font-size:-0.68rem;
    color: #fff;
    z-index: 10;
    font-weight: bold;
}
.special-item-sec5 .item li .btn {
    position: absolute;
    bottom: .2rem;
    right: .2rem;
    width: 1.9rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .28rem;
    text-align: center;
    background-image: -moz-linear-gradient( 120deg, rgb(258, 188, 31) 0%, rgb(251, 187, 32) 100%);
    background-image: -webkit-linear-gradient( 120deg, rgb(258, 188, 31) 0%, rgb(251, 187, 32) 100%);
    background-image: -ms-linear-gradient( 120deg, rgb(258, 188, 31) 0%, rgb(251, 187, 32) 100%);
    font-size:-0.68rem;
    color: #fff;
    z-index: 10;
    font-weight: bold;
}

.special-item .item li .label {
    position: absolute;
    top: .2rem;
    left: .2rem;
    height: .4rem;
    line-height: .4rem;
    box-sizing: border-box;
    padding: 0 .2rem;
    border-radius: .2rem;
    box-sizing: border-box;
    font-size: .24rem;
    color: #fff;
    white-space: nowrap;
}

.special-item .item li .label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: .02rem solid #fff;
    border-radius: .2rem;
}

.banner_box {
    position: relative;
    margin-top: 0.25rem;
}

.banner_box .btn {
    position: absolute;
    bottom: 0.2rem;
    height: 0.46rem;
    width: 1.8rem;
    border-radius: 0.25rem;
    left: 50%;
    margin-left: -0.9rem;
}
.integrate_special-introduce {
    width: 7rem;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: .1rem;
    background-color: #fff;
    background-image: url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_deco_top.png"), url("https://qqt-res.cmicrwx.cn/2016tyjf/qqtgy/res/wap/images/special_deco_bottom.png");
    background-repeat: no-repeat;
    background-position: .4rem .2rem, 1rem calc(100% - .2rem);
    background-size: .85rem auto, 5.24rem auto;
    padding: .4rem .2rem 1.7rem;
    position: relative;
    z-index: 5;
}

.integrate_special-introduce img {
    margin-bottom: 0.3rem;
}

.integrate_special-introduce p {
    line-height: .7rem;
    font-size: .28rem;
    color: #333;
    text-align:center;
}
