﻿canvas#globekit-canvas {
    position: fixed;
}
.head_title{
    position: absolute;
    top:9.8%;
    left:11%;
    width:53%;
    max-width:1026px;
    height:5.6%;
}
.head_title img{
    width:84%;
}
.title {
    position: absolute;
    top: 20%;
    left: 6%;
    width:47%;
    max-width:970px;
}
.title img{
    width:95%;
}
.building {
    width: 100%;
    height:28%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.building img{
    width: 100%;
    height:100%;
}
.sponsor{
    position: absolute;
    bottom:5.2%;
    left:50%;
    height:8%;
    width:22%;
    transform:translateX(-50%);
    background: url("../img/texture/sponsor_pc.png") no-repeat;
    background-size: 100%;
}
.enter {
    position: absolute;
    top:65%;
    left: 11%;
    display: inline;
    width:21%;
    max-width:410px;
    height:8.2%;
}
.enter a{
    width:80%;
    height:100%;
    display: inline-block;
}
.enter img{
    width:95%;
}
