@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  font-family: ‘cwTeXYen’, sans-serif;
  height: 100vh;
  background: #F9B328 url("../img/bg.png");
  background-size: 100% auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

select, textarea, input {
  outline: none;
  border: none;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

button {
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
  border: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h3 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
  width: 100%;
}

.modal {
  backdrop-filter: blur(3px);
}

.modal-content {
  border: none !important;
  border-radius: 25px;
  margin-top: 8%;
  background: #FF6701;
}

.modal-dialog {
  max-width: 460px;
  width: 460px;
  margin: 0 auto;
}

.modal-backdrop {
  background: #F9B328;
  opacity: 0.75;
}

.modal-header {
  text-align: center;
  border: 0;
}
.modal-header h3 {
  position: relative;
  font-size: 1.4rem;
}
.modal-header h3::after {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 4px;
  width: 30%;
  background: #fff;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.modal-body {
  padding: 0.5rem;
}
.modal-body .card {
  background: url("../img/bg-card.png") center;
  background-size: cover;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(220, 169, 107, 0.5) inset;
          box-shadow: 0 4px 8px 0 rgba(220, 169, 107, 0.5) inset;
}

.modal-footer {
  border: 0;
  padding-top: 25px;
  position: relative;
}

.nav-tabs {
  border-bottom: none;
}

.btn {
  padding: 3px 10px;
  text-align: center;
  border-radius: 0.5rem;
  letter-spacing: 0.1rem;
  border: none;
  cursor: pointer;
  color: #fff;
}
.btn:hover {
  color: #fff;
}

.btnW100 {
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}

.btn-close {
  background-image: url("../img/btn-close.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 53px;
  text-indent: -9999px;
}

.btn-connon {
  border-radius: 4px;
  background: #FFAF3E;
  border: 1px solid #E68600;
}

.btn-red {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C4C), color-stop(99.05%, #D92000));
  background: linear-gradient(180deg, #FF4C4C 0%, #D92000 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #8E3D07;
          box-shadow: 0 1px 2px 0 #8E3D07;
  color: #fff;
}

.btn-green {
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00BF10), color-stop(99.05%, #00850B));
  background: linear-gradient(180deg, #00BF10 0%, #00850B 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #004205;
          box-shadow: 0 1px 2px 0 #004205;
  color: #fff;
}

.btn-gray {
  border-radius: 4px;
  border: 2px solid #DBDBDB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(99.05%, #DBDBDB));
  background: linear-gradient(180deg, #FFF 0%, #DBDBDB 99.05%);
}

.btn-deposit {
  background-color: #F6A326;
  color: #000;
  border-style: dashed;
  border-color: #ffe56f;
  border-width: 2px;
  border-radius: 0.25rem;
}
.btn-deposit:focus, .btn-deposit:hover {
  background-color: #FFDB7A;
}

.btn-account {
  background-color: #F6A326;
  color: #000;
  border-style: solid;
  border-color: #f65d11;
  border-width: 1px;
  border-radius: 0.25rem;
}
.btn-account:focus, .btn-account:hover {
  background-color: #FFDB7A;
}

.fw-b {
  font-weight: bold;
}

.fz-10 {
  font-size: 10px;
}

.fz-13 {
  font-size: 13px;
}

ol.fz-13 li, ol.fz-13 span {
  font-size: 13px;
}

.txt-red {
  color: #E13E00;
}

.txt-red2 {
  color: #E13E00;
}

.txt-yellow {
  color: #FF6701;
}

.txt-orange {
  color: #b4191b;
}

.txt-green {
  color: #00603f;
}

.txt-white {
  color: #fff !important;
}

.pt-bom {
  position: absolute;
  z-index: 1050;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pt-0 {
  padding-top: 0;
}

.pt-rt {
  position: absolute;
  z-index: 1050;
  right: -1%;
  top: 0;
}

.txt-center {
  text-align: center !important;
}

.txt-right {
  text-align: right;
}

.justify-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  justify-items: center !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 48% !important;
}

.w-20 {
  width: 21.5% !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.p-0 {
  padding: 0;
}

.pt-2 {
  padding-bottom: 1.2rem;
}

.flex-cus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin: 5px 0;
  position: relative;
}
.input-group .input-label {
  font-weight: bold;
  color: #fff;
  position: relative;
  min-width: 75px;
}
.input-group .input-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  background-color: #FFF;
  border-radius: 6px;
  color: #6A0E00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 6px 15px;
  width: 70%;
}
.input-group .input-field::-webkit-input-placeholder {
  color: transparent;
}
.input-group .input-field::-moz-placeholder {
  color: transparent;
}
.input-group .input-field:-ms-input-placeholder {
  color: transparent;
}
.input-group .input-field::-ms-input-placeholder {
  color: transparent;
}
.input-group .input-field::placeholder {
  color: transparent;
}

.input-group2 {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0px 10px 2px 10px;
}
.input-group2 .input-label {
  margin-top: 10px;
  margin-right: 10px;
}
.input-group2 .input-label:after {
  width: 0px;
}

.input-date:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/ic-calendar.png");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10%;
  top: 10px;
}

.input-copy:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/ic-copy.png");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10%;
  top: 10px;
}

.input-money:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/ic-money.png");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10%;
  top: 10px;
}

.input-recommender:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../img/ic-recommender.png");
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10%;
  top: 10px;
}

.input-list:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../img/ic-list.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10%;
  top: 15px;
}

.checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  color: #8F5E40;
  padding-bottom: 2px;
}
.checkbox-item input {
  display: none;
}

.checkbox-custom {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #6A0E00;
  background-color: transparent;
  margin-right: 12px;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-item input:checked + .checkbox-custom {
  background-color: #6A0E00;
  border-color: #6A0E00;
}

.formGroup .select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #FFF0DE;
  border-radius: 10px;
  color: #6A0E00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-image: url("../img/ic-arrow.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 7%;
  font-weight: bold;
  font-size: 1.1rem;
}
.formGroup .bg-gray {
  background: #4D4F51;
}
.formGroup .content {
  margin-right: 10px;
  color: #560000;
}

.formGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.formGroup .label {
  width: 100px;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  border-radius: 5px 0 0 5px;
  background: #FF6701;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(170, 68, 0, 0.25) inset;
          box-shadow: 0 -4px 4px 0 rgba(170, 68, 0, 0.25) inset;
  padding: 5px;
}
.formGroup .input-nb {
  background: transparent;
  color: #560000;
  font-weight: bold;
  font-size: 1.1rem;
}
.formGroup .input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  color: #999;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
          box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
  font-weight: bold;
  font-size: 1.1rem;
}
.formGroup .input:focus {
  color: #999;
  background-color: #FFF0DE;
  outline: 0;
}
.formGroup .input::-webkit-input-placeholder {
  color: #999;
}
.formGroup .input::-moz-placeholder {
  color: #999;
}
.formGroup .input:-ms-input-placeholder {
  color: #999;
}
.formGroup .input::-ms-input-placeholder {
  color: #999;
}
.formGroup .input::placeholder {
  color: #999;
}
.formGroup a.ml-auto {
  position: absolute;
  top: 16px;
  right: 22px;
}
.formGroup a.ml-auto img {
  width: 20px;
  height: 20px;
}

.form-control {
  color: #fff !important;
  border: none !important;
  background-color: transparent !important;
}
.form-control::focus {
  color: #fff !important;
  background-color: transparent !important;
}

.formGroupcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  top: -10px;
  position: relative;
  color: #8C4F1A;
  font-weight: 900;
  font-size: 27px;
}

