.dialog-background {
  height: 90%;
  width: 93%;
  margin-top: 50px;
  margin-left: 14px;
  overflow: scroll; }
  .dialog-background .dialog-warp {
    justify-content: center;
    background-color: #ffffff;
    padding: 5%;
    z-index: 9999;
    border-radius: 15px; }
  .dialog-background .dialog-page {
    height: 410px; }

.disclaimer-title {
  text-align: center;
  margin: 8px 0px;
  font-size: 16px;
  font-weight: bold; }

.disclaimer-text {
  font-size: 12px;
  margin-top: 20px;
  padding-right: 12px;
  height: 330px;
  overflow: scroll;
  line-height: 21px; }

.animation-dialog {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: #0000004d; }

.animation-dialog-fade-enter {
  display: block;
  bottom: 100%; }

.animation-dialog-fade-enter-active {
  display: block;
  bottom: 0;
  transition: all 300ms 0s ease; }

.animation-dialog-fade-enter-done {
  display: block;
  bottom: 0; }

.animation-dialog-fade-exit {
  display: block;
  bottom: 0; }

.animation-dialog-fade-exit-active {
  display: block;
  bottom: -100%;
  transition: all 300ms 0s ease; }

.animation-dialog-fade-exit-done {
  display: none; }

.transform-text {
  animation: move 0.5s ease; }

@keyframes move {
  0% {
    transform: translate(0px, -20px); }
  100% {
    transform: translate(0px, 0px); } }

.transform-text2 {
  animation: move2 0.5s ease; }

@keyframes move2 {
  0% {
    transform: translate(0px, -40px); }
  100% {
    transform: translate(0px, 0px); } }

.animation-dialog {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overscroll-behavior-y: contain; }

.animation-dialog-fade-enter {
  display: block;
  left: 0;
  bottom: -100%; }

.animation-dialog-fade-enter-active {
  display: block;
  left: 0;
  bottom: 0;
  transition: all 300ms 0s ease; }

.animation-dialog-fade-enter-done {
  display: block;
  left: 0;
  bottom: 0; }

.animation-dialog-fade-exit {
  display: block;
  left: 0;
  bottom: 0; }

.animation-dialog-fade-exit-active {
  display: block;
  left: 0;
  bottom: -100%;
  transition: all 300ms 0s ease; }

.animation-dialog-fade-exit-done {
  display: none; }

.transform-text {
  animation: move 0.5s ease; }

@keyframes move {
  0% {
    transform: translate(0px, -20px); }
  100% {
    transform: translate(0px, 0px); } }

.transform-text2 {
  animation: move2 0.5s ease; }

@keyframes move2 {
  0% {
    transform: translate(0px, -40px); }
  100% {
    transform: translate(0px, 0px); } }

.turorial-dialog-background {
  height: 100vh;
  padding-top: 17vw;
  padding-left: 3.5vw; }
  @media screen and (min-width: 768px) {
    .turorial-dialog-background {
      padding-top: 0.5vw;
      padding-left: 6vw; } }
  .turorial-dialog-background .tutorial-dialog-warp {
    width: 94vw;
    height: 123vw;
    justify-content: center;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0.6vw;
    border-color: #d7d7d7;
    border-radius: 5vw;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    z-index: 9999; }
    @media screen and (min-width: 768px) {
      .turorial-dialog-background .tutorial-dialog-warp {
        width: 89vw;
        height: 118vw; } }
  .turorial-dialog-background .tutorial-dialog .header-wrap {
    height: 10.5vw;
    padding-top: 5vw;
    padding-right: 5vw; }
    .turorial-dialog-background .tutorial-dialog .header-wrap .close {
      float: right;
      width: 4vw;
      height: 4vw; }
  .turorial-dialog-background .tutorial-dialog .img-wrap img {
    width: 100%;
    height: auto; }
  .turorial-dialog-background .tutorial-dialog .botton-wrap {
    text-align: center;
    margin-top: 0.5vw; }
    .turorial-dialog-background .tutorial-dialog .botton-wrap .contract-button {
      width: 50vw;
      height: 8.5vw;
      margin: 0 5px;
      font-size: 4vw;
      background: #ffc700;
      border: solid 2px #ffc700;
      box-shadow: 1px 1px 0px 0px rgba(173, 153, 81, 0.78);
      color: #333333; }
      .turorial-dialog-background .tutorial-dialog .botton-wrap .contract-button:active {
        background-color: #ffc700; }
      .turorial-dialog-background .tutorial-dialog .botton-wrap .contract-button:focus {
        outline: none; }
  .turorial-dialog-background .tutorial-dialog .dot-warp {
    box-sizing: border-box;
    margin-top: 3.8vw;
    text-align: center;
    width: 100%;
    height: 2vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .turorial-dialog-background .tutorial-dialog .dot-warp .dot_current {
      box-sizing: border-box;
      margin: 0 0.5vw;
      display: inline-block;
      border-radius: 50%;
      background-color: #9e9e9e;
      width: 2vw;
      height: 2vw; }
    .turorial-dialog-background .tutorial-dialog .dot-warp .dot_on {
      box-sizing: border-box;
      margin: 0 0.5vw;
      display: inline-block;
      border-radius: 50%;
      background-color: #9e9e9e;
      width: 2vw;
      height: 2vw; }
    .turorial-dialog-background .tutorial-dialog .dot-warp .dot_off {
      box-sizing: border-box;
      margin: 0 0.5vw;
      display: inline-block;
      border-style: solid;
      border-width: 0.3vw;
      border-color: #d7d7d7;
      border-radius: 50%;
      background-color: #ffffff;
      width: 2vw;
      height: 2vw; }

.labs-tools-menu-icon {
  float: right; }
  .labs-tools-menu-icon img {
    width: 16px;
    height: 16px; }

.lab-tools-menu-backgraund {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6); }

.lab-tools-menu-backgraund.visible {
  display: block; }

.lab-tools-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  background: #f7f7f7;
  z-index: 9999;
  display: none; }
  .lab-tools-menu .up-menu {
    width: 100%; }
    .lab-tools-menu .up-menu .menu-header {
      height: 61px;
      background: #333333;
      color: #ffffff; }
      .lab-tools-menu .up-menu .menu-header .title {
        padding: 7px 18px;
        font-size: 9px; }
      .lab-tools-menu .up-menu .menu-header .name {
        padding-top: 35px;
        padding-right: 12px;
        font-size: 14px;
        font-weight: bold;
        text-align: right;
        line-height: 1; }
    .lab-tools-menu .up-menu .menu-title {
      height: 26px;
      background: #e0e0e0;
      color: #666666;
      font-size: 10px;
      font-weight: bold;
      padding-left: 8px;
      display: flex;
      align-items: center; }
    .lab-tools-menu .up-menu .menu-link ul {
      margin: 0;
      padding: 0; }
    .lab-tools-menu .up-menu .menu-link li {
      background: #ffffff;
      border-bottom: solid 1px #d7d7d7;
      padding: 0 12px;
      line-height: 0; }
    .lab-tools-menu .up-menu .menu-link a {
      font-size: 14px;
      height: 50px;
      display: inline-flex;
      align-items: center;
      width: 100%;
      color: #333333; }
      .lab-tools-menu .up-menu .menu-link a img {
        height: 24px;
        width: auto;
        vertical-align: middle; }
    .lab-tools-menu .up-menu .menu-link a:hover,
    .lab-tools-menu .up-menu .menu-link a:visited {
      color: #333333; }

.fade-enter {
  display: block;
  right: -80%; }

.fade-enter-active {
  display: block;
  right: 0px;
  transition: all 300ms 0s ease; }

.fade-enter-done {
  display: block; }

.fade-exit {
  display: block;
  right: 0px; }

.fade-exit-active {
  display: block;
  right: -80%;
  transition: all 300ms 0s ease; }

.fade-exit-done {
  display: none; }

.vision-eminfo .row {
  padding: 10px 15px 10px 10px;
  background: #f5f5f5;
  border-left: solid 3px #e01515;
  margin: 5px 10px 5px 10px;
  background-color: #ffffff;
  display: flex; }
  .vision-eminfo .row img {
    width: 12px;
    height: auto;
    vertical-align: top; }
  .vision-eminfo .row .eminfo-message {
    display: inline-block;
    margin-left: 7px; }
  .vision-eminfo .row .eminfo-title {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px; }
  .vision-eminfo .row .eminfo-text {
    color: #333333;
    font-size: 12px; }
    .vision-eminfo .row .eminfo-text a {
      color: #193a9f;
      font-size: 12px; }

.menu-title-wap {
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  height: 42px;
  justify-content: space-between;
  padding: 0 8px; }

.breadcrumbs {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 8px 12px;
  background-color: #ffffff; }
  .breadcrumbs ol {
    margin: 0; }
  .breadcrumbs li {
    display: inline;
    line-height: 1; }
  .breadcrumbs li::after {
    content: ">";
    display: inline-block;
    padding: 0 8px; }
  .breadcrumbs li:last-child::after {
    display: none; }

.vision-footer-header {
  height: 27px;
  background: #cccccc;
  padding: 8px;
  font-size: 11px;
  font-weight: bold;
  color: #333333; }

.vision-footer-menu ul {
  margin: 0;
  padding: 0; }

.vision-footer-menu li {
  background: #ffffff;
  border-bottom: solid 1px #d7d7d7;
  padding-left: 8px; }

.vision-footer-menu a {
  height: 51px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  width: 100%; }

.vision-footer-footer {
  height: 112px; }
  .vision-footer-footer .vision-footer-footer-labs {
    padding-top: 40px;
    text-align: center; }
    .vision-footer-footer .vision-footer-footer-labs img {
      width: auto;
      height: 32px;
      padding: 7px 27px;
      border: solid 1px #333333;
      background: #ffffff; }
  .vision-footer-footer .vision-footer-footer-top {
    padding-top: 18px;
    text-align: center; }
    .vision-footer-footer .vision-footer-footer-top img {
      width: 50px;
      height: 50px; }

.footer-risk {
  height: 27px;
  background: #999999;
  font-size: 11px;
  text-decoration: none; }
  .footer-risk .footer-risk-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    height: 100%;
    padding: 0 8px; }
    .footer-risk .footer-risk-link img {
      width: auto;
      height: 8px; }

