@charset "UTF-8";

html {
  color: #232323;
  font-size: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}


body {
  width: 100%;
  margin: 0;
  overflow: hidden !important;
  background-color: #ffffff;
  -webkit-font-smoothing: subpixel-antialiased;
}
/*_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-smoothing: antialiased;
}*/


h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}


h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span,
p,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
a, img,
*:after, *:before {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 0px;
}

p,div{
  line-height: 1.875;
}

tr {
  word-break: break-all;
}
.nw {
  white-space: nowrap;
}

img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

a {
  background: transparent;
  text-decoration: none;
  color: #1fb8df;
  transition: 0.1s;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

a:focus{
  outline:none;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.cfx:after {
  content: "";
  display: block;
  clear: both;
}

.cfxo {
  overflow: hidden;
}

ul,
.li_none {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

dd {
  margin-left: 0;
}

.ul{
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 40px;
}

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

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

input:placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

