#container {
  width: 750px;
  margin: 0 auto;
}

.head {
  width: 100%;
}

.head .time-wrapper {
  /* width: 100%; */
  height: 150px;
  /* background-color: rgba(255,255,255,0.4); */
  text-align: center;
  position: absolute;
  bottom: 103px;
  right: 40px;
}

.head .time-wrapper p {
  font-size: 28px;
  color: #ffb621;
  margin: 20px auto;
  font-weight: bold;
}

.head .time-wrapper h2 {
  color: #ffb621;
  margin-right: 10px;
  font-size: 32px;
}

.head .time-wrapper .times {
  /* display: flex; */
  align-items: center;
  justify-content: center;
}

#showTime {
  font-size: 30px;
  color: #fff;
}

#showTime b {
  font-size: 40px;
  vertical-align: middle;
}

.head .head-front {
  width: 100%;
  height: 100px;
  text-align: center;
  line-height: 85px;
}

.content .content-wrapper {
  margin: 47px 30px;
}

.content-wrapper .wrapper {
  overflow: hidden;
  position: relative;
}

.content-wrapper .wrapper .title .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffb200;
  vertical-align: middle;
}

.content-wrapper .wrapper .title span {
  font-size: 24px;
  margin-left: 13px;
  color: #434343;
  vertical-align: middle;
}

.login-wrapper {
  padding-bottom: 33px;
}

.login-wrapper .login p {
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
}

.login-wrapper .login a {
  display: block;
  width: 165px;
  height: 80px;
  line-height: 80px;
  background-color: #ffb200;
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin: 30px auto;
  border-radius: 8px;
}

.login-wrapper .after-login {
  /* display: flex;
    align-items: center;
    justify-content: center; */
}

.login-wrapper .after-login .select-wrapper {
  /* flex: 1; */
  margin: 30px auto 0;
}

.login-wrapper .after-login .logout-wrapper {
  width: 365px;
  text-align: center;
  margin: 30px auto;
}

.login-wrapper .after-login .logout-wrapper a {
  display: block;
  width: 165px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #cacaca;
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
}

.after-login .selectTwo {
  margin-top: 11px;
}

.select {
  /*演示用，页面body有内容时,不需要*/
  width: 519px;
  height: 52px;
  background: url("../images/selectWrapper_03.png") no-repeat center;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
}

.select label {
  display: block;
  width: 162px;
  height: 52px;
  line-height: 52px;
  font-size: 26px;
  color: #fff;
  text-align: center;
}

input.choose {
  width: 343px;
  height: 50px;
  font-size: 18px;
  position: absolute;
  top: 1px;
  left: 162px;
  padding-left: 10px;
  background: none;
  border: none;
}

.after-login .selectTwo input.choose {
  height: 49px;
  top: 2px;
}

input:focus {
  outline: none;
  border: none;
}

.option {
  display: none;
  width: 354px;
  background-color: #fff;
  border: 1px solid #ffb200;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  z-index: 99999;
  left: 161px;
}

.option ul {
  padding: 0;
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.option ul li {
  list-style: none;
  width: 100%;
  line-height: 40px;
  height: 40px;
  text-align: left;
  cursor: pointer;
  padding-left: 10px;
}

.option ul li:hover {
  color: #000;
}

.bag-wrapper {
  height: 739px;
  overflow: hidden;
}

.bag-wrapper .bag-title {
  display: flex;
  width: 100%;
}

.bag-wrapper .bag-title .disabled i.dot {
  background-color: #989898;
}

.bag-wrapper .bag-title b {
  width: 1px;
  height: 28px;
  background: #999;
  margin: 4px 25px;
}

.bag-wrapper .bag-title-right span {
  font-size: 18px;
  margin-top: 30px;
}

.bag-wrapper .bag-title-right span#last_ponit {
  margin: 30px 5px 20px 20px;
  font-weight: bold;
}

.bag-wrapper .bag-title-right a {
  display: inline-block;
  font-size: 18px;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 9px;
  margin-top: 30px;
  margin-left: 30px;
}

.bag-wrapper .bag-content {
  height: 644px;
  overflow-y: auto;
  width: 96%;
  margin: 30px auto;
}

.bag-wrapper .bag-content ul {
  display: flex;
  /* justify-content: center;
    align-items: center; */
  flex-wrap: wrap;
}

.bag-wrapper .bag-content ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}

