html,body{
   width: 100%;
   height: 100%;
}
#content{
    padding: 0;
}
#content-core {
    max-width: 100%;
}
#mapview{
    padding-top: 0;
}
#site-header .redLine {
    margin-bottom: 0;
}
#site-header #header-core {
    max-width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}
#site-header {
    /* position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5; */
}
#home_map .fp-watermark {
    display: none;
}
#home_map>.container{
    width: 100%;
    /* margin-top: 102px; */
    height: calc(100% - 107px);
    display: flex;
    align-items: center;
}

#home_map .container-mask {
    /* width: 100%; */
    height: calc(100% - 102px);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 102px;
    /* background: linear-gradient(119deg, rgba(21,41,65,0.90) 8%, rgba(21,41,65,0.74) 22%, rgba(21,41,65,0.49) 34%, rgba(21,41,65,0.00) 56%); */
    display: flex;
    align-items: center;
 }
 .home-content {
    display: flex;
    flex-direction: column;
    margin-left: 160px;
 }
 .home-content-title {
    font-family: 'RobotoSlab-Medium';
    font-size: 54px;
    font-weight: normal;
    color: #fff;
    /* background: linear-gradient(302deg, #FFFFFF -12%, #E7CAA0 90%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
 }
.home-content-title .title-text {
   margin-top: 10px;
   font-family: roboto,PingFang SC;
   font-size: 72px;
   font-weight: 600;
   line-height: 120%;
   letter-spacing: -0.03em;
   font-variation-settings: "opsz" auto;
   text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 }
 .home-content-title .text {
   letter-spacing: 0em;
    font-size: 47px;
    line-height: 110%;
    font-weight: 600;
    font-family: roboto,PingFang SC;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 }
 .home-content-btns {
    display: flex;
    margin-top: 40px;
 }
 #home_map .btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: 20px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }
 #home_map .btn-box .link-btn {
    font-family: Helvetica,Arial;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
 }
 #home_map .btn-box .link-btn-img {
    width: 24px;
    height: 24px;
    background: url(../../images/home/right-arrow.png) no-repeat;;
    background-size: 24px auto !important;
    background-position: center center !important;
    margin-left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
 }
 #home_map .btn-box:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.75);
 }
 #cesiumContainer {
   width: 100%; /* 设置容器宽度为页面的 2/3 */
   height: calc(100vh - 107px);
   position: absolute;
   left: 0;
   top: 107px;
}
.mapWraper{
   width: 100%;
   height: 100%;
}