/*---------------------------------*/
.view-container {
  width: 480px;
  max-width: 480px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

.top-header {
  width: 100%;
  height: 50px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9B328), to(#FF6701));
  background: linear-gradient(180deg, #F9B328 0%, #FF6701 100%);
  -webkit-box-shadow: 0 -2px 5px 2px rgba(255, 215, 7, 0.75) inset;
          box-shadow: 0 -2px 5px 2px rgba(255, 215, 7, 0.75) inset;
}
.top-header a {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.top-header a:first-child {
  text-align: left;
}
.top-header a:last-child {
  text-align: right;
}
.top-header a:hover {
  color: #ccc;
}
.top-header h3 {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.top-header .rotate {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.top-header.pagg-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-body {
  background: transparent;
  width: 100%;
  height: 100%;
  height: auto;
  min-height: 980px;
  padding-top: 30px;
}
.main-body .section-info {
  width: 90%;
  margin: 0 auto 0.65rem auto;
  border-radius: 10px;
  color: #6A0E00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: transparent;
}
.main-body .section-info .body-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.3rem 0.65rem 0.5rem;
}
.main-body .section-info .body-info p {
  padding: 10px 0;
  color: #6A0E00;
}

/* 頁面區塊的初始樣式 */
.page-container > div {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*registerAccount*/
.registerAccount-container {
  width: 100%;
  height: 92vh;
  background: transparent url(../img/background.png?v1) center no-repeat;
  background-size: 120%;
}

.registercard {
  background: transparent;
  margin-top: 23rem;
  padding: 10%;
  border: none;
}
.registercard img.title {
  width: 45%;
  margin: 10px auto;
}
.registercard p {
  text-align: center;
  color: #0a99f2;
}
.registercard .btn {
  width: 130px;
  height: 45px;
  font-size: 1.5rem;
  margin: 20px auto;
}

.checkbox-group p {
  color: #01207A;
  font-weight: bold;
}
.checkbox-group a:hover {
  color: #b4191b;
}
.checkbox-group .txt-orange {
  color: #FF6701;
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-top: 5px;
  height: 30px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  width: 100%;
  border-radius: 5px;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.checkbox-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.custom-checkbox input:checked + .checkbox-icon {
  border-radius: 5px 0 0 5px;
  background: #0A99F2;
  -webkit-box-shadow: -2px 0 4px 0 rgba(135, 54, 0, 0.25) inset;
          box-shadow: -2px 0 4px 0 rgba(135, 54, 0, 0.25) inset;
}

.word-img {
  height: 30px;
}

.label-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .registercard {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 375px) {
  .registerAccount-container {
    background: transparent url(../img/background.png) center no-repeat;
    background-size: 115% 100%;
  }
  .registercard {
    margin-top: 16rem;
  }
}

.login-container {
  background: url("../img/line_landing.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container .logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.login-container .logo img {
  width: 100%;
}
.login-container .section-info .nav-btn {
  width: 300px;
}
.login-container .section-info .nav-btn li {
  width: 100%;
  margin-top: 20px;
}
.login-container .section-info .nav-btn img {
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.login-container .section-info .nav-btn img:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.login-container .section-info .btn-login {
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.login-container .section-info .btn-login:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.modal-login .modal-dialog {
  border-radius: 0.3rem;
  margin: 5rem auto;
}
.modal-login .modal-dialog .modal-content {
  background: #1d1816;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), inset 0 0 40px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), inset 0 0 40px rgba(0, 0, 0, 0.08);
  border-radius: 0.3rem;
}
.modal-login .modal-dialog .modal-inbox {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-login .modal-dialog .modal-inbox h3 {
  color: #fff;
  text-align: center;
  width: 100%;
}
.modal-login .modal-dialog .modal-inbox .btn-close {
  opacity: 1;
}
.modal-login .modal-dialog .modal-body .formGroup {
  margin: 10px;
  color: #fff;
}
.modal-login .modal-dialog .modal-body .formGroup .form-check-label {
  font-size: 0.9rem;
}
.modal-login .modal-dialog .modal-body .formGroup .form-check-label a {
  font-size: 0.9rem;
  margin-right: 3px;
}
.modal-login .modal-dialog .modal-body .formGroup .code {
  position: absolute;
  right: 10%;
}
.modal-login .modal-dialog .modal-body .formGroup .icon-eye {
  width: 20px;
  position: absolute;
  min-height: 24px;
  right: 10%;
  cursor: pointer;
}
.modal-login .modal-dialog .modal-body .formGroup .eyeclose {
  background: url(../img/eye_show.svg) center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.modal-login .modal-dialog .modal-body .formGroup .eyeshow {
  background: url(../img/eye_hide.svg) center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.modal-login .modal-dialog .modal-body .formGroup .btn-verify {
  width: 30%;
  color: #fff;
  background: url(../img/btn-bg02.png) center center;
  background-size: contain;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0.7rem 0.75rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  border-radius: 0.3rem 40px 40px 0.3rem;
}
.modal-login .modal-dialog .modal-body .formGroup .input-radius {
  border-radius: 40px 0.3rem 0.3rem 40px;
  margin-right: 5px;
}
.modal-login .modal-dialog .modal_footer {
  padding-bottom: 10px;
  border-top: 1px solid #8a8a8a;
}
.modal-login .modal-dialog .modal_footer .btn-login {
  width: 100%;
  color: #fff;
  background: url(../img/btn-bg02.png) center center;
  background-size: contain;
  text-align: center;
  border-radius: 40px;
  padding: 0.5rem 0.75rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 20px;
  cursor: pointer;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.modal-login .modal-dialog .modal_footer .txt-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.modal-login .modal-dialog .modal_footer .txt-group a {
  color: #007bff;
}
.modal-login .modal-dialog .modal_footer .txt-group a:hover {
  color: #0056b3;
}

/*-----------------*/
.rank-container {
  width: 100%;
  height: 100%;
}
.rank-container .btn-close {
  position: absolute;
  z-index: 1050;
  right: 0%;
  top: 19%;
}
.rank-container .modal-body {
  height: 70vh;
  overflow-y: scroll;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(20px);
}

.modal-open {
  padding-right: 0 !important;
}

.rank-dialog {
  padding: 0;
  width: 100%;
  height: auto;
}

.modalshow {
  display: block;
  overflow: visible;
}
.modalshow .rank-card {
  background: transparent;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  padding: 5%;
}
.modalshow .tab-content {
  width: 100%;
  position: relative;
}
.modalshow .section-record {
  width: 100%;
  margin: 0 auto;
}
.modalshow .section-record .record-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  position: relative;
  padding: 10px;
  background: #fff;
}
.modalshow .section-record .record-list .pic-user {
  border-radius: 50%;
  background: #FF6701;
  padding: 3px;
  width: 45px;
  height: 45px;
}
.modalshow .section-record .record-list img {
  width: 20px;
}
.modalshow .section-record .record-list .txt-num {
  margin-right: 10px;
  width: 20px;
  position: relative;
  color: #452918;
  font-weight: bold;
  font-size: 1.1rem;
}
.modalshow .section-record .record-list .txt-num img {
  margin-left: -5px;
}
.modalshow .section-record .record-list .txt-num::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 235%;
  -webkit-box-shadow: -2px 0 4px 0 rgba(255, 103, 1, 0.2) inset;
          box-shadow: -2px 0 4px 0 rgba(255, 103, 1, 0.2) inset;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modalshow .section-record .record-list .txt-name {
  width: 38%;
  text-align: center;
  color: #452918;
  font-weight: bold;
}
.modalshow .section-record .record-list .txt-num2 {
  border-radius: 6px;
  background: #452918;
  color: #FFFFFF;
  position: relative;
  padding: 2px 2px 2px 20px;
  width: 50%;
}
.modalshow .section-record .record-list .txt-num2::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: url("../img/ic-cash.png") no-repeat;
  background-size: contain;
  left: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tabs-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  top: 0px;
  gap: 8px;
  width: 100%;
}
.tabs-group .nav-item {
  width: 30%;
}
.tabs-group .tabs-item {
  padding: 5px 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #452918;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  font-size: 1rem;
  font-weight: bold;
}
.tabs-group .tabs-item.active {
  background-color: transparent;
  border: 0;
  color: #fff;
  position: relative;
}
.tabs-group .tabs-item.active::after {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 4px;
  width: 30%;
  background: #fff;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

/*-----------------*/
#myteam {
  /*戰隊宣言*/
  /*加入退出戰隊*/
  /*戰隊成員*/
  /*成員詳情*/
  /*成員貢獻度*/
  /*紅包發放*/
  /*選取指定*/
  /*紅包詳情*/
  /*紅包明細*/
}
#myteam .pt-bom {
  top: 100%;
}
#myteam .team-container {
  width: 100%;
  height: 100%;
}
#myteam .team-container .tabs-group {
  gap: 0;
}
#myteam .team-container .tabs-group .nav-item {
  width: 33.33%;
  margin-bottom: 0;
}
#myteam .team-container .tabs-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#myteam .team-container .tabs-group2 .tab {
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.5rem;
  position: relative;
}
#myteam .team-container .tabs-group2 .tab.active {
  color: #E4D2BC;
  -webkit-text-stroke: 0.5px #E4D2BC;
}
#myteam .team-container .tabs-group2 .tab:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #DDBD9F;
  right: -2px;
  top: 30%;
  position: absolute;
}
#myteam .team-container .tabs-group2 .tab:last-child:after {
  width: 0;
}
#myteam .team-container .tabs-group2 .nav-item {
  position: relative;
}
#myteam .team-container .tabs-group2 .nav-item.w-20 {
  width: 24.5% !important;
}
#myteam .team-container .tabs-group2 .nav-item.w-50 {
  width: 35% !important;
}
#myteam .team-container .tabs-group2 .nav-item:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #DDBD9F;
  right: 0;
  top: 30%;
  position: absolute;
}
#myteam .team-container .tabs-group2 .nav-item:last-child:before {
  display: none;
}
#myteam .team-container .tabs-group2 .tabs-item2 {
  padding: 5px 10px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
  border: none;
  width: 100%;
  color: #FF6701;
  background: transparent;
  font-weight: 900;
}
#myteam .team-container .tabs-group2 .tabs-item2.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 103, 1, 0)), color-stop(50%, #FF6701), to(rgba(255, 103, 1, 0)));
  background: linear-gradient(90deg, rgba(255, 103, 1, 0) 0%, #FF6701 50%, rgba(255, 103, 1, 0) 100%);
}
#myteam .team-container .tab-content {
  top: 0;
  overflow-y: scroll;
  height: 68vh;
  padding: 0 10px;
}
#myteam .teamInfo-index {
  position: relative;
}
#myteam .teamInfo-index .pt-rt {
  top: 42px;
}
#myteam .teamInfo-index .team-description {
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #6A0E00;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
#myteam .teamInfo-index .team-description .txt-red {
  color: #FF6701;
  text-decoration: underline;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
