html, body {
    height: 100%;
}

.width {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.specialContainer {
    /*position: relative;*/
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.specialTop {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    padding: 5px;
}

.specialTop .logo {
    height: 45px;
}

.specialTop .logo img {
    display: block;
    height: 100%;
}

.specialTop .info {
    flex: 1;
    padding-left: 5px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.specialTop .mobile {
    float: right;
}

.specialTop .mobile img {
    display: block;
    height: 35px;
}

.specialScroll {
    flex: 1;
    overflow-y: scroll;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.specialBanner {
    position: relative;
    padding-top: 50.684%;
    overflow: hidden;
    background-color: #000;
}

.specialBanner.played {
    padding-top: 0;
}

.specialBannerEntity {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.specialBanner.played .specialBannerEntity {
    position: relative;
    height: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.specialBanner video {
    width: 100%;
    height: 100%;
}

.specialBanner.played .video {
    height: auto;
}

.specialBanner img {
    display: block;
}

.specialBanner .img {
    display: block;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

.specialBanner span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    border: 2.5px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    opacity: .75;
}

.specialBanner video {
    display: block;
}

.specialContent {
    background: #54C5CD url(https://cdn.topic.app.wakaifu.com/branch/special/bg.png?v=20230206.1) center top no-repeat;
    padding: 10px;
    padding-bottom: 0;
}

.specialApp {
    background: linear-gradient(0deg, rgba(255, 243, 206, 1), rgba(255, 255, 255, 1));
    border-radius: 18px;
    padding: 17.5px 5px 17.5px 12.5px;
}

.specialApp .entity {
    display: flex;
    align-items: center;
}

.specialApp .img img {
    width: 85px;
    display: block;
}

.specialApp .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
}

.specialApp .name {
    color: #333333;
    font-size: 18px;
    
    display: flex;
    align-items: center;
}




.specialApp .name .namealias {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50%;
    margin-right: 5px;
}
.specialApp .name .nameRemark {
    border-radius: 3px;
    font-size: 12px;
    display: inline;
    color: #946328;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    height: 17px;
    font-weight: unset;
    vertical-align: text-bottom;
    border: 1px solid #e3b579;
    line-height: 1.3;
}

.specialApp .label {
    display: inline-block;
    background: rgba(255, 251, 242, 1);
    border: 1px solid #54C5CD;
    border-radius: 4px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 2.5px 5px;
    line-height: 1.25;
    color: #54C5CD;
}

.specialApp .label:nth-child(3) {
    margin-right: auto;
}

.specialApp .button {
    text-align: center;
    color: white;
    padding: 10px;
    margin-top: 15px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
}

.specialApp .button span {
    position: relative;
    z-index: 3;
}

.specialApp .button:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 2.5px;
    bottom: -2.5px;
    left: 0;
    right: 0;
    background: #54C5CD;
    border-radius: 46px;
}

.specialApp .button:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #54C5CD;
    border-radius: 46px;
}

.specialTitle {
    color: #54C5CD;
    font-size: 18px;
    text-align: center;
    background: url(../img/title.png) center center no-repeat;
    background-size: auto 100%;
    margin-bottom: 15px;
    font-weight: bold;
}

.specialBlock {
    margin-top: 12.5px;
    background: rgba(255, 255, 255, 1);
    border-radius: 14px;
    padding: 17.5px 12.5px;
    overflow: hidden;
}

.specialBlock-tab {
    padding: 0;
}

.specialTab {
    float: left;
    width: 33.333%;
    background: rgba(255, 246, 220, 1);
    padding: 10px 5px;
    text-align: center;
    color: #54C5CD;
    font-size: 16px;
}

.specialTabContent {
    padding: 15px;
}

.specialTab.active {
    color: #fff;
    background: #54C5CD;
}

.specialVoucher {
    background: url(../img/voucher.png) center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.specialVoucher:first-child {
    margin-top: auto;
}

.specialVoucher .left {
    width: 72.5%;
    padding: 10px;
    flex: 1;
    color: #fff;
    text-align: center;
}

.specialVoucher .name {
    font-size: 16px;
    font-weight: bold;
}

.specialVoucher .right {
    width: 27.5%;
    text-align: center;
    padding: 5px;
}

.specialVoucher .amount {
    color: #FC4B58;
}

.specialVoucher .amount span {
    font-size: 24px;
}

.specialVoucher .button {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(252, 75, 88, 1);
    border-radius: 19px;
    font-size: 13px;
    color: white;
    padding: 5px;
    line-height: 1.35;
    margin-top: 5px;
    background: rgba(245, 83, 71, 1);
}

.specialWelfare img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.specialWelfare a {
    background: #54C5CD;
    border-radius: 43px;
    color: rgba(255, 255, 255, 1);
    padding: 5px;
    display: block;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-align: center;
}

.specialGift {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.specialGift .left {
    flex: 1;
    padding-right: 7.5px;
}

.specialGift .right {
    float: right;
}

.specialGift .name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.specialGift .info {
    color: #666666;
    margin-top: 2.5px;
}

.specialGift a {
    border: #54C5CD;
    border-radius: 4px;
    color:#54C5CD;
    padding: 5px;
    text-align: center;
}

.specialGiftMore {
    display: block;
    background: #54C5CD;
    border-radius: 43px;
    color: rgba(255, 255, 255, 1);
    padding: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.specialInfo {
    font-size: 15px;
    color: #444444;
}

.specialInfoMore {
    display: block;
    border: 1px solid #54C5CD;
    border-radius: 29px;
    font-weight: 500;
    color: #54C5CD;
    padding: 5px;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.specialImgs {
    margin-top: 12.5px;
    display: flex;
    overflow-x: scroll;
}

.specialImgs a {
    display: block;
    margin-right: 10px;
    height: 200px;
}

.specialImgs img {
    display: block;
    max-width: none;
    max-height: 100%;
}

.specialComment {
    display: flex;
    margin-top: 10px;
}

.specialComment:first-child {
    margin-top: auto;
}

.specialComment .img {
    border-radius: 50%;
    overflow: hidden;
}

.specialComment .img img {
    display: block;
    width: 65px;
    height: 65px;
}

.specialComment .info {
    flex: 1;
    padding-left: 15px;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    padding-bottom: 10px;
}

.specialComment .name {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.specialComment .datetime {
    color: #999999;
}

.specialComment .content {
    color: #999999;
    margin-top: 5px;
}

.specialCommentMore {
    display: block;
    border: 1px solid #54C5CD;
    border-radius: 29px;
    font-weight: 500;
    color: #54C5CD;
    padding: 5px;
    width: 155px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}

.specialRecommend {
    float: left;
    width: 25%;
    padding: 5px;
}

.specialRecommend p {
    background: #54C5CD;
    border-radius: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.specialBottom {
    background: linear-gradient(#54C5CD, rgba(255, 255, 255, 0));
    padding: 20px 15px 17.5px 15px;
}

.specialaaasd {
    background: linear-gradient(#54C5CD, rgba(255, 255, 255, 0));
    padding: 20px 15px 17.5px 15px;
}

.specialBottom a {
    display: block!important;;
    background: #54C5CD;
    border-radius: 45px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    text-align: center;
    font-size: 17px;
    position: fixed;
    bottom: 5%;
    width: 92%;
    z-index: 50;
    max-width: 670px;
}

.specialaaasd a {
    display: block!important;
    background: #54C5CD;
    border-radius: 45px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding: 10px;
    text-align: center;
    font-size: 17px;
    position: fixed;
    bottom: 5%;
    width: 92%;
    z-index: 50;
    max-width: 670px;
}

.textMagic .expand {
    display: none;
}

.textMagic.expand .expand {
    display: block;
}

.textMagic.expand .collapse {
    display: none;
}

.toBrowser {
    position: fixed;
    z-index: 917917917917;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

.toBrowser:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.5%;
    left: 0;
    bottom: 0;
    right: 2.5%;
    background: url(../img/toBrowser.png) no-repeat top right;
    background-size: 75% auto;
}

.trust {
    position: fixed;
    z-index: 917917917917;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.trust:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

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

.trustContainer {
    position: relative;
    z-index: 917;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    width: 75%;
}

.trust .img {
    display: block;
}

.trust .img img {
    max-width: 100%;
}

.trust .btn {
    background: #54C5CD;
    width: 70%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    margin-top: 10px;
    font-size: 16px;
    color: white;
    margin-left: auto;
    margin-right: auto;
}

.trust .info {
    padding: 15px;
    color: red;
    font-size: 13px;
}