.lead {
    background: url(../images/bg4.jpg) no-repeat left top;
    background-size: 100% 100%;
    height: 100vh;
    overflow: hidden;
}

.hmc3Randx {
    width: 83.33vh;
    height: 83.33vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hmc3rnds {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 100%
}

.hmc3rnds img.hmc3aniImg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.hmc3rnds img:nth-child(1) {
    animation: radiusRotate 50s linear infinite;
}

.hmc3rnds img:nth-child(2) {
    animation: radiusRotate2 20s linear infinite;
}

.hmc3rnds img:nth-child(3) {
    animation: radiusRotate 30s linear infinite;
}

.hmc3rnds img:nth-child(4) {
    animation: radiusRotate2 5s linear infinite;
}

.hmc3rnds img:nth-child(5) {
    animation: radiusRotate2 5s linear infinite;
}

.hmc3item {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.hmc3item .logo-1 img {
    margin: 0 auto;
    display: block;
    height:56px;
}

.toggle-btn {
    width: 349px;
    margin: 0 auto;
    margin-top: 30px;
}

.toggle-btn a {
    display: block;
    width: 139px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #e70819;
    border-radius: 50px;
    color: #fff;
}

.toggle-btn a:hover {
    background: #ce2c39;
}

.m-toggle-btn {
    display: none
}

.skip1,
.skip2 {
    top: 50%;
    transform: translateY(-50%);
}

.skip1 {
    right: 0;
}

.skip2 {
    left: 0;
}


.name1 .abs {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.name1 .abs .t1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.tsgd a {
    display: block;
    height: 52px;
    width: 184px;
    background: #fff;
    border-radius: 50px;
    margin-top: 30px;
    line-height: 52px;
    text-align: center;
    color: #e70819;
    font-size: 16px;
    font-weight: bold;
}

.tsgd a:hover {
    background: #e70819;
    color: #fff;
}


@keyframes radiusRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes radiusRotate2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}



@media(max-width:900px) {
    .hmc3Randx {
        transform: translate(-50%, -50%) scale(0.8)
    }
}


@media(max-width:650px) {
    .hmc3Randx {
        transform: translate(-50%, -50%) scale(0.6)
    } 

    /* .hmc3Randx {
        transform: translate(-50%, -50%) scale(0.5)
    }

    .toggle-btn {
        flex-direction: column;
    }

    .toggle-btn a {
        margin: 0 auto;
        margin-top: 15px
    } */
}


@media(max-width:1880px) {

    .skip {
        top: 50%;
        transform: translateY(-50%) scale(0.8);
    }
}


@media(max-width:1700px) {

    .skip {
        top: 50%;
        transform: translateY(-50%) scale(0.65);
    }
}

@media(max-width:1599px) {

    .skip{
        top: 50%;
        transform: translateY(-50%) scale(0.55);
    }
}

@media(max-width:1460px) {

    .skip {
        top: 50%;
        transform: translateY(-50%) scale(0.45);
    }
}

@media(max-width:1370px) {
    .skip{
        top: 50%;
        transform: translateY(-50%) scale(0.4);
    }
}


@media(max-width:1365px){
    .skip{display:none}
    .m-toggle-btn{display:flex;}
}



.welcome{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0;}