#myteam .teamInfo-index .team-description h3 {
  color: #6A0E00;
  margin-left: 0;
}
#myteam .teamInfo-index .team-description .txt-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 40px;
  position: relative;
}
#myteam .teamInfo-index .team-description .txt-area p {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  text-align: left;
  top: 0;
}
#myteam .team-info {
  margin-bottom: 20px;
}
#myteam .team-info .team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-bottom: 16px;
}
#myteam .team-info .team-header .avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: url("../img/bg-avata.png");
  background-size: cover;
}
#myteam .team-info .team-header .avatar-group .avatar {
  width: 80%;
  border-radius: 50%;
}
#myteam .team-info .team-header .avatar-group .btn {
  padding: 3px 10px;
  text-align: center;
  border-radius: 50px;
  background: var(--btnD-color);
  -webkit-box-shadow: inset 0 1px 0px #CFBBE0, inset 0 3px 0px #E1CCF4;
          box-shadow: inset 0 1px 0px #CFBBE0, inset 0 3px 0px #E1CCF4;
  border: none;
  cursor: pointer;
  color: #fff;
  -webkit-text-stroke: 0.5px #fff;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 0 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 0 -1px 0 #000000, 2px 2px 0 rgba(0, 0, 0, 0.4588235294);
}
#myteam .team-info .team-header .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#myteam .team-info .team-header .details .team-name {
  color: #452918;
  font-weight: bold;
  font-size: 1.4rem;
}
#myteam .team-info .team-header .details p {
  color: #FF6701;
  font-weight: bold;
}
#myteam .team-info .team-header .details p span {
  color: #FF6701;
}
#myteam .team-info .team-header .details .btn-connon {
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(99.05%, #DBDBDB));
  background: linear-gradient(180deg, #FFF 0%, #DBDBDB 99.05%);
  font-size: 0.9rem;
  font-weight: bold;
  color: #452918;
}
#myteam .team-info .team-menu a {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  border-radius: 6px;
  color: #6A0E00;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px;
}
#myteam .team-info .team-menu a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 36px;
  background: url(../img/arrow-right.jpg) right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 0 6px 6px 0;
}
#myteam .team-info img.side {
  width: 100%;
  margin: 5px auto;
}
#myteam .team-info .btn-logout {
  border-radius: 5px;
  background: #FF6701;
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
  color: #fff;
  font-weight: bold;
}
#myteam .team-info .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
  margin-top: 8px;
}
#myteam .team-info .team-list .team-info {
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myteam .team-info .team-list .avatar-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#myteam .team-info .team-list .avatar-group .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #FF6701;
}
#myteam .team-info .team-list .team-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px;
  color: #8F5E40;
}
#myteam .team-info .team-list .team-details h3 {
  color: #452918;
  font-size: 1.4rem;
  font-weight: bold;
}
#myteam .team-info .team-list .team-lv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#myteam .team-info .team-list .team-lv span {
  color: #fff;
  padding: 0px 10px;
  background: url("../img/btn-red2.png") no-repeat;
  background-size: 100% 100%;
}
#myteam .team-info .team-list .team-score {
  background: #452918;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 0 8px;
  font-weight: 600;
  margin: 5px 0;
  width: 90%;
  border-radius: 6px;
  padding-left: 30px;
}
#myteam .team-info .team-list .team-score::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 24px;
  background-image: url("../img/ic-cash.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -4px;
}
#myteam .team-info .team-list .btn-green {
  height: 35px;
  text-align: center;
}
#myteam .team-info .table-container {
  border: 3px solid #FF6701;
  border-radius: 10px;
  background: #fff;
  color: #452918;
  margin-top: 20px;
}
#myteam .team-info .reward-table {
  width: 100%;
  font-weight: bold;
  color: #452918;
  font-size: 16px;
}
#myteam .team-info .reward-table th {
  text-align: center;
  border-bottom: 1px solid #FF6701;
  border-right: 1px solid #FF6701;
  padding: 10px;
}
#myteam .team-info .reward-table th:last-child {
  border-right: none;
  text-align: center;
}
#myteam .team-info .reward-table td {
  padding: 10px;
  border-bottom: 1px solid #FF6701;
  border-right: 1px solid #FF6701;
}
#myteam .team-info .reward-table td:last-child {
  border-right: none;
  text-align: center;
}
#myteam .team-info .reward-table tr:last-child td {
  border-top: none;
  border-bottom: none;
}
#myteam .team-info ol {
  list-style-type: decimal;
  margin: 10px 0 20px 25px;
  font-weight: bold;
  color: #452918;
}
#myteam .menu-group {
  position: absolute;
  top: -50%;
  right: 14px;
  background: url(../img/bg-teamindex.png) no-repeat right;
  background-size: contain;
  width: 65%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#myteam .menu-group li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#myteam .menu-group li:first-child {
  text-indent: 25px;
}
#myteam .menu-group li span {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
#myteam .search-bar {
  margin-bottom: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myteam .search-bar input {
  padding: 5px 10px;
  width: 100%;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  color: #999;
  font-weight: bold;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
          box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
}
#myteam .search-bar input::-webkit-input-placeholder {
  color: #999;
}
#myteam .search-bar input::-moz-placeholder {
  color: #999;
}
#myteam .search-bar input:-ms-input-placeholder {
  color: #999;
}
#myteam .search-bar input::-ms-input-placeholder {
  color: #999;
}
#myteam .search-bar input::placeholder {
  color: #999;
}
#myteam .search-bar input::-ms-input-placeholder {
  text-align: center;
}
#myteam .search-bar input::-webkit-input-placeholder {
  text-align: center;
}
#myteam .teamInfo-declaration {
  position: relative;
}
#myteam .teamInfo-declaration .team-info {
  margin: 0 auto;
  padding: 10px;
}
#myteam .teamInfo-declaration .team-info .team-description {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  min-height: 400px;
  color: #6A0E00;
  background: transparent;
  width: 100%;
  word-break: break-all;
}
#myteam .teamInfo-declaration .team-info .btn-position {
  border-radius: 4px;
  border: 1px solid #D92000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C4C), color-stop(99.05%, #D92000));
  background: linear-gradient(180deg, #FF4C4C 0%, #D92000 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #8E3D07;
          box-shadow: 0 1px 2px 0 #8E3D07;
  color: #fff;
  display: block;
  text-align: center;
  padding: 3px 5px;
  width: 30%;
  margin: 0 auto;
}
#myteam #page-addteam .pt-rt, #myteam #page-logout .pt-rt {
  top: 5px;
}
#myteam .teamInfo-memberList {
  position: relative;
}
#myteam .teamInfo-memberList .team-info {
  width: 95%;
  margin: 0 auto;
}
#myteam .teamInfo-memberList .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
#myteam .teamInfo-memberList .team-list .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#myteam .teamInfo-memberList .team-list .team-info .team-lv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 10px;
}
#myteam .teamInfo-memberList .team-list .team-info .team-mdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
#myteam .teamInfo-memberList .team-list .team-info .avatar-group {
  padding: 10px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myteam .teamInfo-memberList .team-list .team-info .avatar-group img {
  border-radius: 100%;
}
#myteam .teamInfo-memberList .team-list .team-info .team-details h3 {
  width: 70px;
}
#myteam .teamInfo-memberList .team-list .team-info .team-details h3 img {
  width: 100%;
}
#myteam .teamInfo-memberList .team-list .team-info .team-details .team-member {
  color: #452918;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
  padding-left: 10px;
}
#myteam .teamInfo-memberList .team-list .team-info .team-details .txt-vip {
  padding: 2px 15px;
  color: #fff;
  background: url(../img/txt-team.png) no-repeat -60px center;
  background-size: cover;
  font-size: 0.7rem;
}
#myteam .teamInfo-memberList .team-list .team-info .more {
  width: 8%;
  margin: 0 10px;
}
#myteam .teamInfo-member {
  position: relative;
}
#myteam .teamInfo-member .team-info {
  width: 100%;
  margin: 0 auto;
  padding: 3%;
}
#myteam .teamInfo-member .team-info .team-mdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myteam .teamInfo-member .team-info .avatar-group {
  padding: 10px;
  background: url(../img/bg-avata.png) no-repeat center center;
  width: 150px;
  height: 150px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myteam .teamInfo-member .team-info .avatar-group img {
  border-radius: 100%;
  width: 73%;
}
#myteam .teamInfo-member .team-info .team-details {
  width: 55%;
}
#myteam .teamInfo-member .team-info .team-details .team-member {
  color: #452918;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}
