*,
*:after,
*:before {
    box-sizing: border-box;
    font-family: 宋体, SimSun;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}
.edui-upload-video {
    margin: 0 auto;
}
body,
button,
input,
select,
textarea {
    font: 12px Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    color: #333;
    font-family: '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

ul,
ol,
li {
    list-style: none
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

a:hover {
    /* opacity: 0.7; */
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
}

textarea {
    resize: none
}

button,
input {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    line-height: 1;
    box-sizing: border-box;
}

button:hover {
    cursor: pointer;
}

select {
    padding: 2px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    vertical-align: top;
    display: inline-block;
    background-color: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0
}

object,
embed {
    outline: 0
}

::-webkit-scrollbar {
    display: none;
}

h2 {
    font-size: .4rem;
    font-weight: bold;
    color: #333333;
}

.bold {
    font-weight: bold;
}

.b400 {
    font-weight: 400;
}

.b500 {
    font-weight: 500;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.nowarp {
    flex-wrap: nowrap;
}

.shrink-0 {
    flex-shrink: 0;
}
.flex_1 {
    flex: 1;
}

.flex-s {
    display: flex;
    justify-content: flex-start;
}

.flex-e {
    display: flex;
    justify-content: flex-end;
}

.flex-b {
    display: flex;
    justify-content: space-between;
}

.flex-c {
    display: flex;
    flex-direction: column;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-cc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-center {
    display: flex;
    align-items: center;
}
.align-e {
    align-items: flex-end;
}
.align-s {
    align-items: flex-start;
}

.center {
    text-align: center;
}

.img-mid {
    vertical-align: middle;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fff {
    background: white;
}

.t-fff {
    color: #fff;
}

.t-4646 {
    color: #464646;
}

.gray {
    color: #9E9E9E;
}

.f2f {
    color: #F2F2F2;
}

.f6f {
    color: #f6f6f6;
}

.red {
    color: #ff0000;
}

.c888 {
    color: #888888;
}

.c97 {
    color: #979797;
}

.c2e {
    color: #2E2E2E;
}

.ca2 {
    color: #9CA2AD;
}

.c81 {
    color: #818189;
}

.bb7 {
    color: #7BBD49;
}

.c-896 {
    color: #89614D;
}

.c-e63 {
    color: #E63232;
}

.bg7 {
    background-color: #7BBD49;
}

.be7 {
    background-color: #e7e7e7;
}

.c20 {
    color: #202020;
}

.elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.elli-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.elli-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.elli-5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.elli-6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.elli-7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
.elli-8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}
.elli-12 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    line-clamp: 12;
    -webkit-box-orient: vertical;
}

.col-0 {
    color: #000;
}

.c1a {
    color: #1a1a1a;
}

.col-6 {
    color: #666;
}

.c33 {
    color: #333;
}
.ca8 {
    color: #A8A8A8;
}
.cc2 {
    color: #C2C2C2;
}

.c75 {
    color: #757575;
}

.c47 {
    color: #474747;
}

.d83 {
    color: #D83F3A;
}

.b-d83 {
    background-color: #D83F3A;
}

.b-c21 {
    background-color: #C21226;
}

.cab {
    color: #ababab;
}

.col-7 {
    color: #777;
}

.col-8 {
    color: #888;
}

.col-9 {
    color: #999;
}
.c8e {
    color: #8E8E90;
}
.c75 {
    color: #757474;
}
.bc-75 {
    background-color: #757474;
}
.c86 {
    color: #86BC42;
}
.c59 {
    color: #595757;
}
.ce6 {
    color: #E60012;
}
.bc-e6 {
    background-color: #E60012;
}
.bc-59 {
    background-color: #595959;
}
.c89 {
    color: #898989;
}
.t-right {
    text-align: right;
}

.t-left {
    text-align: left;
}

.bgc-f7 {
    background-color: #F7F7F7;
}

.bgc-f5 {
    background-color: #F5F5F5;
}
.f-10 {
    font-size: 10px;
}
.f-12 {
    font-size: 12px;
}
.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-28 {
    font-size: 28px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-36 {
    font-size: 36px;
}

.f-38 {
    font-size: 38px;
}

.f-40 {
    font-size: 40px;
}
.f-42 {
    font-size: 42px;
}
.f-46 {
    font-size: 46px;
}


.f-48 {
    font-size: 48px;
}

.f-60 {
    font-size: 60px;
}

.mg0 {
    margin: 0 auto;
}

.magt-10 {
    margin-top: 10px;
}
.magt-15 {
    margin-top: 15px;
}


.magt-20 {
    margin-top: 20px;
}

.magt-25 {
    margin-top: 25px;
}


.magt-30 {
    margin-top: 30px;
}

.magt-40 {
    margin-top: 40px;
}

.magt-50 {
    margin-top: 50px;
}

.magt-60 {
    margin-top: 60px;
}

.magb-10 {
    margin-bottom: 10px;
}

.magb-20 {
    margin-bottom: 20px;
}

.magb-30 {
    margin-bottom: 30px;
}

.magb-40 {
    margin-bottom: 40px;
}

.magb-50 {
    margin-bottom: 50px;
}

.magb-60 {
    margin-bottom: 60px;
}

.magl-10 {
    margin-left: 10px;
}

.magl-20 {
    margin-left: 20px;
}

.magl-30 {
    margin-left: 30px;
}

.magl-40 {
    margin-left: 40px;
}

.magl-50 {
    margin-left: 50px;
}

.magl-60 {
    margin-left: 60px;
}

.magr-10 {
    margin-right: 10px;
}

.magr-20 {
    margin-right: 20px;
}

.magr-30 {
    margin-right: 30px;
}

.magr-40 {
    margin-right: 40px;
}

.magr-50 {
    margin-right: 50px;
}
.magr-5 {
    margin-right: 5px;
}

.magr-60 {
    margin-right: 60px;
}

.padw-10 {
    padding: 0 10px;
}

.padw-20 {
    padding: 0 20px;
}

.padw-30 {
    padding: 0 30px;
}

.padw-40 {
    padding: 0 40px;
}

.padw-50 {
    padding: 0 50px;
}

.padw-60 {
    padding: 0 60px;
}

.pada-10 {
    padding: 10px;
}

.pada-20 {
    padding: 20px;
}

.pada-30 {
    padding: 30px;
}

.pada-40 {
    padding: 40px;
}

.pada-50 {
    padding: 50px;
}

.pada-60 {
    padding: 60px;
}


/* layer弹窗样式 */

.layui-layer-dialog {
    border: none !important;
    border-radius: 0.1rem !important;
    min-width: auto !important;
}

.layui-layer-dialog .layui-layer-content {
    padding: .2rem .4rem !important;
}

.layui-layer.layui-layer-page {
    border-radius: 3%;
}

.over {
    overflow: hidden;
}

.wh100 {
    width: 100%;
    height: 100%;
}


/* 音频静止下载
audio::-webkit-media-controls {
    overflow: hidden !important
}

audio::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
} */

input:focus,
textarea:focus {
    outline: none;
}

input:focus,
textarea:focus {
    outline: none;
    border: none;
}

.mengban {
    position: fixed;
    content: '';
    display: none;
    width: 100vw;
    height: 100vh;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #000000;
    opacity: .5;
}
.borderB {
    border-bottom: 1px solid #E5E5E5;
}

.letter-10 {
    letter-spacing: 10px;
}
.letter-16 {
    letter-spacing: 16px;
}
.letter-6 {
    letter-spacing: 6px;
}