html,
body {
  width: 100%;
  height: 100%;
}

html,
body,
header {
  margin: 0;
  padding: 0;
}

body {
  background-color: #040A14;
  color: #ffffff;
  min-width: 1200px;
  font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Heiti SC", STXihei, SimHei, sans-serif;
  font-weight: 400;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  color: inherit;
}

.m0 {
  margin-left: 0px !important;
}

/* .product-item:first-child{
  margin-right: 0px;
} */
.message-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  max-height: 210px;
  z-index: 1010;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.message-item {
  /* left: 0px;
  right: 0px;
  margin: auto; */
  margin-bottom: 20px;
  animation: fadeIn 1s ease 0s 1 normal both;
}

.message-item-content {
  display: inline-block;
  padding: 10px 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 18px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.message-item .icon {
  font-size: 16px;
  padding-right: 8px;
  color: #52c41a;
}

.message-item-error .icon {
  font-size: 16px;
  padding-right: 10px;
  color: #f5222d;
}

.message-confirm-container {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(3, 7, 14, 0.6);
  z-index: 1000;
}

.message-confirm-content {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 4px;
  box-sizing: border-box;
  width: 600px;
}

.message-confirm-content-header {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 54px;
  padding: 0px 20px 0px 18px;
}

.message-confirm-content-header .icon {
  cursor: pointer;
}

.message-confirm-content-body {
  padding: 10px 50px 40px 70px;
  line-height: 24px;
  font-size: 16px;
}

.message-confirm-content-body .icon {
  color: rgb(230, 69, 69);
}

.message-confirm-content-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 50px 40px 70px;
}

.message-confirm-content-action {
  box-sizing: border-box;
  padding: 0px 21px;
  height: 30px;
  line-height: 28px;
  margin-left: 14px;
  color: rgb(255, 255, 255);
  background-color: rgb(59, 120, 235);
  border: 1px solid rgb(59, 120, 235);
  border-radius: 2px;
  cursor: pointer;
}

.message-confirm-cancel {
  color: rgb(59, 120, 235);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(59, 120, 235);
}

/* h5 弹窗样式 */
.c-modal-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  box-sizing: border-box;
}

.c-modal-container div {
  box-sizing: border-box;
}

.modal-content {
  width: 8.0533rem;
  height: 5.28rem;
  background: #ffffff;
  border-radius: .2133rem;
  padding: 0.8rem;
  text-align: center;
  position: relative;
}

.modal-content .title {
  font-size: 0.4267rem;
  color: rgba(0, 0, 0, 0.85);
}

.modal-content .desc {
  font-size: .3733rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 0.5333rem;
}

.modal-content .footer {
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0 .8rem;
}

.modal-content .footer .btn {
  width: 3.0133rem;
  height: .8533rem;
  line-height: .8533rem;
  border-radius: .8533rem;
  color: #3b78eb;
  font-size: .3733rem;
  border: .0267rem solid rgba(59, 120, 235, 1);
}

.modal-content .footer .primary {
  border: 0;
  background: #3b78eb;
  color: #fff;
}