#myteam .teamInfo-member .team-info .team-details .txt-vip {
  padding: 2px 15px;
  color: #fff;
  background: url(../img/btn-red2.png) no-repeat;
  background-size: contain;
}
#myteam .teamInfo-member .team-info .team-details p {
  text-indent: 12px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 103, 1, 0)), color-stop(50%, #FF6701), to(rgba(255, 103, 1, 0)));
  background: linear-gradient(90deg, rgba(255, 103, 1, 0) 0%, #FF6701 50%, rgba(255, 103, 1, 0) 100%);
  margin: 10px;
}
#myteam .teamInfo-member .team-description {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #6A0E00;
  background: #fff;
  width: 100%;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
#myteam .teamInfo-member .team-description h3 {
  color: #6A0E00;
  margin-left: 0;
}
#myteam .teamInfo-member .team-description .txt-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  position: relative;
}
#myteam .teamInfo-member .team-description .txt-area p {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  text-align: left;
  top: 0;
}
#myteam .teamInfo-member .team-description .txt-area p:after {
  display: none;
}
#myteam .teamInfo-member .input-copy:after {
  top: 12px;
  background-image: url(../img/ic-copy2.png);
}
#myteam .teamInfo-member .input-money:after {
  top: 12px;
  background-image: url(../img/ic-money2.png);
  width: 20px;
  height: 20px;
}
#myteam .teamInfo-member .btn-position {
  border-radius: 4px;
  border: 1px solid #D92000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C4C), color-stop(99.05%, #D92000));
  background: linear-gradient(180deg, #FF4C4C 0%, #D92000 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #8E3D07;
          box-shadow: 0 1px 2px 0 #8E3D07;
  color: #fff;
  display: block;
  text-align: center;
  padding: 3px 5px;
  width: 30%;
  margin: 0 auto;
}
#myteam .teamInfo-member .input-group .input-label {
  color: #452918;
}
#myteam .teamInfo-member .input-group .input-field {
  border-radius: 6px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
#myteam .teamInfo-contribute {
  position: relative;
}
#myteam .teamInfo-contribute .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
}
#myteam .teamInfo-contribute .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
#myteam .teamInfo-contribute .team-list .team-member {
  margin-bottom: 5px;
  text-indent: 13px;
}
#myteam .teamInfo-contribute .team-list .team-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  width: 100%;
}
#myteam .teamInfo-contribute .team-list .team-score .txt-num2 {
  font-size: 18px;
  color: #560000;
  font-weight: 800;
  padding-left: 53px;
  z-index: 2;
}
#myteam .teamInfo-contribute .team-list .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  width: 100%;
  position: relative;
}
#myteam .teamInfo-contribute .team-list .team-info .team-mdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#myteam .teamInfo-contribute .team-list .team-info .avatar-group {
  padding: 10px;
  width: 80px;
  height: 80px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#myteam .teamInfo-contribute .team-list .team-info .avatar-group img {
  border-radius: 100%;
}
#myteam .teamInfo-contribute .team-list .team-info .txt-vip {
  color: #791A00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-weight: 900;
  margin-top: -20px;
}
#myteam .teamInfo-contribute .team-list img.more {
  width: 8%;
  margin: 0 10px;
}
#myteam .teamInfo-redenvelope {
  position: relative;
}
#myteam .teamInfo-redenvelope h3 {
  text-align: center;
}
#myteam .teamInfo-redenvelope .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#myteam .teamInfo-redenvelope .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
#myteam .teamInfo-redenvelope .team-list .box-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 10px 0;
  width: 100%;
}
#myteam .teamInfo-redenvelope .team-list .box-money img.icon {
  width: 45px;
  position: absolute;
  left: -12px;
}
#myteam .teamInfo-redenvelope .team-list .box-money span {
  background: #452918;
  font-weight: bold;
  font-size: 1.4rem;
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
}
#myteam .teamInfo-redenvelope .team-list .btn-yellow {
  background: url(../img/btn-yellow2.png) no-repeat center;
  background-size: contain;
  width: auto;
  color: #6A0E00;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
}
#myteam .teamInfo-redenvelope .input-group .input-label {
  border-radius: 5px 0 0 5px;
  background: #FF6701;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(170, 68, 0, 0.25) inset;
          box-shadow: 0 -4px 4px 0 rgba(170, 68, 0, 0.25) inset;
  padding: 5px;
}
#myteam .teamInfo-redenvelope .input-group .input-field {
  margin-left: -3px;
  border-radius: 0 5px 5px 0;
  background: #FFF;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
          box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
#myteam .teamInfo-redenvelope .input-group .select {
  color: #999;
  margin-left: -3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 5px 5px 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
          box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
  padding: 7px 10px;
  width: 70%;
  background-image: url(../img/ic-arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 7%;
}
#myteam .teamInfo-redenvelope .h3-title {
  color: #452918;
  text-align: left;
}
#myteam .teamInfo-redenvelope ol {
  list-style: decimal;
  margin-left: 30px;
}
#myteam .teamInfo-redenvelope ol li {
  color: #452918;
}
#myteam .teamInfo-select {
  position: relative;
}
#myteam .teamInfo-select .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 3%;
}
#myteam .teamInfo-select .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  color: #6A0E00;
  padding: 20px;
}
#myteam .teamInfo-redenvelopeList {
  position: relative;
}
#myteam .teamInfo-redenvelopeList h3 {
  text-align: center;
}
#myteam .teamInfo-redenvelopeList .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
}
#myteam .teamInfo-redenvelopeList .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
#myteam .teamInfo-redenvelopeList .team-list .header-row {
  width: 100%;
  border-collapse: collapse;
}
#myteam .teamInfo-redenvelopeList .team-list .header-row th {
  text-align: center;
  position: relative;
  color: #DCA96B;
}
#myteam .teamInfo-redenvelopeList .team-list .redpacket-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #452918;
  text-align: center;
  width: 30%;
  position: relative;
}
#myteam .teamInfo-redenvelopeList .team-list .redpacket-group p {
  font-size: 0.7rem;
}
#myteam .teamInfo-redenvelopeList .team-list .redpacket-group:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #DCA96B;
  right: -5px;
  top: 25%;
  position: absolute;
}
#myteam .teamInfo-redenvelopeList .team-list .redpacket-details {
  width: 20%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  color: #452918;
}
#myteam .teamInfo-redenvelopeList .team-list .redpacket-details:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #DCA96B;
  right: 0px;
  top: -4px;
  position: absolute;
}
#myteam .teamInfo-redenvelopeList .team-list .redpacket-btn {
  width: 30%;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  background: #FF6701;
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
  padding: 20px 0;
}
#myteam .teamInfo-redenvelopeList .team-list .team-redenvelope {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 30px;
}
#myteam .teamInfo-redenvelopeList .team-list .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  width: 100%;
  padding: 0;
}
#myteam .teamInfo-redenvelopeInfo {
  position: relative;
}
#myteam .teamInfo-redenvelopeInfo .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
}
#myteam .teamInfo-redenvelopeInfo .input-group .input-label {
  color: #452918;
}

