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; */
    overflow: hidden;
    /* margin-bottom: 180px; */
}

.el-icon {
    color: #f33818;
}

@media (max-width:1200px) {

    /* .header-title {
        width: 100%;
        padding: 0 20px;
    }
    .search-box {
        width: 100%;
    }
    .main-content {
        width: 100%;
    }
    .eve-row2-wrapper {
        width: 100%;
        padding: 0 20px;
    } */
    .refund-header-buyer::after {
        top: 34px;
        width: 210px;
    }
    .refund-header-seller::after {
        top: 34px;
        width: 196px;
    }
    .refund-header-sales::after {
        top: 34px;
        width: 170px;
    }
}

