.hlogo {
    margin-top: -15px;
    width: 230px;
}

.pt {
    padding-top: 80px;
}

.sh {
    color: #fff;
    font-family: ZCOOL XiaoWei;
    font-size: 30px !important;
}

.sh2 {
    color: #fff;
    font-family: ZCOOL XiaoWei;
    font-size: 60px !important;
}

.btn {
    color: #fff;
    font-size: 13px;
    padding: 12px 10px;
    border-radius: 6px;
    background: #ff6600;
}

.pr1 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

img.star {
    animation-name: rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.piel {
    position: absolute;
    top: 110px;
    left: 327px;
}


/*MOBILE VIEW*/


/* (min-width:480px) (max-width:767px) */

@media only screen and (max-width:767px) {
    .logo_s {
        width: 280px;
        height: 45px;
        margin-left: 0px;
    }
    .margin_right30 {
        margin-right: 1px;
    }
    .margin_left30 {
        margin-left: 15px;
    }
    .padding_left50 {
        padding-left: 10px;
    }
    .padding_right50 {
        padding-right: 5px;
    }
    .font_abt {
        font-family: 'ZCOOL XiaoWei' !important;
        font-size: 27px;
    }
    .hl {
        display: none;
    }
    .hlogo {
        margin-top: 2px !important;
        width: 210px !important;
    }
    .pt {
        padding-top: 0px;
    }
    .sh {
        color: #fff;
        font-family: ZCOOL XiaoWei;
        font-size: 30px !important;
    }
    .btn {
        color: #fff;
        font-size: 13px;
        padding: 12px 10px;
        border-radius: 6px;
        background: #ff6600;
    }
    .sh2 {
        color: #fff;
        font-family: ZCOOL XiaoWei;
        font-size: 60px !important;
    }
    .pr1 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    img.star {
        animation-name: rotate;
        animation-duration: 30s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .piel {
        position: absolute;
        top: 105px;
        left: 141px;
    }
}