@charset "utf-8";

/* ----------------------------------------
  ResetCSS
---------------------------------------- */

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,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: normal;
  font-style: normal;
  vertical-align:baseline;
}

html {
	overflow-y: scroll;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

ol, ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img {
  vertical-align: bottom;
  font-size:0;
  line-height: 0;
  border: 0;
}

strong {
	font-weight: bold;
}

*, *:before, *:after {
	box-sizing: border-box;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.hint-bg {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0,0,0,.6);
}

.hint-box {
  display: flex;
  flex-direction: column;
  max-width: 50%;
  min-width: 30rem;
  padding: 4rem 8rem 2rem 8rem;
  background-color: #fff;
  border-radius: 0.8rem;
}

.hint-box p {
  width: 100%;
  min-height: 2.6rem;
  line-height: 2.6rem;
  font-size: 2.4rem;
  color: #0c0c0c;
  text-align: center;
  word-wrap:break-word;
  word-break:break-all;
}

.hint-box .hint-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
}

.hint-box .hint-footer .hint-btn1 {
  width: 50%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0b83f6;
  text-align: center;
  border-radius: 0.4rem;
  cursor: pointer;
}

.hint-box .hint-footer .hint-btn2 {
  width: 50%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background-color: #ccc;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 0.4rem;
  cursor: pointer;
}
