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


/*--通用类--*/

.lf-center-overlay-text{
    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;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin:0;
}

.lf-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, #03c7fe 0%,#008edb 100%);
    -webkit-background-clip: text;
    margin:0 10px;
}

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

footer{
    width:100%;
    min-height: 100px;
    bottom: 0;
    border-top: 1px solid #f5f5f5;
    background-color: white;
}


.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: 320px;
}

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

#logo-image img{
    border-radius: 25%;
}

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

#download-button{
    width: 120px;
    height: 40px;
    font-size: 18px;
    font-weight: thin;
    line-height: 40px;
    border-radius:8px;
    background: linear-gradient(to right, #03c7fe 0%,#008edb 100%);
    float: right;
    color: white;
    margin: 10px 0px;
    text-align: center;
    display: none;
}

#main-title{
    max-width: 600px;
    display: block;
    margin:auto;
}

#main-title h1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color:black;
    margin:20px 10px;
}

#main-title h5{
    font-size: 20px;
    line-height: 2;
    font-weight: 100;
    color:gray;
    margin: 10px;
}

#main-title h6{
    font-size: 16px;
    line-height: 2;
    font-weight: 100;
    color:lightgray;
    margin: 10px;
}

#main-title a img{
    border-radius: 10px;
    border:1px solid #efefef;
    margin:20px;
}

/*--开始第二个板块--*/
#section2{
    margin:40px 0px;
}

#section2 h1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color:black;
    margin:10px 0px;
}

.comment-group{
    margin:80px 0;
}

.comment{
    max-width:455px;
    padding:40px;
    color:black;
    border-radius: 20px;
    background: rgb(240, 240, 248);
    margin:20px auto;

}

.comment .stars{
    height: 28px;
    width: 174px;
    margin: 10px 0;
}

.comment .title{
    font-size: 22px;
    color:black;
    font-weight: bold;
    margin: 20px 0;
    text-align: left;
}

.comment .content{
    font-size: 20px;
    line-height: 1.6;
    color:black;
    font-weight: normal;
    margin: 10px 0;
    text-align: left;
}

.comment .post-script{
    font-size: 20px;
    line-height: 1.6;
    color:gray;
    font-weight: thin;
    margin: 10px 0;
    text-align: left;
}


#section3 h1{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color:black;
    margin:10px 0px;
    text-align: center;
}

.download-box a img{
    border-radius: 10px;
    border:1px solid #efefef;
    margin:40px 20px;
}


.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;
    font-size: 22px;
    color:black;
    font-weight: thin;
    line-height: 100px;
}

#contact{
    float: right;
}


.footer-placeholder{
    height: 160px;
}


