* {
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: #f6f5f6;
  position: relative;
  font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑';
}
ul li {
  list-style: none;
}
input::-webkit-input-placeholder {  /* WebKit browsers*/ 
  color: rgba(175, 175, 175, 0.7);
  font-size: 16px;
}
input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/ 
  color: rgba(175, 175, 175, 0.7);
  font-size: 16px;
}
input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/ 
  color: rgba(175, 175, 175, 0.7);
  font-size: 16px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
  color: rgba(175, 175, 175, 0.7);
  font-size: 16px;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #c7c7c7;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -moz-box-shadow: 0 0 0px 1000px #fff inset;
  -ms-box-shadow: 0 0 0px 1000px #fff inset;
}
.getcode {
  width: 105px;
  height: 44px;
  font-size: 16px;
  color: #219bef;
  text-align: center;
  line-height: 44px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 0%;
  border-left: 1px solid #dbdbdb;
}
.sendcode {
  display: none;
}
.kf {
  width: 168px;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
}
.description {
  width: 40px;
  height: 130px;
  position: fixed;
  top: 60%;
  right: 0%;
  color: #fff;
  background-color: black;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border: 2px solid #0b8eb8;
  border-right: none;
  z-index: 999;
  cursor: pointer;
}
.description_box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  font-weight: 550;
}
.content-box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 0 rgba(26, 39, 66, 0.3);
  margin-bottom: 35px;
  padding: 44px 106px 0;
  box-sizing: border-box;
  color: #afafaf;
}
.content-box .tip {
  color: #f38b2f;
}
.pc-tiphtml-box {
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: translate(-50%,-50%);
  font-size: 0;
}
.pc-tiphtml-box .tip-box-op0 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
  font-size: 18px;
}
.pc-tiphtml-box .tip-box-op1 {
  padding: 8px 15px;
  font-size: 14px;
  color: #FFFFFF;
}
#wrap {
  width: 1920px;
  width: 100%;
  min-width: 1200px;
  height: 100vh;
  background-color: #f6f5f6;
  margin: 0 auto;
  position: relative;
  color: #afafaf;
  user-select: none;
  font-size: 16px;
}
#login-tip {
  width: 100%;
  height: 66px;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
  background-color: #fff;
}
.login-layout {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  box-sizing: border-box;
}
.login-layout .logo {
  width: 100px;
  height: 58px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100% 100%;
}
.login-layout .login {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goback {
  display: inline-block;
  width: auto;
  height: 100%;
  line-height: 50px;
  white-space: nowrap;
  cursor: pointer;
}
.no-login {
  width: 100px;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.no-login-box {
  width: 100px;
  height: 100%;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-head {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 10px;
  margin-top: 2px;
}
.login-head img {
  width: 14px;
}
.logined {
  width: 100%;
  height: 100%;
  color: #000;
  display: none;
  margin-left: 15px
}
.logined-box {
  width: 100%;
  height: 100%;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-success {
  display: inline-block;
  width: auto;
  height: 100%;
  margin: 0 20px -5px 5px;
}
.login-success img {
  width: 17px;
}
.account-name {
  white-space: nowrap;
}
.quit {
  white-space: nowrap;
  cursor: pointer;
  color: #2c5cbc;
  text-decoration: underline;
}
.presently,.cumulative {
  display: none;
}
header {
  width: 100%;
  height: 74px;
  background-color: #fff7e2;
  box-shadow: 0 2px 5px 0 rgba(26, 39, 66, 0.3);
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 1000;
}
header .steps {
  width: 770px;
  height: 100%;
  margin: 0 auto;
  color: #f38b2f;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  user-select: none;
}
header .steps .ico {
  width: 21px;
  height: 14px;
  background: url(../images/ico_sprites.png) no-repeat;
}
header .steps .ico_down {
  background-position: -136px -10px;
}
header .steps .ico_up {
  background-position: -136px -44px;
}
header .drop_down {
  width: 770px;
  height: 226px;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 1px 2px 5px 0 rgba(26, 39, 66, 0.3);
  border-radius: 8px;
  display: none;
}
header .drop_down li {
  height: 56px;
  line-height: 56px;
  text-indent: 40px;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 8px;
  cursor: pointer;
}
header .drop_down li:last-child {
  border-bottom: none;
}
header .drop_down .active {
  color: #f38b2f;
  background-color: #fff7e2;
}
header .drop_down .nouse {
  cursor: not-allowed;
}
.top {
  margin-top: 66px;
  width: 100%;
  height: 432px;
  height: calc(100vw * 432 / 1920);
  min-height: 270px;
  background: url(../images/bg_top.png) no-repeat;
  background-size: 100% 100%;
}
#wrap .content {
  width: 881px;
  height: 338px;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 100px;
  position: relative;
}
.login-box {
  width: 566px;
  height: 367px;
  margin: 0 auto;
  padding: 40px 64px 40px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-active {
  font-weight: bold;
  color: #727272;
}
.login-box .login-choose {
  width: 100%;
  height: 28px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.login-choose div {
  width: 50%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.login-choose .sms {
  border-right: 1px solid #e3e3e3;
}
.sms-code {
  position: relative;
}
#verificationcode {
  position: absolute;
  top: 0%;
  left: 0%;
}
.login-choose span {
  display: block;
}
.login-choose .line{
  width: 50px;
  margin: 0 auto;
  height: 1px;
}
.line-active {
  border-bottom: 2px solid #e37c04;
}
.login-area {
  width: 423px;
  height: 107px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.login-sms {
  width: 100%;
  height: auto;
}
.login-psw {
  width: 100%;
  height: auto;
  display: none;
}
.sms-account,.sms-code, .psw-account,.psw-code {
  width: 422px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}
.login-sms div input,.login-psw div input {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  font-size: 16px;
  border: none;
  outline: none;
  color: #c7c7c7;
  text-indent: 10px;
}
.sms-account, .psw-account {
  margin-bottom: 20px;
}
.login-btn {
  width: 423px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background-color: #e37c04;
  border-radius: 8px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  cursor: pointer;
}
.login-btn.active {
  background-color: #727272;
}
.recharge-show {
  width: 423px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.reset_login {
  width: 423px;
  height: 16px;
  line-height: 16px;
  margin-top: 8px;
  text-align: center;
  color: #628afa;
}
.reset_login img {
  width: 16px;
  vertical-align: top;
}
.reset-box {
  display: none;
  width: 90px;
  margin: 0 auto;
  cursor: pointer;
}
.money-box {
  display: inline-block;
  border: 1px solid #e89330;
  border-radius: 4px;
  padding: 2px 4px;
  box-sizing: border-box;
  white-space: nowrap;
}

.user_info {
  width: 100%;
  height: 338px;
}
.user_info .info_desc {
  margin-top: 20px;
  width: 400px;
  height: 100%;
  margin-left: 93px;
  position: relative;
}
.user_info .info_desc .pay_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.user_info .info_desc .pay_list .pay_name {
  width: 20%;
  text-align: left;
}
.user_info .info_desc .pay_list .pay_input {
  width: 65%;
  height: 30px;
  border: 1px solid #dddcdc;
  outline: none;
  text-indent: 10px;
  background: none;
  border-radius: 4px;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
  color: #afafaf;
  font-size: 16px;
  -moz-user-select:none;/*火狐*/
  -webkit-user-select:none;/*webkit浏览器*/
  -ms-user-select:none;/*IE10*/
  -khtml-user-select:none;/*早期浏览器*/
  user-select: none;
}
.user_info .info_desc .pay_list .pay_choose {
  width: 65%;
  height: 30px;
  border: 1px solid #dddcdc;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.user_info .info_desc .pay_list .pay_choose span {
  display: block;
  margin-left: 10px;
  line-height: 32px;
}
.user_info .info_desc .pay_list .pay_choose::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid #a9a9a9;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 12px;
  right: 8px;
}
.user_info .info_desc .area_btn {
  width: 233px;
  height: 50px;
  margin-left: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user_info .info_desc  .sure_news {
  width: 100px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #dddcdc;
  border-radius: 4px;
  color: #f38b2f;
  cursor: pointer;
}
.user_info .info_desc  .sure_news:hover{
  border: 1px solid #f38b2f;
}
.user_info .info_desc .server {
  width: 262px;
  height: 100px;
  border: 1px solid #dddcdc;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 40px;
  left: 79px;
  z-index: 999;
  overflow-x: auto;
  display: none;
}
.user_info .info_desc .server li {
  list-style: none;
  padding: 4px 0 2px 18px ;
  box-sizing: border-box;
  cursor: pointer;
  color: #698dd2;
}
.user_info .info_desc .server li:hover {
  color: #afafaf;
  background-color: #e4eaf5;
}
.user_info .info_desc .nouse_t {
  cursor: not-allowed;
}
.user_info .reset {
  width: 52px;
  height: 16px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -64px -10px;
  cursor: pointer;
}
.user_info .query-to {
  color: #e37c04;
  text-align: center;
  position: absolute;
  bottom: 69px;
  left: 123px;
}
.shop_choose {
  height: 816px;
  display: none;
}
.shop_list {
  padding-top: 20px;
  box-sizing: border-box;
}
.shop_list li {
  width: 666px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
}
.price_shop {
  width: 327px;
  height: 99px;
  background: url(../images/shop/shop_6.png) no-repeat;
  box-sizing: 100% 100%;
  cursor: pointer;
}
.price_box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  padding: 70px 12px 0 0;
  box-sizing: border-box;
}
.price_box.active {
  background: url(../images/choose.png) repeat;
  background-size: 100% 100%;
}
.activity_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.activity {
  width: 64px;
  height: 60px;
  background: url(../images/activity_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -2%;
  left: -1%;
}
.activity_name {
  display: inline-block;
  width: 64px;
  height: 60px;
  line-height: 60px;
  color: #f7f3b4;
  font-size: 12px;
  font-weight: bolder;
  position: absolute;
  top: -34%;
  left: -1%;
  transform: rotate(-45deg);
}
.activity_num {
  display: inline-block;
  width: 64px;
  height: 60px;
  line-height: 60px;
  color: #f7f3b4;
  font-size: 12px;
  font-weight: bolder;
  position: absolute;
  top: -38%;
  left: 3%;
  transform: rotate(-45deg);
}
.shop_price {
  width: 100%;
  text-align: right;
  color: #fff;
  font-weight: bold;
}
.actual_price {
  margin-left: 5px;
}
.desc_box {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  display: none;
  color: #fff;
  cursor: pointer;
}
.desc_box div {
  width: 45px;
  height: 38px;
  line-height: 38px;
  border-radius: 8px;
  text-align: center;
  margin-top: 30.5px;
}
.look_left {
  left: 0%;
}
.look {
  float: left;
  margin-left: 20px;
  background-color: #3762d0;
}
.look_right {
  right: 0%;
}
.buy {
  float: right;
  margin-right: 20px;
  background-color: #e37c04;
}
.preview {
  width: 666px;
  height: 220px;
  position: absolute;
  top: 106px;
  left: 0;
  z-index: 999;
}
.preview .preview_desc {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 1px 2px 5px 0 rgba(26, 39, 66, 0.3);
  border-radius: 8px;
  padding: 10px 14px 10px 30px;
  box-sizing: border-box;
  position: relative;
}
.preview .preview_2 {
  color: #e37c04;
}
.preview .preview_buy {
  margin-top: 18px;
  width: 551px;
  height: 46px;
  background: url(../images/buy.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.preview .preview_desc .preview_close {
  position: absolute;
  top: 10px;
  right: 18px;
  width: 34px;
  height: 34px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -10px -10px;
  cursor: pointer;
}
.preview .preview_1 {
  font-weight: 550;
  color: #323232;
  margin-bottom: 6px;
}
.preview .preview_desc .preview_tip {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #c8c8c8;
  top: -9px;
}
.preview .preview_desc .preview_tip::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 19px solid #fff;
  position: absolute;
  left: -9px;
  top: 1px;
}
.preview .preview_desc .preview_tip2 {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #c8c8c8;
  top: -9px;
  right: 280px;
}
.preview .preview_desc .preview_tip2::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 19px solid #fff;
  position: absolute;
  left: -9px;
  top: 1px;
}
.pay_way {
  height: 265px;
  display: none;
}
.pay_way .pay_desc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  box-sizing: border-box;
}
.pay_way .pay_desc div {
  width: 241px;
  height: 92px;
  cursor: pointer;
  position: relative;
}
.pay_way .pay_desc div span {
  position: absolute;
  top: 18px;
  left: 70px;
  color: #f38b2f;
  font-size: 16px;
  font-weight: 545;
}
.pay_way .pay_desc .alipay {
  margin-right: 50px;
  background: url(../images/alipay_1.png) no-repeat;
  background-size: 100% 100%;
}
.pay_way .pay_desc .alipay:hover {
  background: url(../images/alipay_2.png) no-repeat;
  background-size: 100% 100%;
}
.pay_way .pay_desc .alipay.active {
  background: url(../images/alipay_3.png) no-repeat;
  background-size: 100% 100%;
}
.pay_way .pay_desc .wechat {
  background: url(../images/wechat_1.png) no-repeat;
  background-size: 100% 100%;
}
.pay_way .pay_desc .wechat:hover {
  background: url(../images/wechat_2.png) no-repeat;
  background-size: 100% 100%;
}
.pay_way .pay_desc .wechat.active {
  background: url(../images/wechat_3.png) no-repeat;
  background-size: 100% 100%;
}
.sure_order {
  height: auto;
  padding-bottom: 60px;
  box-sizing: border-box;
  display: none;
}
.sure_order .order_desc {
  margin-top: 20px;
  width: 670px;
  height: auto;
}
.sure_order .order_desc .desc_content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sure_order .order_desc .desc_content .detail_user {
  width: 360px;
  /* height: 275px; */
  height: auto;
}
.sure_order .order_desc .desc_content .introduce {
  width: 300px;
  height: 320px;
  box-shadow: 1px 2px 5px 0 rgba(26, 39, 66, 0.3);
  position: relative;
}
.sure_order .order_desc .desc_content .price {
  width: 350px;
  height: 94px;
  position: relative;
  padding: 65px 14px 0 0;
  box-sizing: border-box;
  margin-bottom: 28px;
}
.price_activity {
  width: 64px;
  height: 60px;
  background: url(../images/activity_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -2%;
  left: -1%;
}
.price_activity_box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  padding: 70px 12px 0 0;
  box-sizing: border-box;
}
.price_activity_name {
  display: inline-block;
  width: 64px;
  height: 60px;
  line-height: 60px;
  color: #f7f3b4;
  font-size: 12px;
  font-weight: bolder;
  position: absolute;
  top: -36%;
  left: 6%;
  transform: rotate(-45deg);
}
.price_activity_num {
  display: inline-block;
  width: 64px;
  height: 60px;
  line-height: 60px;
  color: #f7f3b4;
  font-size: 12px;
  font-weight: bolder;
  position: absolute;
  top: -35%;
  left: 7%;
  transform: rotate(-45deg);
}
.price_shop_price {
  width: 100%;
  text-align: right;
  color: #fff;
  font-weight: bold;
}
.price_actual_price {
  margin-left: 5px;
}
.sure_order .order_desc .desc_content .detail_news {
  width: 100%;
}
.sure_order .order_desc .desc_content .detail_news li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin: 10px 0;
}
.sure_order .order_desc .desc_content .detail_news li span:nth-child(1) {
  width: 35%;
}
.sure_order .order_desc .desc_content .detail_news li span:nth-child(2) {
  display: inline-block;
  width: 65%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.sure_order .order_desc .desc_content .title {
  font-weight: 550;
  color: #727272;
}
.sure_order .order_desc .desc_content .introduce_desc {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #ddd;
  padding: 18px 13px 10px;
  box-sizing: border-box;
}
.sure_order .order_desc .desc_content .introduce_desc .desc_1,
.sure_order .order_desc .desc_content .introduce_desc .desc_3,
.sure_order .order_desc .desc_content .introduce_desc .desc_4 {
  margin-bottom: 10px;
}
.sure_order .order_desc .desc_content .introduce_desc .desc_1 {
  font-weight: 550;
  color: #323232;
}
.sure_order .order_desc .desc_content .introduce_desc .desc_2 {
  color: #e37c04;
}
.sure_order .order_desc .desc_content .introduce_desc b {
  font-size: 14px;
  color: #727272;
}
.sure_order .order_desc .desc_content .triangleTop {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #c8c8c8;
  top: 46px;
  left: -15px;
}
.sure_order .order_desc .desc_content .triangleTop::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #fff;
  position: absolute;
  left: 4px;
  top: -8px;
}
.sure_order .desc_tip {
  width: 105%;
  margin: 40px 0 22px;
  font-size: 14px;
}
.sure_order .desc_tip p {
  text-align: center;
  margin-bottom: 8px;
  color: #72b7f3;
}
/* .sure_order .btn_buy {
  width: 444px;
  height: 41px;
  margin: 0 auto;
  border-radius: 11px;
  background-color: #e37c04;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 550;
  background: url(../images/btn_buy.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
} */
.sure_order .choose_ticket,.sure_order .btn_buy  {
  width: 444px;
  height: 41px;
  margin: 0 auto;
  text-align: center;
  line-height: 41px;
  color: #fff;
  border-radius: 11px;
  background-color: #e37c04;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 550;
}
footer {
  width: 881px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer div {
  width: 50%;
  text-align: center;
}
footer div:nth-child(1) {
  border-right: 2px solid #9e9e9e;
}
#pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
}
#pop .pop_desc {
  width: 880px;
  height: 540px;
  background-color: #fff;
  position: absolute;
  left: 49.6%;
  bottom: 10%;
  transform: translateX(-50%);
  border-radius: 8px;
  display: none;
  z-index: 2001;
}
#pop .pop_desc .wechat,
#pop .pop_desc .alipay {
  display: none;
}
#pop .pop_desc .pop_content {
  width: 100%;
  height: 100%;
  padding: 44px 80px;
  box-sizing: border-box;
  position: relative;
}
#pop .pop_desc .pop_content .content_top {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
}
#pop .pop_desc .pop_content a {
  color: #e79042;
  cursor: pointer;
}
#pop .pop_desc .pop_content .content_bottom {
  color: red;
  font-size: 14px;
} 
#pop .pop_desc .pop_content .qr_code {
  width: 162px;
  height: 162px;
  margin: 0 auto;
  border-radius: 8px;
  border: 1px solid #c2c2c2;
  margin-top: 40px;
  margin-bottom: 30px;
}
#pop .pop_desc .pop_content .qr_code img {
  width: 100%;
  height: 100%;
}
#pop .pop_desc .pop_content .success_pay {
  width: 221px;
  height: 50px;
  margin: 0 auto;
  background: url(../images/success_pay.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
#pop .pop_desc .pop_content .close {
  position: absolute;
  top: 20px;
  right: 82px;
  width: 34px;
  height: 34px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -10px -10px;
  cursor: pointer;
}
#pop .user_error {
  width: 880px;
  height: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 2001;
}
#pop .user_error .user_error_content {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 440px;
  position: relative;
}
#pop .user_error .user_error_content img {
  width: 339px;
  height: 72px;
}
#pop .user_error .user_error_content .close {
  position: absolute;
  top: 119px;
  right: 242px;
  width: 34px;
  height: 34px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -10px -10px;
  cursor: pointer;
}
#pop .buy_success {
  width: 880px;
  height: 440px;
  background-color: #fff;
  position: absolute;
  left: 49.6%;
  bottom: 10%;
  transform: translateX(-50%);
  border-radius: 8px;
  z-index: 2001;
  display: none;
}
#pop .buy_success .success_content {
  width: 100%;
  height: 100%;
  padding: 44px 80px;
  box-sizing: border-box;
  position: relative;
}
#pop .buy_success .success_content .success_top {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 80px;
}
#pop .buy_success .success_content .success_top h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
#pop .buy_success .success_content .success_top p {
  color: #474549;
  font-size: 14px;
}
#pop .buy_success .success_content .success_top .ico {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -57px -64px;
  vertical-align: middle;
  margin-right: 15px;
}
#pop .buy_success .success_content .recharge_box {
  width: 221px;
  height: 50px;
  margin: 0 auto;
  background: url(../images/recharge.png) no-repeat;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
}
#pop .buy_success .success_content .close {
  position: absolute;
  top: 20px;
  right: 82px;
  width: 34px;
  height: 34px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -10px -10px;
  cursor: pointer;
}
#pop .buy_fail {
  width: 880px;
  height: 440px;
  background-color: #fff;
  position: absolute;
  left: 49.6%;
  bottom: 10%;
  transform: translateX(-50%);
  border-radius: 8px;
  z-index: 2001;
  display: none;
}
#pop .buy_fail .success_content {
  width: 100%;
  height: 100%;
  padding: 44px 80px;
  box-sizing: border-box;
  position: relative;
}
#pop .buy_fail .success_content .success_top {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 22px;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 80px;
}
#pop .buy_fail .success_content .success_top h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
#pop .buy_fail .success_content .success_top p {
  color: #474549;
  font-size: 14px;
}
#pop .buy_fail .success_content .success_top .ico {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -10px -64px;
  vertical-align: middle;
  margin-right: 15px;
}
#pop .buy_fail .success_content .recharge_box {
  width: 221px;
  height: 50px;
  margin: 0 auto;
  background: url(../images/prepaid_phone.png) no-repeat;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  cursor: pointer;
}
#pop .buy_fail .success_content .close {
  position: absolute;
  top: 20px;
  right: 82px;
  width: 34px;
  height: 34px;
  background: url(../images/ico_sprites.png) no-repeat;
  background-position: -10px -10px;
  cursor: pointer;
}
.login_fail {
  width: 236px;
  height: 127px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 8px;
  z-index: 2001;
  display: none;
}
.login_fail_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #727272;
}
.login-err {
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/error.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 5px;
  cursor: pointer;
}
.activity_rules {
  width: 840px;
  height: 540px;
  background-color: #fff;
  position: absolute;
  left: 49.6%;
  bottom: 10%;
  transform: translateX(-50%);
  border-radius: 8px;
  font-size: 16px;
  display: none;
}
.activity_rules_box {
  width: 100%;
  height: 100%;
  position: relative;
}
.activity_rules_content {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}
.activity_rules .activity-name {
  text-align: center;
  margin-bottom: 20px;
  color: #e6a23c;
}
.activity_rules .close{
  position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    background: url(../images/ico_sprites.png) no-repeat;
    background-position: -10px -10px;
    cursor: pointer;
}
.activity-desc {
  padding: 0 20px;
  box-sizing: border-box;
  text-indent: 20px;
}
.activity_rules .desc_t {
  text-indent: 60px;
  color: #e79042;
}
.ticket_area {
  width: 840px;
  height: 540px;
  background-color: #fff;
  position: absolute;
  left: 49.6%;
  bottom: 10%;
  transform: translateX(-50%);
  border-radius: 8px;
  font-size: 16px;
  display: none;
}
.ticket_area span {
  display: inline-block;
}
.ticket_area_box {
  width: 100%;
  height: 100%;
  position: relative;
  color: black;
}
.ticket_area .close{
  position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    background: url(../images/ico_sprites.png) no-repeat;
    background-position: -10px -10px;
    cursor: pointer;
}
.ticket_area_content {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  box-sizing: border-box;
}
.shop_totalprize, .ticket_show, .shopprize-show {
  width: 100%;
  height: auto;
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ticket_show {
  height: 20px;
  padding: 0 60px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.ticket_show.active {
  opacity: 0;
}
.ticket_left {
  color: #727272;
  font-weight: bolder;
}
.ticket_desc {
  width: auto;
  height: auto;
  position: relative;
  text-align: right;
  padding-right: 30px;
  box-sizing: border-box; /* #727272  #afafaf #e37c04 #c3c3c3*/
  color: #e37c04;
}
.ticket_ul {
  width: 600px;
  height: 300px;
  margin: 0 auto;
  border: 1px solid #dddcdc;
  background-color: rgba(195, 195, 195, .4);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px 0;
  box-sizing: border-box;
}
.ticket_ul li {
  list-style: none;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  color: #698dd2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.ticket_ul li:last-child {
  margin-bottom: 0;
}
.ticket_ul li .ticket_lichoose {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.ticket_ul li.active>.ticket_liname{
  color: #e37c04;
}
.ticket_ul li.active>.ticket_lichoose {
  background-color: #e37c04;
}
.shopprize-show {
  padding-left: 60px;
  padding-right: 70px;
  box-sizing: border-box;
  margin-top: 20px;
}
.shopprize-show .total-prize {
  color: #e37c04;
}
.ticket_area .srue_ticket {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dddcdc;
  border-radius: 4px;
  color: #f38b2f;
  cursor: pointer;
  margin: 0 auto;
}
.ticket_area .srue_ticket:hover{
  border: 1px solid #f38b2f;
  background-color: rgba(221, 220, 220, .6);
}