.bag-wrapper .bag-content ul li a {
  display: block;
  width: 302px;
  height: 389px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.bag-wrapper .bag-content ul li a i {
  display: block;
  width: 33px;
  height: 33px;
  background: url(../images/tip_03.png) no-repeat center;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9;
}

.bag-wrapper .bag-content ul li.active a {
  width: 302px;
  height: 389px;
  border: 1px solid transparent;
  background: url("../images/active-m_03.png") no-repeat center;
}

.bag-wrapper .bag-content ul li.active a h2 {
  color: #fff;
}

.bag-wrapper .bag-content ul li a p {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.bag-wrapper .bag-content ul li a img {
  margin-top: 78px;
}

.bag-wrapper .bag-content ul li a h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 52px;
}

.bag-wrapper .title span {
  font-size: 28px !important;
}

/*定义滚动条样式（高宽及背景）*/
.bag-content::-webkit-scrollbar {
  width: 6px;
  /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
  background: #fff;
}

/*定义滚动条轨道（凹槽）样式*/
.bag-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* 较少使用 */
  border-radius: 3px;
}

/*定义滑块 样式*/
.bag-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  height: 100px;
  /* 滚动条滑块长度 */
  background-color: none;
  border: 1px solid #ccc;
}

.pay-wrapper .pay-content {
  margin: 30px auto 0;
  padding-bottom: 30px;
}

.pay-wrapper .pay-content ul {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}

.pay-wrapper .pay-content ul li {
  width: 50%;
  text-align: center;
  margin-bottom: 43px;
  position: relative;
}

.pay-wrapper .pay-content ul li a {
  display: block;
  width: 340px;
  height: 80px;
  line-height: 70px;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  margin: 0 auto;
  background: transparent;
  transition: 0.25s ease-out background;
}

.pay-wrapper .pay-content ul li a div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.125s ease-out all;
}

.pay-wrapper .pay-content ul li.active a {
  background: url("../images/pay-active-m_03.png") no-repeat center;
  background-size: 100%;
  border: 1px solid transparent;
}

.pay-wrapper .pay-content ul li.active a div {
  width: 267px;
}

.pay-wrapper .pay-content ul li span {
  display: block;
  width: 174px;
  height: 32px;
  background: #ffb200;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: -29px;
  right: 2px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.pay-wrapper .pay-content ul li span.hide {
  display: none;
}

.tips-wrapper .tips-content {
  border: 1px solid #ffb200;
  border-radius: 8px;
  color: #2c2c2c;
  font-size: 16px;
  margin: 30px 46px;
  line-height: 40px;
  padding: 15px 20px;
}

.tips-wrapper .tips-content {
  border: 1px solid #ffb200;
  border-radius: 8px;
  color: #2c2c2c;
  font-size: 23px;
  margin: 25px 46px 65px;
  line-height: 50px;
  padding: 16px 26px;
}

.total-wrapper .total-content {
  margin: 30px 44px;
  position: relative;
}

.total-wrapper .total-content ul li {
  line-height: 40px;
}

.total-wrapper .total-content ul li i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ffb200;
  border-radius: 50%;
  vertical-align: middle;
}

.total-wrapper .total-content ul li span {
  font-size: 32px;
  vertical-align: middle;
  display: inline-block;
}

.total-wrapper .total-content ul li span.name {
  width: 190px;
  margin-left: 5px;
}

.total-wrapper .total-content .total-submit {
  width: 360px;
  height: 66px;
  display: block;
  margin: 34px auto 96px;
  text-align: center;
  line-height: 66px;
  background: #ffb200;
  border-radius: 8px;
  color: #fff;
  font-size: 25px;
}

.total-wrapper .total-content .total-submit.disabled {
  background-color: #c2c2c2;
}

.total-wrapper .total-content .tips_text {
  text-align: center;
  margin-top: 30px;
}

.total-wrapper .total-content .tips_text p {
  color: #ffb200;
  font-size: 20px;
}

.total-wrapper .total-content .tips_text b {
  font-size: 16px;
}

.total-wrapper .total-content .service-wrapper {
  font-size: 16px;
}

.total-wrapper .total-content .service-wrapper a {
  color: #ffb200;
}

