html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  font: 14px/15px "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #555;
  /*background:#f5f5f5 url(bg.jpg);*/
}

a {
  color: #c9a4a4;
  border: 0;
  text-decoration: none;
}

#content {
  width: 70%;
  max-width: 1400px;
  margin: 1% auto 0;
}

table {
  overflow: hidden;
  border: 1px solid #d3d3d3;
  background: #fefefe;
  width: 70%;
  margin: 5% auto 0;
  -moz-border-radius: 5px; /* FF1+ */
  -webkit-border-radius: 5px; /* Saf3-4 */
  border-radius: 5px;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
}

th,
td {
  padding: 18px 28px 18px;
  text-align: center;
}

th {
  padding-top: 22px;
  text-shadow: 1px 1px 1px #fff;
  background: #e8eaeb;
  font-weight: 800;
}

td {
  border-top: 10px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-weight: 600;
}

tr.odd-row td {
  background: #f6f6f6;
}

td.first,
th.first {
  text-align: left;
}

td.last {
  border-right: none;
  width: 300px;
}

td {
  background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 25%,
    from(#f9f9f9),
    to(#fefefe)
  );
}

tr.odd-row td {
  background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 25%,
    from(#f1f1f1),
    to(#f6f6f6)
  );
}

th {
  background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 20%,
    from(#ededed),
    to(#e8eaeb)
  );
}

tr:first-child th.first {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px; /* Saf3-4 */
}

tr:first-child th.last {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px; /* Saf3-4 */
}

tr:last-child td.first {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px; /* Saf3-4 */
}

tr:last-child td.last {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px; /* Saf3-4 */
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
/* header */
header {
  height: 52px;
  display: flex;
  align-items: center;
  background-color: #c9a4a4;
}
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.nav_item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.title_tt {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 600px;
  color: #c9a4a4;
  font-size: 22px;
  font-weight: 700;
}
.title_time {
  color: rgb(0, 0, 0);
  font-size: 42px;
  font-weight: 700;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
/* footer */
footer {
  background-color: #c9a4a4;
  height: 400px;
  display: flex;
  align-items: center;
  color: #fff;
}
.foot_item {
  margin-bottom: 14px;
}
.foot_item_title {
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 14px;
}
