@charset "UTF-8";
body {
  padding: 0 !important;
  overflow: hidden; }

/*
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:
  Eric Meyer          :: http://meyerweb.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com
-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

main, article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: border-box; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
  In fact, it *will* cause problems with Google Maps' controls at small size.
  If this is the case for you, try uncommenting the following:
#map img {
    max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
  you'll have to restore the bullets within content,
  which is fine because they're probably customized anyway */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

* {
  transition: all ease-in 0.1s; }

button:focus {
  outline: none; }

a:hover {
  text-decoration: none; }

body {
  background: #e8e8e8; }

.container {
  padding: 0; }

.containermain {
  padding: 10px; }

.modal {
  padding: 0 10px !important; }

.modal-open {
  padding: 0 !important;
  overflow: auto; }

.mainhead {
  background: linear-gradient(-45deg, #fd59dc, #6fd6cb);
  border-bottom: 2px solid #fff;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  animation: gradient 1s ease infinite; }
  .mainhead .row {
    margin-right: 0; }
  .mainhead .logo {
    display: flex;
    align-items: center; }
    .mainhead .logo .openbtn {
      margin-right: 10px;
      font-size: 20px;
      color: #fff;
      cursor: pointer; }
    .mainhead .logo .closetbn {
      padding: 0.5rem 1rem;
      font-size: 24px;
      cursor: pointer; }
    .mainhead .logo h1 {
      display: flex;
      flex-shrink: 0; }
  .mainhead .bntlog {
    text-align: right;
    vertical-align: middle;
    align-self: center; }
    .mainhead .bntlog a {
      padding: 10px 15px;
      background: #fff;
      border-radius: 10px;
      color: #2bc9d9; }
  .mainhead .userinfo {
    align-self: center;
    justify-content: end;
    display: flex;
    padding: 0; }
    .mainhead .userinfo .bell {
      width: 20px;
      height: 26px;
      background: url(../icon/bell.png) no-repeat;
      margin-right: 10px;
      position: relative; }
      .mainhead .userinfo .bell .modal {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 300px;
        width: 300px;
        background: #fff; }
      .mainhead .userinfo .bell i {
        position: absolute;
        width: 15px;
        height: 15px;
        background: #f90;
        color: #fff;
        top: 0;
        left: 10px;
        border-radius: 100px;
        font-family: arial;
        font-size: 11px;
        text-align: center;
        font-style: normal;
        line-height: 14px; }
    .mainhead .userinfo .infobox {
      display: flex;
      position: relative; }
      .mainhead .userinfo .infobox .name {
        color: white;
        white-space: nowrap;
        max-width: 100px;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 30px; }
      .mainhead .userinfo .infobox .dot {
        display: flex;
        flex-direction: column;
        align-self: center;
        cursor: pointer; }
        .mainhead .userinfo .infobox .dot span {
          width: 4px;
          height: 4px;
          background: #fff;
          border-radius: 100px;
          margin: 1px 0; }
      .mainhead .userinfo .infobox .modal-header {
        border-bottom: 0;
        padding: 5px 1rem; }
      .mainhead .userinfo .infobox .modal.show .modal-dialog {
        transform: translateY(20%); }
      .mainhead .userinfo .infobox .btn-primary:focus, .mainhead .userinfo .infobox .btn-primary.focus {
        box-shadow: none; }
      .mainhead .userinfo .infobox .modal-content {
        border-radius: 15px; }
      .mainhead .userinfo .infobox .btn-primary {
        background: none;
        border: none; }
      .mainhead .userinfo .infobox .box_user {
        position: relative;
        padding: 0 15px 15px 15px;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        margin: 0 auto;
        width: 100%; }
        .mainhead .userinfo .infobox .box_user .username {
          padding-bottom: 15px;
          border-bottom: 1px solid #e7e7e7; }
          .mainhead .userinfo .infobox .box_user .username p {
            text-align: center;
            margin-bottom: 10px; }
            .mainhead .userinfo .infobox .box_user .username p .orange {
              color: #f90; }
        .mainhead .userinfo .infobox .box_user .ricepay {
          text-align: center;
          padding-top: 10px;
          padding-bottom: 15px;
          border-bottom: 1px solid #e7e7e7; }
          .mainhead .userinfo .infobox .box_user .ricepay .text {
            margin-bottom: 5px;
            color: #2bc9d9;
            font-weight: 700;
            font-size: 18px; }
          .mainhead .userinfo .infobox .box_user .ricepay .irice {
            display: flex;
            justify-content: center; }
            .mainhead .userinfo .infobox .box_user .ricepay .irice .riceicon {
              width: 19px;
              height: 24px;
              background: url(../icon/riceicon.png) no-repeat;
              position: relative; }
            .mainhead .userinfo .infobox .box_user .ricepay .irice .textrice {
              font-size: 18px;
              margin-left: 5px; }
        .mainhead .userinfo .infobox .box_user .button {
          display: flex;
          flex-direction: column; }
          .mainhead .userinfo .infobox .box_user .button a {
            display: block;
            text-align: center;
            padding: 10px 10px;
            border-radius: 10px;
            border: 1px solid #eeeeee;
            margin-top: 15px;
            color: #5e5e5e; }
            .mainhead .userinfo .infobox .box_user .button a i {
              margin-right: 5px; }
            .mainhead .userinfo .infobox .box_user .button a:hover {
              background: #2bc9d9;
              color: white;
              border: 1px solid #2bc9d9; }

.ricepay .payricect {
  padding: 15px;
  background: #fff;
  display: flex; }
  .ricepay .payricect .boxinfo {
    margin-right: 10px; }
  .ricepay .payricect .boximg .gamefix {
    margin-bottom: 0 !important; }
    .ricepay .payricect .boximg .gamefix .name {
      font-weight: 600;
      color: #000; }
    .ricepay .payricect .boximg .gamefix .colorfix {
      color: #f90;
      font-weight: 600; }
  .ricepay .payricect .boximg .account {
    margin-bottom: 10px;
    display: flex; }
    .ricepay .payricect .boximg .account span {
      color: #686868;
      display: inline-block;
      min-width: 70px;
      font-size: 14px; }
    .ricepay .payricect .boximg .account b {
      font-size: 14px;
      font-weight: 600;
      display: inline-block;
      overflow: hidden;
      max-width: 180px;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .ricepay .payricect .boximg .account .blue {
      color: #2bc9d9; }
    .ricepay .payricect .boximg .account i {
      width: 17px;
      height: 17px;
      background: url(../icon/riceicon.png) no-repeat;
      background-size: 100% 100%;
      margin-left: 5px; }
.ricepay .title {
  padding: 10px 15px;
  border-left: 7px solid #2bc9d9;
  background: #fff;
  margin-top: 15px; }
  .ricepay .title h3 {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #686868; }
.ricepay .purchaserice {
  padding: 15px 15px 0 15px;
  background: #fff;
  position: relative;
  margin-top: 15px; }
  .ricepay .purchaserice .marcol {
    margin-bottom: 20px; }
  .ricepay .purchaserice .colrice {
    background: url(../icon/bggao.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    border-radius: 15px;
    border: 1px solid #2bc9d9;
    cursor: pointer;
    margin-bottom: 15px;
    height: 100%; }
  .ricepay .purchaserice .boxicon {
    background: url(../icon/goigao.png) no-repeat;
    display: flex;
    flex-direction: column;
    flex-shrink: 0; }
  .ricepay .purchaserice .boxcash {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
    height: 100%; }
    .ricepay .purchaserice .boxcash .on {
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      margin-top: 10px; }
    .ricepay .purchaserice .boxcash .blue {
      padding-top: 10px;
      color: #f90;
      margin-top: auto;
      border-top: 1px solid #a1a1a1;
      display: flex;
      flex-shrink: 1;
      flex-direction: column; }
      .ricepay .purchaserice .boxcash .blue b {
        font-weight: bold; }
    .ricepay .purchaserice .boxcash p {
      margin: 0; }

.maxwidth {
  max-width: 798px;
  margin: 0 auto; }

.banner img {
  width: 100%; }

.option {
  background: #fff;
  padding: 15px 0;
  margin-top: 15px; }
  .option .positi {
    text-align: center; }
    .option .positi a {
      text-align: center;
      display: inline-block;
      margin-right: 10px; }
      .option .positi a span {
        display: block;
        color: #2c2c2c;
        margin-top: 5px;
        font-weight: 600; }
      .option .positi a:hover span {
        color: #2bc9d9; }

.listgame {
  margin-top: 15px; }
  .listgame .title {
    padding: 10px 15px;
    border-left: 7px solid #2bc9d9;
    background: #fff; }
    .listgame .title h3 {
      margin-bottom: 0;
      font-size: 1.3rem; }

.content_main {
  background: #fff;
  padding: 15px;
  margin-top: 15px; }
  .content_main .row {
    margin-left: -5px;
    margin-right: -5px; }
  .content_main .maring {
    padding: 10px 10px; }
  .content_main .box-img img {
    width: 100%; }
  .content_main .box-info a {
    color: #2c2c2c;
    font-weight: 600;
    font-size: 1rem; }

.footer {
  background: #fff;
  margin-top: 15px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .footer .logo {
    border-bottom: 1px solid #45CFDD;
    width: 100%;
    text-align: center; }
  .footer .information {
    flex: 1 1 0;
    padding-left: 30px;
    text-align: center;
    padding-top: 10px; }
    .footer .information p {
      margin-bottom: 7px;
      font-size: 14px; }
      .footer .information p a {
        color: #2bc9d9; }
    .footer .information p:first-child {
      font-weight: 600;
      font-size: 16px; }

/*********register************/
.resmain {
  background: linear-gradient(-45deg, #fd59dc, #6fd6cb);
  text-align: center;
  padding: 55px 0 149px 0;
  border-bottom: 2px solid #fff;
  position: relative; }

.contentres {
  position: relative;
  top: -100px; }
  .contentres .contentmain {
    background: #fff;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #d3d3d3; }
    .contentres .contentmain p {
      text-align: center;
      font-size: 1.5rem;
      font-weight: 600;
      color: #5e5e5e; }
    .contentres .contentmain form input {
      background: #f2f2f2;
      border: none; }
    .contentres .contentmain .iconlogo {
      text-align: center; }
      .contentres .contentmain .iconlogo a {
        display: inline-block;
        text-align: center; }
        .contentres .contentmain .iconlogo a img {
          display: block; }
        .contentres .contentmain .iconlogo a span {
          color: #000;
          font-size: 14px; }
      .contentres .contentmain .iconlogo a:first-child {
        margin-right: 10px; }
      .contentres .contentmain .iconlogo a:last-child {
        margin-left: 10px; }
  .contentres .error {
    display: block;
    font-size: 14px;
    font-style: italic;
    color: red;
    margin-bottom: 5px; }

.rescontrol {
  width: 100%;
  border: none;
  background: linear-gradient(-45deg, #fd59dc, #6fd6cb);
  padding: 10px 0;
  font-weight: 600; }
  .rescontrol:hover {
    background: #f90; }

.textnor {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #9a9a9a;
  margin: 10px 0; }

.logcontrol {
  width: 100%;
  background: #838383;
  border: none;
  padding: 10px 0;
  font-weight: 600; }
  .logcontrol:hover {
    background: #2bc9d9; }

.wave {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #0af;
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear; }

.wave.-three {
  animation: drift 7500ms infinite linear;
  position: fixed;
  background-color: #77daff; }

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
  position: fixed; }

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0); }

.under {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .under a {
    width: 50%;
    color: #000; }
  .under a:last-child {
    text-align: right; }

@keyframes drift {
  from {
    transform: rotate(0deg); }
  from {
    transform: rotate(360deg); } }
/*LOADING SPACE*/
.contain {
  animation-delay: 4s;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7); }

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px; }

/*Animation*/
.icon:nth-child(2) img {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.icon:nth-child(3) img {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.icon:nth-child(4) img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0, 0) rotateZ(180deg);
  transform: scale(0, 0) rotateZ(180deg); }

@-webkit-keyframes anim {
  0% {
    -webkit-transform: scale(0, 0) rotateZ(-90deg);
    transform: scale(0, 0) rotateZ(-90deg);
    opacity: 0; }
  30% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  80% {
    -webkit-transform: scale(0, 0) rotateZ(90deg);
    transform: scale(0, 0) rotateZ(90deg);
    opacity: 0; } }
@keyframes anim {
  0% {
    -webkit-transform: scale(0, 0) rotateZ(-90deg);
    transform: scale(0, 0) rotateZ(-90deg);
    opacity: 0; }
  30% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1, 1) rotateZ(0deg);
    transform: scale(1, 1) rotateZ(0deg);
    opacity: 1; }
  80% {
    -webkit-transform: scale(0, 0) rotateZ(90deg);
    transform: scale(0, 0) rotateZ(90deg);
    opacity: 0; } }
.area {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px; }

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s; }

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s; }

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s; }

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s; }

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s; }

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s; }

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s; }

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s; }

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s; }

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s; }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }
.box {
  position: fixed;
  top: 0;
  transform: rotate(80deg);
  left: 0; }

.choose {
  max-width: 798px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  margin-top: 15px; }
  .choose .boxselect {
    margin-bottom: 15px; }
    .choose .boxselect span {
      display: block;
      margin-bottom: 10px; }
    .choose .boxselect select {
      display: block;
      width: 100%;
      padding: 10px 10px;
      border: none;
      background: #f4f4f4; }
    .choose .boxselect select:focus {
      outline: none; }
    .choose .boxselect select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
    .choose .boxselect select::-ms-expand {
      display: none; }

.notification p {
  font-size: 15px; }
  .notification p b {
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px; }
.notification .condition {
  display: flex;
  flex-direction: row;
  align-items: baseline; }
  .notification .condition span {
    white-space: nowrap; }
  .notification .condition p {
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column; }
    .notification .condition p b {
      font-weight: normal; }
.notification .endcon {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc; }

.popuppay {
  position: relative; }
  .popuppay .coloback {
    background: #f1f1f1;
    margin-bottom: 10px; }
    .popuppay .coloback .headmd {
      max-width: 798px;
      margin: 0 auto;
      width: 100%;
      display: flex;
      align-items: center; }
      .popuppay .coloback .headmd .logosm {
        display: flex;
        align-items: center;
        flex: 1 1 50%; }
        .popuppay .coloback .headmd .logosm .blue {
          color: #2bc9d9;
          font-weight: 600;
          margin: 0 10px; }
  .popuppay .modal-dialog {
    position: absolute;
    width: auto;
    pointer-events: none;
    left: 50%;
    width: 100%;
    bottom: 0;
    margin: 0;
    transform: translateX(-50%); }
  .popuppay .modal-header .close {
    padding: 0;
    margin: 0;
    line-height: 13px; }
  .popuppay .modal-header {
    padding: 10px; }
  .popuppay .modal-content {
    border: none;
    border-radius: 0; }
  .popuppay .modal.show .modal-dialog {
    transform: translate(-50%, 10px); }
  .popuppay .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(-50%, 0); }
  .popuppay .usergame {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px; }
  .popuppay .userhead {
    display: flex; }
    .popuppay .userhead .gameimg img {
      width: 65px !important; }
    .popuppay .userhead .gamefix {
      margin-bottom: 0 !important; }
      .popuppay .userhead .gamefix .name {
        font-weight: 600 !important;
        color: #000 !important; }
      .popuppay .userhead .gamefix .colorfix {
        color: #f90 !important;
        font-weight: 600; }
    .popuppay .userhead .boxinfo {
      margin-right: 10px; }
      .popuppay .userhead .boxinfo img {
        width: 50px; }
    .popuppay .userhead .box_game img {
      width: 65px !important; }
    .popuppay .userhead .boximg .account {
      margin-bottom: 5px;
      display: flex; }
      .popuppay .userhead .boximg .account span {
        color: #686868;
        display: inline-block;
        min-width: 70px;
        font-size: 14px; }
      .popuppay .userhead .boximg .account b {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        overflow: hidden;
        max-width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .popuppay .userhead .boximg .account .blue {
        color: #2bc9d9; }
      .popuppay .userhead .boximg .account i {
        width: 17px;
        height: 17px;
        background: url(../icon/riceicon.png) no-repeat;
        background-size: 100% 100%;
        margin-left: 5px; }
  .popuppay .deciption {
    padding: 0 10px; }
    .popuppay .deciption p {
      margin: 5px 0; }
      .popuppay .deciption p span {
        font-size: 14px; }
        .popuppay .deciption p span b {
          font-size: 14px;
          font-weight: bold; }
  .popuppay .title {
    padding: 0 15px 10px 15px;
    margin-top: 10px; }
    .popuppay .title h3 {
      margin-bottom: 0;
      font-size: 0.9rem;
      color: #686868;
      border-left: 7px solid #2bc9d9;
      background: #f6f6f6;
      padding: 10px 15px; }
  .popuppay .listpay .mainlist {
    max-height: 200px;
    overflow-y: scroll; }
    .popuppay .listpay .mainlist li {
      padding: 10px 10px;
      display: flex;
      border-bottom: 1px solid #f5f5f5;
      cursor: pointer; }
      .popuppay .listpay .mainlist li .boxinfo {
        margin-left: 10px; }
        .popuppay .listpay .mainlist li .boxinfo p {
          font-size: 13px; }
        .popuppay .listpay .mainlist li .boxinfo span {
          font-size: 13px; }
        .popuppay .listpay .mainlist li .boxinfo .plus {
          border: 1px solid #f90;
          padding: 2px 5px;
          font-size: 10px;
          color: #f90;
          border-radius: 5px; }
    .popuppay .listpay .mainlist li:nth-child(even) {
      background: #f5f5f5; }
    .popuppay .listpay .mainlist li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  .popuppay .listpay .mainlist::-webkit-scrollbar {
    width: 5px;
    border-radius: 6px; }
  .popuppay .listpay .mainlist::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 1px solid slategrey; }
  .popuppay .confirm .mainrun {
    padding: 15px 10px;
    margin-top: 20px; }
    .popuppay .confirm .mainrun .unrun {
      height: 14px;
      border-radius: 50px;
      padding: 3px;
      background: #e4e4e4;
      max-width: 90%;
      margin: 0 auto;
      position: relative; }
      .popuppay .confirm .mainrun .unrun .runtime {
        height: 100%;
        border-radius: 50px;
        position: relative;
        background: #2bc9d9; }
        .popuppay .confirm .mainrun .unrun .runtime .circle li {
          width: 20px;
          height: 20px;
          background: #e4e4e4;
          border-radius: 100px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          line-height: 20px;
          text-align: center;
          color: #fff; }
        .popuppay .confirm .mainrun .unrun .runtime .circle li:nth-child(1) {
          left: calc(33.33333333333333% - 12px);
          background: #2bc9d9; }
        .popuppay .confirm .mainrun .unrun .runtime .circle li:nth-child(1)::before {
          content: 'Chọn Gói';
          position: absolute;
          top: -24px;
          color: #000;
          white-space: nowrap;
          left: 50%;
          transform: translate(-78%, 0);
          font-size: 13px; }
        .popuppay .confirm .mainrun .unrun .runtime .circle li:nth-child(2) {
          left: calc(66.66666666666666% - 12px);
          background: #2bc9d9; }
        .popuppay .confirm .mainrun .unrun .runtime .circle li:nth-child(2)::before {
          content: 'Xác Nhận';
          position: absolute;
          top: -24px;
          color: #000;
          white-space: nowrap;
          left: 50%;
          transform: translate(-78%, 0);
          font-size: 13px; }
        .popuppay .confirm .mainrun .unrun .runtime .circle li:nth-child(3) {
          left: calc(100% - 12px);
          background: #2bc9d9; }
        .popuppay .confirm .mainrun .unrun .runtime .circle li:nth-child(3)::before {
          content: 'Kết Quả';
          position: absolute;
          top: -24px;
          color: #000;
          white-space: nowrap;
          transform: translate(-75%, 0);
          font-size: 13px; }
  .popuppay .textinfo {
    padding: 10px 10px;
    border: 1px solid #f5f5f5; }
    .popuppay .textinfo .textbig {
      font-weight: 500;
      color: #696969;
      font-size: 13px; }
    .popuppay .textinfo .textmid {
      font-size: 13px;
      font-style: italic;
      color: #696969; }
    .popuppay .textinfo .textend {
      font-size: 13px;
      font-style: italic;
      color: #696969; }
      .popuppay .textinfo .textend b {
        font-weight: 600px;
        color: red; }
    .popuppay .textinfo p {
      margin-bottom: 5px; }
    .popuppay .textinfo p:last-child {
      margin-bottom: 0; }
  .popuppay .numberrice {
    padding: 0;
    margin-top: 10px; }
    .popuppay .numberrice .riceend {
      display: flex;
      padding: 10px 15px;
      background: #ececec;
      position: relative; }
      .popuppay .numberrice .riceend .ricemart {
        display: flex;
        text-transform: capitalize;
        position: relative;
        align-items: center;
        flex: 1 1 100%;
        justify-content: space-between; }
        .popuppay .numberrice .riceend .ricemart .cusor {
          cursor: pointer; }
        .popuppay .numberrice .riceend .ricemart b {
          color: red;
          font-weight: 600; }
        .popuppay .numberrice .riceend .ricemart i {
          width: 15px;
          height: 15px;
          border-radius: 50px;
          border: 1px solid #484848;
          margin-left: 5px; }
      .popuppay .numberrice .riceend .select {
        position: absolute;
        top: 40px;
        background: #fff;
        width: 100%;
        left: 0;
        border: 1px solid #ccc;
        display: none; }
        .popuppay .numberrice .riceend .select input {
          display: block;
          border: none;
          width: 100%;
          padding: 5px 10px;
          border-bottom: 1px solid #ccc; }
        .popuppay .numberrice .riceend .select a {
          display: block;
          padding: 5px 10px;
          border-bottom: 1px solid #ccc;
          color: #5c5c5c; }
          .popuppay .numberrice .riceend .select a:hover {
            background: #2bc9d9;
            color: white; }
      .popuppay .numberrice .riceend .ricemart:last-child {
        text-align: right; }
  .popuppay .phonenumber {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5; }
    .popuppay .phonenumber .form-group {
      margin-bottom: 0; }
    .popuppay .phonenumber form {
      background: #ececec;
      padding: 10px 15px; }
      .popuppay .phonenumber form input[type=text] {
        border: none; }
  .popuppay .namepaygame {
    padding: 10px 10px !important;
    background: #f8f8f8; }
  .popuppay .namepay {
    display: flex;
    padding: 0;
    margin-top: 5px; }
    .popuppay .namepay .positi {
      display: flex;
      flex: 1 1 70%;
      align-items: center; }
      .popuppay .namepay .positi .boximg img {
        display: block; }
      .popuppay .namepay .positi .cusor {
        cursor: pointer; }
      .popuppay .namepay .positi b {
        color: red;
        font-weight: 600; }
      .popuppay .namepay .positi i {
        width: 15px;
        height: 15px;
        border-radius: 50px;
        border: 1px solid #484848;
        margin-left: 5px; }
    .popuppay .namepay .boxinfo {
      margin-left: 10px; }
      .popuppay .namepay .boxinfo p {
        font-size: 13px; }
      .popuppay .namepay .boxinfo span {
        font-size: 13px; }
      .popuppay .namepay .boxinfo .plus {
        border: 1px solid #f90;
        padding: 2px 5px;
        font-size: 10px;
        color: #f90;
        border-radius: 5px; }
    .popuppay .namepay .positi:last-child {
      justify-content: flex-end;
      flex: 1 1 30%; }
  .popuppay .ricerewar {
    padding: 0;
    margin-top: 5px; }
    .popuppay .ricerewar span {
      background: #ececec;
      padding: 10px 10px;
      display: block;
      font-size: 13px; }
      .popuppay .ricerewar span b {
        color: red;
        font-weight: 600; }
  .popuppay .intomoney {
    margin-top: 10px;
    display: flex;
    padding: 0 0 10px 0; }
    .popuppay .intomoney .numberin {
      flex: 1 1 50%;
      display: flex;
      padding: 0 10px;
      align-items: center; }
      .popuppay .intomoney .numberin span {
        font-size: 13px; }
      .popuppay .intomoney .numberin b {
        color: red;
        font-weight: 600; }
      .popuppay .intomoney .numberin a {
        display: inline-block;
        padding: 5px 10px;
        background: #2bc9d9;
        color: white;
        border-radius: 5px;
        font-size: 13px; }
    .popuppay .intomoney .numberin:last-child {
      justify-content: flex-end; }

.all_maychase {
  max-width: 798px;
  margin: 0 auto; }

.purchaserice {
  padding: 15px 15px 0 15px;
  background: #fff;
  position: relative;
  margin-top: 15px; }
  .purchaserice .colrice {
    background: url(../icon/bggao.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
    border-radius: 15px;
    border: 1px solid #2bc9d9;
    cursor: pointer;
    margin-bottom: 15px;
    height: 100%; }
  .purchaserice .boxicon {
    background: url(../icon/goigao.png) no-repeat;
    display: flex;
    flex-direction: column;
    flex-shrink: 0; }
  .purchaserice .boxcash {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-shrink: 1;
    flex-direction: column;
    height: 100%; }
    .purchaserice .boxcash .on {
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      margin-top: 10px; }
    .purchaserice .boxcash .blue {
      padding-top: 10px;
      color: #005aff;
      margin-top: auto;
      border-top: 1px solid #a1a1a1;
      display: flex;
      flex-shrink: 1;
      flex-direction: column; }
      .purchaserice .boxcash .blue b {
        font-weight: bold; }
    .purchaserice .boxcash p {
      margin: 0; }

/************ contentpay **************/
.contentpay .title {
  padding: 10px 15px;
  border-left: 7px solid #2bc9d9;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 15px; }
  .contentpay .title h3 {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #686868;
    font-weight: 600; }
.contentpay .confirm {
  background: #fff;
  padding: 10px 10px; }
  .contentpay .confirm .mainrun {
    padding: 15px 10px;
    margin-top: 20px; }
    .contentpay .confirm .mainrun .unrun {
      height: 14px;
      border-radius: 50px;
      padding: 3px;
      background: #e4e4e4;
      max-width: 95%;
      margin: 0 auto;
      position: relative; }
      .contentpay .confirm .mainrun .unrun .runtime {
        height: 100%;
        border-radius: 50px;
        position: relative;
        background: #2bc9d9; }
        .contentpay .confirm .mainrun .unrun .runtime .circle li {
          width: 20px;
          height: 20px;
          background: #e4e4e4;
          border-radius: 100px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          line-height: 20px;
          text-align: center;
          color: #fff; }
        .contentpay .confirm .mainrun .unrun .runtime .circle li:nth-child(1) {
          left: calc(33.33333333333333% - 12px);
          background: #2bc9d9; }
        .contentpay .confirm .mainrun .unrun .runtime .circle li:nth-child(1)::before {
          content: 'Chọn Gói';
          position: absolute;
          top: -24px;
          color: #000;
          white-space: nowrap;
          left: 50%;
          transform: translate(-78%, 0);
          font-size: 13px; }
        .contentpay .confirm .mainrun .unrun .runtime .circle li:nth-child(2) {
          left: calc(66.66666666666666% - 12px);
          background: #2bc9d9; }
        .contentpay .confirm .mainrun .unrun .runtime .circle li:nth-child(2)::before {
          content: 'Xác Nhận';
          position: absolute;
          top: -24px;
          color: #000;
          white-space: nowrap;
          left: 50%;
          transform: translate(-78%, 0);
          font-size: 13px; }
        .contentpay .confirm .mainrun .unrun .runtime .circle li:nth-child(3) {
          left: calc(100% - 12px);
          background: #2bc9d9; }
        .contentpay .confirm .mainrun .unrun .runtime .circle li:nth-child(3)::before {
          content: 'Kết Quả';
          position: absolute;
          top: -24px;
          color: #000;
          white-space: nowrap;
          transform: translate(-75%, 0);
          font-size: 13px; }
.contentpay .contentend {
  background: #fff;
  padding: 10px 0;
  margin-top: 15px; }
  .contentpay .contentend .userinfo {
    display: flex;
    flex-direction: column;
    padding: 10px 10px 20px 10px; }
    .contentpay .contentend .userinfo span {
      font-size: 16px; }
      .contentpay .contentend .userinfo span b {
        font-weight: 600; }
  .contentpay .contentend .second {
    background: #f5f5f5;
    margin-top: 0; }
  .contentpay .contentend .bank .list {
    display: flex;
    justify-content: center; }
    .contentpay .contentend .bank .list li {
      margin-left: 15px;
      position: relative;
      cursor: pointer;
      filter: grayscale(100%); }
      .contentpay .contentend .bank .list li img {
        display: block; }
    .contentpay .contentend .bank .list li:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      top: -6px;
      display: none; }
    .contentpay .contentend .bank .list li:hover, .contentpay .contentend .bank .list li.active {
      filter: none; }
      .contentpay .contentend .bank .list li:hover::after, .contentpay .contentend .bank .list li.active::after {
        display: block; }
  .contentpay .contentend .txt {
    padding: 10px 10px;
    font-size: 15px; }
  .contentpay .contentend .infopay {
    padding: 10px 10px; }
    .contentpay .contentend .infopay .list {
      padding: 10px 10px;
      background: #b2e4ff; }
      .contentpay .contentend .infopay .list li {
        display: flex;
        margin-bottom: 15px; }
        .contentpay .contentend .infopay .list li span {
          display: flex;
          flex: 1 1 33.33333333333333%;
          font-size: 15px;
          font-weight: 600;
          align-items: center; }
          .contentpay .contentend .infopay .list li span b {
            color: red;
            font-weight: 600; }
          .contentpay .contentend .infopay .list li span i {
            display: inline-block;
            padding: 5px 10px;
            background: #2bc9d9;
            font-style: normal;
            border-radius: 10px;
            color: #fff;
            text-transform: capitalize; }
        .contentpay .contentend .infopay .list li span:last-child {
          justify-content: end;
          cursor: pointer; }
      .contentpay .contentend .infopay .list li:last-child {
        margin-bottom: 0; }
  .contentpay .contentend .note {
    padding: 0 10px;
    font-style: italic;
    font-size: 14px; }
    .contentpay .contentend .note b {
      color: red; }
.contentpay .btn_pay {
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
  padding: 0 10px; }
  .contentpay .btn_pay a {
    flex: 0 0 49%;
    padding: 10px 10px;
    background: #b0b0b0;
    text-align: center;
    color: #fff;
    border-radius: 10px; }
  .contentpay .btn_pay a:last-child {
    background: #2bc9d9; }

.listpack {
  margin-top: 15px;
  padding: 0 10px; }
  .listpack .tabs {
    display: flex; }
    .listpack .tabs li {
      margin-right: 10px;
      background: #fff;
      padding: 10px 15px;
      text-transform: capitalize;
      font-size: 15px;
      font-weight: 600;
      position: relative;
      cursor: pointer;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      user-select: none; }
      .listpack .tabs li::after {
        content: '';
        position: absolute;
        width: 0;
        height: 3px;
        background: #2bc9d9;
        bottom: 0;
        left: 0;
        transition: all ease 0.1s; }
      .listpack .tabs li.current::after {
        width: 100%; }

.tab-content {
  display: none;
  background: #ededed;
  padding: 15px; }

.tab-content.current {
  display: inherit; }

.form {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
  .form form {
    padding: 10px 10px;
    display: block; }
    .form form select {
      border: none;
      background: #f1f1f1;
      width: 100%;
      padding: 10px 15px;
      margin-bottom: 10px;
      font-size: 14px; }
    .form form input[type=text] {
      display: block;
      border: none;
      margin: 0 0 10px 0;
      background: #f1f1f1;
      width: 100%;
      padding: 10px 10px;
      font-size: 14px; }
    .form form label {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      font-style: italic;
      color: red; }

.useraccount {
  background: #fff; }
  .useraccount .headaccount {
    background: #f7f7f7;
    padding: 20px; }
    .useraccount .headaccount p:first-child {
      font-weight: 600;
      margin-bottom: 10px; }
  .useraccount .infoacc {
    padding: 20px; }
    .useraccount .infoacc form .form-group b {
      color: red; }
    .useraccount .infoacc form .form-group label {
      margin-bottom: 10px; }
    .useraccount .infoacc form .form-group input[type=text] {
      border: none;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      border-radius: 0; }
    .useraccount .infoacc form .form-group input[type=text]:focus {
      outline: none;
      border: none; }
    .useraccount .infoacc form .form-group select {
      border: none;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
      border-radius: 0; }
    .useraccount .infoacc form .sub {
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 20px;
      background: linear-gradient(-45deg, #fd59dc, #6fd6cb);
      border: none; }
    .useraccount .infoacc form .sub2 {
      background: #9b9b9b;
      border: none; }

.history {
  background: #fff;
  padding: 10px; }
  .history .list {
    display: flex;
    padding: 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    justify-content: center; }
    .history .list li {
      flex: 0 0 auto;
      margin-right: 10px;
      position: relative;
      padding: 10px 15px; }
      .history .list li:after {
        content: '';
        height: 2px;
        width: 100%;
        background: #2bc9d9;
        position: absolute;
        bottom: 0;
        left: 0;
        display: none; }
      .history .list li.current:after {
        display: block; }
  .history .mainhis {
    margin-top: 10px; }
    .history .mainhis .fixrow {
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      position: relative; }
      .history .mainhis .fixrow .timeshow {
        text-align: center; }
        .history .mainhis .fixrow .timeshow a {
          color: #000; }
      .history .mainhis .fixrow .positi {
        position: relative;
        top: 15px; }
    .history .mainhis .timehis {
      flex: 1 1 50%; }
      .history .mainhis .timehis .timeshow a {
        display: block;
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ccc;
        margin-top: 10px;
        border-radius: 5px; }
    .history .mainhis .btn_find {
      margin-top: 15px; }
      .history .mainhis .btn_find a {
        display: block;
        padding: 10px 15px;
        text-align: center;
        background: #2bc9d9;
        color: #fff;
        border-radius: 5px; }
    .history .mainhis .txt_find {
      display: flex;
      flex-direction: column;
      margin-top: 15px; }
      .history .mainhis .txt_find li {
        background: #f5f4f4;
        display: flex;
        flex-direction: row;
        flex: 1 1 100%;
        border-top: 1px solid #ccc; }
        .history .mainhis .txt_find li .infohis {
          flex: 1 1 50%;
          padding: 0;
          margin-top: 10px;
          font-size: 14px;
          padding: 0 10px; }
          .history .mainhis .txt_find li .infohis .titlehis {
            font-weight: 600; }
          .history .mainhis .txt_find li .infohis .rowhis {
            display: flex;
            flex: 1 1 100%; }
            .history .mainhis .txt_find li .infohis .rowhis span {
              flex: 1 1 50%; }
            .history .mainhis .txt_find li .infohis .rowhis span:last-child {
              text-align: right; }
          .history .mainhis .txt_find li .infohis p {
            margin-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px dashed #ccc; }
            .history .mainhis .txt_find li .infohis p .red {
              color: red; }
            .history .mainhis .txt_find li .infohis p .green {
              color: #20db20; }
          .history .mainhis .txt_find li .infohis p:first-child {
            font-size: 16px;
            font-weight: 600; }
          .history .mainhis .txt_find li .infohis p:last-child {
            border-bottom: none; }
          .history .mainhis .txt_find li .infohis i {
            color: #2bc9d9;
            margin-right: 5px; }
      .history .mainhis .txt_find li:nth-child(even) {
        background: #fff; }
      .history .mainhis .txt_find li:first-child {
        border-top: none; }

.dropdown-content {
  display: none;
  position: absolute;
  left: -151px;
  background: #fff;
  padding: 10px;
  top: 48px; }

.show {
  display: block; }

.ct_bell {
  max-width: 300px;
  width: 300px;
  max-height: 300px;
  overflow-y: scroll; }
  .ct_bell::-webkit-scrollbar {
    width: 5px; }
  .ct_bell::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px; }
  .ct_bell .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
    border-bottom: 1px solid #ccc; }
    .ct_bell .title span {
      font-size: 14px;
      text-transform: capitalize;
      flex: 1 1 50%; }
      .ct_bell .title span i {
        color: red; }
    .ct_bell .title span:last-child {
      text-align: right; }
  .ct_bell .list_bell li {
    padding: 10px; }
    .ct_bell .list_bell li p {
      font-size: 14px;
      margin: 10px 0; }
      .ct_bell .list_bell li p b {
        font-weight: 600; }
    .ct_bell .list_bell li i {
      font-size: 18px;
      color: #f90; }
    .ct_bell .list_bell li p:first-child {
      font-weight: 700; }
  .ct_bell .list_bell li:nth-child(even) {
    background: #f5f5f5; }

.guide {
  padding: 10px;
  background: #fff; }
  .guide .txt {
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 20px; }
  .guide .guidelist .list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccc; }
    .guide .guidelist .list li {
      padding: 15px 10px;
      border: 1px solid #f5f5f5;
      border-radius: 10px;
      text-align: center;
      cursor: pointer;
      flex: 0 0 49%; }
      .guide .guidelist .list li.current {
        border: 1px solid #2bc9d9; }

.contentguide {
  margin-top: 20px;
  background: #fff !important; }
  .contentguide p {
    margin-bottom: 10px; }
    .contentguide p img {
      display: block;
      margin: 0 auto; }

.h5content {
  background: #fff;
  padding: 10px;
  margin-top: 15px; }
  .h5content .mainh5 .boximg {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5; }
  .h5content .mainh5 .boxinfo {
    margin-top: 15px; }
    .h5content .mainh5 .boxinfo .head {
      font-size: 16px;
      font-weight: 600; }
      .h5content .mainh5 .boxinfo .head b {
        color: #f90;
        font-weight: 700; }
    .h5content .mainh5 .boxinfo .end {
      padding-top: 15px;
      margin-top: 15px;
      border-top: 1px solid #f5f5f5; }
  .h5content .mainh5 .complete img {
    width: 200px; }
  .h5content .mainh5 .complete p {
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    color: red; }
  .h5content .btnh5 {
    margin-top: 15px; }
    .h5content .btnh5 a {
      display: block;
      padding: 10px 15px;
      text-align: center;
      background: #2bc9d9;
      color: #fff;
      border-radius: 10px; }

.sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 260px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease; }
  .sidebar .logo {
    margin-bottom: 15px; }
  .sidebar .sidebar-content .lists li a {
    padding: 10px 15px;
    background: #f5f5f5; }
    .sidebar .sidebar-content .lists li a i {
      color: #2bc9d9; }
    .sidebar .sidebar-content .lists li a span {
      color: #2bc9d9; }
    .sidebar .sidebar-content .lists li a img {
      width: 15px; }
  .sidebar .sidebar-content .lists li:nth-child(even) a {
    background: #fff; }

.overlay {
  position: fixed;
  top: 0;
  left: -100%;
  height: 1000vh;
  width: 200%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.3); }

.mainhead.open .sidebar {
  left: 0; }
.mainhead.open .overlay {
  opacity: 1;
  left: 260px;
  pointer-events: auto; }

@media (min-width: 576px) {
  .popuppay .modal-dialog {
    max-width: 100%; }
  .popuppay .all_maychase {
    max-width: 798px;
    position: relative;
    width: 100%; } }
@media screen and (max-width: 820px) {
  .all_maychase {
    padding: 0 10px; } }
@media screen and (max-width: 650px) {
  .allmar {
    padding: 0 10px; }

  .all_maychase {
    margin: 0; }

  .contentres .contentmain {
    padding: 15px; }

  .h5content .mainh5 .complete img {
    width: 150px; }

  .contentpay .contentend .infopay .list li span {
    font-size: 13px; }

  .resmain {
    padding: 35px 0 125px 0; }

  .mainhead .userinfo .infobox .box_user {
    width: 100%;
    min-width: 100%; }

  .ricepay .payricect .boxinfo img {
    width: 69px; }

  .dropdown-content {
    top: 43px; } }

/*# sourceMappingURL=customer.css.map */
