:root {
    --last-film-primary-color: #FCBF37;
    --last-film-black-color: #4B4B4B;
  }


/*--通用类--*/
.mask{
    color:#ffffff;
    font-size: 30px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width:100%;
    height: 100%;
    top: 0;
    left:0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}


.gradient-text{
    -webkit-text-fill-color:transparent;
    background: linear-gradient(to right, #f8cf1c 0%,#ed9200 100%);
    -webkit-background-clip: text;
    margin:0 10px;
}

.clear{
    clear:both;
    overflow: hidden;
}

/*--页面内容--*/



/*--标题栏--*/
.navbar {
    background-color: white;
    border-bottom: 1px solid #f5f5f5;
}

.header-placeholder{
    height: 160px;
}


.navbar-content-box{
    height: 100px;
    padding:20px 0px;
    width: 100%;
    min-width: 360px;
}

#logo-image{
    width:60px;
    height:40px;
    display: inline-block;
    float: left;
    margin:10px 10px 10px 0;
}


#navbar-title-box{
    font-size: 28px;
    font-weight: thin !important;
    display:inline-block;
    float: left;
    color: black;
    text-align: center;
    line-height: 60px;
}

/*--第一个模块--*/
.card{
    border-radius: 20px;
    background: white;
    border: 1px solid #efefef;
    box-shadow: 0 20px 40px #efefef;
}

.logo-box{
    max-width: 200px;
    margin:auto;
    padding:20px;
}

.logo-box img{
    border-radius: 20%;
    border:1px solid #efefef;
}

.card{
    margin:20px 20px 80px 20px;
}

.card .text-box{
    margin: 40px 40px 20px 40px;
}

.card h1{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 20px 0;
    color:black;
}

.card h3{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: 20px;
    color:black;
}

.card h5{
    font:18px;
    line-height: 2;
    font-weight: 100;
    margin-bottom: 20px;
    color:black;
}

.more-button{
    width: 202px;
    height: 62px;
    font-size: 18px;
    font-weight: thin;
    line-height: 62px;
    border-radius:8px;
    border:1px solid #efefef;
    display:inline-block;
    background-color: white;
    float: left;
    color: black;
    text-align: center;
    margin-bottom:20px;
}

.button-box{
    padding:0;
    margin:0px 20px 20 20px;
    clear:both;
    overflow: hidden;
}

.download-button{
    display: inline-block;
    float: left;
    margin:0 40px 20px 0;
}

.download-button img{
    border-radius: 10px;
    border:1px solid #efefef;
    margin:0;
}



/*--底部版权栏--*/
.copyright h1{
    display: inline-block;
    float: left;
    font-size: 22px;
    color:black;
    font-weight: bold;
    line-height: 100px;
}

.copyright p,.copyright a{
    display: inline-block;
    float: right;
    font-size: 18px;
    color:lightgray;
    font-weight: 100;
    line-height: 100px;
}


.footer-placeholder{
    height: 160px;
}

/*--底部标题栏--*/
footer{
    width:100%;
    min-height: 100px;
    bottom: 0;
    border-top: 1px solid #f5f5f5;
    background-color: white;
}

