[v-cloak]{
    display: none;
}
*{
    margin:0;
    padding:0;
}
body,html{
    width:100%;
    height:100%;

   
}
#app{
    /* position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #fafafa;
   overflow: hidden; */
   width:100%;
    height:100%;
   
    
}
.pcContent{
    /* display: flex; */
    overflow: hidden;
    /* align-items: center;
    justify-content: center; */
    width:100%;
    height:100%;
    background: white url('../img/bg.jpg') no-repeat center center;
    position: relative;
    padding-bottom:10px;
    box-sizing: border-box;
}
.pcContent .foot{
    position: absolute;
    bottom:10px;
    left:0;
    text-align: center;
    width:100%;
    color:#fff;
    font-size: 14px;
}
.pcContent .right{
    /* display: flex;
    align-items: center; */
    float: left;
    /* position: fixed;
    top:50%;
    right:120px;
    margin-top:-176px; */
    margin-left:60px;
    margin-top:18%;
   
}
.pcContent .right .box{
        width: 150px;
    border-radius: 0.3em;
    border: 1px solid #f4f4f4;
    background: white;
    box-shadow: 1px 1px 1px #f7f7f2;
    text-align: center;  
}
.pcContent .right .box img{
    width:120px;
    height:120px;
    /* margin-top:15px */
    margin:15px auto;
}
.pcContent .right .box p{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}
.pcContent .center{
    margin-top:5% ;
    float: left;
    margin-left:5%;
}
.pcContent .center img{
    max-height: 550px;
}
.pcContent .left{
    margin-top:80px;
    float: left;
    margin-left:10%;
}
.pcContent .left p.titleZh{
    font-size: 50px;
    color: white;
    margin-top: 50px;
    margin-bottom: 10px;
}
.pcContent .left p.titleEn{
    font-size: 20px;
    color: white;
    margin:20px 0;
}
.pcContent .left .downloadBox{
   
   width:465px;
   margin:50px auto 0 auto;
   height:430px;
   overflow-y: auto;
}
.pcContent .left .downloadBox .itembox{
    display: flex;
    align-items: flex-start;
   flex-wrap: wrap;
}
.pcContent .left .downloadBox .itembox .item{
    width: 125px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 0.3em;
    border: 1px solid #f4f4f4;
    cursor: pointer;
    height:135px;
    float: left;
}
.pcContent .left .downloadBox .item .content{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0 5px ;
}
.pcContent .left .downloadBox .item img{
    display: block;
    margin:0 auto;
    margin-bottom:10px;
}
.pcContent .left .downloadBox .item .active{
    display: none;
    background: #fff;
    height:100%;
    color:#333;
    overflow: hidden;
    
}
.pcContent .left .downloadBox .item.isbg{
    background:#fff;
}
.pcContent .left .downloadBox .item img{
    width: 48px;
    height: 48px;
    margin-top: 25px;
}
.pcContent .left .downloadBox .item  {
    font-size: 15px;
    color: #eee;
    height: 18px;
    margin:15px 0 ;
}
.pcContent .popModBox{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 5;
}
.pcContent .popModBox .c{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(000,000,000,.5);
    z-index: 1;
}
.pcContent .popModBox .rightBox{
    position: absolute;
    top:0;
    right:0;
    height:100%;
    width:400px;
    background:#fff;
    z-index: 2;
    transition: right 2s;
}
.pcContent .popModBox .rightBox .item{
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    margin:0 30px;
    align-items: center;
}
.pcContent .popModBox .rightBox .item .content{
    flex:1;
    line-height: 25px;
}
.pcContent .popModBox .rightBox .item .content .title{
    font-size: 18px;
    color: #333;
}
.pcContent .popModBox .rightBox .item .content .txt{
    color:#666;
    font-size: 12px;
}
.pcContent .popModBox .rightBox .item .rightbtn{
    border: 1px solid #4D93F7;
    color: #4D93F7;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
.pcContent .popModBox .rightBox.rightshow{
    animation:rightshow .2s ease-in ;
}
.nodata{
    color:#fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    display: none;
}
@keyframes rightshow{
    0%{
        transform: translateX(100%);
    }
    to{
        transform: translateX(0); 
    }
}

.phoneContent{
    width:100%;
    height:100%;
    box-sizing: border-box;
    padding:50px 0 40px 0;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.phoneContent .header{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    background: #4D93F7;
    font-size: 16px;
}
.phoneContent .footer{
    width: 100%;
    position: fixed;
    bottom:0;
    line-height: 40px;
    left:0;
    text-align: center;
    color: white;
    background: #4D93F7;
    font-size: 14px;
}
.phoneContent .center{
    height:100%;
    overflow-y: auto;
}
.phoneContent .centertop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    color: rgba(77, 147, 247, 0.8);
    background: rgba(77, 147, 247, 0.2);
    font-size: 14px;
}
.phoneContent .centertop span{
    margin-left:10px;
}
.phoneContent .centertop img{
    width: 18px;
    height: 18px;
    margin-right:10px;
}
.phoneContent .center .item{
    margin: 0 10px;
    padding:15px 0 ;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}
.phoneContent .center .item  .imgbox{
    width: 70px;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
}
.phoneContent .center .item  .imgbox img{
    display: block;
    width: 70px;
    height: 70px;
}
.phoneContent .center .item .centerbox{
    flex:1;
    margin-left:15px;
}
.phoneContent .center .item .title{
    font-size: 18px;
    color:#333;
}
.phoneContent .center .item span{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.phoneContent .center .item .txt{
    color: #777;
    font-size: 12px;
    margin:5px 0 ;
}
.phoneContent .center .item .down{
    color: #777;
    font-size: 12px;
}
.phoneContent .center .btn{
    border: 1px solid #4D93F7;
    background: #4D93F7;
    color: white;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 3px;
    margin-left:10px;
    text-decoration: none;
}

/* 下载说明 */
/* .explain .header{
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    height: 50px;
    line-height: 50px; 
    color: white;
    background: #4D93F7;
    font-size: 16px;
    display: flex;
    align-items: center;
    
}
.explain .header img{
    margin: 0 10px;
}
.explain .imgbox{
    padding-top:50px;
    margin:10px;
} */