/*---------------------------------------------------------------*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(20px);
}

.modal-open {
  padding-right: 0 !important;
}

.modalshow {
  display: block;
  overflow: visible;
}

/*提示框*/
.team-prompt {
  text-align: center;
  background: transparent;
  border: none;
  padding: 15% 5% 0;
}
.team-prompt h1 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 10px;
}
.team-prompt .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px auto;
}
.team-prompt .button-group .btn {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 8px 60px;
  margin: 5px;
}
.team-prompt .button-group .btn-red {
  border-radius: 4px;
  border: 1px solid #D92000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C4C), color-stop(99.05%, #D92000));
  background: linear-gradient(180deg, #FF4C4C 0%, #D92000 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #8E3D07;
          box-shadow: 0 1px 2px 0 #8E3D07;
}
.team-prompt .button-group .btn-green {
  border-radius: 4px;
  border: 1px solid #00850B;
  background: -webkit-gradient(linear, left top, left bottom, from(#00BF10), color-stop(99.05%, #00850B));
  background: linear-gradient(180deg, #00BF10 0%, #00850B 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #004205;
          box-shadow: 0 1px 2px 0 #004205;
}

.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0;
  margin: 20px auto;
}
.pagination li {
  display: inline;
}
.pagination a {
  text-decoration: none;
  padding: 8px 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination a:hover {
  color: #fff;
}
.pagination .page-item.active a {
  background: #6a0e00;
  border-radius: 0.25rem;
  color: #fff;
}

.prev-page a, .next-page a {
  font-weight: bold;
  color: #fff;
  background-color: #ff6701;
  border-radius: 0.25rem;
}

.prev-page a:hover, .next-page a:hover {
  background: #977755;
}

#memberInfo .pt-bom {
  top: 100%;
}
#memberInfo .member-info {
  padding-bottom: 1rem;
}
#memberInfo .member-container .input-group .input-label {
  color: #452918;
}
#memberInfo .team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-bottom: 16px;
}
#memberInfo .team-header .avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: url("../img/bg-avata.png");
  background-size: cover;
}
#memberInfo .team-header .avatar-group .avatar {
  width: 100px;
  height: 100px;
  padding: 10px;
  border-radius: 50%;
}
#memberInfo .team-header .avatar-group .btn {
  padding: 3px 10px;
  text-align: center;
  border-radius: 7px;
  background: var(--btnD-color);
  -webkit-box-shadow: 0px 3px 2px 0px #FFC670 inset, 0px -1px 4px 0px #B96C01 inset;
          box-shadow: 0px 3px 2px 0px #FFC670 inset, 0px -1px 4px 0px #B96C01 inset;
  border: none;
  cursor: pointer;
  color: #fff;
  -webkit-text-stroke: 0.5px #fff;
  text-shadow: 2px 2px 0 #c65c00, -2px 2px 0 #c65c00, 2px -2px 0 #c65c00, -2px -2px 0 #c65c00, 0px 2px 0 #c65c00, 2px 0px 0 #c65c00, 0px -2px 0 #c65c00, -2px 0px 0 #c65c00;
}
#memberInfo .team-header .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
#memberInfo .team-header .details .team-name {
  color: #452918;
  font-weight: bold;
  font-size: 1.2rem;
}
#memberInfo .team-header .details .txt-vip {
  background: url("../img/btn-red2.png") no-repeat;
  background-size: contain;
  border-radius: 10px;
  font-size: 0.7rem;
  padding: 2px 5px;
  color: #fff;
}
#memberInfo .team-header .details .title2 {
  color: #FF6701;
  font-weight: bold;
}
#memberInfo .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
#memberInfo .button-group a {
  padding: 0 10px;
  color: #fff;
  display: block;
  margin-left: -5px;
}
#memberInfo .button-group a img {
  width: 60px;
}
#memberInfo .team-description {
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  width: 100%;
}
#memberInfo .team-description h3 {
  color: #452918;
  font-weight: bold;
}
#memberInfo .team-description .txt-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
}
#memberInfo .team-description .txt-area p {
  font-size: 15px;
  line-height: 20px;
  color: #999;
}
#memberInfo .tabs-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#memberInfo .tabs-group2 .nav-item {
  width: 18%;
  text-align: center;
  cursor: pointer;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  margin-bottom: 15px;
}
#memberInfo .tabs-group2 .nav-item:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #DDBD9F;
  right: -2px;
  top: 30%;
  position: absolute;
}
#memberInfo .tabs-group2 .nav-item:last-child:after {
  width: 0;
}
#memberInfo .tabs-group2 .nav-item a {
  color: #FF6701;
  padding: 3px 5px;
  font-weight: bold;
}
#memberInfo .tabs-group2 .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 103, 1, 0)), color-stop(50%, #FF6701), to(rgba(255, 103, 1, 0)));
  background: linear-gradient(90deg, rgba(255, 103, 1, 0) 0%, #FF6701 50%, rgba(255, 103, 1, 0) 100%);
  color: #fff;
  border: none;
  border-radius: 0px;
}
#memberInfo .tabs-group2 .nav-link:hover {
  border: none;
  border-radius: 0px;
}
#memberInfo .input-box {
  width: 100%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#memberInfo .input-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(167, 145, 120, 0)), color-stop(50%, #DABD9D), to(rgba(116, 101, 83, 0)));
  background: linear-gradient(90deg, rgba(167, 145, 120, 0) 0%, #DABD9D 50%, rgba(116, 101, 83, 0) 100%);
}
#memberInfo .input-box-l {
  width: 65%;
}
#memberInfo .input-box-l .input-group {
  margin: 2px 0;
  font-size: 0.8rem;
}
#memberInfo .input-box-l .input-group:nth-of-type(1) .input-field {
  width: 75%;
}
#memberInfo .input-box-l .input-group:nth-of-type(2) .input-field {
  width: 60%;
}
#memberInfo .input-box-l .input-group:nth-of-type(3) .input-field {
  width: 44%;
}
#memberInfo .input-box-l .input-label {
  min-width: auto;
}
#memberInfo .input-box-l .input-field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
}
#memberInfo .input-box-r {
  width: 35%;
}
#memberInfo .input-box-r .input-group {
  margin: 2px 0;
  font-size: 0.8rem;
}
#memberInfo .input-box-r .input-label {
  min-width: auto;
}
#memberInfo .input-box-r .input-field {
  width: 65%;
  padding: 5px;
}
#memberInfo .record-summary .input-box {
  width: 100%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#memberInfo .record-summary .input-box:after {
  display: none;
}
#memberInfo .record-summary .input-box .input-box-l, #memberInfo .record-summary .input-box .input-box-r {
  width: 50%;
}
#memberInfo .record-summary .input-box .input-box-l .input-group, #memberInfo .record-summary .input-box .input-box-r .input-group {
  margin: 2px 0;
  font-size: 0.8rem;
}
#memberInfo .record-summary .input-box .input-box-l .input-label, #memberInfo .record-summary .input-box .input-box-r .input-label {
  min-width: auto;
}
#memberInfo .record-summary .input-box .input-box-l .input-field, #memberInfo .record-summary .input-box .input-box-r .input-field {
  width: 54%;
}

.footer-container {
  z-index: 11;
  position: fixed;
  width: 480px;
  max-width: 480px;
  height: 70px;
  margin: 0 auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 20px 20px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F9B328), to(#FF7C4D));
  background: linear-gradient(180deg, #F9B328 0%, #FF7C4D 100%);
  -webkit-box-shadow: 0 2px 5px 2px rgba(255, 215, 7, 0.75) inset;
          box-shadow: 0 2px 5px 2px rgba(255, 215, 7, 0.75) inset;
}
.footer-container a {
  text-decoration: none;
}

.footer-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  cursor: pointer;
}
.footer-item img {
  width: 45px;
  height: 45px;
}
.footer-item span {
  text-align: center;
  color: #fffbf4;
  font-size: 0.8rem;
  margin-bottom: 5px;
}
.footer-item.ic-mall img {
  margin-top: -40px;
  width: 120px;
  height: 120px;
}

