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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
  /* 禁用Webkit内核浏览器的文字大小调整功能（因为字体<12px时，中文版Chrome浏览器里字体显示仍为12px） */
}

html,
body,
textarea {
  font-family: "PingFang SC", "Microsoft YaHei", "Microsoft Jhenghei", -apple-system, system-ui, "Hiragino Sans GB", STHeitiTC-Light, tahoma, arial, sans-serif;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  /* 字体抗锯齿渲染 */
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 这个属性只用于iOS (iPhone和iPad)。当你点击一个链接或者通过JavaScript定义的可点击元素的时候，它就会出现一个半透明的灰色背景。要重设这个表现，可设置-webkit-tap-highlight-color为任何颜色 */
  scroll-behavior: smooth;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  color: #000;
}

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

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

input {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none;
  /* 去除浏览器默认样式 */
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px white inset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* ---------- 自定义样式 ---------- */
div,
p,
section,
input,
table,
ul,
li,
ol {
  box-sizing: border-box;
}

button {
  border: 0;
  outline: 0;
}

/* 超出省略 */
.overhide {
  /* 一行溢出省略 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.overhide2 {
  /* 两行溢出省略（手机端使用） */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.overhide3 {
  /* 三行溢出省略（手机端使用） */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

/* 自定义字体 */
@font-face {
  font-family: "DIN";
  src: url("https://resources.fx696.com/web20/font/DIN-Light.otf");
  font-display: swap;
}

@font-face {
  font-family: "DIN-Medium";
  src: url("https://resources.fx696.com/web20/font/DIN-MEDIUM_0.OTF");
  font-display: swap;
}

.g-header-warp .select-country-btn {
  box-sizing: content-box;
}

html {
  min-height: 100vh;
  background: #FAFAFA;
}

::-webkit-scrollbar {
  width: 6px;
  height: 1px;
  background-color: #F1F1F1;
}

::-webkit-scrollbar-thumb {
  background-color: #C1C1C1;
}

#__layout {
  position: relative;
}

.page-width {
  /* Web端 */
  width: 1200px;
  margin: 0 auto;
}
.animation_star{
  display: flex;
}
.animation_star i {
  animation: 2291ms startLoading ease;
}
.animation_star i:nth-child(1){
  animation-delay: 42ms;
}
.animation_star i:nth-child(2){
  animation-delay: 126ms;
}
.animation_star i:nth-child(3){
  animation-delay: 294ms;
}
.animation_star i:nth-child(4){
  animation-delay: 462ms;
}
.animation_star i:nth-child(5){
  animation-delay: 546ms;
}


@keyframes startLoading {
  0% {
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0)translateX(-10px);
  }
  100% {
    -webkit-transform: scale(1) translateX(0px);
    transform: scale(1) translateX(0px);
  }
}

.el-message-override {
  z-index: 2005;
}
/* 全局弹框不抖动 */
.el-popup-parent--hidden {
    overflow :scroll !important;
    padding: 0 !important;
}
/* 关闭颜色设置为黑色 */
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #3d3d3d !important;
}
@media screen and (max-width: 1199px) {

  /* PC客户端 */
  .page-width {
    width: 1000px;
  }
}
/* 
@media screen and (width: 1000px) {
  /* #__layout {
    max-height: 742px;
    overflow-x: hidden;
    overflow-y: auto;
  } */

@media screen and (max-width: 999px) {

  /* pad端 */
  .page-width {
    width: 800px;
  }
}

@media screen and (max-width: 799px) {

  /* pad端 */
  html {
    background: #FCFCFF;
  }

  .page-width {
    width: 576px;
  }

  .el-message {
    top: 45vh !important;
    min-width: auto !important;
    /* flex-direction: column; */
  }

  .el-icon-success {
    height: 24px;
    width: 24px;
    background: url('./message.svg') no-repeat center center;
    background-size: contain;
    flex-shrink: 0;
  }
  
  .el-icon-success:before {
    content: '' !important;
  }

  .el-message__content {
    text-align: center;
    line-height: 20px;
    /* color: #2E9987 !important; */
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .el-message--success {
    background: rgba(23, 134, 115, 0.1) !important;
    border: 1px solid #2E9987 !important;
    color: #2E9987 !important;
    backdrop-filter: blur(3px) !important;
    border-radius: 6px;
  }
  .el-message--error{
    /* width: auto !important; */
    color: #F56C6C;
  }
  /* 
  .el-message__icon {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .el-message__content {
    text-align: center;
    line-height: 20px;
    color: #2E9987 !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }
   */
}

@media screen and (max-width: 575px) {

  /* 移动端 */
  .page-width {
    width: 100%;
  }
}