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

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

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

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

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    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%;
    outline: none;
    border: none;
}

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


/* 娓呴櫎娴姩 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w {
    width: 1100px;
    margin: 0 auto;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-right {
    display: flex;
    justify-content: right;
}

.flex-start {
    display: flex;
    justify-content: start;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.border-bottom {
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

body {
    min-height: 100vh;
    /* padding-bottom: 470px; */
    box-sizing: border-box;
    position: relative;
}


/* 宸﹀彸甯冨眬 */

.layout {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
}

/* 容器样式 */
.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
    box-sizing: border-box;
  }
  
  /* 列样式 */
  .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
  .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
  .col-3 { flex: 0 0 25%; max-width: 25%; }
  .col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
  .col-6 { flex: 0 0 50%; max-width: 50%; }
  .col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
  .col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
  .col-9 { flex: 0 0 75%; max-width: 75%; }
  .col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
  .col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
  .col-12 { flex: 0 0 100%; max-width: 100%; }
  
  /* 用于修复列之间的间隙 */
  [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    border-right: 1px solid #ad9dcc;
  }
  [class*="col-"]:last-child {
    border-right: none;
  }

  /* 响应式布局 */
  @media (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .border-bottom{
    border-bottom: 1px solid #ad9dcc;
  }
.padding-0{
  padding: 0;
}
.padding-left-15{
    padding-left: 15px;
  }
  .padding-right-15{
    padding-right: 15px;
  }
  .padding-top-15{
    padding-top: 15px;
  }
  .padding-bottom-15{
    padding-bottom: 15px;
  }
  .lineHeight-1d5{
    line-height: 1.5;
  }
  .text-align-center{
    text-align: center;
  }
  .text-align-left{
    text-align: left;
  }
  .text-align-right{
    text-align: right;
  }
  .text-align-justify{
    text-align: justify;
  }
  .text-align-nowrap{
    text-align: nowrap;
  }
  .text-align-start{
    text-align: start;
  }
  .table-line-height-en-1{
    line-height: 24px;
}
.table-line-height-en-2{
    line-height: 28px;
}
.table-line-height-en-3{
    line-height: 36px;
}
  .table-line-height-1{
      line-height: 48px;
  }
  .table-line-height-2{
    line-height: 96px;
}
.table-line-height-3{
    line-height: 146px;
}
.table-line-height-4{
    line-height: 192px;
}
