img {
  pointer-event: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-weight: 300;
  color: #424241;
  font-size: 16px;
  font-family: "Helvetica Neue", "PingFang SC", "SimHei", "STHeiti", self;
}

.jedate * {
  font-size: 14px;
}
.jedate .jedate-header .ymbtn {
  color: #fff;
}

li {
  list-style: none;
}

.backgroundFixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
}

.update-notice-title {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  color: #519EFF;
}

.update-notice-description {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

@media (max-width: 768px) {
  .update-notice-description {
    text-align: center;
    font-size: 16px;
    padding: 0 30px;
  }
  .update-notice-description br {
    display: none;
  }
}
.absoluteCenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

button, a {
  cursor: pointer;
}

.hide {
  display: none !important;
}

input {
  border: 1px solid #979797;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 200;
}

input::-webkit-input-placeholder {
  color: #b5b5b5;
  font-weight: 200;
}

input:-moz-placeholder {
  color: #b5b5b5;
  font-weight: 200;
}

input::-moz-placeholder {
  color: #b5b5b5;
  font-weight: 200;
}

input:-ms-input-placeholder {
  color: #b5b5b5;
  font-weight: 200;
}

.close {
  position: absolute;
  width: 35px;
  height: 24px;
  top: 0px;
  right: 0px;
  background-size: 30px;
  padding: 8px;
  cursor: pointer;
  box-sizing: content-box;
  background: url("../image/photoView/close.png") no-repeat 14px 10px/22px;
  z-index: 1;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: #f7f4f4;
}

#ng-view {
  flex: 1;
}

#topTitle {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
}
#topTitle.title .logo {
  display: block;
}
#topTitle.title.addBarBgImg {
  background-image: url("../image/bar1.png");
}
#topTitle .logo {
  float: left;
  display: none;
}
#topTitle .logo img {
  height: 40px;
  margin-left: 50px;
  margin-top: 17px;
}
#topTitle .logo img.black {
  display: none;
}
#topTitle .menu {
  height: 100%;
  text-align: right;
}
#topTitle .menu span.more {
  background: url(../image/more.png) no-repeat 6px 19px/40px;
  width: 55px;
  height: 55px;
  display: none;
  margin-right: 10px;
  cursor: pointer;
}
#topTitle .menu ul {
  float: right;
  z-index: 999;
  opacity: 0;
  margin-right: 50px;
}
#topTitle .menu ul li {
  display: inline-block;
  line-height: 70px;
  font-size: 22px;
  margin: 0px 25px;
  cursor: pointer;
  position: relative;
  color: #fff;
}
#topTitle .menu ul li.search {
  height: 35px;
  margin: 0 auto;
  line-height: 35px;
  width: 315px;
  text-align: left;
  background: #f1f1f2;
  border-radius: 20px;
  cursor: none;
  font-size: 16px;
}
#topTitle .menu ul li.search .button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#topTitle .menu ul li.search .button-wrapper img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
#topTitle .menu ul li.search .button-wrapper .add-button {
  padding: 0px 26px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 198, 255), rgb(25, 143, 250));
  color: #F6F6F6;
  line-height: 55px;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  white-space: nowrap;
}
#topTitle .menu ul li.search button {
  background: #4999E8;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  right: 0px;
  width: auto;
  color: #fff;
  font-size: 16px;
  padding: 0px 12px;
  height: 35px;
}
#topTitle .menu ul li.search input {
  padding: 0px 0px 0px 20px;
  width: 100%;
  max-width: 200px;
  font-size: 16px;
  background: transparent;
  border: none;
}
#topTitle .menu ul li p {
  cursor: pointer;
  display: inline-block;
  line-height: 70px;
  font-size: 22px;
  color: #fff;
}
#topTitle .menu ul li.lan div {
  display: none;
  position: absolute;
  z-index: 999;
  left: -14px;
  top: 11px;
  border-top: 1px solid #fff;
  background: #fff;
  border-radius: 4px;
}
#topTitle .menu ul li.lan div span {
  width: 100px;
  text-align: center;
  cursor: pointer;
  display: block;
  color: #000;
  line-height: 46px;
  font-size: 22px;
  padding: 4px 5px;
}
#topTitle .menu ul li.lan div span:hover {
  background: #4999E8;
  color: #fff;
}
#topTitle .menu ul li.user div {
  display: inline-flex;
  margin: 0px;
  font-size: 22px;
  color: #fff;
}
#topTitle .menu ul li.user div span {
  font-size: 22px;
  color: #fff;
}
#topTitle .menu ul li.user div span.division {
  padding: 0px 7px;
  color: #fff;
}
#topTitle .menu.phone {
  position: relative;
  float: right;
}
#topTitle .menu.phone span.more {
  display: inline-block;
  background-position: 12px 17px;
  background-size: 30px;
}
#topTitle .menu.phone ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  right: 0;
  margin-right: 10px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0px 0px 20px rgba(49, 49, 49, 0.3);
  border: 1px solid rgba(197, 196, 196, 0.5);
  width: 230px;
}
#topTitle .menu.phone ul:after, #topTitle .menu.phone ul:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  top: -19px;
  right: 20px;
}
#topTitle .menu.phone ul:after {
  border-bottom: 11px solid rgba(243, 235, 235, 0.39);
}
#topTitle .menu.phone ul:before {
  border-bottom: 11px solid #fff;
  top: -17px;
  z-index: 2;
}
#topTitle .menu.phone ul li, #topTitle .menu.phone ul li p, #topTitle .menu.phone ul li.user div, #topTitle .menu.phone ul li.user div span {
  font-size: 20px;
  line-height: 40px;
  color: #424241;
  width: 100%;
}
#topTitle .menu.phone ul li {
  width: calc(100% - 42px);
  border-bottom: 1px solid #e4e4e4;
}
#topTitle .menu.phone ul li.search {
  height: 30px;
  line-height: 30px;
  width: 100%;
  margin-top: 8px;
}
#topTitle .menu.phone ul li.search input {
  font-size: 15px;
  width: 100%;
  max-width: 135px;
  padding-left: 13px;
}
#topTitle .menu.phone ul li.search button {
  width: 45px;
  height: 29px;
  background-size: 23px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
#topTitle .menu.phone ul li.lan p {
  width: 100%;
}
#topTitle .menu.phone ul li.lan div {
  position: relative;
  right: -4px;
  box-shadow: none;
  border: none;
}
#topTitle .menu.phone ul li.lan div:after, #topTitle .menu.phone ul li.lan div:before {
  content: none;
}
#topTitle .menu.phone ul li.lan div span {
  line-height: 30px;
  font-size: 18px;
  text-align: left;
  color: #424241;
}
#topTitle .menu.phone ul li.user {
  border: none;
}
#topTitle.userInfo {
  background: #EC2B6A;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 70px;
  z-index: 999;
}
#topTitle.userInfo div.logo img.black {
  display: none;
}
#topTitle.userInfo div.logo img.white {
  display: block;
}
#topTitle.userInfo div.menu div, #topTitle.userInfo div.menu ul li, #topTitle.userInfo div.menu ul li p, #topTitle.userInfo div.menu ul li.user div span {
  color: #fff;
}
#topTitle.userInfo div.menu.phone span.more {
  background-image: url("../image/more_white.png");
}
#topTitle.userInfo div.menu.phone div, #topTitle.userInfo div.menu.phone ul li, #topTitle.userInfo div.menu.phone ul li p, #topTitle.userInfo div.menu.phone ul li.user div span {
  color: #424241;
}
#topTitle .removalAnnouncement {
  background-color: white;
  text-align: center;
  padding: 0.5rem 2.5rem;
  font-size: 14px;
  font-weight: 400;
}

#base {
  background-color: #000;
  text-align: center;
  margin-top: auto;
}
#base .content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#base .content .logo2 {
  position: relative;
  top: 0px;
}
#base .content .logo2 img {
  margin-top: 1rem;
  height: 40px;
}
#base .content .footerLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
#base .content .footerLinks a {
  color: white;
  font-size: 12px;
}
#base .content .footerLinks a:hover {
  color: #adb5cd;
}
#base .content .rightBorder {
  border-right: 1px solid;
  color: white;
  font-size: 14px;
}
#base .content .bottom {
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
#base .content .bottom span {
  color: white;
  font-size: 16px;
}
#base .content .bottom span.blue {
  color: #5CA8FF;
  cursor: pointer;
}
#base .content .bottom img {
  width: 30px;
}
#base .content .bottom a {
  color: white;
}

