input[type="number"] {
  /* 火狐 */
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  /* 谷歌 */
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0.24rem;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
a {
  color: #000000;
  text-decoration: none;
}
input {
  border: none;
  outline: none;
}
html {
  font-size: calc(100vw / 7.5);
}
html,
body {
  width: 100%;
  height: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
button {
  outline: none;
  border: none;
}
.font-main {
  color: #49bcbd;
}
.font-grey {
  color: #9aabab;
}
.font-red {
  color: #e94738;
}
#section .swiper-container-horizontal > .swiper-pagination-bullets,
#section .swiper-pagination-custom,
#section .swiper-pagination-fraction {
  bottom: 0.2rem;
}
#section .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.08rem;
}
#section .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
}
.qg-flex {
  display: flex;
}
.qg-flex-ac {
  display: flex;
  align-items: center;
}
.qg-flex-jc {
  display: flex;
  justify-content: center;
}
.qg-flex-jb {
  display: flex;
  justify-content: space-between;
}
.qg-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.qg-wrap {
  display: flex;
  flex-wrap: wrap;
}
* + i.qg-check-icon,
i.qg-check-icon + * {
  margin-left: 0.2rem;
}
i.qg-check-icon {
  width: 0.36rem;
  height: 0.36rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #d9d8d8;
  border-radius: 50%;
  transition: all 0.3s;
}
i.qg-check-icon.active {
  border-color: #49bcbd;
  background-color: #49bcbd;
  background-image: url('../images/icons/checked.png');
}
.qg-disabled i.qg-check-icon,
.qg-disabled i.qg-check-icon.active {
  background-color: #dfe4e4;
  border-color: #d9d8d8;
}
.qg-btn {
  height: 0.75rem;
  border: 1px solid #d9d8d8;
  background-color: #ffffff;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.qg-btn.active {
  background-color: #49bcbd;
  border-color: #49bcbd;
  color: #ffffff;
}
.qg-btn.warning {
  background-color: #f6ae54;
  border-color: #f6ae54;
  color: #ffffff;
}
.qg-btn.radius {
  border-radius: 0.4rem;
}
.qg-btn.small {
  height: 0.5rem;
}
.qg-btn.auto {
  width: auto;
  padding: 0 0.25rem;
}
.qg-btn.qg-disabled {
  color: #9aabab;
  background-color: #dfe4e4;
  border-color: #d9d8d8;
}
.qg-btn-float {
  font-size: 0.22rem;
  color: #ffffff;
  background-color: #e94738;
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 0.02rem;
  line-height: 0.3rem;
}
.qg-select-title {
  display: flex;
  align-items: center;
  height: 1rem;
  border-bottom: 1px solid #d9d8d8;
  background-color: #ffffff;
  padding: 0 0.3rem;
}
.qg-select-title .qg-select-checked {
  flex: 1;
  text-align: right;
  color: #9aabab;
}
.qg-select-title .qg-select-icon {
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/icons/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.3rem;
  transition: all 0.3s;
}
.qg-radio-item {
  display: flex;
  height: 1rem;
  align-items: center;
  border-bottom: 1px solid #d9d8d8;
  padding-left: 0.05rem;
}
.qg-radio-item img {
  width: 0.38rem;
  margin-right: 0.18rem;
}
.qg-radio-item *:nth-last-child(2) {
  flex: 1;
}
.qg-title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.qg-title-box .qg-title {
  font-size: 0.28rem;
  line-height: 0.8rem;
  font-weight: bold;
}
.qg-title-box .qg-title-small {
  color: #90a4a4;
  margin-bottom: 0.4rem;
}
.qg-title-line {
  display: flex;
}
.qg-title-line::before,
.qg-title-line::after {
  content: '';
  height: 0.06rem;
  background-color: #49bcbd;
  border-radius: 0.03rem;
}
.qg-title-line::before {
  width: 0.4rem;
}
.qg-title-line::after {
  width: 0.15rem;
  margin-left: 0.06rem;
}
.qg-bounced {
  width: 100vw;
  height: 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qg-bounced.active {
  height: 100vh;
  opacity: 1;
}
.qg-bounced .bounced-close {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.24rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d9d8d8;
}
.qg-bounced .bounced-close::before {
  content: '×';
  color: #d9d8d8;
}
.qg-bounced .bounced-img {
  max-width: 80vw;
  max-height: 80vh;
  object-fit: contain;
  object-position: center;
  background-color: #fff;
  padding: 0.05rem;
}
.qg-bounced .bottom-text {
  text-align: center;
  color: #fff;
  margin-top: 0.3rem;
}
.qg-text {
  display: flex;
  align-items: center;
  height: 1rem;
}
.qg-text.qg-disabled {
  position: relative;
}
.qg-text.qg-disabled input {
  color: #9aabab;
}
.qg-text.qg-disabled::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qg-text * {
  margin-right: 0.1rem;
}
.qg-text *:nth-last-child(1) {
  margin-right: 0;
}
.qg-text span {
  min-width: 1rem;
}
.qg-text input {
  flex: 1;
  line-height: 0.75rem;
  padding: 0 0.15rem;
  border-radius: 0.06rem;
  background-color: #f5f7f7;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 0.75rem;
}
.qg-text .text-icon {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0.2rem;
  object-position: center;
  object-fit: contain;
  background-color: #f5f7f7;
  margin-right: 0;
  border-top-left-radius: 0.06rem;
  border-bottom-left-radius: 0.06rem;
}
.qg-text .qg-text-code {
  width: 2rem;
  height: 0.75rem;
  display: block;
  object-fit: fill;
  object-position: center;
}
.qg-linetip {
  font-size: 0.2rem;
  color: #9aabab;
  padding-left: 0.9rem;
}
.qg-toast {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 9999;
}
.qg-toast.hide {
  opacity: 0;
}
.qg-toast .qg-toast-contain {
  max-width: 80vw;
  padding: 0.3rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.06rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qg-toast .qg-toast-contain .qg-toast-icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-bottom: 0.3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.qg-toast .qg-toast-contain .qg-toast-icon.warning {
  background-image: url('../images/icons/toast-warning-icon.png');
}
.qg-toast .qg-toast-contain .qg-toast-icon.success {
  background-image: url('../images/icons/toast-success-icon.png');
}
.qg-toast .qg-toast-contain .qg-toast-icon.failure {
  background-image: url('../images/icons/toast-failure-icon.png');
}
.qg-toast .qg-toast-contain .qg-toast-msg {
  color: #ffffff;
  word-break: break-all;
}
#container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#header {
  display: flex;
  align-items: center;
  height: 0.9rem;
  background-color: #49bcbd;
  padding: 0 0.3rem 0 0.22rem;
  position: relative;
  justify-content: center;
}
#header .logo {
  display: block;
}
#header .logo img {
  width: 1.8rem;
}
#header .return {
  display: none;
}
#header .return img {
  width: 0.4rem;
}
#header i {
  flex-grow: 1;
  flex: 1;
}
#header .title {
  width: 3rem;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}
