

.wrapper a {
    color: #ff2e4e;
    text-decoration: underline;
}

.appInfo .appDescription {
    padding:0 50px;
}

.footer {
    text-align: center;
    padding:20px 0;
    font-size:10px;
}

.footer a:link,.footer a:visited {
    color:#000;
    margin:0 15px 0;
}

.footer a:hover {
    color:#FF2E4E;
}

.main {
    background:#FFF;
    overflow: auto;
}

.appInfo {
    text-align: center;
    padding:150px 0;
}

.appInfo .appIcon {
    width:85px;
    height:85px;
    background: url(../img/vue.png)center no-repeat;
    background-size:80px 80px;    
    margin:auto;
  
}

.appInfo .appLogo {
    width: 180px;
    margin-top: 60px;
}

.appInfo .appName {
    font-family:'DCM';
    font-size:45px;
    margin:45px 0 20px;
}
.appInfo .appDescription {
    color:#999;
}
.appInfo .appDownload {
    margin:65px 0 0;
}

.appInfo .appDownload .appStore {
    display:block;
    width:153px;
    height:50px;
    background: url(../img/appstore.png)center no-repeat;
    background-size:153px 50px;    
    text-indent:-10000px;
    margin:auto;
}

.appInfo .appDownload .googlePlay {
    display:block;
    width:153px;
    height:50px;
    background: url(../img/googleplay.png)center no-repeat;
    background-size:153px 50px;    
    text-indent:-10000px;
    margin:18px auto 0;
}


.social {display:none}

.footer .copyright {
    margin:20px;
    color:#999;
}

.appPreview {
    display: none;
}

.titleIndicator {
    display: block;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background: #FF2E4E;
    border-radius: 4px;
    float: left;
}

.title {
    color: #000;
    font-size: 20px;
    float: left;
    font-weight: 500;
}

.videoLayout {
    margin: 80px auto;
}

.videoContainer {
    width: 80%;
    margin: 0 auto 20px;
}

.videoCover {
    width: 100%;
}

.upperInfo {
    margin: 10px 0 0;
}

.upperAvatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}