#userInfo {
  display: none;
  top: 0px;
  z-index: 999;
  text-align: center;
  background: url(../image/main/background2.jpg) no-repeat 0 0px/1920px auto;
}
#userInfo .logo1 {
  margin-top: 30px;
  height: 45px;
}
#userInfo .user {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  width: 840px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 40px 60px -16px rgba(21, 37, 99, 0.45);
  border-radius: 16px;
  margin: 3% auto 0px;
}
#userInfo .user .details {
  padding: 20px 0px;
  position: relative;
}
#userInfo .user .details .userStatus {
  border-bottom: 1px solid #D2D2D2;
}
#userInfo .user .details .userStatus span {
  cursor: pointer;
  color: #D2D2D2;
  font-size: 20px;
  padding: 20px 0px 10px;
  display: inline-block;
  margin: 0 20px;
}
#userInfo .user .details .userStatus span.click {
  color: #5CA8FF;
  border-bottom: 2px solid #5CA8FF;
}
#userInfo .user .details .order {
  background: #FAFAFA;
}
#userInfo .user .details .order .orderStatus {
  background: #fff;
  margin-top: 10px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.5215686275);
  text-align: left;
}
#userInfo .user .details .order .orderStatus button {
  font-size: 17px;
  background: transparent;
  color: #198FFA;
  font-weight: 500;
  border-bottom: 3px solid #198FFA;
  padding: 5px 0px;
  border-radius: 5px 5px 0px 0px;
  width: 170px;
  margin: 0 -3px;
}
#userInfo .user .details .order .orderStatus button.select {
  color: #fff;
  background: #198FFA;
}
#userInfo .user .details .order .orderInfoItem {
  position: relative;
  box-shadow: 0px 0px 10px 0px #d0cece;
  margin-bottom: 15px;
  background: #fff;
}
#userInfo .user .details .order .orderInfoItem .title {
  text-align: left;
  padding-left: 50px;
}
#userInfo .user .details .order .orderInfoItem .title p {
  margin: 10px 0px;
  display: inline-block;
}
#userInfo .user .details .order .orderInfoItem ul.orderName {
  padding-top: 17px;
  height: 135px;
  background: #fafafa no-repeat 50px 25px/100px;
  position: relative;
}
#userInfo .user .details .order .orderInfoItem ul.orderName li {
  text-align: left;
  position: relative;
  padding-left: 180px;
  width: calc(100% - 180px);
}
#userInfo .user .details .order .orderInfoItem ul.orderName li.img {
  position: absolute;
  width: 117px;
  height: calc(100% - 35px);
  padding: 0;
  left: 50px;
}
#userInfo .user .details .order .orderInfoItem ul.orderName li.img img {
  width: auto;
  max-width: 110px;
  max-height: 110px;
}
#userInfo .user .details .order .orderInfoItem ul.orderName li p {
  margin: 10px auto;
}
#userInfo .user .details .order .orderInfoItem ul.orderName li.grey p {
  color: #979797;
}
#userInfo .user .details .order .orderInfoItem ul.orderName li.grey p.red {
  color: #EB2323;
}
#userInfo .user .details .order .orderInfoItem ul.orderName li.grey p.right {
  position: absolute;
  right: 50px;
  top: 2px;
}
#userInfo .user .details .order .orderInfoItem .orderDetails {
  background: #fff;
}
#userInfo .user .details .order .orderInfoItem .orderDetails .item {
  text-align: left;
  margin: auto;
  display: inline-block;
  width: calc(100% - 100px);
  border-bottom: 1px solid rgba(210, 210, 210, 0.5);
}
#userInfo .user .details .order .orderInfoItem .orderDetails .item p {
  display: inline-block;
  margin: 10px auto;
  color: #979797;
}
#userInfo .user .details .order .orderInfoItem .orderDetails .item p.right {
  float: right;
}
#userInfo .user .details .order .orderInfoItem .operation {
  padding: 25px 50px 50px;
  text-align: right;
}
#userInfo .user .details .order .orderInfoItem .operation button {
  font-size: 18px;
  padding: 4px 30px;
  border-radius: 20px;
  background: #519eff;
  color: #fff;
  border: 1px solid #519eff;
}
#userInfo .user .details .order .orderInfoItem .operation button.delete {
  background-color: #efefef;
  border: 1px solid #979797;
  color: #979797;
}
#userInfo .user .details .listCards {
  background: #FAFAFA;
}
#userInfo .user .details .listCards .cardStatus {
  background: #fff;
  margin-top: 10px;
  border-bottom: 1px solid rgba(220, 220, 220, 0.5215686275);
  text-align: left;
}
#userInfo .user .details .listCards .cardStatus button {
  font-size: 17px;
  background: transparent;
  color: #198FFA;
  font-weight: 500;
  border-bottom: 3px solid #198FFA;
  padding: 5px 0px;
  border-radius: 5px 5px 0px 0px;
  width: 170px;
  margin: 0 -3px;
}
#userInfo .user .details .listCards .cardStatus button.select {
  color: #fff;
  background: #198FFA;
}
#userInfo .user .details .listCards .cardList {
  text-align: left;
  width: 730px;
  margin: 0 auto;
  position: relative;
}
#userInfo .user .details .listCards .cardList button {
  font-size: 17px;
  background: #198FFA;
  color: #fff;
  font-weight: 500;
  padding: 5px 40px;
  border-radius: 5px;
  position: absolute;
  top: -38px;
  right: 0;
}
#userInfo .user .details .listCards .cardList .card {
  width: 300px;
  display: inline-block;
  margin: 20px 30px;
  cursor: pointer;
  position: relative;
  height: 190px;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.front, #userInfo .user .details .listCards .cardList .card.ppCardsList div.back, #userInfo .user .details .listCards .cardList .card.buyedCodes div.front, #userInfo .user .details .listCards .cardList .card.buyedCodes div.back {
  border-radius: 17px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: no-repeat center center/cover;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.couponsText, #userInfo .user .details .listCards .cardList .card.ppCardsList div.couponsButton, #userInfo .user .details .listCards .cardList .card.buyedCodes div.couponsText, #userInfo .user .details .listCards .cardList .card.buyedCodes div.couponsButton {
  display: none;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.text, #userInfo .user .details .listCards .cardList .card.buyedCodes div.text {
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 51, 0.5);
  width: calc(100% - 20px);
  border-radius: 0 0 17px 17px;
  padding-right: 20px;
  text-align: right;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.text span, #userInfo .user .details .listCards .cardList .card.buyedCodes div.text span {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.text span:last-child, #userInfo .user .details .listCards .cardList .card.buyedCodes div.text span:last-child {
  float: left;
  padding-left: 20px;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.front, #userInfo .user .details .listCards .cardList .card.ppCardsList div.back {
  transition: all 1s cubic-bezier(0, 0.4, 0.265, 1);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.front {
  transform: rotateY(0deg);
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.front .use {
  background: #198FFA;
  display: inline-block;
  float: right;
  font-size: 14px;
  color: #fff;
  padding: 6px 43px;
  font-weight: 400;
  border-top-right-radius: 17px;
  border-bottom-left-radius: 17px;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.front .use.no {
  background: #D6D6D6;
  color: #585858;
  box-shadow: none;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back {
  transform: rotateY(180deg);
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text {
  padding: 10px 30px;
  width: calc(100% - 60px);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 17px;
  top: 0;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li {
  cursor: auto;
  display: block;
  border-bottom: 1px solid rgba(105, 105, 105, 0.6);
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li span {
  line-height: 35px;
  padding: 0;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question {
  border: none;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question span {
  color: #5fa0f9;
  font-size: 13px;
  cursor: pointer;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question .answer {
  display: none;
  position: absolute;
  background: #fff;
  width: 260px;
  height: 137px;
  bottom: 38px;
  right: 17px;
  border-radius: 17px;
  text-align: left;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question .answer .content {
  padding: 10px;
  overflow-y: auto;
  height: calc(100% - 20px);
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question .answer .content span {
  color: #000;
  line-height: normal;
  display: inline-block;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question .answer:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: -20px;
  right: 28px;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question span.txt {
  padding-left: 20px;
  background: url("../image/main/question.png") no-repeat 3px 11px/13px;
}
#userInfo .user .details .listCards .cardList .card.ppCardsList div.back .text ul li.question span.txt:hover .answer {
  display: block;
}
#userInfo .user .details .listCards .cardList .card.buyedCodes .front .use.no {
  width: 100%;
  height: 100%;
  background: rgba(76, 76, 76, 0.7);
  border-radius: 17px;
}
#userInfo .user .details .listCards .cardList .card.buyedCodes .back {
  display: none;
}
#userInfo .user .details .listCards .cardList .card.coupons {
  box-shadow: 0px 4px 10px 0px rgba(99, 99, 99, 0.36);
  width: 350px;
  display: inline-block;
  margin: 20px 5px;
  position: relative;
  height: 145px;
  border-radius: 17px;
  cursor: auto;
}
#userInfo .user .details .listCards .cardList .card.coupons div.back, #userInfo .user .details .listCards .cardList .card.coupons div.front {
  display: none;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsText {
  display: block;
  width: calc(100% - 59px);
  border-right: 7px dotted #fff;
  height: 100%;
  background: linear-gradient(227deg, #43c5ff 0%, #198ffa 100%);
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsText span {
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsText span:first-child {
  padding: 20px 0px;
  font-size: 20px;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsText::after, #userInfo .user .details .listCards .cardList .card.coupons div.couponsText::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  right: 40px;
  width: 28px;
  height: 27px;
  background: #fafafa;
  z-index: 2;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsText::after {
  top: -12px;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsText::before {
  box-shadow: 0px 8px 6px 3px rgb(250, 250, 250);
  bottom: -13px;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsButton {
  cursor: pointer;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  position: absolute;
  background: #fff;
  width: 55px;
  height: 100%;
  top: 0;
  right: 0;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsButton .absoluteCenter {
  color: #198FFA;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  width: -moz-min-content;
  width: min-content;
  max-width: 20px;
  height: -moz-min-content;
  height: min-content;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsButton::after, #userInfo .user .details .listCards .cardList .card.coupons div.couponsButton::before {
  position: absolute;
  content: "";
  border-radius: 100px 100px 0 0;
  border: 1px solid rgba(152, 180, 193, 0.28);
  left: -15px;
  width: 30px;
  height: 15px;
  background: #fafafa;
  box-shadow: 0px -20px 12px rgba(48, 119, 158, 0.3294117647) inset;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsButton::after {
  top: 0px;
  border-radius: 0 0 100px 100px;
}
#userInfo .user .details .listCards .cardList .card.coupons div.couponsButton::before {
  bottom: 0px;
}
#userInfo .user .details .listCards .cardList .card.coupons.no::after, #userInfo .user .details .listCards .cardList .card.coupons.no::before {
  position: absolute;
  content: "";
  border-radius: 100%;
  right: 40px;
  width: 28px;
  height: 27px;
  background: #fafafa;
  z-index: 2;
}
#userInfo .user .details .listCards .cardList .card.coupons.no::before {
  bottom: -13px;
  box-shadow: 0px 8px 6px 3px #fafafa;
}
#userInfo .user .details .listCards .cardList .card.coupons.no::after {
  top: -13px;
}
#userInfo .user .details .listCards .cardList .card.coupons.no div.couponsText, #userInfo .user .details .listCards .cardList .card.coupons.no div.couponsButton {
  cursor: auto;
  opacity: 0.4;
}
#userInfo .user .details .listCards .cardList .card.overturn div.front {
  transform: rotateY(180deg);
}
#userInfo .user .details .listCards .cardList .card.overturn div.back {
  transform: rotateY(0deg);
}
#userInfo .user .details .phone, #userInfo .user .details .email, #userInfo .user .details .userInfo, #userInfo .user .details .forgetPwd {
  text-align: left;
  width: 360px;
  min-height: 360px;
  margin: 35px auto 0;
}
#userInfo .user .details .phone span, #userInfo .user .details .email span, #userInfo .user .details .userInfo span, #userInfo .user .details .forgetPwd span {
  color: #5CA8FF;
  font-size: 18px;
  margin: 13px 0px;
  display: inline-block;
  padding-left: 20px;
}
#userInfo .user .details .phone .skipContainer, #userInfo .user .details .email .skipContainer, #userInfo .user .details .userInfo .skipContainer, #userInfo .user .details .forgetPwd .skipContainer {
  display: flex;
  justify-content: center;
}
#userInfo .user .details .phone .skipLabel, #userInfo .user .details .email .skipLabel, #userInfo .user .details .userInfo .skipLabel, #userInfo .user .details .forgetPwd .skipLabel {
  color: #5CA8FF;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
  margin: 10px 0px 20px;
  height: -moz-fit-content;
  height: fit-content;
}
#userInfo .user .details .phone .phoneNum, #userInfo .user .details .phone .emailNum, #userInfo .user .details .phone .emailPwd, #userInfo .user .details .phone .phnemailPwd, #userInfo .user .details .phone .phncfnemailPwd, #userInfo .user .details .phone .default, #userInfo .user .details .email .phoneNum, #userInfo .user .details .email .emailNum, #userInfo .user .details .email .emailPwd, #userInfo .user .details .email .phnemailPwd, #userInfo .user .details .email .phncfnemailPwd, #userInfo .user .details .email .default, #userInfo .user .details .userInfo .phoneNum, #userInfo .user .details .userInfo .emailNum, #userInfo .user .details .userInfo .emailPwd, #userInfo .user .details .userInfo .phnemailPwd, #userInfo .user .details .userInfo .phncfnemailPwd, #userInfo .user .details .userInfo .default, #userInfo .user .details .forgetPwd .phoneNum, #userInfo .user .details .forgetPwd .emailNum, #userInfo .user .details .forgetPwd .emailPwd, #userInfo .user .details .forgetPwd .phnemailPwd, #userInfo .user .details .forgetPwd .phncfnemailPwd, #userInfo .user .details .forgetPwd .default {
  background: #edeef2;
  border-radius: 30px;
  height: 48px;
}
#userInfo .user .details .phone .phoneNum div, #userInfo .user .details .phone .emailNum div, #userInfo .user .details .phone .emailPwd div, #userInfo .user .details .phone .phnemailPwd div, #userInfo .user .details .phone .phncfnemailPwd div, #userInfo .user .details .phone .default div, #userInfo .user .details .email .phoneNum div, #userInfo .user .details .email .emailNum div, #userInfo .user .details .email .emailPwd div, #userInfo .user .details .email .phnemailPwd div, #userInfo .user .details .email .phncfnemailPwd div, #userInfo .user .details .email .default div, #userInfo .user .details .userInfo .phoneNum div, #userInfo .user .details .userInfo .emailNum div, #userInfo .user .details .userInfo .emailPwd div, #userInfo .user .details .userInfo .phnemailPwd div, #userInfo .user .details .userInfo .phncfnemailPwd div, #userInfo .user .details .userInfo .default div, #userInfo .user .details .forgetPwd .phoneNum div, #userInfo .user .details .forgetPwd .emailNum div, #userInfo .user .details .forgetPwd .emailPwd div, #userInfo .user .details .forgetPwd .phnemailPwd div, #userInfo .user .details .forgetPwd .phncfnemailPwd div, #userInfo .user .details .forgetPwd .default div {
  display: inline-block;
  color: #528cdb;
  padding: 0px 10px 0px 30px;
  border-right: 1px solid #528cdb;
}
#userInfo .user .details .phone .phoneNum input, #userInfo .user .details .phone .emailNum input, #userInfo .user .details .phone .emailPwd input, #userInfo .user .details .phone .phnemailPwd input, #userInfo .user .details .phone .phncfnemailPwd input, #userInfo .user .details .phone .default input, #userInfo .user .details .email .phoneNum input, #userInfo .user .details .email .emailNum input, #userInfo .user .details .email .emailPwd input, #userInfo .user .details .email .phnemailPwd input, #userInfo .user .details .email .phncfnemailPwd input, #userInfo .user .details .email .default input, #userInfo .user .details .userInfo .phoneNum input, #userInfo .user .details .userInfo .emailNum input, #userInfo .user .details .userInfo .emailPwd input, #userInfo .user .details .userInfo .phnemailPwd input, #userInfo .user .details .userInfo .phncfnemailPwd input, #userInfo .user .details .userInfo .default input, #userInfo .user .details .forgetPwd .phoneNum input, #userInfo .user .details .forgetPwd .emailNum input, #userInfo .user .details .forgetPwd .emailPwd input, #userInfo .user .details .forgetPwd .phnemailPwd input, #userInfo .user .details .forgetPwd .phncfnemailPwd input, #userInfo .user .details .forgetPwd .default input {
  width: calc(100% - 110px);
}
#userInfo .user .details .phone .emailPwd, #userInfo .user .details .phone .phncfnemailPwd, #userInfo .user .details .email .emailPwd, #userInfo .user .details .email .phncfnemailPwd, #userInfo .user .details .userInfo .emailPwd, #userInfo .user .details .userInfo .phncfnemailPwd, #userInfo .user .details .forgetPwd .emailPwd, #userInfo .user .details .forgetPwd .phncfnemailPwd {
  margin-bottom: 10px;
}
#userInfo .user .details .phone .phoneNum div, #userInfo .user .details .email .phoneNum div, #userInfo .user .details .userInfo .phoneNum div, #userInfo .user .details .forgetPwd .phoneNum div {
  cursor: pointer;
}
#userInfo .user .details .phone .emailNum input, #userInfo .user .details .phone .emailPwd input, #userInfo .user .details .phone .phncfnemailPwd input, #userInfo .user .details .phone .phnemailPwd input, #userInfo .user .details .email .emailNum input, #userInfo .user .details .email .emailPwd input, #userInfo .user .details .email .phncfnemailPwd input, #userInfo .user .details .email .phnemailPwd input, #userInfo .user .details .userInfo .emailNum input, #userInfo .user .details .userInfo .emailPwd input, #userInfo .user .details .userInfo .phncfnemailPwd input, #userInfo .user .details .userInfo .phnemailPwd input, #userInfo .user .details .forgetPwd .emailNum input, #userInfo .user .details .forgetPwd .emailPwd input, #userInfo .user .details .forgetPwd .phncfnemailPwd input, #userInfo .user .details .forgetPwd .phnemailPwd input {
  width: 90%;
  padding-left: 30px;
}
#userInfo .user .details .phone .checked, #userInfo .user .details .email .checked, #userInfo .user .details .userInfo .checked, #userInfo .user .details .forgetPwd .checked {
  margin: 12px 0px 10px 0px;
}
#userInfo .user .details .phone .checked .pwd input, #userInfo .user .details .email .checked .pwd input, #userInfo .user .details .userInfo .checked .pwd input, #userInfo .user .details .forgetPwd .checked .pwd input {
  height: 38px;
  border-radius: 55px;
  padding-left: 25px;
  width: 140px;
  margin: 0;
  background: #edeef2;
}
#userInfo .user .details .phone .checked .pwd button, #userInfo .user .details .email .checked .pwd button, #userInfo .user .details .userInfo .checked .pwd button, #userInfo .user .details .forgetPwd .checked .pwd button {
  border-radius: 55px;
  text-align: center;
  height: 48px;
  width: 171px;
  padding: 0;
  background: #519eff;
  color: #fff;
  cursor: pointer;
}
#userInfo .user .details .email #readOk {
  margin-left: 20px;
}
#userInfo .user .details .email label.point {
  cursor: pointer;
}
#userInfo .user .details .email .emailSpan {
  padding-top: 13px;
}
#userInfo .user .details .userInfo {
  height: 630px;
}
#userInfo .user .details .userInfo .default {
  position: relative;
}
#userInfo .user .details .userInfo .default input {
  width: calc(100% - 100px);
  margin-left: 25px;
}
#userInfo .user .details .userInfo .default button {
  position: absolute;
  background: no-repeat url(../image/bottom.png) -18px 0px;
  width: 45px;
  height: 45px;
  border-radius: 0px;
  top: 7px;
  right: 12px;
}
#userInfo .user .details .userInfo button.submit {
  margin: 20px auto;
}
#userInfo .user .details .userInfo button.exit {
  margin: -5px auto 0px;
  background: #a6bbd6 !important;
}
#userInfo .user .details .forgetPwd {
  height: auto;
}
#userInfo .user .details .forgetPwd p {
  font-size: 14px;
  font-weight: 300;
  color: #528cdb;
  text-align: center;
  cursor: pointer;
}
#userInfo .user .details label, #userInfo .user .details span, #userInfo .user .details label div {
  font-weight: 400;
  display: inline-flex;
  color: #528cdb;
}
#userInfo .user .details label div, #userInfo .user .details label {
  font-size: 14px;
  font-weight: 300;
}
#userInfo .user .details label {
  display: inline;
}
#userInfo .user .details input {
  margin: 10px auto 0px;
  border: none;
  background: transparent;
  color: #528cdb;
}
#userInfo .user .details input#readOk {
  margin: 0;
}
#userInfo .user .details input#readOk1 {
  margin-left: 20px;
}
#userInfo .user .details .forget {
  text-align: center;
  margin: -10px 0 10px;
}
#userInfo .user .details .forget span {
  cursor: pointer;
  font-size: 18px;
}
#userInfo .user .details .forget span:first-child {
  color: #afafaf;
  cursor: none;
}
#userInfo .user .details .submit {
  background: #519eff;
  color: #fff;
  width: 360px;
  border-radius: 55px;
  height: 48px;
  margin: 25px 0px 20px;
}
#userInfo .user .details p {
  font-size: 16px;
  margin: 20px auto;
  font-weight: 400;
}
#userInfo .user .details ul li {
  display: inline-block;
  cursor: pointer;
}
#userInfo .user .details ul li img {
  width: 35px;
}

