.boxLayout{
    display: flex;
    justify-content: center;   
    flex-direction: column;
    align-items: center;
   background-color: #fafafa;
}

.page-layout{
    display: flex;
    height: calc(100vh - 296px);
}




.page-cntext{
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e6e6e6;
    width: 1260px;
    height: auto;
    background: #f0f0f0;

}
.leftSidebar{
    width: 226px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.rightSidebar{
    width: 1064px;
    background: #fff;
}

.tapAccountCss{
    font-size: 16px;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.tapAccountCss:hover{
     color: red;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
}


.tapAccountCss:hover::after {
    background-color: #fff;
    content:'';
    border-top: 5px solid transparent;
    border-left: 10px solid red;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 0; 
}

.tapProgressCss{
    font-size: 16px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tapProgressCss:hover{
    color: red;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
}


.tapProgressCss:hover::after {
    background-color: #fff;
    content:'';
    border-top: 5px solid transparent;
    border-left: 10px solid red;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 0; 
}




.tapAccountContextCss{
    position: relative;
    height: calc(100vh - 396px);
    top: 0;
    overflow-y: auto;
}

.tapProgressContextCss{
    display: none;
    height: calc(100vh - 396px);
    position: relative;
    overflow-y: auto;
    top: 0;
}




.footerView{
    position: fixed;
    bottom: 0px;
}

.verificatioCss{
    background: #eee;
    border-color: #ccc;
    text-decoration: none;
}


.formLayout{
    padding: 30px 0 20px 20px;
}

.formTitle{
    font-size: 20px;
    padding-left: 38px;
    padding-bottom: 30px;
}

.myInput{
    width: 300px;
}

.remind{
    color: red;
    width: 600px;
    padding-left: 110px;

}

.consentView{
    padding-left: 108px;
}
.consentIconCss{
    z-index:  100;  
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url('/templets/default/20190417/images/gameid-icon-a.png');
}


.userIsCan{
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    top: -5px;
}

.sumbitCss{
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: block;
    background-color: #999;
    
    font-size: 16px;
    border-radius: 3px;
    margin: 20px 0 20px 0px;
    border: none;
    outline: none;
}
.logoutAgreement{
    color: #55acee;
    line-height: 38px;
    float: left;
    display: block;
}
.tpsTitle{
 padding-top: 10px;
 font-weight: 700;
}
.tpsContext{
    font-size: 10px;
}

.sumbitQueryCss{
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: block;
    background: #ce3f39;
    font-size: 16px;
    border-radius: 3px;
    margin: 20px 0 20px 0px;
    border: none;
    outline: none;
}

.verificationCode1Css{
    position: relative;
    top: -31px;
    left: 450px;
    border: 1px solid;
    width: 95px;
    text-align: center;
    color: #2c96c7;
    height: 28px;
}

.verificationCode1Css2{
    position: relative;
    top: -31px;
    left: 350px;
    border: 1px solid;
    width: 95px;
    text-align: center;
    color: #2c96c7;
    height: 28px;
}

#showMyTable{
    display: none;
}