#header .nav-icon {
  width: 0.4rem;
}
#header .nav-user-icon {
  width: 0.4rem;
  margin-right: 0.38rem;
}
#header #nav {
  position: absolute;
  z-index: 20;
  top: 0.9rem;
  right: 0;
  height: calc(100vh - 0.9rem);
  width: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
}
#header #nav.active {
  width: 100%;
}
#header #nav .left {
  background-color: #ffffff;
  width: 1.75rem;
  height: 100%;
  overflow-y: auto;
}
#header #nav .left .pro-title {
  padding: 0.3rem;
  line-height: 0.3rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
#header #nav .left .pro-title::after {
  content: '';
  position: absolute;
  height: 0;
  width: 0.04rem;
  background-color: #49bcbd;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#header #nav .left .pro-title.active {
  background-color: #f5f7f7;
  color: #49bcbd;
}
#header #nav .left .pro-title.active::after {
  height: 0.3rem;
}
#header #nav .right {
  background-color: #f5f7f7;
  flex: 1;
  padding: 0.3rem;
  overflow-y: auto;
}
#header #nav .right .pro-box {
  overflow: hidden;
}
#header #nav .right .pro-box.hide .pro-title {
  line-height: 0;
}
#header #nav .right .pro-box.hide .pro-list {
  margin: 0;
  opacity: 0;
}
#header #nav .right .pro-box.hide .pro-list .pro-name {
  height: 0;
}
#header #nav .right .pro-box .pro-title {
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 0.3rem;
  transition: all 0.3s;
  overflow: hidden;
}
#header #nav .right .pro-box .pro-list {
  margin: 0.3rem 0;
  border-radius: 0.06rem;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  transition: all 0.3s;
}
#header #nav .right .pro-box .pro-list .pro-name {
  width: calc(100% / 3);
  min-width: calc(100% / 3);
  max-width: calc(100% / 3);
  transition: all 0.3s;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aabab;
  overflow: hidden;
  white-space: nowrap;
}
#header #user-nav {
  position: absolute;
  z-index: 20;
  top: 0.9rem;
  right: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  overflow: hidden;
}
#header #user-nav.active {
  height: calc(100vh - 0.9rem);
}
#header #user-nav .link-list {
  background-color: #0a1633;
  /* padding-bottom: 0.9rem; */
}
#header #user-nav .link-list .link-item {
  display: flex;
  width: 100%;
  height: 0.9rem;
  align-items: center;
  padding: 0 0.3rem;
  border-bottom: 1px solid #213462;
}
#header #user-nav .link-list .link-item * {
  margin-right: 0.2rem;
}
#header #user-nav .link-list .link-item img {
  width: 0.4rem;
}
#header #user-nav .link-list .link-item span {
  color: #ffffff;
  font-size: 0.28rem;
}
#header #user-nav .link-list .link-item b {
  line-height: 0.4rem;
  padding: 0 0.1rem;
  font-size: 0.24rem;
  border: 1px solid transparent;
  border-radius: 0.04rem;
}
#header #user-nav .link-list .link-item b.veried {
  border-color: #49bcbd;
  color: #49bcbd;
}
#header #user-nav .link-list .link-item b.unvery {
  border-color: #ff8802;
  color: #ff8802;
}
#section {
  overflow-y: auto;
  flex: 1;
}
#footer .foo-help {
  display: flex;
  height: 1.3rem;
  background-image: url('../images/imgs/foo-help-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: center;
  display: none;
}
#footer .foo-help img {
  width: 0.65rem;
}
#footer .foo-help p {
  color: #ffffff;
  margin: 0 0.4rem;
}
#footer .foo-help a {
  color: #e94738;
  padding: 0.1rem 0.25rem;
  background-color: #ffffff;
}
#footer .foo-pay {
  display: flex;
  align-items: center;
  display: none;
}
#footer .foo-pay * {
  font-size: 0.28rem;
}
#footer .foo-pay .pay-info {
  padding-left: 0.3rem;
  flex: 1;
  height: 1rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #d9d8d8;
}
#footer .foo-pay .pay-info .pay-price {
  color: #e94738;
  font-weight: bold;
}
#footer .foo-pay .pay-load,
#footer .foo-pay .pay-error {
  padding-left: 0.3rem;
  flex: 1;
  line-height: 1rem;
  height: 1rem;
  color: #9aabab;
  display: none;
  border-top: 1px solid #d9d8d8;
}
#footer .foo-pay .pay-btn {
  color: #ffffff;
  background-color: #9aabab;
  height: 1rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #9aabab;
  min-width: 1.88rem;
  justify-content: center;
}
#footer .foo-pay .pay-btn.active {
  background-color: #e94738;
  border-color: #e94738;
}
#footer .login-box {
  width: 100vw;
  height: 0;
  position: fixed;
  bottom: 0;
  z-index: 100;
  background-color: #ffffff;
  padding-top: 0;
  transition: all 0.3s;
}
#footer .login-box.active {
  height: calc(100vh - 0.9rem);
  padding-top: 1rem;
}
#footer .login-box .login-form {
  padding: 0 0.5rem;
}
#footer .login-box .qg-btn {
  margin-top: 0.3rem;
  border-radius: 0.04rem;
}
#footer .login-box .to-register {
  text-align: right;
  margin-top: 0.3rem;
}
.qg-hide {
  display: none !important;
}
/* 弹出框 */
#bounced {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  z-index: 99999;
}
#bounced textarea {
  resize: none;
}
#bounced > .wrap {
  width: 85%;
  background: #fff;
  border-radius: 0.06rem;
  overflow: hidden;
  margin: auto;
}
/* 避免弹出框中的下拉框被挡上 */
#bounced > .wrap {
  overflow: visible;
}
#bounced > .wrap .head {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}
#bounced > .wrap .head.active {
  border-color: #49bcbd;
  background-color: #49bcbd;
}
#bounced > .wrap .head span {
  display: block;
  font-size: 0.26rem;
  color: #fff;
  margin-left: 0.3rem;
}
#bounced > .wrap .head .icon {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  background: url('../images/bounced/btn_close_icon.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
#bounced > .wrap .section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
}
#bounced > .wrap .section .content .content-content .titile-tip {
  display: flex;
  margin: 0 0.4rem;
  justify-content: center;
  align-items: center;
}
#bounced > .wrap .section .content .content-content .titile-tip.title-bg {
  padding: 0.05rem;
  border: 1px solid #d8d8d9;
  justify-content: flex-start;
}
#bounced > .wrap .section .content .content-content .titile-tip .icon {
  display: block;
  width: 33px;
  height: 36px;
  min-width: 33px;
  min-height: 36px;
  margin-right: 16px;
}
#bounced > .wrap .section .content .content-content .titile-tip .active-loading {
  animation: moveRotate 2s -3s linear infinite;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-doubt-icon {
  background: url('../images/bounced/bounced_doubt_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-failure-icon {
  background: url('../images/bounced/bounced_failure_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-success-icon {
  background: url('../images/bounced/bounced_success_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-warning-icon {
  background: url('../images/bounced/bounced_warning_icon.png') no-repeat;
  background-size: contain;
}
#bounced > .wrap .section .content .content-content .titile-tip .bounced-loading-icon {
  font-size: 0.36rem;
  width: 0.36rem;
  height: 0.36rem;
  min-width: 0;
  min-height: 0;
  color: #49bcbd;
  margin-right: 0.125rem;
}
#bounced > .wrap .section .content .content-content .titile-tip .content-show {
  font-size: 0.24rem;
  line-height: 1.6em;
  /* margin-top: 10px; */
}
@keyframes moveRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#bounced > .wrap .section .content .content-content .other-content {
  display: none;
  padding: 0 30px;
  max-height: 600px;
  overflow: auto;
}
#bounced > .wrap .section .content .content-content .active-other {
  margin-top: 20px;
}
#bounced > .wrap .section .content .iframe-content {
  display: flex;
}
#bounced > .wrap .section .content .iframe-content iframe body {
  background: #fff;
}
#bounced > .wrap .section .active-content {
  width: 92%;
}
#bounced > .wrap .section .active-content .content-content {
  justify-content: flex-start;
}
#bounced > .wrap .foot {
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: center;
}
#bounced > .wrap .foot a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  margin-left: 0.3rem;
  padding: 0 0.3rem;
  border-radius: 0.06rem;
  font-size: 0.24rem;
}
#bounced > .wrap .foot .btn-sure {
  color: #fff;
}
#bounced > .wrap .foot .btn-sure.active {
  border-color: #49bcbd;
  background-color: #49bcbd;
}
#bounced > .wrap .foot .btn-cancel {
  display: block;
  border-width: 1px;
  border-style: solid;
  border-color: #49bcbd;
  color: #49bcbd;
}
#bounced > .wrap .foot a:nth-of-type(1) {
  margin-left: 0;
}
#bounced > .wrap .active-foot {
  display: none;
}
#shadow-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  padding: 50px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
#shadow-bg .img-box {
  /* position: absolute;
  max-height: 600px;
  max-width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  position: relative;
  max-height: 100%;
  display: flex;
}
#shadow-bg .show_img {
  object-fit: contain;
  object-position: center;
  max-height: 100%;
  max-width: 100%;
}
#shadow-bg .close-img {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/static/default-themes/admin/image/icon/close-icon.png');
  cursor: pointer;
}
.qg-checkbox-item  .select-icon {
  background: #49bcbd;
  border-color: #49bcbd !important;
}