#nationDetail {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
#nationDetail .content {
  width: 320px;
  background: white;
  height: 530px;
  padding: 10px 0px;
  display: none;
}
#nationDetail .content p {
  font-size: 18px;
  text-align: center;
  display: block;
  border-bottom: 2px solid rgba(224, 224, 224, 0.4);
  padding-bottom: 5px;
}
#nationDetail .content input.searchInp {
  margin: 5px 25px;
  border-radius: 20px;
  border-color: #e4e4e4;
  background: #fbf9f9;
  width: calc(100% - 73px);
  font-size: 14px;
}
#nationDetail .content button {
  background: transparent;
  float: right;
  font-size: 18px;
  color: #888686;
  margin-top: -32px;
  margin-right: 10px;
}
#nationDetail .content ul {
  height: calc(100% - 58px);
  overflow: auto;
}
#nationDetail .content ul li {
  padding: 5px;
  margin: 5px 10px;
  border-bottom: 1px solid #efefef;
  position: relative;
  cursor: pointer;
}
#nationDetail .content ul li span {
  font-size: 16px;
}
#nationDetail .content ul li span.right {
  top: 9px;
  position: absolute;
  right: 0px;
}

#sex {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
#sex .content {
  display: none;
  width: 300px;
  background: white;
  height: 145px;
}
#sex .content ul li {
  text-align: center;
  border-bottom: 2px solid #efeef4;
  cursor: pointer;
  padding: 10px 0px;
  font-size: 17px;
}
#sex .content button {
  border-top: 5px solid #efeef4;
  width: 100%;
  font-size: 17px;
  padding: 12px 0px;
  background: #fff;
}