.playBtn {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url(../img/play_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px; 
}

.titleLayout {
    margin-left: 10px;
    display: inline-block;
}

.titleLayout p {
    width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.titleLayout span {
    font-size: 8px;
    color: #535353;
}

.fullScreenMask {
    top: 0;
    left: 0;
    background: #53535380;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
}

.playerLayout {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.playerInfoLayout {
    text-align: left;
    margin-left: 10%;
}

.playerLayout video {
    width: 80%;
}

.hotVideoTitle {
    width: 80%;
    margin: 0 10%;
}

@media screen and (min-width:800px) {
    body {
        font-size:13px;
        animation: onload 1.5s;
    }
    
    .main {
        background:#FFF;
        overflow:auto;
    }
    
    .wrapper {
        width:960px;
        margin:auto;
        overflow:auto;
    }

    .hotVideoTitle {
        margin: 0 auto;
    }

    .titleIndicator {
        display: block;
        margin-top: 5px;
        width: 20px;
        height: 20px;
        background: #FF2E4E;
        border-radius: 4px;
        float: left;
    }

    .title {
        color: #000;
        font-size: 20px;
        float: left;
        font-weight: 500;
    }

    .videoLayout {
        margin: 80px auto;
    }

    .videoContainer {
        width: 23%;
        float: left;
        margin: 0 1% 40px;
    }

    .videoCover {
        width: 100%;
        height: 130px;        
    }

    .upperInfo {
        margin: 10px 0 0;
    }

    .upperAvatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-block;
    }

    .playBtn {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 99;
        background: url(../img/play_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px; 
    }

    .titleLayout {
        margin-left: 10px;
        display: inline-block;
    }

    .titleLayout p {
        width: 160px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
    }

    .titleLayout span {
        font-size: 8px;
        color: #535353;
    }

    .appInfo {
        float:left;
        width:350px;
        padding:200px 100px 50px 80px;
    }
    
    .appInfo .appIcon {
        width:85px;
        height:85px;
        background: url(../img/vue.png)center no-repeat;
        background-size:80px 80px;    
        float:right;
        clear:both;
    }

    .appInfo .appLogo {
        margin-top: 70px;
        width: 150px;
        float: right;
        clear: both;
    }
    
    .appInfo .appName {
        font-family:'DCM';
        font-size:60px;
        float:right;
        clear:both;
        margin:45px 5px 20px;
    }
    .appInfo .appDescription {
        float:right;
        clear:both;
        color:#999;
        text-align:right;
        width:250px;
        padding:0;
    }
    .appInfo .appDownload {
        float:right;
        clear:both;
        margin:45px 0 0;
    }
    
    .appInfo .appDownload .appStore {
        display:block;
        width:153px;
        height:50px;
        background: url(../img/appstore.png)center no-repeat;
        background-size:153px 50px;    
        text-indent:-10000px;
        float:right;
    }
    
    .appInfo .appDownload .googlePlay {
        display:block;
        width:153px;
        height:50px;
        background: url(../img/googleplay.png)center no-repeat;
        background-size:153px 50px;    
        text-indent:-10000px;
        float:right;
        margin:0 18px 0 0;
    }
    
    .appPreview {
        display: block;
        float:left;
        width: 312px;
        height: 640px;
        margin:80px 0;
        background: url(../img/preview.png)center no-repeat;
        background-size:312px 640px;    
        position: relative;
    }

    .appPreview video {
        display: block;
        position: absolute;
        width: 264px;
        left: 24px;
        top: 220px;
    }

    #playBtn {
        display: block;
        position: absolute;
        width: 264px;
        height: 150px;
        left: 24px;
        top: 220px;
        z-index: 99999;
        background: url(../img/play_bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px;
    }
    
    .social {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        text-align:center;
        padding:20px 0 0;
        display:block;
    }
    
    .social a {
        display:block;
        width:25px;
        height:25px;
        text-indent:-10000px;
        margin:0 15px 0 0;
        float:left;
    }
    
    .social a.weibo {
        background: url(../img/weibo.png)center no-repeat;
        background-size:20px 20px;    
    }
    
    .social a.wangyiyun {
        background: url(../img/wangyiyun.png)center no-repeat;
        background-size:20px 20px;    
    }
    
    .social a.weixin {
        background: url(../img/weixin.png)center no-repeat;
        background-size:20px 20px;    
    }
    
    .footer {
        font-size:10px;
        text-align: center;
    }
    
    .footer a:link,.footer a:visited {
        color:#000;
        margin:0 15px 0 0;
    }
    
    .footer a:hover {
        color:#FF2E4E;
    }
    
    .footer .links {
        float:left;
    }
    .footer .copyright {
        float:right;
        color:#999;
        margin:0;
    }
    @keyframes onload{
        from {opacity: 0;}
        to {opacity: 1;}
    }

    .fullScreenMask {
        top: 0;
        left: 0;
        background: #53535380;
        z-index: 9999;
        position: fixed;
        width: 100%;
        height: 100%;
        display: table;
    }

    .playerLayout {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        left: 50%;
        transform: translateX(-270px);
        text-align: left;
    }

    .playerLayout video {
        width: 540px;
        height: 360px;
    }

    .playerInfoLayout {
        text-align: left;
        margin: 0;
    }

}

.noScroll {
    overflow-y: hidden;
    height: 100%;
}

.document {
    background:#FFF;
    padding:100px  40px;
    text-align:left;
}

.time {
    text-align: center;
    font-family: none;
    font-size: 16px;
}

.document h1,h2,h3 {
    font-family:'DCM';
}

.document h1{
    font-size:55px;
    margin:45px 0;
    text-align:center;
}

.document h1.zh{
    font-size: 40px;
}

.document h2{
    font-size:35px;
    margin:55px 0 35px;
}

.c5 .c2{
    font-family:'DCM';
    font-size:26px;
    font-weight: bold;
    margin:25px 0 10px;
    display: inline-block;
}

.c4 .c3{
    font-family:'DCM';
    font-size:26px;
    font-weight: bold;
    margin:20px 0 10px;
    display: inline-block;
}

.c2.c5 {
    font-size: 14px;
    list-style: circle outside;
}

.c3 .c4{
    font-family:'DCM';
    font-size:26px;
    font-weight: bold;
    margin:20px 0 10px;
    display: inline-block;
}

ul .c0 {
    font-size: 14px;
    list-style: circle outside !important;
}

.c4 .c2{
    font-family:'DCM';
    font-size:20px;
    font-weight: bold;
    margin:15px 0 10px;
}

.underline {
    text-decoration: underline;
}

.c5 .c3 {
}

.document p {
    margin:10px 0;
}

.document  li {
    margin:10px 0 10px 20px;
    list-style:disc outside;
}

.document .home {
    width:85px;
    height:85px;
    background: url(../img/vue.png)center no-repeat;
    background-size:80px 80px;    
    display:block;
    text-indent:-10000px;
    margin:10px auto 80px;
}

