/**
 * Additional styles for Anime demo
 */

/* Site Background */
body:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/anime/site-background.jpg');
    background-size: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
}

.content-wrap {
    background: rgba(17, 3, 17, 0.78);
}

/* Boxed container */
.content-wrap {
    max-width: 1240px;
}

.download {
    margin-bottom: 20px;
    margin-right: 12px;
    width: 240px;
    height: 71px;
}

.download:hover {
    transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
}

.youplay-post p {
    margin-top: 12px;
    margin-bottom: 12px;
    line-height: 28px;
}

.youplay-post h4 {

    margin-top: 40px;
    margin-bottom: 40px;
}



.Email {
    background: url(../../assets/images/anime/email.png) no-repeat;
    background-size: 100%;
    top: 70%;
    width: 280px;
    height: 64px;
    z-index: 999;
    display: flex;
    cursor: pointer;
    position: fixed;
    right: -207px;
    transition: right, .5s linear;
}

.Email li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}

.Email ul {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
    text-align: left;
    cursor: default

}


.QQ {
    background: url(../../assets/images/anime/qq.png) no-repeat;
    background-size: 100%;
    top: 78%;
    width: 280px;
    height: 64px;
    z-index: 999;
    display: flex;
    cursor: pointer;
    position: fixed;
    right: -207px;

    transition: right, .5s linear;
}

.QQ li{
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.QQ ul{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 700;
    text-align: left;
    cursor: default

}
.qq_left {
    width: 26%;
    height: 100%;
}

.isShow {
    right: 0 !important;
    transition: right, .5s linear;
}