#loading {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
#loading .absoluteCenter {
  width: 250px;
  height: 140px;
  text-align: center;
}
#loading .absoluteCenter img {
  width: 150px;
  margin: 0 auto;
  display: block;
}
#loading .absoluteCenter img.loading_img {
  display: none;
}
#loading .absoluteCenter span {
  display: none;
  color: #fff;
}
#loading.showPack .absoluteCenter img {
  display: none;
}
#loading.showPack .absoluteCenter img.loading_img {
  display: block;
}
#loading.showPack .absoluteCenter span {
  display: block;
}

#downApp {
  display: none;
  height: 65px;
  overflow: hidden;
  top: initial;
  background: url("../image/main/downBg.jpg") no-repeat center center/cover;
}
#downApp .content .down1 {
  position: absolute;
}
#downApp .content .down1.left {
  height: 31px;
  top: 18px;
  left: 50px;
}
#downApp .content .down1.right {
  background: linear-gradient(90deg, #00c6ff, #198ffa);
  box-shadow: 0px 4px 9px 0px #5fa2f0;
  padding: 5px 30px;
  color: #fff;
  right: 10px;
  top: 18px;
  border-radius: 20px;
  font-size: 15px;
}
#downApp .content .close {
  width: 30px;
  padding: 0;
  height: 30px;
  top: 18px;
  left: 8px;
  background: rgba(73, 153, 233, 0.4) url("../image/photoView/close2.png") no-repeat 8px 8px/15px;
  border-radius: 100%;
}
#downApp .content span {
  margin: auto;
  width: calc(100% - 207px);
  display: block;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

#downAppBg {
  background: no-repeat center center/cover;
  z-index: 9999;
  display: none;
}
#downAppBg .down {
  background: #fff;
  width: 70%;
  top: calc(100% - 150px);
  position: absolute;
  color: #4999E8;
  border-radius: 7px;
  padding: 5px 0px;
  margin: auto 15%;
}

