@charset "UTF-8";
/*标签样式配置表*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* :before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  min-height: 100%;
  width: 100%;
  font-size: 100px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light-6.otf');
}

body {
  overflow-x: hidden;
  min-height: 100%;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 0.14rem;
  overflow-y: overlay;
  font-family: 'Montserrat', sans-serif, verdana;
  -webkit-font-smoothing: antialiased;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

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

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

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

a {
  text-decoration: 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%;
}

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

button, input, select, textarea {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  vertical-align: middle;
  outline: none;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  height: 0.13rem;
  width: 0.13rem;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoratio {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: .32rem;
}

h2 {
  font-size: .24rem;
}

h3 {
  font-size: 0.18 0.72rem;
}

h4 {
  font-size: .16rem;
}

h5 {
  font-size: .1328rem;
}

h6 {
  font-size: 1rem;
}

img {
  display: block;
}

@media (max-width: 1400px) {
  html {
    font-size: 93.5px;
  }
}

#bubblesSvg {
  display: none;
}

/*》》》》》》》》》》自定义滚动条《《《《《《《《《《*/
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track-piece {
    background: #f7f7f7;
  }
  ::-webkit-scrollbar-thumb:vertical {
    background-color: #0950a7;
  }
}

/*》》》》》》》》》》icon引用《《《《《《《《《《*/
@font-face {
  font-family: 'iconfont';
  src: url("//at.alicdn.com/t/c/font_3382330_uira3l96crf.woff2?t=1686639367980") format("woff2"), url("//at.alicdn.com/t/c/font_3382330_uira3l96crf.woff?t=1686639367980") format("woff"), url("//at.alicdn.com/t/c/font_3382330_uira3l96crf.ttf?t=1686639367980") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/*》》》》》》》》》》通用标题《《《《《《《《《《*/
.master_titile {
  z-index: 2;
  position: relative;
}

.master_titile > span {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  transform: translateY(0.6rem);
  -webkit-transform: translateY(0.6rem);
  line-height: 1;
  position: relative;
  z-index: -1;
  color: #f5f8fb;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .master_titile > span {
    font-size: 1.4rem;
    transform: translateY(0.55rem);
  }
}

@media (max-width: 1440px) {
  .master_titile > span {
    font-size: 1.2rem;
    transform: translateY(0.5rem);
  }
}

@media (max-width: 1200px) {
  .master_titile > span {
    font-size: .8rem;
    transform: translateY(0.43rem);
  }
}

@media (max-width: 992px) {
  .master_titile > span {
    font-size: .32rem;
    transform: translateY(0.35rem);
  }
}

.master_titile > h1 {
  line-height: 1.3;
  font-size: .42rem;
}

@media (max-width: 1600px) {
  .master_titile > h1 {
    font-size: .38rem;
  }
}

@media (max-width: 1440px) {
  .master_titile > h1 {
    font-size: .34rem;
  }
}

@media (max-width: 1200px) {
  .master_titile > h1 {
    font-size: .32rem;
  }
}

@media (max-width: 992px) {
  .master_titile > h1 {
    font-size: .28rem;
  }
}
