@media screen and ( min-width: 212px){html{font-size: 22px}}
@media screen and ( min-width: 319px){html{font-size: 32px}}
@media screen and ( min-width: 359px){html{font-size: 36px}}
@media screen and ( min-width: 374px){html{font-size: 37.5px}}
@media screen and ( min-width: 383px){html{font-size: 38.4px}}
@media screen and ( min-width: 399px){html{font-size: 40px}}
@media screen and ( min-width: 414px){html{font-size: 41.4px}}
@media screen and ( min-width: 423px){html{font-size: 42.4px}}
@media screen and ( min-width: 479px){html{font-size: 48px}}
@media screen and ( min-width: 539px){html{font-size: 54px}}
@media screen and ( min-width: 639px){html{font-size: 64px}}
body{
    min-width: 300px;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    min-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    font-size: 0.3611rem;
    overflow-x:hidden;
    color: white;
    font-family:"Helvetica Neue" , BlinkMacSystemFont, "PingFang SC",-apple-system,STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #335d29  ;
    font-size: 0.38889rem;
    font-weight: 300;
    text-align: center;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #335d29 ;
    font-size: 0.38889rem;
    font-weight: 300;
    text-align: center;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color:#335d29  ;
    font-size: 0.38889rem;
    font-weight: 300;
    text-align: center;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #335d29  ;
    font-size: 0.38889rem;
    font-weight: 300;
    text-align: center;
}
#contanier{
    background-size: 100%;
    background-image: url("../../img/casinoRegister/invitbg.jpg");
    background-repeat: no-repeat;
    padding: 0 1.05rem;
    overflow: hidden;
    background-color: white;
    min-height: 100vh;
}
#title{
    margin-top: 4.5rem;
}

.title_head{
    font-size: 0.38889rem;
    color: #eeeeee;
}
.title_head>img{
    width: 100%;
}

#titleword>img{
    width: 7.5rem;
}


.item{
    color: #fdcd39;
    font-size: 0.4444rem;
    font-weight: 700;
    line-height: 0.7rem;
}
#inputbox{
   margin-top: 1.2rem;
   border: 1px solid #67f047;
}
#input{
    width: 99%;
    height: 1.2rem;
    /*padding-left: 0.2rem;*/
    background-color: #081411 ;
    color: white;
    font-size: 0.4rem;
    outline: none;
    border: none;
    /*margin-left: 0.5rem;*/
    text-align: center;
}
#register{
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    /*margin-left: 0.1rem;*/
    background-color: #67f047;
    /*width: 9rem;*/
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid  #67f047;
    color: #081411;
    font-weight: 600;
    font-size: 0.44444rem;
}

#reminder{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    z-index: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
#reminder>div{
    width: 8rem;
    padding: 1rem 0.5rem;
    background-color: black;
    text-align: center;
}
#ok{
    margin-top: 0.8rem;
    width: 2rem;
    border-radius: 0.5rem;
    height: 1rem;
    border: 2px solid #C451FF;
    line-height: 1rem;
    margin-left: 3rem;
}

.footerBg{
    width: 100%;
    margin-top: 2rem;
}

.title_foot{
    font-size: 0.38889rem;
    color: #dadada;
    margin-bottom: 5.2rem;
}