@charset "utf-8";

::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
  overflow: auto
}

::-webkit-scrollbar-thumb {
  background-color:#006eff;

  border: 0.03rem solid transparent;
  border-radius: 10em;
  background-clip: padding-box;
  transition: 0.2s all;
}

:hover::-webkit-scrollbar-thumb {
  background-color: rgb(44, 177, 170);
}

::-webkit-scrollbar-track {
  background-color: transparent;

}

/*  两个滚动条的交汇处 */
::-webkit-scrollbar-corner {
  background-color: transparent;
}

body,
html {
  min-height: 100%
}

body {
  font-size: 0.2rem;
  overflow-x: hidden;
  letter-spacing: 0.0009rem;
  -webkit-user-select: none;
  background: transparent;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
}

dialog {
  -webkit-user-select: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-collapse: separate;
}

* {
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

::after,
::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

a:hover {
  color:var(--blue)
}

a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol,
li {
  margin: 0;
  list-style-type: none;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  /* font-weight: 400; */
  line-height: 1.42857143;
  margin: 0;
  color: #3D3D3D;
  /* color: #285660 ; */
  border: 0;
  outline: none;
  -webkit-text-size-adjust: none;
  /*-webkit-appearance: none;*/
}


input,
textarea,
button,
select {
  font-size: 100%;
  /*  -webkit-appearance: none;*/
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file']>input[type='button']::-moz-focus-inner {
  border: 0;
  outline: 0;
}

a,
button {
  transition: all 0.1s;
}

a:hover,
button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.2);
  cursor: pointer;
}

a:active,
button:active {
  transform: scale(0.995)
}

textarea {
  resize: none
}

label {
  font-weight: normal;
  margin-bottom: 0;
  white-space: nowrap
}

b {
  font-weight: 600;
  display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
  width: 0.18rem;
  height: 0.18rem;
  vertical-align: middle;
}

input[type="text"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

/* input[type="text"]:focus,
textarea:focus,
select:focus {
  border: var(--subcyan) 1px solid !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgb(69 165 160 / 25%);
} */

::placeholder {
  color: var(--mainblue)
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}