#main .center {
  width: 1366px;
  margin: 0px auto;
}
#main .static {
  position: relative;
}
#main .static.searchMain {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
#main .static.searchMain .content {
  margin: 0 auto;
  height: 300px;
  text-align: center;
  padding-top: 300px;
}
#main .static.searchMain .content .search {
  margin: 30px auto 0;
  background: #fff;
  width: 660px;
  height: 55px;
  border: 1px solid rgba(0, 198, 255, 0.87);
  border-radius: 55px;
  position: relative;
  text-align: left;
}
#main .static.searchMain .content .search input {
  border: none;
  padding: 0 60px 0 40px;
  line-height: 50px;
  width: calc(100% - 150px);
  height: calc(100% - 7px);
  margin: 3px 0px 0px 18px;
  font-size: 22px;
  background: transparent url(../image/search.png) no-repeat 4px 9px/30px auto;
}
#main .static.searchMain .content .search .button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#main .static.searchMain .content .search .button-wrapper img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 16px;
}
#main .static.searchMain .content .search .button-wrapper .add-button {
  padding: 0px 26px;
  height: 100%;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(0, 198, 255), rgb(25, 143, 250));
  color: #F6F6F6;
  line-height: 55px;
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
  white-space: nowrap;
}
#main .static.downApp {
  display: none;
  width: 100%;
  background-image: linear-gradient(to bottom, #fafafa, #f0efef);
}
#main .static.downApp .phone {
  position: relative;
}
#main .static.downApp .phone .phoneImg {
  height: 600px;
}
#main .static.downApp .phone .content {
  position: absolute;
  right: 28px;
  top: 100px;
  width: 800px;
}
#main .static.downApp .phone .content .top .topImg1 {
  width: 190px;
}
#main .static.downApp .phone .content .top div {
  text-align: center;
  width: calc(100% - 250px);
  float: right;
  margin-right: 50px;
}
#main .static.downApp .phone .content .top div p {
  font-size: 22px;
}
#main .static.downApp .phone .content .top div span {
  font-size: 35px;
  margin: 0px 15px;
  font-weight: 400;
}
#main .static.downApp .phone .content .top div span.red {
  color: #EC2B6A;
}
#main .static.downApp .phone .content .top div span.blue {
  color: #5CA8FF;
}
#main .static.downApp .phone .content .bottom {
  position: relative;
  margin-top: 60px;
}
#main .static.downApp .phone .content .bottom .phoneDiv {
  display: none;
}
#main .static.downApp .phone .content .bottom .iphone, #main .static.downApp .phone .content .bottom .android {
  width: 340px;
  display: inline-block;
  padding: 25px 30px;
  margin: 0px 0px 45px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 21px 0 rgba(168, 165, 165, 0.5);
  background: #EC2B6A;
  text-align: center;
}
#main .static.downApp .phone .content .bottom .iphone img, #main .static.downApp .phone .content .bottom .android img {
  height: 35px;
  margin: 0px 30px 0px -30px;
}
#main .static.downApp .phone .content .bottom .iphone span, #main .static.downApp .phone .content .bottom .android span {
  color: #fff;
  font-size: 18px;
  vertical-align: super;
}
#main .static.downApp .phone .content .bottom .QRCode {
  position: absolute;
  top: 0px;
  right: 137px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 2px 21px 0 rgba(168, 165, 165, 0.5);
}
#main .static.downApp .phone .content .bottom .QRCode img {
  width: 180px;
}
#main .static.downApp .phone .content .bottom .QRCode p {
  margin-top: -10px;
}
#main .static.downApp .cooperation {
  text-align: center;
  margin-top: 100px;
}
#main .static.downApp .cooperation img {
  width: 1150px;
}
#main .static.downApp .cooperation span {
  background-image: linear-gradient(94deg, #ff2c77, #d3219e);
  font-size: 57.4px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.1px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 5px rgba(110, 6, 39, 0.2);
}
#main .static.downApp .flow {
  position: relative;
}
#main .static.downApp .flow img {
  width: 100%;
}
#main .static.downApp .flow .phone {
  display: none;
}
#main .static.downApp .flow span {
  position: absolute;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.63;
  letter-spacing: -0.8px;
  color: #424241;
}
#main .static.downApp .flow span.span1 {
  top: 85px;
  left: 175px;
}
#main .static.downApp .flow span.span2 {
  top: 280px;
  left: 870px;
}
#main .static.downApp .flow span.span3 {
  top: 810px;
  left: 315px;
}
#main .static.downApp .flow span.span4 {
  top: 1150px;
  left: 985px;
}
#main .static.downPhoto {
  display: none;
  background-image: linear-gradient(to bottom, #fafafa, #f5f4f4);
  margin-top: -35px;
}
#main .static.downPhoto .photo span {
  background-image: linear-gradient(108deg, #8fc4ff, #ff7ab3 46%, #ffce58);
  font-size: 60px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1.2px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 7px rgba(110, 6, 39, 0.2);
  margin: 80px 107px 50px;
  display: inline-block;
}
#main .static.downPhoto .photo img {
  width: 100%;
}
#main .static.downPhoto .flow {
  padding: 250px 0px 50px;
  text-align: center;
  position: relative;
}
#main .static.downPhoto .flow span {
  position: absolute;
  padding: 25px 30px;
  border-radius: 13px;
  background: #e9e9e9;
  font-size: 28px;
}
#main .static.downPhoto .flow span:after {
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  border: 0px solid transparent;
}
#main .static.downPhoto .flow span.span1 {
  left: 200px;
  top: 120px;
  color: #fe9d55;
}
#main .static.downPhoto .flow span.span1:after {
  border-top: 40px solid #e9e9e9;
  border-left: 22px solid transparent;
  top: 73px;
  left: 60px;
  transform: skew(25deg);
}
#main .static.downPhoto .flow span.span2 {
  left: 600px;
  top: 160px;
  color: #EC2B6A;
}
#main .static.downPhoto .flow span.span2:after {
  border-top: 50px solid #e9e9e9;
  border-left: 20px solid transparent;
  top: 74px;
  left: 65px;
  transform: skew(42deg);
}
#main .static.downPhoto .flow span.span3 {
  left: 990px;
  top: 155px;
  color: #6a9c30;
}
#main .static.downPhoto .flow span.span3:after {
  border-top: 90px solid #e9e9e9;
  border-right: 22px solid transparent;
  top: 73px;
  left: 40px;
  transform: skew(-20deg);
}
#main .static.downPhoto .cooperation p {
  font-size: 42px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  margin: 100px 0px 60px;
}
#main .static.downPhoto .cooperation .list .item {
  display: inline-block;
  width: 225px;
  border: 1px solid #e0e0e0;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 165px;
  vertical-align: top;
  position: relative;
}
#main .static.downPhoto .cooperation .list .item img {
  width: 165px;
}
#main .static.downPhoto .cooperation .list .item.noBorderRight {
  border-right-color: transparent;
}
#main .static.downPhoto .cooperation .list .item.noBorderBottom {
  border-bottom-color: transparent;
}
#main .static.downPhoto .map {
  text-align: center;
}
#main .static.downPhoto .map img {
  margin-top: 70px;
}
#main .static.downPhoto .map p {
  padding: 10px 0px;
  font-size: 26px;
}
#main .static.downPhoto .map p span {
  color: #EC2B6A;
  font-size: 52px;
  font-weight: 400;
}
#main .static.downPhoto .map p.left {
  margin-left: 60px;
  text-align: left;
}
#main .static.downPhoto .map p.right {
  text-align: right;
  margin-right: 70px;
}