.total-wrapper .total-content .service-wrapper input {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.total-wrapper .total-content .service-wrapper span {
  vertical-align: middle;
}

.total-wrapper .total-content .stored-value {
  position: absolute;
  font-size: 24px;
  top: 0;
  right: 0;
  width: 300px;
}

.floating {
  position: fixed;
  right: 0;
  top: 471px;
}

.footert {
  width: 100%;
  height: 260px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footert img {
  margin: 20px auto;
  filter: drop-shadow(0px 0px 1px white);
}

.footert a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: underline;
}

.footert a:nth-child(1) {
  border-right: 1px solid #fff;
  padding-right: 20px;
}

.footert .contact {
  margin-bottom: 12px;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
}

.modal .login-modal {
  width: 77%;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 30%;
  left: 11.5%;
}

.modal .login-modal a.close,
.modal .code-modal a.close {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/close_03.png") no-repeat center;
  position: absolute;
  top: 11px;
  right: 11px;
}

.modal .login-modal .login-modal-content {
  text-align: center;
  padding-bottom: 30px;
}

.modal .login-modal .login-content {
  overflow: hidden;
  margin: 20px auto;
}

.modal .login-modal .login-content div {
  width: 392px;
  height: 47px;
  margin: 0 auto 30px;
}

.modal .login-modal .login-content div.email {
  background: url("../images/account_07.png") no-repeat center;
}

.modal .login-modal .login-content div.password {
  background: url("../images/password_10.png") no-repeat center;
}

.modal .login-modal .login-content div input {
  width: 331px;
  height: 43px;
  line-height: 45px;
  font-size: 18px;
  float: right;
  margin-top: 2px;
  margin-right: 2px;
  background: none;
  outline: none;
  border: none;
}

.modal .login-modal .login-content a.login-submit {
  display: block;
  width: 359px;
  height: 46px;
  background: #ffb200;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
}

.modal .login-modal .login-modal-content p {
  font-size: 12px;
  text-align: center;
}

.modal .login-modal .login-modal-content img {
  margin: 20px auto 30px;
}

.modal .login-modal .login-modal-content ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal .login-modal .login-modal-content ul li {
  width: 25%;
  text-align: center;
}

.modal .pay-modal-content {
  overflow: hidden;
}

.modal .pay-modal-content p {
  font-size: 25px;
  text-align: center;
  color: #434343;
  margin: 0 35px;
}

.modalPay .img_wrapper {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}

.modalPay .img_wrapper img {
  width: 100px;
}

.modalPay ul {
  margin: 0 35px 32px;
}

.modalPay ul li {
  margin: 4px 0;
}

.modalPay ul li span.name {
  display: inline-block;
  width: 200px;
}

.modalPay ul li span {
  font-size: 18px;
  /* margin:0 8px */
}

.codeModal .code-modal {
  width: 500px;
  height: 300px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -250px;
  text-align: center;
}

.code-modal-content {
  overflow: hidden;
}

.code-modal-content h1 {
  margin: 20px auto 20px;
}

.code-modal-content p {
  width: 91%;
  font-size: 18px;
  margin: 0 auto;
  text-align: left;
}

.code-modal-content div {
  margin-top: 30px;
  font-size: 24px;
}

.code-modal-content div span {
  color: #f18a09;
}

.code-modal-content a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../images/copy.png") no-repeat center;
  margin-left: 10px;
}

.com__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30px, -30px);
}

.loading {
  width: 30px;
  height: 30px;
  position: relative;
  animation: animationContainer 1s ease infinite;
}

.shape {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
}

.shape-1 {
  background-color: #1875e5;
  left: 0;
  animation: animationShape1 0.5s ease infinite alternate;
}

.shape-2 {
  background-color: #c5523f;
  right: 0;
  animation: animationShape2 0.5s ease infinite alternate;
}

.shape-3 {
  background-color: #499255;
  bottom: 0;
  animation: animationShape3 0.5s ease infinite alternate;
}

.shape-4 {
  background-color: #f2b736;
  right: 0;
  bottom: 0;
  animation: animationShape4 0.5s ease infinite alternate;
}

/* desc */
.descModal .descWrapper {
  width: 100%;
  height: 1334px;
  position: absolute;
  top: 0;
  left: 0;
  /* background: url("{xxxxx}") no-repeat top; */
  background-size: 100%;
}

.descModal .descWrapper.t23 {
  /* background: url("{xxxxx}") no-repeat top; */
  background-size: cover;
}

.descModal .descWrapper .close {
  display: block;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 194px;
  right: 44px;
  background: url("../images/closem_03.png") no-repeat center;
  background-size: 100%;
}

/* 礼包 */

#points li {
  width: 233px;
  height: 300px;
  border: 1px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 38px 20px;
  position: relative;
}

