* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
    width: 100%;
    height: 100%; 
}

body {
    position: relative;
    font-size: 12px;
    width: 100%;
    height: 100%; 
}

.shadow{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0.86;
    /* background: url(../img/shadow.png) no-repeat center center; */
    background-size: 100% 100%;
}
#shadowImg{
    height: auto;
    z-index: 101;
    background: none;
    opacity: 1;
    margin-top: 10%;
}

.content{
    width: 100%;
    height: 100%;
    background: #7fd6ef url("../img/bg.jpg") no-repeat;
    background-size: 100% auto;
    position: relative;
}
.icon {
    position: absolute;
    width: 18.5vw;
    height: 18.5vw;
    left: 14vw;
    top: 4.6875vw; 
}
.icon > img {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 12px;
}

.region {
    width: 42vw;
    top: 2.5vw;
    position: absolute;
    left: 42vw; 
}
.region > img {
    width: 100%;
    height: 100%;
    display: inline-block; 
}

.identity {
    width: 37.5vw;
    top: 52.0625vw;
    position: absolute;
    left: 54.6875vw;
    text-align: center;
    display: none;
}
.down1 {
    position: absolute;
    width: 100vw;
    text-align: center;
    top: 125vw;
}
.down1 img {
    width: 80vw;
    height: auto;
    display: inline-block; 
}

.down2 {
    position: absolute;
    width: 100vw;
    text-align: center;
    top: 125vw;
}
.down2 img {
    width: 80vw;
    height: auto;
    display: inline-block; 
}

.tel{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8vw;
    text-indent: 1.5em;
    font-size: 16px;
    line-height: 8vw;
    background: #000;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.cpy{
    margin-left: 6vw;
}