.footer-bg2 {
  background-image: url("../img/footer-money.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1031;
  width: 480px;
  max-width: 480px;
  height: 25px;
  position: fixed;
  margin: 0 auto;
  bottom: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F9B328;
  opacity: 0.75;
  display: none;
  z-index: 20;
}

.sidebar {
  position: fixed;
  top: 0;
  left: auto;
  width: 265px;
  height: 91vh;
  background: #280002;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
  z-index: 99;
}

.menu-item {
  cursor: pointer;
  width: 45%;
  margin: 5px auto;
  text-align: center;
  font-weight: 700;
}
.menu-item a {
  width: 100%;
  color: #fff !important;
  font-size: 22px;
}
.menu-item img {
  width: 100%;
}

ul.nav-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidebar-container {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  margin-top: 10%;
  background: #FF6701;
}

.modalshow .sidebar-card {
  border-radius: 10px;
  padding: 5%;
  border: none;
  padding-top: 45%;
}
.modalshow .sidebar-card .pt-rt {
  right: 2%;
  top: 75px;
}

.sideBar_container {
  position: fixed;
  right: 10px;
  bottom: 80px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sideBar_container .chat-icon {
  width: 130px;
  z-index: 3;
  /* margin-bottom: -7px; */
}
.sideBar_container .btn-panel {
  width: 130px;
  background: url("../img/bg-open.png") no-repeat center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background-size: 100% 100%;
}
.sideBar_container .btn-panel.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideBar_container .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 30px 0;
}
.sideBar_container .btn-group a img {
  width: 100%;
  margin-bottom: 4px;
}
.sideBar_container .btn-toggle {
  width: 130px;
  cursor: pointer;
  z-index: 4;
}

#coupon .modal-dialog {
  width: 100%;
  height: auto;
  margin-top: 3rem;
}
.coupon-container {
  width: 100%;
  height: 100%;
}
.coupon-container h3 {
  text-align: center;
  color: #fff;
}
.coupon-container .formGroup .input {
  padding: 0.55rem;
  margin-bottom: 0.65rem;
  color: #6A0E00;
  text-align: center;
}
.coupon-container .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}
.coupon-container .button-group a {
  padding: 0 10px;
  color: #fff;
  display: block;
  width: 50%;
}
.coupon-container .button-group a:hover {
  color: #fff;
}
.coupon-container .button-group .btn {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 5px 25px;
}
.coupon-container .button-group .btn-red {
  border-radius: 4px;
  border: 1px solid #D92000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C4C), color-stop(99.05%, #D92000));
  background: linear-gradient(180deg, #FF4C4C 0%, #D92000 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #8E3D07;
          box-shadow: 0 1px 2px 0 #8E3D07;
}
.coupon-container .button-group .btn-green {
  border-radius: 4px;
  border: 1px solid #00850B;
  background: -webkit-gradient(linear, left top, left bottom, from(#00BF10), color-stop(99.05%, #00850B));
  background: linear-gradient(180deg, #00BF10 0%, #00850B 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #004205;
          box-shadow: 0 1px 2px 0 #004205;
}

.chat-body .box-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  width: 100%;
  margin: 0 auto;
}
.chat-body .box-body .conchat-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  height: 63vh;
}
.chat-body .box-body .msg-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chat-body .box-body .msg-box-right .msg-log {
  margin-right: 60px;
  margin-left: 0;
  text-align: right;
}
.chat-body .box-body .msg-box-right .user-avatar {
  right: 0;
}
.chat-body .box-body .msg-box-right .msg-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.chat-body .box-body .user-avatar {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  background: url("../img/bg-avata.png") no-repeat center;
  background-size: contain;
}
.chat-body .box-body .user-avatar img {
  width: 80%;
  border-radius: 50%;
}
.chat-body .box-body .msg-log {
  margin-left: 60px;
  width: 100%;
}
.chat-body .box-body .msg-log-header span {
  font-size: 1.2rem;
  color: #452918;
  font-weight: 700;
  vertical-align: middle;
}
.chat-body .box-body .msg-log-header span.msg-vip {
  background: url(../img/btn-red2.png) no-repeat center;
  background-size: contain;
  padding: 5px 15px;
  color: #fff;
  margin: 0 3px;
  font-size: 0.9rem;
  text-align: center;
}
.chat-body .box-body .msg-log-header span.msg-log-time {
  color: #452918;
  font-size: 0.9rem;
}
.chat-body .box-body .msg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chat-body .box-body .msg-content-text {
  position: relative;
  padding: 4px 8px;
  max-width: 90%;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.42857;
  text-align: left;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.chat-body .box-body .msg-content-text.left {
  border: 1px solid #FFF2F2;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.chat-body .box-body .msg-content-text.right {
  border: 1px solid #FFF2F2;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  border-radius: 5px;
  width: 85%;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.chat-body .box-body .chat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #f8f8f8;
  background: #8e0107;
  border: 2px solid #a99175;
  width: 100%;
}
.chat-body .box-body .chat-list .chat-game {
  padding: 8px 10px;
  width: 20%;
}
.chat-body .box-body .chat-list .chat-game img {
  width: 100%;
}
.chat-body .box-body .chat-list .chat-details {
  padding: 8px 10px;
  width: 72%;
}
.chat-body .box-body .chat-list .chat-more {
  width: 8%;
  background: #650004;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 10px 10px 0;
}
.chat-body .box-body .chat-list .chat-more img {
  width: 80%;
}
.chat-body .formChat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  background: transparent;
  border-radius: 5px;
}
.chat-body .formChat .input {
  width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 150px;
  padding: 8px;
  word-wrap: break-word;
  line-height: 1.42857;
  border-radius: 10px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  border-radius: 6px;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
          box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
}
.chat-body .formChat .btn-send .sendicon {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-left: 10px;
}

a.closeChat {
  color: #000;
  font-size: 0.9rem;
  z-index: 1050;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
a.closeChat img {
  width: 50px;
}

/*任務*/
.task-container .pt-bom {
  top: 100%;
}
.task-container .pt-rt {
  top: 25%;
}
.task-container .btn-gray {
  color: #452918;
  font-weight: bold;
}

.task-wrapper {
  padding-top: 0;
  position: relative;
}
.task-wrapper .task-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.task-wrapper h3.imgtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
  color: #FF6701;
  position: relative;
}
.task-wrapper h3.imgtitle:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(../img/ic-h3task.png);
  background-size: contain;
  left: 27%;
}
.task-wrapper .task-list {
  width: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  height: 50vh;
}
.task-wrapper .task-list ul.task-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  padding: 8px 10px 10px 10px;
  width: 46%;
  float: left;
  margin: 2%;
}
.task-wrapper .task-list ul.task-info li .state {
  color: #FFF;
  text-shadow: 1px 1px 0 #FF6701, -1px 1px 0 #FF6701, 1px -1px 0 #FF6701, -1px -1px 0 #FF6701;
  font-size: 0.9rem;
  font-weight: 600;
}
.task-wrapper .task-list ul.task-info li .gamename {
  color: #452918;
  font-weight: 900;
  font-size: 1.1rem;
}
.task-wrapper .task-list ul.task-info li img.game {
  width: 80%;
  margin: 0 auto;
}
.task-wrapper .task-history .task-historyinfo {
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
  min-height: 210px;
  padding-bottom: 30px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  padding: 5px;
}
.task-wrapper .task-history .task-historyinfo p {
  color: #452918;
  font-weight: 900;
}
.task-wrapper .task-history .task-historyinfo2 {
  min-height: auto;
}
.task-wrapper .task-history .task-bg-middle {
  min-height: auto;
}
.task-wrapper .task-history ol {
  list-style: decimal;
  margin-left: 20px;
}
.task-wrapper .task-history ol li {
  color: #452918;
  font-weight: 900;
}
.task-wrapper .task-taskinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  padding: 8px 10px 10px 10px;
  width: 100%;
  margin: 10px auto;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.task-wrapper .task-taskinfo .state {
  color: #FFF;
  text-shadow: 1px 1px 0 #FF6701, -1px 1px 0 #FF6701, 1px -1px 0 #FF6701, -1px -1px 0 #FF6701;
  font-size: 0.9rem;
  font-weight: 600;
}
.task-wrapper .task-taskinfo .gamename {
  color: #452918;
  font-weight: 900;
  font-size: 1.1rem;
}
.task-wrapper .task-taskinfo img.game {
  width: 80%;
  margin: 0 auto;
}
.task-wrapper .task-taskinfo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 6px;
  padding: 8px 10px 10px 10px;
  width: 100%;
  margin: 10px auto;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.task-wrapper .task-taskinfo2 .btn {
  white-space: nowrap;
}
.task-wrapper .task-taskinfo2 .taskdate {
  color: #452918;
  font-weight: 900;
  text-align: center;
}
.task-wrapper .task-taskinfo2 .taskdate p {
  font-size: 0.9rem;
}
.task-wrapper .task-taskinfo2 .taskschedule {
  position: relative;
  width: 100%;
  margin: 0 5%;
  border-radius: 7px;
  border-top: 1px solid #FFF;
  background: #C1C2C5;
  -webkit-box-shadow: 0 1px 0 0 #A7A7A7 inset;
          box-shadow: 0 1px 0 0 #A7A7A7 inset;
}
.task-wrapper .task-taskinfo2 .progress-bar-fill {
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#FFCD4A), to(#F9A931));
  background: linear-gradient(90deg, #FFCD4A 0%, #F9A931 100%);
  width: 100%;
  height: 30px;
}
.task-wrapper .task-taskinfo2 .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  z-index: 1;
  color: #fff;
}

