html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  user-select:none;
}

ol,
ul {
  list-style: none;
}

body,
html {
  min-width: 400px;/*1010px;
  overflow: hidden;
  /* max-width: 1930px; */
}
/* .layout-enter-active,
.layout-leave-active {
  transition: opacity 0.5s;
}
.layout-enter,
.layout-leave-active {
  opacity: 0;
} */
/* .page-enter-active,
.page-leave-active {
  transition: opacity 0.2s;
}
.page-enter-from,
.page-leave-to {
  opacity: 0;
} */

.iceTransition-enter-active,
.iceTransition-leave-active {
  transition: opacity 0.5s ease;
}

.iceTransition-enter-from,
.iceTransition-leave-to {
  opacity: 0;
}

.wrapper {
  /* width: 1100px; */
  margin: 0 auto;
}

.div-shadow {
  box-shadow: 5px 5px 30px 1px rgb(240, 240, 240, 7);
}
.ohide{
  opacity: 0;
}
.animateO{
  transition: opacity .2s ease-in-out;
}
.hidden{
  visibility: hidden;
}
.fc {
  display: flex;
  align-items: center;
}

.fc-b {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fc-c {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc_column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bold {
  /* font-family: AMedium !important; */
  font-weight: bold;
}

/* 垂直 hr small*/
div.hr-v {
  width: 1px;
  background-color: white;
  opacity: .5;
}

/* 水平 */
div.hr-h {
  height: 1px;
  background-color: #000;
  opacity: .1;
}

.br8 {
  border-radius: 8px;
}

.pl {
  position: relative;
}

/* 位置 */
.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.center {
  margin: 0 auto;
}
.h-center {
  top: 50%;
  transform: translateY(-50%);
}
.v-center {
  left: 50%;
  transform: translateX(-50%);
}
.all-center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.tc {
  text-align: center;
}

.mt24 {
  margin-top: 24px;
}

.mt16 {
  margin-top: 16px;
}

.mr16 {
  margin-right: 16px;
}
.ml10{
  margin-left: 10px;
}

.pt64 {
  padding-top: 64px;
}

.plr24 {
  padding: 0 24px;
}

/* 弹窗 */
.common-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.ivu-modal-content{
  border-radius: 10px !important;
}
.ivu-modal-header{
  /* border-radius: ; */
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* 手势 */
.pt {
  cursor: pointer;
}

/* 颜色 */
.bge5 {
  background-color: #E5E5E5;
}

.bgf9 {
  background-color: #f9f9f9;
}

.bgw {
  background-color: white;
}


/* 字体超出隐藏 */
.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.scroll-container{
  overflow-y: auto;
  max-height: calc(100vh - 273px);
  padding: 0 20px 120px;
}
.partice{
  /* height: 100%; */
  min-height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: -1px;
}
.partice .wrapper{
  padding: 40px 53px 0;
  flex: 1;
}
@media (max-width: 1820px) {
  .class-list {
    grid-template-columns: repeat(2, auto) !important;
  }
  .scroll-container{
    padding-bottom: 325px;
  }
}

/* 滚动条 */

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #CECECE;
}
::-webkit-scrollbar-track {

  background: transparent

}
/* 自定义表格样式 同设计图 */

.custom-table thead th:first-child span{
  opacity: 0 !important;
}
.ivu-table-header thead tr th {
  background: none;
}

.vertical-center-modal{
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-center-modal .ivu-modal{
  top: 0;
}

.infinite-status-prompt{
  margin-top: 10px;
}

.right-tip-container{
  position: relative;
}
.right-tip-container .tip{
  position: absolute;
  right: 0;
  bottom:0;
}

/* .tip img{
  width: 1.1vw !important;
} */
.tip{
  position: absolute;
  right: 0;
  bottom:0;
  transform: scale(.6);
  width: 1.8229vw;
  height: 1.5104vw;

}
.tip img{

}
.dy-ice-tip{
  /* color: white;
  font-size: .9375vw;
  max-width: 20.3125vw;
  padding: 1.0417vw;
  background-color: black;
  border-radius: .5208vw;
  z-index: 98;
  opacity: 0.8;
  cursor: pointer; */

}
.ivu-poptip-inner{
  color: white;
  background-color: rgba(0, 0, 0, 0.88) !important;
}
.ivu-poptip-body-content-inner{
  color: white !important;
}
.ivu-poptip-arrow{
  border-top-color:transparent !important
}
.ivu-poptip-arrow:after{
  border-top-color: rgba(0, 0, 0, 0.88) !important;
}


.demo-spin-icon-load{
  animation: ani-demo-spin 1s linear infinite;
}
@keyframes ani-demo-spin {
  from { transform: rotate(0deg);}
  50%  { transform: rotate(180deg);}
  to   { transform: rotate(360deg);}
}

.ivu-drawer-body {
  padding: 0;
  overflow: visible !important;
}
