﻿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;
}

.el-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.el-header {
    height: 36px !important;
    background-color: #fff;
    padding: 0;
}

.tool-line {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #ccc;
    margin: 0 10px;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .el-header {
    height: 36px !important;
    background-color: rgb(54, 54, 54);
    padding: 0;
} */

.header-title {
    margin: 0 auto;
    max-width: 1200px;
    text-align: end;
    line-height: 36px;
    padding: 0 20px;
}

.header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tool-fox {
    color: rgb(162, 162, 162);
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
}

.tool-fox img {
    width: 20px;
    vertical-align: sub;
}

.eve-row2 {
    /* position: fixed; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 160px; */
    text-align: center;
    background: #e6e6e9;
    padding: 20px 0 12px 0;
    color: #333;
    font-size: 12px;
    margin-top: 30px;
}

.eve-row2-wrapper {
    max-width: 1200px;
    height: 100%;
    /* background-color: thistle; */
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 20px;
}

.eve-row-text {
    /* width: 240px; */
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

/* .eve-row-text p:not(.eve-row-big) {
    font-size: 14px;
    text-align: left;
    line-height: 21px;
    color: rgb(115, 115, 115);
} */

.eve-row-big {
    line-height: 22px;
    font-size: 12px;
    /* text-align: left; */
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.eve-row-text p a {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

/* .eve-row-big {
    margin-bottom: 15px;
} */

.copy-right {
    padding: 10px 0 0px;
}

.copy-right p {
    font-size: 12px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
}

.copy-right p a {
    font-size: 12px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
}

.el-footer {
    height: 100% !important;
    padding: 0;
}

.flex {
    display: flex;
    align-items: center;
}

.el-button {
    font-size: 14px;
    /* font-weight: 700; */
    /* color: #fff !important; */
}


.el-button--primary {
    background: #f33818 !important;
    border-color: #f33818 !important;
}


.el-main {
    flex: 1;
    /* margin-bottom: 180px; */
}

.el-icon {
    color: #f33818;
}

.el-dropdown {
    color: rgb(162, 162, 162);
}

.active-lang {
    font-weight: bold;
    color: #fff !important;
    background: #409EFF !important;
}


.toolkit-new {
    position: fixed;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 999;
    background-color: #fff;
    border-radius: 12px 0 0 12px;
    width: 80px;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.08);
}

.toolkit-new .toolkit-list-new {
    padding: 4px;
}

.toolkit-new .toolkit-list-new .toolkit-item-new {
    position: relative;
    text-align: center;
    width: 80px;
    height: 74px;
    /* margin-top: 8px; */
    z-index: 1;
    cursor: pointer;
}

.toolkit-item {
    display: block;
    text-decoration: none;
}

.toolkit-icon {
    display: block;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
    padding-top: 4px;
    box-sizing: content-box;
}

.toolkit-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #1f1f1f;
    padding-bottom: 6px;
}