﻿.container_2 {
    display: flex;
    justify-content: center;
}

.main {
    position: relative;
    flex-flow: column nowrap;
    width: 1024px;
    background-color: #FFFFFF;
}

.langarea {
    position: absolute;
    top: 10px;
    right: 10px;
}

.container_1 {
    text-align: center;
    height: 650px;
}

.container_3 {
    position: relative;
    line-height: 25px;
}

.main2 {
    display: flex;
    flex-flow: row nowrap;
    height: auto;
}

.container_8 {
    width: 726px;
}

.container_4 {
    width: 290px;
    text-align: center;
}

.main3 {
    height: auto;
}

.loginarea {
    padding: 20px 0px;
}

.loginarea_group_row {
    display: flex;
    flex-flow: row nowrap;
}

.loginarea_group_col_left {
    width: 70%;
    word-break: break-all;
    text-align: right;
}

.loginarea_group_col_right {
    width: 100%;
    word-break: break-all;
    /*text-align: right;*/
}
/*V4.7.0 20230620 Eric  Add accessiBe icon*/
.accessiBe_icon {
    position:fixed;
    float:right;
    z-index:999;
    top:50%;
    right:20px;
    width:60px;
    height:60px; 
    border-radius:999em;
    background-color:#146ff8;
    cursor:pointer;
}