html,
body {
    width: 100%;
    height: auto;
    background: white;
    overflow-x: hidden;
}

img {
    object-fit: cover;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "iconfont";
    src: url('fonts/iconfont.woff2?t=1638869001436') format('woff2'), url('fonts/iconfont.woff?t=1638869001436') format('woff'), url('fonts/iconfont.ttf?t=1638869001436') format('truetype');
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("fonts/SourceHanSansCN-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'), url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden;
}

* ::selection {
    background: #E03B45;
    color: white;
}

a {
    transition: .4s;
}

body {
    font: 14px/1.8 "SourceHanSansCN-Regular", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
}

input,
textarea {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
button {
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    outline: 0;
}

a,
body,
div,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
label,
li,
menu,
nav,
p,
section,
span,
strong,
ul {
    margin: 0;
    padding: 0;
    border: none;
    word-wrap: break-word;
}

li,
ol,
ul {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #444444;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
}

.lt {
    float: left;
}

.rt {
    float: right;
}


/*清除浮动1*/

.clear {
    clear: both;
}


/*清除浮动2*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}


/*input placeholder字体颜色*/

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

.pageC img {
    max-width: 100% !important;
    height: auto !important;
  }
.pageC-tab table {
    width: 100% !important;
  }
  .pageC-tab table tr td {
    border: 1px solid #333333;
    padding: 2rem;
  }
  @media screen and (max-width: 1180px) {
    .pageC-tab table tr td {
      padding: 1.5rem;
    }
  }
  @media screen and (max-width: 750px) {
    .pageC-tab table tr td {
      padding: 1rem;
    }
  }
  @media screen and (max-width: 750px) {
    .pageC-tab-ov {
      overflow-x: auto;
    }
    .pageC-tab-ov table {
      min-width: 750px !important;
    }
  }