#points li .showTime {
  position: absolute;
  top: 50px;
  left: 5%;
  width: 90%;
  color: #ffb200;
}

#points li.lock {
  border: 1px solid #ffb200;
}

#points li.unlock {
  border: 1px solid #eee;
}

#points li.unlock div.tip {
  width: 100%;
  height: 59px;
  background-color: #c2c2c2;
  color: #fff;
  font-size: 20px;
  line-height: 59px;
  text-align: center;
}

#points li p {
  margin: 20px auto 15px;
  text-align: center;
}

#points li i {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/tip.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 7px;
  left: 5px;
  cursor: pointer;
}

#points li a {
  display: block;
  width: 233px;
  height: 59px;
  line-height: 59px;
  margin: 0 auto;
  border: none;
  font-size: 20px;
  color: #fff;
}

#points li a.already {
  background: url("../images/already_02.png") no-repeat center;
  background-size: 100%;
}

#points li a.un_already {
  background: url("../images/receive_02.png") no-repeat center;
  background-size: 100%;
}

.bagDModal #bag_list {
  margin: 20px auto;
}

/* 详情提示框 */

.bagDModal .desc-content {
  width: 300px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  padding-bottom: 20px;
}

.bagDModal .desc-content a.close {
  display: block;
  width: 33px;
  height: 33px;
  background: url("../images/close1_03.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}

.bagDModal .desc-content h1 {
  font-size: 18px;
  margin: 12px 0;
}

.bagDModal .desc-content p {
  font-size: 16px;
  color: #939393;
  width: 200px;
  margin: 15px auto;
  word-wrap: break-word;
}

.bagDModal .desc-content p.tip_desc {
  font-size: 18px;
  margin-bottom: 30px;
  color: #ffb200;
}

/* tip */

.tipModal .tip_content {
  width: 450px;
  height: 520px;
  background: url("../images/tipModal.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -260px;
}

.tipModal .tip_content .close,
.cdkModal .cdk_content .close {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/close_02.png") no-repeat center;
  background-size: 100% 100%;
}

.tipModal .tip_content .submit,
.cdkModal .cdk_content .submit {
  display: block;
  width: 359px;
  height: 46px;
  background: url("../images/submit_btn_05.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 104px;
  left: 50%;
  margin-left: -179.5px;
}

.cdkModal .cdk_content {
  width: 450px;
  height: 520px;
  background: url("../images/codeModal.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -225px;
  margin-top: -260px;
}

.cdkModal .cdk_content .input-wrapper {
  width: 100%;
  height: 146px;
  margin: 80px auto 0;
}

.cdkModal .cdk_content .input-wrapper .cdk {
  width: 415px;
  height: 68px;
  line-height: 68px;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 10px;
  text-align: center;
  margin: 0 auto 15px;
}

.cdkModal .cdk_content a.copy {
  display: block;
  width: 83px;
  height: 57px;
  background: url("../images/copy_03.png") no-repeat center;
  background-size: 100%;
  margin: 0 auto;
}

/* 积分弹框明细 */

.pointModal .pointContent {
  width: 90%;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -300px;
  border-radius: 10px;
}

.pointModal .pointContent .close {
  display: block;
  width: 23px;
  height: 23px;
  background: url("../images/close_03.png") no-repeat center;
  position: absolute;
  top: 4px;
  right: 4px;
}

.pointModal .pointContent .table-wrapper {
  width: 100%;
  height: 96%;
  margin: 5% auto;
}

.pointModal .pointContent .table-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.pointModal .pointContent .table-wrapper h1 {
  text-align: center;
  margin: 10px auto;
}

.pointModal .pointContent .table-wrapper ul li {
  width: 31%;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #eee;
  border-collapse: collapse;
}

.pointModal .pointContent .footer {
  width: 400px;
  margin: 20px auto;
  text-align: center;
}

.pointModal .pointContent .footer span {
  font-size: 16px;
  color: #b7b7b7;
  display: inline-block;
  width: 44px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}

.pointModal .pointContent .footer span.active {
  background-color: #ffb200;
  color: #fff;
  border-radius: 4px;
}

@keyframes animationContainer {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animationShape1 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(20px, 20px);
  }
}

@keyframes animationShape2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-20px, 20px);
  }
}

@keyframes animationShape3 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(20px, -20px);
  }
}

@keyframes animationShape4 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-20px, -20px);
  }
}
