body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555;font-family: Verdana, Arial, Helvetica, sans-serif; }
@media screen and (max-width:374px){html,body{font-size: 26px;}}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a { text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); outline:none;}
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;}
.hide{display: none!important;}
.show{display: block!important;}

.card{
    width: 100%;
    height: 100%;
    position: relative;
}

.bg{
    width: 100%;
}

/* .starImg{
    width: 81%;
    position: absolute;
    left: 0;
    right: 0;
    top: 19%;
    margin: auto;
    z-index: 1;
    border-radius: .2rem;
} */
.starImg{
    width: 81%;
    position: absolute;
    left: 0;
    right: 0;
    top: 15.8%;
    margin: auto;
    z-index: 1;
}

.logoLayer{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/* 
.button{
    display: block;
    padding-top: 23.2%;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 12%;
    font-size: .32rem;
    text-align: center;
    color: #fff;
    -moz-transform: scale(.93);
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
} */

.button{
    display: block;
    /* width: 7rem; */
    /* height: 1.62rem;
    width: 100%; */
    padding-top: 23.2%;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 9%;
    font-size: .32rem;
    text-align: center;
    color: #fff;
    -moz-transform: scale(.93);
    -webkit-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93);
}

.button .starText{
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    margin: auto;
    display: inline-block;
}

.starName{
    color: #ffe200;
    font-weight: bold;
}

.lxlBtn{
    background: url(../images/Btn.png) no-repeat;
    background-size: 100% auto;
}

.defaultPic{
    width: 100%;
}