*{
     margin: 0;
     padding:0
}
ul li{
    list-style:none
}
img{
    vertical-align: middle;
}
html,body{
    width: 100%;
    background-color: #000000;
}
.superdoor{
    width: 100%;
    background:url('../images/superdoor.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.superdoor-header{
    width: 100%;
    height: 128px;
    position: relative;
}
.superdoorLogo{
    width: 300px;
    height: 96px;
    cursor: pointer;
    display:block;
    margin: 0 auto;
    background: url('../images/JBO-logo.png') no-repeat;
    background-size: 100% 100%;
}
.changeLanguage{
    width: 108px;
    height: 32px;
    border: 1px solid #A0A0A0;
    position: absolute;
    right: 10%;
    top: 0px;
    cursor: pointer;
}
.changeLanguage li:first-child{
    width: 108px;
    height: 32px;
    display: block;
    color: #fff;
}
.changeLanguage li:nth-child(2){
    width: 108px;
    height: 32px;
    background-color: #2F2F2F;
    display: none;
}
.changeLanguage .thailand {
    width: 108px;
    height: 32px;
    background-color: #2F2F2F;
    display: none;
}
.changeLanguage .thailand i{
    width: 22px;
    height: 22px;
    margin: 5px;
    background: url('../images/thailand.svg') center no-repeat;
    background-size: 100% 100%;
    float: left;
}
.changeLanguage li:first-child i{
    width: 22px;
    height: 22px;
    margin: 5px;
    background: url('../images/vietnam.png') center no-repeat;
    background-size: 100% 100%;
    float: left;
}
.changeLanguage li:nth-child(2) i{
    width: 22px;
    height: 22px;
    margin: 5px;
    background: url('../images/china.png') center no-repeat;
    background-size: 100% 100%;
    float: left;
}
.changeLanguage:hover li:last-child{
    display: block;
    margin-top: 1px;
    color: #A0A0A0;
}
.changeLanguage:hover li:nth-child(2){
    display: block;
    margin-top: 1px;
    color: #A0A0A0;
}
.changeLanguage p{
    width: 55px;
    height: 32px;
    line-height: 32px;
    float: left;
    text-align: left;
    margin: 0;
    font-size: 12px;
}
.changeLanguage span{
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-radius: 2px 2px 0 0;
    margin-left: 0px;
}
.superdoor .tip{
    color:#CCCCCC;
    text-align:center;
    margin: 20px 0;
   
}
.superdoor .inputGroup{
    width:360px;
    margin:0 auto;
    color: #CCCCCC;
    position: relative;
}
.superdoor .inputGroup  .uname{
    display: block;
    width: 300px;
    height: 40px;
    background: #33333357 0% 0% no-repeat padding-box;
    border: 1px solid #A0A0A0;
    border-radius: 1px;
    padding: 0 30px;
    margin-bottom: 20px;
    color: #fff;
}
.superdoor .inputGroup  .pwd{
    display: block;
    width: 300px;
    height: 40px;
    background: #33333357 0% 0% no-repeat padding-box;
    border: 1px solid #A0A0A0;
    border-radius: 1px;
    padding: 0 30px;
    margin-bottom: 20px;
    color: #fff;
}

.superdoor .inputGroup  .question{
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 6px;
    background:url('../images/icon-question.png') no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    cursor: pointer;
}
.superdoor .inputGroup  .submit{
    display: block;
    width: 360px;
    height: 40px;
    background: #33333357 0% 0% no-repeat padding-box;
    border: 1px solid #1AFF00;
    color:#1AFF00;
    border-radius: 1px;
    margin-bottom: 20px;
    cursor: pointer;
}

.superdoor .line {
    width: 544px;
    margin: 0 auto;
    color: #CCCCCC;
}

.singleLine{
    width: 230px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}
.singleLine label{
    padding-left: 10px;
}
.singleLine span{
    color:#1AFF00;
}
.superdoor .qrcode>canvas{
    width: 100px !important;
    height:100px !important;
    border: 20px solid #ffffff;
    margin: 0 auto;
    display: block;
}
.superdoor .download{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    color: #ffffff;
    margin: 20px auto;
    text-align: center;
}
.footer{
    background: #000000;
    padding: 40px 0;
}
.gameLogo{
    width: 570px;    
    color:#CCCCCC;
    text-align:center;
    margin: 0 auto;
}

.gameLogo1{
    float: left;
}
.gameLogo1 i{
    display: block;
    width: 48px;
    height: 43px;
    background:url('../images/console.png') no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.gameLogo2{
    float: left;
    margin-left: 100px;
}
.gameLogo2 i{
    display: block;
    width: 48px;
    height: 43px;
    background:url('../images/display.png') no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.gameLogo3{
    float: right;
}
.gameLogo3 i{
    display: block;
    width: 48px;
    height: 45px;
    background:url('../images/Group.png') no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.superdoor .footer .title{
    font-weight: bold;
    font-size: 26px;
    color: #cccccc;
    text-align: center;
    margin-top:20px;
    margin-bottom: 5px;
}
.superdoor .footer .desc1{
    color: #cccccc;
    text-align: center;
    margin-top: 20px;
}
.clearfix:after{
    display: table;
    content: '';
    clear:both;
}
.sponorLogo>.clearfix{
    width: 650px;
    margin: 10px auto;
}
.sponorLogo1{
    float: left;
    width: 102px;
    height: 156px;
    background:url('../images/om.png') no-repeat;
    background-position: center;
    background-size: contain;
    margin-top:10px;
    cursor: pointer;
    overflow: hidden;
}
.sponorLogo2{
    float: left;
    width: 104px;
    height: 118px;
    background:url('../images/betis.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 45px;
    margin-top:30px;
    cursor: pointer;
}
.sponorLogo3{
    float: left;
    width: 145px;
    height: 86px;
    background:url('../images/berbatov.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 45px;
    margin-top:60px;
    cursor: pointer;
}
.sponorLogo4{
    float: left;
    width: 84px;
    height: 128px;
    background:url('../images/496.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 45px;
    margin-top:20px;
    cursor: pointer;
}
.sponorLogo5{
    float: left;
    width: 78px;
    height: 129px;
    background:url('../images/xipanya.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-left: 45px;
    margin-top:20px;
    cursor: pointer;
}
.sponorLogo1:hover,
.sponorLogo2:hover,
.sponorLogo3:hover,
.sponorLogo4:hover,
.sponorLogo5:hover{
    transition: 1s;
    transform:scale(1.1)
}
.superdoor .footer .desc2{
    color: #666666;
    text-align: center;
    margin-top:20px;
}
#qrcode{
    width: 180px;
    margin: 0 auto;
}
#qrcode>canvas{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 15px solid #fff;
}
.showPwd{
    background: url('../images/Show.svg') no-repeat;
    background-position:center;
    display: block;
    width: 28px;
    height:28px;
    position: absolute;
    right: 3px;
    top:68px;
    cursor: pointer;
}
.hidePwd{
    background: url('../images/Hide.svg') no-repeat;
    background-position:center;
    display: block;
    width: 28px;
    height:28px;
    position: absolute;
    right: 3px;
    top:68px;
    cursor: pointer;
}