#photoView {
  top: 70px;
}
#photoView .center {
  background-color: #f7f4f4;
}
#photoView .center .titleBar {
  background: no-repeat top/cover;
  position: relative;
  box-shadow: 0 10px 25px 0px #c8c5c5;
  height: 500px;
}
#photoView .center .titleBar .info {
  position: absolute;
  background: rgba(111, 111, 111, 0.45);
  width: 100%;
  bottom: 0;
  height: 60px;
}
#photoView .center .titleBar .info .parkName {
  font-size: 36px;
  margin-left: 50px;
  line-height: 60px;
  color: #fff;
}
#photoView .center .titleBar .info .photoInfo {
  position: absolute;
  right: 50px;
  bottom: 16px;
}
#photoView .center .titleBar .info .photoInfo span {
  display: inline-block;
  color: #fff;
  margin: 0 20px;
}
#photoView .center .titleBar .info .photoInfo span.phone_Card {
  letter-spacing: 2px;
}
#photoView .center .viewList .photoList {
  margin: 50px auto 40px;
  width: 1200px;
}
#photoView .center .viewList .photoList .photo {
  display: inline-block;
  margin: 5px 5px 0px 5px;
  background: darkgray;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#photoView .center .viewList .photoList .photo img, #photoView .center .viewList .photoList .photo video {
  position: absolute;
}
#photoView .center .viewList .photoList .photo .absoluteCenter {
  background: url("../image/photoView/play.png") no-repeat center center/35px;
}
#photoView .center .viewList .photoList.selectMode .photo {
  position: relative;
}
#photoView .center .viewList .photoList.selectMode .photo:after, #photoView .center .viewList .photoList.selectMode .photo:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
}
#photoView .center .viewList .photoList.selectMode .photo:after {
  background: rgba(51, 51, 51, 0.4);
}
#photoView .center .viewList .photoList.selectMode .photo.select:before {
  background: #4999E8 url(../image/manage/select.png) no-repeat 0 0/40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 3;
}
#photoView .center .viewList .photoList.selectMode .photo .select-box {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  z-index: 2;
  background-color: #4999E8;
  position: absolute;
  top: 0;
  left: 0;
}
#photoView .center .viewList .pageList {
  height: 55px;
  padding-top: 15px;
  text-align: center;
  display: none;
}
#photoView .center .viewList .pageList a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin: 0px 5px;
}
#photoView .center .viewList .pageList a.prevPage, #photoView .center .viewList .pageList a.nextPage {
  background: no-repeat 7px 4px/15px;
}
#photoView .center .viewList .pageList a.prevPage {
  background-image: url("../image/photoView/pageLeft.png");
}
#photoView .center .viewList .pageList a.nextPage {
  background-image: url("../image/photoView/pageRight.png");
}
#photoView .center .viewList .pageList span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#photoView .center .viewList .pageList span input {
  width: 35px;
  border: 1px solid #d2cdcd;
}
#photoView .center .viewList .pageList span.disabled.left, #photoView .center .viewList .pageList span.disabled.right {
  background: no-repeat 7px 4px/15px;
}
#photoView .center .viewList .pageList span.disabled.left {
  background-image: url("../image/photoView/pageLeftDisabled.png");
}
#photoView .center .viewList .pageList span.disabled.right {
  background-image: url("../image/photoView/pageRightDisabled.png");
}
#photoView .center .viewList .pageList span.current {
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6aa7e8), to(#2280e4));
  border-radius: 100%;
  color: #fff;
}
#photoView .center .viewList .pageList span.current, #photoView .center .viewList .pageList span.more {
  margin: 0px 5px;
}
#photoView .center .shop {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #4999E8 url(../image/manage/shop.png) no-repeat 15px 10px/30px;
  top: inherit;
  bottom: 110px;
  right: 10px;
  position: fixed;
  border-radius: 100%;
  box-shadow: 0px 6px 20px -5px rgba(10, 88, 163, 0.64);
}
#photoView .center .menu {
  position: fixed;
  bottom: 30px;
  top: inherit;
  right: 10px;
  z-index: 3;
  text-align: right;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  height: 66px;
  overflow: hidden;
}
#photoView .center .menu div.manage {
  background: #4999E8 url("../image/manage/manage.png") no-repeat 13px 10px/35px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0px 6px 20px -5px rgba(10, 88, 163, 0.64);
  cursor: pointer;
  z-index: 2;
  margin-top: 2px;
  display: inline-block;
}
#photoView .center .menu ul {
  right: -480px;
  border-radius: 100px;
  background: #e3e3e4;
  height: 65px;
  position: absolute;
  top: -2px;
  text-align: center;
  width: 420px;
}
#photoView .center .menu ul li {
  position: relative;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  margin: 4px 7px 0;
  text-align: center;
  width: auto;
}
#photoView .center .menu ul li img {
  width: 30px;
  padding: 5px;
  background: #4999E8;
  border-radius: 100%;
}
#photoView .center .menu ul li span {
  font-size: 12px;
  color: #4999E8;
  margin-top: -5px;
  display: block;
  font-weight: 400;
}
#photoView .center .cardList {
  width: 360px;
  position: fixed;
  top: 0px;
  right: -360px;
  bottom: 0;
  z-index: 999;
  background: #f2f2f2;
  box-shadow: 0 0px 25px 0px #c8c5c5;
}
#photoView .center .cardList .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: auto;
  bottom: 0;
  padding-top: 30px;
}
#photoView .center .cardList .content .more {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 26px;
  margin-left: 26px;
  align-items: center;
}
#photoView .center .cardList .content .more b {
  font-size: 24px;
  font-weight: 400;
}
#photoView .center .cardList .content .more p {
  font-weight: 400;
  color: #EC2B6A;
  cursor: pointer;
  white-space: nowrap;
}
#photoView .center .cardList .content .card {
  width: 300px;
  display: block;
  margin: 20px auto;
  cursor: pointer;
  position: relative;
  background: no-repeat center center/cover;
  height: 170px;
  border-radius: 17px;
}
#photoView .center .cardList .content .card div {
  position: absolute;
  bottom: 0;
  background: rgba(51, 51, 51, 0.5);
  width: calc(100% - 20px);
  border-radius: 0 0 17px 17px;
  padding-right: 20px;
  text-align: right;
}
#photoView .center .cardList .content .card div span {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
#photoView .center .cardList .content .card div span:last-child {
  float: left;
  padding-left: 20px;
}
#photoView .center .cardList .content .card button {
  background: red;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -10px;
}
#photoView .center .cardList .showCodes {
  content: "";
  position: absolute;
  top: calc(50% - 70px);
  width: 27px;
  height: 140px;
  border-radius: 7px 0 0px 7px;
  background: #4999E8 url(../image/photoView/left.png) no-repeat -1px 49px/30px;
  left: -27px;
  z-index: 1;
}
#photoView .center .cardList.show .showCodes {
  background-image: url("../image/photoView/right.png");
}
#photoView .center .preview {
  background: rgba(16, 16, 16, 0.8);
  display: none;
}
#photoView .center .preview .content {
  overflow: hidden;
  width: calc(100% - 200px);
  height: unset;
}
#photoView .center .preview .content div.photo {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
  text-align: center;
  top: 10px;
}
#photoView .center .preview .content div.photo img, #photoView .center .preview .content div.photo video {
  cursor: pointer;
  max-width: 90%;
  width: 50%;
  max-height: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.6);
}
#photoView .center .preview .content div.photo.shade img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#photoView .center .preview .content div.operation {
  text-align: center;
  margin-top: 20px;
}
#photoView .center .preview .content div.operation div {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background: #4999E8;
  width: 400px;
  border-radius: 30px;
  box-shadow: -1px -2px 10px -2px rgba(10, 88, 163, 0.5);
  padding: 12px 0px;
}
#photoView .center .preview .content div.operation div a {
  padding: 10px 0px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#photoView .center .preview .content div.operation div.down.no {
  background: #b5b5b5;
}
#photoView .center .preview .content div.operation div.down a.paid {
  padding-left: 35px;
  background: url("../image/photoView/down2.png") no-repeat 0px 11px/32px;
}
#photoView .center .preview .content div.operation div.delete {
  background: url("../image/photoView/delete.png") no-repeat 0 0;
  display: none;
}
#photoView .center .preview .content div.operation div.share {
  background: url("../image/photoView/share.png") no-repeat 0 0;
  display: none;
}
#photoView .center .preview .button {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(16, 16, 16, 0.7) no-repeat 8px 6px/48px;
  border-radius: 100%;
  top: calc(50% - 53px);
  opacity: 0.8;
  z-index: 999;
}
#photoView .center .preview .button.left {
  background-image: url("../image/photoView/left.png");
  left: 20px;
}
#photoView .center .preview .button.right {
  background-image: url("../image/photoView/right.png");
  right: 20px;
}
#photoView .center .noPhoto {
  height: 430px;
  position: relative;
}
#photoView .center .noPhoto .absoluteCenter {
  padding-top: 20px;
  text-align: center;
}
#photoView .center .noPhoto .absoluteCenter img {
  height: 330px;
}
#photoView .center .noPhoto .absoluteCenter span {
  display: block;
  text-align: center;
  color: #989898;
  font-size: 26px;
  margin-top: -45px;
}
#photoView .center .marquee {
  height: 25px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  background-color: #4999E8;
  padding: 10px 0px;
  border-radius: 5px;
}
#photoView .center .marquee div {
  display: block;
  width: 200%;
  height: 25px;
  position: absolute;
  overflow: hidden;
  animation: marquee 13.33s linear infinite;
  display: flex;
  align-items: center;
}
#photoView .center .marquee div span {
  font-size: 16px;
  float: left;
  width: 50%;
  color: #ffffff;
  text-align: center;
}
#photoView .center .banner {
  height: 25px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  background-color: #4999E8;
  padding: 10px 0px;
  border-radius: 5px;
}
#photoView .center .banner div {
  display: block;
  width: 200%;
  height: 25px;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#photoView .center .banner div span {
  font-size: 16px;
  float: left;
  width: 50%;
  color: #ffffff;
  text-align: center;
}
@keyframes marquee {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
#photoView .center .marqueeContainer {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  #photoView .center .banner,
  #photoView .center .marquee {
    height: 20px;
  }
  #photoView .center .banner div,
  #photoView .center .marquee div {
    height: 20px;
  }
  #photoView .center .banner div span,
  #photoView .center .marquee div span {
    font-size: 12px;
  }
  #photoView .center .marqueeContainer {
    margin: 25px auto 20px;
  }
}
@media (max-width: 350px) {
  #photoView .center .banner,
  #photoView .center .marquee {
    height: 17px;
  }
  #photoView .center .banner div,
  #photoView .center .marquee div {
    height: 17px;
  }
  #photoView .center .banner div span,
  #photoView .center .marquee div span {
    font-size: 10px;
  }
}
#contact, #payment {
  width: auto;
  max-width: 800px;
  background: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 50px;
  margin: auto;
}
#contact .view, #payment .view {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 9px 0px rgba(35, 148, 250, 0.2);
  border-radius: 16px;
  padding: 30px 50px;
}
#contact .view .red, #payment .view .red {
  color: #EC2B6A;
}
#contact .view .blue, #payment .view .blue {
  color: #5CA8FF;
  cursor: pointer;
}
#contact .view h1, #payment .view h1 {
  font-size: 35px;
  font-weight: 400;
  margin: 0px -50px 30px -50px;
  padding: 0px 50px;
  border-bottom: 1px solid rgb(210, 210, 210);
}
#contact .view h3, #payment .view h3 {
  font-size: 25px;
  display: inline;
}
#contact .view h3.red, #payment .view h3.red {
  display: block;
  border-top: 1px solid rgb(210, 210, 210);
  padding-top: 20px;
  margin: 20px 0px;
}
#contact .view .item, #payment .view .item {
  margin: 10px 0px;
  position: relative;
}
#contact .view .item div, #payment .view .item div {
  display: inline-block;
  width: 168px;
  padding: 8px 0;
  margin-right: 48px;
}
#contact .view .item div.check, #payment .view .item div.check {
  display: none;
  background: #fff;
  width: calc(100% - 2px);
  margin: -14px auto 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  z-index: 1;
  padding-top: 22px;
  border: 1px solid rgba(234, 234, 234, 0.87);
}
#contact .view .item div.check span, #payment .view .item div.check span {
  display: block;
  padding: 5px 20px;
  font-size: 16px;
  cursor: pointer;
}
#contact .view .item input, #payment .view .item input {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 5px 0px 15px;
  background: rgb(239, 240, 244);
  border-radius: 37px;
  border: 2px solid rgba(234, 234, 234, 0.87);
  z-index: 2;
  position: relative;
}
#contact .view .item textarea, #payment .view .item textarea {
  width: 100%;
  background: rgb(239, 240, 244);
  border-radius: 20px;
  border: 2px solid rgba(234, 234, 234, 0.87);
  height: 200px;
}
#contact .view .payment-footer, #payment .view .payment-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#contact .view button, #payment .view button {
  width: 400px;
  height: 50px;
  background: rgb(92, 168, 255);
  box-shadow: 0px 14px 37px -17px rgba(0, 26, 44, 0.31);
  border-radius: 37px;
  border: 1px solid rgba(234, 234, 234, 0.87);
  color: #fff;
}

