body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.flex {
    display: flex;
    align-items: center;
    gap: 6px;
}

.el-container {
    min-height: 100vh;
    overflow: hidden;
    /* display: flex; */
    /* flex-direction: column; */
}


.el-aside {
    box-shadow: 15px 0px 15px rgb(0 60 120 / 4%);
    overflow: hidden;
}

.sidebar-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.logo {
    /* display: flex; */
    /* align-items: center; */
    padding: 16px 50px 0;
}

.sidebar-container .logo img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.sidebar-container .logo span {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.el-menu {
    border-right: none;
    padding: 16px;
    flex: 1;
}

.sidebar-img {
    width: 25px;
    height: 25px;
}

.sidebar-span {
    font-size: 16px;
    font-weight: 400;
    /* color: #000; */
}

.el-menu-item {
    margin-bottom: 10px;
}

.el-menu-item.is-active {
    background: #f2f8ff;
}

.el-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: flex-end;
    height: auto !important;
}

.right {
    display: flex;
    gap: 25px;
}

.right img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.flex img {
    width: 40px;
}

.flex p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.account {
    gap: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 6px;
}

.account img {
    width: 20px;
    height: 20px;
}

.account,
.switchover span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.switchover,
.quit {
    padding-top: 10px;
    gap: 16px;
}

.switchover img {
    width: 23px;
    height: 23px;
}

.quit img {
    width: 30px;
    height: 30px;
}

.quit span {
    color: #F60505;
}

.customer {
    display: flex;
    align-items: center;
    background: #0079F2;
    border-radius: 6px;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
    margin: 16px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.el-main {
    background: #EFF0F9;
}

.el-pagination {
    margin-top: 16px;
}

.el-dialog {
    border-radius: 8px;
}

.active-lang {
    font-weight: bold;
    color: #fff !important;
    background: #409EFF !important;
}


.container {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    /* height: 100%; */
}

.container-flex {
    display: flex;
    align-items: center;
}

.container-flex img {
    width: 40px;
    height: 40px;
}

.container-flex p {
    font-weight: 400;
    font-size: 20px;
    color: #1C398E;
    padding-left: 20px;
}

.container-title {
    background: #F9FAFB;
    border-radius: 8px;
    padding: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #767E8B;
    margin: 20px 60px 0;
}


.container-div {
    background: #F9FAFB;
    padding: 30px;
    margin: 20px 60px 0;
    border-radius: 8px;
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

.container-div div {
    padding-bottom: 10px;
}


.tg_title {
    text-align: center;
    padding-bottom: 20px;
    color: #9DA7B2;
    font-size: 16px;
    font-weight: 400;
}

.tg_img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}


.tg_p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding: 20px 0;
    text-align: center;
}

.tg_content {
    background: #EFF6FF;
    border-radius: 20px;
    padding: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.tg_step {
    padding-left: 30px;
    line-height: 30px;
}

.tg_iunderstand {
    background: #EFF0F9;
    border-radius: 8px;
    padding: 10px 15px;
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}