* {box-sizing: border-box;padding: 0;margin: 0; user-select: none;}
body {width: 100%;height: 100vh;}

@font-face{
    font-family: 'ProximaNovaExCn-Black';
    src: url('../font/ProximaNovaExCn-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal; 
}

.wrapper {
    width: 100%;
    height: 100%;
    background-image: url("../image/bg2.jpg");
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.prx1, .prx2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
   
}
.logo {
    display: block;
    width: 400px;
    height: 150px;
    margin: 50px auto;
   
}

.logo img {width:100%;}

.girls {
    display: block;
    width: 250px;
    position: absolute;
    height: 500px;
    /* z-index: 2; */
    
}
.girl1{left: -100px;}
.girl2 {left: 220px;}

.girl3 {left: 630px;}
.girl4 {left: 1000px;}

.girl_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}
.girl_wrapper img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease .3s;
}
.girl2 .girl_wrapper img {width: 150%;}
.girl_wrapper img:last-child {
    opacity: 0;
}
.girl_wrapper:hover img:last-child {
    opacity: 1;
    transform: scale(1.2);
    z-index: 9;
}
.girl_wrapper:hover img:first-child {
    opacity: 0;
}

h1, p {
    font-family: 'ProximaNovaExCn-Black', sans-serif;
    color: #ff5a00;
    z-index: 2;
    text-shadow:0 0 20px #e6b325;
    text-shadow: 1px 1px white, 2px 2px white, -1px -1px white, -2px -2px white, -1px 1px white, 1px -1px white, -2px 2px white, 2px -2px white, -3px -3px 4px rgba(0,0,0,.3), -3px 3px 4px rgba(0,0,0,.3), 3px 3px 4px rgba(0,0,0,.3), 3px -3px 4px rgba(0,0,0,.3);
    text-transform: uppercase;
}

.text {
    position: absolute;
    bottom: 10%;
    width: 1200px;
    height: 330px;
    background-image: url("../image/light.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    text-align: center;
}

h1 {
    font-size: 85px;
    line-height: 0.7;
}

p {
    width: 100%;
    font-size: 72px;
}


.btn {
    display: inline-block;
    width: 370px;
    height: 140px;
}

.btn a {
    display: block;
}

@media screen and (max-height: 800px) {
    .text {
        bottom: 0;
    }

    h1 {
        font-size: 75px;
    }
    
    p {
        font-size: 62px;
    }
}

@media screen and (max-height: 750px) {
    h1 {
        font-size: 65px;
    }
    
    p {
        font-size: 52px;
    }
}