@charset "UTF-8";
@font-face {
  font-family: "ZapfinoExtraLTPro";
  src: url("../fonts/ZapfinoExtraLTPro.eot"); /* IE9 Compat Modes */
  src: url("../fonts/ZapfinoExtraLTPro.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/ZapfinoExtraLTPro.otf") format("opentype"), /* Open Type Font */
  url("../fonts/ZapfinoExtraLTPro.svg") format("svg"), /* Legacy iOS */
  url("../fonts/ZapfinoExtraLTPro.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/ZapfinoExtraLTPro.woff") format("woff"), /* Modern Browsers */
  url("../fonts/ZapfinoExtraLTPro.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HiraginoSans-W3";
  src: local("HiraginoSans-W3"), url("../fonts/HiraginoSansW3.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HiraginoSans-W5";
  src: local("HiraginoSans-W5"), url("../fonts/HiraginoSansW5.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HiraginoSans-W6";
  src: local("HiraginoSans-W6"), url("../fonts/HiraginoSansW6.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HiraginoSans-W7";
  src: local("HiraginoSans-W7"), url("../fonts/HiraginoSansW7.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 15px;
  color: #fff;
  background-color: #07121c;
}

ul {
  background: transparent !important;
  list-style: none; }

ul, li {
  padding: 0px;
  margin: 0px; }

a, p, h1, h2, h3, h4, h5, h6 {
  color: #fff; }

.red {
  color: #D0021B !important; }

.green {
  color: #7ED321 !important; }

.bgr_yel {
  background: #F5A623;
  color: #fff; }

.bgr_red {
  background: #D0021B;
  color: #fff; }

.td-left {
  text-align: left;
  display: inherit;
  border-radius: 7px;
  padding: 2px 7px; }

.mr-b-20 {
  margin-bottom: 20px; }

.td-right {
  float: right;
  display: inherit;
  border-radius: 7px;
  padding: 2px 7px; }

.not-border {
  border: 0px !important; }

p {
  font-size: 15px;
  margin: 0;
  margin-bottom: 10px; }

a:hover {
  text-decoration: inherit;
  color: inherit; }

.hidden {
  display: none !important; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: inherit; }

.page-content {
  padding-top: 110px !important;
  padding-bottom: 125px; }

.list-tab {
  padding: 0 10px !important;
  display: flow-root;
  margin-right: -2px;
  margin-left: -2px; }
.list-tab li {
  float: left;
  width: 20%;
  text-align: center;
  height: 26px;
  padding-left: 2px;
  padding-right: 2px; }
.list-tab li a {
  font-size: 15px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#1ce6f8), color-stop(#2aa8fa), to(#3c6ffc));
  background: -webkit-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: -o-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  line-height: 26px;
  font-family: "HiraginoSans-W6"; }

.page-content {
  /*background: url(../img/signup_bg.png);*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  min-height: 100vh; }
.page-content.invite_content {
  background: url(../img/bgr_in.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative; }
.page-content.invite_content:before {
  display: none; }
.page-content.tree_btn {
  height: 100vh; }

.page-content:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  z-index: -1;
  left: 0;
  background: rgba(0, 0, 0, 0.7); }

.p-b-20 {
  padding-bottom: 20px; }

.pd-l-10 {
  padding-left: 10px; }

.pd-r-10 {
  padding-right: 10px; }

.bgr-ip input {
  background: #D8D8D8; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.navbar {
  background: #020315;
  height: 80px;
  z-index: 1;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; }
.navbar:before {
  display: none; }
.navbar:after {
  display: none; }
.navbar .navbar-inner {
  margin: 10px 0 15px 0;
  height: 70px;
  width: calc(100%);
  border: 3px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  padding: 10px; }
.navbar .navbar-inner .left {
  width: 25%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.navbar .navbar-inner .left .icon-chevron-left {
  width: 16px;
  height: 12px;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0Y3M0YyNDYyNUZFMTFFQUE4OTZBRTY4NTI1MjUwN0MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0Y3M0YyNDcyNUZFMTFFQUE4OTZBRTY4NTI1MjUwN0MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRjczRjI0NDI1RkUxMUVBQTg5NkFFNjg1MjUyNTA3QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRjczRjI0NTI1RkUxMUVBQTg5NkFFNjg1MjUyNTA3QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvJ8eE4AAABqSURBVHjaYvr//z8DkVgLiL8AsSmyOLGaNYD4GxDPRpejSDMxBuDVTMgAgprxGUCUZlwGEK0ZmwHSQPwdiOcQG71MDJQCHF4AuWIJOV4g2RBC0UjQEGISEl5DaJ6UqZKZ0LOzMbI4QIABAJEi5nninmHNAAAAAElFTkSuQmCC");
  background-position: center;
  background-size: contain; }
.navbar .navbar-inner .right {
  width: 25%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.navbar .navbar-inner .right a {
  width: 50px;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.navbar .navbar-inner .right a .icon-user {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1MUI2NTUyNjAwMTFFQUIzMzJDODg1REJDNjY0NDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1MUI2NTYyNjAwMTFFQUIzMzJDODg1REJDNjY0NDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMzUxQjY1MzI2MDAxMUVBQjMzMkM4ODVEQkM2NjQ0NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMzUxQjY1NDI2MDAxMUVBQjMzMkM4ODVEQkM2NjQ0NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr/fxhoAAADESURBVHjapJJBCsIwEEVT8Q6uPEQXpSco9G6eRsHiBeoRdNdNUzyCUDDpj/yWGKYSTeB1MZn5mfkdZa1VAiXQwJAB1FLuWvELnEFOGsaKGAHNgjB+AX2MgOGrYTzn3Ud8o1KP8NLwZQQdM0JNwxrBxCpGQNHt3vuNWip2ZG+VhBOaWIITeIARGDIydgSFZKJbno7t3sCBLe9JxdidOd28VLPAE1zBbsUTH5fTsmbxwH2yXzfA1SQvUrLA1mvH/jGCmgQYALMR5hcWzdMiAAAAAElFTkSuQmCC");
  background-position: center;
  background-size: contain; }
.navbar .navbar-inner .center {
  float: left;
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.navbar .navbar-inner .right a .icon-close{
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAxFJREFUWAnNWM2K1EAQnmTmJWR31eMMM7c9KOhDCCLsCr6CB0FcED3oZcGTvsLCKri+hYKC3ubvqDu7+BLzs98XqrNJpzrpTjJiIHR3dXXV11VfN5V0OtdPNJ/Pj6fT6YNr0XZ79EWf8BIZT7HpzGazF5vN5lkURe/H4/E9I99WSx/0RZ/0bfwkyCA4guAtFHoycbFarQ6Hw+FXo9hmO5lM7ne73Y+wuUu7ALVE82owGBwnacLgOd40WuhT6fd6vT4AqB8ct/UAzJ04jj9h87ctm2uM38Vw+h2dS2uywwVcyN3Yc3XHtOUAQ5OXxJKkTEJ4CuGe4myB9D1umj5fH0ma6IxOmSYF0B7yfdqE6FxLG9qG6TO74SRCBgR24covVWoRXSKTEtj4YqvxNEdkEhh5fELn2YXS30X+TwhamVNFssETTCanyVK6oC/70OQAcQHTt1wuD9BdWAaCiM7IlBB4QR/0VfBhC8xYQq3mHTqlRG+ythAhA4jo6xA9hMDGV7bNkTo7YfrCA+0io0qO6BIZbwIbH9m2EhCVqxzhEn1EPZyaz8oNzKkccApcjxcgLmYqer0ed1+4PAHknDoAc5Ot9ZDAh6PR6JslV4fegLi6gqyag1LyawuCABlQvI8cqUl9yKXHe6ZwtFMlpRMMiDZQruyj+QJQtxSb5NIfyB+inPilzZfJnMe+bNE254IBkUcAdOaKDsHK3JnoBuEPStm/ILV3hCpu4HNz9K1wBJcuXhGSyDhvYKSotYuxMkIAwxqptITo9/s/+bZRupQCYmRCSog2ShdnyioIXHoDN1mrRqiCwLka2CJxMqxbunBxIUKyOyeBwRPvbzXYCq7RcxESA6UExu69PxypG0r0FBAjE0JgLVWaLJToScokTbXqZw2EJvP1EfGXCCLzAUa0wovf98ElhAaIMsmCq3RZwNdTYInvQnfHNiL1jPqpYuv6jpk+HgraVtbsEEuMG/YICi/x8peIedSPODPZpNWITt/EQCzpsZd/RG/g7C8/f3xr4LrgMnfdDdh4zX9Dtq3/4pfeFVSXVIWBC3sAAAAAAElFTkSuQmCC');
  background-position: center;
  background-size: contain;
}
.header-backhome {
  border: 3px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1; }
.header-backhome .comtent-header-back {
  display: flow-root;
  padding: 5px;
  background: #020314; }
.header-backhome .comtent-header-back .image {
  width: 23%;
  float: left;
  text-align: center;
  padding-right: 1%;
  padding-left: 1%; }
.header-backhome .comtent-header-back .image img {
  max-width: 53px;
  height: 53px; }
.header-backhome .comtent-header-back .infor-account {
  width: 48%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  background: -webkit-gradient(linear, left top, right top, from(#1ce6f8), color-stop(#2aa8fa), to(#3c6ffc));
  background: -webkit-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: -o-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc); }
.header-backhome .comtent-header-back .infor-account p {
  font-size: 10px;
  position: relative;
  margin: 1px;
  background: #020314; }
.header-backhome .comtent-header-back .infor-account p a {
  position: absolute;
  bottom: 3px;
  top: 3px;
  right: 3px;
  background: #D8D8D8;
  padding: 0 3px;
  line-height: 19px;
  color: #000;
  border: 1px solid #979797; }
.header-backhome .comtent-header-back .indicator {
  width: 23%;
  float: left;
  margin-right: 1%;
  margin-left: 1%;
  background: -webkit-gradient(linear, left top, right top, from(#1ce6f8), color-stop(#2aa8fa), to(#3c6ffc));
  background: -webkit-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: -o-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc); }
.header-backhome .comtent-header-back .indicator p {
  font-size: 15px;
  background: #020314;
  margin: 1px; }
.header-backhome .comtent-header-back .indicator p span {
  font-size: 10px; }
.header-backhome .comtent-header-back p {
  color: #fff;
  margin: 0px;
  height: 25px;
  line-height: 27px;
  padding-left: 5px; }

.list-infor-date {
  padding: 17px 20px; }
.list-infor-date .list-time {
  list-style: none;
  display: table;
  padding-top: 17px;
  padding-bottom: 17px;
  margin: 0 auto;
  width: 100%; }
.list-infor-date .list-time li {
  float: left;
  width: 20%; }
.list-infor-date .list-time li a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  font-family: "HiraginoSans-W5";
  width: 51px;
  height: 25px;
  background: url(../img/btn.png);
  margin: 0 auto;
  line-height: 25px; }
.list-infor-date .list-time li.active a {
  background: url(../img/active_btn.png); }

.list-infor {
  height: 75px;
  width: calc(100% - 60px);
  text-align: center;
  margin-left: 30px;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  position: relative;
  list-style: none; }
.list-infor:after {
  position: absolute;
  width: 30px;
  height: 75px;
  left: -20px;
  top: -2px;
  content: "";
  background: url(../img/left.png);
  display: block !important; }
.list-infor:before {
  position: absolute;
  width: 30px;
  height: 75px;
  right: -20px;
  top: -2px;
  content: "";
  background: url(../img/right.png);
  display: block !important; }
.list-infor li {
  height: 100%; }
.list-infor li a {
  display: block;
  height: 100%; }
.list-infor .swiper-container {
  width: 100%;
  height: 100%;
  overflow: inherit; }
.list-infor .swiper-container .swiper-button-prev {
  left: -30px;
  font-size: 20px; }
.list-infor .swiper-container .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: 700; }
.list-infor .swiper-container .swiper-button-prev:focus {
  outline: none; }
.list-infor .swiper-container .swiper-button-next {
  right: -30px;
  display: inherit;
  font-size: 10px;
  top: 60%; }
.list-infor .swiper-container .swiper-button-next:after {
  font-size: 20px;
  color: #fff;
  font-weight: 700; }
.list-infor .swiper-container .swiper-button-next:focus {
  outline: none; }
.list-infor .swiper-container .swiper-pagination-bullets {
  bottom: 0px; }
.list-infor .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #B4B4B4;
  opacity: 1; }
.list-infor .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff; }
.list-infor .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.content-home .infor-item {
  margin: 0px auto;
  text-align: center;
  color: #fff;
  background: url(../img/home_circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 300px;
  position: relative; }
.content-home .infor-item .date-time {
  font-size: 25px;
  line-height: 28px;
  margin: 0;
  position: absolute;
  top: 50px;
  width: 100%; }
.content-home .infor-item .infor-atom {
  font-size: 58px;
  margin: 0;
  position: absolute;
  width: 100%;
  top: calc(50% - 30px); }
.content-home .infor-item .infor-vp {
  font-size: 58px;
  margin: 0;
  position: absolute;
  bottom: -30px;
  width: 100%; }

.content-home .invite {
  display: flow-root;
  padding: 0 10px;
  height: 100px;
  position: relative; }
.content-home .invite .koi {
  float: left;
  width: 50%; }
.content-home .invite .guide {
  float: left;
  width: 33.3%;
  height: 55px;
  background: url(../img/bgr_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center; }
.content-home .invite .guide a {
  line-height: 30px;
  font-family: 'HiraginoSans-W7';
  font-size: 14px;
  padding: 12px 0;
  display: block; }
.content-home .invite .invite-detail {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.content-home .invite .invite-detail a {
  width: 74px;
  height: 74px;
  border: 3px solid transparent;
  background: url(../img/circle2.png);
  background-position: center;
  background-repeat: no-repeat;
  line-height: 70px;
  text-align: center;
  font-size: 15px;
  font-family: 'HiraMinProN-W6';
  display: block; }

.content-home .list-rank {
  display: flow-root;
  list-style: none;
  height: 91px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -15px;
  margin-bottom: 20px; }
.content-home .list-rank li {
  width: 26%;
  float: left;
  text-align: center;
  position: relative; }
.content-home .list-rank li a {
  display: block; }
.content-home .list-rank li:last-child {
  width: 37%; }
.content-home .list-rank li:first-child {
  width: 37%; }
.content-home .list-rank li .rank {
  background: url(../img/home1.png);
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.content-home .list-rank li .mission {
  height: 90px;
  position: relative; }
.content-home .list-rank li .mission:after {
  position: absolute;
  content: "";
  background: url(../img/home2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -11px;
  z-index: -1; }
.content-home .list-rank li .event {
  background: url(../img/home3.png);
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.content-home .list-rank li p {
  position: absolute;
  bottom: 5px;
  margin: 0;
  width: 100%; }

.toolbar {
  height: 104px;
  background: #020315 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2; }
.toolbar:before {
  display: none; }
.toolbar:after {
  display: none; }
.toolbar .toolbar-inner {
  padding: 0px;
  margin-bottom: 20px; }
.toolbar .toolbar-inner .list-menu {
  width: 100%; }
.toolbar .toolbar-inner .list-menu .menu {
  list-style: none;
  display: flow-root;
  padding: 11px 7px 12px 7px;
  border: 3px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1; }
.toolbar .toolbar-inner .list-menu .menu li {
  width: 16%;
  float: left;
  text-align: center;
  height: 52px;
  padding-left: 1px;
  padding-right: 1px; }
.toolbar .toolbar-inner .list-menu .menu li.active {
  position: relative; }
.toolbar .toolbar-inner .list-menu .menu li.active a {
  border-color: #19B1CC;
  height: 64px; }
.toolbar .toolbar-inner .list-menu .menu li a {
  display: block;
  color: #fff;
  border: 2px solid #1CE6F8;
  height: 52px; }
.toolbar .toolbar-inner .list-menu .menu li a span {
  display: block;
  font-size: 10px;
  line-height: initial; }
.toolbar .toolbar-inner .list-menu .menu li:nth-child(4) a {
  border-color: #3C6FFC; }
.toolbar .toolbar-inner .list-menu .menu li:nth-child(5) a {
  border-color: #3C6FFC; }

.list {
  margin: 0; }
.list.list-mission {
  margin-top: 30px; }
.list.list-mission ul {
  background: transparent;
  padding-left: 14px;
  padding-right: 7px; }
.list.list-mission ul:before {
  display: none; }
.list.list-mission ul:after {
  display: none; }
.list.list-mission ul li {
  margin-bottom: 10px;
  height: 70px;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1; }
.list.list-mission ul li .item-inner {
  height: 66px;
  padding: 0px;
  position: relative; }
.list.list-mission ul li .item-inner .text {
  color: #fff;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.list.list-mission ul li .item-inner .text h4 {
  font-size: 13px;
  text-align: center;
  padding-right: 70px;
  color: #fff !important; }
.list.list-mission ul li .item-inner .text a.item-content {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 70px;
  border: 1px solid #3C6FFC;
  font-size: 13px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding-left: 0px; }
.list.list-mission ul li .item-inner .text a.item-content span {
  border: 1px solid #3C6FFC;
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.list.list-mission ul li .item-inner .text img {
  width: 50px;
  height: auto; }
.list .total {
  border-top: 1px solid #979797;
  padding-top: 20px;
  margin-top: 30px; }
.list .total .total-content {
  padding-left: 14px;
  padding-right: 7px; }
.list .total .total-content .text {
  margin-bottom: 10px;
  height: 70px;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1; }
.list .total .total-content .text .text-total {
  height: 66px;
  padding-top: 4px;
  position: relative; }
.list .total .total-content .text .text-total h4 {
  font-size: 13px;
  text-align: center;
  padding-right: 70px;
  color: #fff !important; }
.list .total .total-content .text .text-total a {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 56px;
  border: 1px solid #3C6FFC;
  font-size: 13px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding-left: 0px;
  padding: 6px 7px 6px 6px; }
.list .total .total-content .text .text-total a span {
  border: 1px solid #3C6FFC;
  position: absolute;
  top: 6px;
  left: 6px;
  bottom: 6px;
  right: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px; }

.event-detail {
  padding-left: 10px;
  padding-right: 10px; }
.event-detail .event-content .images .img-one {
  margin-bottom: 10px; }
.event-detail .event-content .images .img-one .image {
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  padding: 5px;
  text-align: center; }
.event-detail .event-content .images .img-one .image img {
  max-width: 50px;
  height: 50px; }
.event-detail .event-content .images .img-two .image {
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  padding: 5px;
  text-align: center;
  height: 210px; }
.event-detail .event-content .images .img-two .image img {
  max-width: 50px;
  height: 50px; }
.event-detail .event-content .content {
  font-size: 15px;
  color: #fff; }
.event-detail .event-content .content .date-time {
  text-align: right; }
.event-detail .event-content .content .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  text-align: center; }

.list-rank .view-list-rank {
  text-align: center; }
.list-rank .view-list-rank a {
  display: block;
  padding: 30px;
  background: url("../img/btn_bgr.png");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px; }

.list-rank .line {
  height: 1px;
  width: 100%;
  border: 1px solid #fff; }

.list-rank .list-ranking {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px; }
.list-rank .list-ranking .date-time {
  text-align: center; }
.list-rank .list-ranking ul li {
  border-bottom: 1px solid #979797;
  display: flow-root; }
.list-rank .list-ranking ul li p {
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 5px; }

.rank-total {
  background: #000114;
  position: fixed;
  bottom: 104px;
  width: 100%;
  left: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: none;
  display: flow-root; }
.rank-total .ranking-list {
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid #fff;
  display: inherit; }
.rank-total .ranking-list p {
  width: 33.33%;
  float: left;
  text-align: center;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 5px; }

.list-ranking-detail {
  text-align: center; }
.list-ranking-detail .rank-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  color: #fff; }

.list-rank-tree ul {
  padding-left: 10px;
  padding-right: 10px; }
.list-rank-tree ul li {
  height: 70px;
  text-align: center;
  border: 2px solid #707070;
  margin-bottom: 35px;
  position: relative; }
.list-rank-tree ul li:after {
  position: absolute;
  width: 50px;
  height: 40px;
  top: 70px;
  left: calc(50% - 25px);
  content: '';
  background: url(../img/icon.png);
  background-repeat: no-repeat; }
.list-rank-tree ul li:last-child:after {
  display: none; }
.list-rank-tree ul li.active {
  background: -webkit-gradient(linear, left top, right top, color-stop(18%, #21d7f9), color-stop(50%, #2ab2f9), color-stop(100%, #397afb), color-stop(100%, #7db9e8), to(#207cca));
  background: -webkit-linear-gradient(left, #21d7f9 18%, #2ab2f9 50%, #397afb 100%, #7db9e8 100%, #207cca 100%);
  background: -o-linear-gradient(left, #21d7f9 18%, #2ab2f9 50%, #397afb 100%, #7db9e8 100%, #207cca 100%);
  background: linear-gradient(to right, #21d7f9 18%, #2ab2f9 50%, #397afb 100%, #7db9e8 100%, #207cca 100%);
  border: 0; }
.list-rank-tree ul li a {
  display: block;
  line-height: 56px; }

.list-ranks .rank-detail .list-contents {
  padding-right: 10px;
  padding-left: 10px; }
.list-ranks .rank-detail .list-contents .title-rank {
  height: 70px;
  border: 2px solid #707070;
  margin-bottom: 20px;
  text-align: center; }
.list-ranks .rank-detail .list-contents .title-rank p {
  margin-bottom: 0px;
  line-height: 70px; }
.list-ranks .rank-detail .list-contents .content {
  border: 2px solid #707070;
  padding: 5px;
  font-size: 20px;
  padding-bottom: 70px; }
.list-ranks .rank-detail .list-contents .content h4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: "HiraginoSans-W5"; }
.list-ranks .rank-detail .list-contents .content .content-detail {
  padding-top: 20px; }
.list-ranks .rank-detail .list-contents .content .content-detail p {
  padding-bottom: 20px; }
.list-ranks .rank-detail .list-contents .content .content-detail ul.content-note li {
  padding-bottom: 20px;
  padding-left: 25px; }
.list-ranks .rank-detail .list-contents .content .content-detail ul.content-note li span {
  font-size: 10px;
  line-height: 17px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 4px; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi {
  text-align: center; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li .img-dad {
  position: relative;
  height: 60px; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li .img-dad:before {
  position: absolute;
  height: 24px;
  width: 1px;
  left: 50%;
  content: "";
  background: #fff;
  top: 100%; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li .img-dad .img-koi {
  max-width: 60px;
  width: 100%;
  height: auto;
  margin: 0 auto; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li .img-dad .img-koi img {
  max-width: 100%;
  height: auto; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li ul {
  padding-top: 25px;
  position: relative;
  display: table;
  margin: 0 auto;
  margin-top: 25px; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li ul:before {
  position: absolute;
  height: 1px;
  width: calc(100% - 69px);
  left: 35px;
  content: "";
  background: #fff;
  top: 0;
  display: block !important; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li ul li {
  display: table-cell;
  position: relative;
  padding-left: 5px;
  padding-right: 5px; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li ul li:before {
  position: absolute;
  height: 24px;
  width: 1px;
  left: 50%;
  content: "";
  background: #fff;
  bottom: 100%; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li ul li .img-koi {
  max-width: 60px;
  width: 100%;
  height: auto; }
.list-ranks .rank-detail .list-contents .content .content-detail .tree-koi ul li ul li .img-koi img {
  max-width: 100%;
  height: auto; }

.list-guide {
  padding-top: 30px; }
.list-guide .view-list-guide .list-tab {
  padding: 0 10px !important;
  display: flow-root;
  margin-right: -2px;
  margin-left: -2px;
  list-style: none; }
.list-guide .view-list-guide .list-tab li {
  float: left;
  width: 25%;
  text-align: center;
  height: 26px;
  padding-left: 2px;
  padding-right: 2px; }
.list-guide .view-list-guide .list-tab li a {
  font-size: 15px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#1ce6f8), color-stop(#2aa8fa), to(#3c6ffc));
  background: -webkit-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: -o-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  line-height: 26px;
  font-family: "HiraginoSans-W6"; }
.list-guide .view-list-guide .line {
  height: 2px;
  width: 100%;
  border: 1px solid #fff; }
.list-guide .list-guides {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px; }
.list-guide .list-guides ul {
  margin-right: -6px;
  margin-left: -6px;
  display: flow-root;
  color: #fff;
  padding-bottom: 50px; }
.list-guide .list-guides ul li {
  padding-right: 6px;
  padding-left: 6px;
  width: 33.33%;
  float: left;
  height: 100px;
  margin-bottom: 12px; }
.list-guide .list-guides ul li .guide-list {
  border: 1px solid #fff;
  position: relative; }
.list-guide .list-guides ul li .guide-list a .images {
  height: 50px;
  width: 100%; }
.list-guide .list-guides ul li .guide-list a .content {
  height: 50px; }
.list-guide .list-guides ul li .guide-list a .content h4 {
  color: #000;
  font-size: 11px;
  margin: 0px;
  background: -webkit-gradient(linear, left top, right top, color-stop(26%, #a2a2a2), to(#cccccc));
  background: -webkit-linear-gradient(left, #a2a2a2 26%, #cccccc 100%);
  background: -o-linear-gradient(left, #a2a2a2 26%, #cccccc 100%);
  background: linear-gradient(to right, #a2a2a2 26%, #cccccc 100%);
  padding: 10px 5px;
  line-height: 15px; }
.list-guide .list-guides ul li .guide-list a .clear {
  position: absolute;
  top: 3px;
  right: 5px;
  margin: 0;
  font-family: 'HiraginoSans-W5';
  font-size: 10px;
  text-transform: uppercase; }
.list-guide .guide-view {
  text-align: center; }
.list-guide .guide-view a {
  display: block;
  padding: 30px;
  background: url(../img/btn_bgr.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px; }

.content-invite {
  padding-left: 40px;
  padding-right: 40px; }
.content-invite h3 {
  text-align: center;
  font-size: 25px;
  font-family: 'HiraginoSans-W5'; }
.content-invite .invite-cnt h5 {
  font-family: 'HiraginoSans-W5';
  font-size: 20px;
  margin-bottom: 10px; }
.content-invite .invite-cnt .invite-detail {
  max-width: 540px;
  width: 100%;
  min-height: 300px;
  display: table;
  margin: 0 auto;
  border: 5px solid #4A7E87;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(76, 126, 149, 0.2)), color-stop(1%, rgba(76, 126, 149, 0.2)), color-stop(48%, rgba(88, 121, 158, 0.2)), to(rgba(70, 92, 145, 0.2)));
  background: -webkit-linear-gradient(left, rgba(76, 126, 149, 0.2) 0%, rgba(76, 126, 149, 0.2) 1%, rgba(88, 121, 158, 0.2) 48%, rgba(70, 92, 145, 0.2) 100%);
  background: -o-linear-gradient(left, rgba(76, 126, 149, 0.2) 0%, rgba(76, 126, 149, 0.2) 1%, rgba(88, 121, 158, 0.2) 48%, rgba(70, 92, 145, 0.2) 100%);
  background: linear-gradient(to right, rgba(76, 126, 149, 0.2) 0%, rgba(76, 126, 149, 0.2) 1%, rgba(88, 121, 158, 0.2) 48%, rgba(70, 92, 145, 0.2) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.content-invite .invite-cnt .invite-detail p {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 15px;
  font-family: 'HiraginoSans-W4';
  color: #F5A623; }
.content-invite .invite-cnt .invite-detail .code-qr {
  width: 150px;
  height: 150px;
  background: rgba(151, 151, 151, 0.16);
  font-size: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'HiraginoSans-W5'; }
.content-invite .link-invite h5 {
  font-family: 'HiraginoSans-W5';
  font-size: 20px;
  margin-bottom: 10px; }
.content-invite .link-invite .content-link {
  display: flow-root; }
.content-invite .link-invite .content-link a {
  border: 1px solid #707070;
  float: left;
  width: calc(68% - 10px);
  margin-right: 2%;
  padding: 5px;
  overflow: hidden; }
.content-invite .link-invite .content-link button {
  background: transparent;
  border: 1px solid #707070;
  float: left;
  width: calc(30% - 10px);
  color: #fff;
  padding: 5px; }
.content-invite .share {
  margin-top: 40px;
  font-family: "HiraginoSans-W5";
  padding: 15px;
  text-align: center;
  width: 100%;
  background: #F5A623;
  border-radius: 5px;
  font-size: 25px;
  color: #fff;
  border: none; }

.guide-detail {
  padding: 10px; }
.guide-detail .guide-content .title {
  font-size: 16px;
  padding: 5px 10px;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #707070, #707070, #ffffff);
  border-image-slice: 1; }
.guide-detail .guide-content .content .video {
  min-height: 210px;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #707070, #707070, #ffffff);
  border-image-slice: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.guide-detail .guide-content .content .video .content-video {
  padding: 10px;
  border: 1px solid #ccc; }
.guide-detail .guide-content .content .content-atom {
  padding: 10px; }
.guide-detail .guide-content .content .content-atom p {
  font-size: 12px;
  line-height: 20px; }

.tree {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.tree .list-ranking {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.tree .list-ranking .view-list-tree a {
  display: block;
  padding: 30px;
  background: url(../img/btn_bgr.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
.tree .list-ranking .view-list-tree:first-child {
  margin-bottom: 40px; }

.list-tree {
  padding-left: 5px;
  padding-right: 5px; }
.list-tree .content-tree {
  position: relative; }
.list-tree.tree_a .acount ul li:before {
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 24px;
  background: url(../img/img_a.png);
  content: '';
  left: -23px;
  top: calc(50% - 12px); }
.list-tree.tree_b .acount ul li:before {
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 24px;
  background: url(../img/img_b.png);
  content: '';
  left: -23px;
  top: calc(50% - 12px); }
.list-tree .list-btn_tree ul {
  display: flow-root; }
.list-tree .list-btn_tree ul li {
  float: left;
  width: 50%; }
.list-tree .list-btn_tree ul li a {
  font-size: 15px;
  font-family: "HiraginoSans-W7";
  padding: 20px;
  background: #F5A623;
  border-radius: 5px;
  display: inline-block; }
.list-tree .list-btn_tree ul li:last-child {
  text-align: right; }
.list-tree .list-btn_tree.btn_tree_crossbar {
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  z-index: 2; }
.list-tree .list-btn_tree.btn_tree_crossbar ul li a {
  width: 90px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  height: 50px;
  padding: 5px; }
.list-tree .acount {
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  padding: 0 10px;
  margin-bottom: 10px; }
.list-tree .acount ul {
  margin-right: -17px;
  margin-left: -17px; }
.list-tree .acount ul li {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 10px; }
.list-tree .acount ul li p {
  margin: 0px; }
.list-tree .acount ul li p.name_acount {
  font-size: 10px;
  max-width: 40px;
  text-align: center; }
.list-tree .acount ul li .img_icon img {
  max-width: 39px;
  height: 39px; }
.list-tree .acount ul li:before {
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 24px;
  background: url(../img/img_d.png);
  content: '';
  left: -23px;
  top: calc(50% - 12px); }
.list-tree .acount ul li:first-child:before {
  display: none; }
.list-tree .volume_tree {
  height: 60px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.list-tree .content-tree {
  padding-top: 10px; }
.list-tree .content-tree .purch {
  margin: 0px;
  padding: 0px;
  text-align: right; }
.list-tree .content-tree .title-tree {
  position: absolute;
  width: calc(100% - 175px);
  right: 0; }
.list-tree .content-tree .title-tree ul li {
  float: right;
  text-align: center;
  width: 100%;
  font-family: "HiraginoSans-W5";
  font-size: 15px;
  padding-left: 10px; }
.list-tree .content-tree .list-account-tree {
  position: relative; }
.list-tree .content-tree .list-account-tree.account-tree .line-child {
  width: 40px;
  height: 12px;
  margin-left: -10px;
  background: #979797;
  position: relative; }
.list-tree .content-tree .list-account-tree.account-tree .line-child:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 42px;
  background: #979797;
  top: 0;
  right: -6px; }
.list-tree .content-tree .list-account-tree.account-tree li.tree_dad .account-fa {
  left: 57px; }
.list-tree .content-tree .list-account-tree.account-tree li.tree_dad .account-fa .icon_img {
  height: 47px;
  width: 47px; }
.list-tree .content-tree .list-account-tree.account-tree li.tree_dad .account-fa .icon_img img {
  max-width: 47px;
  height: auto; }
.list-tree .content-tree .list-account-tree.account-tree li.tree_dad .account-fa .icon_img:after {
  position: absolute;
  height: 12px;
  width: 30px;
  background: #979797;
  content: '';
  top: calc(50% - 6px);
  left: 45px; }
.list-tree .content-tree .list-account-tree.account-tree li.tree_dad .account-fa .icon_img:before {
  position: absolute;
  height: 12px;
  width: 25px;
  background: #979797;
  content: '';
  top: calc(50% - 6px);
  left: -24px; }
.list-tree .content-tree .list-account-tree.account-tree li.tree_dad .account-fa .username_acc p {
  margin-left: 3px !important; }
.list-tree .content-tree .list-account-tree.account-tree li.tree_dad:before {
  top: 30px; }
.list-tree .content-tree .list-account-tree li.tree_dad {
  display: flow-root; }
.list-tree .content-tree .list-account-tree li.tree_dad .icon_img {
  position: relative;
  z-index: 1; }
.list-tree .content-tree .list-account-tree li.tree_dad .icon_img img {
  width: 60px;
  height: 60px; }
.list-tree .content-tree .list-account-tree li.tree_dad .icon_img p {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center; }
.list-tree .content-tree .list-account-tree li.tree_dad .icon_img:after {
  position: absolute;
  height: 12px;
  width: 60px;
  background: #979797;
  content: '';
  top: calc(50% - 6px);
  left: 60px; }
.list-tree .content-tree .list-account-tree li.tree_dad .icon_img.tree_dad_child img {
  max-width: 60px;
  height: 60px; }
.list-tree .content-tree .list-account-tree li.tree_dad .list-user .account.account-fa {
  position: absolute; }
.list-tree .content-tree .list-account-tree li.tree_dad .list-user .account.account-fa .username_acc {
  width: 65px; }
.list-tree .content-tree .list-account-tree li.tree_dad .list-user .account.account-fa .username_acc p {
  font-size: 8px;
  border: 1px solid;
  padding: 2px 5px;
  font-family: "HiraginoSans-W6";
  /*display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;*/
  background: #000;
  margin: 0 11px; }
.list-tree .content-tree .list-account-tree li.tree_dad:before {
  position: absolute;
  height: 100%;
  width: 12px;
  background: #979797;
  content: '';
  top: 24px;
  left: 120px; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa {
  float: right;
  width: calc(100% - 175px);
  padding-top: 30px; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul {
  position: relative; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul h3 {
  position: absolute;
  left: -90px;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  font-family: 'HiraginoSans-W5';
  top: calc(50% - 24px);
  text-transform: uppercase; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul:before {
  position: absolute;
  width: 12px;
  height: calc(100% - 35px);
  top: 18px;
  bottom: 0;
  left: -55px;
  right: 32px;
  content: "";
  display: block !important;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .icon_img {
  display: inline-block;
  height: 47px;
  width: 47px; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .icon_img:after {
  width: 50px;
  content: '';
  top: calc(50% - 6px);
  left: -50px; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .icon_img img {
  width: 47px;
  height: 47px; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .username_acc {
  width: 33.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .username_acc p {
  font-size: 8px;
  border: 1px solid;
  padding: 2px 5px;
  font-family: "HiraginoSans-W6";
  /*display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;*/
  background: #000; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .count {
  display: inline-block;
  font-size: 20px;
  font-family: "HiraginoSans-W5";
  width: 33.3%;
  text-align: center; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .number {
  position: absolute;
  left: -29px;
  top: 7px;
  z-index: 2;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.3); }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_red:before {
  background: #CC021B; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_red .icon_img:after {
  background: #CC021B; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_red h3 {
  color: #CC021B; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_mustard:before {
  background: #F5A623; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_mustard .icon_img:after {
  background: #F5A623; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_mustard h3 {
  color: #F5A623; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_yellow:before {
  background: #F8E71C; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_yellow .icon_img:after {
  background: #F8E71C; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_yellow h3 {
  color: #F8E71C; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_green:before {
  background: #7ED321; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_green .icon_img:after {
  background: #7ED321; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul.col_green h3 {
  color: #7ED321; }
.list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li:last-child ul:before {
  height: calc(100% - 18px); }
.list-tree .rank_tree {
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  text-align: center; }
.list-tree .rank_tree p {
  font-size: 12px;
  font-family: "HiraginoSans-W6"; }
.list-tree .rank_tree p:first-child {
  padding-top: 10px; }
.list-tree.tree_binary .title-tree-tree {
  padding: 25px 0; }
.list-tree.tree_binary .list-btn_binary {
  padding: 25px 0; }
.list-tree.tree_binary .list-btn_binary li {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px; }
.list-tree.tree_binary .list-btn_binary li a {
  font-family: 'HiraginoSans-W5';
  font-size: 20px;
  padding: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#23cef9), color-stop(32%, #2babfa), color-stop(62%, #3783fc));
  background: -webkit-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: -o-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: linear-gradient(to right, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  border-radius: 7px;
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto; }
.list-tree.tree_binary button {
  padding: 12px;
  background: #F5A623;
  border-radius: 7px;
  font-family: 'HiraginoSans-W5';
  font-size: 20px;
  border: 1px solid #F5A623;
  color: #fff; }

.title-tree-tree ul {
  display: table;
  margin: 0 auto; }
.title-tree-tree ul li {
  display: inline-block;
  margin: 0 10px; }
.title-tree-tree ul li a {
  font-family: 'HiraginoSans-W5';
  font-size: 15px;
  padding: 5px 15px;
  border-radius: 5px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#23cef9), color-stop(32%, #2babfa), color-stop(62%, #3783fc));
  background: -webkit-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: -o-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: linear-gradient(to right, #23cef9 0%, #2babfa 32%, #3783fc 62%); }

.fill {
  position: fixed;
  bottom: 103px; }

ul.list-account-user {
  display: flow-root;
  color: #fff; }
ul.list-account-user li.first-li {
  width: 100%;
  float: none;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 30px; }
ul.list-account-user li.first-li .list-user {
  text-align: center; }
ul.list-account-user li.first-li .list-user .account {
  display: table;
  margin: 0 auto;
  margin-top: 22px;
  height: 148px;
  position: relative; }
ul.list-account-user li.first-li .list-user .account .text-lr {
  width: 76px;
  height: 35px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 0 5px; }
ul.list-account-user li.first-li .list-user .account .text-lr span {
  font-size: 13px; }
ul.list-account-user li.first-li .list-user .account .text-lr span.spl {
  float: left; }
ul.list-account-user li.first-li .list-user .account .text-lr span.spr {
  float: right; }
ul.list-account-user li.first-li .list-user .account .text-lr span span {
  display: block; }
ul.list-account-user li.first-li .list-user .account .icon_img {
  position: relative;
  height: 70px; }
ul.list-account-user li.first-li .list-user .account .icon_img img {
  max-width: 70px; }
ul.list-account-user li.first-li .list-user .account .icon_img:before {
  position: absolute;
  width: 10px;
  height: 42px;
  top: 98%;
  left: calc(50% - 6px);
  content: "";
  background: #979797; }
ul.list-account-user li.first-li .list-user .account .username_acc {
  width: 86px;
  border: 1px solid #979797;
  position: absolute;
  bottom: 5px;
  height: 32px;
  z-index: 1;
  background: black;
  padding: 5px 0;
  /*display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;*/
  font-family: 'HiraginoSans-W6';
  font-size: 15px; }
ul.list-account-user li.first-li .list-user .list_user_child {
  max-width: 280px;
  width: 100%;
  display: table;
  margin: 0 auto; }
ul.list-account-user li.first-li .list-user .list_user_child .line-straight {
  width: calc(50% + 15px);
  height: 10px;
  margin: 0 auto;
  background: #979797;
  position: relative; }
ul.list-account-user li.first-li .list-user .list_user_child .line-straight:before {
  position: absolute;
  width: 10px;
  height: 22px;
  top: 98%;
  left: 0;
  content: "";
  background: #979797; }
ul.list-account-user li.first-li .list-user .list_user_child .line-straight:after {
  position: absolute;
  width: 10px;
  height: 22px;
  top: 98%;
  right: 0;
  content: "";
  background: #979797; }
ul.list-account-user li.first-li .list-user .list_user_child .list_user_left {
  float: left; }
ul.list-account-user li.first-li .list-user .list_user_child .list_user_right {
  float: right; }
ul.list-account-user li.first-li .list-user ul {
  display: flow-root;
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }
ul.list-account-user li.first-li .list-user ul .line-straight {
  width: calc(50% + 10px);
  height: 10px;
  margin: 0 auto;
  background: #979797;
  position: relative; }
ul.list-account-user li.first-li .list-user ul .line-straight:before {
  position: absolute;
  width: 10px;
  height: 22px;
  top: 98%;
  left: 0;
  content: "";
  background: #979797; }
ul.list-account-user li.first-li .list-user ul .line-straight:after {
  position: absolute;
  width: 10px;
  height: 22px;
  top: 98%;
  right: 0;
  content: "";
  background: #979797; }
ul.list-account-user li.first-li .list-user ul li {
  float: left;
  width: 50%; }
ul.list-account-user li.first-li .list-user ul li:first-child {
  padding-right: 2px; }
ul.list-account-user li.first-li .list-user ul li:last-child {
  padding-left: 2px; }
ul.list-account-user li.first-li .list-user ul li .list_user_child .icon_img:before {
  display: none; }
ul.list-account-user li.first-li .line-straight-child {
  width: 50%;
  height: 10px;
  position: absolute;
  right: 0;
  top: -40px;
  background: #ccc;
  z-index: -1; }
ul.list-account-user li.first-li .line-straight-child:after {
  width: 7px;
  height: 30px;
  position: absolute;
  right: -5px;
  bottom: 0;
  background: #ccc;
  z-index: -1;
  content: ''; }
ul.list-account-user li.first-li .line-straight-child:before {
  width: 10px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  z-index: -1;
  content: ''; }

.select-user {
  padding-left: 10px;
  padding-right: 10px; }
.select-user h3 {
  font-size: 20px;
  font-family: 'HiraginoSans-W5';
  text-align: center; }
.select-user input {
  border: 2px solid #707070;
  color: #fff !important;
  padding: 0 10px;
  margin-bottom: 10px;
  width: 100%;
  background: none;
  height: 38px; }
.select-user ul li {
  border: 2px solid #707070;
  margin-bottom: 2px; }
.select-user ul li p {
  font-size: 20px;
  font-family: 'HiraginoSans-W5';
  text-align: center; }
.select-user ul li.active {
  background: -webkit-gradient(linear, left top, right top, from(#23cef9), color-stop(32%, #2babfa), color-stop(62%, #3783fc));
  background: -webkit-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: -o-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: linear-gradient(to right, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1; }
.select-user ul li.user_name {
  padding: 2px;
  margin-top: 5px; }
.select-user ul li.user_name p {
  margin-bottom: 0px;
  border: 2px solid #707070; }
.select-user .class_link {
  margin-top: 15px; }
.select-user .class_link a {
  display: block;
  border: 1px solid #F5A623;
  background: #F5A623;
  font-family: 'HiraginoSans-W6';
  font-size: 20px;
  color: #fff;
  border-radius: 7px;
  text-align: center;
  padding: 12px 0px; }

.list-notification .list-tabs {
  padding: 0 10px !important;
  display: flow-root;
  margin-right: -2px;
  margin-left: -2px; }
.list-notification .list-tabs li {
  float: left;
  width: 33.3%;
  text-align: center;
  height: 26px;
  padding-left: 2px;
  padding-right: 2px; }
.list-notification .list-tabs li a {
  font-size: 15px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#1ce6f8), color-stop(#2aa8fa), to(#3c6ffc));
  background: -webkit-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: -o-linear-gradient(left, #1ce6f8, #2aa8fa, #3c6ffc);
  background: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  line-height: 26px;
  font-family: "HiraginoSans-W6"; }

.list-notification .line {
  height: 2px;
  width: 100%;
  border: 1px solid #fff; }

.list-notification .list-notifications {
  padding-left: 10px;
  padding-right: 10px; }
.list-notification .list-notifications ul li {
  border-bottom: 1px solid #979797;
  position: relative; }
.list-notification .list-notifications ul li .content {
  padding-right: 40px; }
.list-notification .list-notifications ul li .content h4 {
  margin-bottom: 0px;
  font-family: 'HiraginoSans-W5';
  font-size: 15px; }
.list-notification .list-notifications ul li .content p {
  font-size: 10px;
  font-family: "HiraginoSans-W5";
  text-align: right; }
.list-notification .list-notifications ul li p.icon {
  position: absolute;
  right: 0;
  top: calc(50% - 17px);
  font-size: 25px;
  margin-bottom: 0; }

.notification-detail .notification-content {
  padding-right: 10px;
  padding-left: 10px; }
.notification-detail .notification-content .title_date {
  border-bottom: 1px solid #979797; }
.notification-detail .notification-content .title_date .date {
  text-align: right;
  font-size: 15px;
  font-family: "HiraginoSans-W5"; }
.notification-detail .notification-content .title_date .title {
  text-align: center;
  font-size: 15px;
  font-family: "HiraginoSans-W5"; }
.notification-detail .notification-content .content {
  padding-top: 20px; }

.mypage {
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px; }
.mypage h4 {
  font-size: 15px;
  text-align: center;
  font-family: "HiraginoSans-W5"; }
.mypage h2 {
  text-align: center;
  font-size: 20px;
  font-family: 'HiraginoSans-W1'; }
.mypage .list-btc ul li {
  border-bottom: 1px solid #707070;
  font-size: 15px;
  font-family: 'HiraginoSans-W6'; }
.mypage .list-btc ul li .content {
  display: flow-root;
  padding: 7px 0; }
.mypage .list-btc ul li .content h5 {
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
  width: 30%;
  text-align: center;
  font-family: 'HiraginoSans-W6'; }
.mypage .list-btc ul li .content .number-icon {
  float: left;
  width: 70%;
  position: relative;
  text-align: center; }
.mypage .list-btc ul li .content .number-icon .number {
  display: inline-block; }
.mypage .list-btc ul li .content .number-icon .icon {
  position: absolute;
  right: 0;
  top: 0; }
.mypage .list-btc ul li.total-use {
  padding-top: 10px; }
.mypage .list-btc ul li.total-use p {
  font-size: 10px;
  font-family: 'HiraginoSans-W6';
  text-align: center; }
.mypage .list-btc ul li.total-use h5 {
  font-size: 20px;
  font-family: 'HiraginoSans-W6'; }
.mypage .list-btc ul li.total-use .number {
  font-size: 20px;
  font-family: 'HiraginoSans-W6'; }
.mypage .btn-pull-out {
  padding-top: 20px;
  padding-bottom: 20px; }
.mypage .btn-pull-out a {
  display: block;
  padding: 30px;
  background: url(../img/btn_bgr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'HiraginoSans-W3';
  text-align: center; }
.mypage .btn-pull-out p {
  font-family: 'HiraginoSans-W1';
  text-align: center;
  font-size: 20px; }
.mypage .cos-table-list table {
  width: 100%;
  max-width: 100%; }
.mypage .cos-table-list table thead tr th {
  font-size: 15px;
  font-family: 'HiraginoSans-W3';
  font-weight: 500px; }
.mypage .cos-table-list table tbody tr td {
  font-size: 10px;
  font-family: 'HiraginoSans-W6'; }
.mypage .cos-table-list table tr {
  border-bottom: 1px solid #707070;
  height: 30px;
  position: relative; }

.history {
  padding-left: 10px;
  padding-right: 10px; }
.history .accountstatus {
  text-align: center;
  border: 2px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  font-size: 12px;
  font-family: 'HiraginoSans-W6'; }
.history .accountstatus h4 {
  margin-bottom: 5px;
  margin-top: 5px; }
.history .cos-table-list {
  padding-top: 20px; }
.history .cos-table-list table {
  width: 100%;
  max-width: 100%; }
.history .cos-table-list table thead tr th {
  font-size: 15px;
  font-family: 'HiraginoSans-W3';
  font-weight: 500px; }
.history .cos-table-list table tbody tr td {
  font-size: 10px;
  font-family: 'HiraginoSans-W6'; }
.history .cos-table-list table tr {
  border-bottom: 1px solid #707070;
  height: 30px; }
.history .VPexchange .vpexchange-content {
  padding-top: 45px;
  text-align: center; }
.history .VPexchange .vpexchange-content .vp-content {
  font-family: 'HiraginoSans-W6';
  font-size: 40px;
  line-height: 70px; }
.history .VPexchange .vpexchange-content .down {
  padding-top: 15px;
  padding-bottom: 15px; }
.history .VPexchange .vpexchange-content .price {
  font-size: 50px;
  font-family: 'HiraginoSans-W6';
  line-height: 70px;
  color: #7ED321; }
.history .VPexchange .content h4 {
  color: #D0021B;
  margin-bottom: 0px; }
.history .VPexchange .content p {
  color: #D0021B; }
.history .VPexchange .exchange {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center; }
.history .VPexchange .exchange a {
  display: block;
  line-height: 50px;
  background: #F5A623;
  border-radius: 5px; }
.history.Cancellation .price {
  color: #D0021B !important; }
.history.Cancellation .exchange a {
  background: #D0021B !important; }

.mypage-detail {
  padding-left: 10px;
  padding-right: 10px; }
.mypage-detail h3 {
  font-size: 15px;
  font-family: 'HiraginoSans-W3'; }
.mypage-detail form .validate-input label {
  font-size: 13px;
  font-family: 'HiraginoSans-W6';
  display: flow-root; }
.mypage-detail form .validate-input label span {
  float: right; }
.mypage-detail form .validate-input input {
  height: 31px;
  border: 1px solid #fff;
  background: transparent;
  width: 100%; }
.mypage-detail form .content-free {
  font-size: 15px;
  font-family: 'HiraginoSans-W3'; }
.mypage-detail form .btn_next {
  padding-top: 40px;
  padding-bottom: 40px; }
.mypage-detail form .btn_next button {
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #D8D8D8;
  border: 1px solid #979797;
  font-family: 'HiraginoSans-W5';
  font-size: 14px;
  display: block;
  color: #000;
  padding: 0px;
  width: 100%; }

.Setting {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 60px; }
.Setting p {
  padding-bottom: 30px; }

.setting .view-list-setting ul {
  margin-left: -7px;
  margin-right: -7px; }
.setting .view-list-setting ul li {
  width: 33.3%; }
.setting .view-list-setting ul li a {
  border: 1px solid #707070;
  font-size: 10px;
  font-family: 'HiraginoSans-W5'; }
.setting .view-list-setting ul li a:hover {
  text-decoration: inherit;
  color: #fff; }

.setting .content-setting {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  border: 2px solid;
  border-image-source: linear-gradient(180deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  padding: 10px 5px 20px 5px;
  min-height: 480px;
  position: relative; }
.setting .content-setting label {
  font-size: 15px;
  font-family: 'HiraginoSans-W3'; }
.setting .content-setting input {
  border: 1px solid #fff;
  height: 31px;
  width: 100%;
  background: transparent; }
.setting .content-setting .input_btn {
  position: relative; }
.setting .content-setting .input_btn button {
  position: absolute;
  bottom: 3px;
  right: 12px;
  border: none;
  background: #F5A623;
  font-size: 10px;
  font-family: 'HiraginoSans-W4';
  border-radius: 10px;
  text-align: center;
  height: 25px; }
.setting .content-setting .input-label {
  max-width: inherit;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px; }
.setting .content-setting .input-label .btn {
  color: #ccc;
  font-size: 14px;
  text-align: left;
  height: 31PX;
  padding: 0px;
  padding-left: 15px;
  line-height: 31px;
  margin: 0px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 0px; }
.setting .content-setting .btn_next {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%; }
.setting .content-setting .btn_next .validate-input {
  padding-right: 5px;
  padding-left: 5px; }
.setting .content-setting .btn_next .btnSubmitSetting {
  background: #D8D8D8;
  border: none;
  font-size: 14px;
  color: #000;
  padding: 7px 0;
  border: 1px solid #979797;
  width: 100%; }

.my-page-withdrawal .modal {
    background: rgb(8 8 8 / 70%);
  min-height: 370px;
}
.my-page-withdrawal .modal .modal-dialog {
  margin: 10px;
  position: fixed;
  width: 100%;
  top: auto;
  left: auto;
  bottom: 0;
  margin: 0; }
.my-page-withdrawal  .modal .modal-dialog .modal-content {
  font-size: 32px!important;
  line-height: 40px;
  color: #000!important;
  padding: 70px 0;
  height: 100%;
  font-family: 'HiraginoSans-W5';
  border-radius: 0;
  border: 0;
}
.my-page-withdrawal .modal .modal-dialog .modal-header {
  border-bottom: 0px; }
.my-page-withdrawal .modal .modal-dialog .modal-header button {
  position: absolute;
  left: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  top: 0;
  font-size: 32px;
  font-family: 'HiraginoSans-W2';
  font-weight: 100;
  z-index: 100;
}
.my-page-withdrawal .modal .modal-dialog .modal-content p {
  color: #000;
  padding-left: 10px; }
.my-page-withdrawal .modal .modal-dialog .modal-content p span {
  font-size: 20px; }
.my-page-withdrawal .modal .modal-dialog .modal-content .modal-body {
  padding-bottom: 130px; }
.my-page-withdrawal .modal .modal-dialog .modal-footer {
  padding-top: 65px;
  border-top: 0px;
  position: absolute;
  width: 100%;
  bottom: 30px; }
.my-page-withdrawal .modal#myModal2 {
  background: transparent; }
.my-page-withdrawal .modal#myModal2 .modal-dialog .modal-content {
  min-height: 370px; }
.my-page-withdrawal .modal#myModal2 .modal-dialog .modal-content input {
  width: 100%;
  height: 31px;
  padding: 0 15px;
  border: 1px solid #000; }

/*.my-page-withdrawal .navbar, .modal-open .toolbar {*/
/*  z-index: 0; }*/

.table-responsive {
  border: none; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: none; }

.col-sm-6 {
  width: 50% !important;
  float: left; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 10px;
  padding-left: 10px; }

.row {
  margin-right: -10px;
  margin-left: -10px; }

.modal-backdrop {
  z-index: inherit; }

@media (max-width: 340px) {
  .list-guide .list-guides ul li .guide-list a .content h4 {
    font-size: 10px; }
  .list-guide .view-list-guide .list-tab li a {
    font-size: 12px; }
  .list-guide .guide-view a {
    background-size: contain; }
  .toolbar .toolbar-inner .list-menu .menu li a span {
    font-size: 8px; }
  .list-tree .content-tree .list-account-tree li.tree_dad .icon_img p {
    font-size: 12px; }
  .list-tree .content-tree .list-account-tree li.tree_dad .list_user-fa li ul li .username_acc {
    width: 40%; } }

@media (max-width: 380px) {
  .header-backhome .comtent-header-back .indicator p {
    font-size: 12px; } }

@media (max-width: 370px) {
  ul.list-account-user li.first-li .list-user .account .text-lr {
    width: 62px; }
  ul.list-account-user li.first-li .list-user .account .username_acc {
    width: 72px; } }
.list-shop {
  padding: 22px 33px; }
.list-shop .view-list-shop .list-tab-shop {
  margin-bottom: 10px; }
.list-shop .view-list-shop .list-tab-shop li {
  display: table-cell;
  padding-right: 2px; }
.list-shop .view-list-shop .list-tab-shop li a {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
  padding: 10px 20px;
  display: block;
  border: 2px solid #707070;
  color: #fff; }
.list-shop .view-list-shop .list-tab-shop li.active a {
  background: #fff;
  color: #000; }
.list-shop .content-shop .img-logo {
  text-align: center; }
.list-shop .content-shop .content-shop-detail {
  padding-top: 50px; }
.list-shop .content-shop .content-shop-detail .title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px; }
.list-shop .content-shop .content-shop-detail .qr {
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid #fff; }
.list-shop .content-shop .content-shop-detail .time {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 40px; }
.list-shop .content-shop .content-shop-detail .btc {
  font-size: 32px;
  line-height: 40px; }
.list-shop .content-shop .content-shop-detail .btc span {
  font-size: 20px;
  line-height: 30px; }
.list-shop .content-shop .content-shop-detail .dolar {
  font-size: 36px;
  line-height: 40px; }
.list-shop .content-shop .list-content-shop {
  padding-top: 30px;
  font-size: 32px;
  line-height: 40px; }
.list-shop .content-shop .list-content-shop .list-shop-detail {
  display: -ms-grid;
  display: grid;
  padding-top: 30px; }
.list-shop .content-shop .list-content-shop .list-shop-detail .content {
  float: left; }
.list-shop .content-shop .list-content-shop .list-shop-detail .content .title {
  font-size: 32px; }
.list-shop .content-shop .list-content-shop .list-shop-detail .content .link {
  font-size: 32px; }
.list-shop .content-shop .list-content-shop .list-shop-detail .img {
  float: right; }
.list-shop .content-shop .list-content-shop .usd {
  font-size: 32px;
  line-height: 40px; }
.list-shop .content-shop .list-content-shop .content-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.list-shop .content-shop .list-content-shop .content-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
.list-shop .content-shop .list-content-shop .content-checkbox .checkmark {
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }
.list-shop .content-shop .list-content-shop .content-checkbox:hover input ~ .checkmark {
  background-color: #ccc; }
.list-shop .content-shop .list-content-shop .content-checkbox input:checked ~ .checkmark {
  background-color: #2196F3; }
.list-shop .content-shop .list-content-shop .checkmark:after {
  content: "";
  position: absolute;
  display: none; }
.list-shop .content-shop .list-content-shop .content-checkbox input:checked ~ .checkmark:after {
  display: block; }
.list-shop .content-shop .list-content-shop .content-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.list-shop .purchase {
  max-width: 80%;
  margin: 0 auto;
  background: #F5A623;
  font-size: 32px;
  padding: 15px 20px;
  display: block;
  border-radius: 10px;
  text-align: center;
  margin-top: 30px; }
.setting-lang-list .icon-setting{
  float: left;
  max-width: 70px;
  width: 100%;
  margin-right: 10px;
}
.setting-lang-list .icon-setting img{
  width: 60px;
}
.setting-lang-list .content{
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  /*border-bottom: 2px solid #fff;*/
  border-top: 2px solid #fff;
  padding-right: 40px;
  text-align:center;
  width:100%;
}
.setting-lang-list .content h4{
  font-size: 32px;
}
.list-setting-lang ul{
  border-top:2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top: 60px;
  padding-bottom: 120px;
}
.list-setting-lang ul li{
  padding: 10px 0;
}
.list-setting-lang ul li .setting-lang-list{
  padding: 0px 0px 0px 10px;
}
.list-setting-lang ul li .setting-lang-list a{
  display: flex;
  align-items: center;
}
.list-setting-lang ul li .setting-lang-list .icon{
  position: absolute;
  right: 20px;
  top: 0;
  margin-bottom: 0;
  top: calc(50% - 15px);
}
.list-setting-lang .class-logout {
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}
.list-setting-lang .class-logout a{
  font-size: 32px;
  line-height: 40px;
}
.list-lang-setting ul li {
  cursor: pointer;
  position: relative;
  padding: 20px 40px 20px 20px;
  list-style-type: none;
  font-size: 32px;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-bottom: 2px solid #fff;
  user-select: none;
  text-align: center;
  line-height: 38px;
}
.list-lang-setting ul li.checked::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 30px;
  height: 40px;
  width: 40px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAkCAYAAAD7PHgWAAAAAXNSR0IArs4c6QAABOJJREFUWAnNWOlrXFUUP/fNZLK0NZYgSpamIlRB/wAli47WFZcP0pAPLSLqtEkaZ0koKRWbtlZRM1ueKc3Q1rTY2EVLqbiA0dAsHzSCC6EEW8FiaFKqxFjbceYtx3OnmTJ5c9+bl4EkvTBz7/39zjn3N/eeuzAAt1hpHmxemSmJZXaWs73hxAZXdXnlJmDQrAOMIEJs8tLk+VtCYGC4ZR2TXLsYsMaMSZrVQd/tzACWpdk+7H8ZGHuLBi/PFICIP2qAny+rwMCoL0BL+TZjUDhPHMA3cSWxcZ973/SyLHHrF62FrtucnYyxjkxhqTbiL6qCL0Tckd95f8ln0PO1p7Sw2HmQlvXFlKCMLwSY0DRsTIvj1JLOYNNw0+oVrOgEiVufoSvVpJybot37fLg2/EMmJ2V2FrPt+cxTUsKKDpuISyBj24ziuJ6lEdgJ0qrVKz6knHtONAkM2c5QTegjEbfoOUgHsGNNedV+2qkNIgG0i3uCdaH3RBzHFlUgF1ddXtFFmf6qSABtiqGr8X93EEdNcREucftZ36PeEe+9Yhf7aFVFRQcwySf0QJjWQPfGHo/NCvk5MEtgYNj7LDilU05wHPAOeO+0crbiAqOB1ySQ3jS1QXgnUhP5yZSfI+YJbB/yN0rMcYS4UsqZWmexdNA36Ls9VxAj33bWWy8hBAl3GblUH7E/cVXpFXIG0JHuc3HgYPspX24Kost7He3zOyqfqvrq3MlzWtrWqm4ZaCkrcDkP0XFyj8gOAS8kFXWj/IQ8I+KNWGoG6U5sQgccIrI0y4CxV9aUV2ZfSUZD6vMnU1GxK0ziHhLQQIdxAjTcLrvlSREvwqS2Uf8emqkofYpFBhyj82tH24h/ixmfxumHtFCcTem+oD4WrI98IsBNIQl1nKaDMtfy8Vx6nxI/6/5MR/aP+Osob/mRISx0jlxMMnWPkLQApVBdpIemfi/lhulZxP1pFldKgL1tQ94njfFaB1srJcZiZFVm5Ob6OkPskmvk30x4UziVg/oU7Thk/aZWNwlWxiRHX2Ak8GAa8vR6Clwu5256ddyXxrJqxIE/lZkDWbgNICUw3BCOJxWlg6ZwLKcPg7tIDD9+1nLbVfeXNFDevWThN6tr2q4+d99/Fjam1LznVvvg6w9ggfMM5dLdph5zBKXFl5qObzgc0lGr2aPUiQVrwptzxTPjUzOYJrvc3eOg69uon0xjZjXl5NMk7pSlOMS/VU3vMYthB58nkDvQMfApXd3v5to03JbEVfPatDDoj34bHTflbRBZAskHE/8oe6nus+FvakI/8DIkFRk6gR7K+ReRQJCfkRNqXN9Og3yfd2idHQ66P5jI23/OUSiQc9H10cug6FtpuS8teBDEK4qu5nWsGMcyFcgNg49Ex3QEH81k3Oho2Uc43f1w93lLG5ukpUAeI1QXOsl0ZvokN47DHwQawlEjnm8/p0AeWJtC2tXwsb1B2NiMNvOdPdvcVrYE8ptGjWt+uq5Hc4VkgMfzvTVEsW0J5I43No22hZ4Uf4gC3cDwr4SuHjfnF87YFshD85sGQdtKIq+JhiL8iFwvXxFx+WILEsgHCdVGz9BS76ScvEi7+wLVE/QZp83xM2j66XyFmPnRbZVHoX8K/I/516qqmpQ0SVFBVQscBdr1X69fi22OKXlENHX5H+cws6wtG3utAAAAAElFTkSuQmCC');
  background-position: center;
  background-repeat: no-repeat;
}
.list-lang-btn{
  padding: 0 30px;
}
.list-btn-lang{
  text-align: center;
  padding-top: 200px;
}
.list-btn-lang ul li{
  display: inline-block;
  margin: 0 10px;
}
.list-btn-lang ul li a {
  font-family: 'HiraginoSans-W5';
  font-size: 32px;
  line-height: 42px;
  padding: 20px 40px;
  border-radius: 5px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#23cef9), color-stop(32%, #2babfa), color-stop(62%, #3783fc));
  background: -webkit-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: -o-linear-gradient(left, #23cef9 0%, #2babfa 32%, #3783fc 62%);
  background: linear-gradient(to right, #23cef9 0%, #2babfa 32%, #3783fc 62%);
}
.list-form-number{
  padding-top: 50px;
}
.input-group-addon{
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
}
.form-messenger .data-numberphone{
  margin-bottom: 0;
  border: 2px solid #fff;
  height: 40px;
  width: 100%;
  background: transparent;
  padding: 0 10px;
}
.form-messenger .btn_sms button{
  width: 100%;
  color: #000;
  background: #D8D8D8;
  border: none;
  height: 40px;
}
.input_modal{
  display: block;
  width: 100%;
  height: 90px;
  border: 2px solid #000;
  font-family: ts-unused;
  padding: 0 20px;
}
.list.signature{
  padding: 0 30px;
}
.content-signature{
  padding: 30px;
  border: 6px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  overflow: scroll;
}
.content-signature h4{
  font-size: 32px;
  line-height: 40px;
}
.content-signature-detail{
  padding-top: 60px;
}
.content-signature-detail ul li{
  padding-bottom: 30px;
}
.signature{
  padding-top: 50px;
}
.signature .title-signature{
  font-size: 42px;
  line-height: 50px;
}
.signature .content-ature{
  border: 6px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
  padding: 15px;
  min-height: 200px;
}
.signature-botton{
  padding-top: 50px;
  text-align: center;
}
.signature-botton .btn-signature{
  font-size: 40px;
  background: #F5A623;
  display: block;
  padding: 15px 0;
  border-radius: 15px
}
.page-content.signature-page{
  padding: 0!important;
  z-index: 1;
}
.page-content.signature-page:after{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right:0;
  content: ' ';
  background: rgba(255,255,255,0.9);
  z-index: -1;
}
.signature-page .signature-content{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  border: 15px solid #000;
}
.signature-page .signature-content h3{
  position: absolute;
  font-size: 90px;
  line-height: 100px;
  transform: rotate(-90deg);
  bottom: 100px;
  left: 0;
  margin: 0;
  z-index: 1;
  color: #000;
}
.signature-detail{
  position: absolute;
  transform: translateY(-50%);
  top: 36%;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.signature-detail span{
  position: absolute;
  transform: rotate(-90deg);
  font-size: 400px;
  line-height: 400px;
  z-index: 1;
  font-family: 'ZapfinoExtraLTPro';
  color: #A4A5A8;
}
.signature-btn{
  position: absolute;
  width: 100%;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1;
}
.signature-btn ul{
  transform: rotate(-90deg);
  position: absolute;
  right: -150px;
  top: 270px;
}
.signature-btn ul li{
  display: inline-block;
  padding-right: 10px;
}
.signature-btn ul li a{
  font-size: 32px;
  line-height: 40px;
  background: #ccc;
  border-radius: 50px;
  padding: 25px 40px;
  background: #545454;
}
.signature-btn ul li:last-child a{
  background: #F5A600;
}
.border-line{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  border: 5px solid;
  border-image-source: linear-gradient(90deg, #1ce6f8, #2aa8fa, #3c6ffc);
  border-image-slice: 1;
}
