#home .brand-logo{
    z-index: 10;
    max-width: 320px;
}
#home .content,
#home .content .text-intro{
    z-index: 10;
}
#home .bottom-home{
    z-index: 10;
}
#home .danmu{
    position: absolute;
    z-index: 0;
    left: 0;
    padding: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    z-index: 1;
/*  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(calc(-50% - 50px));
    -moz-transform: translateY(calc(-50% - 50px));
    -ms-transform: translateY(calc(-50% - 50px));
    -o-transform: translateY(calc(-50% - 50px));
    transform: translateY(calc(-50% - 50px));
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    visibility: visible;*/
}
#home .danmu canvas{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 50px 0;
/*  background-color: rgba(0,0,0,0.2);*/
}

#ewmButton{
    margin-left: 10px;
}
#30Button{
    margin-left: 10px;
}
#czButton{
    margin-left: 10px;
}
#registerButton60{
    margin-left: 10px;
}
#registerButtonpsw{
    margin-left: 10px;
}
#registerButtonfid{
    margin-left: 10px;
}
#registerButton37{
    margin-left: 10px;
}
#czButton1{
    margin-left: 10px;
}
#czButton2{
    margin-left: 10px;
}

@media only screen and (max-width: 1024px){
    #registerButton{
        margin: 15px auto 0;
    }
    #ewmButton{
        margin: 15px auto 0;
    }
    #czButton{
        margin: 15px auto 0;
    }
    #registerButton60{
        margin: 15px auto 0;
    }
    #registerButtonpsw{
        margin: 15px auto 0;
    }
    #registerButtonfid{
        margin: 15px auto 0;
    }
    #registerButton37{
        margin: 15px auto 0;
    }
    #czButton1{
        margin: 15px auto 0;
    }
    #czButton2{
        margin: 15px auto 0;
    }
}
label{
    display: inline-block;
    width: 82px;
    text-align: left;
    line-height: 30px;
    padding: 6px;
    margin-top: 10px;
    background-color: #7dbaee;
    border-radius: 5px;
    border: 1px solid grey;
}
label input[type="checkbox"]{
    display: none;
}
label input[type="checkbox"]+span{
    box-sizing: border-box;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 2px;
    border: 2px solid #ccc;
    vertical-align: sub;
    margin-right: 5px;
}
label input[type="checkbox"]+span>span{
    display: inline-block;
    width: 12px;
    height: 12px;
    float: left;
    background: #33bb00;
    opacity: 0;
}
label input[type="checkbox"]:checked+span{
    border-color: #33bb00;
}
label:hover input[type="checkbox"]+span>span{
    opacity: 0.5;
}
label input[type="checkbox"]:checked+span>span{
    opacity: 1;
}
label input[type="radio"]+span{ 
    border-radius:50%; 
}
.paypal-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.paypal-wrapper .icon {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.paypal-wrapper .paypal-text {
    font-size: 20px;
}
.paypal-border {
    width: 163px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #d7dae2;
}