#payment .view h1 {
  font-size: 28px;
  padding: 0px 30px 10px;
  margin-bottom: 20px;
}
#payment .view .orderInfo {
  position: relative;
}
#payment .view .orderInfo .ppCode {
  width: 150px;
  height: 150px;
  background: #F6F6F6;
  position: absolute;
  border-radius: 10px;
}
#payment .view .orderInfo .ppCode img {
  max-width: 135px;
  max-height: 150px;
}
#payment .view .orderInfo ul.orderName {
  margin-left: 175px;
  padding: 10px;
}
#payment .view .orderInfo ul.orderName li {
  height: 50px;
  position: relative;
}
#payment .view .orderInfo ul.orderName li.grey p {
  color: #979797;
}
#payment .view .orderInfo ul.orderName li.grey p.red {
  color: #EB2323;
}
#payment .view .orderInfo ul.orderName li.grey p.right {
  position: absolute;
  right: 0px;
  top: 2px;
}
#payment .view .orderInfo .sumMoney {
  text-align: right;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}
#payment .view .orderInfo .sumMoney span {
  font-weight: 400;
}
#payment .view .orderInfo .sumMoney span.money {
  color: #EB2323;
}
#payment .view .payType ul li {
  cursor: pointer;
  width: calc(100% - 120px);
  background: no-repeat 0px 8px/69px;
  border-bottom: 1px solid #d2d2d2;
  padding: 30px 20px 30px 100px;
  position: relative;
}
#payment .view .payType ul li:last-child {
  border-bottom: none;
}
#payment .view .payType ul li::after, #payment .view .payType ul li::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #C7C7CD;
  right: 0px;
}
#payment .view .payType ul li::before {
  background: transparent;
}
#payment .view .payType ul li.click::before {
  background: #388EF2;
  width: 14px;
  height: 14px;
  top: 33px;
  right: 3px;
}
#payment .qrCode {
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
#payment .qrCode .absoluteCenter {
  background: #fff;
  width: 385px;
  height: 475px;
}
#payment .qrCode .absoluteCenter button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  background: no-repeat url(../image/photoView/close.png) 10px 9px/30px;
}
#payment .qrCode .absoluteCenter #qrCode {
  margin-top: 85px;
}
#payment .qrCode .absoluteCenter #qrCode img {
  margin: auto;
  padding: 15px;
  border: 1px solid #c1d7ff;
}
#payment .qrCode .absoluteCenter .text {
  width: 132px;
  color: #fff;
  font-size: 14px;
  padding: 10px 35px 10px 65px;
  margin: 35px auto 0;
  max-width: 232px;
  background: #455D85 no-repeat url(../image/group.png) 16px 13px/34px;
}

#about {
  width: 100%;
  background: #f5f5f5;
  padding-top: 0;
}
#about .about_img {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  background: url(../image/about/about.jpg) center no-repeat;
  background-size: cover;
}
#about .view {
  width: 960px;
  margin: 0 auto;
}
#about .view ul {
  margin: 20px 0px;
}
#about .view ul li {
  list-style: decimal;
  margin: 10px 50px;
}
#about .view .footer {
  padding-bottom: 30px;
}
#about .view .footer a {
  color: #5CA8FF;
}

#help, #policy, #service {
  top: 70px;
  background: #f5f5f5;
}
#help .view, #policy .view, #service .view {
  width: calc(100% - 200px);
  padding: 120px 0;
  margin: 0 auto;
}
#help .view .headline, #policy .view .headline, #service .view .headline {
  font-weight: 400;
  margin-bottom: 10px;
}
#help .view div.headline, #policy .view div.headline, #service .view div.headline {
  font-size: 35px;
}
#help .view a, #policy .view a, #service .view a {
  text-decoration: underline;
  color: #5CA8FF;
}
#help .view p, #policy .view p, #service .view p {
  margin-bottom: 10px;
}
#help .view ul, #policy .view ul, #service .view ul {
  margin: 20px 0px;
}
#help .view ul li, #policy .view ul li, #service .view ul li {
  list-style: decimal;
  margin: 10px 50px;
}

#LandingPage {
  background: #fff;
}
#LandingPage .content {
  padding: 20% 0;
  width: 80%;
  text-align: center;
}
#LandingPage .content div {
  display: inline-block;
}
#LandingPage .content div#ctripCode {
  padding-bottom: 20px;
}
#LandingPage .content button {
  background: #6baefb;
  width: 200px;
  color: #fff;
  border-radius: 20px;
  margin: 90px 0px 0px;
  font-size: 18px;
  height: 40px;
  box-shadow: 0px 10px 10px 0px rgba(99, 139, 185, 0.39);
}

.WordSection1 {
  width: 80%;
  margin: 70px auto 0px;
}

.jedateblue * {
  font-size: 14px;
}
.jedateblue .daybox .arthead {
  background-color: #EC2B6A;
}
.jedateblue .daybox .arthead em:hover, .jedateblue .daybox .arthead .ymbtn:hover {
  background-color: #EC2B6A;
}
.jedateblue .daysul td.other, .jedateblue .daysul td.other .nolunar, .jedateblue .daysul td.other .lunar {
  color: #cacaca;
}
.jedateblue .daysul td.actdate, .jedateblue .daysul td.actdate:hover, .jedateblue .daysul td.actdate .lunar {
  background-color: #EC2B6A;
}
.jedateblue .daysul td.actdate p, .jedateblue .daysul td.actdate:hover p, .jedateblue .daysul td.actdate .lunar p {
  color: #fff;
}
.jedateblue .mainfoot .btnscon span {
  font-size: 15px;
  background-color: #EC2B6A;
}

.isApp #topTitle {
  display: none;
}
.isApp #contact {
  padding-top: 0px;
}
.isApp .WordSection1 {
  margin-top: 30px;
}

