* {
  outline: none;
}
button:active {
  outline: none;
}
#background-header {
  height: 100px;
  background: #222 url("../images/bg-cskh.jpg") no-repeat 50% 50%;
  background-size: auto 100%;
}
#sec-body {
  margin-top: -60px;
}
.wcskh-info {
  display: flex;
  grid-gap: 0 20px;
  grid-template-columns: 190px auto;
  grid-template-areas: "avatar name" "avatar expbar" "avatar groupbtn";
}
.wcskh-info .avatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 20px;
  padding: 5px;
  background-color: #fff;
  border: solid 1px #ddd;
  grid-area: avatar;
}
.wcskh-info .avatar img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.wcskh-info .name {
  height: 60px;
  line-height: 60px;
  grid-area: name;
}
.wcskh-info .name h3 {
  font-size: 2em;
  color: red;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid red;
  padding-bottom: 5px;
}

.wcskh-info .name > .button {
  float: right;
  margin-top: 12.5px;
}
.wcskh-info .expbar {
  height: 48px;
  margin: 18px 0;
  display: grid;
  grid-template-columns: auto 225px;
  grid-gap: 15px;
  grid-area: expbar;
}
.wcskh-info .expbar > .content {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ddd;
  display: grid;
  grid-template-columns: 50px auto;
  grid-gap: 0;
}
.wcskh-info .expbar > .content .icon {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  background-color: #ff9138;
  padding: 9px;
}
.wcskh-info .expbar > .content .icon::after {
  content: "";
  background: url(../images/icon-cskh.png) no-repeat 0% 0%;
  background-size: 600% auto;
  width: 30px;
  height: 30px;
  display: block;
}
.wcskh-info .expbar > .content .icon::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff9138;
}
.wcskh-info .expbar > .content > .wrap {
  padding: 6.9px 15px 0 15px;
}
.wcskh-info .expbar > .content .level {
  float: left;
  color: #ff9138;
  font-weight: 500;
}
.wcskh-info .expbar > .content .stat {
  float: right;
}
.wcskh-info .expbar > .content .stat span {
  color: #ff9138;
}
.wcskh-info .expbar > .content .level,
.wcskh-info .expbar > .content .stat {
  height: 22px;
  font-size: 1.14em;
}
.wcskh-info .expbar > .content .bar {
  height: 10px;
  width: 100%;
  background-color: #414141;
  overflow: hidden;
}
.wcskh-info .expbar > .content .bar span {
  width: 50%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  background: #ff9138;
  background: -moz-linear-gradient(45deg, #ff9138 0%, #f90 100%);
  background: -webkit-linear-gradient(45deg, #ff9138 0%, #f90 100%);
  background: linear-gradient(45deg, #ff9138 0%, #f90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9138', endColorstr='#f90',GradientType=1 );
}
.wcskh-info .expbar .button-recharge {
  width: 100%;
  height: 100%;
}
.wcskh-info .groupbtn {
  grid-area: groupbtn;
}
.wcskh-info .groupbtn > .button {
  float: right;
  background-color: #fff;
  margin-right: 10px;
  width: auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 10px;
  font-size: 1.2em;
}
.wcskh-info .groupbtn > .button span {
  color: #111;
}
.button-logout {
  background-color: #414141;
}
.button-logout:hover {
  background-color: #111;
}
.button-recharge {
  width: auto;
  padding: 0 20px;
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 49px;
  background: #ff9138;
  background: -moz-linear-gradient(45deg, #ff9138 0%, #f60 100%);
  background: -webkit-linear-gradient(45deg, #ff9138 0%, #f60 100%);
  background: linear-gradient(45deg, #ff9138 0%, #f60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9138', endColorstr='#f60',GradientType=1 );
}
.button-recharge::before {
  content: "";
  background: url(../images/icon-cskh.png) no-repeat 40% 0%;
  background-size: 600% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}
.button-recharge:hover {
  background: #f60;
  background: -moz-linear-gradient(45deg, #ff9138 0%, #f90 100%);
  background: -webkit-linear-gradient(45deg, #ff9138 0%, #f90 100%);
  background: linear-gradient(45deg, #ff9138 0%, #f90 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9138', endColorstr='#f90',GradientType=1 );
}
.button-vip {
  background-color: #ff9138;
  width: auto;
  padding: 0 20px;
}
.button-vip::before {
  content: "";
  background: url(../images/icon-cskh.png) no-repeat 0% 0%;
  background-size: 600% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0px 5px 0 0;
}
.button-vip:hover {
  background-color: #f60;
}
.button-acc {
  background-color: #39f;
  width: auto;
  padding: 0 20px;
}
.button-acc::before {
  content: "";
  background: url(../images/icon-cskh.png) no-repeat 20% 0%;
  background-size: 600% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0px 5px 0 0;
}
.button-acc:hover {
  background-color: #06c;
}
.button-vxu {
  border: dotted 1px #ff9138;
  color: #ff9138;
}
.button-vipcoin {
  border: dotted 1px #ff9138;
  color: #ff9138;
}
.button-blueacc {
  background-color: #39f;
  width: auto;
  max-width: 250px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  margin: 10px auto;
}
.button-blueacc:hover {
  background-color: #06c;
}
.wcskh-content {
  background-color: #fff;
  border: solid 1px #eee;
  margin-top: 35px;
  display: grid;
  grid-template-columns: 360px auto;
  min-height: 500px;
}
.wcskh-content .tabs-cskh {
  width: 100%;
  height: auto;
  line-height: 80px;
  background-color: #222;
  overflow: visible;
  margin-bottom: 0px;
  -webkit-box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.wcskh-content .tabs-cskh ul > li {
  width: 100%;
  height: auto;
  text-align: left;
  line-height: inherit;
  color: #fff;
  font-size: 1.14em;
  text-transform: uppercase;
  background-color: inherit;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.wcskh-content .tabs-cskh ul > li:hover {
  background-color: #333;
}
.wcskh-content .tabs-cskh ul > li::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #333;
  margin: 0 auto;
  display: block;
}
.wcskh-content .tabs-cskh ul > li a {
  width: 100%;
  height: 100%;
  display: block;
}
.wcskh-content .tabs-cskh ul > li a > div {
  overflow: hidden;
  height: inherit;
  display: inline-block;
  vertical-align: middle;
}
.wcskh-content .tabs-cskh ul > li span {
  background: url(../images/icon-cskh.png) no-repeat 0% 0%;
  background-size: 600% 200%;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 25px 15px 25px 35px;
}
.wcskh-content .tabs-cskh ul > li span.icon-acc {
  background-position: 20% 0%;
}
.wcskh-content .tabs-cskh ul > li span.icon-recharge {
  background-position: 00% 100%;
}
.wcskh-content .tabs-cskh ul > li span.icon-vipcoin {
  background-position: 20% 100%;
}
.wcskh-content .tabs-cskh ul > li span.icon-vip {
  background-position: 00% 00%;
}
.wcskh-content .tabs-cskh ul > li span.icon-support {
  background-position: 40% 100%;
}
.wcskh-content .tabs-cskh ul > li span.icon-hotline {
  background-position: 60% 100%;
}
.wcskh-content .tabs-cskh ul > li span.icon-vipshop {
  background-position: 80% 100%;
}
.wcskh-content .tabs-cskh ul > li span.icon-vipgift {
  background-position: 100% 100%;
}
.wcskh-content .tabs-cskh ul > li span.icon-wheel {
  background: url("../images/wheel/wheel-icon.png") no-repeat 50% 50%;
  background-size: 100% 100%;
}
.wcskh-content .tabs-cskh ul > li a {
  color: #fff;
  line-height: inherit;
  display: inline-block;
  text-indent: 0px;
}
.wcskh-content .tabs-cskh ul > li.active {
  background-color: #ff9138;
  position: relative;
}
.wcskh-content .tabs-cskh ul > li.active::after {
  display: none;
}
.wcskh-content .tabs-cskh ul > li.active::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ff9138;
}
.block-accountmanager {
  padding: 50px;
  overflow: hidden;
  clear: both;
}
.block-accountmanager > .content {
  width: 100%;
  padding: 0 8%;
  margin-bottom: 35px;
}
.block-accountmanager > .content h3.title {
  font-size: 1.78em;
  text-transform: uppercase;
  color: #ff9138;
  margin-bottom: 35px;
}
.wrong {
  border-color: red !important;
}
.warning {
  color: red;
  text-align: center;
  max-width: 800px;
  margin: 10px auto;
}
.content .form {
  margin: 15px 0;
  display: grid;
  grid-template-columns: 125px auto;
  grid-gap: 10px 0px;
  line-height: 50px;
  font-size: 1em;
}
.content .form span {
  font-weight: 500;
  color: #000;
  text-indent: 0px;
}
.content .form span i {
  font-style: normal;
  color: red;
}
.content .form div.verify-wrap {
  display: grid;
  grid-template-columns: auto 120px;
  grid-gap: 5px;
}
.content .form div.verify-wrap button {
  background-color: #390;
  color: #fff;
  border-radius: 10px;
  font-family: Exo, san-serif;
}
.content .form div.verify-wrap button:hover {
  background-color: #00802a;
}
.content .form div.verify-wrap button.verified {
  background-color: #fff;
  border: dashed 1px #390;
  color: #390;
}
.content .form div.verify-wrap button.verifying {
  background-color: #fff;
  border: dashed 1px #c30;
  color: #c30;
}
.content .form input {
  line-height: inherit;
  border: solid 1px #bbb;
  border-radius: 5px;
  padding: 0 20px;
}
.content .form textarea {
  font-size: 1em;
  line-height: 1.5em;
  border: solid 1px #bbb;
  border-radius: 5px;
  padding: 10px 10px;
  height: 100px;
  resize: vertical;
}
.content .form .selectbox {
  height: 50px;
  line-height: inherit;
}
.content .form .selectbox input {
  margin-left: 20px;
  margin-right: 6px;
  color: #ff9138;
  outline: none;
}
.content .form select {
  line-height: inherit;
  border: solid 1px #bbb;
  border-radius: 5px;
  padding: 0 20px;
  outline: none;
}
.content .form .dob {
  height: 50px;
  line-height: inherit;
}
.content .dob select {
  height: 30px;
  outline: none;
}
.block-lichsunap {
  padding: 50px;
  overflow: hidden;
  clear: both;
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.content h3.title {
  font-size: 2em; /* Tăng kích thước tiêu đề */
  font-weight: bold; /* Làm đậm chữ */
  color: red; /* Đổi màu chữ */
  text-transform: uppercase; /* Viết hoa toàn bộ chữ */
}

.content span {
  font-size: 1.2em; /* Tăng kích thước chữ cho span */
  font-weight: bold;
}

.content select, .content input {
  font-size: 1.2em; /* Tăng kích thước chữ trong ô select và input */
}


.content {
  display: grid;
  grid-template-columns: auto 1fr; /* Cột 1 có kích thước tự động, cột 2 chiếm phần còn lại */
  grid-gap: 10px 20px; /* Khoảng cách giữa các dòng và cột */
  max-width: 500px; /* Giới hạn chiều rộng */
}


.block-lichsunap > .content h4.title {
  font-family: "Oswald", san-serif;
  font-size: 1.5em;
  float: left;
  color: #ff9138;
  text-transform: uppercase;
}
.block-lichsunap > .content h3.title {
  font-size: 1.17em;
  float: right;
}
.block-lichsunap > .content h3.title span {
  color: #390;
  font-size: 1.2em;
}
.block-lichsunap > .content .list-item {
  float: none;
  clear: both;
  padding-top: 0.5em;
}
.block-lichsunap > .content .list-item ul {
  margin: 15px auto;
  overflow: hidden;
}
.block-lichsunap > .content .list-item ul li {
  width: 100%;
  height: 60px;
  margin: 10px auto;
  border: solid 1px #ccc;
  border-radius: 15px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 10% 30% 30% 30%;
  grid-template-areas: "num date game value";
}
.block-lichsunap > .content .list-item ul li:first-child {
  height: 30px;
  border: none;
  border-radius: 0px;
}
.block-lichsunap > .content .list-item ul li:first-child div {
  font-size: 1em !important;
  line-height: 1em;
  color: #ccc;
  border: none;
  text-align: center;
}
.block-lichsunap > .content .list-item ul li div {
  line-height: 35px;
  text-align: center;
  height: 35px;
  width: 100%;
  margin-top: 12.5px;
  border-right: solid 1px #ccc;
}
.block-lichsunap > .content .list-item ul li .num {
  color: #ccc;
  grid-area: num;
}
.block-lichsunap > .content .list-item ul li .date {
  grid-area: date;
}
.block-lichsunap > .content .list-item ul li .game {
  grid-area: game;
}
.block-lichsunap > .content .list-item ul li .charge {
  color: #c30;
  grid-area: value;
  border-right: none;
  font-size: 1.2em;
}
.block-lichsunap > .content .list-item ul li .receive {
  color: #390;
  grid-area: value;
  border-right: none;
  font-size: 1.2em;
}
.block-lichsunap > .content.vipcoin li {
  grid-template-areas: "date game change status value" !important;
  grid-template-columns: 20% 40% 25% 0% !important;
}
.game-select {
  height: auto;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.28em;
}
.game-select span {
  color: #111;
  font-weight: 500;
  margin-right: 10px;
}
.game-select select {
  height: 50px;
  min-width: 280px;
  max-width: 400px;
  line-height: inherit;
  border: solid 1px #bbb;
  border-radius: 5px;
  padding: 0 20px;
}
.game-select.inventoryvip {
  margin-bottom: 25px;
  font-size: 1em;
}
.game-select.inventoryvip select {
  height: 40px;
}
.block-hotro {
  padding: 50px;
  overflow: hidden;
  clear: both;
  max-width: 1200px;
  margin: auto;
}
.block-hotro > .content {
  border: solid 1px #ccc;
  margin: 35px auto;
  max-width: 960px;
}
.block-hotro > .content .tabs-hotro {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #fff;
  overflow: visible;
  margin-bottom: 8px;
}
.block-hotro > .content .tabs-hotro > a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: inherit;
  color: #111;
  font-size: 1.14em;
  text-transform: uppercase;
  border-bottom: solid 1px #ccc;
}
.block-hotro > .content .tabs-hotro > a:hover {
  background-color: #eee;
}
.block-hotro > .content .tabs-hotro > a.active {
  background-color: #ff9138;
  position: relative;
  color: #fff;
}
.block-hotro > .content > .content {
  padding: 30px 60px;
}
.block-hotro > .content > .content .title {
  font-family: "Oswald", san-serif;
  font-size: 1.5em;
  color: #ff9138;
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.block-hotro > .content > .content .question {
  width: 100%;
  min-height: 60px;
  height: auto;
  margin: 10px auto;
  border: solid 1px #ccc;
  border-radius: 15px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 80px auto;
  cursor: pointer;
}
.block-hotro > .content > .content .question:hover {
  border-color: #ff9138;
}
.block-hotro > .content > .content .question div {
  line-height: 1.5em;
  text-align: left;
  height: auto;
  padding: 15px 10px 10px 15px;
  font-size: 1.12em;
  font-weight: 500;
}
.block-hotro > .content > .content .question > .num {
  text-align: center;
  color: #ff9138;
  font-size: 1.4em;
  line-height: 1.6em;
  padding-right: 0px;
}
.block-hotro > .content > .content .question-small {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.block-hotro > .content > .content .question-small .content {
  width: 95%;
  margin: 30px auto;
  border-bottom: dotted 1px #ccc;
}
.block-hotro > .content > .content .question-small .content strong {
  font-weight: 500;
  color: #ff9138;
}
.block-hotro > .content > .content .question-small.active {
  height: auto;
  max-height: 9999px;
}
.block-hotro > .content > .content .button-yc {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.block-hotro > .content > .content .button-yc .button {
  display: inline-block;
  min-width: 180px;
  width: auto;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  background-color: transparent;
  text-transform: uppercase;
}
.block-hotro > .content > .content .button-yc .button:hover {
  opacity: 0.69;
}
.block-hotro > .content > .content > .content {
  width: 100%;
  max-width: 515px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.block-hotro > .content > .content > .content h3.title {
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
  color: #ff9138;
  margin-bottom: 25px;
  border-bottom: solid 1px #ff9138;
}
.block-hotro > .content > .content .send-yc h3.title {
  color: #390;
  border-bottom: solid 1px #390;
}
.block-hotro > .content > .content .list-item ul {
  margin: 10px auto;
  overflow: hidden;
}
.block-hotro > .content > .content .list-item ul li {
  width: 100%;
  height: auto;
  margin: 10px auto;
  border: solid 1px #ccc;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  display: grid;
  grid-template-columns: 40% 40% 20%;
  grid-template-areas: "num game status" "content content content";
}
.block-hotro > .content > .content .list-item ul li:hover {
  border-color: #ff9138;
}
.block-hotro > .content > .content .list-item ul li div {
  line-height: 1em;
}
.block-hotro > .content > .content .list-item ul li .num {
  color: #ff9138;
  grid-area: num;
}
.block-hotro > .content > .content .list-item ul li .game {
  color: #ff9138;
  grid-area: game;
}
.block-hotro > .content > .content .list-item ul li .status {
  grid-area: status;
  text-align: right;
}
.block-hotro > .content > .content .list-item ul li > .content {
  grid-area: content;
  text-align: left;
  padding: 20px 0 0 0;
  line-height: 1.5em;
}
.block-hotro > .content > .content .title-yc {
  height: auto;
  display: grid;
  grid-template-columns: 30px 25% 25% auto;
  grid-template-areas: "button num game date";
  font-size: 1em;
  line-height: 2em;
  text-transform: uppercase;
  color: #ff9138;
  margin-bottom: 25px;
  border-bottom: solid 1px #ff9138;
}
.block-hotro > .content > .content .title-yc a.btn-back {
  margin: 5px 0 0 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #ff9138 transparent transparent;
}
.block-hotro > .content > .content .title-yc .date {
  text-align: right;
  color: #666;
  grid-area: date;
}
.block-hotro > .content > .content .list-message ul {
  width: 100%;
  overflow: hidden;
}
.block-hotro > .content > .content .list-message ul li {
  max-width: 80%;
  min-width: 51%;
  width: auto;
  padding: 5px;
}
.block-hotro > .content > .content .list-message ul li > .content {
  border: dotted 1px #ccc;
  padding: 15px;
  border-radius: 10px;
}
.block-hotro > .content > .content .list-message ul li .date {
  font-size: 0.8em;
  color: #bbb;
}
.block-hotro > .content > .content .list-message ul li.sent {
  float: left;
}
.block-hotro > .content > .content .list-message ul li.sent > .content {
  text-align: left;
  border-color: #390;
}
.block-hotro > .content > .content .list-message ul li.receive {
  float: right;
}
.block-hotro > .content > .content .list-message ul li.receive > .content {
  text-align: right;
  border-color: #ff9138;
}
.block-hotro > .content > .content .list-message ul li.receive .date {
  text-align: right;
}
.block-hotro > .content > .content .chat-box {
  padding: 20px;
  background-color: #e3ffdc;
  margin-top: 20px;
  overflow: hidden;
}
.block-hotro > .content > .content .chat-box textarea {
  font-size: 1em;
  width: 100%;
  line-height: 1.5em;
  border: solid 1px #bbb;
  border-radius: 5px;
  padding: 10px 10px;
  height: 80px;
  resize: vertical;
}
.block-hotro > .content > .content .chat-box .button-attach {
  float: left;
}
.block-hotro > .content > .content .chat-box .button {
  float: right;
  margin-top: 10px;
}
.complete {
  color: #bbb;
}
.complete .num {
  color: #bbb !important;
}
.complete .game {
  color: #bbb !important;
}
.complete .status {
  color: #390;
}
.incomplete .status {
  color: red;
}
.button-yc .button-send {
  color: #390;
  border: dotted 1px #390;
}
.button-yc .button-send::before {
  content: "";
  background: url(../images/icon-cskh.png) no-repeat 60% 0%;
  background-size: 600% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}
.button-yc .button-inbox {
  color: #ff9138;
  border: dotted 1px #ff9138;
}
.button-yc .button-inbox::before {
  content: "";
  background: url(../images/icon-cskh.png) no-repeat 80% 0%;
  background-size: 600% auto;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}
.button-yc .button-inbox span.num {
  width: auto;
  height: 15px;
  line-height: 15px;
  padding: 0 5px;
  background-color: #ff9138;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  border-radius: 2px;
  margin: -1px 0 0 3px;
}
.button-update {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #ff9138;
}
.button-update:hover {
  background-color: #f60;
}
.button-sendyc {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #390;
}
.button-sendyc:hover {
  background-color: #360;
}
.button-attach {
  color: #414141;
}
.button-attach::before {
  content: "";
  background: url(../images/icon-cskh.png) no-repeat 100% 0%;
  background-size: 600% auto;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}
.button-attach:hover {
  text-decoration: underline;
}
.iframe-vip {
  overflow: hidden;
}
.block-shopvip {
  padding: 35px 50px;
}
.block-shopvip .content h4.title {
  color: #ff9138;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
}
.block-shopvip .content p {
  text-align: justify;
}
.block-shopvip .info {
  width: 100%;
  height: 2.2em;
  padding: 0 2%;
  margin: 50px auto 0 auto;
  background-color: #333c4f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 895px;
}
.block-shopvip .info h5,
.block-shopvip .info h4 {
  color: #ff9138;
  font-size: 1em;
  line-height: 2.35em;
  text-align: center;
}
.block-shopvip .info h4 {
  float: left;
  text-transform: uppercase;
}
.block-shopvip .info h5 {
  float: right;
  color: #fff;
}
.block-shopvip .block-shopvip-detail {
  border: dotted 1px #ddd;
  margin: 0px auto 40px auto;
  padding: 15px 15px 15px 15px;
  border-radius: 0px;
  background: url("../images/bg-shopvip.png") repeat;
  background-size: 150px 150px;
  width: 100%;
  max-width: 895px;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li {
  width: 48%;
  margin: 1%;
  border-radius: 15px;
  overflow: hidden;
  display: block;
  float: left;
  border: solid 0px #111;
  padding: 0 0 0px 0px;
  cursor: pointer;
  color: #fff;
  position: relative;
  background: #333c4f;
  background: -moz-linear-gradient(45deg, #333c4f 10%, #222 100%);
  background: -webkit-linear-gradient(45deg, #333c4f 10%, #222 100%);
  background: linear-gradient(45deg, #333c4f 10%, 222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333c4f', endColorstr='#222',GradientType=1 );
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li::after {
  display: none;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li .content {
  display: grid;
  grid-template-columns: 120px auto 120px;
  grid-template-rows: 2.5em auto auto;
  grid-template-areas: "icon code type" "icon description description" "detail detail detail";
  border: solid 0px #eee;
  overflow: hidden;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li .content .game {
  grid-area: icon;
  padding: 10px;
  background-color: #111;
  width: 120px;
  height: 120px;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .game
  img {
  width: 100%;
  height: auto;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li .content .type {
  grid-area: type;
  margin-top: 0px;
  padding: 5px 0px;
  font-size: 1em;
  display: block;
  height: 2.5em;
  color: #5a72a4;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .type
  span {
  font-size: 0.8em;
  display: inline-block;
  color: inherit;
  text-align: center;
  width: 80px;
  line-height: 2.5em;
  border-radius: 5px;
  text-transform: uppercase;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li .content .code {
  grid-area: code;
  font-family: "Oswald", san-serif;
  font-size: 1em;
  line-height: 2.5em;
  color: #ff9138;
  height: 2.5em;
  text-align: left;
  text-indent: 15px;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .description {
  grid-area: description;
  min-height: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5%;
  text-align: left;
  border-top: dotted 1px #5a72a4;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .detail {
  grid-area: detail;
  display: grid;
  grid-template-columns: 130px auto 120px;
  text-align: left;
  line-height: 1.1em;
  border-top: dotted 0px #5a72a4;
  padding: 10px 0;
  background-color: #222;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .detail
  b {
  font-weight: normal;
  display: block;
  font-size: 0.8em;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .detail
  .cost {
  padding-left: 20px;
  padding-top: 2px;
  position: relative;
  color: greenyellow;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .detail
  .cost
  span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-vip-shop.png") no-repeat 0% 0%;
  background-size: 200% auto;
  width: 1em;
  height: 1em;
  margin: -1px 2px 0 0;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .detail
  .expire {
  padding-left: 20px;
  padding-top: 2px;
  position: relative;
  color: #fff;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li
  .content
  .detail
  .expire
  span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-vip-shop.png") no-repeat 100% 0%;
  background-size: 200% auto;
  width: 1em;
  height: 1em;
  margin: -1px 2px 0 0;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  border-color: #ff9138;
  background: #cc3300;
  background: -moz-linear-gradient(45deg, #c30 0%, #ff9138 100%);
  background: -webkit-linear-gradient(45deg, #c30 0%, #ff9138 100%);
  background: linear-gradient(45deg, #c30 0%, #ff9138 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#ff9138',GradientType=1 );
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li:hover .type,
.block-shopvip .block-shopvip-detail .content .shopvip-list li:hover .code {
  color: #fff;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .shopvip-list
  li:hover
  .description {
  border-color: #ff9138;
}
.block-shopvip .block-shopvip-detail .content .shopvip-list li:hover .button {
  background-color: #c30;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list {
  text-align: left;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li {
  width: 130px;
  height: auto;
  border: dotted 0px #c30;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 5px;
  background: #333c4f;
  background: -moz-linear-gradient(45deg, #333c4f 10%, #222 100%);
  background: -webkit-linear-gradient(45deg, #333c4f 10%, #222 100%);
  background: linear-gradient(45deg, #333c4f 10%, 222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333c4f', endColorstr='#222',GradientType=1 );
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li .type {
  display: block;
  margin-top: -15px;
  height: auto;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li
  .type
  span {
  font-size: 0.8em;
  display: inline-block;
  color: #5a72a4;
  text-align: center;
  width: 80px;
  line-height: 2em;
  border-radius: 5px;
  text-transform: uppercase;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li .game {
  width: 130px;
  height: 130px;
  padding: 15px;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li
  .game
  img {
  width: 100%;
  height: auto;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li
  .description {
  display: none;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li .code {
  font-family: "Oswald", san-serif;
  font-size: 0.9em;
  border-bottom: dotted 0px #ccc;
  border-top: dotted 0px #ccc;
  line-height: 2.5em;
  color: #fff;
  height: 2.5em;
  background: #cc3300;
  background: -moz-linear-gradient(45deg, #c30 0%, #ff9138 100%);
  background: -webkit-linear-gradient(45deg, #c30 0%, #ff9138 100%);
  background: linear-gradient(45deg, #c30 0%, #ff9138 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#ff9138',GradientType=1 );
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li .detail {
  line-height: 1.5em;
  border-top: dotted 0px #5a72a4;
  padding: 5px 0;
  font-size: 0.8em;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li
  .detail
  .expire {
  color: #ccc;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li
  .detail
  .notice {
  color: #ff9138;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li
  .detail
  .button {
  height: 25px;
  line-height: 25px;
  width: 100%;
  max-width: 110px;
  margin: 5px auto;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li.new {
  border-color: #390;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.new
  .code {
  background: #390 !important;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.new::after {
  content: "NEW";
  font-size: 0.8em;
  line-height: 19px;
  color: #fff;
  display: block;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 40px;
  height: 18px;
  background-color: #339900;
  border-radius: 5px;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li.soon {
  border-color: red;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.soon
  .detail
  .notice {
  color: red;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.soon::after {
  content: "!";
  font-size: 0.8em;
  line-height: 19px;
  color: #fff;
  display: block;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 18px;
  height: 18px;
  background-color: red;
  border-radius: 5px;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li.expired {
  border-color: #111;
  opacity: 0.69;
  background: #ccc !important;
  box-shadow: 0px 5px 10px 0px transparent !important;
  pointer-events: none;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.expired
  .game
  img {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.expired
  .code {
  background: #666 !important;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.expired
  .type
  span {
  color: #666;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.expired
  .detail
  .expire {
  color: #666;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.expired
  .detail
  .notice {
  color: red;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.expired
  .button {
  background-color: #111;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li.expired::after {
  content: "Hết hạn";
  font-size: 0.8em;
  line-height: 19px;
  color: #fff;
  display: block;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 55px;
  height: 18px;
  background-color: #666;
  border-radius: 5px;
}
.block-shopvip .block-shopvip-detail .content .inventoryvip-list > li:hover {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
  background: #cc3300;
  background: -moz-linear-gradient(45deg, #c30 0%, #ff9138 100%);
  background: -webkit-linear-gradient(45deg, #c30 0%, #ff9138 100%);
  background: linear-gradient(45deg, #c30 0%, #ff9138 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3300', endColorstr='#ff9138',GradientType=1 );
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li:hover
  .button {
  background-color: #c30;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li:hover
  .type
  span {
  color: #fff;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li:hover
  .detail
  .expire {
  color: #fff;
}
.block-shopvip
  .block-shopvip-detail
  .content
  .inventoryvip-list
  > li:hover
  .detail
  .notice {
  color: #fff;
}
.page {
  height: 30px;
  overflow: hidden;
  margin: 30px auto 10px auto;
}
.page ul {
  height: 100%;
  line-height: 30px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.page ul li {
  display: inline-block;
  margin: 0 5px;
}
.page ul li a {
  color: #333c4f;
  display: block;
  width: 30px;
  height: 30px;
}
.page ul li a.active {
  color: #ff9138;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 1440px) {
  .wcskh-content {
    grid-template-columns: 300px auto;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .detail {
    grid-template-columns: 110px auto 120px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li {
    width: 113px;
    margin: 8px 4px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li .game {
    width: 113px;
    height: 113px;
  }
}
@media only screen and (max-width: 1199px) {
  #background-header {
    height: 60px;
  }
  .wcskh-content {
    grid-template-columns: 250px auto;
  }
  .block-accountmanager > .content {
    display: grid;
    grid-template-columns: auto 1fr; /* Cột 1 có kích thước tự động, cột 2 chiếm phần còn lại */
    grid-gap: 10px 20px; /* Khoảng cách giữa các dòng và cột */
    max-width: 500px; /* Giới hạn chiều rộng */
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: dotted 1px #ccc;
  }
  .block-hotro > .content > .content {
    padding: 30px 30px;
  }
  .inventoryvip {
    margin-bottom: 10px !important;
  }
  .block-shopvip .info,
  .block-shopvip .block-shopvip-detail {
    max-width: 600px;
  }
  .block-shopvip .block-shopvip-detail .content .shopvip-list {
    margin-top: 0;
  }
  .block-shopvip .block-shopvip-detail .content .shopvip-list li {
    width: 95%;
    max-width: 500px;
    margin: 1% auto;
    float: none;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li {
    width: 100px;
    margin: 8px 4.5px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li .game {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  #background-header {
    height: 60px;
  }
  .wcskh-info {
    padding: 0 10px;
  }
  .wcskh-info .expbar {
    grid-template-columns: auto 150px;
  }
  .block-accountmanager > .content {
    padding: 0;
  }
  .block-accountmanager,
  .block-lichsunap {
    padding: 35px;
  }
  .block-shopvip {
    padding: 30px 40px;
  }
  .block-shopvip .block-shopvip-detail {
    padding: 10px 11px 5px 11px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li {
    width: 90px;
    margin: 8px 5px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li .game {
    width: 90px;
    height: 90px;
  }
  .content .form div.verify-wrap {
    grid-template-columns: auto 100px;
    grid-gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wcskh-content {
    display: block;
    position: relative;
    padding-left: 60px;
  }
  .wcskh-content .tabs-cskh {
    width: auto;
    line-height: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wcskh-content .tabs-cskh ul > li {
    width: 60px;
    height: 60px;
    text-indent: 0px;
  }
  .wcskh-content .tabs-cskh ul > li a {
    pointer-events: none;
  }
  .wcskh-content .tabs-cskh ul > li span {
    margin: 15px;
  }
  .wcskh-content .tabs-cskh ul > li div {
    opacity: 0;
    width: 0px;
  }
  .wcskh-content .tabs-cskh.active {
    width: auto;
  }
  .wcskh-content .tabs-cskh.active li {
    width: 320px;
  }
  .wcskh-content .tabs-cskh.active li a {
    margin-left: 0px;
    pointer-events: visible;
    -webkit-transition: opacity 0.3s 0.5s ease;
    transition: opacity 0.3s 0.5s ease;
  }
  .wcskh-content .tabs-cskh.active li a div {
    opacity: 1;
    width: auto;
    -webkit-transition: opacity 0.3s 0.1s ease;
    transition: opacity 0.3s 0.1s ease;
  }
  .block-lichsunap > .content .list-item ul li {
    height: auto !important;
    grid-template-columns: 50% 50%;
    grid-template-areas: "num game " "date value";
  }
  .block-lichsunap > .content .list-item ul li:first-child {
    display: none;
  }
  .block-lichsunap > .content .list-item ul li div {
    margin: 0;
    border-right: none;
    text-align: left;
    padding-left: 12px;
  }
  .block-lichsunap > .content .list-item ul li .num,
  .block-lichsunap > .content .list-item ul li .game {
    background-color: #eee;
    color: #000;
  }
  .block-lichsunap > .content .list-item ul li .date,
  .block-lichsunap > .content .list-item ul li .charge,
  .block-lichsunap > .content .list-item ul li .receive {
    border-right: solid 1px #eee;
  }
  .block-lichsunap > .content .list-item ul li .charge,
  .block-lichsunap > .content .list-item ul li .receive {
    grid-area: value;
  }
  .block-shopvip {
    padding: 30px;
  }
  .block-shopvip .block-shopvip-detail {
    padding: 10px;
  }
  .block-shopvip .block-shopvip-detail .content .shopvip-list {
    padding-bottom: 0px;
  }
  .block-shopvip .info {
    max-width: 495px;
  }
  .block-shopvip .block-shopvip-detail {
    max-width: 495px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li {
    width: 105px;
    margin: 8px 5px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list li .game {
    width: 105px;
    height: 105px;
  }
}
@media only screen and (max-width: 639px) {
  .hidden-640 {
    display: none !important;
  }
  #background-header {
    height: 60px;
  }
  .wcskh-info {
    padding: 0 10px;
    grid-gap: 10px;
    grid-template-columns: 110px auto;
    grid-template-areas: "avatar name" "avatar groupbtn" "expbar expbar";
  }
  .wcskh-info .avatar {
    width: 100px;
    height: 100px;
  }
  .wcskh-info .expbar {
    margin: 5px 0;
  }
  .wcskh-info .groupbtn {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5px;
  }
  .wcskh-info .groupbtn > .button {
    width: 100%;
  }
  .block-accountmanager > .content {
    width: 100%;
  }
  .block-accountmanager,
  .block-lichsunap {
    padding: 35px;
  }
  .content .form {
    grid-template-columns: 100px auto;
  }
  .content .form textarea {
    width: 100%;
  }
  .block-hotro {
    padding: 25px;
  }
  .block-hotro > .content > .content {
    padding: 20px;
  }
  .block-hotro .game-select select {
    width: auto;
    max-height: 320px;
  }
  .block-hotro > .content > .content .title-yc {
    grid-template-columns: 30px auto auto;
    grid-template-areas: "button num game" "button date date";
  }
  .block-hotro > .content > .content .title-yc .date {
    text-align: left;
  }
  .block-hotro > .content > .content .chat-box .button-attach {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .block-hotro > .content > .content .chat-box .button {
    float: none;
  }
  .block-shopvip .block-shopvip-detail .content .shopvip-list li .content {
    grid-template-columns: 90px auto 80px;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .game {
    width: 90px;
    height: 90px;
    padding: 6px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list {
    text-align: center;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list > li {
    width: 125px;
    margin: 5px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list > li .game {
    width: 125px;
    height: 125px;
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .hidden-480 {
    display: none !important;
  }
  #background-header {
    height: 60px;
  }
  .wcskh-content {
    padding-left: 0;
  }
  .wcskh-content .tabs-cskh {
    position: relative;
    width: 100%;
    height: 180px;
  }
  .wcskh-content .tabs-cskh ul {
    width: inherit;
    height: inherit;
    display: grid;
    grid-template-columns: 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33% 8.33%;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(1) {
    grid-column: 1 / 4;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(2) {
    grid-column: 4 / 7;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(3) {
    grid-column: 7 / 10;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(4) {
    grid-column: 10 / 13;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(5) {
    grid-column: 1 / 5;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(6) {
    grid-column: 5 / 9;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(7) {
    grid-column: 9 / 13;
  }
  .wcskh-content .tabs-cskh ul > li {
    display: block;
    width: 100%;
    height: 90px;
    border: solid 1px #333;
  }
  .wcskh-content .tabs-cskh ul > li a {
    pointer-events: visible;
    height: 60px;
    width: 100%;
  }
  .wcskh-content .tabs-cskh ul > li span {
    margin: 10px auto 5px auto;
    display: block;
  }
  .wcskh-content .tabs-cskh ul > li div {
    opacity: 1;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
    line-height: 1em;
    padding: 5px 15px;
  }
  .wcskh-content .tabs-cskh ul > li::after {
    display: none;
  }
  .wcskh-content .tabs-cskh ul > li.active::before {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff9138;
  }
  .wcskh-info {
    padding: 0 10px;
    grid-gap: 10px;
    grid-template-columns: 80px auto;
    grid-template-areas: "avatar name" "groupbtn groupbtn" "expbar expbar";
  }
  .wcskh-info .avatar {
    width: 80px;
    height: 80px;
    padding: 3px;
    border-radius: 10px;
  }
  .wcskh-info .name {
    height: 80px;
    line-height: 40px;
  }
  .wcskh-info .name h3 {
    font-size: 1.5em;
    display: block;
    clear: both;
  }
  .wcskh-info .name > .button {
    float: none;
    margin-top: 6px;
    clear: both;
  }
  .wcskh-info .expbar {
    display: block;
    height: auto;
  }
  .wcskh-info .expbar .button {
    margin-top: 10px;
    height: 50px;
  }
  .block-accountmanager,
  .block-lichsunap {
    padding: 20px 10px;
  }
  .block-accountmanager > .content h3.title {
    margin-bottom: 15px;
  }
  .content .form {
    display: block;
  }
  .content .form > span {
    display: block;
  }
  .content .form > input {
    width: 100%;
  }
  .content .form .selectbox {
    width: 100%;
  }
  .content .form .selectbox input {
    margin-left: 10px;
  }
  .content .form select {
    width: 100%;
    height: 50px;
  }
  .content .form .dob {
    width: 100%;
    height: auto;
  }
  .block-lichsunap > .content .list-item ul li {
    height: auto;
    grid-template-columns: auto auto;
    grid-template-areas: "num date" "game game" "value value";
  }
  .block-lichsunap > .content .list-item ul li div {
    margin: 0;
    border-right: none;
    text-align: left;
    padding: 0 10px;
  }
  .block-lichsunap > .content .list-item ul li .num,
  .block-lichsunap > .content .list-item ul li .date {
    background-color: #fff;
    color: #ccc;
  }
  .block-lichsunap > .content .list-item ul li .date {
    text-align: right;
    color: #111;
  }
  .block-lichsunap > .content .list-item ul li .game,
  .block-lichsunap > .content .list-item ul li .charge,
  .block-lichsunap > .content .list-item ul li .receive {
    text-align: center;
    border-right: none;
  }
  .block-lichsunap > .content.vipcoin li {
    grid-template-columns: auto !important;
    grid-template-areas: "date" "game" "value" !important;
  }
  .block-lichsunap > .content.vipcoin li .date {
    text-align: center !important;
    color: #111;
  }
  .block-hotro > .content > .content .question {
    grid-template-columns: 60px auto;
  }
  .block-hotro {
    padding: 10px;
  }
  .block-hotro > .content .tabs-hotro {
    display: block;
    height: auto;
  }
  .block-hotro > .content > .content .list-item ul li {
    padding: 10px;
  }
  .block-hotro > .content > .content .list-item ul li > .content {
    padding-top: 10px;
  }
  .block-hotro > .content > .content .list-message ul li {
    max-width: 100%;
  }
  .game-select select {
    min-width: 150px;
  }
  .block-shopvip .block-shopvip-detail .content .shopvip-list li .content {
    grid-template-columns: 60px auto auto;
    grid-template-areas: "icon code code" "icon type type" "description description description" "detail detail detail";
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .code {
    font-size: 1.4em;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .type {
    padding: 0;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .game {
    width: 60px;
    height: 60px;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .description {
    height: auto;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .type {
    text-align: left;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .detail {
    grid-template-columns: 50% 50%;
  }
  .block-shopvip
    .block-shopvip-detail
    .content
    .shopvip-list
    li
    .content
    .detail
    .button {
    display: none;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list > li {
    width: 105px;
    margin: 6px 2.5px;
  }
  .block-shopvip .block-shopvip-detail .content .inventoryvip-list > li .game {
    width: 105px;
    height: 105px;
    padding: 15px;
  }
  .wcskh-content .tabs-cskh {
    position: relative;
    width: 100%;
    height: 180px;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(1) {
    grid-column: 1 / 4;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(2) {
    grid-column: 4 / 7;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(3) {
    grid-column: 7 / 10;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(4) {
    grid-column: 10 / 13;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(5) {
    grid-column: 1 / 4;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(6) {
    grid-column: 4 / 7;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(7) {
    grid-column: 7 / 10;
  }
  .wcskh-content .tabs-cskh ul li:nth-child(8) {
    grid-column: 10 / 13;
  }
}
/*# sourceMappingURL=wcskh.css.map */