.task-top {
  background-image: url(../img/bg-tasktop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center -10px;
  height: 230px;
}

@media screen and (max-width: 480px) {
  .view-container {
    width: 100%;
    max-width: 100%;
  }
  .main-banner .swiper {
    width: 100% !important;
  }
  .footer-container {
    width: 100%;
  }
  .rank-container {
    width: 100%;
  }
  .chat-body .mychat {
    width: 100%;
  }
  .modal-dialog {
    max-width: 95%;
  }
  .deposit-wrapper .header-title .btn-center {
    min-width: 250px !important;
  }
  .sideBar_container {
    right: 1%;
    width: auto;
  }
  #gdcard .gdcard-container .btn-group {
    padding-top: 1rem;
  }
  .gameTabs .nav-item .tabs-item .ic-game {
    margin-right: 5px !important;
    width: 20px !important;
    height: 20px !important;
  }
  .gameTabs .nav-item .tabs-item span {
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .team-info .team-header {
    margin-left: 25px !important;
  }
  .team-card .tabs-item .btn-tab {
    margin-right: -2.5%;
  }
  .team-card .tabs-item .btn-tab .btn-middle {
    padding: 0 2px;
  }
  .team-card .tabs-item .btn-tab .btn-middle span {
    white-space: nowrap;
    position: relative;
  }
  .w-50 {
    width: 100% !important;
  }
}

/*-----------------*/
.myteam {
  /*戰隊宣言*/
  /*加入退出戰隊*/
  /*戰隊成員*/
  /*成員詳情*/
  /*成員貢獻度*/
  /*紅包發放*/
  /*選取指定*/
  /*紅包詳情*/
  /*紅包明細*/
}
.myteam .pt-bom {
  top: 100%;
}
.myteam .team-container {
  width: 100%;
  height: 100%;
}
.myteam .team-container .tabs-group {
  gap: 0;
}
.myteam .team-container .tabs-group .nav-item {
  width: 33.33%;
  margin-bottom: 0;
}
.myteam .team-container .tabs-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.myteam .team-container .tabs-group2 .tab {
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.5rem;
  position: relative;
}
.myteam .team-container .tabs-group2 .tab.active {
  color: #E4D2BC;
  -webkit-text-stroke: 0.5px #E4D2BC;
}
.myteam .team-container .tabs-group2 .tab:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #DDBD9F;
  right: -2px;
  top: 30%;
  position: absolute;
}
.myteam .team-container .tabs-group2 .tab:last-child:after {
  width: 0;
}
.myteam .team-container .tabs-group2 .nav-item {
  position: relative;
}
.myteam .team-container .tabs-group2 .nav-item.w-20 {
  width: 24.5% !important;
}
.myteam .team-container .tabs-group2 .nav-item.w-50 {
  width: 35% !important;
}
.myteam .team-container .tabs-group2 .nav-item:before {
  content: "";
  width: 1px;
  height: 20px;
  background: #DDBD9F;
  right: 0;
  top: 30%;
  position: absolute;
}
.myteam .team-container .tabs-group2 .nav-item:last-child:before {
  display: none;
}
.myteam .team-container .tabs-group2 .tabs-item2 {
  padding: 5px 10px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  font-size: 1.2rem;
  position: relative;
  border: none;
  width: 100%;
  color: #FF6701;
  background: transparent;
  font-weight: 900;
}
.myteam .team-container .tabs-group2 .tabs-item2.active {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 103, 1, 0)), color-stop(50%, #FF6701), to(rgba(255, 103, 1, 0)));
  background: linear-gradient(90deg, rgba(255, 103, 1, 0) 0%, #FF6701 50%, rgba(255, 103, 1, 0) 100%);
}
.myteam .team-container .tab-content {
  top: 0;
  overflow-y: scroll;
  padding: 0 10px;
}
.myteam .teamInfo-index {
  position: relative;
}
.myteam .teamInfo-index .pt-rt {
  top: 42px;
}
.myteam .teamInfo-index .team-description {
  border-radius: 6px;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #6A0E00;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.myteam .teamInfo-index .team-description .txt-red {
  color: #FF6701;
  text-decoration: underline;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.myteam .teamInfo-index .team-description h3 {
  color: #6A0E00;
  margin-left: 0;
}
.myteam .teamInfo-index .team-description .txt-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 40px;
  position: relative;
}
.myteam .teamInfo-index .team-description .txt-area p {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  text-align: left;
  top: 0;
}
.myteam .team-info {
  margin-bottom: 20px;
}
.myteam .team-info .team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-bottom: 16px;
}
.myteam .team-info .team-header .avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: url("../img/bg-avata.png");
  background-size: cover;
}
.myteam .team-info .team-header .avatar-group .avatar {
  width: 80%;
  border-radius: 50%;
}
.myteam .team-info .team-header .avatar-group .btn {
  padding: 3px 10px;
  text-align: center;
  border-radius: 50px;
  background: var(--btnD-color);
  -webkit-box-shadow: inset 0 1px 0px #CFBBE0, inset 0 3px 0px #E1CCF4;
          box-shadow: inset 0 1px 0px #CFBBE0, inset 0 3px 0px #E1CCF4;
  border: none;
  cursor: pointer;
  color: #fff;
  -webkit-text-stroke: 0.5px #fff;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 0 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 0 -1px 0 #000000, 2px 2px 0 rgba(0, 0, 0, 0.4588235294);
}
.myteam .team-info .team-header .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.myteam .team-info .team-header .details .team-name {
  color: #452918;
  font-weight: bold;
  font-size: 1.4rem;
}
.myteam .team-info .team-header .details p {
  color: #FF6701;
  font-weight: bold;
}
.myteam .team-info .team-header .details p span {
  color: #FF6701;
}
.myteam .team-info .team-header .details .btn-connon {
  border-radius: 4px;
  border: 1px solid #DBDBDB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(99.05%, #DBDBDB));
  background: linear-gradient(180deg, #FFF 0%, #DBDBDB 99.05%);
  font-size: 0.9rem;
  font-weight: bold;
  color: #452918;
}
.myteam .team-info .team-menu a {
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  border-radius: 6px;
  color: #6A0E00;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px;
}
.myteam .team-info .team-menu a:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 36px;
  background: url(../img/arrow-right.jpg) right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 0 6px 6px 0;
}
.myteam .team-info img.side {
  width: 100%;
  margin: 5px auto;
}
.myteam .team-info .btn-logout {
  border-radius: 5px;
  background: #FF6701;
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
  color: #fff;
  font-weight: bold;
}
.myteam .team-info .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
  margin-top: 8px;
}
.myteam .team-info .team-list .team-info {
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myteam .team-info .team-list .avatar-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myteam .team-info .team-list .avatar-group .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #FF6701;
}
.myteam .team-info .team-list .team-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 10px;
  color: #8F5E40;
}
.myteam .team-info .team-list .team-details h3 {
  color: #452918;
  font-size: 1.4rem;
  font-weight: bold;
}
.myteam .team-info .team-list .team-lv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myteam .team-info .team-list .team-lv span {
  color: #fff;
  padding: 0px 10px;
  background: url("../img/btn-red2.png") no-repeat;
  background-size: 100% 100%;
}
.myteam .team-info .team-list .team-score {
  background: #452918;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 0 8px;
  font-weight: 600;
  margin: 5px 0;
  width: 90%;
  border-radius: 6px;
  padding-left: 30px;
}
.myteam .team-info .team-list .team-score::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 24px;
  background-image: url("../img/ic-cash.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -4px;
}
.myteam .team-info .team-list .btn-green {
  height: 35px;
  text-align: center;
}
.myteam .team-info .table-container {
  border: 3px solid #FF6701;
  border-radius: 10px;
  background: #fff;
  color: #452918;
  margin-top: 20px;
}
.myteam .team-info .reward-table {
  width: 100%;
  font-weight: bold;
  color: #452918;
  font-size: 16px;
}
.myteam .team-info .reward-table th {
  text-align: center;
  border-bottom: 1px solid #FF6701;
  border-right: 1px solid #FF6701;
  padding: 10px;
}
.myteam .team-info .reward-table th:last-child {
  border-right: none;
  text-align: center;
}
.myteam .team-info .reward-table td {
  padding: 10px;
  border-bottom: 1px solid #FF6701;
  border-right: 1px solid #FF6701;
}
.myteam .team-info .reward-table td:last-child {
  border-right: none;
  text-align: center;
}
.myteam .team-info .reward-table tr:last-child td {
  border-top: none;
  border-bottom: none;
}
.myteam .team-info ol {
  list-style-type: decimal;
  margin: 10px 0 20px 25px;
  font-weight: bold;
  color: #452918;
}
.myteam .menu-group {
  position: absolute;
  top: -50%;
  right: 14px;
  background: url(../img/bg-teamindex.png) no-repeat right;
  background-size: contain;
  width: 65%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myteam .menu-group li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myteam .menu-group li:first-child {
  text-indent: 25px;
}
.myteam .menu-group li span {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
.myteam .search-bar {
  margin-bottom: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myteam .search-bar input {
  padding: 5px 10px;
  width: 100%;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9px;
  color: #999;
  font-weight: bold;
  border: 2px solid #FFF;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
          box-shadow: 0 4px 4px 0 rgba(145, 145, 145, 0.25) inset;
}
.myteam .search-bar input::-webkit-input-placeholder {
  color: #999;
}
.myteam .search-bar input::-moz-placeholder {
  color: #999;
}
.myteam .search-bar input:-ms-input-placeholder {
  color: #999;
}
.myteam .search-bar input::-ms-input-placeholder {
  color: #999;
}
.myteam .search-bar input::placeholder {
  color: #999;
}
.myteam .search-bar input::-ms-input-placeholder {
  text-align: center;
}
.myteam .search-bar input::-webkit-input-placeholder {
  text-align: center;
}
.myteam .teamInfo-declaration {
  position: relative;
}
.myteam .teamInfo-declaration .team-info {
  margin: 0 auto;
  padding: 10px;
}
.myteam .teamInfo-declaration .team-info .team-description {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  min-height: 400px;
  color: #6A0E00;
  background: #fff;
  width: 100%;
  word-break: break-all;
}
.myteam .teamInfo-declaration .team-info .btn-position {
  border-radius: 4px;
  border: 1px solid #D92000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C4C), color-stop(99.05%, #D92000));
  background: linear-gradient(180deg, #FF4C4C 0%, #D92000 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #8E3D07;
          box-shadow: 0 1px 2px 0 #8E3D07;
  color: #fff;
  display: block;
  text-align: center;
  padding: 3px 5px;
  width: 30%;
  margin: 0 auto;
}
.myteam #page-addteam .pt-rt, .myteam #page-logout .pt-rt {
  top: 5px;
}
.myteam .teamInfo-memberList {
  position: relative;
}
.myteam .teamInfo-memberList .team-info {
  width: 95%;
  margin: 0 auto;
}
.myteam .teamInfo-memberList .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.myteam .teamInfo-memberList .team-list .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.myteam .teamInfo-memberList .team-list .team-info .team-lv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 10px;
}
.myteam .teamInfo-memberList .team-list .team-info .team-mdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
.myteam .teamInfo-memberList .team-list .team-info .avatar-group {
  padding: 10px;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myteam .teamInfo-memberList .team-list .team-info .avatar-group img {
  border-radius: 100%;
}
.myteam .teamInfo-memberList .team-list .team-info .team-details h3 {
  width: 70px;
}
.myteam .teamInfo-memberList .team-list .team-info .team-details h3 img {
  width: 100%;
}
.myteam .teamInfo-memberList .team-list .team-info .team-details .team-member {
  color: #452918;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
  padding-left: 10px;
}
.myteam .teamInfo-memberList .team-list .team-info .team-details .txt-vip {
  padding: 2px 15px;
  color: #fff;
  background: url(../img/txt-team.png) no-repeat -60px center;
  background-size: cover;
  font-size: 0.7rem;
}
.myteam .teamInfo-memberList .team-list .team-info .more {
  width: 8%;
  margin: 0 10px;
}
.myteam .teamInfo-member {
  position: relative;
}
.myteam .teamInfo-member .team-info {
  width: 100%;
  margin: 0 auto;
  padding: 3%;
}
.myteam .teamInfo-member .team-info .team-mdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myteam .teamInfo-member .team-info .avatar-group {
  padding: 10px;
  background: url(../img/bg-avata.png) no-repeat center center;
  width: 150px;
  height: 150px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myteam .teamInfo-member .team-info .avatar-group img {
  border-radius: 100%;
  width: 73%;
}
.myteam .teamInfo-member .team-info .team-details {
  width: 55%;
}
.myteam .teamInfo-member .team-info .team-details .team-member {
  color: #452918;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.myteam .teamInfo-member .team-info .team-details .txt-vip {
  padding: 2px 15px;
  color: #fff;
  background: url(../img/btn-red2.png) no-repeat;
  background-size: contain;
}
.myteam .teamInfo-member .team-info .team-details p {
  text-indent: 12px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 103, 1, 0)), color-stop(50%, #FF6701), to(rgba(255, 103, 1, 0)));
  background: linear-gradient(90deg, rgba(255, 103, 1, 0) 0%, #FF6701 50%, rgba(255, 103, 1, 0) 100%);
  margin: 10px;
}
.myteam .teamInfo-member .team-description {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  color: #6A0E00;
  background: #fff;
  width: 100%;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.myteam .teamInfo-member .team-description h3 {
  color: #6A0E00;
  margin-left: 0;
}
.myteam .teamInfo-member .team-description .txt-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  position: relative;
}
.myteam .teamInfo-member .team-description .txt-area p {
  font-size: 15px;
  line-height: 20px;
  color: #999;
  text-align: left;
  top: 0;
}
.myteam .teamInfo-member .team-description .txt-area p:after {
  display: none;
}
.myteam .teamInfo-member .input-copy:after {
  top: 12px;
  background-image: url(../img/ic-copy2.png);
}
.myteam .teamInfo-member .input-money:after {
  top: 12px;
  background-image: url(../img/ic-money2.png);
  width: 20px;
  height: 20px;
}
.myteam .teamInfo-member .btn-position {
  border-radius: 4px;
  border: 1px solid #D92000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4C4C), color-stop(99.05%, #D92000));
  background: linear-gradient(180deg, #FF4C4C 0%, #D92000 99.05%);
  -webkit-box-shadow: 0 1px 2px 0 #8E3D07;
          box-shadow: 0 1px 2px 0 #8E3D07;
  color: #fff;
  display: block;
  text-align: center;
  padding: 3px 5px;
  width: 30%;
  margin: 0 auto;
}
.myteam .teamInfo-member .input-group .input-label {
  color: #452918;
}
.myteam .teamInfo-member .input-group .input-field {
  border-radius: 6px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.myteam .teamInfo-contribute {
  position: relative;
}
.myteam .teamInfo-contribute .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
}
.myteam .teamInfo-contribute .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.myteam .teamInfo-contribute .team-list .team-member {
  margin-bottom: 5px;
  text-indent: 13px;
}
.myteam .teamInfo-contribute .team-list .team-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  width: 100%;
}
.myteam .teamInfo-contribute .team-list .team-score .txt-num2 {
  font-size: 18px;
  color: #560000;
  font-weight: 800;
  padding-left: 53px;
  z-index: 2;
}
.myteam .teamInfo-contribute .team-list .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  width: 100%;
  position: relative;
}
.myteam .teamInfo-contribute .team-list .team-info .team-mdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.myteam .teamInfo-contribute .team-list .team-info .avatar-group {
  padding: 10px;
  width: 80px;
  height: 80px;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myteam .teamInfo-contribute .team-list .team-info .avatar-group img {
  border-radius: 100%;
}
.myteam .teamInfo-contribute .team-list .team-info .txt-vip {
  color: #791A00;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-weight: 900;
  margin-top: -20px;
}
.myteam .teamInfo-contribute .team-list img.more {
  width: 8%;
  margin: 0 10px;
}
.myteam .teamInfo-redenvelope {
  position: relative;
}
.myteam .teamInfo-redenvelope h3 {
  text-align: center;
}
.myteam .teamInfo-redenvelope .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.myteam .teamInfo-redenvelope .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.myteam .teamInfo-redenvelope .team-list .box-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 10px 0;
  width: 100%;
}
.myteam .teamInfo-redenvelope .team-list .box-money img.icon {
  width: 45px;
  position: absolute;
  left: -12px;
}
.myteam .teamInfo-redenvelope .team-list .box-money span {
  background: #452918;
  font-weight: bold;
  font-size: 1.4rem;
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
}
.myteam .teamInfo-redenvelope .team-list .btn-yellow {
  background: url(../img/btn-yellow2.png) no-repeat center;
  background-size: contain;
  width: auto;
  color: #6A0E00;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  padding: 10px 20px;
}
.myteam .teamInfo-redenvelope .input-group .input-label {
  border-radius: 5px 0 0 5px;
  background: #FF6701;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(170, 68, 0, 0.25) inset;
          box-shadow: 0 -4px 4px 0 rgba(170, 68, 0, 0.25) inset;
  padding: 5px;
}
.myteam .teamInfo-redenvelope .input-group .input-field {
  margin-left: -3px;
  border-radius: 0 5px 5px 0;
  background: #FFF;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
          box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
.myteam .teamInfo-redenvelope .input-group .select {
  color: #999;
  margin-left: -3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0 5px 5px 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
          box-shadow: 0 -4px 4px 0 rgba(198, 198, 198, 0.25) inset;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
  padding: 7px 10px;
  width: 70%;
  background-image: url(../img/ic-arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 7%;
}
.myteam .teamInfo-redenvelope .h3-title {
  color: #452918;
  text-align: left;
}
.myteam .teamInfo-redenvelope ol {
  list-style: decimal;
  margin-left: 30px;
}
.myteam .teamInfo-redenvelope ol li {
  color: #452918;
}
.myteam .teamInfo-select {
  position: relative;
}
.myteam .teamInfo-select .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
  padding: 3%;
}
.myteam .teamInfo-select .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  color: #6A0E00;
  padding: 20px;
}
.myteam .teamInfo-redenvelopeList {
  position: relative;
}
.myteam .teamInfo-redenvelopeList h3 {
  text-align: center;
}
.myteam .teamInfo-redenvelopeList .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
}
.myteam .teamInfo-redenvelopeList .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px;
}
.myteam .teamInfo-redenvelopeList .team-list .header-row {
  width: 100%;
  border-collapse: collapse;
}
.myteam .teamInfo-redenvelopeList .team-list .header-row th {
  text-align: center;
  position: relative;
  color: #DCA96B;
}
.myteam .teamInfo-redenvelopeList .team-list .redpacket-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #452918;
  text-align: center;
  width: 30%;
  position: relative;
}
.myteam .teamInfo-redenvelopeList .team-list .redpacket-group p {
  font-size: 0.7rem;
}
.myteam .teamInfo-redenvelopeList .team-list .redpacket-group:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #DCA96B;
  right: -5px;
  top: 25%;
  position: absolute;
}
.myteam .teamInfo-redenvelopeList .team-list .redpacket-details {
  width: 20%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  color: #452918;
}
.myteam .teamInfo-redenvelopeList .team-list .redpacket-details:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #DCA96B;
  right: 0px;
  top: -4px;
  position: absolute;
}
.myteam .teamInfo-redenvelopeList .team-list .redpacket-btn {
  width: 30%;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  background: #FF6701;
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
          box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) inset;
  padding: 20px 0;
}
.myteam .teamInfo-redenvelopeList .team-list .team-redenvelope {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 30px;
}
.myteam .teamInfo-redenvelopeList .team-list .team-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
  width: 100%;
  padding: 0;
}
.myteam .teamInfo-redenvelopeInfo {
  position: relative;
}
.myteam .teamInfo-redenvelopeInfo .team-info {
  margin-top: 0px;
  width: 100%;
  margin: 0 auto;
}
.myteam .teamInfo-redenvelopeInfo .input-group .input-label {
  color: #452918;
}

/*推薦碼*/
#coupon2 .modal-dialog {
  height: 60vh;
  margin-top: 3rem;
}
#coupon2 .coupon-container {
  background: transparent url(../img/bg-coupon2.png) center no-repeat;
  background-size: 105%;
}
#coupon2 .couponcard {
  background: transparent;
  margin-top: 50%;
  padding: 8%;
  border: none;
  color: #0A99F2;
  text-align: center;
}
#coupon2 .formGroup {
  margin-top: 35px;
}
#coupon2 .formGroup .input {
  padding: 5px 10px;
  margin-bottom: 0;
  color: #0A99F2;
}
#coupon2 .formGroup .input:focus {
  background: #fff;
}
#coupon2 .btn {
  width: 130px;
  height: 45px;
  font-size: 1.5rem;
  margin: 10px auto;
}
#coupon2 .pt-bom {
  top: 90%;
}

@media screen and (max-width: 375px) {
  #coupon2 .coupon-container {
    height: 74vh;
  }
  #coupon2 .btn {
    margin: 0px auto;
  }
}