@media (max-width: 900px) {
  #photoView .center .titleBar .info .parkName {
    font-size: 25px;
  }
  #photoView .center .titleBar .info .photoInfo {
    bottom: 0px;
    right: 30px;
  }
  #photoView .center .titleBar .info .photoInfo span.phone_Card {
    letter-spacing: inherit;
    display: inherit;
  }
}
@media (max-width: 1200px) {
  #topTitle .menu ul {
    display: none;
  }
}
@media (max-width: 1366px) {
  #main .static.searchMain .content {
    padding-top: 230px;
  }
  #main .static.searchMain .content .search {
    width: 560px;
    height: 60px;
  }
  #main .static.downApp .flow img.phone {
    display: none;
  }
  #main .static.downApp .flow span {
    font-size: 35px;
  }
  #main .static.downApp .flow span.span1 {
    top: 82px;
    left: 160px;
  }
  #main .static.downApp .flow span.span2 {
    top: 266px;
    left: 820px;
  }
  #main .static.downApp .flow span.span3 {
    top: 771px;
    left: 297px;
  }
  #main .static.downApp .flow span.span4 {
    top: 1096px;
    left: 939px;
  }
  #main .static.downPhoto .cooperation .list .item {
    width: 213px;
  }
  #main .static.downPhoto .photo span {
    margin: 80px 96px 50px;
  }
  #main .center {
    width: 1300px;
  }
  #photoView .center .titleBar {
    height: 350px;
  }
  #photoView .center .viewList .menu {
    height: 70px;
  }
  #photoView .center .viewList .menu span.btn {
    font-size: 24px;
    line-height: 70px;
  }
  #photoView .center .viewList .menu div.menu3 {
    top: 39px;
  }
  #photoView .center .viewList .photoList {
    width: 100%;
  }
  #userInfo .personalCenter .content b {
    top: -48px;
  }
  #topTitle .menu div {
    margin: 0px 15px;
  }
}
@media (max-width: 1000px) {
  #about .view {
    width: 100%;
  }
  #contact .view {
    width: calc(100% - 100px);
  }
}
@media (max-width: 640px) {
  html {
    font-size: 5.3333333333vw;
  }
  body {
    font-size: 20px;
  }
  #topTitle {
    height: 60px;
  }
  #topTitle .logo img {
    max-width: 230px;
    margin-left: 30px;
    margin-top: 15px;
  }
  #topTitle.userInfo {
    height: 60px;
  }
  #topTitle.userInfo div.menu div, #topTitle.userInfo div.menu span, #topTitle.userInfo div.menu ul li, #topTitle.userInfo div.menu ul li p {
    color: #424241;
  }
  #main .static.searchMain .content {
    width: 15rem;
    padding-top: 9rem;
  }
  #main .static.searchMain .content img {
    width: 10rem;
  }
  #main .static.searchMain .content .search {
    height: 35px;
    width: 100%;
  }
  #main .static.searchMain .content .search input {
    font-size: 14px;
    width: calc(100% - 109px);
    line-height: 30px;
    background-size: 21px;
    background-position: 7px 3px;
  }
  #main .static.searchMain .content .search div {
    line-height: 38px !important;
    font-size: 14px;
    padding: 0;
    width: 50px;
    text-align: center;
  }
  #main .static.downApp .phone {
    width: 100%;
  }
  #main .static.downApp .phone .phoneImg {
    display: none;
  }
  #main .static.downApp .phone .content {
    position: static;
    width: 100%;
  }
  #main .static.downApp .phone .content .top, #main .static.downApp .phone .content .bottom .QRCode, #main .static.downApp .phone .content .bottom br {
    display: none;
  }
  #main .static.downApp .phone .content .bottom {
    margin-top: 0px;
    text-align: center;
  }
  #main .static.downApp .phone .content .bottom .iphone, #main .static.downApp .phone .content .bottom .android {
    margin: 0px;
    width: 8rem;
    padding: 10px 0px;
  }
  #main .static.downApp .phone .content .bottom .iphone img, #main .static.downApp .phone .content .bottom .android img {
    margin: 0px;
  }
  #main .static.downApp .phone .content .bottom .phoneDiv {
    display: block;
    padding-top: 30px;
  }
  #main .static.downApp .phone .content .bottom .phoneDiv p {
    margin: 5px 70px 20px;
  }
  #main .static.downApp .phone .content .bottom .phoneDiv b {
    font-weight: 400;
    font-size: 24px;
  }
  #main .static.downApp .cooperation {
    display: none;
  }
  #main .static.downApp .flow {
    width: 100%;
    margin-top: 40px;
  }
  #main .static.downApp .flow span {
    font-size: 20px;
  }
  #main .static.downApp .flow span.span1 {
    top: calc(2% + 4px);
    left: 26%;
  }
  #main .static.downApp .flow span.span2 {
    top: calc(26% + 5px);
    left: 47%;
  }
  #main .static.downApp .flow span.span3 {
    top: calc(50% + 4px);
    left: 32%;
  }
  #main .static.downApp .flow span.span4 {
    top: calc(78% + 7px);
    left: calc(56% + 8px);
  }
  #main .static.downApp .flow img.phone {
    display: block;
  }
  #main .static.downApp .flow img.web {
    display: none;
  }
  #main .static.downPhoto {
    display: none;
  }
  #contact {
    width: calc(100% - 60px);
    padding: 60px 0px 0px;
    margin: 0;
  }
  #contact .view {
    width: 100%;
    padding: 30px;
    border-radius: 0;
  }
  #contact .view h1 {
    margin: 0px -30px 30px -30px;
    padding: 0px 30px;
  }
  #contact .view .item textarea {
    width: 100%;
  }
  #contact .view button {
    width: calc(100% - 20px);
    margin: 0px 10px 30px;
  }
  #about .view p, #about .view .footer {
    padding: 0px 10px;
  }
  #base .content {
    gap: 0.3rem;
  }
  #base .content .logo2 img {
    height: 30px;
  }
  #base .content .footerLinks {
    gap: 1.2rem;
  }
  #help, #policy, #service {
    margin-bottom: 30px;
  }
  #help .view, #policy .view, #service .view {
    width: calc(100% - 40px);
    padding: 20px;
  }
  #photoView {
    margin-bottom: 30px;
  }
  #photoView .center .titleBar {
    height: 220px;
  }
  #photoView .center .titleBar .info {
    height: 40px;
  }
  #photoView .center .titleBar .info .parkName {
    line-height: 40px;
    font-size: 20px;
    margin-left: 20px;
  }
  #photoView .center .titleBar .info .parkName span {
    display: none;
  }
  #photoView .center .titleBar .info .parkName img {
    height: 40px;
    top: 15px;
    left: 28px;
  }
  #photoView .center .titleBar .info .photoInfo {
    right: 0px;
    bottom: 4px;
    font-size: 16px;
  }
  #photoView .center .titleBar .info .photoInfo span {
    font-size: 12px;
  }
  #photoView .center .titleBar .info .photoInfo div {
    display: none;
  }
  #photoView .center .viewList .menu {
    height: 55px;
  }
  #photoView .center .viewList .menu span.btn {
    font-size: 18px;
    padding: 4px 30px;
    line-height: 45px;
  }
  #photoView .center .viewList .menu .menu3 {
    display: none;
  }
  #photoView .center .viewList .photoList {
    margin: 20px 0px;
  }
  #photoView .center .viewList .photoList .photo {
    margin: -4px 2px 0px;
  }
  #photoView .center .cardList {
    width: calc(100% - 27px);
    right: calc(-100% + 27px);
  }
  #photoView .center .cardList .content {
    width: 100%;
  }
  #photoView .center .cardList .content .card {
    width: calc(100% - 46px);
  }
  #photoView .center .cardList .content .card img {
    width: 100%;
    height: inherit;
  }
  #photoView .center .preview .content {
    width: 100%;
  }
  #photoView .center .preview .content div.photo .button {
    display: none;
  }
  #photoView .center .preview .content div.operation div {
    width: calc(100% - 20px);
  }
  #photoView .center .noPhoto .absoluteCenter img {
    height: 230px;
  }
  #photoView .center .menu div .manage {
    width: 40px;
    height: 40px;
  }
  #photoView .center .menu ul {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100vw;
    text-align: right;
  }
  #photoView .center .menu ul li {
    margin: 4px 3px 0;
  }
  #photoView .center .menu ul li.menu-cancel {
    display: none;
  }
  #photoView .center .menu ul li img {
    width: 20px;
  }
  #userInfo .logo1 {
    width: 200px;
    height: auto;
  }
  #userInfo .user {
    width: calc(100% - 40px);
    margin-bottom: 40px;
  }
  #userInfo .user .details .userInfo {
    height: 560px;
  }
  #userInfo .user .details .userInfo button.submit {
    width: 100%;
  }
  #userInfo .user .details .phone, #userInfo .user .details .email, #userInfo .user .details .userInfo, #userInfo .user .details .forgetPwd {
    width: calc(100% - 45px);
  }
  #userInfo .user .details .phone .checked .pwd input {
    width: calc(50% - 40px);
  }
  #userInfo .user .details .phone .checked .pwd button {
    width: calc(50% - 10px);
  }
  #userInfo .user .details .submit {
    width: 100%;
  }
  #userInfo .user .details .userStatus span {
    margin: 0 10px;
    font-size: 18px;
  }
  #userInfo .user .details .order .orderStatus button {
    width: 125px;
    font-size: 14px;
  }
  #userInfo .user .details .order .orderInfoItem ul.orderName {
    padding-top: 9px;
    height: 125px;
    background-position: 20px 14px;
    background-size: 80px;
  }
  #userInfo .user .details .order .orderInfoItem ul.orderName li {
    padding-left: 120px;
    width: calc(100% - 135px);
  }
  #userInfo .user .details .order .orderInfoItem ul.orderName li.grey p.right {
    right: 10px;
    top: 0px;
  }
  #userInfo .user .details .order .orderInfoItem .title {
    padding-left: 20px;
  }
  #userInfo .user .details .order .orderDetails .item {
    width: calc(100% - 40px);
    margin: auto;
  }
  #userInfo .user .details .order .orderDetails .item p {
    font-size: 15px;
  }
  #userInfo .user .details .order .operation {
    padding: 15px 20px;
  }
  #userInfo .user .details .order .operation button {
    padding: 1px 23px;
    font-size: 15px;
  }
  #userInfo .user .details .listCards .cardStatus button {
    font-size: 15px;
    padding: 5px 30px;
    width: auto;
  }
  #userInfo .user .details .listCards .cardList {
    width: calc(100% - 20px);
  }
  #userInfo .login .content {
    width: 100%;
  }
  #userInfo .login .content .char {
    display: none;
  }
  #userInfo .login .content .info {
    margin: calc(30% - 60px) auto 0px;
  }
  #userInfo .register .center {
    width: calc(100% - 30px);
    top: 40px;
  }
  #userInfo .register .center .content .info {
    border-bottom: 1px solid #979797;
    border-right: none;
    width: 100%;
  }
  #userInfo .register .center .content .info table tr td.char {
    width: 97px;
  }
  #userInfo .register .center .content .info table tr td.authCode input {
    width: 5rem;
  }
  #userInfo .register .center .content .info table tr td.authCode button {
    width: 100px;
  }
  #userInfo .register .center .content .info table tr td input {
    width: 10rem;
  }
  #userInfo .register .center .content .info table tr td p {
    display: none;
  }
  #userInfo .register .center .content .info #readOk {
    margin-left: 30px;
  }
  #userInfo .register .center .content .info .submit {
    margin: 30px auto 0;
  }
  #userInfo .register .center .content .goLogin {
    position: static;
    margin-top: 40px;
    text-align: center;
    width: 100%;
  }
  #userInfo .register .center .headline span {
    margin: 0px;
  }
  #userInfo .register .center .headline span.email {
    float: right;
  }
  #payment .view {
    width: auto;
  }
  #payment .view .orderInfo .ppCode {
    width: 100px;
    height: 100px;
  }
  #payment .view .orderInfo .ppCode img {
    max-width: 85px;
    max-height: 100px;
  }
  #payment .view .orderInfo ul.orderName {
    margin-left: 100px;
  }
}/*# sourceMappingURL=index.css.map */