html, body {
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: 'Avenir Next',Avenir,'Helvetica Neue',Helvetica,'Lantinghei SC','Hiragino Sans GB',sans-serif;
}

a { text-decoration: none; }

.claer{clear:both;}
.clearfix{*zoom:1;/*overflow: auto;*/}
.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}
.clearfix:after{clear:both}

.fade-enter,
.fade-leave-active {
    opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    background: url('../image/loading.svg') center center no-repeat #fff;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}

#app {
    max-width: 750px;
    margin: 0 auto;
}

#header,
#header2 {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    background: linear-gradient(to right, #909, #af84b6);
    text-align: center;
    font-weight: bold;
}

#header:before,
#header2:before {
    content: "";  
    display: table; 
}

#header .logo,
#header2 .logo {
    text-align: center;
    background: url('../image/logo.png') center center no-repeat;
    background-size: contain;
    text-indent: -9999999px;
    height: 18px;
    margin-top: 16px;
}

#header2 {
    display: -webkit-flex;
    display: flex;
}

#header2 .back, #header2 .share {
    width: 50px;
    text-align: center;
    color: #FFF;
}

#header2 .center {
    flex: 1;
}

#header2 .back {
    font-size: 36px;
    text-decoration: none;
    background: url(../image/back.png) center center no-repeat;
    background-size: 50% 50%;
}

#main {
    width: 100%;
    z-index: 1;
    min-height: 860px;
}

.item-1 {
    width: 100%;
}

.item-2 {
    width: 50%;
}

#main .item-1, #main .item-2 {
    float: left;
    margin-bottom: 10px;
}

#main .item-1 .in, #main .item-2 .in {
    height: 150px;
    background: #FFF center center no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 5px 2px #CCC;
    display: block;
}

#main .item-1 .in {
    height: 160px;
}

#main .item-1.placement {
    text-align: center;
}

#main .item-2 .in {
    margin: 0 5px;
    border-radius: 10px;
    padding-bottom: 10px;
}

#main .item-2:nth-child(odd) .in{
    margin-right: 10px; 
}

#main .item-2:nth-child(even) .in{
    margin-left: 10px;
}

#main .in .cover {
    background: #666 center center no-repeat;
    background-size: cover;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#main .in .info {
    background: #FFF;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    padding-top: 10px;
}

#main .in .info .name {
    color: #000;
    line-height: 2.5em;
    font-weight: 500;
    flex: 1;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#main .in .info .play {
    background-color: #1cc781;
    color: #FFF;
    display: inline-block;
    border-radius: 20px;
    margin: 5px 10px;
    width: 30px;
    height: 30px;
    background: url(../image/play.png) center center no-repeat;
    background-size: cover;
}

#main .image {
    height: 180px;
    background: #FFF center center no-repeat; 
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#main .detail {
    margin: 20px 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 2px #CCC;
}

#main .detail .icon {
    width: 120px;
    height: 120px;
    background: #666 center center no-repeat;
    border-radius: 20px;
    border: 5px solid #FFF;
    float: left;
    background-size: cover;
}

#main .detail .info {
    padding: 20px 20px 10px;
    display: -webkit-flex;
    display: flex;
}

#main .detail .left {
    flex: 1;
}

#main .detail .left .name {
    font-size: x-large;
    font-weight: 500;
}

#main .detail .left .rating {
    color: #F9D649;
}

#main .detail .right {

}

#main .detail .right .play {
    background-color: #1cc781;
    color: #FFF;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 20px;
    margin-top: 5px;
    font-weight: 700;
}

#main .intro {
    margin-top: 15px;
    color: #777;
    line-height: 1.5em;
    text-align: justify;
    padding: 10px 20px 20px;
}

#main .intro .in {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#main .intro2 {
    margin: 25px 10px;
    text-align: center;
}

#main .bottom-bar .play-btn {
    display: block;
    margin: 20px 50px;
    background: #1cc781;
    text-align: center;
    border-radius: 30px;
    line-height: 60px;
    color: #FFF;
    text-decoration: none;
    font-size: xx-large;
}

#play {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

#object {
    height: 89%;
}

#play .back {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d5d5d5 url(../image/back.png) 7px 7px no-repeat;
    background-size: 50% 50%;
    cursor: pointer;
}

#play .banner {
    position: fixed;
    width: 100%;
    background-color: #d5d5d5;
    bottom: 0;
    height: 11%;
    text-align: center;
    font-size: 8px;
}

.f-tac {
    text-align: center;
}

footer {
    background-color: #303740;
    height: 50px;
    line-height: 50px;
}

footer p {
    color: #fff;
    font-size: 12px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}













